/* Pescador on the Fly - LP system shared styles
   Tokens per pf-brand-bible.md section 7 / v3 spec cards */

@font-face { font-family: 'DM Sans'; src: url('../fonts/DMSans-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/DMSans-Medium.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/DMSans-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }

:root {
  --ink: #1F1F1F;
  --sage: #7A825F;
  --sage-soft: #eceee6;
  --red: #F83A3A;
  --paper: #F0F0F0;
  --white: #ffffff;
  --gold: #E8A93C;
  --line: rgba(31,31,31,.12);
  --radius: 10px;
  --max: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', Helvetica, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.btn { display: inline-block; background: var(--ink); color: var(--white); font-weight: 700; font-size: 16px; padding: 16px 34px; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; transition: background .15s ease, transform .15s ease; }
.btn:hover { background: #000; transform: translateY(-1px); }
.btn--sage { background: var(--sage); }
.btn--sage:hover { background: #676e4f; }
.btn--ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }
.eyebrow { display: inline-block; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; font-size: 12.5px; color: var(--sage); margin-bottom: 14px; }
.eyebrow::before { content: ''; display: inline-block; width: 26px; height: 2px; background: var(--sage); vertical-align: middle; margin-right: 10px; }
.h-xl { font-size: clamp(34px, 5.2vw, 58px); line-height: 1.05; font-weight: 700; letter-spacing: -0.015em; }
.h-lg { font-size: clamp(26px, 3.6vw, 40px); line-height: 1.12; font-weight: 700; letter-spacing: -0.01em; }
.h-md { font-size: clamp(20px, 2.4vw, 26px); font-weight: 700; }
.muted { color: rgba(31,31,31,.66); }
.section { padding: 72px 0; }
.section--paper { background: var(--paper); }
.section--sage { background: var(--sage-soft); }
.section--ink { background: var(--ink); color: var(--white); }
.stars { display: inline-flex; gap: 3px; align-items: center; }
.stars svg { width: 17px; height: 17px; fill: var(--gold); flex-shrink: 0; }
.stars--lg svg { width: 22px; height: 22px; }

/* Promo bar */
.promo-bar { background: var(--sage); color: var(--white); text-align: center; font-size: 13.5px; font-weight: 500; padding: 9px 14px; }
.promo-bar strong { font-weight: 700; }

/* Header */
.site-header { background: var(--ink); position: sticky; top: 0; z-index: 60; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 14px; padding-bottom: 14px; }
.site-header .logo img { width: 190px; height: 42px; object-fit: contain; }
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.site-nav a:hover { color: var(--white); }
.cart-btn { background: transparent; border: 1.5px solid rgba(255,255,255,.4); color: var(--white); border-radius: 999px; padding: 8px 18px; font-weight: 700; font-size: 14px; cursor: pointer; min-height: 44px; }
.cart-btn:hover { border-color: var(--white); }

/* Hero (full-bleed immersive) */
body { overflow-x: hidden; }
.hero { position: relative; background: var(--ink); color: var(--white); min-height: min(88vh, 920px); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; z-index: -2; }
.hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(78deg, rgba(16,16,14,.93) 0%, rgba(16,16,14,.62) 46%, rgba(16,16,14,.12) 100%), linear-gradient(to top, rgba(16,16,14,.8) 0%, rgba(16,16,14,0) 38%); }
.hero .wrap { width: 100%; padding-top: 96px; padding-bottom: 84px; }
.hero-copy { max-width: 640px; }
.hero .eyebrow { color: #b9c199; }
.hero .eyebrow::before { background: #b9c199; }
.hero .h-xl { font-size: clamp(38px, 6vw, 68px); text-wrap: balance; }
.hero .h-xl .accent { color: #cdd4b0; }
.hero-copy .lede { font-size: clamp(16px, 1.6vw, 19px); margin: 20px 0 22px; max-width: 50ch; color: rgba(255,255,255,.88); }
.hero-price { display: inline-flex; align-items: baseline; gap: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(6px); border-radius: 999px; padding: 10px 22px; margin-bottom: 26px; }
.hero-price .strike { text-decoration: line-through; color: rgba(255,255,255,.55); font-size: 14px; font-weight: 500; }
.hero-price .now { font-size: 22px; font-weight: 700; }
.hero-price .save { font-size: 12.5px; font-weight: 700; color: #ffb4b4; letter-spacing: .05em; text-transform: uppercase; }
.key-facts { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.75); margin-bottom: 28px; }
.key-facts span { white-space: nowrap; }
.key-facts span + span::before { content: '\00b7'; margin: 0 10px; color: #b9c199; font-weight: 700; }
.cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero .btn { background: var(--white); color: var(--ink); }
.hero .btn:hover { background: var(--paper); }
.savings-note { font-size: 14.5px; font-weight: 700; color: var(--red); }
.hero .savings-note { color: #ffb4b4; }
.mini-trust { margin-top: 24px; font-size: 13.5px; color: rgba(255,255,255,.68); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mini-trust .stars svg { width: 15px; height: 15px; }

/* Quick testimonials */
.quick-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.review-card p { font-size: 15px; margin: 10px 0 12px; }
.review-card .who { font-size: 13px; font-weight: 700; color: rgba(31,31,31,.6); }

/* Proof strip */
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.proof-item .big { font-size: 20px; font-weight: 700; letter-spacing: .02em; }
.proof-item .small { font-size: 13px; color: rgba(31,31,31,.62); margin-top: 4px; }

/* USP grid */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.usp-grid .usp-center { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.usp-center img { border-radius: var(--radius); }
.usp { padding: 6px 4px; }
.usp h3 { font-size: 17.5px; margin-bottom: 8px; }
.usp p { font-size: 14.5px; color: rgba(31,31,31,.7); }

/* Stats row */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stat .num { font-size: clamp(30px, 4vw, 44px); font-weight: 700; }
.stat .lbl { font-size: 13.5px; color: rgba(255,255,255,.72); margin-top: 6px; letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }

/* Divider quote */
.divider-quote { text-align: center; max-width: 780px; margin: 0 auto; position: relative; padding-top: 34px; }
.divider-quote::before { content: '\201C'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); font-size: 110px; line-height: 1; color: var(--sage); opacity: .35; font-weight: 700; pointer-events: none; }
.divider-quote blockquote { font-size: clamp(22px, 3vw, 32px); font-weight: 500; font-style: italic; line-height: 1.35; letter-spacing: -0.01em; }
.divider-quote .who { margin-top: 18px; font-size: 13px; font-weight: 700; color: var(--sage); text-transform: uppercase; letter-spacing: .12em; }

/* Buy block */
.buy-block { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: start; }
.gallery-main img { border-radius: var(--radius); aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.gallery-thumbs img { border-radius: 6px; aspect-ratio: 1 / 1; object-fit: cover; cursor: pointer; border: 2px solid transparent; }
.gallery-thumbs img.active { border-color: var(--sage); }
.buy-panel h2 { font-size: 28px; }
.buy-panel .rating-line { display: flex; gap: 10px; align-items: center; margin: 10px 0 20px; font-size: 14px; font-weight: 500; }
.opt-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin: 20px 0 8px; color: rgba(31,31,31,.65); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { border: 1.5px solid var(--line); background: var(--white); border-radius: 999px; padding: 12px 18px; min-height: 46px; font-size: 14.5px; font-weight: 500; cursor: pointer; font-family: inherit; }
.pill.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.pill.disabled { opacity: .38; cursor: not-allowed; text-decoration: line-through; }
.config-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.config-card { border: 2px solid var(--line); border-radius: var(--radius); padding: 16px; cursor: pointer; position: relative; background: var(--white); transition: border-color .15s ease, box-shadow .15s ease; }
.config-card.active { border-color: var(--sage); box-shadow: 0 10px 28px rgba(122,130,95,.22); }
.gallery-main img { box-shadow: 0 22px 54px rgba(31,31,31,.14); }
.config-card .badge { position: absolute; top: -11px; left: 12px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; letter-spacing: .04em; }
.config-card h4 { font-size: 15.5px; }
.config-card .cc-price { font-weight: 700; font-size: 18px; margin-top: 6px; }
.config-card .cc-price .strike { text-decoration: line-through; color: rgba(31,31,31,.4); font-weight: 500; font-size: 14px; margin-right: 8px; }
.config-card ul { list-style: none; margin-top: 10px; }
.config-card li { font-size: 12.5px; color: rgba(31,31,31,.7); padding-left: 16px; position: relative; margin-bottom: 3px; }
.config-card li::before { content: '\2713'; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
.offer-math { background: var(--white); border: 1px dashed var(--sage); border-radius: var(--radius); padding: 14px 16px; font-size: 13.5px; margin-top: 16px; }
.offer-math .row { display: flex; justify-content: space-between; padding: 3px 0; }
.offer-math .row.total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 8px; font-weight: 700; font-size: 15px; }
.offer-math .free { color: var(--sage); font-weight: 700; }
.add-to-cart { width: 100%; margin-top: 20px; font-size: 17px; padding: 18px; }
.stock-note { text-align: center; font-size: 13px; color: rgba(31,31,31,.6); margin-top: 12px; }

/* Moments grid */
.moments-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 26px; margin-top: 44px; }
.moment { position: relative; }
.moment .m-media { position: relative; border-radius: var(--radius); overflow: hidden; }
.moment img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .5s ease; }
.moment:hover img { transform: scale(1.03); }
.m-num { position: absolute; top: 14px; left: 14px; background: rgba(16,16,14,.72); color: var(--white); font-weight: 700; font-size: 13px; letter-spacing: .12em; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px); }
.moment h3 { margin: 16px 0 6px; font-size: 19px; }
.moment p { font-size: 14.5px; color: rgba(31,31,31,.7); max-width: 52ch; }

/* Comparison table */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 40px; background: var(--white); border-radius: var(--radius); overflow: hidden; }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--line); }
.compare-table thead th { background: var(--ink); color: var(--white); font-size: 14px; letter-spacing: .04em; }
.compare-table thead th:nth-child(2) { background: var(--sage); }
.compare-table td:first-child { font-weight: 700; width: 34%; }
.compare-table td:nth-child(2) { background: var(--sage-soft); font-weight: 500; }
.compare-scroll { overflow-x: auto; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.reviews-grid .review-card img { border-radius: 8px; aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 14px; }

/* Dark CTA strip */
.dark-cta { text-align: center; }
.dark-cta .h-lg { max-width: 720px; margin: 0 auto 14px; }
.dark-cta p { color: rgba(255,255,255,.75); max-width: 60ch; margin: 0 auto 26px; }

/* FAQ */
.faq { max-width: 820px; margin: 40px auto 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { font-weight: 700; font-size: 16.5px; padding: 18px 30px 18px 0; cursor: pointer; list-style: none; position: relative; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 16px; font-size: 22px; color: var(--sage); font-weight: 500; }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding: 0 0 18px; font-size: 15px; color: rgba(31,31,31,.75); max-width: 68ch; }

/* Final CTA (image-backed) */
.final-cta { text-align: center; }
.final-cta--img { position: relative; color: var(--white); overflow: hidden; isolation: isolate; padding: 110px 0; }
.final-cta--img .cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.final-cta--img .cta-scrim { position: absolute; inset: 0; z-index: -1; background: rgba(16,16,14,.72); }
.final-cta--img .muted { color: rgba(255,255,255,.8); }
.final-cta--img .btn { background: var(--white); color: var(--ink); }
.final-cta--img .btn:hover { background: var(--paper); }
.cta-proof { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; font-size: 13.5px; color: rgba(255,255,255,.78); flex-wrap: wrap; }

/* Sticky mobile CTA */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: var(--ink); color: var(--white); display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -8px 30px rgba(0,0,0,.25); transform: translateY(110%); transition: transform .25s ease; }
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .sc-title { font-weight: 700; font-size: 14px; }
.sticky-cta .sc-price { font-size: 12.5px; color: rgba(255,255,255,.75); }
.sticky-cta .btn { padding: 12px 26px; font-size: 15px; }
body.cart-open .sticky-cta { display: none !important; }
@media (max-width: 900px) { .sticky-cta { display: flex; } }

/* Cart drawer trust line */
.cart-trust { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; font-size: 12px; color: rgba(31,31,31,.6); }
.cart-trust .stars svg { width: 13px; height: 13px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .moment:hover img { transform: none; }
}

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,.72); font-size: 13.5px; padding: 44px 0; }
.site-footer .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.site-footer a { color: rgba(255,255,255,.85); }
.site-footer .logo img { width: 170px; height: 38px; object-fit: contain; opacity: .9; }

/* Cart drawer */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 90; }
.cart-drawer { position: fixed; top: 0; right: -420px; width: min(400px, 92vw); height: 100dvh; background: var(--white); z-index: 95; transition: right .25s ease, visibility .25s ease; display: flex; flex-direction: column; box-shadow: -14px 0 40px rgba(0,0,0,.2); visibility: hidden; }
body.cart-open .cart-overlay { opacity: 1; pointer-events: auto; }
body.cart-open .cart-drawer { right: 0; visibility: visible; }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 18px; }
.cart-close { background: none; border: 0; font-size: 26px; cursor: pointer; line-height: 1; color: var(--ink); min-width: 44px; min-height: 44px; }
.cart-items { flex: 1; overflow-y: auto; padding: 14px 20px; }
.cart-empty { color: rgba(31,31,31,.55); text-align: center; margin-top: 40px; font-size: 14.5px; }
.cart-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 74px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.cart-item .ci-title { font-weight: 700; font-size: 14.5px; }
.cart-item .ci-sub { font-size: 12.5px; color: rgba(31,31,31,.6); margin: 3px 0; }
.cart-item .ci-price { font-weight: 700; font-size: 14.5px; }
.cart-item .ci-remove { background: none; border: 0; color: rgba(31,31,31,.5); font-size: 12.5px; cursor: pointer; text-decoration: underline; padding: 6px 0; margin-top: 2px; min-height: 32px; }
.cart-foot { border-top: 1px solid var(--line); padding: 18px 20px 22px; }
.cart-total-row { display: flex; justify-content: space-between; font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.cart-note { font-size: 12px; color: rgba(31,31,31,.55); margin-bottom: 14px; }
/* Checkout is an <a>, not a <button>: gtag only decorates real link clicks with the GA4
   cross-domain _gl param, so the user's own click has to be the thing that navigates. */
.cart-checkout { width: 100%; text-align: center; }
.cart-checkout[aria-disabled="true"] { opacity: .45; pointer-events: none; }

/* Responsive */
@media (max-width: 900px) {
  .hero { min-height: min(78vh, 720px); align-items: flex-end; }
  .hero .wrap { padding-top: 72px; padding-bottom: 56px; }
  .hero-bg { object-position: 74% center; }
  .hero-price { flex-wrap: wrap; gap: 8px 12px; border-radius: 16px; }
  .buy-block { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .usp-grid .usp-center { grid-column: 1 / -1; grid-row: auto; }
  .quick-reviews, .reviews-grid { grid-template-columns: 1fr; }
  .proof-strip, .stats-row { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .moments-grid { grid-template-columns: 1fr; }
  .site-nav a:not(.cart-btn) { display: none; }
  .section { padding: 52px 0; }
}
@media (max-width: 520px) {
  .config-cards { grid-template-columns: 1fr; gap: 18px; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .site-header .logo img { width: 160px; }
}
