/* ============================================================
   Everbloom — Founding-Member Landing Page
   "Modern Editorial Romance"  ·  page-specific styles
   (design tokens come from ../../styles.css)
   ============================================================ */

.lp { font-family: var(--font-body); color: var(--ink-2); background: var(--ivory); overflow-x: hidden; }
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }

.lp-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.lp-narrow { max-width: 920px; }

.lp h1, .lp h2, .lp h3 { font-family: var(--font-display); color: var(--ink); font-weight: 500;
  line-height: 1.04; letter-spacing: -0.01em; margin: 0; }
.lp p { margin: 0; }

.lp-eyebrow { font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 10px; }
.lp-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.lp-eyebrow.center::after { content: ""; width: 26px; height: 1px; background: var(--gold); }
.lp-eyebrow.center { justify-content: center; }

.lp-script { font-family: var(--font-script); color: var(--terracotta); font-weight: 400; line-height: 1; }

/* ---------- Section rhythm ---------- */
.lp-section { padding: clamp(64px, 9vw, 130px) 0; }
.lp-section.alt { background: var(--cream); }
.lp-section.sunk { background: var(--linen); }

/* ---------- Buttons (page-local, mirrors the DS Button) ---------- */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem; line-height: 1;
  padding: 16px 30px; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  text-decoration: none; transition: background .18s var(--ease-out), color .18s var(--ease-out),
  border-color .18s var(--ease-out), transform .12s var(--ease-out); white-space: nowrap; }
.lp-btn svg { width: 1.15em; height: 1.15em; stroke-width: 1.7; }
.lp-btn--primary { background: var(--ink); color: var(--ivory); }
.lp-btn--primary:hover { background: #1B1714; transform: translateY(-1px); }
.lp-btn--primary:active { transform: translateY(0); }
.lp-btn--gold { background: var(--gold); color: var(--ink); }
.lp-btn--gold:hover { background: var(--gold-bright); transform: translateY(-1px); }
.lp-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.lp-btn--ghost:hover { border-color: var(--ink); }
.lp-btn--light { background: var(--ivory); color: var(--ink); }
.lp-btn--light:hover { background: #fff; transform: translateY(-1px); }
.lp-btn--lg { padding: 18px 36px; font-size: 1.06rem; }
.lp-btn--full { width: 100%; }

/* ---------- Header ---------- */
.lp-header { position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  transition: background .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s; border-bottom: 1px solid transparent; }
.lp-header.scrolled { background: rgba(251,247,240,0.86); backdrop-filter: blur(12px) saturate(1.1);
  border-bottom: 1px solid var(--line); }
.lp-header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.lp-logo { font-family: var(--font-body); font-weight: 600; font-size: 1.28rem; color: var(--ink);
  letter-spacing: -0.01em; text-decoration: none; display: inline-flex; align-items: center; white-space: nowrap; }
.lp-logo em { font-style: normal; color: var(--gold-deep); }
.lp-logo-mark { height: 32px; width: auto; margin-right: 10px; flex: none; display: block; }
.lp-header.on-hero:not(.scrolled) .lp-logo,
.lp-header.on-hero:not(.scrolled) .lp-nav a { color: var(--ivory); }
.lp-header.on-hero:not(.scrolled) .lp-logo em { color: var(--gold-bright); }
.lp-nav { display: flex; align-items: center; gap: 30px; }
.lp-nav a { font-size: 0.92rem; font-weight: 500; color: var(--ink-2); text-decoration: none;
  transition: color .15s; }
.lp-nav a:hover { color: var(--gold-deep); }
.lp-header-actions { display: flex; align-items: center; gap: 18px; }
.lp-lang { display: inline-flex; align-items: center; gap: 2px; font-size: 0.82rem; font-weight: 600;
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 4px; background: rgba(255,255,255,0.4); }
.lp-header.on-hero:not(.scrolled) .lp-lang { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.12); }
.lp-lang button { border: 0; background: transparent; cursor: pointer; font: inherit; color: var(--ink-3);
  padding: 4px 9px; border-radius: 999px; transition: all .15s; }
.lp-header.on-hero:not(.scrolled) .lp-lang button { color: rgba(255,255,255,0.7); }
.lp-lang button.active { background: var(--ink); color: var(--ivory); }
.lp-header.on-hero:not(.scrolled) .lp-lang button.active { background: var(--ivory); color: var(--ink); }
.lp-nav-toggle { display: none; }

/* ---------- Hero ---------- */
.lp-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end;
  padding-bottom: clamp(60px, 9vh, 110px); color: var(--ivory); overflow: hidden; }
