:root {
  --ink: #263325;
  --pine: #314f38;
  --fern: #5f7c49;
  --canvas: #f3ead7;
  --paper: #fbf5e8;
  --cedar: #9a5936;
  --clay: #b94f37;
  --gold: #daa75a;
  --lake: #527c87;
  --shadow: rgba(38, 51, 37, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(38, 51, 37, 0.025) 0 1px, transparent 1px 5px),
    radial-gradient(circle at top left, rgba(218, 167, 90, 0.22), transparent 28rem),
    linear-gradient(180deg, var(--paper), #efe1c7 42%, #e7d1ae);
  font-family: Inter, system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  min-height: 56px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(251, 245, 232, 0.5);
  border-radius: 999px;
  background: rgba(38, 51, 37, 0.84);
  color: var(--paper);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.brand,
nav,
.hero-actions,
.ticker,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid rgba(251, 245, 232, 0.86);
  border-radius: 50%;
  background: var(--clay);
  font-family: Fraunces, serif;
  font-size: 0.86rem;
}

nav {
  gap: 20px;
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-cta {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: #2b241b;
  font-size: 0.83rem;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: min(820px, 92svh);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 118px max(24px, calc((100vw - 1120px) / 2)) 58px;
  isolation: isolate;
  border: 14px solid var(--paper);
  border-bottom-width: 20px;
}

.hero img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(30, 38, 25, 0.84), rgba(30, 38, 25, 0.34) 48%, rgba(30, 38, 25, 0.12)),
    linear-gradient(0deg, rgba(38, 51, 37, 0.72), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 74% 20%, rgba(255, 216, 136, 0.28), transparent 15rem);
}

.hero-content {
  width: min(690px, 100%);
  color: var(--paper);
}

.eyebrow,
.section-kicker,
.zone-number,
.badge {
  margin: 0;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  max-width: 12ch;
  margin-top: 12px;
  font-size: clamp(3.2rem, 6.6vw, 5.75rem);
  line-height: 0.92;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.6rem, 7vw, 6.2rem);
  text-wrap: balance;
}

h3 {
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.hero-copy {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(251, 245, 232, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 2px solid rgba(251, 245, 232, 0.72);
  border-radius: 999px;
  font-weight: 900;
}

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #2b241b;
}

.button.secondary {
  color: var(--paper);
}

.postcard-stamp {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 52px;
  width: min(220px, 34vw);
  padding: 14px;
  transform: rotate(-5deg);
  border: 2px dashed rgba(251, 245, 232, 0.72);
  color: var(--paper);
  text-align: center;
  text-transform: uppercase;
}

.postcard-stamp span,
.postcard-stamp strong {
  display: block;
}

.postcard-stamp span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.postcard-stamp strong {
  margin-top: 6px;
  font-family: Fraunces, serif;
  font-size: 1.16rem;
  line-height: 1;
}

.band,
.zones,
.membership,
.visit {
  padding: 110px max(24px, calc((100vw - 1120px) / 2));
}

.intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid rgba(38, 51, 37, 0.14);
}

.intro-heading {
  display: grid;
  gap: 0;
}

.intro p,
.zone p,
.plan p,
.sign p {
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.62;
}

.intro > p {
  margin: 0;
  align-self: center;
}

.ticker {
  overflow: hidden;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px;
  border-block: 1px solid rgba(38, 51, 37, 0.16);
  background: var(--pine);
  color: var(--paper);
}

.ticker span {
  padding: 9px 14px;
  border: 1px solid rgba(251, 245, 232, 0.26);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-1deg);
}

.section-heading {
  display: grid;
  max-width: 900px;
  gap: 12px;
  margin-bottom: 42px;
}

.zones {
  display: grid;
  gap: 22px;
}

.zone {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1fr);
  gap: 28px;
  min-height: 360px;
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(38, 51, 37, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251, 245, 232, 0.92), rgba(243, 234, 215, 0.7)),
    linear-gradient(110deg, transparent 0 56%, rgba(154, 89, 54, 0.14) 56% 100%);
  box-shadow: 0 20px 60px var(--shadow);
  overflow: hidden;
}

.zone::after {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 2px dashed rgba(38, 51, 37, 0.16);
  border-radius: 6px;
}

.zone-photo {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(251, 245, 232, 0.86);
  border-radius: 6px;
  background: var(--canvas);
  box-shadow: 0 18px 36px rgba(38, 51, 37, 0.18);
  transform: rotate(-1.2deg);
}

.zone:nth-of-type(even) .zone-photo {
  transform: rotate(1.1deg);
}

.zone-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.zone > div,
.zone .feature-list {
  position: relative;
  z-index: 1;
}

