
:root {
  --forest: #283124;
  --forest-deep: #182016;
  --olive: #626a50;
  --cream: #f4ecdf;
  --paper: #fbf6ed;
  --ink: #24251f;
  --rust: #a7552f;
  --gold: #b48a38;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Libre Franklin", Arial, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: -9999px;
  z-index: 99;
  padding: 10px 14px;
  color: #fff;
  background: #000;
}

.skip-link:focus {
  left: 10px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 22px 72px;
  background:
    url("mount-st-helens.jpg")
    center 42% / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(23, 31, 21, .30), rgba(23, 31, 21, .42)),
    linear-gradient(90deg, rgba(25, 34, 22, .42), rgba(246, 239, 228, .08) 50%, rgba(25, 34, 22, .42));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      ellipse at center,
      rgba(249, 244, 235, .58) 0%,
      rgba(249, 244, 235, .42) 36%,
      rgba(249, 244, 235, .08) 67%,
      transparent 79%
    );
}

.top-nav {
  position: absolute;
  top: 27px;
  left: 50%;
  display: flex;
  gap: clamp(22px, 4vw, 55px);
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 800;
}

.top-nav a {
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.top-nav a:hover {
  color: #f1d9b3;
}

.hero-card {
  width: min(870px, 96vw);
  padding: clamp(26px, 5vw, 52px);
  text-align: center;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 22px;
  background: rgba(248, 242, 232, .86);
  box-shadow: 0 24px 70px rgba(17, 25, 15, .26);
  backdrop-filter: blur(8px);
}

.logo {
  width: min(790px, 96%);
  margin: 0 auto 4px;
  mix-blend-mode: multiply;
}

.tagline {
  margin: 4px 0 5px;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: .21em;
  font-size: clamp(.86rem, 1.8vw, 1.12rem);
  font-weight: 800;
}

.hero h1 {
  margin: 0 0 4px;
  color: var(--forest);
  font-family: "Allura", cursive;
  font-size: clamp(5.2rem, 13vw, 10.7rem);
  line-height: .92;
  font-weight: 400;
}

.location {
  margin: 0 0 24px;
  color: #3f473a;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: clamp(.7rem, 1.5vw, .92rem);
  font-weight: 700;
}

.hero-button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .82rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  background: var(--forest-deep);
}

.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 30px;
  height: 47px;
  transform: translateX(-50%);
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 20px;
}

.scroll-cue span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 5px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #fff;
  animation: scroll 1.8s infinite;
}

@keyframes scroll {
  0% { opacity: 0; transform: translate(-50%,0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%,15px); }
}

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

.paper-section {
  background:
    linear-gradient(rgba(250,246,238,.97), rgba(250,246,238,.97)),
    repeating-linear-gradient(45deg, rgba(65,72,56,.035) 0 2px, transparent 2px 10px);
}

.about {
  padding: clamp(78px, 9vw, 118px) 0 38px;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .84rem;
  font-weight: 800;
}

.about h2 {
  margin: 2px 0 21px;
  color: var(--rust);
  font-family: "Allura", cursive;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: .98;
  font-weight: 400;
}

.lead {
  width: min(800px, 100%);
  margin: 0 auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  line-height: 1.72;
}

.pillars {
  padding: 54px 0 clamp(82px, 9vw, 118px);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.pillar {
  padding: 10px 28px 22px;
  text-align: center;
  border-right: 1px solid rgba(40,49,36,.18);
}

.pillar:last-child {
  border-right: 0;
}

.icon-circle {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 26px rgba(35,44,31,.11);
}

.icon-circle.forest { background: var(--forest); }
.icon-circle.rust { background: var(--rust); }
.icon-circle.gold { background: var(--gold); }

.icon-circle svg {
  width: 73px;
  height: 73px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar h3 {
  margin: 0 0 8px;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .96rem;
}

.pillar p {
  margin: 0;
  font-size: .94rem;
}

.join {
  padding: clamp(74px, 9vw, 112px) 0;
  color: #fff;
  background:
    linear-gradient(rgba(40,49,36,.98), rgba(40,49,36,.98)),
    repeating-radial-gradient(circle at 20% 20%, rgba(255,255,255,.025) 0 1px, transparent 1px 8px);
}

.join-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(42px, 7vw, 82px);
  align-items: center;
}

.script-title {
  margin: 0 0 16px;
  font-family: "Allura", cursive;
  font-size: clamp(4rem, 7vw, 6.5rem);
  line-height: .92;
}

.join-copy > p:not(.script-title) {
  color: rgba(255,255,255,.82);
  font-size: 1.06rem;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-top: 28px;
  color: #e9c77b;
  font-size: .9rem;
}

.benefits span::before {
  content: "✦";
  margin-right: 8px;
}

.form-card {
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 48px rgba(10,15,9,.16);
}

.form-card label {
  display: block;
  margin-bottom: 6px;
  font-size: .88rem;
  font-weight: 700;
}

.form-card input,
.form-card select,
.form-card button {
  width: 100%;
  font: inherit;
}

.form-card input,
.form-card select {
  margin-bottom: 15px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  color: var(--ink);
  background: #fbf6ed;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.consent {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin: 2px 0 21px !important;
  color: rgba(255,255,255,.82);
  font-weight: 400 !important;
}

.consent input {
  width: auto;
  margin: 4px 0 0;
}

.form-card button {
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--rust);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .86rem;
  font-weight: 800;
}

.form-card button:hover {
  background: #8e4425;
}

.trap {
  position: absolute;
  left: -9999px;
}

.form-error {
  padding: 12px 14px;
  border-radius: 8px;
  background: #772f27;
}

.success {
  text-align: center;
}

.success-script {
  margin: 0;
  font-family: "Allura", cursive;
  font-size: 4rem;
  line-height: 1;
}

.success h3 {
  margin: 8px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}

.success strong {
  color: #e9c77b;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 31px 24px;
  color: var(--forest);
  background: #eee2d0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 800;
}

.footer-script {
  margin: 0;
  font-family: "Allura", cursive;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

footer p {
  margin: 0;
}

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

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

  .pillar:nth-child(2) {
    border-right: 0;
  }

  .pillar {
    padding-bottom: 42px;
  }

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

@media (max-width: 620px) {
  .top-nav {
    display: none;
  }

  .hero {
    min-height: 720px;
    padding: 38px 12px 62px;
    background-position: center 37%;
  }

  .hero-card {
    padding: 25px 13px 32px;
    border-radius: 15px;
  }

  .logo {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(5rem, 25vw, 7.2rem);
  }

  .tagline {
    letter-spacing: .14em;
    font-size: .76rem;
  }

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

  .pillar {
    border-right: 0;
    border-bottom: 1px solid rgba(40,49,36,.16);
  }

  .pillar:last-child {
    border-bottom: 0;
  }

  .two-column,
  .benefits,
  footer {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 28px 18px;
  }
}

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

  .scroll-cue span {
    animation: none;
  }
}
