:root {
  --ink-dark: #0d1120;
  --panel-dark: #121828;
  --selected-dark: #1a2340;
  --hairline-dark: #1f2740;
  --border-dark: #2a3450;
  --blue: #1e63c8;
  --blue-light: #7db6ff;
  --orange: #ff7a1a;
  --orange-deep: #d84f10;
  --yellow: #ffc021;
  --paper: #faf7f0;
  --ink: #12161f;
  --body: #54523f;
  --muted: #8a8371;
  --hairline: #d8d2c0;
  --faint: #b0a88f;
  --text-dark: #c5cfe6;
  --text-dark-strong: #dbe3f5;
  --muted-dark: #8a97ba;
  --faint-dark: #5f6d94;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

body.is-city {
  background: var(--ink-dark);
  color: #fff;
}

button,
input {
  border-radius: 0;
  font: inherit;
}

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

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 12px;
  top: -80px;
  background: var(--yellow);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 48px;
  background: var(--ink-dark);
  color: #fff;
  border-bottom: 1px solid var(--hairline-dark);
}

.site-logo {
  display: block;
  width: auto;
  height: 48px;
}

.site-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: var(--text-dark-strong);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.location-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--blue-light);
  cursor: pointer;
  font-weight: 800;
  padding: 10px 0;
}

.brand-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  background: var(--orange);
  box-shadow: 5px 5px 0 var(--blue);
  color: #fff;
  cursor: pointer;
  font-family: "Lilita One", sans-serif;
  font-size: 19px;
  line-height: 1;
  padding: 13px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-button:hover,
.brand-button:focus-visible {
  filter: brightness(.92);
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--blue);
}

.brand-button:focus-visible,
.location-button:focus-visible,
.session-chip:focus-visible,
.date-chip:focus-visible,
.session-row:focus-visible,
.qty-button:focus-visible,
.footer-link:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.home-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--ink-dark);
  color: #fff;
}

.home-hero-media,
.home-hero-shade,
.home-hero-dots {
  position: absolute;
  inset: 0;
}

.home-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-shade {
  background: linear-gradient(180deg, rgba(13, 17, 32, .1) 25%, rgba(13, 17, 32, .98) 100%);
}

.home-hero-dots {
  top: auto;
  height: 160px;
  opacity: .42;
  background-image: radial-gradient(rgba(125, 182, 255, .25) 1.4px, transparent 1.4px);
  background-size: 12px 12px;
  mask-image: linear-gradient(to top, #000, transparent);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: end;
  gap: 72px;
  padding: 58px 48px 44px;
}

.display-title,
.footer-title,
.city-name,
.booking-title,
.party-title {
  margin: 0;
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
}

.display-title {
  max-width: 720px;
  color: #fff;
  font-size: clamp(72px, 7.2vw, 104px);
  line-height: .9;
  text-shadow: 6px 6px 0 var(--blue);
}

.display-title span,
.footer-title span {
  color: var(--yellow);
}

.hero-subline {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--text-dark);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.star {
  color: var(--yellow);
}

.hero-booking {
  border: 3px solid var(--blue);
  background: rgba(18, 24, 40, .96);
  box-shadow: 6px 6px 0 rgba(30, 99, 200, .45);
  padding: 20px;
}

.booking-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.booking-head strong {
  font-family: "Lilita One", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.booking-status {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.session-chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.session-chip {
  min-height: 44px;
  border: 1px solid var(--blue-light);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.session-chip[disabled] {
  border-color: var(--border-dark);
  color: var(--faint-dark);
  cursor: not-allowed;
  opacity: .75;
  text-decoration: line-through;
}

.session-chip.is-selected {
  border: 2px solid var(--yellow);
  background: var(--selected-dark);
}

.hero-booking .brand-button {
  width: 100%;
  margin-top: 14px;
}

.booking-reassurance {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  color: var(--muted-dark);
  font-size: 11px;
}

.booking-link {
  display: block;
  margin-top: 13px;
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ticker {
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink-dark);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 25s linear infinite;
  font-family: "Lilita One", sans-serif;
  font-size: 15px;
  letter-spacing: .035em;
  line-height: 1;
  padding: 12px 0;
  text-transform: uppercase;
}

.ticker-track span {
  padding-right: 28px;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.home-main {
  padding: 66px 48px 0;
}

.home-intro {
  max-width: 970px;
  margin: 0;
  color: var(--body);
  font-size: clamp(23px, 2.3vw, 32px);
  line-height: 1.5;
}

.home-intro strong {
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
}

.home-intro .accent {
  color: var(--orange-deep);
}

.doors-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  gap: 58px;
  margin-top: 62px;
}

.section-title {
  margin: 0;
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -.025em;
  line-height: 1.1;
}

.door-list {
  margin-top: 24px;
  border-top: 2px solid var(--ink);
}

.door-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--hairline);
}

.door-row:last-child {
  border-bottom: 2px solid var(--ink);
}

.door-num,
.door-meta {
  color: var(--faint);
  font-size: 12px;
  font-weight: 800;
}

.door-name {
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
}

.door-meta {
  color: var(--muted);
  text-align: right;
}

.door-more {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.polaroids {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 8px 0;
}

.polaroid {
  margin: 0;
  padding: 11px 11px 14px;
  border: 1px solid var(--hairline);
  background: #fff;
}

.polaroid:first-child {
  transform: rotate(-2deg);
  box-shadow: 8px 8px 0 var(--blue);
}

.polaroid:last-child {
  transform: rotate(2deg);
  box-shadow: 8px 8px 0 var(--orange);
}

.polaroid img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.polaroid figcaption {
  padding-top: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.review-pull {
  max-width: 1020px;
  margin: 76px 0 0;
}

.review-pull blockquote {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.28;
}

.review-pull cite {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.objections {
  padding: 62px 0 68px;
}

.objection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
}

.objection-grid h3 {
  margin: 0;
  font-size: 16px;
}

.objection-grid p {
  margin: 7px 0 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

.site-footer {
  background: var(--ink-dark);
  color: #fff;
  padding: 60px 48px 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  gap: 64px;
}

.footer-title {
  font-size: clamp(48px, 5vw, 66px);
  line-height: .97;
  text-shadow: 4px 4px 0 var(--blue);
}

.footer-locations {
  padding-top: 8px;
}

.footer-location {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline-dark);
  text-decoration: none;
}

.footer-location strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
}

.footer-location span {
  color: var(--blue-light);
  font-size: 13px;
  font-weight: 800;
}

.footer-location:first-child span {
  color: var(--orange);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin-top: 22px;
}

.footer-link {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline-dark);
  color: var(--faint-dark);
  font-size: 12px;
}

.location-dialog,
.party-dialog {
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  margin: auto;
  border: 3px solid var(--blue);
  background: var(--panel-dark);
  box-shadow: 7px 7px 0 var(--blue);
  color: #fff;
  padding: 24px;
}

.location-dialog::backdrop,
.party-dialog::backdrop {
  background: rgba(4, 7, 15, .78);
}

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--hairline-dark);
  padding-bottom: 15px;
}

