/* HVAC Leases — public homepage v1 (2026-05-25).
   Composition mirrors hero-3 GPT2 (Round 3) but on our locked brand palette
   (ink + paper + gold). No blue, no chrome, no spaceship.
*/
@import url("brand.css");

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }

.hp-page {
  --hp-max: 1200px;
  --hp-pad: clamp(20px, 4vw, 56px);
  background: var(--bg);
}

/* ============================================================
   Nav
   ============================================================ */
.hp-nav {
  position: sticky; top: 0; z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px var(--hp-pad);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.hp-nav-brand { display: inline-flex; align-items: center; text-decoration: none; }

.hp-nav-links {
  justify-self: center;
  display: flex; gap: 28px; align-items: center;
}
.hp-nav-links a {
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 4px;
  letter-spacing: -0.005em;
  transition: color var(--t-fast) var(--ease-out);
}
.hp-nav-links a:hover { color: var(--ink); }

.hp-nav-actions { display: flex; gap: 12px; align-items: center; }
.hp-nav-link {
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 6px;
}
.hp-nav-link:hover { color: var(--ink); }

@media (max-width: 880px) {
  .hp-nav { grid-template-columns: 1fr auto; }
  .hp-nav-links { display: none; }
}

/* ============================================================
   Buttons / CTAs
   ============================================================ */
.hp-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  transition: transform var(--t-fast) var(--ease-out), box-shadow var(--t) var(--ease-out), background var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out);
  white-space: nowrap;
}
.hp-cta-primary {
  background: var(--ink);
  color: var(--on-dark-ink);
  border-color: var(--ink);
}
.hp-cta-primary:hover {
  background: var(--ink-2);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -8px rgba(10,10,10,0.5);
}
.hp-cta-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.hp-cta-ghost:hover {
  border-color: var(--ink);
  background: var(--bg-cream);
}
.hp-cta-lg { padding: 13px 22px; font-size: 15.5px; }

/* ============================================================
   Hero
   ============================================================ */
.hp-hero {
  padding: clamp(40px, 7vw, 88px) var(--hp-pad) clamp(48px, 6vw, 88px);
  background:
    radial-gradient(900px 480px at 85% -10%, var(--gold-tsp-10), transparent 60%),
    radial-gradient(700px 380px at -10% 110%, var(--gold-tsp-05), transparent 60%),
    var(--bg);
  position: relative;
  overflow: hidden;
}

.hp-hero-grid {
  max-width: var(--hp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 980px) {
  .hp-hero-grid { grid-template-columns: 1fr; }
}

.hp-hero-copy { padding-top: 8px; }

.hp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-tsp-10);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  font-weight: 600;
  margin-bottom: 22px;
}
.hp-eyebrow::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  box-shadow: 0 0 0 4px var(--gold-tsp-18);
}

.hp-h1 {
  margin: 0 0 22px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(40px, 5.8vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 14ch;
}
.hp-h1 em {
  color: var(--gold-deep);
  font-style: italic;
  font-weight: 700;
}

.hp-lead {
  font-size: clamp(16.5px, 1.4vw, 19px);
  color: var(--ink-soft);
  margin: 0 0 28px;
  max-width: 52ch;
  line-height: 1.55;
}

.hp-points {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 12px;
  max-width: 52ch;
}
.hp-points li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15.5px;
  color: var(--ink);
}
.hp-check {
  flex: 0 0 22px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--on-dark-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.hp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.hp-microcopy {
  font-size: 13px;
  color: var(--mute);
  margin: 0;
}

/* ---------- Offer card (right column) ---------- */
.hp-offer-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--el-3);
  display: flex; flex-direction: column;
}

