/* ===== Hometown Authority — brand: deep navy + antique gold + olive ===== */
:root {
  --navy: #0e1c33;
  --navy-2: #142a48;
  --navy-3: #0a1525;
  --gold: #c2a04e;
  --gold-2: #d8bd76;
  --gold-dark: #a8883c;
  --olive: #7e8150;
  --cream: #f7f5ef;
  --bg-soft: #f4f6f9;
  --ink: #0e1c33;
  --text: #2b3542;
  --muted: #5d6775;
  --muted-light: #aeb8c4;
  --line: #e4e8ee;
  --line-dark: rgba(255,255,255,.12);
  --bg: #ffffff;
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1140px;
  --head: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: var(--head); line-height: 1.12; color: var(--ink); letter-spacing: -0.01em; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin: 0 0 20px; font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin: 0 0 16px; }
h3 { font-size: 1.1rem; margin: 0 0 8px; }
p { margin: 0 0 16px; }
a { color: inherit; text-decoration: none; }
.accent { color: var(--gold-dark); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: .98rem;
  font-family: var(--head); border: 1.5px solid transparent; cursor: pointer;
  transition: transform .06s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-sm { padding: 10px 18px; font-size: .9rem; }
.btn-block { width: 100%; }
.play { width: 34px; height: 34px; border-radius: 50%; display: inline-grid; place-items: center;
  border: 1.5px solid currentColor; }

/* ---- Logo / wordmark ---- */
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { height: 42px; width: auto; display: block; }
.wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.wordmark .wm-top { font-family: var(--head); font-weight: 800; letter-spacing: .14em; font-size: .98rem; color: var(--navy); }
.wordmark .wm-sub { font-family: var(--head); font-weight: 600; letter-spacing: .42em; font-size: .56rem; color: var(--gold-dark);
  display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.wordmark .wm-sub::before, .wordmark .wm-sub::after { content: ""; flex: 1; height: 1px; background: var(--gold); opacity: .6; }
.brand.on-dark .wm-top { color: #fff; }
.brand.on-dark .wm-sub { color: var(--gold-2); }
.brand.on-dark img { filter: drop-shadow(0 0 0 #fff); }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 22px; }
.nav-links { display: flex; gap: 30px; font-size: .92rem; font-weight: 500; font-family: var(--head); color: var(--text); }
.nav-links a { letter-spacing: .02em; }
.nav-links a:hover { color: var(--gold-dark); }

/* ---- Hero ---- */
.hero { background: linear-gradient(180deg, var(--cream), #fff 70%); padding: 80px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; font-weight: 700; font-family: var(--head);
  color: var(--gold-dark); margin: 0 0 18px; display: inline-flex; align-items: center; gap: 10px; }
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--gold); }
.hero h1 { color: var(--navy); }
.lede { font-size: 1.14rem; color: var(--muted); max-width: 40ch; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; align-items: center; }
.hero-figure { position: relative; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg);
  aspect-ratio: 4/5; box-shadow: 0 40px 80px -40px rgba(14,28,51,.55); }
.hero-figure .badge { position: absolute; left: -22px; bottom: 28px; background: #fff; border-radius: 16px;
  padding: 16px 20px; box-shadow: 0 20px 40px -18px rgba(14,28,51,.4); display: flex; align-items: center; gap: 12px; }
.hero-figure .badge img { width: 44px; height: 44px; border-radius: 0; box-shadow: none; aspect-ratio: 1; }
.hero-figure .badge span { font-family: var(--head); font-weight: 700; font-size: .82rem; color: var(--navy); line-height: 1.3; }
.hero-figure .fallback { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius-lg);
  background: linear-gradient(150deg, var(--navy), var(--navy-2)); display: grid; place-items: center; }
.hero-figure .fallback img { width: 120px; height: 120px; box-shadow: none; aspect-ratio: 1; }

/* ---- Trust band ---- */
.trust { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; }
.trust-label { font-family: var(--head); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; color: var(--muted); }
.trust-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.chip { font-family: var(--head); font-weight: 600; font-size: .82rem; color: var(--navy); background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; }
.chip span { color: var(--gold-dark); }

/* ---- Values ---- */
.values { padding: 70px 0 50px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.value { text-align: center; padding: 8px 10px; }
.value .ico { width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(194,160,78,.12); border: 1.5px solid rgba(194,160,78,.4); color: var(--gold-dark); }
.value .ico svg { width: 32px; height: 32px; }
.value h3 { color: var(--navy); }
.value p { color: var(--muted); font-size: .94rem; margin: 0; }

/* ---- How it works (navy) ---- */
.how { background: var(--navy); color: #e8edf4; padding: 84px 0; position: relative; }
.how .section-head { text-align: center; margin-bottom: 14px; }
.section-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; font-weight: 700; font-family: var(--head);
  color: var(--gold-2); margin: 0 0 12px; }
.how h2 { color: #fff; text-align: center; }
.how .sub { text-align: center; color: var(--muted-light); max-width: 52ch; margin: 0 auto 44px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps li { position: relative; text-align: center; padding: 0 8px; }
.step-n { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center;
  background: var(--navy-2); border: 1.5px solid var(--gold); color: var(--gold-2); font-family: var(--head); font-weight: 800; font-size: 1.3rem; }
.steps h3 { color: #fff; font-size: 1.05rem; }
.steps p { color: var(--muted-light); font-size: .92rem; margin: 0; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 32px; right: -14px; width: 28px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent); }

/* ---- Why us band ---- */
.why { padding: 84px 0; background: #fff; }
.why .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why h2 { color: var(--navy); }
.why-copy p { color: var(--muted); font-size: 1.06rem; }
.why-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 32px; }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.checks li { position: relative; padding-left: 40px; font-weight: 500; color: var(--text); }
.checks li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 26px; height: 26px; display: grid; place-items: center;
  background: var(--gold); color: var(--navy); border-radius: 50%; font-size: .82rem; font-weight: 800; }

/* ---- CTA band ---- */
.cta-band { background: var(--navy-3); color: #fff; padding: 64px 0; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin: 0; }
.cta-band p { color: var(--muted-light); margin: 8px 0 0; }

/* ---- Blueprint capture (navy) ---- */
.blueprint { background: var(--navy); color: #e8edf4; padding: 84px 0; }
.blueprint-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.bp-figure { text-align: center; }
.bp-figure img { max-width: 100%; width: 360px; filter: drop-shadow(0 30px 50px rgba(0,0,0,.5)); }
.bp-figure .fallback { width: 280px; aspect-ratio: 3/4; margin: 0 auto; border-radius: 8px 14px 14px 8px;
  background: linear-gradient(145deg, #1b3358, #0c1c33);
  border: 1px solid var(--gold); display: grid; place-items: center; padding: 30px; }
.bp-figure .fallback .ft { font-family: var(--head); font-weight: 800; color: #fff; font-size: 1.3rem; letter-spacing: .04em; }
.bp-figure .fallback .fs { color: var(--gold-2); font-size: .82rem; margin-top: 10px; letter-spacing: .08em; }
.blueprint h2 { color: #fff; }
.blueprint-copy p { color: var(--muted-light); font-size: 1.06rem; }
.blueprint-form-wrap { background: #fff; border-radius: var(--radius-lg); padding: 32px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.blueprint-form-wrap .form-head { color: var(--navy); font-family: var(--head); font-weight: 800; font-size: 1.25rem; margin: 0 0 6px; }
.blueprint-form-wrap .form-sub { color: var(--muted); font-size: .92rem; margin: 0 0 20px; }
.lead-form { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; font-size: .86rem; font-weight: 600; font-family: var(--head); color: var(--navy); }
.field em { color: var(--muted); font-weight: 400; }
.field input { padding: 14px 15px; border: 1.5px solid var(--line); border-radius: 10px; font-size: 1rem; font-family: var(--body); color: var(--text); }
.field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(194,160,78,.15); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 4px 0 0; font-size: .9rem; color: #b4452f; }
.fine { font-size: .78rem; color: var(--muted); text-align: center; margin: 2px 0 0; }
.lead-success h3 { font-size: 1.25rem; margin: 0 0 8px; color: var(--navy); }
.lead-success p { color: var(--muted); }
.loom-slot { position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden; background: var(--navy-3); margin-top: 14px; }
.loom-slot iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- Footer ---- */
.site-footer { background: var(--navy-3); color: var(--muted-light); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-tag { color: var(--muted-light); margin: 18px 0 0; font-size: .95rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--head); color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin: 4px 0 16px; }
.footer-col a, .footer-col p { display: block; color: var(--muted-light); font-size: .94rem; margin: 0 0 10px; }
.footer-col a:hover { color: var(--gold-2); }
.footer-base { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-base small { color: var(--muted-light); font-size: .85rem; }

/* ---- Responsive ---- */
@media (max-width: 920px) {
  .hero-grid, .why .why-grid, .blueprint-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-figure { order: -1; max-width: 460px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .steps li::after { display: none; }
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .value-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 52px 0 48px; }
  .cta-band .container { flex-direction: column; text-align: center; }
}
