/* ============================================================
   Lido Hoppers · lh-pages.css
   Meet Christina (V1 booking-split) + About (V3 bold statement),
   translated from the design handoff. Full-bleed bands, content
   capped/centered. Reuses tokens + .lh-btn/.lh-pill/.lh-photo.
   ============================================================ */
.lh-page { --lh-wrap: 1180px; width: 100%; background: var(--deck-white); overflow: hidden; }
.lh-page * { box-sizing: border-box; }
.lh-page h1, .lh-page h2, .lh-page h4 { font-family: var(--font-headline); font-weight: 700; color: var(--deep-hull-navy); margin: 0; }
.lh-wrap { max-width: var(--lh-wrap); margin: 0 auto; }

body.page.content-style-unboxed .entry-header,
body.page.content-style-unboxed .entry-content-wrap { padding: 0 !important; margin: 0 !important; }

/* ── Shared component: section head ───────────────────────── */
.lh-sh__title { font-size: 32px; line-height: 1.08; margin-top: 16px; }
.lh-sh__intro { font-size: 18px; margin-top: 16px; color: var(--fg2); max-width: 640px; }
.lh-sh--center { text-align: center; max-width: 680px; margin: 0 auto; }
.lh-sh--center .lh-sh__intro { margin-left: auto; margin-right: auto; }

/* ── Shared: credential badge ─────────────────────────────── */
.lh-cred { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--deck-white); border: 1px solid var(--sand-300); border-radius: 12px; }
.lh-cred__icon { width: 38px; height: 38px; border-radius: 8px; background: rgba(168,88,197,0.12); display: flex; align-items: center; justify-content: center; color: var(--tropic-purple); flex: 0 0 auto; }
.lh-cred__label { font-family: var(--font-headline); font-weight: 700; font-size: 14px; color: var(--deep-hull-navy); }
.lh-cred__sub { font-size: 12px; color: var(--fg3); }

/* ── Shared: process step ─────────────────────────────────── */
.lh-step { position: relative; padding: 28px 24px; background: var(--deck-white); border: 1px solid var(--sand-300); border-radius: 16px; }
.lh-step__n { font-family: var(--font-headline); font-weight: 800; font-size: 16px; color: var(--deck-white); width: 38px; height: 38px; border-radius: 50%; background: var(--tropic-purple); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.lh-step h4 { font-size: 17px; margin-bottom: 8px; }
.lh-step p { font-size: 14px; color: var(--fg2); margin: 0; }

/* ── Shared: advisor CTA band ─────────────────────────────── */
.lh-advisor { background: var(--deep-hull-navy); color: var(--deck-white); padding: 80px 64px; position: relative; overflow: hidden; }
.lh-advisor::after { content: ""; position: absolute; right: -80px; top: -80px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(168,88,197,0.35), transparent 70%); }
.lh-advisor__inner { position: relative; display: flex; align-items: center; gap: 48px; justify-content: space-between; flex-wrap: wrap; max-width: var(--lh-wrap); margin: 0 auto; }
.lh-advisor__copy { max-width: 620px; }
.lh-advisor h2 { font-size: 36px; color: var(--deck-white); margin: 16px 0 14px; line-height: 1.1; }
.lh-advisor__body { font-size: 16.5px; color: rgba(253,253,251,0.85); max-width: 560px; }
.lh-advisor__actions { display: flex; flex-direction: column; gap: 14px; min-width: 240px; }
.lh-advisor__fine { font-size: 13px; opacity: 0.8; text-align: center; margin-top: 4px; }

/* ════ MEET CHRISTINA (V1) ════════════════════════════════ */
.lh-mc-hero { background: linear-gradient(180deg, #F3E6F8 0%, #FDFDFB 100%); padding: 56px 64px 48px; }
.lh-mc-hero__grid { display: grid; grid-template-columns: 1.25fr 0.95fr; gap: 56px; align-items: start; max-width: var(--lh-wrap); margin: 0 auto; }
.lh-mc-hero h1 { font-size: 50px; line-height: 1.05; margin: 18px 0 16px; }
.lh-mc-hero h1 .pp { color: var(--tropic-purple); }
.lh-mc-hero__lead { font-size: 18.5px; color: var(--fg2); max-width: 560px; margin: 0 0 28px; }
.lh-cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; }
.lh-mc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }

