/* ============================================================
   Slideorado - marketing landing page (El Dorado, dark-first)
   Layered on top of style.css (reuses --gold-grad, --bg, --ink…)
   ============================================================ */

.lp { line-height: 1.55; }

.lp-wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }
.lp-wrap-narrow { max-width: 760px; }

/* ---------- a11y helpers ---------- */
.lp-visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.lp-skip {
  position: absolute; left: 12px; top: -48px; z-index: 60;
  background: var(--gold-grad); color: var(--on-gold);
  font-family: var(--font-head); font-weight: 700; font-size: 14px;
  padding: 10px 16px; border-radius: var(--radius-sm); text-decoration: none;
  transition: top 0.16s ease;
}
.lp-skip:focus { top: 12px; }

/* visible focus everywhere on the landing */
.lp a:focus-visible,
.lp button:focus-visible,
.lp summary:focus-visible,
.lp .lp-email:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px;
}

.lp-topbar { position: sticky; top: 0; z-index: 20; background: rgba(19, 18, 14, 0.82); backdrop-filter: saturate(140%) blur(10px); }
.lp-topbar .wordmark { text-decoration: none; color: inherit; }
.lp-nav-login { text-decoration: none; }
.lp-nav-cta { text-decoration: none; }
.lp-topbar .topbar-right { gap: 14px; }

/* ---------- shared section rhythm ---------- */
.lp-section { padding: clamp(56px, 8vw, 96px) 0; border-top: 1px solid var(--line); }
.lp-section-soft { background: var(--bg-soft); }

.lp-kicker, .lp-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold);
}
.lp-eyebrow {
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 6px 14px; color: var(--gold); margin-bottom: 22px;
}

.lp-h1 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
  max-width: 18ch;
}
.lp-gold {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 12px 0 18px;
  max-width: 22ch;
}
.lp-sub, .lp-lead {
  font-size: clamp(16px, 1.6vw, 19px);
  color: var(--muted);
  max-width: 60ch;
  margin: 0 0 16px;
}
.lp-lead-strong { color: var(--ink); font-weight: 600; }
.lp-sub strong, .lp-lead strong { color: var(--ink); }

/* ---------- 1. HERO ---------- */
.lp-hero {
  position: relative;
  padding: clamp(60px, 10vw, 120px) 0 clamp(56px, 8vw, 92px);
  overflow: hidden;
}
.lp-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 75% 0%, rgba(216,178,74,0.16), transparent 70%),
    radial-gradient(50% 40% at 10% 20%, rgba(216,178,74,0.08), transparent 70%);
  pointer-events: none;
}
.lp-hero-inner { position: relative; }
.lp-hero-foot { font-size: 14px; color: var(--faint); margin: 16px 0 0; }
.lp-hero-foot a { color: var(--gold); }

.lp-hero-grid {
  position: relative;
  display: grid; gap: clamp(28px, 5vw, 56px); align-items: center;
  grid-template-columns: 1.1fr 0.9fr;
}
.lp-hero-copy { min-width: 0; }
.lp-field { display: contents; }

@media (max-width: 860px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-art { order: -1; }
}

