:root {
  color-scheme: dark;
  --ink: #f7f1d4;
  --muted: #c7d8c5;
  --deep: #092b2a;
  --deep-soft: rgba(8, 39, 37, 0.78);
  --line: rgba(237, 228, 177, 0.24);
  --gold: #f4c958;
  --gold-pale: #fff0a4;
  --leaf: #95c987;
  --shadow: rgba(3, 18, 17, 0.56);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--deep);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(5, 28, 27, 0.14), rgba(5, 28, 27, 0.93) 86%),
    url("/assets/mosslight-meadow-background.svg?v=1f0f176f") center top / cover fixed,
    var(--deep);
}

a {
  color: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-link {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration-color: rgba(247, 241, 212, 0.34);
  text-underline-offset: 5px;
  transition: color 180ms ease;
}

.header-link:hover,
.header-link:focus-visible,
.header-link[aria-current="page"] {
  color: var(--gold-pale);
}

.header-link[aria-current="page"] {
  text-decoration-color: var(--gold);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow: 0 10px 28px var(--shadow);
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand small,
.eyebrow,
.release-label,
.countdown small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  letter-spacing: 0.035em;
}

.hero {
  display: grid;
  min-height: calc(100svh - 112px);
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.58fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: 64px 0 88px;
}

.hero-copy {
  max-width: 740px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-pale);
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 10vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.76;
  text-wrap: balance;
  text-shadow: 0 8px 28px var(--shadow);
}

h1 span {
  display: block;
  color: var(--gold-pale);
  font-size: 0.62em;
  font-style: italic;
  letter-spacing: -0.035em;
  line-height: 1;
}

.intro {
  max-width: 620px;
  margin-bottom: 32px;
  color: #e6ead3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.72;
}

.release-panel {
  width: min(100%, 620px);
  margin-bottom: 30px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(11, 51, 47, 0.9), rgba(11, 45, 44, 0.68));
  box-shadow: 0 18px 60px rgba(2, 18, 17, 0.25);
  backdrop-filter: blur(12px);
}

.release-label {
  margin-bottom: 7px;
  color: var(--gold);
}

.release-message {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.countdown[hidden] {
  display: none;
}

.countdown span {
  display: grid;
  gap: 3px;
  padding: 12px 8px;
  border: 1px solid rgba(246, 208, 102, 0.19);
  border-radius: 12px;
  background: rgba(4, 30, 28, 0.38);
  text-align: center;
}

.countdown strong {
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.countdown small {
  font-size: 0.59rem;
  letter-spacing: 0.11em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 26px;
}

.steam-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid rgba(255, 240, 164, 0.56);
  border-radius: 999px;
  color: #18332d;
  background: linear-gradient(135deg, var(--gold-pale), var(--gold));
  box-shadow: 0 12px 34px rgba(2, 18, 17, 0.3);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.steam-link:hover,
.steam-link:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(2, 18, 17, 0.42);
}

.steam-link--small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.75rem;
}

.text-link {
  padding: 7px 0;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration-color: rgba(247, 241, 212, 0.44);
  text-underline-offset: 5px;
}

.hero-game-art {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  justify-self: center;
  isolation: isolate;
}

.hero-game-art img {
  position: absolute;
  height: auto;
  pointer-events: none;
  transform-origin: center;
  user-select: none;
}

.hero-game-tree {
  z-index: 1;
  top: -2%;
  right: 1%;
  width: 66%;
  filter: drop-shadow(0 24px 32px rgba(1, 17, 16, 0.42)) saturate(1.04);
  animation: tree-float 7.2s ease-in-out infinite;
}

.hero-game-fox {
  z-index: 2;
  bottom: 11%;
  left: 0;
  width: 45%;
  filter: drop-shadow(0 18px 22px rgba(1, 17, 16, 0.46));
  animation: fox-float 5.6s ease-in-out -1.1s infinite;
}

.hero-game-sunseed {
  z-index: 3;
  top: 5%;
  right: 4%;
  width: 19%;
  filter: drop-shadow(0 0 14px rgba(255, 226, 106, 0.56));
  animation: sunseed-float 4.4s ease-in-out -0.6s infinite;
}

.glow {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 220, 92, 0.32), rgba(255, 220, 92, 0.06) 42%, transparent 72%);
  filter: blur(5px);
  animation: glow 5.4s ease-in-out infinite;
}

.studio-introduction {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 82px);
  padding: clamp(70px, 10vw, 132px) 0;
  border-top: 1px solid var(--line);
}

.studio-introduction h2,
.content-section h2,
.closing-card h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5.4vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.studio-introduction-copy {
  align-self: end;
}

.studio-introduction-copy p {
  max-width: 640px;
  margin-bottom: 22px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.72;
}

