@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Bebas+Neue&family=DM+Mono:wght@400;500&display=swap');

:root {
  --black: #0b0b0b;
  --black-soft: #151313;
  --cream: #f4ead8;
  --cream-light: #fff9ee;
  --red: #d94c57;
  --red-deep: #b62f3c;
  --pink: #dc7187;
  --ink-soft: #514742;
  --line: rgba(11, 11, 11, 0.22);
  --line-light: rgba(244, 234, 216, 0.28);
  --mono: 'DM Mono', 'Courier New', monospace;
  --condensed: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --max: 1320px;
  --shadow: 10px 10px 0 var(--black);
}

html { overflow-x: hidden; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: var(--condensed);
  font-size: 18px;
  line-height: 1.35;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: '';
  opacity: 0.13;
  pointer-events: none;
  background-image: radial-gradient(rgba(244, 234, 216, 0.4) 0.55px, transparent 0.8px);
  background-size: 6px 6px;
  mix-blend-mode: screen;
}

a { color: inherit; }

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

button, a { -webkit-tap-highlight-color: transparent; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell { width: min(var(--max), calc(100% - 72px)); margin-inline: auto; }

.section-pad { padding-block: 132px; }

.official-banner {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 15px;
  padding: 8px 20px;
  color: var(--cream-light);
  background: var(--red-deep);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.official-banner a { text-underline-offset: 3px; }

.official-banner__led {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: var(--pink);
  border: 1px solid var(--cream-light);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(220, 113, 135, 0.23);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 14px max(36px, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: rgba(11, 11, 11, 0.94);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(13px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; text-decoration: none; }

.brand__seal {
  width: 57px;
  height: 57px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid var(--pink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--red);
}

.brand__seal img { width: 100%; height: 100%; object-fit: contain; }

.brand__copy { display: grid; gap: 3px; }

.brand__name { color: var(--cream-light); font-family: var(--display); font-size: 32px; line-height: 0.84; letter-spacing: 0.01em; }

.brand__name b { color: var(--pink); font-weight: 400; }

.brand__descriptor { color: rgba(244, 234, 216, 0.6); font-family: var(--mono); font-size: 8px; letter-spacing: 0.04em; line-height: 1.2; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; text-transform: uppercase; }

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

.site-nav a:not(.nav-cta) { color: rgba(244, 234, 216, 0.7); transition: color 160ms ease; }

.site-nav a:not(.nav-cta):hover, .site-nav a.is-active { color: var(--pink); }

.nav-cta { padding: 12px 15px; color: var(--black); background: var(--cream); border: 1px solid var(--cream); transition: color 160ms ease, background 160ms ease, transform 160ms ease; }

.nav-cta:hover { color: var(--cream); background: var(--black); transform: translate(-2px, -2px); }

.nav-toggle { display: none; }

.hero {
  position: relative;
  width: min(var(--max), calc(100% - 72px));
  min-height: calc(100svh - 130px);
  display: grid;
  grid-template-columns: minmax(300px, 0.77fr) minmax(0, 1.23fr);
  align-items: center;
  gap: clamp(55px, 7vw, 112px);
  padding-block: 67px 92px;
  margin-inline: auto;
}

.hero::before {
  position: absolute;
  top: 31px;
  right: -70px;
  content: 'BREAKFAST REPUBLIC';
  color: rgba(244, 234, 216, 0.07);
  font-family: var(--display);
  font-size: clamp(100px, 16vw, 230px);
  line-height: 0.75;
  white-space: nowrap;
  pointer-events: none;
}

.hero__copy, .hero__stage { position: relative; z-index: 1; }

.kicker { margin: 0 0 26px; color: rgba(11, 11, 11, 0.62); font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; line-height: 1.3; text-transform: uppercase; }

.kicker span { color: var(--red-deep); }

.kicker--light { color: rgba(244, 234, 216, 0.58); }

.kicker--light span { color: var(--pink); }

.hero .kicker { color: rgba(244, 234, 216, 0.59); }

.hero .kicker span { color: var(--pink); }

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

h1, h2 { margin-bottom: 0; font-weight: 400; }

h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }

h1 { color: var(--cream-light); font-size: clamp(84px, 10vw, 158px); letter-spacing: 0.005em; line-height: 0.8; }

h2 { color: var(--black); font-size: clamp(70px, 8vw, 130px); letter-spacing: 0.005em; line-height: 0.8; }

h1 em, h2 em { color: var(--red); font-style: normal; }

.hero__lede { max-width: 410px; margin: 35px 0 31px; color: rgba(244, 234, 216, 0.74); font-size: 21px; line-height: 1.22; }

.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }

.button { display: inline-flex; align-items: baseline; gap: 8px; padding: 16px 18px 14px; border: 1px solid transparent; font-family: var(--mono); font-size: 10px; letter-spacing: 0.03em; text-decoration: none; text-transform: uppercase; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }

.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--pink); }