.hp-offer-card header { margin-bottom: 22px; }
.hp-offer-card header h2 {
  margin: 0 0 4px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.hp-offer-card header p {
  margin: 0; color: var(--mute); font-size: 14px;
}

.hp-offer-rows {
  list-style: none; padding: 0; margin: 0 -8px 16px;
  display: flex; flex-direction: column;
}
.hp-offer-rows li {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 8px;
  border-top: 1px solid var(--line);
}
.hp-offer-rows li:first-child { border-top: none; }

.hp-offer-icon {
  width: 38px; height: 38px;
  border-radius: var(--r-md);
  background: var(--gold-tsp-10);
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hp-offer-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hp-offer-label {
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.hp-offer-sub {
  font-size: 13px;
  color: var(--mute);
}

.hp-offer-value {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--gold-deep);
  letter-spacing: -0.01em;
  text-align: right;
  white-space: nowrap;
}
.hp-offer-value strong { font-weight: 700; }
.hp-offer-unit {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--mute);
  font-weight: 500;
  margin-left: 1px;
}

.hp-offer-highlight {
  margin: 4px -8px 18px;
  padding: 14px 16px;
  background: var(--bg-cream);
  border: 1px solid var(--gold-tsp-18);
  border-radius: var(--r-md);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.hp-offer-check {
  width: 22px; height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--gold-deep);
  color: var(--on-dark-ink);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.hp-offer-highlight strong {
  display: block;
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 2px;
}
.hp-offer-highlight span { color: var(--ink-soft); font-size: 14px; }

.hp-offer-fine {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--mute);
}

@media (max-width: 520px) {
  .hp-offer-card { padding: 22px; }
  .hp-offer-rows li { grid-template-columns: 36px 1fr auto; gap: 10px; }
  .hp-offer-icon { width: 34px; height: 34px; }
}

/* ---------- Proof point strip ---------- */
.hp-proof {
  max-width: var(--hp-max);
  margin: clamp(40px, 6vw, 80px) auto 0;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.hp-proof-intro {
  color: var(--mute);
  font-size: 13.5px;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
}
.hp-proof-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.hp-proof-cols > div {
  display: flex; flex-direction: column; gap: 4px;
  padding: 0 12px;
  border-left: 1px solid var(--line);
}
.hp-proof-cols > div:first-child { border-left: none; }
.hp-proof-stat {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 40px);
  color: var(--gold-deep);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hp-proof-label {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.4;
}
@media (max-width: 720px) {
  .hp-proof-cols { grid-template-columns: 1fr; gap: 18px; }
  .hp-proof-cols > div { border-left: none; border-top: 1px solid var(--line); padding-top: 14px; }
  .hp-proof-cols > div:first-child { border-top: none; padding-top: 0; }
}

/* ============================================================
   Sections (How it works / Offer / Partners / FAQ)
   ============================================================ */
.hp-section {
  padding: clamp(56px, 8vw, 112px) var(--hp-pad);
}
.hp-section-alt { background: var(--bg-2); }

.hp-section-head {
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 56px);
  text-align: center;
}
.hp-section-head .hp-eyebrow { margin-bottom: 14px; }
.hp-h2 {
  margin: 0 0 14px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.hp-section-lead {
  margin: 0; color: var(--ink-soft);
  font-size: clamp(15.5px, 1.2vw, 17.5px);
  line-height: 1.55;
}

/* ---------- Steps ---------- */
.hp-steps {
  list-style: none; padding: 0;
  max-width: var(--hp-max); margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  counter-reset: hp-step;
}
.hp-steps li {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex; flex-direction: column;
  transition: border-color var(--t) var(--ease-out), transform var(--t) var(--ease-out), box-shadow var(--t) var(--ease-out);
}
.hp-steps li:hover {
  border-color: var(--gold-tsp-50);
  transform: translateY(-2px);
  box-shadow: var(--el-2);
}
.hp-step-num {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 28px;
  color: var(--gold-deep);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.hp-steps h3 {
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.hp-steps p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }

@media (max-width: 880px) {
  .hp-steps { grid-template-columns: 1fr; }
}

/* ---------- Features grid ---------- */
.hp-features {
  max-width: var(--hp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.hp-features article {
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.hp-features h3 {
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--gold-deep);
}
.hp-features p { margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 980px) { .hp-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hp-features { grid-template-columns: 1fr; } }

/* ---------- Partners ---------- */
.hp-partner-grid {
  max-width: var(--hp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}
.hp-partner-grid h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: var(--ink);
}
.hp-partner-grid p { margin: 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; }
@media (max-width: 800px) { .hp-partner-grid { grid-template-columns: 1fr; } }

.hp-cta-block {
  max-width: var(--hp-max);
  margin: 0 auto;
  background: var(--ink);
  color: var(--on-dark-ink);
  padding: clamp(32px, 4vw, 56px);
  border-radius: var(--r-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--el-3);
}
.hp-cta-block::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(600px 320px at 85% 0%, var(--gold-tsp-18), transparent 65%);
  pointer-events: none;
}
.hp-cta-block h3 {
  position: relative;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.hp-cta-block p { position: relative; color: var(--on-dark-mute); margin: 0 0 22px; font-size: 15.5px; }
.hp-cta-block .hp-cta { position: relative; }
.hp-cta-block .hp-cta-primary {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.hp-cta-block .hp-cta-primary:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

/* ---------- FAQ ---------- */
.hp-faq {
  max-width: 820px;
  margin: 0 auto;
  display: flex; flex-direction: column;
}
.hp-faq details {
  border-top: 1px solid var(--line);
  padding: 18px 4px;
}
.hp-faq details:last-of-type { border-bottom: 1px solid var(--line); }
.hp-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
  gap: 12px;
}
.hp-faq summary::-webkit-details-marker { display: none; }
.hp-faq summary::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--gold-deep);
  transition: transform var(--t) var(--ease-out);
  flex: 0 0 auto;
}
.hp-faq details[open] summary::after { transform: rotate(45deg); }
.hp-faq details p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 70ch;
}

/* ---------- Footer CTA banner ---------- */
.hp-footer-cta {
  max-width: var(--hp-max);
  margin: 0 auto;
  text-align: center;
  padding: clamp(56px, 7vw, 96px) var(--hp-pad);
}
.hp-footer-cta .hp-h2 { margin-bottom: 12px; max-width: 24ch; margin-left: auto; margin-right: auto; }
.hp-footer-cta p { color: var(--ink-soft); margin: 0 0 28px; font-size: 17px; }

/* ============================================================
   Footer
   ============================================================ */
.hp-foot {
  border-top: 1px solid var(--line);
  background: var(--bg);
  padding: 32px var(--hp-pad);
}
.hp-foot-row {
  max-width: var(--hp-max);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.hp-foot-brand { text-decoration: none; }
.hp-foot-nav {
  display: flex; flex-wrap: wrap; gap: 18px;
}
.hp-foot-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.hp-foot-nav a:hover { color: var(--ink); }
.hp-foot-fine {
  max-width: var(--hp-max);
  margin: 0 auto;
  display: flex; flex-direction: column; gap: 8px;
  color: var(--mute);
  font-size: 12.5px;
  line-height: 1.55;
}
.hp-foot-disclaim { max-width: 80ch; }

/* ============================================================
   Inline bullets (Who qualifies, etc.)
   ============================================================ */
.hp-bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-bullets li {
  position: relative;
  padding-left: 22px;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.hp-bullets li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-deep);
  font-weight: 700;
}
.hp-bullets li strong {
  color: var(--ink);
  font-weight: 600;
}

/* ============================================================
   Life events grid (selling, death, pre-pay)
   ============================================================ */
.hp-life-events {
  max-width: var(--hp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.hp-life-event {
  padding: 22px 24px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  border-left: 3px solid var(--gold);
}
.hp-life-event h4 {
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.hp-life-event p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
}
.hp-life-event p strong { color: var(--ink); font-weight: 600; }
@media (max-width: 880px) {
  .hp-life-events { grid-template-columns: 1fr; }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
