.cta-band::before {
  content: ""; position: absolute; inset: -2%; z-index: 0;
  background: url(../../img/bg/d36c8eab-ad20-4f90-a5b4-4fa6dca9acf3.jpg) center 32% / cover no-repeat;
  transform-origin: 68% 34%;
  animation: ctaZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

/* ============================================================
   COFFEE LADY — Jura Product Detail Page (PDP)
   Extends jura.css. CRO-focused buy box, gallery, sticky bar,
   finance calculator, comparison, reviews.
   ============================================================ */

/* On the PDP, the nav does NOT stick — but stays a stacking layer so the
   mega-menu dropdown sits above the gallery (position:static would drop z-index) */
.nav { position: relative; }

/* ---------- shared placeholder (striped, monospace label) ---------- */
.ph-img {
  background:
    repeating-linear-gradient(45deg, var(--cream-2), var(--cream-2) 11px, var(--cream) 11px, var(--cream) 22px);
  display: grid; place-items: center; text-align: center;
}

.ph-img span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: .04em; color: var(--ink-faint);
  background: rgba(253,248,242,.78); padding: 4px 9px; border-radius: 6px;
  border: 1px solid var(--line);
}

/* ============================================================
   PDP HERO  — gallery + buy box
   ============================================================ */
.pdp-hero { background: var(--cream); padding: 26px 0 64px; border-bottom: 1px solid var(--line); }

.pdp-hero .pdp-crumb { max-width: 1600px; padding: 0 48px; margin-bottom: 24px; }

.pdp-hero .breadcrumb {
  color: var(--ink-faint); margin: 0;
}

@media (max-width: 700px){ .pdp-hero .pdp-crumb { padding: 0 22px; } }

.pdp-hero .breadcrumb a { color: var(--ink-soft); }

.pdp-hero .breadcrumb a:hover { color: var(--red); }

.pdp-hero .breadcrumb .here { color: var(--ink); font-weight: 600; }

.pdp-hero .breadcrumb .sep { opacity: .5; }

.pdp-grid {
  display: grid; grid-template-columns: 1.04fr .96fr; gap: 50px; align-items: start;
}

@media (max-width: 940px){ .pdp-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- Gallery ---------- */
.gallery { position: sticky; top: 96px; }

.gallery-main {
  position: relative; background: var(--paper);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-card); overflow: hidden;
  height: 600px; display: grid; place-items: center; padding: 30px;
}

.gallery-main img { max-width: 100%; max-height: 540px; width: auto; height: auto; object-fit: contain; }

.gallery-main .ph-img { position: absolute; inset: 0; }

.gallery-flag {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: #fff; background: var(--red); padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 8px 18px -10px rgba(191,56,38,.8);
}

.gallery-range {
  position: absolute; top: 16px; right: 16px; z-index: 3;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-soft); background: rgba(255,255,255,.92); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 999px;
}

.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }

.gthumb {
  position: relative; height: 84px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line); background: var(--paper); overflow: hidden;
  padding: 8px; cursor: pointer; transition: border-color .16s ease, transform .16s ease;
}

.gthumb img { width: 100%; height: 100%; object-fit: contain; }

.gthumb .ph-img { position: absolute; inset: 0; }

.gthumb .ph-img span { font-size: 8.5px; padding: 2px 5px; }

.gthumb:hover { border-color: var(--terracotta); }

.gthumb.active { border-color: var(--red); box-shadow: 0 0 0 3px rgba(191,56,38,.12); }

/* ---------- Buy box ---------- */
.buybox { display: flex; flex-direction: column; }

.buy-toprow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }

.buy-rating { display: inline-flex; align-items: center; gap: 8px; }

.buy-rating .stars { display: inline-flex; gap: 1px; color: #f0a818; }

.buy-rating .stars svg { width: 16px; height: 16px; }

.buy-rating .rtxt { font-size: 13.5px; color: var(--ink-soft); font-weight: 500; }

.buy-rating .rtxt b { color: var(--ink); font-weight: 600; }

.buy-rating a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 2px; }

.buy-rating a:hover { color: var(--red); }

.buy-instock {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; color: #2c7a4b;
}