.button--red { color: var(--cream-light); background: var(--red); border-color: var(--red); }

.button--red span { color: rgba(255, 249, 238, 0.62); }

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

.hero__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 70px; padding-top: 14px; border-top: 1px solid var(--line-light); }

.hero__facts div { display: grid; gap: 7px; }

.hero__facts span { color: rgba(244, 234, 216, 0.48); font-family: var(--mono); font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase; }

.hero__facts strong { color: var(--cream); font-family: var(--condensed); font-size: 18px; font-weight: 600; line-height: 1.05; }

.hero__stage { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(150px, 0.56fr); gap: 17px; align-items: stretch; }

.photo-card { position: relative; overflow: hidden; margin: 0; background: var(--black-soft); border: 2px solid var(--cream); }

.photo-card::after { position: absolute; inset: 0; content: ''; border: 1px solid rgba(11, 11, 11, 0.16); pointer-events: none; }

.photo-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.12) contrast(1.04); }

.photo-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; gap: 3px; padding: 36px 12px 10px; color: var(--cream-light); background: linear-gradient(transparent, rgba(11, 11, 11, 0.87)); font-family: var(--mono); font-size: 7px; letter-spacing: 0.01em; line-height: 1.3; }

.photo-card figcaption a { color: var(--pink); text-underline-offset: 3px; }

.hero__main-photo { min-height: 570px; transform: rotate(-1.8deg); box-shadow: var(--shadow); }

.hero__main-photo img { object-position: center; }

.hero__side-photos { position: relative; display: grid; grid-template-rows: minmax(250px, 1fr) 170px; gap: 17px; padding-top: 38px; }

.photo-card--small { min-height: 280px; transform: rotate(2.4deg); box-shadow: 6px 6px 0 var(--red); }

.photo-card--small img { object-position: center; }

.hero__ticket { position: absolute; z-index: 3; top: -27px; right: 42px; display: grid; gap: 11px; width: 178px; padding: 14px 15px 13px; color: var(--black); background: var(--pink); border: 2px solid var(--black); box-shadow: 7px 7px 0 var(--cream); font-family: var(--mono); font-size: 9px; letter-spacing: 0.05em; line-height: 1.1; transform: rotate(4deg); text-transform: uppercase; }

.hero__ticket strong { font-family: var(--display); font-size: 31px; letter-spacing: 0.02em; line-height: 0.83; }

.hero__ticket small { font-size: 7px; }

.hero__seal { position: relative; display: grid; place-items: center; width: 165px; height: 165px; justify-self: center; align-self: center; color: var(--cream); border: 3px solid var(--red); border-radius: 50%; transform: rotate(-11deg); }

.hero__seal img { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); object-fit: contain; border-radius: 50%; }

.hero__seal span { position: relative; z-index: 1; padding: 5px 7px; color: var(--cream-light); background: var(--red-deep); font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; line-height: 1.1; text-align: center; }

.signal-strip { overflow: hidden; contain: paint; color: var(--cream-light); background: var(--red); border-block: 2px solid var(--black); }

.signal-strip__inner { width: max-content; display: flex; align-items: center; gap: 24px; padding: 15px 0 13px; animation: ticker 28s linear infinite; font-family: var(--display); font-size: 25px; letter-spacing: 0.08em; line-height: 1; }

.signal-strip__inner img { width: 30px; height: 30px; object-fit: contain; border: 1px solid var(--cream-light); border-radius: 50%; }

.signal-strip__inner i { width: 7px; height: 7px; display: block; flex: 0 0 auto; background: var(--pink); border-radius: 50%; }

@keyframes ticker { from { transform: translateX(-25%); } to { transform: translateX(0); } }

.menu-board { position: relative; padding: 86px 5.3vw 68px; margin-top: 0; color: var(--black); background: var(--cream); border: 2px solid var(--black); border-top: 0; }

.menu-board::before, .menu-board::after { position: absolute; width: 22px; height: 22px; content: ''; border: 2px solid var(--red); }

.menu-board::before { top: 26px; left: 27px; border-right: 0; border-bottom: 0; }

