/**
 * VYNE+ single product — Beethoven · 5th Symphony.
 *
 * Ported from the standalone design (whole pages/VYNE+ Product - Beethoven).
 * All rules scoped under .product-page so the imported palette/base never leak
 * onto the shared v2 chrome (topbar/footer live outside the wrapper and keep
 * their home-v2.css styling). The standalone's own topbar/notif/footer were
 * dropped on import; the site header/footer are the theme's v2 chrome.
 *
 * The design's variable names (--serif/--gold/…) are re-declared on the
 * wrapper, so they cascade only into the product page — home-v2's :root tokens
 * are untouched. Fonts come from the v2 Google-Fonts stylesheet.
 *
 * NOTE: this export has no order/checkout module, FAQ or gallery (the design's
 * "Order here" CTAs point at #order, which isn't in this file) — only the CSS
 * for the sections actually present is ported.
 */

.product-page {
  --bg: #080605;
  --bg-2: #0d0a07;
  --panel: #15110c;
  --panel-2: #1d1712;
  --line: rgba(231,210,176,0.14);
  --line-soft: rgba(231,210,176,0.07);
  --gold: #c9a44c;
  --gold-soft: #e6cf9e;
  --gold-deep: #9b7833;
  --ink: #f5ede0;
  --body: #c7bba8;
  --muted: #8e8474;
  --serif: 'Cormorant Garamond', serif;
  --sans: 'Jost', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --shell: 1680px;
  --pad: clamp(24px, 5vw, 120px);

  background: var(--bg);
  color: var(--body);
  font-family: var(--sans);
  font-weight: 300;
  /* The design's body sets no font-size/line-height, so this page inherits the
     browser's 16px/normal. Our global body is 17px/1.6 (correct for the homepage,
     which matches its design exactly) and leaked in here, making every inheriting
     block a line or two taller and every ch-based max-width ~6% wider. */
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

/* The design opens with `* { box-sizing: border-box; margin: 0; padding: 0 }`.
   That reset wasn't ported, so UA defaults leaked into every ported block —
   21px paragraph margins and the 40px <ul> indent on .about-specs. Re-apply it
   to the flow elements only (page-scoped, so the shared chrome is untouched). */
.product-page *, .product-page *::before, .product-page *::after { box-sizing: border-box; }
.product-page p, .product-page ul, .product-page ol, .product-page li,
.product-page h1, .product-page h2, .product-page h3, .product-page h4,
.product-page figure, .product-page blockquote, .product-page dl, .product-page dd { margin: 0; padding: 0; }

.product-page ::selection { background: var(--gold); color: #16100a; }
.product-page a { color: inherit; text-decoration: none; }
.product-page .shell { max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); }
.product-page .kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.product-page h1, .product-page h2, .product-page h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); }
.product-page em { font-style: italic; color: var(--gold-soft); }
.product-page .sec-h { font-size: clamp(38px, 5.5vw, 68px); line-height: 1.02; margin: 14px 0 0; }
.product-page .sec-lead { font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; color: var(--body); max-width: 60ch; margin: 20px 0 0; }

/* ===== Hero (split: photo left, intro right) ===== */
.product-page .hero { border-bottom: 1px solid var(--line-soft); }
.product-page .hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: min(88vh, 900px); }
.product-page .hero-photo { position: relative; background: #0a0807 center/cover no-repeat; }
.product-page .hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-page .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 96px) var(--pad); }
.product-page .hero-copy .eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 14px; }
.product-page .hero-copy .eyebrow::before { content: ''; width: 44px; height: 1px; background: var(--gold-deep); }
.product-page .hero-copy h1 { font-size: clamp(44px, 6vw, 92px); line-height: 0.98; margin: 20px 0 0; font-weight: 400; }
.product-page .hero-copy .work { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.6vw, 34px); color: var(--gold-soft); margin-top: 6px; }
/* On this page .sub is the hero lead paragraph. home-v2.css also ships a global
   .sub — the homepage's 380px dark subscription card — whose box properties leak
   in here (border, padding, min-height, flex, gradient, plus a ::after gold hair
   line), inflating the hero by ~70px. Undo the box, keep the typography. */
