/* Jolora shared design system */
:root {
  --ink: #14221f;
  --muted: #5e6e69;
  --green-950: #092c27;
  --green-900: #123f38;
  --green-800: #185348;
  --green-700: #23695b;
  --aqua-100: #dff3ee;
  --aqua-200: #bfe5dc;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --sand: #e9e2d5;
  --coral: #e56e58;
  --coral-deep: #a84738;
  --coral-soft: #f6d5cc;
  --blue-soft: #dbecef;
  --sage-soft: #d8e3d5;
  --graphite-soft: #d8dcda;
  --white: #ffffff;
  --danger: #a2372b;
  --success: #1f6b4c;
  --border: rgba(20, 34, 31, 0.16);
  --border-light: rgba(255, 255, 255, 0.2);
  --shadow-sm: 0 10px 30px rgba(11, 44, 38, 0.08);
  --shadow-lg: 0 30px 80px rgba(11, 44, 38, 0.16);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --radius-pill: 999px;
  --shell: 1280px;
  --font-body: "Aptos", "Noto Sans Bengali", "Segoe UI", system-ui, sans-serif;
  --font-display: "Trebuchet MS", "Noto Sans Bengali", "Segoe UI", sans-serif;
  --ease: cubic-bezier(.2,.75,.25,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font: 400 1rem/1.65 var(--font-body); overflow-x: clip; }
body.nav-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; object-fit: cover; background: var(--sand); }
.media-fallback { display: grid; width: 100%; min-height: 12rem; place-content: center; justify-items: center; gap: .55rem; padding: 1.25rem; overflow: hidden; color: var(--green-950); background: linear-gradient(145deg, var(--aqua-100), var(--sand)); border: 1px solid rgba(18,63,56,.12); border-radius: inherit; text-align: center; }
.media-fallback__mark { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; color: var(--white); background: var(--green-900); border-radius: 50%; font-weight: 900; }
.media-fallback strong { max-width: 34ch; font: 700 clamp(.9rem, 2vw, 1.1rem)/1.3 var(--font-display); letter-spacing: -.02em; }
.media-fallback small { color: var(--muted); font-size: .72rem; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button { border: 0; }
p, h1, h2, h3, h4, blockquote, figure, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
.check-list li, .component-pins li { list-style: none; }
main, section, article, form, aside, header, footer, nav, div { min-width: 0; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
::selection { color: var(--white); background: var(--green-800); }

.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8.5rem) 0; }
.eyebrow { display: flex; align-items: center; gap: .6rem; color: var(--green-700); font-size: .74rem; font-weight: 800; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.eyebrow > span { width: 1.7rem; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
h1 { font-size: clamp(3.05rem, 11vw, 7.9rem); }
h2 { font-size: clamp(2.35rem, 7vw, 5.4rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.7rem); line-height: 1.08; letter-spacing: -.035em; }
.large-copy { font-size: clamp(1.12rem, 2.3vw, 1.45rem); line-height: 1.55; }
.assumption-note { max-width: 70rem; margin-top: 1.25rem; color: rgba(255,255,255,.68); font-size: .77rem; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; padding: .7rem 1rem; color: var(--white); background: var(--green-950); border-radius: var(--radius-pill); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .7rem; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: .91rem; font-weight: 800; line-height: 1.15; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--green-900); box-shadow: 0 10px 24px rgba(18,63,56,.2); }
.button--primary:hover { background: var(--green-800); }
.button--quiet { color: var(--green-900); background: transparent; border-color: var(--border); }
.button--quiet:hover { background: var(--paper); border-color: var(--green-900); }
.button--cream { color: var(--green-950); background: var(--cream); }
.button--outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.48); }
.button--outline-light:hover { background: var(--white); color: var(--green-950); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--green-800); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s var(--ease); }
.text-link:hover span { transform: translateX(.3rem); }

