/* WillowinWorld CSS: Nature Seed game page. */
.nature-seed-page {
  --bg: #f7fae8;
  --bg-2: #d6f6ef;
  --surface: rgba(255, 254, 235, 0.74);
  --surface-strong: rgba(255, 255, 247, 0.94);
  --surface-soft: rgba(78, 181, 131, 0.1);
  --text: #0b2840;
  --muted: #466b68;
  --muted-2: #6f8e84;
  --line: rgba(48, 104, 82, 0.18);
  --paper: #fffdf0;
  --nature-hero-ink: #0c2046;
  --nature-hero-green: #5ccf84;
  --nature-hero-water: #62d5ec;
  --nature-hero-paper: rgba(255, 254, 235, 0.78);
  --nature-hero-paper-deep: #f5f5df;
  --nature-hero-bark: #819778;
}

.nature-seed-page[data-theme="dark"] {
  --bg: #07162d;
  --bg-2: #0d2b4a;
  --surface: rgba(8, 24, 48, 0.72);
  --surface-strong: rgba(4, 14, 32, 0.94);
  --surface-soft: rgba(121, 196, 255, 0.08);
  --text: #f4fff7;
  --muted: #c3dceb;
  --muted-2: #8ab4ca;
  --line: rgba(199, 230, 255, 0.18);
  --paper: #d9f1ff;
  --nature-hero-ink: #f4fff7;
  --nature-hero-paper: rgba(8, 26, 50, 0.72);
  --nature-hero-paper-deep: #07162d;
  --nature-hero-bark: #7f9ab3;
}

body.nature-seed-page[data-theme="light"] {
  background-color: #f7fae8;
  background:
    radial-gradient(ellipse at 18% 8%, rgba(164, 219, 129, 0.34), transparent 28%),
    radial-gradient(ellipse at 84% 18%, rgba(98, 213, 236, 0.22), transparent 32%),
    linear-gradient(180deg, #fffef2 0%, #d2f7ff 40%, #ecf8dc 100%);
}

body.nature-seed-page[data-theme="dark"] {
  background-color: #07162d;
  background:
    radial-gradient(ellipse at 18% 8%, rgba(92, 207, 132, 0.12), transparent 28%),
    radial-gradient(ellipse at 84% 18%, rgba(98, 213, 236, 0.16), transparent 32%),
    linear-gradient(180deg, #07162d 0%, #0b2440 48%, #061225 100%);
}

body.nature-seed-page::before {
  background:
    linear-gradient(92deg, rgba(255, 254, 235, 0.68), rgba(255, 254, 235, 0.32) 48%, rgba(222, 244, 219, 0.28)),
    radial-gradient(ellipse at 18% 28%, rgba(177, 155, 92, 0.14), transparent 28%),
    radial-gradient(ellipse at 86% 18%, rgba(105, 156, 101, 0.18), transparent 26%),
    url("../assets/Nature Seeds/Galvnie_3_0-site.webp") center top / max(100vw, 1440px) auto repeat-y,
    repeating-linear-gradient(111deg, rgba(78, 88, 56, 0.055) 0 1px, transparent 1px 15px);
  opacity: 0.66;
  mix-blend-mode: multiply;
  mask-image: none;
}

body.nature-seed-page::after {
  height: 54vh;
  background:
    radial-gradient(ellipse at 16% 100%, rgba(146, 205, 136, 0.22), transparent 44%),
    radial-gradient(ellipse at 84% 100%, rgba(100, 213, 222, 0.16), transparent 46%),
    linear-gradient(180deg, transparent, rgba(222, 245, 211, 0.38));
  opacity: 0.62;
}

body.nature-seed-page::before,
body.nature-seed-page::after {
  display: none;
}

.game-detail-page .nature-seed-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: block;
  padding-top: 0;
  background: transparent;
}

.nature-seed-shell::before,
.nature-seed-shell::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  pointer-events: none;
  display: none;
}

.nature-seed-shell::before {
  top: 0;
  bottom: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 254, 235, 0.58), rgba(255, 254, 235, 0.2) 46%, rgba(235, 248, 225, 0.42)),
    radial-gradient(ellipse at 12% 28%, rgba(170, 199, 131, 0.16), transparent 25%),
    radial-gradient(ellipse at 84% 16%, rgba(224, 189, 82, 0.14), transparent 24%),
    radial-gradient(ellipse at 76% 72%, rgba(73, 175, 165, 0.12), transparent 27%),
    url("../assets/Nature Seeds/Galvnie_3_0-site.webp") center top / max(100vw, 1440px) auto repeat-y,
    repeating-linear-gradient(4deg, rgba(74, 78, 56, 0.035) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, var(--nature-hero-paper-deep), #dff4d4 46%, #ecf8dc);
  opacity: 0.94;
}

