/* ============================================================
   Lido Hoppers · lh-home.css
   Pre-launch homepage (Option C "Real Cruisers"), translated from
   the homepage design handoff. Loads on the homepage only.
   Reuses tokens from colors_and_type.css + components from
   brand.css / lh-blog.css (.lh-btn, .lh-pill, .lh-caveat, .lh-bungee).
   ============================================================ */

/* Full-width design: colored bands span edge-to-edge; content is capped and
   centered by --lh-wrap so it looks right on widescreen TVs (no letterbox). */
.lh-home { --lh-wrap: 1216px; width: 100%; margin: 0; background: var(--deck-white); overflow: hidden; }
.lh-home * { box-sizing: border-box; }
.lh-home h1, .lh-home h2 { font-family: var(--font-headline); font-weight: 700; color: var(--deep-hull-navy); margin: 0; }

/* Center the content inside each full-bleed band */
.lh-hero__grid, .lh-meet__grid, .lh-bookc__grid,
.lh-chan__head, .lh-vgrid, .lh-pc__head, .lh-pcgrid {
  max-width: var(--lh-wrap); margin-left: auto; margin-right: auto;
}

/* Page furniture: this page is a full-bleed design, hide theme title/padding */
body.page.content-style-unboxed .entry-header,
body.page.content-style-unboxed .entry-content-wrap { padding: 0 !important; margin: 0 !important; }
body.page.content-style-unboxed { background: var(--deep-hull-navy); }
.lh-home { background: var(--deck-white); }

