@charset "UTF-8";

/* ----------------------------------------
  Shutter Magnet Blog
---------------------------------------- */

.shutter-mag-blog {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 70px;
  color: #28323c;
  line-height: 1.9;
  overflow: hidden;
}

.shutter-mag-blog h2 {
  margin: 0 0 18px;
  color: #24364b;
  font-size: 1.7rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.shutter-mag-blog p {
  margin: 0 0 18px;
  font-size: 1.5rem;
  line-height: 1.9;
}


/* ----------------------------------------
  Label
---------------------------------------- */

.shutter-mag-label,
.shutter-mag-mini {
  display: inline-block;
  margin-bottom: 16px !important;
  padding: 6px 14px;
  color: #fff;
  background: #24364b;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.shutter-mag-mini {
  background: #d8a15b;
}


/* ----------------------------------------
  Hero
---------------------------------------- */

.shutter-mag-hero {
  padding: 46px 42px;
  background:
    radial-gradient(circle at top right, rgba(216, 161, 91, 0.25), transparent 34%),
    linear-gradient(135deg, #fffaf2, #f5eee3);
  border: 1px solid #eadcc8;
  border-radius: 26px;
}

.shutter-mag-hero h2 {
  font-size: 2.2rem;
}

.shutter-mag-mainimg {
  margin: 34px 0 58px;
}

.shutter-mag-mainimg img {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(36, 54, 75, 0.14);
}


/* ----------------------------------------
  Intro
---------------------------------------- */

.shutter-mag-intro {
  margin: 0 0 64px;
  padding: 34px 38px;
  background: #fff;
  border-left: 6px solid #d8a15b;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(36, 54, 75, 0.06);
}


/* ----------------------------------------
  Idea Case
---------------------------------------- */

.shutter-mag-ideas {
  display: grid;
  gap: 56px;
  margin: 64px 0;
}

.shutter-mag-case {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(36, 54, 75, 0.08);
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.shutter-mag-case--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 48%);
}

.shutter-mag-case--reverse figure {
  order: 2;
}

.shutter-mag-case--reverse div {
  order: 1;
}

.shutter-mag-case > figure,
.shutter-mag-case > div {
  width: 90%;
}

.shutter-mag-case figure {
  margin: 0;
}

.shutter-mag-case img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.shutter-mag-case span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 3px 12px;
  color: #fff;
  background: #d8a15b;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.shutter-mag-case h2 {
  padding-bottom: 14px;
  border-bottom: 2px dashed #e7cfb2;
  font-size: 1.65rem;
}

.shutter-mag-case p {
  font-size: 1.5rem;
  line-height: 1.9;
  overflow-wrap: break-word;
}


/* ----------------------------------------
  Benefits
---------------------------------------- */

.shutter-mag-benefits {
  margin: 72px 0;
  padding: 40px;
  color: #fff;
  background: #24364b;
  border-radius: 28px;
}

.shutter-mag-benefits h2 {
  color: #fff;
  font-size: 3rem;
}

.shutter-mag-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.shutter-mag-benefit-grid div {
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
}

.shutter-mag-benefit-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #f3d6a8;
  font-size: 2rem;
}

.shutter-mag-benefit-grid p {
  margin: 0;
  font-size: 1.5rem;
}


/* ----------------------------------------
  Storage
---------------------------------------- */

.shutter-mag-storage {
  margin: 72px 0;
  padding: 42px;
  background: #f7f4ee;
  border: 1px solid #eadcc8;
  border-radius: 28px;
}

.shutter-mag-storage-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.shutter-mag-storage-head h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.shutter-mag-storage-layout {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.shutter-mag-storage-visual {
  margin: 0;
}

.shutter-mag-storage-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(36, 54, 75, 0.12);
}

.shutter-mag-storage-cards {
  display: grid;
  gap: 16px;
}

.shutter-mag-storage-card {
  padding: 22px 24px;
  background: #fff;
  border-left: 5px solid #d8a15b;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(36, 54, 75, 0.05);
}

.shutter-mag-storage-card span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 30px;
  color: #8a5a22;
  background: #f4e3c9;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
}

.shutter-mag-storage-card h3 {
  margin: 0 0 14px;
  color: #24364b;
  font-size: 2rem;
  line-height: 1.4;
}

.shutter-mag-storage-card p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}


/* ----------------------------------------
  Storage NG
---------------------------------------- */

.shutter-mag-ng {
  margin-top: 28px;
  padding: 22px 24px;
  background: #fff7f7;
  border: 1px solid #f0c9c9;
  border-radius: 16px;
}

.shutter-mag-ng h3 {
  margin: 0 0 10px;
  color: #a33a3a;
}

.storage-ng-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.storage-ng-grid div {
  padding: 18px;
  text-align: center;
  background: #fff;
  border-radius: 14px;
}

.storage-ng-grid strong {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 40px;
  color: #fff;
  background: #d74c4c;
  border-radius: 999px;
}

.storage-ng-grid p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}


/* ----------------------------------------
  CTA
---------------------------------------- */

.shutter-mag-cta {
  margin-top: 70px;
  padding: 46px 36px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #d8a15b, #b57934);
  border-radius: 28px;
}

.shutter-mag-cta h2 {
  color: #fff;
}

.shutter-mag-cta a {
  display: inline-block;
  margin-top: 16px;
  padding: 14px 80px;
  color: #24364b !important;
  background: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}


/* ----------------------------------------
  Responsive
---------------------------------------- */

@media (max-width: 768px) {
  .shutter-mag-blog {
    padding: 10px 4px 50px;
  }

  .shutter-mag-hero,
  .shutter-mag-intro,
  .shutter-mag-case,
  .shutter-mag-benefits,
  .shutter-mag-storage,
  .shutter-mag-cta {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .shutter-mag-hero h2 {
    font-size: 1.65rem;
  }

  .shutter-mag-blog h2 {
    font-size: 2rem;
  }

  .shutter-mag-case,
  .shutter-mag-case--reverse,
  .shutter-mag-storage-layout {
    grid-template-columns: 1fr;
  }

  .shutter-mag-case--reverse figure,
  .shutter-mag-case--reverse div {
    order: initial;
  }

  .shutter-mag-case p {
    font-size: 1.5rem;
  }

  .shutter-mag-benefit-grid,
  .storage-ng-grid {
    grid-template-columns: 1fr;
  }

  .shutter-mag-benefits h2,
  .shutter-mag-storage-head h2 {
    font-size: 2rem;
  }

  .shutter-mag-benefit-grid strong {
    font-size: 2rem;
  }

  .shutter-mag-benefit-grid p {
    font-size: 1.5rem;
  }
}