:root {
  --canopy: #243d31;
  --deep-fjord: #102821;
  --mist: #f4f1ea;
  --graphite: #333333;
  --stone: #666666;
  --cedar: #b47b4b;
  --foam: #ffffff;
  --line: rgba(36, 61, 49, 0.16);
  --shadow: 0 18px 48px rgba(16, 40, 33, 0.14);
  --radius: 8px;
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--graphite);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--graphite);
  font-size: 16px;
  line-height: 1.625;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f3c48d;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--foam);
  color: var(--deep-fjord);
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.notice {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  padding: 8px 24px;
  background: var(--canopy);
  color: var(--foam);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.notice a {
  color: var(--foam);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-header {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 18px 0;
  color: var(--foam);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 172px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:not(.nav-cta):hover,
.text-link:hover,
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 4px;
  padding: 10px 14px;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: var(--foam);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-lines {
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  right: 0;
}

.menu-lines::before {
  top: -8px;
}

.menu-lines::after {
  top: 8px;
  width: 20px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 150px 24px 40px;
  overflow: hidden;
  color: var(--foam);
}

.hero-media,
.hero-overlay,
.story-image {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("assets/hero-video-still.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 40, 33, .78), rgba(16, 40, 33, .18) 58%, rgba(16, 40, 33, .44)),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .52));
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(100%, var(--content));
  margin: 0 auto;
  padding-top: 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--cedar);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .96;
}

h2 {
  margin: 0;
  color: var(--graphite);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin: 0 0 10px;
  color: var(--graphite);
  font-size: 20px;
  line-height: 1.4;
}

.hero-copy {
  max-width: 54ch;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--cedar);
  color: var(--foam);
}

.button.secondary {
  border-color: rgba(255, 255, 255, .72);
  color: var(--foam);
}

.button:hover {
  filter: brightness(.96);
}

.hero-proof {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 860px);
  margin: 48px auto 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(16, 40, 33, .54);
  backdrop-filter: blur(12px);
}

.hero-proof div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof dt {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.hero-proof dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.section {
  padding: 96px 24px;
}

.section-inner {
  width: min(100%, var(--content));
  margin: 0 auto;
}

.intro-grid,
.terrain-grid,
.final-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 56px;
  align-items: start;
}

.intro-copy p,
.terrain-panel p,
.section-heading p,
.story-card p,
.final-cta p {
  max-width: 68ch;
  margin: 0 0 16px;
  color: var(--stone);
}

.text-link {
  color: var(--canopy);
  font-weight: 800;
  text-decoration-color: rgba(36, 61, 49, .35);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--canopy);
  color: var(--foam);
}

.proof-item {
  min-height: 136px;
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item span,
.contact-panel dt {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.proof-item strong {
  display: block;
  max-width: 24ch;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading.narrow {
  max-width: 660px;
}

.section-heading h2,
.terrain-panel h2,
.story-card h2,
.final-cta h2 {
  margin-bottom: 16px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.experience-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--foam);
  box-shadow: var(--shadow);
}

.experience-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.experience-card div {
  padding: 24px;
}

.experience-card p {
  margin: 0 0 16px;
  color: var(--stone);
}

.terrain {
  background: var(--foam);
}

.terrain-grid {
  align-items: center;
}

.terrain-image img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.terrain-panel {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--graphite);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: .65em;
  width: 12px;
  height: 2px;
  background: var(--cedar);
  content: "";
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.activity-list span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  color: var(--graphite);
  font-size: 14px;
  font-weight: 700;
}

.story {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  padding: 96px 24px;
  overflow: hidden;
}

.story-image {
  background:
    linear-gradient(90deg, rgba(16, 40, 33, .16), rgba(16, 40, 33, .72)),
    url("assets/cta-mountain.png") center / cover no-repeat;
}

.story-card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: 0 calc((100% - min(100%, var(--content))) / 2) 0 auto;
  padding: 40px;
  border-radius: var(--radius);
  background: rgba(244, 241, 234, .94);
  box-shadow: var(--shadow);
}

.final-cta {
  padding: 96px 24px;
  background: var(--deep-fjord);
  color: var(--foam);
}

.final-cta h2 {
  color: var(--foam);
}

.final-cta p {
  color: rgba(255, 255, 255, .78);
}

.contact-panel {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
}

.contact-panel dl {
  display: grid;
  gap: 20px;
  margin: 28px 0 0;
}

.contact-panel dd {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700;
}

.contact-panel a:not(.button) {
  color: var(--foam);
  text-decoration-color: rgba(255, 255, 255, .38);
  text-underline-offset: 4px;
}

.site-footer {
  padding: 40px 24px;
  background: #091a15;
  color: rgba(255, 255, 255, .76);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  width: min(100%, var(--content));
  margin: 0 auto;
}

.footer-brand img {
  width: 154px;
  height: auto;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  justify-content: center;
}

.site-footer a {
  text-decoration: none;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

@media (max-width: 920px) {
  .site-header {
    width: min(100% - 32px, 1240px);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 96px 32px 40px;
    background: rgba(16, 40, 33, .97);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: 16px;
  }

  .nav-cta {
    margin-top: 20px;
    border-color: rgba(255, 255, 255, .72);
    text-align: center;
  }

  .hero-proof,
  .proof-band,
  .intro-grid,
  .terrain-grid,
  .final-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .hero-proof div:last-child,
  .proof-item:last-child {
    border-bottom: 0;
  }

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

  .experience-card.large-card {
    grid-row: auto;
  }

  .footer-inner {
    justify-items: start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .notice {
    justify-content: space-between;
    gap: 10px;
    padding: 8px 16px;
    text-align: left;
  }

  .site-header {
    top: 44px;
    padding: 14px 0;
  }

  .brand img {
    width: 138px;
  }

  .hero {
    min-height: 760px;
    padding: 116px 18px 24px;
  }

  .hero-media {
    background-position: 56% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(16, 40, 33, .6), rgba(16, 40, 33, .18) 38%, rgba(16, 40, 33, .82)),
      linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .08));
  }

  h1 {
    font-size: clamp(2.9rem, 16vw, 4.2rem);
  }

  h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section,
  .final-cta,
  .story {
    padding: 56px 18px;
  }

  .intro-grid,
  .terrain-grid,
  .final-grid {
    gap: 28px;
  }

  .proof-item {
    min-height: auto;
    padding: 24px 18px;
  }

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

  .experience-card div,
  .terrain-panel,
  .story-card,
  .contact-panel {
    padding: 24px;
  }

  .story {
    min-height: 560px;
    align-items: end;
  }

  .story-card {
    margin: 0;
  }

  .activity-list span {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