.nature-seed-shell::after {
  top: min(760px, 88svh);
  bottom: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 8% 7%, rgba(144, 221, 177, 0.4), transparent 17%),
    radial-gradient(ellipse at 92% 9%, rgba(158, 232, 184, 0.34), transparent 18%),
    linear-gradient(176deg, transparent 0 6%, rgba(255, 255, 236, 0.6) 6.4% 12%, transparent 12.4%),
    linear-gradient(184deg, transparent 0 14%, rgba(78, 200, 208, 0.28) 14.4% 21%, transparent 21.4%),
    linear-gradient(174deg, transparent 0 26%, rgba(255, 255, 236, 0.5) 26.4% 31%, transparent 31.4%),
    linear-gradient(186deg, transparent 0 42%, rgba(39, 179, 194, 0.2) 42.4% 49%, transparent 49.4%),
    repeating-linear-gradient(118deg, rgba(42, 104, 92, 0.04) 0 1px, transparent 1px 18px);
  background-size:
    100% 860px,
    100% 860px,
    100% 860px,
    100% 860px,
    100% 860px,
    100% 860px,
    auto;
  background-repeat: repeat-y;
  mix-blend-mode: multiply;
  opacity: 0.78;
}

.nature-seed-page[data-theme="dark"] .nature-seed-shell {
  background:
    linear-gradient(180deg, rgba(7, 22, 45, 0.1), rgba(10, 35, 64, 0.92) 38%, rgba(5, 17, 34, 0.96) 100%);
}

.nature-seed-page[data-theme="dark"] .nature-seed-shell::before {
  background:
    linear-gradient(90deg, rgba(7, 22, 45, 0.82), rgba(8, 31, 58, 0.52) 48%, rgba(8, 40, 64, 0.74)),
    radial-gradient(ellipse at 12% 28%, rgba(110, 166, 93, 0.16), transparent 25%),
    radial-gradient(ellipse at 84% 16%, rgba(233, 199, 104, 0.08), transparent 24%),
    radial-gradient(ellipse at 76% 72%, rgba(98, 213, 236, 0.12), transparent 27%),
    url("../assets/Nature Seeds/Galvnie_3_0-site.webp") center top / max(100vw, 1440px) auto repeat-y,
    repeating-linear-gradient(4deg, rgba(234, 248, 218, 0.04) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, #09223e, #0b2f4b 46%, #061426);
  filter: saturate(0.86) contrast(1.05);
  opacity: 0.76;
}

.nature-seed-page[data-theme="dark"] .nature-seed-shell::after {
  background:
    radial-gradient(ellipse at 8% 7%, rgba(112, 200, 128, 0.13), transparent 17%),
    radial-gradient(ellipse at 92% 9%, rgba(98, 213, 236, 0.12), transparent 18%),
    linear-gradient(176deg, transparent 0 6%, rgba(244, 255, 225, 0.12) 6.4% 12%, transparent 12.4%),
    linear-gradient(184deg, transparent 0 14%, rgba(78, 200, 208, 0.11) 14.4% 21%, transparent 21.4%),
    linear-gradient(174deg, transparent 0 26%, rgba(244, 255, 225, 0.1) 26.4% 31%, transparent 31.4%),
    linear-gradient(186deg, transparent 0 42%, rgba(39, 179, 194, 0.08) 42.4% 49%, transparent 49.4%),
    repeating-linear-gradient(118deg, rgba(234, 248, 218, 0.035) 0 1px, transparent 1px 18px);
  background-size:
    100% 860px,
    100% 860px,
    100% 860px,
    100% 860px,
    100% 860px,
    100% 860px,
    auto;
  background-repeat: repeat-y;
  opacity: 0.56;
}

.nature-game-hero {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(42px, 6vw, 76px) 0 clamp(46px, 7vw, 90px);
}

.nature-game-hero::before,
.nature-game-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nature-game-hero::before {
  z-index: -1;
  background:
    linear-gradient(92deg, rgba(255, 254, 235, 0.94) 0 18%, rgba(255, 254, 235, 0.68) 32%, rgba(255, 254, 235, 0.18) 68%),
    radial-gradient(ellipse at 32% 48%, rgba(135, 211, 179, 0.38), transparent 33%),
    radial-gradient(ellipse at 72% 18%, rgba(246, 218, 126, 0.28), transparent 26%),
    linear-gradient(112deg, rgba(255, 251, 217, 0.78), transparent 30%),
    url("../assets/Nature Seeds/Galvnie_3_0-site.webp") center 44% / cover no-repeat,
    linear-gradient(180deg, rgba(255, 254, 242, 0.92) 0%, #d2f7ff 38%, #9be9f5 64%, #dff8cf 100%);
}

.nature-game-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 11% 20%, rgba(111, 129, 96, 0.11) 0 2px, transparent 3px),
    radial-gradient(circle at 26% 36%, rgba(94, 154, 119, 0.1) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 18%, rgba(220, 177, 68, 0.12) 0 1px, transparent 2px),
    repeating-linear-gradient(109deg, rgba(74, 93, 64, 0.045) 0 1px, transparent 1px 17px),
    linear-gradient(180deg, rgba(255, 255, 239, 0.18), transparent 40%, color-mix(in srgb, var(--game-accent) 18%, transparent)),
    radial-gradient(ellipse at 6% 100%, color-mix(in srgb, var(--game-accent) 28%, transparent), transparent 42%),
    radial-gradient(ellipse at 94% 100%, color-mix(in srgb, var(--nature-hero-water) 24%, transparent), transparent 42%);
  background-size: auto, auto, auto, 22px 22px, auto, auto, auto;
  mix-blend-mode: multiply;
  opacity: 0.78;
}

