:root {
  --ink: #26312a;
  --paper: #f3f2ed;
  --white: #fbfcf9;
  --green: #6f8773;
  --green-dark: #344d3b;
  --green-light: #aebfaf;
  --sage: #d9e0d7;
  --stone: #e7e5de;
  --line: rgba(38, 49, 42, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand img { width: 156px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -5px;
  height: 1px; background: var(--ink);
  transition: right .25s;
}
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 100px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }

.hero { padding: 32px 5vw 54px; background: var(--paper); }
.eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 {
  margin-bottom: 30px;
  font-size: clamp(54px, 6.9vw, 112px);
  line-height: .92;
  letter-spacing: -.065em;
}
h1 em { color: var(--green-dark); font-style: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 17px 24px; border-radius: 2px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { margin-left: 7px; }
.carousel { position: relative; overflow: hidden; background: var(--sage); border: 1px solid var(--line); }
.carousel-track { position: relative; min-height: min(730px, calc(100vh - 170px)); }
.carousel-slide {
  position: absolute; inset: 0; display: grid; grid-template-columns: minmax(330px, .82fr) 1.18fr;
  opacity: 0; visibility: hidden; transform: translateX(24px);
  transition: opacity .5s ease, transform .5s ease, visibility .5s;
}
.carousel-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); z-index: 1; }
.poster-wrap { padding: 24px; background: #d5ddd3; display: grid; place-items: center; min-height: 0; }
.poster-wrap img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.72); }
.slide-copy { padding: clamp(55px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.slide-copy h1 { font-size: clamp(50px, 6.3vw, 102px); }
.slide-copy > p:not(.eyebrow) { max-width: 600px; color: #536057; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.6; }
.slide-copy .button { margin-top: 22px; }
.community-slide { background: var(--stone); grid-template-columns: 1.15fr .85fr; }
.contact-slide { background: #cbd7cd; grid-template-columns: 1.15fr .85fr; }
.slide-mark, .contact-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8vw; background: rgba(255,255,255,.32); text-align: center; }
.slide-mark img { width: min(420px, 90%); mix-blend-mode: multiply; }
.slide-mark span { margin-top: 35px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-card span { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.contact-card strong { max-width: 440px; margin-top: 24px; font-family: "Manrope"; font-size: clamp(30px, 3.8vw, 58px); line-height: 1.08; }
.carousel-controls { position: absolute; z-index: 5; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 26px; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 30px; height: 3px; padding: 0; border: 0; background: rgba(38,49,42,.3); cursor: pointer; }
.carousel-dot.is-active { background: var(--green-dark); }
.carousel-arrows { display: flex; gap: 7px; }
.carousel-arrow { width: 44px; height: 44px; border: 1px solid var(--green-dark); border-radius: 50%; background: rgba(255,255,255,.7); color: var(--green-dark); font-size: 19px; cursor: pointer; }
.carousel-arrow:hover { color: var(--white); background: var(--green-dark); }

.section { padding: 110px 7vw; }
.section-label { display: flex; gap: 13px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.section-label span { color: #7a817a; }
.about-content { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; margin: 60px 0 90px; align-items: end; }
.about h2, .activities h2, .feature h2, .contact h2 {
  margin-bottom: 0; font-size: clamp(42px, 5.3vw, 82px); line-height: 1.02; letter-spacing: -.055em;
}
.about h2 span, .activities h2 span { color: var(--green); }
.about-text { padding-bottom: 5px; color: #505650; font-size: 17px; line-height: 1.7; }
.about-text p:last-child { margin-bottom: 0; }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.place-grid article { padding: 30px 26px 40px; border-right: 1px solid var(--line); }
.place-grid article:last-child { border-right: 0; }
.place-grid span { font-size: 11px; color: #767c76; }
.place-grid h3 { margin: 55px 0 0; font-size: clamp(23px, 2.2vw, 34px); letter-spacing: -.04em; }

.activities { background: var(--green-dark); color: var(--white); }
.section-label.light span { color: #8d938d; }
.activities-heading { display: grid; grid-template-columns: 1fr 300px; gap: 7vw; margin: 60px 0 70px; align-items: end; }
.activities-heading p { color: #aeb4ae; font-size: 16px; line-height: 1.6; }
.activity-list { border-top: 1px solid rgba(255,255,255,.25); }
.activity-list article {
  display: grid; grid-template-columns: 65px 1fr auto; gap: 25px; align-items: center;
  padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.25);
  transition: padding .25s, color .25s;
}
.activity-list article:hover { padding-left: 15px; color: var(--green-light); }
.activity-number { color: #777d77; font-size: 12px; }
.activity-list h3 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.03em; }
.activity-list p { margin: 0; color: #979d97; }
.activity-icon { font-size: 25px; }

.feature { display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; gap: 8vw; align-items: center; background: var(--stone); }
.feature-mark { min-height: 480px; padding: 60px; display: grid; place-items: center; background: var(--sage); }
.feature-mark img { width: min(460px, 100%); mix-blend-mode: multiply; }
.feature-copy h2 { margin: 0 0 25px; }
.feature-copy > p:not(.eyebrow) { max-width: 580px; color: #525852; font-size: 18px; line-height: 1.7; margin-bottom: 34px; }

.contact { text-align: center; background: var(--green-light); }
.contact h2 { font-size: clamp(70px, 11vw, 160px); margin-bottom: 85px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1040px; margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.contact-grid a { position: relative; padding: 30px; text-align: left; border-right: 1px solid var(--ink); }
.contact-grid a:last-child { border-right: 0; }
.contact-grid span { display: block; margin-bottom: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.contact-grid strong { font-family: "Manrope"; font-size: clamp(17px, 1.7vw, 25px); }
.contact-grid i { position: absolute; top: 28px; right: 28px; font-style: normal; font-size: 22px; }

footer {
  min-height: 160px; padding: 45px 5vw;
  display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
  background: var(--green-dark); color: #c8d1c9; font-size: 12px;
}
footer img { width: 125px; filter: invert(1); }
footer p { margin: 0; text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .brand img { width: 128px; }
  .menu-button { display: grid; gap: 6px; }
  .menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); transition: transform .2s; }
  .main-nav {
    display: none; position: absolute; left: 0; right: 0; top: 76px;
    padding: 30px 5vw; background: var(--paper); border-bottom: 1px solid var(--ink);
    flex-direction: column; align-items: stretch; gap: 22px;
  }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { padding: 20px 4vw 40px; }
  .carousel-track { min-height: 920px; }
  .carousel-slide, .community-slide, .contact-slide { grid-template-columns: 1fr; grid-template-rows: 520px 1fr; }
  .poster-wrap { grid-row: 1; }
  .slide-copy { padding: 50px 6vw 90px; grid-row: 2; }
  .community-slide .slide-copy, .contact-slide .slide-copy { grid-row: 1; }
  .slide-mark, .contact-card { grid-row: 2; padding: 60px 8vw 100px; }
  .about-content, .activities-heading { grid-template-columns: 1fr; gap: 40px; }
  .about-content { margin-bottom: 60px; }
  .feature { gap: 6vw; }
  .feature-mark { min-height: 420px; }
}

@media (max-width: 650px) {
  .section { padding: 80px 6vw; }
  h1 { font-size: 51px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .carousel-track { min-height: 940px; }
  .carousel-slide, .community-slide, .contact-slide { grid-template-rows: 540px 400px; }
  .poster-wrap { padding: 14px; }
  .slide-copy { padding: 42px 6vw 92px; }
  .slide-copy h1 { font-size: 44px; }
  .carousel-controls { left: 6vw; right: 6vw; justify-content: space-between; bottom: 20px; }
  .place-grid { grid-template-columns: 1fr; }
  .place-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .place-grid article:last-child { border-bottom: 0; }
  .place-grid h3 { margin-top: 25px; }
  .activity-list article { grid-template-columns: 38px 1fr auto; gap: 10px; }
  .activity-list h3 { font-size: 21px; }
  .activity-list p { font-size: 14px; }
  .feature { grid-template-columns: 1fr; }
  .feature-mark { min-height: 340px; padding: 35px; }
  .feature-copy { padding-top: 20px; }
  .contact h2 { margin-bottom: 55px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid a { border-right: 0; border-bottom: 1px solid var(--ink); }
  .contact-grid a:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  footer img { margin: auto; }
  footer p, footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
