@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+KR:wght@400;500;700&display=swap');

:root {
  --soil-brown: #5C4630;
  --soil-deep: #3E3123;
  --linen-oat: #F3EBDD;
  --linen-soft: #FBF7EF;
  --herb-sage: #8A9572;
  --sage-soft: #EEF1E8;
  --warm-sand: #C9AE88;
  --line-sand: #E7DCCB;
  --sunflower-gold: #D9A441;
  --ink-charcoal: #2F2A24;
  --muted-brown: #766B5E;
  --paper: #FFFFFF;
  --paper-warm: #FFFDF8;
  --container: 1240px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-soft: 0 18px 45px rgba(47, 42, 36, .07);
}

/* Restored Apple Environment inspired frontend polish */
.site-body {
  background: #fdfbf9;
}

.site-header {
  min-height: 100px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 1px 0 rgba(92, 70, 48, .08);
}

.site-logo-image {
  height: 82px;
}

.site-nav a {
  background: transparent;
  border-radius: 0;
  color: var(--soil-brown);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
}

.site-nav a.is-active,
.site-nav a:hover {
  background: transparent;
  color: var(--sunflower-gold);
}

.member-nav a,
.member-nav button {
  border: 0;
  background: transparent;
  color: var(--soil-brown);
  min-height: auto;
  padding: 10px 0;
}

.front-hero {
  grid-template-columns: minmax(0, var(--container));
  align-content: center;
  background: radial-gradient(circle at 85% 14%, rgba(217, 164, 65, .06), transparent 30%), #fff;
  min-height: calc(100vh - 100px);
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: clamp(90px, 10vw, 140px);
}