.nature-page-backdrop {
  position: fixed;
  inset: 74px 0 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}

.nature-page-backdrop::before,
.nature-page-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nature-page-backdrop::before {
  z-index: 0;
  background:
    linear-gradient(92deg, rgba(255, 254, 235, 0.94) 0 18%, rgba(255, 254, 235, 0.68) 32%, rgba(255, 254, 235, 0.18) 68%),
    radial-gradient(ellipse at 32% 48%, rgba(135, 211, 179, 0.38), transparent 33%),
    radial-gradient(ellipse at 72% 18%, rgba(246, 218, 126, 0.28), transparent 26%),
    linear-gradient(112deg, rgba(255, 251, 217, 0.78), transparent 30%),
    url("../assets/Nature Seeds/Galvnie_3_0-site.webp") center 44% / cover no-repeat,
    linear-gradient(180deg, rgba(255, 254, 242, 0.92) 0%, #d2f7ff 38%, #9be9f5 64%, #dff8cf 100%);
}

.nature-page-backdrop::after {
  z-index: 3;
  background:
    radial-gradient(circle at 11% 20%, rgba(111, 129, 96, 0.11) 0 2px, transparent 3px),
    radial-gradient(circle at 26% 36%, rgba(94, 154, 119, 0.1) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 18%, rgba(220, 177, 68, 0.12) 0 1px, transparent 2px),
    repeating-linear-gradient(109deg, rgba(74, 93, 64, 0.045) 0 1px, transparent 1px 17px),
    linear-gradient(180deg, rgba(255, 255, 239, 0.18), transparent 40%, color-mix(in srgb, var(--game-accent) 18%, transparent)),
    radial-gradient(ellipse at 6% 100%, color-mix(in srgb, var(--game-accent) 28%, transparent), transparent 42%),
    radial-gradient(ellipse at 94% 100%, color-mix(in srgb, var(--nature-hero-water) 24%, transparent), transparent 42%);
  background-size: auto, auto, auto, 22px 22px, auto, auto, auto;
  mix-blend-mode: multiply;
  opacity: 0.78;
}

.nature-seed-page[data-theme="dark"] .nature-page-backdrop::before {
  background:
    linear-gradient(92deg, rgba(7, 22, 45, 0.88) 0 18%, rgba(7, 22, 45, 0.66) 38%, rgba(8, 32, 58, 0.42) 72%),
    radial-gradient(ellipse at 32% 48%, rgba(92, 207, 132, 0.15), transparent 33%),
    radial-gradient(ellipse at 72% 18%, rgba(246, 218, 126, 0.14), transparent 26%),
    linear-gradient(112deg, rgba(7, 22, 45, 0.82), transparent 40%),
    url("../assets/Nature Seeds/Galvnie_3_0-site.webp") center 44% / cover no-repeat,
    linear-gradient(180deg, #07162d 0%, #0a2744 54%, #061225 100%);
}

.nature-seed-page[data-theme="dark"] .nature-page-backdrop::after {
  background:
    linear-gradient(90deg, rgba(7, 22, 45, 0.7), rgba(8, 30, 56, 0.42) 46%, rgba(6, 18, 37, 0.58)),
    radial-gradient(circle at 11% 20%, rgba(183, 255, 174, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 26% 36%, rgba(92, 207, 132, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 18%, rgba(220, 177, 68, 0.1) 0 1px, transparent 2px),
    repeating-linear-gradient(109deg, rgba(199, 230, 255, 0.035) 0 1px, transparent 1px 17px),
    linear-gradient(180deg, rgba(7, 22, 45, 0.18), transparent 40%, color-mix(in srgb, var(--game-accent) 16%, transparent)),
    radial-gradient(ellipse at 6% 100%, color-mix(in srgb, var(--game-accent) 22%, transparent), transparent 42%),
    radial-gradient(ellipse at 94% 100%, color-mix(in srgb, var(--nature-hero-water) 16%, transparent), transparent 42%);
  mix-blend-mode: normal;
  opacity: 0.88;
}

.nature-page-backdrop .nature-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.nature-page-backdrop .nature-menu-world {
  z-index: 2;
}

.nature-game-hero::before,
.nature-game-hero::after,
.nature-game-hero > .nature-hero-bg,
.nature-game-hero > .nature-menu-world {
  display: none;
}

.nature-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  isolation: isolate;
}

.nature-hero-bg::before,
.nature-hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.nature-hero-bg::before {
  inset: -8%;
  z-index: 1;
  background: url("../assets/Nature Seeds/Galvnie_3_1-site.webp") center 48% / cover no-repeat;
  filter: sepia(0.16) saturate(0.92) contrast(0.98) blur(0.6px);
  mix-blend-mode: multiply;
  opacity: 0.3;
  mask-image: linear-gradient(90deg, transparent, black 16% 88%, transparent);
}

.nature-hero-bg::after {
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 20% 26%, rgba(174, 156, 100, 0.12), transparent 21%),
    radial-gradient(ellipse at 58% 42%, rgba(98, 143, 97, 0.12), transparent 25%),
    radial-gradient(ellipse at 84% 72%, rgba(64, 137, 116, 0.14), transparent 24%),
    repeating-linear-gradient(4deg, rgba(74, 78, 56, 0.045) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(96deg, rgba(255, 255, 239, 0.08) 0 1px, transparent 1px 19px);
  mix-blend-mode: multiply;
  opacity: 0.64;
}

.nature-hero-bg .nature-stage {
  inset: -8%;
  opacity: 0.58;
  filter: saturate(0.96) contrast(1.02) sepia(0.08);
  transform: scale(1.05);
}

.nature-hero-bg .nature-stage::before {
  background:
    radial-gradient(ellipse at 42% 42%, rgba(255, 248, 213, 0.42), transparent 24%),
    radial-gradient(ellipse at 74% 12%, rgba(233, 204, 116, 0.2), transparent 20%),
    repeating-linear-gradient(116deg, rgba(84, 98, 70, 0.06) 0 1px, transparent 1px 15px),
    linear-gradient(90deg, rgba(255, 253, 237, 0.46), transparent 24% 80%, rgba(255, 253, 237, 0.32));
  animation: naturePaperCycle var(--nature-cycle) var(--ease) infinite;
}

.nature-hero-bg .nature-stage::after {
  background:
    linear-gradient(90deg, rgba(255, 253, 237, 0.64), transparent 26% 74%, rgba(255, 253, 237, 0.24)),
    radial-gradient(ellipse at 50% 106%, rgba(34, 77, 55, 0.34), transparent 44%);
}

.nature-stage-backdrop .nature-level-sketch {
  opacity: 0.72;
  filter: sepia(0.28) saturate(0.82) contrast(1.08);
  animation-delay: 0s, -3.2s;
}

.nature-stage-backdrop .nature-level-painted {
  opacity: 0;
  animation-name: natureLevelDrift, natureBackdropRepaint;
  animation-duration: 18s, 13.5s;
  animation-timing-function: ease-in-out, var(--ease);
  animation-iteration-count: infinite;
  animation-delay: 0s, -3.2s;
}

.nature-page-backdrop .nature-route,
.nature-page-backdrop .nature-water-drop,
.nature-page-backdrop .nature-bloom,
.nature-page-backdrop .nature-growth,
.nature-page-backdrop .nature-companion {
  display: none;
}

.nature-hero-bg .nature-route path {
  stroke-width: 6;
}

.nature-hero-bg .nature-growth {
  bottom: 7%;
  width: min(58vw, 720px);
}

.nature-hero-bg .nature-companion-water {
  bottom: 10%;
  left: 62%;
  width: min(11vw, 136px);
}

.nature-hero-bg .nature-companion-seed {
  bottom: 10%;
  left: 72%;
  width: min(12vw, 148px);
}

.nature-menu-world {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 32%, rgba(128, 165, 104, 0.1), transparent 18%),
    radial-gradient(ellipse at 56% 72%, rgba(79, 176, 163, 0.12), transparent 28%),
    radial-gradient(ellipse at 88% 34%, rgba(227, 188, 80, 0.12), transparent 22%),
    repeating-linear-gradient(21deg, rgba(99, 112, 73, 0.038) 0 1px, transparent 1px 18px);
}

.nature-menu-world::before,
.nature-menu-world::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  pointer-events: none;
}

.nature-menu-world::before {
  bottom: -12%;
  height: 42%;
  background:
    radial-gradient(ellipse at 12% 28%, rgba(92, 207, 132, 0.48), transparent 20%),
    radial-gradient(ellipse at 78% 26%, rgba(112, 220, 145, 0.42), transparent 20%),
    radial-gradient(ellipse at 44% 10%, rgba(239, 232, 171, 0.22), transparent 18%),
    repeating-linear-gradient(94deg, rgba(30, 104, 93, 0.06) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, transparent 0 18%, rgba(48, 190, 192, 0.42) 18% 56%, rgba(39, 167, 192, 0.62) 56% 100%);
  clip-path: polygon(0 34%, 8% 25%, 15% 45%, 24% 18%, 36% 38%, 50% 28%, 62% 44%, 74% 20%, 86% 48%, 100% 30%, 100% 100%, 0 100%);
}

.nature-seed-page[data-theme="dark"] .nature-menu-world::before {
  background:
    radial-gradient(ellipse at 12% 28%, rgba(92, 207, 132, 0.38), transparent 20%),
    radial-gradient(ellipse at 78% 26%, rgba(112, 220, 145, 0.32), transparent 20%),
    radial-gradient(ellipse at 44% 10%, rgba(239, 232, 171, 0.14), transparent 18%),
    repeating-linear-gradient(94deg, rgba(30, 104, 93, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, transparent 0 18%, rgba(23, 121, 113, 0.52) 18% 56%, rgba(8, 92, 98, 0.78) 56% 100%);
}

.nature-menu-world::after {
  bottom: 6%;
  height: 20%;
  border-radius: 50%;
  background:
    linear-gradient(176deg, rgba(255, 255, 236, 0.84), transparent 22%),
    linear-gradient(184deg, rgba(153, 226, 223, 0.42), rgba(255,255,255,0.34) 44%, rgba(22, 163, 197, 0.44) 45% 61%, transparent 62%);
  transform: rotate(-2.5deg);
  opacity: 0.92;
}

.nature-menu-sun {
  position: absolute;
  top: 7%;
  right: 15%;
  width: clamp(116px, 9vw, 178px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,244,0.72), transparent 12%),
    radial-gradient(circle at 62% 70%, rgba(185, 124, 37, 0.18), transparent 28%),
    linear-gradient(135deg, #ffe58c, #efad30 72%);
  box-shadow:
    0 0 0 64px rgba(255, 224, 128, 0.16),
    0 28px 70px rgba(188, 126, 24, 0.24);
  animation: moonFloat 8s ease-in-out infinite;
}

.nature-menu-sun::before {
  content: "";
  position: absolute;
  inset: -50%;
  border-radius: inherit;
  background: repeating-conic-gradient(from 8deg, transparent 0 12deg, rgba(245, 186, 79, 0.26) 12deg 14deg, transparent 14deg 30deg);
  mask-image: radial-gradient(circle, transparent 0 43%, black 44% 52%, transparent 53%);
}

.nature-menu-hill {
  position: absolute;
  bottom: 19%;
  width: 30vw;
  height: 26vw;
  max-height: 300px;
  border-radius: 55% 45% 0 0;
  background:
    radial-gradient(ellipse at 36% 34%, rgba(255, 249, 196, 0.1), transparent 28%),
    repeating-linear-gradient(112deg, rgba(59, 121, 82, 0.08) 0 1px, transparent 1px 16px),
    linear-gradient(180deg, rgba(92, 187, 118, 0.34), rgba(23, 118, 101, 0.28));
  opacity: 0.92;
}

.nature-menu-hill-left {
  left: -5%;
  transform: rotate(-8deg);
}

.nature-menu-hill-right {
  right: -3%;
  transform: rotate(8deg);
}

.nature-menu-river {
  position: absolute;
  left: -4%;
  width: 72vw;
  height: 58px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 235, 0.24) 32% 44%, transparent 68%),
    repeating-linear-gradient(104deg, rgba(28, 125, 141, 0.1) 0 1px, transparent 1px 18px),
    rgba(37, 178, 196, 0.28);
  filter: blur(0.2px);
  transform-origin: center;
}

