/* Warsaw Card Masters — Media platform for land-based poker tournaments */
:root {
  --ink: #0e1520;
  --ink-soft: #1a2433;
  --slate: #2c3a4d;
  --muted: #5c6b7e;
  --paper: #f4f1eb;
  --paper-2: #ebe6dc;
  --cream: #faf8f4;
  --line: rgba(14, 21, 32, 0.12);
  --accent: #c45c26;
  --accent-deep: #9a3f12;
  --signal: #0f766e;
  --signal-soft: #ccfbf1;
  --live: #b91c1c;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(14, 21, 32, 0.12);
  --radius: 4px;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --max: 1160px;
  --nav-h: 72px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 50% at 10% -10%, rgba(15, 118, 110, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 40% at 100% 0%, rgba(196, 92, 38, 0.07), transparent 50%),
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 40%, var(--paper-2) 100%);
  min-height: 100vh;
}

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

a {
  color: var(--signal);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent-deep);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 0.6em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1em;
}

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

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 21, 32, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-h);
  gap: 1rem;
}

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--white);
  line-height: 1.05;
}

.logo-mark {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.logo-mark span {
  color: var(--accent);
}

.logo-sub {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  padding: 0.45rem 0.7rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem 1.35rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
}

.nav-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--accent);
  color: var(--accent) !important;
  font-weight: 800;
  font-size: 0.78rem;
  border-radius: 50%;
  text-decoration: none !important;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background-color: #0e1520;
  background-image: var(--hero-lqip);
  background-size: cover;
  background-position: center;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-media.is-loaded img {
  animation: heroDrift 18s ease-in-out infinite alternate, heroFade 0.7s ease both;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(14, 21, 32, 0.92) 0%, rgba(14, 21, 32, 0.55) 48%, rgba(14, 21, 32, 0.72) 100%),
    linear-gradient(to top, var(--cream) 0%, transparent 42%);
  pointer-events: none;
}

.hero-scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.015) 18px,
      rgba(255, 255, 255, 0.015) 19px
    );
  opacity: 0.8;
}

.hero-content {
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  max-width: 720px;
}

.brand-hero {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 9vw, 5.2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 0.35em;
  line-height: 0.95;
  animation: fadeUp 0.8s ease both;
}

.brand-hero span {
  display: block;
  color: var(--accent);
}

.hero-lead {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 36ch;
  margin-bottom: 1.75rem;
  animation: fadeUp 0.8s ease 0.12s both;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: fadeUp 0.8s ease 0.22s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.btn-primary {
  background: var(--accent);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--accent-deep);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.btn-outline:hover {
  background: var(--ink);
  color: var(--white);
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
}

.badge-upcoming {
  background: var(--signal-soft);
  color: var(--signal);
}

.badge-stream {
  background: rgba(196, 92, 38, 0.12);
  color: var(--accent-deep);
}

.badge-live {
  background: rgba(185, 28, 28, 0.12);
  color: var(--live);
}

.badge-dot::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  animation: pulse 1.6s ease infinite;
}

/* Featured event */
.section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.section-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.4rem;
}

.featured-event {
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr 0.85fr;
  overflow: hidden;
}

.featured-visual {
  position: relative;
  min-height: 280px;
  background: #1a2433 center / cover no-repeat;
  overflow: hidden;
}

.featured-visual picture,
.featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-fade {
  opacity: 0;
  transition: opacity 0.45s ease;
}

.img-fade.is-loaded {
  opacity: 1;
}

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

.featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.featured-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.5rem;
}

.featured-location {
  font-size: 1.1rem;
  color: var(--slate);
  margin-bottom: 1.25rem;
}

.featured-location strong {
  color: var(--ink);
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.25rem;
}

.fact-value {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.disclaimer {
  background: #fff8f0;
  border-left: 4px solid var(--accent);
  padding: 1rem 1.15rem;
  margin: 1.5rem 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.disclaimer strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
  color: var(--accent-deep);
}

.featured-aside {
  background:
    linear-gradient(160deg, var(--ink) 0%, var(--ink-soft) 100%);
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}

.featured-aside::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 40px solid rgba(196, 92, 38, 0.12);
  border-radius: 50%;
  top: -60px;
  right: -80px;
  animation: spinSlow 40s linear infinite;
}

.countdown-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
  position: relative;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  position: relative;
}

.countdown-unit {
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 0.35rem;
}

