:root {
  --ink: #0c1821;
  --ink-2: #101b24;
  --slate: #383d48;
  --cream: #fbf8e9;
  --paper: #fffbf3;
  --gold: #f1b434;
  --mint: #93c7bd;
  --line: rgba(251, 248, 233, 0.14);
  --display: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

.shell {
  width: min(1280px, calc(100vw - 48px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.center {
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--mint);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0;
}

p {
  line-height: 1.6;
}

.button,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.pill:hover {
  transform: translateY(-2px);
}

.button {
  min-height: 49px;
  padding: 14px 25px;
  border: 1px solid transparent;
}

.button--small {
  min-height: 42px;
  padding: 12px 22px;
  font-size: 0.9rem;
}

.button--gold {
  background: var(--gold);
  color: #05070a;
}

.button--outline {
  border-color: var(--cream);
  color: var(--cream);
}

.pill {
  min-height: 35px;
  padding: 10px 18px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.82rem;
}

.pill--light {
  border-color: var(--cream);
  color: var(--cream);
}

.hero {
  --hero-pattern-top: 165px;
  --hero-mark-top: 224px;
  --hero-s-width: 446px;
  --hero-s-height: 578px;
  --hero-s-half-width: 223px;
  --hero-pattern-drift: 0px;
  --hero-pattern-opacity: 0.58;
  --hero-mark-offset-x: 220px;
  --hero-mark-drift: 0px;
  --hero-mark-scale: 1;
  --hero-marquee-drift: 0px;
  position: relative;
  min-height: 1024px;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
}

.utility {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.utility p {
  margin: 0;
  line-height: 1;
}

.utility span {
  margin: 0 14px;
  opacity: 0.5;
}

.nav {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--ink-2);
}

.nav__inner {
  display: flex;
  min-height: 115px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  width: 190px;
  align-items: center;
}

.brand img {
  width: 165px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.nav__links {
  display: flex;
  gap: 32px;
  align-items: center;
  color: var(--cream);
  font-size: 0.94rem;
  font-weight: 600;
}

.hero__pattern {
  position: absolute;
  inset: var(--hero-pattern-top) -80px 0;
  background-color: var(--ink);
  background-image: url("assets/cream-s-2069.svg");
  background-position:
    calc(50% - var(--hero-s-half-width))
    calc(var(--hero-mark-top) - var(--hero-pattern-top) + var(--hero-pattern-drift));
  background-repeat: repeat;
  background-size: var(--hero-s-width) var(--hero-s-height);
  opacity: var(--hero-pattern-opacity);
  pointer-events: none;
  transition: opacity 240ms ease;
  will-change: background-position, opacity;
  z-index: 1;
}

.hero__mark {
  position: absolute;
  top: var(--hero-mark-top);
  left: 50%;
  z-index: 2;
  width: var(--hero-s-width);
  height: var(--hero-s-height);
  max-width: none;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.22));
  transform:
    translateX(calc(-50% + var(--hero-mark-offset-x)))
    translateY(var(--hero-mark-drift))
    scale(var(--hero-mark-scale));
  transform-origin: center;
  will-change: transform;
}

.hero__marquee {
  position: absolute;
  z-index: 3;
  left: -18px;
  bottom: 0;
  width: max-content;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(4.8rem, 6.25vw, 5.625rem);
  line-height: 1.1;
  transform: translateX(var(--hero-marquee-drift));
  will-change: transform;
  white-space: nowrap;
}

.hero__marquee span {
  display: block;
}

.feature {
  position: relative;
  min-height: 731px;
  background: var(--cream);
  color: #131e29;
  overflow: hidden;
}

.feature__swoop {
  position: absolute;
  top: 0;
  left: 50%;
  width: 820px;
  height: 731px;
  border-radius: 50%;
  background: rgba(12, 24, 33, 0.1);
  transform: translateX(0);
}

.feature__inner {
  display: block;
  min-height: 731px;
  padding-top: 104px;
}

.feature__copy {
  position: relative;
  z-index: 3;
  width: 610px;
  max-width: 45vw;
}

.feature h1 {
  max-width: 610px;
  margin-bottom: 28px;
  font-size: clamp(2.8rem, 4.45vw, 4rem);
  color: #131e29;
  line-height: 1.13;
}

.feature p {
  max-width: 580px;
  color: #131e29;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
}

.feature__skater {
  position: absolute;
  top: 28px;
  left: 435px;
  z-index: 2;
  width: min(1120px, 76vw);
  max-width: none;
  margin: 0;
  transform: none;
}

.feature__dots {
  display: flex;
  gap: 10px;
  margin-top: 76px;
}

.feature__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
}

.feature__dots span:first-child {
  background: var(--ink);
}

.philosophy {
  position: relative;
  padding: 120px 0 112px;
  background: #f7f7f0;
  color: var(--ink);
  overflow: hidden;
}

.philosophy h2 {
  margin-bottom: 86px;
  font-size: clamp(3rem, 4.45vw, 4rem);
  line-height: 1;
}

.philosophy__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  text-align: center;
}