.dialog-head h2 {
  margin: 0;
  font-family: "Lilita One", sans-serif;
  font-size: 28px;
  text-shadow: 3px 3px 0 var(--blue);
}

.dialog-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-dark);
  background: transparent;
  color: var(--blue-light);
  cursor: pointer;
  font-weight: 900;
}

.location-options {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.location-card {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--border-dark);
  color: #fff;
  padding: 15px;
  text-decoration: none;
}

.location-card strong {
  font-family: "Archivo Black", sans-serif;
}

.location-card span {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 700;
}

.location-card:hover,
.location-card:focus-visible {
  border-color: var(--yellow);
  background: var(--selected-dark);
}

/* City ticket pages */
.city-shell {
  min-height: 100vh;
  background: var(--ink-dark);
}

.city-topbar,
.city-bar,
.city-content,
.city-details,
.city-footer-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.city-topbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 24px;
}

.city-topbar .site-logo {
  height: 40px;
}

.city-home-link,
.city-switch-link {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 800;
}

.city-bar-wrap {
  border-top: 1px solid var(--hairline-dark);
  border-bottom: 1px solid var(--hairline-dark);
  background: var(--panel-dark);
}

.city-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 24px;
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 800;
}

.city-bar strong {
  color: var(--yellow);
}

.city-switch-link {
  color: var(--blue-light);
}

.city-hero {
  position: relative;
  height: 330px;
  overflow: hidden;
}

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

.city-hero img {
  object-fit: cover;
}

.city-hero-shade {
  background: linear-gradient(180deg, rgba(13, 17, 32, .05) 28%, rgba(13, 17, 32, .97) 100%);
}

.city-hero-copy {
  position: absolute;
  left: max(24px, calc((100vw - 1112px) / 2));
  right: 24px;
  bottom: 28px;
}

.city-name {
  font-size: clamp(46px, 6vw, 76px);
  line-height: .98;
  text-shadow: 4px 4px 0 var(--blue);
}

.city-proof {
  margin-top: 9px;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 700;
}

.city-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--hairline-dark);
}

.city-fact {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px;
  border-right: 1px solid var(--hairline-dark);
  text-align: center;
}

.city-fact:last-child {
  border-right: 0;
}

