:root {
  --ink: #17222d;
  --muted: #5f6d78;
  --paper: #fffdf8;
  --surface: #ffffff;
  --line: #dce3e6;
  --blue: #249bc3;
  --blue-dark: #167b9d;
  --teal: #169b88;
  --teal-dark: #0e776a;
  --orange: #f26334;
  --yellow: #f4c451;
  --magenta: #a94691;
  --focus: #005fcc;
  --shadow: 0 18px 50px rgb(23 34 45 / 10%);
  --radius-sm: 0.75rem;
  --radius: 1.35rem;
  --radius-lg: 2.25rem;
  --shell: 75rem;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(circle at 20% 10%, rgb(36 155 195 / 7%), transparent 26rem), radial-gradient(circle at 90% 80%, rgb(242 99 52 / 6%), transparent 28rem);
  content: "";
  pointer-events: none;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-thickness: 0.13em;
}

button,
input,
select {
  font: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

h3 {
  font-size: 1.35rem;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  color: #fff;
  background: var(--ink);
  border-radius: 0.5rem;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin-bottom: 0.75rem;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.section-tint {
  background: #eef7f6;
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.section-dark .eyebrow {
  color: var(--yellow);
}

.section-heading {
  max-width: 43rem;
  margin-bottom: 2.5rem;
}

.section-heading p:last-child,
.page-lead,
.home-lead {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.site-header {
  position: relative;
  z-index: 50;
  background: rgb(255 253 248 / 96%);
  border-bottom: 1px solid rgb(23 34 45 / 10%);
}

.header-shell {
  display: flex;
  width: min(calc(100% - 2rem), 86rem);
  min-height: 6.2rem;
  margin-inline: auto;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 8.75rem;
  height: auto;
}

.primary-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 1.25rem;
}

.primary-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.05rem 0.35rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0.65rem 0.68rem;
  align-items: center;
  border-radius: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover {
  background: #e9f5f4;
}

.primary-nav a[aria-current="page"] {
  color: #fff;
  background: var(--teal-dark);
}

.primary-nav .language-link {
  min-width: max-content;
  padding-inline: 0.9rem;
  color: var(--blue-dark);
  border: 1px solid var(--blue);
}

.menu-toggle {
  display: none;
  min-height: 2.75rem;
  padding: 0.5rem 0.85rem;
  margin-left: auto;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  font-weight: 750;
}

.language-compact {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--blue-dark);
  border: 1px solid var(--blue);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-icon {
  position: relative;
  margin-left: 0.55rem;
}

.menu-icon::before {
  position: absolute;
  top: -0.35rem;
}

.menu-icon::after {
  position: absolute;
  top: 0.35rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) 0 0;
  background: linear-gradient(135deg, #fffdf8 42%, #e8f6f4 100%);
}

.home-hero::after {
  position: absolute;
  right: -12rem;
  bottom: 3rem;
  width: 30rem;
  height: 30rem;
  border: 5rem solid rgb(36 155 195 / 9%);
  border-radius: 50%;
  content: "";
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.home-hero h1 {
  max-width: 14ch;
  margin-bottom: 1.25rem;
}

.home-lead {
  max-width: 39rem;
}

.event-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  padding-block: 1.25rem;
  margin-bottom: 1rem;
  border-block: 1px solid var(--line);
}

.event-facts div {
  display: grid;
  gap: 0.15rem;
}

.event-facts dt {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-facts dd {
  margin: 0;
  font-weight: 750;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.78rem 1.15rem;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 0.65rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--teal-dark);
  box-shadow: 0 8px 20px rgb(14 119 106 / 18%);
}

.button-primary:hover {
  background: #095f54;
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.button-light {
  color: var(--ink);
  background: #fff;
}

.button-outline-light {
  color: #fff;
  border-color: rgb(255 255 255 / 65%);
}

.hero-visual {
  position: relative;
  min-height: 32rem;
}

.hero-logo-card {
  position: absolute;
  z-index: 2;
  inset: 10% 4% auto 3%;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: rgb(255 255 255 / 88%);
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.hero-logo-card img {
  width: 100%;
}

.shape {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.shape-one {
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  background: var(--yellow);
}

.shape-two {
  right: 5%;
  bottom: 5%;
  width: 12rem;
  height: 12rem;
  background: var(--blue);
}

.shape-three {
  bottom: 9%;
  left: 0;
  width: 7rem;
  height: 7rem;
  background: var(--orange);
}

.countdown-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 8.5rem;
  padding: 1.25rem clamp(1rem, 4vw, 3rem);
  margin-top: clamp(2rem, 5vw, 4rem);
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.countdown-title {
  margin: 0;
  color: var(--yellow);
  font-weight: 800;
}

.countdown {
  display: flex;
  gap: clamp(0.7rem, 3vw, 2.5rem);
}

.countdown span {
  display: grid;
  min-width: 3.5rem;
  text-align: center;
}

.countdown strong {
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.75rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.countdown small {
  margin-top: 0.4rem;
  color: #b9c5cc;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-card,
.prose-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-top: 5px solid var(--blue);
}

.feature-card {
  display: flex;
  min-height: 22rem;
  padding: 1.75rem;
  flex-direction: column;
  color: var(--ink);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgb(23 34 45 / 7%);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.feature-card h3 {
  margin-top: auto;
  margin-bottom: 0.8rem;
  font-size: 1.65rem;
}

.feature-card p {
  color: var(--muted);
}

.card-number {
  color: #6f7a82;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}

.accent-orange {
  border-top-color: var(--orange);
}

.accent-magenta {
  border-top-color: var(--magenta);
}

.accent-blue {
  border-top-color: var(--blue);
}

.text-link {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration-thickness: 0.08em;
}

.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.split-feature p:not(.eyebrow) {
  max-width: 35rem;
  color: #c8d0d5;
  font-size: 1.15rem;
}

.city-graphic {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  background: linear-gradient(160deg, var(--blue) 0 54%, var(--teal) 54% 100%);
  border-radius: var(--radius-lg);
}

.building {
  position: absolute;
  bottom: 22%;
  width: 18%;
  background: var(--ink);
}

.building::after {
  position: absolute;
  inset: 12% 20%;
  background: repeating-linear-gradient(to bottom, var(--yellow) 0 4px, transparent 4px 16px);
  content: "";
}

.building-one { left: 12%; height: 50%; }
.building-two { left: 39%; height: 70%; }
.building-three { left: 68%; height: 42%; }

.river-line {
  position: absolute;
  right: -10%;
  bottom: 8%;
  left: -10%;
  height: 4rem;
  border-top: 5px solid rgb(255 255 255 / 65%);
  border-radius: 50%;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 9vw, 8rem);
  background: linear-gradient(145deg, #eef8f6, #fff8e9);
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  position: absolute;
  top: -12rem;
  right: -8rem;
  width: 28rem;
  height: 28rem;
  border: 5rem solid rgb(196 88 170 / 12%);
  border-radius: 50%;
  content: "";
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14rem;
  align-items: center;
  gap: 3rem;
}

.page-hero h1 {
  max-width: 15ch;
  margin-bottom: 1.2rem;
}

.page-lead {
  max-width: 47rem;
  margin-bottom: 0;
}

.mini-orbit {
  position: relative;
  width: 12rem;
  height: 12rem;
  border: 2px solid rgb(23 34 45 / 18%);
  border-radius: 50%;
}

.mini-orbit::before,
.mini-orbit::after,
.mini-orbit span {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.mini-orbit::before { inset: 27%; border: 2px solid rgb(23 34 45 / 18%); }
.mini-orbit::after { top: 42%; left: 42%; width: 16%; height: 16%; background: var(--ink); }
.mini-orbit span:nth-child(1) { top: -0.7rem; left: 45%; width: 1.4rem; height: 1.4rem; background: var(--orange); }
.mini-orbit span:nth-child(2) { right: 0.4rem; bottom: 1.4rem; width: 1.8rem; height: 1.8rem; background: var(--blue); }
.mini-orbit span:nth-child(3) { bottom: 3rem; left: -0.5rem; width: 1.2rem; height: 1.2rem; background: var(--yellow); }

.empty-state {
  max-width: 48rem;
  padding: clamp(2rem, 6vw, 4rem);
  margin-inline: auto;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.empty-state-symbol {
  display: grid;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  color: #fff;
  background: var(--blue-dark);
  border-radius: 50%;
  place-items: center;
  font-size: 2.4rem;
  font-weight: 900;
}

.empty-state .note {
  padding-top: 1rem;
  margin-top: 1.5rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.prose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.prose-card {
  min-height: 25rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgb(23 34 45 / 7%);
}

.prose-card p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
}

.card-kicker {
  color: #6f7a82;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

.competition-format {
  color: #fff;
  background: var(--ink);
}

.format-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.format-layout h2 {
  color: #fff;
}

.format-layout > div > p:not(.eyebrow) {
  color: #cbd4d9;
  font-size: 1.08rem;
}

.format-layout .text-link {
  color: var(--yellow);
}

.competition-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.competition-facts li {
  display: grid;
  min-height: 9rem;
  padding: 1.25rem;
  align-content: space-between;
  gap: 1rem;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--radius-sm);
  font-size: 1.02rem;
  font-weight: 750;
}

.competition-facts span {
  color: var(--yellow);
  font-size: 0.78rem;
}

.values-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 7rem);
}

.values-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.values-list li {
  display: grid;
  padding: 1.1rem 0;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(23 34 45 / 14%);
  font-size: 1.08rem;
  font-weight: 650;
}

.values-list span {
  color: var(--teal-dark);
  font-weight: 900;
}

.organization-block {
  display: grid;
  grid-template-columns: 11rem 1fr;
  max-width: 55rem;
  align-items: center;
  gap: 2.5rem;
}

.organization-mark {
  display: grid;
  aspect-ratio: 1;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  place-items: center;
  font-size: 2.4rem;
  font-weight: 900;
}

.updated {
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: right;
}

.schedule {
  display: grid;
  gap: 2rem;
}

.schedule-day {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.schedule-day ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.schedule-day li {
  display: grid;
  padding: 1.2rem 0;
  grid-template-columns: 6rem 1fr;
  border-top: 1px solid var(--line);
}

.schedule-day li > time {
  color: var(--teal-dark);
  font-weight: 850;
}

.schedule-day h3,
.schedule-day p {
  margin-bottom: 0.25rem;
}

.delegation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
}

.delegations-intro {
  display: flex;
  margin-bottom: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.delegations-intro > p:first-child {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--muted);
}

.delegations-intro .updated {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.delegation-card {
  display: flex;
  min-height: 18rem;
  padding: 1.5rem;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.delegation-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.delegation-heading img {
  width: 3rem;
  height: 2rem;
  object-fit: cover;
  border: 1px solid rgb(23 34 45 / 12%);
  border-radius: 0.2rem;
  box-shadow: 0 3px 10px rgb(23 34 45 / 10%);
}

.delegation-heading h2,
.country-code {
  margin-bottom: 0;
}

.country-code {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.member-list {
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.member-list li {
  display: grid;
  padding-block: 0.5rem;
}

.member-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.delegation-empty {
  padding-top: 1rem;
  margin-top: 1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.delegation-status {
  display: flex;
  margin: auto 0 0;
  padding-top: 1rem;
  align-items: center;
  gap: 0.45rem;
  color: #9a531f;
  font-size: 0.82rem;
  font-weight: 800;
}

.delegation-status span {
  color: var(--orange);
  font-size: 0.55rem;
}

.guides-section {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.guide-list li {
  position: relative;
  padding: 1.1rem 1.1rem 1.1rem 2.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-weight: 750;
}

.guide-list li::before {
  position: absolute;
  top: 1.45rem;
  left: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--orange);
  border-radius: 50%;
  content: "";
}

.delegation-privacy {
  margin-top: 3rem;
}

.hotel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.hotel-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 38px rgb(23 34 45 / 8%);
}

.hotel-gallery {
  display: grid;
  height: 25rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr;
  gap: 0.2rem;
  background: var(--ink);
}

.hotel-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.hotel-gallery-main {
  grid-column: 1 / -1;
}

.hotel-gallery picture,
.hotel-gallery img {
  display: block;
  width: 100%;
  height: 100%;
}

.hotel-gallery img {
  object-fit: cover;
  transition: transform 350ms ease;
}

.hotel-gallery figure:hover img {
  transform: scale(1.02);
}

.hotel-gallery figcaption {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.28rem 0.45rem;
  background: rgb(23 34 45 / 78%);
  border-radius: 0.25rem;
  font-size: 0.66rem;
}

.hotel-gallery figcaption a {
  color: #fff;
}

.hotel-content {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.hotel-content > p {
  color: var(--muted);
}

.hotel-facts {
  padding: 1rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.hotel-facts h3 {
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.hotel-facts ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
}

.hotel-facts li {
  position: relative;
  padding-left: 1.15rem;
}

.hotel-facts li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--teal);
  border-radius: 50%;
  content: "";
}

.hotel-address {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.hotel-address strong {
  color: var(--ink);
}

.hotel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.notice-box {
  display: flex;
  max-width: 58rem;
  padding: 1rem 1.25rem;
  margin: 2rem auto 0;
  align-items: flex-start;
  gap: 0.9rem;
  color: #35434d;
  background: #fff8df;
  border: 1px solid #e9cc6f;
  border-radius: var(--radius-sm);
}

.notice-box > span {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  place-items: center;
  font-weight: 900;
}

.notice-box p:last-child {
  margin-bottom: 0;
}

.city-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.city-poster {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  background: var(--blue);
  border-radius: var(--radius-lg);
}

.city-poster .sun {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: var(--yellow);
  border-radius: 50%;
}

.obelisk {
  position: absolute;
  bottom: 18%;
  left: 43%;
  width: 12%;
  height: 62%;
  background: #fff6e4;
  clip-path: polygon(50% 0, 80% 15%, 100% 100%, 0 100%, 20% 15%);
}

.city-line {
  position: absolute;
  right: 0;
  bottom: 18%;
  left: 0;
  height: 13%;
  background: var(--ink);
}

.water {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18%;
  background: var(--teal);
}

.city-poster strong {
  position: absolute;
  bottom: 1.1rem;
  left: 1.4rem;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.stacked-copy {
  display: grid;
  gap: 3rem;
}

.stacked-copy article + article {
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}

.stacked-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.city-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.city-highlights article {
  min-height: 19rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.city-highlights span {
  display: block;
  margin-bottom: 4rem;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.city-highlights h3 {
  font-size: 1.3rem;
}

.city-highlights p {
  margin-bottom: 0;
  color: var(--muted);
}

.city-season {
  display: grid;
  max-width: 62rem;
  grid-template-columns: 9rem 1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 4rem);
}

.season-mark {
  display: grid;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 900;
}

.city-season p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.callout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.callout-row > div:first-child {
  max-width: 43rem;
}

.practical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.info-card {
  min-height: 21rem;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-card p {
  color: var(--muted);
}

.info-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 2.5rem;
  color: #fff;
  background: var(--teal-dark);
  border-radius: 50%;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 900;
}

.info-card:nth-child(3n + 2) .info-icon { background: var(--blue-dark); }
.info-card:nth-child(3n + 3) .info-icon { background: var(--orange); }

.organizer-section {
  position: relative;
  display: grid;
  min-height: 21rem;
  padding: clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 7vw, 6rem);
  color: #fff;
  background: linear-gradient(135deg, #17222d 0%, #153f4b 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.organizer-section::before,
.organizer-section::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
  content: "";
}

.organizer-section::before {
  width: 24rem;
  height: 24rem;
  top: -14rem;
  right: 10rem;
}

.organizer-section::after {
  width: 13rem;
  height: 13rem;
  right: -5rem;
  bottom: -5rem;
}

.organizer-section .eyebrow {
  color: var(--yellow);
}

.organizer-copy {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}

.organizer-copy h2 {
  max-width: 35rem;
  margin-bottom: 1rem;
  color: #fff;
}

.organizer-copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  color: #d9e3e7;
}

.organizer-copy .button span {
  margin-left: 0.3rem;
}

.organizer-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(10rem, 18vw, 13rem);
  aspect-ratio: 1;
  padding: clamp(1rem, 2vw, 1.4rem);
  align-content: center;
  color: var(--ink);
  background: #fff;
  border: 0.75rem solid rgb(255 255 255 / 20%);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 24px 60px rgb(0 0 0 / 22%);
}

.organizer-mark img {
  width: 100%;
  height: auto;
}

.sponsor-intro {
  max-width: 50rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.sponsor-intro h2 {
  margin-bottom: 1rem;
}

.sponsor-intro > p:last-child {
  max-width: 44rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.sponsor-card {
  position: relative;
  display: grid;
  min-height: 15rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  background: linear-gradient(145deg, #f3f9f8, #fff9ec);
  border: 0;
  border-radius: var(--radius-lg);
  place-items: center;
  box-shadow: 0 14px 40px rgb(23 34 45 / 8%);
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.sponsor-card::before {
  position: absolute;
  width: 11rem;
  height: 11rem;
  top: -6rem;
  right: -4rem;
  background: rgb(36 155 195 / 10%);
  border-radius: 50%;
  content: "";
}

.sponsor-card:hover {
  box-shadow: 0 24px 55px rgb(23 34 45 / 14%);
  transform: translateY(-5px);
}

.sponsor-logo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 10rem;
  padding: 1.5rem;
  background: rgb(255 255 255 / 94%);
  border: 1px solid rgb(23 34 45 / 8%);
  border-radius: var(--radius);
  place-items: center;
}

.sponsor-card img {
  width: auto;
  height: auto;
  max-width: 12rem;
  max-height: 6rem;
  object-fit: contain;
}

.sponsor-card-gold {
  min-height: 25rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  grid-column: 1 / -1;
  background: linear-gradient(130deg, #e1f3f8 0%, #f8f7e9 58%, #fff0dd 100%);
}

.sponsor-card-gold::before {
  width: 25rem;
  height: 25rem;
  top: -14rem;
  right: 8%;
  background: rgb(22 155 136 / 11%);
}

.sponsor-card-gold .sponsor-logo-stage {
  width: min(100%, 34rem);
  min-height: 17rem;
  box-shadow: 0 20px 45px rgb(23 34 45 / 8%);
}

.sponsor-card-gold img {
  max-width: 26rem;
  max-height: 13rem;
}

.sponsor-card-silver {
  min-height: 21rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  grid-column: 2 / 6;
  background: linear-gradient(140deg, #edf4ff, #eef9f6);
}

.sponsor-card-silver::before {
  background: rgb(169 70 145 / 9%);
}

.sponsor-card-silver .sponsor-logo-stage {
  min-height: 14rem;
}

.sponsor-card-silver img {
  max-width: 20rem;
  max-height: 8rem;
}

.sponsor-card-bronze {
  grid-column: span 2;
  border-top: 0.4rem solid var(--blue);
}

.sponsor-card-bronze:nth-child(4) {
  border-top-color: var(--orange);
}

.sponsor-card-bronze:nth-child(5) {
  border-top-color: var(--magenta);
}

.sponsor-callout p:not(.eyebrow) {
  color: #c8d0d5;
}

.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.results-table {
  width: 100%;
  min-width: 58rem;
  border-collapse: collapse;
  background: #fff;
}

.results-table th,
.results-table td {
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-variant-numeric: tabular-nums;
}

.results-table thead {
  color: #fff;
  background: var(--ink);
}

.results-table tbody tr:nth-child(even) {
  background: #f3f8f7;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.contact-card {
  min-height: 22rem;
  padding: 2rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgb(23 34 45 / 7%);
}

.contact-card p {
  color: var(--muted);
}

.contact-number {
  display: block;
  margin-bottom: 4rem;
  color: #6f7a82;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.privacy-content {
  max-width: 55rem;
}

.privacy-content article {
  display: grid;
  padding-block: 2.25rem;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.privacy-content article > span {
  color: var(--teal-dark);
  font-weight: 900;
}

.privacy-content p {
  color: var(--muted);
}

.not-found {
  display: grid;
  min-height: 65vh;
  padding-block: 5rem;
  place-items: center;
  text-align: center;
}

.not-found-inner {
  max-width: 42rem;
}

.not-found-number {
  color: rgb(36 155 195 / 14%);
  font-size: clamp(7rem, 25vw, 15rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.75;
}

.site-footer {
  padding-block: 3.5rem;
  color: #d9e0e4;
  background: #0d151c;
}

.footer-shell {
  display: grid;
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem 4rem;
}

.footer-mark {
  margin-bottom: 1rem;
}

.footer-title {
  margin-bottom: 0.35rem;
  color: #fff;
  font-weight: 800;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  color: #fff;
  font-weight: 700;
}

.copyright {
  padding-top: 1.5rem;
  grid-column: 1 / -1;
  color: #93a2ab;
  border-top: 1px solid rgb(255 255 255 / 12%);
  font-size: 0.85rem;
}

/* Programa por audiencias */
.program-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.program-legend span,
.program-track > span {
  display: inline-flex;
  width: max-content;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.audience-jury > span,
.program-legend .audience-jury { color: #07556d; background: #dff4fb; }
.audience-tutors > span,
.program-legend .audience-tutors { color: #7d3519; background: #ffeadf; }
.audience-contestants > span,
.program-legend .audience-contestants { color: #5e2154; background: #f8e2f4; }

.program-days {
  display: grid;
  gap: 1.5rem;
}

.program-day {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgb(23 34 45 / 5%);
}

.program-day > h2 {
  padding: 1.25rem 1.5rem;
  margin: 0;
  color: #fff;
  background: var(--ink);
  font-size: 1.45rem;
}

.program-day > .program-tracks {
  padding: 1.25rem 1.5rem;
}

.program-tracks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.75rem;
}

.program-track {
  min-width: 0;
  padding: 0.9rem;
  background: #f7f9f9;
  border-radius: var(--radius-sm);
}

.program-track p {
  margin: 0.65rem 0 0;
  font-weight: 700;
}

.program-activity-label {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--teal-dark);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Portada fotográfica */
.home-hero-photo {
  position: relative;
  height: 34rem;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.home-hero-photo picture,
.home-hero-photo > picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero-photo > picture img { object-fit: cover; }

.home-hero-photo .hero-logo-card {
  position: absolute;
  z-index: 2;
  inset: 1.25rem 1.25rem auto auto;
  width: min(48%, 16rem);
  padding: 0.8rem;
  background: rgb(255 255 255 / 94%);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 26px rgb(23 34 45 / 22%);
  transform: none;
}

.home-hero-photo .hero-logo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-hero-photo figcaption,
.city-intro-photo figcaption,
.city-card figcaption {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  padding: 0.25rem 0.45rem;
  color: #fff;
  background: rgb(13 21 28 / 82%);
  border-radius: 0.25rem;
  font-size: 0.67rem;
  line-height: 1.35;
}

.home-hero-photo figcaption a,
.city-intro-photo figcaption a,
.city-card figcaption a { color: #fff; }

.feature-card {
  min-height: 17rem;
}

.feature-card::before {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: auto;
  background: color-mix(in srgb, var(--blue) 16%, white);
  border-radius: 50%;
  content: "";
}

.feature-card.accent-orange::before { background: color-mix(in srgb, var(--orange) 16%, white); }
.feature-card.accent-magenta::before { background: color-mix(in srgb, var(--magenta) 16%, white); }

.home-hotel-photo {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.home-hotel-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Buenos Aires */
.city-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.city-intro-photo {
  position: relative;
  height: 34rem;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.city-intro-photo picture,
.city-intro-photo img {
  width: 100%;
  height: 100%;
}

.city-intro-photo img { object-fit: cover; }

.city-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.city-card {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.city-card figure {
  position: relative;
  min-height: 20rem;
  margin: 0;
  overflow: hidden;
}

.city-card picture,
.city-card img {
  width: 100%;
  height: 100%;
}

.city-card img { object-fit: cover; }
.city-card > div { padding: 1.5rem; }
.city-card p { margin-bottom: 0; color: var(--muted); }

/* Resultados */
.results-content {
  display: grid;
  width: min(calc(100vw - 2rem), var(--shell));
  min-width: 0;
  gap: clamp(4rem, 8vw, 7rem);
}

.results-content > *,
.results-ranking,
.results-ranking .table-scroll {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.demo-banner {
  display: grid;
  padding: 1.5rem;
  color: #5f3100;
  background: #fff2c8;
  border: 2px solid #e2a72e;
  border-radius: var(--radius);
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1.25rem;
}

.demo-banner > span {
  padding: 0.35rem 0.7rem;
  color: #fff;
  background: #8c4b00;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.demo-banner h2 { margin-bottom: 0.4rem; font-size: 1.5rem; }
.demo-banner p { margin: 0; }
.compact-heading { margin-bottom: 1.5rem; }

.award-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.award-summary article {
  display: grid;
  min-height: 9rem;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid #8a969e;
  border-radius: var(--radius-sm);
  align-content: space-between;
}

.award-summary .award-gold { border-top-color: #d7a900; }
.award-summary .award-silver { border-top-color: #9aa5ad; }
.award-summary .award-bronze { border-top-color: #a9642b; }
.award-summary .award-hm { border-top-color: var(--teal); }
.award-summary strong { font-size: 2.7rem; line-height: 1; }
.award-summary span { color: var(--muted); font-weight: 800; }

.results-ranking h2 { margin-bottom: 1.5rem; }
.results-table tbody th { min-width: 13rem; }
.result-country { display: inline-flex; min-width: 9rem; align-items: center; gap: 0.6rem; }
.result-country img { flex: 0 0 auto; border: 1px solid var(--line); object-fit: cover; }

.award-chip {
  display: inline-flex;
  min-width: max-content;
  padding: 0.2rem 0.55rem;
  background: #e7ecef;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
}

.award-gold { background: #fff1ad; }
.award-silver { background: #e4eaee; }
.award-bronze { background: #f5d8bd; }
.award-honourable_mention { background: #d9f1ec; }

@media (max-width: 74rem) {
  .header-shell {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 0.8rem;
  }

  .js .menu-toggle {
    display: inline-flex;
    align-items: center;
    align-self: center;
  }

  .language-compact {
    display: inline-flex;
    margin-left: auto;
  }

  .menu-toggle {
    margin-left: 0;
  }

  .primary-nav {
    width: 100%;
    margin: 0;
    padding-top: 0.75rem;
    border-top: 1px solid var(--line);
    align-items: stretch;
    flex-direction: column;
  }

  .js .primary-nav {
    display: none;
  }

  .js .primary-nav[data-open="true"] {
    display: flex;
  }

  .primary-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .primary-nav a {
    justify-content: center;
  }

  .primary-nav .language-link {
    display: none;
  }
}

@media (max-width: 58rem) {
  .home-hero-grid,
  .page-hero-grid,
  .split-feature,
  .city-layout,
  .city-intro,
  .values-layout,
  .format-layout {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    gap: 1rem;
  }

  .hero-visual {
    min-height: 24rem;
  }

  .mini-orbit {
    display: none;
  }

  .feature-grid,
  .practical-grid,
  .contact-grid,
  .delegation-grid,
  .sponsor-grid,
  .guide-list,
  .city-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .sponsor-card-gold,
  .sponsor-card-silver {
    grid-column: 1 / -1;
  }

  .sponsor-card-bronze {
    grid-column: auto;
  }

  .program-tracks {
    grid-template-columns: 1fr;
  }

  .award-summary {
    grid-template-columns: repeat(3, 1fr);
  }

  .city-gallery {
    grid-template-columns: 1fr;
  }

  .feature-grid > :last-child,
  .contact-grid > :last-child {
    grid-column: 1 / -1;
  }

  .hotel-grid,
  .prose-grid {
    grid-template-columns: 1fr;
  }

  .organization-block {
    grid-template-columns: 8rem 1fr;
  }

  .callout-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .countdown-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 40rem) {
  .shell,
  .header-shell,
  .footer-shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .header-shell {
    min-height: 5rem;
  }

  .brand img {
    width: 7rem;
  }

  .menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .menu-icon {
    margin-left: 0;
  }

  .primary-nav ul {
    grid-template-columns: 1fr 1fr;
  }

  .primary-nav a {
    min-height: 3rem;
    text-align: center;
  }

  .home-hero {
    padding-top: 2.5rem;
  }

  .home-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .hero-visual {
    min-height: 18rem;
  }

  .shape-one { width: 6rem; height: 6rem; }
  .shape-two { width: 7rem; height: 7rem; }
  .shape-three { width: 4rem; height: 4rem; }

  .countdown-wrap {
    border-radius: var(--radius) var(--radius) 0 0;
  }

  .countdown {
    width: 100%;
    justify-content: space-between;
    gap: 0.25rem;
  }

  .countdown span {
    min-width: 0;
  }

  .countdown small {
    font-size: 0.6rem;
  }

  .feature-grid,
  .practical-grid,
  .contact-grid,
  .delegation-grid,
  .sponsor-grid,
  .guide-list,
  .city-highlights,
  .competition-facts {
    grid-template-columns: 1fr;
  }

  .sponsor-card-gold,
  .sponsor-card-silver,
  .sponsor-card-bronze {
    grid-column: 1;
  }

  .sponsor-card-gold {
    min-height: 20rem;
    padding: 1.25rem;
  }

  .sponsor-card-silver {
    min-height: 17rem;
    padding: 1.25rem;
  }

  .organizer-section {
    min-height: 0;
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    border-radius: var(--radius);
  }

  .organizer-mark {
    width: 8.5rem;
    justify-self: start;
  }

  .sponsor-intro > p:last-child {
    font-size: 1rem;
  }

  .sponsor-card {
    padding: 1rem;
    border-radius: var(--radius);
  }

  .sponsor-card-bronze {
    min-height: 13rem;
  }

  .sponsor-card-gold .sponsor-logo-stage {
    min-height: 15rem;
  }

  .sponsor-card-silver .sponsor-logo-stage {
    min-height: 12rem;
  }

  .award-summary,
  .city-card,
  .demo-banner {
    grid-template-columns: 1fr;
  }

  .city-card figure {
    min-height: 16rem;
  }

  .program-day > .program-tracks {
    padding-inline: 1rem;
  }

  .home-hero-photo,
  .city-intro-photo {
    height: 25rem;
    min-height: 25rem;
  }

  .delegations-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .delegations-intro .updated {
    text-align: left;
  }

  .feature-grid > :last-child,
  .contact-grid > :last-child {
    grid-column: auto;
  }

  .feature-card,
  .contact-card,
  .info-card {
    min-height: auto;
  }

  .card-number,
  .contact-number {
    margin-bottom: 2rem;
  }

  .city-graphic,
  .city-poster {
    min-height: 25rem;
  }

  .hotel-gallery {
    height: 21rem;
  }

  .city-season {
    grid-template-columns: 6rem 1fr;
  }

  .organization-block {
    grid-template-columns: 1fr;
  }

  .organization-mark {
    width: 7rem;
  }

  .schedule-day li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .privacy-content article {
    grid-template-columns: 2.5rem 1fr;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .site-footer ul {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .button,
  .countdown-wrap {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section,
  .page-hero {
    padding-block: 1.5rem;
  }
}
