/* The Wedding Suite -- marketing landing page. Scoped to this page only
   (linked from app/page.js), not the global /app.css used by the app
   itself. Burgundy #4A1314 / ivory #F7F2E8 / champagne #8F7443 / #E7C98E,
   Bodoni Moda + Inter + Pinyon Script, same brand as the login screen. */

.ls * { box-sizing: border-box; }
.ls {
  background: #F7F2E8;
  color: #191616;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}
.ls h1, .ls h2, .ls h3 { font-family: 'Bodoni Moda', Georgia, serif; font-weight: 500; margin: 0; }
.ls .script { font-family: 'Pinyon Script', cursive; font-weight: 400; }

/* entrance defaults -- GSAP animates from these; CSS sets the resting
   pre-animation state so there's no flash of fully-visible content. */
[data-hero-in], [data-reveal] { opacity: 0; }
@media (prefers-reduced-motion: reduce) { [data-hero-in], [data-reveal] { opacity: 1; } }

/* ---- nav ---- */
.ls-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  background: transparent;
  backdrop-filter: none;
  transition: background .4s ease, backdrop-filter .4s ease, box-shadow .4s ease;
}
.ls-nav-solid { background: rgba(74,19,20,.72); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.ls-nav img { height: 34px; display: block; }
.ls-nav a.signin {
  display: inline-flex; align-items: center; min-height: 44px;
  color: #F7F2E8; text-decoration: none; font-size: 13.5px; font-weight: 600;
  letter-spacing: .04em; border: 1px solid rgba(247,242,232,.4); border-radius: 999px;
  padding: 0 20px; transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.ls-nav a.signin:hover { background: rgba(247,242,232,.14); border-color: rgba(247,242,232,.8); transform: translateY(-1px); }

/* ---- hero ---- */
.ls-hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; background: #191212; }
.ls-hero-frames { position: absolute; inset: 0; overflow: hidden; }
.ls-hero-img { object-fit: cover; object-position: 50% 20%; filter: grayscale(1) contrast(1.05); }
.ls-hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(25,18,18,.18) 0%, rgba(25,18,18,.36) 45%, rgba(74,19,20,.9) 94%);
}
.ls-hero-content { position: relative; z-index: 2; width: 100%; padding: 0 28px 96px; text-align: center; color: #F7F2E8; }
.ls-hero-content .script { display: block; font-size: clamp(28px, 5vw, 46px); color: #E7C98E; margin-bottom: 6px; }
.ls-hero-content h1 { font-size: clamp(42px, 8vw, 108px); line-height: .98; letter-spacing: -.015em; }
.ls-hero-content .sub { max-width: 560px; margin: 24px auto 0; font-size: clamp(14.5px, 1.6vw, 17px); line-height: 1.65; color: rgba(247,242,232,.86); }
.ls-hero-cta { margin-top: 34px; }
@media (prefers-reduced-motion: reduce) { .ls-hero-img { transition: none; } }

.ls-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #F7F2E8; color: #4A1314; text-decoration: none;
  font-weight: 700; font-size: 15px; letter-spacing: .02em;
  padding: 16px 30px; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease, background .25s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.ls-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 40px rgba(0,0,0,.35); background: #FFFDF9; }
.ls-btn:active { transform: translateY(-1px) scale(.99); }
.ls-fineprint { margin-top: 14px; font-size: 12.5px; color: rgba(247,242,232,.62); letter-spacing: .02em; }

/* floating trial badge, corner-anchored like a stat card */
.ls-badge {
  position: absolute; left: 28px; bottom: 28px; z-index: 3;
  background: rgba(25,18,18,.42); backdrop-filter: blur(10px);
  border: 1px solid rgba(247,242,232,.22); border-radius: 16px;
  padding: 14px 20px; color: #F7F2E8; text-align: left;
}
.ls-badge-label { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #E7C98E; }
.ls-badge-value { font-family: 'Bodoni Moda', Georgia, serif; font-size: 26px; margin-top: 2px; }
.ls-badge-sub { font-size: 11px; color: rgba(247,242,232,.65); margin-top: 2px; }
@media (max-width: 640px) { .ls-badge { display: none; } }

.ls-scrolldown { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; width: 22px; height: 34px; border: 1.5px solid rgba(247,242,232,.55); border-radius: 999px; }
.ls-scrolldown::before { content: ''; position: absolute; top: 6px; left: 50%; width: 3px; height: 7px; margin-left: -1.5px; background: #E7C98E; border-radius: 3px; animation: lsScroll 1.8s ease-in-out infinite; }
@keyframes lsScroll { 0% { opacity: 1; transform: translateY(0); } 70% { opacity: 0; transform: translateY(10px); } 100% { opacity: 0; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .ls-scrolldown::before { animation: none; } }

/* ---- marquee ---- */
/* top padding clears the fixed nav (~70px), which otherwise overlaps the
   first section after the full-height hero */
.ls-marquee { background: #191212; overflow: hidden; padding: 92px 0 22px; border-bottom: 1px solid rgba(247,242,232,.08); }
.ls-marquee-track { display: flex; width: max-content; will-change: transform; }
.ls-marquee-set { display: flex; align-items: center; }
.ls-marquee-item { display: flex; align-items: center; font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(24px, 3.4vw, 40px); color: rgba(247,242,232,.9); white-space: nowrap; padding: 0 28px; }
.ls-marquee-item .dot { color: #E7C98E; font-size: 10px; margin-left: 28px; }

/* ---- section rhythm ---- */
.ls-section { padding: 118px 28px; max-width: 1180px; margin: 0 auto; }
.ls-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #8F7443; margin-bottom: 16px; }
.ls-eyebrow.light { color: #E7C98E; }
.ls-h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.1; max-width: 720px; }
.ls-h2.light { color: #F7F2E8; }
.ls-lede { max-width: 560px; margin-top: 18px; font-size: 16px; line-height: 1.7; color: #584F49; }
.ls-center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---- feature grid ---- */
.ls-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 64px; background: #E4D8C2; border-radius: 22px; overflow: hidden; }
.ls-card { background: #FFFDF9; padding: 40px 32px; transition: background .35s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.ls-card:hover { background: #F7F2E8; transform: translateY(-4px); }
.ls-card .num { font-family: 'Bodoni Moda', Georgia, serif; font-size: 13px; color: #C7AD86; letter-spacing: .1em; }
.ls-card h3 { font-size: 21px; margin: 14px 0 10px; }
.ls-card p { font-size: 14.5px; line-height: 1.65; color: #584F49; margin: 0; }
@media (max-width: 860px) { .ls-grid { grid-template-columns: 1fr; } }

/* ---- showcase (full-bleed image + text) ---- */
.ls-showcase { position: relative; min-height: 88vh; display: flex; align-items: center; margin: 0; overflow: hidden; }
.ls-showcase-img { object-fit: cover; filter: grayscale(1); will-change: transform; }
.ls-showcase-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,18,18,.82) 0%, rgba(25,18,18,.4) 55%, rgba(25,18,18,.15) 100%); }
.ls-showcase-content { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 0 28px; width: 100%; }
.ls-showcase-text { max-width: 480px; color: #F7F2E8; }
.ls-showcase-text .ls-eyebrow { color: #E7C98E; }
.ls-showcase-text h2 { font-size: clamp(28px, 3.6vw, 42px); }
.ls-showcase-text p { margin-top: 16px; font-size: 15.5px; line-height: 1.75; color: rgba(247,242,232,.86); }
.ls-showcase.reverse .ls-showcase-scrim { background: linear-gradient(270deg, rgba(25,18,18,.82) 0%, rgba(25,18,18,.4) 55%, rgba(25,18,18,.15) 100%); }
.ls-showcase.reverse .ls-showcase-text { margin-left: auto; }

/* ---- pricing (dark, immersive section; card pops light against it) ---- */
.ls-pricing { background: #191212; }
.ls-price-card {
  max-width: 420px; margin: 56px auto 0; background: #FFFDF9; color: #191616;
  border-radius: 26px; padding: 48px 40px; text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.ls-price-card:hover { transform: translateY(-6px); }
.ls-price-card .trial { color: #8F7443; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ls-price-card .amount { font-family: 'Bodoni Moda', Georgia, serif; font-size: 58px; margin: 6px 0 0; }
.ls-price-card .amount span { font-size: 16px; color: #8F7443; font-family: 'Inter', sans-serif; }
.ls-price-list { list-style: none; margin: 30px 0 0; padding: 0; text-align: left; display: grid; gap: 12px; }
.ls-price-list li { font-size: 14px; color: #584F49; display: flex; gap: 10px; align-items: flex-start; }
.ls-price-list li::before { content: '—'; color: #C7AD86; flex: none; }
.ls-price-card .ls-btn { width: 100%; justify-content: center; margin-top: 30px; background: #4A1314; color: #F7F2E8; }
.ls-price-card .ls-btn:hover { background: #5c1719; }

/* ---- footer ---- */
.ls-footer { border-top: 1px solid #E4D8C2; padding: 48px 28px; text-align: center; background: #F7F2E8; }
.ls-footer img { height: 20px; opacity: .8; margin-bottom: 14px; }
.ls-footer p { font-size: 12.5px; color: #8F7443; margin: 0; }
.ls-footer a { color: #584F49; text-decoration: none; font-size: 13px; }
.ls-footer a:hover { text-decoration: underline; }
