/* ============================================================
   ARKEN OLFACTIVE — Collection + Product (light Stone + Vetiver)
   ============================================================ */

.frag-eyebrow-01, .frag-eyebrow-02, .frag-eyebrow-03, .frag-eyebrow-04, .frag-eyebrow-05,
.frag-eyebrow-06, .frag-eyebrow-07, .frag-eyebrow-08, .frag-eyebrow-09, .frag-eyebrow-10 { color: var(--ink-mute); }

/* On product pages the hero opens with a deep colour panel directly
   under the nav, so give the nav its stone backdrop from the start —
   the transparent-at-top wordmark would otherwise read dark-on-dark. */
body.pdp .nav {
  background: rgba(236,230,218,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

/* =========================================================
   COLLECTION PAGE
   ========================================================= */
.coll-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9rem 0 5rem;
}
.coll-hero-inner { margin: 0 auto; }
.coll-hero .display { margin-top: 1.2rem; }
.coll-hero .rule { margin: 1.4rem auto; }
.coll-hero-body { margin: 0 auto; text-align: center; }
.coll-hero-scroll { position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); }

/* Feature blocks */
.feature { display: grid; grid-template-columns: 55% 45%; min-height: 100vh; align-items: stretch; }
.feature--reverse { grid-template-columns: 45% 55%; }
.feature-visual { position: relative; overflow: hidden; min-height: 60vh; }
.feature-visual--01 { background: var(--f01); }
.feature-visual--02 { background: var(--f02); }
.feature-visual--03 { background: var(--f03); }
.feature-visual--04 { background: var(--f04); }
.feature-visual--05 { background: var(--f05); }
.feature-visual--06 { background: var(--f06); }
.feature-visual--07 { background: var(--f07); }
.feature-visual--08 { background: var(--f08); }
.feature-visual--09 { background: var(--f09); }
.feature-visual--10 { background: var(--f10); }

.feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem clamp(2rem, 6vw, 6rem);
}
.feature-name {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 1.5rem 0 0.75rem;
}
.feature-concept {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink-mute);
}
.feature-price {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 3rem 0 2rem;
}
.feature-ctas { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; max-width: 320px; }

/* Note pyramid */
.pyramid { margin-top: 1.5rem; display: grid; gap: 1.4rem; }
.pyramid-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: baseline;
  gap: 1.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--border);
}
.pyramid-label { padding-top: 2px; }
.pyramid-notes {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  line-height: 1.7;
}

.fv-bignum {
  position: absolute;
  bottom: 2vw; right: 3vw;
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: rgba(241,238,230,0.09);
  pointer-events: none;
}
.fv-bignum--02 { left: 3vw; right: auto; }


/* =========================================================
   PRODUCT PAGE (PDP)
   ========================================================= */
