/* Homepage — imported from Claude Design: ui_kits/marketing/cinematic.html
   Values are the design's; layout properties live here (not inline) so the
   responsive rules at the bottom of this file can actually override them. */

/* ---------- shared ---------- */
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 32px; }

.hl {
  background: linear-gradient(transparent 45%, var(--liquid-300) 45%,
              var(--liquid-300) 90%, transparent 90%);
}

.eyebrow {
  font-size: 13px; font-weight: 700; font-style: italic;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--liquid-700);
}

.btn {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-weight: 640; border-radius: var(--radius-1); cursor: pointer;
  text-decoration: none;
  transition: background var(--dur-fast) var(--ease-swift),
              transform var(--dur-fast) var(--ease-press);
}
.btn:active { transform: scale(0.98); }
.btn .ar { transition: transform var(--dur-base) var(--ease-swift); }
.btn:hover .ar { transform: translateX(5px); }
.btn-accent { background: var(--liquid-500); color: var(--ink-950); }
.btn-accent:hover { background: var(--liquid-400); color: var(--ink-950); }
.btn-ink { background: var(--ink-950); color: var(--paper); }
.btn-ink:hover { background: var(--ink-700); color: var(--paper); }

.btn-sm { height: 42px; padding: 0 20px; font-size: 14.5px; }
.btn-md { height: 50px; padding: 0 26px; font-size: 15.5px; }
.btn-lg { height: 54px; padding: 0 32px; font-size: 16.5px; }

a.nl { font-size: 14.5px; font-weight: 500; color: var(--ink-500); }
a.nl:hover { color: var(--ink-950); }

.photo { display: block; width: 100%; height: 100%; object-fit: cover; }

:focus-visible { outline: none; box-shadow: var(--focus-ring); }

/* ---------- logo ---------- */
.logo { display: flex; align-items: center; gap: 9px; }
.logo svg { flex: none; overflow: visible; }
.logo-text { line-height: 1; }
.logo-word {
  font-size: 17px; font-weight: 850; letter-spacing: -0.015em;
  color: var(--ink-950);
}
.logo-word .y { color: var(--liquid-500); }
.logo-sub {
  display: flex; justify-content: space-between; font-size: 6.1px;
  font-weight: 640; color: var(--ink-400); margin-top: 3px;
}
.logo-sm { gap: 7px; }
.logo-sm .logo-word { font-size: 13px; }
.logo-sm .logo-sub { font-size: 4.7px; }

/* ---------- nav ---------- */
.nav { background: var(--paper); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px;
}
.nav-links { display: flex; gap: 30px; align-items: center; }

/* ---------- hero ---------- */
.hero { padding-top: 52px; }
.hero h1 {
  margin: 0; font-size: clamp(54px, 6.8vw, 84px); font-weight: 800;
  letter-spacing: var(--tracking-display); line-height: 1.06;
  color: var(--ink-950);
}
.hero-sub {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 24px; flex-wrap: wrap; margin-top: 30px;
}
.hero-lede {
  font-size: 16.5px; color: var(--text-body); max-width: 430px;
  line-height: 1.55;
}
.hero-meta {
  font-size: 14.5px; font-weight: 640; font-style: italic;
  color: var(--ink-400);
}
/* margin-top only — shorthand here would clobber .wrap's `margin: 0 auto`
   (same specificity, later in the file) and left-align the photo. */
.hero-figure { margin-top: 30px; }
.hero-frame { position: relative; height: 440px; }
.hero-frame .photo { position: absolute; inset: 0; }
.hero-cta {
  position: absolute; left: 24px; bottom: 24px; background: var(--white);
  padding: 16px 20px; display: flex; align-items: center; gap: 18px;
}
.hero-cta-note { font-size: 13.5px; color: var(--ink-500); line-height: 1.4; }
.hero-badge {
  position: absolute; right: 24px; top: 24px; background: var(--white);
  padding: 10px 16px; pointer-events: none;
}
.hero-badge-label {
  font-size: 12.5px; font-weight: 700; font-style: italic;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--liquid-700);
}
.hero-badge-amount {
  font-size: 14px; font-weight: 800; color: var(--ink-950); margin-left: 10px;
}