.announcement { position: relative; z-index: 61; padding: .5rem 1rem; color: #e9f8f3; background: var(--green-950); text-align: center; font-size: .72rem; letter-spacing: .015em; }
.announcement p { line-height: 1.45; }
.announcement a { color: var(--white); }
.site-header { position: sticky; z-index: 60; top: 0; border-bottom: 1px solid rgba(18,63,56,.1); background: rgba(247,244,236,.91); backdrop-filter: blur(18px); }
.site-header__inner { display: grid; min-height: 4.6rem; grid-template-columns: 1fr auto auto; align-items: center; gap: .85rem; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: .7rem; text-decoration: none; }
.brand__mark { position: relative; display: grid; width: 2.1rem; height: 2.45rem; place-items: center; overflow: hidden; border: 1px solid var(--green-900); border-radius: 1rem 1rem .8rem .8rem; transform: rotate(-3deg); }
.brand__mark::before { position: absolute; top: -.35rem; width: .85rem; height: .75rem; content: ""; border: 1px solid var(--green-900); border-bottom: 0; border-radius: .25rem .25rem 0 0; background: var(--cream); }
.brand__mark span { width: 1rem; height: 1.25rem; border-radius: 50% 50% 55% 55%; background: var(--aqua-200); transform: translateY(.28rem); }
.brand__word { display: grid; line-height: 1; }
.brand__word strong { font: 800 1.18rem/.95 var(--font-display); letter-spacing: -.04em; }
.brand__word small { margin-top: .24rem; color: var(--green-700); font-size: .56rem; letter-spacing: .04em; }
.nav-toggle { display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: 4px; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.nav-toggle > span:not(.sr-only) { width: 1.05rem; height: 1.5px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-5.5px) rotate(-45deg); }
.primary-nav { position: absolute; z-index: 80; top: 100%; left: 50%; display: grid; width: 100vw; max-height: calc(100vh - 4.6rem); padding: 1.5rem 1rem 2rem; gap: .25rem; overflow-y: auto; visibility: hidden; opacity: 0; background: var(--cream); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-lg); transform: translate(-50%, -1rem); transition: opacity .2s ease, transform .25s var(--ease), visibility .2s; }
.primary-nav.is-open { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.primary-nav a { padding: .8rem; border-bottom: 1px solid var(--border); font: 700 clamp(1.4rem, 7vw, 2.2rem)/1.2 var(--font-display); letter-spacing: -.04em; text-decoration: none; }
.primary-nav a[aria-current="page"] { color: var(--green-700); }
.bag-link { display: inline-flex; min-height: 2.8rem; align-items: center; gap: .5rem; padding: .55rem .65rem .55rem .8rem; color: var(--white); background: var(--green-900); border-radius: var(--radius-pill); font-size: .8rem; font-weight: 800; text-decoration: none; }
.bag-link__count { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; color: var(--green-950); background: var(--aqua-200); border-radius: 50%; font-size: .72rem; }

.hero--home { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 8rem) 0 clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 70% 20%, rgba(191,229,220,.8), transparent 28rem), var(--cream); }
.hero--home::after { position: absolute; right: -8rem; bottom: -9rem; width: 24rem; height: 24rem; content: ""; border: 1px solid rgba(18,63,56,.13); border-radius: 50%; }
.hero__grid { display: grid; align-items: center; gap: 2.75rem; }
.hero__copy { position: relative; z-index: 2; }
.hero__copy h1 { max-width: 9.4ch; margin: 1rem 0 1.25rem; color: var(--green-950); }
.hero__lede { max-width: 37rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.6; }
.bangla-line { margin-top: .7rem; color: var(--green-700); font-weight: 700; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.75rem; }
.hero__facts { display: grid; max-width: 36rem; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--border); }
.hero__facts div { min-width: 0; }
.hero__facts dt { color: var(--green-900); font: 800 clamp(1.12rem, 4vw, 1.5rem)/1 var(--font-display); letter-spacing: -.04em; }
.hero__facts dd { margin-top: .35rem; color: var(--muted); font-size: .68rem; line-height: 1.25; }
.hero__media { position: relative; width: min(100%, 39rem); margin-inline: auto; }
.hero__image-wrap { position: relative; overflow: hidden; aspect-ratio: 4/4.55; min-height: 25rem; border-radius: 46% 46% var(--radius-lg) var(--radius-lg); background: var(--sage-soft); box-shadow: var(--shadow-lg); }
.hero__image-wrap::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); pointer-events: none; }
.hero__image-wrap img { width: 100%; height: 100%; object-position: center; }
.hero__badge { position: absolute; right: 1rem; bottom: 1rem; min-width: 6.8rem; padding: .8rem 1rem; color: var(--green-950); background: rgba(255,253,248,.92); border-radius: 1rem; box-shadow: var(--shadow-sm); font-size: .68rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(10px); }
.hero__badge strong { display: block; margin-top: .28rem; font-size: 1.05rem; letter-spacing: -.02em; text-transform: none; }
.hero__note { position: absolute; bottom: 8%; left: -1rem; display: none; align-items: flex-start; gap: .65rem; padding: .85rem; color: var(--white); background: var(--green-900); border-radius: 1rem; box-shadow: var(--shadow-sm); }
.hero__note span { color: var(--aqua-200); font-weight: 800; }
.hero__note p { font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.trust-strip { padding: 1.2rem 0; color: var(--white); background: var(--green-900); }
.trust-strip__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.trust-strip__grid > div { display: flex; min-width: 0; align-items: flex-start; gap: .65rem; }
.trust-strip__grid > div > span { display: grid; width: 1.75rem; height: 1.75rem; flex: 0 0 auto; place-items: center; color: var(--aqua-200); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .72rem; }
.trust-strip p { display: grid; line-height: 1.2; }
.trust-strip strong { font-size: .7rem; }
.trust-strip small { margin-top: .2rem; color: rgba(255,255,255,.66); font-size: .58rem; }

.section-heading { max-width: 58rem; margin-bottom: clamp(2.1rem, 5vw, 4rem); }
.section-heading h2 { margin-top: .85rem; color: var(--green-950); }
.section-heading--split { display: grid; max-width: none; gap: 1.5rem; }
.section-heading--split > p { max-width: 34rem; align-self: end; color: var(--muted); }
.section-heading--light h2, .section-heading--light .eyebrow { color: var(--white); }
.section-heading--light > p { color: rgba(255,255,255,.72); }
.section--collection { background: var(--paper); }
.product-rail { display: grid; grid-auto-columns: minmax(16.5rem, 82%); grid-auto-flow: column; gap: 1rem; padding: .25rem .05rem 1.3rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.page--home .product-card { display: flex; min-width: 0; flex-direction: column; padding: .65rem; background: var(--cream); border: 1px solid rgba(18,63,56,.08); border-radius: var(--radius-md); scroll-snap-align: start; }
.page--home .product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/5; background: var(--sage-soft); border-radius: calc(var(--radius-md) - .3rem); }
.page--home .product-card__image img { width: 100%; height: 100%; transition: transform .5s var(--ease); }
.page--home .product-card:hover .product-card__image img { transform: scale(1.035); }
.page--home .product-card__image > span { position: absolute; top: .75rem; left: .75rem; padding: .38rem .62rem; background: rgba(255,253,248,.9); border-radius: var(--radius-pill); font-size: .62rem; font-weight: 800; text-decoration: none; }
.page--home .product-card--sage .product-card__image { background: var(--sage-soft); }
.page--home .product-card--graphite .product-card__image { background: var(--graphite-soft); }
.page--home .product-card--coral .product-card__image { background: var(--coral-soft); }
.page--home .product-card--blue .product-card__image { background: var(--blue-soft); }
.page--home .product-card__body { display: flex; align-items: flex-end; justify-content: space-between; gap: .8rem; padding: 1rem .25rem .85rem; }
.page--home .product-card__meta { color: var(--muted); font-size: .7rem; }
.page--home .product-card h3 { margin-top: .3rem; font-size: 1.45rem; }
.page--home .product-card h3 a { text-decoration: none; }
.price { flex: 0 0 auto; color: var(--green-800); font-weight: 900; }
.page--home .product-card__add { display: flex; width: 100%; min-height: 2.85rem; align-items: center; justify-content: space-between; padding: .65rem .8rem; color: var(--green-950); background: transparent; border-top: 1px solid var(--border); font-size: .78rem; font-weight: 800; cursor: pointer; }
.page--home .product-card__add span { display: grid; width: 1.6rem; height: 1.6rem; place-items: center; color: var(--white); background: var(--green-900); border-radius: 50%; }
.section__footer-action { margin-top: 1.5rem; text-align: right; }

.material-story { background: var(--cream); }
.material-story__grid { display: grid; gap: 2.75rem; align-items: center; }
.material-story__image { position: relative; overflow: hidden; aspect-ratio: 4/5; min-height: 26rem; background: var(--aqua-100); border-radius: 48% 48% var(--radius-lg) var(--radius-lg); }
.material-story__image img { width: 100%; height: 100%; }
.image-caption { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; color: var(--white); background: var(--green-900); border-radius: var(--radius-pill); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.material-story__copy h2 { max-width: 10ch; margin: .85rem 0 1.5rem; }
.material-story__copy > p:not(.eyebrow) { color: var(--muted); }
.numbered-list { display: grid; gap: 0; margin: 2rem 0; border-top: 1px solid var(--border); }
.numbered-list > div { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--border); }
.numbered-list > div > span { color: var(--coral); font-size: .7rem; font-weight: 900; }
.numbered-list h3 { font-size: 1.15rem; }
.numbered-list p { margin-top: .35rem; color: var(--muted); font-size: .88rem; }

.component-story { color: var(--white); background: var(--green-950); }
.component-story__stage { position: relative; overflow: hidden; background: #16483f; border-radius: var(--radius-lg); }
.component-story__stage > img { width: 100%; min-height: 28rem; aspect-ratio: 5/4; object-position: center; }
.component-story__stage::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 40%, rgba(9,44,39,.76)); pointer-events: none; }
.component-pins { position: relative; z-index: 2; display: grid; gap: .55rem; margin: -8rem .8rem .8rem; }
.component-pins li { display: flex; align-items: center; gap: .7rem; padding: .68rem; background: rgba(9,44,39,.82); border: 1px solid rgba(255,255,255,.17); border-radius: .9rem; backdrop-filter: blur(12px); }
.component-pins li > span { display: grid; width: 1.9rem; height: 1.9rem; flex: 0 0 auto; place-items: center; color: var(--green-950); background: var(--aqua-200); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.component-pins li > div { display: grid; line-height: 1.2; }
.component-pins strong { font-size: .76rem; }
.component-pins small { margin-top: .16rem; color: rgba(255,255,255,.62); font-size: .61rem; }

.section--lifestyle { background: var(--paper); }
.story-grid { display: grid; gap: 1rem; }
.story-card { position: relative; min-height: 24rem; overflow: hidden; background: var(--sand); border-radius: var(--radius-md); }
.story-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(9,44,39,.86)); }
.story-card img { width: 100%; height: 100%; min-height: 24rem; }
.story-card figcaption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; color: var(--white); }
.story-card figcaption > span { color: var(--aqua-200); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.story-card figcaption strong { display: block; margin-top: .3rem; font: 700 1.5rem/1.05 var(--font-display); letter-spacing: -.04em; }
.story-card figcaption p { margin-top: .45rem; color: rgba(255,255,255,.72); font-size: .8rem; }

.packing-story { color: var(--white); background: var(--green-900); }
.packing-story__grid { display: grid; gap: 2.5rem; align-items: center; }
.packing-story__copy h2 { max-width: 10ch; margin: .85rem 0 1.25rem; color: var(--white); }
.packing-story__copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.packing-story .eyebrow { color: var(--aqua-200); }
.check-list { display: grid; gap: .75rem; margin: 1.6rem 0 2rem; }
.check-list li { position: relative; padding-left: 1.65rem; font-size: .88rem; }
.check-list li::before { position: absolute; top: .35rem; left: 0; display: grid; width: 1rem; height: 1rem; place-items: center; content: "✓"; color: var(--green-950); background: var(--aqua-200); border-radius: 50%; font-size: .6rem; font-weight: 900; }
.packing-story__image { position: relative; min-height: 28rem; overflow: hidden; border-radius: var(--radius-lg); background: #e0d6c7; }
.packing-story__image img { width: 100%; height: 100%; min-height: 28rem; }
.packing-story__image span { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; color: var(--green-950); background: var(--aqua-200); border-radius: var(--radius-pill); font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.reviews { background: var(--cream); }
.review-grid { display: grid; gap: 1rem; }
.review-grid blockquote { display: flex; min-height: 19rem; flex-direction: column; justify-content: space-between; padding: clamp(1.4rem, 4vw, 2.2rem); background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-md); }
.review-grid blockquote:nth-child(2) { background: var(--aqua-100); }
.review-grid blockquote:nth-child(3) { color: var(--white); background: var(--green-900); }
.stars { color: var(--coral); letter-spacing: .12em; }
.review-grid blockquote > p { margin: 1.5rem 0 2rem; font: 700 clamp(1.2rem, 3vw, 1.55rem)/1.35 var(--font-display); letter-spacing: -.035em; }
.review-grid footer { display: grid; font-size: .72rem; }
.review-grid footer span { color: var(--muted); }
.review-grid blockquote:nth-child(3) footer span { color: rgba(255,255,255,.62); }

.delivery-payment { background: var(--aqua-100); }
.delivery-payment__grid { display: grid; gap: 2rem; align-items: center; }
.delivery-payment h2 { max-width: 10ch; margin: .85rem 0 1rem; }
.delivery-payment__grid > div:first-child > p:not(.eyebrow) { max-width: 35rem; color: var(--muted); }
.region-toggle { display: inline-flex; width: 100%; max-width: 28rem; gap: .35rem; margin-top: 1.4rem; padding: .3rem; background: rgba(255,255,255,.55); border: 1px solid var(--border); border-radius: var(--radius-pill); }
.region-toggle button { flex: 1; min-height: 2.7rem; padding: .55rem .7rem; background: transparent; border-radius: var(--radius-pill); font-size: .76rem; font-weight: 800; cursor: pointer; }
.region-toggle button.is-active { color: var(--white); background: var(--green-900); }
.delivery-card { padding: clamp(1.3rem, 4vw, 2.3rem); color: var(--white); background: var(--green-950); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.delivery-card > div { display: grid; gap: .25rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.delivery-card span { color: rgba(255,255,255,.62); font-size: .7rem; }
.delivery-card strong { font: 700 1.25rem/1.2 var(--font-display); letter-spacing: -.03em; }
.delivery-card p { margin-top: 1rem; color: rgba(255,255,255,.58); font-size: .68rem; }

.faq-preview { background: var(--paper); }
.faq-preview__grid { display: grid; gap: 2.5rem; }
.faq-preview h2 { margin: .85rem 0 1.5rem; }
.accordion { border-top: 1px solid var(--border); }
.accordion details { border-bottom: 1px solid var(--border); }
.accordion summary { display: flex; min-height: 4.5rem; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 800; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; width: 1.8rem; height: 1.8rem; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--green-900); border-radius: 50%; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 43rem; padding: 0 2.8rem 1.4rem 0; color: var(--muted); font-size: .9rem; }

.newsletter { color: var(--white); background: var(--coral-deep); }
.newsletter__inner { display: grid; gap: 1.8rem; align-items: center; }
.newsletter .eyebrow { color: var(--aqua-100); }
.newsletter h2 { max-width: 14ch; margin-top: .75rem; color: var(--white); font-size: clamp(2.25rem, 6vw, 4.6rem); }
.inline-form label { display: block; margin-bottom: .45rem; font-size: .72rem; font-weight: 800; }
.inline-form > div { display: flex; flex-direction: column; gap: .55rem; }
.inline-form input { width: 100%; min-height: 3.25rem; padding: .75rem 1rem; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: var(--radius-pill); }
.form-status { min-height: 1.2rem; margin-top: .45rem; font-size: .72rem; }

.site-footer { color: rgba(255,255,255,.72); background: var(--green-950); }
.site-footer__top { display: grid; gap: 2.5rem; padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: 3rem; }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { border-color: var(--aqua-200); }
.brand--footer .brand__mark::before { border-color: var(--aqua-200); background: var(--green-950); }
.brand--footer .brand__word small { color: var(--aqua-200); }
.site-footer__brand > p { max-width: 25rem; margin: 1.3rem 0; }
.whatsapp-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--white); font-weight: 800; text-decoration: none; }
.site-footer__top > div:not(.site-footer__brand) { display: grid; align-content: start; gap: .55rem; }
.site-footer h2 { margin-bottom: .45rem; color: var(--aqua-200); font: 800 .7rem/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; }
.site-footer__top > div > a:not(.brand):not(.whatsapp-link) { width: max-content; color: rgba(255,255,255,.72); font-size: .84rem; text-decoration: none; }
.site-footer__top > div > a:hover { color: var(--white); }
.site-footer__bottom { display: grid; gap: .6rem; padding-top: 1rem; padding-bottom: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .64rem; }
.site-footer__bottom p { max-width: 60rem; }
.site-footer__bottom a { width: max-content; color: var(--aqua-200); }
.toast { position: fixed; z-index: 120; right: 1rem; bottom: 1rem; left: 1rem; max-width: 24rem; margin-left: auto; padding: .9rem 1rem; color: var(--white); background: var(--green-950); border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; box-shadow: var(--shadow-lg); visibility: hidden; opacity: 0; transform: translateY(1rem); transition: opacity .2s ease, transform .25s var(--ease), visibility .2s; }
.toast.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }

/* Shared inner-page primitives */
.page-hero { padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--aqua-100); }
.page-hero__grid { display: grid; gap: 2rem; align-items: center; }
.page-hero__copy h1 { max-width: 11ch; margin: .8rem 0 1rem; color: var(--green-950); font-size: clamp(2.8rem, 10vw, 6.8rem); }
.page-hero__copy p:not(.eyebrow) { max-width: 39rem; color: var(--muted); font-size: 1.05rem; }
.page-hero__media { min-height: 22rem; overflow: hidden; background: var(--sage-soft); border-radius: var(--radius-lg); }
.page-hero__media img { width: 100%; height: 100%; min-height: 22rem; }
.page-intro { max-width: 52rem; }
.page-section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.page-section--paper { background: var(--paper); }
.page-section--green { color: var(--white); background: var(--green-900); }
.page-section--aqua { background: var(--aqua-100); }
.card-grid { display: grid; gap: 1rem; }
.info-card { padding: 1.25rem; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-md); }
.info-card h3 { margin-bottom: .65rem; }
.info-card p { color: var(--muted); }
.form-field { display: grid; gap: .4rem; }
.form-field label, .field-label { font-size: .74rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea, .input { width: 100%; min-height: 3.15rem; padding: .75rem .85rem; background: var(--paper); border: 1px solid var(--border); border-radius: .75rem; }
.form-field textarea { min-height: 8rem; resize: vertical; }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(162,55,43,.1); }
.field-error { min-height: 1rem; color: var(--danger); font-size: .68rem; }
.notice { padding: 1rem; border-left: 4px solid var(--green-700); background: var(--aqua-100); border-radius: .35rem .8rem .8rem .35rem; }
.notice--warning { border-left-color: var(--coral); background: var(--coral-soft); }
.status-pill { display: inline-flex; align-items: center; gap: .4rem; width: max-content; padding: .35rem .6rem; border-radius: var(--radius-pill); background: var(--aqua-100); color: var(--green-800); font-size: .68rem; font-weight: 800; }
.empty-state { padding: 3rem 1.25rem; text-align: center; background: var(--paper); border: 1px dashed var(--border); border-radius: var(--radius-md); }
.table-scroll { width: 100%; overflow-x: auto; }
table { width: 100%; min-width: 42rem; border-collapse: collapse; }
th, td { padding: .8rem; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

@media (min-width: 560px) {
  .shell { width: min(calc(100% - 3rem), var(--shell)); }
  .inline-form > div { flex-direction: row; }
  .inline-form input { flex: 1; }
  .toast { left: auto; }
  .component-pins { grid-template-columns: 1fr 1fr; }
  .site-footer__bottom { grid-template-columns: auto 1fr auto; align-items: center; }
  .site-footer__bottom p:nth-child(2) { text-align: center; }
}

@media (min-width: 800px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; gap: 2rem; }
  .nav-toggle { display: none; }
  .primary-nav { position: static; z-index: auto; top: auto; left: auto; display: flex; width: auto; max-height: none; justify-content: center; gap: clamp(.5rem, 2vw, 1.6rem); padding: 0; overflow: visible; visibility: visible; opacity: 1; background: transparent; border: 0; box-shadow: none; transform: none; }
  .primary-nav a { padding: .5rem 0; border: 0; font: 800 .74rem/1 var(--font-body); letter-spacing: 0; text-decoration: none; }
  .primary-nav a::after { display: block; width: 0; height: 1px; margin-top: .35rem; content: ""; background: currentColor; transition: width .2s ease; }
  .primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { width: 100%; }
  .bag-link { padding-inline: 1rem .65rem; }
  .hero__grid { grid-template-columns: minmax(0, 1.02fr) minmax(22rem, .98fr); gap: clamp(2.5rem, 6vw, 6rem); }
  .hero__note { display: flex; }
  .trust-strip__grid { grid-template-columns: repeat(4, 1fr); }
  .section-heading--split { grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .6fr); align-items: end; }
  .product-rail { grid-auto-flow: row; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .material-story__grid { grid-template-columns: minmax(20rem, .86fr) minmax(0, 1.14fr); gap: clamp(3rem, 7vw, 7rem); }
  .component-pins { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; margin: 0; grid-template-columns: repeat(4, 1fr); }
  .story-grid { grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; }
  .story-card--tall { grid-row: 1 / span 2; min-height: 42rem; }
  .story-card--tall img { min-height: 42rem; }
  .story-card:not(.story-card--tall), .story-card:not(.story-card--tall) img { min-height: 20.5rem; }
  .packing-story__grid { grid-template-columns: minmax(0, .95fr) minmax(22rem, .8fr); gap: clamp(3rem, 7vw, 7rem); }
  .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .delivery-payment__grid { grid-template-columns: minmax(0, 1fr) minmax(22rem, .8fr); gap: clamp(3rem, 8vw, 8rem); }
  .faq-preview__grid { grid-template-columns: minmax(18rem, .62fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); }
  .newsletter__inner { grid-template-columns: minmax(0, 1fr) minmax(22rem, .85fr); gap: clamp(3rem, 8vw, 7rem); }
  .site-footer__top { grid-template-columns: 1.6fr repeat(3, .65fr); }
  .page-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(22rem, .85fr); gap: clamp(2.5rem, 6vw, 6rem); }
  .card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .product-rail { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero__image-wrap { aspect-ratio: 4/4.25; }
  .trust-strip strong { font-size: .76rem; }
  .trust-strip small { font-size: .64rem; }
}

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