/* ── Hero ─────────────────────────────────────────────────── */
.lh-hero { background: var(--sand-100); padding: 72px 64px 0; position: relative; overflow: hidden; }
.lh-hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; position: relative; }
.lh-hero__eyebrow { font-family: var(--font-accent); font-size: 28px; color: var(--aloha-coral); margin: 0 0 16px; line-height: 1; }
.lh-hero__h1 { font-size: 66px; line-height: 1.02; margin: 0 0 22px; }
.lh-hero__h1 .grn { color: var(--frog-green); }
.lh-hero__lead { font-size: 19px; color: var(--charcoal-700); margin: 0 0 36px; max-width: 520px; line-height: 1.65; }
.lh-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.lh-proof { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: var(--deck-white); border-radius: 14px; border: 1px solid var(--sand-300); box-shadow: var(--shadow-sm); max-width: 420px; }
.lh-proof__icon { width: 40px; height: 40px; border-radius: 50%; background: var(--sky-wash); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.lh-proof__q { font-family: var(--font-headline); font-weight: 600; font-size: 14px; color: var(--deep-hull-navy); }
.lh-proof__by { font-size: 12px; color: var(--charcoal-700); margin-top: 2px; }
.lh-hero__spacer { height: 64px; }

.lh-palm { position: absolute; top: 0; opacity: 0.18; pointer-events: none; }
.lh-palm--left { left: 0; }
.lh-palm--right { right: 0; transform: scaleX(-1); }

/* Sticker collage (shared by hero + meet) */
.lh-collage { position: relative; height: 540px; }
.lh-sticker { position: absolute; background: var(--deck-white); padding: 8px 8px 28px; box-shadow: 0 12px 24px rgba(30,58,95,0.18); }
.lh-sticker img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lh-sticker__cap { position: absolute; bottom: 4px; left: 0; right: 0; text-align: center; font-family: var(--font-accent); font-size: 18px; color: var(--deep-hull-navy); }
.lh-est { position: absolute; background: var(--sunset-gold); padding: 8px 16px; border-radius: 999px; font-family: var(--font-display); font-size: 13px; color: var(--deep-hull-navy); box-shadow: var(--shadow-md); white-space: nowrap; }

/* ── Stat strip ───────────────────────────────────────────── */
.lh-stats { background: var(--deep-hull-navy); padding: 20px 64px; display: flex; justify-content: center; gap: 72px; align-items: center; flex-wrap: wrap; }
.lh-stat { display: flex; align-items: center; gap: 14px; }
.lh-stat__num { font-family: var(--font-display); font-size: 31px; color: var(--sunset-gold); }
.lh-stat__label { font-size: 17px; color: rgba(253,253,251,0.7); font-family: var(--font-body); }

/* ── Wave divider ─────────────────────────────────────────── */
.lh-wavewrap { background: var(--deep-hull-navy); line-height: 0; }
.lh-wavewrap svg { width: 100%; height: 80px; display: block; }

/* ── Meet the Hoppers ─────────────────────────────────────── */
.lh-meet { background: var(--deck-white); padding: 88px 64px; }
.lh-meet__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lh-meet h2 { font-size: 52px; line-height: 1.04; margin: 16px 0 20px; }
.lh-meet h2 .grn { color: var(--frog-green); }
.lh-meet p { font-size: 19px; color: var(--charcoal-700); margin: 0 0 16px; max-width: 520px; }
/* Selector must out-specify `.lh-meet p` (which sets 19px), or it won't apply. */
.lh-meet p.lh-meet__sign { font-family: var(--font-accent); font-size: 31px; color: var(--aloha-coral); margin: 14px 0 0; line-height: 1.05; max-width: none; }

/* ── Fresh from the Channel ───────────────────────────────── */
.lh-chan { padding: 80px 64px; background: var(--sand-100); }
.lh-chan__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 16px; flex-wrap: wrap; }
.lh-chan__head h2 { font-size: 36px; margin-top: 16px; }
.lh-vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lh-vcard { overflow: hidden; border-radius: 16px; background: var(--deck-white); border: 1px solid var(--sand-300); box-shadow: var(--shadow-sm); text-decoration: none; color: inherit; display: block; transition: transform 0.15s, box-shadow 0.15s; }
.lh-vcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.lh-vcard__media { aspect-ratio: 16/9; position: relative; background-size: cover; background-position: center; }
.lh-vcard__hook { position: absolute; left: 18px; bottom: 18px; right: 70px; font-family: var(--font-display); font-size: 24px; line-height: 1.05; color: var(--deck-white); -webkit-text-stroke: 3px #1A1A1A; paint-order: stroke fill; text-shadow: 0 2px 0 rgba(0,0,0,0.3); }
.lh-vcard__hook .accent { color: var(--sunset-gold); }
.lh-vcard__play { position: absolute; right: 16px; bottom: 16px; width: 44px; height: 44px; border-radius: 50%; background: var(--aloha-coral); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.lh-vcard__time { position: absolute; right: 12px; top: 12px; background: rgba(26,26,26,0.85); color: #fff; padding: 4px 8px; border-radius: 4px; font-family: var(--font-mono); font-size: 11px; font-weight: 600; }
.lh-vcard__body { padding: 16px 20px 20px; }
.lh-vcard__body h4 { font-family: var(--font-headline); font-size: 16px; font-weight: 600; margin: 10px 0 8px; line-height: 1.3; color: var(--deep-hull-navy); }
.lh-vcard__meta { font-size: 13px; color: var(--charcoal-700); }

/* ── Book with Christina ──────────────────────────────────── */
.lh-bookc { background: var(--deep-hull-navy); color: var(--deck-white); padding: 88px 64px; position: relative; overflow: hidden; }
.lh-bookc::after { content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(168,88,197,0.35), transparent 70%); }
.lh-bookc__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; position: relative; }
.lh-bookc__portrait { aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.lh-bookc__portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lh-bookc h2 { font-size: 44px; color: var(--deck-white); margin: 18px 0 20px; line-height: 1.08; }
.lh-bookc__lead { font-size: 17px; color: rgba(253,253,251,0.85); margin: 0 0 28px; max-width: 520px; }
.lh-bookc__cta { display: flex; gap: 14px; margin-bottom: 28px; flex-wrap: wrap; }
.lh-bookc__pts { display: flex; gap: 28px; font-size: 17px; opacity: 0.92; flex-wrap: wrap; }

/* ── Postcards ────────────────────────────────────────────── */
.lh-pc { background: var(--sky-wash); padding: 72px 64px; }
.lh-pc__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 16px; flex-wrap: wrap; }
.lh-pc__kicker { font-family: var(--font-accent); font-size: 30px; color: var(--aloha-coral); }
.lh-pc__head h2 { font-size: 36px; margin-top: 4px; }
.lh-pcgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.lh-postcard { background: var(--deck-white); padding: 10px 10px 22px; box-shadow: 0 12px 24px rgba(30,58,95,0.14); border: 1px solid var(--sand-300); position: relative; text-decoration: none; color: inherit; display: block; }
.lh-postcard--hl { border: 2px solid var(--aloha-coral); }
.lh-postcard__img { aspect-ratio: 4/3; border-radius: 4px; background-size: cover; background-position: center; }
.lh-postcard__cap { font-family: var(--font-accent); font-size: 23px; color: var(--deep-hull-navy); text-align: center; margin-top: 8px; line-height: 1.1; }
.lh-postcard__kicker { position: absolute; top: -8px; left: -8px; background: var(--sunset-gold); padding: 3px 10px; font-family: var(--font-headline); font-size: 10px; font-weight: 700; color: var(--deep-hull-navy); border-radius: 999px; transform: rotate(-6deg); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 980px) {
  .lh-hero { padding: 48px 24px 0; }
  .lh-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .lh-hero__h1 { font-size: 46px; }
  .lh-collage { height: 460px; margin: 0 auto; max-width: 420px; }
  .lh-stats { gap: 28px 40px; padding: 24px; }
  .lh-meet, .lh-chan, .lh-bookc, .lh-pc { padding-left: 24px; padding-right: 24px; }
  .lh-meet__grid, .lh-bookc__grid { grid-template-columns: 1fr; gap: 32px; }
  .lh-meet h2 { font-size: 38px; }
  .lh-vgrid { grid-template-columns: 1fr; }
  .lh-pcgrid { grid-template-columns: repeat(2, 1fr); }
  .lh-bookc h2 { font-size: 34px; }
}
@media (max-width: 540px) {
  .lh-pcgrid { grid-template-columns: 1fr; }
  .lh-hero__h1 { font-size: 38px; }
}