.product-page .hero-copy .sub { font-family: var(--serif); font-size: clamp(17px, 1.9vw, 23px); line-height: 1.55; color: var(--body); max-width: 46ch; margin: 22px 0 0; display: block; border: 0; padding: 0; min-height: 0; background: none; overflow: visible; }
.product-page .hero-copy .sub::after { content: none; }
.product-page .hero-meta { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line-soft); }
.product-page .hero-meta .hm .k { font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.product-page .hero-meta .hm .v { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--ink); margin-top: 4px; }
.product-page .hero-cta { margin-top: 34px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.product-page .btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; padding: 16px 34px; cursor: pointer; border: 1px solid var(--line); background: transparent; color: var(--ink); transition: all 0.2s; }
.product-page .btn:hover { border-color: var(--gold-soft); }
.product-page .btn.primary { background: linear-gradient(180deg, #d9b765, #b98f3c); color: #16100a; border-color: transparent; }
.product-page .btn.primary:hover { background: linear-gradient(180deg, #e7c87a, #c89a44); }
.product-page .hero-price { font-family: var(--serif); font-size: 26px; color: var(--gold-soft); }
.product-page .hero-price small { font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); display: block; }
.product-page .hero-rating { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.product-page .hero-rating .stars { color: var(--gold); font-size: 17px; letter-spacing: 3px; }
.product-page .hero-rating .rt { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--body); }

/* ===== Benefits row ===== */
.product-page .band { padding: clamp(56px, 8vw, 110px) 0; border-top: 1px solid var(--line-soft); }
.product-page .band.alt { background: linear-gradient(180deg, #0d0a07, #080605); }
.product-page .whatis-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 5vw, 80px); }
.product-page .wp { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.product-page .wp-ic { flex: 0 0 auto; width: 104px; height: 104px; background: rgba(201,164,76,0.08); border: 1px solid rgba(201,164,76,0.28); color: var(--gold); display: grid; place-items: center; }
.product-page .wp-ic svg { width: 46px; height: 46px; }
.product-page .wp-t { font-family: var(--serif); font-style: italic; font-size: 28px; color: var(--ink); }
.product-page .wp-b { font-size: 16px; line-height: 1.6; color: var(--body); margin-top: 5px; font-family: var(--serif); }

/* ===== About the product ===== */
.product-page .about-block { background: linear-gradient(180deg, #f6efe0, #efe6d3); color: #2a2014; }
.product-page .about-block .kicker { color: #9b7833; }
.product-page .about-block .sec-h { color: #241c14; }
.product-page .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; margin-top: clamp(36px, 5vw, 56px); }
.product-page .about-photo { border: 1px solid rgba(42,33,26,0.18); overflow: hidden; background: #0a0807; }
.product-page .about-photo img { width: 100%; display: block; }
.product-page .about-txt p { font-family: var(--serif); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.6; color: #4a3f2a; }
.product-page .about-txt p + p { margin-top: 18px; }
.product-page .about-specs { list-style: none; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(42,33,26,0.16); display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; }
.product-page .about-specs .k { font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #8a7a60; }
.product-page .about-specs .v { font-family: var(--serif); font-style: italic; font-size: 21px; color: #241c14; margin-top: 4px; }
.product-page .about-notes { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(42,33,26,0.16); }
.product-page .about-block .tn-note { display: flex; align-items: flex-start; gap: 16px; }
/* The design separates consecutive tasting notes with a hairline; not ported,
   which left the three notes 25px each too tight. */
.product-page .about-block .tn-note + .tn-note { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.product-page .about-block .tn-ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(155,120,51,0.08); border: 1px solid rgba(155,120,51,0.3); color: #9b7833; }
.product-page .about-block .tn-ic svg { width: 24px; height: 24px; }
.product-page .about-block .tn-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: #9b7833; }
.product-page .about-block .tn-note p { font-family: var(--serif); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.4; color: #241c14; margin-top: 8px; }
@media (max-width: 560px) { .product-page .about-specs { grid-template-columns: 1fr; } }
@media (max-width: 780px) { .product-page .about-notes { gap: 18px; } }

/* ===== Marquee ===== */
.product-page .marquee { overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 26px 0; background: #0d0a07; }
.product-page .marquee-track { display: flex; gap: 60px; white-space: nowrap; width: max-content; animation: pb-scroll-x 30s linear infinite; }
.product-page .marquee-item { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3vw, 40px); color: var(--ink); display: inline-flex; align-items: center; gap: 60px; }
.product-page .marquee-item::after { content: "\2726"; color: var(--gold); font-size: 0.5em; font-style: normal; }
@keyframes pb-scroll-x { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .product-page .marquee-track { animation: none; } }

/* ===== Tasting notes ===== */
.product-page .tasting-block { background: linear-gradient(180deg, #14100b, #0d0a07); }
.product-page .tn-head { text-align: center; max-width: 60ch; margin: 0 auto; }
.product-page .tn-head .sec-lead { margin-left: auto; margin-right: auto; }
.product-page .tasting-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 90px); margin-top: clamp(40px, 5vw, 64px); align-items: start; }
.product-page .tasting-grid--solo { grid-template-columns: 1fr !important; max-width: 760px; margin-left: auto; margin-right: auto; }
.product-page .tn-scales { border: 1px solid var(--line); background: var(--panel); padding: clamp(26px, 3vw, 38px); border-radius: 4px; }
.product-page .cmp-hd, .product-page .cmp-r { display: grid; grid-template-columns: 0.85fr 1.4fr; align-items: center; gap: 18px; }
.product-page .cmp-hd { padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }
.product-page .cmp-hd span { font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.product-page .cmp-hd .cmp-h2 { color: var(--gold-soft); }
.product-page .cmp-hd .cmp-h2 small { display: block; margin-top: 3px; letter-spacing: 0.08em; font-size: 8.5px; color: var(--muted); }
.product-page .cmp-r { padding: 13px 10px 13px 12px; border-bottom: none; margin: 0 -10px 0 -12px; border-radius: 4px; transition: background 0.25s ease; }
.product-page .cmp-r:nth-child(even) { background: rgba(201,164,76,0.035); }
.product-page .cmp-r:hover { background: rgba(201,164,76,0.09); }
.product-page .cmp-r .cmp-n { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--ink); }
.product-page .cmp-r .cmp-a { position: relative; display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 12.5px; font-weight: 600; color: var(--gold-soft); }
.product-page .cmp-r .cmp-a .cmp-pct { min-width: 46px; }
.product-page .cmp-r .cmp-a .cmp-bar { position: relative; flex: 1; height: 8px; border-radius: 99px; background: rgba(231,210,176,0.12); box-shadow: inset 0 0 0 1px rgba(231,210,176,0.06); overflow: hidden; }
.product-page .cmp-r .cmp-a .cmp-bar i { position: absolute; left: 0; top: 0; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--gold-deep), var(--gold-soft)); box-shadow: 0 0 10px rgba(201,164,76,0.35); }
.product-page .cmp-note { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--muted); margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.product-page .cmp-note a { color: var(--gold-soft); border-bottom: 1px solid var(--gold-deep); }

/* ===== Science / Technology / Results (pf2) ===== */
.product-page .pf2 .pf2-findings { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(24px,3vw,56px); margin: clamp(36px,4vw,56px) 0 clamp(40px,5vw,64px); }
.product-page .pf2 .pf2-find { padding-top: 22px; border-top: 1px solid var(--line); }
.product-page .pf2 .pf2-num { font-family: var(--serif); font-weight: 500; font-size: clamp(40px,4.4vw,68px); line-height: 1; color: var(--gold); }
.product-page .pf2 .pf2-num .u { font-size: .42em; color: var(--ink); margin-left: 4px; }
.product-page .pf2 .pf2-desc { font-family: var(--serif); font-size: 15px; line-height: 1.5; color: var(--body); margin-top: 16px; max-width: 30ch; }
.product-page .pf2 .tab-row { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 40px; overflow-x: auto; }
.product-page .pf2 .tab { font-family: var(--mono); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); background: none; border: none; padding: 14px 26px; cursor: pointer; position: relative; white-space: nowrap; }
.product-page .pf2 .tab.active { color: var(--ink); }
.product-page .pf2 .tab.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold); }
.product-page .pf2 .pf2-panel[hidden] { display: none; }
.product-page .pf2 .pf2-ph { max-width: 64ch; margin-bottom: 36px; }
.product-page .pf2 .pf2-ph h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px,3.2vw,42px); color: var(--ink); margin: 0 0 14px; }
.product-page .pf2 .pf2-ph p { font-family: var(--serif); font-size: clamp(17px,1.5vw,21px); line-height: 1.5; color: var(--body); margin: 0; }
.product-page .pf2 .collage { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-auto-rows: 234px; gap: 18px; }
.product-page .pf2 .collage > div { border: 1px solid var(--line); padding: 22px; background: var(--panel); position: relative; border-radius: 4px; }
.product-page .pf2 .collage .hero-photo { grid-row: span 2; background: #0a0807 center/cover no-repeat; padding: 0; }
.product-page .pf2 .collage .k { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.product-page .pf2 .collage .n { font-family: var(--serif); font-weight: 500; font-size: 44px; color: var(--gold); line-height: 1; margin: 10px 0; }
.product-page .pf2 .collage .b { font-size: 13px; color: var(--body); font-family: var(--serif); line-height: 1.5; }
.product-page .pf2 .collage .hd { font-family: var(--serif); font-size: 16px; color: var(--gold-soft); margin-bottom: 4px; }
.product-page .pf2 .collage .quote { grid-column: span 2; background: rgba(201,164,76,.08); border-color: var(--gold); }
.product-page .pf2 .collage .qm { font-family: var(--serif); font-size: 50px; color: var(--gold); line-height: .5; }
.product-page .pf2 .collage .qt { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink); margin: 10px 0; }
.product-page .pf2 .collage .qa { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.product-page .pf2 .pf2-more { display: inline-block; margin-top: 28px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
@media (max-width: 1024px) { .product-page .pf2 .collage { grid-template-columns: 1fr 1fr; } .product-page .pf2 .collage .hero-photo { grid-row: auto; grid-column: span 2; min-height: 220px; } }
@media (max-width: 600px) { .product-page .pf2 .pf2-findings { grid-template-columns: 1fr 1fr; } .product-page .pf2 .collage { grid-template-columns: 1fr; } .product-page .pf2 .collage .hero-photo, .product-page .pf2 .collage .quote { grid-column: auto; } }

/* ===== Floating Order CTA ===== */
.product-page .float-cta { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(140%); z-index: 60; opacity: 0; transition: transform 0.45s cubic-bezier(0.2,0.7,0.2,1), opacity 0.45s; }
.product-page .float-cta.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.product-page .float-cta button { display: inline-flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: #16100a; background: linear-gradient(180deg, #e7c87a, #c89a44); border: none; padding: 17px 34px; border-radius: 999px; cursor: pointer; box-shadow: 0 14px 40px rgba(0,0,0,0.55), 0 0 0 1px rgba(231,207,158,0.4); transition: transform 0.2s, box-shadow 0.2s; }
.product-page .float-cta button:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 0 1px rgba(231,207,158,0.7); }
.product-page .float-cta button .glyph { font-family: var(--serif); font-size: 18px; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .product-page .hero-grid { grid-template-columns: 1fr; }
  .product-page .hero-photo { min-height: 60vh; }
  .product-page .whatis-points { grid-template-columns: 1fr; }
  .product-page .about-grid { grid-template-columns: 1fr; }
  .product-page .tasting-grid { grid-template-columns: 1fr; }
}
