:root {
  --forest-950: #132b20;
  --forest-900: #183a29;
  --forest-800: #1f4a34;
  --forest-700: #355d45;
  --forest-600: #4f745c;
  --forest-500: #729372;
  --moss: #86a95d;
  --leaf: #a9c95b;
  --cream: #fbf7ec;
  --paper: #fffdf6;
  --paper-2: #f4efdf;
  --gold: #a5792b;
  --gold-soft: #d8bb70;
  --ink: #24382d;
  --muted: #607268;
  --sky: #dcebdc;
  --line: rgba(44, 83, 58, .16);
  --shadow: 0 18px 60px rgba(24, 58, 41, .14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 2%, rgba(169, 201, 91, .13), transparent 30rem),
    linear-gradient(180deg, #f9f4e7 0%, #f5f0e4 48%, #eef3e8 100%);
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 11px 16px;
  border-radius: 10px;
  color: #fffdf6;
  background: var(--forest-900);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform .16s ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid #b9872e;
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.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: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 18px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.studio-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 8px 13px 8px 9px;
  border-radius: 999px;
  background: rgba(255, 253, 246, .84);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 6px 24px rgba(24, 58, 41, .12);
  backdrop-filter: blur(10px);
}

.studio-mark img {
  width: 70px;
  height: 38px;
  object-fit: contain;
}

.studio-mark span {
  font-size: 12px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--forest-800);
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 253, 246, .78);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 8px 28px rgba(24,58,41,.10);
  backdrop-filter: blur(12px);
}

.main-nav a {
  text-decoration: none;
  color: #385741;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 13px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: #eef3e5;
  color: var(--forest-900);
  outline: none;
}

.hero {
  min-height: 820px;
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(250,247,236,.72) 0%, rgba(250,247,236,.25) 20%, rgba(250,247,236,.05) 46%, rgba(23,61,42,.03) 100%),
    #dfe9d1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/sanctuary-panorama.png");
  background-size: cover;
  background-position: center 52%;
  transform: scale(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(243,239,225,.88) 75%, #f5f0e4 100%);
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(251,247,236,.95) 0%, rgba(251,247,236,.83) 33%, rgba(251,247,236,.2) 58%, transparent 78%),
    linear-gradient(180deg, rgba(251,247,236,.25), transparent 42%);
}

.hero-inner {
  min-height: 820px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  align-items: center;
  gap: 48px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 655px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 900;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.penumbloom-title {
  margin: 0;
  color: var(--forest-800);
  font-size: clamp(60px, 8.2vw, 116px);
  line-height: .84;
  letter-spacing: -.055em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(255,255,255,.52), 0 8px 28px rgba(32,72,50,.10);
}

.penumbloom-title span {
  display: block;
  margin-top: 18px;
  font-size: clamp(20px, 2.15vw, 31px);
  line-height: 1.15;
  letter-spacing: .025em;
  color: #6a7d6f;
  text-transform: none;
  font-weight: 700;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 30px;
  font-size: clamp(18px, 2vw, 22px);
  color: #476251;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fffdf6;
  background: linear-gradient(180deg, #4f7f5d, #356348);
  border-color: #2e5940;
  box-shadow: 0 10px 24px rgba(38, 91, 58, .22), inset 0 1px rgba(255,255,255,.22);
}

.btn-secondary {
  color: var(--forest-800);
  background: rgba(255,253,246,.86);
  border-color: rgba(55, 93, 69, .18);
  box-shadow: 0 8px 24px rgba(24,58,41,.08);
}

.store-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #66786d;
  font-size: 13px;
  font-weight: 700;
}
.store-note::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7e9f5e;
  box-shadow: 0 0 0 5px rgba(126,159,94,.14);
}

.hero-characters {
  position: relative;
  min-height: 570px;
  align-self: end;
}

.hero-penumlet {
  position: absolute;
  width: min(430px, 44vw);
  right: 74px;
  bottom: -8px;
  z-index: 4;
  filter: drop-shadow(0 22px 18px rgba(30,66,45,.18));
  animation: gentle-float 5.8s ease-in-out infinite;
}

.hero-mossli {
  position: absolute;
  width: min(185px, 19vw);
  right: 0;
  bottom: 54px;
  z-index: 5;
  filter: drop-shadow(0 18px 15px rgba(30,66,45,.18));
  animation: mossli-bob 4.6s ease-in-out infinite;
}

