:root {
  --bg: #f5efe4;
  --paper: rgba(255, 250, 241, 0.78);
  --card: rgba(255, 255, 255, 0.72);
  --card-strong: #fffaf1;
  --line: rgba(7, 17, 31, 0.12);
  --ink: #091424;
  --muted: #5d6778;
  --gold: #da8b18;
  --gold-deep: #b86b00;
  --mint: #0f8c73;
  --navy: #07111f;
  --sky: #ddeaf2;
  --shadow-lg: 0 30px 80px rgba(7, 17, 31, 0.15);
  --shadow-md: 0 18px 42px rgba(7, 17, 31, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(218, 139, 24, 0.18), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(15, 140, 115, 0.16), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #f5efe4 42%, #eef4f3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.35;
  pointer-events: none;
  z-index: -3;
}

.noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(7, 17, 31, 0.06) 0.8px, transparent 0.8px);
  background-size: 14px 14px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -2;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.topline,
.navbar,
.hero,
.section,
.site-footer,
.marquee {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  padding-top: 0.8rem;
}

.topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.94rem;
}

.topline a {
  font-weight: 700;
  color: var(--navy);
}

.navbar {
  position: sticky;
  top: 0.75rem;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 249, 240, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: linear-gradient(140deg, var(--navy), #173b5b);
  color: #fff;
  font-family: "Syne", sans-serif;
  font-weight: 800;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong,
.hero h1,
.section-heading h2,
.showcase-copy h2,
.coverage-copy h2,
.contact-copy h2,
.game-copy-card h3 {
  font-family: "Syne", sans-serif;
}

.brand-copy small {
  color: var(--muted);
}

.site-menu {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 600;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--navy);
}

.nav-cta {
  display: flex;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #f0a52f);
  box-shadow: 0 16px 34px rgba(218, 139, 24, 0.32);
}

.button.secondary,
.button.ghost {
  color: var(--navy);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.6);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 17, 31, 0.08);
}

.nav-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  margin: 0.32rem auto;
  background: var(--navy);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2rem;
  padding: 4.2rem 0 2.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--mint);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero h1,
.section-heading h2,
.showcase-copy h2,
.coverage-copy h2,
.contact-copy h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  max-width: 11ch;
}

.lede,
.section-heading p,
.manifesto-card p,
.service-card p,
.showcase-copy p,
.faq-answer p,
.contact-copy p,
.form-note,
.game-copy-card p,
.coverage-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.hero .lede {
  max-width: 60ch;
  margin-top: 1.3rem;
  font-size: 1.08rem;
}

.hero-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.hero-kicker-card {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 17, 31, 0.08);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-kicker-card.muted {
  background: rgba(15, 140, 115, 0.08);
  color: var(--mint);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hero-manifesto {
  max-width: 34rem;
  margin-top: 1.3rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid rgba(218, 139, 24, 0.56);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.48);
}

.hero-manifesto p {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.6;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.hero-stats article,
.manifesto-card,
.service-card,
.game-stage,
.game-copy-card,
.coverage-card,
.faq-item,
.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: var(--card);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-md);
}

.hero-stats article {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: var(--radius-md);
}

.hero-stats strong {
  font-size: 1rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.93rem;
}

.hero-visual {
  position: relative;
}

.hero-orbit {
  position: absolute;
  top: -1.5rem;
  right: 1.6rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-md);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.hero-frame {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.08), rgba(7, 17, 31, 0.28));
}

.hero-frame img {
  width: 100%;
  height: 42rem;
  object-fit: cover;
}

.hero-float {
  position: absolute;
  z-index: 1;
  border-radius: 22px;
  backdrop-filter: blur(12px);
}

.hero-float-top {
  top: 1.2rem;
  right: 1.2rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 249, 240, 0.85);
}

.hero-float-top span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-float-top strong {
  font-size: 1.05rem;
}

.hero-float-bottom {
  left: 1.2rem;
  bottom: 1.2rem;
  padding: 1.2rem 1.25rem;
  background: rgba(7, 17, 31, 0.9);
  color: #fff;
}

