:root {
  --black: #0d0d0f;
  --charcoal: #1a1a1d;
  --ink: #242126;
  --cream: #f2e6d6;
  --paper: #f7f3ed;
  --white: #fffdf9;
  --purple: #6b1fa8;
  --amethyst: #a45cff;
  --gold: #d4af37;
  --gold-soft: #e8c969;
  --muted: #7b737d;
  --line: rgba(36, 33, 38, .14);
  --display: "Playfair Display", Georgia, serif;
  --caps: "Cinzel", Georgia, serif;
  --body: "Lato", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 30px 80px rgba(13, 13, 15, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: var(--purple); color: white; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); background: white; color: black; padding: 10px 16px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.page-noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 130px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 34px; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .45s var(--ease), height .45s var(--ease), color .45s var(--ease), box-shadow .45s var(--ease); }
.site-header.is-scrolled { height: 76px; color: var(--ink); background: rgba(247,243,237,.92); backdrop-filter: blur(18px); border-color: var(--line); box-shadow: 0 12px 40px rgba(13,13,15,.06); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; width: max-content; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(212,175,55,.55); box-shadow: inset 0 0 0 4px rgba(0,0,0,.25); transition: transform .45s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-4deg) scale(1.04); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-family: var(--caps); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; opacity: .62; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a, .primary-nav button { position: relative; border: 0; background: none; color: inherit; text-decoration: none; cursor: pointer; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; padding: 12px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--gold); transition: right .35s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.nav-action { color: var(--gold-soft) !important; }
.wardrobe-button { justify-self: end; display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; color: inherit; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }
.wardrobe-button b { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: white; background: var(--black); }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); animation: hero-breathe 12s ease-out both; }
.hero-scrim { background: linear-gradient(90deg, rgba(7,6,8,.94) 0%, rgba(7,6,8,.78) 37%, rgba(7,6,8,.3) 70%, rgba(7,6,8,.48) 100%), linear-gradient(0deg, rgba(7,6,8,.6), transparent 45%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; opacity: .28; }
.hero-glow-one { width: 440px; height: 440px; left: -180px; top: 15%; background: var(--purple); }
.hero-glow-two { width: 320px; height: 320px; right: 12%; bottom: -100px; background: var(--gold); opacity: .12; }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-family: var(--caps); font-size: 10px; line-height: 1.2; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); }
.eyebrow span:first-child { width: 36px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--purple); }
.hero h1 { max-width: 830px; margin: 0; font-family: var(--display); font-size: clamp(62px, 8.4vw, 126px); font-weight: 500; line-height: .89; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold-soft); font-weight: 500; }
.hero-lede { max-width: 590px; margin: 32px 0 0; color: rgba(255,255,255,.76); font-size: 18px; font-weight: 300; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 40px; }
.button { position: relative; display: inline-flex; justify-content: space-between; align-items: center; min-width: 220px; min-height: 58px; padding: 0 20px 0 24px; border: 1px solid transparent; cursor: pointer; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.button::before { content: ""; position: absolute; inset: 0; transform: translateX(-103%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.19), transparent); transition: transform .6s var(--ease); }
.button:hover::before { transform: translateX(103%); }
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.18); }
.button:active { transform: translateY(1px) scale(.992); }
.button i { display: grid; place-items: center; min-width: 28px; height: 28px; border-radius: 50%; font-style: normal; font-size: 10px; border: 1px solid currentColor; }
.button-primary { background: var(--gold); color: var(--black); border-color: var(--gold); }
.button-ghost { background: rgba(255,255,255,.04); color: white; border-color: rgba(255,255,255,.28); backdrop-filter: blur(8px); }
.button-dark { background: var(--black); color: white; border-color: var(--black); }
.button-light { background: var(--cream); color: var(--black); border-color: var(--cream); }
.hero-proof { display: flex; gap: 0; width: min(720px, 100%); margin-top: 74px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { flex: 1; display: flex; align-items: center; gap: 14px; padding: 17px 24px 0 0; color: rgba(255,255,255,.65); font-size: 12px; }
.hero-proof strong { color: var(--gold-soft); font-family: var(--caps); font-size: 9px; }
.scroll-cue { position: absolute; z-index: 4; right: 34px; bottom: 38px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-family: var(--caps); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 58px; background: rgba(255,255,255,.4); overflow: hidden; }
.scroll-cue span::after { content: ""; display: block; width: 1px; height: 30px; background: var(--gold); animation: scroll-line 2s infinite var(--ease); }

.marquee { overflow: hidden; background: var(--gold); color: var(--black); border-block: 1px solid rgba(13,13,15,.1); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 13px 0; animation: marquee 30s linear infinite; font-family: var(--caps); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.marquee-track i { font-size: 7px; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 54px; }
.section-heading h2, .editorial-copy h2, .story-copy h2, .concierge h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.section-heading h2 em, .editorial-copy h2 em, .story-copy h2 em, .concierge h2 em { color: var(--purple); }
.section-heading > p, .section-heading.centered > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-heading.centered { display: block; max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { max-width: 580px; margin: 24px auto 0; }

.collection-controls { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 34px; border-block: 1px solid var(--line); padding-block: 18px; }
.filter-group { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip { border: 1px solid transparent; border-radius: 999px; background: transparent; color: #6a626c; padding: 9px 14px; cursor: pointer; font-size: 12px; transition: .25s var(--ease); }
.filter-chip:hover { color: var(--ink); background: rgba(107,31,168,.06); }
.filter-chip:active { transform: scale(.96); }
.filter-chip.is-active { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 0 8px 22px rgba(13,13,15,.12); }
.text-button { border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 8px 0; font-size: 12px; text-decoration: none; }
.text-button span { display: inline-block; margin-left: 8px; transition: transform .25s var(--ease); }
.text-button:hover span { transform: translateX(4px); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 18px; min-height: 500px; }
.product-card { position: relative; background: transparent; opacity: 0; transform: translateY(20px); animation: card-in .6s var(--ease) forwards; }
.product-card:nth-child(2n) { animation-delay: .04s; }
.product-card:nth-child(3n) { animation-delay: .08s; }
.product-media { position: relative; aspect-ratio: 1 / .82; overflow: hidden; background: #eee7df; cursor: pointer; }
.product-media::after { content: "View fragrance"; position: absolute; inset: auto 12px 12px 12px; display: grid; place-items: center; min-height: 42px; background: rgba(13,13,15,.9); color: white; transform: translateY(calc(100% + 16px)); transition: transform .45s var(--ease); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; backdrop-filter: blur(8px); }
.product-card:hover .product-media::after, .product-media:focus-visible::after { transform: translateY(0); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .8s var(--ease); }
.product-card:hover .product-media img { transform: scale(1.035); filter: saturate(1.05) contrast(1.02); }
.product-save { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.78); color: var(--ink); cursor: pointer; display: grid; place-items: center; font-size: 18px; backdrop-filter: blur(8px); transition: .25s var(--ease); }
.product-save:hover { transform: scale(1.08); background: white; }
.product-save.is-saved { background: var(--purple); color: white; border-color: var(--purple); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; padding-top: 16px; }
.product-info small { grid-column: 1 / -1; color: var(--purple); font-family: var(--caps); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-family: var(--display); font-size: 24px; font-weight: 500; line-height: 1.15; }
.product-info button { align-self: start; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--muted); cursor: pointer; padding: 3px 0; font-size: 11px; }
.product-info p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.collection-footer { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 60px; }
.collection-footer p { color: var(--muted); font-size: 12px; }

.editorial-band { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 760px; background: var(--black); color: white; }
.editorial-image { min-height: 680px; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(48px, 7vw, 120px); }
.editorial-copy p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.66); font-weight: 300; }
.editorial-copy h2 em { color: var(--gold-soft); }
.standards-list { display: grid; gap: 0; margin: 44px 0 0; }
.standards-list div { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.standards-list dt { color: var(--gold-soft); font-family: var(--caps); font-size: 9px; }
.standards-list dd { margin: 0; display: grid; gap: 5px; }
.standards-list strong { font-family: var(--display); font-size: 20px; font-weight: 500; }
.standards-list span { color: rgba(255,255,255,.53); font-size: 13px; }

.ritual-progress { max-width: 650px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 15px; margin: 48px auto 50px; color: var(--muted); font-family: var(--caps); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.ritual-progress i { height: 1px; background: var(--line); }
.ritual-progress .is-active { color: var(--purple); }
.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ritual-card { position: relative; min-height: 560px; overflow: hidden; background: var(--black); color: white; }
.ritual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,9,.95) 0%, rgba(8,7,9,.2) 60%, rgba(8,7,9,.06)); }
.ritual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.ritual-card:hover img { transform: scale(1.05); }
.ritual-card > div:last-child { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 30px; }
.ritual-number { position: absolute; z-index: 3; top: 24px; right: 24px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); color: var(--gold-soft); font-family: var(--caps); font-size: 9px; backdrop-filter: blur(8px); }
.ritual-card small { font-family: var(--caps); color: var(--gold-soft); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.ritual-card h3 { margin: 8px 0 9px; font-family: var(--display); font-size: 32px; font-weight: 500; }
.ritual-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }

.story { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: white; background: #0e0d10; }
.story-art { position: absolute; inset: 0; }
.story-art img { width: 100%; height: 100%; object-fit: cover; opacity: .32; filter: grayscale(.2) saturate(.8); }
.story-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,11,.96), rgba(10,9,11,.72) 55%, rgba(10,9,11,.5)); }
.story-copy { position: relative; z-index: 2; padding-block: 120px; }
.story-copy h2 { max-width: 900px; }
.story-copy h2 em { color: var(--gold-soft); }
.story-copy > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.68); font-size: 17px; font-weight: 300; line-height: 1.85; }
.story-copy blockquote { max-width: 700px; margin: 38px 0; padding-left: 28px; border-left: 1px solid var(--gold); color: var(--cream); font-family: var(--display); font-size: 27px; font-style: italic; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--gold-soft); text-decoration: none; border-bottom: 1px solid rgba(232,201,105,.4); padding-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(5px); }

.concierge { padding-block: 110px; }
.concierge-card { position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; min-height: 440px; padding: clamp(44px, 7vw, 86px); background: radial-gradient(circle at 80% 20%, rgba(164,92,255,.28), transparent 28%), linear-gradient(135deg, #18121d, #09090b 65%); color: white; box-shadow: var(--shadow); }
.concierge-card::after { content: "SD"; position: absolute; right: -20px; bottom: -130px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 430px; line-height: 1; }
.concierge-card > * { position: relative; z-index: 2; }
.concierge h2 em { color: var(--gold-soft); }
.concierge-card p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.62); }