.nature-menu-river-top {
  top: 14%;
  left: 8%;
  transform: rotate(31deg);
  box-shadow:
    18vw 18vh 0 rgba(101, 213, 233, 0.28),
    -18vw 35vh 0 rgba(141, 232, 218, 0.26);
}

.nature-menu-river-bottom {
  bottom: 8%;
  left: 18%;
  height: 42px;
  transform: rotate(-3deg);
  background: rgba(221, 251, 243, 0.6);
  box-shadow:
    -18vw 4vh 0 rgba(90, 199, 219, 0.38),
    24vw 7vh 0 rgba(235, 255, 247, 0.52);
}

.nature-menu-branch {
  position: absolute;
  right: -3%;
  width: 28vw;
  max-width: 520px;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 246, 198, 0.26), transparent 18% 82%, rgba(42, 73, 55, 0.16)),
    var(--nature-hero-bark);
  opacity: 0.68;
  transform-origin: right center;
}

.nature-menu-branch-one {
  top: 19%;
  transform: rotate(-18deg);
}

.nature-menu-branch-two {
  top: 30%;
  right: 2%;
  width: 22vw;
  transform: rotate(-8deg);
}

.nature-menu-leaf {
  position: absolute;
  width: 42px;
  height: 86px;
  border-radius: 80% 20% 75% 25%;
  background: linear-gradient(155deg, #7be188, #2db98b);
  box-shadow: 0 14px 28px rgba(46, 145, 112, 0.18);
  animation: leafSway 7s ease-in-out infinite;
}

.nature-menu-leaf-one {
  top: 14%;
  right: 13%;
  transform: rotate(34deg);
}

.nature-menu-leaf-two {
  top: 22%;
  right: 22%;
  width: 36px;
  height: 74px;
  animation-delay: -1.4s;
  transform: rotate(42deg);
}

.nature-menu-leaf-three {
  bottom: 9%;
  left: 8%;
  width: 38px;
  height: 86px;
  animation-delay: -2.2s;
  transform: rotate(18deg);
}

.nature-menu-leaf-four {
  bottom: 5%;
  left: 13%;
  width: 34px;
  height: 74px;
  animation-delay: -3.1s;
  transform: rotate(68deg);
}

.nature-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  gap: clamp(30px, 4vw, 48px);
  align-items: center;
}

