:root {
  --ink: #141a17;
  --soft-ink: #59605b;
  --paper: #f4f1e9;
  --white: #ffffff;
  --line: rgba(20, 26, 23, .16);
  --shell: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #334039 url("assets/hero.webp") center 48% / cover no-repeat;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,12,10,.76) 0%, rgba(7,12,10,.44) 48%, rgba(7,12,10,.15) 78%),
              linear-gradient(0deg, rgba(5,9,7,.55) 0%, transparent 42%);
}
.hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(7rem, 15vh, 11rem) 0 clamp(5rem, 10vh, 7rem);
}
.eyebrow, .section-kicker {
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 650;
}
.hero h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(4.2rem, 11vw, 9.5rem);
  line-height: .78;
  letter-spacing: -.075em;
  font-weight: 760;
}
.hero h1 span { font-weight: 300; }
.hero__tagline {
  margin: 2rem 0 .55rem;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  max-width: 32ch;
}
.hero__lead {
  margin: 0 0 2.25rem;
  max-width: 44ch;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.55;
}
.text-link {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: .3rem;
  font-weight: 650;
}
.photo-note {
  position: absolute;
  right: 24px; bottom: 22px;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  letter-spacing: .05em;
}

.facts { padding: clamp(4rem, 8vw, 7rem) 0; }
.facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { padding: .6rem 2.5rem 1rem 0; border-top: 1px solid var(--line); }
.fact + .fact { padding-left: 2.5rem; border-left: 1px solid var(--line); }
.fact__value { margin: 1.3rem 0 .5rem; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1.04; letter-spacing: -.04em; }
.fact__label { margin: 0; color: var(--soft-ink); line-height: 1.55; }

.opportunity {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 720px;
  background: #172019;
  color: var(--white);
}
.opportunity__image { min-height: 620px; background: url("assets/opportunity.webp") center 48% / cover no-repeat; }
.opportunity__panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6.5rem); }
.opportunity h2, .season h2, .contact h2 { margin: 0; letter-spacing: -.055em; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .94; font-weight: 560; }
.opportunity__panel > p:not(.section-kicker):not(.themes) { margin: 2rem 0 0; max-width: 36ch; color: rgba(255,255,255,.78); line-height: 1.7; }
.themes { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.64); line-height: 1.8; }

.season {
  min-height: 76svh;
  position: relative;
  display: grid;
  align-items: end;
  color: var(--white);
  background: #6683a0 url("assets/winter.webp") center 53% / cover no-repeat;
}
.season__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,10,12,.72), rgba(6,10,12,.04) 70%); }
.season__content { position: relative; z-index: 1; padding-bottom: clamp(3.5rem, 8vw, 7rem); }
.season h2 { max-width: 12ch; }
.photo-note--static { position: static; margin-top: 1.3rem; }

.contact { padding: clamp(5rem, 10vw, 9rem) 0; }
.contact__inner { max-width: 980px; }
.contact h2 { max-width: 11ch; }
.contact__inner > p:not(.section-kicker):not(.preparing) { max-width: 54ch; margin: 2rem 0; color: var(--soft-ink); font-size: 1.08rem; line-height: 1.7; }
.email { display: inline-block; margin: .4rem 0 2rem; font-size: clamp(1.35rem, 3vw, 2.25rem); text-decoration-thickness: 1px; text-underline-offset: .2em; }
.button { display: block; width: fit-content; text-decoration: none; background: var(--ink); color: var(--white); padding: 1rem 1.35rem; border-radius: 999px; font-weight: 650; }
.preparing { margin-top: 3rem; color: #7a807b; font-size: .9rem; }

footer { border-top: 1px solid var(--line); }
.footer__inner { min-height: 90px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--soft-ink); font-size: .82rem; letter-spacing: .04em; }

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .hero { background-position: 57% 50%; }
  .hero__overlay { background: linear-gradient(90deg, rgba(7,12,10,.72), rgba(7,12,10,.2)), linear-gradient(0deg, rgba(5,9,7,.6), transparent 52%); }
  .facts__grid { grid-template-columns: 1fr; }
  .fact { padding: 1rem 0 2.3rem; }
  .fact + .fact { padding-left: 0; border-left: 0; }
  .opportunity { grid-template-columns: 1fr; }
  .opportunity__image { min-height: 58svh; }
  .opportunity__panel { padding: 4rem 24px 5rem; }
  .season { min-height: 68svh; background-position: 58% 50%; }
}

@media (max-width: 520px) {
  .hero__content { padding-bottom: 5.5rem; }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 5.5rem); }
  .hero__tagline { margin-top: 1.6rem; }
  .photo-note { right: 16px; bottom: 14px; }
  .opportunity__image { min-height: 48svh; }
  .button { width: 100%; text-align: center; }
  .footer__inner { padding: 1.4rem 0; align-items: flex-start; flex-direction: column; justify-content: center; }
}

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