/* ---------- hero mockup (decorative) ---------- */
.lp-hero-art { min-width: 0; }
.lp-mock {
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  background: var(--bg-soft); padding: 14px; box-shadow: 0 24px 60px var(--shadow);
  max-width: 460px; margin: 0 auto;
}
.lp-mock-bar { display: flex; align-items: center; gap: 7px; padding: 4px 6px 12px; }
.lp-mock-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); flex: none; }
.lp-mock-url {
  margin-left: 8px; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.08em; color: var(--faint);
  border: 1px solid var(--line); border-radius: 999px; padding: 3px 12px;
}
.lp-mock-slides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.lp-mock-slide {
  aspect-ratio: 4 / 5; border-radius: var(--radius-sm); padding: 12px;
  display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid var(--line); position: relative; overflow: hidden;
}
.lp-mock-s1 { background: linear-gradient(155deg, rgba(243,216,115,0.20), rgba(156,111,21,0.20)), var(--bg); }
.lp-mock-s2 { background: var(--bg); }
.lp-mock-s3 { background: linear-gradient(155deg, rgba(216,178,74,0.16), transparent), var(--bg); }
.lp-mock-kicker { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.lp-mock-head { font-family: var(--font-serif); font-weight: 700; font-size: 15px; line-height: 1.05; color: var(--ink); }
.lp-mock-rule { width: 26px; height: 3px; border-radius: 2px; background: var(--gold-grad); }
.lp-mock-prod {
  flex: 1; margin: 8px 0; border-radius: 6px;
  background:
    radial-gradient(60% 60% at 50% 40%, rgba(216,178,74,0.35), transparent 70%),
    repeating-linear-gradient(135deg, transparent, transparent 6px, var(--line) 6px, var(--line) 7px);
  border: 1px solid var(--line);
}
.lp-mock-cap { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.06em; color: var(--muted); }
.lp-mock-foot { display: flex; gap: 8px; flex-wrap: wrap; padding: 12px 6px 4px; }
.lp-mock-pill {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em;
  color: var(--gold); border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 5px 11px; background: var(--gold-soft);
}

/* ---------- email capture ---------- */
.lp-capture {
  display: flex; gap: 10px; flex-wrap: wrap;
  max-width: 540px; margin: 28px 0 0;
}
.lp-capture-center { margin-left: auto; margin-right: auto; }
.lp-email {
  flex: 1; min-width: 220px;
  background: var(--field);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--font-body); font-size: 16px; font-weight: 500;
  padding: 14px 16px;
}
.lp-email:focus { outline: none; border-color: var(--gold); }
.lp-email::placeholder { color: var(--faint); }
.lp-capture-btn { white-space: nowrap; }
.lp-capture-msg {
  margin: 14px 0 0; font-size: 14px; font-weight: 600; max-width: 540px;
}
.lp-capture-msg.ok { color: #6cc486; }
.lp-capture-msg.err { color: #e2884a; }

/* ---------- MECHANISM STRIP (no social proof) ---------- */
.lp-strip { border-top: 1px solid var(--line); background: var(--bg-soft); padding: clamp(24px, 4vw, 36px) 0; }
.lp-strip-inner { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.lp-strip-points {
  display: flex; flex-wrap: wrap; gap: 12px 26px;
  align-items: center; justify-content: center;
}
.lp-strip-point {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--ink); font-weight: 500;
}

/* ---------- GUARANTEE LINE ---------- */
.lp-guarantee {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  margin: 18px 0 0; max-width: 60ch;
  font-size: 15px; font-weight: 600; color: var(--ink);
}
.lp-guarantee-badge {
  flex: none;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--on-gold); background: var(--gold-grad);
  border-radius: 999px; padding: 4px 10px;
}
.lp-guarantee-risk { margin-top: 22px; }

/* ---------- PRICING ---------- */
.lp-pricing {
  display: grid; gap: 14px; margin: 28px 0 22px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.lp-price-card {
  display: flex; flex-direction: column; gap: 4px;
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 22px 20px; background: var(--bg);
}
.lp-section-soft .lp-price-card { background: var(--bg); }
.lp-price-card.is-featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(216,178,74,0.08), transparent 60%), var(--bg);
  box-shadow: 0 12px 36px var(--shadow);
}
.lp-price-free { border-style: dashed; }
/* Free trial promoted to the primary featured card: solid gold border wins
   over the dashed free style, while the €0 amount still reads in gold. */
