:root {
  --navy: #1e3a5f;
  --blue: #2c5a73;
  --blue-mid: #4a7c9b;
  --blue-soft: #eef4f8;
  --blue-wash: #f5f8fb;
  --orange: #e87a3a;
  --orange-deep: #d96a2c;
  --white: #ffffff;
  --ink: #1a1a1a;
  --muted: #4a5560;
  --shadow: 0 8px 28px rgba(30, 58, 95, 0.08);
  --shadow-sm: 0 2px 10px rgba(30, 58, 95, 0.06);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--blue-wash);
  line-height: 1.55;
  padding-top: 4.75rem; /* clears fixed header */
}
a { color: inherit; }

.site-header {
  background: var(--white);
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  box-shadow: var(--shadow-sm);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.logo {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.01em;
}
nav a {
  margin-left: 1.25rem;
  text-decoration: none;
  color: var(--navy);
  font-size: 0.92rem;
}
nav a[aria-current="page"] {
  font-weight: 700;
  border-bottom: 2px solid var(--blue-mid);
  padding-bottom: 2px;
}

main {
  max-width: 60rem;
  margin: 0 auto;
  padding: 2.25rem 1.25rem 3rem;
}

.intro {
  text-align: center;
  margin-bottom: 1.75rem;
}
.intro h1 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.intro .lede {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.doors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin-bottom: 1.35rem;
}
.door {
  background: var(--white);
  border-radius: 14px;
  padding: 1.6rem 1.5rem 1.4rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(44, 90, 115, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 11rem;
}
.door h2 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
}
.door.wizard h2 { color: var(--orange); }
.door.dots h2 { color: var(--navy); }
.door p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  flex: 1;
}
.door-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 0.7rem 1.15rem;
  border-radius: 8px;
  font-weight: 650;
  text-decoration: none;
  font-size: 0.92rem;
}
.door.wizard .door-btn {
  background: var(--orange);
  color: var(--white);
}
.door.wizard .door-btn:hover { background: var(--orange-deep); }
.door.dots .door-btn {
  background: var(--white);
  color: var(--blue);
  border: 2px solid var(--blue);
}

.bio {
  background: var(--white);
  border-radius: 14px;
  padding: 1.85rem 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(44, 90, 115, 0.08);
  margin-bottom: 1.25rem;
}
.bio .kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-mid);
  font-weight: 700;
}
.bio h2 {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.bio .meta {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: 0.95rem;
}
.bio p {
  margin: 0 0 0.9rem;
  color: #333;
}
.lanes {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lanes li {
  background: var(--blue-soft);
  color: var(--blue);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.85rem;
  border: 1px solid rgba(44, 90, 115, 0.12);
}

.facts {
  background: var(--white);
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(44, 90, 115, 0.08);
}
.facts h2 {
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}
.facts ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: #333;
}
.facts li { margin-bottom: 0.45rem; }
.facts .recommend {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.card-wide {
  background: var(--white);
  border-radius: 14px;
  padding: 1.85rem 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(44, 90, 115, 0.08);
  border-top: 4px solid var(--orange);
}
.card-wide h1 {
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}
.card-wide p { margin: 0 0 0.85rem; color: #333; }
.card-link {
  color: var(--orange);
  font-weight: 650;
  text-decoration: none;
}

.site-footer {
  text-align: center;
  padding: 1.6rem;
  color: var(--blue);
  font-size: 0.88rem;
  background: var(--white);
  border-top: 1px solid #dce6ee;
}
.site-footer a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 700px) {
  .doors { grid-template-columns: 1fr; }
  nav a { margin-left: 0; margin-right: 1rem; }
  .site-header { padding: 1rem 1.15rem; }
}

.bio-top {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1rem;
}
.bio .headshot {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  border: 3px solid var(--blue-soft);
  box-shadow: var(--shadow-sm);
  filter: grayscale(100%);
}
.bio-intro { min-width: 0; }
.bio-intro .kicker { margin-bottom: 0.25rem; }
.bio-intro h2 { margin-bottom: 0.25rem; }
.bio-intro .meta { margin-bottom: 0; }
@media (max-width: 520px) {
  .bio-top { flex-direction: column; align-items: flex-start; }
}


.phone-cta {
  margin-left: auto;
  background: var(--orange);
  color: var(--white) !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.65rem 1.1rem;
  border-radius: 8px;
  white-space: nowrap;
}
.phone-cta:hover { background: var(--orange-deep); }
.site-header { gap: 1rem; }
.site-header nav { flex: 1; }

.contact-band {
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem 0.85rem;
}
.phone-lg {
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 800;
  color: var(--orange);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.phone-lg:hover { color: var(--orange-deep); }
.email-lg {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--navy);
  text-decoration: none;
}
.email-lg:hover { text-decoration: underline; }
.contact-sep { color: var(--blue-mid); }
.phone-cta-footer {
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  color: var(--orange) !important;
}

@media (max-width: 700px) {
  .site-header { flex-wrap: wrap; }
  .phone-cta { margin-left: 0; width: 100%; text-align: center; }
}

.contact {
  max-width: 60rem;
  margin: 0 auto 2rem;
  padding: 1.85rem 1.75rem;
}
.contact h2 {
  margin: 0 0 0.5rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.contact-help {
  margin: 0 0 1.25rem;
  color: var(--muted);
}
.contact-form {
  display: grid;
  gap: 0.85rem;
}
.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 650;
  color: var(--navy);
  font-size: 0.92rem;
}
.contact-form .opt { font-weight: 500; color: var(--muted); }
.contact-form input,
.contact-form textarea {
  font: inherit;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(44, 90, 115, 0.22);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--blue-mid);
  outline-offset: 1px;
}
.contact-form .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.contact-submit {
  justify-self: start;
  background: var(--orange);
  color: var(--white);
  border: none;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 700;
}
.contact-submit:hover { background: var(--orange-deep); }
.form-status { margin: 0; font-size: 0.95rem; }
.form-status.ok { color: var(--blue); }
.form-status.err { color: #8a3b12; }
.turnstile-slot:empty { display: none; }
main + .contact, .contact.card-wide {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(44, 90, 115, 0.08);
  border-top: 4px solid var(--orange);
  padding: 1.85rem 1.75rem;
}

.nav-short { display: none; }
.nav-full { display: inline; }

/* Mobile: compact fixed header so it doesn't bury the headline */
@media (max-width: 700px) {
  .nav-full { display: none; }
  .nav-short { display: inline; }
  body {
    padding-top: 7.25rem; /* logo row + nav row + phone CTA */
  }
  .site-header {
    padding: 0.65rem 0.85rem 0.75rem;
    gap: 0.45rem;
    align-items: center;
  }
  .site-header .logo {
    font-size: 1.2rem;
  }
  .site-header nav {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.65rem;
    justify-content: flex-end;
    overflow-x: auto;
  }
  .site-header nav a {
    margin: 0;
    font-size: 0.82rem;
    white-space: nowrap;
  }
  .phone-cta {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding: 0.55rem 0.85rem;
    font-size: 0.95rem;
  }
  .intro h1 {
    font-size: 1.35rem;
  }
  .contact-band {
    flex-direction: column;
    gap: 0.35rem;
  }
  .phone-lg { font-size: 1.35rem; }
  .contact-sep { display: none; }
}