.studio-introduction-copy strong {
  color: var(--ink);
  font-weight: 500;
}

.meadow-notes {
  padding: clamp(70px, 10vw, 132px) 0;
  border-top: 1px solid var(--line);
}

.meadow-notes h2 {
  max-width: 720px;
  margin-bottom: 44px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.support {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 82px);
  padding: clamp(70px, 10vw, 132px) 0;
  border-top: 1px solid var(--line);
}

.support-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5.4vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.support-copy > p:last-child {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.72;
}

.support-card {
  align-self: start;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(11, 51, 47, 0.92), rgba(8, 38, 36, 0.76));
  box-shadow: 0 22px 58px rgba(3, 18, 17, 0.28);
  backdrop-filter: blur(12px);
}

.support-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.support-card h3 {
  margin-bottom: 16px;
  color: var(--gold-pale);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.12;
  text-wrap: balance;
}

.support-card > p:not(.support-label) {
  margin-bottom: 28px;
  color: #e6ead3;
  line-height: 1.72;
}

.support-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.support-facts li {
  position: relative;
  min-width: 0;
  padding: 18px 18px 18px 34px;
  border: 1px solid rgba(246, 208, 102, 0.17);
  border-radius: 15px;
  background: rgba(4, 30, 28, 0.34);
}

.support-facts li::before {
  position: absolute;
  top: 22px;
  left: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(244, 201, 88, 0.54);
  content: "";
}

.support-facts strong,
.support-facts span {
  display: block;
}

.support-facts strong {
  margin-bottom: 7px;
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 500;
}

.support-facts span {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.support-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.support-actions > span {
  max-width: 220px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

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

.feature-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--deep-soft);
  box-shadow: 0 22px 52px rgba(3, 18, 17, 0.23);
  backdrop-filter: blur(12px);
}

.feature-grid article > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 800;
}

.feature-grid h3 {
  margin-bottom: 11px;
  color: var(--gold-pale);
  font-size: 1.62rem;
  font-weight: 500;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-main {
  min-width: 0;
}

.page-hero {
  display: grid;
  min-height: min(720px, calc(100svh - 112px));
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.55fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
  padding: clamp(64px, 9vw, 112px) 0;
}

.page-hero--game {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.62fr);
}

.page-hero-copy {
  min-width: 0;
}

.page-title {
  max-width: 920px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 9.5vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-wrap: balance;
}

.page-title em {
  color: var(--gold-pale);
  font-weight: 500;
}

.page-title--game {
  font-size: clamp(4rem, 9vw, 7.4rem);
  line-height: 0.78;
}

.page-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #e6ead3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  line-height: 1.72;
}

.page-lead strong {
  color: var(--gold-pale);
  font-weight: 500;
}

.page-hero .release-panel {
  margin-top: 30px;
}

.page-hero .hero-actions {
  margin-top: 28px;
}

.page-game-art {
  width: min(100%, 390px);
}

.studio-mark {
  position: relative;
  display: grid;
  width: min(100%, 330px);
  aspect-ratio: 1;
  justify-self: center;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 34%;
  background: linear-gradient(145deg, rgba(14, 61, 56, 0.88), rgba(5, 31, 29, 0.72));
  box-shadow: 0 30px 80px rgba(2, 18, 17, 0.38);
  isolation: isolate;
  overflow: hidden;
}

.studio-mark::after {
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(255, 240, 164, 0.15);
  border-radius: 32%;
  content: "";
}

.studio-mark .glow {
  inset: 0;
}

.studio-mark img {
  width: 58%;
  height: auto;
  border-radius: 22%;
  filter: drop-shadow(0 18px 28px rgba(1, 17, 16, 0.48));
}

.studio-mark--press {
  transform: rotate(2deg);
}

.content-section {
  padding: clamp(70px, 10vw, 132px) 0;
  border-top: 1px solid var(--line);
}

.content-section > h2 {
  max-width: 820px;
  margin-bottom: 44px;
}

.story-grid,
.press-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 82px);
}

.story-grid h2,
.press-copy-grid h2 {
  margin-bottom: 0;
}

.long-copy {
  align-self: end;
  max-width: 680px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.78;
}

.long-copy p:last-child {
  margin-bottom: 0;
}

.long-copy strong,
.long-copy a {
  color: var(--ink);
}

.fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.fact-list div {
  min-width: 0;
  padding: 23px 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--deep-soft);
  box-shadow: 0 18px 44px rgba(3, 18, 17, 0.19);
}

.fact-list dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 0;
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.35;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.principle-grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--deep-soft);
  box-shadow: 0 22px 52px rgba(3, 18, 17, 0.23);
}

.principle-grid article > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 800;
}

