:root {
  --cream: #f6f2e9;
  --header-bg: rgba(248, 246, 240, 0.95);
  --ink: #1a2e28;
  --navy: #173654;
  --navy-deep: #122942;
  --footer-navy: #0d2136;
  --gold: #d09a26;
  --gold-deep: #986909;
  --gold-light: #efbd4d;
  --border: rgba(23, 54, 84, 0.12);
  --radius: 14px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-deep);
  margin: 0 0 12px;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  margin: 0;
  color: var(--navy-deep);
}

/* ---- Header ---- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-bg);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img { width: 46px; height: 46px; }
.brand-text { font-family: var(--serif); line-height: 1.1; }
.brand-text .line1 { font-size: 16px; font-weight: 600; color: var(--navy-deep); }
.brand-text .line2 { font-size: 11px; letter-spacing: 0.16em; color: var(--gold-deep); font-family: var(--sans); font-weight: 700; }

nav.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
}
nav.main-nav a:hover { color: var(--gold-deep); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
}
.header-actions .phone { font-weight: 600; white-space: nowrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-outline { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--navy-deep);
  cursor: pointer;
  padding: 6px;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 6px 24px 16px;
  background: var(--header-bg);
  border-top: 1px solid var(--border);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}

/* ---- Hero ---- */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero img.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,33,54,0.72) 0%, rgba(13,33,54,0.55) 45%, rgba(13,33,54,0.85) 100%);
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 120px 24px 100px;
  max-width: 720px;
}
.hero .eyebrow { color: var(--gold-light); }
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: #fff;
  line-height: 1.12;
  margin-bottom: 20px;
}
.hero p.lead {
  font-size: 19px;
  color: rgba(255,255,255,0.9);
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-checklist { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14px; color: rgba(255,255,255,0.85); }
.hero-checklist li { display: flex; align-items: center; gap: 8px; list-style: none; }
.hero-checklist svg { flex-shrink: 0; color: var(--gold-light); }
.hero-checklist ul { display: contents; }

/* ---- Commercial banner ---- */
.commercial-banner {
  background: var(--navy-deep);
  color: #fff;
  padding: 22px 0;
}
.commercial-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.commercial-banner .eyebrow { color: var(--gold-light); margin: 0; }
.commercial-banner p { margin: 4px 0 0; font-size: 16px; }
.commercial-banner a.link { color: var(--gold-light); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* ---- Sections ---- */
section { padding: 88px 0; }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.section-head p { font-size: 17px; color: rgba(26,46,40,0.75); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
}
.service-card .icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(208,154,38,0.14);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep);
  margin-bottom: 18px;
}
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { font-size: 15px; color: rgba(26,46,40,0.75); margin: 0 0 16px; }
.service-card a.discuss { font-size: 14px; font-weight: 600; color: var(--gold-deep); }
.service-card.catchall { background: var(--cream); border-style: dashed; }

.process-grid, .expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.process-step .num {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--gold-deep);
  font-weight: 700;
  margin-bottom: 10px;
}
.process-step h3 { font-size: 19px; margin-bottom: 10px; }
.process-step p, .expect-item p { font-size: 15px; color: rgba(26,46,40,0.75); margin: 0; }
.expect-item h3 { font-size: 18px; margin-bottom: 8px; }

.area-section { background: #fff; }
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.area-chips span {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
}
.primary-area-box {
  background: var(--navy-deep);
  color: #fff;
  border-radius: var(--radius);
  padding: 24px 28px;
}
.primary-area-box .eyebrow { color: var(--gold-light); }
.primary-area-box p { margin: 0; font-size: 15px; color: rgba(255,255,255,0.85); }

/* ---- Contact ---- */
.contact-section { background: var(--navy-deep); color: #fff; }
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.contact-section .eyebrow { color: var(--gold-light); }
.contact-section h2 { color: #fff; margin-bottom: 16px; font-size: clamp(1.8rem,3vw,2.3rem); }
.contact-section .lead { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 28px; }
.contact-links a {
  display: flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 600; margin-bottom: 14px;
  color: var(--gold-light);
}
.form-card {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 36px;
}
.form-card h3 { font-size: 20px; margin-bottom: 4px; }
.form-card .helper { font-size: 13px; color: rgba(26,46,40,0.6); margin-bottom: 22px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--sans);
  background: #fff;
  color: var(--ink);
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none;
  border-color: var(--navy);
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.honeypot { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; width: 0; }
.form-card button[type="submit"] {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  margin-top: 6px;
}
.form-note { font-size: 12px; color: rgba(26,46,40,0.55); margin-top: 14px; text-align: center; }

/* ---- Footer ---- */
footer.site-footer {
  background: var(--footer-navy);
  color: rgba(255,255,255,0.75);
  padding: 56px 0 32px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.footer-brand { display: flex; gap: 14px; max-width: 460px; }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand .name { font-family: var(--serif); font-size: 19px; color: #fff; margin-bottom: 4px; }
.footer-brand .tagline { font-size: 11px; letter-spacing: 0.14em; color: var(--gold-light); font-weight: 700; margin-bottom: 10px; }
.footer-brand p { font-size: 14px; margin: 0; color: rgba(255,255,255,0.65); }
.footer-links { display: flex; gap: 28px; font-size: 14px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 900px) {
  nav.main-nav { display: none; }
  .mobile-toggle { display: inline-flex; align-items: center; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .expect-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .header-actions .phone { display: none; }
  .hero-inner { padding: 96px 20px 72px; }
  .form-card { padding: 24px; }
  .header-inner { padding: 12px 16px; gap: 10px; }
  .brand img { width: 36px; height: 36px; }
  .brand-text .line1 { font-size: 14px; white-space: nowrap; }
  .brand-text .line2 { font-size: 9px; }
  .header-actions { gap: 10px; }
  .header-actions .btn { padding: 10px 14px; font-size: 13px; }
}
