:root {
  --ink: #12100d;
  --paper: #f3eadc;
  --orange: #ff4b0b;
  --orange2: #c92d00;
  --yellow: #ffc400;
  --blue: #0288d1;
  --muted: #75695c;
  --line: #d9c6ae;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}
main {
  overflow: hidden;
}
.hero {
  position: relative;
  min-height: 760px;
  background:
    radial-gradient(circle at 86% 34%, rgba(0, 136, 209, 0.18), transparent 28%),
    radial-gradient(circle at 8% 80%, rgba(255, 75, 11, 0.16), transparent 30%),
    linear-gradient(118deg, #f6ecdc 0 58%, #e5d2b8 100%);
  color: var(--ink);
  padding: 42px max(6vw, 24px) 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 5vw;
  align-items: center;
  border-bottom: 9px solid var(--orange);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 -2px;
  height: 85px;
  background: linear-gradient(176deg, transparent 49%, var(--paper) 50%);
}
.hero-copy,
.hero-prize {
  position: relative;
  z-index: 1;
}
.event-lockup {
  display: block;
  width: min(720px, 100%);
  height: auto;
  filter: drop-shadow(0 5px 0 rgba(255, 75, 11, 0.18));
  margin: 0;
}
.brand-lockup {
  width: min(740px, 112%);
  margin: -18px 0 12px -2%;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--orange);
  font-size: 0.85rem;
}
.hero h1 {
  margin: 12px 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 900px;
}
.hero h1 span {
  color: var(--orange);
  text-shadow: 3px 3px 0 #2a1d14;
}
.entry h2 span {
  color: var(--yellow);
  text-shadow: 3px 3px 0 var(--orange2);
}
.lead {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.5;
  max-width: 650px;
  color: #4d4035;
}
.event-row {
  display: flex;
  gap: 16px;
  margin: 30px 0 34px;
}
.event-row > div {
  min-width: 210px;
  background: var(--ink);
  border-left: 7px solid var(--orange);
  padding: 15px 22px 14px 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 6px 6px 0 rgba(255, 75, 11, 0.28);
}
.event-row strong {
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.event-row span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-top: 7px;
  text-transform: uppercase;
}
.cta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 18px 22px;
  clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
  transition:
    transform 0.18s,
    background 0.18s;
}
.cta:hover {
  background: #ff641f;
  transform: translateY(-2px);
}
.hero-prize {
  align-self: end;
  margin-bottom: 65px;
}
.hero-prize img {
  display: block;
  width: min(450px, 100%);
  /* A width/height ATTRIBUTE on an <img> also acts as a CSS height hint. With the width
     capped here and no height declared, the photo was held at its attribute height (760px)
     while the width shrank to 450px, squashing a square image ~41% narrower. height:auto
     lets the intrinsic aspect ratio win. Same pattern as .event-lockup above. */
  height: auto;
  margin: auto;
  mix-blend-mode: multiply;
}
.hero-prize ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 12px auto 0;
  max-width: 430px;
  gap: 10px;
}
.hero-prize li {
  background: var(--ink);
  color: #fff;
  border-left: 5px solid var(--orange);
  padding: 12px 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  box-shadow: 4px 4px 0 rgba(255, 75, 11, 0.22);
}
.burst {
  position: absolute;
  z-index: 2;
  right: 1%;
  top: -8%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--yellow);
  color: var(--ink);
  font:
    900 1.5rem/1 Impact,
    sans-serif;
  transform: rotate(7deg);
  box-shadow:
    0 0 0 7px var(--orange),
    0 0 0 10px #17130e;
}
.burst small {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.entry {
  max-width: 1180px;
  margin: 0 auto;
  padding: 65px 28px 80px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 6vw;
  align-items: start;
}
.entry-intro {
  position: sticky;
  top: 35px;
}
.entry h2,
.poster-strip h2,
.success h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.3rem, 5.5vw, 5.5rem);
  line-height: 0.94;
  text-transform: uppercase;
  margin: 12px 0 22px;
}
.entry-intro > p:not(.section-kicker) {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #554b42;
}
.rugged-logo {
  width: 210px;
  height: auto;
  margin-top: 24px;
  mix-blend-mode: multiply;
}
form {
  background: #fffaf2;
  border: 1px solid var(--line);
  box-shadow: 14px 14px 0 #1b1712;
  padding: clamp(24px, 4vw, 44px);
  scroll-margin-top: 28px;
}
label {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  margin-bottom: 18px;
}
label > span {
  color: var(--orange);
}
input {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 2px solid #b9a58d;
  background: #fff;
  padding: 14px 13px;
  font: inherit;
  font-size: 1rem;
  border-radius: 0;
  outline: none;
}
input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 75, 11, 0.18);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #65594e;
}
.check input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 1px 0;
  accent-color: var(--orange);
}
.check span {
  color: inherit;
}
button {
  width: 100%;
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 18px 22px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 6px 6px 0 var(--ink);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
button:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--ink);
}
button:focus-visible,
.cta:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}
.fine,
.form-status {
  text-align: center;
  color: #76695c;
  font-size: 0.78rem;
  margin: 17px 0 0;
}
.form-status.error {
  color: #b52800;
  font-weight: 700;
}
.success {
  grid-column: 2;
  background: #fffaf2;
  border: 1px solid var(--line);
  box-shadow: 14px 14px 0 #1b1712;
  padding: 45px;
}
.success-mark {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: var(--orange);
  color: white;
  font-size: 2.4rem;
  font-weight: 900;
}
.success p:not(.section-kicker) {
  line-height: 1.55;
  color: #5d5146;
}
.poster-strip {
  background: #15120f;
  color: white;
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) 1fr;
  align-items: center;
  gap: 7vw;
  padding: 75px max(7vw, 28px);
}
.poster-strip > img {
  display: block;
  width: min(440px, 100%);
  height: auto;
  justify-self: end;
  border: 5px solid white;
  box-shadow: 16px 18px 0 var(--orange);
  transform: rotate(-1deg);
}
.poster-strip > div {
  max-width: 600px;
}
.poster-strip p:last-child {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #d4c6b5;
}
footer {
  background: #060504;
  color: #c8bbab;
  text-align: center;
  padding: 42px 20px;
}
footer img {
  width: 220px;
  max-width: 70%;
  height: auto;
}
footer p {
  font-size: 0.86rem;
  margin: 14px 0 0;
}
@media (max-width: 820px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 25px 20px 100px;
    background:
      radial-gradient(circle at 72% 62%, rgba(0, 136, 209, 0.16), transparent 35%),
      radial-gradient(circle at 8% 25%, rgba(255, 75, 11, 0.15), transparent 28%),
      linear-gradient(150deg, #f6ecdc, #e5d2b8);
  }
  .event-lockup {
    /* The lockup deliberately bleeds wider than the text column (108%), and at tablet widths
       it is capped at 620px and so ends up narrower than that column. Either way it must stay
       centred on the column: auto margins do nothing once a box overflows its container, so
       pull it back by half of its own overflow instead. The same expression centres it in both
       cases - without it the over-wide box sat left-aligned, putting the lockup ~18px right of
       centre on a phone and ~83px left of centre on a tablet. */
    width: min(620px, 108%);
    margin-left: calc((100% - min(620px, 108%)) / 2);
    margin-right: 0;
  }
  .brand-lockup {
    width: 108%;
    margin: -10px 0 8px -4%;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }
  .lead {
    font-size: 1rem;
  }
  .hero-prize {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 15px 0 10px;
  }
  .hero-prize img {
    width: min(360px, 88vw);
  }
  .burst {
    right: 8%;
    top: -4%;
    width: 92px;
    height: 92px;
    font-size: 1.15rem;
  }
  .hero-prize ul {
    width: 100%;
    margin: 14px 0 0;
  }
  .entry {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 50px 20px 60px;
  }
  .entry-intro {
    position: static;
  }
  .success {
    grid-column: auto;
  }
  .poster-strip {
    grid-template-columns: 1fr;
    padding: 65px 22px;
  }
  .poster-strip > img {
    justify-self: center;
    width: min(380px, 88vw);
  }
  .poster-strip > div {
    order: -1;
  }
  .poster-strip h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 520px) {
  .hero {
    padding-top: 20px;
  }
  .eyebrow {
    font-size: 0.74rem;
  }
  .event-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .event-row > div {
    min-width: 0;
    padding: 14px 10px 13px 12px;
  }
  .event-row strong {
    font-size: 1.45rem;
  }
  .event-row span {
    font-size: 0.76rem;
  }
  .cta {
    width: 100%;
    justify-content: center;
  }
  .hero-prize ul {
    grid-template-columns: 1fr 1fr;
  }
  .entry h2 {
    font-size: 3.6rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  form,
  .success {
    padding: 24px 18px;
    box-shadow: 8px 8px 0 #1b1712;
  }
  .poster-strip h2 {
    font-size: 3.3rem;
  }
}

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 136, 209, 0.18), transparent 24%),
    radial-gradient(circle at 10% 85%, rgba(255, 75, 11, 0.17), transparent 28%),
    var(--paper);
  padding: 30px 22px 0;
}
.thanks-wrap {
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
}
.thanks-logo {
  width: min(700px, 100%);
  height: auto;
  margin: -30px auto -30px;
  filter: drop-shadow(0 5px 0 rgba(255, 75, 11, 0.18));
}
.thanks-check {
  width: 78px;
  height: 78px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: var(--orange);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  box-shadow: 7px 7px 0 var(--ink);
}
.thanks-page h1 {
  margin: 8px 0 12px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.3rem, 10vw, 8rem);
  line-height: 0.88;
  text-transform: uppercase;
}
.thanks-lead {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  line-height: 1.55;
  color: #514439;
}
.expo-reminder {
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 150px minmax(280px, 1fr) minmax(250px, 0.8fr);
  align-items: stretch;
  padding: 0;
  box-shadow: 12px 12px 0 var(--orange);
  overflow: hidden;
}
.expo-label {
  display: grid;
  place-content: center;
  padding: 24px 16px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.expo-date {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px;
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}
.expo-date strong {
  font-size: 1.22em;
  font-weight: inherit;
}
.expo-location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 24px;
  border-left: 1px solid rgba(255,255,255,.2);
  text-align: left;
  text-transform: uppercase;
}
.expo-location b {
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1;
}
.expo-location span {
  display: block;
  margin-top: 8px;
  color: #d9cdbd;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.ticket-cta {
  margin: 14px 12px 0;
  padding: 22px 24px;
  background: #fffaf2;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(18, 16, 13, .16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
}
.ticket-cta-copy h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
}
.ticket-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  padding: 16px 22px;
  background: var(--orange);
  color: #fff;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.ticket-cta a:hover {
  background: #ff641f;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--ink);
}
.ticket-cta a:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}
.ticket-cta a span {
  font-size: 1.35rem;
  line-height: 1;
}
.josh-story {
  max-width: 820px;
  margin: 58px auto 0;
  padding-bottom: 55px;
}
.josh-story h2 {
  margin: 8px 0 16px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
}
.josh-story p:last-child {
  margin: 0 auto;
  max-width: 720px;
  color: #55483d;
  font-size: 1.05rem;
  line-height: 1.65;
}
.thanks-footer {
  margin: 0 -22px;
}
@media (max-width: 600px) {
  .thanks-page { padding-top: 18px; }
  .thanks-logo { width: 112%; margin: -22px -6% -24px; }
  .thanks-check { width: 66px; height: 66px; font-size: 2rem; }
  .expo-reminder { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--orange); }
  .expo-label { padding: 10px 12px; }
  .expo-date { padding: 24px 12px 16px; font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .expo-location { padding: 14px 14px 22px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); text-align: center; }
  .ticket-cta { margin: 12px 7px 0; padding: 22px 18px; flex-direction: column; align-items: stretch; gap: 18px; text-align: center; }
  .ticket-cta a { width: 100%; }
  .josh-story { margin-top: 46px; padding-bottom: 42px; }
}