.zone.lodge {
  background-color: #f5e5c8;
}

.zone.yard {
  background-color: #e8ddbd;
}

.zone.barn {
  background-color: #e6caa8;
}

.zone.pool {
  background:
    linear-gradient(135deg, rgba(251, 245, 232, 0.92), rgba(215, 230, 222, 0.74)),
    linear-gradient(110deg, transparent 0 52%, rgba(82, 124, 135, 0.22) 52% 100%);
}

.zone.circle {
  background-color: #ead4b0;
}

.zone.mini {
  background-color: #e7dec2;
}

.zone p:not(.zone-number) {
  max-width: 680px;
  margin: 18px 0 0;
}

.feature-list {
  display: grid;
  grid-column: 2;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.program-grid span {
  min-height: 48px;
  padding: 14px;
  border: 1px solid rgba(38, 51, 37, 0.18);
  border-radius: 6px;
  background: rgba(251, 245, 232, 0.68);
  font-weight: 900;
  box-shadow: inset 0 -3px rgba(154, 89, 54, 0.08);
}

.programs {
  background:
    linear-gradient(rgba(49, 79, 56, 0.9), rgba(49, 79, 56, 0.94)),
    url("assets/camp-huntsville-hero.jpg") center/cover fixed;
  color: var(--paper);
  border-block: 14px solid var(--paper);
}

.programs .eyebrow {
  color: var(--gold);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.program-grid span {
  border-color: rgba(251, 245, 232, 0.22);
  background: rgba(251, 245, 232, 0.1);
}

.membership {
  background: var(--canvas);
}

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

.plan {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(38, 51, 37, 0.16);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 50px var(--shadow);
}

.plan.featured {
  background: var(--pine);
  color: var(--paper);
}

.plan h3 {
  font-size: clamp(2.2rem, 4vw, 3.9rem);
}

.plan p:not(.badge) {
  margin: 0;
}

.plan a {
  align-self: flex-start;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: #2b241b;
  font-size: 0.9rem;
  font-weight: 900;
}

.visit {
  background:
    linear-gradient(rgba(185, 79, 55, 0.86), rgba(185, 79, 55, 0.86)),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(251, 245, 232, 0.08) 54px 56px);
}

.sign {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 12px solid #6e422a;
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(38, 51, 37, 0.04) 0 1px, transparent 1px 6px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18% 82%, rgba(0, 0, 0, 0.08)),
    #f5dfb7;
  box-shadow: 0 28px 80px rgba(53, 31, 20, 0.36);
  text-align: center;
}

.sign p {
  max-width: 640px;
  margin: 18px auto 0;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  margin-top: 30px;
  text-align: left;
}

label {
  display: grid;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
button {
  width: 100%;
  min-height: 52px;
  border: 2px solid rgba(38, 51, 37, 0.2);
  border-radius: 6px;
  font: inherit;
}

input {
  padding: 0 14px;
  background: rgba(251, 245, 232, 0.84);
}

button {
  align-self: end;
  padding: 0 18px;
  border-color: var(--pine);
  background: var(--pine);
  color: var(--paper);
  font-weight: 900;
  cursor: pointer;
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(24px, calc((100vw - 1120px) / 2));
  background: #263325;
  color: var(--paper);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    border-radius: 18px;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding-top: 158px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(30, 38, 25, 0.86), rgba(30, 38, 25, 0.42)),
      linear-gradient(0deg, rgba(38, 51, 37, 0.72), transparent 34%);
  }

  .postcard-stamp {
    display: none;
  }

  .intro,
  .zone,
  .plans,
  form {
    grid-template-columns: 1fr;
  }

  .zone-photo {
    min-height: 300px;
  }

  .feature-list {
    grid-column: auto;
  }

  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body {
    overflow-x: hidden;
  }

  .brand {
    width: 100%;
  }

  nav {
    flex-wrap: wrap;
    font-size: 0.78rem;
    justify-content: flex-start;
    column-gap: 18px;
    row-gap: 8px;
  }

  .hero {
    min-height: 700px;
    padding-inline: 18px;
    padding-bottom: 42px;
    border-width: 8px;
    border-bottom-width: 14px;
  }

  h1 {
    max-width: 10.8ch;
    font-size: clamp(2.55rem, 11vw, 3.25rem);
    line-height: 0.94;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 330px);
  }

  .hero-copy {
    max-width: 330px;
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .band,
  .zones,
  .membership,
  .visit {
    padding: 76px 18px;
  }

  .ticker {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .feature-list,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .zone-photo {
    min-height: 220px;
    border-width: 7px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 18px;
  }
}