.lp-hero-bg { position: absolute; inset: 0; z-index: 0; }
.lp-hero-bg image-slot { width: 100%; height: 100%; display: block; }
.lp-hero-bg image-slot::part(frame) { background: transparent; }
.lp-hero-bg image-slot::part(ring) { display: none; }
.lp-hero-bg image-slot::part(empty) { color: rgba(255,255,255,0.6); justify-content: flex-start;
  align-items: center; padding-top: clamp(92px, 15vh, 150px); font-family: var(--font-body);
  font-size: 12px; letter-spacing: 0.02em; }
.lp-hero-fallback { position: absolute; inset: 0;
  background:
    radial-gradient(70% 55% at 80% 6%, rgba(224,192,132,0.62), transparent 60%),
    radial-gradient(95% 75% at 10% 102%, rgba(26,20,15,0.6), transparent 55%),
    linear-gradient(158deg, #695239 0%, #8a6c4f 42%, #c39c6d 100%); }
.lp-hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(26,20,15,0.42) 0%, rgba(26,20,15,0.02) 30%, rgba(26,20,15,0.28) 62%, rgba(18,13,9,0.88) 100%),
    linear-gradient(95deg, rgba(18,13,9,0.55) 0%, rgba(18,13,9,0.14) 40%, transparent 64%),
    radial-gradient(130% 82% at 50% 124%, rgba(18,13,9,0.5), transparent 60%); }
.lp-hero-grain { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px; }
.lp-hero-inner { position: relative; z-index: 2; width: 100%; pointer-events: none; }
.lp-hero-inner a, .lp-hero-inner button, .lp-hero-inner .lp-btn { pointer-events: auto; }
.lp-hero-scroll { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,0.62);
  pointer-events: none; }
.lp-hero-scroll .mouse { width: 23px; height: 37px; border: 1.5px solid rgba(255,255,255,0.5); border-radius: 12px; position: relative; }
.lp-hero-scroll .mouse::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px;
  border-radius: 2px; background: rgba(255,255,255,0.85); transform: translateX(-50%); animation: lp-scrolldot 1.9s var(--ease-out) infinite; }
@keyframes lp-scrolldot { 0%{opacity:0;transform:translate(-50%,0)} 25%{opacity:1} 55%{opacity:1;transform:translate(-50%,9px)} 100%{opacity:0;transform:translate(-50%,9px)} }
/* Desktop hero photograph (mobile keeps the warm gradient) */
@media (min-width: 761px) {
  .lp-hero-fallback {
    background-image: url("../../assets/hero-desktop.png");
    background-size: cover;
    background-position: 50% 38%;
    background-repeat: no-repeat;
  }
  .lp-hero-bg image-slot::part(empty) { opacity: 0; }
}
@media (max-width: 760px) {
  .lp-hero-fallback {
    background-image: url("../../assets/hero-mobile.png");
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
  }
  .lp-hero-bg image-slot::part(empty) { opacity: 0; }
}
.lp-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 600; max-width: 16ch;
  letter-spacing: -0.02em; text-shadow: 0 2px 30px rgba(0,0,0,0.25); }