.principle-grid h3 {
  margin-bottom: 11px;
  color: var(--gold-pale);
  font-size: 1.5rem;
  font-weight: 500;
}

.principle-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  margin: clamp(70px, 10vw, 132px) 0;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(14, 61, 56, 0.94), rgba(7, 35, 33, 0.82));
  box-shadow: 0 25px 70px rgba(2, 18, 17, 0.32);
}

.closing-card h2 {
  max-width: 760px;
}

.closing-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.closing-card-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.update-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-copy-blocks {
  display: grid;
  gap: 15px;
}

.press-copy-blocks article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--deep-soft);
}

.press-copy-blocks article > p:last-child {
  margin-bottom: 0;
  color: #e6ead3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.72;
}

.section-intro {
  max-width: 760px;
  margin: -20px 0 36px;
  color: var(--muted);
  line-height: 1.72;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.asset-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--deep-soft);
  box-shadow: 0 20px 46px rgba(3, 18, 17, 0.22);
}

.asset-preview {
  display: grid;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(246, 208, 102, 0.14);
  border-radius: 14px;
  background: radial-gradient(circle, rgba(255, 220, 92, 0.15), rgba(4, 30, 28, 0.34) 64%);
  overflow: hidden;
}

.asset-preview img {
  max-width: 66%;
  max-height: 78%;
  width: auto;
  height: auto;
  filter: drop-shadow(0 13px 17px rgba(1, 17, 16, 0.4));
}

.asset-preview--logo img {
  border-radius: 18%;
}

.asset-card h3 {
  margin-bottom: 6px;
  color: var(--gold-pale);
  font-size: 1.15rem;
  font-weight: 500;
}

.asset-card p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.asset-card .text-link {
  font-size: 0.78rem;
}

.official-links {
  display: grid;
  min-width: min(100%, 300px);
  gap: 10px;
}

.official-links a {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--gold-pale);
  font-weight: 700;
  text-decoration: none;
}

.official-links a:hover,
.official-links a:focus-visible {
  color: var(--gold);
}

footer {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: rgba(247, 241, 212, 0.34);
  text-underline-offset: 4px;
}

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

@keyframes tree-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.7deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.7deg);
  }
}

@keyframes fox-float {
  0%,
  100% {
    transform: translateY(0) rotate(0.8deg);
  }
  50% {
    transform: translateY(-12px) rotate(-1.1deg);
  }
}

@keyframes sunseed-float {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg) scale(0.98);
  }
  50% {
    transform: translateY(-15px) rotate(12deg) scale(1.05);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 800px) {
  body {
    background-attachment: scroll;
  }

  .page-shell {
    width: min(100% - 32px, 680px);
  }

  .site-header {
    min-height: 0;
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .header-links {
    width: 100%;
    justify-content: space-between;
  }

  .brand img {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .steam-link--small {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 54px 0 78px;
  }

  h1 {
    font-size: clamp(3.7rem, 18vw, 6.6rem);
  }

  .hero-game-art {
    grid-row: 1;
    width: min(220px, 100%);
    justify-self: start;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .support {
    grid-template-columns: 1fr;
  }

  .studio-introduction,
  .story-grid,
  .press-copy-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 54px 0 82px;
  }

  .page-hero > :last-child {
    grid-row: 1;
  }

  .page-game-art,
  .studio-mark {
    width: min(240px, 100%);
    justify-self: start;
  }

  .fact-list,
  .principle-grid {
    grid-template-columns: 1fr;
  }

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

  .closing-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .closing-card-actions {
    align-items: flex-start;
  }

  .feature-grid article {
    min-height: 0;
  }

  .feature-grid article > span {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .page-shell {
    width: min(100% - 24px, 440px);
  }

  .brand strong {
    font-size: 0.86rem;
  }

  .header-links {
    gap: 8px;
  }

  .header-link {
    font-size: 0.66rem;
  }

  .hero {
    padding-top: 40px;
  }

  h1 {
    font-size: clamp(3.3rem, 19vw, 5.2rem);
  }

  .page-title,
  .page-title--game {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .release-panel {
    padding: 18px;
  }

  .countdown {
    gap: 6px;
  }

  .countdown span {
    padding: 10px 4px;
  }

  .countdown small {
    font-size: 0.5rem;
    letter-spacing: 0.07em;
  }

  .hero-actions,
  .steam-link {
    width: 100%;
  }

  .support-facts {
    grid-template-columns: 1fr;
  }

  .support-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-actions > span {
    max-width: none;
  }

  .asset-grid {
    grid-template-columns: 1fr;
  }

  .fact-list div,
  .principle-grid article,
  .press-copy-blocks article {
    padding: 21px;
  }

  .closing-card-actions,
  .closing-card-actions .steam-link {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  footer {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }

  .footer-links {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