.menu-board::after { right: 27px; bottom: 27px; border-top: 0; border-left: 0; }

.menu-board__top { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 58px; }

.menu-board__top h2 { font-size: clamp(75px, 9vw, 136px); }

.menu-board__note { display: flex; align-items: center; gap: 12px; padding-bottom: 5px; }

.menu-board__note img { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; }

.menu-board__note p { margin: 0; color: var(--red-deep); font-family: var(--mono); font-size: 9px; line-height: 1.4; text-transform: uppercase; }

.menu-board__grid { display: grid; grid-template-columns: 1.12fr 0.94fr 0.94fr; align-items: start; gap: 16px; }

.menu-item { padding: 15px; color: var(--cream); background: var(--black); border: 2px solid var(--black); }

.menu-item--feature { background: var(--black-soft); transform: translateY(25px); }

.menu-item--red { color: var(--cream-light); background: var(--red); }

.menu-item--cream { color: var(--black); background: var(--cream-light); }

.menu-item__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; font-family: var(--mono); font-size: 9px; letter-spacing: 0.06em; line-height: 1.1; text-transform: uppercase; }

.menu-item__head b { color: var(--pink); font-weight: 500; }

.menu-item--red .menu-item__head b { color: var(--cream); }

.menu-item--cream .menu-item__head b { color: var(--red-deep); }

.menu-item__photo { position: relative; height: 245px; overflow: hidden; margin: 0; border: 1px solid rgba(244, 234, 216, 0.4); }

.menu-item--feature .menu-item__photo { height: 310px; }

.menu-item__photo img { width: 100%; height: 100%; object-fit: cover; }

.menu-item__photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 2px; padding: 35px 10px 8px; color: var(--cream-light); background: linear-gradient(transparent, rgba(11, 11, 11, 0.85)); font-family: var(--mono); font-size: 7px; line-height: 1.2; }

.menu-item__photo figcaption a { color: var(--pink); text-underline-offset: 3px; }

.menu-item--red .menu-item__photo figcaption a, .menu-item--cream .menu-item__photo figcaption a { color: var(--cream-light); }

.menu-item__copy { padding: 20px 2px 5px; }

.menu-item__title { display: flex; align-items: end; justify-content: space-between; gap: 12px; border-bottom: 1px solid currentColor; }

.menu-item h3 { margin-bottom: 5px; font-size: clamp(37px, 4vw, 62px); letter-spacing: 0.01em; line-height: 0.8; }

.menu-item__title span { padding-bottom: 8px; font-family: var(--mono); font-size: 8px; letter-spacing: 0.05em; text-transform: uppercase; }

.menu-item p { min-height: 65px; margin: 14px 0 0; color: rgba(244, 234, 216, 0.73); font-size: 17px; line-height: 1.14; }

.menu-item--cream p { color: var(--ink-soft); }

.menu-board__foot { display: grid; grid-template-columns: max-content 1fr; gap: 22px; max-width: 650px; padding-top: 64px; font-family: var(--mono); font-size: 9px; line-height: 1.5; text-transform: uppercase; }

.menu-board__foot p { margin: 0; color: rgba(11, 11, 11, 0.63); }

.menu-board__stamp { color: var(--red-deep); }

.rhythm { color: var(--cream); background: var(--black); border-top: 2px solid var(--red); }

.rhythm__layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(60px, 11vw, 165px); align-items: start; }

.section-seal { position: relative; width: 83px; height: 83px; display: grid; place-items: center; margin-bottom: 35px; border: 2px solid var(--pink); border-radius: 50%; transform: rotate(-9deg); }

.section-seal img { width: 62px; height: 62px; object-fit: contain; border-radius: 50%; }

.section-seal span { position: absolute; right: -13px; bottom: -8px; padding: 3px 5px; color: var(--black); background: var(--pink); font-family: var(--mono); font-size: 9px; }

.rhythm h2 { color: var(--cream-light); }

.rhythm h2 em { color: var(--pink); }

.rhythm__lede { max-width: 390px; margin: 34px 0 0; color: rgba(244, 234, 216, 0.66); font-size: 21px; line-height: 1.15; }

.rhythm__list { padding-top: 28px; }

.rhythm-row { display: grid; grid-template-columns: 42px 1fr 24px; gap: 18px; align-items: start; padding: 24px 0 22px; border-top: 1px solid var(--line-light); }

.rhythm-row > span { color: var(--pink); font-family: var(--mono); font-size: 11px; }