.pdp-hero { display: grid; grid-template-columns: 60% 40%; align-items: start; }
.pdp-visual { position: sticky; top: 0; height: 100vh; overflow: hidden; background-color: #15130e; }
.pdp-visual::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.4; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 170px 170px;
}
.pdp-visual--01 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(150,182,150,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #2c3b31 0%, #11160f 74%); }
.pdp-visual--02 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(214,150,86,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #4a2f1e 0%, #150c06 74%); }
.pdp-visual--03 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(170,196,180,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #36433d 0%, #10130f 74%); }
.pdp-visual--04 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(224,150,70,0.22), rgba(0,0,0,0) 66%), linear-gradient(155deg, #6e3414 0%, #150a04 74%); }
.pdp-visual--05 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(154,138,110,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #3f3728 0%, #100e0a 74%); }
.pdp-visual--06 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(127,163,173,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #1f3640 0%, #0c1013 74%); }
.pdp-visual--07 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(168,107,120,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #45222a 0%, #120a0c 74%); }
.pdp-visual--08 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(115,122,140,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #1f2530 0%, #0c0e13 74%); }
.pdp-visual--09 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(168,127,80,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #3a2b18 0%, #120c06 74%); }
.pdp-visual--10 { background-image: radial-gradient(60% 50% at 34% 32%, rgba(176,160,78,0.20), rgba(0,0,0,0) 66%), linear-gradient(155deg, #443d16 0%, #100e06 74%); }
.pdp-visual .fv-bignum { z-index: 1; }

.pdp-panel { padding: 9rem clamp(2rem, 5vw, 4rem) 6rem; }
.pdp-name {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 1.5rem 0 1rem;
}
.pdp-concept {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-mute);
  max-width: 40ch;
  margin-bottom: 2rem;
}
.pdp-price-block { margin: 2rem 0 1.5rem; }

/* Performance / specification — radical transparency, the trust moat */
.pdp-spec { margin: 0 0 2rem; border-top: 1px solid var(--border); }
.pdp-spec-eyebrow { margin: 1.25rem 0 0.4rem; }
.pdp-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.spec-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}
.spec-item:nth-child(odd) { padding-right: 1.5rem; }
.spec-k {
  display: block;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 0.3rem;
}
.spec-v {
  display: block;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.pdp-spec-note {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--ink-mute);
  line-height: 1.7;
  margin-top: 1rem;
}
.pdp-spec-note b { color: var(--vetiver); font-weight: 500; }

/* Risk reversal — neutralise blind-buy anxiety */
.pdp-guarantee {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--ink-mute);
  line-height: 1.6;
  margin: 0 0 1.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--vetiver-lt);
}
.pdp-price { font-family: var(--sans); font-weight: 300; font-size: 1.9rem; letter-spacing: 0.01em; color: var(--ink); }
.pdp-price-alt { font-family: var(--sans); font-weight: 400; font-size: 11px; letter-spacing: 0.03em; color: var(--ink-mute); margin-top: 0.4rem; }

/* Size selector */
.size-selector { display: flex; gap: 0.8rem; margin: 1.6rem 0 2rem; }
.size-option {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  border: 1px solid var(--border-2);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.size-option.selected { border-color: var(--vetiver); background: var(--vetiver-trace); color: var(--ink); }
.size-option input { position: absolute; opacity: 0; width: 0; height: 0; }

.pdp-cart { margin-bottom: 1.5rem; }

.pdp-upsell {
  background: var(--stone-2);
  border: 1px solid var(--border);
  padding: 1.25rem;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 3rem;
}
.pdp-upsell a { color: var(--vetiver); border-bottom: 1px solid var(--vetiver-lt); }

/* Accordions */
.accordion-group { border-top: 1px solid var(--border); }
.accordion { border-bottom: 1px solid var(--border); }
.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-align: left;
}
.accordion-chev {
  width: 8px; height: 8px;
  border-right: 1px solid var(--vetiver);
  border-bottom: 1px solid var(--vetiver);
  transform: rotate(45deg);
  transition: transform 0.4s ease;
  flex: none;
  margin-left: 1rem;
}
.accordion.open .accordion-chev { transform: rotate(225deg); }
.accordion-body { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s ease, opacity 0.3s ease; }
.accordion.open .accordion-body { opacity: 1; }
.accordion-inner { padding: 0 0 1.8rem; }

.arch-layer { margin-bottom: 1.4rem; }
.arch-layer .eyebrow { display: block; margin-bottom: 0.7rem; }
.pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pill {
  background: var(--stone-2);
  border: 1px solid var(--border);
  border-radius: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
  padding: 5px 13px;
}

/* The other side */
.otherside { background: var(--stone-1); padding: var(--sp-sm) 0; }
.otherside-eyebrow { text-align: center; margin-bottom: 3rem; }
.otherside-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.otherside-grid .frag-card { aspect-ratio: 3 / 4; }
/* Pair variant — show the sibling fragrances side by side (scales as the range grows) */
.otherside-grid--pair { grid-template-columns: 1fr 1fr; align-items: stretch; max-width: 820px; }
.otherside-grid--pair .frag-card { max-width: none; }

/* =========================================================
   FAQ / HELP — grouped accordions
   ========================================================= */
.faq-group { margin-bottom: 3.5rem; }
.faq-group > .eyebrow { display: block; margin-bottom: 0.6rem; color: var(--vetiver); }
.faq-body .accordion-body a, .faq-body .body-text a { color: var(--vetiver); border-bottom: 1px solid var(--vetiver-lt); }

/* =========================================================
   SCENT EVOLUTION ARC — opens / develops / stays
   ========================================================= */
.arc { background: var(--stone-1); padding: var(--sp-sm) 0; }
.arc-head { text-align: center; max-width: 600px; margin: 0 auto 4.5rem; }
.arc-head .headline { margin-top: 1.25rem; }
.arc-head .rule { margin: 2rem auto 0; }
.arc-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1040px;
  margin: 0 auto;
}
.arc-moment {
  position: relative;
  padding-top: 2.4rem;
  border-top: 1px solid var(--border-2);
}
.arc-moment::before {
  content: "";
  position: absolute; top: -4px; left: 0;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--vetiver);
}
.arc-phase {
  display: block;
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--vetiver);
  margin-bottom: 0.6rem;
}
.arc-time {
  display: block;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 1.3rem;
}
.arc-text {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
}
@media (max-width: 768px) {
  .arc { padding: 6rem 0; }
  .arc-track { grid-template-columns: 1fr; gap: 2.6rem; }
}

/* =========================================================
   THE FIELD LABEL — proprietary archive lockup (PDP + beyond)
   ========================================================= */
.pdp-fieldlabel { margin-bottom: 1.6rem; }
.fl-botanical { display: block; font-family: var(--sans); font-weight: 400; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--vetiver); }
.fl-rule { display: block; width: 28px; height: 1px; background: var(--vetiver-lt); margin: 0.7rem 0; }
.fl-place { display: block; font-family: var(--sans); font-weight: 300; font-size: 11px; letter-spacing: 0.05em; color: var(--ink-mute); }
.fl-edition { display: block; font-family: var(--sans); font-weight: 300; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-top: 0.5rem; }

/* Perfumer note promoted high in the panel */
.pdp-author--lead { margin: 1.6rem 0 2rem; padding: 0; border: none; }
.pdp-author--lead .pdp-author-note { font-size: 1.3rem; }

/* =========================================================
   PERFUMER-AS-AUTHOR — signed note on each PDP
   ========================================================= */
.pdp-author { margin-top: 2.5rem; padding-top: 1.8rem; border-top: 1px solid var(--border); }
.pdp-author .eyebrow { margin-bottom: 0.9rem; }
.pdp-author-note { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 1.25rem; line-height: 1.5; color: var(--ink); margin-bottom: 0.9rem; }
.pdp-author-sign { font-family: var(--sans); font-weight: 300; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }

/* Refill note under the size selector */
.pdp-refill { font-family: var(--sans); font-weight: 400; font-size: 11px; letter-spacing: 0.02em; color: var(--ink-mute); line-height: 1.6; margin: -0.6rem 0 1.6rem; padding-left: 1rem; border-left: 1px solid var(--vetiver-lt); }
.pdp-refill b { color: var(--vetiver); font-weight: 500; }

/* =========================================================
   OLFACTIVE-FAMILY FILTER — collection page
   ========================================================= */
.frag-filter { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.6rem; padding: 3rem 1.75rem 0; }
.frag-filter-btn {
  font-family: var(--sans); font-weight: 300; font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ink-mute);
  background: none; border: 1px solid var(--border-2); border-radius: 0;
  padding: 9px 18px; cursor: pointer; transition: border-color .25s ease, background .25s ease, color .25s ease;
}
.frag-filter-btn:hover { border-color: var(--vetiver); color: var(--ink); }
.frag-filter-btn.active { background: var(--vetiver); border-color: var(--vetiver); color: var(--bone); }
.feature[hidden] { display: none; }
.otherside-cta { display: flex; justify-content: center; }


/* Collection grid — shoppable photo cards (scales to any count) */
.coll-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem 1.6rem; max-width: 1180px; margin: 2.2rem auto 0; }
.coll-item[hidden] { display: none; }
.prod-card { display: block; }
.prod-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--stone-2); }
.prod-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prod-card-body { padding: 1.05rem 0.15rem 0; }
.prod-eyebrow { display: block; font-family: var(--sans); font-weight: 300; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: .5rem; }
.prod-name { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 1.5rem; line-height: 1.05; color: var(--ink); }
.prod-meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: .55rem; gap: 1rem; }
.prod-price { font-family: var(--sans); font-weight: 400; font-size: 12px; letter-spacing: .03em; color: var(--ink-soft); }
.prod-explore { font-family: var(--sans); font-weight: 300; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--vetiver); white-space: nowrap; }
@media (max-width: 980px) { .coll-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .coll-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem 1rem; } .prod-name { font-size: 1.2rem; } }