.front-hero .hero-copy {
  max-width: 920px;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.story-copy h2,
.impact-panel h2,
.cta-band h2 {
  color: var(--soil-brown);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

.hero-copy h1 {
  font-size: clamp(56px, 8.6vw, 116px);
  margin: 22px 0 28px;
}

.hero-copy p,
.page-hero p,
.section-heading p,
.story-copy p,
.impact-panel p {
  color: rgba(92, 70, 48, .76);
  font-weight: 600;
  line-height: 1.85;
  text-wrap: pretty;
}

.button-row {
  gap: 22px;
}

.btn {
  border-radius: 0;
  min-height: 58px;
  box-shadow: none;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.btn-gold {
  background: var(--soil-brown);
  color: #fff;
}

.btn-gold:hover {
  background: var(--sunflower-gold);
  color: var(--soil-brown);
}

.btn-line {
  background: #fff;
  border: 2px solid rgba(201, 174, 136, .42);
}

.trust-strip {
  max-width: 940px;
}

.trust-strip span {
  color: rgba(92, 70, 48, .72);
  font-size: 14px;
  font-weight: 900;
}

.front-section {
  background: #fff;
}

.front-section.section-oat,
.section-oat {
  background: #f8f3eb;
}

.section-heading {
  max-width: 1040px;
}

.section-heading h2 {
  font-size: clamp(42px, 6vw, 78px);
}

.value-grid,
.card-grid {
  gap: clamp(22px, 3vw, 38px);
}

.value-card,
.content-card,
.featured-article,
.contact-form {
  border: 1px solid rgba(201, 174, 136, .26);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(92, 70, 48, .045);
}

.value-card {
  min-height: 330px;
  padding: 54px 42px;
}

.value-card span {
  border-radius: 24px;
  background: var(--linen-oat);
}

.value-card h3,
.content-card h3,
.content-card h2 {
  color: var(--soil-brown);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.1;
}

.value-card p,
.content-card p {
  color: rgba(92, 70, 48, .68);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.story-section,
.impact-panel,
.case-card,
.contact-layout {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.story-visual,
.map-mock,
.contact-visual,
.archive-visual,
.product-visual,
.report-mockup {
  background: var(--linen-oat);
  border: 0;
  box-shadow: 0 22px 55px rgba(92, 70, 48, .08);
}

.impact-panel,
.case-card {
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(92, 70, 48, .055);
  overflow: hidden;
}

.impact-panel {
  grid-template-columns: minmax(0, .95fr) minmax(420px, .9fr);
  padding: clamp(56px, 7vw, 88px);
}

.impact-panel h2 {
  white-space: nowrap;
  font-size: clamp(40px, 4.7vw, 68px);
}

.certificate-placeholder {
  display: grid;
  min-height: 320px;
  place-items: center;
  border: 1px dashed rgba(201, 174, 136, .5);
  border-radius: 28px;
  color: rgba(92, 70, 48, .36);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.front-section > .product-preview-grid {
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
}

.product-card::before {
  content: "";
  display: block;
  aspect-ratio: 1 / .82;
  border-radius: 28px;
  background: var(--linen-oat);
  margin-bottom: 36px;
}

.product-card.has-product-image::before {
  display: none;
}

.managed-image-slot {
  position: relative;
  overflow: hidden;
}

.managed-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.managed-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  color: rgba(92, 70, 48, .46);
  text-align: center;
  padding: 24px;
}

.managed-image-placeholder span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.managed-image-placeholder strong {
  color: rgba(92, 70, 48, .72);
  font-size: 18px;
  font-weight: 950;
}

.managed-image-placeholder em {
  color: rgba(92, 70, 48, .42);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.product-card-media {
  width: 100%;
  aspect-ratio: 1 / .82;
  border-radius: 28px;
  background: var(--linen-oat);
  margin-bottom: 36px;
}

.product-card-media .managed-image-placeholder {
  background: var(--linen-oat);
}

.case-image-slot {
  position: absolute;
  inset: 78px 20px 20px;
  border-radius: 22px;
}

.case-image-slot .managed-image-placeholder {
  background: rgba(255, 253, 248, .22);
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-self: stretch;
}

.certificate-grid .certificate-placeholder {
  display: block;
  min-height: 320px;
  width: 100%;
}

.certificate-grid .managed-image-placeholder {
  min-height: 320px;
}

@media (min-width: 1021px) {
  .front-hero {
    min-height: auto;
    align-content: start;
    padding-top: clamp(18px, 2.6vh, 35px);
    padding-bottom: clamp(18px, 2.6vh, 35px);
    gap: clamp(36px, 5.4vw, 84px);
  }

  .front-hero .hero-copy {
    max-width: 760px;
    transform: scale(.9);
    transform-origin: left center;
  }

  .front-hero .hero-copy h1 {
    font-size: clamp(58px, 6.2vw, 92px);
    line-height: .98;
    margin: 16px 0 22px;
  }

  .front-hero .hero-copy p {
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.7;
  }

  .front-hero .button-row {
    margin-top: 28px;
  }

  .front-hero .trust-strip {
    margin-top: 34px;
  }

  .front-hero .hero-visual {
    min-height: 0;
    height: clamp(350px, 50vh, 486px);
    transform: scale(.9);
    transform-origin: right center;
  }
}

.product-card a {
  align-self: flex-start;
  margin-top: auto;
  background: var(--soil-brown);
  color: #fff;
  min-width: 150px;
  justify-content: center;
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--soil-brown);
  color: var(--linen-oat);
  padding: 58px clamp(20px, 5vw, 72px);
}

.stat-band div {
  display: grid;
  gap: 8px;
  text-align: center;
}

.stat-band strong {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 950;
  letter-spacing: -.03em;
}

.stat-band span {
  color: rgba(243, 235, 221, .66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.process-map-wide {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.process-step {
  min-height: 240px;
}

.case-card {
  grid-template-columns: minmax(0, .9fr) minmax(420px, .8fr);
}

.before-after {
  gap: 22px;
}

.before-after div {
  min-height: 300px;
  border-radius: 28px;
  background: var(--linen-oat);
}

.site-footer {
  background: var(--soil-brown);
  color: var(--linen-oat);
}

.site-footer p,
.site-footer a,
.site-footer strong {
  color: rgba(243, 235, 221, .82);
}

.site-footer .eyebrow {
  color: var(--warm-sand);
}

.contact-layout {
  padding-top: clamp(110px, 10vw, 150px);
}

.contact-info .map-mock {
  display: none;
}

.login-section {
  padding-top: 140px;
}

@media (max-width: 1020px) {
  .product-preview-grid,
  .process-map-wide,
  .stat-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-panel h2 {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 86px;
  }

  .site-logo-image {
    height: 48px;
  }

  .front-hero {
    min-height: auto;
    padding-top: 116px;
  }

  .product-preview-grid,
  .process-map-wide,
  .stat-band {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: auto;
  hyphens: none;
}

.site-body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-charcoal);
  font-family: "Inter", "Noto Sans KR", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: auto;
  hyphens: none;
}

.site-body a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  border-bottom: 1px solid rgba(92, 70, 48, .12);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  padding: 0 clamp(20px, 5vw, 72px);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--soil-brown);
}

.site-logo-image {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
}

.site-logo-fallback {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--soil-brown);
}

.site-logo strong,
.site-logo-fallback strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.01em;
}

.site-logo small,
.site-logo-fallback small {
  display: block;
  margin-top: 2px;
  color: var(--herb-sage);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.site-nav-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-mobile-logo {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  border-radius: 14px;
  color: rgba(47, 42, 36, .74);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  transition: background .18s ease, color .18s ease;
}

.site-nav a.is-active,
.site-nav a:hover {
  background: var(--linen-oat);
  color: var(--soil-brown);
}

.site-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(92, 70, 48, .22);
  border-radius: 999px;
  background: var(--sunflower-gold);
  color: var(--ink-charcoal);
  font-size: 14px;
  font-weight: 800;
  padding: 0 18px;
  transition: background .18s ease, border-color .18s ease;
}

.site-header-cta:hover {
  border-color: rgba(217, 164, 65, .72);
  background: var(--soil-brown);
  color: var(--paper);
}

.member-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soil-brown);
  font-size: 14px;
  font-weight: 800;
}

.member-nav a,
.member-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(92, 70, 48, .2);
  border-radius: 999px;
  background: var(--paper);
  color: var(--soil-brown);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  padding: 0 16px;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.member-nav a:hover,
.member-nav button:hover {
  border-color: rgba(217, 164, 65, .72);
  background: var(--sunflower-gold);
  color: var(--ink-charcoal);
}

.site-menu-button {
  display: none;
}

.front-hero,
.page-hero,
.front-section,
.site-footer {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.front-hero > *,
.page-hero > *,
.front-section > *,
.site-footer > * {
  max-width: var(--container);
}

.front-hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, .72fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: center;
  min-height: calc(100vh - 82px);
}

.page-hero-single {
  grid-template-columns: minmax(0, var(--container));
  min-height: auto;
}

.section-oat {
  background: var(--linen-oat);
}

.section-brown {
  border-top: 1px solid rgba(201, 174, 136, .34);
  border-bottom: 1px solid rgba(201, 174, 136, .34);
  background: var(--linen-oat);
  color: var(--ink-charcoal);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--herb-sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .52;
}

h1,
h2,
h3,
p,
a,
button,
label,
input,
select,
textarea,
small,
strong,
span {
  margin-top: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: auto;
  hyphens: none;
}

.text-keep,
.title-keep {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: auto;
  hyphens: none;
}

.title-keep {
  letter-spacing: -.02em;
}

.no-break,
.site-logo,
.site-logo-image,
.site-logo-fallback,
.site-nav a,
.site-header-cta,
.btn,
.filter-row a {
  white-space: nowrap;
}

.hero-copy h1,
.page-hero h1,
.article-section h1 {
  max-width: 780px;
  color: var(--soil-brown);
  font-size: clamp(42px, 6.4vw, 74px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 22px 0 24px;
}

.page-hero h1,
.article-section h1 {
  font-size: clamp(36px, 5vw, 62px);
}

.lead,
.hero-copy p,
.page-hero p,
.section-heading p,
.story-copy p,
.impact-panel p,
.case-card p {
  max-width: 680px;
  color: rgba(47, 42, 36, .72);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.78;
}

.button-row,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn,
.filter-row a,
.content-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  padding: 0 22px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.btn:hover,
.content-card a:hover,
.filter-row a:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: var(--sunflower-gold);
  color: var(--ink-charcoal);
}

.btn-gold:hover {
  background: var(--soil-brown);
  color: var(--paper);
}

.btn-line,
.filter-row a {
  border: 1px solid rgba(92, 70, 48, .22);
  background: rgba(255, 253, 248, .42);
  color: var(--soil-brown);
}

.filter-row a.is-active {
  border-color: var(--soil-brown);
  background: var(--soil-brown);
  color: var(--paper);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 44px;
}

.trust-strip span {
  border-top: 1px solid rgba(92, 70, 48, .18);
  color: var(--soil-brown);
  font-size: 13px;
  font-weight: 800;
  padding-top: 14px;
}

.hero-visual,
.report-mockup,
.product-visual,
.archive-visual,
.contact-visual,
.map-mock,
.story-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(231, 220, 203, .94);
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 12%, rgba(217, 164, 65, .18), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7efe3);
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  min-height: 560px;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(92, 70, 48, .12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(138, 149, 114, .16)),
    repeating-linear-gradient(45deg, rgba(92, 70, 48, .09) 0 1px, transparent 1px 18px),
    #fbf3e7;
}

