:root {
  --navy: #14283d;
  --navy-2: #1d3853;
  --gold: #d9a441;
  --gold-light: #f0d89e;
  --cream: #f7f1e7;
  --white: #ffffff;
  --charcoal: #2b2b2b;
  --muted: #66717d;
  --line: #d9dee3;
  --shadow: 0 24px 70px rgba(20, 40, 61, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 96px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.08;
}
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2.35rem, 4vw, 4.2rem); letter-spacing: -0.035em; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.2rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(217, 222, 227, 0.8);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; color: var(--gold); }
.brand-mark circle { fill: none; stroke: currentColor; stroke-width: 2.2; }
.brand-mark path { fill: currentColor; }
.brand-text { display: flex; flex-direction: column; font-size: 0.88rem; letter-spacing: 0.18em; line-height: 1.1; }
.brand-text strong { color: var(--navy); }
.brand-text span { color: var(--gold); font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 0.94rem; font-weight: 600; }
.primary-nav a:hover { color: var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-weight: 700; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(217, 164, 65, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(217, 164, 65, 0.28); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost { background: transparent; border: 1px solid rgba(255,255,255,0.34); color: var(--white); box-shadow: none; }
.button-dark { width: 100%; background: var(--navy); color: var(--white); box-shadow: none; }
.text-link { color: var(--navy); font-weight: 800; border-bottom: 2px solid var(--gold); }

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(217,164,65,0.22), transparent 34%),
    linear-gradient(135deg, var(--navy), #203d59 62%, #294b69);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 72px; }
.hero h1, .hero .hero-lede { color: var(--white); }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lede { max-width: 700px; margin-top: 24px; font-size: 1.18rem; color: rgba(255,255,255,0.78) !important; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; color: rgba(255,255,255,0.7); font-size: 0.86rem; }
.hero-proof strong { color: var(--white); }

.hero-visual { position: relative; min-height: 560px; }
.spotlight-card { border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.96); box-shadow: var(--shadow); }
.spotlight-card-main { position: absolute; inset: 48px 26px 48px 42px; padding: 46px; border-radius: 30px; transform: rotate(-2deg); }
.spotlight-card-main h2 { margin-top: 36px; font-size: clamp(2rem, 3.3vw, 3.4rem); }
.spotlight-card-main p { margin-top: 22px; color: var(--muted); }
.mini-label { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.14em; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
.mini-grid span { padding: 14px; border-radius: 14px; background: var(--cream); color: var(--navy); font-weight: 700; font-size: 0.86rem; }
.floating-card { position: absolute; width: 220px; padding: 18px; border-radius: 18px; display: grid; grid-template-columns: 12px 1fr; gap: 8px 12px; }
.floating-card .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); margin-top: 7px; }
.floating-card small { grid-column: 2; color: var(--muted); }
.card-one { left: -30px; top: 12px; }
.card-two { right: -15px; top: 130px; }
.card-three { left: 12px; bottom: 8px; }

.story-section { background: var(--cream); }
.story-section h2 { margin-bottom: 34px; }
.story-section p { font-size: 1.12rem; color: #4b5660; }
blockquote { margin: 42px 0 0; padding: 28px 34px; border-left: 5px solid var(--gold); background: var(--white); color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 1.65rem; line-height: 1.35; }

.split-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: end; margin-bottom: 44px; }
.split-heading > p { color: var(--muted); font-size: 1.05rem; }
.community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.community-card { min-height: 370px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 40px rgba(20,40,61,0.07); display: flex; flex-direction: column; }
.community-card.featured-city { background: var(--navy); }
.community-card.featured-city h3, .community-card.featured-city p, .community-card.featured-city a { color: var(--white); }
.community-tag { align-self: flex-start; margin-bottom: auto; padding: 8px 12px; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.community-card h3 { margin-top: 52px; font-size: 2rem; }
.community-card p { margin-top: 16px; color: var(--muted); }
.card-actions { margin-top: auto; display: grid; gap: 10px; }
.card-actions a { color: var(--navy); font-weight: 800; }
.card-actions a:last-child { font-size: 0.86rem; opacity: 0.78; }

.how-section { background: var(--navy); }
.how-section h2, .how-section h3 { color: var(--white); }
.centered { text-align: center; max-width: 780px; margin: 0 auto 48px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps-grid article { min-height: 300px; padding: 28px; border: 1px solid rgba(255,255,255,0.13); border-radius: var(--radius); background: rgba(255,255,255,0.05); }
.steps-grid span { display: inline-block; margin-bottom: 46px; color: var(--gold); font-weight: 800; }
.steps-grid p { color: rgba(255,255,255,0.68); }
.steps-grid h3 { margin-bottom: 14px; }

.partners-section { background: #f9fafb; }
.partner-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 74px; align-items: center; }
.partner-grid > div > p { color: var(--muted); font-size: 1.07rem; }
.check-list { margin: 28px 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.partner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.partner-panel { padding: 32px; border-radius: 28px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.partner-panel-top { display: grid; gap: 8px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.partner-panel-top span { color: var(--gold); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.partner-panel-top strong { color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 1.8rem; }
.opportunity-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.opportunity-row strong { color: var(--navy); font-size: 1.35rem; }
.partner-panel p { margin: 24px 0; color: var(--muted); font-size: 0.92rem; }

.final-cta { background: var(--gold); }
.final-cta-inner { display: grid; grid-template-columns: 1fr 0.7fr; gap: 50px; align-items: center; }
.final-cta .eyebrow { color: var(--navy); }
.final-cta p { margin: 0; color: var(--navy); font-weight: 600; }

.site-footer { padding: 68px 0 28px; background: #0d1b29; color: rgba(255,255,255,0.68); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 0.7fr 1fr; gap: 50px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { color: var(--white); }
.footer-grid a:hover { color: var(--gold); }
.footer-brand .brand-text strong { color: var(--white); }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; gap: 20px; font-size: 0.86rem; }

@media (max-width: 980px) {
  .primary-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 24px 20px; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .primary-nav.open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .hero-grid, .partner-grid, .split-heading, .final-cta-inner { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 500px; }
  .community-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section { padding: 72px 0; }
  .container { width: min(100% - 28px, 1180px); }
  .hero-grid { gap: 36px; }
  .hero-visual { min-height: 590px; }
  .spotlight-card-main { inset: 54px 0 74px 0; padding: 28px; }
  .card-one { left: 0; }
  .card-two { right: 0; top: 180px; }
  .card-three { left: 12px; bottom: 0; }
  .floating-card { width: 190px; }
  .community-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .hero-actions, .partner-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .partner-actions .button { width: 100%; }
  blockquote { padding: 24px; font-size: 1.35rem; }
}