.hero-float-bottom p,
.hero-float-bottom span {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.hero-float-bottom a {
  display: block;
  margin: 0.35rem 0;
  font-size: 1.55rem;
  font-family: "Syne", sans-serif;
}

.hero-city-card {
  position: absolute;
  left: -1.4rem;
  bottom: 2rem;
  z-index: 2;
  width: min(17rem, 70%);
  padding: 1.15rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.92), rgba(247, 242, 232, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-md);
}

.city-card-label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-city-card strong {
  display: block;
  color: var(--navy);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-city-card p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.marquee {
  overflow: hidden;
  padding: 0.7rem 0 1.3rem;
}

.marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--navy);
  font-weight: 700;
}

.marquee-track span::before {
  content: "•";
  color: var(--gold);
}

.editorial-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.1rem;
  align-items: stretch;
}

.editorial-band-copy,
.editorial-band-aside {
  padding: 1.5rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.76), rgba(248, 244, 235, 0.7));
  box-shadow: var(--shadow-md);
}

.editorial-band-copy h2 {
  margin: 0;
  max-width: 14ch;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.editorial-band-aside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  align-content: center;
}

.editorial-band-aside span {
  display: grid;
  place-items: center;
  min-height: 5.8rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--navy);
  font-family: "Syne", sans-serif;
  font-size: 1.05rem;
  text-align: center;
  line-height: 1.15;
}

.section {
  padding: 4.8rem 0;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.showcase-copy h2,
.coverage-copy h2,
.contact-copy h2 {
  font-size: clamp(2.1rem, 4.5vw, 4rem);
}

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

.manifesto-card,
.service-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.manifesto-card span,
.service-card span {
  color: var(--gold-deep);
  font-weight: 700;
}

.manifesto-card h3,
.service-card strong {
  display: block;
  margin: 0.9rem 0 0.65rem;
  font-size: 1.35rem;
  font-family: "Syne", sans-serif;
}

.service-card {
  text-align: left;
  cursor: pointer;
  transition: transform 0.24s ease, border-color 0.24s ease;
  overflow: hidden;
  position: relative;
}

.service-card:hover,
.service-card:focus-visible,
.service-card.active {
  transform: translateY(-5px);
  border-color: rgba(218, 139, 24, 0.34);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 139, 24, 0.18), transparent 66%);
}

.service-card small {
  display: inline-block;
  margin-top: 1rem;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.split-showcase {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 1.1rem;
  align-items: center;
}

.showcase-panel {
  min-height: 34rem;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.showcase-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-copy {
  padding: 1.4rem;
}

.check-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--mint));
}

.game-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.game-stage {
  position: relative;
  padding: 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.28);
  background:
    radial-gradient(circle at top left, rgba(218, 139, 24, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(43, 195, 164, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(19, 19, 19, 0.96), rgba(9, 15, 14, 0.96));
}

.game-stage.panic {
  box-shadow:
    0 0 0 1px rgba(255, 98, 84, 0.22),
    0 28px 70px rgba(226, 91, 83, 0.22);
}

.game-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.26;
}

.game-bar,
.game-head,
.game-canvas-wrap,
.game-status,
.game-ownership,
.game-controls {
  position: relative;
  z-index: 1;
}

.game-bar {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.game-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 184, 82, 0.14);
  border: 1px solid rgba(255, 184, 82, 0.24);
  color: #ffd59a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.game-badge.subtle {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
}

.game-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.game-head strong {
  display: block;
  font-family: "Syne", sans-serif;
  color: #fff6ea;
  font-size: 1.45rem;
}

.game-head span {
  color: rgba(236, 230, 219, 0.75);
}

.game-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  min-width: 19rem;
}

.game-stats span {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 240, 214, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  overflow: hidden;
}

.game-stats strong {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game-status {
  margin: 0.9rem 0 0;
  min-height: 1.6rem;
  color: rgba(236, 230, 219, 0.82);
  font-size: 0.95rem;
}

.game-status.alert {
  color: #ffcf85;
}

.game-ownership {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  line-height: 1.45;
}

#cleaning-game {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, #101010, #171717);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 40px rgba(0, 0, 0, 0.24);
}

