:root {
  --navy: #08244a;
  --navy-2: #03162f;
  --red: #b20d18;
  --gold: #e6b45c;
  --cream: #f7f1e7;
  --paper: #fffaf2;
  --ink: #172033;
  --muted: #5f6b7d;
  --line: rgba(8, 36, 74, .14);
  --shadow: 0 20px 60px rgba(3, 22, 47, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 242, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); letter-spacing: .02em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 999px; }
.site-nav { display: flex; align-items: center; gap: 22px; font-weight: 700; color: var(--navy); }
.site-nav a { opacity: .86; }
.site-nav a:hover { opacity: 1; color: var(--red); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--navy); color: white !important; opacity: 1 !important; }
.menu-toggle { display: none; border: 0; background: var(--navy); color: white; border-radius: 8px; padding: 8px 11px; font-size: 22px; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy-2);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-sunrise-1400.webp");
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,250,242,.72) 0%, rgba(255,250,242,.52) 38%, rgba(255,250,242,.18) 68%, rgba(3,22,47,.08) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(700px, calc(100% - 40px));
  margin-left: clamp(22px, 7vw, 120px);
  padding: 70px 0;
}
.eyebrow, .section-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 800;
  color: var(--red);
}
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; }
h1 {
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  letter-spacing: -.04em;
}
h2 { font-size: clamp(2rem, 3.2vw, 3.6rem); letter-spacing: -.04em; }
h3 { font-size: 1.3rem; }
.hero p { max-width: 650px; color: #273247; font-size: clamp(1.05rem, 1.5vw, 1.25rem); margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.button.primary { background: var(--red); color: white; box-shadow: 0 12px 30px rgba(178,13,24,.26); }
.button.secondary { border-color: var(--navy); color: var(--navy); background: rgba(255,250,242,.6); }
.button:hover { transform: translateY(-1px); }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: clamp(64px, 8vw, 110px) 0; }
.alt { background: var(--cream); border-block: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 6vw, 80px); align-items: start; }
.lead { margin: 0; font-size: clamp(1.12rem, 1.8vw, 1.42rem); color: #314057; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { margin-top: 10px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(3, 22, 47, .07);
}
.card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 22px;
}
.card p, .content-panel p, .values p, .contact-copy p { color: var(--muted); }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: stretch; }
.panel { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.image-panel { background: white; display: grid; place-items: center; padding: clamp(20px, 4vw, 52px); }
.image-panel img { width: min(420px, 100%); border-radius: 22px; }
.content-panel { background: var(--navy); padding: clamp(34px, 5vw, 66px); }
.content-panel h2, .content-panel .section-label { color: white; }
.content-panel .section-label { color: var(--gold); }
.steps { display: grid; gap: 18px; margin-top: 28px; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 16px; color: white; align-items: start; }
.step strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1; }
.step span { color: rgba(255,255,255,.86); }

.values { background: linear-gradient(135deg, var(--navy), #0b366d); color: white; text-align: center; }
.values h2, .values .section-label { color: white; }
.values .section-label { color: var(--gold); }
.values-inner { max-width: 840px; }
.values p { color: rgba(255,255,255,.84); font-size: 1.1rem; }
blockquote { margin: 34px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.24); font-size: 1.2rem; font-style: italic; color: white; }
cite { display: block; margin-top: 10px; color: var(--gold); font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
.contact-card { margin-top: 24px; padding: 22px; border-radius: 20px; background: var(--cream); border: 1px solid var(--line); display: grid; gap: 4px; }
.contact-card a { color: var(--red); font-weight: 800; }
.google-form-card { padding: clamp(18px, 3vw, 28px); border-radius: 28px; background: white; box-shadow: var(--shadow); border: 1px solid var(--line); }
.google-form-placeholder { display: grid; justify-items: start; gap: 8px; padding: 10px 8px 20px; }
.placeholder-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: var(--gold); font-weight: 900; font-size: 1.2rem; }
.google-form-placeholder h3 { margin-top: 6px; }
.google-form-placeholder p { margin: 0; color: var(--muted); }
.google-form-embed { width: 100%; min-height: 780px; border: 0; border-radius: 18px; background: #fffdf9; }

.site-footer { padding: 26px 0; background: var(--navy-2); color: white; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-inner a { color: var(--gold); font-weight: 700; }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 73px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,250,242,.96), rgba(255,250,242,.78)); }
  .intro-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .brand span { font-size: .92rem; }
  .hero-content { margin: 0 auto; padding-top: 90px; }
  .hero-bg { background-position: 61% center; }
  .cards { grid-template-columns: 1fr; }
  .site-header { padding-inline: 16px; }
}

@media (max-width: 620px) {
  .hero-bg { background-image: url("assets/hero-sunrise-960.webp"); }
}
@media (min-width: 1400px) {
  .hero-bg { background-image: url("assets/hero-sunrise-1800.webp"); }
}
