:root {
  --bg: #f5efe3;
  --paper: #fffdfa;
  --paper-soft: #f2e5cf;
  --ink: #1f252a;
  --muted: #5d676f;
  --line: rgba(31, 37, 42, 0.11);
  --brand: #11364a;
  --brand-strong: #0a2432;
  --accent: #d88a2d;
  --accent-soft: #f4d7aa;
  --ok: #1d6f5f;
  --shadow: 0 18px 48px rgba(17, 54, 74, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(216, 138, 45, 0.2), transparent 24%),
    radial-gradient(circle at top right, rgba(17, 54, 74, 0.14), transparent 26%),
    linear-gradient(180deg, #f9f4ea 0%, #f4ecde 100%);
  line-height: 1.6;
}

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

a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent);
}

p, li {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

h1, h2, h3 {
  margin: 0 0 0.7rem;
  line-height: 1.12;
  color: var(--brand-strong);
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.topbar {
  background: var(--brand-strong);
  color: #f7efe0;
}

.topbar-inner,
.header-inner,
.footer-meta,
.hero-actions,
.cta-row,
.nav,
.trust-row,
.chip-links,
.mini-links {
  display: flex;
  gap: 0.9rem;
}

.topbar-inner,
.header-inner,
.footer-meta {
  align-items: center;
  justify-content: space-between;
}

.topbar-inner {
  min-height: 48px;
  font-size: 0.94rem;
}

.topbar a,
.site-footer a {
  color: #fff3d7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(249, 244, 234, 0.88);
  border-bottom: 1px solid rgba(17, 54, 74, 0.08);
}

.header-inner {
  min-height: 86px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  color: var(--brand-strong);
  text-decoration: none;
}

.brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 18px;
  background: var(--paper);
  padding: 0.35rem;
  box-shadow: var(--shadow);
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy span {
  font-size: 0.92rem;
  color: var(--muted);
}

.nav a {
  padding: 0.35rem 0;
  text-decoration: none;
  font-weight: 700;
}

.header-cta {
  display: flex;
  gap: 0.8rem;
}

.btn,
.btn-alt,
.btn-ghost,
.chip-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn {
  background: linear-gradient(135deg, var(--accent), #e6a650);
  color: #1c1c1c;
  box-shadow: 0 12px 24px rgba(216, 138, 45, 0.28);
}

.btn-alt {
  background: linear-gradient(135deg, var(--brand), #1f5874);
  color: #fff6e4;
  box-shadow: 0 12px 24px rgba(17, 54, 74, 0.26);
}

.btn-ghost {
  border: 1px solid rgba(17, 54, 74, 0.18);
  color: var(--brand-strong);
  background: rgba(255, 255, 255, 0.68);
}

.btn:hover,
.btn-alt:hover,
.btn-ghost:hover,
.chip-links a:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--brand);
  color: white;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
}

.hero {
  padding: 4.5rem 0 2.5rem;
}

.hero-shell,
.page-hero,
.two-col,
.map-grid,
.footer-grid,
.service-grid,
.zones-layout,
.summary-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-shell {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.panel,
.service-card,
.zone-card,
.contact-card,
.faq-item,
.map-card,
.legal-card {
  background: rgba(255, 253, 250, 0.92);
  border: 1px solid rgba(17, 54, 74, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 240, 225, 0.92)),
    var(--paper);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 54, 74, 0.08);
  color: var(--brand);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.1rem;
  color: var(--muted);
}

.hero-card {
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(17, 54, 74, 0.98), rgba(11, 36, 50, 0.95)),
    var(--brand);
  color: #f8f0df;
  overflow: hidden;
}

.hero-card img,
.page-photo,
.service-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 8px);
}

.trust-row,
.chip-links,
.mini-links {
  flex-wrap: wrap;
}

.trust-row span,
.mini-links a,
.chip-links a {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(17, 54, 74, 0.07);
  color: var(--brand);
  font-size: 0.95rem;
}

.mini-links a,
.chip-links a {
  text-decoration: none;
  font-weight: 700;
}

.section {
  padding: 2rem 0;
}

.section-large {
  padding: 3.4rem 0;
}

.page-hero,
.two-col,
.map-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.panel,
.service-card,
.zone-card,
.contact-card,
.faq-item,
.legal-card {
  padding: 1.4rem;
}

.panel p:last-child,
.service-card p:last-child,
.contact-card p:last-child,
.faq-item p:last-child,
.legal-card p:last-child {
  margin-bottom: 0;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  display: grid;
  gap: 1rem;
}

.service-card img {
  min-height: 220px;
}

.zone-card {
  min-height: 100%;
}

.zones-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-band {
  padding: 1.8rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--brand), #1b516d);
  color: #fff7e8;
  box-shadow: var(--shadow);
}

.cta-band h2,
.cta-band h3,
.cta-band a {
  color: inherit;
}

.map-card iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: calc(var(--radius) - 8px);
}

.footer-map iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: calc(var(--radius) - 8px);
}

.footer-grid {
  grid-template-columns: 1.15fr 0.85fr 0.9fr;
  align-items: start;
}

.site-footer {
  margin-top: 3rem;
  padding: 2.2rem 0 0;
  background: linear-gradient(180deg, #13364a 0%, #0a2432 100%);
  color: #f6eddc;
}

.footer-meta {
  border-top: 1px solid rgba(255, 243, 215, 0.14);
  margin-top: 1.5rem;
  padding: 1rem 0 1.4rem;
  font-size: 0.94rem;
}

.footer-meta p {
  margin: 0;
}

.phone-hero {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--brand-strong);
  text-decoration: none;
}

.check-list,
.faq-list {
  display: grid;
  gap: 1rem;
}

.check-list li {
  margin-bottom: 0.45rem;
}

.summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.summary-item {
  padding: 1.1rem;
  border-radius: 20px;
  background: rgba(17, 54, 74, 0.08);
}

.breadcrumb {
  margin-bottom: 1rem;
  color: var(--muted);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-shell,
  .page-hero,
  .two-col,
  .map-grid,
  .footer-grid,
  .zones-layout,
  .service-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 1rem;
  }

  .nav.is-open {
    display: flex;
  }

  .header-cta {
    width: 100%;
    justify-content: stretch;
  }

  .header-cta a {
    flex: 1 1 0;
  }
}

@media (max-width: 720px) {
  .topbar-inner,
  .header-inner,
  .footer-meta,
  .hero-actions,
  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero,
  .section-large {
    padding-top: 2.8rem;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .brand img {
    width: 58px;
    height: 58px;
  }
}