.site-footer { background: var(--black); color: white; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 60px; }
.footer-brand img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(212,175,55,.4); }
.footer-brand p { font-family: var(--display); color: rgba(255,255,255,.62); font-style: italic; }
.site-footer h3 { margin: 0 0 16px; color: var(--gold-soft); font-family: var(--caps); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.site-footer address, .site-footer a, .site-footer button { display: block; border: 0; background: none; color: rgba(255,255,255,.6); text-decoration: none; font-style: normal; font-size: 13px; line-height: 1.9; cursor: pointer; padding: 0; text-align: left; }
.site-footer a:hover, .site-footer button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-family: var(--caps); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.mobile-finder { display: none; }

.overlay { position: fixed; inset: 0; z-index: 89; background: rgba(6,5,7,.67); backdrop-filter: blur(6px); opacity: 0; transition: opacity .35s var(--ease); }
.overlay.is-visible { opacity: 1; }
.drawer { position: fixed; z-index: 95; top: 0; right: 0; width: min(470px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); box-shadow: -30px 0 80px rgba(0,0,0,.24); transform: translateX(104%); transition: transform .55s var(--ease); }
.drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 30px; border-bottom: 1px solid var(--line); }
.drawer-header small { color: var(--purple); font-family: var(--caps); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.drawer-header h2 { margin: 4px 0 0; font-family: var(--display); font-size: 34px; font-weight: 500; }
.drawer-header button, .finder-close, .product-modal-close { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 25px; line-height: 1; transition: transform .25s var(--ease), background .25s; }
.drawer-header button:hover, .finder-close:hover, .product-modal-close:hover { transform: rotate(5deg); background: rgba(107,31,168,.06); }
.wardrobe-items { flex: 1; overflow-y: auto; padding: 18px 30px; }
.wardrobe-empty { display: grid; place-items: center; min-height: 320px; text-align: center; color: var(--muted); }
.wardrobe-empty strong { display: block; color: var(--ink); font-family: var(--display); font-size: 25px; font-weight: 500; }
.wardrobe-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 15px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.wardrobe-item img { width: 86px; height: 72px; object-fit: cover; }
.wardrobe-item h3 { margin: 0; font-family: var(--display); font-size: 19px; font-weight: 500; }
.wardrobe-item p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.wardrobe-item button { border: 0; background: none; cursor: pointer; color: var(--muted); font-size: 20px; }
.drawer-footer { padding: 24px 30px 30px; border-top: 1px solid var(--line); }
.drawer-footer p { color: var(--muted); font-size: 11px; line-height: 1.55; }
.drawer-footer .button { width: 100%; }

.finder { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(7,6,8,.82); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: .35s var(--ease); }
.finder.is-open { opacity: 1; visibility: visible; }
.finder-shell { position: relative; width: min(920px, 100%); min-height: 620px; display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); box-shadow: 0 40px 120px rgba(0,0,0,.45); transform: translateY(18px) scale(.985); transition: transform .45s var(--ease); }
.finder.is-open .finder-shell { transform: none; }
.finder-close { position: absolute; z-index: 2; top: 22px; right: 22px; }
.finder-progress { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; padding: 30px 80px 22px 34px; border-bottom: 1px solid var(--line); }
.finder-progress > span, .finder-progress small { color: var(--purple); font-family: var(--caps); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.finder-progress > div { height: 2px; background: rgba(36,33,38,.1); }
.finder-progress i { display: block; width: 33%; height: 100%; background: var(--purple); transition: width .45s var(--ease); }
.finder-stage { padding: 52px clamp(30px, 7vw, 80px); }
.finder-stage h2 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(40px, 5vw, 62px); font-weight: 500; line-height: 1.05; }
.finder-stage > p { color: var(--muted); max-width: 620px; }
.finder-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.finder-option { position: relative; min-height: 106px; display: grid; align-content: center; gap: 5px; padding: 20px 24px; border: 1px solid var(--line); background: var(--white); text-align: left; cursor: pointer; transition: .28s var(--ease); }
.finder-option:hover { transform: translateY(-2px); border-color: rgba(107,31,168,.38); box-shadow: 0 12px 30px rgba(13,13,15,.07); }
.finder-option:active { transform: translateY(1px); }
.finder-option.is-selected { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 16px 40px rgba(13,13,15,.18); }
.finder-option strong { font-family: var(--display); font-size: 22px; font-weight: 500; }
.finder-option span { color: var(--muted); font-size: 12px; }
.finder-option.is-selected span { color: rgba(255,255,255,.58); }
.finder-controls { display: flex; justify-content: space-between; align-items: center; padding: 22px 34px; border-top: 1px solid var(--line); }
.finder-controls button:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }
.finder-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.finder-result { border: 1px solid var(--line); background: white; padding: 10px; cursor: pointer; text-align: left; }
.finder-result img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; }
.finder-result strong { display: block; margin: 10px 4px 0; font-family: var(--display); font-size: 19px; font-weight: 500; }
.finder-result span { display: block; margin: 2px 4px 5px; color: var(--muted); font-size: 10px; }

