:root {
  --paper: #f7f2e8;
  --paper-soft: #efe4d1;
  --mist: #e6ede0;
  --sage: #66775a;
  --moss: #394733;
  --bark: #4f3d2e;
  --clay: #a36d4a;
  --ink: #252821;
  --muted: #66685d;
  --line: rgba(57, 71, 51, 0.18);
  --white: #fffaf0;
  --shadow: 0 18px 46px rgba(45, 39, 30, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

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

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

a:focus-visible {
  outline: 3px solid rgba(163, 109, 74, 0.55);
  outline-offset: 4px;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--moss);
  font-size: 1rem;
  font-weight: 700;
}

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand span {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.4vw, 30px);
  color: var(--bark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(540px, 68svh, 650px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("assets/hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(37, 40, 33, 0.72) 0%, rgba(37, 40, 33, 0.46) 42%, rgba(37, 40, 33, 0.12) 100%),
    linear-gradient(0deg, rgba(57, 71, 51, 0.28), rgba(57, 71, 51, 0.03));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 96px);
  padding: 64px 0 56px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #f2caa0;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  font-weight: 700;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 7vw, 5.15rem);
}

h2 {
  color: var(--moss);
  font-size: clamp(2rem, 5vw, 4.6rem);
}

h3 {
  color: var(--moss);
  font-size: 1.35rem;
}

.hero-lead {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 250, 240, 0.78);
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.button-primary {
  background: var(--white);
  color: var(--moss);
}

.button-secondary {
  color: var(--white);
}

.section {
  scroll-margin-top: 132px;
  padding: clamp(70px, 10vw, 132px) clamp(18px, 4vw, 56px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(32px, 8vw, 96px);
}

.prose {
  color: var(--bark);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.prose p {
  margin: 0;
}

.prose p + p {
  margin-top: 22px;
}

.actions {
  background: var(--mist);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.compact {
  margin-bottom: 32px;
}

.action-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.action-grid {
  display: grid;
  gap: 14px;
}

.action-card {
  min-height: 176px;
  padding: 28px;
  background: rgba(255, 250, 240, 0.68);
  border: 1px solid rgba(57, 71, 51, 0.14);
  border-radius: 8px;
}

.card-number {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.action-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.section-image {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.goals {
  background: var(--paper);
}

.statute-text {
  max-width: 980px;
  color: var(--bark);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.statute-intro {
  margin: 0 0 22px;
  color: var(--moss);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
}

.statute-list {
  display: grid;
  gap: 10px;
}

.statute-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 18px;
  background: rgba(255, 250, 240, 0.54);
  border: 1px solid rgba(57, 71, 51, 0.13);
  border-radius: 8px;
}

.statute-item span {
  color: var(--clay);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.statute-item p {
  margin: 0;
}

.contact {
  background: var(--moss);
  color: var(--white);
}

.contact h2,
.contact .eyebrow {
  color: var(--white);
}

.contact p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.78);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.contact-box {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  min-width: 0;
  font-style: normal;
}

.contact-box span {
  color: #f2caa0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-box strong {
  display: inline-block;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
}

.contact-box a {
  max-width: 100%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.site-footer {
  padding: 24px clamp(18px, 4vw, 56px);
  background: #1f231c;
  color: rgba(255, 250, 240, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
}

.footer-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 620px;
    background-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(37, 40, 33, 0.76), rgba(37, 40, 33, 0.34)),
      linear-gradient(0deg, rgba(57, 71, 51, 0.26), rgba(57, 71, 51, 0.04));
  }

  .hero-content {
    margin-left: 18px;
    padding-top: 66px;
  }

  .two-column,
  .action-layout,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section-image img {
    min-height: 380px;
  }

  .statute-item {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 4px;
  }

  .brand {
    gap: 10px;
    font-size: 0.95rem;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand span {
    white-space: normal;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 610px;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-bottom: 56px;
  }

  .button {
    width: 100%;
  }

  .action-card {
    padding: 24px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