.buy-instock .dot { width: 8px; height: 8px; border-radius: 50%; background: #2c9c5c; box-shadow: 0 0 0 3px rgba(44,156,92,.18); }

.buybox h1 {
  font-size: clamp(30px, 3.6vw, 42px); line-height: 1.06; letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.buy-sub { font-size: 16px; color: var(--ink-soft); font-weight: 400; margin-bottom: 22px; max-width: 46ch; }

.buy-sub b { color: var(--ink); font-weight: 600; }

/* price block */
.price-block {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 22px 24px; margin-bottom: 20px;
}

.price-main { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }

.price-now { font-size: 38px; font-weight: 700; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }

.price-vat { font-size: 14px; color: var(--ink-faint); font-weight: 500; }

.price-was { font-size: 16px; color: var(--ink-faint); text-decoration: line-through; }

.price-save {
  font-size: 12.5px; font-weight: 600; color: var(--red);
  background: rgba(191,56,38,.08); border: 1px solid rgba(191,56,38,.2);
  padding: 4px 10px; border-radius: 999px;
}

.price-leasefrom {
  display: inline-flex; align-items: center; gap: 7px;
  margin-bottom: 14px; font-size: 14.5px; font-weight: 600;
  color: var(--terracotta-deep);
  background: rgba(191,56,38,.07); border: 1px solid rgba(191,56,38,.2);
  padding: 7px 13px; border-radius: 999px; line-height: 1;
}
.price-leasefrom svg { color: var(--terracotta-deep); flex-shrink: 0; }
.price-leasefrom b { font-weight: 800; font-size: 15.5px; }

.price-lease {
  margin-top: 12px; padding-top: 14px; border-top: 1px dashed var(--line);
  font-size: 14.5px; color: var(--ink-soft); font-weight: 400;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}

.price-lease b { color: var(--ink); font-weight: 700; font-size: 16px; }

.price-lease a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* variant selector */
.variant { margin-bottom: 20px; }

.variant-label {
  font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}

.variant-label .vsel { color: var(--ink-soft); font-weight: 500; }

.variant-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.variant-opt {
  text-align: left; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper); padding: 13px 15px; cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.variant-opt .vt { font-size: 14.5px; font-weight: 600; color: var(--ink); }

.variant-opt .vd { font-size: 12.5px; color: var(--ink-faint); font-weight: 500; margin-top: 2px; }

.variant-opt:hover { border-color: var(--terracotta); }

.variant-opt.active { border-color: var(--red); box-shadow: 0 0 0 3px rgba(191,56,38,.1); }

/* CTA row */
.buy-cta { display: flex; gap: 12px; margin-bottom: 18px; }

.buy-cta .btn { flex: 1; justify-content: center; padding: 16px 24px; font-size: 15.5px; }

@media (max-width: 420px){ .buy-cta { flex-direction: column; } }

/* mini spec chips */
.buy-chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft);
  border: 1px solid var(--line-soft); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 20px; }

.buy-chips .chip { background: var(--paper); padding: 13px 12px; text-align: center; }

.buy-chips .chip .v { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }

.buy-chips .chip .k { font-size: 11px; color: var(--ink-faint); font-weight: 500; margin-top: 2px; }

@media (max-width: 460px){ .buy-chips { grid-template-columns: 1fr 1fr; } }

/* trust badges */
.buy-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }

.buy-trust .bt { display: flex; align-items: center; gap: 11px; }

.buy-trust .bt .ic {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px;
  background: var(--cream); border: 1px solid var(--line); color: var(--red);
  display: grid; place-items: center;
}

.buy-trust .bt .tx { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.25; }

.buy-trust .bt .tx small { display: block; font-size: 11.5px; color: var(--ink-faint); font-weight: 500; }

/* ============================================================
   STICKY BUY BAR
   ============================================================ */
.sticky-buy {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: rgba(253,248,242,.92); backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px -22px rgba(42,34,30,.6);
  transform: translateY(-100%); transition: transform .3s cubic-bezier(.5,0,.2,1);
}

.sticky-buy.show { transform: none; }

.sticky-buy .wrap { display: flex; align-items: center; gap: 20px; height: 70px; max-width: 1600px; padding: 0 48px; }

.sticky-buy .sb-thumb {
  width: 50px; height: 50px; border-radius: 10px; background: var(--paper);
  border: 1px solid var(--line); padding: 5px; flex-shrink: 0;
}

.sticky-buy .sb-thumb img { width: 100%; height: 100%; object-fit: contain; }