/* Canonical-shell integration for specialist page families */
.content-page main .section { padding: clamp(3.9rem, 7vw, 5.75rem) 1rem; }
.content-page main .section.compact { padding-block: clamp(2.8rem, 5vw, 4rem); }
.content-page main h1 { margin: .1em 0 .25em; font-size: clamp(2.7rem, 7vw, 6.5rem); line-height: 1.02; }
.content-page main h2 { margin: 0 0 .35em; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.06; }
.content-page main h3 { margin: 0 0 .45rem; font-size: 1.3rem; }
.content-page .toc ol { padding-left: 1.3rem; }
.content-page .legal ul, .content-page .legal ol { padding-left: 1.25rem; }
.content-page .legal li { margin-block: .35rem; list-style: initial; }
.content-page .site-footer h2 { margin: 0 0 .45rem; font-size: .7rem; line-height: 1; }

.commerce-page main.shell { width: min(calc(100% - 2rem), 1180px); padding: 2rem 0 4rem; }
.commerce-page main h1 { margin: 0 0 .55rem; font-size: clamp(2.1rem, 6vw, 4.2rem); line-height: 1; }
.commerce-page main h2 { margin: 0 0 .65rem; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.08; }
.commerce-page main h3 { margin: 0 0 .45rem; font-size: 1.15rem; line-height: 1.15; }
.commerce-page main p { margin-bottom: .75rem; }
.commerce-page main .eyebrow { color: var(--coral); }
.commerce-page main .notice { border: 1px solid #bee3d9; border-left-width: 4px; }
.commerce-page .site-footer h2 { margin: 0 0 .45rem; font-size: .7rem; line-height: 1; }
.catalog-page .site-footer h2 { margin: 0 0 .45rem; font-size: .7rem; line-height: 1; }
.catalog-page .site-footer a, .content-page .site-footer a, .commerce-page .site-footer a { font-family: var(--font-body); }

@media (max-width: 799px) {
  .content-page main .section { padding-inline: 1rem; }
  .commerce-page main.shell { width: min(calc(100% - 2rem), 1180px); padding-top: 1rem; }
}
.page--home .product-rail,
.page--home .product-rail > *,
.page--home .product-card__image,
.page--home .product-card__body > * { min-width: 0; }
.page--home .product-card__image img { display: block; max-width: 100%; object-fit: cover; }
.page--home .product-card h3 { max-width: 100%; overflow-wrap: break-word; }

@media (max-width: 559px) {
  .page--home .product-rail { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: minmax(0, 1fr); overflow: visible; scroll-snap-type: none; }
  .page--home .product-card { width: 100%; }
}

@media (min-width: 560px) and (max-width: 799px) {
  .page--home .product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .page--home .product-card__body { gap: .55rem; }
  .page--home .product-card h3 { font-size: 1.25rem; }
}