.rhythm-row h3 { margin: 0 0 8px; color: var(--cream-light); font-size: clamp(34px, 4vw, 58px); letter-spacing: 0.01em; line-height: 0.84; }

.rhythm-row p { max-width: 500px; margin: 0; color: rgba(244, 234, 216, 0.62); font-size: 17px; line-height: 1.15; }

.rhythm-row > b { color: var(--red); font-family: var(--display); font-size: 33px; font-weight: 400; line-height: 0.7; }

.coffee-break { display: grid; grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr); align-items: center; gap: clamp(60px, 11vw, 165px); padding-block: 124px; color: var(--black); background: var(--cream); }

.coffee-break__photo { height: 530px; transform: rotate(2deg); box-shadow: var(--shadow); }

.coffee-break__photo img { object-position: center; }

.coffee-break__copy { max-width: 555px; }

.coffee-break__copy h2 { font-size: clamp(78px, 8vw, 126px); }

.coffee-break__copy > p:not(.kicker) { max-width: 480px; margin: 35px 0 0; color: var(--ink-soft); font-size: 23px; line-height: 1.08; }

.language-tickets { margin-top: 38px; border-top: 2px solid var(--black); }

.language-tickets div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: center; padding: 13px 0 12px; border-bottom: 1px solid var(--line); }

.language-tickets span { color: var(--red-deep); font-family: var(--mono); font-size: 9px; letter-spacing: 0.05em; }

.language-tickets strong { font-size: 19px; font-weight: 600; line-height: 1.05; }

.evidence { color: var(--cream); background: var(--red-deep); border-top: 2px solid var(--black); }

.evidence__layout { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(60px, 10vw, 145px); align-items: end; }

.evidence h2 { color: var(--cream-light); }

.evidence h2 em { color: var(--pink); }

.evidence__intro > p:not(.kicker) { max-width: 430px; margin: 36px 0 0; color: rgba(244, 234, 216, 0.78); font-size: 19px; line-height: 1.18; }

.evidence__ticket { padding: 25px 25px 19px; color: var(--black); background: var(--cream-light); border: 2px solid var(--black); box-shadow: 9px 9px 0 var(--black); transform: rotate(-1.3deg); }

.ticket__top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 2px solid var(--black); color: var(--red-deep); font-family: var(--mono); font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; }

.fact-row { display: grid; grid-template-columns: minmax(140px, 0.8fr) 1.2fr; gap: 20px; padding: 15px 0; border-bottom: 1px dashed rgba(11, 11, 11, 0.3); font-family: var(--mono); font-size: 10px; line-height: 1.3; text-transform: uppercase; }

.fact-row span { color: rgba(11, 11, 11, 0.58); }

.fact-row strong { font-weight: 500; }

.fact-row--alert strong { color: var(--red-deep); }

.ticket__barcode { height: 31px; display: flex; align-items: end; gap: 4px; padding-top: 15px; }

.ticket__barcode i { width: 3px; height: 100%; display: block; background: var(--black); }

.ticket__barcode i:nth-child(2n) { height: 70%; }

.ticket__barcode i:nth-child(3n) { width: 6px; }

.source-drawer { margin-top: 91px; padding-top: 19px; border-top: 1px solid rgba(244, 234, 216, 0.4); }

.source-drawer__title { display: flex; align-items: center; gap: 10px; margin-bottom: 21px; color: var(--pink); font-family: var(--mono); font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; }

.source-drawer__title img { width: 30px; height: 30px; object-fit: contain; border-radius: 50%; }

.source-drawer__links { display: flex; flex-wrap: wrap; gap: 12px 28px; }

.source-drawer__links a { color: var(--cream-light); font-family: var(--mono); font-size: 10px; text-underline-offset: 4px; }

.source-drawer__note { max-width: 690px; margin: 34px 0 0; color: rgba(244, 234, 216, 0.62); font-family: var(--mono); font-size: 9px; line-height: 1.55; text-transform: uppercase; }

.cta-section { padding-block: 120px 145px; color: var(--black); background: var(--cream); }

.cta-sign { display: grid; grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr); gap: clamp(35px, 7vw, 100px); align-items: center; padding: clamp(34px, 5vw, 75px); background: var(--red); border: 2px solid var(--black); box-shadow: 13px 13px 0 var(--black); }

.cta-sign__logo { display: grid; place-items: center; width: min(100%, 230px); aspect-ratio: 1; margin-inline: auto; border: 4px solid var(--cream-light); border-radius: 50%; transform: rotate(-8deg); }