.lp-price-card.is-featured.lp-price-free { border-style: solid; }
.lp-price-card.is-featured.lp-price-free .lp-price-amount {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
/* Agency-only: pricing replaced by a personal-pricing block + CTA. */
.lp-personal-pricing {
  border: 1px solid var(--gold); border-radius: var(--radius);
  padding: clamp(26px, 4vw, 40px); margin: 28px 0 22px;
  background: linear-gradient(180deg, rgba(216,178,74,0.06), transparent 60%), var(--bg);
  max-width: 720px;
}
.lp-personal-pricing .lp-lead { margin: 0 0 16px; }
.lp-personal-pricing .lp-offer-cta { text-decoration: none; }
.lp-price-name {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--faint);
}
.lp-price-amount {
  font-family: var(--font-head); font-weight: 800; font-size: 34px;
  line-height: 1; color: var(--ink); margin: 4px 0 2px;
}
.lp-price-card.is-featured .lp-price-amount {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-price-per { font-size: 13px; color: var(--gold); font-weight: 600; }
.lp-price-note { font-size: 13px; color: var(--muted); margin-top: 2px; }
.lp-price-addon { font-size: 15px; color: var(--ink); font-weight: 600; max-width: 64ch; margin: 0 0 4px; }
.lp-price-fine { font-size: 13px; color: var(--faint); max-width: 64ch; margin: 14px 0 0; }
.lp-pricing + .lp-price-addon { margin-top: 4px; }

/* ---------- 2. PROBLEM ---------- */
.lp-pain { list-style: none; padding: 0; margin: 22px 0 8px; max-width: 60ch; }
.lp-pain li { display: flex; gap: 12px; padding: 9px 0; font-size: 16px; color: var(--ink); border-bottom: 1px solid var(--line); }
.lp-x { color: #e2884a; font-weight: 700; flex: none; }

/* ---------- 3. MECHANISM ---------- */
.lp-mech {
  display: grid; gap: 16px; margin-top: 30px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.lp-mech-card {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 22px;
}
.lp-section-soft .lp-mech-card { background: var(--bg); }
.lp-mech-n { display: block; color: var(--gold); font-size: 14px; margin-bottom: 12px; }
.lp-mech-card h3 { font-family: var(--font-head); font-weight: 700; font-size: 18px; margin: 0 0 8px; }
.lp-mech-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- 4. STEPS ---------- */
.lp-steps {
  list-style: none; padding: 0; margin: 30px 0 0;
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  counter-reset: none;
}
.lp-steps li { position: relative; padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-soft); }
.lp-section-soft .lp-steps li { background: var(--bg); }
.lp-step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold-grad); color: var(--on-gold);
  font-family: var(--font-head); font-weight: 800; font-size: 18px;
  margin-bottom: 14px;
}
.lp-steps h3 { font-family: var(--font-head); font-weight: 700; font-size: 19px; margin: 0 0 6px; }
.lp-steps p { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- 5. VALUE STACK ---------- */
.lp-value { display: grid; gap: 12px; margin: 26px 0 34px; max-width: 64ch; }
.lp-value-row { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; }
.lp-value-row strong { color: var(--ink); }
.lp-value-row div { color: var(--muted); }
.lp-up { color: #6cc486; font-weight: 800; flex: none; }
.lp-down { color: var(--gold); font-weight: 800; flex: none; }

.lp-stack {
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 26px; background: var(--bg); max-width: 560px;
}
.lp-section-soft .lp-stack { background: var(--bg); }
.lp-stack-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin: 0 0 16px; }
.lp-stack-list { list-style: none; padding: 0; margin: 0; }
.lp-stack-list li { display: flex; gap: 12px; padding: 9px 0; font-size: 16px; border-bottom: 1px solid var(--line); }
.lp-stack-list li:last-child { border-bottom: none; }
.lp-check { color: var(--gold); font-weight: 800; flex: none; }

/* ---------- BEFORE / AFTER ---------- */
.lp-ba {
  display: grid; gap: 16px; margin-top: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.lp-ba-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; background: var(--bg-soft); }
.lp-ba-after { border-color: var(--gold); background: linear-gradient(180deg, rgba(216,178,74,0.06), transparent 60%), var(--bg-soft); }
.lp-ba-tag {
  display: inline-block; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.lp-ba-before .lp-ba-tag { color: var(--faint); }
.lp-ba-after .lp-ba-tag { color: var(--gold); }
.lp-ba-card ul { list-style: none; padding: 0; margin: 0; }
.lp-ba-card li { display: flex; gap: 10px; padding: 9px 0; font-size: 15px; color: var(--muted); border-bottom: 1px solid var(--line); }
.lp-ba-card li:last-child { border-bottom: none; }
.lp-ba-after li { color: var(--ink); }
.lp-ba-before li::before { content: "✕"; color: #e2884a; font-weight: 700; flex: none; }

/* ---------- 6. OFFER ---------- */
.lp-offer {
  border: 1px solid var(--gold); border-radius: var(--radius);
  padding: clamp(26px, 4vw, 40px); margin-top: 26px;
  background:
    linear-gradient(180deg, rgba(216,178,74,0.06), transparent 60%), var(--bg-soft);
  max-width: 720px;
}
.lp-offer-cta { text-decoration: none; margin-top: 14px; }
.lp-offer .lp-lead { margin-top: 8px; }

.lp-placeholder {
  border: 1px dashed var(--line-strong); border-radius: var(--radius-sm);
  background: var(--gold-soft);
  color: var(--muted); font-size: 14px; font-style: italic;
  padding: 12px 14px; margin: 0 0 14px;
}

/* ---------- 7. FAQ ---------- */
.lp-faq { margin-top: 26px; }
.lp-faq details {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 4px 18px; margin-bottom: 10px; background: var(--bg);
}
.lp-section-soft .lp-faq details { background: var(--bg); }
.lp-faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 700; font-size: 17px;
  padding: 14px 0; position: relative;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; right: 0; color: var(--gold); font-weight: 700; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details p { color: var(--muted); font-size: 15px; margin: 0 0 14px; max-width: 64ch; }

/* ---------- 8. SOCIAL PROOF ---------- */
.lp-proof { display: grid; gap: 16px; margin: 26px 0 24px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.lp-proof-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--bg-soft); }
.lp-proof-by { display: block; margin-top: 12px; font-size: 13px; color: var(--faint); font-family: var(--font-mono); letter-spacing: 0.08em; }
.lp-logos { display: flex; flex-wrap: wrap; gap: 14px; }
.lp-logo-slot {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 120px; height: 56px; border: 1px dashed var(--line-strong);
  border-radius: var(--radius-sm); color: var(--faint);
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em;
}

/* ---------- 9. FINAL CTA ---------- */
.lp-cta { position: relative; overflow: hidden; text-align: center; }
.lp-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 0%, rgba(216,178,74,0.14), transparent 70%);
  pointer-events: none;
}
.lp-cta-inner { position: relative; }
.lp-cta-h2 { margin-left: auto; margin-right: auto; max-width: 18ch; }
.lp-cta .lp-lead { margin-left: auto; margin-right: auto; }

