:root {
  --cream: #fbf5e8;
  --ivory: #fffaf0;
  --green: #062b18;
  --green-deep: #0f2e08;
  --green-dark: #021d12;
  --gold: #c99a2e;
  --text: #173323;
  --muted: #5c6b60;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
}

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

.site-header {
  min-height: 96px;
  padding: 16px 48px;
  background: var(--ivory);
  border-bottom: 2px solid var(--gold);
  display: flex;
  align-items: center;
  gap: 34px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.logo img {
  width: 250px;
  max-width: 26vw;
  height: auto;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 2.5vw, 48px);
}

.main-nav a {
  text-decoration: none;
  color: var(--text);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: clamp(13px, .9vw, 17px);
  white-space: nowrap;
}

.header-cta,
.btn,
.small-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .2s ease, background .2s ease;
}

.header-cta {
  background: var(--green-dark);
  color: var(--white);
  padding: 18px 30px;
  border: 1px solid var(--gold);
  font-size: 16px;
  white-space: nowrap;
}

.header-cta:hover,
.btn:hover,
.small-link:hover { transform: translateY(-1px); }

.hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background: var(--green-deep);
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 44%;
  background: url("assets/hero-sign.png") center center / cover no-repeat;
  filter: saturate(1.12) contrast(1.06) brightness(1.10);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(3,31,18,1) 0%,
      rgba(3,31,18,.99) 31%,
      rgba(3,31,18,.88) 42%,
      rgba(3,31,18,.42) 51%,
      rgba(3,31,18,.10) 59%,
      rgba(3,31,18,0) 70%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 650px;
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(54px, 5.7vw, 88px) 64px 56px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(760px, 50vw);
  color: var(--white);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 700;
  font-size: clamp(14px, 1vw, 18px);
  margin: 0 0 24px;
}

.eyebrow span {
  display: inline-block;
  width: 72px;
  height: 2px;
  background: var(--gold);
}

.hero h1 {
  font-size: clamp(46px, 4.35vw, 82px);
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.rule {
  width: 120px;
  height: 3px;
  background: var(--gold);
  margin: 24px 0;
}

.hero-subtitle {
  max-width: 700px;
  color: rgba(255,255,255,.96);
  font-size: clamp(26px, 1.95vw, 34px);
  line-height: 1.52;
  margin: 0 0 30px;
}

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

.btn {
  min-width: 235px;
  min-height: 56px;
  padding: 15px 24px;
  border: 2px solid var(--gold);
  font-size: 16px;
}

.btn-outline { color: var(--gold); background: rgba(2,29,18,.20); }
.btn-solid { color: var(--white); background: var(--green-dark); margin-top: 24px; }

.section {
  padding: 86px 48px;
  background: var(--ivory);
}

.section-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.narrow {
  max-width: 920px;
  text-align: center;
}

.section-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  margin: 0 0 14px;
  text-align: center;
}

.section h2,
.cta-section h2 {
  color: var(--green-dark);
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 18px;
  text-align: center;
}

.section-lead {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
  font-size: 30px;
  line-height: 1.55;
  color: var(--muted);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.season-card,
.feature-card {
  background: #fffdf7;
  border: 1px solid rgba(201,154,46,.38);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,.06);
}

.season-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.season-copy {
  padding: 22px 22px 26px;
  text-align: center;
}

.season-icon,
.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  margin: -48px auto 14px;
  display: grid;
  place-items: center;
  background: var(--green-dark);
  color: var(--gold);
  border: 1px solid var(--gold);
  font-size: 24px;
  position: relative;
}

