/* RečMeč v3 — premium game hub. Loaded after the gameplay stylesheet. */
:root {
  --v3-night: #07170e;
  --v3-forest: #0d2d1b;
  --v3-forest-2: #17472b;
  --v3-moss: #2f6a43;
  --v3-gold: #e0b85a;
  --v3-gold-light: #f4d88c;
  --v3-ivory: #f8f2e8;
  --v3-paper: #efe6d7;
  --v3-ink: #17241b;
  --v3-muted: #766d60;
  --v3-red: #a74638;
  --v3-display: Georgia, "Times New Roman", serif;
}

/* Header becomes part of the world, not a toolbar floating above it. */
.app-header {
  min-height: 66px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(244,216,140,.13);
  background:
    linear-gradient(90deg, rgba(255,255,255,.035), transparent 24%),
    rgba(7,23,14,.97);
  box-shadow: 0 8px 30px rgba(2,12,6,.24);
}
.header-shell { min-height: 46px; }
.brand-home { gap: 11px; padding-right: 10px; }
.brand-tile {
  width: 38px; height: 38px; border-radius: 9px;
  background: linear-gradient(145deg,#ffe9ad,#d5a846);
  border-color: #9f792d;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.72),0 4px 0 #9b722a,0 8px 18px rgba(0,0,0,.28);
}
.brand-name { font-family: var(--v3-display); font-size: 1.24rem; letter-spacing: .015em; }
.brand-lockup small { color: rgba(244,216,140,.58); }
.header-right .ghost,
.header-right .icon-toggle {
  min-height: 37px; padding-inline: 12px; border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.045); color: rgba(255,255,255,.78);
}
.header-right .ghost:hover:not(:disabled),
.header-right .icon-toggle:hover:not(:disabled) {
  color: #fff; border-color: rgba(244,216,140,.34); background: rgba(255,255,255,.08);
}
.header-new {
  min-height: 38px; padding-inline: 17px; border-radius: 10px;
  color: #211b0e; background: linear-gradient(180deg,#f5d98e,#d7a946);
  border-color: #f2d281; box-shadow: inset 0 1px 0 rgba(255,255,255,.7),0 6px 18px rgba(0,0,0,.22);
}
.lexicon-trigger.overview {
  min-height: 38px; border-color: rgba(244,216,140,.2);
  background: rgba(244,216,140,.075); color: #f4d88c;
}

/* Full-bleed landing canvas. */
.home-hub {
  overflow: visible;
  color: var(--v3-ivory);
  background: var(--v3-night);
}
body[data-view="hub"] { overflow-x: hidden; overflow-y: auto; }
.home-hub .hub-shell { width: 100%; max-width: none; padding: 0; }

.home-hub .hub-hero {
  min-height: min(820px, calc(100svh - 66px));
  grid-template-columns: minmax(0,1.02fr) minmax(440px,.98fr);
  gap: clamp(44px,6vw,90px);
  align-items: center;
  padding: clamp(70px,9vh,112px) max(28px,calc((100vw - 1240px)/2));
  border: 0; border-radius: 0; box-shadow: none;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 45%,rgba(57,135,83,.34),transparent 29%),
    radial-gradient(circle at 10% 20%,rgba(224,184,90,.1),transparent 23%),
    linear-gradient(117deg,#06150c 0%,#0a2516 48%,#10381f 100%);
}
.home-hub .hub-hero::before {
  opacity: .52;
  background-image:
    linear-gradient(rgba(244,216,140,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(244,216,140,.028) 1px,transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.4) 60%,transparent);
}
.home-hub .hub-hero::after {
  width: 640px; height: 640px; right: -260px; top: -310px;
  border: 1px solid rgba(244,216,140,.08);
  box-shadow: 0 0 0 80px rgba(244,216,140,.018),0 0 0 160px rgba(244,216,140,.012);
}