@keyframes gentle-float {
  0%,100% { transform: translateY(0) rotate(-.5deg); }
  50% { transform: translateY(-8px) rotate(.7deg); }
}
@keyframes mossli-bob {
  0%,100% { transform: translateY(0) rotate(.6deg); }
  50% { transform: translateY(-6px) rotate(-1deg); }
}

.section {
  padding: 92px 0;
  position: relative;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
}

.section h2 {
  margin: 0;
  color: var(--forest-800);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.section-intro {
  max-width: 700px;
  margin: 19px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.center { text-align: center; }

.story-card {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255,253,246,.94);
  border: 1px solid rgba(67, 102, 74, .16);
  box-shadow: var(--shadow);
}

.story-art {
  position: relative;
  min-height: 500px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(25,65,42,.08)),
    url("assets/sanctuary-panorama.png") center / cover;
  overflow: hidden;
}

.story-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(31,74,52,.15));
}

.story-penumlet {
  position: absolute;
  width: min(310px, 43%);
  left: 48%;
  bottom: -2%;
  z-index: 3;
  transform: translateX(-62%);
  filter: drop-shadow(0 18px 18px rgba(25,55,38,.20));
}
.story-mossli {
  position: absolute;
  width: min(145px, 21%);
  left: 61%;
  bottom: 8%;
  z-index: 4;
  filter: drop-shadow(0 15px 15px rgba(25,55,38,.18));
}
.story-wildflowers {
  position: absolute;
  width: 150px;
  right: 2%;
  bottom: 19%;
  z-index: 2;
}

.story-copy {
  padding: 64px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-copy h3 {
  margin: 0 0 18px;
  color: var(--forest-800);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.05;
}
.story-copy p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 17px;
}

.mechanic-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mechanic-card {
  position: relative;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: rgba(255,253,246,.88);
  border: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(29,64,45,.08);
}
.mechanic-card strong {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--forest-900);
  background: #f6e7ad;
  border: 1px solid #dec474;
  font-size: 14px;
}
.mechanic-card h3 {
  margin: 16px 0 10px;
  color: var(--forest-800);
  font-size: 23px;
}
.mechanic-card p {
  margin: 0;
  color: var(--muted);
}

.sun-demo {
  position: relative;
  height: 185px;
  margin-top: 18px;
}
.sun-orb {
  position: absolute;
  width: 58px;
  height: 58px;
  left: 14px;
  top: 12px;
  border-radius: 50%;
  background: #f5cf58;
  box-shadow: 0 0 0 10px rgba(245,207,88,.15), 0 0 45px rgba(245,207,88,.35);
}
.sun-ray {
  position: absolute;
  width: 150px;
  height: 3px;
  left: 60px;
  top: 70px;
  background: linear-gradient(90deg, #d6aa35, rgba(214,170,53,.06));
  transform: rotate(20deg);
  transform-origin: left center;
}
.sun-arrow {
  position: absolute;
  left: 165px;
  top: 92px;
  font-size: 56px;
  color: #a5792b;
  transform: rotate(20deg);
}

.plant-demo {
  position: relative;
  height: 185px;
  margin-top: 18px;
}
.plant-demo img.tree {
  position: absolute;
  width: 115px;
  left: 28px;
  bottom: 0;
  z-index: 3;
}
.shadow-tiles {
  position: absolute;
  left: 112px;
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(3, 45px);
  grid-auto-rows: 45px;
  gap: 5px;
  transform: skewY(-8deg);
}
.shadow-tiles span {
  display: block;
  border-radius: 9px;
  background: rgba(72,117,87,.30);
  border: 1px solid rgba(51,94,67,.22);
}

.flower-demo {
  position: relative;
  height: 185px;
  margin-top: 18px;
}
.flower-demo img {
  position: absolute;
  width: 82px;
  left: 84px;
  bottom: 26px;
}
.flower-count {
  position: absolute;
  left: 144px;
  bottom: 89px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #294b38;
  background: #f7f3d8;
  border: 2px solid #6f8966;
  font-weight: 900;
  box-shadow: 0 5px 13px rgba(31,74,52,.12);
}
.flower-shade {
  position: absolute;
  width: 130px;
  height: 54px;
  left: 30px;
  bottom: 19px;
  border-radius: 50%;
  background: rgba(57,100,72,.25);
  transform: rotate(-8deg);
}

.characters-section {
  background:
    radial-gradient(circle at 15% 30%, rgba(171,203,95,.17), transparent 32rem),
    radial-gradient(circle at 85% 75%, rgba(93,148,116,.12), transparent 30rem),
    rgba(255,253,246,.48);
  border-block: 1px solid rgba(54,94,69,.09);
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.character-card {
  min-height: 500px;
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,253,246,.98), rgba(240,242,222,.96));
  border: 1px solid rgba(66,100,72,.16);
  box-shadow: 0 18px 50px rgba(29,64,45,.09);
}
.character-card::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  left: -120px;
  bottom: -150px;
  background: rgba(130,166,91,.14);
}
.character-card::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 42%;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(42, 79, 54, .19), transparent 70%);
  filter: blur(4px);
}
.character-art {
  align-self: end;
  position: relative;
  z-index: 2;
  padding: 20px 0 0 24px;
}
.character-art.penumlet img {
  width: 310px;
  max-width: none;
  transform: translateX(-34px);
  filter: drop-shadow(0 18px 14px rgba(31,74,52,.14));
}
.character-art.mossli img {
  width: 255px;
  max-width: none;
  margin-left: -16px;
  filter: drop-shadow(0 18px 14px rgba(31,74,52,.16));
}
.character-copy {
  position: relative;
  z-index: 3;
  padding: 42px 38px 42px 8px;
}
.character-copy h3 {
  margin: 0 0 6px;
  color: var(--forest-800);
  font-size: 38px;
}
.character-role {
  margin: 0 0 16px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
.character-copy p { margin: 0; color: var(--muted); }

.modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.mode {
  padding: 30px;
  border-radius: var(--radius-md);
  background: rgba(255,253,246,.88);
  border: 1px solid var(--line);
}
.mode h3 { margin: 5px 0 8px; color: var(--forest-800); font-size: 24px; }
.mode p { margin: 0; color: var(--muted); }
.mode .mode-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #e5eed8;
  color: var(--forest-800);
  font-size: 23px;
  box-shadow: inset 0 0 0 1px rgba(66,100,72,.12);
}