.philosophy article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.philosophy article img {
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.philosophy h3 {
  margin: 36px 0 8px;
  font-size: 2rem;
}

.philosophy p:not(.eyebrow) {
  max-width: 260px;
  margin: 0;
  color: rgba(12, 24, 33, 0.6);
  font-size: 0.94rem;
}

.ticker {
  position: relative;
  overflow: hidden;
  padding: 22px 0 28px;
  background: #f7f7f0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(4.5rem, 6.25vw, 5.625rem);
  line-height: 1;
  white-space: nowrap;
}

.ticker span {
  display: block;
  transform: translateX(-18px);
}

.events {
  position: relative;
  padding: 126px 0 152px;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
}

.section-head h2,
.adventure h2,
.visit h2 {
  margin: 0;
  font-size: clamp(3rem, 4.5vw, 4rem);
  line-height: 1.06;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
}

.calendar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.calendar-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.round-button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.card-row {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.events .card-row {
  width: min(1672px, calc(100vw + 332px));
}

.card-row::-webkit-scrollbar {
  display: none;
}

.event-card {
  flex: 0 0 388px;
  min-height: 648px;
  background: var(--cream);
  scroll-snap-align: start;
}

.event-card--featured {
  background: var(--mint);
}

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

.event-card > div {
  display: flex;
  min-height: 388px;
  flex-direction: column;
  align-items: start;
  padding: 32px;
}

.event-card h3 {
  margin: 0 0 16px;
  font-size: 2.25rem;
  line-height: 1.05;
}

.event-card p:not(.eyebrow) {
  margin-bottom: auto;
  color: var(--slate);
  font-size: 1rem;
}

.event-card .eyebrow {
  color: var(--mint);
}

.event-card--featured .eyebrow,
.event-card--featured p:not(.eyebrow),
.event-card--featured h3 {
  color: var(--ink);
}

.adventure {
  position: relative;
  padding: 120px 0 112px;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
}

.adventure h2 {
  margin-bottom: 64px;
}

.adventure-row {
  width: min(1832px, calc(100vw + 392px));
  gap: 24px;
  padding-right: 42vw;
}

.adventure-card {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative;
  flex: 0 0 524px;
  height: 600px;
  overflow: hidden;
  background: var(--slate);
  transition: transform 220ms ease, box-shadow 220ms ease;
  scroll-snap-align: start;
}

.adventure-card:hover {
  transform: translateY(-7px) scale(1.015);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.adventure-card > img {
  position: absolute;
  inset: -18px;
  width: calc(100% + 36px);
  height: calc(100% + 36px);
  max-width: none;
  object-fit: cover;
  transform: translate(var(--parallax-x), var(--parallax-y)) scale(1.04);
  transition: transform 180ms ease;
}

.adventure-card--photo::after {
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 33, 0.6);
  content: "";
}

.adventure-card > div {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 40px;
}

.adventure-card h3 {
  max-width: 360px;
  margin: 0 0 14px;
  font-size: 2.8rem;
  line-height: 1.1;
}

.adventure-card p:not(.eyebrow) {
  max-width: 350px;
  color: rgba(251, 248, 233, 0.8);
  font-size: 1.08rem;
}

.visit {
  position: relative;
  z-index: 2;
  padding-top: 112px;
}

.visit h2 {
  margin-bottom: 44px;
}

.visit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.visit__grid a {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--cream);
  border-radius: 999px;
  color: var(--cream);
  font-size: 1.12rem;
}

.membership {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  overflow: hidden;
  color: var(--cream);
}

.membership > img,
.membership__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.membership > img {
  object-fit: cover;
}

.membership__shade {
  background: rgba(12, 24, 33, 0.75);
}

.membership__content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100vw - 48px));
  text-align: center;
}