.sticky-buy .sb-name { font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

.sticky-buy .sb-meta { font-size: 12.5px; color: var(--ink-soft); font-weight: 500; }

.sticky-buy .sb-meta b { color: var(--ink); }

.sticky-buy .sb-spacer { flex: 1; }

.sticky-buy .sb-price { text-align: right; line-height: 1.1; }

.sticky-buy .sb-price .p { font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }

.sticky-buy .sb-price .v { font-size: 11.5px; color: var(--ink-faint); font-weight: 500; }

@media (max-width: 760px){
  .sticky-buy .wrap { padding: 0 18px; gap: 12px; }
  .sticky-buy .sb-meta, .sticky-buy .sb-thumb { display: none; }
  .sticky-buy .sb-price .v { display: none; }
}

/* ============================================================
   GENERIC PDP SECTION HEADS
   ============================================================ */
.pdp-section { padding: 78px 0; }

.pdp-section.alt { background: var(--cream); }

.pdp-section.paper { background: var(--paper); }

.sec-head { max-width: 720px; margin-bottom: 40px; }

.sec-eyebrow {
  font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--terracotta-deep); margin-bottom: 12px;
}

.sec-head .lead { margin-top: 14px; }

/* ---------- Overview (long-form SEO copy + figure) ---------- */
.overview-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: start; }

@media (max-width: 900px){ .overview-grid { grid-template-columns: 1fr; gap: 34px; } }

.overview-copy p { font-size: 16px; color: var(--ink-soft); font-weight: 400; margin-bottom: 18px; line-height: 1.7; max-width: 64ch; }

.overview-copy p b { color: var(--ink); font-weight: 600; }

.overview-copy h3 { font-size: 21px; margin: 30px 0 12px; }

.overview-figure { position: sticky; top: 96px; }

.overview-figure .ph-img { height: 340px; border-radius: var(--radius); border: 1px solid var(--line); }

.overview-figure img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; height: auto; display: block; }

.overview-figure .cap { font-size: 12.5px; color: var(--ink-faint); font-weight: 400; margin-top: 12px; }

/* ---------- Feature highlights grid ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 860px){ .feat-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 560px){ .feat-grid { grid-template-columns: 1fr; } }

.feat {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-card);
}

.feat .ic {
  width: 44px; height: 44px; border-radius: 12px; background: var(--cream);
  border: 1px solid var(--line); color: var(--red); display: grid; place-items: center; margin-bottom: 16px;
}

.feat h3 { font-size: 18px; margin-bottom: 8px; }

.feat p { font-size: 14.5px; color: var(--ink-soft); font-weight: 400; line-height: 1.6; }

/* ============================================================
   FINANCE CALCULATOR
   ============================================================ */
.finance-calc {
  background: var(--brand-bg); color: var(--brand-text);
  border-radius: var(--radius); overflow: hidden;
  display: grid; grid-template-columns: 1.05fr .95fr;
  position: relative;
}

.finance-calc::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 90% at 90% 0, rgba(207,106,67,.18), transparent 60%);
}

@media (max-width: 820px){ .finance-calc { grid-template-columns: 1fr; } }

.fc-left { padding: 44px 44px 40px; position: relative; z-index: 1; }

.fc-left .sec-eyebrow { color: var(--terracotta-soft); }

.fc-left h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin-bottom: 14px; }

.fc-left p { color: var(--brand-muted); font-size: 15.5px; font-weight: 400; max-width: 42ch; line-height: 1.65; }

.fc-bullets { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }

.fc-bullets li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--brand-text); font-weight: 500; }

.fc-bullets .tick {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%;
  background: rgba(226,165,131,.16); border: 1px solid rgba(226,165,131,.4);
  color: var(--terracotta-soft); display: grid; place-items: center;
}

.fc-right {
  background: var(--brand-bg-2); border-left: 1px solid var(--brand-line);
  padding: 40px 44px; position: relative; z-index: 1;
}

@media (max-width: 820px){ .fc-right { border-left: none; border-top: 1px solid var(--brand-line); } }

.fc-readout { text-align: center; margin-bottom: 26px; }

.fc-readout .fc-mo { font-size: 52px; font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1; }

.fc-readout .fc-mo span { font-size: 19px; font-weight: 500; color: var(--brand-muted); letter-spacing: 0; }

.fc-readout .fc-cap { font-size: 13px; color: var(--brand-muted); font-weight: 500; margin-top: 8px; }

