:root {
  --forest: #173f35;
  --forest-deep: #0c2a24;
  --moss: #6e8b59;
  --sun: #e4a951;
  --cream: #f5f0df;
  --paper: #ece5d0;
  --ink: #153029;
  --line: rgba(21, 48, 41, 0.17);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: var(--forest-deep);
  color: var(--cream);
  display: flex;
  height: 76px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark {
  color: var(--sun);
  font-size: 0.72em;
}

.nav-link {
  border-bottom: 1px solid rgba(245, 240, 223, 0.55);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  background: var(--forest);
  color: white;
  min-height: min(790px, calc(100vh - 76px));
  overflow: hidden;
  position: relative;
}

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

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 34, 28, 0.9) 0%, rgba(10, 43, 34, 0.67) 30%, rgba(10, 39, 32, 0.05) 65%),
    linear-gradient(0deg, rgba(5, 27, 22, 0.48), transparent 42%);
}

.hero-copy {
  max-width: 650px;
  padding: clamp(92px, 12vw, 170px) clamp(24px, 7vw, 108px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.2em;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--sun);
  content: "";
  height: 1px;
  width: 35px;
}

.eyebrow.dark {
  color: var(--forest);
}

h1,
h2,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(3.6rem, 7.8vw, 7.8rem);
  line-height: 0.87;
  margin: 0;
  text-wrap: balance;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  line-height: 1.55;
  margin: 35px 0;
  max-width: 540px;
}

.button {
  align-items: center;
  background: var(--sun);
  border-radius: 999px;
  color: var(--forest-deep);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 16px;
  letter-spacing: 0.1em;
  padding: 17px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: #efba6c;
  transform: translateY(-2px);
}

.image-note {
  bottom: 26px;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  margin: 0;
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  text-transform: uppercase;
  z-index: 1;
}

.intro {
  display: grid;
  gap: clamp(34px, 8vw, 130px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  padding: clamp(88px, 11vw, 150px) clamp(24px, 7vw, 108px);
}

h2 {
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.96;
  margin: 0;
  max-width: 740px;
}

.lead {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.58;
  margin: 0 0 6px;
  max-width: 560px;
}

.cards {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 clamp(24px, 7vw, 108px);
}

.card {
  min-height: 350px;
  padding: 42px clamp(24px, 3vw, 48px);
}

.card + .card {
  border-left: 1px solid var(--line);
}

.card.featured {
  background: var(--forest);
  color: var(--cream);
}

.card-number {
  color: var(--moss);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.featured .card-number {
  color: var(--sun);
}

.card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 400;
  margin: 100px 0 18px;
}

.card p {
  line-height: 1.7;
  margin: 0;
  opacity: 0.76;
}

.quote {
  background: var(--paper);
  margin-top: clamp(88px, 11vw, 150px);
  padding: clamp(90px, 12vw, 165px) 24px;
  text-align: center;
}

.quote .eyebrow {
  justify-content: center;
}

.quote blockquote {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
  margin: 30px auto;
  max-width: 1100px;
}

.quote > p:last-child {
  line-height: 1.7;
  margin: 30px auto 0;
  max-width: 580px;
}

footer {
  align-items: center;
  background: var(--forest-deep);
  color: rgba(245, 240, 223, 0.7);
  display: grid;
  font-size: 0.75rem;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  padding: 42px clamp(24px, 5vw, 76px);
}

footer p {
  margin: 0;
}

footer p:last-child {
  text-align: right;
}

.footer-brand {
  color: var(--cream);
}

@media (max-width: 800px) {
  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(7, 34, 28, 0.94) 0%, rgba(7, 34, 28, 0.56) 58%, rgba(7, 34, 28, 0.08) 100%);
  }

  .hero-copy {
    padding-top: 360px;
  }

  .image-note {
    display: none;
  }

  .intro {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: 300px;
  }

  .card + .card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .card h3 {
    margin-top: 65px;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer p:last-child {
    text-align: center;
  }
}

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

  .button {
    transition: none;
  }
}