.nature-hero-copy {
  max-width: 820px;
  padding: clamp(18px, 3vw, 38px) 0;
}

.nature-hero-copy h1 {
  max-width: 800px;
  margin-bottom: clamp(18px, 2.4vw, 28px);
  color: var(--nature-hero-ink);
  font-size: clamp(4.05rem, 5.15vw, 6.1rem);
  line-height: 0.9;
  text-shadow:
    0 2px 0 rgba(255, 255, 241, 0.34),
    0 24px 70px rgba(20, 69, 78, 0.16);
}

.nature-seed-page[data-theme="dark"] .nature-hero-copy h1 {
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.nature-hero-copy .hero-copy {
  max-width: 720px;
  color: color-mix(in srgb, var(--text) 78%, var(--game-accent));
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.62;
}

.nature-hero-note {
  max-width: 690px;
  margin-bottom: 28px;
  color: color-mix(in srgb, var(--text) 84%, var(--muted));
  font-size: 1rem;
  line-height: 1.7;
}

.nature-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 18px;
}

.nature-hero-stats span {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--game-accent) 24%, var(--line));
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 18% 8%, rgba(160, 213, 127, 0.08), transparent 34%),
    repeating-linear-gradient(118deg, rgba(217, 255, 220, 0.045) 0 1px, transparent 1px 14px),
    linear-gradient(140deg, rgba(215, 255, 226, 0.08), transparent 56%),
    color-mix(in srgb, var(--nature-hero-paper) 88%, transparent);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--game-accent) 16%, transparent);
}

