:root {
  --ink: #102b3c;
  --ink-soft: #17394d;
  --bone: #e9f2f8;
  --paper: #ffffff;
  --plum: #2f6885;
  --wine: #1d4d67;
  --brass: #a47c48;
  --sage: #9cc4d8;
  --line-light: rgba(233, 242, 248, 0.23);
  --line-dark: rgba(16, 43, 60, 0.17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bone); font-family: var(--sans); }
body.drawer-open { overflow: hidden; }
body::before { position: fixed; inset: 0; z-index: 20; pointer-events: none; content: ""; opacity: .075; background-image: repeating-linear-gradient(90deg, rgba(16,43,60,.22) 0 1px, transparent 1px 5px); mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.grain { position: fixed; inset: 0; z-index: 31; pointer-events: none; opacity: .12; mix-blend-mode: screen; background-image: repeating-radial-gradient(circle at 0 0, rgba(255,255,255,.22) 0 1px, transparent 1px 4px); }
.page-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; color: var(--bone); background: var(--ink); transition: opacity .8s var(--ease-out), clip-path 1.1s var(--ease-in-out); clip-path: inset(0); }
.page-loader span { font: 500 clamp(6rem, 18vw, 15rem)/.8 var(--serif); letter-spacing: -.08em; animation: loaderIn 1.3s var(--ease-out) both; }
.page-loader i { position: absolute; bottom: 23%; left: 50%; width: 120px; height: 1px; background: var(--brass); transform: translateX(-50%); animation: loaderLine 1.4s ease-in-out infinite; }
body.loaded .page-loader { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); }
.scroll-progress { position: fixed; top: 0; left: 0; z-index: 80; width: 0; height: 2px; background: var(--brass); box-shadow: 0 0 20px var(--brass); }

.site-header { position: fixed; top: 18px; left: 50%; z-index: 70; width: min(1320px, calc(100% - 44px)); display: grid; grid-template-columns: 1.2fr auto 1fr auto; align-items: center; gap: 32px; padding: 13px 14px 13px 18px; border-bottom: 1px solid var(--line-light); color: var(--bone); background: rgba(16,43,60,.82); box-shadow: 0 22px 70px rgba(0,0,0,.16); backdrop-filter: blur(18px); transform: translateX(-50%); transition: background 250ms ease-out, border-color 250ms ease-out; }
.site-header:hover { background: rgba(16,43,60,.95); border-color: rgba(233,242,248,.4); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; color: var(--ink); background: var(--bone); font: 500 1.08rem/.8 var(--serif); }
.brand-name { overflow: hidden; font: 600 .76rem/.9 var(--sans); letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.brand-name em { color: var(--brass); font-style: normal; }
.header-status { justify-self: center; color: rgba(233,242,248,.57); font: .61rem var(--mono); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(156,196,216,.11); animation: pulse 2.4s ease-in-out infinite; }
.nav-links { display: flex; justify-self: end; gap: 20px; color: rgba(233,242,248,.7); font: .62rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.nav-links a { position: relative; transition: color 180ms ease-out; }
.nav-links a span { margin-right: 7px; color: var(--brass); }
.nav-links a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--brass); transform: scaleX(0); transform-origin: right; transition: transform 250ms var(--ease-out); }
.nav-links a:hover { color: var(--bone); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 11px 15px; color: var(--ink); background: var(--bone); font: 600 .65rem var(--mono); letter-spacing: .12em; text-transform: uppercase; transition: transform 180ms var(--ease-out), color 180ms ease-out, background 180ms ease-out; }
.nav-cta span { color: var(--plum); font-size: 1rem; line-height: 0; }
.nav-cta:hover { color: var(--bone); background: var(--plum); }
.nav-cta:active { transform: scale(.97); }