/* ---------- how it works ---------- */
.how { background: var(--white); margin-top: 88px; }
.how .wrap { padding-top: 96px; padding-bottom: 96px; }
.how h2 {
  margin: 18px 0 56px; font-size: clamp(40px, 4.5vw, 56px); font-weight: 800;
  letter-spacing: var(--tracking-display); line-height: 1.02;
  color: var(--ink-950);
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.step-num {
  font-size: 64px; font-weight: 900; font-style: italic;
  letter-spacing: var(--tracking-display); line-height: 1; color: var(--ink-200);
}
.step-num.is-last { color: var(--liquid-500); }
.step-title {
  font-size: 20px; font-weight: 800; color: var(--ink-950); margin-top: 14px;
}
.step p { margin: 8px 0 0; font-size: 15px; line-height: 1.6; color: var(--text-body); }

/* ---------- offers ---------- */
.offers .wrap { padding-top: 104px; padding-bottom: 104px; }
.offers-grid {
  display: grid; grid-template-columns: 1fr 0.9fr; gap: 64px;
  align-items: center;
}
.collage { position: relative; height: 560px; }
.collage-back { position: absolute; top: 0; left: 0; width: 78%; height: 78%; }
.collage-front {
  position: absolute; right: 0; bottom: 0; width: 46%; height: 46%;
  border: 8px solid var(--paper); box-sizing: border-box;
}
.offers h2 {
  margin: 18px 0 0; font-size: clamp(38px, 4.2vw, 52px); font-weight: 800;
  letter-spacing: var(--tracking-display); line-height: 1.04;
  color: var(--ink-950);
}
.offers-lede {
  font-size: 16px; line-height: 1.6; color: var(--text-body);
  max-width: 440px; margin: 18px 0 28px;
}
.offer-card {
  background: var(--white); border: 1px solid var(--border-strong);
  padding: 24px 28px;
}
.offer-head { display: flex; justify-content: space-between; align-items: baseline; }
.offer-head-title { font-size: 16px; font-weight: 800; color: var(--ink-950); }
.offer-head-tag {
  font-size: 12px; font-weight: 700; font-style: italic;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--liquid-700);
}
.offer-stats { display: flex; gap: 36px; margin-top: 18px; flex-wrap: wrap; }
.offer-stat-value {
  font-size: 32px; font-weight: 900; letter-spacing: var(--tracking-display);
  color: var(--ink-950);
}
.offer-stat-label { font-size: 12.5px; color: var(--text-muted); margin-top: 2px; }
.offer-total { margin-top: 20px; font-size: 14px; color: var(--ink-400); }
.offer-fine {
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid var(--border-default);
  font-size: 11.5px; line-height: 1.55; color: var(--ink-400);
}
.offers-link {
  display: inline-block; margin-top: 20px; font-size: 15.5px;
  font-weight: 640; color: var(--liquid-700);
}

/* ---------- quote ---------- */
.quote { background: var(--white); }
.quote .wrap {
  padding-top: 96px; padding-bottom: 96px;
  display: flex; gap: 44px; align-items: center;
}
.quote-avatar { width: 112px; height: 112px; flex: none; }
.quote-avatar .photo { border-radius: 50%; }
.quote-text {
  font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; font-style: italic;
  letter-spacing: var(--tracking-tight); line-height: 1.2;
  color: var(--ink-950); max-width: 820px;
}
.quote-by { font-size: 15px; color: var(--text-muted); margin-top: 12px; }

/* ---------- closing CTA + footer ---------- */
.close .wrap { padding-top: 104px; padding-bottom: 40px; text-align: center; }
.close h2 {
  margin: 0; font-size: clamp(48px, 5.5vw, 68px); font-weight: 800;
  letter-spacing: var(--tracking-display); line-height: 1; color: var(--ink-950);
}
.close-lede { font-size: 16px; color: var(--text-muted); margin: 18px 0 30px; }

.disclosures {
  margin-top: 96px; border-top: 1px solid var(--border-default);
  padding-top: 28px; text-align: left;
}
.disclosures p {
  margin: 0; font-size: 11.5px; line-height: 1.7; color: var(--ink-400);
  max-width: 980px;
}
.disclosures strong { color: var(--ink-500); }

.footer-bar {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 28px; border-top: 1px solid var(--border-default);
  padding-top: 24px; text-align: left;
}
.footer-links { display: flex; gap: 24px; }
.footer-legal { font-size: 12.5px; color: var(--ink-400); }
.footer-legal a { color: var(--ink-400); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .wrap { padding: 0 20px; }
  .nav-links { gap: 18px; }
  .nav-links .nl { display: none; }
  .hero-frame { height: 340px; }
  .hero-cta { position: static; padding: 16px 0 0; background: none; flex-wrap: wrap; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .how .wrap, .offers .wrap, .quote .wrap { padding-top: 64px; padding-bottom: 64px; }
  .offers-grid { grid-template-columns: 1fr; gap: 40px; }
  .collage { height: 420px; }
  .quote .wrap { flex-direction: column; align-items: flex-start; gap: 24px; }
  .close .wrap { padding-top: 64px; }
  .disclosures { margin-top: 56px; }
  .footer-bar { flex-direction: column; align-items: flex-start; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .btn, .btn .ar, a { transition: none; }
  .btn:active { transform: none; }
  .btn:hover .ar { transform: none; }
}
