/* ============================================================
   ESSENCEPICK — Curation Tasting Studio
   DARK theme  ·  ginkgo-gold accent system
   Palette:
   --studio     #131613  deep green-black tasting studio at night
   --leaf       #1D2318  raised leaf panels
   --stone      #242B20  deeper stone-slab panels
   --cream      #F6F3EA  headline cream-card
   --sage       #C6CCC2  body sage-mist
   --slatesage  #9FA89B  softer slate-sage body
   --pick       #2E2A22  pick-black tertiary (seed coats)
   --lotus      #C98A94  lotus-pink sparing tertiary
   --bamboo     #7C9663  bamboo-green secondary
   --hairline   #2C332A  thin separators
   ============================================================ */

* { box-sizing: border-box; }

.home-page { background-color: #131613; }

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #131613;
  color: #C6CCC2;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

.home-page p, .home-page li { color: #C6CCC2; }

h1, h2, h3, h4, h5 { font-family: Georgia, "Times New Roman", serif; margin: 0; }

a { color: #D9B95C; text-decoration: none; }
a:hover { color: #F6F3EA; }

/* ---------- TASTING-CUP NAV (sticky top header) ---------- */
.tastingcup-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #1D2318;
  box-shadow: 0 4px 12px #0A0C09;
}
.cup-strip {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 26px;
  height: 12px;
  padding: 0 18px;
  border-bottom: 1px solid #2C332A;
}
.cup-strip .cup {
  width: 7px;
  height: 9px;
  border: 1px solid #7C9663;
  border-top: none;
  border-radius: 0 0 3px 3px;
  position: relative;
}
.cup-strip .cup.filled { background-color: #D9B95C; border-color: #D9B95C; }
.cup-strip .cup.empty { background-color: #131613; }
.cup-strip .cup .dot {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 2px;
  background-color: #2E2A22;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 36px;
  gap: 12px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F6F3EA;
  font-family: Georgia, serif;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
}
.brand .leaf-glyph {
  width: 17px;
  height: 17px;
  flex: none;
}
.brand .leaf-glyph::before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background-color: #D9B95C;
  clip-path: polygon(50% 0%, 90% 22%, 100% 60%, 78% 100%, 60% 68%, 22% 100%, 0% 60%, 10% 22%);
  margin-left: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: lowercase;
}
.nav-links a { color: #C6CCC2; padding: 5px 4px; position: relative; }
.nav-links a:hover { color: #D9B95C; }
.nav-links a.active { color: #D9B95C; }
.nav-links a.active::after,
.nav-links a:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 1px;
  background-color: #D9B95C;
}
.nav-links .sep { color: #7C9663; font-size: 8px; padding: 0 2px; }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #7C9663;
  color: #D9B95C;
  font-family: Georgia, serif;
  font-size: 18px;
  padding: 6px 14px;
  cursor: pointer;
  letter-spacing: 1px;
}

/* ---------- Selection-Bench Hero ---------- */
.selectionbench-hero {
  width: 100%;
  padding: 88px 36px 100px;
  background-color: #131613;
}
.bench-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 30px;
  align-items: center;
}
.hero-text { display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow {
  display: inline-block;
  background-color: #D9B95C;
  color: #1D2318;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: lowercase;
  padding: 8px 16px;
  font-weight: bold;
}
.hero-text h1 {
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1.06;
  color: #F6F3EA;
  margin: 26px 0 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.hero-text h1 .gold { color: #D9B95C; font-style: italic; }
.hero-text .subcopy {
  margin: 22px 0 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.8;
  color: #9FA89B;
}
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 14px 30px;
  cursor: pointer;
  border-radius: 2px;
}
.btn-gold {
  background-color: #D9B95C;
  color: #1D2318;
  border: none;
  font-weight: bold;
  text-transform: lowercase;
}
.btn-gold:hover { background-color: #F6F3EA; color: #131613; }
.btn-ghost {
  background: none;
  border: 1px solid #7C9663;
  color: #7C9663;
  text-transform: lowercase;
  letter-spacing: 2px;
}
.btn-ghost:hover { border-color: #D9B95C; color: #D9B95C; }

/* CSS Tasting Bench Scene */
.bench-scene {
  position: relative;
  min-height: 420px;
}
.tasting-bench {
  position: absolute;
  left: 4%;
  right: 8%;
  bottom: 36px;
  height: 20px;
  background-color: #242B20;
  border: 1px solid #2C332A;
  border-radius: 3px;
  box-shadow: 0 8px 20px #0A0C09;
}
.cup { position: absolute; bottom: 56px; width: 36px; text-align: center; }
.cup .ccup {
  width: 30px;
  height: 26px;
  margin: 0 auto;
  border: 2px solid #7C9663;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(#131613, #131613);
  position: relative;
}
.cup .ccup.filled { background-color: #D9B95C; }
.cup .ccup .shine { position: absolute; top: 3px; left: 5px; width: 6px; height: 4px; background-color: #8A7450; border-radius: 2px; }
.cup .stem { position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%); width: 3px; height: 4px; }
.cup .ccup.filled .stem { background-color: transparent; }
.cup .label { font-size: 11px; color: #C6CCC2; margin-top: 4px; letter-spacing: 1px; }
.cup.win .ccup { border-color: #D9B95C; box-shadow: 0 0 0 3px #7A6939, 0 0 0 5px #2C332A; border-radius: 8px; }
.cup .steam { position: absolute; left: 50%; transform: translateX(-50%); top: -16px; font-size: 20px; color: #C6CCC2; letter-spacing: -2px; }
.c1 { left: 6%; } .c2 { left: 22%; } .c3 { left: 38%; } .c4 { left: 54%; } .c5 { left: 70%; }

/* scoring card */
.scoring-card {
  position: absolute;
  right: 3%;
  top: 30px;
  width: 150px;
  background-color: #F6F3EA;
  color: #131613;
  padding: 12px 14px 14px;
  transform: rotate(3deg);
  border-radius: 2px;
  box-shadow: 0 10px 18px #0A0C09;
}
.scoring-card h4 { margin: 0 0 8px; font-size: 11px; letter-spacing: 2px; color: #131613; }
.scoring-card .row { display: flex; justify-content: space-between; font-size: 10px; color: #2E2A22; padding: 3px 0; border-bottom: 1px solid #C9C6BC; }
.scoring-card .row .tick { color: #7C9663; }
.scoring-card .row .jot { color: #C98A94; }

/* ginkgo leaf fan bottom-left */
.ginkgo-fan {
  position: absolute;
  left: 2%;
  bottom: 64px;
  display: flex;
  gap: 3px;
}
.ginkgo-fan .glom { width: 34px; height: 42px; }
.ginkgo-fan .glom span {
  display: block;
  width: 30px;
  height: 34px;
  background-color: #7C9663;
  clip-path: polygon(50% 0%, 96% 30%, 100% 72%, 80% 100%, 50% 72%, 20% 100%, 0% 72%, 4% 30%);
}
.ginkgo-fan .lbl {
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 9px;
  color: #9FA89B;
  letter-spacing: 2px;
  writing-mode: horizontal-tb;
}

/* balance scale bottom right */
.balance {
  position: absolute;
  left: 78%;
  bottom: 110px;
  transform: rotate(-6deg);
}
.balance .beam { width: 92px; height: 3px; background-color: #D9B95C; position: relative; margin-left: -10px; }
.balance .pend { position: absolute; top: 3px; display: list-item; }
.balance .pan { position: absolute; top: 34px; width: 30px; color: #C6CCC2; letter-spacing: -2px; }
.balance .pan.pl { left: 8px; }
.balance .pan.pr { left: 48px; }
.balance .post { position: absolute; left: 40px; top: -26px; width: 3px; height: 30px; background-color: #2E2A22; }
.balance .bl { position: absolute; left: 22px; top: 12px; height: 24px; width: 2px; background: #F6F3EA; }
.balance .br { position: absolute; left: 60px; top: 12px; height: 24px; width: 2px; background: #F6F3EA; }

/* magnifier over a leaf */
.magnifier {
  position: absolute;
  left: 2%;
  top: 60px;
}
.magnifier .lens {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 4px solid #D9B95C;
  background-color: #242B20;
  position: relative;
}
.magnifier .lens::after {
  content: "";
  position: absolute;
  top: 12px; left: 12px;
  width: 9px; height: 9px;
  background-color: #7C9663;
  border-radius: 50%;
}
.magnifier .pencil { position: absolute; bottom: -10px; left: 34px; width: 26px; height: 5px; background-color: #C98A94; transform: rotate(310deg); }

/* bud vase far right */
.budvase { position: absolute; right: 0; top: 150px; width: 26px; text-align: center; }
.budvase .vase {
  width: 22px; height: 26px;
  margin: 0 auto;
  border: 2px solid #C6CCC2;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #242B20;
}
.budvase .stem { width: 2px; height: 40px; background-color: #7C9663; margin: 0 auto; }
.budvase .blm { width: 10px; height: 12px; background-color: #C98A94; border-radius: 50% 50% 50% 0; margin: 0 auto; }

/* shortlist board back layer */
.shortlist-board {
  position: absolute;
  right: 4%;
  bottom: 20px;
  width: 120px;
  height: 88px;
  background-color: #242B20;
  border: 1px solid #2C332A;
  transform: rotate(2deg);
}
.shortlist-board .cardx {
  position: absolute;
  width: 40px; height: 26px;
  background-color: #F6F3EA;
  font-size: 8px;
  color: #131613;
  text-align: center;
  line-height: 26px;
}
.shortlist-board .cardx.back { background-color: #7C9663; }
.shortlist-board .wc { position: absolute; width: 60px; height: 34px; background-color: #F6F3EA; color: #D9B95C; font-weight: bold; text-align: center; line-height: 34px; font-size: 9px; letter-spacing: 2px; }

/* voucher text banner inside scene */
.introline { display: block; margin-top: 14px; font-size: 13px; letter-spacing: 1px; color: #9FA89B; }

/* scroll reveal */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ---------- Score-Sheet Rows ---------- */
.scoresheet-rows { padding: 90px 36px; background-color: #131613; }
.scoresheet-rows > .inner { max-width: 1120px; margin: 0 auto; }
.sec-kicker {
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: #7C9663;
  text-transform: lowercase;
}
.scoresheet-rows h2, .band h2 {
  font-family: Georgia, serif;
  font-size: 38px;
  color: #D9B95C;
  font-weight: normal;
  margin: 12px 0 10px;
}
.sec-inline-intro { color: #9FA89B; max-width: 640px; margin-bottom: 40px; font-size: 17px; line-height: 1.8; }
.score-scroll { display: flex; flex-direction: column; gap: 12px; }
.lot-row {
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  gap: 24px;
  align-items: center;
  background-color: #1D2318;
  border: 1px solid #2C332A;
  padding: 26px 30px;
}
.lot-tag {
  font-family: "Courier New", monospace;
  color: #F6F3EA;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  border: 1px dashed #7C9663;
  padding: 10px 4px;
  position: relative;
}
.lot-tag::before {
  content: "";
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background-color: #F6F3EA;
  border: 1px solid #242B20;
  margin: 0 auto 6px;
}
.lot-tag .mini { display: block; font-size: 10px; letter-spacing: 1px; color: #9FA89B; margin-top: 4px; }
.lot-row h3 { font-size: 22px; color: #F6F3EA; font-weight: normal; margin-bottom: 8px; letter-spacing: 1px; }
.lot-row p { margin: 0; color: #9FA89B; line-height: 1.75; font-size: 16px; }
.score-dial {
  width: 96px; height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(#D9B95C 0deg 40deg, #242B20 40deg 360deg);
  position: relative;
}
.score-dial .cnum {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #F6F3EA; font-size: 20px; font-weight: bold;
}
.score-dial .needle {
  position: absolute;
  top: -4px; left: 50%;
  width: 3px; height: 48px;
  background-color: #7C9663;
  transform: translateX(-50%) rotate(20deg);
  transform-origin: 50% 100%;
  border-radius: 2px;
}
.lot-row .score-label { text-align: center; font-size: 11px; color: #9FA89B; letter-spacing: 2px; margin-top: 6px; }

/* ---------- Metric Band ---------- */
.metric-band { background-color: #242B20; padding: 60px 36px; }
.metric-band .inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-cell { text-align: center; padding: 6px 20px; }
.metric-cell .num { font-size: 52px; color: #D9B95C; font-family: Georgia, serif; line-height: 1; }
.metric-cell .lbl { display: block; margin-top: 12px; font-size: 13px; letter-spacing: 2px; text-transform: lowercase; color: #9FA89B; }
.metric-cell:not(:last-child) { border-right: 1px solid #2C332A; }

/* ---------- Statement Band ---------- */
.statement-band { background-color: #1D2318; padding: 84px 36px; }
.statement-band .inner { max-width: 900px; margin: 0 auto; }
.stat-blk { display: flex; gap: 26px; }
.stat-rule { flex: none; width: 4px; background-color: #C98A94; min-height: 120px; }
.stat-blk blockquote { margin: 0; padding: 0; }
.stat-blk p { color: #F6F3EA; font-size: 28px; line-height: 1.55; font-family: Georgia, serif; font-style: italic; margin: 0; }
.stat-own { margin-top: 26px; color: #9FA89B; letter-spacing: 2px; font-size: 13px; text-transform: lowercase; }

/* ---------- CTA Band ---------- */
.cta-band { background-color: #131613; padding: 90px 36px 100px; text-align: center; }
.cta-band .inner { max-width: 800px; margin: 0 auto; }
.cta-band h2 { font-family: Georgia, serif; font-size: 42px; color: #D9B95C; font-weight: normal; margin: 0 0 16px; }
.cta-band p { color: #9FA89B; font-size: 18px; margin: 0 auto 30px; max-width: 560px; line-height: 1.7; }

/* ---------- SERVICES page ---------- */
.site-page { background-color: #131613; }
.page-hero {
  background-color: #1D2318;
  padding: 74px 36px 60px;
  border-bottom: 1px solid #2C332A;
}
.page-hero .inner { max-width: 1120px; margin: 0 auto; }
.page-hero h1 { font-family: Georgia, serif; font-size: 46px; color: #F6F3EA; font-weight: normal; margin-top: 14px; }
.page-hero h1 .gold { color: #D9B95C; font-style: italic; }
.page-hero p.lead { color: #9FA89B; font-size: 18px; max-width: 760px; line-height: 1.8; margin-top: 18px; }
.page-hero .breadcrumb { font-size: 13px; letter-spacing: 3px; text-transform: lowercase; color: #7C9663; }
.page-hero .breadcrumb a { color: #C6CCC2; }
.service-block { max-width: 960px; margin: 0 auto; padding: 30px 0; border-bottom: 1px solid #2C332A; }
.service-block:last-child { border-bottom: none; }
.number-mark {
  display: inline-block;
  font-family: "Courier New", monospace;
  color: #D9B95C;
  font-size: 14px;
  letter-spacing: 2px;
  border: 1px dashed #7C9663;
  padding: 4px 10px;
}
.service-block h2 { font-family: Georgia, serif; font-size: 26px; color: #F6F3EA; font-weight: normal; margin: 16px 0 10px; }
.service-block p { color: #9FA89B; line-height: 1.8; margin: 0 0 12px; }
.process-wrap { max-width: 960px; margin: 60px auto 0; }
.process-wrap h2 { font-family: Georgia, serif; font-size: 32px; color: #D9B95C; font-weight: normal; margin: 0 0 26px; }
.phase {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px 0; border-top: 1px solid #2C332A;
}
.phase:last-child { border-bottom: 1px solid #2C332A; }
.phase .pnum {
  flex: none; width: 44px; height: 44px;
  border-radius: 50%;
  background-color: #242B20;
  border: 1px solid #2C332A;
  color: #D9B95C;
  display: flex; align-items: center; justify-content: center;
  font-family: "Courier New", monospace; font-size: 18px;
}
.phase h3 { color: #F6F3EA; font-size: 20px; font-weight: normal; margin: 0 0 6px; }
.phase p { color: #9FA89B; margin: 0; line-height: 1.7; }
.svc-cta-bar { max-width: 960px; margin: 60px auto 0; background-color: #242B20; border: 1px solid #2C332A; padding: 40px; text-align: center; }
.svc-cta-bar h2 { font-family: Georgia, serif; font-size: 30px; color: #D9B95C; font-weight: normal; margin: 0 0 12px; }
.svc-cta-bar p { color: #9FA89B; margin: 0 0 24px; }
.legal-note { max-width: 960px; margin: 30px auto 0; font-size: 13px; color: #7C9663; }
.legal-note a { text-decoration: underline; }

/* ---------- pages generic section headers ---------- */
.page-sec-pad { padding: 66px 36px; }
.page-sec-pad > .inner { max-width: 1120px; margin: 0 auto; }

/* form */
.contact-form { max-width: 720px; margin: 0 auto; background-color: #1D2318; border: 1px solid #2C332A; padding: 40px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 13px; letter-spacing: 2px; text-transform: lowercase; color: #D9B95C; margin-bottom: 8px; }
.form-input {
  width: 100%;
  background-color: #131613;
  border: 1px solid #2C332A;
  color: #EDF0EB;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 13px 16px;
  border-radius: 2px;
}
.form-input:focus { outline: none; border-color: #D9B95C; }
textarea.form-input { min-height: 160px; resize: vertical; }
.form-note { font-size: 13px; color: #7C9663; margin-top: 8px; }
.form-success { display: none; margin-top: 16px; font-size: 14px; letter-spacing: 1px; color: #7C9663; }
.form-success.visible {
  display: block;
  padding: 12px; border: 1px solid #7C9663;
  background-color: #131613;
  color: #F6F3EA;
  letter-spacing: 1px;
  text-align: center;
}
.lead-form-note { display: block; margin-top: 8px; color: #7C9663; font-size: 14px; }

/* ---------- Leaf-fan footer ---------- */
.leaffan-footer {
  background-color: #0D100C;
  border-top: 1px solid #2C332A;
  padding: 60px 36px 48px;
  color: #9FA89B;
  text-align: center;
  position: relative;
}
.ginkgo-strip {
  height: 14px;
  position: absolute;
  top: 0; left: 0; right: 0;
  background-color: #131613;
  border-bottom: 1px solid #2C332A;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.ginkgo-strip .gfleaf {
  width: 10px; height: 11px;
  background-color: #D9B95C;
  clip-path: polygon(50% 0%, 90% 30%, 100% 70%, 75% 100%, 50% 70%, 25% 100%, 0% 70%, 10% 30%);
}
.ginkgo-strip .gdseed { width: 5px; height: 5px; border-radius: 50%; background-color: #7C9663; }
.ginkgo-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 28px; margin: 34px 0 26px;
}
.ginkgo-divider .dot-l, .ginkgo-divider .dot-r { width: 8px; height: 8px; border-radius: 50%; background-color: #D9B95C; }
.ginkgo-divider .gdot, .ginkgo-divider .gdot2 { font-family: "Courier New", monospace; color: #C6CCC2; font-size: 16px; letter-spacing: 0; }
.footer-brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: #F6F3EA; font-size: 20px; font-weight: bold;
  letter-spacing: 3px; font-family: Georgia, serif; text-transform: uppercase;
}
.footer-brand .leaf-glyph { width: 18px; height: 18px; }
.footer-brand .leaf-glyph::before {
  content: ""; display: block; width: 13px; height: 15px;
  background-color: #D9B95C;
  clip-path: polygon(50% 0%, 90% 22%, 100% 60%, 78% 100%, 60% 68%, 22% 100%, 0% 60%, 10% 22%);
}
.footer-links {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 4px; margin: 22px 0 6px;
  font-size: 14px; letter-spacing: 1px;
}
.footer-links a { color: #C6CCC2; padding: 4px 10px; }
.footer-links a:hover { color: #D9B95C; }
.footer-links .fdot { color: #7C9663; font-size: 9px; align-self: center; }
.foot-legal { max-width: 900px; margin: 0 auto; color: #9FA89B; font-size: 15px; line-height: 1.9; letter-spacing: 1px; position: relative; z-index: 1; }
.foot-legal a { color: #9FA89B; text-decoration: underline; }
.foot-legal a:hover { color: #D9B95C; }
.furniture { margin-top: 8px; color: #9FA89B; font-size: 13px; }

/* hours/address blocks on contact page */
.quiet-block { max-width: 720px; margin: 40px auto 0; background-color: #1D2318; border: 1px solid #2C332A; padding: 36px; }
.quiet-block h2 { font-family: Georgia, serif; font-size: 26px; color: #D9B95C; font-weight: normal; margin: 0 0 18px; }
.quiet-block p, .quiet-block li { color: #9FA89B; line-height: 1.8; }
.quiet-block ul { list-style: none; padding: 0; margin: 0; }
.quiet-block li { padding-left: 20px; position: relative; margin-bottom: 10px; }
.quiet-block li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 2px; background-color: #D9B95C; }
.kicker-lite { font-family: Georgia, serif; font-size: 13px; letter-spacing: 3px; text-transform: lowercase; color: #7C9663; }

/* FAQ (answers visible by default; JS turns this into an accordion) */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { background-color: #1D2318; border: 1px solid #2C332A; margin-bottom: 12px; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px;
  color: #F6F3EA; font-size: 18px; letter-spacing: 1px;
}
.faq-column .faq-q { cursor: pointer; }
.faq-q .chev { color: #D9B95C; font-size: 12px; transition: transform ease 0.2s; }
.faq-a { display: block; padding: 0 22px 20px; color: #9FA89B; line-height: 1.75; }
.faq-column .faq-a { display: none; }
.faq-column .faq-item.open .faq-a { display: block; }
.faq-column .faq-item.open .faq-q .chev { transform: rotate(180deg); }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .bench-wrap { grid-template-columns: 1fr; }
  .metric-band .inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .metric-cell:not(:last-child) { border-right: none; }
  .lot-row { grid-template-columns: 1fr; text-align: left; }
  .lot-tag { max-width: 160px; }
  .score-dial { margin: 0; }
  .nav-row { padding: 14px 20px; }
  .nav-toggle { display: inline-block; }
  .nav-links {
    display: none; width: 100%;
    flex-direction: column; align-items: flex-start;
    padding: 10px 0 6px; gap: 4px;
  }
  .nav-links.open { display: flex; }
  .nav-links .sep { display: none; }
  .selectionbench-hero { padding: 56px 20px; }
  .scoresheet-rows, .page-sec-pad { padding-left: 20px; padding-right: 20px; }
  .hero-text h1 { font-size: 40px; }
  .bench-scene { min-height: 380px; margin-top: 20px; }
}
@media (max-width: 600px) {
  .metric-band .inner { grid-template-columns: 1fr; }
  .metric-cell:not(:last-child) { border-right: none; border-bottom: 1px solid #2C332A; padding-bottom: 22px; }
  .stat-blk p { font-size: 22px; }
  .scoring-card { display: none; }
  .shortlist-board { display: none; }
  .ginkgo-fan { display: none; }
}
