:root {
  --black: #10110f;
  --cream: #f3f1ec;
  --cream-soft: #e9e5dc;
  --olive: #112300;
  --olive-soft: #506958;
  --gold: #e7c77e;
  --ink: #151613;
  --muted: #363932;
  --hero-min: 92svh;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.12em;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}

.hero {
  min-height: var(--hero-min);
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--black);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(16, 17, 15, 0.28), rgba(16, 17, 15, 0.78) 72%),
    linear-gradient(180deg, rgba(16, 17, 15, 0.24), rgba(16, 17, 15, 0.74));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 104px 0 84px;
  text-align: center;
  color: var(--cream);
}

.event-time {
  margin: 0 0 48px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.event-time span {
  display: block;
}

h1,
h2 {
  margin: 0;
  font-family: "League Gothic", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4.3rem, 10vw, 9.5rem);
  line-height: 0.82;
  color: #f7f5ef;
  text-wrap: balance;
}

.hero-content p:not(.event-time) {
  margin: 28px auto 0;
  max-width: 740px;
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  line-height: 1.45;
}

.hero-content p + p:not(.event-time) {
  margin-top: 18px;
}

.read-more {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--black);
  color: #f7f5ef;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.read-more span {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #bf883c;
  color: var(--black);
  font-size: 2rem;
  line-height: 1;
}

.stops {
  background: var(--cream);
}

.stop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 0;
}

.stop-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 84px) clamp(34px, 7vw, 96px);
  background: var(--cream);
}

.stop-copy h2 {
  color: var(--olive-soft);
  font-size: clamp(3.4rem, 5vw, 6.2rem);
  line-height: 0.88;
}

.stop-copy h3 {
  margin: 10px 0 34px;
  color: var(--olive-soft);
  font-family: "League Gothic", Impact, sans-serif;
  font-size: clamp(3rem, 4.6vw, 5.6rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: none;
}

.stop-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.62rem);
  line-height: 1.45;
}

.stop-links {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.55vw, 1.48rem);
  font-weight: 800;
  line-height: 1.3;
}

.stop-image {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  background: var(--black);
}

.stop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stop-two .stop-copy {
  padding-left: clamp(44px, 8vw, 120px);
}

.stop-three .stop-copy {
  background: var(--olive);
}

.stop-three .stop-copy h2,
.stop-three .stop-copy h3,
.stop-three .stop-copy p,
.stop-three .stop-links {
  color: var(--gold);
}

.stop-three .stop-copy p {
  color: #f0e5c6;
}

.host {
  min-height: 260px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(42px, 7vw, 88px) clamp(28px, 8vw, 112px);
  background: var(--cream);
  border-top: 1px solid rgba(17, 35, 0, 0.12);
}

.host-photo {
  width: clamp(92px, 11vw, 150px);
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  background: var(--olive-soft);
}

.host-copy h2 {
  color: var(--olive-soft);
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.9;
}

.host-copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
  line-height: 1.45;
}

.host-link {
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 920px) {
  body {
    font-size: 16px;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-content {
    padding: 74px 0 58px;
  }

  .event-time {
    margin-bottom: 32px;
  }

  .hero-content p:not(.event-time) {
    max-width: 520px;
  }

  .read-more {
    min-height: 92px;
  }

  .read-more span {
    width: 46px;
    height: 46px;
    font-size: 1.55rem;
  }

  .stop {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .stop-two .stop-image {
    order: 2;
  }

  .stop-two .stop-copy {
    order: 1;
    padding-left: clamp(28px, 8vw, 72px);
  }

  .stop-copy {
    min-height: 520px;
    padding: clamp(52px, 9vw, 82px) clamp(28px, 8vw, 72px);
  }

  .stop-image {
    min-height: 430px;
  }

  .host {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .host-link {
    grid-column: 2;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(4rem, 19vw, 6.4rem);
  }

  .event-time {
    font-size: 0.95rem;
  }

  .hero-content p:not(.event-time) {
    font-size: 1.18rem;
  }

  .read-more {
    font-size: 0.88rem;
  }

  .stop-copy {
    min-height: 0;
  }

  .stop-copy h2 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .stop-copy h3 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .stop-copy p,
  .stop-links {
    font-size: 1.08rem;
  }

  .stop-image {
    min-height: 320px;
  }

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

  .host-photo {
    width: 112px;
  }

  .host-link {
    grid-column: auto;
  }
}

@media (max-width: 920px) and (max-height: 680px) {
  .hero {
    min-height: calc(100svh - 84px);
  }

  .hero-content {
    padding: 42px 0 36px;
  }

  .event-time {
    margin-bottom: 24px;
  }

  .read-more {
    min-height: 84px;
  }
}

@media (max-width: 560px) and (max-height: 560px) {
  h1 {
    font-size: clamp(3.7rem, 17vw, 5.6rem);
  }

  .event-time {
    margin-bottom: 18px;
    font-size: 0.82rem;
  }

  .hero-content p:not(.event-time) {
    margin-top: 16px;
    font-size: 1.08rem;
  }

  .hero-content p + p:not(.event-time) {
    margin-top: 10px;
  }
}

@media (min-width: 921px) and (max-height: 760px) {
  :root {
    --hero-min: calc(100svh - 88px);
  }

  .hero-content {
    padding: 48px 0 36px;
  }

  .event-time {
    margin-bottom: 22px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(4rem, 8vw, 7.2rem);
  }

  .hero-content p:not(.event-time) {
    margin-top: 18px;
    font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  }

  .hero-content p + p:not(.event-time) {
    margin-top: 10px;
  }

  .read-more {
    min-height: 88px;
  }

  .read-more span {
    width: 46px;
    height: 46px;
    font-size: 1.55rem;
  }
}

@media (min-width: 921px) and (max-height: 560px) {
  :root {
    --hero-min: calc(100svh - 76px);
  }

  .hero-content {
    padding: 28px 0 24px;
  }

  .event-time {
    margin-bottom: 14px;
    font-size: 0.8rem;
  }

  h1 {
    font-size: clamp(3.3rem, 7vw, 5.6rem);
  }

  .hero-content p:not(.event-time) {
    margin-top: 12px;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
  }

  .hero-content p + p:not(.event-time) {
    margin-top: 6px;
  }

  .read-more {
    min-height: 76px;
  }

  .read-more span {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }
}