.fc-control { margin-bottom: 22px; }

.fc-control .fc-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }

.fc-control .fc-row .l { font-size: 13.5px; font-weight: 600; color: var(--brand-text); }

.fc-control .fc-row .v { font-size: 13.5px; font-weight: 700; color: var(--terracotta-soft); }

.fc-slider { width: 100%; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px;
  background: var(--brand-line); outline: none; }

.fc-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--red); border: 3px solid #fff; cursor: pointer; box-shadow: 0 4px 12px -4px rgba(0,0,0,.6);
}

.fc-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--red); border: 3px solid #fff; cursor: pointer; }

.fc-ticks { display: flex; justify-content: space-between; margin-top: 9px; font-size: 11.5px; color: var(--brand-muted); font-weight: 500; }

.fc-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--brand-line);
  border: 1px solid var(--brand-line); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 22px; }

.fc-summary .it { background: var(--brand-bg-2); padding: 13px 16px; }

.fc-summary .it .k { font-size: 11.5px; color: var(--brand-muted); font-weight: 500; }

.fc-summary .it .v { font-size: 16px; color: #fff; font-weight: 700; letter-spacing: -0.01em; margin-top: 2px; }

.fc-right .btn { width: 100%; justify-content: center; }

.fc-disclaimer { font-size: 11.5px; color: var(--brand-muted); font-weight: 400; margin-top: 16px; line-height: 1.55; }

/* ============================================================
   WHAT'S INCLUDED
   ============================================================ */
.incl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; background: var(--paper); }

@media (max-width: 880px){ .incl-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 480px){ .incl-grid { grid-template-columns: 1fr; } }

.incl {
  padding: 30px 26px; border-right: 1px solid var(--line); position: relative;
}

.incl:last-child { border-right: none; }

@media (max-width: 880px){
  .incl:nth-child(1), .incl:nth-child(2) { border-bottom: 1px solid var(--line); }
  .incl:nth-child(2) { border-right: none; }
}

.incl .step { font-size: 12px; font-weight: 700; color: var(--terracotta-deep); letter-spacing: .08em; margin-bottom: 14px; }

.incl .ic { width: 30px; height: 30px; color: var(--red); margin-bottom: 14px; }

.incl h3 { font-size: 17px; margin-bottom: 8px; }

.incl p { font-size: 14px; color: var(--ink-soft); font-weight: 400; line-height: 1.6; }

.incl .ic { transform-origin: center; transition: transform .5s cubic-bezier(.34,1.56,.64,1), color .3s ease; }

.incl:hover .ic { color: var(--ink); }

@media (prefers-reduced-motion: no-preference) {
  .incl:nth-child(1):hover .ic { animation: why-pop .55s cubic-bezier(.34,1.56,.64,1); }
  .incl:nth-child(2):hover .ic { animation: why-press .5s cubic-bezier(.34,1.56,.64,1); }
  .incl:nth-child(3):hover .ic { animation: why-pop .55s cubic-bezier(.34,1.56,.64,1); }
  .incl:nth-child(4):hover .ic { transform: rotate(360deg); transition-duration: .8s; }
}

/* ============================================================
   PRODUCT TABS  (Overview / Specifications / See It in Action)
   ============================================================ */
.tabs {
  display: flex; gap: 6px; flex-wrap: wrap;
  border-bottom: 1px solid var(--line); margin-bottom: 40px;
}

.tab {
  padding: 15px 24px; font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em;
  color: var(--ink-soft); border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color .16s ease, border-color .16s ease;
}

.tab:hover { color: var(--ink); }

.tab.active { color: var(--red); border-bottom-color: var(--red); }

.tab-panel { display: none; }

.tab-panel.active { display: block; animation: tabIn .35s ease; }

@keyframes tabIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce){ .tab-panel.active { animation: none; } }

/* ---------- Demo / video panel ---------- */
.demo-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: start; }

@media (max-width: 860px){ .demo-grid { grid-template-columns: 1fr; } }