/* ==========================================================================
   ADDITIONS - the rules above are the reference stylesheet, kept verbatim so
   the look matches. These are the booth/phone fixes and the states the
   reference did not have: per-field errors, the already-entered panel, the
   offline notice, and a thumb-reachable bar (the form sits ~2100px down).
   ========================================================================== */

/* Honeypot. A real person never sees this field, so anything in it is a bot. */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Per-field errors, instead of the reference's single generic line. */
.field-error {
  display: none;
  margin: 6px 0 0;
  color: #b52800;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}
.field-error.show {
  display: block;
}
input.invalid,
input[aria-invalid="true"] {
  border-color: #b52800;
  box-shadow: 0 0 0 3px rgba(181, 40, 0, 0.14);
}
.check.invalid,
.check.invalid span {
  color: #b52800;
}
.consent-extra {
  display: block;
  margin-top: 7px;
  color: #76695c;
  font-size: 0.78rem;
}

/* Form status. .error already exists in the reference. */
.form-status.ok {
  color: #1a6b2f;
  font-weight: 700;
}
.form-status.offline {
  color: #8a5a00;
  font-weight: 700;
}

/* Already-entered panel: informational, not an error. */
.already {
  margin: 20px 0 0;
  padding: 18px 16px;
  background: #fff4e0;
  border: 2px solid var(--orange);
  box-shadow: 5px 5px 0 rgba(255, 75, 11, 0.22);
}
.already h3 {
  margin: 0 0 6px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.already p {
  margin: 0 0 10px;
  color: #55483d;
  font-size: 0.92rem;
  line-height: 1.5;
}
.already a {
  color: var(--orange2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
button[disabled] {
  opacity: 0.72;
  cursor: progress;
  transform: none;
  box-shadow: 6px 6px 0 var(--ink);
}

/* The reference bleeds the footer by -22px to cancel a padding that in fact lives on
   <main>, not on the footer's parent. Result: 22px of horizontal scroll on every
   phone. Full-bleed is what it wants anyway, so drop the negative margin. */
.thanks-footer {
  margin: 0;
}

/* Sticky thumb bar. Hidden above 820px, and hidden while the form itself is
   on screen so it can never cover the submit button. */
.cta-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(18, 16, 13, 0.96);
  border-top: 4px solid var(--orange);
  transform: translateY(130%);
  transition: transform 0.22s ease;
}
.cta-bar.show {
  transform: translateY(0);
}
.cta-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 1rem;
  clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
}
.cta-bar a:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 3px;
}
body.has-bar {
  padding-bottom: calc(78px + env(safe-area-inset-bottom));
}
@media (max-width: 820px) {
  .cta-bar {
    display: block;
  }
}
@media print {
  .cta-bar {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------------
   The "OCTOBER 3-4" line on the thank-you page.

   At the reference size it needed ~14% more width than any phone has, so it wrapped onto
   two lines from 320px all the way to 540px. Sized from a measurement rather than by eye:
   10.5vw holds it on one line from 320px up with 7-10% to spare. Placed last on purpose,
   so it wins against the reference's own @media rule (same specificity, later source).
   --------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .expo-date {
    font-size: clamp(2.2rem, 10.5vw, 4.3rem);
    padding: 22px 10px 18px;
  }
}

/* The reminder's three columns need 680px, and the page padding takes another 44 - so
   below ~769px the GRID itself overflowed and the reminder's overflow:hidden silently cut
   the date off (measured: 82px missing at 700px). No font size can fix that; the reminder
   has to stack earlier than the reference's 600px. Only the reminder is restacked, so the
   rest of the page keeps the reference's own mobile breakpoints. */
@media (min-width: 601px) and (max-width: 768px) {
  .expo-reminder {
    grid-template-columns: 1fr;
    box-shadow: 8px 8px 0 var(--orange);
  }
  .expo-label {
    padding: 10px 12px;
  }
  .expo-location {
    padding: 14px 14px 22px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
}

/* Where the three columns DO fit (769px up) the middle column is far narrower than a
   4.3rem date needs until well past 1000px. "OCTOBER 3-4" needs roughly 7x its font size
   in width, so the font tracks (100vw - 484px) / 7.9 up to the reference's own 4.3rem
   ceiling and holds there.
   This deliberately spans the whole range rather than hand back to the reference's 5vw
   desktop rule at 1001px: that rule is smaller than this one, so handing back made the
   date visibly SHRINK as the window got wider (65px -> 50px at the boundary). */
@media (min-width: 769px) {
  .expo-date {
    font-size: min(4.3rem, calc((100vw - 484px) / 7.9));
  }
}
