:root {
  --ink: #11191d;
  --muted: #5d6870;
  --paper: #f8fbfb;
  --surface: #ffffff;
  --line: #d8e2e4;
  --teal: #0b7a75;
  --red: #c94d57;
  --yellow: #d8a72d;
  --navy: #21475f;
  --shadow: 0 18px 40px rgba(17, 25, 29, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(248, 251, 251, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--line);
  color: var(--ink);
  outline: none;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  padding: 8px 12px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  min-height: calc(100vh - 76px);
  padding: clamp(48px, 8vw, 96px) clamp(18px, 6vw, 88px) 42px;
  background:
    linear-gradient(120deg, rgba(11, 122, 117, 0.12), transparent 44%),
    linear-gradient(90deg, rgba(201, 77, 87, 0.1), rgba(216, 167, 45, 0.12));
}

.hero-copy {
  max-width: 820px;
}

.status-pill,
.eyebrow,
.section-header p {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 7.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.hero-copy > p:not(.status-pill) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 750;
}

.button.primary {
  background: var(--teal);
  color: #ffffff;
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--surface);
}

.signal-panel {
  display: grid;
  gap: 14px;
}

.signal-panel div,
.map-card,
.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.signal-panel div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.signal-panel span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: rgba(33, 71, 95, 0.12);
  color: var(--navy);
  font-weight: 800;
}

.signal-panel p {
  margin: 0;
  color: var(--muted);
}

.section-band,
.content-section {
  padding: clamp(44px, 7vw, 86px) clamp(18px, 6vw, 88px);
}

.section-band {
  background: #ffffff;
  border-block: 1px solid var(--line);
}

.section-header {
  max-width: 880px;
  margin-bottom: 28px;
}

.section-band > p,
.contact p {
  max-width: 900px;
  color: var(--muted);
}

.territory {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 32px;
  align-items: start;
}

.map-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(11, 122, 117, 0.08), rgba(216, 167, 45, 0.1)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(17, 25, 29, 0.07) 32px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(17, 25, 29, 0.07) 32px);
}

.map-card p {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  margin: 0;
  color: var(--muted);
}

.map-mark {
  position: absolute;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.map-mark.north {
  top: 74px;
  left: 26%;
  background: var(--teal);
}

.map-mark.south {
  right: 23%;
  bottom: 98px;
  background: var(--red);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: start;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card {
  min-height: 164px;
  padding: 22px;
}

.card:nth-child(2) {
  border-top-color: var(--red);
}

.card:nth-child(3) {
  border-top-color: var(--yellow);
}

.card p {
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  background: #edf5f4;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 6vw, 88px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 780px) {
  .site-header {
    align-items: flex-start;
  }

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

  .site-nav {
    position: absolute;
    inset: 76px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

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

  .hero,
  .territory,
  .split,
  .contact,
  .cards {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 10ch;
  }
}