.season-copy h3,
.feature-copy h3 {
  color: var(--green-dark);
  font-size: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.season-copy p,
.feature-copy p,
.connect p,
.cta-copy p {
  color: var(--muted);
  font-size: 27px;
  line-height: 1.62;
  margin: 0;
}

.feature-section {
  background: linear-gradient(180deg, var(--green-deep), var(--green-dark));
}

.light,
.light-title,
.light-lead {
  color: var(--ivory) !important;
}

.light-lead {
  opacity: .86;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.feature-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.feature-copy {
  padding: 30px 34px 34px;
  text-align: center;
}

.feature-copy .feature-icon {
  margin-top: -58px;
}

.small-link {
  margin-top: 24px;
  padding: 14px 24px;
  color: var(--green-dark);
  border: 1px solid var(--gold);
  font-size: 14px;
}

.cta-section {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  background: var(--ivory);
  overflow: hidden;
}

.cta-copy {
  padding: 72px 48px;
  align-self: center;
  justify-self: center;
  max-width: 640px;
  text-align: center;
}

.gold-ornament {
  color: var(--gold);
  font-size: 38px;
  margin: 10px 0 20px;
}

.cta-image {
  min-height: 480px;
  background:
    linear-gradient(90deg, rgba(255,250,240,.55) 0%, rgba(255,250,240,.18) 9%, rgba(255,250,240,0) 18%),
    url("assets/hero-sign.png") center center / cover no-repeat;
  filter: saturate(1.08) contrast(1.04) brightness(1.08);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--green-dark);
  border-top: 2px solid var(--gold);
  color: var(--ivory);
}

.benefit {
  min-height: 126px;
  padding: 28px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid rgba(201,154,46,.45);
}

.benefit:last-child { border-right: none; }

.benefit span {
  color: var(--gold);
  font-size: 34px;
}

.benefit p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 16px;
  line-height: 1.4;
}

.site-footer {
  padding: 34px 48px;
  background: #01150d;
  color: rgba(255,255,255,.8);
  text-align: center;
}

.site-footer p { margin: 0; }

@media (max-width: 1150px) {
  .site-header {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 24px;
  }

  .logo img { max-width: none; width: 220px; }

  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-photo {
    inset: 42% 0 0 0;
    background-position: center center;
  }

  .hero-shade {
    background: linear-gradient(180deg,
      rgba(3,31,18,1) 0%,
      rgba(3,31,18,.98) 44%,
      rgba(3,31,18,.36) 64%,
      rgba(3,31,18,0) 100%);
  }

  .hero-inner {
    padding: 56px 32px 300px;
    align-items: flex-start;
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    max-width: 760px;
  }

  .season-grid,
  .benefits { grid-template-columns: repeat(2, 1fr); }

  .feature-grid,
  .cta-section { grid-template-columns: 1fr; }

  .cta-image { min-height: 420px; }
}

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

  .header-cta {
    padding: 14px 18px;
    font-size: 14px;
  }

  .hero h1 { font-size: 46px; }

  .eyebrow {
    gap: 10px;
    letter-spacing: .08em;
    flex-wrap: wrap;
  }

  .eyebrow span { width: 32px; }

  .hero-actions,
  .btn { width: 100%; }

  .btn { min-width: 0; }

  .season-grid,
  .feature-grid,
  .benefits { grid-template-columns: 1fr; }

  .section { padding: 70px 24px; }

  .hero-inner { padding-left: 24px; padding-right: 24px; }

  .benefit { border-right: none; border-bottom: 1px solid rgba(201,154,46,.35); }
}


/* v4 copy refinements */
.story .narrow p,
.connect .narrow p {
  margin: 0 auto 18px;
  max-width: 880px;
}

.email-note {
  margin-top: 18px !important;
  color: var(--green-dark) !important;
  font-size: 18px !important;
}

.cta-copy p + p {
  margin-top: 16px;
}

@media (min-width: 1151px) {
  .main-nav {
    gap: clamp(24px, 2.9vw, 56px);
  }
}


/* v5 readability increase */
.story .narrow p,
.connect .narrow p {
  line-height: 1.72;
}

.season-copy p,
.feature-copy p,
.connect p,
.cta-copy p {
  line-height: 1.7;
}

.hero-subtitle {
  line-height: 1.6;
  max-width: 760px;
}

@media (max-width: 1150px) {
  .section-lead { font-size: 24px; }
  .season-copy p,
  .feature-copy p,
  .connect p,
  .cta-copy p,
  .story .narrow p,
  .email-note { font-size: 22px !important; }
  .hero-subtitle { font-size: 22px !important; }
}

@media (max-width: 700px) {
  .section-lead { font-size: 20px; }
  .season-copy p,
  .feature-copy p,
  .connect p,
  .cta-copy p,
  .story .narrow p,
  .email-note { font-size: 18px !important; }
  .hero-subtitle { font-size: 18px !important; }
}


/* v6 story copy balance */
.story .narrow p {
  font-size: 30px !important;
  line-height: 1.65 !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.story .section-kicker {
  margin-bottom: 18px;
}

.story h2 {
  margin-bottom: 30px;
}

@media (max-width: 1150px) {
  .story .narrow p {
    font-size: 23px !important;
    line-height: 1.68 !important;
  }
}

@media (max-width: 700px) {
  .story .narrow p {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }
}
