:root {
  --forest-900: #0d241d;
  --forest-800: #14382e;
  --forest-700: #1b4f40;
  --forest-100: #e8f0eb;
  --gold-500: #d5a329;
  --gold-400: #e4bf59;
  --gold-300: #f0d992;
  --cream-100: #f7f1e6;
  --cream-200: #efe4cf;
  --sand-100: #fbf7ef;
  --ink-900: #1b1815;
  --ink-700: #474038;
  --white: #ffffff;
  --shadow-soft: 0 30px 80px rgba(17, 31, 24, 0.12);
  --shadow-card: 0 20px 50px rgba(20, 56, 46, 0.12);
  --radius-large: 32px;
  --radius-medium: 22px;
  --radius-small: 14px;
  --content-width: min(1160px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Instrument Sans", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at top left, rgba(212, 163, 41, 0.2), transparent 28%),
    radial-gradient(circle at right 20%, rgba(27, 79, 64, 0.16), transparent 30%),
    linear-gradient(180deg, var(--sand-100) 0%, #f8f4ea 48%, #f2e8d8 100%);
}

a {
  color: inherit;
}

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

.page-shell {
  width: var(--content-width);
  margin: 0 auto;
  padding: 24px 0 32px;
}

.site-header,
.site-footer,
.hero,
.mission,
.about {
  position: relative;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0 36px;
}

.brand-logo {
  width: clamp(180px, 21vw, 290px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  text-decoration: none;
  color: var(--forest-900);
  padding: 10px 16px;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav .site-nav-cta {
  background: #000000;
  color: var(--white);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(20, 56, 46, 0.08);
  color: var(--forest-800);
  transform: translateY(-1px);
}

.site-nav .site-nav-cta:hover,
.site-nav .site-nav-cta:focus-visible {
  background: #161616;
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px 0 84px;
}

.hero-copy,
.hero-panel,
.mission,
.about {
  border-radius: var(--radius-large);
}

.hero-copy {
  padding: clamp(34px, 5vw, 68px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 241, 230, 0.86)),
    linear-gradient(180deg, rgba(212, 163, 41, 0.09), rgba(20, 56, 46, 0.04));
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(20, 56, 46, 0.08);
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto auto 18px -24px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(212, 163, 41, 0.18), transparent 70%);
  pointer-events: none;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--forest-700);
}

.hero h1,
.section-heading h2,
.about h2,
.hero-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7vw, 6.2rem);
}

.lede,
.hero-panel p,
.mission-card p,
.about-copy p,
.about-banner p,
.site-footer {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-700);
}

.lede {
  max-width: 56ch;
  margin: 28px 0 0;
}

.lede a,
.mission-card a,
.about-banner a,
.site-footer a {
  color: var(--forest-800);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1.5px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--forest-800), var(--forest-700));
  color: var(--white);
  box-shadow: 0 18px 35px rgba(20, 56, 46, 0.2);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--forest-900);
  border: 1px solid rgba(20, 56, 46, 0.14);
}

.hero-panel {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(20, 56, 46, 0.96), rgba(13, 36, 29, 0.98)),
    linear-gradient(130deg, rgba(228, 191, 89, 0.22), transparent 45%);
  color: var(--white);
  box-shadow: var(--shadow-card);
}

.hero-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.stats {
  margin: 28px 0 0;
  display: grid;
  gap: 18px;
}

.stats div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.stats dt {
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(228, 191, 89, 0.88);
}

.stats dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.mission,
.about {
  padding: clamp(30px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(20, 56, 46, 0.08);
  box-shadow: var(--shadow-card);
}

.mission {
  margin-bottom: 28px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2,
.about h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  max-width: 11ch;
}

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

.mission-card {
  min-height: 100%;
  padding: 26px;
  border-radius: var(--radius-medium);
  background: linear-gradient(180deg, rgba(247, 241, 230, 0.9), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(20, 56, 46, 0.08);
}

.mission-card h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  color: var(--forest-900);
}

.mission-card p {
  margin: 0;
}

.mission-card.highlight {
  background: linear-gradient(180deg, rgba(212, 163, 41, 0.2), rgba(240, 217, 146, 0.28));
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.about-copy p {
  max-width: 58ch;
}

.about-banner {
  padding: 28px;
  border-radius: var(--radius-medium);
  background:
    radial-gradient(circle at top right, rgba(228, 191, 89, 0.25), transparent 35%),
    linear-gradient(180deg, var(--forest-800), var(--forest-900));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.about-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.about-banner a {
  color: var(--white);
}

.about-logo {
  width: min(280px, 100%);
}

.site-footer {
  display: grid;
  justify-items: center;
  place-items: center;
  width: 100%;
  padding: 22px 0 0;
  text-align: center;
}

.footer-mark {
  display: block;
  width: auto;
  height: 32px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .hero,
  .about,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 14ch;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 24px, 100%);
    padding-top: 14px;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    justify-items: center;
    place-items: center;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav a {
    padding-left: 0;
  }

  .hero {
    padding-bottom: 56px;
  }

  .hero-copy,
  .hero-panel,
  .mission,
  .about {
    border-radius: 24px;
  }

  .hero-copy,
  .mission,
  .about,
  .hero-panel {
    padding: 24px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .section-heading h2,
  .about h2,
  .hero-panel h2 {
    max-width: none;
  }
}
