@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');

:root {
  --ink: #171714;
  --muted: #6c6a62;
  --paper: #f5f3ed;
  --paper-warm: #ece8de;
  --white: #fff;
  --black: #0f100d;
  --sage: #55604d;
  --line: rgba(23,23,20,.16);
  --display: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --pad: clamp(24px, 4.5vw, 72px);
  --header: 72px;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; }
svg { width: 18px; height: 18px; stroke-width: 1.5; }
h1,h2,h3,p,figure { margin-top: 0; }
h1,h2,h3 { font-weight: 400; }
h1,h2 { font-family: var(--display); line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(56px, 7.8vw, 132px); }
h2 { font-size: clamp(40px, 4.6vw, 78px); }
.section-pad { padding: clamp(76px, 10vw, 150px) var(--pad); }
.eyebrow,.micro { margin-bottom: 20px; font-size: 10px; font-weight: 600; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.68); }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 200; top: -100px; left: 16px; padding: 10px 16px; color: #fff; background: #111; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: clamp(18px,2vw,32px); padding: 5px var(--pad); color: #fff; background: #10110e; font-size: 8.5px; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement a { display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,.68); }
.announcement svg { width: 11px; height: 11px; }
.site-header { position: sticky; z-index: 80; top: 0; height: var(--header); display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; padding: 0 var(--pad); border-bottom: 1px solid transparent; background: rgba(245,243,237,.96); transition: height .35s var(--ease), border-color .35s; backdrop-filter: blur(14px); }
.site-header.scrolled { height: 62px; border-color: var(--line); }
.header-logo { position: relative; grid-column: 2; width: 146px; height: 38px; display: block; overflow: hidden; }
.header-logo .brand-logo { position: absolute; top: 50%; left: 50%; width: 176px; max-width: none; transform: translate(-50%,-50%); }
.brand-logo { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { grid-column: 1; grid-row: 1; display: flex; gap: clamp(20px,2.15vw,40px); align-items: center; min-width: 0; }
.desktop-nav a { position: relative; padding: 8px 0; white-space: nowrap; font-size: 10.5px; letter-spacing: .085em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after,.desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { grid-column: 3; grid-row: 1; display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.icon-button,.bag-button { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: inherit; background: transparent; }
.icon-button:hover,.bag-button:hover { background: rgba(0,0,0,.045); }
.bag-button { gap: 7px; }
.bag-button span { min-width: 17px; height: 17px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font-size: 9px; }
.mobile-only { display: none; }

.mobile-menu { position: fixed; z-index: 110; inset: 0; display: flex; flex-direction: column; padding: 24px; color: #fff; background: #171914; visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .45s var(--ease); }
.mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-head a { width: 115px; }
.mobile-menu .icon-button { color: #fff; }
.mobile-menu nav { margin: auto 0; display: grid; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--display); font-size: clamp(32px,10vw,48px); line-height: 1.1; }
.mobile-menu nav svg { width: 22px; height: 22px; }
.mobile-menu-footer { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 25px; border: 1px solid; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: .3s var(--ease); }
.button svg { width: 15px; height: 15px; }
.button-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.button-light:hover { color: var(--ink); background: #fff; }
.button-dark { color: #fff; border-color: var(--ink); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link svg { width: 14px; height: 14px; transition: transform .25s; }
.text-link:hover svg { transform: translateX(4px); }

.hero { position: relative; min-height: calc(100svh - 110px); display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #20231c; }
.hero-media,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; animation: heroReveal 1.4s var(--ease) both; }
.hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.58) 0,rgba(0,0,0,.25) 46%,rgba(0,0,0,.03) 76%), linear-gradient(0deg,rgba(0,0,0,.28),transparent 44%); }
.hero-content { position: relative; z-index: 1; width: min(680px, 68vw); padding: clamp(60px,9vw,130px) var(--pad); }
.hero-content h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(65px,9vw,145px); }
.hero-content>p:not(.eyebrow) { max-width: 510px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: clamp(14px,1.2vw,17px); }
.hero-index { position: absolute; z-index: 2; right: var(--pad); bottom: 48px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .12em; }
.hero-index i { width: 52px; height: 1px; background: rgba(255,255,255,.6); }
@keyframes heroReveal { from { opacity: .3; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } }

.center-intro { max-width: 1050px; margin: auto; text-align: center; }
.center-intro h2 { margin-bottom: 28px; }
.center-intro>p:last-child { max-width: 570px; margin: auto; color: var(--muted); font-size: 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(40px,4vw,68px); }
.section-heading .eyebrow { margin-bottom: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px 16px; }
.product-card { position: relative; min-width: 0; }
.product-media { position: relative; aspect-ratio: .78; display: block; overflow: hidden; background: #e8e5dd; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .5s var(--ease), transform .8s var(--ease); }
.product-media .product-hover { position: absolute; inset: 0; opacity: 0; }
.product-media:hover img:first-child { transform: scale(1.025); }
.product-media:hover .product-hover { opacity: 1; }
.product-copy { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 18px 2px 0; }
.product-copy h3 { margin: 0 0 7px; font-family: "Newsreader", Georgia, serif; font-size: 29px; font-weight: 500; line-height: 1.04; letter-spacing: -.015em; }
.product-copy p { margin: 0; color: #55534d; font-size: 12px; font-weight: 400; line-height: 1.45; }
.product-copy .micro { margin-bottom: 11px; color: #5d5c55; font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .17em; line-height: 1.35; }
.product-copy strong { padding-top: 2px; white-space: nowrap; color: #252520; font-size: 12px; font-weight: 600; letter-spacing: -.015em; }
.quick-add { position: absolute; right: 13px; top: 13px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: rgba(16,17,14,.88); transform: translateY(-5px); opacity: 0; transition: .3s var(--ease); backdrop-filter: blur(8px); }
.product-card:hover .quick-add,.quick-add:focus-visible { transform: none; opacity: 1; }
.quick-add svg { width: 16px; height: 16px; }

.character-split { min-height: 760px; display: grid; grid-template-columns: 1.15fr .85fr; }
.character-media img { width: 100%; height: 100%; object-fit: cover; }
.character-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px,7vw,115px); color: #fff; background: #3d4939; }
.character-copy h2 { max-width: 640px; margin-bottom: 30px; }
.character-copy>p:not(.eyebrow) { max-width: 480px; margin-bottom: 34px; color: rgba(255,255,255,.7); }
.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,9vw,150px); align-items: center; }
.story-copy { max-width: 540px; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy>p:not(.eyebrow) { margin-bottom: 32px; color: var(--muted); font-size: 16px; }
.story figure { margin: 0; }
.story figure img { width: 100%; aspect-ratio: .88; object-fit: cover; }
.story figcaption { padding-top: 12px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-align: right; text-transform: uppercase; }
.quality-band { min-height: 560px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; color: #fff; background: #171914; }
.quality-copy { max-width: 700px; }
.quality-copy h2 { margin-bottom: 28px; }
.quality-copy>p:not(.eyebrow) { max-width: 510px; margin-bottom: 34px; color: rgba(255,255,255,.65); }
.quality-seals { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 28px; }
.quality-seals img { max-width: 145px; filter: grayscale(1) invert(1); }
.quality-seals>div { min-height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; border-left: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.quality-seals svg { width: 27px; height: 27px; }

.journal-section { background: var(--paper-warm); }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.article-card a { display: block; }
.article-card img { width: 100%; aspect-ratio: 1.12; object-fit: cover; transition: transform .7s var(--ease), filter .5s; }
.article-card a:hover img { transform: scale(1.012); filter: contrast(1.04); }
.article-card> a > div { padding: 22px 2px 0; }
.article-card .micro { margin-bottom: 14px; color: var(--muted); font-size: 8px; }
.article-card h3 { max-width: 420px; margin-bottom: 13px; font-family: var(--display); font-size: clamp(25px,2.1vw,36px); line-height: 1.08; }
.article-card p:not(.micro) { max-width: 450px; color: var(--muted); font-size: 13px; }
.article-card span { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.article-card span svg { width: 13px; }

.page-hero { min-height: 66vh; display: grid; place-items: center; padding: 100px var(--pad); text-align: center; }
.page-hero>div { position: relative; z-index: 1; max-width: 1000px; }
.page-hero h1 { margin-bottom: 28px; }
.page-hero>div>p:last-child { max-width: 620px; margin: auto; color: var(--muted); font-size: 16px; }
.shop-hero { color: #fff; background: linear-gradient(rgba(19,20,17,.46),rgba(19,20,17,.46)),url('https://lh3.googleusercontent.com/d/1YQjZu_sZqyS-8evDtAvbrWRnzHLwqiXD=w2000') center/cover; }
.shop-hero>div>p:last-child { color: rgba(255,255,255,.72); }
.minimal-hero { background: var(--paper-warm); }
.journal-hero { background: #ded9cd; }
.contact-hero { color: #fff; background: #4e5847; }
.contact-hero>div>p:last-child { color: rgba(255,255,255,.72); }
.about-hero { position: relative; overflow: hidden; color: #fff; }
.about-hero>img,.page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.about-hero>img { object-fit: cover; }
.page-hero-overlay { background: rgba(0,0,0,.4); }

.shop-section { padding-top: 50px; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.shop-toolbar>p { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { padding: 10px 15px; border: 1px solid var(--line); border-radius: 30px; background: transparent; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.chip:hover,.chip.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.shop-grid { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 70px; }
.shop-grid .product-media { aspect-ratio: .86; }
.product-card[hidden] { display: none; }
.discovery-banner { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.discovery-banner::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.43); }
.discovery-banner>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.discovery-banner>div { position: relative; z-index: 1; max-width: 620px; }
.discovery-banner h2 { margin-bottom: 28px; }
.discovery-banner p:not(.eyebrow) { margin-bottom: 32px; color: rgba(255,255,255,.72); }

.breadcrumbs { min-height: 58px; display: flex; align-items: center; gap: 8px; padding: 0 var(--pad); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs svg { width: 11px; height: 11px; }
.product-page { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); }
.product-gallery img { width: 100%; min-height: 55vh; height: 100%; object-fit: cover; background: #e5e2da; }
.product-gallery img:first-child:nth-last-child(1) { grid-column: span 2; min-height: 83vh; }
.product-info { position: sticky; top: var(--header); min-height: calc(100vh - var(--header)); display: flex; align-items: center; padding: 70px clamp(35px,6vw,100px); background: #f8f6f1; }
.product-info-inner { width: 100%; max-width: 500px; margin: auto; }
.product-info h1 { margin-bottom: 10px; font-size: clamp(58px,7vw,108px); }
.product-subtitle { color: var(--muted); }
.product-price { display: block; margin: 26px 0; font-size: 16px; font-weight: 500; }
.product-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.product-facts span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 40px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-description { margin-bottom: 30px; color: var(--muted); }
.product-info .button + .button { margin-top: 8px; }
.product-assurance { display: grid; gap: 10px; margin-top: 27px; padding-top: 24px; border-top: 1px solid var(--line); }
.product-assurance span { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-assurance svg { width: 15px; height: 15px; color: var(--ink); }
.scent-architecture { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.scent-architecture h2 { max-width: 550px; }
.notes-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.notes-columns article { min-height: 280px; padding: 32px; border-left: 1px solid var(--line); }
.notes-columns span { color: var(--muted); font-size: 10px; }
.notes-columns h3 { margin: 100px 0 12px; font-family: var(--display); font-size: 28px; }
.notes-columns p { color: var(--muted); font-size: 13px; }
.product-performance { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; color: #fff; background: #374133; }
.performance-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.performance-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-left: 1px solid rgba(255,255,255,.2); }
.performance-grid span { color: rgba(255,255,255,.56); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.performance-grid strong { font-family: var(--display); font-size: 22px; font-weight: 400; }
.related { background: var(--paper-warm); }

.editorial-copy { max-width: 1250px; margin: auto; text-align: center; }
.editorial-copy h2 { max-width: 940px; margin: 0 auto 70px; }
.copy-columns { max-width: 840px; display: grid; grid-template-columns: repeat(2,1fr); gap: 70px; margin: auto; color: var(--muted); text-align: left; }
.value-triptych { display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: #181a16; }
.value-triptych article { min-height: 420px; padding: clamp(40px,5vw,80px); border-right: 1px solid rgba(255,255,255,.14); }
.value-triptych span { color: rgba(255,255,255,.4); font-size: 10px; }
.value-triptych h3 { margin: 160px 0 16px; font-family: var(--display); font-size: clamp(38px,4vw,65px); }
.value-triptych p { max-width: 280px; color: rgba(255,255,255,.58); }
.image-manifesto { position: relative; min-height: 780px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.image-manifesto::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.66),transparent 72%); }
.image-manifesto>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-manifesto>div { position: relative; z-index: 1; max-width: 850px; }
.image-manifesto h2 { margin-bottom: 30px; }

.bpom-section { display: grid; grid-template-columns: .68fr 1.32fr; align-items: stretch; gap: clamp(60px,8vw,130px); }
.bpom-mark { min-height: 390px; display: flex; align-items: center; justify-content: center; padding: 20px clamp(28px,5vw,72px) 20px 0; border-right: 1px solid var(--line); background: transparent; }
.bpom-mark img { width: clamp(145px,14vw,185px); max-width: 100%; height: auto; }
.bpom-section>div:last-child { max-width: 630px; }
.bpom-section h2 { margin-bottom: 30px; }
.bpom-section p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }
.standards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); padding-top: 0; padding-bottom: 0; }
.standards-grid article { min-height: 420px; padding: clamp(40px,5vw,75px); background: var(--paper); }
.standards-grid svg { width: 32px; height: 32px; margin-bottom: 90px; }
.standards-grid h3 { font-family: var(--display); font-size: 32px; line-height: 1.05; }
.standards-grid p:last-child { color: var(--muted); }
.quality-faq { display: flex; align-items: end; justify-content: space-between; gap: 50px; color: #fff; background: #54604e; }
.quality-faq h2 { max-width: 800px; margin: 0; }

.journal-list { padding-top: 70px; }
.journal-list .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px 24px; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; background: #e3dfd4; }
.newsletter h2 { margin: 0; }
.newsletter form { display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; padding: 16px 0; border: 0; outline: 0; background: transparent; }
.newsletter button { display: flex; align-items: center; gap: 12px; background: transparent; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.newsletter button svg { width: 14px; }
.article-page>header { max-width: 1100px; margin: auto; padding: 100px var(--pad) 70px; text-align: center; }
.article-page>header .breadcrumbs { justify-content: center; min-height: 0; margin-bottom: 70px; padding: 0; border: 0; }
.article-page>header h1 { margin-bottom: 28px; }
.article-lead { max-width: 700px; margin: 0 auto 25px; color: var(--muted); font-size: 18px; }
.article-page time { color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.article-cover { width: calc(100% - var(--pad)*2); max-height: 820px; margin: 0 var(--pad); object-fit: cover; }
.article-body { max-width: 780px; margin: auto; padding: 90px 30px 130px; }
.article-body>p { margin-bottom: 30px; color: #464640; font-family: Georgia,serif; font-size: 20px; line-height: 1.9; }
.article-body aside { margin-top: 80px; padding: 55px; background: #e5e1d6; }
.article-body aside h2 { font-size: clamp(36px,4vw,55px); }

.faq-page { display: grid; grid-template-columns: .32fr .68fr; gap: 80px; max-width: 1400px; margin: auto; }
.faq-nav { position: sticky; top: 100px; align-self: start; display: grid; }
.faq-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.faq-groups>section { margin-bottom: 80px; scroll-margin-top: 100px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: var(--display); font-size: 24px; }
summary::-webkit-details-marker { display: none; }
details>p { max-width: 720px; padding: 0 50px 28px 0; color: var(--muted); }
details[open] summary svg { transform: rotate(45deg); }
summary svg { flex: none; transition: transform .3s; }

.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); padding-top: 0; padding-bottom: 0; }
.contact-grid>a { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(35px,4vw,65px); background: var(--paper); }
.contact-grid>a>svg { width: 30px; height: 30px; margin-bottom: auto; }
.contact-grid h2 { margin-bottom: 20px; font-family: var(--display); font-size: clamp(25px,2.6vw,40px); line-height: 1.1; word-break: break-word; }
.contact-grid span { display: flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.marketplace { display: flex; align-items: end; justify-content: space-between; gap: 50px; color: #fff; background: #181a16; }
.marketplace h2 { max-width: 740px; margin: 0; }
.marketplace>div:last-child { display: flex; gap: 10px; }

.legal-page { max-width: 1000px; margin: auto; }
.legal-page>header { margin-bottom: 100px; }
.legal-page>header h1 { margin-bottom: 25px; }
.legal-page>header p:last-child { color: var(--muted); }
.legal-page>section { display: grid; grid-template-columns: .35fr .65fr; gap: 50px; padding: 45px 0; border-top: 1px solid var(--line); }
.legal-page>section h2 { font-family: var(--display); font-size: 29px; }
.legal-page>section p { color: var(--muted); }
.not-found { min-height: 75vh; display: grid; place-items: center; align-content: center; padding: var(--pad); text-align: center; }
.not-found h1 { margin-bottom: 20px; }
.not-found>p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

.site-newsletter { border-top: 1px solid var(--line); }
.site-footer { padding-bottom: 30px; color: #fff; background: #11120f; }
.footer-top { min-height: 350px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; }
.footer-brand .brand-logo { width: 160px; margin-bottom: 35px; }
.footer-brand p { color: rgba(255,255,255,.55); font-family: var(--display); font-size: 30px; line-height: 1.15; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links>div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links h3 { margin-bottom: 28px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.footer-links a { margin-bottom: 12px; color: rgba(255,255,255,.82); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom>div { display: flex; gap: 25px; }
.text-button { display: flex; align-items: center; gap: 8px; color: inherit; background: transparent; font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.text-button svg { width: 12px; }

.overlay { position: fixed; z-index: 90; inset: 0; background: rgba(9,10,8,.55); visibility: hidden; opacity: 0; transition: opacity .35s; backdrop-filter: blur(3px); }
.overlay.open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; width: min(100%,520px); display: flex; flex-direction: column; padding: 32px; background: #f8f6f1; visibility: hidden; transform: translateX(100%); transition: .55s var(--ease); }
.cart-drawer.open { visibility: visible; transform: none; }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 38px; }
.drawer-head .eyebrow { margin-bottom: 7px; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 90px; height: 115px; object-fit: cover; }
.cart-item h3 { margin: 3px 0 4px; font-family: var(--display); font-size: 24px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 10px; }
.cart-item-controls { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.cart-item-controls button { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.cart-item-controls svg { width: 11px; height: 11px; }
.cart-item-price { display: flex; flex-direction: column; align-items: end; justify-content: space-between; font-size: 10px; }
.cart-item-price button { padding: 0; color: var(--muted); background: transparent; }
.cart-item-price svg { width: 15px; }
.cart-empty { flex: 1; display: none; place-items: center; align-content: center; padding: 50px 20px; text-align: center; }
.cart-empty.visible { display: grid; }
.cart-empty>svg { width: 30px; height: 30px; margin-bottom: 22px; }
.cart-empty h3 { margin-bottom: 10px; font-family: var(--display); font-size: 34px; }
.cart-empty p { max-width: 300px; margin-bottom: 25px; color: var(--muted); }
.cart-summary { padding-top: 25px; border-top: 1px solid var(--line); }
.cart-summary>div { display: flex; justify-content: space-between; margin-bottom: 8px; font-family: var(--display); font-size: 25px; }
.cart-summary>div strong { font-weight: 400; }
.cart-summary>p { margin-bottom: 18px; color: var(--muted); font-size: 10px; }

dialog { max-width: none; max-height: none; padding: 0; border: 0; color: var(--ink); background: #f8f6f1; }
dialog::backdrop { background: rgba(9,10,8,.63); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 22px; right: 22px; }
.search-dialog { width: min(900px,calc(100% - 30px)); }
.search-inner { padding: clamp(50px,7vw,90px); }
.search-field { position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.search-field input { width: 100%; padding: 15px 40px 15px 0; border: 0; outline: 0; background: transparent; font-family: var(--display); font-size: clamp(28px,4vw,50px); }
.search-field svg { position: absolute; right: 0; }
.search-results { max-height: 45vh; overflow: auto; margin-top: 25px; }
.search-result { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.search-result img { width: 68px; height: 74px; object-fit: cover; }
.search-result h3 { margin: 0 0 3px; font-family: var(--display); font-size: 23px; }
.search-result p { margin: 0; color: var(--muted); font-size: 10px; }
.search-result svg { width: 15px; }
.search-placeholder { padding: 35px 0; color: var(--muted); }
.finder-dialog,.checkout-dialog { width: min(720px,calc(100% - 30px)); }
#finderContent,#checkoutContent { padding: clamp(50px,7vw,90px); }
.finder-progress { display: flex; gap: 6px; margin-bottom: 45px; }
.finder-progress i { flex: 1; height: 2px; background: var(--line); }
.finder-progress i.active { background: var(--ink); }
.finder-step h2,.checkout-dialog h2 { font-size: clamp(40px,6vw,65px); }
.finder-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 35px; }
.finder-option { min-height: 110px; padding: 20px; border: 1px solid var(--line); background: transparent; text-align: left; }
.finder-option:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.finder-result { text-align: center; }
.finder-result img { width: 230px; height: 300px; margin: 25px auto; object-fit: cover; }
.finder-result .button { margin-top: 12px; }
.checkout-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 30px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.field input,.field textarea,.field select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); outline: 0; background: transparent; }
.field textarea { min-height: 90px; resize: vertical; }
.checkout-form .button { grid-column: 1/-1; margin-top: 10px; }
.checkout-total { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.toast { position: fixed; z-index: 150; right: 25px; bottom: 25px; max-width: calc(100% - 50px); padding: 13px 18px; color: #fff; background: #11120f; font-size: 11px; visibility: hidden; opacity: 0; transform: translateY(10px); transition: .3s; }
.toast.show { visibility: visible; opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 55px 14px; }
  .shop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .character-split { min-height: 650px; }
  .quality-band { grid-template-columns: 1fr; }
  .quality-seals { max-width: 620px; }
  .product-page { grid-template-columns: 1fr 1fr; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery img,.product-gallery img:first-child:nth-last-child(1) { grid-column: auto; min-height: 62vh; }
  .scent-architecture { grid-template-columns: 1fr; }
  .product-performance { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 760px) {
  :root { --header: 60px; --pad: 18px; }
  body { font-size: 14px; }
  h1 { font-size: clamp(49px,15vw,72px); }
  h2 { font-size: clamp(38px,12vw,54px); }
  .section-pad { padding-top: 78px; padding-bottom: 78px; }
  .announcement { min-height: 27px; justify-content: center; padding: 4px 14px; font-size: 7.5px; letter-spacing: .11em; text-align: center; }
  .announcement p { display: none; }
  .site-header { height: var(--header); grid-template-columns: 1fr auto 1fr; }
  .site-header.scrolled { height: 56px; }
  .desktop-nav,.desktop-only { display: none; }
  .mobile-only { display: inline-flex; }
  .site-header>.mobile-only { grid-column: 1; grid-row: 1; justify-self: start; margin-left: -10px; }
  .header-logo { width: 110px; height: 30px; }
  .header-logo .brand-logo { width: 133px; }
  .header-actions { gap: 0; }
  .header-actions .icon-button { display: none; }
  .header-actions [data-open-search] { display: inline-flex; }
  .icon-button,.bag-button { min-width: 36px; height: 36px; }
  .hero { min-height: calc(100svh - 93px); align-items: flex-end; }
  .hero-shade { background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 70%,rgba(0,0,0,.08)); }
  .hero-content { width: 100%; padding: 70px 22px 85px; text-align: center; }
  .hero-content h1 { margin-left: auto; margin-right: auto; }
  .hero-content>p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .hero-index { right: 50%; bottom: 26px; transform: translateX(50%); }
  .center-intro { text-align: center; }
  .section-heading { align-items: flex-start; margin-bottom: 35px; text-align: center; flex-direction: column; }
  .section-heading>div,.section-heading .text-link { margin-left: auto; margin-right: auto; }
  .product-grid,.shop-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px 9px; }
  .product-media,.shop-grid .product-media { aspect-ratio: .78; }
  .product-copy { display: block; padding-top: 12px; }
  .product-copy h3 { margin-bottom: 6px; font-size: 23px; line-height: 1.06; }
  .product-copy p { font-size: 10.5px; line-height: 1.4; }
  .product-copy strong { display: block; margin-top: 9px; padding-top: 0; font-size: 11.5px; }
  .product-copy .micro { min-height: 22px; margin-bottom: 5px; font-size: 8px; letter-spacing: .14em; }
  .quick-add { right: 8px; top: 8px; width: 34px; height: 34px; opacity: 1; transform: none; }
  .character-split { min-height: 0; grid-template-columns: 1fr; }
  .character-media img { aspect-ratio: .88; }
  .character-copy { min-height: 560px; align-items: center; padding: 70px 24px; text-align: center; }
  .story { grid-template-columns: 1fr; gap: 45px; text-align: center; }
  .story-copy { margin: auto; }
  .story .text-link { margin: auto; }
  .quality-band { gap: 55px; text-align: center; }
  .quality-copy { margin: auto; }
  .quality-copy .button { margin: auto; }
  .quality-seals { grid-template-columns: repeat(3,1fr); gap: 0; }
  .quality-seals img { max-width: 86px; margin: auto; }
  .quality-seals>div { min-height: 90px; font-size: 8px; }
  .journal-section .section-heading { text-align: center; }
  .article-grid,.journal-list .article-grid { grid-template-columns: 1fr; gap: 55px; }
  .article-card> a > div { text-align: center; }
  .article-card h3,.article-card p:not(.micro) { margin-left: auto; margin-right: auto; }
  .article-card span { justify-content: center; }
  .page-hero { min-height: 70svh; padding: 80px 23px; }
  .page-hero h1 { font-size: clamp(48px,15vw,70px); }
  .shop-toolbar { align-items: center; flex-direction: column; }
  .filter-chips { justify-content: center; }
  .chip { padding: 8px 11px; font-size: 8px; }
  .discovery-banner { min-height: 620px; justify-content: center; text-align: center; }
  .discovery-banner>div { margin: auto; }
  .breadcrumbs { overflow: auto; white-space: nowrap; }
  .product-page { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: repeat(2,1fr); }
  .product-gallery img { min-height: 0; aspect-ratio: .78; }
  .product-info { position: static; min-height: 0; padding: 70px 24px; text-align: center; }
  .product-info .eyebrow,.product-info h1,.product-info .product-subtitle { text-align: center; }
  .product-facts { justify-content: center; }
  .product-description { max-width: 500px; margin-left: auto; margin-right: auto; }
  .product-assurance { text-align: left; }
  .scent-architecture { gap: 40px; text-align: center; }
  .notes-columns { grid-template-columns: 1fr; }
  .notes-columns article { min-height: auto; padding: 30px 0; border-top: 1px solid var(--line); border-left: 0; }
  .notes-columns h3 { margin: 18px 0 8px; }
  .product-performance { gap: 45px; text-align: center; }
  .performance-grid article { min-height: 150px; padding: 15px 10px; }
  .performance-grid strong { font-size: 16px; }
  .editorial-copy,.copy-columns { text-align: center; }
  .editorial-copy h2 { margin-bottom: 45px; }
  .copy-columns { grid-template-columns: 1fr; gap: 18px; }
  .value-triptych { grid-template-columns: 1fr; text-align: center; }
  .value-triptych article { min-height: 310px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .value-triptych h3 { margin: 90px 0 12px; }
  .value-triptych p { margin-left: auto; margin-right: auto; }
  .image-manifesto { min-height: 650px; justify-content: center; text-align: center; }
  .bpom-section { grid-template-columns: 1fr; gap: 52px; text-align: center; }
  .bpom-mark { min-height: 0; justify-content: center; padding: 0 0 52px; border-right: 0; border-bottom: 1px solid var(--line); }
  .bpom-mark img { width: 150px; }
  .standards-grid { grid-template-columns: 1fr; text-align: center; }
  .standards-grid article { min-height: 340px; }
  .standards-grid svg { margin: 0 auto 70px; }
  .quality-faq { align-items: center; flex-direction: column; text-align: center; }
  .quality-faq .button { margin: auto; }
  .newsletter { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .article-page>header { padding-top: 70px; }
  .article-page>header .breadcrumbs { margin-bottom: 45px; }
  .article-cover { width: 100%; margin: 0; aspect-ratio: .85; }
  .article-body { padding: 65px 24px 90px; }
  .article-body>p { font-size: 18px; }
  .article-body aside { padding: 38px 25px; text-align: center; }
  .faq-page { grid-template-columns: 1fr; gap: 50px; }
  .faq-nav { position: static; display: flex; overflow: auto; }
  .faq-nav a { flex: none; padding: 10px 18px; }
  summary { min-height: 74px; font-size: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid>a { min-height: 310px; align-items: center; text-align: center; }
  .contact-grid>a>svg { margin-bottom: 65px; }
  .marketplace { align-items: center; flex-direction: column; text-align: center; }
  .marketplace>div:last-child { flex-direction: column; width: 100%; }
  .legal-page { text-align: center; }
  .legal-page>header { margin-bottom: 60px; }
  .legal-page>section { grid-template-columns: 1fr; gap: 10px; }
  .site-newsletter { text-align: center; }
  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-brand .brand-logo { margin-left: auto; margin-right: auto; }
  .footer-links { grid-template-columns: repeat(3,1fr); gap: 14px; }
  .footer-links>div { align-items: center; }
  .footer-links a { font-size: 11px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cart-drawer { padding: 24px 18px; }
  .cart-item { grid-template-columns: 75px 1fr auto; }
  .cart-item img { width: 75px; height: 100px; }
  .finder-options { grid-template-columns: 1fr; }
  .checkout-form { grid-template-columns: 1fr; }
  .field.full,.checkout-form .button { grid-column: auto; }
}

@media (max-width: 390px) {
  .product-grid,.shop-grid { column-gap: 7px; }
  .product-copy h3 { font-size: 21px; }
  .footer-links { grid-template-columns: 1fr; gap: 28px; }
  .footer-links h3 { margin-bottom: 12px; }
  .quality-seals { grid-template-columns: 1fr; }
  .quality-seals>div { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .performance-grid { grid-template-columns: 1fr; }
  .performance-grid article { min-height: 120px; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
}

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