.video-ph {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden;
  background: radial-gradient(120% 130% at 50% 0, #2c211c, var(--brand-bg));
  border: 1px solid var(--brand-line); display: grid; place-items: center;
}

.vplay {
  width: 76px; height: 76px; border-radius: 50%; background: var(--red); color: #fff;
  display: grid; place-items: center; box-shadow: 0 18px 44px -16px rgba(191,56,38,.9);
  transition: transform .2s ease, background .2s ease;
}

.vplay:hover { transform: scale(1.08); background: var(--red-dark); }

.vplay svg { margin-left: 4px; }

.vcap {
  position: absolute; left: 14px; bottom: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px;
  color: var(--brand-muted); background: rgba(0,0,0,.4); padding: 5px 10px; border-radius: 6px;
}

.demo-main h2 { margin: 24px 0 10px; font-size: 24px; }

.demo-main p { font-size: 15px; color: var(--ink-soft); font-weight: 400; line-height: 1.65; max-width: 60ch; }

.demo-clips { display: flex; flex-direction: column; gap: 10px; }

.vclip {
  display: flex; align-items: center; gap: 13px; padding: 11px; text-align: left;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper);
  transition: border-color .15s ease, box-shadow .15s ease;
}

.vclip:hover { border-color: var(--terracotta); }

.vclip.active { border-color: var(--red); box-shadow: 0 0 0 3px rgba(191,56,38,.1); }

.vthumb {
  width: 56px; height: 42px; flex-shrink: 0; border-radius: 8px; color: #fff;
  background: linear-gradient(140deg, #2c211c, var(--brand-bg)); display: grid; place-items: center;
}

.vthumb svg { width: 16px; height: 16px; margin-left: 2px; }

.vmeta { display: flex; flex-direction: column; line-height: 1.3; }

.vmeta b { font-size: 14px; font-weight: 600; color: var(--ink); }

.vmeta small { font-size: 12px; color: var(--ink-faint); font-weight: 500; }

/* ============================================================
   SPEC TABLE (inline, two-column groups)
   ============================================================ */
.spec-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }

@media (max-width: 720px){ .spec-wrap { grid-template-columns: 1fr; } }

.spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }

.spec-table tr { border-bottom: 1px solid var(--line); }

.spec-table th { text-align: left; color: var(--ink-soft); font-weight: 500; padding: 14px 0; padding-right: 16px; vertical-align: top; }

.spec-table td { text-align: right; color: var(--ink); font-weight: 600; padding: 14px 0; vertical-align: top; }

.spec-note { font-size: 12.5px; color: var(--ink-faint); font-weight: 400; margin-top: 26px; max-width: 80ch; line-height: 1.6; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.compare-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }

.compare { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 14.5px; }

.compare thead th {
  text-align: center; padding: 22px 18px 18px; vertical-align: bottom;
  border-bottom: 1px solid var(--line); position: relative;
}

.compare thead th:first-child { text-align: left; }

.compare thead th.hl { background: var(--cream-2); }

.compare .ch-range { font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-faint); }

.compare .ch-name { font-size: 18px; font-weight: 600; color: var(--ink); margin: 4px 0 3px; letter-spacing: -0.01em; }

.compare .ch-price { font-size: 13px; color: var(--ink-soft); font-weight: 500; }

.compare .ch-badge {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: #fff; background: var(--red); padding: 3px 9px; border-radius: 999px; margin-bottom: 9px;
}

.compare tbody th { text-align: left; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); padding: 15px 18px; border-bottom: 1px solid var(--line-soft); }

.compare tbody td { text-align: center; font-size: 14px; font-weight: 600; color: var(--ink); padding: 15px 18px; border-bottom: 1px solid var(--line-soft); }

.compare tbody td.hl { background: var(--cream-2); }

.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }

.compare .yes { color: #2c9c5c; }

.compare .no { color: var(--ink-faint); }

.compare tfoot td { padding: 18px; text-align: center; }

.compare tfoot td.hl { background: var(--cream-2); }

.compare tfoot .btn { width: 100%; justify-content: center; }

/* ============================================================
   REVIEWS
   ============================================================ */
.rev-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: start; }

@media (max-width: 900px){ .rev-grid { grid-template-columns: 1fr; gap: 30px; } }

.rev-summary {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 30px; text-align: center; position: sticky; top: 96px;
}

.rev-score { font-size: 58px; font-weight: 700; color: var(--ink); letter-spacing: -0.03em; line-height: 1; }

.rev-stars { display: inline-flex; gap: 2px; color: #f0a818; margin: 12px 0 8px; }

.rev-stars svg { width: 20px; height: 20px; }

.rev-count { font-size: 13.5px; color: var(--ink-soft); font-weight: 500; }

.rev-bars { margin-top: 22px; display: flex; flex-direction: column; gap: 9px; text-align: left; }

.rev-bar { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ink-soft); font-weight: 500; }

