:root {
  --black: #0a0a0a;
  --ink: #171716;
  --paper: #efede7;
  --ivory: #e8e3d8;
  --muted: #aaa69e;
  --line: rgba(232, 227, 216, .2);
  --wine: #2e171d;
  --warm: #a88661;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip;
}
body.locked { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: #000; z-index: 1000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow { margin: 0 0 18px; color: #c8c1b4; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; background: var(--ivory); color: #111; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.announcement span { width: 3px; height: 3px; border-radius: 50%; background: #111; }

.site-header { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 42px; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; background: rgba(10,10,10,.9); backdrop-filter: blur(18px); transition: transform .35s cubic-bezier(.22,.8,.25,1); }
.site-header.header-hidden { transform: translateY(-110%); }
.brand { justify-self: start; display: flex; align-items: center; gap: 10px; }
.brand img { width: 36px; height: 30px; object-fit: contain; }
.brand span { font-size: 13px; letter-spacing: .28em; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; letter-spacing: .08em; }
.desktop-nav a { position: relative; color: #cfcbc2; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--ivory); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.cart-button, .menu-button { background: none; border: 0; cursor: pointer; }
.cart-button { display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cart-count { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border: 1px solid #6e6a63; border-radius: 50%; font-size: 10px; }
.menu-button { display: none; width: 26px; padding: 4px 0; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: var(--ivory); transition: transform .2s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(420px,.96fr); grid-template-rows: 1fr auto; max-width: var(--max); margin: 0 auto; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0a09; overflow: hidden; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(78px,7vw,112px); text-align: left; }
.hero h1, .section-heading h2, .manifesto h2, .finder h2, .ritual h2, .newsletter h2, .guide-dialog h2, .scent-dialog h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.hero h1 { max-width: 760px; font-size: clamp(60px,5.6vw,88px); text-shadow: none; }
.hero h1 em { color: #b69a7a; font-weight: 400; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 8px 13px; border: 1px solid rgba(190,160,128,.22); border-radius: 999px; background: rgba(20,17,14,.52); color: #bcb5ac; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; backdrop-filter: blur(12px); }
.hero-kicker span { width: 5px; height: 5px; border-radius: 50%; background: #c6a17d; box-shadow: 0 0 12px #c6a17d; }
.hero-lead { max-width: 540px; margin: 32px 0 36px; color: #aaa59d; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ivory); background: transparent; color: var(--ivory); cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button:hover { background: var(--ivory); color: #111; }
.button:active { transform: translateY(1px); }
.button-light { background: var(--ivory); color: #111; }
.button-light:hover { background: #fff; }
.hero-primary { border-color: #775638; background: rgba(65,42,25,.82); color: #f4ece4; box-shadow: 0 10px 40px rgba(104,68,39,.16); }
.hero-primary span { margin-left: 14px; color: #d7aa7f; transition: transform .2s; }
.hero-primary:hover { border-color: #b48760; background: #4a2d1c; color: #fff; }
.hero-primary:hover span { transform: translateX(4px); }
.text-button { border: 0; background: none; padding: 10px 0; color: #ccc7bd; cursor: pointer; font-size: 12px; }
.text-button span { margin-left: 6px; }
.hero-product { position: relative; min-width: 0; min-height: 570px; margin: 28px 28px 0 0; border: 1px solid #3a3631; overflow: hidden; background: #171411; }
.hero-product img { height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.8) contrast(1.04); }
.hero-product::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.16), transparent 32%), linear-gradient(0deg, rgba(8,8,8,.42), transparent 34%); pointer-events: none; }
.hero-product figcaption { position: absolute; inset: auto 22px 18px; z-index: 1; display: flex; justify-content: space-between; gap: 20px; color: #d4ccc1; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.hero-details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin: 28px; padding-top: 26px; border-top: 1px solid #454038; }
.hero-details > div { min-width: 0; padding: 0 28px; border-left: 1px solid #2e2b27; }
.hero-details > div:first-child { padding-left: 0; border-left: 0; }
.hero-details > div:last-child { padding-right: 0; }
.hero-details span { display: block; margin-bottom: 10px; color: #756e65; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-details strong { display: block; color: #ded8cd; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.hero-details small { display: block; max-width: 240px; margin-top: 7px; color: #78736b; font-size: 10px; line-height: 1.55; }

.manifesto { max-width: var(--max); margin: 0 auto; padding: 125px 42px 145px; }
.manifesto > p { margin: 0 0 42px; color: #77736d; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.manifesto h2 { max-width: 1070px; font-size: clamp(44px,6.2vw,92px); }
.manifesto h2 span { color: #706b63; }

.collection { max-width: var(--max); margin: 0 auto; padding: 0 42px 160px; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; padding-bottom: 64px; }
.section-heading h2 { font-size: clamp(46px,5vw,76px); }
.section-heading > p { max-width: 520px; margin: 0 0 4px; color: #aaa69e; line-height: 1.8; }
.scent-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.scent-card { min-width: 0; padding: 0; border: 1px solid #34322f; background: #111110; color: var(--ivory); cursor: pointer; text-align: left; overflow: hidden; transition: transform .3s, border-color .3s, background .3s; }
.scent-card:hover { transform: translateY(-5px); border-color: #827365; background: #151411; }
.scent-card:focus-visible { outline: 2px solid #b99a78; outline-offset: 3px; }
.scent-card-image { position: relative; display: block; aspect-ratio: 1.18 / 1; overflow: hidden; background: #171512; }
.scent-card-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,10,10,.46)); }
.scent-card-image img { height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.02); transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.scent-card:hover .scent-card-image img { transform: scale(1.035); }
.scent-card-image > b { position: absolute; top: 18px; left: 18px; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(10,10,10,.18); font-size: 9px; font-weight: 500; backdrop-filter: blur(5px); }
.scent-card-body { display: flex; flex-direction: column; min-height: 252px; padding: 28px; }
.scent-card-body small { color: #827d75; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.scent-card-body > strong { margin: 12px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px,3vw,44px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.scent-card-body > strong i { color: #aa8e72; font-weight: 400; }
.scent-card-body > span { color: #918c83; font-size: 12px; }
.scent-card-body > em { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-style: normal; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.scent-card-body > em b { color: #8d877e; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.collection-hint { margin: 18px 0 0; color: #6f6a63; font-size: 10px; text-align: right; }
.pyramid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 24px 0; border-block: 1px solid var(--line); }
.pyramid div { min-height: 90px; }
.pyramid > div > span { display: block; margin-bottom: 10px; color: #78746e; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.pyramid strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 400; line-height: 1.45; }
.pyramid .term { position: relative; display: inline; margin: 0; color: inherit; border: 0; cursor: help; font-size: inherit; letter-spacing: inherit; text-transform: none; outline: 0; }
.pyramid .term:focus-visible { outline: 1px solid #8c8378; outline-offset: 2px; }
.term::after { content: attr(data-tip); position: absolute; left: 50%; bottom: calc(100% + 10px); z-index: 15; width: 220px; padding: 10px 12px; border: 1px solid #4d4943; background: #e8e3d8; color: #171716; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 11px; line-height: 1.45; text-align: left; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .2s, transform .2s; }
.term:hover::after, .term:focus::after { opacity: 1; transform: translate(-50%, 0); }
.buy-line { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-top: 42px; }
.buy-line > div strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.buy-line > div span { color: #77736d; font-size: 10px; }
.finder { max-width: var(--max); margin: 0 auto 160px; padding: 0 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.finder h2 { font-size: clamp(44px,4.8vw,72px); }
.finder-choices { border-top: 1px solid var(--line); }
.finder-choices button { width: 100%; display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; padding: 24px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: #ccc7bd; cursor: pointer; text-align: left; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.finder-choices button span { color: #74716b; font-family: Arial, sans-serif; font-size: 10px; }
.finder-choices button b { font-weight: 400; transition: transform .2s; }
.finder-choices button:hover b { transform: translateX(8px); }

.bundles { background: #0e0e0d; color: var(--ivory); padding: 150px 42px; border-block: 1px solid var(--line); }
.bundles > * { width: min(100%, var(--max)); margin-inline: auto; }
.bundles .eyebrow { color: #8c877e; }
.section-heading.compact { padding-bottom: 70px; }
.section-heading.compact > p { color: #938f87; }
.bundle-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #34322f; }
.bundle-card { position: relative; min-height: 500px; padding: 38px; display: flex; flex-direction: column; border-right: 1px solid #34322f; background: #141413; }
.bundle-card:last-child { border-right: 0; }
.bundle-top { display: flex; justify-content: space-between; color: #7e7971; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.bundle-card h3 { margin: 60px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 400; }
.bundle-card p { max-width: 320px; margin: 0; color: #969188; }
.bundle-card ul { list-style: none; padding: 0; margin: 30px 0 40px; color: #c0bbb1; font-size: 13px; }
.bundle-card li { padding: 9px 0; border-bottom: 1px solid #34322f; }
.bundle-price { display: flex; align-items: baseline; gap: 12px; margin-top: auto; margin-bottom: 22px; }
.bundle-price strong { font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.bundle-price span, .bundle-price s { color: #77736c; font-size: 11px; }
.bundle-card .button { width: 100%; border-color: #817b71; color: #e8e3d8; }
.bundle-card .button:hover { background: #e8e3d8; color: #111; }
.bundle-card.featured { background: linear-gradient(145deg, #241d18, #171512); box-shadow: inset 0 0 0 1px #7c654e; }
.bundle-ribbon { position: absolute; top: 0; left: 38px; padding: 7px 10px; background: #b69572; color: #111; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bundle-card.dark-card { background: #10100f; color: #efede7; }
.dark-card p, .dark-card .bundle-top, .dark-card ul, .dark-card .bundle-price s { color: #969188; }
.dark-card li { border-color: #34322f; }
.pricing-note { margin-top: 16px; color: #77736c; font-size: 10px; }

.ritual { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; }
.ritual-image { min-height: 720px; }
.ritual-image img { height: 100%; object-fit: cover; }
.ritual-copy { padding: clamp(60px,7vw,110px); background: #121211; }
.ritual h2 { font-size: clamp(46px,5vw,76px); }
.ritual ol { list-style: none; padding: 0; margin: 60px 0 30px; border-top: 1px solid var(--line); }
.ritual li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.ritual li > span { color: #716d66; font-size: 10px; }
.ritual li strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.ritual li p { margin: 7px 0 0; color: #8f8b83; font-size: 13px; }
.safety-note { margin-top: 34px; padding: 18px 20px; border: 1px solid var(--line); color: #77736c; font-size: 10px; }
.safety-note strong { display: block; margin-bottom: 5px; color: #aaa59c; font-family: inherit; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.safety-note p { margin: 0; color: inherit; font-size: 10px; line-height: 1.6; }

.story { max-width: 1120px; margin: 0 auto; padding: 170px 42px; text-align: center; }
.story-label { color: #74716b; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.story blockquote { margin: 45px auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px,5vw,76px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.story > p { max-width: 680px; margin: 0 auto; color: #949088; line-height: 1.9; }
.newsletter { max-width: var(--max); margin: 0 auto 120px; padding: 74px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; background: #1a1917; }
.newsletter h2 { font-size: clamp(42px,4vw,62px); }
.newsletter > div > p:last-child { margin: 18px 0 0; color: #8f8b83; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #77736d; }
.newsletter-form input { min-width: 0; padding: 17px 0; border: 0; outline: 0; background: none; color: white; }
.newsletter-form button { border: 0; background: none; color: var(--ivory); cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

footer { max-width: var(--max); margin: 0 auto; padding: 70px 42px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; border-top: 1px solid var(--line); color: #88847d; font-size: 11px; }
.footer-brand { color: var(--ivory); font-size: 25px; letter-spacing: .32em; }
footer div { display: flex; flex-direction: column; gap: 11px; }
footer p { grid-column: 1/-1; margin: 50px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }

.drawer-backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.55); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 70; width: min(430px,100%); height: 100%; padding: 28px; display: flex; flex-direction: column; background: #efede7; color: #171716; transform: translateX(100%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #c5c0b7; }
.drawer-header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.close-cart, .close-guide { border: 0; background: none; cursor: pointer; color: inherit; font-size: 30px; font-weight: 200; }
.cart-items { flex: 1; overflow: auto; }
.empty-cart { color: #7d7870; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 20px 0; border-bottom: 1px solid #d0cbc2; }
.cart-item strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.cart-item small { display: block; max-width: 260px; margin-top: 5px; color: #77716a; font-size: 10px; line-height: 1.5; }
.cart-item span { font-size: 13px; }
.cart-item-actions { grid-column: 1 / -1; display: flex; gap: 16px; }
.cart-item button { border: 0; border-bottom: 1px solid #99938a; padding: 0; background: none; color: #77716a; cursor: pointer; font-size: 10px; }
.cart-footer { padding-top: 24px; border-top: 1px solid #c5c0b7; }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 20px; }
.cart-footer .button { width: 100%; background: #171716; color: white; border-color: #171716; }
.cart-footer small { display: block; margin-top: 10px; color: #77716a; text-align: center; }
.guide-dialog, .bundle-dialog { width: min(720px, calc(100% - 28px)); max-height: calc(100svh - 28px); padding: 56px; border: 1px solid #58544e; background: #111; color: var(--ivory); overflow: auto; }
.guide-dialog::backdrop, .bundle-dialog::backdrop, .scent-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(6px); }
.guide-dialog .close-guide { position: absolute; top: 14px; right: 18px; }
.guide-dialog h2 { font-size: clamp(42px,6vw,68px); }
.guide-options { margin-top: 42px; border-top: 1px solid var(--line); }
.guide-options button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: inherit; cursor: pointer; text-align: left; }
.guide-options strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.guide-options span { color: #8f8b83; font-size: 12px; }
.bundle-dialog .close-bundle { position: absolute; top: 14px; right: 18px; border: 0; background: none; color: inherit; cursor: pointer; font-size: 30px; font-weight: 200; }
.bundle-dialog h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px,6vw,64px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.bundle-dialog-copy { margin: 20px 0 34px; color: #99948b; }
.bundle-options { border-top: 1px solid var(--line); }
.bundle-options button { width: 100%; display: grid; grid-template-columns: 34px 1fr auto 24px; gap: 14px; align-items: center; padding: 19px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: inherit; cursor: pointer; text-align: left; }
.bundle-options button > span { color: #706c65; font-size: 9px; }
.bundle-options button > strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.bundle-options button > small { color: #79756e; font-size: 10px; }
.bundle-options button > b { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #5e5a53; border-radius: 50%; color: transparent; font-size: 11px; }
.bundle-options button.selected { color: #fff; }
.bundle-options button.selected > b { border-color: #c6ad91; background: #c6ad91; color: #111; }
.bundle-options button.locked { cursor: default; }
.bundle-selection-status { min-height: 22px; margin: 18px 0; color: #8f8b83; font-size: 11px; }
.confirm-bundle { width: 100%; }
.confirm-bundle:disabled { border-color: #45423d; color: #5e5a53; cursor: not-allowed; }
.confirm-bundle:disabled:hover { background: transparent; color: #5e5a53; }
.scent-dialog { width: min(1080px, calc(100% - 28px)); max-height: calc(100svh - 28px); padding: 0; border: 1px solid #514c45; background: #111110; color: var(--ivory); overflow: auto; }
.scent-dialog[open] { display: grid; grid-template-columns: .95fr 1.05fr; }
.close-scent { position: absolute; top: 13px; right: 16px; z-index: 5; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(8,8,8,.62); color: white; cursor: pointer; font-size: 25px; font-weight: 200; backdrop-filter: blur(8px); }
.scent-dialog-visual { position: relative; min-height: 620px; overflow: hidden; background: #171513; }
.scent-dialog-slides, .scent-dialog-slide { position: absolute; inset: 0; margin: 0; }
.scent-dialog-slide { visibility: hidden; opacity: 0; transition: opacity .32s ease, visibility .32s; }
.scent-dialog-slide.active { visibility: visible; opacity: 1; }
.scent-dialog-photo { height: 100%; object-fit: cover; }
.scent-gallery-nav { position: absolute; left: 18px; bottom: 18px; z-index: 4; display: flex; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(8,8,8,.72); backdrop-filter: blur(12px); }
.scent-gallery-nav button { min-width: 82px; padding: 8px 13px; border: 0; border-radius: 999px; background: transparent; color: #8e8981; cursor: pointer; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.scent-gallery-nav button.active { background: #e9e2d7; color: #171411; }
.scent-product-preview { display: grid; place-items: center; padding: 70px 36px 92px; background: radial-gradient(circle at 50% 44%, #493b30 0, #211b17 34%, #0e0d0c 74%); }
.scent-dialog[data-scent-code="02"] .scent-product-preview { background: radial-gradient(circle at 50% 44%, #4c313c 0, #25181e 34%, #0e0d0c 74%); }
.scent-dialog[data-scent-code="03"] .scent-product-preview { background: radial-gradient(circle at 50% 44%, #463128 0, #211713 34%, #0e0d0c 74%); }
.preview-cord { position: absolute; top: -90px; left: 50%; width: 118px; height: 210px; border: 8px solid #090909; border-bottom: 0; border-radius: 80px 80px 0 0; transform: translateX(-50%); box-shadow: inset 0 0 0 1px #272727; }
.preview-cap { position: absolute; top: 96px; left: 50%; z-index: 2; width: 126px; height: 98px; display: grid; place-items: center; border-radius: 8px 8px 4px 4px; background: linear-gradient(135deg,#4a372b,#1e1713 55%,#5b4232); box-shadow: 0 14px 28px rgba(0,0,0,.45); transform: translateX(-50%); }
.preview-cap img { width: 43px; height: 32px; object-fit: contain; opacity: .92; }
.preview-bottle { position: relative; width: 220px; height: 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 102px; border: 1px solid #3f3d3a; border-radius: 13px 13px 22px 22px; background: linear-gradient(115deg,#171717,#020202 46%,#242424 66%,#050505); box-shadow: inset 14px 0 24px rgba(255,255,255,.035), 0 34px 55px rgba(0,0,0,.55); }
.preview-bottle::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.035); border-radius: 9px 9px 17px 17px; pointer-events: none; }
.preview-bottle img { width: 45px; height: 34px; object-fit: contain; margin-bottom: 10px; }
.preview-bottle > span { color: #e5ded2; font-size: 13px; letter-spacing: .35em; text-indent: .35em; }
.preview-bottle strong { max-width: 150px; margin-top: 42px; color: #b8aa99; font-size: 9px; font-weight: 500; letter-spacing: .15em; line-height: 1.45; text-align: center; text-transform: uppercase; }
.preview-bottle small { margin-top: 7px; color: #69635d; font-size: 7px; letter-spacing: .15em; }
.scent-product-preview figcaption { position: absolute; right: 20px; bottom: 20px; max-width: 220px; color: #6f6961; font-size: 7px; letter-spacing: .08em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.scent-dialog-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,72px); }
.scent-dialog h2 { font-size: clamp(48px,5vw,76px); }
.scent-dialog-description { margin: 28px 0 34px; color: #a8a39a; line-height: 1.75; }
.scent-dialog .buy-line { margin-top: 34px; }
.toast { position: fixed; left: 50%; bottom: 18px; z-index: 100; padding: 12px 18px; background: var(--ivory); color: #111; font-size: 11px; letter-spacing: .06em; opacity: 0; pointer-events: none; transform: translate(-50%, calc(100% + 40px)); transition: transform .25s, opacity .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; padding-inline: 24px; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; top: 112px; left: 0; right: 0; z-index: 29; padding: 18px 24px 26px; flex-direction: column; gap: 18px; background: #0b0b0b; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 22px; }
  .mobile-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .hero-copy { min-height: 580px; }
  .hero-product { min-height: 520px; margin: 0 28px; }
  .hero-details { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 28px; }
  .hero-details > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .ritual { grid-template-columns: 1fr; }
  .scent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .scent-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .bundle-grid { grid-template-columns: 1fr; }
  .bundle-card { min-height: 430px; border-right: 0; border-bottom: 1px solid #34322f; }
  .bundle-card:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .announcement { height: 26px; font-size: 8px; white-space: nowrap; overflow: hidden; }
  .site-header { height: 70px; padding-inline: 18px; }
  .brand img { width: 32px; height: 28px; }
  .brand span { font-size: 11px; }
  .cart-button { font-size: 0; }
  .cart-count { font-size: 10px; }
  .mobile-nav { top: 96px; }
  .hero { border-inline: 0; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 570px; padding: 86px 22px 58px; }
  .hero h1 { font-size: clamp(48px,14vw,64px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-product { min-height: 350px; margin: 0 16px; }
  .hero-product figcaption { inset: auto 14px 13px; }
  .hero-details { grid-template-columns: 1fr; gap: 0; margin: 28px 22px 38px; padding-top: 0; border-top: 1px solid #454038; }
  .hero-details > div { padding: 18px 0; border-left: 0; border-bottom: 1px solid #2e2b27; }
  .hero-details > div:last-child { border-bottom: 0; }
  .manifesto { padding: 100px 22px 120px; }
  .manifesto h2 { font-size: 45px; }
  .collection { padding: 0 0 100px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; padding: 0 22px 50px; }
  .section-heading h2 { font-size: 48px; }
  .section-heading > p { font-size: 14px; }
  .scent-grid { grid-template-columns: 1fr; padding: 0 22px; }
  .scent-card:last-child { grid-column: auto; width: auto; }
  .scent-card-body { min-height: 225px; padding: 24px; }
  .scent-card-body > strong { font-size: 38px; }
  .collection-hint { padding: 0 22px; text-align: left; }
  .pyramid { gap: 8px; }
  .pyramid strong { font-size: 13px; }
  .buy-line { align-items: stretch; flex-direction: column; }
  .finder { grid-template-columns: 1fr; gap: 50px; margin-bottom: 100px; padding: 0 22px; }
  .finder h2 { font-size: 47px; }
  .finder-choices button { font-size: 20px; }
  .bundles { padding: 100px 22px; }
  .bundles .section-heading { padding-inline: 0; }
  .bundle-card { padding: 30px 24px; }
  .ritual-image { min-height: 410px; }
  .ritual-copy { padding: 70px 22px; }
  .ritual h2 { font-size: 48px; }
  .story { padding: 110px 22px; }
  .story blockquote { font-size: 43px; }
  .newsletter { grid-template-columns: 1fr; gap: 50px; margin: 0 22px 80px; padding: 48px 24px; }
  .newsletter-form { grid-template-columns: 1fr; border: 0; }
  .newsletter-form input { border-bottom: 1px solid #77736d; }
  .newsletter-form button { padding: 18px 0; text-align: left; }
  footer { padding: 54px 22px 30px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .guide-dialog { padding: 50px 22px 30px; }
  .guide-options button { flex-direction: column; gap: 5px; }
  .bundle-dialog { padding: 50px 22px 30px; }
  .bundle-options button { grid-template-columns: 28px 1fr 24px; }
  .bundle-options button > small { grid-column: 2; }
  .bundle-options button > b { grid-column: 3; grid-row: 1 / span 2; }
  .scent-dialog[open] { display: block; }
  .scent-dialog-visual { min-height: 360px; height: 43svh; }
  .preview-cap { top: 55px; width: 90px; height: 68px; }
  .preview-cap img { width: 34px; }
  .preview-bottle { width: 155px; height: 190px; margin-top: 60px; }
  .preview-bottle strong { margin-top: 24px; }
  .scent-dialog-content { padding: 42px 22px 30px; }
  .scent-dialog h2 { font-size: 50px; }
}

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