:root {
  --ink: #16221b;
  --paper: #f7f7f3;
  --green: #174f38;
  --green-dark: #103526;
  --accent: #d45136;
  --line: #d9ddd8;
  --white: #ffffff;
}

* { 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;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}

a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.brand {
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  height: min(78svh, 760px);
  min-height: 560px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center center;
}

.hero-shade { background: rgba(5, 18, 12, 0.48); }

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: clamp(150px, 23vh, 220px);
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: #dce9df;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  max-width: 920px;
  font-size: clamp(52px, 7.2vw, 94px);
  line-height: 0.96;
  font-weight: 800;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 30px;
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.35;
}

.primary-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 2px solid var(--accent);
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.primary-action:hover,
.primary-action:focus-visible { background: #b83d27; border-color: #b83d27; }

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

.secondary-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.secondary-action:hover,
.secondary-action:focus-visible { background: var(--white); color: var(--green-dark); }

.intro {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(44px, 8vw, 112px);
  align-items: end;
}

.section-label { color: var(--green); }

h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.08;
}

.intro-copy { border-left: 4px solid var(--accent); padding-left: 24px; }
.intro-copy p { margin-bottom: 20px; }
.intro-copy a { color: var(--green); font-weight: 800; text-underline-offset: 4px; }

.facts {
  padding: 0 max(20px, calc((100% - 1180px) / 2)) 76px;
}

.facts dl {
  margin: 0;
  padding: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.facts dl > div { min-width: 0; padding: 0 32px; border-right: 1px solid var(--line); }
.facts dl > div:first-child { padding-left: 0; }
.facts dl > div:last-child { padding-right: 0; border-right: 0; }
.facts dt { margin-bottom: 10px; color: var(--green); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 18px; }
.facts a { overflow-wrap: anywhere; text-underline-offset: 4px; }

footer {
  min-height: 90px;
  padding: 24px max(20px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 28px); min-height: 64px; }
  .brand { font-size: 17px; white-space: nowrap; }
  .hero { height: 76svh; min-height: 620px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: rgba(5, 18, 12, 0.56); }
  .hero-content { width: calc(100% - 28px); padding-top: 126px; padding-bottom: 34px; }
  h1 { margin-bottom: 15px; font-size: clamp(42px, 13vw, 60px); line-height: 0.98; }
  .hero-lead { margin-bottom: 24px; font-size: 18px; line-height: 1.4; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .primary-action, .secondary-action { width: 100%; min-height: 52px; }
  .intro { width: calc(100% - 28px); padding: 52px 0 58px; grid-template-columns: 1fr; gap: 34px; }
  h2 { font-size: clamp(30px, 10vw, 42px); }
  .intro-copy { padding-left: 18px; }
  .facts { padding: 0 14px 56px; }
  .facts dl { grid-template-columns: 1fr; padding: 0; }
  .facts dl > div, .facts dl > div:first-child, .facts dl > div:last-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts dl > div:last-child { border-bottom: 0; }
  .facts dd { font-size: 17px; }
  .facts a { display: inline-block; padding: 3px 0; }
  footer { min-height: 78px; align-items: flex-start; }
}

@media (max-width: 360px) {
  .brand { font-size: 15px; }
  .hero-content { padding-top: 112px; }
  h1 { font-size: 40px; }
  .hero-lead { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