/* =========================================================
   THE SPECIMEN — PDP pressed-botanical beat (SMN-inspired)
   ========================================================= */
.specimen { padding: var(--sp-sm) 0; border-top: 1px solid var(--border); background: var(--paper); }
.specimen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.specimen-copy .specimen-word { font-family: var(--serif); font-weight: 300; font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.02em; color: var(--ink); margin: .8rem 0 1.2rem; }
.specimen-copy .body-text { margin-bottom: 1.6rem; }
.specimen-media { aspect-ratio: 4 / 5; position: relative; overflow: hidden; }
@media (max-width: 768px) { .specimen { padding: 5rem 0; } .specimen-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* =========================================================
   EDITION COMPARATOR — the olfactive map (our take on the
   Aesop compare module: a stepped fingerprint across families)
   ========================================================= */
.comparator { background: var(--stone-1); padding: var(--sp-sm) 0; border-top: 1px solid var(--border); }
.comp-head { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.comp-head .headline { margin-top: 1rem; }
.comp-stage { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; max-width: 1000px; margin: 0 auto; }
.comp-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 1px solid var(--border-2); border-radius: 0; background: var(--paper); font-size: 18px; line-height: 1; color: var(--ink-mute); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color .25s ease, color .25s ease; z-index: 3; }
.comp-nav:hover { border-color: var(--vetiver); color: var(--vetiver); }
.comp-prev { left: -23px; } .comp-next { right: -23px; }
.comp-visual { aspect-ratio: 4 / 5; position: relative; overflow: hidden; background-color: #15130e; }
.comp-num { position: absolute; bottom: 1rem; right: 1.3rem; font-family: var(--sans); font-weight: 300; font-size: 4.5rem; line-height: 1; letter-spacing: -.04em; color: rgba(241,238,230,0.14); z-index: 1; }
.comp-detail { min-width: 0; }
.comp-name { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(2rem, 3.4vw, 2.7rem); line-height: 1.05; color: var(--ink); margin: .5rem 0; }
.comp-concept { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.05rem; color: var(--ink-mute); margin-bottom: 1.3rem; }
.comp-notes { font-family: var(--sans); font-weight: 400; font-size: 12px; letter-spacing: .04em; color: var(--ink-soft); margin-bottom: 1.8rem; }
.comp-fams { display: flex; gap: 5px; align-items: flex-end; margin-bottom: 2rem; }
.comp-fam { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; gap: .6rem; min-width: 0; }
.comp-fam-bar { width: 100%; height: 54px; background: var(--stone-3); display: flex; align-items: flex-end; }
.comp-fam-fill { width: 100%; height: 0; background: var(--vetiver-lt); transition: height .55s cubic-bezier(.4,0,.2,1); }
.comp-fam.active .comp-fam-fill { background: var(--vetiver); }
.comp-fam-label { font-family: var(--sans); font-weight: 300; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; }
.comp-fam.active .comp-fam-label { color: var(--vetiver); }
.comp-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.4rem; }
.comp-price { font-family: var(--serif); font-feature-settings: "tnum" 1; font-size: 1.4rem; color: var(--ink); }
.comp-dots { display: flex; justify-content: center; gap: .6rem; margin-top: 3rem; flex-wrap: wrap; }
.comp-dot { padding: 9px; border: none; background: none; cursor: pointer; line-height: 0; }
.comp-dot::before { content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--border-2); transition: background .25s ease, border-color .25s ease; }
.comp-dot:hover::before { border-color: var(--vetiver); }
.comp-dot.active::before { background: var(--vetiver); border-color: var(--vetiver); }
@media (prefers-reduced-motion: reduce) { .comp-fam-fill { transition: none; } }
@media (max-width: 768px) {
  .comparator { padding: 5rem 0; }
  .comp-stage { grid-template-columns: 1fr; gap: 2rem; max-width: 420px; }
  .comp-nav { display: none; }
  .comp-fam-label { font-size: 7px; }
  .comp-fams { flex-wrap: wrap; gap: 10px 8px; }
  .comp-fam { flex: 0 0 auto; min-width: 30px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .coll-hero { padding: 10rem 0 6rem; }
  .feature, .feature--reverse { grid-template-columns: 1fr; }
  .feature--reverse .feature-content { order: 2; }
  .feature--reverse .feature-visual { order: 1; }
  .feature-visual { min-height: 50vh; }
  .feature-content { padding: 4rem 1.75rem; }
  .feature-ctas { max-width: none; }


  .pdp-hero { grid-template-columns: 1fr; }
  .pdp-visual { position: relative; height: 50vh; top: auto; }
  .pdp-panel { padding: 4rem 1.75rem; }

  .otherside { padding: 5rem 0; }
  .otherside-grid,
  .otherside-grid--pair { grid-template-columns: 1fr; gap: 3rem; }

  /* Touch targets >=44px on phones */
  .frag-filter-btn { padding: 13px 18px; }
  .size-option { padding: 14px 18px; }
}

/* Real product photo filling the sticky PDP panel */
.pdp-visual .ph-img { position: absolute; inset: 0; z-index: 0; }

/* =========================================================
   PRIMER — "The Language of Scent" reference page
   ========================================================= */
.primer .container--narrow { max-width: 920px; }
.primer-row {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 3rem;
  padding: 2.6rem 0;
  border-top: 1px solid var(--border);
}
.primer-row:first-child { border-top: none; padding-top: 0; }
.primer-head { position: sticky; top: 7rem; align-self: start; }
.primer-term {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-top: 0.6rem;
}
.primer-body .body-text + .body-text { margin-top: 1rem; }
.primer-body .body-text em,
.primer-list em { font-family: var(--serif); font-style: italic; color: var(--ink); }
.primer-list { list-style: none; margin: 0.4rem 0 1.2rem; padding: 0; }
.primer-list li {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-3);
}
.primer-list li:last-child { border-bottom: none; }
.primer-list-k {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vetiver);
  margin-bottom: 0.3rem;
}
.primer-body a { color: var(--vetiver); border-bottom: 1px solid var(--border-2); padding-bottom: 1px; }
.primer-body a:hover { color: var(--ink); }

