:root {
  color-scheme: light;
  --paper: #fff9ec;
  --paper-strong: #fff4d8;
  --ink: #2d2237;
  --muted: #66596f;
  --green: #3f8f68;
  --green-soft: #d9f1d9;
  --honey: #f6b93b;
  --honey-soft: #ffe4a8;
  --coral: #ef7d66;
  --coral-soft: #ffe1d9;
  --sky: #74c8e8;
  --sky-soft: #d9f4ff;
  --night: #3a2b69;
  --rose: #f2a1b8;
  --mint: #8fd6b7;
  --line: rgba(45, 34, 55, 0.14);
  --shadow: 0 18px 48px rgba(45, 34, 55, 0.12);
  --shadow-strong: 0 26px 68px rgba(45, 34, 55, 0.18);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-rounded, "Nunito", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

main {
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-140%);
  background: var(--night);
  color: white;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  font-weight: 800;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 2rem);
  background: rgba(255, 249, 236, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(58, 43, 105, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--honey-soft), var(--green-soft) 72%);
  color: var(--night);
  font-weight: 950;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: clamp(0.98rem, 2vw, 1.08rem);
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.nav-toggle {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-nav {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: calc(100% + 0.5rem);
  display: none;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

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

.site-nav a {
  min-height: 44px;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 850;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--paper-strong);
  color: var(--ink);
}

.section-band {
  width: 100%;
  padding: clamp(3.25rem, 7vw, 6.25rem) clamp(1rem, 4vw, 2rem);
}

.section-band > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.section-band.pale {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 244, 216, 0.72)),
    var(--paper-strong);
}

.hero {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding-top: clamp(3rem, 7vw, 5.6rem);
  background:
    linear-gradient(135deg, rgba(217, 241, 217, 0.84), rgba(255, 244, 216, 0.92) 52%, rgba(217, 244, 255, 0.86)),
    var(--paper);
}

.hero > * {
  width: 100%;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 13vw, 7.5rem);
}

h2 {
  font-size: clamp(2rem, 6vw, 4.1rem);
}

h3 {
  font-size: clamp(1.1rem, 3vw, 1.35rem);
}

.hero-subtitle {
  margin: 0.65rem 0 0;
  color: var(--night);
  font-size: clamp(1.35rem, 5vw, 2.2rem);
  font-weight: 950;
}

.hero-text {
  max-width: 56ch;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.1rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--night);
  color: white;
  box-shadow: 0 12px 28px rgba(58, 43, 105, 0.2);
}

.button.secondary {
  border-color: rgba(58, 43, 105, 0.18);
  background: white;
  color: var(--night);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(58, 43, 105, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--night);
  font-size: 0.86rem;
  font-weight: 950;
}

.hero-note {
  max-width: 48ch;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.hero-scene {
  position: relative;
  min-height: 300px;
  max-width: 660px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(45, 34, 55, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(116, 200, 232, 0.4), rgba(255, 249, 236, 0.3) 58%, rgba(143, 214, 183, 0.42)),
    var(--sky-soft);
  box-shadow: var(--shadow-strong);
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.hero-scene::after {
  display: none;
}

.scene-sky,
.scene-sun,
.tree-crown,
.tree-trunk,
.tree-door,
.scene-path,
.ant,
.honey-star {
  position: absolute;
  display: block;
}

.scene-sky {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 45%),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(255, 255, 255, 0.16) 54px 56px);
  z-index: 0;
}

.scene-sun {
  right: 9%;
  top: 10%;
  width: 17%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--honey);
  box-shadow: 0 0 0 12px rgba(246, 185, 59, 0.16);
  z-index: 1;
}

.tree-crown {
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 18px -22px 0 rgba(45, 34, 55, 0.07);
  z-index: 3;
}

.tree-crown::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translate(-12%, -12%);
}

.crown-one {
  left: 25%;
  top: 13%;
  width: 37%;
  aspect-ratio: 1;
}

.crown-two {
  left: 39%;
  top: 7%;
  width: 34%;
  aspect-ratio: 1;
  background: #4fae72;
}

.crown-three {
  left: 47%;
  top: 22%;
  width: 27%;
  aspect-ratio: 1;
  background: #72bd77;
}