/* ---------- FOOTER ----------
   The multi-column El Dorado footer now lives in static/site.css
   (self-contained .site-footer-* classes) so ONE definition is shared
   across landing, audience, legal and app pages. Don't redefine it here. */

@media (max-width: 600px) {
  .lp-capture { flex-direction: column; }
  .lp-capture-btn { width: 100%; }
}

/* overflow safety: nothing should force horizontal scroll on narrow screens */
.lp, .lp main, .lp section { max-width: 100%; }
.lp body, html { overflow-x: hidden; }
.lp img, .lp .lp-mock { max-width: 100%; }

/* respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp *, .lp *::before, .lp *::after {
    transition: none !important; animation: none !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- render performance: skip off-screen section paint ----------
   The hero stays untouched (above the fold). Every later section is tall and
   below the fold; reserving an intrinsic height lets the browser skip its
   layout/paint until it scrolls near, with no visible CLS. */
.lp-section:not(.lp-hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/* ---------- mobile tap targets + 16px fields (no iOS zoom) ---------- */
@media (max-width: 600px) {
  /* FAQ rows: full-width comfortable touch target. */
  .lp-faq summary { padding: 16px 0; min-height: 44px; }
  /* Nav + footer links sit on at least a 44px line on touch. */
  .lp-nav-login, .lp-nav-cta { display: inline-flex; align-items: center; min-height: 44px; }
  /* Email field already 16px; keep capture button tall enough to tap. */
  .lp-capture-btn { min-height: 48px; }
}

/* ============================================================
   Legal pages (Impressum / AGB / Datenschutz)
   ============================================================ */
.legal { padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 8vw, 90px); }
.legal-wrap { width: 100%; max-width: 820px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }
.legal h1 { font-family: var(--font-head); font-weight: 800; font-size: clamp(28px, 4vw, 40px); margin: 0 0 8px; letter-spacing: -0.01em; }
.legal h2 { font-family: var(--font-head); font-weight: 700; font-size: clamp(20px, 2.4vw, 26px); margin: 38px 0 12px; }
.legal h3 { font-family: var(--font-head); font-weight: 700; font-size: 17px; margin: 24px 0 8px; }
.legal p, .legal li { color: var(--ink); font-size: 16px; line-height: 1.65; }
.legal p { margin: 0 0 14px; max-width: 70ch; }
.legal ul, .legal ol { margin: 0 0 16px; padding-left: 22px; max-width: 70ch; }
.legal li { margin: 6px 0; }
.legal a { color: var(--gold); }
.legal strong { color: var(--ink); }
.legal-updated { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin: 0 0 26px; }
.legal-note {
  border: 1px solid var(--gold); border-radius: var(--radius-sm);
  background: var(--gold-soft); color: var(--ink);
  padding: 14px 16px; margin: 0 0 30px; font-weight: 600; font-size: 15px;
}
.legal-ph { color: var(--gold); font-weight: 700; }
.legal table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: 15px; }
.legal th, .legal td { text-align: left; border: 1px solid var(--line); padding: 10px 12px; vertical-align: top; }
.legal th { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); background: var(--bg-soft); }

/* ============================================================
   okay -> wow  before/after showcase (CSP-safe; JS lightbox in landing.js)
   Bigger on desktop: breaks slightly wider than the text column and
   lets the 4 slides flex to fill the row. Mobile -> stacked + scroll.
   ============================================================ */