.nature-hero-stats strong {
  color: var(--nature-hero-ink);
  font-size: 1rem;
}

.nature-hero-stats small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.25;
}

.nature-hero-showcase {
  position: relative;
  min-height: clamp(500px, 62svh, 650px);
}

.nature-device-frame {
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--paper) 34%, var(--line));
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 48% 32%, rgba(187, 162, 99, 0.14), transparent 28%),
    repeating-linear-gradient(117deg, rgba(85, 75, 47, 0.05) 0 1px, transparent 1px 13px),
    #f6f1e7;
  box-shadow:
    0 34px 94px rgba(8, 74, 94, 0.28),
    0 0 0 10px rgba(255, 253, 235, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transform: translateZ(0);
}

.nature-device-frame::before,
.nature-device-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
}

.nature-device-frame::before {
  border: 1px solid rgba(255, 255, 238, 0.42);
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 24% 20%, rgba(142, 118, 67, 0.12), transparent 28%),
    repeating-linear-gradient(118deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, rgba(255, 255, 238, 0.1), transparent 36%, rgba(18, 72, 58, 0.2));
  mix-blend-mode: soft-light;
}

.nature-device-frame::after {
  inset: auto -10% -23% -10%;
  height: 34%;
  border-top: 8px solid rgba(255, 252, 227, 0.68);
  border-radius: 48% 52% 0 0;
  background:
    linear-gradient(176deg, rgba(255,255,239,0.72), transparent 19%),
    linear-gradient(128deg, rgba(71, 183, 196, 0.42), rgba(60, 152, 91, 0.18));
  transform: rotate(-4deg);
}