.tree-trunk {
  left: 42%;
  top: 42%;
  width: 16%;
  height: 35%;
  border-radius: 42% 42% 8px 8px;
  background: linear-gradient(90deg, #8c5638, #b66f45 58%, #774931);
  z-index: 2;
}

.tree-door {
  left: 46.3%;
  top: 62%;
  width: 7%;
  height: 15%;
  border-radius: 999px 999px 6px 6px;
  background: var(--night);
  z-index: 4;
}

.scene-path {
  left: 37%;
  bottom: -10%;
  width: 38%;
  height: 34%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, var(--honey-soft), #d89b4a);
  transform: rotate(-7deg);
  z-index: 1;
}

.ant {
  width: 9%;
  aspect-ratio: 1.55;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 24px 0 0 -3px var(--coral), 45px 2px 0 -8px var(--night);
  z-index: 5;
}

.ant::before,
.ant::after {
  content: "";
  position: absolute;
  top: -30%;
  width: 35%;
  height: 60%;
  border-top: 2px solid var(--night);
}

.ant::before {
  left: 55%;
  transform: rotate(-28deg);
}

.ant::after {
  left: 74%;
  transform: rotate(24deg);
}

.ant-one {
  left: 18%;
  bottom: 20%;
}

.ant-two {
  right: 20%;
  bottom: 16%;
  background: var(--sky);
  box-shadow: 24px 0 0 -3px var(--sky), 45px 2px 0 -8px var(--night);
  transform: scaleX(-1);
}

.honey-star {
  width: 3%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--honey);
  box-shadow: 0 0 0 5px rgba(246, 185, 59, 0.16);
  z-index: 5;
}

.star-one {
  left: 20%;
  top: 26%;
}

.star-two {
  left: 72%;
  top: 34%;
}

.star-three {
  left: 35%;
  top: 58%;
}

.section-heading {
  max-width: 820px;
  margin-bottom: clamp(1.6rem, 4vw, 2.5rem);
}

.section-heading p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.6vw, 1.2rem);
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.feature-grid,
.song-grid,
.character-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
}

.feature-card,
.song-card,
.character-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 26px rgba(45, 34, 55, 0.08);
}

.feature-card {
  padding: 1.1rem;
}

.feature-card p,
.character-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.feature-icon {
  position: relative;
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 0.85rem;
  border-radius: var(--radius);
  background: var(--green-soft);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.feature-icon.map::before {
  inset: 12px 10px;
  border: 3px solid var(--green);
  transform: rotate(-8deg);
}

.feature-icon.map::after {
  left: 23px;
  top: 11px;
  width: 9px;
  height: 9px;
  background: var(--coral);
}

.feature-icon.album {
  background: var(--coral-soft);
}

.feature-icon.album::before {
  inset: 10px 14px;
  border: 3px solid var(--coral);
  border-radius: 6px;
}

.feature-icon.album::after {
  left: 20px;
  top: 19px;
  width: 16px;
  height: 12px;
  background: var(--honey);
}

.feature-icon.pop {
  background: var(--sky-soft);
}

.feature-icon.pop::before {
  left: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: var(--sky);
}

.feature-icon.pop::after {
  left: 19px;
  top: 19px;
  width: 16px;
  height: 16px;
  background: white;
}

.feature-icon.memory {
  background: var(--honey-soft);
}

.feature-icon.memory::before {
  left: 10px;
  top: 13px;
  width: 14px;
  height: 20px;
  border-radius: 5px;
  background: var(--honey);
  box-shadow: 20px 0 0 var(--night);
}

.feature-icon.memory::after {
  left: 17px;
  top: 20px;
  width: 20px;
  height: 6px;
  background: white;
}

.feature-icon.puzzle {
  background: var(--mint);
}

.feature-icon.puzzle::before {
  inset: 12px;
  border-radius: 6px;
  background: var(--green);
}

.feature-icon.puzzle::after {
  left: 25px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--paper);
}

.feature-icon.tree {
  background: var(--green-soft);
}

.feature-icon.tree::before {
  left: 15px;
  top: 9px;
  width: 24px;
  height: 24px;
  background: var(--green);
}

.feature-icon.tree::after {
  left: 24px;
  top: 27px;
  width: 7px;
  height: 17px;
  border-radius: 4px;
  background: #8c5638;
}

.songs {
  background:
    linear-gradient(135deg, rgba(58, 43, 105, 0.94), rgba(63, 143, 104, 0.86)),
    var(--night);
  color: white;
}

.songs .eyebrow,
.songs .section-heading p {
  color: var(--honey-soft);
}

.song-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.song-card h3 {
  font-size: clamp(1.05rem, 2.4vw, 1.22rem);
}

.song-card span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--honey);
  color: var(--night);
  font-weight: 950;
}

.platform-row .button,
.store-row .button {
  min-width: min(100%, 210px);
}

.character-card {
  padding: 1rem;
}

.character-portrait-img {
  display: block;
  width: min(100%, 176px);
  aspect-ratio: 1;
  height: auto;
  margin: 0 0 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  object-fit: cover;
  box-shadow: inset 0 -12px 0 rgba(45, 34, 55, 0.08);
}

.character-portrait {
  position: relative;
  display: grid;
  width: 86px;
  height: 86px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 50%;
  color: var(--night);
  font-size: 1.6rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 -12px 0 rgba(45, 34, 55, 0.08);
}

.character-portrait::before,
.character-portrait::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: currentColor;
}

.character-portrait::before {
  left: 18px;
  top: 21px;
  width: 8px;
  height: 8px;
  box-shadow: 42px 0 0 currentColor;
}