.hero-orbit-system {
  position: relative; z-index: 2; width: min(100%,660px); min-height: 620px;
  justify-self: center; pointer-events: none; isolation: isolate;
  animation: v3-orbit-in .85s cubic-bezier(.2,.8,.2,1) .12s both;
}
.hero-orbit-system::before {
  content: ""; position: absolute; left: 50%; top: 50%; border-radius: 50%;
  transform: translate(-50%,-50%); pointer-events: none;
  width: 72%; aspect-ratio: 1; opacity: .26;
  background: radial-gradient(circle,rgba(118,204,145,.18),rgba(36,109,64,.06) 42%,transparent 70%);
  filter: blur(16px);
}
.orbit-glow {
  position: absolute; left: 50%; top: 50%; width: 54%; aspect-ratio: 1;
  transform: translate(-50%,-50%); border-radius: 50%;
  background: radial-gradient(circle,rgba(244,216,140,.08),transparent 63%);
  filter: blur(10px);
}
.space-star {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: #f5dda0; box-shadow: 0 0 18px rgba(244,216,140,.72);
  animation: space-twinkle 3.8s ease-in-out infinite alternate;
}
.star-one { left: 14%; top: 21%; }.star-two { right: 13%; top: 34%; animation-delay: -1.7s; }
.star-three { left: 24%; bottom: 17%; width: 2px; height: 2px; animation-delay: -.8s; }
.star-four { right: 24%; bottom: 11%; width: 3px; height: 3px; animation-delay: -2.6s; }
.space-orbit {
  --radius: 220px; --duration: 24s; --delay: 0s;
  position: absolute; left: 50%; top: 50%; width: 0; height: 0;
  z-index: 3; animation: space-orbit var(--duration) linear var(--delay) infinite;
  will-change: transform;
}
.space-tile {
  position: absolute; left: -27px; top: -29px; width: 54px; height: 58px;
  display: grid; place-items: center; border: 1px solid rgba(179,132,45,.86);
  border-bottom-width: 5px; border-radius: 10px; color: #382711;
  background: linear-gradient(145deg,#fff0c2 0%,#e7c16c 52%,#c79437 100%);
  font: 900 1.55rem/1 var(--v3-display);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.76),0 18px 34px rgba(0,0,0,.34),0 0 22px rgba(224,184,90,.09);
  transform: translateX(var(--radius));
  animation: space-counter-orbit var(--duration) linear var(--delay) infinite;
  will-change: transform;
}
.space-tile small { position: absolute; right: 5px; bottom: 3px; font: 700 .48rem/1 system-ui,sans-serif; }
.orbit-a { --radius: 268px; --duration: 29s; --delay: -11s; }
.orbit-b { --radius: 224px; --duration: 21s; --delay: -4s; }
.orbit-c { --radius: 178px; --duration: 34s; --delay: -25s; }
.orbit-d { --radius: 132px; --duration: 18s; --delay: -7s; }
.orbit-e { --radius: 246px; --duration: 38s; --delay: -31s; }
.orbit-f { --radius: 198px; --duration: 26s; --delay: -18s; }
.orbit-g { --radius: 154px; --duration: 31s; --delay: -2s; }
.orbit-h { --radius: 282px; --duration: 43s; --delay: -21s; }
.orbit-i { --radius: 108px; --duration: 16s; --delay: -12s; }
.orbit-j { --radius: 232px; --duration: 33s; --delay: -28s; }
.depth-back { z-index: 1; opacity: .46; filter: blur(1.2px); }
.depth-back .space-tile { width: 43px; height: 47px; left: -21px; top: -23px; font-size: 1.2rem; }
.depth-front { z-index: 5; }
.depth-front .space-tile { width: 64px; height: 69px; left: -32px; top: -34px; font-size: 1.8rem; box-shadow: inset 0 2px 0 rgba(255,255,255,.78),0 25px 45px rgba(0,0,0,.42),0 0 32px rgba(224,184,90,.12); }