.nature-stage-showcase {
  --nature-cycle: 13s;
}

.nature-stage-showcase .nature-level {
  inset: -4%;
  width: 108%;
  height: 108%;
}

.nature-stage-showcase .nature-level-sketch {
  opacity: 0.46;
  animation: natureLevelDrift 18s ease-in-out infinite;
}

.nature-stage-showcase .nature-level-painted {
  opacity: 0.82;
  filter: saturate(1.04) contrast(1.02);
  animation: natureLevelDrift 18s ease-in-out infinite;
}

.nature-stage-showcase .nature-route {
  opacity: 0.86;
  animation: none;
}

.nature-stage-showcase .nature-route path {
  stroke-dashoffset: 0;
  animation: none;
}

.nature-stage-showcase .nature-growth {
  bottom: 54px;
  width: min(78%, 460px);
}

.nature-stage-showcase .nature-companion-water {
  bottom: 58px;
  width: min(23%, 128px);
}

.nature-stage-showcase .nature-companion-seed {
  bottom: 60px;
  width: min(24%, 136px);
}

.nature-showcase-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  width: clamp(94px, 12vw, 138px);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(108, 88, 40, 0.24);
  border-radius: 24px;
  object-fit: cover;
  box-shadow:
    0 18px 44px rgba(35, 52, 34, 0.28),
    0 0 0 7px rgba(255, 249, 225, 0.34);
  transform: rotate(3deg);
  animation: natureIconFloat 7s ease-in-out infinite;
}

.nature-device-frame .nature-preview-title,
.nature-device-frame .nature-cycle {
  z-index: 10;
}

.nature-device-frame .magic-hud {
  z-index: 11;
}

.nature-seed-content {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: clamp(42px, 5vw, 76px);
  padding-bottom: 108px;
  gap: clamp(18px, 3vw, 32px);
}

.nature-seed-page .game-page-section,
.nature-seed-page .game-page-updates {
  padding-inline: 0;
  border-color: transparent;
  border-radius: 0;
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}

.nature-seed-page .game-page-section + .game-page-section,
.nature-seed-page .game-page-section + .game-page-updates {
  border-top: 0;
  padding-top: clamp(30px, 4vw, 52px);
}

.nature-seed-page .game-page-section h2,
.nature-seed-page .game-page-updates h2 {
  max-width: 900px;
  text-shadow:
    0 2px 0 rgba(255, 255, 241, 0.42),
    0 18px 46px rgba(20, 69, 78, 0.14);
}

.nature-seed-page .game-page-section > p,
.nature-seed-page .info-grid > div > p {
  text-shadow: 0 1px 16px rgba(255, 255, 241, 0.72);
}