.city-fact span {
  color: var(--faint-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.city-fact strong {
  color: var(--text-dark-strong);
  font-size: 13px;
}

.city-content {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(300px, 1fr);
  gap: 58px;
  padding: 34px 24px 54px;
}

.booking-title,
.party-title {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  text-shadow: 3px 3px 0 var(--blue);
}

.booking-copy {
  margin: 10px 0 0;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.55;
}

.date-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.date-chip {
  min-height: 62px;
  border: 2px solid var(--border-dark);
  background: transparent;
  color: var(--text-dark-strong);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.date-chip strong {
  display: block;
  margin-top: 3px;
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
}

.date-chip.is-selected {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.session-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.session-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--blue-light);
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 14px;
  text-align: left;
}

.session-row strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 17px;
}

.session-row span {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.session-row .scarce {
  color: var(--orange);
}

.session-row[disabled] {
  border-color: var(--border-dark);
  color: var(--faint-dark);
  cursor: not-allowed;
  opacity: .55;
  text-decoration: line-through;
}

.session-row.is-selected {
  border: 2px solid var(--yellow);
  background: var(--selected-dark);
}

.session-row.is-selected span {
  color: var(--yellow);
}

.booking-footer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline-dark);
}

.booking-footer .brand-button {
  width: 100%;
}

.booking-footer .brand-button[disabled] {
  cursor: not-allowed;
  filter: grayscale(.55);
  opacity: .55;
}

.booking-note,
.booking-message {
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.booking-note {
  margin: 12px 0 0;
}

.booking-message {
  min-height: 18px;
  margin: 9px 0 0;
  color: var(--orange);
  font-weight: 800;
}

.booking-fallback,
.waitlist-box,
.city-aside-card {
  border: 1px solid var(--border-dark);
  background: var(--panel-dark);
  padding: 20px;
}

.booking-fallback,
.waitlist-box {
  margin-top: 20px;
}

.booking-fallback h3,
.waitlist-box h3,
.city-aside-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
}

.booking-fallback p,
.waitlist-box p,
.city-aside-card p,
.city-aside-card li {
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.55;
}

.waitlist-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 16px;
}

.waitlist-input {
  min-height: 52px;
  width: 100%;
  border: 2px solid var(--blue-light);
  background: var(--ink-dark);
  color: #fff;
  padding: 0 14px;
}

.city-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.city-aside-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.city-aside-card li {
  padding: 9px 0;
  border-bottom: 1px solid var(--hairline-dark);
}

.city-aside-card li:last-child {
  border-bottom: 0;
}

.city-aside-card a {
  color: var(--blue-light);
  font-weight: 800;
}

.city-details-wrap {
  background: var(--paper);
  color: var(--ink);
}

.city-details {
  padding: 66px 24px 74px;
}

.city-intro {
  max-width: 900px;
  margin: 0;
  color: var(--body);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.5;
}

.city-intro strong {
  color: var(--orange-deep);
  font-family: "Archivo Black", sans-serif;
}

.city-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.city-feature {
  border-top: 2px solid var(--ink);
  padding-top: 17px;
}

.city-feature h3 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 19px;
}

.city-feature p {
  margin: 8px 0 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.6;
}

.faq-block {
  margin-top: 58px;
}

.faq-list {
  margin-top: 20px;
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--hairline);
  padding: 17px 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  max-width: 820px;
  margin: 11px 0 0;
  color: var(--body);
  line-height: 1.65;
}

.city-footer {
  border-top: 1px solid var(--hairline-dark);
  background: var(--ink-dark);
}

.city-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 24px;
  color: var(--faint-dark);
  font-size: 12px;
}

.city-footer a {
  color: var(--muted-dark);
}

.party-dialog {
  width: min(480px, calc(100vw - 28px));
  padding: 0;
}

.party-dialog .dialog-head {
  padding: 14px 18px;
}

.party-body {
  padding: 22px 18px 0;
}

.party-context {
  margin: 7px 0 0;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.qty-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid var(--border-dark);
  background: var(--panel-dark);
  padding: 16px 14px;
}

.qty-panel strong {
  font-family: "Archivo Black", sans-serif;
}

.qty-panel small {
  display: block;
  margin-top: 4px;
  color: var(--muted-dark);
}

.addon-panel {
  border-color: rgba(255, 201, 40, 0.72);
  background: rgba(255, 201, 40, 0.08);
}

.addon-panel[hidden],
.summary-row[hidden] {
  display: none;
}