.lp-hero .lp-sub { color: rgba(255,255,255,0.92); font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  line-height: 1.6; max-width: 46ch; margin-top: 26px; }
.lp-hero-cta { margin-top: 38px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.lp-hero-trust { color: rgba(255,255,255,0.82); font-size: 0.92rem; display: inline-flex; align-items: center; gap: 8px; }
.lp-hero-trust .dots { display: inline-flex; }
.lp-hero-trust .dots span { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.7);
  margin-left: -7px; background: linear-gradient(135deg, var(--blush), var(--gold)); }
.lp-hero-eyebrow { color: var(--gold-bright); }
.lp-hero-eyebrow::before { background: var(--gold-bright); }

/* ---------- Wedge ---------- */
.lp-wedge { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.lp-wedge-col { padding: 8px 34px; border-left: 1px solid var(--line); }
.lp-wedge-col:first-child { border-left: 0; padding-left: 0; }
.lp-wedge-num { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--gold-deep); }
.lp-wedge h3 { font-size: 2rem; margin: 10px 0 12px; }
.lp-wedge p { font-size: 1.02rem; line-height: 1.65; color: var(--ink-2); }
.lp-wedge-sub { text-align: center; margin-top: 60px; font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.3rem); color: var(--ink); }
.lp-wedge-sub b { font-style: normal; color: var(--gold-deep); }