.character-portrait::after {
  left: 31px;
  bottom: 22px;
  width: 25px;
  height: 4px;
  opacity: 0.42;
}

.hue-coral .character-portrait {
  background: var(--coral-soft);
}

.hue-sky .character-portrait {
  background: var(--sky-soft);
}

.hue-green .character-portrait {
  background: var(--green-soft);
}

.hue-honey .character-portrait,
.hue-gold .character-portrait {
  background: var(--honey-soft);
}

.hue-rose .character-portrait {
  background: #ffe3ec;
}

.hue-mint .character-portrait {
  background: #d7f7e7;
}

.hue-night .character-portrait {
  background: #ded7ff;
}

.parent-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: 0.85rem;
  padding: 0;
  list-style: none;
}

.parent-list li {
  min-height: 58px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--night);
  font-weight: 950;
}

.parent-callout {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(63, 143, 104, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
}

.parent-callout strong {
  display: block;
  color: var(--night);
  font-size: 1.05rem;
  font-weight: 950;
}

.parent-callout p {
  margin: 0.35rem 0 0;
}

.contact {
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.94), rgba(217, 244, 255, 0.78)),
    var(--sky-soft);
}

.contact-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.contact-grid a {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--night);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(45, 34, 55, 0.07);
}

.contact-grid span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.legal-links a {
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--night);
  font-weight: 900;
  text-decoration: none;
}

.site-footer {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem clamp(1rem, 4vw, 2rem);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: white;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer a {
  color: white;
  font-weight: 850;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.legal-page {
  background:
    linear-gradient(180deg, rgba(217, 241, 217, 0.82), rgba(255, 249, 236, 0.92) 34%),
    var(--paper);
}

.legal-hero,
.legal-content {
  max-width: 880px;
  margin: 0 auto;
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.legal-hero {
  padding-top: clamp(3.5rem, 8vw, 6rem);
  padding-bottom: 1.5rem;
}

.legal-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 10vw, 5.8rem);
}

.legal-hero p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-content {
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.legal-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 4vw, 2rem);
}

.legal-content p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-content a {
  color: var(--night);
  font-weight: 900;
}

.error-page {
  min-height: 68vh;
  background:
    linear-gradient(135deg, rgba(217, 241, 217, 0.9), rgba(255, 244, 216, 0.92) 58%, rgba(217, 244, 255, 0.84)),
    var(--paper);
}

.error-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.error-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 10vw, 6rem);
}

.error-hero p:not(.eyebrow) {
  max-width: 36ch;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 3vw, 1.35rem);
}

.error-hero .button {
  margin-top: 1.4rem;
}

.legal-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.legal-list li {
  padding-left: 0.2rem;
}

.press-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.press-facts span {
  min-height: 54px;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--night);
  font-weight: 950;
}

.simple-header {
  position: sticky;
}

.small-button {
  min-height: 42px;
  padding: 0.62rem 0.82rem;
  font-size: 0.92rem;
}

.asset-review-main {
  background:
    linear-gradient(180deg, rgba(217, 244, 255, 0.55), rgba(255, 249, 236, 0.96) 34%),
    var(--paper);
}

.asset-review-hero {
  min-height: auto;
  padding-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

.asset-review-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 10vw, 6.2rem);
}

.asset-review-section:nth-of-type(even) {
  background: rgba(255, 244, 216, 0.68);
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1rem;
}

.asset-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(45, 34, 55, 0.08);
}

.asset-thumb {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 0.85rem;
  background:
    linear-gradient(135deg, rgba(217, 241, 217, 0.72), rgba(217, 244, 255, 0.62)),
    var(--paper-strong);
}

.asset-thumb img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 255, 255, 0.5);
}

.asset-card-body {
  display: grid;
  gap: 0.72rem;
  padding: 1rem;
}

.asset-card h3 {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.86rem;
  line-height: 1.35;
}

.asset-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.asset-meta {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.asset-meta div {
  display: grid;
  grid-template-columns: 7.4rem 1fr;
  gap: 0.6rem;
}

.asset-meta dt,
.asset-meta dd {
  margin: 0;
  font-size: 0.88rem;
}

.asset-meta dt {
  color: var(--muted);
  font-weight: 800;
}

.asset-meta dd {
  color: var(--ink);
  font-weight: 950;
}

.asset-status {
  width: fit-content;
  max-width: 100%;
  padding: 0.38rem 0.58rem;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--night);
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.2;
}

.status-final-art-needed {
  background: var(--honey-soft);
}

.status-placeholder-acceptable-for-staging {
  background: var(--sky-soft);
}

.status-too-heavy {
  background: var(--coral-soft);
}

@media (min-width: 760px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    padding: 0.55rem 0.72rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (max-width: 520px) {
  .brand strong {
    max-width: 18ch;
  }

  .button {
    width: 100%;
  }

  .hero-scene {
    min-height: 270px;
  }
}

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