.qty-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.qty-button {
  width: 40px;
  height: 40px;
  border: 2px solid var(--blue-light);
  background: transparent;
  color: var(--blue-light);
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.qty-value {
  min-width: 22px;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  text-align: center;
}

.order-summary {
  margin-top: 18px;
  padding: 15px 0 20px;
  border-top: 1px solid var(--hairline-dark);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 8px;
  color: var(--muted-dark);
  font-size: 14px;
}

.summary-row.total {
  margin-top: 14px;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
}

.order-status {
  margin: 24px 0;
  border: 2px solid var(--yellow);
  background: var(--panel-dark);
  padding: 24px;
}

.order-status h3 {
  margin: 8px 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(24px, 4vw, 42px);
  text-transform: uppercase;
}

.order-status p {
  color: var(--muted-dark);
  line-height: 1.6;
}

.order-ticket-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.order-ticket-codes code {
  border: 1px solid var(--blue-light);
  background: rgba(57, 194, 255, 0.08);
  padding: 8px 10px;
  color: #fff;
  font-weight: 900;
}

.party-actions {
  padding: 14px 18px 22px;
  border-top: 1px solid var(--hairline-dark);
}

.party-actions .brand-button {
  width: 100%;
}

@media (max-width: 860px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }

  .site-logo {
    height: 42px;
  }

  .site-nav {
    display: none;
  }

  .header-actions {
    gap: 14px;
  }

  .location-button {
    max-width: 128px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .brand-button {
    min-height: 38px;
    padding: 8px 13px;
    border-color: var(--ink-dark);
    box-shadow: 3px 3px 0 var(--blue-light);
    color: var(--ink-dark);
    font-size: 14px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: auto;
  }

  .home-hero {
    padding-bottom: 20px;
  }

  .home-hero-media,
  .home-hero-shade,
  .home-hero-dots {
    height: 470px;
    bottom: auto;
  }

  .home-hero-inner {
    display: block;
    padding: 0 18px;
  }

  .hero-copy {
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 22px;
  }

  .display-title {
    font-size: 48px;
    text-shadow: 4px 4px 0 var(--blue);
  }

  .hero-subline {
    margin-top: 12px;
    font-size: 14px;
  }

  .hero-booking {
    padding: 16px;
    box-shadow: 5px 5px 0 rgba(30, 99, 200, .4);
  }

  .booking-head strong {
    font-size: 17px;
  }

  .booking-reassurance {
    gap: 14px;
  }

  .home-main {
    padding: 34px 18px 0;
  }

  .home-intro {
    font-size: 19px;
  }

  .doors-grid {
    display: block;
    margin-top: 30px;
  }

  .section-title {
    font-size: 30px;
  }

  .door-row {
    grid-template-columns: 26px minmax(0, 1fr) 92px;
    gap: 8px;
    padding: 13px 0;
  }

  .door-name {
    font-size: 17px;
  }

  .door-meta {
    font-size: 10px;
  }

  .polaroids {
    gap: 21px;
    padding: 32px 8px 0;
  }

  .polaroid img {
    height: 190px;
  }

  .review-pull {
    margin-top: 44px;
  }

  .review-pull blockquote {
    font-size: 21px;
  }

  .objections {
    padding: 34px 0;
  }

  .objection-grid {
    display: block;
    margin-top: 14px;
    padding-top: 0;
  }

  .objection-grid article {
    padding: 14px 0;
    border-bottom: 1px solid var(--hairline);
  }

  .site-footer {
    padding: 34px 18px 28px;
  }

  .footer-grid {
    display: block;
  }

  .footer-title {
    font-size: 38px;
    text-shadow: 3px 3px 0 var(--blue);
  }

  .footer-grid .brand-button {
    width: 100%;
    margin-top: 22px;
  }

  .footer-locations {
    margin-top: 22px;
  }

  .footer-location strong {
    font-size: 15px;
  }

  .footer-bottom {
    margin-top: 28px;
  }

  .city-topbar,
  .city-bar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .city-hero {
    height: 230px;
  }

  .city-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 16px;
  }

  .city-name {
    font-size: 38px;
    text-shadow: 3px 3px 0 var(--blue);
  }

  .city-proof {
    font-size: 12px;
  }

  .city-fact {
    min-height: 68px;
    padding: 10px 7px;
  }

  .city-fact strong {
    font-size: 12px;
  }

  .city-content {
    display: block;
    padding: 24px 18px 34px;
  }

  .booking-title {
    font-size: 27px;
  }

  .date-strip {
    gap: 6px;
  }

  .date-chip {
    min-height: 56px;
  }

  .session-row {
    min-height: 54px;
  }

  .city-aside {
    margin-top: 28px;
  }

  .city-details {
    padding: 38px 18px 46px;
  }

  .city-intro {
    font-size: 19px;
  }

  .city-feature-grid {
    display: block;
    margin-top: 28px;
  }

  .city-feature {
    margin-top: 22px;
  }

  .city-footer-inner {
    display: block;
    padding: 26px 18px;
  }

  .city-footer-inner div:last-child {
    margin-top: 14px;
  }

  .waitlist-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .city-home-link {
    font-size: 12px;
  }

  .city-bar {
    font-size: 11.5px;
  }

  .city-switch-link {
    max-width: 120px;
    text-align: right;
  }

  .city-fact strong {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  *, *::before, *::after { transition: none !important; }
}
