
:root {
  --navy: #1a2744;
  --navy-2: #24365d;
  --gold: #c9a84c;
  --gold-2: #e0c97e;
  --ink: #1f2633;
  --muted: #5f6b7e;
  --border: #d9e0ea;
  --surface: #ffffff;
  --bg: #f6f8fb;
  --shadow: 0 12px 32px rgba(26, 39, 68, 0.10);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  color: var(--navy);
  padding: .75rem 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.skip-link:focus { left: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(26,39,68,.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  min-width: 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--navy), #10192c);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  box-shadow: 0 10px 22px rgba(26,39,68,.2);
  flex: none;
}
.brand-text strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.05;
  color: var(--navy);
}
.brand-text span {
  display: block;
  font-size: .95rem;
  color: var(--muted);
}
.header-contact {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  color: var(--navy);
  font-weight: 700;
  background: #f4f6fa;
  border: 1px solid var(--border);
  padding: .8rem 1rem;
  border-radius: 999px;
}
.phone-pill small { color: var(--muted); font-weight: 600; }
.cta-button, .button, .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.cta-button, .button {
  background: var(--gold);
  color: #172033;
  box-shadow: 0 12px 24px rgba(201,168,76,.25);
}
.button-secondary {
  background: transparent;
  color: var(--navy);
  border-color: rgba(26,39,68,.18);
}
.cta-button:hover, .button:hover, .button-secondary:hover { transform: translateY(-1px); text-decoration: none; }
.cta-button:hover, .button:hover { background: var(--gold-2); }
.button-secondary:hover { background: rgba(26,39,68,.04); }
.cta-button:focus-visible, .button:focus-visible, .button-secondary:focus-visible,
.menu-toggle:focus-visible, .nav a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(201,168,76,.55);
  outline-offset: 2px;
}
.nav-wrap { border-top: 1px solid rgba(26,39,68,.08); }
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.15rem;
}
.nav a {
  color: var(--navy);
  font-weight: 700;
  padding: .3rem 0;
}
.nav a[aria-current='page'] { color: var(--gold); }
.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  min-height: 48px;
  min-width: 48px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.mobile-cta { display: none; }