.okwow-group {
  margin-top: 40px; display: grid; gap: 26px;
  width: min(1240px, 94vw);
  margin-left: 50%; transform: translateX(-50%);   /* center breakout beyond .lp-wrap */
}
.okwow-lead { text-align: center; margin: 4px 0 8px; }
.okwow-lead .lp-kicker { display: inline-block; }
.okwow {
  margin: 0; padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg-soft); box-shadow: 0 1px 0 var(--line);
}
.okwow-cat {
  font-family: var(--font-head); font-weight: 700; font-size: clamp(16px, 1.6vw, 20px);
  color: var(--ink); margin: 0 0 16px;
}
.okwow-cat::before {
  content: ""; display: inline-block; width: 20px; height: 2px;
  background: var(--gold); border-radius: 2px;
  margin: 0 10px 5px 0; vertical-align: middle;
}
.okwow-row { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 22px); flex-wrap: nowrap; }
.okwow-before { flex: 0 0 clamp(180px, 22%, 300px); display: flex; flex-direction: column; }
.okwow-after  { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
.okwow-frame {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  border: 1px solid var(--line); background: var(--bg);
}
.okwow-before .okwow-frame { aspect-ratio: 4 / 5; }
.okwow-before img { display: block; width: 100%; height: 100%; object-fit: cover; }
.okwow-pill {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px;
}
.okwow-pill-okay { background: rgba(0,0,0,0.55); color: #e7e2d2; border: 1px solid var(--line-strong); }
.okwow-pill-wow  { background: var(--gold); color: var(--on-gold); }
.okwow-cap { font-size: 13px; color: var(--muted); margin-top: 10px; font-weight: 600; }
.okwow-strip { display: flex; gap: clamp(10px, 1.2vw, 16px); }
.okwow-strip img {
  flex: 1 1 0; min-width: 0; width: 100%; height: auto; aspect-ratio: 1 / 1;
  object-fit: cover; border-radius: var(--radius-sm); border: 1px solid var(--line);
  background: var(--bg); cursor: zoom-in; transition: transform .15s ease, box-shadow .15s ease;
}
.okwow-before img { cursor: zoom-in; }
.okwow-strip img:hover { transform: translateY(-3px); box-shadow: 0 10px 26px var(--shadow); }
.okwow-arrow { align-self: center; flex: 0 0 auto; color: var(--gold); font-size: clamp(24px, 3vw, 34px); line-height: 1; font-weight: 700; }

@media (max-width: 760px) {
  .okwow-group { width: 100%; margin-left: 0; transform: none; }
  .okwow-row { flex-direction: column; gap: 12px; align-items: stretch; }
  .okwow-before { width: 100%; flex-direction: row; gap: 12px; align-items: center; }
  .okwow-before .okwow-frame { width: 132px; flex: 0 0 auto; aspect-ratio: 4 / 5; }
  .okwow-arrow { transform: rotate(90deg); align-self: center; }
  .okwow-strip { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .okwow-strip img { flex: 0 0 auto; width: 168px; height: 168px; scroll-snap-align: start; }
}

/* ---- Lightbox (opened from landing.js) ---- */
.okwow-lb {
  position: fixed; inset: 0; z-index: 1000; display: none;
  align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px);
  background: rgba(8, 7, 5, 0.92); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.okwow-lb.is-open { display: flex; }
.okwow-lb-stage { position: relative; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.okwow-lb img {
  max-width: min(92vw, 940px); max-height: 84vh; width: auto; height: auto;
  border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,0.6); border: 1px solid var(--line-strong);
}
.okwow-lb-cap { color: #e7e2d2; font-size: 14px; font-weight: 600; text-align: center; opacity: 0.92; }
.okwow-lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line-strong); background: rgba(20,18,14,0.82); color: #f3eddd;
  font-size: 26px; line-height: 1; display: flex; align-items: center; justify-content: center;
}
.okwow-lb-btn:hover { background: var(--gold); color: var(--on-gold); border-color: var(--gold); }
.okwow-lb-prev { left: -8px; }
.okwow-lb-next { right: -8px; }
.okwow-lb-close {
  position: fixed; top: 18px; right: 22px; width: 46px; height: 46px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line-strong); background: rgba(20,18,14,0.82); color: #f3eddd; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
}
.okwow-lb-close:hover { background: var(--gold); color: var(--on-gold); border-color: var(--gold); }
@media (max-width: 640px) {
  .okwow-lb-btn { width: 44px; height: 44px; font-size: 22px; }
  .okwow-lb-prev { left: 2px; } .okwow-lb-next { right: 2px; }
}
