:root {
  --navy: #1b3a4b;
  --navy-deep: #102530;
  --copper: #e07a3d;
  --copper-dark: #c4632a;
  --cream: #f6f1e8;
  --ink: #14202b;
  --muted: #5c6b75;
  --paper: #fffdf8;
  --line: rgba(27, 58, 75, 0.12);
  --shadow: 0 18px 40px rgba(16, 37, 48, 0.18);
  --font: "Figtree", system-ui, sans-serif;
  --display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
  --radius: 18px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

img { max-width: 100%; display: block; }

a { color: var(--navy); }

:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: 0.5rem 1rem; z-index: 100; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.brand img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}
.brand em {
  font-style: normal;
  color: var(--copper);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.nav-links a[aria-current="page"] { color: var(--copper-dark); }

.nav-cta { display: flex; gap: 0.5rem; }

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.5rem 0.85rem;
  min-height: 44px;
  font: inherit;
  font-weight: 700;
  color: var(--navy);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  min-height: 48px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.2;
}
.btn-primary {
  background: var(--copper);
  color: #fff;
  border-color: var(--copper);
}
.btn-primary:hover { background: var(--copper-dark); }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(246, 241, 232, 0.45);
}
.btn-navy {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.hero .btn-outline { display: none; }
.btn-lg { padding: 0.95rem 1.4rem; font-size: 1.05rem; }
.btn[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: end;
  color: var(--cream);
  background: var(--navy-deep) center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 37, 48, 0.28) 0%, rgba(16, 37, 48, 0.62) 42%, rgba(16, 37, 48, 0.92) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 5rem 0 3.5rem;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--copper);
  margin: 0 0 0.8rem;
}
h1, h2, h3, .display {
  font-family: var(--display);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 0.7rem;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); max-width: 16ch; }
.hero h1,
.hero .lede,
.hero .trust { text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45); }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.lede {
  font-size: 1.18rem;
  max-width: 38ch;
  margin: 0 0 1.5rem;
  color: rgba(246, 241, 232, 0.9);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(246, 241, 232, 0.18);
}
.trust div { font-size: 0.95rem; }
.trust strong { display: block; font-size: 1.05rem; }

/* Sections */
section { padding: 4.2rem 0; }
.section-head { max-width: 42rem; margin-bottom: 2rem; }
.muted { color: var(--muted); }
.paper { background: var(--paper); }
.navy-band {
  background: var(--navy);
  color: var(--cream);
}
.navy-band h2, .navy-band h3, .navy-band a { color: var(--cream); }
.navy-band .card p { color: rgba(246, 241, 232, 0.78); }

.grid-3, .grid-2 {
  display: grid;
  gap: 1.1rem;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.3rem 1.2rem;
}
.card h3 { font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); }
.price {
  margin-top: 0.85rem;
  font-weight: 700;
  color: var(--navy);
}

.steps { counter-reset: step; }
.steps li {
  list-style: none;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.steps li {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.3rem;
  border: 1px solid var(--line);
}
.steps li::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: var(--copper);
  font-family: var(--display);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}
.chips li {
  background: var(--navy);
  color: var(--cream);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-weight: 600;
  font-size: 0.92rem;
}
.chips.light li {
  background: rgba(246, 241, 232, 0.12);
  border: 1px solid rgba(246, 241, 232, 0.2);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  min-height: 280px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
}
.table th, .table td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
}
.table th { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }

.page-hero {
  padding: 3.2rem 0 1.5rem;
}
.page-hero h1 { max-width: 20ch; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.stat-row strong {
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}
.stat-row p { margin: 0; color: var(--muted); }

.area-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--copper);
  margin: 1.6rem 0 0.75rem;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.city-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
}
.city-card h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.city-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.city-card-home {
  border-color: var(--copper);
  background: #fff6ea;
}

.plain-steps {
  margin: 0 0 1.2rem;
  padding-left: 1.15rem;
}
.plain-steps li { margin: 0.4rem 0; }

form {
  display: grid;
  gap: 0.75rem;
  max-width: 36rem;
}
label { font-weight: 600; font-size: 0.92rem; }
input, textarea, select {
  width: 100%;
  font: inherit;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}
textarea { min-height: 8rem; resize: vertical; }

.notice {
  background: #fff6ea;
  border: 1px solid #efd2b4;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  color: var(--navy);
}

.contact-top { padding-top: 0; }
.contact-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.channel-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem 1.2rem;
}
.channel-card h2 { font-size: 1.45rem; }
.channel-value {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0.35rem 0 0.6rem;
}
.channel-card .js-hero-actions { margin-top: 1rem; }
.channel-card .btn-outline { display: none; }

.contact-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.2rem;
  align-items: start;
}
.form-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.4rem;
}
.form-panel form { max-width: none; }

.home-close { max-width: 40rem; }

.navy-band a { text-decoration: underline; text-underline-offset: 3px; }

footer {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 2.5rem 0 6.5rem;
  font-size: 0.95rem;
}
footer a { color: var(--cream); }
.foot {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.fine { color: rgba(246, 241, 232, 0.65); font-size: 0.85rem; }

.sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: var(--navy-deep);
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  gap: 0.5rem;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.2);
}
.sticky-cta .btn { flex: 1; }

@media (max-width: 820px) {
  .menu-btn { display: inline-flex; }
  .nav-links, .nav-cta { display: none; }
  .hero .btn-outline { display: none; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4.25rem;
    left: 0;
    right: 0;
    background: var(--cream);
    padding: 1rem 1.25rem 1.2rem;
    border-bottom: 1px solid var(--line);
    gap: 0.85rem;
  }
  .grid-3, .grid-2, .steps, .split, .trust, .stat-row, .city-grid,
  .contact-channels, .contact-split { grid-template-columns: 1fr; }
  .sticky-cta { display: flex; }
  h1 { max-width: none; }
}

@media (min-width: 821px) {
  footer { padding-bottom: 2.5rem; }
}