.game-canvas-wrap {
  position: relative;
}

.game-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(5, 8, 8, 0.68);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.game-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.game-overlay-card {
  width: min(22rem, 100%);
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.96), rgba(9, 14, 14, 0.96));
  text-align: center;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
}

.game-overlay-kicker {
  margin: 0 0 0.6rem;
  color: #ffcf85;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-overlay-card h3 {
  margin: 0;
  color: #fff6ea;
  font-family: "Syne", sans-serif;
  font-size: 2rem;
}

.game-overlay-card p {
  margin: 0.85rem 0 0;
  color: rgba(236, 230, 219, 0.78);
  line-height: 1.6;
}

.game-overlay-button {
  margin-top: 1rem;
  width: 100%;
}

.game-controls {
  display: none;
  margin-top: 1rem;
  justify-items: center;
}

.control-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.control {
  width: 3.3rem;
  height: 3.3rem;
  border: 0;
  border-radius: 18px;
  background: rgba(7, 17, 31, 0.9);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: var(--shadow-md);
}

.control.boost {
  background: linear-gradient(135deg, #d68b18, #f4b341);
  color: #1b1200;
}

.game-copy {
  display: grid;
  gap: 1rem;
}

.game-copy-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(7, 17, 31, 0.08);
  box-shadow: 0 16px 32px rgba(7, 17, 31, 0.08);
}

.game-copy-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
}

.game-copy-card.legal {
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.92), rgba(246, 239, 227, 0.92));
}

.coverage-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 1.6rem;
  border-radius: var(--radius-xl);
}

.coverage-zones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  align-content: center;
}

.coverage-zones span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border-radius: 22px;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  padding: 1.2rem 1.3rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: "Syne", sans-serif;
  font-size: 1.08rem;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 1.3rem 1.3rem;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.contact-panel {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
}

.contact-form label > span {
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(7, 17, 31, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.contact-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.field-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-size: 0.9rem;
}

.field-meta small,
.form-note {
  color: var(--muted);
}

.submit {
  width: 100%;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 0 5.5rem;
  color: var(--muted);
}

.site-footer div {
  display: flex;
  gap: 1rem;
}

.floating-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: none;
  gap: 0.8rem;
}

.floating-cta a {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.35rem;
  border-radius: 18px;
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow-lg);
}

.floating-cta a:first-child {
  background: linear-gradient(135deg, var(--navy), #16304c);
}

.floating-cta a:last-child {
  background: linear-gradient(135deg, var(--mint), #11b291);
}

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

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 1120px) {
  .navbar {
    grid-template-columns: auto auto;
  }

  .site-menu,
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-menu.open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: start;
    gap: 1rem;
    padding-top: 1rem;
  }

  .nav-cta.open {
    display: flex;
    grid-column: 1 / -1;
    padding-top: 0.5rem;
  }

  .hero,
  .editorial-band,
  .split-showcase,
  .game-layout,
  .coverage-card,
  .contact {
    grid-template-columns: 1fr;
  }

  .manifesto-grid,
  .service-grid,
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-frame img {
    height: 32rem;
  }

  .hero-city-card {
    left: auto;
    right: 1rem;
    bottom: -1.2rem;
  }

  .coverage-zones {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    top: 0.45rem;
    border-radius: 28px;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-frame img {
    height: 26rem;
  }

  .hero-orbit {
    right: 0.8rem;
    top: -1rem;
    transform: rotate(-5deg);
  }

  .hero-float-top,
  .hero-float-bottom {
    position: absolute;
  }

  .hero-city-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .manifesto-grid,
  .service-grid,
  .hero-stats,
  .coverage-zones {
    grid-template-columns: 1fr;
  }

  .game-controls {
    display: grid;
  }

  .game-bar,
  .game-head {
    grid-template-columns: 1fr;
  }

  .game-bar {
    display: grid;
  }

  .game-stats {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 6rem;
  }

  .floating-cta {
    display: flex;
  }
}