.cta-sign__logo img { width: calc(100% - 22px); height: calc(100% - 22px); object-fit: contain; border-radius: 50%; }

.cta-sign__copy .kicker { margin-bottom: 22px; color: rgba(11, 11, 11, 0.68); }

.cta-sign__copy .kicker span { color: var(--cream-light); }

.cta-sign h2 { font-size: clamp(78px, 8vw, 128px); }

.cta-sign h2 em { color: var(--cream-light); }

.cta-sign__copy > p:not(.kicker) { max-width: 560px; margin: 28px 0 32px; font-size: 23px; line-height: 1.1; }

.cta-placeholder { display: grid; grid-template-columns: max-content 1fr max-content; align-items: center; gap: 14px; padding: 16px 0 14px; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); font-family: var(--mono); font-size: 9px; line-height: 1.25; text-transform: uppercase; }

.cta-placeholder__label { color: var(--cream-light); }

.cta-placeholder__status { padding: 6px 8px; color: var(--cream-light); background: var(--black); }

.site-footer { color: var(--cream); background: var(--black); border-top: 2px solid var(--red); }

.site-footer__top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding-block: 38px; border-bottom: 1px solid var(--line-light); }

.footer-mark { display: inline-flex; align-items: center; gap: 11px; width: max-content; color: var(--cream-light); font-family: var(--display); font-size: 30px; line-height: 0.8; text-decoration: none; }

.footer-mark img { width: 46px; height: 46px; object-fit: contain; border: 1px solid var(--pink); border-radius: 50%; }

.footer-mark b { color: var(--pink); font-weight: 400; }

.site-footer__top p, .site-footer__top > a:last-child { margin: 0; color: rgba(244, 234, 216, 0.56); font-family: var(--mono); font-size: 9px; line-height: 1.5; text-align: center; text-transform: uppercase; }

.site-footer__top > a:last-child { color: var(--pink); text-align: right; text-underline-offset: 4px; }

.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px 28px; }

.site-footer__bottom p { max-width: 460px; margin: 0; color: rgba(244, 234, 216, 0.45); font-family: var(--mono); font-size: 8px; line-height: 1.5; text-transform: uppercase; }

.credits { text-align: right; }

.credits a { color: var(--pink); text-underline-offset: 3px; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms ease; }

[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-header { padding-inline: 28px; }

  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 9px; color: var(--cream); background: transparent; border: 1px solid var(--cream); }

  .nav-toggle > span:not(.sr-only) { width: 100%; height: 1px; display: block; background: currentColor; }

  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 28px 22px; background: var(--black); border-bottom: 1px solid var(--line-light); box-shadow: 0 18px 28px rgba(0, 0, 0, 0.3); }

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

  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line-light); }

  .site-nav .nav-cta { margin-top: 13px; padding-inline: 14px; color: var(--black); text-align: center; }

  .hero { grid-template-columns: 1fr; gap: 50px; min-height: auto; padding-block: 58px 100px; }

  .hero__stage { order: -1; }

  .hero__copy { max-width: 700px; }

  .hero__copy h1 { font-size: clamp(86px, 15vw, 145px); }

  .menu-board__grid { grid-template-columns: 1fr 1fr; }

  .menu-item--feature { grid-column: 1 / -1; transform: none; }

  .menu-item--feature .menu-item__photo { height: 350px; }

  .rhythm__layout, .evidence__layout, .coffee-break { grid-template-columns: 1fr; gap: 60px; }

  .coffee-break__photo { width: min(100%, 500px); }

  .coffee-break__copy { max-width: 700px; }
}