.membership h2 {
  margin-bottom: 16px;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.membership p {
  width: min(640px, 100%);
  margin: 0 auto 28px;
  color: rgba(251, 248, 233, 0.7);
  font-size: 1.2rem;
}

.membership__actions {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer {
  padding: 100px 0 40px;
  background: var(--ink);
  color: var(--cream);
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(4, 140px);
  gap: 56px;
}

.footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer h3 {
  margin: 0 0 12px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer nav a,
.footer p {
  color: rgba(251, 248, 233, 0.6);
  font-size: 0.9rem;
}

.newsletter {
  display: grid;
  width: min(400px, 100%);
  grid-template-columns: 1fr auto;
  gap: 18px 12px;
  align-content: start;
}

.newsletter h2,
.newsletter p {
  grid-column: 1 / -1;
}

.newsletter h2 {
  margin: 0;
  color: var(--cream);
  font-size: 1.75rem;
}

.newsletter p {
  margin: 0;
  line-height: 1.6;
}

.newsletter label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.newsletter input {
  width: 100%;
  min-height: 47px;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 247, 240, 0.1);
  color: var(--cream);
  padding: 0 18px;
  outline: 0;
}

.newsletter input::placeholder {
  color: rgba(251, 248, 233, 0.45);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 92px;
  padding-top: 40px;
  border-top: 1px solid rgba(251, 248, 233, 0.14);
}

.footer__bottom p {
  margin: 0;
}

.socials {
  display: flex;
  gap: 24px;
}

.socials a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--slate);
}

.socials img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1100px) {
  .utility {
    display: none;
  }

  .nav__inner {
    min-height: 92px;
  }

  .nav__links {
    display: none;
  }

  .hero {
    --hero-pattern-top: 92px;
    --hero-mark-top: 190px;
    --hero-s-width: 340px;
    --hero-s-height: 440px;
    --hero-s-half-width: 170px;
    min-height: 820px;
  }

  .hero__pattern {
    inset: var(--hero-pattern-top) -120px 0;
  }

  .hero__mark {
    width: var(--hero-s-width);
    height: var(--hero-s-height);
  }

  .hero__marquee {
    font-size: 4.4rem;
  }

  .feature__inner {
    padding: 90px 0 0;
  }

  .feature__copy {
    width: 620px;
    max-width: 100%;
  }

  .feature__skater {
    position: relative;
    top: auto;
    left: auto;
    width: min(760px, 100%);
    margin: -24px auto 0;
  }

  .philosophy__grid {
    gap: 32px;
  }

  .philosophy article img {
    width: min(260px, 100%);
  }

  .footer__top {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1280px);
  }

  .brand {
    width: 165px;
  }

  .brand img {
    width: 150px;
    max-height: 54px;
  }

  .nav .button {
    display: none;
  }

  .hero {
    --hero-pattern-top: 92px;
    --hero-mark-top: 174px;
    --hero-s-width: 260px;
    --hero-s-height: 336px;
    --hero-s-half-width: 130px;
    min-height: 620px;
  }

  .hero__pattern {
    inset: var(--hero-pattern-top) -160px 0;
  }

  .hero__mark {
    width: var(--hero-s-width);
    height: var(--hero-s-height);
  }

  .hero__marquee {
    left: -10px;
    font-size: 3rem;
  }

  .feature {
    min-height: 650px;
  }

  .feature__inner {
    min-height: 650px;
    padding-top: 64px;
  }

  .feature h1 {
    max-width: 315px;
    font-size: 2.15rem;
  }

  .feature p {
    max-width: 320px;
    font-size: 1rem;
  }

  .feature__swoop {
    left: 18%;
    width: 620px;
  }

  .feature__dots {
    margin-top: 40px;
  }

  .philosophy {
    padding: 86px 0;
  }

  .philosophy h2 {
    width: min(320px, 100%);
    margin-bottom: 48px;
    margin-inline: auto;
    max-width: 100%;
    font-size: 2.25rem;
  }

  .section-head h2,
  .adventure h2,
  .visit h2,
  .membership h2 {
    max-width: 100%;
    font-size: 2.45rem;
  }

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

  .philosophy article img {
    width: 220px;
  }

  .events {
    padding: 86px 0 104px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .section-actions {
    padding-bottom: 0;
  }

  .calendar-link {
    display: none;
  }

  .event-card {
    flex-basis: 320px;
  }

  .adventure {
    padding: 86px 0;
  }

  .adventure-card {
    flex-basis: 320px;
    height: 510px;
  }

  .adventure-card > div {
    padding: 28px;
  }

  .adventure-card h3 {
    font-size: 2.25rem;
  }

  .ticker {
    font-size: 2.9rem;
  }

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

  .membership {
    min-height: 420px;
  }

  .membership__actions {
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 72px;
  }

  .footer__links {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    gap: 40px;
  }

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

  .footer__bottom {
    align-items: start;
    flex-direction: column;
  }
}