.nature-seed-page[data-theme="dark"] .game-page-section h2,
.nature-seed-page[data-theme="dark"] .game-page-updates h2 {
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.nature-seed-page[data-theme="dark"] .game-page-section > p,
.nature-seed-page[data-theme="dark"] .info-grid > div > p {
  text-shadow: none;
}

@media (min-width: 901px) {
  .nature-seed-page .nature-story-section {
    padding-top: clamp(34px, 4.4vw, 64px);
    padding-bottom: clamp(34px, 4.4vw, 64px);
  }

  .nature-seed-page .nature-story-section + .nature-story-section {
    padding-top: clamp(20px, 3vw, 38px);
  }

  .nature-seed-page .nature-story-section .eyebrow {
    margin-bottom: 18px;
  }

  .nature-seed-page .nature-story-section h2 {
    max-width: 720px;
    margin-bottom: clamp(18px, 2.2vw, 28px);
    font-size: clamp(2.25rem, 3.05vw, 3.9rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .nature-seed-page .nature-story-section .info-grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(390px, 0.56fr);
    gap: clamp(36px, 5vw, 76px);
    align-items: center;
  }

  .nature-seed-page .nature-story-section .info-grid > div {
    max-width: 720px;
  }

  .nature-seed-page .nature-story-section .info-grid > div p {
    max-width: 680px;
    font-size: clamp(1.02rem, 1.04vw, 1.13rem);
    line-height: 1.66;
  }

  .nature-seed-page .nature-story-section .info-grid > div p + p {
    margin-top: 16px;
  }

  .nature-seed-page .nature-story-section .game-page-facts {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 24px;
    border: 1px solid color-mix(in srgb, var(--game-accent) 22%, var(--line));
    border-radius: 18px;
    background:
      radial-gradient(ellipse at 18% 0%, rgba(160, 213, 127, 0.16), transparent 34%),
      repeating-linear-gradient(118deg, rgba(83, 116, 71, 0.045) 0 1px, transparent 1px 13px),
      rgba(255, 254, 235, 0.58);
    box-shadow: 0 18px 42px rgba(45, 109, 96, 0.12);
    backdrop-filter: blur(12px) saturate(1.04);
  }

  .nature-seed-page .nature-story-section .game-page-facts div {
    gap: 6px;
    min-height: 74px;
    padding-bottom: 16px;
  }

  .nature-seed-page .nature-story-section .game-page-facts div:nth-last-child(-n+2) {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .nature-seed-page .nature-story-section .game-page-facts dd {
    font-size: 0.96rem;
    line-height: 1.34;
  }

  .nature-seed-page[data-theme="dark"] .nature-story-section .game-page-facts {
    background:
      radial-gradient(ellipse at 18% 0%, rgba(98, 213, 236, 0.08), transparent 34%),
      repeating-linear-gradient(118deg, rgba(199, 230, 255, 0.045) 0 1px, transparent 1px 13px),
      rgba(8, 24, 48, 0.68);
    box-shadow: 0 18px 42px rgba(0, 8, 26, 0.34);
  }
}

.nature-seed-page .detail-card,
.nature-seed-page .asset-link,
.nature-seed-page .update-list li {
  border-color: color-mix(in srgb, var(--game-accent) 22%, rgba(75, 99, 66, 0.14));
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 12% 10%, rgba(160, 213, 127, 0.16), transparent 32%),
    repeating-linear-gradient(118deg, rgba(83, 116, 71, 0.045) 0 1px, transparent 1px 13px),
    rgba(255, 254, 235, 0.64);
  box-shadow: 0 18px 42px rgba(45, 109, 96, 0.12);
  backdrop-filter: blur(12px) saturate(1.04);
}

.nature-seed-page .game-page-section .eyebrow,
.nature-seed-page .game-page-updates .eyebrow {
  background: rgba(255, 254, 235, 0.62);
}

.nature-seed-page[data-theme="dark"] .detail-card,
.nature-seed-page[data-theme="dark"] .asset-link,
.nature-seed-page[data-theme="dark"] .update-list li {
  background:
    radial-gradient(ellipse at 12% 10%, rgba(98, 213, 236, 0.08), transparent 32%),
    repeating-linear-gradient(118deg, rgba(199, 230, 255, 0.045) 0 1px, transparent 1px 13px),
    rgba(8, 24, 48, 0.68);
  box-shadow: 0 18px 42px rgba(0, 8, 26, 0.34);
}

.nature-seed-page[data-theme="dark"] .game-page-section .eyebrow,
.nature-seed-page[data-theme="dark"] .game-page-updates .eyebrow {
  background: rgba(8, 24, 48, 0.66);
}

.nature-cursor-mascot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 74px;
  height: 74px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-120px, -120px, 0);
  transition: opacity .22s var(--ease);
  will-change: transform, opacity;
}

.nature-cursor-mascot.is-active {
  opacity: 0.84;
}

.nature-cursor-glow,
.nature-cursor-image {
  position: absolute;
  pointer-events: none;
}

.nature-cursor-glow {
  inset: -16px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(124, 245, 131, 0.28), rgba(98, 213, 236, 0.12) 44%, transparent 72%);
  filter: blur(1px);
  animation: natureCursorPulse 2.8s ease-in-out infinite;
}

.nature-cursor-image {
  inset: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: contain;
  filter:
    drop-shadow(0 18px 22px rgba(34, 98, 68, 0.24))
    drop-shadow(0 0 18px rgba(116, 235, 128, 0.24));
  animation: natureCursorBreathe 3.4s ease-in-out infinite;
}

.nature-seed-page[data-theme="dark"] .nature-cursor-image {
  filter:
    drop-shadow(0 20px 24px rgba(4, 15, 32, 0.46))
    drop-shadow(0 0 22px rgba(118, 236, 139, 0.2));
}

