:root {
  --ink: #16201d;
  --soft: #4a574f;
  --muted: #6d7870;
  --paper: #f8f4ec;
  --paper-2: #efe5d3;
  --white: #ffffff;
  --line: rgba(22, 32, 29, 0.14);
  --pool: #0e7d84;
  --pool-dark: #07575f;
  --clay: #a75c39;
  --gold: #f0b560;
  --night: #111816;
  --shadow: 0 24px 70px rgba(20, 28, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

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

a {
  color: inherit;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(10, 18, 16, 0.82), rgba(10, 18, 16, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f8fffb 0 18%, #52c8c9 19% 43%, #07585f 44% 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.82), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 780;
}

.nav a {
  text-decoration: none;
}

.spring-hero {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.spring-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.spring-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 14, 13, 0.86) 0%, rgba(7, 14, 13, 0.56) 42%, rgba(7, 14, 13, 0.08) 80%),
    linear-gradient(0deg, rgba(7, 14, 13, 0.82) 0%, rgba(7, 14, 13, 0.1) 56%);
}

.spring-hero-content {
  position: relative;
  z-index: 3;
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 142px;
}

.spring-hero h1,
.queue-hero h1 {
  max-width: 950px;
  margin: 16px 0 18px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: 0;
}

.dek,
.queue-hero p {
  max-width: 760px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.hero-facts {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 54px;
  z-index: 4;
  width: min(430px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(14, 24, 22, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.hero-facts > span,
.eyebrow,
.visual-strip small,
.photo-card span,
.planner-card span,
.revenue-grid span,
.spring-card span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 900;
}

.hero-facts > span {
  color: #a8e5e4;
}

.hero-facts h2 {
  margin: 8px 0 16px;
  font-size: 30px;
  line-height: 1.04;
}

.hero-facts p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.fact-grid div {
  min-height: 76px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.fact-grid small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.fact-grid strong {
  font-size: 20px;
}

.visual-strip {
  position: relative;
  z-index: 5;
  width: min(1220px, calc(100% - 36px));
  margin: -50px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.visual-strip div {
  min-height: 112px;
  padding: 19px;
  border-right: 1px solid var(--line);
}

.visual-strip div:last-child {
  border-right: 0;
}

.visual-strip small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
}

.visual-strip strong {
  font-size: 21px;
  line-height: 1.18;
}

.wrap {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--pool-dark);
  background: rgba(16, 123, 131, 0.1);
}

.eyebrow.light {
  color: #cffafa;
  background: rgba(255, 255, 255, 0.1);
}

.eyebrow.dark {
  color: var(--pool-dark);
  background: rgba(16, 123, 131, 0.1);
}

h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3,
p {
  margin-top: 0;
}

.copy-card p,
.section-head p,
.copy-slots p,
.revenue-grid p,
.sources p,
.spring-card p {
  color: var(--soft);
  font-size: 18px;
}

.copy-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(20, 28, 24, 0.08);
}

.copy-card p:last-child {
  margin-bottom: 0;
}

.photo-section {
  padding: 92px 0;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 24, 22, 0.95), rgba(17, 24, 22, 0.99)),
    radial-gradient(circle at 14% 12%, rgba(16, 123, 131, 0.32), transparent 30%);
}

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

.section-head > div {
  max-width: 740px;
}

.section-head p {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.section-head.compact p {
  color: var(--soft);
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.photo-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #1a2421;
}

.photo-card.large {
  grid-row: span 2;
  min-height: 746px;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card div {
  position: absolute;
  inset: auto 16px 16px;
  padding: 16px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(10, 18, 16, 0.72);
  backdrop-filter: blur(18px);
}

.photo-card span {
  display: block;
  margin-bottom: 6px;
  color: #a8e5e4;
}

.photo-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.18;
}

.plan {
  background: var(--paper-2);
}

.plan-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  align-items: start;
}

.planner-card {
  position: sticky;
  top: 92px;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(7, 87, 95, 0.96), rgba(17, 24, 22, 0.98));
  box-shadow: var(--shadow);
}

.planner-card h2 {
  font-size: 42px;
}

.planner-card ul {
  display: grid;
  gap: 1px;
  overflow: hidden;
  padding: 0;
  margin: 24px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  list-style: none;
}

.planner-card li {
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.planner-card li span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.6);
}

.planner-card li strong {
  font-size: 18px;
}

.copy-slots {
  display: grid;
  gap: 16px;
}

.copy-slots article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.copy-slots article > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white);
  background: var(--clay);
  font-weight: 900;
}

.copy-slots h3 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.08;
}

.copy-slots p {
  margin-bottom: 0;
}

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

.revenue-grid article {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(20, 28, 24, 0.08);
}

.revenue-grid span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--pool-dark);
  background: rgba(16, 123, 131, 0.1);
}

.revenue-grid h3 {
  margin: 18px 0 10px;
  font-size: 30px;
  line-height: 1.04;
}

.revenue-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 0 15px;
  border-radius: 8px;
  color: var(--white);
  background: var(--pool-dark);
  text-decoration: none;
  font-weight: 900;
}

.sources {
  padding: 80px 0;
  background: var(--white);
}

.sources h2 {
  max-width: 760px;
}

.sources p {
  max-width: 780px;
  margin: 18px 0 26px;
}

.ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ledger a,
.ledger span {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--pool-dark);
  background: #f8fbf7;
  font-weight: 800;
  text-decoration: none;
}

.queue-hero {
  padding: 160px 0 70px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 14, 13, 0.88), rgba(7, 14, 13, 0.42)),
    url("rich/hero-people-soaking.png") center / cover;
}

.queue-hero h1 {
  margin-top: 18px;
}

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

.spring-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(20, 28, 24, 0.08);
}

.card-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.spring-card:hover .card-image img {
  transform: scale(1.035);
}

.card-body {
  padding: 18px;
}

.spring-card span {
  color: var(--pool-dark);
}

.spring-card h2 {
  margin: 8px 0;
  font-size: 26px;
  line-height: 1.05;
}

.spring-card h2 a {
  text-decoration: none;
}

.spring-card p {
  margin-bottom: 0;
  font-size: 16px;
}

.footer {
  padding: 28px clamp(18px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--night);
}

@media (max-width: 960px) {
  .nav {
    display: none;
  }

  .spring-hero {
    min-height: 910px;
  }

  .spring-hero-content {
    padding: 140px 0 312px;
  }

  .hero-facts {
    left: 18px;
    right: 18px;
    bottom: 28px;
    width: auto;
  }

  .visual-strip,
  .split,
  .gallery,
  .plan-grid,
  .revenue-grid,
  .ledger,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .visual-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .visual-strip div:last-child {
    border-bottom: 0;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    max-width: none;
    margin-top: 16px;
  }

  .photo-card.large,
  .photo-card {
    min-height: 430px;
  }

  .planner-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 560px) {
  .topbar {
    min-height: 64px;
  }

  .brand {
    font-size: 14px;
  }

  .spring-hero h1,
  .queue-hero h1 {
    font-size: clamp(46px, 15vw, 70px);
  }

  h2 {
    font-size: clamp(31px, 11vw, 48px);
  }

  .spring-hero-content {
    padding-bottom: 340px;
  }

  .button {
    width: 100%;
  }

  .fact-grid,
  .copy-slots article {
    grid-template-columns: 1fr;
  }

  .photo-card.large,
  .photo-card {
    min-height: 350px;
  }

  .photo-card div {
    inset: auto 10px 10px;
  }
}