/* ---------- Feature rows ---------- */
.lp-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.lp-feature.flip .lp-feature-media { order: -1; }
.lp-feature h2 { font-size: clamp(1.9rem, 3.3vw, 2.9rem); margin: 18px 0 0; max-width: 18ch; }
.lp-feature .lp-lead { font-size: 1.12rem; line-height: 1.7; color: var(--ink-2); margin-top: 22px; max-width: 44ch; }
.lp-bullets { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.lp-bullets li { display: flex; gap: 13px; align-items: flex-start; font-size: 1.02rem; color: var(--ink-2); line-height: 1.5; }
.lp-bullets svg { width: 20px; height: 20px; stroke-width: 1.8; color: var(--gold-deep); flex: none; margin-top: 2px; }
.lp-feature-actions { margin-top: 34px; }

/* ---------- Phone mockup ---------- */
.lp-phone { width: 300px; max-width: 78vw; aspect-ratio: 300 / 620; background: #16110d; border-radius: 44px;
  padding: 11px; box-shadow: var(--shadow-xl), 0 0 0 1px rgba(0,0,0,0.4); position: relative; }
.lp-phone-screen { width: 100%; height: 100%; background: var(--ivory); border-radius: 34px; overflow: hidden;
  position: relative; display: flex; flex-direction: column; }
.lp-phone-notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 96px; height: 26px;
  background: #16110d; border-radius: 0 0 16px 16px; z-index: 5; }
.lp-phone-stack { position: relative; display: flex; justify-content: center; }
.lp-phone-stack .lp-phone:nth-child(2) { position: absolute; left: -26%; top: 38px; transform: rotate(-7deg) scale(0.84);
  z-index: 1; opacity: 0.96; }
.lp-phone-stack .lp-phone:nth-child(3) { position: absolute; right: -26%; top: 38px; transform: rotate(7deg) scale(0.84);
  z-index: 1; opacity: 0.96; }
.lp-phone-stack .lp-phone:first-child { z-index: 3; }
.lp-feature-media { display: flex; justify-content: center; position: relative; }

/* app screen scaffolding */
.appui { display: flex; flex-direction: column; height: 100%; font-size: 12px; }
.appui-top { padding: 40px 16px 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.appui-title { font-family: var(--font-display); font-size: 17px; color: var(--ink); font-weight: 600; white-space: nowrap; }
.appui-sub { font-size: 10px; color: var(--ink-3); }
.appui-body { flex: 1; overflow: hidden; padding: 0 14px; }
.appui-photogrid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.appui-gallery-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.appui-photogrid .tile { aspect-ratio: 1; border-radius: 7px; }
.appui-fab { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); background: var(--ink);
  color: var(--ivory); border-radius: 999px; padding: 11px 20px; font-weight: 600; font-size: 12px;
  display: inline-flex; align-items: center; gap: 7px; box-shadow: var(--shadow-md); }
.appui-fab svg { width: 15px; height: 15px; }
.appui-tabbar { display: flex; justify-content: space-around; padding: 12px 0 22px; border-top: 1px solid var(--line); color: var(--ink-3); }
.appui-tabbar svg { width: 19px; height: 19px; }
.appui-tabbar .on { color: var(--ink); }

/* QR screen */
.appui-qr-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 16px; text-align: center; padding: 20px; }
.appui-qr { width: 132px; height: 132px; background: #fff; border-radius: 16px; padding: 12px; box-shadow: var(--shadow-md); }
.appui-qr-grid { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(11, 1fr); grid-template-rows: repeat(11, 1fr); gap: 1.5px; }
.appui-qr-grid i { background: var(--ink); border-radius: 1px; }
.appui-qr-cap { font-family: var(--font-display); font-size: 16px; color: var(--ink); }
.appui-qr-note { font-size: 10.5px; color: var(--ink-3); max-width: 22ch; }

/* RSVP screen */
.appui-rsvp { padding: 6px 4px; display: grid; gap: 11px; }
.appui-rsvp .q { font-size: 11px; font-weight: 600; color: var(--ink); }
.appui-seg { display: flex; gap: 6px; }
.appui-seg .opt { flex: 1; text-align: center; padding: 9px; border-radius: 9px; border: 1px solid var(--line-strong);
  font-weight: 600; font-size: 10.5px; color: var(--ink-3); }
.appui-seg .opt.sel { background: var(--sage-soft); border-color: var(--sage); color: var(--sage-deep); }
.appui-field { border: 1px solid var(--line-strong); border-radius: 9px; padding: 9px 11px; font-size: 11px;
  color: var(--ink-2); display: flex; align-items: center; justify-content: space-between; background: #fff; }
.appui-chiprow { display: flex; gap: 6px; flex-wrap: wrap; }
.appui-chip { background: var(--blush-soft); color: var(--terracotta-deep); border-radius: 999px; padding: 5px 10px; font-size: 10px; font-weight: 600; }

/* Table planner */
.appui-tables { position: relative; height: 100%; padding: 8px; }
.appui-table { position: absolute; border-radius: 50%; border: 1.5px dashed var(--line-strong); background: rgba(255,255,255,0.55);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; }
.appui-table .tnum { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1; }
.appui-table .tcount { font-size: 8px; font-weight: 600; color: var(--ink-3); }
.appui-table.full { border-color: var(--sage); border-style: solid; }
.appui-table.drop { border-color: var(--gold-deep); border-style: solid; background: var(--gold-faint); box-shadow: 0 0 0 3px rgba(201,166,107,0.28); }
.appui-tray { position: absolute; left: 6px; right: 6px; bottom: 4px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 7px 9px; box-shadow: var(--shadow-sm); }
.appui-tray-h { font-size: 8.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.appui-tray-row { display: flex; gap: 5px; }
.appui-traychip { display: flex; align-items: center; gap: 5px; background: var(--paper-2); border-radius: 999px; padding: 4px 9px 4px 4px; font-size: 9.5px; font-weight: 600; color: var(--ink); }
.appui-traychip .av { width: 15px; height: 15px; border-radius: 50%; flex: none; }
.appui-table .seat { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--sage); }
.appui-table .seat.empty { background: var(--linen); }
.appui-guestchip { position: absolute; background: #fff; box-shadow: var(--shadow-md); border-radius: 999px; padding: 6px 11px 6px 6px;
  display: flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 600; color: var(--ink); border: 1px solid var(--gold); }
.appui-guestchip .av { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, var(--blush), var(--gold)); }

/* slideshow / live */
.appui-live { height: 100%; position: relative; }
.appui-live .photo { position: absolute; inset: 0; }
.appui-live .badge { position: absolute; top: 44px; left: 14px; background: var(--terracotta); color: #fff; font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; z-index: 2; }
.appui-live .badge .pulse { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); animation: lp-pulse 1.6s infinite; }
@keyframes lp-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); } 70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