@media (max-width: 768px) {
  .primer-row { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }
  .primer-head { position: static; }
}

/* =========================================================
   PDP SPEC GLOSSARY — inline "what these measures mean"
   ========================================================= */
.spec-glossary {
  margin: 0 0 2rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.spec-glossary > summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  transition: color 0.2s ease;
}
.spec-glossary > summary:hover { color: var(--ink); }
.spec-glossary > summary::-webkit-details-marker { display: none; }
.spec-glossary > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--vetiver);
}
.spec-glossary[open] > summary::after { content: "–"; }
.spec-glossary-body { padding: 0 0 1.2rem; }
.spec-gloss-item { padding: 0.7rem 0; border-top: 1px solid var(--border-3); }
.spec-gloss-item:first-child { border-top: none; }
.spec-gloss-k {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vetiver);
  margin-bottom: 0.3rem;
}
.spec-gloss-v {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
}
.spec-gloss-more {
  display: inline-block;
  margin-top: 0.9rem;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--vetiver);
  border-bottom: 1px solid var(--border-2);
  padding-bottom: 1px;
}
.spec-gloss-more:hover { color: var(--ink); }

/* =========================================================
   SCENT PROFILE — at-a-glance intensity / longevity / sillage
   ========================================================= */
.scent-profile { margin: 0 0 2rem; }
.scent-profile-eyebrow { margin-bottom: 1rem; }
.sp-row { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 1rem; padding: 0.5rem 0; }
.sp-k {
  font-family: var(--sans); font-weight: 400; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute);
}
.sp-bar { position: relative; height: 2px; background: var(--border-2); display: block; }
.sp-bar > i { position: absolute; left: 0; top: 0; height: 100%; background: var(--vetiver); display: block; }

