:root {
  --night: #0b0b0a;
  --ink: #171714;
  --forest: #20271f;
  --moss: #5f6b57;
  --bone: #ede9df;
  --ivory: #f8f5ed;
  --white: #fffdf8;
  --gold: #ae8953;
  --gold-light: #dac190;
  --line: rgba(25, 24, 20, .16);
  --line-light: rgba(255, 255, 255, .22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 24px; padding: 12px 20px; background: var(--white); color: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 0; }

.announcement { height: 31px; display: grid; place-items: center; overflow: hidden; background: var(--night); color: #d9d2c4; position: relative; z-index: 90; }
.announcement p { margin: 0; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.announcement span { color: var(--gold); margin: 0 18px; }

.site-header { position: absolute; top: 31px; left: 0; width: 100%; height: 92px; z-index: 80; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s ease, height .35s ease, box-shadow .35s ease; }
.site-header.scrolled { position: fixed; top: 0; height: 78px; background: rgba(11,11,10,.94); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.nav-shell { width: min(1320px, calc(100% - 54px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { width: 46px; height: 46px; }
.brand-wordmark { display: flex; flex-direction: column; font-family: var(--serif); font-size: 21px; line-height: 1; letter-spacing: .15em; white-space: nowrap; }
.brand-wordmark small { margin-top: 7px; font: 500 7px/1 var(--sans); letter-spacing: .32em; color: var(--gold-light); }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav > a { position: relative; padding: 31px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 1px; background: var(--gold-light); transition: right .25s ease; }
.primary-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px !important; border: 1px solid rgba(255,255,255,.5); transition: background .25s, color .25s, border-color .25s; }
.nav-cta:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.nav-cta span { color: var(--gold-light); margin-left: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s ease; }

/* Product mega menu */
.nav-products { position: static; }
.products-trigger { border: 0; background: transparent; color: inherit; padding: 31px 0; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.products-trigger > span { color: var(--gold-light); display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.catalog-open .products-trigger > span { transform: rotate(180deg); }
.mega-menu { position: fixed; top: 117px; left: 50%; width: min(1400px, calc(100% - 36px)); max-height: calc(100vh - 136px); overflow-y: auto; padding: 0 38px 34px; background: var(--bone); color: var(--ink); border: 1px solid rgba(174,137,83,.42); box-shadow: 0 28px 80px rgba(0,0,0,.38); opacity: 0; visibility: hidden; transform: translate(-50%, -12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; text-transform: none; letter-spacing: normal; }
.site-header.scrolled .mega-menu { top: 77px; max-height: calc(100vh - 96px); }
.catalog-open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-head { position: sticky; top: 0; z-index: 4; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--bone); border-bottom: 1px solid var(--line); }
.mega-head > div { display: flex; align-items: baseline; gap: 20px; }
.mega-head span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.mega-head strong { font: 500 25px/1.1 var(--serif); letter-spacing: .01em; }
.mega-head > a { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid; padding-bottom: 3px; }
.mega-head > a span { margin-left: 9px; }
.mega-columns { display: grid; grid-template-columns: 1.28fr 1fr .78fr; gap: 0; }
.mega-section { min-width: 0; padding: 28px 32px 0 0; }
.mega-section + .mega-section { padding-left: 32px; border-left: 1px solid var(--line); }
.mega-section > summary, .mega-group > summary { list-style: none; }
.mega-section > summary::-webkit-details-marker, .mega-group > summary::-webkit-details-marker { display: none; }
.mega-section > summary { display: flex; gap: 12px; align-items: center; margin-bottom: 22px; font: 600 19px/1 var(--serif); letter-spacing: .12em; }
.mega-section > summary span { font: 700 8px/1 var(--sans); color: var(--gold); letter-spacing: .1em; }
.mega-group { padding: 0 0 15px; }
.mega-group > summary { padding-bottom: 7px; border-bottom: 1px solid rgba(25,24,20,.1); font: 600 12px/1.3 var(--sans); letter-spacing: .03em; }
.mega-group > summary::after { content: "−"; float: right; color: var(--gold); font-weight: 400; }
.mega-group:not([open]) > summary::after { content: "+"; }
.mega-group-body { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 20px; }
.mega-list { padding: 11px 0 3px 12px; border-left: 1px solid rgba(174,137,83,.38); }
.mega-list strong { display: block; margin-bottom: 5px; font: 600 11px/1.3 var(--sans); color: #37372f; }
.mega-list a { display: block; padding: 3px 0; color: #69665e; font-size: 9.5px; line-height: 1.4; transition: color .18s, transform .18s; }
.mega-list a:hover { color: var(--ink); transform: translateX(3px); }
.compact-list { padding-top: 8px; }
.mega-list .mega-leaf { color: var(--ink); font-weight: 600; }
.mega-feature { position: relative; display: block; height: 180px; margin-top: 6px; overflow: hidden; color: var(--white); }
.mega-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,7,6,.78), transparent 70%); }
.mega-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .6s ease; }
.mega-feature:hover img { transform: scale(1.04); }
.mega-feature > span { position: absolute; z-index: 2; bottom: 18px; left: 18px; display: flex; flex-direction: column; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.mega-feature strong { margin-top: 4px; font: 500 22px/1 var(--serif); letter-spacing: .02em; text-transform: none; }
.mega-feature b { position: absolute; z-index: 2; right: 18px; bottom: 20px; color: var(--gold-light); }

.hero { position: relative; min-height: calc(100svh - 31px); height: 850px; max-height: 960px; isolation: isolate; overflow: hidden; color: var(--white); }
.hero-image { position: absolute; inset: 0; z-index: -4; background: url("assets/norden-lake.png") center 54% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,9,7,.88) 0%, rgba(8,9,7,.58) 47%, rgba(8,9,7,.18) 78%), linear-gradient(0deg, rgba(5,5,4,.62), transparent 45%); }
.hero-grain { position: absolute; inset: 0; z-index: -2; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.hero-layout { height: 100%; padding-top: 172px; display: grid; grid-template-columns: 1fr 370px; align-items: center; gap: 80px; }
.hero-copy { max-width: 720px; padding-bottom: 70px; }
.kicker { display: inline-flex; align-items: center; gap: 12px; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #68675f; }
.kicker i { display: block; width: 34px; height: 1px; background: var(--gold); }
.kicker.light { color: rgba(255,255,255,.66); }
.hero h1 { margin: 22px 0 24px; font: 400 clamp(70px,7.3vw,110px)/.78 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy > p { max-width: 550px; margin: 0; color: rgba(255,255,255,.73); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 27px; border: 1px solid transparent; background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .25s ease, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #11100d; }
.button-gold:hover { background: var(--gold-light); }
.button-outline { border-color: rgba(255,255,255,.48); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.quiet-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.quiet-link span { color: var(--gold-light); }
.hero-discovery { width: 300px; justify-self: end; align-self: center; margin-top: 45px; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.discovery-image { height: 335px; overflow: hidden; }
.discovery-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transition: transform .9s ease; }
.hero-discovery:hover .discovery-image img { transform: scale(1.04); }
.discovery-meta { min-height: 76px; display: grid; grid-template-columns: 1fr auto; align-content: center; padding: 13px 17px; background: rgba(11,11,10,.72); }
.discovery-meta > span { grid-column: 1; color: var(--gold-light); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.discovery-meta strong { grid-column: 1; font: 500 22px/1.15 var(--serif); }
.discovery-meta a { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); color: var(--gold-light); }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 0; min-height: 61px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 max(32px,calc((100% - var(--container))/2)); border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.56); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.hero-foot span:nth-child(2) { text-align: center; color: var(--gold-light); }
.hero-foot span:last-child { text-align: right; }
.hero-foot b { margin-left: 10px; color: var(--white); }

.marquee { overflow: hidden; padding: 18px 0; background: var(--gold); color: #15130f; }
.marquee > div { width: max-content; display: flex; align-items: center; animation: marquee 32s linear infinite; }
.marquee span { padding-inline: 40px; font: 500 17px/1 var(--serif); letter-spacing: .11em; text-transform: uppercase; }
.marquee i { font-size: 8px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-index { color: #8b877d; font-size: 8px; font-weight: 700; letter-spacing: .2em; white-space: nowrap; }
.section-index.light { color: rgba(255,255,255,.45); }
.manifesto { background: var(--ivory); }
.manifesto-grid { display: grid; grid-template-columns: 180px 1fr; gap: 50px; }
.manifesto-copy { border-top: 1px solid var(--line); padding-top: 48px; }
.display-quote { max-width: 960px; margin: 0; font: 400 clamp(52px,6vw,86px)/.98 var(--serif); letter-spacing: -.035em; }
.display-quote em { color: var(--gold); }
.manifesto-note { margin-top: 56px; display: grid; grid-template-columns: minmax(250px,460px) auto; gap: 80px; align-items: end; }
.manifesto-note p { margin: 0; color: #646159; }
.text-link { width: max-content; display: inline-flex; gap: 12px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { color: var(--gold); }

.product-worlds { padding-top: 25px; background: var(--ivory); }
.worlds-heading { display: grid; grid-template-columns: 180px 1fr 330px; gap: 50px; align-items: end; margin-bottom: 50px; }
.worlds-heading h2, .section-heading h2, .ritual-copy h2, .story-copy h2, .journal-heading h2, .contact-intro h2 { margin: 16px 0 0; font: 400 clamp(52px,5vw,76px)/.94 var(--serif); letter-spacing: -.035em; }
.worlds-heading > p { margin: 0 0 4px; color: #6d695f; }
.world-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.2); }
.world-card { min-height: 510px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; color: var(--white); }
.world-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .7s ease; }
.world-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,7,6,.9), rgba(7,7,6,.08) 70%); }
.world-card:hover::before { transform: scale(1.035); }
.world-collagen::before { background-image: url("assets/norden-product-03.png"); background-position: 66% center; }
.world-supplements::before { background-image: url("assets/norden-lake.png"); background-position: 70% center; }
.world-cosmetics::before { background-image: url("assets/norden-ritual.png"); background-position: 48% center; }
.world-card > span { font-size: 9px; color: var(--gold-light); }
.world-card div p { margin: 0 0 8px; color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .17em; }
.world-card h3 { margin: 0; font: 500 53px/1 var(--serif); }
.world-card small { color: rgba(255,255,255,.65); }
.world-card > a { align-self: flex-start; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.collection { background: var(--bone); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 4px; color: #6d695f; }
.product-bento { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: repeat(2, 430px); gap: 22px; }
.product-card { --pointer-x: 50%; --pointer-y: 50%; position: relative; overflow: hidden; background: var(--night); color: var(--white); }
.product-card::after { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(260px circle at var(--pointer-x) var(--pointer-y), rgba(218,193,144,.18), transparent 70%); transition: opacity .3s; }
.product-card:hover::after { opacity: 1; }
.product-tall { grid-row: 1 / 3; }
.product-image { position: absolute; inset: 0; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,7,6,.84), transparent 48%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.product-tall .product-image img { object-position: center center; }
.product-wide .product-image img { object-position: center 52%; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-details { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 28px 30px; }
.product-details span { color: var(--gold-light); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.product-details h3 { margin: 7px 0 1px; font: 500 35px/1 var(--serif); }
.product-details p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; }
.product-details > a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); color: var(--gold-light); transition: background .2s, color .2s; }
.product-details > a:hover { background: var(--white); color: var(--ink); }

.ritual { padding-block: 0; background: var(--forest); color: var(--white); }
.ritual-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; }
.ritual-visual { min-height: 780px; position: relative; overflow: hidden; }
.ritual-visual img { width: 100%; height: 100%; min-height: 780px; object-fit: cover; }
.image-note { position: absolute; right: 0; bottom: 0; padding: 16px 22px; background: var(--gold); color: var(--night); font: 600 8px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.ritual-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(45px,7vw,110px); }
.ritual-copy .kicker { margin-top: 75px; }
.ritual-copy h2 { margin-bottom: 27px; }
.ritual-copy > p { max-width: 500px; color: rgba(255,255,255,.63); }
.ritual-steps { list-style: none; padding: 0; margin: 30px 0 34px; border-top: 1px solid var(--line-light); }
.ritual-steps li { display: flex; align-items: center; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line-light); }
.ritual-steps b { color: var(--gold-light); font-size: 8px; letter-spacing: .12em; }
.ritual-steps span { color: rgba(255,255,255,.67); }
.ritual-steps strong { color: var(--white); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.ritual-copy .button { align-self: flex-start; }

.values { padding: 75px 0; background: var(--ivory); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }
.value-grid article { display: grid; grid-template-columns: 55px 1fr; column-gap: 20px; padding-right: 35px; border-right: 1px solid var(--line); }
.value-grid article:last-child { border: 0; }
.value-grid svg { grid-row: 1 / 5; width: 46px; fill: none; stroke: var(--gold); stroke-width: 1.2; }
.value-grid span { color: var(--gold); font-size: 8px; }
.value-grid h3 { margin: 5px 0 7px; font: 500 26px/1 var(--serif); }
.value-grid p { margin: 0; color: #706c63; font-size: 11px; }

.story { min-height: 850px; position: relative; isolation: isolate; overflow: hidden; color: var(--white); }
.story-image { position: absolute; inset: 0; z-index: -3; background: url("assets/norden-lake.png") center / cover no-repeat; }
.story-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,9,7,.92), rgba(8,9,7,.6) 55%, rgba(8,9,7,.1)), linear-gradient(0deg, rgba(8,9,7,.35), transparent); }
.story-inner { min-height: 610px; display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: start; }
.story-copy { max-width: 760px; }
.story-copy h2 { font-size: clamp(60px,6vw,90px); }
.story-copy h2 em { color: var(--gold-light); font-weight: 400; }
.story-copy > p { max-width: 560px; margin: 28px 0 33px; color: rgba(255,255,255,.67); }

.journal { background: var(--ivory); }
.journal-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.journal-image { height: 390px; margin-bottom: 22px; background-size: cover; background-position: center; filter: saturate(.72); transition: filter .4s, transform .5s; }
.journal-card:hover .journal-image { filter: saturate(1); }
.journal-image-one { background-image: url("assets/norden-ritual.png"); }
.journal-image-two { background-image: url("assets/norden-lake.png"); background-position: left center; }
.journal-image-three { background-image: url("assets/norden-product-04.png"); background-position: 67% center; }
.journal-card > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.journal-card h3 { margin: 10px 0 8px; font: 500 31px/1.05 var(--serif); }
.journal-card p { margin: 0; color: #77736a; font-size: 11px; }

.testimonial { padding-block: 105px; background: var(--bone); text-align: center; }
.testimonial-inner { max-width: 930px; }
.testimonial-inner img { margin: 0 auto 20px; }
.testimonial-inner > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.testimonial blockquote { margin: 30px 0 26px; font: 400 clamp(39px,4vw,58px)/1.1 var(--serif); }
.testimonial p { margin: 0; color: #77736a; font-size: 8px; font-weight: 700; letter-spacing: .17em; }

.contact { background: #1b211a; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.contact-intro h2 em { color: var(--gold-light); font-weight: 400; }
.contact-intro > p { max-width: 420px; color: rgba(255,255,255,.57); }
.contact-form { padding-top: 5px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form label { display: block; margin-bottom: 28px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.54); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 9px 2px 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; background: transparent; color: var(--white); resize: vertical; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-light); }
.form-submit { display: flex; align-items: center; gap: 22px; }
.form-submit p { max-width: 190px; margin: 0; color: rgba(255,255,255,.4); font-size: 8px; }
.form-note { min-height: 24px; color: var(--gold-light); font-size: 10px; }

.site-footer { padding: 64px 0 22px; background: var(--night); color: var(--white); }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 45px; border-bottom: 1px solid var(--line-light); }
.footer-brand img { width: 58px; height: 58px; }
.footer-line { margin: 0; font: italic 400 27px/1 var(--serif); color: var(--gold-light); }
.footer-grid { display: grid; grid-template-columns: .8fr .8fr .8fr 1.4fr; gap: 50px; padding-block: 48px; }
.footer-label { display: block; margin-bottom: 18px; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > span:not(.footer-label) { display: block; width: max-content; margin: 8px 0; color: rgba(255,255,255,.58); font-size: 10px; }
.footer-grid a:hover { color: var(--white); }
.footer-subscribe p { color: rgba(255,255,255,.54); font-size: 10px; }
.footer-subscribe form { display: grid; grid-template-columns: 1fr 43px; border-bottom: 1px solid rgba(255,255,255,.4); }
.footer-subscribe input { min-width: 0; padding: 12px 0; border: 0; background: transparent; color: var(--white); outline: 0; }
.footer-subscribe button { border: 0; background: transparent; color: var(--gold-light); }
.footer-subscribe small { display: block; margin-top: 10px; color: var(--gold-light); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 20px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom a { text-align: right; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .primary-nav { gap: 21px; }
  .mega-menu { padding-inline: 26px; }
  .mega-columns { grid-template-columns: 1.15fr 1fr .82fr; }
  .mega-section { padding-right: 20px; }
  .mega-section + .mega-section { padding-left: 20px; }
  .mega-group-body { grid-template-columns: 1fr; }
  .hero-layout { grid-template-columns: 1fr 300px; gap: 40px; }
  .worlds-heading { grid-template-columns: 130px 1fr 280px; gap: 30px; }
  .contact-grid { gap: 70px; }
}

@media (max-width: 900px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .site-header, .site-header.scrolled { height: 76px; }
  .site-header.scrolled { top: 0; }
  .nav-shell { width: calc(100% - 32px); }
  .brand img { width: 40px; height: 40px; }
  .brand-wordmark { font-size: 18px; }
  .menu-toggle { display: block; position: relative; z-index: 92; color: var(--white); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 90; inset: 31px 0 0; padding: 95px 24px 35px; display: none; overflow-y: auto; background: rgba(11,11,10,.985); color: var(--white); flex-direction: column; align-items: stretch; gap: 0; }
  .site-header.scrolled .primary-nav { inset: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav > a, .products-trigger { width: 100%; display: flex; justify-content: space-between; padding: 17px 0 !important; border-bottom: 1px solid rgba(255,255,255,.15); text-align: left; }
  .nav-cta { margin-top: 22px; justify-content: center !important; border: 1px solid rgba(255,255,255,.4) !important; }
  .nav-products { width: 100%; }
  .mega-menu, .site-header.scrolled .mega-menu { position: static; width: 100%; max-height: none; display: none; margin: 0; padding: 0; overflow: visible; background: transparent; color: var(--white); border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .catalog-open .mega-menu { display: block; transform: none; }
  .mega-head { position: static; min-height: 0; display: block; padding: 18px 0; background: transparent; border-color: rgba(255,255,255,.15); }
  .mega-head > div { display: block; }
  .mega-head strong { display: block; margin-top: 6px; color: var(--white); font-size: 22px; }
  .mega-head > a { display: inline-block; margin-top: 13px; }
  .mega-columns { display: block; }
  .mega-section, .mega-section + .mega-section { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .mega-section > summary { margin: 0; padding: 18px 0; color: var(--white); }
  .mega-section > summary::after { content: "−"; margin-left: auto; color: var(--gold-light); }
  .mega-section:not([open]) > summary::after { content: "+"; }
  .mega-section-body { padding: 0 0 15px 13px; }
  .mega-group { padding-bottom: 8px; }
  .mega-group > summary { padding: 10px 0; border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.83); }
  .mega-group-body { display: block; }
  .mega-list { border-color: rgba(218,193,144,.32); }
  .mega-list strong { color: var(--gold-light); }
  .mega-list a { color: rgba(255,255,255,.58); font-size: 10px; }
  .mega-feature { display: none; }
  .hero { height: auto; min-height: 880px; }
  .hero-layout { padding-top: 155px; grid-template-columns: 1fr 245px; gap: 24px; }
  .hero h1 { font-size: clamp(68px,10vw,90px); }
  .hero-discovery { width: 235px; }
  .discovery-image { height: 285px; }
  .manifesto-grid, .story-inner { grid-template-columns: 120px 1fr; gap: 30px; }
  .worlds-heading { grid-template-columns: 1fr; }
  .worlds-heading > p { max-width: 520px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card { min-height: 420px; }
  .product-bento { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 390px; }
  .product-tall { grid-column: 1 / 3; grid-row: auto; }
  .product-wide { min-height: 390px; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-visual, .ritual-visual img { min-height: 620px; }
  .value-grid { gap: 25px; }
  .value-grid article { grid-template-columns: 40px 1fr; padding-right: 12px; }
  .value-grid svg { width: 35px; }
  .journal-image { height: 310px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .announcement p { font-size: 7px; animation: announcement 18s linear infinite; }
  @keyframes announcement { 50% { transform: translateX(-28%); } }
  .brand-wordmark small { display: none; }
  .hero { min-height: 800px; }
  .hero-image { background-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,8,6,.86), rgba(7,8,6,.34)), linear-gradient(0deg, rgba(7,8,6,.74), transparent 55%); }
  .hero-layout { display: block; padding-top: 150px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { margin-top: 20px; font-size: clamp(59px,18vw,78px); line-height: .83; }
  .hero-copy > p { max-width: 360px; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-discovery { display: none; }
  .hero-foot { grid-template-columns: 1fr 1fr; padding-inline: 18px; }
  .hero-foot span:nth-child(2) { display: none; }
  .marquee span { padding-inline: 25px; font-size: 14px; }
  .section { padding: 82px 0; }
  .manifesto-grid, .story-inner { grid-template-columns: 1fr; }
  .manifesto-copy { padding-top: 30px; }
  .display-quote { font-size: 48px; }
  .manifesto-note { grid-template-columns: 1fr; gap: 28px; margin-top: 38px; }
  .worlds-heading h2, .section-heading h2, .ritual-copy h2, .story-copy h2, .journal-heading h2, .contact-intro h2 { font-size: 51px; }
  .world-card { min-height: 390px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-bento { display: block; }
  .product-card { height: 500px; margin-bottom: 16px; }
  .product-wide .product-image img { object-position: 65% center; }
  .product-details { padding: 22px; }
  .ritual-visual, .ritual-visual img { min-height: 470px; }
  .ritual-copy { padding: 70px 22px; }
  .ritual-copy .kicker { margin-top: 45px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .story { min-height: 770px; }
  .story-inner { min-height: 570px; }
  .story-copy h2 { font-size: 58px; }
  .journal-heading { align-items: flex-start; flex-direction: column; }
  .journal-grid { grid-template-columns: 1fr; gap: 46px; }
  .journal-image { height: 410px; }
  .testimonial blockquote { font-size: 37px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-subscribe { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
  .footer-bottom span:nth-child(2), .footer-bottom a { text-align: left; }
}

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