.product-modal { position: fixed; z-index: 98; inset: 50% auto auto 50%; width: min(1100px, calc(100% - 40px)); max-height: calc(100dvh - 40px); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); box-shadow: 0 40px 120px rgba(0,0,0,.45); transform: translate(-50%, -47%) scale(.98); opacity: 0; visibility: hidden; overflow: auto; transition: .4s var(--ease); }
.product-modal.is-open { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }
.product-modal-close { position: absolute; z-index: 4; top: 20px; right: 20px; background: rgba(247,243,237,.88); backdrop-filter: blur(8px); }
.product-modal-media { min-height: 660px; background: #ece5dd; }
.product-modal-media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 76px); }
.product-modal-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5vw, 72px); font-weight: 500; line-height: .98; }
.product-tagline { color: var(--purple) !important; font-family: var(--display); font-size: 20px !important; font-style: italic; }
.product-modal-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.note-pyramid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0 32px; }
.note-pyramid div { border-top: 1px solid var(--line); padding-top: 12px; }
.note-pyramid small { color: var(--purple); font-family: var(--caps); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.note-pyramid p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; min-width: 260px; max-width: calc(100% - 32px); padding: 13px 18px; background: var(--ink); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.28); text-align: center; font-size: 12px; transform: translate(-50%, 140%); transition: transform .4s var(--ease); }
.toast.is-visible { transform: translate(-50%, 0); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 2px solid var(--amethyst); outline-offset: 4px; }