/* photo placeholder tones */
.ph-tone { background-size: cover; background-position: center; position: relative; }
.ph-a { background: linear-gradient(150deg, #c8a98a, #8a6f57); }
.ph-b { background: linear-gradient(150deg, #d8c4b0, #b39a86); }
.ph-c { background: linear-gradient(150deg, var(--blush), #c79b8e); }
.ph-d { background: linear-gradient(150deg, var(--sage), #7d9070); }
.ph-e { background: linear-gradient(150deg, #e3ccae, var(--gold)); }
.ph-f { background: linear-gradient(150deg, #b89a7a, #6f5a44); }

/* ---------- Invitations / envelope ---------- */
.lp-envelope { width: 380px; max-width: 86vw; aspect-ratio: 7 / 5; position: relative; margin: 0 auto; cursor: pointer; }
.lp-env-body { position: absolute; inset: 0; background: linear-gradient(160deg, #ece0cb, #ddc9a8); border-radius: 14px; z-index: 0; box-shadow: var(--shadow-lg); }
.lp-env-flap { position: absolute; left: 0; right: 0; top: 0; height: 58%; background: linear-gradient(170deg, #f2e7d2, #e0cca9);
  clip-path: polygon(0 0, 100% 0, 50% 100%); transform-origin: top center; transition: transform .55s var(--ease-out), opacity .4s var(--ease-out); z-index: 3;
  box-shadow: 0 5px 12px rgba(120,90,50,0.12); }
.lp-envelope.open .lp-env-flap { transform: scaleY(0); opacity: 0; }
.lp-env-card { position: absolute; left: 9%; right: 9%; top: 10%; bottom: 14%; background: var(--card); border: 1px solid var(--line);
  border-radius: 9px; box-shadow: var(--shadow-md); z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  text-align: center; gap: 5px; padding: 11% 12% 16px; transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out); }
.lp-envelope.open .lp-env-card { transform: translateY(-12%); box-shadow: var(--shadow-xl); }
.lp-env-card .mono { font-family: var(--font-script); font-size: 25px; color: var(--terracotta); line-height: 1; white-space: nowrap; }
.lp-env-card h4 { font-family: var(--font-display); font-size: 22px; color: var(--ink); margin: 0; font-weight: 500; }
.lp-env-card .meta { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--ink-3); text-transform: uppercase; }
.lp-env-card .rule { width: 34px; height: 1px; background: var(--gold); margin: 3px 0; }
.lp-env-pocket { position: absolute; inset: 0; background: linear-gradient(160deg, #e9dbc2, #d3be9b); z-index: 2; border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); transition: transform .55s var(--ease-out), opacity .45s var(--ease-out); }
.lp-envelope.open .lp-env-pocket { transform: translateY(42%); opacity: 0; }
.lp-env-seal { position: absolute; left: 50%; bottom: 42%; transform: translate(-50%, 50%); width: 44px; height: 44px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-bright), var(--gold-deep)); display: flex; align-items: center; justify-content: center;
  color: #fff; z-index: 5; box-shadow: var(--shadow-sm); transition: opacity .3s var(--ease-out); }
.lp-env-seal svg { width: 19px; height: 19px; }
.lp-envelope.open .lp-env-seal { opacity: 0; }
.lp-env-hint { text-align: center; margin-top: 22px; font-size: 0.86rem; color: var(--ink-3); display: inline-flex; align-items: center; gap: 7px; }
.lp-env-hint svg { width: 15px; height: 15px; }

/* ---------- AI cards ---------- */
.lp-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.lp-ai-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease-out), box-shadow .25s; }
.lp-ai-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.lp-ai-visual { height: 150px; position: relative; display: flex; align-items: center; justify-content: center; }
.lp-ai-visual .before-after { display: flex; width: 100%; height: 100%; }
.lp-ai-visual .before-after > div { flex: 1; }
.lp-ai-visual .tag { position: absolute; bottom: 10px; left: 10px; background: rgba(255,255,255,0.9); border-radius: 999px;
  padding: 4px 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.lp-ai-icon { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.85); display: flex; align-items: center; justify-content: center; }
.lp-ai-icon svg { width: 22px; height: 22px; color: var(--terracotta-deep); stroke-width: 1.7; }
.lp-ai-body { padding: 22px 22px 26px; }
.lp-ai-body h3 { font-size: 1.35rem; margin: 0 0 8px; }
.lp-ai-body p { font-size: 0.98rem; line-height: 1.55; color: var(--ink-2); }

/* ---------- Founding ---------- */
.lp-founding { background:
   radial-gradient(110% 130% at 90% 0%, rgba(216,185,126,0.55), transparent 55%),
   linear-gradient(165deg, #efe2c6 0%, #e7d2a8 100%); position: relative; overflow: hidden; }
.lp-founding-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.lp-badge { display: inline-flex; align-items: center; gap: 9px; background: var(--ink); color: var(--gold-bright);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; white-space: nowrap; }
.lp-badge svg { width: 15px; height: 15px; color: var(--gold-bright); }
.lp-founding h2 { font-size: clamp(2rem, 3.6vw, 3.05rem); margin: 22px 0 0; max-width: 16ch; }
.lp-founding h2 .price { color: var(--terracotta-deep); font-style: italic; }
.lp-price-row { display: flex; align-items: baseline; gap: 16px; margin-top: 24px; }
.lp-price-old { font-family: var(--font-display); font-size: 1.8rem; color: var(--ink-3); text-decoration: line-through; }
.lp-price-new { font-family: var(--font-display); font-size: 3.4rem; color: var(--ink); font-weight: 600; line-height: 1; }
.lp-price-note { font-size: 0.95rem; color: var(--ink-2); }
.lp-scarcity { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 0.98rem; color: var(--terracotta-deep); font-weight: 600; }
.lp-scarcity svg { width: 18px; height: 18px; }
.lp-counter { height: 6px; background: rgba(43,38,34,0.12); border-radius: 999px; overflow: hidden; margin-top: 8px; max-width: 280px; }
.lp-counter i { display: block; height: 100%; width: 63%; background: var(--ink); border-radius: 999px; }

/* form card */
.lp-form-card { background: var(--card); border-radius: 22px; padding: clamp(28px, 4vw, 42px); box-shadow: var(--shadow-xl); border: 1px solid rgba(255,255,255,0.6); }
.lp-form-card h3 { font-size: 1.7rem; margin: 0 0 6px; }
.lp-form-card .sub { font-size: 0.98rem; color: var(--ink-2); margin: 0 0 24px; }
.lp-field-group { display: grid; gap: 14px; }
.lp-label { font-size: 0.82rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; display: block; }
.lp-input, .lp-select { width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--line-strong); border-radius: 12px; padding: 14px 16px; transition: border-color .15s, box-shadow .15s; }
.lp-input::placeholder { color: var(--ink-4); }
.lp-input:focus, .lp-select:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px var(--focus-ring); }
.lp-input.invalid { border-color: var(--danger); }
.lp-form-error { color: var(--danger); font-size: 0.84rem; margin-top: 8px; }
.lp-form-fine { font-size: 0.8rem; color: var(--ink-3); margin-top: 14px; text-align: center; }
.lp-success { text-align: center; padding: 18px 6px; }
.lp-success .ring { width: 64px; height: 64px; border-radius: 50%; background: var(--sage-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.lp-success .ring .eb-i { width: 34px; height: 34px; }
.lp-success .ring svg { width: 34px; height: 34px; color: var(--sage-deep); stroke-width: 2.4; }
.lp-success h3 { margin-bottom: 8px; }
.lp-success p { color: var(--ink-2); }

/* ---------- Testimonials / FAQ ---------- */
.lp-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.lp-quote { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 28px; box-shadow: var(--shadow-sm); }
.lp-quote .stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 14px; }
.lp-quote .stars svg { width: 16px; height: 16px; fill: var(--gold); stroke: var(--gold); }
.lp-quote p { font-family: var(--font-display); font-style: italic; font-size: 1.18rem; line-height: 1.45; color: var(--ink); }
.lp-quote .who { margin-top: 16px; font-size: 0.86rem; color: var(--ink-3); font-weight: 600; }

.lp-faq { max-width: 760px; margin: 50px auto 0; }
.lp-faq-item { border-bottom: 1px solid var(--line); }
.lp-faq-q { width: 100%; text-align: left; background: transparent; border: 0; cursor: pointer; font-family: var(--font-body);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; font-size: 1.18rem; font-weight: 600; color: var(--ink); }
.lp-faq-q svg { width: 22px; height: 22px; color: var(--gold-deep); flex: none; transition: transform .25s var(--ease-out); }
.lp-faq-item.open .lp-faq-q svg { transform: rotate(45deg); }
.lp-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease-out); }
.lp-faq-a-inner { padding: 0 4px 24px; font-size: 1.02rem; line-height: 1.65; color: var(--ink-2); max-width: 60ch; }

/* ---------- Final CTA + Footer ---------- */
.lp-final { text-align: center; }
.lp-final h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 18px auto 0; max-width: 18ch; }
.lp-final p { font-size: 1.1rem; color: var(--ink-2); margin: 22px auto 34px; max-width: 44ch; }
.lp-footer { background: var(--ink); color: rgba(251,247,240,0.7); padding: 70px 0 40px; }
.lp-footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.lp-footer .lp-logo { color: var(--ivory); font-size: 1.5rem; }
.lp-footer .lp-logo em { color: var(--gold-bright); }
.lp-footer .lp-logo-mark { height: 40px; margin-right: 12px; }
.lp-footer-tag { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: rgba(251,247,240,0.85); margin-top: 10px; max-width: 28ch; }
.lp-footer-socials { display: flex; gap: 12px; }
.lp-footer-socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(251,247,240,0.25);
  display: flex; align-items: center; justify-content: center; color: var(--ivory); transition: all .18s; }
.lp-footer-socials a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.lp-footer-socials svg { width: 19px; height: 19px; }
.lp-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(251,247,240,0.16); font-size: 0.84rem; }
.lp-footer-bottom a { color: rgba(251,247,240,0.7); text-decoration: none; }
.lp-footer-bottom a:hover { color: var(--ivory); }
.lp-footer-links { display: flex; gap: 24px; }

.lp-h, .sk-h { letter-spacing: -0.02em; }
.lp-eyebrow, .sk-eyebrow { font-weight: 600; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
/* ============================================================
   Visual polish — tasteful motion & depth (reduced-motion safe)
   ============================================================ */

/* Primary/gold/light buttons: a soft sheen sweep on hover */
.lp-btn--primary, .lp-btn--gold, .lp-btn--light { position: relative; overflow: hidden; }
.lp-btn--primary::after, .lp-btn--gold::after, .lp-btn--light::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -130%; width: 55%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-18deg); transition: left .6s var(--ease-out); pointer-events: none; }
.lp-btn--primary:hover::after, .lp-btn--gold:hover::after, .lp-btn--light:hover::after { left: 150%; }

/* Testimonial cards: lift + gold top accent on hover */
.lp-quote { position: relative; transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s; overflow: hidden; }
.lp-quote::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out); }
.lp-quote:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold-soft); }
.lp-quote:hover::before { transform: scaleX(1); }

/* AI cards: icon warms on hover */
.lp-ai-card { transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out); }
.lp-ai-card .lp-ai-icon { transition: transform .35s var(--ease-out), background .3s; }
.lp-ai-card:hover .lp-ai-icon { transform: scale(1.08) rotate(-4deg); }

/* FAQ row hover */
.lp-faq-q { transition: color .2s var(--ease-out); }
.lp-faq-q:hover { color: var(--gold-deep); }

/* Feature phone mockups: gentle float + subtle hover lift */
.lp-phone-stack { transition: transform .4s var(--ease-out); will-change: transform; }
.lp-feature-media:hover .lp-phone-stack { transform: translateY(-8px); }

/* Soft warm decorative light in feature/alt sections */
.lp-section.alt, .lp-section.sunk, .lp-section#photos, .lp-section#rsvp { position: relative; overflow: hidden; }
.lp-section.alt::before, .lp-section.sunk::before {
  content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -160px; z-index: 0;
  background: radial-gradient(circle, rgba(201,166,107,0.16), transparent 68%); pointer-events: none; }
.lp-section .lp-container { position: relative; z-index: 1; }

/* Founding price: a slow gold glow */
.lp-price-new { position: relative; }

/* Animated counter fill */
.lp-counter i { animation: lp-fill 1.6s var(--ease-out) both; }
@keyframes lp-fill { from { width: 0; } }

@media (prefers-reduced-motion: no-preference) {
  .lp-phone-stack { animation: lp-float 7s ease-in-out infinite; }
  .lp-feature-media:hover .lp-phone-stack { animation-play-state: paused; }
  @keyframes lp-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
  .lp-price-new { animation: lp-priceglow 3.4s ease-in-out infinite alternate; }
  @keyframes lp-priceglow { from { text-shadow: 0 2px 10px rgba(168,133,77,0.0); } to { text-shadow: 0 8px 34px rgba(168,133,77,0.32); } }
  .lp-badge svg { animation: lp-twinkle 2.6s ease-in-out infinite; transform-origin: center; }
  @keyframes lp-twinkle { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(0.86); } }
}

@media (max-width: 920px) {
  .lp-nav { display: none; }
  .lp-feature { grid-template-columns: 1fr; gap: 44px; }
  .lp-feature.flip .lp-feature-media { order: 0; }
  .lp-wedge { grid-template-columns: 1fr; gap: 30px; }
  .lp-wedge-col { border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; }
  .lp-wedge-col:first-child { border-top: 0; padding-top: 0; }
  .lp-ai-grid, .lp-quotes { grid-template-columns: 1fr; }
  .lp-founding-grid { grid-template-columns: 1fr; }
  .lp-phone-stack { margin: 30px 0; }
  .lp-phone-stack .lp-phone:nth-child(2),
  .lp-phone-stack .lp-phone:nth-child(3) { display: none; }
}
@media (max-width: 760px) {
  .lp-header-inner { height: 64px; }
  .lp-header-actions .lp-btn { display: none; }
  .lp-logo { font-size: 1.1rem; }
  .lp-logo-mark { height: 28px; margin-right: 8px; }
  .lp-hero-scroll { display: none; }
  .lp-hero { min-height: 100svh; min-height: 100dvh; padding-bottom: 44px; }
}
@media (max-width: 560px) {
  .lp-container { padding: 0 22px; }
  .lp-hero-cta { gap: 12px; flex-direction: column; align-items: stretch; }
  .lp-hero-cta .lp-btn { width: 100%; }
  .lp-price-new { font-size: 2.8rem; }
  .lp-section { padding: 64px 0; }
}
@media (max-height: 760px) {
  .lp-hero-scroll { display: none; }
  .lp-hero { align-items: center; padding-top: 96px; padding-bottom: 40px; }
  .lp-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.1rem); }
  .lp-hero .lp-sub { margin-top: 18px; font-size: 1.05rem; }
  .lp-hero-cta { margin-top: 26px; }
}
