:root {
  --bg: #09080d;
  --bg-soft: #100d16;
  --surface: rgba(24, 19, 31, .68);
  --surface-strong: rgba(31, 24, 40, .9);
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.17);
  --text: #f7f4f8;
  --muted: #a9a3af;
  --violet: #9d4edd;
  --violet-light: #d39aff;
  --pink: #ed65aa;
  --lime: #c7f36a;
  --danger: #ff8794;
  --radius: 22px;
  --shadow: 0 24px 64px rgba(0,0,0,.3);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.modal-open, body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
em {
  color: var(--violet-light);
  font-family: "Bodoni MT", Baskerville, "Iowan Old Style", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.025em;
}
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 11px 16px; border-radius: 10px; background: #fff; color: #111; transition: top .2s; }
.skip-link:focus { top: 16px; }
.glass { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(34,27,41,.78), rgba(15,13,22,.68)); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.scrolled { background: rgba(9,8,13,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { min-height: 44px; display: inline-flex; align-items: center; font-size: 24px; font-weight: 630; letter-spacing: .18em; line-height: 1; }
.wordmark span { color: var(--violet-light); }
.desktop-nav { display: flex; gap: 32px; color: #b3acb8; font-size: 14px; }
.desktop-nav a { position: relative; padding: 28px 0; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 19px; height: 1px; transform: scaleX(0); background: var(--violet-light); transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); }
.desktop-nav a.active::after, .desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn, .menu-btn { border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 50%; width: 44px; height: 44px; cursor: pointer; position: relative; transition: .2s; }
.icon-btn:hover, .menu-btn:hover { background: rgba(255,255,255,.1); border-color: var(--line-strong); }
.icon-btn[aria-pressed="true"] { border-color: rgba(211,154,255,.62); background: rgba(157,78,221,.18); color: #fff; }
.icon-btn span:first-child { font-size: 23px; line-height: 1; }
.count-badge { position: absolute; right: -5px; top: -4px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 20px; display: grid; place-items: center; background: var(--violet); color: #fff; font-size: 10px; font-weight: 700; }
.menu-btn { display: none; }
.menu-btn span { position: absolute; left: 13px; width: 17px; height: 1px; background: #fff; transition: .25s; }
.menu-btn span:first-child { top: 17px; }
.menu-btn span:last-child { top: 24px; }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 78px 0 0; z-index: 99; padding: 28px max(20px, calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; gap: 4px; background: rgba(9,8,13,.97); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
.mobile-nav a { min-height: 52px; display: flex; align-items: center; padding: 12px; border-radius: 12px; color: #d2cbd6; font-size: 16px; }
.mobile-nav a:hover, .mobile-nav a:focus-visible { background: rgba(255,255,255,.055); color: #fff; }

.hero { min-height: 880px; height: 100svh; max-height: 1040px; position: relative; display: flex; align-items: center; overflow: hidden; background-image: linear-gradient(90deg, rgba(7,6,11,.84) 0%, rgba(7,6,11,.55) 49%, rgba(7,6,11,.18) 100%), linear-gradient(180deg, rgba(7,6,11,.3) 0%, rgba(7,6,11,.1) 65%, var(--bg) 100%), image-set(url("../assets/background.avif") type("image/avif"), url("../assets/background.webp") type("image/webp"), url("../assets/background.png") type("image/png")); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-glow { position: absolute; width: 460px; height: 460px; left: -160px; top: 18%; background: rgba(128,47,145,.14); filter: blur(96px); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 450px; gap: clamp(34px, 4vw, 64px); align-items: center; }
.hero-main { min-width: 0; }
.eyebrow { margin: 0 0 22px; color: #c7c0ca; font-size: 11px; text-transform: uppercase; letter-spacing: .19em; font-weight: 650; }
.eyebrow span { display: inline-block; width: 22px; height: 1px; margin: 0 8px 3px 0; background: var(--violet-light); }
.hero h1, .section-heading h2, .method-copy h2, .about-panel h2, .newsletter h2 { margin: 0; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 700px; font-size: clamp(60px, 6.4vw, 96px); }
.hero-copy { max-width: 600px; margin: 30px 0 34px; font-size: 17px; line-height: 1.75; color: #bbb4c1; }
.search-shell { position: relative; display: flex; align-items: center; width: min(720px, 100%); padding: 8px; border-radius: 18px; }
.search-icon { width: 19px; height: 19px; margin: 0 14px 0 10px; border: 1.5px solid #aaa2ae; border-radius: 50%; position: relative; flex: 0 0 auto; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 1.5px; background: #aaa2ae; right: -5px; bottom: 0; transform: rotate(45deg); }
.search-shell input { min-width: 0; flex: 1; height: 50px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 15px; }
.search-shell input::placeholder { color: #958e9b; }
.search-shell:focus-within { border-color: rgba(211,154,255,.58); box-shadow: 0 0 0 3px rgba(157,78,221,.12), var(--shadow); }
.search-shell > button, .compare-now { border: 0; border-radius: 12px; padding: 15px 21px; background: linear-gradient(135deg, #7e2fb3, #ad4fc9); cursor: pointer; font-weight: 650; transition: transform .2s, filter .2s; white-space: nowrap; }
.search-shell > button:hover, .compare-now:hover { transform: translateY(-1px); filter: brightness(1.12); }
.search-shell > button span { margin-left: 14px; }
.search-suggestions { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: rgba(18,14,24,.98); border: 1px solid var(--line-strong); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); z-index: 10; }
.suggestion { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.suggestion:last-child { border: 0; }
.suggestion:hover, .suggestion:focus { background: rgba(255,255,255,.06); outline: 0; }
.suggestion span { color: var(--muted); font-size: 12px; }
.quick-searches { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 16px 0 0 4px; font-size: 12px; color: #96909b; }
.quick-searches button { min-width: 44px; min-height: 44px; padding: 8px 5px; border: 0; background: transparent; color: #b7b0bc; cursor: pointer; }
.quick-searches button:hover { color: var(--violet-light); }
.hero-stats { display: flex; gap: clamp(24px, 3.4vw, 48px); margin: 48px 0 0; }
.hero-stats div { position: relative; }
.hero-stats div:not(:last-child)::after { content: ""; position: absolute; width: 1px; height: 34px; right: clamp(-35px, -2.5vw, -15px); top: 5px; background: var(--line); }
.hero-stats dt { font-size: 24px; font-weight: 550; letter-spacing: -.02em; }
.hero-stats dt span { color: var(--violet-light); }
.hero-stats dd { margin: 2px 0 0; color: #8f8994; font-size: 11px; }
.hero-deck { width: 450px; min-height: 625px; align-self: center; }
.deck-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin: 0 5px 17px; }
.deck-heading h2 { margin: 0; font-size: 18px; font-weight: 570; letter-spacing: -.02em; }
.deck-heading p { margin: 4px 0 0; color: #938b98; font-size: 10px; }
.deck-swipe-hint { color: #aaa3af; font-size: 11px; white-space: nowrap; }
.deck-swipe-hint i { margin-left: 5px; color: #a39ca8; font-style: normal; }
.deck-stage { position: relative; width: 100%; height: 535px; overflow: hidden; touch-action: pan-y; cursor: grab; outline: none; perspective: 1200px; isolation: isolate; }
.deck-stage.dragging { cursor: grabbing; }
.deck-stage:focus-visible { border-radius: 24px; outline: 2px solid var(--violet-light); outline-offset: 5px; }
.deck-empty { min-height: 100%; display: grid; place-items: center; padding: 32px; border: 1px dashed var(--line); border-radius: 28px; color: var(--muted); text-align: center; background: rgba(18, 15, 24, .56); }
.deck-card {
  position: absolute;
  top: 2px;
  bottom: 30px;
  left: 50%;
  width: calc(100% - 92px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 25px;
  background: linear-gradient(150deg, rgba(27,21,34,.97), rgba(12,10,16,.98));
  box-shadow: 0 28px 60px rgba(0,0,0,.42);
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  will-change: transform, opacity;
  pointer-events: none;
  transition: transform .62s cubic-bezier(.2,.76,.24,1), opacity .48s ease, filter .48s ease, border-color .28s ease;
}
.deck-card.deck-layer-center { z-index: 10; opacity: 1; transform: translate3d(-50%,0,0) scale(1); filter: none; pointer-events: auto; }
.deck-card.deck-layer-left { z-index: 8; opacity: .42; transform: translate3d(-72%,14px,-70px) scale(.91); filter: saturate(.66); }
.deck-card.deck-layer-right { z-index: 9; opacity: .42; transform: translate3d(-28%,14px,-70px) scale(.91); filter: saturate(.66); }
.deck-card.deck-layer-hidden { z-index: 0; opacity: 0; transform: translate3d(-50%,24px,-120px) scale(.87); filter: saturate(.45); }
.deck-card.is-active { border-color: rgba(211,154,255,.22); box-shadow: 0 30px 66px rgba(0,0,0,.46); }
.deck-card.is-active:hover { transform: translate3d(-50%,-3px,0) scale(1.004); }
.deck-visual { position: absolute; inset: 0 0 238px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(ellipse at 50% 52%, var(--card-glow), transparent 66%); }
.deck-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 95px; background: linear-gradient(transparent, rgba(14,11,18,.97)); pointer-events: none; }
.deck-favorite { z-index: 3; }
.deck-favorite { position: absolute; top: 13px; right: 13px; width: 44px; height: 44px; padding: 0 0 2px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(7,6,10,.54); color: #fff; font-size: 19px; cursor: pointer; backdrop-filter: blur(10px); }
.deck-favorite.active { color: var(--pink); border-color: rgba(237,101,170,.4); }
.deck-bottle { transform: scale(1.18); margin-top: -34px; filter: drop-shadow(0 28px 34px rgba(0,0,0,.45)); }
.deck-bottle-image { width: 238px; height: 270px; margin-top: -24px; filter: drop-shadow(0 26px 28px rgba(0,0,0,.46)); }
.deck-body { position: absolute; z-index: 2; inset: auto 0 0; display: flex; flex-direction: column; justify-content: flex-end; min-height: 250px; padding: 45px 17px 15px; background: linear-gradient(transparent, rgba(14,11,18,.94) 20%, rgba(14,11,18,.99) 50%); }
.deck-brand { margin: 0; color: #bdb4c1; font-size: 11px; letter-spacing: .15em; }
.deck-name { margin: 5px 0 10px; color: #fff; font-size: 27px; line-height: 1.05; font-weight: 540; letter-spacing: -.035em; }
.deck-name a { display: inline-block; }
.deck-name a:hover { color: var(--violet-light); }
.deck-meta { display: flex; align-items: center; gap: 7px; }
.deck-meta span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; color: #c9c1cc; background: rgba(9,7,12,.3); font-size: 11px; backdrop-filter: blur(8px); }
.deck-editor-score { justify-self: end; display: flex; align-items: baseline; gap: 3px; color: #fff; }
.deck-editor-score span { margin-right: 5px; color: #978f9c; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.deck-editor-score strong { font-size: 25px; font-weight: 620; }
.deck-editor-score small { color: #8f8793; font-size: 11px; }
.deck-editor-score.is-pending .score-pending { margin: 0; padding: 6px 9px; border: 1px solid rgba(211,154,255,.14); border-radius: 999px; background: rgba(255,255,255,.025); color: #aaa2ad; font-size: 11px; text-transform: none; letter-spacing: .01em; white-space: nowrap; }
.deck-actions { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 14px; }
.deck-action { min-height: 44px; padding: 9px 8px; border: 1px solid rgba(211,154,255,.2); border-radius: 11px; background: rgba(255,255,255,.035); color: #d9d0de; font: inherit; font-size: 12px; cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.deck-action span { margin-right: 4px; color: var(--violet-light); }
.deck-action:hover { border-color: rgba(211,154,255,.42); background: rgba(157,78,221,.12); color: #fff; transform: translateY(-1px); }
.deck-primary { background: linear-gradient(135deg, rgba(113,50,154,.78), rgba(161,73,191,.65)); border-color: rgba(211,154,255,.25); color: #fff; font-weight: 620; }
.deck-secondary.selected { border-color: rgba(199,243,106,.25); color: var(--lime); }
.deck-inspect { grid-column: 1 / -1; justify-self: center; min-height: 34px; display: inline-flex; align-items: center; gap: 5px; margin-top: 3px; color: #aaa2ad; font-size: 10px; }
.deck-inspect:hover { color: #fff; }
.deck-controls { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 11px; }
.deck-arrow { width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); color: #b4adb8; cursor: pointer; transition: .2s; }
.deck-arrow:hover { border-color: rgba(211,154,255,.35); color: #fff; background: rgba(157,78,221,.12); }
.deck-dots { min-width: 66px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.035); color: #f1eaf4; font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 650; letter-spacing: .08em; text-align: center; }
.scroll-cue { position: absolute; right: 28px; bottom: 70px; z-index: 4; display: flex; align-items: center; gap: 10px; color: #8f8994; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; transform: rotate(90deg); }
.scroll-cue span { width: 30px; height: 1px; background: #8f8994; }

.compare-section { padding: 95px 0 120px; background: radial-gradient(circle at 80% 15%, rgba(105,35,126,.11), transparent 34%); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.section-heading h2, .method-copy h2, .about-panel h2, .newsletter h2 { font-size: clamp(38px, 5vw, 62px); }
.text-link, .outline-link { min-height: 44px; display: inline-flex; align-items: center; color: #c8c0cc; font-size: 13px; border-bottom: 1px solid #57515d; padding-block: 7px; transition: .2s; }
.text-link:hover, .outline-link:hover { color: #fff; border-color: var(--violet-light); }
.filter-row { margin-top: 24px; display: flex; flex-direction: column; gap: 13px; }
.explore-brand-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.explore-brand-filters label { display: grid; gap: 7px; color: #9b94a0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.explore-brand-filters select { width: 100%; min-height: 45px; padding: 0 38px 0 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: #100d14; color: #d9d2dc; font: inherit; font-size: 12px; cursor: pointer; }
.explore-brand-filters select:focus-visible { border-color: rgba(211,154,255,.48); box-shadow: 0 0 0 3px rgba(157,78,221,.09); outline: 0; }
.explore-controls { position: relative; z-index: 20; display: grid; grid-template-columns: minmax(260px,1fr) auto 205px; gap: 10px; padding: 7px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.018)); box-shadow: 0 16px 36px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.explore-search { min-height: 48px; display: flex; align-items: center; padding: 3px 4px 3px 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(9,7,12,.34); transition: border-color .2s, box-shadow .2s, background .2s; }
.explore-search:hover { border-color: rgba(211,154,255,.24); background: rgba(15,11,19,.48); }
.explore-search:focus-within { border-color: rgba(211,154,255,.48); box-shadow: 0 0 0 3px rgba(157,78,221,.09); }
.explore-search .search-icon { width: 15px; height: 15px; margin: 0 11px 0 2px; }
.explore-search input { min-width: 0; flex: 1; height: 40px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 13px; }
.explore-search input::placeholder { color: #958e9b; }
.explore-search button { min-width: 58px; min-height: 40px; border: 0; border-radius: 9px; background: rgba(157,78,221,.18); color: #eadcf2; font-size: 12px; cursor: pointer; }
.explore-search button:hover { background: rgba(157,78,221,.3); color: #fff; }
.tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.tab { min-width: 64px; min-height: 42px; padding: 8px 15px; border: 1px solid rgba(255,255,255,.075); border-radius: 999px; background: rgba(255,255,255,.025); color: #928b97; font-size: 12px; cursor: pointer; white-space: nowrap; transition: border-color .2s, background .2s, color .2s; }
.tab:hover { border-color: rgba(211,154,255,.24); color: #d8d0dc; }
.tab.active { border-color: rgba(211,154,255,.3); background: rgba(157,78,221,.12); color: #fff; }
.sort-menu { position: relative; z-index: 20; }
.sort-trigger { width: 100%; min-height: 48px; display: grid; grid-template-columns: 17px 1fr 8px; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(9,7,12,.34); color: #d9d2dc; font: inherit; font-size: 12px; text-align: left; cursor: pointer; transition: border-color .2s, box-shadow .2s, background .2s; }
.sort-trigger:hover, .sort-menu.open .sort-trigger { border-color: rgba(211,154,255,.42); background: rgba(255,255,255,.04); }
.sort-trigger:focus-visible { border-color: rgba(211,154,255,.48); box-shadow: 0 0 0 3px rgba(157,78,221,.09); outline: 0; }
.sort-icon { width: 16px; height: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.sort-icon i { display: block; height: 1px; border-radius: 2px; background: #ad8fc0; }
.sort-icon i:nth-child(1) { width: 16px; }
.sort-icon i:nth-child(2) { width: 11px; }
.sort-icon i:nth-child(3) { width: 6px; }
.sort-chevron { width: 7px; height: 7px; border-right: 1px solid #938b98; border-bottom: 1px solid #938b98; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.sort-menu.open .sort-chevron { transform: rotate(225deg) translate(-1px,-1px); }
.sort-options { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; width: 100%; min-width: 205px; padding: 6px; border: 1px solid rgba(211,154,255,.18); border-radius: 14px; background: rgba(18,14,23,.97); box-shadow: 0 20px 48px rgba(0,0,0,.48); backdrop-filter: blur(18px); }
.sort-option { position: relative; width: 100%; min-height: 42px; padding: 9px 12px 9px 30px; border: 0; border-radius: 9px; background: transparent; color: #bdb5c1; font: inherit; font-size: 12px; text-align: left; cursor: pointer; }
.sort-option:hover, .sort-option:focus-visible { background: rgba(157,78,221,.13); color: #fff; outline: 0; }
.sort-option.selected { color: #fff; background: rgba(157,78,221,.08); }
.sort-option.selected::before { content: ""; position: absolute; left: 12px; top: 50%; width: 7px; height: 4px; border-left: 1.5px solid var(--violet-light); border-bottom: 1.5px solid var(--violet-light); transform: translateY(-65%) rotate(-45deg); }
.results-meta { min-height: 50px; padding-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; color: #aaa3af; font-size: 12px; }
.active-filter-chips { padding: 6px 9px; border: 1px solid rgba(211,154,255,.18); border-radius: 999px; background: rgba(157,78,221,.07); color: #d8c9e1; }
.results-meta #activeQuery { margin-left: auto; }
.clear-filters { min-height: 44px; padding: 9px 12px; border: 1px solid rgba(211,154,255,.22); border-radius: 9px; background: rgba(157,78,221,.08); color: #e2d7e7; font-size: 12px; cursor: pointer; }
.clear-filters:hover { border-color: rgba(211,154,255,.5); color: #fff; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; min-height: 420px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(145deg, rgba(26,21,33,.92), rgba(13,11,18,.95)); transition: transform .3s, border-color .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(211,154,255,.25); box-shadow: 0 28px 65px rgba(0,0,0,.35); }
.card-top { min-height: 205px; padding: 14px 22px 10px; position: relative; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at 50% 64%, var(--card-glow), transparent 68%); }
.rank { position: absolute; top: 20px; left: 20px; color: #6f6973; font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.favorite-btn { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0 0 2px; border: 1px solid var(--line); border-radius: 50%; background: rgba(0,0,0,.15); font-size: 21px; cursor: pointer; transition: .2s; }
.favorite-btn:hover { background: rgba(255,255,255,.08); }
.favorite-btn.active { color: var(--pink); border-color: rgba(237,101,170,.35); }
.bottle {
  position: relative;
  width: 92px;
  height: 120px;
  margin-top: 24px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px 8px 14px 14px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,.025) 16%, transparent 46%, rgba(255,255,255,.08) 77%, rgba(255,255,255,.22)),
    linear-gradient(165deg, rgba(255,245,238,.12), rgba(18,11,20,.04));
  box-shadow:
    inset 3px 0 7px rgba(255,255,255,.16),
    inset -3px 0 8px rgba(255,255,255,.08),
    inset 0 -8px 12px rgba(255,255,255,.09),
    0 20px 42px rgba(0,0,0,.42),
    0 0 28px color-mix(in srgb, var(--bottle-tone) 30%, transparent);
  display: grid;
  place-items: center;
  isolation: isolate;
}
.bottle::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -38px;
  width: 52px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px 10px 4px 4px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.19), transparent 19%, transparent 75%, rgba(255,255,255,.1)),
    linear-gradient(100deg, #201923, color-mix(in srgb, var(--bottle-tone) 42%, #2a202d) 48%, #171319);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.14), inset 0 -3px 0 rgba(0,0,0,.32), 0 5px 10px rgba(0,0,0,.28);
}
.bottle::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  width: 38px;
  height: 11px;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(90deg, #6e4c48, #dfb08b 34%, #87615a 70%, #3f2a30);
  box-shadow: 0 -4px 0 #241b25, inset 0 2px 0 rgba(255,255,255,.32), 0 2px 5px rgba(0,0,0,.3);
}
.bottle-liquid {
  position: absolute;
  z-index: 1;
  inset: 10px 9px 11px;
  overflow: hidden;
  border: 1px solid rgba(255,235,221,.24);
  border-radius: 5px 5px 19px 19px;
  background:
    radial-gradient(circle at 31% 24%, rgba(255,224,191,.38), transparent 31%),
    linear-gradient(100deg,
      color-mix(in srgb, var(--bottle-tone) 58%, #24131b),
      color-mix(in srgb, var(--bottle-tone) 72%, #df9b5f) 47%,
      color-mix(in srgb, var(--bottle-tone) 62%, #180d16));
  box-shadow:
    inset 5px 0 8px rgba(255,232,211,.13),
    inset -7px 0 10px rgba(0,0,0,.26),
    inset 0 -7px 8px rgba(0,0,0,.16),
    0 0 14px color-mix(in srgb, var(--bottle-tone) 36%, transparent);
}
.bottle-liquid::after {
  content: "";
  position: absolute;
  inset: 5px 7px 8px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 3px 3px 14px 14px;
}
.perfume-bottle-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 166px;
  height: 184px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.38));
}
.card-body { flex: 1; padding: 18px 19px 14px; }
.card-brand { margin: 0; color: #918a96; font-size: 11px; letter-spacing: .14em; overflow-wrap: anywhere; }
.card-title { min-height: 47px; margin: 5px 0 12px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 19px; font-weight: 570; letter-spacing: -.02em; line-height: 1.24; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.card-title a { min-height: 44px; display: inline-flex; align-items: center; }
.card-title a:hover { color: var(--violet-light); }
.tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { padding: 4px 8px; border: 1px solid var(--line); border-radius: 20px; color: #aaa3af; font-size: 11px; }
.card-summary { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.perfume-metrics { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.075); }
.perfume-metrics div { min-width: 0; padding: 0 10px; text-align: center; }
.perfume-metrics div:first-child { padding-left: 0; text-align: left; }
.perfume-metrics div:last-child { padding-right: 0; text-align: right; }
.perfume-metrics div + div { border-left: 1px solid rgba(255,255,255,.075); }
.perfume-metrics dt { color: #f1ecf3; font-size: 15px; font-weight: 620; letter-spacing: -.01em; }
.perfume-metrics dd { margin: 3px 0 0; color: #9a929f; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.perfume-card-state { min-height: 44px; display: flex; align-items: center; margin: 0; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.075); color: #aaa3af; font-size: 12px; }
.deck-body .perfume-metrics { margin-top: 2px; }
.deck-body .perfume-card-state { min-height: 36px; }
.compact-score { display: flex; align-items: baseline; gap: 2px; color: #fff; }
.compact-score span { margin-right: 4px; color: #98909d; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.compact-score strong { font-size: 20px; font-weight: 620; }
.compact-score small { color: #8f8794; font-size: 11px; }
.compact-score.is-pending .score-pending { margin: 0; padding: 5px 8px; border: 1px solid rgba(211,154,255,.12); border-radius: 999px; background: rgba(255,255,255,.025); color: #aaa2ad; font-size: 11px; text-transform: none; letter-spacing: .01em; white-space: nowrap; }
.card-footer { padding: 12px 14px 14px; border-top: 1px solid var(--line); }
.card-actions { width: 100%; display: grid; grid-template-columns: 1fr; gap: 7px; }
.compare-btn, .dupe-compare-btn { min-height: 46px; padding: 9px 8px; border: 1px solid rgba(211,154,255,.18); border-radius: 11px; background: rgba(255,255,255,.028); color: #cfc6d3; font: inherit; font-size: 13px; cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.compare-btn span, .dupe-compare-btn span { margin-right: 3px; color: var(--violet-light); }
.compare-btn:hover, .dupe-compare-btn:hover { border-color: rgba(211,154,255,.42); background: rgba(157,78,221,.11); color: #fff; transform: translateY(-1px); }
.dupe-compare-btn { border-color: rgba(211,154,255,.25); background: linear-gradient(135deg, rgba(113,50,154,.72), rgba(161,73,191,.55)); color: #fff; font-weight: 620; }
.compare-btn.selected { border-color: rgba(199,243,106,.25); color: var(--lime); }
.skeleton { min-height: 520px; border-radius: var(--radius); background: linear-gradient(110deg, #111016 8%, #1d1921 18%, #111016 33%); background-size: 200% 100%; animation: shine 1.25s linear infinite; }
@keyframes shine { to { background-position-x: -200%; } }
.empty-state, .error-state { text-align: center; padding: 70px 20px; border-radius: var(--radius); }
.empty-icon { width: 52px; height: 52px; margin: 0 auto 16px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--violet-light); font-size: 25px; }
.empty-state h3, .error-state h3 { margin: 0 0 7px; font-size: 21px; }
.empty-state p, .error-state p { color: var(--muted); margin: 0 0 22px; font-size: 14px; }
.secondary-btn { min-height: 44px; border: 1px solid var(--line-strong); border-radius: 11px; padding: 11px 17px; background: rgba(255,255,255,.05); cursor: pointer; }
.secondary-btn:hover { background: rgba(255,255,255,.1); }

.method-section { padding: 130px 0; background: linear-gradient(180deg, #0b090e, #100c15); border-block: 1px solid rgba(255,255,255,.04); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; align-items: center; }
.method-copy > p:not(.eyebrow) { max-width: 420px; margin: 28px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.method-cards { display: grid; gap: 13px; }
.method-card { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 25px; border-radius: 18px; box-shadow: none; transition: border-color .25s, transform .25s; }
.method-card:hover { transform: translateX(-5px); border-color: rgba(211,154,255,.26); }
.method-number { color: var(--violet-light); font: 13px ui-monospace, monospace; }
.method-card h3 { margin: 0 0 7px; font-size: 16px; font-weight: 550; }
.method-card p { margin: 0; color: #9d96a2; font-size: 14px; line-height: 1.65; }
.about-section { padding: 120px 0; background: radial-gradient(circle at 50% 0, rgba(105,35,126,.12), transparent 45%); }
.about-panel { min-height: 370px; padding: 68px; border-radius: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; position: relative; overflow: hidden; }
.about-panel::after { content: "V"; position: absolute; right: -38px; bottom: -170px; font-size: 440px; font-weight: 700; line-height: 1; color: rgba(255,255,255,.015); transform: rotate(-8deg); }
.about-copy { position: relative; z-index: 1; }
.about-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-copy ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; font-size: 12px; }
.about-copy li span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 9px; border-radius: 50%; background: rgba(157,78,221,.11); color: #cbb6d8; font-size: 10px; }
.newsletter { padding: 86px 0; background: linear-gradient(110deg, #24102e, #130d1b 50%, #241125); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: end; }
.newsletter-coming { padding: 22px; border-radius: 16px; box-shadow: none; }
.newsletter-coming strong { color: var(--violet-light); font-size: 16px; }
.newsletter-coming p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
footer { padding: 60px 0 24px; background: #070609; }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; }
.footer-main p { color: #8f8994; font-size: 11px; }
.footer-links { display: flex; gap: 17px; color: #9b94a0; font-size: 12px; }
.footer-links a, .footer-links button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 4px; }
.footer-links button { min-width: 44px; border: 0; background: none; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #918a96; font-size: 11px; }

.compare-tray { position: fixed; z-index: 80; left: 50%; bottom: 18px; width: min(690px, calc(100% - 32px)); transform: translateX(-50%); display: flex; align-items: center; gap: 14px; padding: 10px 10px 10px 17px; border-radius: 17px; background: rgba(22,17,27,.92); }
.compare-tray > div:first-child { display: flex; align-items: center; gap: 7px; min-width: 130px; }
.compare-tray > div:first-child span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); font-size: 11px; }
.compare-tray p { margin: 0; color: #aaa3ae; font-size: 10px; }
.tray-items { display: flex; gap: 5px; flex: 1; }
.tray-chip { position: relative; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: #c2bac6; background: rgba(255,255,255,.035); font-size: 10px; cursor: pointer; }
.tray-chip i { position: absolute; right: -4px; top: -5px; width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; background: #2b2330; color: #f1dff8; font-size: 10px; font-style: normal; opacity: 0; transform: scale(.8); transition: .18s; }
.tray-chip:hover, .tray-chip:focus-visible { border-color: rgba(211,154,255,.55); color: #fff; }
.tray-chip:hover i, .tray-chip:focus-visible i { opacity: 1; transform: scale(1); }
.compare-clear { min-height: 44px; padding: 8px 9px; border: 0; background: transparent; color: #aaa3af; font-size: 10px; cursor: pointer; white-space: nowrap; }
.compare-clear:hover { color: #fff; }
.compare-now { min-height: 44px; padding: 11px 15px; font-size: 11px; }
.compare-now:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.modal-backdrop { position: fixed; inset: 0; z-index: 150; padding: 24px; background: rgba(3,2,5,.78); backdrop-filter: blur(10px); overflow-y: auto; }
.modal { width: min(1120px, 100%); margin: max(4vh, 20px) auto; padding: 40px; border-radius: 24px; background: rgba(18,14,23,.96); position: relative; }
.modal h2 { margin: 0 0 28px; font-size: 34px; font-weight: 450; }
.modal-close { position: absolute; right: 19px; top: 16px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; font-size: 24px; }
.comparison-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.comparison-scroll:focus-visible { outline-offset: 2px; }
.comparison-table { width: max(100%, calc(150px + var(--cols, 2) * 180px)); border-collapse: collapse; table-layout: fixed; }
.comparison-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.comparison-table th, .comparison-table td { min-width: 150px; padding: 13px; border-bottom: 1px solid var(--line); border-right: 1px solid rgba(255,255,255,.05); text-align: left; vertical-align: top; overflow-wrap: anywhere; font-size: 11px; font-weight: 400; }
.comparison-table .table-label { position: sticky; left: 0; z-index: 2; width: 150px; color: #aaa3af; background: #141019; font-size: 11px; }
.comparison-table .table-head { color: var(--violet-light); font-weight: 600; }
.comparison-table tr:last-child > * { border-bottom: 0; }
.comparison-product-name { min-width: 0; }
.comparison-remove { display: block; min-height: 44px; margin-top: 9px; padding: 9px 10px; border: 1px solid rgba(211,154,255,.25); border-radius: 7px; background: rgba(157,78,221,.08); color: #e2d4e7; font-size: 12px; cursor: pointer; }
.comparison-remove:hover { border-color: rgba(211,154,255,.5); color: #fff; }
.comparison-empty { min-width: 0; padding: 34px 20px; text-align: center; }
.comparison-empty h3 { margin: 0 0 7px; font-size: 18px; }
.comparison-empty p { margin: 0; color: var(--muted); font-size: 11px; }
.comparison-empty button { min-height: 44px; margin-top: 18px; padding: 9px 12px; border: 1px solid rgba(211,154,255,.3); border-radius: 9px; background: rgba(157,78,221,.1); color: var(--violet-light); cursor: pointer; }
.comparison-actions { display: flex; justify-content: flex-end; margin-top: 18px; }
.comparison-actions button { min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.035); color: #aaa3ae; font-size: 10px; cursor: pointer; }
.comparison-actions button:hover { color: #fff; border-color: var(--line-strong); }
.comparison-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.all-dupes-intro { margin: 0 0 14px; color: #b8afbd; font-size: 12px; line-height: 1.65; }
.all-dupes-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.all-dupes-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.all-dupes-table th, .all-dupes-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; font-size: 11px; }
.all-dupes-table th { color: #9d94a2; background: #141019; font-weight: 560; }
.all-dupes-table td:first-child { min-width: 150px; }
.all-dupes-table td:first-child strong, .all-dupes-table td:first-child span { display: block; }
.all-dupes-table td:first-child span { margin-top: 4px; color: #9c949f; }
.all-dupes-table a { color: var(--violet-light); }
.match-badge { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; white-space: nowrap; }
.match-badge.verified { border-color: rgba(199,243,106,.25); color: var(--lime); }
.match-badge.probable { border-color: rgba(233,190,105,.25); color: #e9be69; }
.dupe-select-button { min-width: 70px; min-height: 36px; padding: 7px 10px; border: 1px solid rgba(211,154,255,.22); border-radius: 9px; background: rgba(157,78,221,.1); color: #e7d9ef; cursor: pointer; }
.dupe-select-button.selected { border-color: rgba(199,243,106,.25); color: var(--lime); }
.dupe-select-button:disabled { opacity: .42; cursor: not-allowed; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 34px; }
.load-more-button { min-height: 48px; padding: 12px 25px; border: 1px solid rgba(211,154,255,.25); border-radius: 999px; background: linear-gradient(135deg, rgba(113,50,154,.46), rgba(161,73,191,.3)); color: #fff; font: inherit; cursor: pointer; }
.load-more-button:hover { border-color: rgba(211,154,255,.5); background: linear-gradient(135deg, rgba(113,50,154,.65), rgba(161,73,191,.45)); }
.comparison-source { min-height: 44px; display: inline-flex; align-items: center; color: var(--violet-light); text-decoration: underline; text-underline-offset: 3px; }
.comparison-source + small { display: block; margin-top: 4px; color: #8f8994; }
.legal-modal { max-width: 520px; }
.legal-modal p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.toast { position: fixed; z-index: 220; top: 90px; left: 50%; padding: 11px 17px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(25,20,30,.96); color: #fff; font-size: 12px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, -12px); transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

:focus-visible { outline: 2px solid var(--violet-light); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 960px) {
  .hero { height: auto; min-height: 0; max-height: none; align-items: flex-start; }
  .hero-content { padding-top: 130px; padding-bottom: 72px; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-deck { width: min(520px, 100%); min-height: 590px; justify-self: center; }
  .deck-name { font-size: 20px; }
  .desktop-nav { display: none; }
  .menu-btn { display: block; }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .method-grid { gap: 7%; }
  .about-panel { padding: 50px 42px; }
  .explore-controls { grid-template-columns: minmax(0, 1fr) 205px; }
  .explore-search { grid-column: 1; grid-row: 1; }
  .sort-menu { grid-column: 2; grid-row: 1; }
  .tabs { grid-column: 1 / -1; grid-row: 2; }
}

@media (min-width: 961px) {
  .deck-card { top: 14px; bottom: 44px; width: calc(100% - 110px); }
  .deck-bottle { transform: scale(1.12); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-wrap { height: 68px; }
  .mobile-nav { inset: 68px 0 0; padding: 24px 15px; }
  .wordmark { font-size: 21px; }
  .hero { height: auto; min-height: 1080px; max-height: none; align-items: flex-start; background-position: 62% center; }
  .hero-content { padding-top: 122px; padding-bottom: 48px; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-deck { width: 100%; min-height: 560px; overflow: hidden; }
  .deck-heading { width: 100%; margin-inline: 0; }
  .deck-stage { width: 100%; height: 480px; margin-inline: 0; }
  .deck-card { top: 2px; bottom: 22px; width: 84%; border-radius: 21px; }
  .deck-card.deck-layer-left { transform: translate3d(-68%,11px,-60px) scale(.92); }
  .deck-card.deck-layer-right { transform: translate3d(-32%,11px,-60px) scale(.92); }
  .deck-visual { inset: 0 0 225px; }
  .deck-bottle { width: 74px; height: 96px; transform: scale(.98); margin-top: -30px; }
  .deck-bottle::before { top: -33px; width: 45px; height: 28px; }
  .deck-bottle::after { top: -8px; width: 33px; height: 10px; }
  .deck-body { min-height: 238px; padding: 40px 14px 13px; }
  .deck-name { margin-bottom: 8px; font-size: 23px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .deck-brand { font-size: 11px; }
  .deck-swipe-hint { font-size: 11px; }
  .deck-meta span { font-size: 11px; }
  .deck-editor-score span { font-size: 11px; }
  .deck-editor-score strong { font-size: 21px; }
  .deck-action { padding-inline: 6px; font-size: 12px; }
  .hero h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-copy { margin: 23px 0 27px; font-size: 14px; }
  .search-shell { padding: 7px; }
  .search-shell input { font-size: 13px; }
  .search-shell > button { flex: 0 0 auto; min-width: 68px; min-height: 46px; height: auto; padding: 8px 13px; font-size: 12px; line-height: 1.2; white-space: normal; }
  .search-shell > button span { margin-left: 6px; font-size: 15px; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 35px; margin-top: 45px; }
  .hero-stats div:not(:last-child)::after { display: none; }
  .scroll-cue { display: none; }
  .compare-section, .method-section, .about-section { padding: 80px 0; }
  .compare-section { padding-top: 70px; }
  .section-heading { align-items: flex-start; }
  .section-heading .text-link { display: none; }
  .section-heading h2, .method-copy h2, .about-panel h2, .newsletter h2 { font-size: 40px; }
  .filter-row { margin-top: 26px; gap: 10px; }
  .explore-brand-filters { grid-template-columns: 1fr; }
  .explore-controls { display: contents; }
  .explore-search { order: 1; width: 100%; }
  .tabs { order: 2; width: 100%; gap: 7px; }
  .tab { flex: 1 0 auto; min-width: 70px; padding-inline: 13px; }
  .sort-menu { order: 3; width: 100%; }
  .explore-brand-filters { order: 4; width: 100%; }
  .sort-trigger { width: 100%; padding-inline: 12px; gap: 9px; }
  .card-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; display: grid; grid-template-columns: 104px 1fr; }
  .product-card .card-top { position: static; min-height: 100%; padding: 12px; }
  .product-card .perfume-bottle-image { width: 94px; height: 132px; }
  .bottle { width: 54px; height: 72px; margin-top: 18px; border-radius: 6px 6px 9px 9px; }
  .bottle::before { top: -27px; width: 35px; height: 22px; border-radius: 6px 6px 3px 3px; }
  .bottle::after { top: -7px; width: 26px; height: 8px; }
  .bottle-liquid { inset: 7px 6px 8px; border-radius: 4px 4px 13px 13px; }
  .deck-card .deck-bottle { width: 74px; height: 96px; }
  .deck-card .deck-bottle-image { width: 180px; height: 210px; margin-top: -26px; }
  .deck-card .deck-bottle::before { top: -33px; width: 45px; height: 28px; }
  .deck-card .deck-bottle::after { top: -8px; width: 33px; height: 10px; }
  .product-card .card-body { padding: 14px 58px 10px 12px; }
  .card-title { min-height: 42px; margin-bottom: 10px; font-size: 17px; }
  .rank { left: 11px; top: 10px; font-size: 10px; }
  .favorite-btn { right: 10px; top: 10px; width: 44px; height: 44px; }
  .card-summary { gap: 7px; }
  .compact-score > span:not(.score-pending) { display: none; }
  .compact-score strong { font-size: 18px; }
  .card-footer { grid-column: 1 / -1; }
  .perfume-metrics dt { font-size: 14px; }
  .perfume-metrics dd { font-size: 11px; }
  .method-grid, .about-panel { grid-template-columns: 1fr; gap: 24px; }
  .method-card { grid-template-columns: 42px 1fr; padding: 21px 18px; }
  .about-panel { min-height: 0; padding: 38px 25px; align-items: start; }
  .footer-main, .footer-bottom { flex-direction: column; gap: 26px; }
  .footer-links { flex-wrap: wrap; }
  .compare-tray > div:first-child p, .tray-items { display: none; }
  .compare-tray > div:first-child { min-width: auto; }
  .compare-clear { padding-inline: 5px; }
  .compare-now { margin-left: auto; }
  .modal { padding: 34px 18px 24px; }
  .modal h2 { font-size: 27px; }
  .deck-controls { gap: 8px; }
  .card-footer { padding: 10px 12px 12px; align-items: flex-start; flex-direction: column; }
  .card-actions { width: 100%; }
  .comparison-table { width: max(100%, calc(130px + var(--cols, 2) * 170px)); }
  .comparison-table th, .comparison-table td { min-width: 130px; padding: 11px; }
  .comparison-table .table-label { width: 130px; }
}

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