:root {
  --ink: #070706;
  --ink-soft: #11100e;
  --panel: #171510;
  --line: rgba(211, 168, 84, .32);
  --gold: #d3a854;
  --gold-pale: #f0d79e;
  --ivory: #f4efe5;
  --paper: #d8cdb9;
  --muted: #a69b8c;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1360px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ivory); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--gold); color: var(--ink); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: 84px; padding: 0 max(3vw, 24px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(211,168,84,.24); transition: background .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(7,7,6,.92); backdrop-filter: blur(16px); }
.brand { width: max-content; color: var(--gold-pale); font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.35rem); font-weight: 700; line-height: 1; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
.brand-logo { display: flex; align-items: center; gap: .8rem; height: 72px; }
.brand-logo img { width: auto; height: 64px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.42)); transition: height .3s ease; }
.site-header.is-scrolled .brand-logo img { height: 54px; }
.brand-wordmark { display: block; color: var(--gold-pale); background: linear-gradient(180deg, #fff3d0 0%, #d6a652 52%, #f2d79d 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: "Arial Rounded MT Bold", "Arial Black", Arial, sans-serif; font-size: clamp(1.4rem, 1.75vw, 1.85rem); font-weight: 900; line-height: 1; letter-spacing: -.055em; white-space: nowrap; text-shadow: 0 5px 18px rgba(0,0,0,.24); }
.primary-nav { display: flex; align-items: center; gap: clamp(1.35rem, 3vw, 3rem); }
.primary-nav a { position: relative; color: #ddd3c6; font-size: .78rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -.65rem; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-nav .trade-link { color: var(--gold-pale); }
.bag-button { justify-self: end; display: flex; align-items: center; gap: .45rem; border: 0; background: transparent; color: var(--gold); cursor: pointer; }
.bag-button svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.bag-button span { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 .3rem; border: 1px solid currentColor; border-radius: 50%; font-size: .69rem; }
.menu-button { display: none; }

.hero { position: relative; min-height: 890px; height: min(1000px, 100svh); display: flex; flex-direction: column; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, #070706 0%, rgba(7,7,6,.97) 33%, rgba(7,7,6,.43) 62%, rgba(7,7,6,.2) 100%), linear-gradient(0deg, #070706 0%, transparent 32%); }
.hero-media { position: absolute; inset: 0 0 0 38%; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.82) contrast(1.06) brightness(.72); }
.hero-orbit { position: absolute; border: 1px solid rgba(238,190,95,.44); border-radius: 50%; box-shadow: 0 0 32px rgba(216,167,69,.19), inset 0 0 22px rgba(216,167,69,.11); transform: rotate(-9deg); }
.orbit-one { width: 76%; height: 28%; right: -8%; top: 39%; }
.orbit-two { width: 58%; height: 20%; right: 7%; top: 45%; }
.hero-copy { position: relative; z-index: 3; padding-top: 35px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 1.6rem; font-size: clamp(3.55rem, 6.7vw, 7.3rem); letter-spacing: -.045em; text-transform: uppercase; }
h1 em { color: var(--gold-pale); font-style: italic; font-weight: 400; text-transform: none; }
.hero-intro { max-width: 570px; margin: 0 0 2.1rem; color: #d2c9bc; font-size: clamp(1.03rem, 1.3vw, 1.22rem); line-height: 1.75; }
.hero-actions, .business-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .85rem 1.55rem; border: 1px solid var(--gold); border-radius: 2px; font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(110deg, #bd8834, #ebc578 48%, #b97f2f); color: #0a0805; border-color: #d8ac5a; box-shadow: 0 13px 34px rgba(198,143,46,.18); }
.button-ghost { background: rgba(8,8,7,.28); color: var(--gold-pale); }
.proof-bar { position: absolute; z-index: 4; left: 50%; bottom: 32px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(211,168,84,.38); background: rgba(13,12,10,.78); backdrop-filter: blur(13px); }
.proof-item { min-height: 116px; padding: 1.25rem 1.65rem; display: flex; gap: 1.15rem; align-items: center; }
.proof-item + .proof-item { border-left: 1px solid rgba(211,168,84,.28); }
.proof-item p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.proof-item strong { color: var(--ivory); font-size: .98rem; font-weight: 600; }
.proof-number { color: var(--gold-pale); font-family: var(--serif); font-size: 3.1rem; line-height: 1; }
.proof-icon { flex: 0 0 52px; width: 52px; height: 52px; border: 1px solid var(--gold); border-radius: 50%; position: relative; }
.timer-icon::before { content: ""; position: absolute; width: 18px; height: 18px; left: 15px; top: 17px; border: 1px solid var(--gold); border-radius: 50%; }
.timer-icon::after { content: ""; position: absolute; left: 25px; top: 13px; width: 1px; height: 14px; background: var(--gold); transform: rotate(34deg); transform-origin: bottom; }
.leaf-icon::before { content: ""; position: absolute; width: 22px; height: 29px; left: 14px; top: 10px; border: 1px solid var(--gold); border-radius: 90% 0 90% 0; transform: rotate(18deg); }
.leaf-icon::after { content: ""; position: absolute; width: 1px; height: 25px; left: 26px; top: 16px; background: var(--gold); transform: rotate(39deg); }

.collection { padding-block: 8.5rem; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; margin-bottom: 2.8rem; }
.section-heading h2, .ritual h2, .business h2, .responsibility h2, .closing h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.5rem); letter-spacing: -.035em; }
.section-lede { max-width: 450px; justify-self: end; margin: 0 0 .5rem; color: var(--muted); }
.product-controls { display: flex; gap: .7rem; margin-bottom: 1.6rem; }
.filter { padding: .65rem 1rem; color: #a79d8e; background: transparent; border: 1px solid rgba(211,168,84,.18); border-radius: 99px; font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.filter.is-active { color: var(--ink); background: var(--gold-pale); border-color: var(--gold-pale); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(211,168,84,.25); background: linear-gradient(160deg, #171510, #0c0b09); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(232,192,112,.65); }
.product-card[hidden] { display: none; }
.product-image { height: 330px; display: grid; place-items: center; overflow: hidden; background: #d8d3ca; position: relative; text-decoration: none; }
.product-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -35px 45px rgba(7,7,6,.22); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 14px; }
.product-meta { display: flex; justify-content: space-between; padding: 1.2rem 1.25rem .35rem; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 0; padding: 0 1.25rem; font-size: 1.75rem; }
.product-card h3 a { color: inherit; text-decoration: none; }
.product-card > p { min-height: 74px; margin: .7rem 0 0; padding: 0 1.25rem; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.product-detail-link { display: inline-flex; gap: .35rem; margin: .35rem 1.25rem 0; color: var(--gold-pale); border-bottom: 1px solid rgba(211,168,84,.5); font-size: .7rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }
.product-buy { display: flex; justify-content: space-between; align-items: center; margin-top: 1.1rem; padding: 1rem 1.25rem 1.2rem; border-top: 1px solid rgba(211,168,84,.18); }
.product-buy strong { color: var(--ivory); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.product-buy button { padding: .6rem .75rem; color: var(--ink); background: var(--gold); border: 0; border-radius: 2px; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.ritual { position: relative; padding-block: 8rem; overflow: hidden; background: radial-gradient(circle at 70% 70%, rgba(153,103,32,.19), transparent 36%), #100f0c; border-block: 1px solid var(--line); }
.ritual::after { content: ""; position: absolute; width: 620px; height: 220px; right: -80px; bottom: -50px; border: 1px solid rgba(211,168,84,.23); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 0 45px rgba(211,168,84,.12); }
.ritual-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; align-items: center; }
.ritual-copy { position: relative; z-index: 1; }
.ritual-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; margin-top: 1rem; padding: .25rem 0; color: var(--gold-pale); background: none; border: 0; border-bottom: 1px solid var(--gold); font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.steps { position: relative; z-index: 1; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(211,168,84,.3); }
.steps li { position: relative; min-height: 235px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; }
.steps li:nth-child(odd) { border-right: 1px solid rgba(211,168,84,.25); }
.steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(211,168,84,.25); }
.steps li > span { position: absolute; top: 1rem; right: 1.1rem; color: rgba(240,215,158,.42); font-family: var(--serif); font-size: 1.1rem; }
.steps strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.steps small { color: var(--muted); font-size: .8rem; }
.step-icon { width: 55px; height: 55px; margin-bottom: 1.4rem; border: 1px solid var(--gold); border-radius: 50%; position: relative; }
.step-icon::before { content: ""; position: absolute; left: 14px; top: 18px; width: 25px; height: 18px; border: 1px solid var(--gold); border-radius: 3px 3px 8px 8px; }
.lift-icon::after { content: ""; position: absolute; left: 14px; top: 13px; width: 25px; border-top: 1px solid var(--gold); transform: rotate(-18deg); transform-origin: left; }
.pour-icon::before { left: 13px; top: 12px; width: 19px; height: 23px; transform: rotate(-30deg); border-radius: 2px; }
.pour-icon::after { content: "···"; position: absolute; color: var(--gold); left: 28px; top: 20px; letter-spacing: -1px; transform: rotate(50deg); }
.stir-icon::after { content: ""; position: absolute; left: 32px; top: 10px; width: 1px; height: 31px; background: var(--gold); transform: rotate(22deg); }

.business { padding-block: 8.5rem; }
.business-card { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 660px; border: 1px solid var(--line); background: linear-gradient(145deg, #14120f, #090908); }
.business-visual { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 52%, rgba(223,172,72,.32), transparent 34%), linear-gradient(145deg, #20190f, #090908); }
.business-visual::before, .business-visual::after { content: ""; position: absolute; width: 92%; height: 33%; border: 1px solid rgba(211,168,84,.35); border-radius: 50%; transform: rotate(-13deg); }
.business-visual::after { width: 65%; height: 22%; }
.business-visual img { position: relative; z-index: 1; max-height: 535px; width: auto; filter: drop-shadow(0 24px 36px rgba(0,0,0,.55)); }
.business-stamp { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.4rem; width: 90px; height: 90px; display: grid; place-items: center; color: var(--gold-pale); border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 1rem; line-height: 1.05; text-align: center; text-transform: uppercase; transform: rotate(9deg); }
.business-copy { padding: clamp(3rem, 6vw, 6rem); align-self: center; }
.business-copy h2 { max-width: 760px; font-size: clamp(3rem, 4.7vw, 5rem); }
.business-copy > p:not(.eyebrow) { max-width: 750px; color: var(--muted); }
.business-copy .business-owner { margin-top: 1.2rem; color: var(--gold-pale); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.business-owner strong { font-weight: 700; }
.business-benefits { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 2rem 0; padding: 0; border-top: 1px solid rgba(211,168,84,.24); }
.business-benefits li { padding: 1rem 1rem 1rem 0; border-bottom: 1px solid rgba(211,168,84,.24); }
.business-benefits li:nth-child(odd) { border-right: 1px solid rgba(211,168,84,.24); }
.business-benefits li:nth-child(even) { padding-left: 1rem; }
.business-benefits strong, .business-benefits span { display: block; }
.business-benefits strong { color: var(--gold-pale); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.business-benefits span { color: var(--muted); font-size: .8rem; }

.responsibility { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--ivory); color: var(--ink); }
.responsibility-image { min-height: 640px; overflow: hidden; }
.responsibility-image img { width: 100%; height: 100%; object-fit: cover; }
.responsibility-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.responsibility-copy h2 { font-size: clamp(3.2rem, 5.4vw, 5.5rem); }
.responsibility-copy > p:not(.eyebrow) { max-width: 560px; color: #544d43; }
.responsibility-facts { display: flex; gap: 1.2rem; margin-top: 2rem; }
.responsibility-facts div { width: 112px; height: 112px; display: grid; place-content: center; border: 1px solid #957138; border-radius: 50%; text-align: center; }
.responsibility-facts strong, .responsibility-facts span { display: block; }
.responsibility-facts strong { font-family: var(--serif); font-size: 1.45rem; }
.responsibility-facts span { color: #6b5e4d; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.closing { padding-block: 8.5rem; display: grid; grid-template-columns: 1fr .48fr .62fr; gap: 4vw; align-items: center; }
.closing h2 { max-width: 770px; font-size: clamp(3rem, 4.7vw, 5.3rem); }
.closing-image { aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid var(--line); }
.closing-image img { width: 100%; height: 100%; object-fit: cover; }
.closing-copy { color: var(--muted); font-size: 1.05rem; }

.site-footer { padding: 5rem 0 1.5rem; background: #050504; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1fr 1.1fr; gap: 4vw; }
.footer-brand { display: flex; width: fit-content; height: auto; margin-bottom: 1rem; }
.footer-brand img, .site-header.is-scrolled .footer-brand img { height: 92px; }
.footer-grid p { color: var(--muted); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.footer-grid strong { color: var(--gold-pale); font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.footer-grid a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.footer-grid a:hover { color: var(--ivory); }
.footer-owner { color: var(--ivory); font-size: .9rem; }
.footer-cta .text-link { color: var(--gold-pale); font-size: .7rem; }
.footer-bottom { margin-top: 4rem; padding-top: 1.3rem; display: flex; justify-content: space-between; color: #736b60; border-top: 1px solid rgba(211,168,84,.16); font-size: .75rem; }

.trade-dialog { width: min(720px, calc(100vw - 28px)); padding: clamp(2rem, 5vw, 4rem); color: var(--ivory); background: #11100d; border: 1px solid var(--gold); box-shadow: 0 35px 100px rgba(0,0,0,.75); }
.trade-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.trade-dialog h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 5vw, 4.4rem); }
.trade-dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: .8rem; right: 1rem; border: 0; color: var(--gold-pale); background: transparent; font-family: var(--serif); font-size: 2rem; cursor: pointer; }
.trade-dialog form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.trade-dialog label { display: grid; gap: .45rem; color: var(--gold-pale); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trade-dialog input, .trade-dialog select, .trade-dialog textarea { width: 100%; padding: .8rem; color: var(--ivory); background: #080807; border: 1px solid rgba(211,168,84,.35); border-radius: 0; outline: none; }
.trade-dialog input:focus, .trade-dialog select:focus, .trade-dialog textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(211,168,84,.12); }
.full-field { grid-column: 1 / -1; }
.toast { position: fixed; z-index: 60; right: 1.2rem; bottom: 1.2rem; max-width: calc(100vw - 2.4rem); padding: .85rem 1rem; color: var(--ink); background: var(--gold-pale); border-radius: 2px; font-size: .82rem; font-weight: 700; opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Product detail pages */
.product-detail-page { min-height: 100vh; padding-top: 84px; }
.product-detail-hero { min-height: calc(100svh - 84px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); border-bottom: 1px solid var(--line); }
.detail-visual { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 48% 48%, rgba(211,168,84,.2), transparent 31%), linear-gradient(145deg, #18130d, #070706 72%); }
.detail-visual::before, .detail-visual::after { content: ""; position: absolute; width: 78%; height: 31%; border: 1px solid rgba(225,181,92,.5); border-radius: 50%; box-shadow: 0 0 45px rgba(211,168,84,.13); transform: rotate(-10deg); }
.detail-visual::after { width: 57%; height: 22%; }
.detail-cup { position: absolute; z-index: 2; left: 12%; top: 13%; width: 53%; height: 72%; object-fit: contain; object-position: center; filter: drop-shadow(0 30px 38px rgba(0,0,0,.52)); }
.detail-pack { position: absolute; z-index: 1; right: 8%; bottom: 8%; width: 32%; height: 70%; object-fit: contain; filter: drop-shadow(0 24px 34px rgba(0,0,0,.62)); }
.detail-visual-label { position: absolute; z-index: 3; left: 2rem; bottom: 1.7rem; color: rgba(240,215,158,.65); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.detail-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6.5rem); background: radial-gradient(circle at 100% 0%, rgba(169,110,26,.12), transparent 35%), #0b0a08; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2.2rem; color: #807567; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs a { color: var(--gold); text-decoration: none; }
.detail-info h1 { margin-bottom: .7rem; font-size: clamp(4rem, 6.5vw, 7.5rem); }
.detail-character { margin: 0 0 1.4rem; color: var(--gold-pale); font-family: var(--serif); font-size: 1.4rem; }
.detail-description { max-width: 650px; margin: 0 0 1.6rem; color: var(--muted); font-size: 1.04rem; }
.detail-price { display: flex; gap: .8rem; align-items: baseline; margin-bottom: 1.35rem; }
.detail-price strong { font-family: var(--serif); font-size: 3rem; font-weight: 500; }
.detail-price span { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.pack-selector { display: grid; gap: .45rem; margin-bottom: 1rem; color: var(--gold-pale); font-size: .7rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.pack-selector select { width: 100%; padding: 1rem; color: var(--ivory); background: #080807; border: 1px solid rgba(211,168,84,.45); border-radius: 0; }
.detail-purchase { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; }
.quantity { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border: 1px solid rgba(211,168,84,.45); }
.quantity button { height: 54px; color: var(--gold-pale); background: transparent; border: 0; font-size: 1.3rem; cursor: pointer; }
.quantity output { text-align: center; }
.detail-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid rgba(211,168,84,.24); }
.detail-benefits div { min-height: 67px; padding: .25rem 1rem; display: grid; align-content: center; border-right: 1px solid rgba(211,168,84,.2); }
.detail-benefits div:first-child { padding-left: 0; }
.detail-benefits div:last-child { border-right: 0; }
.detail-benefits strong, .detail-benefits span { display: block; }
.detail-benefits strong { color: var(--gold-pale); font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.detail-benefits span { color: var(--muted); font-size: .68rem; }
.detail-content { padding-block: 7rem; }
.detail-content-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; margin-bottom: 4rem; }
.detail-content-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); }
.detail-content-heading p { max-width: 650px; color: var(--muted); }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.detail-fact { min-height: 180px; padding: 1.7rem; }
.detail-fact + .detail-fact { border-left: 1px solid var(--line); }
.detail-fact span { color: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.detail-fact strong { display: block; margin-top: .8rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.product-disclosure { margin-top: 1.2rem; border: 1px solid var(--line); }
.product-disclosure details + details { border-top: 1px solid var(--line); }
.product-disclosure summary { padding: 1.25rem 1.5rem; color: var(--gold-pale); font-family: var(--serif); font-size: 1.2rem; cursor: pointer; }
.product-disclosure details p { max-width: 850px; margin: 0; padding: 0 1.5rem 1.4rem; color: var(--muted); }
.product-navigation { margin-top: 4rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.product-navigation a { color: var(--gold-pale); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }

@media (max-width: 980px) {
  .product-detail-hero { grid-template-columns: 1fr; }
  .detail-visual { min-height: 650px; }
  .detail-info { padding-block: 4.5rem; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .brand-wordmark { display: none; }
  .primary-nav { position: fixed; inset: 70px 0 auto; display: none; padding: 2rem 24px; flex-direction: column; align-items: flex-start; background: rgba(7,7,6,.98); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { font-size: .95rem; }
  .bag-button { margin-right: 52px; }
  .menu-button { display: flex; position: absolute; right: 24px; width: 30px; height: 30px; padding: 5px; flex-direction: column; justify-content: center; gap: 4px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { width: 100%; height: 1px; background: var(--gold); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .business-card { grid-template-columns: .8fr 1.2fr; }
  .responsibility { grid-template-columns: 1fr 1fr; }
  .closing { grid-template-columns: 1.1fr .5fr; }
  .closing-copy { grid-column: 1 / -1; max-width: 600px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); row-gap: 3rem; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1360px); }
  .site-header { height: 70px; padding-inline: 14px; background: rgba(7,7,6,.88); backdrop-filter: blur(12px); }
  .brand { font-size: 1.6rem; }
  .brand-logo { height: 62px; }
  .brand-logo img, .site-header.is-scrolled .brand-logo img { height: 52px; }
  .footer-brand { height: auto; }
  .footer-brand img, .site-header.is-scrolled .footer-brand img { height: 82px; }
  .bag-button { margin-right: 48px; }
  .menu-button { right: 14px; }
  .hero { min-height: 980px; height: auto; padding: 9.5rem 0 14rem; justify-content: flex-start; }
  .hero::before { background: linear-gradient(180deg, rgba(7,7,6,.4), #070706 62%, #070706); }
  .hero-media { inset: 0 0 auto; height: 54%; }
  .hero-media img { object-position: 51% center; }
  .hero-copy { padding-top: 300px; }
  h1 { font-size: clamp(3.25rem, 15vw, 5.1rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions .button { flex: 1 1 210px; }
  .proof-bar { bottom: 18px; grid-template-columns: 1fr; }
  .proof-item { min-height: auto; padding: .8rem 1rem; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid rgba(211,168,84,.25); }
  .proof-number { width: 52px; text-align: center; font-size: 2.3rem; }
  .proof-icon { flex-basis: 42px; width: 42px; height: 42px; }
  .timer-icon::before { left: 11px; top: 12px; }
  .timer-icon::after { left: 21px; top: 8px; }
  .leaf-icon::before { left: 10px; top: 6px; }
  .leaf-icon::after { left: 22px; top: 12px; }
  .collection, .business, .closing { padding-block: 5.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-heading h2, .ritual h2, .business h2, .responsibility h2, .closing h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .section-lede { justify-self: start; }
  .product-controls { overflow-x: auto; padding-bottom: .5rem; }
  .filter { white-space: nowrap; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  .product-image { height: 230px; }
  .product-image img { padding: 8px; }
  .product-meta { padding: 1rem .85rem .3rem; }
  .product-card h3 { padding-inline: .85rem; font-size: 1.35rem; }
  .product-card > p { display: none; }
  .product-buy { padding: .85rem; gap: .4rem; }
  .product-buy strong { font-size: 1.1rem; }
  .product-buy button { padding: .5rem; font-size: .6rem; }
  .ritual { padding-block: 5.5rem; }
  .ritual-layout { grid-template-columns: 1fr; gap: 3rem; }
  .steps li { min-height: 190px; padding: 1rem; }
  .step-icon { width: 48px; height: 48px; }
  .business-card { grid-template-columns: 1fr; }
  .business-visual { min-height: 470px; }
  .business-visual img { max-height: 430px; }
  .business-copy { padding: 2.2rem 1.3rem 2.8rem; }
  .business-benefits { grid-template-columns: 1fr; }
  .business-benefits li:nth-child(odd) { border-right: 0; }
  .business-benefits li:nth-child(even) { padding-left: 0; }
  .business-actions .button { width: 100%; }
  .responsibility { grid-template-columns: 1fr; }
  .responsibility-image { min-height: 430px; }
  .responsibility-copy { padding: 4rem 1.2rem 4.5rem; }
  .responsibility-facts { gap: .5rem; }
  .responsibility-facts div { width: 95px; height: 95px; }
  .closing { grid-template-columns: 1fr; gap: 2rem; }
  .closing-image { width: 70%; justify-self: end; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .trade-dialog form { grid-template-columns: 1fr; }
  .trade-dialog label { grid-column: 1; }
  .product-detail-page { padding-top: 70px; }
  .product-detail-hero { min-height: 0; }
  .detail-visual { min-height: 520px; }
  .detail-cup { left: 5%; top: 10%; width: 63%; height: 75%; }
  .detail-pack { right: 4%; bottom: 8%; width: 38%; height: 65%; }
  .detail-info { padding: 3rem 1.2rem 4rem; }
  .detail-info h1 { font-size: clamp(3.6rem, 17vw, 5.3rem); }
  .detail-purchase { grid-template-columns: 120px 1fr; }
  .detail-benefits { grid-template-columns: 1fr; }
  .detail-benefits div, .detail-benefits div:first-child { padding: .8rem 0; border-right: 0; border-bottom: 1px solid rgba(211,168,84,.2); }
  .detail-benefits div:last-child { border-bottom: 0; }
  .detail-content { padding-block: 4.5rem; }
  .detail-content-heading, .detail-facts { grid-template-columns: 1fr; }
  .detail-fact + .detail-fact { border-left: 0; border-top: 1px solid var(--line); }
}

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