.home-hub .hero-copy { z-index: 3; max-width: 690px; animation: v3-rise .65s cubic-bezier(.2,.8,.2,1) both; }
.home-hub .hero-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 11px; border: 1px solid rgba(244,216,140,.19); border-radius: 999px;
  color: var(--v3-gold-light); background: rgba(244,216,140,.06);
  font-size: .67rem; letter-spacing: .13em;
}
.home-hub .hero-kicker i {
  width: 7px; height: 7px; border-radius: 50%; background: #78c78e;
  box-shadow: 0 0 0 4px rgba(120,199,142,.1),0 0 16px rgba(120,199,142,.55);
}
.home-hub .hero-copy h1 {
  margin-top: 0; max-width: 780px;
  color: #fffaf0; font: 700 clamp(4rem,7.2vw,7.15rem)/.84 var(--v3-display);
  letter-spacing: -.065em; text-wrap: balance;
}
.home-hub .hero-copy h1 em {
  display: inline-block; margin-left: clamp(18px,4.2vw,74px);
  color: var(--v3-gold-light); font-style: italic; font-weight: 400;
  text-shadow: 0 14px 36px rgba(224,184,90,.12);
}
.home-hub .hero-copy > p {
  max-width: 590px; margin-top: 30px; color: rgba(248,242,232,.67);
  font-size: clamp(1rem,1.25vw,1.13rem); line-height: 1.68;
}
.home-hub .hero-actions { margin-top: 31px; gap: 23px; }
.home-hub .hero-actions .hero-play {
  min-height: 56px; padding: 10px 12px 10px 22px; gap: 36px; border-radius: 13px;
  color: #211a0c; background: linear-gradient(180deg,#f5dc9a,#ddb253);
  border-color: #f6dc98; font-size: .91rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7),0 12px 28px rgba(0,0,0,.3),0 0 0 0 rgba(224,184,90,0);
}
.home-hub .hero-actions .hero-play:hover:not(:disabled) {
  transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.7),0 17px 35px rgba(0,0,0,.35),0 0 0 5px rgba(224,184,90,.08);
}
.home-hub .hero-play i { width: 33px; height: 33px; border-radius: 9px; }
.home-hub .hero-actions a { color: rgba(248,242,232,.62); font-size: .82rem; text-decoration-color: rgba(244,216,140,.38); }
.home-hub .hero-facts {
  gap: 0; margin-top: 38px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09);
}
.home-hub .hero-facts span {
  position: relative; padding: 0 25px; color: rgba(248,242,232,.46); font-size: .65rem;
}
.home-hub .hero-facts span:first-child { padding-left: 0; }
.home-hub .hero-facts span:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.1);
}
.home-hub .hero-facts b { color: #fff4d8; font: 700 1.05rem/1 var(--v3-display); }

/* Resume card bridges the cinematic hero and the app choices. */
.home-hub .hub-continue {
  width: min(1180px,calc(100% - 44px)); margin: 22px auto; padding: 20px 22px 20px 27px;
  z-index: 5; border: 1px solid rgba(216,183,103,.54); border-radius: 17px;
  background: rgba(255,250,240,.97); color: var(--v3-ink);
  box-shadow: 0 22px 55px rgba(4,18,9,.22); backdrop-filter: blur(14px);
}
.home-hub .hub-continue::before { width: 6px; background: linear-gradient(#f1cc76,#b9822b); }
.home-hub .hub-continue .section-kicker { color: #9f772d; }
.home-hub .hub-continue .primary { min-width: 190px; min-height: 46px; border-radius: 10px; }

/* Bento mode selection. */
.home-hub .mode-section {
  position: relative; width: 100%; margin: 0; padding: 84px max(28px,calc((100vw - 1180px)/2));
  color: var(--v3-ink); background:
    radial-gradient(circle at 88% 12%,rgba(224,184,90,.17),transparent 21%),
    linear-gradient(180deg,#f8f3eb,#eee4d5);
}
.home-hub .section-heading { margin-bottom: 30px; }
.home-hub .section-heading h2 {
  margin-top: 9px; color: #14291b; font: 700 clamp(2.25rem,4vw,3.8rem)/.98 var(--v3-display); letter-spacing: -.045em;
}
.home-hub .section-heading > p { max-width: 390px; color: #756d61; font-size: .87rem; }
.home-hub .section-kicker { color: #a0782e; font-size: .66rem; }
.home-hub .mode-grid {
  grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
  grid-template-rows: repeat(2,minmax(190px,1fr)); gap: 18px;
}
.home-hub .mode-card {
  min-height: 0; padding: 25px 27px; border-radius: 22px;
  border-color: rgba(74,55,28,.13); box-shadow: 0 13px 35px rgba(45,35,19,.085);
  transition: transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,border-color .2s ease;
}
.home-hub .mode-card.featured {
  grid-row: 1 / 3; padding: 31px;
  background:
    radial-gradient(circle at 80% 15%,rgba(244,216,140,.13),transparent 24%),
    linear-gradient(145deg,#0b2818,#19472b 68%,#24563a);
  border-color: rgba(244,216,140,.2); box-shadow: 0 24px 50px rgba(23,55,34,.24);
}
.home-hub .mode-card:not(.featured) {
  display: grid; grid-template-columns: auto minmax(0,1fr);
  grid-template-rows: auto auto auto; gap: 8px 16px; align-content: center;
  background: rgba(255,253,248,.78);
}
.home-hub .mode-card:nth-child(2) { background: linear-gradient(135deg,#fffdf7,#eee3c9); }
.home-hub .mode-card:hover:not(:disabled) { transform: translateY(-6px); box-shadow: 0 23px 48px rgba(45,35,19,.14); }
.home-hub .mode-card.featured:hover:not(:disabled) { box-shadow: 0 30px 60px rgba(23,55,34,.31); }
.mode-index {
  position: absolute; right: 21px; bottom: 13px; color: rgba(29,47,34,.055);
  font: 700 4.4rem/1 var(--v3-display); letter-spacing: -.05em;
}
.featured .mode-index { right: 24px; bottom: 20px; color: rgba(255,255,255,.045); font-size: 7rem; }
.home-hub .mode-card:not(.featured) .mode-card-top { grid-area: 1 / 1 / 4 / 2; display: grid; align-content: center; }
.home-hub .mode-card:not(.featured) .mode-tag { display: none; }
.home-hub .mode-card:not(.featured) .mode-copy { grid-area: 1 / 2; align-self: end; }
.home-hub .mode-card:not(.featured) .mode-copy small { min-height: 0; }
.home-hub .mode-card:not(.featured) .mode-meta { grid-area: 2 / 2; margin: 0; }
.home-hub .mode-card:not(.featured) .mode-cta {
  grid-area: 3 / 2; align-self: end; width: 100%; padding: 12px 0 0;
  border: 0; border-top: 1px solid rgba(38,70,48,.12);
  display: flex; align-items: center; justify-content: space-between; color: #294c35;
  font-size: .76rem; font-weight: 850;
}
.home-hub .mode-card:not(.featured) .mode-cta i {
  width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px;
  color: #24452f; background: rgba(40,77,51,.08); font-size: 1rem;
}
.home-hub .mode-card:not(.featured):hover .mode-cta i { background: #244d33; color: #fff; }
.home-hub .mode-card.featured .mode-card-top { align-items: flex-start; }
.home-hub .mode-card.featured .mode-mark {
  width: 72px; height: 72px; border-radius: 20px; font: 900 1.15rem/1 var(--v3-display);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6),0 13px 24px rgba(0,0,0,.22);
}
.home-hub .mode-card.featured .mode-copy { margin-top: auto; max-width: 430px; gap: 12px; }
.home-hub .mode-card.featured .mode-copy b { font-size: 2.35rem; }
.home-hub .mode-card.featured .mode-copy small { color: rgba(255,255,255,.63); font-size: .94rem; }
.home-hub .mode-card.featured .mode-meta { margin-top: 0; }
.home-hub .mode-card.featured .mode-cta { padding-top: 20px; font-size: .88rem; }

/* A compact journey stripe. */
.home-hub .play-path {
  width: 100%; margin: 0; padding: 26px max(28px,calc((100vw - 1180px)/2));
  grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr);
  border: 0; border-radius: 0; color: #f8f2e8;
  background: linear-gradient(90deg,#112d1d,#1c4b2e); box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.home-hub .play-path-intro { border-color: rgba(255,255,255,.12); }
.home-hub .play-path-intro strong { color: #fff4d7; }
.home-hub .play-path li > span { color: #2b230f; background: var(--v3-gold-light); }
.home-hub .play-path li b { color: #fff; }
.home-hub .play-path li small { color: rgba(255,255,255,.52); }

/* Dictionary manifesto: a dark editorial ending instead of a beige info box. */
.home-hub .lexicon-showcase {
  width: 100%; margin: 0; padding: 96px max(28px,calc((100vw - 1180px)/2));
  grid-template-columns: minmax(0,1.55fr) minmax(280px,.45fr); gap: 20px;
  background:
    radial-gradient(circle at 10% 100%,rgba(167,70,56,.18),transparent 28%),
    linear-gradient(140deg,#140f0b,#21170f 52%,#151d13);
}
.home-hub .lexicon-showcase .lexicon-story {
  padding: 36px; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); gap: 34px;
  border: 1px solid rgba(244,216,140,.14); border-radius: 25px;
  background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow: 0 30px 60px rgba(0,0,0,.2);
}
.home-hub .lexicon-story::after { color: rgba(244,216,140,.035); }
.home-hub .lexicon-story-copy h2 { color: #fff4da; font-size: clamp(2.15rem,3.3vw,3.35rem); line-height: .98; }
.home-hub .lexicon-story-copy p { color: rgba(255,255,255,.5); }
.home-hub .lexicon-landing-grid > div {
  border-color: rgba(244,216,140,.12); background: rgba(255,255,255,.045);
}
.home-hub .lexicon-landing-grid > div:hover { border-color: rgba(244,216,140,.28); background: rgba(255,255,255,.07); }
.home-hub .lexicon-landing-grid b { color: #fff4d8; }
.home-hub .lexicon-landing-grid small { color: rgba(255,255,255,.45); }
.home-hub .lexicon-landing-grid .recommended { border-color: rgba(114,164,124,.52); background: rgba(69,125,82,.15); }
.home-hub .lexicon-landing-grid em { color: #9ad0a4; }
.home-hub .hub-secondary { gap: 12px; }
.home-hub .hub-secondary button {
  min-height: 0; align-content: end; position: relative; overflow: hidden;
  padding: 24px; border: 1px solid rgba(244,216,140,.12); border-radius: 20px;
  color: #fff; background: rgba(255,255,255,.045); box-shadow: none;
}
.home-hub .hub-secondary button::after {
  content: "→"; position: absolute; right: 20px; top: 18px; width: 31px; height: 31px;
  display: grid; place-items: center; border-radius: 50%; color: #f0ca72; background: rgba(244,216,140,.08);
}
.home-hub .hub-secondary button:hover:not(:disabled) { transform: translateY(-3px); border-color: rgba(244,216,140,.28); background: rgba(255,255,255,.07); }
.home-hub .hub-secondary span { color: #fff4d8; font: 700 1.16rem/1.2 var(--v3-display); }
.home-hub .hub-secondary small { color: rgba(255,255,255,.45); }

.hub-footer {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px max(28px,calc((100vw - 1180px)/2));
  color: rgba(255,255,255,.42); background: #070e09; border-top: 1px solid rgba(255,255,255,.06);
}
.hub-footer > div { display: flex; align-items: center; gap: 12px; }
.hub-footer .brand-tile { width: 30px; height: 30px; font-size: .82rem; }
.hub-footer p { font-size: .7rem; }
.hub-footer > div p { display: grid; gap: 2px; }
.hub-footer b { color: #fff1d1; font-family: var(--v3-display); font-size: .9rem; }
.hub-footer small { color: rgba(255,255,255,.36); }

@keyframes v3-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes v3-board-in {
  from { opacity: 0; transform: perspective(1200px) rotateY(-9deg) rotateX(4deg) translateY(28px) scale(.96); }
  to { opacity: 1; transform: perspective(1200px) rotateY(-5deg) rotateX(2deg) rotateZ(.7deg) translateY(0) scale(1); }
}
@keyframes v3-orbit-in {
  from { opacity: 0; transform: scale(.84); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes space-orbit { to { transform: rotate(360deg); } }
@keyframes space-counter-orbit {
  to { transform: translateX(var(--radius)) rotate(-360deg); }
}
@keyframes space-twinkle {
  from { opacity: .2; transform: scale(.7); }
  to { opacity: .9; transform: scale(1.25); }
}
@media (max-width: 1100px) {
  .home-hub .hub-hero { grid-template-columns: minmax(0,1fr) minmax(390px,.85fr); gap: 35px; }
  .home-hub .hero-copy h1 { font-size: clamp(3.7rem,7vw,5.7rem); }
  .home-hub .mode-grid { grid-template-columns: minmax(0,1.05fr) minmax(330px,.95fr); }
}

@media (max-width: 900px) {
  .home-hub .hub-hero {
    min-height: auto; grid-template-columns: 1fr; gap: 58px;
    padding: 72px max(20px,6vw) 92px;
  }
  .home-hub .hero-copy { max-width: 760px; }
  .home-hub .hero-copy h1 { font-size: clamp(4.2rem,13vw,7rem); }
  .hero-orbit-system { width: min(100%,570px); min-height: 520px; }
  .home-hub .mode-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .home-hub .mode-card.featured { grid-row: auto; min-height: 420px; }
  .home-hub .mode-card:not(.featured) { min-height: 180px; }
  .home-hub .play-path { grid-template-columns: 1fr; }
  .home-hub .lexicon-showcase { grid-template-columns: 1fr; }
  .home-hub .lexicon-showcase .lexicon-story { grid-template-columns: 1fr; }
  .home-hub .hub-secondary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-hub .hub-secondary button { min-height: 150px; }
}

@media (max-width: 560px) {
  .app-header { min-height: 104px; }
  .header-shell { gap: 7px 10px; }
  .header-right .ghost,
  .header-right .icon-toggle,
  .header-new { font-size: .7rem; min-height: 34px; }
  .home-hub .hub-hero { padding: 50px 16px 78px; gap: 45px; }
  .home-hub .hero-kicker { padding: 6px 9px; font-size: .56rem; }
  .home-hub .hero-copy h1 { margin-top: 21px; font-size: clamp(3.35rem,18vw,4.75rem); line-height: .88; }
  .home-hub .hero-copy h1 em { margin-left: 9px; }
  .home-hub .hero-copy > p { margin-top: 24px; font-size: .94rem; line-height: 1.58; }
  .home-hub .hero-actions { margin-top: 26px; }
  .home-hub .hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 30px; }
  .home-hub .hero-facts span { display: grid; gap: 4px; padding-inline: 9px; text-align: center; font-size: .5rem; }
  .home-hub .hero-facts b { font-size: .88rem; }
  .hero-orbit-system { width: 100%; min-height: 340px; }
  .space-tile { width: 44px; height: 48px; left: -22px; top: -24px; font-size: 1.2rem; }
  .depth-front .space-tile { width: 52px; height: 56px; left: -26px; top: -28px; font-size: 1.45rem; }
  .orbit-a { --radius: 148px; }.orbit-b { --radius: 125px; }.orbit-c { --radius: 96px; }
  .orbit-d { --radius: 68px; }.orbit-e { --radius: 138px; }.orbit-f { --radius: 112px; }
  .orbit-g { --radius: 82px; }.orbit-h { --radius: 154px; }.orbit-i { --radius: 55px; }.orbit-j { --radius: 128px; }
  .home-hub .hub-continue { width: calc(100% - 24px); margin: 16px auto; padding: 18px; }
  .home-hub .mode-section { padding: 86px 12px 62px; }
  .home-hub .section-heading h2 { font-size: 2.35rem; }
  .home-hub .mode-card.featured { min-height: 390px; padding: 25px; }
  .home-hub .mode-card.featured .mode-copy b { font-size: 2rem; }
  .home-hub .mode-card:not(.featured) {
    min-height: 205px; display: flex; padding: 22px; gap: 14px;
  }
  .home-hub .mode-card:not(.featured) .mode-card-top,
  .home-hub .mode-card:not(.featured) .mode-copy,
  .home-hub .mode-card:not(.featured) .mode-meta,
  .home-hub .mode-card:not(.featured) .mode-cta { grid-area: auto; }
  .home-hub .mode-card:not(.featured) .mode-card-top { display: flex; }
  .home-hub .mode-card:not(.featured) .mode-cta { width: 100%; display: flex; color: #31553c; padding-top: 14px; }
  .home-hub .mode-card:not(.featured) .mode-cta i { width: auto; height: auto; background: transparent; }
  .home-hub .play-path { padding: 24px 18px; }
  .home-hub .lexicon-showcase { padding: 68px 12px; }
  .home-hub .lexicon-showcase .lexicon-story { padding: 24px 18px; }
  .home-hub .lexicon-story-copy h2 { font-size: 2.25rem; }
  .home-hub .hub-secondary { grid-template-columns: 1fr; }
  .home-hub .hub-secondary button { min-height: 130px; }
  .hub-footer { align-items: flex-start; flex-direction: column; padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hub .hero-copy,
  .hero-orbit-system,
  .space-orbit,
  .space-tile,
  .space-star { animation: none; }
  .home-hub .mode-card,
  .home-hub .hero-actions .hero-play { transition: none; }
}