/* Christina portrait above the booking card (rounded, like the homepage) */
.lh-mc-portrait { aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 18px; }
.lh-mc-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Booking CTA card (replaces the form; routes to travel site) */
.lh-bookcta { background: var(--deck-white); border: 1px solid var(--sand-300); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; position: sticky; top: 24px; }
.lh-bookcta__head { background: linear-gradient(180deg, #A858C5, #8E44AD); padding: 24px 26px; color: var(--deck-white); }
.lh-bookcta__head h3 { font-family: var(--font-headline); font-weight: 700; font-size: 21px; margin: 0; color: var(--deck-white); }
.lh-bookcta__head p { font-size: 13.5px; opacity: 0.92; margin: 6px 0 0; }
.lh-bookcta__body { padding: 24px 26px; display: flex; flex-direction: column; gap: 14px; }
.lh-bookcta__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.lh-bookcta__list li { font-size: 14.5px; color: var(--fg2); display: flex; gap: 9px; }
.lh-bookcta__list li::before { content: "\2713"; color: var(--frog-green); font-weight: 700; }
.lh-bookcta__note { font-size: 12px; color: var(--fg3); text-align: center; }

.lh-mc-testi { padding: 64px; background: var(--sand-100); }

/* ════ ABOUT (V3) ═════════════════════════════════════════ */
.lh-ab-hero { background: var(--deep-hull-navy); color: var(--deck-white); padding: 88px 64px; position: relative; overflow: hidden; text-align: center; }
.lh-ab-hero::after { content: ""; position: absolute; left: -60px; bottom: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(47,143,214,0.4), transparent 70%); }
.lh-ab-hero__inner { position: relative; max-width: 900px; margin: 0 auto; }
.lh-ab-hero h1 { font-size: 60px; line-height: 1.08; color: var(--deck-white); margin: 22px 0 20px; }
.lh-ab-hero h1 .sky { color: var(--sky-wash); }
.lh-ab-hero__lead { font-size: 20px; color: rgba(253,253,251,0.82); max-width: 640px; margin: 0 auto; }

.lh-ab-stats { padding: 64px; margin-top: -40px; position: relative; }
.lh-ab-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: var(--lh-wrap); margin: 0 auto; }
.lh-ab-stat { background: var(--deck-white); border: 1px solid var(--sand-300); border-radius: 18px; padding: 30px 24px; box-shadow: var(--shadow-md); }
.lh-ab-stat__n { font-family: var(--font-headline); font-weight: 800; font-size: 46px; color: var(--ocean-blue); line-height: 1; }
.lh-ab-stat__l { font-size: 14px; color: var(--fg2); margin-top: 10px; font-family: var(--font-headline); font-weight: 500; }

.lh-ab-values { padding: 48px 64px 72px; }
.lh-ab-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; max-width: var(--lh-wrap); margin-left: auto; margin-right: auto; }
.lh-ab-value { padding: 28px; background: var(--sand-100); border-radius: 18px; border-top: 4px solid var(--frog-green); }
.lh-ab-value__n { font-family: var(--font-display); font-size: 22px; color: var(--ocean-blue); margin-bottom: 12px; }
.lh-ab-value h4 { font-size: 19px; margin-bottom: 10px; }
.lh-ab-value p { font-size: 15px; color: var(--fg2); margin: 0; }

.lh-ab-people { padding: 64px; background: var(--sand-100); }
.lh-ab-people__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; max-width: var(--lh-wrap); margin: 0 auto; }
.lh-ab-people__photo { aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.lh-ab-people__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 980px) {
  .lh-mc-hero, .lh-mc-testi, .lh-ab-hero, .lh-ab-stats, .lh-ab-values, .lh-ab-people, .lh-advisor { padding-left: 24px; padding-right: 24px; }
  .lh-mc-hero__grid, .lh-ab-people__grid { grid-template-columns: 1fr; gap: 32px; }
  .lh-mc-hero h1 { font-size: 38px; }
  .lh-ab-hero h1 { font-size: 40px; }
  .lh-mc-steps { grid-template-columns: 1fr; }
  .lh-ab-stats__grid { grid-template-columns: 1fr 1fr; }
  .lh-ab-values__grid { grid-template-columns: 1fr; }
  .lh-cred-grid { grid-template-columns: 1fr; }
  .lh-bookcta { position: static; }
}
@media (max-width: 540px) {
  .lh-ab-stats__grid { grid-template-columns: 1fr; }
  .lh-ab-hero h1 { font-size: 33px; }
}