/* Full ingredient list — INCI disclosure */
.pdp-inci {
  font-family: var(--mono, var(--sans)); font-weight: 400; font-size: 12px;
  line-height: 1.7; letter-spacing: 0.01em; color: var(--ink-soft);
}
.pdp-inci-note {
  font-family: var(--sans); font-weight: 300; font-size: 11px; line-height: 1.65;
  letter-spacing: 0.01em; color: var(--ink-mute); margin-top: 0.8rem;
}
.pdp-inci-note a { color: var(--vetiver); border-bottom: 1px solid var(--border-2); }
.pdp-inci-note a:hover { color: var(--ink); }

/* =========================================================
   2ML SAMPLE — try-first secondary CTA on PDP
   ========================================================= */
.pdp-sample {
  display: block; width: 100%; margin-top: 0.8rem;
  background: transparent; border: none; cursor: pointer;
  font-family: var(--sans); font-weight: 400; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute);
  padding: 0.85rem 0; border-bottom: 1px solid var(--border-2);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.pdp-sample:hover { color: var(--ink); border-color: var(--ink); }
.pdp-sample-note {
  font-family: var(--sans); font-weight: 300; font-size: 11px; line-height: 1.6;
  letter-spacing: 0.01em; color: var(--ink-mute); margin-top: 0.7rem;
}

