@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Reviewer navigation — not part of the design */
.mock-chrome{background:#1C1C1E;color:#9B9B9F;font:11px/1 ui-monospace,Menlo,monospace;padding:9px 16px;display:flex;gap:12px;align-items:center;flex-wrap:wrap;position:relative;z-index:120}
.mock-chrome b{color:#E8E8EA;font-weight:600}
.mock-chrome a{color:#9B9B9F;padding:3px 8px;border-radius:4px;border:1px solid #333}
.mock-chrome a:hover{color:#fff;border-color:#666}
.mock-chrome a.on{color:#B9D3BE;border-color:#3E5C49}

:root {
  --ink: #24312a;
  --ink-soft: #48534d;
  --moss: #365644;
  --moss-deep: #173b2a;
  --leaf: #70816e;
  --cream: #f3efe5;
  --paper: #fbfaf6;
  --white: #fff;
  --line: #dcd8cc;
  --sand: #c9bca5;
  --coral: #e16f62;
  --coral-dark: #c45a4e;
  --sage-wash: #eff4ef;
  --sage-soft: #d4e2d5;
  --shadow: 0 24px 70px rgba(33, 48, 38, .12);
  --display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --wrap: min(1340px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--leaf); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #c9d7ce; }
.display { font-family: var(--display); font-weight: 300; letter-spacing: -.02em; line-height: 1.16; }
.section-title { max-width: 800px; margin: 0; font: 300 clamp(34px, 4vw, 60px)/1.16 var(--display); letter-spacing: -.02em; text-wrap: balance; }
.section-copy { max-width: 590px; color: var(--ink-soft); font-size: 17px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-head > p { max-width: 440px; margin: 0; padding-bottom: 9px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 28px; border: 1px solid var(--moss); background: var(--moss); color: white; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.btn:hover { border-color: var(--moss-deep); background: var(--moss-deep); transform: translateY(-2px); }
.btn.ghost { border-color: rgba(255,255,255,.45); background: transparent; }
.btn.ghost:hover { background: white; color: var(--moss-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--moss); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.text-link:after { content: '→'; transition: transform .2s; }
.text-link:hover:after { transform: translateX(5px); }
.muted { color: var(--ink-soft); }

/* Header */
.announcement { position: relative; z-index: 100; padding: 10px 24px; background: var(--moss-deep); color: #f1f4ef; text-align: center; font-size: 12px; letter-spacing: .045em; }
.site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid rgba(36,49,42,.12); background: rgba(251,250,246,.92); backdrop-filter: blur(18px); }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; padding: 29px 0; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nav-links a:after { content: ''; position: absolute; right: 0; bottom: 22px; left: 0; height: 1px; background: var(--moss); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-links a:hover:after, .nav-links a.active:after { transform: scaleX(1); transform-origin: left; }
.brand-logo { display: inline-flex; align-items: center; width: 178px; line-height: 0; }
.brand-logo img { width: 100%; height: auto; }
.nav-actions { justify-content: flex-end; gap: 18px; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; cursor: pointer; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-count { display: grid; position: absolute; width: 17px; height: 17px; margin: -14px 0 0 16px; place-items: center; border-radius: 50%; background: var(--moss); color: white; font-size: 9px; }
.menu-button { display: none; }
.mobile-menu { display: none; }

/* Home hero */
.hero { position: relative; min-height: calc(100svh - 120px); overflow: hidden; background: #877a69; color: white; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.4s cubic-bezier(.2,.65,.2,1) both; }
.hero:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,31,23,.74) 0%, rgba(18,31,23,.35) 40%, rgba(18,31,23,.05) 72%); }
.hero-content { display: flex; position: relative; z-index: 2; min-height: calc(100svh - 120px); flex-direction: column; align-items: flex-start; justify-content: center; padding: 100px 0 80px; }
.hero h1 { max-width: 790px; margin: 0 0 24px; font: 300 clamp(44px, 6vw, 84px)/1.08 var(--display); letter-spacing: -.02em; text-wrap: balance; }
.hero-copy { max-width: 520px; margin: 0 0 36px; color: rgba(255,255,255,.9); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 42px; font-size: 13px; }
.hero-proof .stars { color: #f1dca3; letter-spacing: .12em; }
.hero-index { position: absolute; z-index: 3; right: 48px; bottom: 42px; writing-mode: vertical-rl; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
@keyframes hero-in { from { scale: 1.05; filter: saturate(.7); } to { scale: 1; filter: saturate(1); } }

.trust-bar { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 28px 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item svg { width: 25px; height: 25px; fill: none; stroke: var(--moss); stroke-width: 1.4; }
.trust-item b { display: block; font-size: 13px; }
.trust-item span { color: var(--ink-soft); font-size: 12px; }

.intro { padding: 150px 0 120px; }
.intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.intro-note { padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.intro h2 { margin: 0; font: 300 clamp(37px, 4.8vw, 68px)/1.18 var(--display); letter-spacing: -.02em; }
.intro h2 em { color: var(--leaf); font-style: normal; }
.intro-tail { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; }
.intro-tail p { max-width: 510px; margin: 0; color: var(--ink-soft); font-size: 17px; }

.collections { padding: 0 0 140px; }
.collection-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.collection-feature { display: grid; grid-template-columns: 1fr; grid-template-rows: clamp(440px, 40vw, 560px) minmax(420px, 1fr); height: 100%; min-height: 0; color: white; }
.collection-feature.organic-card { background: #1f4a37; }
.collection-feature.natural-card { background: #58705f; }
.collection-compare .collection-copy { min-height: 420px; padding: 48px; }
.collection-image { position: relative; min-height: 0; overflow: hidden; }
.collection-image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.collection-feature:hover .collection-image img { transform: scale(1.025); }
.collection-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 68px; }
.collection-copy .eyebrow { color: #d4dfd5; }
.collection-copy h3 { min-height: 2.4em; margin: 0 0 20px; font: 300 clamp(33px, 3.2vw, 54px)/1.2 var(--display); letter-spacing: -.01em; }
.collection-copy > p:not(.eyebrow) { min-height: 5.2em; margin: 0 0 30px; opacity: .82; }
.collection-copy .text-link { color: white; }
.collection-meta { width: 100%; margin-top: auto; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.28); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

/* Certification stories — product, company and process */
.standards { padding: 140px 0; background: var(--sage-wash); }
.standards-head { margin-bottom: 72px; }
.standard-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; border: 1px solid var(--sage-soft); background: var(--white); }
.standard-story + .standard-story { margin-top: 24px; }
.standard-story.reverse .standard-copy { order: 2; }
.standard-story.reverse .standard-visual { order: 1; }
.standard-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(46px, 5vw, 72px); }
.standard-copy h3 { max-width: 620px; margin: 0 0 24px; color: var(--ink); font-size: clamp(34px, 3.4vw, 54px); font-weight: 300; line-height: 1.15; letter-spacing: -.02em; text-wrap: balance; }
.standard-copy > p:not(.eyebrow) { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.certified-emphasis { color: var(--moss-deep); font-weight: 700; box-shadow: inset 0 -.22em var(--sage-soft); }
.standard-points { display: grid; width: 100%; gap: 0; margin: 28px 0; border-top: 1px solid var(--line); }
.standard-points span { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; }
.standard-points b { color: var(--ink); font-weight: 600; }
.standard-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--coral); color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease-out, border-color .2s ease-out; }
.standard-link:after { content: '↗'; font-size: 15px; }
.standard-link:hover { border-color: var(--coral-dark); color: var(--coral); }
.standard-visual { position: relative; min-height: 760px; overflow: hidden; background: #dfe8df; }
.standard-photo { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96); }
.cert-mark-grid { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); margin: 0 0 30px; border: 1px solid var(--sage-soft); background: var(--sage-wash); }
.cert-mark { display: grid; min-height: 104px; place-items: center; align-content: center; gap: 8px; padding: 14px 8px; border-right: 1px solid var(--sage-soft); border-bottom: 1px solid var(--sage-soft); text-align: center; }
.cert-mark:nth-child(3n) { border-right: 0; }
.cert-mark:nth-last-child(-n+3) { border-bottom: 0; }
.cert-mark img { width: auto; max-width: 78px; height: 48px; object-fit: contain; mix-blend-mode: multiply; }
.cert-mark span { color: #526456; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.company-visual .standard-photo { object-position: center; }
.solo-mark { width: 180px; grid-template-columns: 1fr; }
.solo-mark .cert-mark { min-height: 160px; border: 0; }
.solo-mark .cert-mark img { max-width: 118px; height: 100px; }
.credential-stat { display: flex; width: 100%; align-items: baseline; gap: 24px; margin: 36px 0 34px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential-stat strong { color: var(--ink); font-size: clamp(36px, 4vw, 56px); font-weight: 300; line-height: 1; }
.credential-stat span { color: var(--ink-soft); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.iso-marks .cert-mark { min-height: 126px; border-bottom: 0; }
.iso-marks .cert-mark img { max-width: 88px; height: 72px; }

.material-story { padding: 140px 0; background: var(--cream); overflow: hidden; }
.materials-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.material-visual { position: relative; }
.material-visual img { aspect-ratio: 1/1.12; object-fit: cover; }
.material-visual:before { content: ''; position: absolute; top: -38px; right: -38px; width: 135px; height: 135px; border: 1px solid var(--sand); border-radius: 50%; }
.material-caption { display: flex; justify-content: space-between; margin-top: 14px; color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.material-copy h2 { margin: 0 0 28px; font: 300 clamp(36px, 4vw, 60px)/1.2 var(--display); letter-spacing: -.02em; }
.material-list { margin-top: 40px; border-top: 1px solid var(--line); }
.material-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.material-row .num { color: var(--leaf); font-size: 11px; }
.material-row b { font-size: 15px; }
.material-row span:last-child { color: var(--moss); }

.journal { padding: 140px 0; }
.journal-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 30px; }
.article { position: relative; }
.article-image { overflow: hidden; background: var(--cream); }
.article img { aspect-ratio: 1.15/1; object-fit: cover; transition: transform .6s; }
.article:first-child img { aspect-ratio: 1.33/1; }
.article:hover img { transform: scale(1.025); }
.article-meta { margin: 20px 0 8px; color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.article h3 { margin: 0 0 11px; font: 600 21px/1.4 var(--display); }
.article:first-child h3 { font-size: 30px; font-weight: 400; }
.article p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.showroom { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 670px; background: var(--moss-deep); color: white; }
.showroom-image { min-height: 600px; }
.showroom-image img { height: 100%; object-fit: cover; }
.showroom-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 72px; }
.showroom h2 { margin: 0 0 20px; font: 300 clamp(34px, 3.5vw, 55px)/1.2 var(--display); letter-spacing: -.02em; }
.showroom p { color: rgba(255,255,255,.73); }
.locations { width: 100%; margin: 25px 0 35px; border-top: 1px solid rgba(255,255,255,.22); }
.location { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.location b, .location span { display: block; }
.location span { color: rgba(255,255,255,.62); font-size: 12px; }

/* Collection pages */
.page-hero { display: grid; grid-template-columns: .74fr 1.26fr; min-height: 650px; background: var(--cream); }
.page-hero.dark { background: var(--moss-deep); color: white; }
.page-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 85px max(48px, calc((100vw - 1340px)/2)); padding-right: 7vw; }
.page-hero h1 { margin: 0 0 25px; font: 300 clamp(43px, 5vw, 72px)/1.12 var(--display); letter-spacing: -.02em; }
.page-hero p { max-width: 500px; color: var(--ink-soft); font-size: 17px; }
.page-hero.dark p { color: rgba(255,255,255,.72); }
.page-hero-image { min-height: 560px; overflow: hidden; }
.page-hero-image img { height: 100%; object-fit: cover; }
.page-hero-proof { display: flex; gap: 17px; margin-top: 28px; padding-top: 22px; border-top: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: .74; }
.principles { padding: 120px 0; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.principle { padding: 30px 45px 10px 0; border-right: 1px solid var(--line); }
.principle + .principle { padding-left: 45px; }
.principle:last-child { border-right: 0; }
.principle span { color: var(--leaf); font-size: 11px; }
.principle h3 { margin: 24px 0 13px; font: 600 23px/1.35 var(--display); }
.principle p { color: var(--ink-soft); font-size: 14px; }
.range-section { padding: 130px 0; background: var(--cream); }
.product-row { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; margin-bottom: 24px; background: var(--paper); }
.product-row:nth-child(even) .product-media { order: 2; }
.product-media { position: relative; overflow: hidden; }
.product-media img { height: 100%; object-fit: cover; transition: transform .6s; }
.product-row:hover img { transform: scale(1.02); }
.product-badge { position: absolute; top: 20px; left: 20px; padding: 9px 13px; background: var(--moss-deep); color: white; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-info { display: flex; flex-direction: column; justify-content: center; padding: 64px; }
.product-info h3 { margin: 0 0 13px; font: 400 36px/1.25 var(--display); letter-spacing: -.01em; }
.product-info p { color: var(--ink-soft); }
.specs { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec { padding: 16px 18px 16px 0; }
.spec + .spec { padding-left: 18px; border-left: 1px solid var(--line); }
.spec small, .spec b { display: block; }
.spec small { color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.spec b { margin-top: 4px; font-size: 14px; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.price-from { font-size: 13px; }
.price-from b { display: block; font-size: 18px; }

.certifications { padding: 110px 0; }
.logo-grid { display: grid; grid-template-columns: repeat(6,1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cert-logo { display: grid; min-height: 155px; place-items: center; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.cert-logo img { max-width: 78px; max-height: 56px; object-fit: contain; mix-blend-mode: multiply; }
.cert-logo span { align-self: end; color: var(--ink-soft); font-size: 10px; }

/* PDP */
.breadcrumbs { padding: 22px 0; color: var(--ink-soft); font-size: 12px; }
.pdp { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(410px,.82fr); gap: 56px; padding-bottom: 110px; }
.gallery-main { position: relative; overflow: hidden; background: var(--cream); }
.gallery-main img { aspect-ratio: 1.12/1; object-fit: cover; transition: opacity .25s; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 10px; }
.thumb { padding: 0; border: 1px solid transparent; background: transparent; cursor: pointer; }
.thumb.active { border-color: var(--moss); }
.thumb img { aspect-ratio: 1/1; object-fit: cover; }
.buybox { padding-top: 16px; }
.buybox h1 { margin: 0 0 8px; font: 300 clamp(42px,5vw,67px)/1.1 var(--display); letter-spacing: -.02em; }
.rating { display: flex; gap: 12px; align-items: center; color: var(--ink-soft); font-size: 13px; }
.rating .stars { color: #9a7a31; letter-spacing: .08em; }
.buy-desc { margin: 24px 0 28px; color: var(--ink-soft); }
.made-chip { display: inline-flex; gap: 9px; align-items: center; padding: 9px 12px; background: #e8eee8; color: var(--moss); font-size: 11px; font-weight: 700; }
.made-chip:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #5e815f; box-shadow: 0 0 0 5px rgba(94,129,95,.12); }
.option-group { margin-top: 28px; }
.option-label { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.option-label a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; }
.segment { display: grid; grid-template-columns: 1fr 1fr; }
.segment button { min-height: 54px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.segment button + button { border-left: 0; }
.segment button.active { border-color: var(--moss); background: var(--moss); color: white; }
.size-select { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); outline: none; }
.price-line { display: flex; align-items: baseline; gap: 12px; margin: 24px 0 17px; }
.price-line strong { font-size: 27px; }
.price-line s { color: #9b958a; }
.price-line .save { margin-left: auto; color: var(--moss); font-size: 11px; font-weight: 700; }
.bundle { margin: 20px 0; padding: 18px; border: 1px solid var(--line); background: var(--cream); }
.bundle label { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; cursor: pointer; }
.bundle input { width: 18px; height: 18px; accent-color: var(--moss); }
.bundle b, .bundle small { display: block; }
.bundle small { color: var(--ink-soft); }
.bundle-price { font-weight: 700; }
.atc { width: 100%; min-height: 60px; }
.atc-assurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin: 14px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 12px; }
.atc-assurance li { display: inline-flex; align-items: center; gap: 7px; }
.atc-assurance li:before { content: '✓'; color: var(--moss); font-weight: 700; }
.payments { display: grid; gap: 7px; margin: 16px 0 25px; color: var(--ink-soft); font-size: 12px; text-align: center; }
.pay-logo { padding: 3px 6px; border-radius: 4px; font-weight: 700; }
.tabby { background: #3eebb4; color: #00352b; }
.tamara { background: #e5afe7; color: #4b1e4e; }
.accordions { border-top: 1px solid var(--line); }
.accordion { border-bottom: 1px solid var(--line); }
.accordion button { display: flex; width: 100%; justify-content: space-between; padding: 18px 0; border: 0; background: transparent; font-weight: 700; cursor: pointer; }
.accordion .content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.accordion .content > div { overflow: hidden; color: var(--ink-soft); font-size: 14px; }
.accordion.open .content { grid-template-rows: 1fr; }
.accordion.open .content > div { padding-bottom: 20px; }
.accordion.open button span { transform: rotate(45deg); }

.layer-section { padding: 130px 0; background: var(--cream); }
.layer-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; }
.exploded { position: relative; }
.exploded img { background: #e8e1d4; }
.hotspot { position: absolute; display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid white; border-radius: 50%; background: var(--moss); color: white; font-size: 11px; font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,.18); cursor: pointer; }
.hotspot.active { background: var(--ink); scale: 1.16; }
.layer-tabs { border-top: 1px solid var(--line); }
.layer-tab { display: grid; grid-template-columns: 40px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.layer-tab .num { color: var(--leaf); font-size: 11px; }
.layer-tab b { font: 600 17px var(--display); }
.layer-tab p { grid-column: 2; max-height: 0; margin: 0; overflow: hidden; color: var(--ink-soft); font-size: 13px; transition: .3s; }
.layer-tab.active p { max-height: 100px; margin-top: 8px; }

.compare { padding: 120px 0; }
.compare-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.compare-item { padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compare-item.current { background: var(--moss-deep); color: white; }
.compare-item h3 { margin: 0; font: 600 28px var(--display); }
.compare-item small { color: var(--leaf); }
.compare-item.current small { color: #c3d4c8; }
.compare-item p { min-height: 110px; font-size: 14px; opacity: .76; }
.sticky-atc { position: fixed; z-index: 85; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px max(48px, calc((100vw - 1340px)/2)); border-top: 1px solid var(--line); background: rgba(251,250,246,.96); box-shadow: 0 -10px 30px rgba(31,43,36,.08); transform: translateY(110%); transition: transform .3s; backdrop-filter: blur(12px); }
.sticky-atc.visible { transform: translateY(0); }
.sticky-title b, .sticky-title small { display: block; }
.sticky-title small { color: var(--ink-soft); }
.sticky-right { display: flex; align-items: center; gap: 20px; }
.sticky-atc .btn { min-width: 220px; }

/* Footer and utilities */
.newsletter { padding: 70px 0; border-top: 1px solid var(--line); }
.newsletter-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.newsletter h2 { margin: 0 0 7px; font: 400 30px var(--display); letter-spacing: -.01em; }
.newsletter p { margin: 0; color: var(--ink-soft); }
.newsletter-form { display: flex; width: min(100%, 480px); border-bottom: 1px solid var(--ink); }
.newsletter-form input { flex: 1; padding: 15px 0; border: 0; background: transparent; outline: none; }
.newsletter-form button { border: 0; background: transparent; color: var(--moss); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.footer { padding: 75px 0 28px; background: var(--moss-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }
.footer .brand-logo { display: block; width: 190px; margin-bottom: 20px; }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.63); font-size: 14px; }
.footer h4 { margin: 7px 0 18px; color: #c2d1c7; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer a:not(.brand-logo) { display: block; padding: 5px 0; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: 11px; }
.whatsapp { display: grid; position: fixed; z-index: 95; right: 24px; bottom: 24px; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 30px rgba(0,0,0,.2); font-weight: 700; }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 92px; max-width: 320px; padding: 17px 20px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 13px; transform: translateY(20px); opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --wrap: min(100% - 48px, 900px); }
  .nav-links { display: none; }
  .nav { grid-template-columns: 1fr auto 1fr; }
  .menu-button { display: grid; justify-self: start; }
  .mobile-menu { display: flex; position: fixed; z-index: 89; inset: 114px 0 0; flex-direction: column; padding: 50px 24px; background: var(--paper); transform: translateX(-100%); transition: transform .35s ease; }
  .menu-open .mobile-menu { transform: translateX(0); }
  .mobile-menu a { padding: 13px 0; font: 300 28px var(--display); border-bottom: 1px solid var(--line); }
  .hero, .hero-content { min-height: 720px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .collection-feature { grid-template-columns: 1fr; grid-template-rows: 360px minmax(380px, 1fr); min-height: 740px; }
  .collection-copy { padding: 44px; }
  .collection-compare .collection-copy { min-height: 380px; padding: 38px; }
  .standard-story { min-height: 700px; }
  .standard-copy { padding: 48px; }
  .standard-visual { min-height: 700px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .article:first-child { grid-column: 1/-1; }
  .showroom { grid-template-columns: 1fr 1fr; }
  .showroom-copy { padding: 45px; }
  .page-hero { grid-template-columns: 1fr 1fr; }
  .page-hero-copy { padding: 60px 36px; }
  .logo-grid { grid-template-columns: repeat(3,1fr); }
  .pdp { grid-template-columns: 1fr; }
  .gallery-main { position: relative; top: auto; }
  .layer-layout { gap: 45px; }
}

@media (max-width: 720px) {
  :root { --wrap: calc(100% - 36px); }
  .announcement { font-size: 10px; }
  .nav { min-height: 70px; }
  .brand-logo { width: 154px; }
  .nav-actions .search { display: none; }
  .mobile-menu { inset: 103px 0 0; }
  .hero, .hero-content { min-height: 690px; }
  .hero:after { background: linear-gradient(90deg, rgba(18,31,23,.78), rgba(18,31,23,.28)); }
  .hero h1 { font-size: 44px; }
  .hero-index { display: none; }
  .hero-proof { flex-wrap: wrap; row-gap: 6px; }
  .hero-proof span[aria-hidden] { display: none; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; padding: 0 16px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); border-top: 0; }
  .intro { padding: 90px 0; }
  .intro-grid, .materials-layout, .layer-layout { grid-template-columns: 1fr; gap: 45px; }
  .intro-tail { flex-direction: column; }
  .section-head { display: block; }
  .section-head > p { margin-top: 20px; }
  .collections { padding-bottom: 80px; }
  .collection-compare { grid-template-columns: 1fr; gap: 18px; }
  .collection-feature { grid-template-columns: 1fr; grid-template-rows: 420px minmax(400px, auto); min-height: 820px; }
  .collection-copy h3 { min-height: 0; }
  .collection-copy > p:not(.eyebrow) { min-height: 0; }
  .collection-copy { padding: 45px 28px; }
  .material-story, .journal { padding: 85px 0; }
  .standards { padding: 85px 0; }
  .standards-head { margin-bottom: 44px; }
  .standard-story { grid-template-columns: 1fr; min-height: 0; }
  .standard-story.reverse .standard-copy { order: 1; }
  .standard-story.reverse .standard-visual { order: 2; }
  .standard-copy { padding: 48px 26px; }
  .standard-copy h3 { font-size: 34px; }
  .standard-visual { min-height: 560px; }
  .standard-points span { display: block; }
  .standard-points b { display: block; margin-bottom: 2px; }
  .cert-mark-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-mark { min-height: 112px; }
  .cert-mark:nth-child(3n) { border-right: 1px solid var(--sage-soft); }
  .cert-mark:nth-child(2n) { border-right: 0; }
  .cert-mark:nth-last-child(-n+3) { border-bottom: 1px solid var(--sage-soft); }
  .cert-mark:nth-last-child(-n+2) { border-bottom: 0; }
  .solo-mark { width: 180px; grid-template-columns: 1fr; }
  .solo-mark .cert-mark { border: 0; }
  .iso-marks { grid-template-columns: repeat(3, 1fr); }
  .iso-marks .cert-mark, .iso-marks .cert-mark:nth-child(2n), .iso-marks .cert-mark:nth-child(3n) { min-height: 132px; border-right: 1px solid var(--sage-soft); border-bottom: 0; }
  .iso-marks .cert-mark:last-child { border-right: 0; }
  .iso-marks .cert-mark img { max-width: 74px; height: 66px; }
  .journal-grid { grid-template-columns: 1fr; }
  .article:first-child { grid-column: auto; }
  .showroom, .page-hero { grid-template-columns: 1fr; }
  .showroom-image { min-height: 400px; }
  .showroom-copy { padding: 52px 24px; }
  .page-hero-image { min-height: 430px; order: -1; }
  .page-hero-copy { padding: 58px 24px; }
  .principles, .range-section, .certifications, .compare { padding: 85px 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle, .principle + .principle { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-row { grid-template-columns: 1fr; }
  .product-row:nth-child(even) .product-media { order: 0; }
  .product-media { min-height: 350px; }
  .product-info { padding: 38px 24px; }
  .logo-grid { grid-template-columns: repeat(2,1fr); }
  .breadcrumbs { overflow: hidden; white-space: nowrap; }
  .pdp { gap: 28px; padding-bottom: 70px; }
  .buybox h1 { font-size: 48px; }
  .layer-section { padding: 85px 0; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-item p { min-height: 0; }
  .sticky-atc { padding: 10px 14px; }
  .sticky-title { display: none; }
  .sticky-right { width: 100%; justify-content: space-between; }
  .sticky-atc .btn { min-width: 0; flex: 1; }
  .newsletter-row { display: block; }
  .newsletter-form { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: block; }
  .whatsapp { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