.rev-bar .lab { width: 34px; flex-shrink: 0; }

.rev-bar .track { flex: 1; height: 7px; border-radius: 999px; background: var(--line-soft); overflow: hidden; }

.rev-bar .fill { height: 100%; border-radius: 999px; background: var(--terracotta); }

.rev-bar .pct { width: 32px; text-align: right; flex-shrink: 0; }

.rev-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

@media (max-width: 600px){ .rev-list { grid-template-columns: 1fr; } }

.review {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-card); display: flex; flex-direction: column;
}

.review .r-stars { display: inline-flex; gap: 1px; color: #f0a818; margin-bottom: 12px; }

.review .r-stars svg { width: 15px; height: 15px; }

.review .r-body { font-size: 14.5px; color: var(--ink); font-weight: 400; line-height: 1.65; margin-bottom: 18px; }

.review .r-body b { font-weight: 600; }

.review .r-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }

.review .r-av {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(150deg, var(--terracotta), var(--red-dark));
  color: #fff; display: grid; place-items: center; font-size: 15px; font-weight: 700;
}

.review .r-name { font-size: 14px; font-weight: 600; color: var(--ink); }

.review .r-role { font-size: 12.5px; color: var(--ink-faint); font-weight: 500; }

.review .r-verified { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: #2c7a4b; font-weight: 600; margin-top: 3px; }

/* ============================================================
   RELATED MODELS
   ============================================================ */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 820px){ .related-grid { grid-template-columns: 1fr; } }

.rel-card {
  display: flex; align-items: center; gap: 18px;
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 18px; transition: transform .2s ease, box-shadow .2s ease;
}

.rel-card:hover { transform: translateY(-3px); box-shadow: 0 1px 2px rgba(42,34,30,.05), 0 24px 46px -30px rgba(42,34,30,.5); }

.rel-media { width: 96px; height: 96px; flex-shrink: 0; border-radius: var(--radius-sm); background: var(--cream-2);
  border: 1px solid var(--line-soft); padding: 8px; }

.rel-media img { width: 100%; height: 100%; object-fit: contain; }

.rel-info { flex: 1; min-width: 0; }

.rel-info .rr { font-size: 10.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-faint); }

.rel-info h3 { font-size: 18px; margin: 3px 0 5px; }

.rel-info .rp { font-size: 14px; color: var(--ink-soft); font-weight: 500; }

.rel-info .rp b { color: var(--ink); font-weight: 700; font-size: 16px; }

.rel-info .rlink { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--red); margin-top: 8px; }

.rel-info .rlink svg { transition: transform .18s ease; }

.rel-card:hover .rlink svg { transform: translateX(3px); }

/* keyword footer (SEO internal links) */
.kwlinks { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }

.kwlinks a {
  font-size: 13px; font-weight: 500; color: var(--ink-soft);
  background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px;
  transition: all .15s ease;
}

.kwlinks a:hover { border-color: var(--terracotta); color: var(--red); }

/* ============================================================
   MOBILE FIXES (PDP)
   ============================================================ */
@media (max-width: 940px){
  /* 2 — gallery must not stick on mobile (content scrolled behind images) */
  .gallery { position: static; top: auto; }
  /* 5 — review score summary must not stick on mobile */
  .rev-summary { position: static; top: auto; }
  /* overview figure also un-sticks once stacked */
  .overview-figure { position: static; top: auto; }
}

@media (max-width: 600px){
  /* 1 — breadcrumb: wrap cleanly instead of overflowing */
  .pdp-hero .breadcrumb {
    flex-wrap: wrap; row-gap: 4px; column-gap: 7px;
    font-size: 12px; margin-bottom: 18px;
  }
  .pdp-hero .breadcrumb .sep { margin: 0 1px; }

  /* 3 — product tabs: smaller, kept on a single line */
  .tabs { flex-wrap: nowrap; gap: 0; }
  .tab {
    flex: 1 1 0; min-width: 0; text-align: center;
    padding: 13px 6px; font-size: 13px; white-space: nowrap;
  }

  /* 4 — hide keyword capsule links under the gallery caption */
  .overview-figure .kwlinks { display: none; }
}