/* =========================================================
   PDP REVIEWS — early-access wearer reviews + write-a-review
   ========================================================= */
.pdp-reviews { background: var(--stone-1); border-top: 1px solid var(--border); }
.pdp-reviews .container--narrow { max-width: 760px; }
.pdp-reviews-head { margin: 0.4rem 0 0.6rem; }
.pdp-reviews-intro { margin-bottom: 2.4rem; }
.pdp-reviews-intro a { color: var(--vetiver); border-bottom: 1px solid var(--border-2); }
.review-list { display: grid; gap: 1.6rem; }
.review { padding: 1.6rem 0; border-top: 1px solid var(--border); }
.review:first-child { border-top: none; padding-top: 0; }
.review-stars { display: block; font-size: 13px; letter-spacing: 0.18em; color: var(--vetiver); margin-bottom: 0.8rem; }
.review-body {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.5; letter-spacing: -0.005em;
  color: var(--ink); margin-bottom: 0.8rem;
}
.review-author {
  font-family: var(--sans); font-weight: 400; font-size: 11px;
  letter-spacing: 0.04em; color: var(--ink-mute);
}
.review-tag {
  font-weight: 500; font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--vetiver); border: 1px solid var(--border-2); padding: 2px 6px; margin-left: 0.3rem;
  white-space: nowrap;
}
.review--mine { background: transparent; }