@media (max-width: 640px) {
  .section-shell, .hero { width: min(var(--max), calc(100% - 36px)); }

  .section-pad { padding-block: 91px; }

  .official-banner { justify-content: flex-start; gap: 6px 10px; padding: 10px 18px; font-size: 8px; }

  .official-banner a { width: 100%; margin-left: 19px; }

  .site-header { min-height: 75px; padding-inline: 18px; }

  .brand { gap: 9px; }

  .brand__seal { width: 43px; height: 43px; box-shadow: 3px 3px 0 var(--red); }

  .brand__name { font-size: 25px; }

  .brand__descriptor { font-size: 7px; }

  .site-nav { padding-inline: 18px; }

  .hero { gap: 61px; padding-block: 37px 91px; }

  .hero::before { top: 7px; right: -100px; font-size: 110px; }

  .hero__stage { grid-template-columns: minmax(0, 1fr) 97px; gap: 9px; min-height: 394px; }

  .hero__main-photo { min-height: 386px; box-shadow: 6px 6px 0 var(--black); }

  .hero__side-photos { grid-template-rows: 244px 112px; gap: 9px; padding-top: 32px; }

  .photo-card--small { min-height: 0; box-shadow: 4px 4px 0 var(--red); }

  .hero__ticket { top: -18px; right: 17px; width: 126px; padding: 10px; gap: 7px; font-size: 7px; }

  .hero__ticket strong { font-size: 23px; }

  .hero__ticket small { font-size: 6px; }

  .hero__seal { width: 92px; height: 92px; border-width: 2px; }

  .hero__seal img { inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); }

  .hero__seal span { padding: 3px 4px; font-size: 6px; }

  .photo-card figcaption { padding: 29px 7px 7px; font-size: 6px; }

  .hero__copy h1 { font-size: clamp(75px, 22vw, 113px); }

  .hero__lede { margin-top: 27px; font-size: 19px; }

  .hero__facts { grid-template-columns: 1fr; gap: 14px; margin-top: 45px; }

  .hero__facts strong { font-size: 17px; }

  .signal-strip__inner { gap: 14px; padding-block: 13px 11px; font-size: 21px; }

  .signal-strip__inner img { width: 25px; height: 25px; }

  .menu-board { width: 100%; padding: 71px 18px 53px; border-inline: 0; }

  .menu-board::before { top: 22px; left: 18px; }

  .menu-board::after { right: 18px; bottom: 22px; }

  .menu-board__top { display: block; margin-bottom: 45px; }

  .menu-board__top h2 { font-size: clamp(70px, 20vw, 105px); }

  .menu-board__note { justify-content: flex-start; margin-top: 28px; }

  .menu-board__grid { grid-template-columns: 1fr; gap: 14px; }

  .menu-item--feature { grid-column: auto; }

  .menu-item--feature .menu-item__photo, .menu-item__photo { height: 245px; }

  .menu-item h3 { font-size: 52px; }

  .menu-item p { min-height: 0; font-size: 16px; }

  .menu-board__foot { grid-template-columns: 1fr; gap: 10px; padding-top: 47px; }

  .rhythm { padding-block: 93px; }

  .rhythm__layout, .evidence__layout, .coffee-break { gap: 46px; }

  .rhythm h2, .evidence h2 { font-size: clamp(72px, 20vw, 103px); }

  .rhythm__lede { margin-top: 28px; font-size: 19px; }

  .rhythm__list { padding-top: 8px; }

  .rhythm-row { grid-template-columns: 30px 1fr 17px; gap: 10px; padding-block: 20px; }

  .rhythm-row h3 { font-size: 43px; }

  .rhythm-row p { font-size: 16px; }

  .coffee-break { width: 100%; padding: 91px 18px; }

  .coffee-break__photo { width: 100%; height: 390px; }

  .coffee-break__copy h2 { font-size: clamp(77px, 21vw, 106px); }

  .coffee-break__copy > p:not(.kicker) { font-size: 20px; }

  .evidence { padding-block: 91px; }

  .evidence__ticket { padding: 19px 15px 15px; box-shadow: 6px 6px 0 var(--black); }

  .ticket__top { font-size: 7px; }

  .fact-row { grid-template-columns: 1fr; gap: 6px; font-size: 9px; }

  .source-drawer { margin-top: 59px; }

  .source-drawer__links { display: grid; gap: 14px; }

  .cta-section { padding-block: 91px 111px; }

  .cta-sign { grid-template-columns: 1fr; gap: 39px; padding: 28px 22px 31px; box-shadow: 7px 7px 0 var(--black); }

  .cta-sign__logo { width: min(63vw, 220px); }

  .cta-sign h2 { font-size: clamp(74px, 21vw, 104px); }

  .cta-sign__copy > p:not(.kicker) { font-size: 20px; }

  .cta-placeholder { grid-template-columns: 1fr max-content; gap: 8px; }

  .cta-placeholder > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }

  .site-footer__top { grid-template-columns: 1fr auto; gap: 20px; padding-block: 31px; }

  .site-footer__top p { grid-column: 1 / -1; grid-row: 2; text-align: left; }

  .site-footer__top > a:last-child { align-self: center; }

  .site-footer__bottom { display: block; padding-block: 18px 25px; }

  .site-footer__bottom p + p { margin-top: 16px; }

  .credits { text-align: left; }
}

@media (max-width: 600px) {
  /* The wide animated ticker has no mobile value and caused horizontal overflow. */
  .signal-strip { display: none; }
}