.promise-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}
.promise-card,
.studio-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(29,64,45,.08);
}
.promise-card {
  padding: 48px;
  color: #f7f3e6;
  background: linear-gradient(145deg, #234c35, #173924);
}
.promise-card .section-kicker { color: #dfc37a; }
.promise-card h2 { color: #fff8e8; font-size: clamp(36px, 4.5vw, 55px); }
.promise-card p { color: #cddacb; }
.promise-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.promise-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #e6eee1;
}
.promise-list li::before {
  content: "✓";
  display: grid;
  flex: 0 0 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #203f2e;
  background: #d8c176;
  font-weight: 900;
}

.studio-card {
  padding: 48px;
  background: rgba(255,253,246,.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.studio-card img {
  width: 300px;
  margin: -30px 0 -24px -24px;
}
.studio-card p {
  color: var(--muted);
  max-width: 620px;
}

.cta-band {
  padding: 50px 0 70px;
}
.cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 42px 46px;
  border-radius: var(--radius-lg);
  color: #fffaf0;
  background: linear-gradient(135deg, #406b4d, #234c35 60%, #1a3c29);
  box-shadow: 0 24px 60px rgba(24,58,41,.18);
}
.cta-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: rgba(216,193,118,.13);
}
.cta-card h2 { margin: 0; color: #fffaf0; font-size: clamp(30px, 4vw, 48px); }
.cta-card p { margin: 8px 0 0; color: #d9e4d5; }
.cta-card .btn-secondary { position: relative; z-index: 2; }

.site-footer {
  padding: 45px 0 34px;
  color: #65776c;
  border-top: 1px solid rgba(49,84,62,.10);
  background: rgba(239,243,232,.74);
}
.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.footer-logo { width: 150px; margin: -25px 0; }
.footer-copy { font-size: 13px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; font-weight: 800; color: #486252; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

.legal-hero {
  padding: 145px 0 62px;
  background:
    linear-gradient(180deg, rgba(248,244,232,.80), rgba(248,244,232,.95)),
    url("assets/sanctuary-panorama.png") center 42% / cover;
  border-bottom: 1px solid rgba(54,94,69,.11);
}
.legal-hero h1 { margin: 0; color: var(--forest-800); font-size: clamp(42px, 6vw, 72px); letter-spacing: -.04em; }
.legal-hero p { max-width: 690px; color: #52695a; font-size: 17px; }
.legal-content { padding: 62px 0 90px; }
.legal-card {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 46px;
  border-radius: var(--radius-lg);
  background: rgba(255,253,246,.94);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(29,64,45,.07);
}
.legal-card h2 { margin: 34px 0 8px; color: var(--forest-800); font-size: 25px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #536a5b; }
.legal-card ul { padding-left: 22px; }
.notice {
  padding: 16px 18px;
  margin: 24px 0;
  border-radius: 14px;
  background: #eef4e6;
  border: 1px solid #d4dfc7;
  color: #405a48;
}

@media (max-width: 980px) {
  .hero { min-height: 950px; }
  .hero-inner {
    min-height: 950px;
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 135px;
    padding-bottom: 70px;
    gap: 10px;
  }
  .hero-copy { max-width: 650px; }
  .hero-wash {
    background: linear-gradient(180deg, rgba(251,247,236,.97) 0%, rgba(251,247,236,.76) 42%, rgba(251,247,236,.14) 72%, transparent 100%);
  }
  .hero-characters { min-height: 440px; }
  .hero-penumlet { width: 365px; right: 24%; bottom: -5px; }
  .hero-mossli { width: 155px; right: 12%; bottom: 36px; }
  .story-card { grid-template-columns: 1fr; }
  .story-art { min-height: 430px; }
  .mechanic-grid, .modes { grid-template-columns: 1fr; }
  .mechanic-card { min-height: 280px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .mechanic-card strong, .mechanic-card h3, .mechanic-card p { grid-column: 1; }
  .mechanic-card > div { grid-column: 2; grid-row: 1 / span 4; align-self: center; }
  .character-grid { grid-template-columns: 1fr; }
  .promise-wrap { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .site-header { padding-top: 12px; }
  .studio-mark span { display: none; }
  .studio-mark img { width: 60px; }
  .main-nav { gap: 1px; }
  .main-nav a { font-size: 12px; padding: 8px 9px; }
  .main-nav a:nth-child(2) { display: none; }
  .hero { min-height: 870px; }
  .hero-inner { min-height: 870px; padding-top: 112px; padding-bottom: 40px; }
  .eyebrow { font-size: 11px; }
  .penumbloom-title { font-size: clamp(50px, 17vw, 78px); }
  .penumbloom-title span { font-size: 19px; margin-top: 14px; }
  .hero-lede { font-size: 17px; margin: 22px 0; }
  .hero-characters { min-height: 375px; }
  .hero-penumlet { width: 300px; right: 17%; }
  .hero-mossli { width: 130px; right: 1%; bottom: 27px; }
  .section { padding: 68px 0; }
  .section-intro { font-size: 16px; }
  .story-copy { padding: 38px 28px 42px; }
  .story-art { min-height: 350px; }
  .story-penumlet { width: 245px; left: 48%; }
  .story-mossli { width: 118px; left: 61%; }
  .mechanic-card { display: block; min-height: 0; }
  .mechanic-card > div { height: 160px; }
  .character-card { min-height: 420px; grid-template-columns: .92fr 1.08fr; }
  .character-art.penumlet img { width: 245px; transform: translateX(-58px); }
  .character-art.mossli img { width: 200px; margin-left: -44px; }
  .character-copy { padding: 32px 22px 32px 0; }
  .character-copy h3 { font-size: 31px; }
  .promise-card, .studio-card { padding: 32px 26px; }
  .cta-card { grid-template-columns: 1fr; padding: 34px 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 8px; }
  .footer-logo { width: 130px; }
  .footer-links { grid-column: auto; }
  .legal-card { padding: 30px 24px; }
}

@media (max-width: 470px) {
  .header-inner { gap: 8px; }
  .studio-mark { padding: 6px 8px; }
  .main-nav { padding: 4px; }
  .main-nav a { padding-inline: 8px; }
  .main-nav a:nth-child(3) { display: none; }
  .hero { min-height: 825px; }
  .hero-inner { min-height: 825px; }
  .hero-actions .btn { width: 100%; }
  .hero-penumlet { width: 275px; right: 16%; }
  .hero-mossli { width: 116px; right: 0; bottom: 27px; }
  .character-card { grid-template-columns: 1fr; padding-top: 18px; }
  .character-art { height: 225px; padding: 0; display: flex; align-items: flex-end; justify-content: center; }
  .character-art.penumlet img { width: 230px; transform: none; }
  .character-art.mossli img { width: 170px; margin-left: 0; }
  .character-copy { padding: 18px 27px 34px; text-align: center; }
}

@media (max-width: 370px) {
  .container { width: min(calc(100% - 20px), var(--max)); }
  .main-nav a { font-size: 11px; padding-inline: 7px; }
  .penumbloom-title { font-size: 49px; }
  .hero { min-height: 850px; }
  .hero-inner { min-height: 850px; }
  .hero-penumlet { width: 255px; right: 15%; }
  .hero-mossli { width: 108px; }
}

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