/* write-a-review form */
.review-form { margin-top: 3rem; padding-top: 2.4rem; border-top: 1px solid var(--border-2); }
.review-form .eyebrow { margin-bottom: 1rem; }
.rs-input { display: inline-flex; gap: 0.3rem; margin-bottom: 1.2rem; }
.rs-star {
  background: none; border: none; cursor: pointer; padding: 2px;
  font-size: 22px; line-height: 1; color: var(--vetiver); transition: transform 0.12s ease;
}
.rs-star:hover { transform: translateY(-1px); }
.rs-star.on { color: var(--vetiver); }
.review-input, .review-textarea {
  display: block; width: 100%; background: var(--paper); border: 1px solid var(--border-2);
  font-family: var(--sans); font-weight: 400; font-size: 14px; letter-spacing: 0.01em;
  color: var(--ink); padding: 0.85rem 1rem; margin-bottom: 0.9rem; outline: none;
  transition: border-color 0.2s ease;
}
.review-input:focus, .review-textarea:focus { border-color: var(--vetiver); }
.review-textarea { resize: vertical; line-height: 1.6; }
.review-submit { margin-top: 0.3rem; }
.review-msg { font-family: var(--sans); font-weight: 300; font-size: 12px; letter-spacing: 0.02em; margin-top: 0.8rem; min-height: 16px; }
.review-msg.ok { color: var(--vetiver); }
.review-msg.error { color: #9a4a3a; }

/* =========================================================
   WISHLIST — nav trigger, PDP save, saved page
   ========================================================= */
.wishlist-trigger {
  font-family: var(--sans); font-weight: 400; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute);
  margin-left: 1.4rem; white-space: nowrap; transition: color 0.2s ease;
}
.wishlist-trigger:hover { color: var(--ink); }
.pdp-save {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.9rem;
  background: transparent; border: none; cursor: pointer; padding: 0.4rem 0;
  font-family: var(--sans); font-weight: 400; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute);
  transition: color 0.2s ease;
}
.pdp-save:hover { color: var(--ink); }
.pdp-save.on { color: var(--vetiver); }
.pdp-save-heart { font-size: 14px; line-height: 1; color: var(--vetiver); }

.saved-list { display: grid; gap: 0; margin-top: 1rem; }
.saved-card {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem;
  padding: 1.6rem 0; border-top: 1px solid var(--border);
}
.saved-link { display: grid; gap: 0.35rem; flex: 1; }
.saved-eyebrow { font-family: var(--sans); font-weight: 400; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vetiver); }
.saved-name { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.5rem; color: var(--ink); }
.saved-price { font-family: var(--sans); font-weight: 300; font-size: 13px; color: var(--ink-mute); }
.saved-link:hover .saved-name { color: var(--vetiver); }
.saved-remove {
  background: none; border: none; cursor: pointer; flex-shrink: 0;
  font-family: var(--sans); font-weight: 400; font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-faint); transition: color 0.2s ease;
}
.saved-remove:hover { color: #9a4a3a; }
.saved-empty { font-family: var(--sans); font-weight: 300; font-size: 14px; line-height: 1.8; color: var(--ink-mute); padding: 2rem 0; }
.saved-empty a { color: var(--vetiver); border-bottom: 1px solid var(--border-2); }

/* layers-well-with line on PDP */
.pdp-layer {
  font-family: var(--sans); font-weight: 300; font-size: 11px; line-height: 1.6;
  letter-spacing: 0.02em; color: var(--ink-mute); margin-top: 1.4rem;
}
.pdp-layer a { color: var(--vetiver); border-bottom: 1px solid var(--border-2); }
.pdp-layer a:hover { color: var(--ink); }

/* =========================================================
   CONSULTATION FORM — Ask the Nose
   ========================================================= */
.consult-label {
  display: block; font-family: var(--sans); font-weight: 400; font-size: 11px;
  letter-spacing: 0.04em; color: var(--ink-mute); margin: 1.2rem 0 0.5rem;
}
.consult-label:first-child { margin-top: 0; }
.consult-submit { margin-top: 1.4rem; }
.consult-fineprint {
  font-family: var(--sans); font-weight: 300; font-size: 12px; line-height: 1.7;
  letter-spacing: 0.01em; color: var(--ink-mute); margin-top: 1.4rem;
}
.consult-fineprint a { color: var(--vetiver); border-bottom: 1px solid var(--border-2); }
.consult-fineprint a:hover { color: var(--ink); }