.hero-photo::after,
.story-visual::after,
.product-thumb::after,
.article-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(92, 70, 48, .08));
}

.hero-photo span,
.story-visual span,
.product-visual a,
.archive-visual span,
.contact-visual span,
.report-mockup span,
.report-mockup strong,
.map-mock {
  position: relative;
  z-index: 1;
}

.hero-photo-large {
  inset: 34px 92px 118px 34px;
}

.hero-photo-small {
  right: 34px;
  bottom: 38px;
  width: 44%;
  height: 210px;
  background:
    linear-gradient(145deg, rgba(201, 174, 136, .32), rgba(138, 149, 114, .2)),
    repeating-linear-gradient(90deg, rgba(92, 70, 48, .12) 0 1px, transparent 1px 14px),
    #fff7ea;
}

.hero-photo span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: var(--soil-brown);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-caption {
  position: absolute;
  left: 44px;
  bottom: 42px;
  z-index: 2;
  width: 230px;
  border: 1px solid rgba(92, 70, 48, .12);
  border-radius: 24px;
  background: rgba(255, 253, 248, .88);
  backdrop-filter: blur(12px);
  color: var(--soil-brown);
  padding: 22px;
}

.hero-caption b,
.hero-caption small {
  display: block;
}

.hero-caption b {
  font-size: 22px;
  letter-spacing: -.02em;
}

