:root {
  --paper: #f7f2e8;
  --paper-2: #fffaf0;
  --ink: #20201d;
  --muted: #676158;
  --line: #d8cfc0;
  --teal: #0a766f;
  --terracotta: #b95332;
  --yellow: #e6b73f;
  --green: #526b3f;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(32, 32, 29, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--paper), #f1eadc 42%, #fbf8f1);
  font-family: "Avenir Next", "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--terracotta); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(247, 242, 232, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  max-width: 100%;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  min-width: 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--paper-2);
  background: var(--ink);
  font-size: 0.78rem;
}
.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  font-size: 0.95rem;
  min-width: 0;
}
.main-nav a {
  padding: 9px 11px;
  border-radius: 8px;
}
.main-nav a:hover { background: rgba(185, 83, 50, 0.09); }
.nav-cta {
  color: var(--paper-2);
  background: var(--teal);
}
.nav-cta:hover { color: var(--paper-2); background: #075f59; }
main { min-height: 70vh; }
.section {
  width: min(1160px, calc(100% - 36px));
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 74px) 0;
}
.section.tight { padding-top: 28px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: calc(100vh - 70px);
  padding-top: 24px;
  padding-bottom: 34px;
}
.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}
.page-hero h1 { font-size: clamp(2rem, 4.8vw, 4.4rem); }
.hero p,
.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}
.hero-visual {
  margin: 0;
  align-self: stretch;
  min-height: 360px;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.quick-form,
.quote-form {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.quick-form {
  grid-template-columns: 1fr 1fr auto;
  max-width: 820px;
  margin-top: 30px;
}
label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}
input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  color: var(--paper-2);
  background: var(--terracotta);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.button.secondary {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.stat,
.info-card,
.card-link,
.quote-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
}
.stat {
  padding: 18px;
}
.stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}
.stat span { color: var(--muted); font-size: 0.9rem; }
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 28px;
  align-items: start;
}
.content-flow > * + * { margin-top: 24px; }
.page-hero {
  background: linear-gradient(135deg, rgba(10, 118, 111, 0.10), rgba(230, 183, 63, 0.18));
  border-bottom: 1px solid var(--line);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}
.breadcrumbs a { color: var(--teal); font-weight: 700; }
h2,
h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}
h2 { font-size: clamp(1.6rem, 3vw, 2.55rem); }
h3 { font-size: 1.28rem; }
.lede {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.card-link {
  display: grid;
  gap: 4px;
  height: 100%;
  min-height: 74px;
  padding: 14px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.card-link:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--terracotta);
  transform: translateY(-2px);
}
.card-link span { font-weight: 800; }
.card-link small { color: var(--muted); }
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}
.info-card {
  padding: 18px;
}
.info-card p,
.info-card ul { margin-bottom: 0; color: var(--muted); }
.info-card ul { padding-left: 20px; }
.region-block {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.region-block:first-child { border-top: 0; }
.quote-panel {
  position: sticky;
  top: 92px;
  padding: 20px;
  background: var(--ink);
  color: var(--paper-2);
}
.quote-panel p { color: #e4dac9; }
.quote-panel .button { width: 100%; background: var(--yellow); color: var(--ink); }
.facts {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.facts li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 207, 192, 0.45);
}
.facts span { color: var(--muted); }
.quote-panel .facts span { color: #e4dac9; }
.quote-panel .facts li { border-bottom-color: rgba(255, 250, 240, 0.18); }
.table-wrap { overflow-x: auto; }
table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
th,
td {
  padding: 13px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th { background: rgba(82, 107, 63, 0.12); }
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 52px);
  color: var(--paper-2);
  background: var(--ink);
}
.site-footer p { max-width: 620px; margin-bottom: 0; color: #d9cdbb; }
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}
@media (max-width: 860px) {
  .site-header {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: stretch;
    gap: 10px;
    width: 100%;
    padding: 12px 18px;
    overflow: hidden;
  }
  .main-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .main-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .hero,
  .split,
  .quick-form {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: 0;
    overflow: hidden;
  }
  .hero h1,
  .page-hero h1,
  h2,
  h3,
  p,
  a,
  small,
  span {
    overflow-wrap: anywhere;
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-panel { position: static; }
}
@media (max-width: 520px) {
  .section {
    width: min(100% - 36px, 1160px);
  }
  .stats { grid-template-columns: 1fr; }
  .main-nav a { padding: 8px 10px; }
  .button,
  button {
    width: 100%;
  }
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }
  input,
  select,
  textarea,
  .quick-form,
  .quote-form,
  .card-link,
  .info-card {
    min-width: 0;
    max-width: 100%;
  }
  .link-grid,
  .info-grid,
  .stats {
    grid-template-columns: 1fr;
  }
  .card-link,
  .info-card {
    width: 100%;
  }
}
