﻿@font-face {
  font-family: "Bebas Neue Pro";
  src: url("assets/bebas-neue-pro-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro";
  src: url("assets/bebas-neue-pro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --black: #080808;
  --ink: #111111;
  --paper: #f4f4f4;
  --white: #ffffff;
  --accent-white: #ffffff;
  --line-dark: rgba(255,255,255,.16);
  --line-light: #c9c9c9;
  --type: "Bebas Neue Pro";
  --copy: var(--type);
  --tracking: .035em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--type); font-weight: 400; font-synthesis: none; letter-spacing: var(--tracking); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
em { color: inherit; font-style: normal; }
section[id] { scroll-margin-top: 68px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -80px; padding: 13px 16px; background: white; color: black; font-size: 11px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; 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='.4'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 84px; padding: 0 clamp(22px,4vw,66px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: rgba(8,8,8,.91); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(16px); transition: height .25s; }
.site-header.compact { height: 68px; }
.brand { display: block; flex: 0 0 auto; line-height: 0; }
.brand img { width: clamp(170px,15vw,218px); height: auto; aspect-ratio: 1590 / 345; object-fit: contain; transform: none; }
.site-nav { display: flex; align-items: center; gap: clamp(17px,2vw,34px); font-size: 11px; letter-spacing: .03em; }
.site-nav a { transition: color .2s, opacity .2s, background .2s; }
.site-nav a:hover { color: var(--accent-white); }
.site-nav .nav-cta { padding: 14px 20px; border: 0; border-radius: 999px; background: white; color: black; font: inherit; cursor: pointer; }
.site-nav .nav-cta:hover { background: #d8d8d8; color: black; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; }

.hero { min-height: max(780px,100vh); padding: 132px clamp(22px,4vw,66px) 64px; display: grid; grid-template-columns: minmax(430px,.9fr) minmax(500px,1.1fr); gap: clamp(30px,4vw,72px); align-items: center; overflow: hidden; position: relative; background: var(--black); color: white; }
.hero::before { content: ""; position: absolute; width: 42vw; height: 42vw; left: -27vw; top: 19%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.014),0 0 0 15vw rgba(255,255,255,.01); }
.hero-copy { position: relative; z-index: 2; min-width: 0; text-align: center; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 11px; line-height: 1.6; letter-spacing: .05em; }
.eyebrow > span { width: 34px; height: 2px; flex: 0 0 34px; background: var(--accent-white); }
h1, h2, blockquote, h3, strong, b { font-family: var(--type); font-weight: 700; }
h1, h2, h3, blockquote, .checkout-showcase-copy p { text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: .005em; line-height: 1.08; }
.hero h1 { max-width: 760px; margin-inline: auto; font-size: clamp(44px,4.8vw,74px); }
.hero-lede { max-width: 640px; margin: 34px auto; color: #c9c9c9; font-size: clamp(14px,1.15vw,18px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; }
.button { min-height: 56px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border-radius: 999px; font-size: 12px; letter-spacing: .04em; transition: transform .2s, background .2s, color .2s; }
.button-light { background: white; color: black; }
.button-light:hover { transform: translateY(-2px); background: #d8d8d8; color: black; }
.text-link { min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #555; border-radius: 999px; font-size: 12px; }
.text-link span { padding-left: 7px; color: var(--accent-white); }
.hero-product { position: relative; z-index: 1; min-width: 0; min-height: 600px; padding: clamp(15px,2vw,28px); display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #f7f7f7; border: 1px solid rgba(255,255,255,.2); }
.hero-product img { width: 100%; aspect-ratio: 3/2; object-fit: contain; filter: contrast(1.03) drop-shadow(0 24px 24px rgba(0,0,0,.2)); }
.hero-product.bottle-hero { padding: 0; background: #fff; }
.hero-product.bottle-hero > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; filter: none; }
.hero-product-notes { width: 100%; min-width: 0; display: grid; grid-template-columns: 1.4fr 1fr .65fr; color: white; background: #0b0b0b; border-top: 1px solid #333; }
.bottle-hero .edition-tag { padding: 16px 18px; color: #fff; border-right: 1px solid #333; }
.reset-pouch { width: min(620px,86%); min-height: 390px; padding: clamp(34px,4vw,58px); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; color: white; background: linear-gradient(145deg,#191919 0%,#050505 58%,#202020 100%); border-radius: 42px 42px 30px 30px; box-shadow: 0 38px 65px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.16); transform: rotate(-2deg); text-align: center; }
.reset-pouch::before { content: ""; position: absolute; inset: 10px 20px auto; height: 5px; border-radius: 999px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent); }
.reset-pouch::after { content: ""; position: absolute; width: 220px; height: 760px; right: -70px; top: -170px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent); transform: rotate(24deg); }
.hero-product .reset-pouch img { width: min(360px,78%); height: auto; aspect-ratio: 1590/345; position: relative; z-index: 1; object-fit: contain; filter: none; }
.reset-pouch strong { margin-top: 36px; position: relative; z-index: 1; font-size: clamp(52px,6vw,86px); line-height: .9; }
.reset-pouch > p { margin: 14px 0 25px; position: relative; z-index: 1; color: #ddd; font-size: clamp(14px,1.4vw,19px); }
.reset-pouch > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; position: relative; z-index: 1; }
.reset-pouch > div span { padding: 8px 13px; border: 1px solid #555; border-radius: 999px; font-size: 10px; }
.reset-pouch small { margin-top: 25px; position: relative; z-index: 1; color: #888; font-size: 10px; }
.edition-tag { color: #161616; font-size: 11px; letter-spacing: .08em; writing-mode: horizontal-tb; }
.edition-tag span { color: var(--accent-white); }
.floating-stat { min-width: 0; padding: 12px 16px; color: white; background: #0b0b0b; border-right: 1px solid #333; }
.floating-stat:last-child { border-right: 0; }
.floating-stat strong { display: block; font-size: clamp(14px,1.25vw,19px); line-height: 1.1; letter-spacing: .01em; }
.floating-stat small { display: block; margin-top: 4px; color: #aaa; font-size: 10px; letter-spacing: .04em; }

.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); background: white; border-bottom: 1px solid #d2d2d2; }
.proof-strip > div { min-height: 112px; padding: 28px clamp(18px,3vw,46px); display: flex; align-items: center; gap: 20px; border-right: 1px solid #d2d2d2; }
.proof-strip > div:last-child { border: 0; }
.proof-strip b { color: #111; font-size: 23px; letter-spacing: .01em; }
.proof-strip span { font-size: 11px; line-height: 1.7; }

.buy { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,8vw,130px); background: #ededed; }
.buy-heading { min-width: 0; text-align: center; }
.buy-heading h2 { font-size: clamp(38px,4vw,62px); }
.buy-heading > p { max-width: 600px; margin: 32px auto 0; color: #626262; font-size: 14px; line-height: 1.9; }
.buy-heading .section-kicker { justify-content: center; }
.pack-selector { min-width: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-self: start; }
.pack-option { min-width: 0; min-height: 290px; padding: 24px 21px 20px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: #f5f5f5; border: 1px solid #aaa; border-radius: 20px; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.pack-option:hover { transform: translateY(-4px); }
.pack-option input { position: absolute; opacity: 0; pointer-events: none; }
.pack-option.selected { z-index: 1; color: white; background: #101010; box-shadow: 0 22px 48px rgba(0,0,0,.16); }
.pack-option.selected::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--accent-white); }
.pack-top { min-height: 52px; display: flex; flex-direction: column; gap: 9px; }
.pack-top b { font-size: 14px; }
.pack-top small { color: #777; font-size: 10px; }
.pack-option.selected .pack-top small { color: var(--accent-white); }
.pack-option > strong { margin: auto 0 22px; font-size: clamp(24px,2.1vw,34px); letter-spacing: .01em; }
.pack-meta { display: flex; flex-direction: column; gap: 7px; color: #717171; font-size: 10px; line-height: 1.6; }
.pack-option.selected .pack-meta { color: #aaa; }
.pack-save { position: absolute; right: 13px; top: 15px; padding: 7px 8px; color: white; background: #111; font-size: 9px; }
.buy-action { grid-column: 1/-1; min-height: 150px; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; text-align: center; background: white; border: 1px solid #aaaaaa; border-radius: 20px; }
.buy-action > div { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.buy-action b { font-size: 14px; }
.buy-action > div span { color: #6a6a6a; font-size: 10px; }
.buy-button { min-width: 260px; border: 0; border-radius: 999px; color: white; background: #111; cursor: pointer; }
.buy-button:hover { background: #111; }
.commerce-status { grid-column: 1/-1; min-height: 18px; margin: 4px 0 0; color: #5d5d5d; font-size: 11px; text-align: center; }
.paypal-buttons { width: min(100%, 430px); min-height: 48px; }
.checkout-status { min-height: 20px; margin: -10px 0 0; color: #5d5d5d; font-size: 12px; }
.checkout-status.error { color: #9b1c1c; }

.cart-backdrop { position: fixed; inset: 0; z-index: 140; background: rgba(0,0,0,.58); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; z-index: 150; inset: 0 0 0 auto; width: min(520px,100%); display: grid; grid-template-rows: auto 1fr auto; color: #111; background: #f4f4f4; box-shadow: -30px 0 80px rgba(0,0,0,.3); transform: translateX(105%); visibility: hidden; transition: transform .34s cubic-bezier(.2,.75,.2,1), visibility .34s; }
.cart-drawer.open { transform: none; visibility: visible; }
.cart-drawer > header { min-height: 126px; padding: 25px 28px; display: flex; justify-content: space-between; align-items: start; color: white; background: #0a0a0a; }
.cart-drawer > header span { color: var(--accent-white); font-size: 10px; }
.cart-drawer > header h2 { margin-top: 13px; font-size: 20px; letter-spacing: .01em; }
.cart-drawer > header button { width: 42px; height: 42px; border: 1px solid #444; border-radius: 50%; color: white; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.cart-body { padding: 28px; overflow-y: auto; }
.cart-empty { padding: 58px 0; text-align: center; }
.cart-empty p { font-size: 11px; }
.cart-empty a { display: inline-block; margin-top: 20px; padding-bottom: 7px; color: var(--accent-white); border-bottom: 1px solid var(--accent-white); font-size: 11px; }
.cart-item { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding-bottom: 27px; border-bottom: 1px solid #c5c5c5; }
.cart-item img { width: 160px; height: 110px; object-fit: contain; background: white; }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.cart-item-copy b { font-size: 12px; }
.cart-item-copy span { color: #6e6e6e; font-size: 10px; line-height: 1.6; }
.cart-item-copy strong { margin-top: auto; font-size: 20px; }
.cart-quantity { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #c5c5c5; }
.cart-quantity > span { font-size: 11px; }
.cart-quantity > div { display: grid; grid-template-columns: repeat(3,38px); align-items: center; text-align: center; }
.cart-quantity button { width: 38px; height: 38px; border: 1px solid #aaaaaa; border-radius: 50%; background: transparent; cursor: pointer; }
.cart-quantity b { font-size: 10px; }
.cart-checkout { padding: 24px 28px 28px; background: white; border-top: 1px solid #c5c5c5; }
.cart-checkout > div { display: flex; align-items: end; justify-content: space-between; }
.cart-checkout > div span { font-size: 11px; }
.cart-checkout > div strong { font-size: 22px; }
.cart-checkout > p:not(.checkout-status) { margin: 10px 0 20px; color: #6b6b6b; font-size: 10px; }
.cart-checkout > button { width: 100%; min-height: 62px; border: 0; border-radius: 999px; color: white; background: #111; font-size: 11px; cursor: pointer; }
.cart-checkout > button:hover { background: #333; }
.cart-checkout > button:disabled { opacity: .7; cursor: wait; }
.cart-checkout > small { display: block; margin-top: 13px; color: #777; font-size: 10px; line-height: 1.7; text-align: center; }
.checkout-status { min-height: 18px; margin: 10px 0 0; color: #111; font-size: 11px; line-height: 1.5; }

.section-pad { padding: clamp(90px,9vw,138px) clamp(22px,7vw,116px); }
.section-kicker { margin-bottom: clamp(55px,6vw,82px); display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 11px; line-height: 1.6; }
.section-kicker span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; color: #111; border: 1px solid #aaa; }
.performance-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px,9vw,150px); }
.performance-title h2, .use-header h2, .specs h2, .faq h2 { font-size: clamp(44px,5.5vw,82px); }
.performance-copy { padding-top: 5px; }
.performance-copy > p { max-width: 650px; color: #606060; font-size: 14px; line-height: 1.95; }
.performance-copy .big-copy { margin: 0 0 20px; color: var(--ink); font-size: clamp(12px,1.15vw,17px); line-height: 1.75; letter-spacing: .025em; }
.metric-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #b5b5b5; }
.metric-grid article { padding: 25px 12px 0 0; border-right: 1px solid #b5b5b5; }
.metric-grid article + article { padding-left: 18px; }
.metric-grid article:last-child { border-right: 0; }
.metric-grid strong { display: block; font-size: clamp(28px,3vw,46px); line-height: 1.1; letter-spacing: .005em; }
.metric-grid span { color: #6c6c6c; font-size: 11px; line-height: 1.6; }

.kinetic-line { overflow: hidden; padding: 18px 0; color: white; background: #050505; border-block: 1px solid #333; }
.kinetic-line > div { width: max-content; display: flex; gap: 32px; align-items: center; font-size: 15px; animation: ticker 26s linear infinite; }
.kinetic-line i { font-size: 12px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto { min-height: 720px; display: grid; grid-template-columns: 1.12fr .88fr; color: white; background: #111; }
.manifesto-media { min-width: 0; min-height: 650px; display: grid; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; position: relative; background: #060606; }
.manifesto-media img { width: 100%; height: 100%; min-height: 0; aspect-ratio: 3/2; object-fit: contain; }
.manifesto-media img[src*="reset-bottle"] { aspect-ratio: 1/1; object-fit: cover; }
.image-index { width: 100%; padding: 14px 18px; color: white; background: #0b0b0b; border-top: 1px solid #333; font-size: 11px; }
.manifesto-copy { padding: clamp(58px,7vw,116px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: #aaa; }
.manifesto blockquote { margin: 30px 0; font-size: clamp(26px,3.2vw,49px); line-height: 1.2; letter-spacing: .005em; }
.manifesto-copy > p:last-child { max-width: 560px; color: #aaa; font-size: 14px; line-height: 1.95; }

.product-gallery { color: var(--ink); background: #f4f4f4; }
.product-gallery > .section-kicker { justify-content: center; margin-bottom: 34px; }
.gallery-heading { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.gallery-heading h2 { font-size: clamp(46px,5.3vw,80px); }
.gallery-heading p { max-width: 680px; margin: 24px auto 0; color: #5f5f5f; font-size: 16px; line-height: 1.75; }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.gallery-card { margin: 0; overflow: hidden; position: relative; display: grid; grid-template-rows: auto auto; border-radius: 28px; background: #111; box-shadow: 0 24px 55px rgba(0,0,0,.13); }
.gallery-open { width: 100%; padding: 0; display: block; overflow: hidden; position: relative; border: 0; color: white; background: #111; cursor: zoom-in; }
.gallery-open::after, .gallery-open > span { display: none; }
.gallery-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-open:focus-visible { outline: 4px solid var(--accent-white); outline-offset: -4px; }
.gallery-card figcaption { width: 100%; min-width: 0; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #111; background: #f7f5f1; border-top: 1px solid #d9d6cf; font-size: 11px; }
.gallery-card figcaption span { color: #77736c; }

.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { z-index: 1200; position: fixed; inset: 0; display: grid; grid-template-columns: 78px minmax(0,1fr) 78px; grid-template-rows: 76px minmax(0,1fr); color: white; background: rgba(5,5,5,.97); backdrop-filter: blur(18px); }
.gallery-lightbox-bar { grid-column: 1/-1; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.gallery-lightbox-bar p { margin: 0; display: flex; align-items: center; gap: 17px; font-size: 11px; letter-spacing: .08em; }
.gallery-lightbox-bar p span { color: var(--accent-white); }
.gallery-lightbox-close, .gallery-lightbox-nav { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: rgba(255,255,255,.05); cursor: pointer; transition: color .25s,background .25s,border-color .25s; }
.gallery-lightbox-close { width: 44px; height: 44px; font-size: 28px; }
.gallery-lightbox-nav { width: 48px; height: 48px; place-self: center; font-size: 20px; }
.gallery-lightbox-close:hover, .gallery-lightbox-nav:hover, .gallery-lightbox-close:focus-visible, .gallery-lightbox-nav:focus-visible { color: #111; background: var(--accent-white); border-color: var(--accent-white); outline: none; }
.gallery-lightbox figure { min-width: 0; min-height: 0; margin: 0; padding: 24px; display: grid; place-items: center; }
.gallery-lightbox figure img { width: 100%; height: 100%; max-width: 1536px; max-height: calc(100vh - 124px); object-fit: contain; }
body.lightbox-open { overflow: hidden; }

.material-story { display: grid; grid-template-columns: .88fr 1.12fr; background: #ededed; }
.material-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.material-copy .section-kicker { margin-bottom: 50px; }
.material-copy h2 { font-size: clamp(36px,3.5vw,58px); }
.material-lede { max-width: 640px; margin: 36px 0 46px; color: #5c5c5c; font-size: 14px; line-height: 1.95; }
.material-points { border-top: 1px solid #aaaaaa; }
.material-points article { padding: 21px 0; display: grid; grid-template-columns: 44px 1fr; gap: 18px; border-bottom: 1px solid #aaaaaa; }
.material-points article > span { color: #111; font-size: 12px; }
.material-points b { font-size: 11px; }
.material-points p { margin: 8px 0 0; color: #6d6d6d; font-size: 11px; line-height: 1.8; }
.material-image { min-width: 0; min-height: 760px; overflow: hidden; position: relative; background: #080808; }
.material-image img { width: 100%; height: 100%; aspect-ratio: 3/2; object-fit: cover; object-position: center; }
.material-callout { position: absolute; right: clamp(18px,4vw,58px); top: clamp(24px,6vw,78px); width: 176px; padding: 17px; color: white; background: rgba(8,8,8,.9); border-left: 3px solid var(--accent-white); }
.material-callout > span { position: absolute; right: 100%; top: 50%; width: 86px; height: 1px; background: var(--accent-white); }
.material-callout b { display: block; font-size: 12px; line-height: 1.5; }
.material-callout small { display: block; margin-top: 8px; color: #aaa; font-size: 10px; }

.use-header { margin-bottom: 72px; display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.use-header p { max-width: 450px; color: #676767; font-size: 14px; line-height: 1.9; }
.use-list { border-top: 1px solid #aaaaaa; }
.use-row { min-height: 126px; display: grid; grid-template-columns: 64px 1.05fr 1fr; gap: 26px; align-items: center; border-bottom: 1px solid #aaaaaa; transition: padding .3s, color .3s, background .3s; }
.use-row:hover { padding-inline: 22px; color: white; background: var(--ink); }
.use-row > span { color: #111; font-size: 12px; }
.use-row h3 { margin: 0; font-size: clamp(18px,2.1vw,31px); line-height: 1.35; letter-spacing: .01em; }
.use-row p { color: #696969; font-size: 12px; line-height: 1.9; }
.use-row:hover p { color: #aaa; }

.field-proof { color: white; background: #0a0a0a; }
.field-proof .section-kicker { color: #929292; }
.field-proof .section-kicker span { color: white; }
.field-proof-heading { margin-bottom: 56px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.field-proof-heading h2 { font-size: clamp(40px,4.8vw,72px); }
.field-proof-heading p { max-width: 470px; margin: 0; color: #a8a8a8; font-size: 14px; line-height: 1.9; }
.field-proof-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field-card { min-width: 0; margin: 0; overflow: hidden; background: #111; }
.field-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.field-card:hover img { transform: scale(1.018); }
.field-card figcaption { min-height: 66px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; letter-spacing: .06em; }
.field-card figcaption span { color: #777; font-size: 10px; }

.specs { display: grid; grid-template-columns: .95fr 1.05fr; background: white; }
.specs-copy { min-width: 0; }
.specs-copy .section-kicker { margin-bottom: 50px; }
.specs h2 { margin-bottom: 64px; }
.specs h2 { font-size: clamp(38px,3.85vw,58px); }
.specs dl { margin: 0; }
.specs dl > div { padding: 18px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid #ccc; }
.specs dt, .specs dd { font-size: 11px; line-height: 1.7; }
.specs dt { color: #777; }
.specs dd { margin: 0; text-align: right; }
.spec-note { margin-top: 24px; color: #777; font-size: 12px; line-height: 1.8; }
.specs-panel { min-height: 760px; padding: clamp(72px,8vw,120px); display: flex; flex-direction: column; justify-content: center; gap: 0; position: relative; overflow: hidden; color: white; background: #0b0b0b; }
.specs-panel::before { content: "K"; position: absolute; right: -7%; bottom: -19%; color: rgba(255,255,255,.035); font-size: min(45vw,620px); line-height: 1; }
.specs-label { position: absolute; right: 24px; top: 28px; color: #aaa; font-size: 11px; letter-spacing: .08em; writing-mode: horizontal-tb; }
.spec-number { position: relative; z-index: 1; padding: 28px 0; display: grid; grid-template-columns: 1fr 150px; align-items: end; border-bottom: 1px solid var(--line-dark); }
.spec-number strong { color: var(--accent-white); font-size: clamp(42px,6vw,90px); line-height: .95; letter-spacing: 0; }
.spec-number span { color: #c7c7c7; font-size: 11px; line-height: 1.7; }

.faq { background: #ededed; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,10vw,160px); }
.faq-list { border-top: 1px solid #aaaaaa; }
.faq-list details { border-bottom: 1px solid #aaaaaa; }
.faq-list summary { padding: 28px 42px 28px 0; position: relative; cursor: pointer; list-style: none; font-size: 12px; line-height: 1.7; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 22px; color: #111; font-size: 21px; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { max-width: 700px; margin: 0; padding: 0 40px 28px 0; color: #636363; font-size: 14px; line-height: 1.9; }

.drop { overflow: hidden; position: relative; color: white; background: #050505; }
.drop::before { content: "K"; position: absolute; right: -3vw; bottom: -13vw; color: rgba(0,0,0,.075); font-size: 45vw; line-height: 1; }
.drop-inner { max-width: 940px; margin: 0 auto; position: relative; z-index: 2; text-align: center; }
.drop .eyebrow { justify-content: center; color: white; }
.drop .eyebrow span { background: white; }
.drop h2 { font-size: clamp(42px,5.8vw,84px); }
.drop h2 em { color: white; }
.drop-inner > p:not(.eyebrow):not(.form-status) { max-width: 720px; margin: 34px auto; font-size: 14px; line-height: 1.9; }
.signup-form { max-width: 720px; margin: 40px auto 13px; padding: 7px; display: grid; grid-template-columns: 1fr auto; overflow: hidden; background: white; border-radius: 999px; }
.signup-form input { width: 100%; min-width: 0; padding: 0 18px; border: 0; outline: 0; color: #111; font-size: 12px; }
.signup-form button { min-height: 58px; padding: 0 28px; border: 0; border-radius: 999px; color: white; background: #111; font-size: 11px; cursor: pointer; }
.signup-form button:disabled { opacity: .72; cursor: wait; }
.signup-form.invalid { outline: 3px solid #111; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 22px; margin: 0; font-size: 11px; }
.drop small { opacity: .82; font-size: 11px; }

.site-footer { padding: 70px clamp(22px,5vw,76px) 30px; color: white; background: var(--black); }
.footer-brand { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 48px; border-bottom: 1px solid var(--line-dark); }
.footer-brand img { width: clamp(210px,22vw,300px); height: auto; aspect-ratio: 1590 / 345; object-fit: contain; transform: none; }
.footer-brand p { margin: 0; color: #777; font-size: 11px; }
.footer-links { padding: 55px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }
.footer-links > div { display: flex; flex-direction: column; align-items: start; gap: 15px; }
.footer-links b { margin-bottom: 10px; color: #666; font-size: 11px; }
.footer-links a { color: #bcbcbc; font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--accent-white); }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-dark); color: #777; font-size: 11px; line-height: 1.8; }

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

/* Centered content system */
main section, .proof-strip, .site-footer { text-align: center; }
.proof-strip > div { justify-content: center; }
.performance-copy > p, .manifesto-copy > p, .material-lede, .use-header p, .field-proof-heading p, .spec-note, .faq-list p { margin-inline: auto; }
.manifesto-copy, .material-copy { align-items: center; }
.material-points article { grid-template-columns: 1fr; }
.material-callout { text-align: center; }
.use-header, .field-proof-heading { align-items: center; flex-direction: column; }
.use-header p, .field-proof-heading p { text-align: center; }
.use-row { text-align: center; }
.gallery-card figcaption { white-space: nowrap; }
.specs dl > div { justify-content: center; }
.specs dt, .specs dd { text-align: center; }
.spec-number { align-items: center; }
.footer-brand, .footer-bottom { align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.footer-links > div { align-items: center; text-align: center; }
.legal-hero h1, .legal-hero p:last-child, .legal-content p, .legal-content ul { margin-inline: auto; }
.legal-content { text-align: center; }
.legal-content p, .legal-content li { max-width: 780px; }
.legal-content ul { width: fit-content; padding-left: 0; list-style-position: inside; }
.contact-card { align-items: center; text-align: center; }
.order-confirmation { align-items: center; text-align: center; }
.order-confirmation > p:not(.eyebrow) { margin-inline: auto; }
.order-reference { justify-content: center; }

/* Supporting pages */
.subpage { min-height: 100vh; background: var(--paper); }
.subpage .site-header { position: relative; }
.legal-hero { padding: clamp(80px,10vw,150px) clamp(22px,10vw,160px); color: white; background: #0a0a0a; text-align: center; }
.legal-hero .eyebrow { color: #999; }
.legal-hero h1 { max-width: 1050px; font-size: clamp(38px,6vw,88px); }
.legal-hero p:last-child { max-width: 760px; margin: 30px auto 0; color: #aaa; font-size: 14px; line-height: 1.9; }
.legal-content { max-width: 1080px; margin: 0 auto; padding: clamp(75px,9vw,130px) 24px; }
.legal-content section { padding: 38px 0; border-bottom: 1px solid var(--line-light); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(20px,2.3vw,32px); letter-spacing: .01em; }
.legal-content p, .legal-content li { color: #5f5f5f; font-size: 14px; line-height: 1.95; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.contact-card { min-height: 220px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: #111; }
.contact-card span { color: var(--accent-white); font-size: 11px; }
.contact-card a { color: white; font-size: clamp(14px,2vw,23px); line-height: 1.5; letter-spacing: .01em; }
.contact-card p { margin: 0; color: #999; }
.order-home { padding: 14px 20px; border-radius: 999px; color: #111; background: white; font-size: 11px; }
.order-confirmation { min-height: calc(100vh - 84px); padding: clamp(80px,10vw,150px) clamp(22px,12vw,180px); display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: #080808; }
.order-check { width: 58px; height: 58px; margin-bottom: 36px; display: grid; place-items: center; color: #111; background: var(--accent-white); font-size: 24px; }
.order-confirmation h1 { font-size: clamp(40px,6vw,86px); }
.order-confirmation > p:not(.eyebrow) { max-width: 720px; margin: 30px auto; color: #aaa; font-size: 11px; line-height: 2; }
.order-reference { min-width: min(520px,100%); margin-bottom: 34px; padding: 18px 0; display: flex; justify-content: space-between; gap: 30px; border-block: 1px solid var(--line-dark); }
.order-reference span { color: #777; font-size: 11px; }
.order-reference b { font-size: 12px; }

@media (max-width: 1120px) {
  .site-nav { gap: 16px; }
  .hero { grid-template-columns: minmax(360px,.9fr) minmax(430px,1.1fr); }
  .hero-product { min-height: 520px; }
}

@media (max-width: 860px) {
  .site-header { height: 70px; }
  .menu-button { display: grid; gap: 5px; cursor: pointer; }
  .menu-button span { width: 26px; height: 2px; background: white; transition: .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 0; padding: 50px 28px; flex-direction: column; justify-content: center; gap: 28px; color: white; background: #080808; font-size: 13px; transform: translateX(100%); transition: transform .3s; }
  .site-nav.open { transform: none; }
  .site-nav .nav-cta { font-size: 12px; }
  .hero { min-height: 0; padding-top: 118px; grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { max-width: 650px; font-size: clamp(39px,8.8vw,66px); }
  .hero-product { min-height: 450px; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid #d2d2d2; }
  .performance-grid, .material-story, .specs, .faq-grid, .buy { grid-template-columns: 1fr; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-media { min-height: 0; aspect-ratio: 3/2; }
  .manifesto-copy { min-height: 560px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-lightbox { grid-template-columns: 58px minmax(0,1fr) 58px; }
  .material-copy { order: 1; }
  .material-image { min-height: 560px; order: 2; }
  .use-header { align-items: center; flex-direction: column; }
  .field-proof-heading { align-items: center; flex-direction: column; }
  .field-proof-grid { grid-template-columns: 1fr; }
  .specs-panel { min-height: 620px; }
  .faq-grid { gap: 60px; }
}

@media (max-width: 560px) {
  .brand img { width: 166px; }
  .hero { padding-inline: 20px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(32px,9.05vw,41px); letter-spacing: 0; }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: center; flex-direction: column; gap: 14px; }
  .hero-actions .button, .hero-actions .text-link { width: min(100%,310px); }
  .hero-product { min-height: 320px; padding: 9px; }
  .reset-pouch { width: 94%; min-height: 280px; padding: 30px 20px; border-radius: 30px 30px 24px 24px; }
  .hero-product .reset-pouch img { width: min(270px,76%); }
  .reset-pouch strong { margin-top: 25px; }
  .reset-pouch > p { margin: 10px 0 17px; }
  .reset-pouch small { margin-top: 17px; }
  .buy-heading h2 { font-size: clamp(34px,9vw,43px); }
  .pack-selector { grid-template-columns: 1fr; }
  .pack-option { min-height: 205px; }
  .pack-option > strong { font-size: 30px; }
  .buy-action { align-items: stretch; flex-direction: column; }
  .buy-button { width: 100%; min-width: 0; }
  .cart-item { grid-template-columns: 125px 1fr; }
  .cart-item img { width: 125px; height: 92px; }
  .floating-stat { padding: 9px 11px; }
  .floating-stat span { font-size: 10px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { min-height: 92px; border-right: 0; border-bottom: 1px solid #d2d2d2; }
  .section-pad { padding: 86px 21px; }
  .section-kicker { margin-bottom: 48px; }
  .performance-title h2, .use-header h2, .specs h2, .faq h2 { font-size: clamp(35px,11vw,52px); }
  .specs h2 { font-size: clamp(32px,9.4vw,44px); }
  .performance-copy { padding-top: 30px; }
  .metric-grid { margin-top: 42px; }
  .metric-grid article + article { padding-left: 10px; }
  .metric-grid span { font-size: 10px; }
  .manifesto-copy { min-height: 510px; padding: 70px 22px; }
  .manifesto blockquote { font-size: 29px; }
  .gallery-heading h2 { font-size: clamp(38px,11vw,54px); }
  .gallery-card { border-radius: 20px; }
  .gallery-open > span { display: none; }
  .gallery-lightbox { grid-template-columns: 52px minmax(0,1fr) 52px; grid-template-rows: 68px minmax(0,1fr); }
  .gallery-lightbox-bar { padding: 0 14px; }
  .gallery-lightbox-bar p { gap: 9px; }
  .gallery-lightbox-bar p b { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .gallery-lightbox-close { width: 40px; height: 40px; }
  .gallery-lightbox-nav { width: 40px; height: 40px; }
  .gallery-lightbox figure { padding: 8px; }
  .material-copy h2 { font-size: clamp(32px,8.7vw,41px); }
  .material-image { min-height: 430px; }
  .material-callout { width: 150px; }
  .use-row { min-height: 150px; padding: 25px 0; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; }
  .use-row p { grid-column: 2; margin: 0; }
  .use-row:hover { padding-inline: 12px; }
  .field-proof-heading h2 { font-size: clamp(35px,11vw,52px); }
.field-card figcaption { min-height: 60px; padding: 16px; }
  .specs dl > div { align-items: center; flex-direction: column; gap: 7px; }
  .specs dd { text-align: center; }
  .specs-panel { min-height: 500px; padding: 65px 22px; }
  .spec-number { grid-template-columns: 1fr 100px; }
  .spec-number strong { font-size: clamp(38px,14vw,60px); }
  .signup-form { grid-template-columns: 1fr; gap: 7px; border-radius: 24px; }
  .signup-form input { min-height: 54px; text-align: center; }
  .footer-brand { align-items: center; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* Live-site scale and maximum-fidelity rendering */
:root {
  --text-label: clamp(13px,.95vw,15px);
  --text-small: clamp(14px,1vw,16px);
  --text-body: clamp(18px,1.5vw,24px);
  --text-supporting: clamp(17px,1.25vw,20px);
}

img {
  image-rendering: auto;
  image-orientation: from-image;
}

.site-nav {
  gap: clamp(12px,1.45vw,25px);
  font-size: clamp(13px,1.12vw,17px);
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-nav a { white-space: nowrap; }
.site-nav .nav-cta { padding: 15px clamp(16px,1.5vw,23px); }

.eyebrow, .section-kicker, .edition-tag, .image-index,
.specs-label, .gallery-lightbox-bar p {
  font-size: var(--text-label);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(72px,7.7vw,118px);
  line-height: .88;
}
.hero-lede {
  max-width: min(100%,520px);
  font-size: var(--text-body);
  line-height: 1.55;
}
.button, .text-link, .signup-form button, .signup-form input {
  font-size: var(--text-small);
}
.button, .text-link, .signup-form button { text-transform: uppercase; }

.performance-title h2, .use-header h2, .specs h2, .faq h2,
.gallery-heading h2, .drop h2, .field-proof-heading h2 {
  font-size: clamp(58px,7.2vw,108px);
  line-height: .92;
}
.manifesto blockquote {
  font-size: clamp(42px,4.6vw,68px);
  line-height: 1.05;
}
.use-row h3 { font-size: clamp(30px,3vw,46px); }

.performance-copy > p, .manifesto-copy > p:last-child,
.use-header p, .gallery-heading p, .field-proof-heading p,
.faq-list p, .drop-inner > p:not(.eyebrow):not(.form-status) {
  font-size: var(--text-body);
  line-height: 1.6;
}
.performance-copy .big-copy {
  font-size: clamp(20px,1.8vw,28px);
  line-height: 1.45;
}
.use-row p, .material-lede, .material-points p, .spec-note,
.legal-hero p:last-child, .legal-content p, .legal-content li,
.contact-card p, .order-confirmation > p:not(.eyebrow),
.checkout-panel .buy-heading > p {
  font-size: var(--text-supporting);
  line-height: 1.65;
}

.proof-strip span, .metric-grid span, .floating-stat small,
.specs dt, .specs dd, .spec-number span, .faq-list summary,
.gallery-card figcaption, .field-card figcaption,
.footer-brand p, .footer-bottom, .form-status, .drop small {
  font-size: var(--text-small);
}
.faq-list summary { font-size: clamp(18px,1.45vw,22px); }
.gallery-card figcaption { padding: 18px 20px; }

.footer-links b { font-size: var(--text-label); text-transform: uppercase; }
.footer-links a { font-size: var(--text-small); }

.checkout-showcase-top, .checkout-showcase-copy span,
.checkout-includes span, .pack-fieldset legend, .pack-top small,
.pack-meta small, .checkout-summary small, .checkout-status,
.checkout-payment-note, .checkout-assurance b, .checkout-assurance span,
.commerce-status {
  font-size: clamp(11px,.85vw,14px);
}
.checkout-panel .buy-heading h2 { font-size: clamp(58px,5.5vw,86px); }
.pack-top b, .pack-meta b { font-size: clamp(19px,1.5vw,23px); }
.checkout-summary b { font-size: var(--text-small); }
.checkout-assurance span { line-height: 1.45; }

/* Accurate pack media and product selection */
.checkout-showcase {
  grid-template-rows: auto auto auto auto;
  align-content: start;
}
.checkout-media-frame {
  min-height: 0;
  height: clamp(360px,36vw,620px);
  margin: clamp(18px,2vw,30px) 0 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #101010;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
}
.checkout-pack-visual {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
}
.checkout-pack-visual .pack-image-plate {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}
.checkout-pack-visual .pack-image-plate img,
.checkout-detail-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  filter: none;
}
.checkout-pack-visual.is-single .pack-image-plate {
  width: clamp(82px,19%,122px);
  aspect-ratio: .2;
  height: auto;
  border-radius: 18px;
}
.checkout-pack-visual.is-single .pack-image-plate img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: var(--single-position, 50%) center;
}
.checkout-pack-visual.is-single[data-scent="clean-skin"] { --single-position: 22%; }
.checkout-pack-visual.is-single[data-scent="midnight-hotel"] { --single-position: 50%; }
.checkout-pack-visual.is-single[data-scent="after-hours"] { --single-position: 78%; }
.checkout-pack-visual.is-six {
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.checkout-pack-visual.is-six .pack-image-plate { width: 100%; }
.checkout-pack-visual:not(.is-six) .pack-image-plate-second { display: none; }
.checkout-detail-image[hidden], .checkout-pack-visual[hidden] { display: none; }
.checkout-media-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.checkout-media-copy > div { min-width: 0; }
.checkout-media-copy p { margin: 0; font-size: clamp(26px,2.4vw,40px); line-height: .95; }
.checkout-media-copy span { display: block; margin-top: 8px; color: #aaa8a2; font-size: clamp(11px,.85vw,14px); line-height: 1.45; }
.checkout-media-copy > span { flex: 0 0 auto; margin: 0; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.checkout-thumbnails {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 8px;
}
.checkout-thumbnail {
  min-width: 0;
  padding: 0 0 8px;
  color: #aaa8a2;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: left;
}
.checkout-thumbnail:hover, .checkout-thumbnail.active { color: white; border-color: white; }
.checkout-thumbnail:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.checkout-thumb-image { display: block; aspect-ratio: 1; margin-bottom: 7px; overflow: hidden; background: #191919; border-radius: 7px; }
.checkout-thumbnail img { width: 100%; height: 100%; max-height: none; object-fit: cover; filter: none; }
.checkout-thumbnail > span:last-child { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

.pack-option { grid-template-columns: 24px 48px minmax(0,1fr) auto; }
.pack-name { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.pack-name strong { font-size: clamp(18px,1.65vw,25px); line-height: 1; }
.pack-name small { color: #77736c; font-size: clamp(10px,.75vw,12px); line-height: 1.25; }
.pack-option.selected .pack-name small { color: #aaa8a2; }
.scent-fieldset { min-width: 0; margin: 20px 0 0; padding: 0; border: 0; }
.scent-fieldset[hidden] { display: none; }
.scent-fieldset legend { margin-bottom: 11px; color: #67635c; font-size: clamp(11px,.85vw,14px); text-transform: uppercase; letter-spacing: .08em; }
.scent-selector { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.scent-option { min-width: 0; padding: 14px; display: block; background: white; border: 1px solid #d3cfc7; border-radius: 13px; cursor: pointer; }
.scent-option:hover { border-color: #868078; }
.scent-option:has(input:focus-visible) { outline: 2px solid #111; outline-offset: 3px; }
.scent-option input { position: absolute; opacity: 0; pointer-events: none; }
.scent-option span { display: flex; flex-direction: column; gap: 5px; }
.scent-option b { font-size: clamp(15px,1.15vw,18px); }
.scent-option small { color: #77736c; font-size: clamp(10px,.75vw,12px); line-height: 1.3; }
.scent-option.selected { color: white; background: #111; border-color: #111; }
.scent-option.selected small { color: #aaa8a2; }

.legal-content h2 { font-size: clamp(28px,3vw,42px); }
.contact-card a { font-size: clamp(20px,2.2vw,30px); }

@media (max-width: 1120px) and (min-width: 861px) {
  .site-header { padding-inline: 24px; gap: 18px; }
  .brand img { width: 170px; }
  .site-nav { gap: 11px; font-size: 13px; letter-spacing: .07em; }
  .site-nav .nav-cta { padding-inline: 15px; }
}

@media (max-width: 860px) {
  .site-header { background: #080808; backdrop-filter: none; }
  .site-nav {
    font-size: clamp(22px,7vw,34px);
    line-height: 1.1;
    letter-spacing: .08em;
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .site-nav.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .hero h1 { font-size: clamp(58px,15.5vw,78px); }
  .hero-lede { max-width: min(100%,335px); font-size: 18px; }
  .performance-title h2, .use-header h2, .specs h2, .faq h2,
  .gallery-heading h2, .drop h2, .field-proof-heading h2 {
    font-size: clamp(50px,14vw,72px);
  }
  .performance-copy > p, .manifesto-copy > p:last-child,
  .use-header p, .gallery-heading p, .field-proof-heading p,
  .faq-list p, .drop-inner > p:not(.eyebrow):not(.form-status),
  .use-row p, .material-lede, .material-points p, .spec-note,
  .legal-hero p:last-child, .legal-content p, .legal-content li,
  .contact-card p, .order-confirmation > p:not(.eyebrow),
  .checkout-panel .buy-heading > p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* Premium checkout experience */
.buy {
  min-height: 900px;
  padding: clamp(22px,3vw,48px);
  display: grid;
  grid-template-columns: minmax(360px,.88fr) minmax(520px,1.12fr);
  gap: 0;
  color: #111;
  background: #dcd9d2;
}
.checkout-showcase {
  min-width: 0;
  padding: clamp(22px,3vw,42px);
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  overflow: hidden;
  color: #f7f5ef;
  background:
    radial-gradient(circle at 48% 45%, rgba(255,255,255,.09), transparent 34%),
    linear-gradient(145deg,#171717 0%,#090909 72%);
  border-radius: 30px 0 0 30px;
}
.checkout-showcase-top {
  display: flex;
  justify-content: space-between;
  color: #aaa8a2;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.checkout-showcase figure {
  min-height: 0;
  margin: clamp(18px,2vw,32px) 0;
  display: grid;
  place-items: center;
}
.checkout-showcase img {
  width: min(100%,680px);
  height: min(100%,680px);
  max-height: 66svh;
  object-fit: contain;
  filter: drop-shadow(0 38px 46px rgba(0,0,0,.34));
}
.checkout-showcase-copy { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.checkout-showcase-copy p { margin: 0; font-size: clamp(32px,3.4vw,58px); font-weight: 600; line-height: .94; letter-spacing: -.025em; }
.checkout-showcase-copy span { max-width: 180px; color: #aaa8a2; font-size: 11px; line-height: 1.55; text-align: right; }

.checkout-panel {
  min-width: 0;
  padding: clamp(34px,4.5vw,76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f5f0;
  border-radius: 0 30px 30px 0;
}
.sandbox-ribbon {
  width: fit-content;
  margin-bottom: clamp(28px,3vw,46px);
  padding: 8px 12px 8px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #35332f;
  background: #ebe8e0;
  border: 1px solid #d3cfc6;
  border-radius: 999px;
  font-size: 10px;
}
.sandbox-ribbon > span { width: 8px; height: 8px; background: #36a765; border-radius: 50%; box-shadow: 0 0 0 4px rgba(54,167,101,.12); }
.sandbox-ribbon b { text-transform: uppercase; letter-spacing: .08em; }
.sandbox-ribbon small { padding-left: 8px; color: #77736c; border-left: 1px solid #cbc7bf; }
.checkout-panel .buy-heading { text-align: left; }
.checkout-panel .buy-heading .section-kicker { justify-content: flex-start; }
.checkout-panel .buy-heading h2 { margin-top: 24px; font-size: clamp(48px,5vw,78px); line-height: .91; letter-spacing: -.025em; }
.checkout-panel .buy-heading h2 em { color: #77736c; }
.checkout-panel .buy-heading > p { max-width: 570px; margin: 24px 0 0; color: #65625d; font-size: 14px; line-height: 1.65; }
.checkout-includes { margin: 25px 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.checkout-includes span { padding: 8px 11px; color: #494640; background: white; border: 1px solid #d5d1c8; border-radius: 999px; font-size: 9px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }

.pack-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.pack-fieldset legend { margin-bottom: 11px; color: #67635c; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.pack-selector { display: grid; grid-template-columns: 1fr; gap: 9px; }
.pack-option {
  min-height: 88px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 24px 56px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  overflow: visible;
  color: #111;
  background: #fff;
  border: 1px solid #d3cfc7;
  border-radius: 16px;
  box-shadow: none;
  transform: none;
}
.pack-option:hover { border-color: #868078; transform: translateY(-1px); }
.pack-option:has(input:focus-visible) { outline: 2px solid #111; outline-offset: 3px; }
.pack-check { width: 20px; height: 20px; position: relative; border: 1.5px solid #aaa49b; border-radius: 50%; }
.pack-option.selected .pack-check { border-color: white; }
.pack-option.selected .pack-check::after { content: ""; position: absolute; inset: 4px; background: white; border-radius: 50%; }
.pack-top { min-height: 0; gap: 2px; }
.pack-top b { font-size: 19px; line-height: 1; }
.pack-top small { color: #7a766f; font-size: 9px; white-space: nowrap; }
.pack-option > strong { margin: 0; font-size: clamp(18px,1.65vw,25px); line-height: 1.05; }
.pack-meta { align-items: flex-end; gap: 2px; text-align: right; }
.pack-meta b { color: #111; font-size: 18px; }
.pack-meta small { white-space: nowrap; }
.pack-option.selected { color: white; background: #111; border-color: #111; box-shadow: 0 15px 32px rgba(0,0,0,.13); }
.pack-option.selected::before { display: none; }
.pack-option.selected .pack-top small, .pack-option.selected .pack-meta, .pack-option.selected .pack-meta b { color: #c5c2bc; }
.pack-popular { position: absolute; right: 16px; top: -10px; padding: 5px 9px; color: #111; background: #d9ff63; border-radius: 999px; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.buy-action {
  min-height: 0;
  margin-top: 22px;
  padding: 0;
  gap: 14px;
  align-items: stretch;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.checkout-summary { padding: 17px 0; display: flex !important; flex-direction: row !important; align-items: end !important; justify-content: space-between; border-top: 1px solid #d5d1c8; border-bottom: 1px solid #d5d1c8; }
.checkout-summary > span { display: flex; flex-direction: column; gap: 4px; }
.checkout-summary small { color: #7a766f; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.checkout-summary b { font-size: 14px; }
.checkout-summary .checkout-total { align-items: flex-end; text-align: right; }
.checkout-summary .checkout-total b { color: #111; font-size: 25px; line-height: 1; }
.paypal-buttons { width: 100%; min-height: 48px; position: relative; z-index: 1; }
.checkout-status { min-height: 0; margin: 0; color: #5d5952; font-size: 11px; text-align: center; }
.checkout-payment-note { margin: 0; color: #77736c; font-size: 9px; line-height: 1.5; text-align: center; }
.checkout-payment-note span { margin-right: 5px; color: #111; font-size: 8px; }
.checkout-assurance { margin-top: 26px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.checkout-assurance > div { padding: 14px; background: #ebe8e1; border-radius: 12px; }
.checkout-assurance b { display: block; font-size: 10px; }
.checkout-assurance span { display: block; margin-top: 5px; color: #77736c; font-size: 9px; line-height: 1.35; }
.commerce-status { min-height: 16px; margin: 18px 0 0; color: #77736c; font-size: 9px; text-align: left; }

body.checkout-route .announcement,
body.checkout-route main > :not(#buy),
body.checkout-route .site-footer { display: none; }
body.checkout-route main { overflow: visible; }
body.checkout-route .buy { min-height: 100svh; padding-top: 92px; }

@media (max-width: 1050px) {
  .buy { grid-template-columns: 1fr; }
  .checkout-showcase { min-height: 620px; border-radius: 28px 28px 0 0; }
  .checkout-showcase img { max-height: 480px; }
  .checkout-panel { border-radius: 0 0 28px 28px; }
  body.checkout-route .buy { padding-top: 90px; }
}

@media (max-width: 620px) {
  .buy { min-height: 0; padding: 0; }
  body.checkout-route .buy { padding-top: 74px; }
  .checkout-showcase { min-height: 520px; padding: 20px; border-radius: 0; }
  .checkout-showcase img { max-height: 360px; }
  .checkout-showcase-copy { align-items: start; flex-direction: column; gap: 12px; }
  .checkout-showcase-copy p { font-size: 42px; }
  .checkout-showcase-copy span { max-width: none; text-align: left; }
  .checkout-panel { padding: 38px 18px 44px; border-radius: 0; }
  .sandbox-ribbon { margin-bottom: 30px; }
  .checkout-panel .buy-heading h2 { font-size: clamp(44px,14vw,62px); }
  .checkout-includes { margin-bottom: 26px; }
  .pack-option { min-height: 94px; grid-template-columns: 22px 42px minmax(0,1fr) auto; gap: 10px; padding: 15px 13px; }
  .pack-top b { font-size: 16px; }
  .pack-top small { display: none; }
  .pack-option > strong { font-size: 17px; }
  .pack-meta b { font-size: 16px; }
  .pack-meta small { font-size: 8px; }
  .pack-popular { right: 12px; }
  .checkout-assurance { grid-template-columns: 1fr; }
  .checkout-assurance > div { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 12px; }
  .checkout-assurance span { margin: 0; }
}

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

/* 2026 editorial polish: stronger rhythm, legible copy, and uncropped imagery */
:root {
  --copy: var(--type);
  --paper: #f2f0ec;
  --soft-paper: #e8e5df;
  --muted: #686762;
}

html { background: var(--black); }
body { background: var(--paper); }
main { overflow: clip; }

p, dd, small, .site-nav, .button, .text-link, .proof-strip span,
.section-kicker, .pack-meta, .commerce-status, .image-index,
.gallery-card figcaption, .specs-label, .faq-list summary,
.footer-links, .footer-bottom, .form-status {
  font-family: var(--copy);
  letter-spacing: -.01em;
}

.site-nav, .button, .text-link, .section-kicker, .image-index,
.gallery-card figcaption, .specs-label {
  font-weight: 650;
}

.site-header {
  background: rgba(8,8,8,.82);
  box-shadow: 0 1px 0 rgba(255,255,255,.04);
}

.site-nav a:not(.nav-cta) { position: relative; padding-block: 10px; }
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after,
.site-nav a:not(.nav-cta)[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  min-height: max(800px,100svh);
  grid-template-columns: minmax(380px,.82fr) minmax(0,1.18fr);
  gap: clamp(44px,6vw,104px);
  background:
    radial-gradient(circle at 14% 54%, rgba(255,255,255,.045), transparent 29%),
    var(--black);
}
.hero-copy { text-align: left; }
.hero-copy .eyebrow, .hero-actions { justify-content: flex-start; }
.hero h1 {
  max-width: 680px;
  margin-inline: 0;
  font-size: clamp(62px,6.1vw,102px);
  line-height: .91;
  letter-spacing: -.012em;
}
.hero h1 em { color: #bdbbb5; }
.hero-lede {
  max-width: 590px;
  margin-inline: 0;
  color: #b8b8b5;
  font-size: clamp(14px,1.05vw,17px);
  line-height: 1.72;
}
.hero-product {
  width: 100%;
  min-height: 0;
  box-shadow: 0 40px 100px rgba(0,0,0,.34);
}
.hero-product.bottle-hero > img {
  object-fit: contain;
  background: #f7f5f1;
}
.floating-stat strong, .floating-stat small { overflow-wrap: anywhere; }

.proof-strip > div { transition: background .25s ease; }
.proof-strip > div:hover { background: var(--soft-paper); }

.performance, .use-cases, .product-gallery, .faq { background: var(--paper); }
.performance-grid { align-items: start; }
.performance-title, .performance-copy { text-align: left; }
.performance-copy > p { margin-inline: 0; }
.performance-title h2 { letter-spacing: -.012em; }

.manifesto { min-height: 0; grid-template-columns: 1fr 1fr; }
.manifesto-media {
  min-height: 0;
  background: #edeae4;
}
.manifesto-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.manifesto-copy { align-items: flex-start; text-align: left; }
.manifesto-copy .eyebrow { justify-content: flex-start; }
.manifesto-copy > p:last-child { margin-inline: 0; }
.manifesto blockquote { letter-spacing: -.012em; }

.use-header { align-items: flex-end; flex-direction: row; text-align: left; }
.use-header p { margin-inline: 0; text-align: left; }
.use-row { text-align: left; }
.use-row > span { font-family: var(--copy); }

.product-gallery { background: var(--soft-paper); }
.gallery-grid { gap: clamp(14px,1.5vw,24px); }
.gallery-card {
  border-radius: clamp(18px,2vw,28px);
  background: #f7f5f1;
  box-shadow: 0 18px 48px rgba(28,26,22,.1);
}
.gallery-open { background: #f7f5f1; }
.gallery-card img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #f7f5f1;
}
.gallery-card:hover img { transform: scale(1.012); }
.gallery-card figcaption { position: static; transform: none; }

.specs-copy { text-align: left; }
.specs-copy .section-kicker { justify-content: flex-start; }
.specs dl > div { justify-content: space-between; }
.specs dt { text-align: left; }
.specs dd { text-align: right; }

.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible,
.signup-form input:focus-visible, .signup-form button:focus-visible,
.menu-button:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: minmax(0,1fr);
    padding-top: 116px;
  }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero h1 { margin-inline: auto; font-size: clamp(52px,13vw,78px); }
  .hero-lede { margin-inline: auto; }
  .hero-product { width: min(100%,720px); margin-inline: auto; }
  .performance-title, .performance-copy { text-align: center; }
  .performance-copy > p { margin-inline: auto; }
  .manifesto-media { aspect-ratio: auto; }
  .manifesto-copy { align-items: center; text-align: center; }
  .manifesto-copy .eyebrow { justify-content: center; }
  .manifesto-copy > p:last-child { margin-inline: auto; }
  .use-header { align-items: center; flex-direction: column; text-align: center; }
  .use-header p { margin-inline: auto; text-align: center; }
  .use-row { text-align: center; }
  .specs-copy { text-align: center; }
  .specs-copy .section-kicker { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 18px; }
  .hero { padding-inline: 18px; gap: 40px; }
  .hero h1 { font-size: clamp(48px,15.5vw,68px); }
  .hero-lede { max-width: 34ch; overflow-wrap: anywhere; }
  .hero-actions { width: 100%; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; max-width: 330px; }
  .hero-product { width: calc(100vw - 36px); max-width: calc(100vw - 36px); overflow: hidden; }
  .hero-product-notes { grid-template-columns: 1fr 1fr; }
  .bottle-hero .edition-tag { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid #333; text-align: center; overflow-wrap: anywhere; }
  .floating-stat { display: block; text-align: center; }
  .proof-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-strip > div { min-width: 0; border-right: 1px solid #d2d2d2; }
  .proof-strip > div:nth-child(even) { border-right: 0; }
  .gallery-heading p { font-size: 14px; }
  .gallery-card figcaption {
    max-width: none;
    white-space: normal;
    text-align: left;
  }
  .specs dl > div { flex-direction: column; }
  .specs dt, .specs dd { text-align: center; }
}

/* Keep the live-site scale last in the cascade. */
.site-nav {
  gap: clamp(12px,1.45vw,25px);
  font-size: clamp(13px,1.12vw,17px);
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-nav a { white-space: nowrap; }
.site-nav .nav-cta { padding: 15px clamp(16px,1.5vw,23px); }

.hero h1 {
  font-size: clamp(72px,7.7vw,118px);
  line-height: .88;
}
.hero-lede {
  max-width: 31ch;
  font-size: var(--text-body);
  line-height: 1.55;
}

.checkout-showcase-top, .checkout-showcase-copy span,
.checkout-includes span, .pack-fieldset legend, .pack-top small,
.pack-meta small, .checkout-summary small, .checkout-status,
.checkout-payment-note, .checkout-assurance b, .checkout-assurance span,
.commerce-status {
  font-size: clamp(11px,.85vw,14px);
}
.checkout-panel .buy-heading h2 { font-size: clamp(58px,5.5vw,86px); }
.checkout-panel .buy-heading > p { font-size: var(--text-supporting); line-height: 1.65; }
.pack-top b, .pack-meta b { font-size: clamp(19px,1.5vw,23px); }
.checkout-summary b { font-size: var(--text-small); }
.checkout-assurance span { line-height: 1.45; }

@media (max-width: 1120px) and (min-width: 861px) {
  .site-header { padding-inline: 24px; gap: 18px; }
  .brand img { width: 170px; }
  .site-nav { gap: 11px; font-size: 13px; letter-spacing: .07em; }
  .site-nav .nav-cta { padding-inline: 15px; }
}

@media (max-width: 860px) {
  .site-nav {
    font-size: clamp(22px,7vw,34px);
    line-height: 1.1;
    letter-spacing: .08em;
  }
  .hero h1 { font-size: clamp(58px,15.5vw,78px); }
  .hero-lede { max-width: 31ch; font-size: 18px; }
  .performance-title h2, .use-header h2, .specs h2, .faq h2,
  .gallery-heading h2, .drop h2, .field-proof-heading h2 {
    font-size: clamp(50px,14vw,72px);
  }
  .gallery-heading p { font-size: 18px; }
  .checkout-panel .buy-heading h2 { font-size: clamp(52px,14vw,70px); }
  .checkout-panel .buy-heading > p { font-size: 18px; }
  .pack-top b, .pack-meta b { font-size: 19px; }
  .checkout-showcase { grid-template-rows: auto auto auto auto; }
  .checkout-media-frame { height: min(78vw,620px); }
  .checkout-pack-visual { min-height: 0; }
}

@media (max-width: 620px) {
  .checkout-showcase { min-height: 0; grid-template-rows: auto auto auto auto; }
  .checkout-media-frame { min-height: 0; height: min(100vw,480px); margin-top: 16px; }
  .checkout-pack-visual { min-height: 0; }
  .checkout-media-copy { align-items: start; }
  .checkout-media-copy p { font-size: 28px; }
  .checkout-media-copy > span { font-size: 10px; }
  .checkout-thumbnails { gap: 6px; overflow-x: auto; padding-bottom: 4px; }
  .checkout-thumbnail { min-width: 62px; }
  .checkout-thumbnail > span:last-child { font-size: 9px; }
  .pack-option { min-height: 104px; grid-template-columns: 20px 34px minmax(0,1fr) auto; gap: 9px; }
  .pack-name strong { font-size: 17px; }
  .pack-name small { font-size: 10px; }
  .scent-selector { grid-template-columns: 1fr; }
  .scent-option { padding: 13px 15px; }
}

/* Final checkout art direction: editorial product media + clear conversion path */
.buy {
  min-height: 100svh;
  padding: clamp(16px,2.2vw,34px);
  grid-template-columns: minmax(460px,1.04fr) minmax(560px,.96fr);
  gap: clamp(12px,1.3vw,20px);
  align-items: start;
  background: #0b0b0b;
}
body.checkout-route .buy { padding-top: 104px; }

.checkout-showcase {
  padding: clamp(20px,2.2vw,34px);
  position: sticky;
  top: 100px;
  grid-template-rows: auto auto auto auto;
  background:
    radial-gradient(circle at 55% 34%,rgba(255,255,255,.09),transparent 38%),
    linear-gradient(145deg,#1a1a19 0%,#080808 68%);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
}
.checkout-showcase-top { padding-bottom: 2px; }
.checkout-media-frame {
  height: clamp(430px,42vw,680px);
  margin: clamp(14px,1.6vw,24px) 0 16px;
  background: #111;
  border-color: rgba(255,255,255,.14);
  border-radius: 18px;
}
.checkout-detail-image.is-lifestyle { object-fit: cover; }
.checkout-media-copy { min-height: 58px; }
.checkout-media-copy p { font-size: clamp(28px,2.5vw,42px); letter-spacing: -.015em; }
.checkout-thumbnails {
  grid-template-columns: repeat(8,minmax(74px,1fr));
  gap: 7px;
  margin-top: 16px;
  padding: 0 0 7px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #67645f transparent;
}
.checkout-thumbnail { min-width: 74px; opacity: .64; transition: opacity .2s,border-color .2s,transform .2s; }
.checkout-thumbnail:hover,.checkout-thumbnail.active { opacity: 1; transform: translateY(-1px); }
.checkout-thumb-image { border: 1px solid rgba(255,255,255,.12); border-radius: 9px; }
.checkout-thumbnail.active .checkout-thumb-image { border-color: rgba(255,255,255,.8); }

.checkout-panel {
  padding: clamp(34px,3.7vw,64px);
  justify-content: flex-start;
  background: #f7f4ed;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.checkout-progress {
  margin: 0 0 22px;
  padding: 0 0 17px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  border-bottom: 1px solid #d4cfc5;
}
.checkout-progress span { display: flex; align-items: center; gap: 7px; color: #918c83; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.checkout-progress b { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #c7c1b7; border-radius: 50%; font-size: 9px; }
.checkout-progress .active { color: #111; }
.checkout-progress .active b { color: white; background: #111; border-color: #111; }
.sandbox-ribbon { margin-bottom: clamp(24px,2.5vw,36px); }
.checkout-panel .buy-heading h2 { margin-top: 20px; font-size: clamp(58px,5vw,82px); }
.checkout-panel .buy-heading > p { max-width: 52ch; margin-top: 20px; }
.checkout-includes { margin: 20px 0 27px; }

.pack-selector { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.pack-option {
  min-height: 178px;
  padding: 16px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas:
    "check top"
    "name name"
    "name name"
    "meta meta";
  align-items: start;
  align-content: stretch;
  gap: 12px 10px;
  border-radius: 18px;
}
.pack-check { grid-area: check; }
.pack-top { grid-area: top; }
.pack-name { grid-area: name; align-self: center; }
.pack-name strong { font-size: clamp(20px,1.7vw,27px); }
.pack-name small { max-width: 18ch; font-size: 11px; line-height: 1.35; }
.pack-meta { grid-area: meta; flex-direction: row; align-items: end; justify-content: space-between; gap: 8px; text-align: left; }
.pack-meta b { font-size: 22px; }
.pack-meta small { text-align: right; }
.pack-option.selected { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,0,0,.18); }
.pack-option:hover { transform: translateY(-3px); }
.pack-popular { right: 12px; top: -9px; }

.scent-fieldset { margin-top: 22px; }
.scent-option { padding: 15px; border-radius: 14px; transition: transform .2s,border-color .2s,background .2s; }
.scent-option:hover { transform: translateY(-2px); }
.buy-action { margin-top: 25px; gap: 13px; }
.checkout-summary {
  padding: 18px 19px;
  color: white;
  background: #111;
  border: 0;
  border-radius: 15px;
}
.checkout-summary small,.checkout-summary .checkout-total b { color: white; }
.checkout-summary .checkout-total small { color: #bdb8ae; }
.checkout-summary b { font-size: 16px; }
.checkout-summary .checkout-total b { font-size: 29px; }
.checkout-pay-label { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; color: #777168; }
.checkout-pay-label span { height: 1px; background: #d4cfc5; }
.checkout-pay-label b { font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; }
.checkout-payment-note { font-size: 10px; }
.checkout-assurance { margin-top: 25px; gap: 8px; }
.checkout-assurance > div { min-height: 112px; padding: 15px; position: relative; background: #ebe6dd; border: 1px solid #ded8ce; }
.checkout-assurance i { display: block; margin-bottom: 16px; color: #817b72; font-size: 10px; font-style: normal; }
.checkout-assurance b { font-size: 12px; }
.checkout-assurance span { font-size: 10px; }
.checkout-help { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: #746f67; font-size: 11px; }
.checkout-help span { margin-right: auto; }
.checkout-help a { color: #111; border-bottom: 1px solid #111; }
.checkout-help a:hover { border-color: transparent; }
.commerce-status { margin-top: 14px; }

@media (max-width: 1180px) {
  .buy { grid-template-columns: 1fr; }
  .checkout-showcase { min-height: 0; position: static; border-radius: 24px; }
  .checkout-media-frame { height: min(76vw,700px); }
  .checkout-panel { border-radius: 24px; }
}

@media (max-width: 720px) {
  body.checkout-route .buy { padding-top: 76px; }
  .buy { padding-inline: 0; gap: 0; }
  .checkout-showcase,.checkout-panel { border-inline: 0; border-radius: 0; }
  .checkout-showcase { padding: 18px; }
  .checkout-media-frame { height: calc(100vw - 36px); max-height: 520px; }
  .checkout-thumbnails { grid-template-columns: repeat(8,72px); }
  .checkout-panel { padding: 32px 18px 42px; }
  .checkout-progress span { gap: 5px; font-size: 8px; }
  .checkout-progress b { width: 20px; height: 20px; }
  .checkout-panel .buy-heading h2 { font-size: clamp(52px,15vw,70px); }
  .pack-selector { grid-template-columns: 1fr; }
  .pack-option {
    min-height: 108px;
    grid-template-columns: 22px 44px minmax(0,1fr) auto;
    grid-template-rows: 1fr;
    grid-template-areas: "check top name meta";
    align-items: center;
    gap: 9px;
  }
  .pack-name { align-self: center; }
  .pack-name strong { font-size: 18px; }
  .pack-name small { font-size: 10px; }
  .pack-meta { flex-direction: column; align-items: end; text-align: right; }
  .pack-meta b { font-size: 19px; }
  .checkout-assurance { grid-template-columns: 1fr; }
  .checkout-assurance > div { min-height: 0; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 3px 8px; }
  .checkout-assurance i { grid-row: 1 / 3; margin: 0; }
  .checkout-assurance span { margin: 0; }
  .checkout-help span { flex-basis: 100%; }
}

@media (min-width: 1181px) {
  body.checkout-route .checkout-media-frame {
    height: min(39vw,calc(100svh - 320px),570px);
    min-height: 360px;
  }
  body.checkout-route .checkout-panel { padding: 30px clamp(34px,3.2vw,52px) 42px; }
  body.checkout-route .checkout-progress { margin-bottom: 14px; padding-bottom: 12px; }
  body.checkout-route .sandbox-ribbon { margin-bottom: 16px; }
  body.checkout-route .checkout-panel .buy-heading h2 { margin-top: 12px; font-size: clamp(54px,4.6vw,72px); }
  body.checkout-route .checkout-panel .buy-heading > p { margin-top: 13px; }
  body.checkout-route .checkout-includes { margin: 14px 0 20px; }
}

/* Rounded Klintara system: no card, control or media surface has a sharp edge */
:root {
  --radius-xs: 12px;
  --radius-sm: 18px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-xl: 40px;
  --radius-pill: 999px;
}

.skip-link,
input,
select,
textarea,
button { border-radius: var(--radius-sm); }

.site-header { border-radius: 0 0 var(--radius-md) var(--radius-md); }
.section-kicker span { border-radius: 50%; }
.hero-product,
.hero-product.bottle-hero,
.manifesto-media,
.material-image,
.specs-panel,
.field-card,
.gallery-card,
.contact-card { border-radius: var(--radius-lg); }

.hero-product,
.manifesto,
.manifesto-media,
.material-image,
.specs-panel,
.field-card,
.gallery-card { overflow: hidden; }

.hero-product-notes { overflow: hidden; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.floating-stat:first-child { border-radius: 0 0 0 var(--radius-lg); }
.floating-stat:last-child { border-radius: 0 0 var(--radius-lg) 0; }

.proof-strip {
  margin: clamp(14px,2vw,28px);
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 42px rgba(28,26,22,.07);
}

.metric-grid { border: 0; gap: 10px; }
.metric-grid article {
  padding: 24px;
  background: var(--soft-paper);
  border: 1px solid #d5d1c8;
  border-radius: var(--radius-sm);
}
.metric-grid article + article { padding-left: 24px; }
.metric-grid article:last-child { border: 1px solid #d5d1c8; }

.manifesto {
  margin: clamp(14px,2vw,28px);
  border-radius: var(--radius-xl);
}
.material-callout { border-radius: var(--radius-sm); }

.use-list { display: grid; gap: 10px; border: 0; }
.use-row {
  padding-inline: 22px;
  border: 1px solid #c9c5bd;
  border-radius: var(--radius-sm);
}
.use-row:hover { border-color: #111; }

.field-card figcaption,
.gallery-card figcaption { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.gallery-lightbox figure img { border-radius: var(--radius-md); }

.faq-list { display: grid; gap: 10px; border: 0; }
.faq-list details {
  overflow: hidden;
  padding-inline: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid #d3cfc7;
  border-radius: var(--radius-sm);
}
.faq-list details[open] { background: white; box-shadow: 0 14px 34px rgba(28,26,22,.07); }
.faq-list summary { padding-left: 4px; }

.legal-hero { border-radius: 0 0 var(--radius-xl) var(--radius-xl); }
.legal-content { display: grid; gap: 16px; }
.legal-content section {
  padding: clamp(28px,4vw,44px);
  background: white;
  border: 1px solid #dedad2;
  border-radius: var(--radius-md);
  box-shadow: 0 14px 38px rgba(28,26,22,.06);
}
.legal-content section:first-child { padding-top: clamp(28px,4vw,44px); }
.contact-grid { gap: 16px; }
.legal-content .contact-card {
  padding: 30px;
  overflow: hidden;
  color: white;
  background: #111;
  border-color: #292929;
  box-shadow: 0 18px 42px rgba(0,0,0,.13);
}
.order-reference { padding-inline: 20px; border: 1px solid var(--line-dark); border-radius: var(--radius-sm); }

.cart-drawer { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.cart-drawer > header { border-radius: var(--radius-lg) 0 0 0; }
.cart-item img { border-radius: var(--radius-sm); }
.cart-checkout { border-radius: 0 0 0 var(--radius-lg); }

.checkout-thumb-image { border-radius: var(--radius-xs); }
.checkout-pay-label span { border-radius: var(--radius-pill); }
.checkout-assurance > div { border-radius: var(--radius-sm); }
.sandbox-ribbon,
.checkout-includes span,
.pack-popular,
.button,
.text-link,
.nav-cta,
.signup-form,
.signup-form button { border-radius: var(--radius-pill); }

.site-footer { border-radius: var(--radius-xl) var(--radius-xl) 0 0; }

@media (max-width: 720px) {
  .buy { padding: 10px; gap: 10px; }
  body.checkout-route .buy { padding-top: 84px; }
  .checkout-showcase,
  .checkout-panel {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-md);
  }
  .checkout-panel { border-color: rgba(0,0,0,.08); }
  .proof-strip { margin: 10px; border-radius: var(--radius-md); }
  .manifesto { margin: 10px; border-radius: var(--radius-lg); }
  .hero-product,
  .hero-product.bottle-hero,
  .manifesto-media,
  .material-image,
  .specs-panel,
  .field-card,
  .gallery-card { border-radius: var(--radius-md); }
  .field-card figcaption,
  .gallery-card figcaption { border-radius: 0 0 var(--radius-md) var(--radius-md); }
}

/* Readability pass: comfortable type, stronger contrast and controlled line length */
body { font-size: 16px; }
p, li, dd { text-wrap: pretty; }
h1, h2, h3, blockquote { text-wrap: balance; }

.site-nav { font-size: 14px; }
.skip-link,
.eyebrow,
.section-kicker,
.edition-tag,
.image-index,
.specs-label { font-size: 13px; }

.button,
.text-link,
.signup-form button,
.order-home { font-size: 14px; }
.signup-form input { min-height: 58px; font-size: 17px; }

.performance-copy > p,
.manifesto-copy > p:last-child,
.material-lede,
.use-header p,
.field-proof-heading p,
.faq-list p,
.drop-inner > p:not(.eyebrow):not(.form-status),
.legal-content p,
.legal-content li,
.contact-card p,
.order-confirmation > p:not(.eyebrow) {
  font-size: clamp(17px,1.2vw,20px);
  line-height: 1.65;
}

.performance-copy > p,
.manifesto-copy > p:last-child,
.material-lede,
.use-header p,
.field-proof-heading p,
.faq-list p,
.legal-content p,
.legal-content li { max-width: 68ch; }

.metric-grid span,
.material-points p,
.specs dt,
.specs dd,
.spec-note,
.spec-number span,
.proof-strip span,
.gallery-card figcaption,
.field-card figcaption,
.footer-brand p,
.footer-links a,
.footer-bottom,
.form-status,
.drop small { font-size: clamp(14px,1vw,16px); }

.faq-list summary { font-size: clamp(18px,1.35vw,22px); }
.contact-card span,
.footer-links b { font-size: 14px; }
.order-reference span,
.order-reference b { font-size: 14px; }

.manifesto-copy > p:last-child,
.eyebrow.light,
.field-proof-heading p,
.field-proof .section-kicker,
.legal-hero p:last-child,
.order-confirmation > p:not(.eyebrow) { color: #c6c4be; }
.footer-brand p,
.footer-bottom { color: #aaa8a2; }
.footer-links b { color: #9d9a94; }
.footer-links a { color: #d0cec8; }

.checkout-showcase-top,
.checkout-media-copy span,
.checkout-thumbnail > span:last-child { font-size: 12px; }
.checkout-media-copy span,
.checkout-thumbnail { color: #c4c1ba; }
.checkout-progress span { color: #706b63; font-size: 12px; }
.checkout-progress b { font-size: 11px; }
.checkout-panel .buy-heading > p { color: #4f4b45; font-size: clamp(17px,1.2vw,19px); line-height: 1.6; }
.checkout-includes span { color: #302d29; font-size: 12px; }
.pack-fieldset legend,
.scent-fieldset legend { color: #4e4a44; font-size: 13px; }
.pack-top small,
.pack-name small,
.pack-meta small,
.scent-option small { font-size: 12px; line-height: 1.45; }
.pack-popular { font-size: 10px; }
.checkout-summary small { font-size: 12px; }
.checkout-status,
.checkout-payment-note,
.commerce-status { color: #514d46; font-size: 12px; line-height: 1.55; }
.checkout-pay-label b { color: #5c574f; font-size: 12px; }
.checkout-assurance i { color: #655f57; font-size: 12px; }
.checkout-assurance b { font-size: 14px; }
.checkout-assurance span { color: #5b564f; font-size: 12px; line-height: 1.5; }
.checkout-help { color: #59544d; font-size: 13px; }

@media (max-width: 860px) {
  .site-nav { font-size: clamp(24px,7vw,36px); }
  .checkout-progress span { font-size: 10px; }
  .checkout-panel .buy-heading > p { font-size: 18px; }
}

@media (max-width: 560px) {
  .hero-lede,
  .performance-copy > p,
  .manifesto-copy > p:last-child,
  .material-lede,
  .use-header p,
  .field-proof-heading p,
  .faq-list p,
  .legal-content p,
  .legal-content li,
  .contact-card p { font-size: 17px; }
  .checkout-media-copy span { font-size: 12px; }
  .checkout-thumbnail > span:last-child { font-size: 11px; }
  .pack-name small,
  .pack-meta small,
  .scent-option small { font-size: 11px; }
}

/* Site-wide alignment: keep page content centered at every breakpoint. */
main,
.site-footer { text-align: center; }

.hero-copy,
.performance-title,
.performance-copy,
.manifesto-copy,
.material-copy,
.use-header,
.use-row,
.field-proof-heading,
.specs-copy,
.checkout-panel .buy-heading,
.buy-action,
.commerce-status,
.legal-content,
.contact-card,
.order-confirmation { text-align: center; }

.hero-copy .eyebrow,
.hero-actions,
.manifesto-copy .eyebrow,
.material-copy .section-kicker,
.use-header .section-kicker,
.field-proof-heading .section-kicker,
.specs-copy .section-kicker,
.checkout-panel .buy-heading .section-kicker,
.eyebrow,
.section-kicker { justify-content: center; }

.hero h1,
.hero-lede,
.performance-copy > p,
.manifesto-copy > p:last-child,
.material-lede,
.use-header p,
.field-proof-heading p,
.checkout-panel .buy-heading > p,
.legal-hero h1,
.legal-hero p:last-child,
.legal-content p,
.legal-content ul,
.order-confirmation > p:not(.eyebrow) { margin-inline: auto; }

.manifesto-copy,
.contact-card,
.order-confirmation { align-items: center; }

.use-header,
.field-proof-heading {
  align-items: center;
  flex-direction: column;
}

.material-points article { grid-template-columns: 1fr; }
.specs dl > div { justify-content: center; }
.specs dt,
.specs dd { text-align: center; }

.footer-brand,
.footer-bottom {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-links > div {
  align-items: center;
  text-align: center;
}

.checkout-includes { justify-content: center; }
.pack-fieldset legend,
.scent-fieldset legend { width: 100%; text-align: center; }
.checkout-thumbnail,
.checkout-showcase-copy > span,
.pack-name,
.pack-meta,
.pack-meta small,
.checkout-summary > span,
.checkout-summary .checkout-total { text-align: center; }
.pack-name,
.pack-meta,
.checkout-summary > span,
.checkout-summary .checkout-total { align-items: center; }
.pack-meta { justify-content: center; }
.checkout-progress span { justify-content: center; }