main { display: block; }
.hero {
  background:
    radial-gradient(circle at top right, rgba(201,168,76,.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f7f8fb 80%);
  padding: 4.5rem 0 3.5rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2rem;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--navy);
  background: rgba(26,39,68,.05);
  border: 1px solid rgba(26,39,68,.08);
  padding: .45rem .8rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .01em;
}
.hero h1, .section-title, .page-title {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--navy);
  letter-spacing: -.02em;
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  line-height: .98;
  margin: 1rem 0 1rem;
  max-width: 12ch;
}
.hero p {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 60ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.6rem; }
.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 1.6rem;
}
.hero-card h2, .card h3, .contact-card h2, .info-list h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--navy);
  line-height: 1.15;
}
.hero-card h2 { margin: 0 0 .65rem; font-size: 1.5rem; }
.hero-card ul, .bullets, .info-list, .counties-list { list-style: none; padding: 0; margin: 0; }
.hero-card li, .bullets li, .counties-list li { padding: .6rem 0; border-top: 1px solid rgba(26,39,68,.08); }
.hero-card li:first-child, .bullets li:first-child, .counties-list li:first-child { border-top: 0; }
.hero-card strong, .section-note strong { color: var(--navy); }
.trust-bar { padding: 1.1rem 0 2rem; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.trust-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  text-align: center;
  box-shadow: 0 6px 18px rgba(26,39,68,.05);
  min-height: 88px;
  display: grid;
  place-items: center;
}
.trust-item span {
  color: var(--navy);
  font-weight: 800;
  font-size: 1.02rem;
}
.section { padding: 3.5rem 0; }
.section h2, .section-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0 0 .8rem;
}
.section-lead {
  max-width: 58ch;
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
}
.grid-4, .content-grid, .page-grid {
  display: grid;
  gap: 1.2rem;
}
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.page-grid { grid-template-columns: minmax(0, 1.7fr) minmax(300px, .9fr); }
.card, .panel, .contact-card, .info-card, .form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(26,39,68,.06);
}
.card, .panel, .contact-card, .info-card { padding: 1.35rem; }
.card h3 { margin: 0 0 .45rem; font-size: 1.4rem; }
.card p, .panel p, .contact-card p, .info-card p { color: var(--muted); margin: 0; }
.card .text-link { display: inline-flex; margin-top: .9rem; font-weight: 700; color: var(--navy); }
.card .text-link::after { content: '→'; margin-left: .35rem; }
.about-box {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.2rem;
  align-items: start;
}
.about-copy {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(26,39,68,.03), rgba(26,39,68,.015));
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.about-copy p { margin: 0 0 1rem; color: var(--muted); }
.about-copy p:last-child { margin-bottom: 0; }
.counties-list li { display: flex; justify-content: space-between; gap: 1rem; color: var(--navy); font-weight: 700; }
.counties-list li span { color: var(--muted); font-weight: 600; }
.contact-band {
  background: linear-gradient(180deg, #f7f8fb, #fff);
  border-top: 1px solid rgba(26,39,68,.08);
  border-bottom: 1px solid rgba(26,39,68,.08);
}
.contact-band-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1rem;
  align-items: center;
}
.contact-band h2 { margin: 0 0 .5rem; }
.contact-band p { margin: 0; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: flex-end; }
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.9);
  padding: 2.4rem 0;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .8fr;
  gap: 1.5rem;
}
.footer-grid h3, .footer-grid h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff;
  margin: 0 0 .65rem;
}
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.84); }
.footer-grid a:hover { color: #fff; }
.footer-meta {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.4rem;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.78);
}
.footer-meta .social-link { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; }
.page-hero {
  padding: 3.5rem 0 2rem;
  background: linear-gradient(180deg, #fff, #f8f9fc);
  border-bottom: 1px solid rgba(26,39,68,.08);
}
.page-hero h1 {
  font-size: clamp(2.3rem, 4.6vw, 4rem);
  margin: 0 0 .7rem;
}
.page-hero p { color: var(--muted); margin: 0; max-width: 62ch; font-size: 1.05rem; }
.content-section { padding: 2.5rem 0 3.5rem; }
.sidebar-stack { display: grid; gap: 1rem; align-content: start; }
.contact-card h2, .info-card h3, .form-card h2 { margin: 0 0 .65rem; }
.info-list { display: grid; gap: 1rem; }
.info-list .item { border-top: 1px solid rgba(26,39,68,.08); padding-top: 1rem; }
.info-list .item:first-child { border-top: 0; padding-top: 0; }
.item-label { font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 800; }
.item-value { margin-top: .25rem; color: var(--navy); font-weight: 700; }
.embed {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.form-card form { display: grid; gap: .95rem; }
label { display: grid; gap: .45rem; font-weight: 700; color: var(--navy); }
input, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: .95rem 1rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
textarea { min-height: 160px; resize: vertical; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.helper { font-size: .95rem; color: var(--muted); }
.todo {
  background: rgba(201,168,76,.08);
  border-left: 4px solid var(--gold);
  padding: 1rem 1.1rem;
  border-radius: 0 14px 14px 0;
  color: var(--navy);
  font-weight: 600;
}
.note { font-size: .96rem; color: var(--muted); }
@media (max-width: 1080px) {
  .hero-grid, .about-box, .page-grid, .contact-band-inner, .footer-grid, .content-grid { grid-template-columns: 1fr; }
  .grid-4, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-actions { justify-content: flex-start; }
}
@media (max-width: 780px) {
  .header-inner { align-items: flex-start; }
  .header-contact { width: 100%; justify-content: space-between; }
  .navbar { position: relative; padding-top: 0; }
  .menu-toggle { display: inline-flex; }
  .nav-wrap { border-top: 0; }
  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: .8rem;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: .9rem 0;
    border-top: 1px solid rgba(26,39,68,.08);
  }
  .mobile-cta { display: inline-flex; }
  .phone-pill { padding-inline: .85rem; }
  .hero { padding-top: 3.2rem; }
  .hero h1 { max-width: 10ch; }
  .trust-grid, .grid-4, .form-row { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; align-items: stretch; }
  .form-actions .button, .form-actions .button-secondary { width: 100%; }
}
@media (max-width: 520px) {
  .container { width: min(calc(100% - 1.2rem), var(--max)); }
  .header-contact { flex-direction: column; align-items: stretch; }
  .phone-pill, .mobile-cta { width: 100%; justify-content: center; }
  .brand-text span { font-size: .88rem; }
  .hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .section { padding: 2.8rem 0; }
  .page-hero { padding: 2.7rem 0 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