@keyframes hero-breathe { from { transform: scale(1.11); filter: brightness(.82); } to { transform: scale(1.035); filter: brightness(1); } }
@keyframes scroll-line { 0% { transform: translateY(-35px); } 100% { transform: translateY(65px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes card-in { to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .wardrobe-button { margin-right: 62px; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; position: absolute; right: 28px; width: 42px; height: 42px; border: 0; background: transparent; color: inherit; cursor: pointer; }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: currentColor; transition: .3s var(--ease); }
  .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav.is-open { position: fixed; top: 76px; left: 0; right: 0; display: grid; padding: 25px 32px 35px; background: rgba(247,243,237,.97); color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.12); }
  .site-header:not(.is-scrolled) .primary-nav.is-open { top: 92px; }
  .primary-nav.is-open a, .primary-nav.is-open button { text-align: left; font-family: var(--display); font-size: 28px; letter-spacing: 0; text-transform: none; padding: 8px 0; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .section-heading { gap: 50px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 78px; }
  .shell { width: min(100% - 30px, 680px); }
  .section { padding-block: 88px; }
  .site-header { height: 76px; padding-inline: 16px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .wardrobe-button { margin-right: 48px; }
  .wardrobe-button span { display: none; }
  .menu-toggle { right: 10px; }
  .hero { min-height: 980px; }
  .hero-content { padding-top: 110px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(58px, 18vw, 92px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 420px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { flex-direction: column; gap: 12px; border-top: 0; margin-top: 48px; }
  .hero-proof div { padding: 0; }
  .scroll-cue { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .collection-controls { display: block; overflow: hidden; }
  .filter-group { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
  .filter-group::-webkit-scrollbar { display: none; }
  .filter-chip { white-space: nowrap; }
  .collection-controls .text-button { margin-top: 8px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
  .editorial-band { grid-template-columns: 1fr; }
  .editorial-image { min-height: 500px; }
  .editorial-copy { padding: 70px 30px; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-card { min-height: 540px; }
  .story-copy { padding-block: 90px; }
  .concierge-card { display: block; }
  .concierge-card .button { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-finder { position: fixed; z-index: 70; display: flex; justify-content: space-between; align-items: center; left: 14px; right: 14px; bottom: 14px; height: 54px; padding: 0 16px 0 20px; border: 1px solid rgba(212,175,55,.5); background: rgba(13,13,15,.94); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(12px); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
  .mobile-finder i { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-soft); font-style: normal; font-size: 8px; }
  .finder { padding: 0; align-items: stretch; }
  .finder-shell { width: 100%; min-height: 100dvh; }
  .finder-stage { padding: 42px 22px; overflow-y: auto; }
  .finder-options { grid-template-columns: 1fr; }
  .finder-results { grid-template-columns: 1fr 1fr; }
  .finder-progress { grid-template-columns: 60px 1fr; padding-right: 75px; }
  .finder-progress small { display: none; }
  .product-modal { inset: 0; width: 100%; max-height: 100dvh; grid-template-columns: 1fr; transform: translateY(30px); }
  .product-modal.is-open { transform: none; }
  .product-modal-media { min-height: 410px; }
  .product-modal-copy { padding: 42px 24px 80px; }
}

@media (max-width: 540px) {
  .brand-copy strong { font-size: 16px; }
  .hero { min-height: 900px; }
  .hero-media img { object-position: 65% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(7,6,8,.95), rgba(7,6,8,.6)), linear-gradient(0deg, rgba(7,6,8,.7), transparent 45%); }
  .hero h1 { font-size: 58px; }
  .eyebrow { font-size: 8px; }
  .product-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-media { aspect-ratio: 1 / .78; }
  .section-heading h2, .editorial-copy h2, .story-copy h2, .concierge h2 { font-size: 43px; }
  .editorial-image { min-height: 380px; }
  .ritual-progress { gap: 8px; font-size: 7px; }
  .story-copy blockquote { font-size: 22px; }
  .concierge-card { padding: 50px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; gap: 8px; padding-bottom: 72px; }
  .finder-results { grid-template-columns: 1fr; }
  .finder-controls .button { min-width: 160px; }
  .note-pyramid { grid-template-columns: 1fr; }
}

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