.countdown-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.countdown-txt {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.35rem;
}

.aside-note {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  margin: 0;
}

/* Calendar / tournament list */
.calendar-grid {
  display: grid;
  gap: 0.85rem;
}

.event-row {
  display: grid;
  grid-template-columns: 96px 110px 1fr auto;
  gap: 1rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 0.85rem 1.15rem 0.85rem 0.85rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.event-row:not([href]) {
  cursor: default;
}

.event-thumb {
  width: 96px;
  height: 72px;
  border-radius: 2px;
  overflow: hidden;
  background: #1a2433 center / cover no-repeat;
  flex-shrink: 0;
}

.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-thumb--empty {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(145deg, #1a2433, #2c3a4d);
}

.event-row:hover {
  border-color: rgba(196, 92, 38, 0.45);
  transform: translateX(4px);
  box-shadow: 0 10px 30px rgba(14, 21, 32, 0.08);
  color: inherit;
}

.event-date {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-deep);
  line-height: 1.1;
}

.event-date small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 0.2rem;
}

.event-row h3 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
  font-weight: 700;
}

.event-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.flag {
  display: inline-block;
  margin-right: 0.35rem;
  font-style: normal;
}

.event-row-badge {
  justify-self: end;
}

/* Structure / content blocks */
.content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(1.25rem, 3vw, 1.85rem);
}

.panel h2,
.panel h3 {
  font-size: 1.35rem;
}

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

.structure-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.structure-list li:last-child {
  border-bottom: none;
}

.structure-list strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

/* Responsible gaming */
.rg-box {
  background: var(--ink);
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.rg-box h2,
.rg-box h3 {
  color: var(--white);
}

.rg-box p {
  color: rgba(255, 255, 255, 0.8);
}

.rg-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.rg-links a {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.55rem 0.9rem;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.rg-links a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}

.age-badge-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 3px solid var(--accent);
  color: var(--accent);
  font-weight: 800;
  font-size: 1rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

/* Page hero (inner pages) */
.page-hero {
  background: var(--ink);
  color: var(--white);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 50px solid rgba(196, 92, 38, 0.15);
  border-radius: 50%;
  right: -100px;
  top: -120px;
}

.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 0 0 0.4em;
  position: relative;
}

.page-hero p {
  margin: 0;
  max-width: 50ch;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
}

.prose {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.prose h2 {
  font-size: 1.4rem;
  margin-top: 1.75rem;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose ul {
  padding-left: 1.2rem;
}

.prose li {
  margin-bottom: 0.45rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-item {
  background: var(--paper);
  padding: 1.15rem;
  border: 1px solid var(--line);
}

.contact-item strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  padding: 3rem 0 1.5rem;
  margin-top: 2rem;
}

.footer-plaques {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.plaque {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.9rem 0.85rem;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .logo-mark {
  font-size: 1.4rem;
  color: var(--white);
}

.footer-brand p {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

.footer-col h3 {
  font-size: 0.9rem;
  color: var(--white);
  margin-bottom: 0.85rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 0.45rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  font-size: 0.85rem;
}

.footer-age {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 700;
}

.footer-age .age-circle {
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 0.75rem;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--ink-soft);
  color: var(--white);
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-inner {
  width: min(100% - 1rem, var(--max));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-inner p {
  margin: 0;
  flex: 1 1 280px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.btn-sm {
  padding: 0.6rem 1rem;
  font-size: 0.82rem;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@keyframes heroDrift {
  from { transform: scale(1.02) translate(0, 0); }
  to { transform: scale(1.06) translate(-1.5%, 1%); }
}

@keyframes heroFade {
  from { opacity: 0.65; }
  to { opacity: 1; }
}

/* Media band */
.media-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.media-band-visual {
  position: relative;
  min-height: 280px;
  background: #0e1520 center / cover no-repeat;
}

.media-band-visual picture,
.media-band-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-band-copy {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 900px) {
  .featured-event,
  .content-grid,
  .footer-grid,
  .media-band {
    grid-template-columns: 1fr;
  }

  .featured-visual {
    min-height: 220px;
    max-height: 280px;
  }

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

  .event-row {
    grid-template-columns: 72px 80px 1fr;
  }

  .event-thumb {
    width: 72px;
    height: 56px;
  }

  .event-row-badge {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .structure-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

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

  .site-nav a {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .header-inner {
    position: relative;
  }

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

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