.hero-caption small {
  margin-top: 6px;
  color: var(--muted-brown);
  font-weight: 700;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

.section-heading h2,
.impact-panel h2,
.case-card h2,
.story-copy h2,
.contact-info h2,
.cta-band h2 {
  color: var(--soil-brown);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.16;
  margin: 18px 0 18px;
  text-wrap: balance;
}

.value-grid,
.card-grid,
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (min-width: 1180px) {
  .value-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
  }

  .value-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .value-card h3 {
    font-size: clamp(22px, 1.65vw, 30px);
  }

  .value-card p {
    font-size: 15px;
  }

  .front-section > .filter-row + .card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .front-section > .filter-row + .card-grid .content-card {
    padding: 28px;
  }

  .front-section > .filter-row + .card-grid .product-thumb {
    min-height: 180px;
  }

  .front-section > .filter-row + .card-grid .content-card h2 {
    font-size: clamp(21px, 1.6vw, 28px);
    line-height: 1.18;
  }

  .front-section > .filter-row + .card-grid .content-card p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.value-card,
.content-card,
.impact-panel,
.case-card,
.contact-form,
.contact-info,
.featured-article,
.kpi-grid article {
  border: 1px solid var(--line-sand);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1px 0 rgba(92, 70, 48, .03);
  padding: clamp(24px, 3vw, 40px);
}

.archive-card-image,
.article-featured-image,
.article-gallery img {
  display: block;
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
}

.archive-card-image,
.archive-card-placeholder {
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
}

.archive-card-placeholder {
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: var(--linen-oat);
  color: var(--soil-brown);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.featured-article time,
.content-card time {
  display: block;
  color: rgba(92, 70, 48, .54);
  font-size: 14px;
  font-weight: 700;
  margin: -4px 0 14px;
}

.article-featured-image {
  max-height: 680px;
  margin: 32px 0;
}

.article-body {
  max-width: 860px;
  color: rgba(47, 42, 36, .78);
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  white-space: normal;
}

.article-gallery {
  display: grid;
  gap: 22px;
  margin: 42px 0;
}

.article-gallery img {
  max-height: 720px;
}

@media (min-width: 1021px) {
  .card-grid.product-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .card-grid.product-preview-grid .product-card {
    min-height: 500px;
    padding: 28px;
  }

  .card-grid.product-preview-grid .product-card::before {
    border-radius: 24px;
    margin-bottom: 28px;
  }

  .card-grid.product-preview-grid .content-card h3 {
    font-size: clamp(20px, 1.55vw, 26px);
    line-height: 1.2;
  }

  .card-grid.product-preview-grid .content-card p {
    font-size: 15px;
    line-height: 1.72;
  }
}

.value-card,
.content-card,
.kpi-grid article {
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.value-card:hover,
.content-card:hover,
.kpi-grid article:hover {
  border-color: rgba(138, 149, 114, .46);
  transform: translateY(-3px);
}

.value-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(138, 149, 114, .32);
  border-radius: 14px;
  background: var(--sage-soft);
  color: var(--soil-brown);
  font-weight: 900;
}

.value-card h3,
.content-card h2,
.content-card h3 {
  color: var(--soil-brown);
  font-size: 24px;
  letter-spacing: -.02em;
  margin: 22px 0 12px;
}

.content-card .category {
  color: var(--herb-sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.content-card p,
.value-card p,
.kpi-grid span {
  color: rgba(47, 42, 36, .68);
  line-height: 1.72;
}

.content-card a {
  min-height: 42px;
  margin-top: 22px;
  border: 1px solid rgba(92, 70, 48, .16);
  background: var(--linen-soft);
  color: var(--soil-brown);
  padding: 0 16px;
}

.story-section,
.impact-panel,
.case-card,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.story-copy blockquote {
  border-left: 3px solid var(--sunflower-gold);
  color: var(--soil-brown);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.62;
  margin: 34px 0 0;
  padding-left: 22px;
}

.story-visual {
  display: grid;
  align-items: end;
  color: var(--soil-brown);
  font-weight: 900;
  padding: 34px;
}

.badge-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.badge-wall span,
.archive-visual span,
.contact-visual span,
.product-visual a,
.report-mockup span,
.report-mockup strong,
.inquiry-type-list span {
  border: 1px solid rgba(92, 70, 48, .12);
  border-radius: 16px;
  background: rgba(255, 253, 248, .72);
  color: var(--soil-brown);
  font-size: 14px;
  font-weight: 900;
  padding: 14px 16px;
}

.product-visual a {
  display: block;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.product-visual a:hover {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(217, 164, 65, .48);
  transform: translateY(-2px);
}

.process-map,
.kit-viewer {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.process-step,
.kit-viewer div {
  position: relative;
  min-height: 172px;
  border: 1px solid var(--line-sand);
  border-radius: 24px;
  background: var(--linen-soft);
  padding: 22px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 14px;
  height: 1px;
  background: var(--warm-sand);
}

.process-step b,
.kit-viewer b {
  display: block;
  color: var(--sunflower-gold);
  font-size: 13px;
  letter-spacing: .12em;
  margin-bottom: 22px;
}

.process-step span,
.kit-viewer span {
  display: block;
  color: var(--soil-brown);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.32;
}

.process-step small {
  display: block;
  color: rgba(47, 42, 36, .58);
  line-height: 1.6;
  margin-top: 14px;
}

.report-mockup,
.product-visual,
.archive-visual,
.contact-visual {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 38px;
}

.report-mockup strong {
  min-height: 118px;
  display: grid;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(201, 174, 136, .42);
  background: var(--paper);
  color: var(--soil-brown);
  font-size: 24px;
}

.proof-section {
  background: var(--sage-soft);
}

.kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kpi-grid b {
  display: block;
  color: var(--sunflower-gold);
  font-size: 34px;
  letter-spacing: -.04em;
  margin-bottom: 18px;
}

.kpi-grid strong {
  display: block;
  color: var(--soil-brown);
  font-size: 18px;
  margin-bottom: 8px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.before-after div,
.product-thumb,
.article-visual {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(92, 70, 48, .1);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(201, 174, 136, .46), rgba(138, 149, 114, .28)),
    repeating-linear-gradient(45deg, rgba(92, 70, 48, .08) 0 1px, transparent 1px 18px),
    #fbf3e7;
  color: var(--paper);
  padding: 24px;
}

.before-after span,
.before-after p,
.product-thumb {
  position: relative;
  z-index: 1;
  color: var(--soil-brown);
  font-weight: 900;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-thumb {
  display: grid;
  align-items: end;
  min-height: 190px;
  margin-bottom: 8px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band h2 {
  max-width: 760px;
  color: var(--soil-brown);
}

.archive-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 34px;
}

.archive-search input,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line-sand);
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink-charcoal);
  outline: none;
  padding: 14px 16px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.archive-search input:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(92, 70, 48, .55);
  box-shadow: 0 0 0 4px rgba(217, 164, 65, .13);
}

.archive-list-section > * {
  margin-left: auto;
  margin-right: auto;
}

.product-list-section .filter-row {
  margin-bottom: 36px;
}

.product-list-section .card-grid {
  margin-left: auto;
  margin-right: auto;
}

.product-lineup-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.product-lineup-grid .product-card {
  position: relative;
  height: 100%;
  cursor: pointer;
}

.home-product-link-grid .product-card {
  position: relative;
  cursor: pointer;
}

.product-lineup-grid .product-card > :not(.product-card-category-link),
.home-product-link-grid .product-card > :not(.product-card-category-link) {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.product-lineup-grid .product-card-category-link,
.home-product-link-grid .product-card-category-link {
  position: absolute;
  z-index: 2;
  inset: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  padding: 0;
}

.product-lineup-grid .product-card-category-link:hover,
.home-product-link-grid .product-card-category-link:hover {
  background: transparent;
  transform: none;
}

.product-lineup-grid .product-card-category-link:focus-visible,
.home-product-link-grid .product-card-category-link:focus-visible {
  outline: 3px solid var(--sunflower-gold);
  outline-offset: 4px;
}

.product-lineup-grid .product-card .product-card-inquiry-link,
.home-product-link-grid .product-card .product-card-inquiry-link {
  z-index: 3;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .product-lineup-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-lineup-grid .product-card {
    min-height: 0;
    padding: 14px;
  }

  .product-lineup-grid .product-card-media {
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .product-lineup-grid .product-card h2 {
    font-size: 18px;
  }

  .product-lineup-grid .product-card p {
    font-size: 13px;
    line-height: 1.65;
  }
}

.archive-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.archive-grid .content-card {
  flex: 0 1 100%;
}

@media (min-width: 1180px) {
  .archive-grid {
    grid-template-columns: none;
  }

  .archive-grid .content-card {
    flex-basis: calc((100% - 54px) / 4);
    max-width: calc((100% - 54px) / 4);
    padding: 24px;
  }

  .archive-grid .archive-card-image,
  .archive-grid .archive-card-placeholder {
    border-radius: 22px;
    margin-bottom: 22px;
  }

  .archive-grid .content-card h2 {
    font-size: clamp(20px, 1.45vw, 26px);
    line-height: 1.2;
  }

.archive-grid .content-card p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.archive-board-section {
  max-width: 1720px;
  margin-inline: auto;
  padding-top: clamp(56px, 6vw, 92px);
}

.archive-board-tabs,
.archive-board-years {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 2.3vw, 44px);
  margin-inline: auto;
}

.archive-board-tabs {
  margin-bottom: 30px;
}

.archive-board-years {
  margin-bottom: clamp(34px, 4vw, 64px);
}

.archive-board-tabs a,
.archive-board-years a {
  color: var(--ink-charcoal);
  font-size: clamp(15px, 1.02vw, 19px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.archive-board-tabs a {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}

.archive-board-tabs a:hover,
.archive-board-tabs a.is-active {
  border-color: currentColor;
  color: var(--soil-brown);
}

.archive-board-years a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 20px;
}

.archive-board-years a:hover,
.archive-board-years a.is-active {
  border-color: var(--soil-brown);
  background: #fffdf8;
  color: var(--soil-brown);
}

.archive-board-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: center;
  gap: 24px;
  margin: 0 auto clamp(28px, 3.3vw, 48px);
}

.archive-board-head h2 {
  color: #0f0f0f;
  font-size: clamp(27px, 2.45vw, 42px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0;
}

.archive-board-head h2 span {
  color: var(--sunflower-gold);
}

.archive-board-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  border: 1px solid rgba(92, 70, 48, .14);
  background: #fff;
  min-height: 58px;
}

.archive-board-search input {
  border: 0;
  background: transparent;
  color: var(--ink-charcoal);
  font-size: 18px;
  outline: 0;
  padding: 0 18px;
}

.archive-board-search button {
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.archive-board-search button span,
.archive-board-search button::after {
  position: absolute;
  content: "";
  display: block;
}

.archive-board-search button span {
  top: 18px;
  left: 15px;
  width: 22px;
  height: 22px;
  border: 2px solid #0f0f0f;
  border-radius: 999px;
}

.archive-board-search button::after {
  top: 38px;
  left: 36px;
  width: 14px;
  height: 2px;
  background: #0f0f0f;
  transform: rotate(45deg);
  transform-origin: left center;
}

.archive-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 3vw, 48px) clamp(20px, 2vw, 34px);
  margin: 0 auto;
}

.archive-board-card {
  min-width: 0;
}

.archive-board-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--linen-oat);
  color: rgba(92, 70, 48, .74);
  text-decoration: none;
}

.archive-board-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.archive-board-thumb span {
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 800;
  letter-spacing: -.02em;
}

.archive-board-card:hover .archive-board-thumb img {
  transform: scale(1.025);
}

.archive-board-meta {
  padding-top: 24px;
}

.archive-board-meta p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--soil-brown);
  font-size: clamp(15px, 1vw, 19px);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px;
}

.archive-board-meta .year {
  color: var(--sunflower-gold);
}

.archive-board-meta h3 {
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.3;
  margin: 0;
}

.archive-board-meta h3 a {
  color: #16120f;
  text-decoration: none;
}

.archive-board-meta small {
  display: block;
  color: rgba(47, 42, 36, .64);
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 650;
  line-height: 1.65;
  margin-top: 14px;
}

.archive-board-empty {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.archive-board-pager {
  max-width: 1720px;
  margin: 28px auto 0;
}

@media (max-width: 1180px) {
  .archive-board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .archive-board-section {
    padding-top: 42px;
  }

  .archive-board-tabs,
  .archive-board-years {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .archive-board-head {
    grid-template-columns: 1fr;
  }

  .archive-board-search {
    min-height: 52px;
  }

  .archive-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
}

.featured-article {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
  background: var(--linen-oat);
}

.featured-article h2 {
  max-width: 760px;
  color: var(--soil-brown);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.035em;
  margin: 0;
}

.pager,
.article-date {
  color: rgba(47, 42, 36, .58);
}

.article-section {
  max-width: 920px;
  margin: 0 auto;
}

.article-body {
  color: rgba(47, 42, 36, .76);
  font-size: 18px;
  line-height: 1.9;
  margin: 34px 0;
}

.article-body p {
  margin: 0 0 1.8em;
}

.article-body figure {
  margin: 42px 0;
}

.article-body figure img {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.contact-layout {
  align-items: start;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  color: var(--soil-brown);
  font-size: 14px;
  font-weight: 900;
}

.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-info h2 {
  margin-top: 28px;
  font-size: 24px;
}

.inquiry-type-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 26px 0 8px;
}

.file-drop {
  border: 1px dashed rgba(92, 70, 48, .28);
  border-radius: 22px;
  background: var(--linen-soft);
  color: var(--muted-brown);
  padding: 20px;
}

.file-drop strong,
.file-drop span {
  display: block;
}

.file-drop strong {
  color: var(--soil-brown);
  margin-bottom: 6px;
}

.form-success,
.form-error {
  grid-column: 1 / -1;
  border-radius: 20px;
  padding: 16px;
}

.form-success {
  background: rgba(138, 149, 114, .14);
}

.form-error {
  background: rgba(217, 164, 65, .16);
}

.login-section {
  display: grid;
  min-height: calc(100vh - 82px);
  place-items: center;
}

.login-card {
  width: min(100%, 560px);
  border: 1px solid var(--line-sand);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  padding: clamp(34px, 6vw, 56px);
}

.login-card h1 {
  color: var(--soil-brown);
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -.035em;
  line-height: 1.12;
  margin: 22px 0 18px;
}

.login-card p {
  color: var(--muted-brown);
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 28px;
}

.naver-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 14px;
  background: #03A94D;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  transition: background .18s ease, transform .18s ease;
}

.kakao-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 14px;
  background: #FEE500;
  color: #191919;
  font-size: 17px;
  font-weight: 900;
  margin-top: 12px;
  transition: background .18s ease, transform .18s ease;
}

.naver-login-button:hover {
  background: #029844;
  transform: translateY(-1px);
}

.kakao-login-button:hover {
  background: #F6D900;
  transform: translateY(-1px);
}

.naver-login-mark {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 5px;
  background: #fff;
  color: #03A94D;
  font-weight: 950;
}

.kakao-login-mark {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #191919;
  color: #FEE500;
  font-weight: 950;
}

.login-home-link {
  display: inline-flex;
  color: var(--muted-brown);
  font-size: 14px;
  font-weight: 800;
  margin-top: 18px;
}

.map-mock {
  display: grid;
  min-height: 220px;
  place-items: center;
  color: var(--soil-brown);
  font-weight: 900;
  margin-top: 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr) auto;
  gap: clamp(24px, 5vw, 64px);
  border-top: 1px solid rgba(92, 70, 48, .12);
  background: var(--linen-oat);
  color: var(--soil-brown);
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.site-footer strong {
  display: block;
  font-size: 26px;
  letter-spacing: -.02em;
  margin: 12px 0;
}

.site-footer p,
.site-footer a {
  color: rgba(58, 48, 40, .72);
  line-height: 1.75;
}

.site-footer-links {
  display: grid;
  gap: 10px;
}

.site-copy {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(92, 70, 48, .12);
  font-size: 13px;
  margin: 0;
  padding-top: 22px;
}

@media (max-width: 760px) {
  .value-card {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .value-card span {
    width: 44px;
    height: 44px;
    border-radius: 16px;
  }

  .value-card h3 {
    font-size: 28px;
    margin: 22px 0 12px;
  }

  .value-card p {
    font-size: 15px;
    line-height: 1.55;
  }
}

.legal-page {
  padding: clamp(96px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.legal-container {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line-sand);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: clamp(34px, 6vw, 64px);
}

.legal-container h1 {
  color: var(--soil-brown);
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 20px 0 12px;
}

.legal-updated {
  color: rgba(92, 70, 48, .58);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 42px;
}

.legal-container article {
  border-top: 1px solid rgba(201, 174, 136, .32);
  padding: 26px 0 0;
  margin-top: 26px;
}

.legal-container h2 {
  color: var(--soil-brown);
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 12px;
}

.legal-container p {
  color: rgba(47, 42, 36, .72);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1020px) {
  .front-hero,
  .page-hero,
  .story-section,
  .impact-panel,
  .case-card,
  .contact-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .kpi-grid,
  .value-grid,
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-grid .content-card {
    flex-basis: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }

  .process-map,
  .kit-viewer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 86px;
  }

  .site-logo-image {
    height: 48px;
  }

  .site-logo-fallback {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }

  .site-menu-button {
    display: inline-flex;
    border: 1px solid rgba(92, 70, 48, .2);
    border-radius: 999px;
    background: var(--paper);
    color: var(--soil-brown);
    font-weight: 800;
    padding: 10px 14px;
  }

  .site-nav-wrap {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    border: 1px solid var(--line-sand);
    border-radius: 24px;
    background: rgba(255, 253, 248, .98);
    box-shadow: var(--shadow-soft);
    padding: 14px;
  }

  .site-nav-wrap.is-open {
    display: block;
  }

  .site-mobile-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 4px 4px 14px;
    border-bottom: 1px solid rgba(92, 70, 48, .1);
    width: 100%;
  }

  .site-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .site-header-cta {
    width: 100%;
    margin-top: 10px;
  }

  .member-nav {
    align-items: stretch;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
  }

  .member-nav a,
  .member-nav button,
  .member-nav form {
    width: 100%;
  }

  .front-hero,
  .page-hero,
  .front-section,
  .site-footer {
    padding: 64px 20px;
  }

  .front-hero,
  .page-hero {
    min-height: auto;
  }

  .hero-copy h1,
  .page-hero h1,
  .article-section h1 {
    font-size: clamp(36px, 11vw, 44px);
  }

  .hero-visual,
  .report-mockup,
  .product-visual,
  .archive-visual,
  .contact-visual,
  .story-visual {
    min-height: 360px;
    border-radius: 24px;
  }

  .hero-photo-large {
    inset: 22px 52px 112px 22px;
  }

  .hero-photo-small {
    right: 22px;
    bottom: 28px;
    width: 54%;
    height: 160px;
  }

  .hero-caption {
    left: 24px;
    bottom: 26px;
    width: 210px;
  }

  .trust-strip,
  .badge-wall,
  .value-grid,
  .card-grid,
  .kpi-grid,
  .process-map,
  .kit-viewer,
  .contact-form,
  .inquiry-type-list {
    grid-template-columns: 1fr;
  }

  .archive-search {
    grid-template-columns: 1fr;
  }

  .archive-grid .content-card {
    flex-basis: 100%;
    max-width: 100%;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

.diy-manual-library {
  background: #fffdf8;
}

.manual-library-inner {
  max-width: var(--container);
  width: 100%;
  margin: 0;
}

.manual-library-head {
  display: block !important;
  width: 100%;
  max-width: 980px;
  margin: 0 0 36px;
  text-align: left;
}

.manual-library-head .eyebrow {
  white-space: nowrap;
}

.manual-library-head h2 {
  color: var(--soil-brown);
  font-size: clamp(38px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.16;
  margin: 22px 0 24px;
  max-width: 820px;
  text-wrap: balance;
}

.manual-library-head p {
  color: rgba(47, 42, 36, .68);
  font-size: clamp(17px, 1.15vw, 18px);
  font-weight: 800;
  line-height: 1.75;
  margin: 0;
}

.manual-library-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 32px;
}

.manual-library-tools.is-search-only {
  justify-content: flex-end;
}

.diy-manual-inline {
  width: 100%;
}

.diy-manual-inline .manual-library-tools {
  margin-top: -4px;
  margin-bottom: 28px;
}

.manual-search {
  flex: 0 1 420px;
  display: flex;
  gap: 10px;
  min-width: min(360px, 100%);
}

.manual-search input {
  width: 100%;
  border: 1px solid var(--line-sand);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  min-height: 54px;
  padding: 0 22px;
}

.manual-search button {
  border: 0;
  border-radius: 999px;
  background: var(--soil-brown);
  color: #fffdf8;
  cursor: pointer;
  font-weight: 900;
  min-height: 54px;
  padding: 0 24px;
}

.manual-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.manual-filter-row a {
  border: 1px solid rgba(92, 70, 48, .18);
  border-radius: 999px;
  color: var(--soil-brown);
  font-size: 15px;
  font-weight: 900;
  padding: 14px 22px;
  text-decoration: none;
}

.manual-filter-row a.is-active {
  background: var(--soil-brown);
  border-color: var(--soil-brown);
  color: #fffdf8;
}

.manual-card-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: stretch;
  justify-items: stretch;
  margin: 0 auto;
  width: 100%;
}

.manual-card {
  border: 1px solid var(--line-sand);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(92, 70, 48, .045);
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 1.8vw, 28px);
}

.manual-card-image {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  background: #f3ebdd;
  display: grid;
  margin-bottom: 20px;
  overflow: hidden;
  place-items: center;
}

.manual-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manual-card-image em,
.manual-empty span {
  color: rgba(92, 70, 48, .48);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.manual-card small {
  color: var(--herb-sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.manual-card h3 {
  color: var(--soil-brown);
  font-size: clamp(22px, 1.8vw, 30px);
  letter-spacing: -.04em;
  line-height: 1.15;
  margin: 12px 0 14px;
}

.manual-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.manual-meta span {
  border-radius: 999px;
  background: rgba(138, 149, 114, .12);
  color: var(--soil-brown);
  font-size: 14px;
  font-weight: 900;
  padding: 7px 12px;
}

.manual-card p {
  color: rgba(47, 42, 36, .68);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
}

.manual-time {
  color: var(--soil-brown) !important;
  margin: 0 0 10px;
}

.manual-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.manual-card-actions a,
.manual-detail-actions a,
.manual-detail-back a,
.manual-back {
  background: #fffdf8;
  border: 1px solid rgba(92, 70, 48, .16);
  border-radius: 999px;
  color: var(--soil-brown);
  font-size: 15px;
  font-weight: 900;
  padding: 13px 18px;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.manual-card-actions a.primary {
  text-align: center;
}

.manual-card-actions a.primary {
  background: var(--soil-brown);
  border-color: var(--soil-brown);
  color: #fffdf8;
}

.manual-card-actions a:hover,
.manual-card-actions a.primary:hover,
.manual-detail-actions a:hover,
.manual-detail-back a:hover,
.manual-back:hover {
  background: var(--soil-brown);
  border-color: var(--soil-brown);
  color: #fffdf8;
  transform: translateY(-2px);
}

.manual-empty {
  border: 1px dashed var(--line-sand);
  border-radius: 30px;
  display: grid;
  gap: 8px;
  margin: 0 auto;
  max-width: 1480px;
  padding: 56px 24px;
  place-items: center;
  text-align: center;
}

.manual-empty strong {
  color: var(--soil-brown);
  font-size: 24px;
}

.manual-detail-hero {
  display: grid;
  align-items: center;
  gap: clamp(40px, 7vw, 104px);
  grid-template-columns: minmax(0, .94fr) minmax(360px, .72fr);
  min-height: calc(100vh - 82px);
  padding: clamp(76px, 10vw, 132px) max(5vw, calc((100vw - 1600px) / 2));
}

.manual-detail-hero h1 {
  max-width: 780px;
  color: var(--soil-brown);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 22px 0 24px;
}

.manual-detail-hero p {
  color: rgba(47, 42, 36, .72);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 800;
  line-height: 1.75;
}

.manual-detail-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0;
}

.manual-detail-meta div {
  border-top: 1px solid rgba(92, 70, 48, .16);
  padding-top: 14px;
}

.manual-detail-meta dt {
  color: var(--herb-sage);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.manual-detail-meta dd {
  color: var(--soil-brown);
  font-size: 18px;
  font-weight: 900;
  margin: 6px 0 0;
}

.manual-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.manual-detail-back {
  margin-top: 34px;
}

/* Manual detail buttons: keep every action visually consistent. */
.manual-detail-actions,
.manual-detail-back {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.manual-detail-back {
  flex-basis: 100%;
  margin-top: 42px;
}

.manual-detail-actions a,
.manual-detail-actions a:first-child {
  align-items: center;
  background: rgba(255, 253, 248, .42) !important;
  border: 1px solid rgba(92, 70, 48, .22) !important;
  border-radius: 999px;
  color: var(--soil-brown) !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 54px;
  padding: 0 28px;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.manual-detail-actions a:hover,
.manual-detail-actions a:first-child:hover {
  background: var(--soil-brown) !important;
  border-color: var(--soil-brown) !important;
  color: #fffdf8 !important;
  transform: translateY(-2px);
}

.manual-detail-back a {
  align-items: center;
  background: var(--soil-brown) !important;
  border: 1px solid var(--soil-brown) !important;
  border-radius: 999px;
  color: #fffdf8 !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 54px;
  padding: 0 28px;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.manual-detail-back a:hover {
  background: rgba(255, 253, 248, .42) !important;
  border-color: rgba(92, 70, 48, .22) !important;
  color: var(--soil-brown) !important;
  transform: translateY(-2px);
}

.manual-detail-image {
  width: min(100%, 720px);
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  background: #f3ebdd;
  box-shadow: 0 28px 80px rgba(92, 70, 48, .1);
  display: grid;
  justify-self: end;
  overflow: hidden;
  place-items: center;
}

.manual-detail-image img,
.manual-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manual-detail-image span,
.manual-step-image em {
  color: rgba(92, 70, 48, .45);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.manual-info-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manual-info-grid > div,
.manual-caution-card {
  border: 1px solid var(--line-sand);
  border-radius: 30px;
  background: #fff;
  padding: clamp(26px, 4vw, 42px);
}

.manual-info-grid h2,
.manual-caution-card h2 {
  color: var(--soil-brown);
  font-size: 28px;
  margin: 0 0 18px;
}

.manual-info-grid ul,
.manual-caution-card ul {
  color: rgba(47, 42, 36, .72);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
  margin: 0;
  padding-left: 1.2em;
}

.manual-step-list {
  display: grid;
  gap: 24px;
}

.manual-step-card {
  border: 1px solid var(--line-sand);
  border-radius: 34px;
  background: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  padding: clamp(24px, 4vw, 42px);
}

.manual-step-copy span {
  color: var(--sunflower);
  font-size: 18px;
  font-weight: 900;
}

.manual-step-copy h3 {
  color: var(--soil-brown);
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -.04em;
  margin: 12px 0;
}

.manual-step-copy p {
  color: rgba(47, 42, 36, .68);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.75;
}

.manual-step-image {
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  background: #f3ebdd;
  display: grid;
  overflow: hidden;
  place-items: center;
}

.manual-caution-card {
  margin: 0 auto;
  max-width: 980px;
}

@media (max-width: 1020px) {
  .manual-detail-hero,
  .manual-step-card {
    grid-template-columns: 1fr;
  }

  .manual-detail-hero {
    min-height: auto;
    padding: 58px 20px;
  }

  .manual-detail-image {
    justify-self: stretch;
    width: 100%;
  }

  .manual-library-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .manual-search {
    width: min(520px, 100%);
  }

  .manual-card-grid {
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .manual-detail-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .manual-detail-meta,
  .manual-info-grid {
    grid-template-columns: 1fr;
  }

  .manual-library-head {
    margin-bottom: 22px;
  }

  .manual-library-head h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.12;
  }

  .manual-library-head p {
    font-size: 15px;
  }

  .manual-library-tools {
    gap: 16px;
    margin-bottom: 24px;
  }

  .manual-filter-row {
    gap: 8px;
  }

  .manual-filter-row a {
    font-size: 13px;
    padding: 10px 12px;
  }

  .manual-search {
    flex: 0 0 auto;
    flex-direction: column;
    width: 100%;
  }

  .manual-search input,
  .manual-search button {
    font-size: 14px;
    min-height: 46px;
  }

  .manual-card-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manual-card {
    border-radius: 20px;
    padding: 14px;
  }

  .manual-card-image {
    border-radius: 16px;
    margin-bottom: 12px;
  }

  .manual-card small {
    font-size: 10px;
  }

  .manual-card h3 {
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.35;
    margin: 8px 0 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .manual-meta span {
    font-size: 11px;
    padding: 5px 8px;
  }

  .manual-card-actions {
    padding-top: 14px;
  }

  .manual-card-actions a {
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
  }
}
.manual-guide-section {
  background: #fffaf3;
}

.manual-guide-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.manual-guide-sheet {
  max-width: 860px;
  margin: 36px auto 0;
  padding: clamp(14px, 3vw, 28px);
  border: 1px solid var(--line-sand, #e7dccb);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(92, 70, 48, .08);
  text-align: center;
}

.manual-guide-sheet img {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin: 0 auto;
  border-radius: 22px;
}

.manual-guide-placeholder {
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  border: 1px dashed rgba(201, 174, 136, .8);
  border-radius: 24px;
  background: #f3ebdd;
  color: rgba(92, 70, 48, .65);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.manual-guide-placeholder p {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

/* Product CMS */
.product-category-shortcuts {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 68px);
}

.product-category-shortcuts a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(92, 70, 48, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  color: var(--soil-brown);
  font-size: 18px;
  font-weight: 900;
  padding: 0 28px;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.product-category-shortcuts a::after {
  content: "→";
  color: var(--sunflower-gold);
}

.product-category-shortcuts a:hover {
  border-color: var(--sage);
  background: #fff;
  color: var(--sage);
}

.product-catalog-section {
  background: #fff;
}

.product-catalog-section.is-category-view {
  padding-top: clamp(70px, 8vw, 118px);
}

.product-catalog-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.product-category-tabs {
  margin: 42px 0 48px;
}

.product-cms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.product-cms-card {
  display: flex;
  min-width: 0;
  min-height: 470px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(201, 174, 136, .45);
  border-radius: 26px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease;
}

.product-cms-card:hover {
  border-color: rgba(138, 149, 114, .8);
  transform: translateY(-3px);
}

.product-cms-image {
  display: grid;
  width: calc(100% - 36px);
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: var(--linen-oat);
  color: var(--soil-brown);
  font-weight: 900;
  margin: 18px;
}

.product-cms-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cms-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 28px 28px;
}

.product-cms-card-body small {
  color: var(--sage);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
}

.product-cms-card-body h3 {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: var(--soil-brown);
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  margin: 18px 0 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-cms-card-body h3 a {
  color: inherit;
}

.product-cms-card-body > span {
  color: #8a7d70;
  font-size: 13px;
  font-weight: 750;
}

.product-cms-more,
.product-detail-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--soil-brown);
  border-radius: 16px;
  background: var(--soil-brown);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 0 24px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.product-cms-more {
  min-width: 164px;
  margin-top: auto;
  border-color: rgba(92, 70, 48, .16);
  border-radius: 999px;
  background: var(--linen-soft);
  color: var(--soil-brown);
}

.product-cms-more:hover {
  border-color: var(--soil-brown);
  background: var(--soil-brown);
  color: #fff;
}

.product-detail-cta:hover {
  border-color: var(--soil-brown);
  background: var(--soil-brown);
  color: #fff;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.product-detail-actions .product-detail-cta {
  min-width: 164px;
  border-radius: 999px;
}

.product-detail-actions .product-detail-cta.is-primary {
  border-color: var(--soil-brown);
  background: var(--soil-brown);
  color: #fff;
}

.product-detail-actions .product-detail-cta.is-primary:hover {
  border-color: var(--sunflower-gold);
  background: var(--sunflower-gold);
  color: var(--soil-brown);
}

.product-detail-actions .product-detail-cta.is-secondary {
  border-color: rgba(92, 70, 48, .24);
  background: #fffaf2;
  color: var(--soil-brown);
}

.product-detail-actions .product-detail-cta.is-secondary:hover {
  border-color: var(--soil-brown);
  background: var(--soil-brown);
  color: #fff;
}

.product-detail-actions .product-detail-cta.is-disabled {
  cursor: not-allowed;
  opacity: .45;
}

.product-empty-state {
  display: grid;
  min-height: 300px;
  place-content: center;
  gap: 12px;
  border: 1px solid rgba(201, 174, 136, .42);
  border-radius: 28px;
  background: var(--linen-oat);
  color: var(--soil-brown);
  text-align: center;
  padding: 40px;
}

.product-empty-state strong {
  font-size: clamp(24px, 2.4vw, 38px);
}

.product-empty-state span {
  color: #74675c;
  font-size: 17px;
}

.product-detail-hero {
  display: grid;
  min-height: calc(100vh - 82px);
  grid-template-columns: minmax(0, .94fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(40px, 7vw, 104px);
  padding: clamp(76px, 10vw, 132px) max(5vw, calc((100vw - 1600px) / 2));
}

.product-detail-copy h1 {
  max-width: 780px;
  color: var(--soil-brown);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 22px 0 24px;
}

.product-detail-copy > small {
  color: var(--sage);
  font-weight: 900;
  letter-spacing: .12em;
}

.product-detail-copy p {
  max-width: 680px;
  color: rgba(47, 42, 36, .72);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  line-height: 1.78;
  margin: 28px 0;
}

.product-detail-main-image {
  display: grid;
  width: min(100%, 720px);
  aspect-ratio: 4 / 3;
  place-items: center;
  justify-self: end;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  color: var(--sage);
  font-weight: 900;
}

.product-detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-copy .product-detail-cta {
  min-width: 164px;
}

.product-detail-gallery-section,
.product-detail-description,
.product-detail-footer {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.product-detail-gallery figure {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: var(--linen-oat);
}

.product-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-description-grid {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 120px);
  margin-top: 34px;
}

.product-detail-description h2 {
  color: var(--soil-brown);
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.12;
}

.product-detail-description-grid > div {
  color: #65584d;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.9;
}

.product-detail-images {
  display: grid;
  width: min(calc(100% - 40px), 1200px);
  gap: 24px;
  margin: 0 auto;
  padding-bottom: clamp(70px, 8vw, 130px);
}

.product-detail-images img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.product-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-detail-footer > a:first-child {
  color: var(--soil-brown);
  font-weight: 900;
}

.product-detail-empty {
  display: grid;
  min-height: 60vh;
  place-content: center;
  gap: 20px;
  text-align: center;
}

@media (max-width: 1180px) {
  .product-cms-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .product-detail-hero {
    grid-template-columns: 1fr 1fr;
  }

  .product-detail-gallery {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .product-catalog-section.is-category-view {
    padding-top: 56px;
  }

  .product-category-tabs {
    display: flex;
    overflow-x: auto;
    margin: 28px 0 34px;
    padding-bottom: 6px;
  }

  .product-category-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .diy-manual-inline .manual-library-tools {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .product-cms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-cms-card {
    min-height: 340px;
    border-radius: 18px;
  }

  .product-cms-image {
    width: calc(100% - 20px);
    border-radius: 14px;
    margin: 10px;
  }

  .product-cms-card-body {
    padding: 8px 14px 16px;
  }

  .product-cms-card-body h3 {
    font-size: 16px;
    margin: 10px 0 6px;
  }

  .product-cms-card-body small,
  .product-cms-card-body > span {
    font-size: 10px;
  }

  .product-cms-more {
    width: 100%;
    min-height: 42px;
    font-size: 12px;
    padding: 0 10px;
  }

  .product-detail-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 58px 20px;
  }

  .product-detail-copy h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .product-detail-main-image {
    order: -1;
    border-radius: 24px;
  }

  .product-detail-gallery {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
  }

  .product-detail-gallery figure {
    border-radius: 8px;
  }

  .product-detail-description-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .product-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .product-detail-actions .product-detail-cta {
    min-width: 0;
    padding-inline: 12px;
  }
}