.chapter-rail { position: fixed; top: 50%; left: 18px; z-index: 50; display: grid; gap: 15px; color: rgba(233,242,248,.47); font: .56rem var(--mono); letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); }
.rail-line { position: relative; width: 1px; height: 96px; margin: 4px auto; background: rgba(233,242,248,.24); }
.rail-line i { position: absolute; top: 0; left: 0; width: 1px; height: 20%; background: var(--brass); transition: height 180ms linear; }
.rail-count { color: var(--brass); }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(360px, .82fr) minmax(480px, 1.18fr); align-items: center; gap: clamp(2rem, 7vw, 8rem); padding: 142px max(64px, calc((100% - 1210px) / 2)) 90px; color: var(--bone); background: var(--ink); overflow: hidden; isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: .55; background: radial-gradient(circle at 77% 52%, rgba(30,92,124,.8), transparent 28rem), radial-gradient(circle at 6% 92%, rgba(201,163,124,.18), transparent 30rem); }
.hero::after { position: absolute; right: -12vw; bottom: -32vw; z-index: -1; width: 74vw; height: 74vw; border: 1px solid rgba(201,163,124,.2); border-radius: 50%; content: ""; animation: rotate 38s linear infinite; }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .24; background-image: linear-gradient(110deg, transparent 0 40%, rgba(233,242,248,.07) 40.1% 40.2%, transparent 40.3%); animation: sweep 13s var(--ease-in-out) infinite; }
.hero-copy { align-self: center; max-width: 580px; }
.hero-kicker, .chapter-kicker { margin: 0 0 24px; color: var(--brass); font: .63rem var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.hero-title { display: flex; flex-direction: column; margin: 0; font: 500 clamp(5rem, 8vw, 8.6rem)/.76 var(--serif); letter-spacing: -.065em; }
.hero-title span:nth-child(2) { padding-left: .6em; color: rgba(233,242,248,.8); }
.hero-title i { padding-left: 1.15em; color: var(--brass); font-style: italic; }
.hero-deck { max-width: 430px; margin: 40px 0 0; color: rgba(233,242,248,.67); font-size: .98rem; line-height: 1.8; }
.hero-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 38px; padding-bottom: 10px; border-bottom: 1px solid rgba(233,242,248,.4); color: var(--bone); font: .68rem var(--mono); letter-spacing: .16em; text-transform: uppercase; transition: gap 220ms var(--ease-out), color 180ms ease-out, border-color 180ms ease-out; }
.hero-link b { color: var(--brass); font-size: 1.1rem; font-weight: 400; }
.hero-link:hover { gap: 42px; color: var(--brass); border-color: var(--brass); }
.hero-link:active { transform: scale(.98); }
.hero-visual { position: relative; min-height: 680px; display: grid; place-items: center; transform: translateY(calc(var(--parallax, 0px) + var(--depth-offset, 0px))); transition: transform 100ms linear; }
.hero-figure { position: relative; z-index: 2; width: min(650px, 98%); margin: 0; transform: rotate(2deg); animation: float 8s var(--ease-in-out) infinite; }
.hero-figure::before { position: absolute; inset: -16px; z-index: -1; border: 1px solid rgba(233,242,248,.27); content: ""; transform: rotate(-8deg); transition: transform 900ms var(--ease-out); }
.hero-figure:hover::before { transform: rotate(7deg) scale(1.03); }
.hero-figure img, .hero-figure video { display: block; width: 100%; height: auto; aspect-ratio: 1.48; object-fit: cover; object-position: 70% 55%; filter: saturate(.78) contrast(1.06); transition: filter 500ms ease, transform 700ms var(--ease-out); }
.hero-figure:hover img, .hero-figure:hover video { filter: saturate(1) contrast(1.08); transform: scale(1.025); }
/* El loop de vídeo ya viene con el grade celeste aplicado en el archivo, no necesita filtro CSS. */
.hero-figure video { object-position: 50% 50%; filter: none; background: var(--ink); }
.hero-figure:hover video { filter: none; }
.hero-figure figcaption { display: flex; justify-content: space-between; padding-top: 14px; color: rgba(233,242,248,.6); font: .57rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-figure figcaption span:last-child { color: var(--brass); }
.visual-orbit { position: absolute; border: 1px solid rgba(201,163,124,.33); border-radius: 50%; animation: rotate 22s linear infinite; }
.orbit-a { width: 82%; aspect-ratio: 1; }
.orbit-b { width: 62%; aspect-ratio: 1; border-color: rgba(156,196,216,.25); animation-direction: reverse; animation-duration: 17s; }
.visual-index { position: absolute; top: 13%; right: 4%; z-index: 4; color: rgba(233,242,248,.58); font: .58rem var(--mono); letter-spacing: .13em; }
.visual-index strong { margin-left: 10px; color: var(--brass); font-weight: 400; }
.hero-note { position: absolute; z-index: 4; padding: 13px 15px; border: 1px solid rgba(233,242,248,.26); color: var(--ink); background: var(--bone); font: .78rem/1.35 var(--serif); box-shadow: 0 18px 60px rgba(0,0,0,.3); animation: noteFloat 5s ease-in-out infinite; }
.hero-note small { color: rgba(16,43,60,.57); font: .56rem var(--mono); letter-spacing: .05em; }
.note-a { top: 22%; left: 4%; transform: rotate(-5deg); }
.note-b { right: 0; bottom: 19%; padding: 18px 17px; color: var(--bone); background: var(--plum); font-size: 1rem; transform: rotate(5deg); animation-delay: -2s; }
.hero-footer { position: absolute; right: max(64px, calc((100% - 1210px) / 2)); bottom: 28px; left: max(64px, calc((100% - 1210px) / 2)); display: flex; justify-content: space-between; color: rgba(233,242,248,.4); font: .57rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.hero-footer b { color: var(--brass); font-size: 1rem; font-weight: 400; }

.atlas { position: relative; padding: 155px 0 80px; background: var(--bone); overflow: hidden; }
.atlas-intro { width: min(1180px, calc(100% - 120px)); margin: 0 auto 75px; display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 32px; align-items: end; }
.atlas-intro h2 { margin: 0; font: 500 clamp(3.6rem, 7vw, 8rem)/.83 var(--serif); letter-spacing: -.06em; }
.atlas-intro h2 i { color: var(--plum); font-style: italic; }
.atlas-copy { max-width: 260px; margin: 0; color: rgba(16,43,60,.63); font-size: .9rem; line-height: 1.8; }
.atlas-track { display: flex; gap: 14px; width: 100%; padding-left: max(60px, calc((100vw - 1180px) / 2)); padding-right: max(60px, calc((100vw - 1180px) / 2)); overflow-x: auto; scrollbar-width: none; cursor: grab; }
.atlas-track::-webkit-scrollbar { display: none; }
.atlas-track.is-dragging { cursor: grabbing; user-select: none; }
.scent-scene { position: relative; width: clamp(320px, 34vw, 485px); height: 570px; flex: 0 0 auto; display: flex; flex-direction: column; justify-content: space-between; padding: 23px 25px; overflow: hidden; color: var(--bone); background: var(--ink); isolation: isolate; transition: transform 650ms var(--ease-out), filter 450ms ease; }
.scent-scene::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: .72; background-position: center; background-size: cover; mix-blend-mode: screen; transform: scale(1.05); transition: transform 900ms var(--ease-out), opacity 500ms ease; }
.scent-scene::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(180deg, rgba(16,43,60,.12), rgba(16,43,60,.86)); }
.scene-syria { background: var(--plum); }
.scene-syria::before { background-image: url("assets/scent-syria-v1.png"); background-position: 16% 28%; }
.scene-harmony { background: #5d7f92; }
.scene-harmony::before { background-image: url("assets/scent-harmony-v1.png"); background-position: 82% 16%; filter: saturate(.6) brightness(1.08); }
.scene-dubai { background: #1a3a4d; }
.scene-dubai::before { background-image: url("assets/scent-dubai-v1.png"); background-position: 52% 88%; filter: sepia(.2) saturate(.74); }
.scene-washed { background: #9cc4d8; color: var(--ink); }
.scene-washed::before { background-image: url("assets/scent-just-washed-v1.png"); background-position: 92% 62%; filter: grayscale(.35) brightness(1.25); mix-blend-mode: multiply; }
.scene-washed::after { background: linear-gradient(180deg, rgba(233,242,248,.07), rgba(233,242,248,.92)); }
.scent-scene:hover { transform: translateY(-17px) rotate(-1deg); filter: saturate(1.08); }
.scent-scene:hover::before { transform: scale(1.13); opacity: .9; }
.scene-meta, .scene-detail { position: relative; z-index: 2; display: flex; justify-content: space-between; font: .58rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.scene-meta span:last-child { color: var(--brass); }
.scene-word { position: relative; z-index: 2; align-self: center; margin-top: auto; margin-bottom: auto; font: 500 clamp(3.4rem, 6.7vw, 7.4rem)/.78 var(--serif); letter-spacing: -.08em; transform: rotate(-8deg); transition: transform 650ms var(--ease-out); }
.scent-scene:hover .scene-word { transform: rotate(0) scale(1.08); }
.scene-detail { align-items: end; gap: 16px; padding-top: 15px; border-top: 1px solid rgba(233,242,248,.3); color: rgba(233,242,248,.73); }
.scene-detail a { color: var(--brass); transition: color 180ms ease-out; }
.scene-detail a:hover { color: var(--bone); }
.scene-washed .scene-meta span:last-child, .scene-washed .scene-detail a { color: var(--plum); }
.scene-washed .scene-detail { border-color: rgba(16,43,60,.25); color: rgba(16,43,60,.65); }
.atlas-foot { width: min(1180px, calc(100% - 120px)); margin: 30px auto 0; display: flex; justify-content: space-between; color: rgba(16,43,60,.47); font: .6rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }

.catalog { padding: 150px max(60px, calc((100% - 1180px) / 2)) 100px; background: var(--paper); border-top: 1px solid var(--line-dark); }
.catalog-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6vw; align-items: end; padding-bottom: 58px; }
.catalog-head h2 { margin: 0; font: 500 clamp(4rem, 7vw, 8rem)/.8 var(--serif); letter-spacing: -.07em; }
.catalog-head h2 i { color: var(--plum); font-style: italic; }
.catalog-head > p { max-width: 310px; margin: 0 0 5px; color: rgba(16,43,60,.62); font-size: .88rem; line-height: 1.8; }
.catalog-head > p strong { color: var(--plum); font-weight: 700; }
.catalog-controls { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.catalog-filter { display: inline-flex; align-items: center; gap: 12px; padding: 17px 22px; border: 0; border-right: 1px solid var(--line-dark); color: rgba(16,43,60,.6); background: transparent; font: .61rem var(--mono); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color 180ms ease-out, background 220ms var(--ease-out); }
.catalog-filter span { color: var(--brass); font-size: .55rem; }
.catalog-filter:hover, .catalog-filter.active { color: var(--bone); background: var(--plum); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-top: 28px; }
.product-card { position: relative; display: flex; min-height: 465px; flex-direction: column; border-top: 1px solid var(--line-dark); background: var(--bone); transition: transform 500ms var(--ease-out), background 250ms ease-out, box-shadow 500ms ease-out; }
.product-card:hover { z-index: 2; background: var(--white); box-shadow: 0 24px 65px rgba(16,43,60,.13); transform: translateY(-10px); }
.product-card:nth-child(5n) { background: var(--plum); color: var(--bone); }
.product-card:nth-child(5n):hover { background: var(--wine); }
.product-card.is-diffuser { grid-column: span 2; min-height: 420px; display: grid; grid-template-columns: 1fr 1fr; }
.product-media { position: relative; height: 255px; overflow: hidden; background: #ccdfeb; }
.product-card.is-diffuser .product-media { height: auto; min-height: 420px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.04); transition: transform 750ms var(--ease-out), filter 500ms ease; }
.product-card:hover .product-media img { transform: scale(1.08); filter: saturate(1) contrast(1.06); }
.product-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(16,43,60,.34)); pointer-events: none; }
.product-code { position: absolute; top: 14px; left: 14px; z-index: 1; color: rgba(16,43,60,.64); font: .57rem var(--mono); letter-spacing: .1em; }
.product-card:nth-child(5n) .product-code { color: rgba(233,242,248,.62); }
.product-info { display: flex; flex: 1; flex-direction: column; justify-content: space-between; padding: 19px 18px 20px; }
.product-info h3 { margin: 0; font: 500 clamp(2.1rem, 3vw, 3.6rem)/.84 var(--serif); letter-spacing: -.055em; }
.product-info p { max-width: 210px; margin: 13px 0 0; color: rgba(16,43,60,.55); font-size: .7rem; line-height: 1.55; }
.product-card:nth-child(5n) .product-info p { color: rgba(233,242,248,.61); }
.product-meta { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: 22px; padding-top: 12px; border-top: 1px solid var(--line-dark); color: rgba(16,43,60,.6); font: .57rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-card:nth-child(5n) .product-meta { border-color: rgba(233,242,248,.22); color: rgba(233,242,248,.67); }
.product-price { color: var(--plum); font-weight: 500; }
.product-card:nth-child(5n) .product-price { color: var(--brass); }
.product-action { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 12px; padding: 10px 0 0; border: 0; color: inherit; background: transparent; font: .6rem var(--mono); letter-spacing: .11em; text-align: left; text-transform: uppercase; cursor: pointer; }
.product-action span { color: var(--brass); font-size: 1rem; transition: transform 200ms var(--ease-out); }
.product-action:hover span { transform: translateX(5px); }
.catalog-note { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; color: rgba(16,43,60,.46); font: .57rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.catalog-grid .product-card:nth-child(3n + 1) .product-media img { object-position: 20% 36%; }
.catalog-grid .product-card:nth-child(3n + 2) .product-media img { object-position: 78% 16%; }
.catalog-grid .product-card:nth-child(3n) .product-media img { object-position: 56% 82%; }
.catalog-toast { position: fixed; right: 24px; bottom: 24px; z-index: 90; max-width: min(360px, calc(100% - 48px)); padding: 15px 17px; color: var(--bone); background: var(--plum); box-shadow: 0 18px 55px rgba(16,43,60,.24); font: .64rem var(--mono); letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity 180ms ease-out, transform 180ms var(--ease-out); }
.catalog-toast.show { opacity: 1; transform: translateY(0); }
.product-drawer { position: fixed; inset: 0; z-index: 95; visibility: hidden; pointer-events: none; }
.product-drawer.open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(16,43,60,.62); opacity: 0; cursor: pointer; transition: opacity 220ms ease-out; }
.product-drawer.open .drawer-backdrop { opacity: 1; }
.drawer-sheet { position: absolute; top: 0; right: 0; bottom: 0; width: min(520px, 100%); display: flex; flex-direction: column; padding: 84px 42px 38px; color: var(--bone); background: var(--plum); transform: translateX(100%); transition: transform 460ms var(--ease-out); }
.product-drawer.open .drawer-sheet { transform: translateX(0); }
.drawer-close { position: absolute; top: 24px; right: 26px; width: 38px; height: 38px; border: 1px solid rgba(233,242,248,.35); border-radius: 50%; color: var(--bone); background: transparent; font-size: 1.5rem; line-height: 1; cursor: pointer; transition: background 180ms ease-out, color 180ms ease-out, transform 160ms var(--ease-out); }
.drawer-close:hover { color: var(--ink); background: var(--bone); }
.drawer-close:active { transform: scale(.95); }
.drawer-sheet .chapter-kicker { color: var(--brass); }
.drawer-sheet h2 { margin: 10px 0 0; font: 500 clamp(4rem, 8vw, 7rem)/.8 var(--serif); letter-spacing: -.07em; }
.drawer-sheet > p:not(.chapter-kicker) { max-width: 330px; margin: 24px 0 0; color: rgba(233,242,248,.67); font-size: .9rem; line-height: 1.7; }
.drawer-options { display: grid; gap: 8px; margin-top: 42px; }
.drawer-option { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(233,242,248,.2); color: var(--bone); background: transparent; text-align: left; cursor: pointer; transition: padding 180ms var(--ease-out), color 180ms ease-out; }
.drawer-option:hover, .drawer-option.selected { padding-left: 12px; color: var(--brass); }
.drawer-option span { font: .65rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.drawer-option b { font: 500 1.1rem var(--serif); }
.drawer-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(233,242,248,.25); }
.drawer-footer strong { color: var(--brass); font: 500 2rem var(--serif); }

/* Carrito: icono de bolsa en el header + contenido del cajón .cart-drawer,
   que reutiliza el .product-drawer / .drawer-sheet de arriba. */
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-toggle { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(233,242,248,.28); border-radius: 50%; color: var(--bone); background: transparent; cursor: pointer; transition: background 180ms ease-out, border-color 180ms ease-out, transform 160ms var(--ease-out); }
.cart-toggle svg { width: 17px; height: 17px; }
.cart-toggle:hover { background: rgba(233,242,248,.12); border-color: rgba(233,242,248,.5); }
.cart-toggle:active { transform: scale(.94); }
.cart-toggle-count { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 3px; border-radius: 50%; color: var(--ink); background: var(--brass); font: 600 .62rem var(--mono); line-height: 1; }
.cart-drawer .drawer-sheet { overflow-x: hidden; overflow-y: auto; }
.cart-drawer h2 { font-size: clamp(2.6rem, 5vw, 3.6rem); }
.cart-lines { display: grid; gap: 6px; margin-top: 30px; overflow-y: auto; }
.cart-empty { max-width: 300px; margin: 30px 0 0; color: rgba(233,242,248,.67); font-size: .9rem; line-height: 1.8; }
.cart-empty a { color: var(--brass); }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(233,242,248,.18); }
.cart-line-media { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: rgba(233,242,248,.08); }
.cart-line-info { display: grid; gap: 6px; min-width: 0; }
.cart-line-info strong { font: 500 .95rem var(--serif); }
.cart-line-info span { color: rgba(233,242,248,.6); font: .62rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.cart-line-qty { display: flex; align-items: center; gap: 10px; }
.cart-line-qty button { width: 22px; height: 22px; border: 1px solid rgba(233,242,248,.3); border-radius: 50%; color: var(--bone); background: transparent; font: 1rem/1 var(--mono); cursor: pointer; transition: background 160ms ease-out, color 160ms ease-out; }
.cart-line-qty button:hover { color: var(--ink); background: var(--bone); }
.cart-line-qty span { min-width: 14px; text-align: center; font: .78rem var(--mono); }
.cart-line-end { display: grid; justify-items: end; gap: 8px; text-align: right; }
.cart-line-end span { font: 500 .85rem var(--serif); }
.cart-line-remove { padding: 0; border: 0; color: rgba(233,242,248,.55); background: none; font: .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; transition: color 160ms ease-out; }
.cart-line-remove:hover { color: var(--brass); }
.cart-subtotal { display: grid; gap: 2px; min-width: 0; }
#cart-checkout { min-width: 0; }
.cart-subtotal span { color: rgba(233,242,248,.6); font: .6rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.drawer-footer .hero-link { margin-top: 0; }
#cart-checkout[aria-disabled="true"] { opacity: .4; pointer-events: none; }
@media (max-width: 480px) {
  .cart-drawer .drawer-sheet { padding: 70px 26px 28px; }
  .cart-line { grid-template-columns: 52px 1fr auto; gap: 10px; }
  .cart-line-media { width: 52px; height: 52px; }
  .cart-drawer .drawer-footer { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cart-drawer .drawer-footer #cart-checkout { align-self: stretch; }
}
.drawer-add { padding: 14px 17px; border: 0; color: var(--ink); background: var(--bone); font: .61rem var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background 180ms ease-out, color 180ms ease-out, transform 160ms var(--ease-out); }
.drawer-add:hover { color: var(--bone); background: var(--ink); }
.drawer-add:active { transform: scale(.97); }
.drawer-add span { margin-left: 9px; color: var(--plum); font-size: .95rem; }
.drawer-add:hover span { color: var(--brass); }

@media (max-width: 1020px) {
  .catalog { padding-inline: 48px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card.is-diffuser { grid-column: span 2; }
}
@media (max-width: 720px) {
  .catalog { padding: 105px 22px 74px; }
  .catalog-head { display: block; padding-bottom: 42px; }
  .catalog-head h2 { font-size: clamp(4rem, 17vw, 6.4rem); }
  .catalog-head > p { margin-top: 26px; }
  .catalog-controls { overflow-x: auto; flex-wrap: nowrap; }
  .catalog-filter { flex: 0 0 auto; padding-inline: 15px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-top: 20px; }
  .product-card { min-height: 360px; }
  .product-card.is-diffuser { grid-column: span 2; grid-template-columns: 1fr 1fr; min-height: 300px; }
  .product-card.is-diffuser .product-media { min-height: 300px; }
  .product-media { height: 178px; }
  .product-info { padding: 14px 12px 14px; }
  .product-info h3 { font-size: clamp(1.8rem, 8vw, 3rem); }
  .product-info p { font-size: .64rem; }
  .product-meta { display: block; line-height: 1.5; }
  .product-price { display: block; margin-top: 4px; }
  .catalog-note { display: block; line-height: 1.8; }
  .catalog-note span { display: block; }
  .drawer-sheet { padding: 76px 24px 26px; }
  .drawer-sheet h2 { font-size: clamp(3.7rem, 18vw, 6.2rem); }
  .drawer-footer { align-items: end; }
}

.ritual-room { position: relative; min-height: 100svh; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; padding: 150px max(64px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--plum); overflow: hidden; isolation: isolate; }
.ritual-room::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 76% 50%, rgba(201,163,124,.17), transparent 26rem), radial-gradient(circle at 4% 18%, rgba(16,43,60,.55), transparent 30rem); }
.ritual-backdrop { position: absolute; right: -14vw; bottom: -24vw; z-index: -1; width: 65vw; height: 65vw; border: 1px solid rgba(233,242,248,.2); border-radius: 50%; animation: rotate 42s linear infinite reverse; }
.ritual-copy h2, .diffusion-head h2, .closing-copy h2 { margin: 0; font: 500 clamp(3.6rem, 7vw, 8rem)/.82 var(--serif); letter-spacing: -.065em; }
.ritual-copy h2 i, .diffusion-head h2 i, .closing-copy h2 i { color: var(--brass); font-style: italic; }
.ritual-copy > p:not(.chapter-kicker) { max-width: 350px; margin: 35px 0 0; color: rgba(233,242,248,.67); font-size: .92rem; line-height: 1.8; }
.ritual-tabs { display: flex; gap: 9px; margin-top: 38px; }
.tab { min-width: 74px; padding: 11px 14px; border: 1px solid rgba(233,242,248,.31); border-radius: 0; color: var(--bone); background: transparent; font: .61rem var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: color 180ms ease-out, background 200ms var(--ease-out), transform 160ms var(--ease-out), border-color 180ms ease-out; }
.tab:hover, .tab.active { color: var(--ink); background: var(--bone); border-color: var(--bone); }
.tab:active { transform: scale(.96); }
.ritual-stage { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.ritual-stage::before { position: absolute; width: min(500px, 85%); aspect-ratio: 1; border: 1px solid rgba(201,163,124,.34); border-radius: 50%; content: ""; animation: breathe 6s ease-in-out infinite; }
.ritual-stage-top { position: absolute; top: 0; right: 0; left: 0; display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid rgba(233,242,248,.26); color: rgba(233,242,248,.53); font: .58rem var(--mono); letter-spacing: .14em; }
.ritual-stage-top span:last-child { color: var(--brass); }
.ritual-result { position: relative; z-index: 2; width: min(530px, 86%); padding: 56px 52px; border: 1px solid rgba(233,242,248,.24); background: rgba(16,43,60,.38); box-shadow: 0 28px 100px rgba(16,43,60,.28); backdrop-filter: blur(12px); transition: background 300ms ease-out, border-color 300ms ease-out; }
.ritual-result.transitioning { border-color: var(--brass); background: rgba(16,43,60,.62); }
.result-word { color: var(--bone); font: 500 clamp(3.7rem, 6.4vw, 7rem)/.8 var(--serif); letter-spacing: -.07em; transition: opacity 180ms ease-out, filter 180ms ease-out, transform 180ms var(--ease-out); }
.result-word small { color: var(--brass); font: 500 .55em var(--serif); }
.ritual-result p { max-width: 390px; margin: 30px 0 0; color: rgba(233,242,248,.67); font-size: .9rem; line-height: 1.8; transition: opacity 180ms ease-out, filter 180ms ease-out, transform 180ms var(--ease-out); }
.ritual-result.transitioning .result-word, .ritual-result.transitioning p { opacity: .4; filter: blur(3px); transform: translateY(8px); }
.result-meta { display: flex; gap: 24px; margin-top: 42px; padding-top: 14px; border-top: 1px solid rgba(233,242,248,.2); color: rgba(233,242,248,.48); font: .58rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.result-meta b { margin-left: 8px; color: var(--brass); font-weight: 400; }
.ritual-stamp { position: absolute; right: 2%; bottom: 6%; color: rgba(201,163,124,.6); font: .57rem var(--mono); letter-spacing: .15em; text-align: right; transform: rotate(-11deg); }

.diffusion { min-height: 100svh; display: grid; grid-template-columns: .78fr 1.22fr; gap: 5vw; padding: 160px max(64px, calc((100% - 1180px) / 2)); background: var(--paper); overflow: hidden; }
.diffusion-head { align-self: center; }
.diffusion-head .chapter-kicker { color: var(--plum); }
.diffusion-head h2 i { color: var(--plum); }
.diffusion-head > p:not(.chapter-kicker) { max-width: 330px; margin: 37px 0 0; color: rgba(16,43,60,.61); font-size: .92rem; line-height: 1.8; }
.object-field { position: relative; min-height: 690px; }
.object { position: absolute; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 28px; width: min(660px, 100%); padding: 14px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.58); transform: translateY(var(--depth-offset, 0px)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform 700ms var(--ease-out), box-shadow 500ms ease-out; }
.object:hover { z-index: 5; box-shadow: 0 30px 80px rgba(16,43,60,.14); transform: translateY(calc(-12px + var(--depth-offset, 0px))) rotate(-1deg) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.object-a { top: 4%; right: 2%; }
.object-b { right: 14%; bottom: 3%; background: var(--plum); color: var(--bone); }
.object-image { height: 350px; overflow: hidden; background: #c6dae8; }
.object-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75); transition: transform 800ms var(--ease-out), filter 500ms ease; }
.object:hover .object-image img { transform: scale(1.1); filter: saturate(1); }
.object-label span { color: var(--plum); font: .61rem var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.object-b .object-label span { color: var(--brass); }
.object-label h3 { margin: 18px 0 34px; font: 500 clamp(2.8rem, 4.8vw, 5.5rem)/.82 var(--serif); letter-spacing: -.06em; }
.object-label a { padding-bottom: 8px; border-bottom: 1px solid currentColor; font: .6rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }

.closing { position: relative; min-height: 90svh; display: grid; grid-template-columns: .8fr 1.3fr .8fr; align-items: center; gap: 5vw; padding: 150px max(64px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--ink); overflow: hidden; }
.closing::before { position: absolute; inset: 0; content: ""; opacity: .36; background: radial-gradient(circle at 82% 20%, rgba(30,92,124,.86), transparent 25rem), radial-gradient(circle at 12% 82%, rgba(201,163,124,.16), transparent 26rem); }
.closing-mark { position: relative; z-index: 1; align-self: start; padding-top: 12px; color: var(--brass); font: 500 clamp(6rem, 15vw, 14rem)/.7 var(--serif); letter-spacing: -.08em; }
.closing-copy { position: relative; z-index: 1; }
.closing-copy > p:not(.chapter-kicker) { max-width: 370px; margin: 38px 0 0; color: rgba(233,242,248,.64); font-size: .92rem; line-height: 1.8; }
.closing-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 38px; padding-bottom: 10px; border-bottom: 1px solid rgba(233,242,248,.48); color: var(--bone); font: .62rem var(--mono); letter-spacing: .15em; text-transform: uppercase; transition: gap 220ms var(--ease-out), color 180ms ease-out; }
.closing-link span { color: var(--brass); font-size: 1rem; }
.closing-link:hover { gap: 38px; color: var(--brass); }
.closing-coordinates { position: relative; z-index: 1; align-self: end; justify-self: end; display: grid; gap: 9px; color: rgba(233,242,248,.4); font: .56rem var(--mono); letter-spacing: .13em; text-align: right; text-transform: uppercase; }
.closing-coordinates span:first-child { color: var(--brass); }
.site-footer { display: flex; justify-content: space-between; padding: 25px max(24px, calc((100% - 1180px) / 2)); color: rgba(233,242,248,.55); background: var(--ink); font: .58rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: var(--brass); }

.reveal-line, [data-reveal] { opacity: 0; transform: translateY(35px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal-line.visible, [data-reveal].visible { opacity: 1; transform: translateY(0); }
.hero-copy .reveal-line:nth-child(2) { transition-delay: 90ms; }
.hero-copy .reveal-line:nth-child(3) { transition-delay: 180ms; }
.hero-copy .reveal-line:nth-child(4) { transition-delay: 270ms; }

@keyframes loaderIn { from { opacity: 0; transform: scale(.9) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes loaderLine { 0%,100% { transform: translateX(-50%) scaleX(.35); opacity: .35; } 50% { transform: translateX(-50%) scaleX(1); opacity: 1; } }
@keyframes pulse { 0%,100% { opacity: .5; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes sweep { 0%,100% { transform: translateX(-30%); } 50% { transform: translateX(30%); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes noteFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -13px; } }
@keyframes breathe { 0%,100% { transform: scale(.92); opacity: .4; } 50% { transform: scale(1.06); opacity: 1; } }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto auto; width: calc(100% - 28px); }
  .header-status { display: none; }
  .nav-links { display: none; }
  .chapter-rail { display: none; }
  .hero { grid-template-columns: .8fr 1.2fr; padding-inline: 48px; gap: 28px; }
  .hero-footer { right: 48px; left: 48px; }
  .atlas-intro { width: calc(100% - 96px); grid-template-columns: 1fr 1.3fr; }
  .atlas-copy { grid-column: 2; }
  .atlas-foot { width: calc(100% - 96px); }
  .ritual-room, .diffusion, .closing { padding-inline: 48px; }
  .diffusion { grid-template-columns: .75fr 1.25fr; }
  .object-b { right: 0; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 78px; }
  .site-header { top: 10px; padding: 10px; }
  .brand-name { font-size: .68rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 16px; padding: 136px 22px 70px; }
  .hero-title { font-size: clamp(4.2rem, 18vw, 7rem); }
  .hero-title span:nth-child(2) { padding-left: .35em; }
  .hero-title i { padding-left: .7em; }
  .hero-deck { margin-top: 30px; font-size: .9rem; }
  .hero-visual { min-height: 540px; margin-top: 12px; }
  .hero-figure { width: min(380px, 100%); }
  .visual-index { top: 5%; right: 0; }
  .note-a { left: 0; }
  .note-b { right: 0; bottom: 11%; }
  .hero-footer { right: 22px; bottom: 24px; left: 22px; font-size: .5rem; }
  .atlas { padding: 100px 0 60px; }
  .atlas-intro { width: calc(100% - 44px); display: block; margin-bottom: 45px; }
  .atlas-intro h2 { font-size: clamp(3.6rem, 16vw, 6.2rem); }
  .atlas-copy { max-width: 300px; margin-top: 28px; font-size: .88rem; }
  .atlas-track { padding-left: 22px; padding-right: 22px; }
  .scent-scene { width: 78vw; height: 470px; padding: 18px; }
  .scene-word { font-size: clamp(3.7rem, 15vw, 6rem); }
  .atlas-foot { width: calc(100% - 44px); font-size: .52rem; }
  .ritual-room { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding: 110px 22px 100px; }
  .ritual-copy h2, .diffusion-head h2, .closing-copy h2 { font-size: clamp(3.8rem, 16vw, 6.2rem); }
  .ritual-stage { min-height: 480px; }
  .ritual-result { width: 100%; padding: 38px 27px; }
  .result-word { font-size: clamp(3.4rem, 14vw, 5.5rem); }
  .ritual-stamp { right: 0; bottom: 0; }
  .diffusion { min-height: auto; grid-template-columns: 1fr; gap: 56px; padding: 110px 22px 120px; }
  .object-field { min-height: 840px; }
  .object { grid-template-columns: 1fr; gap: 18px; width: 100%; }
  .object-a { top: 0; right: 0; }
  .object-b { right: 0; bottom: 0; }
  .object-image { height: 290px; }
  .object-label h3 { margin: 14px 0 24px; font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .closing { min-height: 80svh; grid-template-columns: 1fr; gap: 0; padding: 110px 22px 80px; }
  .closing-mark { position: absolute; top: 12%; right: 6%; opacity: .28; font-size: 11rem; }
  .closing-coordinates { position: static; justify-self: start; margin-top: 90px; text-align: left; }
  .site-footer { flex-wrap: wrap; gap: 16px; padding-inline: 22px; font-size: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* Final editable ecommerce architecture */
.scene-syria { background: #102b3c; }
.scene-syria::before { background-image: url("assets/scent-syria-v1.png"); background-position: 68% center; opacity: .82; mix-blend-mode: normal; }
.scene-harmony { background: #5d7f92; }
.scene-harmony::before { background-image: url("assets/scent-harmony-v1.png"); background-position: center; opacity: .8; filter: saturate(.78) contrast(1.04); mix-blend-mode: normal; }
.scene-dubai { background: #274a5e; }
.scene-dubai::before { background-image: url("assets/scent-dubai-v1.png"); background-position: center; opacity: .83; filter: saturate(.78); mix-blend-mode: normal; }
.scene-washed { color: var(--ink); background: #dbe8f1; }
.scene-washed::before { background-image: url("assets/scent-just-washed-v1.png"); background-position: center; opacity: .92; filter: saturate(.7) brightness(1.04); mix-blend-mode: normal; }
.scene-washed::after { background: linear-gradient(180deg, rgba(233,242,248,.03), rgba(233,242,248,.87)); }
.scene-washed .scene-meta span:last-child, .scene-washed .scene-detail a { color: #2f6885; }
.scene-washed .scene-detail { border-color: rgba(16,43,60,.24); color: rgba(16,43,60,.67); }
.atlas-foot a { color: var(--plum); font-weight: 700; }

.pathways { padding: 156px max(60px, calc((100% - 1180px) / 2)) 132px; background: var(--paper); }
.pathways-head { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 42px; align-items: end; margin-bottom: 68px; }
.pathways-head h2, .finder-copy h2, .collection-bridge h2, .finder-close h2 { margin: 0; font: 500 clamp(3.7rem, 6.4vw, 7.2rem)/.82 var(--serif); letter-spacing: -.07em; }
.pathways-head h2 i, .finder-copy h2 i, .collection-bridge h2 i, .finder-close h2 i { color: var(--plum); font-style: italic; }
.pathways-head > p:last-child { max-width: 275px; margin: 0 0 5px; color: rgba(16,43,60,.62); font-size: .9rem; line-height: 1.8; }
.pathways-grid { display: grid; grid-template-columns: 1.1fr .84fr 1.06fr; gap: 14px; align-items: end; }
.pathway-card { position: relative; min-height: 570px; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 24px; color: var(--bone); background: var(--ink); isolation: isolate; transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .7s var(--ease-out), box-shadow .7s var(--ease-out); }
.pathway-card:nth-child(2) { min-height: 470px; }
.pathway-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.03); transform: scale(1.03); transition: transform 1.1s var(--ease-out), filter .7s ease; }
.pathway-card::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(180deg, rgba(16,43,60,.04) 28%, rgba(16,43,60,.78) 100%); }
.pathway-card:hover { z-index: 1; box-shadow: 0 30px 72px rgba(16,43,60,.22); transform: translateY(-13px) perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.pathway-card:hover img { filter: saturate(.96) contrast(1.05); transform: scale(1.09); }
.pathway-index { margin-bottom: auto; color: rgba(233,242,248,.77); font: .58rem var(--mono); letter-spacing: .14em; }
.pathway-card strong { max-width: 330px; font: 500 clamp(3.5rem, 5.1vw, 5.7rem)/.79 var(--serif); letter-spacing: -.065em; }
.pathway-card em { margin-top: 30px; color: var(--brass); font: .6rem var(--mono); font-style: normal; letter-spacing: .15em; text-transform: uppercase; transition: letter-spacing .25s var(--ease-out); }
.pathway-card:hover em { letter-spacing: .22em; }
.pathway-card-object { color: var(--ink); }
.pathway-card-object::after { background: linear-gradient(180deg, rgba(233,242,248,.02), rgba(233,242,248,.9) 100%); }
.pathway-card-object .pathway-index { color: rgba(16,43,60,.62); }

.finder-teaser { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 12vw, 200px); align-items: center; padding: 150px max(60px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--ink); overflow: hidden; }
.finder-teaser::before { position: absolute; right: -18vw; bottom: -35vw; width: 68vw; aspect-ratio: 1; border: 1px solid rgba(164,124,72,.25); border-radius: 50%; content: ""; }
.finder-copy { position: relative; z-index: 1; }
.finder-copy > p:not(.chapter-kicker) { max-width: 420px; margin: 36px 0 0; color: rgba(233,242,248,.65); font-size: .94rem; line-height: 1.85; }
.text-cta { display: inline-flex; align-items: center; gap: 20px; margin-top: 36px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--brass); font: .63rem var(--mono); letter-spacing: .14em; text-transform: uppercase; transition: gap .24s var(--ease-out), color .2s ease; }
.text-cta:hover { gap: 32px; color: var(--bone); }
.finder-stage { position: relative; z-index: 1; min-height: 430px; padding: 24px; border: 1px solid rgba(233,242,248,.3); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); box-shadow: inset 0 0 0 1px rgba(233,242,248,.04); }
.finder-stage::after { position: absolute; right: 8%; bottom: -17%; width: 45%; aspect-ratio: 1; border: 1px solid rgba(164,124,72,.6); border-radius: 50%; content: ""; animation: breathe 6s ease-in-out infinite; }
.finder-stage-meta { display: flex; justify-content: space-between; color: rgba(233,242,248,.56); font: .56rem var(--mono); letter-spacing: .12em; }
.finder-choices { position: relative; z-index: 1; display: grid; margin-top: 80px; }
.finder-choices a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(233,242,248,.24); transition: color .2s ease, transform .28s var(--ease-out); }
.finder-choices a:first-child { border-top: 1px solid rgba(233,242,248,.24); }
.finder-choices a:hover { color: var(--brass); transform: translateX(8px); }
.finder-choices span { color: var(--brass); font: .58rem var(--mono); }
.finder-choices strong { font: 500 clamp(2rem, 3.3vw, 3.2rem)/.95 var(--serif); letter-spacing: -.045em; }
.finder-choices i { color: var(--brass); font-style: normal; }
.finder-stage > p { position: absolute; right: 24px; bottom: 22px; left: 24px; margin: 0; color: rgba(233,242,248,.5); font: .56rem/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { display: flex; justify-content: space-between; gap: 28px; padding: 21px max(60px, calc((100% - 1180px) / 2)); color: rgba(16,43,60,.63); background: #d7e6f0; border-top: 1px solid rgba(16,43,60,.14); border-bottom: 1px solid rgba(16,43,60,.14); font: .6rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.trust-strip span::before { display: inline-block; width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--plum); content: ""; }

/* Collection */
.collection-page { background: var(--paper); }
.collection-hero { min-height: 86svh; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 10vw, 168px); align-items: center; padding: 154px max(60px, calc((100% - 1180px) / 2)) 90px; color: var(--bone); background: var(--ink); }
.collection-hero-copy { max-width: 535px; }
.collection-hero h1, .device-hero h1, .finder-page-hero h1, .orlando-hero h1 { margin: 0; font: 500 clamp(4.8rem, 8vw, 8.8rem)/.77 var(--serif); letter-spacing: -.075em; }
.collection-hero h1 i, .device-hero h1 i, .finder-page-hero h1 i, .orlando-hero h1 i { color: var(--brass); font-style: italic; }
.collection-hero-copy > p:last-child, .device-hero-copy > p:last-child, .finder-page-hero > div > p:last-child, .orlando-hero-copy > p:last-child { max-width: 390px; margin: 38px 0 0; color: rgba(233,242,248,.67); font-size: .92rem; line-height: 1.85; }
.collection-hero-image { position: relative; width: min(520px, 100%); margin: 0; justify-self: end; transform: rotate(2deg); }
.collection-hero-image::before { position: absolute; inset: -16px; z-index: 0; border: 1px solid rgba(164,124,72,.55); content: ""; transform: rotate(-6deg); }
.collection-hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: .8; object-fit: cover; filter: saturate(.77); }
.collection-hero-image figcaption { position: relative; z-index: 1; padding-top: 15px; color: rgba(233,242,248,.54); font: .58rem var(--mono); letter-spacing: .15em; }
.catalog.catalog-page { padding-top: 124px; border: 0; background: var(--paper); }
.catalog-page .catalog-head { padding-bottom: 52px; }
.catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card, .product-card:nth-child(5n) { min-height: 0; overflow: hidden; border: 1px solid rgba(16,43,60,.14); color: var(--ink); background: #f4f9fc; box-shadow: none; }
.product-card:hover, .product-card:nth-child(5n):hover { background: #f4f9fc; box-shadow: 0 24px 55px rgba(16,43,60,.12); transform: translateY(-9px); }
.product-card.is-diffuser { min-height: 400px; grid-column: span 2; grid-template-columns: 1.1fr .9fr; }
.product-media { height: 360px; color: var(--ink); background: #d9e7f1; }
.product-card.is-diffuser .product-media { min-height: 400px; }
.product-media img { filter: saturate(.78) contrast(1.03); }
.product-card:hover .product-media img { filter: saturate(.95) contrast(1.04); transform: scale(1.06); }
.product-media::after { background: linear-gradient(180deg, transparent 55%, rgba(16,43,60,.19)); }
.product-code { color: rgba(16,43,60,.67); }
.product-family { position: absolute; right: 14px; bottom: 13px; z-index: 2; padding: 6px 8px; color: var(--bone); background: rgba(16,43,60,.58); backdrop-filter: blur(6px); font: .52rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.product-info { padding: 20px 19px; }
.product-eyebrow { margin: 0 0 9px !important; color: var(--plum) !important; font: .56rem var(--mono) !important; letter-spacing: .11em; text-transform: uppercase; }
.product-info h3 { font-size: clamp(2.2rem, 3vw, 3.45rem); }
.product-info p { max-width: 240px; color: rgba(16,43,60,.59) !important; }
.product-meta { border-color: rgba(16,43,60,.15) !important; color: rgba(16,43,60,.61) !important; }
.product-price { color: var(--brass) !important; }
.product-action { position: relative; color: var(--ink); }
.product-action::after { position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: var(--plum); content: ""; transition: width .28s var(--ease-out); }
.product-action:hover::after { width: calc(100% - 20px); }
.catalog-note { padding-top: 24px; }
.collection-bridge { padding: 135px max(60px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--plum); }
.collection-bridge .chapter-kicker { color: rgba(233,242,248,.64); }
.collection-bridge h2 { max-width: 850px; }
.collection-bridge h2 i { color: var(--brass); }
.collection-bridge .closing-link { margin-top: 44px; }

/* Product detail */
.product-page { background: var(--paper); }
.pdp-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(48px, 10vw, 150px); align-items: center; min-height: 100svh; padding: 145px max(60px, calc((100% - 1180px) / 2)) 90px; }
.pdp-media { position: relative; background: #dae8f2; }
.pdp-media::after { position: absolute; inset: 18px; border: 1px solid rgba(233,242,248,.48); content: ""; pointer-events: none; }
.pdp-media img { width: 100%; aspect-ratio: .82; object-fit: cover; filter: saturate(.8); }
.pdp-media > span { position: absolute; right: 28px; bottom: 27px; z-index: 1; color: var(--bone); font: .58rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.pdp-buy { max-width: 500px; }
.back-link { display: inline-block; margin-bottom: 58px; color: rgba(16,43,60,.6); font: .59rem var(--mono); letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease, transform .2s ease; }
.back-link:hover { color: var(--plum); transform: translateX(-5px); }
.pdp-buy h1 { margin: 0; font: 500 clamp(4.5rem, 7vw, 8rem)/.78 var(--serif); letter-spacing: -.075em; }
.pdp-short { max-width: 400px; margin: 30px 0; color: rgba(16,43,60,.66); font: 500 1.1rem/1.55 var(--serif); }
.pdp-price-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(16,43,60,.17); border-bottom: 1px solid rgba(16,43,60,.17); }
.pdp-price-row strong { color: var(--plum); font: 500 2rem var(--serif); }
.pdp-price-row span { color: rgba(16,43,60,.55); font: .58rem var(--mono); letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.pdp-options { margin: 28px 0 0; padding: 0; border: 0; }
.pdp-options legend { padding: 0 0 13px; color: rgba(16,43,60,.66); font: .6rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.pdp-options > div { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-option { min-width: 104px; padding: 12px 14px; border: 1px solid rgba(16,43,60,.24); color: var(--ink); background: transparent; cursor: pointer; font: 600 .65rem var(--sans); text-align: left; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.pdp-option small { display: block; margin-top: 4px; color: rgba(16,43,60,.52); font: .54rem var(--mono); }
.pdp-option:hover, .pdp-option.selected { border-color: var(--plum); color: var(--bone); background: var(--plum); }
.pdp-option:hover small, .pdp-option.selected small { color: rgba(233,242,248,.65); }
.pdp-add { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 13px; padding: 18px 20px; border: 0; color: var(--bone); background: var(--ink); cursor: pointer; font: .63rem var(--mono); letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease, background .2s ease, transform .2s ease; }
.pdp-add:hover { color: var(--ink); background: var(--brass); }
.pdp-add span { font-size: 1rem; }
.pdp-stock { margin: 16px 0 0; color: rgba(16,43,60,.48); font: .57rem/1.55 var(--mono); letter-spacing: .06em; }
.pdp-story { display: grid; grid-template-columns: 1fr .8fr; gap: 12vw; align-items: end; padding: 130px max(60px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--ink); }
.pdp-story h2 { max-width: 650px; margin: 0; font: 500 clamp(3.6rem, 6vw, 7.2rem)/.83 var(--serif); letter-spacing: -.07em; }
.pdp-story > p { max-width: 380px; margin: 0 0 5px; color: rgba(233,242,248,.68); font-size: .95rem; line-height: 1.9; }
.pdp-details { display: grid; grid-template-columns: 1fr 1fr; gap: 15vw; padding: 130px max(60px, calc((100% - 1180px) / 2)); background: #e2edf5; }
.pdp-notes h2 { margin: 0; font: 500 clamp(3.5rem, 5.6vw, 6.4rem)/.82 var(--serif); letter-spacing: -.07em; }
.pdp-notes h2 i { color: var(--plum); font-style: italic; }
.pdp-notes ul { display: grid; gap: 0; margin: 52px 0 0; padding: 0; list-style: none; }
.pdp-notes li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(16,43,60,.16); font: 500 clamp(1.3rem, 2vw, 2rem)/1 var(--serif); }
.pdp-notes li span { color: var(--brass); font: .58rem var(--mono); letter-spacing: .08em; }
.pdp-specs { align-self: end; display: grid; }
.pdp-specs > div { display: flex; justify-content: space-between; gap: 25px; padding: 19px 0; border-top: 1px solid rgba(16,43,60,.16); }
.pdp-specs > div:last-child { border-bottom: 1px solid rgba(16,43,60,.16); }
.pdp-specs span { color: rgba(16,43,60,.58); font: .58rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.pdp-specs b { max-width: 220px; font: 500 .86rem var(--sans); text-align: right; }
.pdp-related { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; align-items: end; padding: 135px max(60px, calc((100% - 1180px) / 2)); background: var(--paper); }
.pdp-related h2 { margin: 0; font: 500 clamp(3.5rem, 5.2vw, 6rem)/.82 var(--serif); letter-spacing: -.07em; }
.pdp-related h2 i { color: var(--plum); font-style: italic; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.related-grid a { display: grid; gap: 9px; color: var(--ink); transition: transform .35s var(--ease-out); }
.related-grid a:hover { transform: translateY(-8px); }
.related-grid img { width: 100%; aspect-ratio: .75; object-fit: cover; filter: saturate(.75); transition: filter .35s ease; }
.related-grid a:hover img { filter: saturate(1); }
.related-grid span { color: var(--plum); font: .54rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.related-grid strong { font: 500 clamp(1.7rem, 2.7vw, 2.6rem)/.86 var(--serif); letter-spacing: -.045em; }
.noscript-note { padding: 140px 24px; text-align: center; }

/* Diffusers */
.diffusers-page { background: var(--paper); }
.device-hero { position: relative; min-height: 90svh; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; padding: 150px max(60px, calc((100% - 1180px) / 2)) 90px; color: var(--bone); background: var(--ink); overflow: hidden; }
.device-hero-copy { position: relative; z-index: 2; max-width: 540px; }
.device-hero-art { position: relative; height: min(650px, 65vw); display: grid; place-items: center; }
.device-hero-art img { position: relative; z-index: 2; width: min(500px, 86%); aspect-ratio: .84; object-fit: cover; filter: saturate(.7) contrast(1.04); transform: rotate(3deg); }
.device-ring { position: absolute; display: block; border: 1px solid rgba(164,124,72,.4); border-radius: 50%; animation: rotate 26s linear infinite; }
.ring-one { width: 82%; aspect-ratio: 1; }
.ring-two { width: 53%; aspect-ratio: 1; border-color: rgba(156,196,216,.32); animation-direction: reverse; animation-duration: 18s; }
.devices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.device-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 680px; color: var(--ink); background: #e4eef6; }
.device-card-dark { color: var(--bone); background: var(--ink); }
.device-card-image { position: relative; overflow: hidden; }
.device-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .8s var(--ease-out), filter .5s ease; }
.device-card:hover .device-card-image img { filter: saturate(1); transform: scale(1.06); }
.device-card-image span { position: absolute; top: 18px; left: 18px; padding: 7px 9px; color: var(--ink); background: rgba(233,242,248,.78); font: .55rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.device-card-copy { display: flex; flex-direction: column; padding: 48px 34px 30px; }
.device-card-copy > p { margin: 0; color: var(--plum); font: .56rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.device-card-dark .device-card-copy > p { color: var(--brass); }
.device-card-copy h2 { margin: 26px 0 12px; font: 500 clamp(4rem, 5vw, 6rem)/.78 var(--serif); letter-spacing: -.07em; }
.device-card-copy > strong { color: var(--brass); font: 500 1.25rem var(--serif); }
.device-card-copy > span { margin-top: 24px; color: rgba(16,43,60,.61); font-size: .86rem; line-height: 1.7; }
.device-card-dark .device-card-copy > span { color: rgba(233,242,248,.61); }
.device-card-copy ul { display: grid; gap: 10px; margin: 32px 0 auto; padding: 0; list-style: none; color: rgba(16,43,60,.72); font: .6rem var(--mono); letter-spacing: .06em; }
.device-card-dark .device-card-copy ul { color: rgba(233,242,248,.67); }
.device-card-copy li::before { color: var(--brass); content: "●"; margin-right: 9px; }
.device-card-dark .product-action { color: var(--bone); }
.compare-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; padding: 135px max(60px, calc((100% - 1180px) / 2)); background: var(--paper); }
.compare-section h2 { margin: 0; font: 500 clamp(3.8rem, 5.6vw, 6.5rem)/.81 var(--serif); letter-spacing: -.07em; }
.compare-section h2 i { color: var(--plum); font-style: italic; }
.compare-table-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.compare-table th, .compare-table td { padding: 17px 14px; border-bottom: 1px solid rgba(16,43,60,.14); text-align: left; }
.compare-table thead th { border-top: 1px solid rgba(16,43,60,.14); color: var(--plum); font: .6rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.compare-table tbody th { color: rgba(16,43,60,.58); font: .59rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.compare-table td { font: 500 .82rem var(--sans); }
.diffuser-cta { padding: 140px max(60px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--plum); }
.diffuser-cta .chapter-kicker { color: rgba(233,242,248,.62); }
.diffuser-cta h2 { margin: 0; font: 500 clamp(4rem, 6vw, 7rem)/.8 var(--serif); letter-spacing: -.07em; }
.diffuser-cta h2 i { color: var(--brass); font-style: italic; }

/* Scent finder */
.finder-page { background: var(--paper); }
.finder-page-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(58px, 12vw, 170px); align-items: center; min-height: 85svh; padding: 150px max(60px, calc((100% - 1180px) / 2)) 90px; color: var(--bone); background: var(--ink); }
.finder-page-hero figure { width: min(470px, 100%); margin: 0; justify-self: end; }
.finder-page-hero figure img { width: 100%; aspect-ratio: .82; object-fit: cover; filter: saturate(.72); }
.finder-console { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0 8vw; padding: 135px max(60px, calc((100% - 1180px) / 2)); background: #e1ecf4; }
.finder-question span { color: var(--plum); font: .59rem var(--mono); letter-spacing: .13em; }
.finder-question h2 { margin: 28px 0 58px; font: 500 clamp(3.8rem, 5.4vw, 6.5rem)/.82 var(--serif); letter-spacing: -.07em; }
.finder-buttons { display: grid; align-self: start; border-top: 1px solid rgba(16,43,60,.17); }
.finder-buttons button { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 19px 0; border: 0; border-bottom: 1px solid rgba(16,43,60,.17); color: rgba(16,43,60,.72); background: transparent; cursor: pointer; font: 500 clamp(1.8rem, 2.8vw, 3rem)/.94 var(--serif); text-align: left; transition: color .2s ease, padding .28s var(--ease-out); }
.finder-buttons button span { color: var(--brass); font: .56rem var(--mono); }
.finder-buttons button i { color: var(--brass); font-size: 1rem; font-style: normal; transition: transform .2s var(--ease-out); }
.finder-buttons button:hover, .finder-buttons button.active { padding-left: 10px; color: var(--plum); }
.finder-buttons button:hover i, .finder-buttons button.active i { transform: translateX(7px); }
.finder-result { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; align-items: center; min-height: 420px; margin-top: 80px; padding: 18px; color: var(--bone); background: var(--ink); opacity: 1; transform: translateY(0); transition: opacity .16s ease, transform .16s ease; }
.finder-result.is-switching { opacity: .2; transform: translateY(8px); }
.finder-result img { width: 100%; height: 382px; object-fit: cover; filter: saturate(.7); }
.finder-result > div { max-width: 520px; padding: 24px; }
.finder-result span { color: var(--brass); font: .58rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.finder-result h3 { margin: 20px 0; font: 500 clamp(3rem, 4.4vw, 5rem)/.82 var(--serif); letter-spacing: -.07em; }
.finder-result p { max-width: 390px; color: rgba(233,242,248,.67); font-size: .9rem; line-height: 1.8; }
.finder-result a { display: inline-flex; gap: 15px; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid rgba(233,242,248,.45); color: var(--bone); font: .6rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.finder-result a b { color: var(--brass); }
.finder-close { padding: 135px max(60px, calc((100% - 1180px) / 2)); background: var(--paper); }
.finder-close h2 { max-width: 780px; }

/* Pembroke Pines */
.orlando-page { background: var(--paper); }
.orlando-hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; align-items: center; min-height: 88svh; padding: 150px max(60px, calc((100% - 1180px) / 2)) 90px; color: var(--bone); background: var(--ink); }
.orlando-hero-copy { max-width: 520px; }
.orlando-hero-image { position: relative; width: min(540px, 100%); margin: 0; justify-self: end; }
.orlando-hero-image::before { position: absolute; inset: -14px 12% 12px -14px; border: 1px solid rgba(164,124,72,.5); content: ""; }
.orlando-hero-image img { position: relative; width: 100%; aspect-ratio: .79; object-fit: cover; filter: saturate(.78); }
.orlando-hero-image figcaption { padding-top: 15px; color: rgba(233,242,248,.51); font: .58rem var(--mono); letter-spacing: .11em; }
.visit-notes { padding: 130px max(60px, calc((100% - 1180px) / 2)); background: #e1ecf4; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 55px; }
.visit-grid article { padding-top: 15px; border-top: 1px solid rgba(16,43,60,.18); }
.visit-grid span { color: var(--brass); font: .58rem var(--mono); letter-spacing: .1em; }
.visit-grid h2 { margin: 26px 0 18px; font: 500 clamp(3rem, 4vw, 4.7rem)/.8 var(--serif); letter-spacing: -.065em; }
.visit-grid p { max-width: 280px; margin: 0; color: rgba(16,43,60,.64); font-size: .88rem; line-height: 1.8; }
.orlando-contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; padding: 140px max(60px, calc((100% - 1180px) / 2)); color: var(--bone); background: var(--plum); }
.orlando-contact .chapter-kicker { color: rgba(233,242,248,.66); }
.orlando-contact h2 { max-width: 720px; margin: 0; font: 500 clamp(3.8rem, 5.8vw, 7rem)/.8 var(--serif); letter-spacing: -.075em; }
.orlando-contact h2 i { color: var(--brass); font-style: italic; }
.contact-side { max-width: 350px; }
.contact-side p { margin: 0; color: rgba(233,242,248,.7); font-size: .9rem; line-height: 1.85; }
.contact-side .closing-link { margin-top: 33px; }
.contact-details { display: grid; gap: 12px; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(233,242,248,.28); font-style: normal; }
.contact-details a { color: rgba(233,242,248,.82); font: .74rem/1.6 var(--mono); letter-spacing: .07em; transition: color 180ms ease-out; }
.contact-details a:first-child { color: var(--bone); font-size: 1.05rem; letter-spacing: .1em; }
.contact-details a:hover { color: var(--brass); }

@media (max-width: 1020px) {
  .pathways, .collection-hero, .pdp-hero, .pdp-story, .pdp-details, .pdp-related, .device-hero, .compare-section, .finder-page-hero, .finder-console, .orlando-hero, .orlando-contact { padding-right: 48px; padding-left: 48px; }
  .pathways-head { grid-template-columns: .9fr 1.1fr; }
  .pathways-head > p:last-child { grid-column: 2; }
  .pathways-grid { grid-template-columns: repeat(3, 1fr); }
  .pathway-card { min-height: 480px; }
  .pathway-card:nth-child(2) { min-height: 420px; }
  .finder-teaser { padding-right: 48px; padding-left: 48px; gap: 56px; }
  .trust-strip, .catalog.catalog-page, .collection-bridge, .diffuser-cta, .finder-close, .visit-notes { padding-right: 48px; padding-left: 48px; }
  .collection-hero { grid-template-columns: .9fr 1.1fr; gap: 50px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pdp-hero { gap: 58px; }
  .pdp-story, .pdp-details, .pdp-related { gap: 70px; }
  .devices-grid { grid-template-columns: 1fr; }
  .device-card { min-height: 580px; }
  .device-card:nth-child(2) { grid-template-columns: .92fr 1.08fr; }
  .compare-section { grid-template-columns: 1fr; gap: 55px; }
  .finder-result { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 720px) {
  .pathways, .collection-hero, .pdp-hero, .pdp-story, .pdp-details, .pdp-related, .device-hero, .compare-section, .finder-page-hero, .finder-console, .orlando-hero, .orlando-contact { padding-right: 22px; padding-left: 22px; }
  .pathways { padding-top: 100px; padding-bottom: 95px; }
  .pathways-head { display: block; margin-bottom: 43px; }
  .pathways-head > p:last-child { margin-top: 25px; }
  .pathways-grid { grid-template-columns: 1fr; }
  .pathway-card, .pathway-card:nth-child(2) { min-height: 455px; }
  .pathway-card strong { font-size: clamp(3.8rem, 16vw, 5.8rem); }
  .finder-teaser { grid-template-columns: 1fr; gap: 55px; padding: 105px 22px; }
  .finder-stage { min-height: 385px; }
  .finder-choices { margin-top: 48px; }
  .trust-strip { flex-wrap: wrap; justify-content: flex-start; padding: 17px 22px; }
  .collection-hero, .device-hero, .finder-page-hero, .orlando-hero { grid-template-columns: 1fr; min-height: auto; gap: 45px; padding-top: 130px; padding-bottom: 76px; }
  .collection-hero-image, .finder-page-hero figure, .orlando-hero-image { justify-self: start; width: min(390px, 100%); }
  .collection-hero h1, .device-hero h1, .finder-page-hero h1, .orlando-hero h1 { font-size: clamp(4.6rem, 18vw, 6.7rem); }
  .catalog.catalog-page { padding: 95px 22px 75px; }
  .catalog-page .catalog-head { display: block; padding-bottom: 37px; }
  .catalog-page .catalog-head > p { margin-top: 25px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-top: 16px; }
  .product-card { min-height: 0; }
  .product-card.is-diffuser { grid-column: span 2; grid-template-columns: 1fr; }
  .product-media { height: 260px; }
  .product-card.is-diffuser .product-media { min-height: 300px; height: 300px; }
  .product-info { padding: 14px; }
  .product-info h3 { font-size: clamp(2rem, 10vw, 3rem); }
  .product-info p { font-size: .62rem; }
  .product-meta { display: grid; gap: 6px; margin-top: 15px; }
  .product-action { font-size: .52rem; }
  .catalog-filter { padding: 14px 12px; font-size: .53rem; }
  .collection-bridge, .diffuser-cta, .finder-close, .visit-notes { padding: 100px 22px; }
  .pdp-hero { grid-template-columns: 1fr; min-height: auto; gap: 42px; padding-top: 110px; padding-bottom: 80px; }
  .pdp-media img { aspect-ratio: .84; }
  .back-link { margin-bottom: 34px; }
  .pdp-buy h1 { font-size: clamp(4.6rem, 18vw, 6.8rem); }
  .pdp-story, .pdp-details, .pdp-related { grid-template-columns: 1fr; gap: 50px; padding-top: 95px; padding-bottom: 95px; }
  .pdp-story h2, .pdp-notes h2, .pdp-related h2 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .related-grid strong { font-size: 1.35rem; }
  .device-hero-art { height: 420px; }
  .device-card, .device-card:nth-child(2) { grid-template-columns: 1fr; min-height: 0; }
  .device-card-image { height: 365px; }
  .device-card-copy { padding: 34px 22px 24px; }
  .device-card-copy h2 { font-size: 4.5rem; }
  .compare-section { padding-top: 94px; padding-bottom: 95px; }
  .compare-section h2 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .compare-table th, .compare-table td { padding: 13px 9px; font-size: .68rem; }
  .finder-console { grid-template-columns: 1fr; padding-top: 95px; padding-bottom: 95px; }
  .finder-question h2 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .finder-result { grid-template-columns: 1fr; gap: 0; min-height: 0; margin-top: 48px; padding: 12px; }
  .finder-result img { height: 310px; }
  .finder-result > div { padding: 26px 14px; }
  .finder-result h3 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .visit-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 42px; }
  .orlando-contact { grid-template-columns: 1fr; gap: 48px; padding-top: 100px; padding-bottom: 100px; }
  .orlando-contact h2 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
}

/* Density, routes and motion pass — compact rhythm without flattening the editorial sequence. */
.site-header { grid-template-columns: minmax(0, 1.15fr) auto minmax(0, 1fr) auto auto; gap: 18px; }
.nav-links { gap: 14px; }
.locale-switch { display: inline-flex; align-items: center; gap: 5px; color: rgba(233,242,248,.44); font: .58rem var(--mono); letter-spacing: .08em; }
.locale-switch button { padding: 5px 2px; border: 0; color: rgba(233,242,248,.48); background: transparent; cursor: pointer; font: inherit; letter-spacing: inherit; transition: color 160ms ease-out, transform 160ms var(--ease-out); }
.locale-switch button:hover, .locale-switch button.active { color: var(--brass); }
.locale-switch button:active { transform: scale(.94); }

.page-loader { transition-duration: .42s, .64s; }
.page-loader span { animation-duration: .7s; }
.page-loader i { animation-duration: .9s; }
.page-curtain { position: fixed; inset: 0; z-index: 99; pointer-events: none; background: var(--ink); clip-path: inset(0 0 100% 0); transition: clip-path 360ms var(--ease-in-out); }
body.is-leaving .page-curtain { clip-path: inset(0); }
body.is-leaving { cursor: progress; }

.hero { min-height: clamp(680px, 78svh, 860px); padding-top: 120px; padding-bottom: 64px; }
.hero-visual { min-height: 560px; }
.pathways { padding-top: 104px; padding-bottom: 88px; }
.pathways-head { margin-bottom: 44px; }
.pathway-card { min-height: 450px; }
.pathway-card:nth-child(2) { min-height: 390px; }
.atlas { padding-top: 104px; padding-bottom: 56px; }
.scent-scene { height: 480px; }
.finder-teaser { gap: clamp(42px, 8vw, 120px); padding-top: 105px; padding-bottom: 88px; }
.finder-stage { min-height: 360px; }
.finder-choices { margin-top: 46px; }
.diffusion { min-height: 0; padding-top: 108px; padding-bottom: 86px; }
.object-field { min-height: 520px; }
.object-image { height: 288px; }
.closing { min-height: clamp(600px, 72svh, 760px); padding-top: 100px; padding-bottom: 65px; }

.collection-hero, .device-hero, .finder-page-hero, .orlando-hero { min-height: clamp(680px, 76svh, 860px); padding-top: 120px; padding-bottom: 64px; }
.catalog.catalog-page { padding-top: 102px; padding-bottom: 76px; }
.collection-bridge, .diffuser-cta, .finder-close, .visit-notes { padding-top: 94px; padding-bottom: 94px; }
.orlando-contact { padding-top: 98px; padding-bottom: 90px; }
.pdp-hero { min-height: clamp(700px, 80svh, 900px); padding-top: 118px; padding-bottom: 64px; }
.pdp-story, .pdp-details { padding-top: 92px; padding-bottom: 92px; }
.pdp-related { padding-top: 96px; padding-bottom: 96px; }
.pdp-notes ul { margin-top: 38px; }
.device-card { min-height: 560px; }
.device-card-copy { padding-top: 38px; }
.compare-section { padding-top: 94px; padding-bottom: 94px; }
.finder-console { padding-top: 98px; padding-bottom: 96px; }
.finder-result { min-height: 360px; margin-top: 52px; }
.finder-result img { height: 330px; }

.reveal-line, [data-reveal] { opacity: 0; transform: translateY(22px); filter: blur(3px); transition: opacity .48s var(--ease-out), transform .62s var(--ease-out), filter .48s ease-out; }
.reveal-line.visible, [data-reveal].visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.catalog-grid .product-card[data-reveal] { transition-delay: calc(var(--card-index, 0) * 42ms); }
.catalog-grid { transition: opacity 150ms ease-out, transform 180ms var(--ease-out), filter 150ms ease-out; }
.catalog-grid.is-changing { opacity: .15; transform: translateY(6px); filter: blur(2px); }
.pdp-media[data-reveal], .collection-hero-image[data-reveal], .finder-page-hero figure[data-reveal], .orlando-hero-image[data-reveal] { opacity: 1; transform: none; filter: none; clip-path: inset(0 0 100% 0); transition: clip-path .78s var(--ease-in-out); }
.pdp-media[data-reveal].visible, .collection-hero-image[data-reveal].visible, .finder-page-hero figure[data-reveal].visible, .orlando-hero-image[data-reveal].visible { clip-path: inset(0); }
.pdp-media img, .collection-hero-image img, .finder-page-hero figure img, .orlando-hero-image img { transform: scale(1.045); transition: transform 1.1s var(--ease-out); }
.pdp-media.visible img, .collection-hero-image.visible img, .finder-page-hero figure.visible img, .orlando-hero-image.visible img { transform: scale(1); }

.finder-buttons button > span:first-child { color: var(--brass); font: .56rem var(--mono); }
.finder-buttons button > span[data-i18n] { color: currentColor; font: inherit; letter-spacing: inherit; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 10px; }
  .hero { min-height: clamp(640px, 76svh, 760px); }
  .pathway-card { min-height: 410px; }
  .pathway-card:nth-child(2) { min-height: 365px; }
  .collection-hero, .device-hero, .finder-page-hero, .orlando-hero { min-height: clamp(620px, 74svh, 760px); }
  .pdp-hero { min-height: 680px; }
  .device-card { min-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 24px); }
  .locale-switch { font-size: .55rem; }
  .nav-cta { padding: 10px 11px; font-size: .56rem; }
  .hero { min-height: auto; padding: 106px 22px 48px; }
  .hero-visual { min-height: 400px; margin-top: 0; }
  .pathways { padding-top: 76px; padding-bottom: 68px; }
  .pathways-head { margin-bottom: 28px; }
  .pathway-card, .pathway-card:nth-child(2) { min-height: 355px; }
  .atlas { padding-top: 76px; padding-bottom: 42px; }
  .scent-scene { height: 400px; }
  .finder-teaser { gap: 36px; padding: 76px 22px 68px; }
  .finder-stage { min-height: 330px; }
  .finder-choices { margin-top: 34px; }
  .diffusion { gap: 40px; padding: 76px 22px 68px; }
  .object-field { min-height: 620px; }
  .object-image { height: 230px; }
  .closing { min-height: auto; padding: 76px 22px 58px; }
  .closing-coordinates { margin-top: 45px; }
  .collection-hero, .device-hero, .finder-page-hero, .orlando-hero { min-height: auto; gap: 32px; padding-top: 106px; padding-bottom: 56px; }
  .catalog.catalog-page { padding-top: 76px; padding-bottom: 58px; }
  .collection-bridge, .diffuser-cta, .finder-close, .visit-notes { padding-top: 70px; padding-bottom: 70px; }
  .orlando-contact { gap: 34px; padding-top: 72px; padding-bottom: 70px; }
  .pdp-hero { min-height: auto; gap: 30px; padding-top: 94px; padding-bottom: 58px; }
  .pdp-story, .pdp-details, .pdp-related { gap: 36px; padding-top: 70px; padding-bottom: 70px; }
  .pdp-notes ul { margin-top: 30px; }
  .compare-section, .finder-console { padding-top: 72px; padding-bottom: 70px; }
  .finder-question h2 { margin-bottom: 36px; }
  .finder-result { margin-top: 34px; }
  .finder-result img { height: 275px; }
  .reveal-line, [data-reveal] { transform: translateY(16px); }
}

.pathway-card[data-reveal] { transform: translateY(22px) perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.pathway-card[data-reveal].visible { transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.object[data-reveal] { transform: translateY(calc(var(--depth-offset, 0px) + 22px)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.object[data-reveal].visible { transform: translateY(var(--depth-offset, 0px)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
@media (max-width: 720px) {
  .pathway-card[data-reveal] { transform: translateY(16px) perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
  .object[data-reveal] { transform: translateY(calc(var(--depth-offset, 0px) + 16px)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
}

/*
  Archive Olfativo — the compositional pass.
  The page is intentionally not a stack of interchangeable sections: each scene
  behaves like a compact editorial spread, with the product and its action
  visible together. This is the source of the more cinematic Awwwards direction.
*/
:root {
  --archive-ease: cubic-bezier(.16, 1, .3, 1);
}

html { scroll-padding-top: 24px; }

/* The masthead belongs to the opening frame. It leaves with that frame instead
   of covering every chapter beneath it. */
.site-header {
  position: absolute;
  top: 16px;
  width: min(1280px, calc(100% - 32px));
  grid-template-columns: minmax(0, 1fr) minmax(0, auto) auto auto;
  gap: clamp(10px, 1.35vw, 20px);
  min-height: 58px;
  padding: 9px 11px 9px 13px;
  border: 1px solid rgba(233,242,248,.18);
  background: linear-gradient(105deg, rgba(16,43,60,.92), rgba(16,43,60,.7));
  box-shadow: none;
  backdrop-filter: blur(14px) saturate(.78);
}
.site-header::after {
  position: absolute;
  right: 11px;
  bottom: -1px;
  left: 88px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(164,124,72,.8), transparent);
  content: "";
  opacity: .7;
}
.site-header:hover { border-color: rgba(233,242,248,.34); background: rgba(16,43,60,.94); }
.header-status, .chapter-rail { display: none; }
.brand { gap: 10px; }
.brand-mark { width: 37px; height: 37px; }
.nav-links { gap: clamp(10px, 1.35vw, 18px); font-size: .56rem; letter-spacing: .105em; }
.nav-links a { padding-block: 7px; }
.nav-links a span { margin-right: 5px; color: var(--brass); font-size: .54rem; }
.nav-links a::after { bottom: 1px; }
.nav-cta { min-height: 38px; padding: 10px 13px; }

/* The language control is deliberately unmistakable, even inside a short view. */
.locale-switch {
  gap: 0;
  padding: 3px;
  border: 1px solid rgba(233,242,248,.28);
  color: rgba(233,242,248,.48);
  background: rgba(233,242,248,.05);
  font-size: .56rem;
  line-height: 1;
}
.locale-switch span { padding-inline: 1px; color: rgba(233,242,248,.28); }
.locale-switch button { min-width: 27px; padding: 7px 5px; color: rgba(233,242,248,.65); }
.locale-switch button:hover, .locale-switch button.active { color: var(--ink); background: var(--bone); }

/* Opening frame: fixed height only when the viewport can support it. No hidden
   content, no vertically centred dead zone above the headline. */
.hero {
  min-height: min(780px, 100svh);
  height: min(780px, 100svh);
  grid-template-columns: minmax(0, .91fr) minmax(440px, 1.09fr);
  align-items: stretch;
  gap: clamp(28px, 5vw, 80px);
  padding: 98px max(34px, calc((100% - 1220px) / 2)) 34px;
  overflow: clip;
}
.hero::before { opacity: .68; background: radial-gradient(circle at 74% 48%, rgba(30,92,124,.72), transparent 27rem), radial-gradient(circle at 8% 86%, rgba(164,124,72,.16), transparent 27rem); }
.hero-copy { align-self: start; max-width: 560px; padding-top: 16px; }
.hero-kicker { margin-bottom: 16px; }
.hero-title { font-size: clamp(4.45rem, 7vw, 7.45rem); line-height: .77; text-wrap: balance; }
.hero-deck { max-width: 405px; margin-top: 24px; font-size: .89rem; line-height: 1.68; text-wrap: pretty; }
.hero-link { gap: 20px; margin-top: 22px; padding-bottom: 8px; font-size: .61rem; }
.hero-link:hover { gap: 31px; }
.hero-visual { min-height: 0; height: min(61svh, 470px); align-self: center; }
.hero-figure { width: min(600px, 100%); transform: rotate(1.35deg); animation: archiveDrift 11s var(--archive-ease) infinite; }
.hero-figure::before { inset: -11px; border-color: rgba(233,242,248,.28); transform: rotate(-5deg); }
.hero-figure img, .hero-figure video { aspect-ratio: 1.55; object-position: 70% 56%; }
.hero-figure video { object-position: 50% 50%; }
.hero-figure figcaption { gap: 12px; padding-top: 10px; }
.hero-figure figcaption span:last-child { text-align: right; }
.visual-orbit { opacity: .78; }
.visual-index { top: 4%; right: 0; }
.hero-note { padding: 10px 12px; font-size: .7rem; }
.note-a { top: 16%; left: 0; }
.note-b { right: -1%; bottom: 8%; padding: 14px 15px; font-size: .88rem; }
.hero-footer { right: max(34px, calc((100% - 1220px) / 2)); bottom: 13px; left: max(34px, calc((100% - 1220px) / 2)); }

/* Three paths read as a single editorial spread rather than three equal cards. */
.pathways { padding: 62px max(34px, calc((100% - 1180px) / 2)) 54px; }
.pathways-head { grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr); gap: 18px 28px; margin-bottom: 30px; }
.pathways-head .chapter-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.pathways-head h2 { grid-column: 1; }
.pathways-head > p:last-child { grid-column: 2; align-self: end; }
.pathways-head h2, .finder-copy h2, .collection-bridge h2, .finder-close h2 { font-size: clamp(3.35rem, 5.25vw, 5.85rem); line-height: .83; }
.pathways-head > p:last-child { max-width: 245px; font-size: .8rem; line-height: 1.68; }
.pathways-grid { grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: 208px 188px; gap: 12px; align-items: stretch; }
.pathway-card, .pathway-card:nth-child(2) { min-height: 0; padding: 18px; }
.pathway-card:nth-child(1) { grid-row: 1 / span 2; }
.pathway-card:nth-child(2) { grid-column: 2 / span 2; grid-row: 1; }
.pathway-card:nth-child(3) { grid-column: 2 / span 2; grid-row: 2; margin-left: clamp(18px, 5vw, 84px); }
.pathway-card strong { max-width: 340px; font-size: clamp(3.8rem, 5vw, 5.3rem); }
.pathway-card:nth-child(n + 2) strong { max-width: 390px; font-size: clamp(2.35rem, 3.3vw, 3.9rem); }
.pathway-card em { margin-top: 17px; font-size: .55rem; }
.pathway-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--brass);
  content: "";
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

/* Compact visual archive: an index, not an oversized horizontal product strip. */
.atlas { padding: 68px 0 44px; }
.atlas-intro { width: min(1180px, calc(100% - 68px)); margin-bottom: 32px; gap: 24px; }
.atlas-intro h2 { font-size: clamp(3.25rem, 5.8vw, 6.8rem); }
.atlas-copy { font-size: .82rem; line-height: 1.7; }
.atlas-track { padding-right: max(34px, calc((100vw - 1180px) / 2)); padding-left: max(34px, calc((100vw - 1180px) / 2)); }
.scent-scene { width: clamp(295px, 30vw, 420px); height: 410px; padding: 19px; }
.scene-word { font-size: clamp(3.2rem, 5.5vw, 6.2rem); }
.atlas-foot { width: min(1180px, calc(100% - 68px)); margin-top: 20px; }

/* The guide and device zone are chapters with a fixed visual datum, not empty
   full-screen panels. */
.finder-teaser { gap: clamp(34px, 7vw, 96px); padding: 70px max(34px, calc((100% - 1180px) / 2)) 58px; }
.finder-copy > p:not(.chapter-kicker) { margin-top: 23px; font-size: .84rem; line-height: 1.72; }
.text-cta { margin-top: 24px; }
.finder-stage { min-height: 315px; padding: 19px; }
.finder-choices { margin-top: 30px; }
.finder-choices a { padding: 13px 0; }
.finder-choices strong { font-size: clamp(1.8rem, 2.9vw, 2.8rem); }
.finder-stage > p { right: 19px; bottom: 17px; left: 19px; }

.diffusion { min-height: 0; grid-template-columns: minmax(250px, .74fr) minmax(0, 1.26fr); gap: clamp(34px, 6vw, 82px); align-items: center; padding: 70px max(34px, calc((100% - 1180px) / 2)) 58px; overflow: visible; }
.diffusion-head { align-self: start; padding-top: 8px; }
.diffusion-head h2, .closing-copy h2 { font-size: clamp(3.2rem, 5.25vw, 5.3rem); line-height: .84; }
.diffusion-head > p:not(.chapter-kicker) { margin-top: 23px; font-size: .84rem; line-height: 1.72; }
.object-field { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; min-height: 0; padding-top: 8px; align-items: start; }
.object {
  position: relative;
  width: 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(115px, .92fr);
  gap: 0;
  padding: 0;
  border: 1px solid rgba(16,43,60,.17);
  background: #f4f9fc;
}
.object-a { top: auto; right: auto; }
.object-b { right: auto; bottom: auto; margin-top: 50px; grid-template-columns: minmax(115px, .92fr) minmax(0, 1.08fr); background: var(--plum); }
.object-image { height: 250px; }
.object-label { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 16px 14px; }
.object-label h3 { margin: 13px 0 19px; font-size: clamp(1.95rem, 2.7vw, 3.15rem); line-height: .86; }
.object-label a { align-self: flex-start; padding-bottom: 5px; font-size: .52rem; }
.object:hover { box-shadow: 0 24px 56px rgba(16,43,60,.14); transform: translateY(calc(-7px + var(--depth-offset, 0px))) rotate(-.45deg) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }

.trust-strip { padding: 17px max(34px, calc((100% - 1180px) / 2)); }
.closing { min-height: 0; padding: 74px max(34px, calc((100% - 1180px) / 2)) 55px; }
.closing-copy > p:not(.chapter-kicker) { margin-top: 24px; font-size: .84rem; line-height: 1.74; }
.closing-link { margin-top: 24px; }
.site-footer { padding-right: max(24px, calc((100% - 1180px) / 2)); padding-left: max(24px, calc((100% - 1180px) / 2)); }

/* Keep every secondary route in the same compressed editorial cadence. */
.collection-hero, .device-hero, .finder-page-hero, .orlando-hero {
  min-height: min(760px, 100svh);
  padding-top: 96px;
  padding-bottom: 42px;
}
.pdp-hero { min-height: min(780px, 100svh); padding-top: 94px; padding-bottom: 42px; }
.collection-hero-copy > p:last-child, .device-hero-copy > p:last-child, .finder-page-hero > div > p:last-child, .orlando-hero-copy > p:last-child { margin-top: 24px; font-size: .84rem; line-height: 1.72; }
.collection-hero h1, .device-hero h1, .finder-page-hero h1, .orlando-hero h1 { font-size: clamp(4.2rem, 6.5vw, 7.35rem); }
.collection-hero-image img, .finder-page-hero figure img, .orlando-hero-image img { max-height: min(57svh, 480px); object-fit: cover; }
.pdp-media img { max-height: min(62svh, 520px); aspect-ratio: 1.03; object-fit: cover; }
.pdp-buy h1 { font-size: clamp(4rem, 6.3vw, 7rem); }
.back-link { margin-bottom: 28px; }
.pdp-short { margin: 20px 0; font-size: 1rem; }
.pdp-story, .pdp-details, .pdp-related, .compare-section, .finder-console { padding-top: 72px; padding-bottom: 68px; }
.collection-bridge, .diffuser-cta, .finder-close, .visit-notes { padding-top: 70px; padding-bottom: 66px; }
.device-card { min-height: 490px; }
.device-card-copy { padding-top: 30px; }
.device-card-copy h2 { margin-top: 18px; }
.orlando-contact { padding-top: 74px; padding-bottom: 66px; }

/* One orchestrated movement language: an exposure passes through every visual
   chapter as it enters, rather than dozens of unrelated floating effects. */
@supports (animation-timeline: view()) {
  .pathway-card::before {
    animation: archiveExposure 1ms linear both;
    animation-timeline: view();
    animation-range: entry 4% cover 38%;
  }
  .scent-scene::after {
    animation: archiveVeil 1ms linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 44%;
  }
  .object-image img {
    animation: archiveFocus 1ms linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 58%;
  }
}

@keyframes archiveDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1.35deg); }
  50% { transform: translate3d(-7px, -9px, 0) rotate(.2deg); }
}
@keyframes archiveExposure { from { clip-path: inset(0 100% 0 0); opacity: .45; } to { clip-path: inset(0 0 0 100%); opacity: 0; } }
@keyframes archiveVeil { from { opacity: .94; } to { opacity: .55; } }
@keyframes archiveFocus { from { transform: scale(1.09); filter: saturate(.58) contrast(1.08); } to { transform: scale(1); filter: saturate(.9) contrast(1.02); } }

@media (min-width: 721px) and (max-height: 760px) {
  .site-header { top: 10px; min-height: 52px; padding: 7px 9px 7px 11px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: .7rem; }
  .nav-links { gap: 12px; font-size: .52rem; }
  .nav-cta { min-height: 34px; padding: 8px 11px; font-size: .57rem; }
  .locale-switch { font-size: .52rem; }
  .locale-switch button { min-width: 25px; padding: 6px 4px; }

  .hero { height: 100svh; min-height: 0; gap: clamp(24px, 4.3vw, 58px); padding-top: 82px; padding-bottom: 24px; }
  .hero-copy { padding-top: 10px; }
  .hero-kicker { margin-bottom: 11px; font-size: .56rem; }
  .hero-title { font-size: clamp(4.05rem, 6.25vw, 5.8rem); }
  .hero-deck { max-width: 370px; margin-top: 17px; font-size: .78rem; line-height: 1.54; }
  .hero-link { margin-top: 14px; font-size: .55rem; }
  .hero-visual { height: min(59svh, 390px); }
  .hero-figure { width: min(530px, 100%); }
  .hero-note { font-size: .62rem; }
  .note-a { top: 10%; }
  .note-b { display: none; }
  .hero-footer { display: none; }

  .pathways { padding-top: 48px; padding-bottom: 42px; }
  .pathways-grid { grid-template-rows: 192px 170px; }
  .atlas { padding-top: 52px; padding-bottom: 36px; }
  .scent-scene { height: 365px; }
  .finder-teaser, .diffusion { padding-top: 54px; padding-bottom: 46px; }
  .diffusion { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 56px); }
  .diffusion-head h2, .closing-copy h2 { font-size: clamp(3rem, 4.65vw, 4.7rem); line-height: .84; }
  .finder-stage { min-height: 282px; }
  .object-image { height: 214px; }
  .object-b { margin-top: 38px; }
  .closing { padding-top: 56px; padding-bottom: 44px; }

  .collection-hero, .device-hero, .finder-page-hero, .orlando-hero, .pdp-hero { min-height: 100svh; padding-top: 78px; padding-bottom: 26px; }
  .collection-hero h1, .device-hero h1, .finder-page-hero h1, .orlando-hero h1 { font-size: clamp(3.85rem, 5.8vw, 5.95rem); }
  .collection-hero-image img, .finder-page-hero figure img, .orlando-hero-image img { max-height: min(60svh, 390px); }
  .device-hero-art { height: min(58svh, 360px); }
  .device-hero-art img { width: min(430px, 86%); height: 100%; aspect-ratio: auto; object-fit: cover; }
  .pdp-media img { max-height: min(62svh, 420px); }
  .pdp-buy h1 { font-size: clamp(3.6rem, 5.7vw, 5.7rem); }
  .pdp-short { max-width: 360px; margin: 13px 0; font-size: .9rem; }
  .pdp-options { margin-top: 16px; }
  .pdp-option { min-width: 86px; padding: 9px 10px; }
}

@media (max-width: 1020px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }
  .nav-links { display: none; }
  .hero { grid-template-columns: .88fr 1.12fr; padding-right: 42px; padding-left: 42px; }
  .pathways, .finder-teaser, .diffusion, .closing { padding-right: 42px; padding-left: 42px; }
  .pathways-head { grid-template-columns: minmax(0, 1.25fr) minmax(205px, .75fr); }
  .pathways-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 190px; }
  .pathway-card:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
  .pathway-card:nth-child(2) { grid-column: 2; grid-row: 1; }
  .pathway-card:nth-child(3) { grid-column: 2; grid-row: 2; margin-left: 0; }
  .pathway-card:nth-child(n + 2) strong { font-size: clamp(2.25rem, 4.3vw, 3.5rem); }
  .object-field { grid-template-columns: 1fr; }
  .object-b { margin-top: 0; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 18px; }
  .site-header { top: 10px; width: calc(100% - 24px); min-height: 50px; padding: 7px 8px 7px 10px; }
  .site-header::after { left: 52px; }
  .brand-name { font-size: .62rem; letter-spacing: .1em; }
  .brand-mark { width: 32px; height: 32px; font-size: .95rem; }
  .nav-cta { min-height: 33px; padding: 8px 9px; font-size: .5rem; }
  .nav-cta span { display: none; }
  .locale-switch { font-size: .5rem; }
  .locale-switch button { min-width: 24px; padding: 6px 3px; }

  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; gap: 7px; padding: 86px 22px 40px; overflow: hidden; }
  .hero-copy { padding-top: 0; }
  .hero-kicker { margin-bottom: 12px; }
  .hero-title { font-size: clamp(4rem, 17vw, 6.2rem); }
  .hero-deck { margin-top: 20px; }
  .hero-link { margin-top: 18px; }
  .hero-visual { height: auto; min-height: 345px; margin-top: 2px; }
  .hero-figure { width: min(410px, 100%); }
  .hero-figure img, .hero-figure video { aspect-ratio: 1.32; }
  .hero-footer { display: none; }
  .note-a { top: 10%; }
  .note-b { display: none; }

  .pathways { padding: 58px 22px 48px; }
  .pathways-head { display: block; margin-bottom: 25px; }
  .pathways-head > p:last-child { margin-top: 19px; }
  .pathways-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 350px 232px 232px; }
  .pathway-card:nth-child(1), .pathway-card:nth-child(2), .pathway-card:nth-child(3) { grid-column: 1; grid-row: auto; margin-left: 0; }
  .pathway-card:nth-child(n + 2) strong { font-size: clamp(2.7rem, 12vw, 4rem); }
  .pathway-card strong { font-size: clamp(3.7rem, 15vw, 5.4rem); }

  .atlas { padding-top: 58px; padding-bottom: 38px; }
  .atlas-intro, .atlas-foot { width: calc(100% - 44px); }
  .atlas-intro { margin-bottom: 26px; }
  .scent-scene { width: 78vw; height: 370px; }
  .finder-teaser { grid-template-columns: 1fr; gap: 28px; padding: 60px 22px 52px; }
  .finder-stage { min-height: 296px; }
  .finder-choices { margin-top: 27px; }
  .diffusion { grid-template-columns: 1fr; gap: 31px; padding: 60px 22px 52px; }
  .object-field { grid-template-columns: 1fr; }
  .object { grid-template-columns: 1.05fr .95fr; }
  .object-image { height: 205px; }
  .object-b { margin-top: 0; }
  .object-label { padding: 14px 12px; }
  .object-label h3 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .closing { grid-template-columns: .45fr 1fr; padding: 60px 22px 50px; }
  .closing-mark { font-size: clamp(5rem, 22vw, 8rem); }
  .closing-coordinates { display: none; }

  .collection-hero, .device-hero, .finder-page-hero, .orlando-hero, .pdp-hero { min-height: auto; padding-top: 82px; padding-bottom: 50px; }
  .pdp-story, .pdp-details, .pdp-related, .compare-section, .finder-console { padding-top: 60px; padding-bottom: 56px; }
  .collection-bridge, .diffuser-cta, .finder-close, .visit-notes, .orlando-contact { padding-top: 60px; padding-bottom: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-figure, .page-loader span, .page-loader i, .status-dot, .visual-orbit { animation: none !important; }
  .pathway-card::before, .scent-scene::after, .object-image img { animation: none !important; }
}
