:root {
  color-scheme: light;
  --ink: #0a0f0b;
  --ink-soft: #1f2a22;
  --cream: #f2f4ec;
  --mist: #c6d0bf;
  --lilac: #b7a6d6;
  --moon: #f3e7c9;
  --night: #0b120d;
  --accent: #f3d87a;
  --firefly: #f7f2a1;
  --grass: #101c12;
  --grass-bright: #1b2f22;
  --pond: #06070b;
  --glass: rgba(10, 18, 12, 0.7);
  --border: rgba(242, 244, 236, 0.18);
  --shadow: 0 24px 60px rgba(4, 8, 5, 0.55);
  --font-display: "Space Grotesk", "Outfit", sans-serif;
  --font-body: "Outfit", "Space Grotesk", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--cream);
  background: var(--night);
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.field {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  filter: saturate(1.25);
  background:
    radial-gradient(circle at 50% 45%, rgba(6, 7, 11, 0.7) 0%, rgba(6, 7, 11, 0.9) 22%, rgba(9, 14, 10, 0.6) 38%, rgba(9, 14, 10, 0) 60%),
    linear-gradient(180deg, #0f1b12 0%, #0a120d 40%, #050806 100%);
}

.hypno-vignette {
  position: absolute;
  inset: -5%;
  background: radial-gradient(circle at 50% 55%, rgba(8, 10, 14, 0) 40%, rgba(6, 8, 12, 0.55) 80%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  animation: hypno-breathe 12s ease-in-out infinite;
  pointer-events: none;
}

.aurora {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(140, 90, 200, 0.45), transparent 55%),
    radial-gradient(circle at 70% 20%, rgba(170, 110, 230, 0.38), transparent 60%),
    radial-gradient(circle at 40% 75%, rgba(120, 80, 190, 0.4), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(150, 95, 220, 0.35), transparent 65%);
  mix-blend-mode: screen;
  opacity: 0.65;
  filter: blur(10px);
  animation: aurora-drift 18s ease-in-out infinite;
  pointer-events: none;
}

.grass-carpet {
  position: absolute;
  inset: -2%;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 22%, rgba(24, 48, 32, 0.7), transparent 60%),
    radial-gradient(circle at 72% 20%, rgba(20, 40, 28, 0.65), transparent 55%),
    radial-gradient(circle at 30% 60%, rgba(16, 34, 24, 0.7), transparent 65%),
    radial-gradient(circle at 75% 75%, rgba(14, 30, 22, 0.7), transparent 65%),
    linear-gradient(180deg, rgba(12, 24, 16, 0.7) 0%, rgba(8, 18, 12, 0.8) 100%);
  opacity: 0.9;
  filter: blur(2.2px);
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 26vw 20vw at 50% 45%, transparent 0%, transparent 58%, black 62%);
  -webkit-mask-image: radial-gradient(ellipse 26vw 20vw at 50% 45%, transparent 0%, transparent 58%, black 62%);
}

.grass-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.pond {
  position: absolute;
  width: 68vw;
  height: 52vw;
  min-width: 280px;
  min-height: 220px;
  left: 50%;
  top: 45%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-3deg) skewX(-2deg);
  --ripple-x: 0px;
  --ripple-y: 0px;
  --glint-x: 50%;
  --glint-y: 50%;
  --ring-opacity: 0;
  background:
    radial-gradient(circle at 28% 26%, rgba(42, 60, 86, 0.45), rgba(8, 12, 20, 0.9) 45%, rgba(3, 4, 7, 1) 100%),
    radial-gradient(circle at 70% 70%, rgba(12, 18, 28, 0.5), rgba(3, 5, 8, 0.95) 65%);
  border-radius: 62% 38% 52% 48% / 58% 44% 60% 40%;
  box-shadow:
    0 0 0 16px rgba(7, 10, 8, 0.55),
    0 0 40px rgba(7, 10, 8, 0.8),
    inset 0 0 40px rgba(0, 0, 0, 0.7);
  transition: filter 0.2s ease;
  animation: pond-breathe 10s ease-in-out infinite;
}

.pond-features {
  position: absolute;
  inset: 0;
  pointer-events: auto;
  z-index: 3;
}

.pond-features::after {
  content: "";
  position: absolute;
  inset: -6%;
  background:
    radial-gradient(circle at 20% 30%, rgba(140, 210, 255, 0.18), transparent 45%),
    radial-gradient(circle at 70% 60%, rgba(160, 220, 255, 0.16), transparent 55%),
    repeating-linear-gradient(115deg, rgba(180, 230, 255, 0.12) 0px, rgba(180, 230, 255, 0.12) 2px, transparent 6px, transparent 14px);
  opacity: 0.35;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: blur(8px);
  animation: caustic-drift 16s ease-in-out infinite;
}

.pond-feature {
  position: absolute;
  width: 64px;
  height: 64px;
  border: none;
  background:
    radial-gradient(circle at 35% 28%, rgba(235, 255, 248, 0.9), rgba(235, 255, 248, 0.12) 34%, rgba(0, 0, 0, 0) 52%),
    radial-gradient(circle at 56% 60%, rgba(120, 220, 200, 0.95) 0%, rgba(90, 190, 170, 0.9) 52%, rgba(56, 130, 118, 0.9) 100%);
  border-radius: 50%;
  box-shadow:
    0 0 12px rgba(255, 198, 138, 0.58),
    0 0 26px rgba(255, 186, 120, 0.5),
    0 0 52px rgba(255, 168, 92, 0.38);
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
  transition: box-shadow 0.22s ease, filter 0.22s ease;
  filter: blur(0.3px) saturate(1.14) brightness(0.92);
  animation: fish-drift 10.5s ease-in-out infinite;
  will-change: transform;
  transform: translate(var(--float-x, 0px), var(--float-y, 0px))
    rotate(calc(var(--swim-angle, -8deg) + var(--float-rotate, 0deg))) scale(var(--hover-scale, 1));
}

.pond-feature:hover {
  --hover-scale: 1;
  box-shadow:
    0 0 16px rgba(255, 208, 152, 0.72),
    0 0 36px rgba(255, 192, 128, 0.62),
    0 0 66px rgba(255, 172, 96, 0.45);
  filter: blur(0.22px) saturate(1.18) brightness(0.98);
}

.pond-feature.lotus {
  width: 72px;
  height: 72px;
}

.pond-feature.is-red {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 245, 245, 0.9), rgba(255, 245, 245, 0.12) 34%, rgba(0, 0, 0, 0) 52%),
    radial-gradient(circle at 56% 60%, rgba(255, 90, 90, 0.98) 0%, rgba(232, 68, 68, 0.9) 52%, rgba(164, 38, 38, 0.9) 100%);
  box-shadow:
    0 0 12px rgba(255, 198, 138, 0.58),
    0 0 26px rgba(255, 186, 120, 0.5),
    0 0 52px rgba(255, 168, 92, 0.38);
}

.pond-feature.is-orange {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 250, 236, 0.9), rgba(255, 250, 236, 0.12) 34%, rgba(0, 0, 0, 0) 52%),
    radial-gradient(circle at 56% 60%, rgba(255, 165, 70, 0.98) 0%, rgba(234, 142, 50, 0.9) 52%, rgba(170, 96, 30, 0.9) 100%);
  box-shadow:
    0 0 12px rgba(255, 198, 138, 0.58),
    0 0 26px rgba(255, 186, 120, 0.5),
    0 0 52px rgba(255, 168, 92, 0.38);
}

.pond-feature.lily {
  background:
    radial-gradient(circle at 35% 28%, rgba(240, 255, 248, 0.9), rgba(240, 255, 248, 0.12) 34%, rgba(0, 0, 0, 0) 52%),
    radial-gradient(circle at 56% 60%, rgba(130, 220, 190, 0.98) 0%, rgba(98, 194, 164, 0.9) 52%, rgba(62, 138, 114, 0.9) 100%);
}

.pond-feature.is-purple {
  background:
    radial-gradient(circle at 35% 28%, rgba(246, 232, 255, 0.9), rgba(246, 232, 255, 0.12) 34%, rgba(0, 0, 0, 0) 52%),
    radial-gradient(circle at 56% 60%, rgba(180, 120, 255, 0.98) 0%, rgba(148, 92, 232, 0.9) 52%, rgba(96, 54, 172, 0.9) 100%);
  box-shadow:
    0 0 12px rgba(255, 198, 138, 0.58),
    0 0 26px rgba(255, 186, 120, 0.5),
    0 0 52px rgba(255, 168, 92, 0.38);
}

.pond-feature::before {
  content: none;
}

.pond-feature::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(255, 230, 255, 0.42) 62%, rgba(255, 230, 255, 0) 100%);
  opacity: 0.9;
  box-shadow: 0 0 12px rgba(255, 230, 255, 0.42);
  pointer-events: none;
}

.pond-feature .feature-label {
  position: absolute;
  left: 50%;
  top: -52px;
  transform: translateX(-50%);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 248, 240, 0.95);
  background: rgba(18, 28, 22, 0.55);
  border: 1px solid rgba(220, 240, 230, 0.35);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.pond-feature:hover .feature-label {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.pond-feature.is-purple .feature-label {
  top: auto;
  bottom: -52px;
}

.pond-feature.lotus {
  left: 36%;
  top: 28%;
}

.pond-feature.lily.l1 {
  left: 22%;
  top: 48%;
}

.pond-feature.lily.l2 {
  left: 56%;
  top: 36%;
}

.pond-feature.lily.l3 {
  left: 70%;
  top: 58%;
}

.pond-feature.lily.l4 {
  left: 46%;
  top: 64%;
}

.pond-feature:nth-child(odd) {
  animation-duration: 8.5s;
  animation-delay: -2s;
}

.pond-feature:nth-child(even) {
  animation-duration: 9.5s;
  animation-delay: -4s;
}

.pond::before {
  content: "";
  position: absolute;
  inset: -10%;
  border-radius: 62% 38% 52% 48% / 58% 44% 60% 40%;
  background: radial-gradient(circle, rgba(20, 28, 30, 0.35) 0%, rgba(6, 10, 9, 0) 70%);
  filter: blur(4px);
}

.pond::after {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 60% 40% 50% 50% / 56% 44% 62% 38%;
  background:
    radial-gradient(circle at 35% 25%, rgba(162, 190, 220, 0.35), rgba(12, 16, 26, 0.85) 55%),
    linear-gradient(140deg, rgba(240, 246, 255, 0.2), rgba(7, 10, 16, 0) 60%),
    radial-gradient(circle at var(--glint-x, 50%) var(--glint-y, 50%), rgba(255, 255, 255, 0.28), rgba(10, 12, 20, 0) 45%);
  opacity: 0.85;
  filter: blur(0.4px);
  animation: ripple 7s ease-in-out infinite;
  transform: translate(var(--ripple-x), var(--ripple-y));
  transition: transform 0.06s ease-out;
}

.pond::before {
  animation: ripple 10s ease-in-out infinite;
  transform: translate(calc(var(--ripple-x) * -0.6), calc(var(--ripple-y) * -0.6));
  transition: transform 0.1s ease-out;
}

.pond-ripple-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pond-ripple {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle at 50% 50%,
      rgba(220, 240, 255, 0.22) 0px,
      rgba(220, 240, 255, 0.22) 2px,
      rgba(10, 16, 22, 0) 9px,
      rgba(10, 16, 22, 0) 16px
    );
  filter: blur(0.2px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.pond-sheen {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  opacity: 0.5;
}

@property --float-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --float-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --float-rotate {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --hover-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

@keyframes ripple {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate(-6px, 8px) scale(1.03);
    opacity: 0.85;
  }
}

@keyframes fish-drift {
  0%,
  100% {
    --float-x: 0px;
    --float-y: 0px;
    --float-rotate: -1.2deg;
  }
  50% {
    --float-x: 2px;
    --float-y: -1.5px;
    --float-rotate: 1.2deg;
  }
}

@keyframes caustic-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-2%, 3%, 0) scale(1.03);
  }
}

@keyframes sway {
  0%,
  100% {
    transform: translateX(0) skewX(0deg);
  }
  50% {
    transform: translateX(-12px) skewX(2deg);
  }
}

@keyframes aurora-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.45;
  }
  50% {
    transform: translate3d(-2%, 3%, 0) scale(1.02);
    opacity: 0.6;
  }
}

@keyframes hypno-breathe {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.03);
  }
}

@keyframes pond-breathe {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-3deg) skewX(-2deg) scale(1);
    filter: brightness(0.98);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-2deg) skewX(-1deg) scale(1.01);
    filter: brightness(1.03);
  }
}

.fireflies {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.firefly {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 242, 161, 1) 0%, rgba(247, 242, 161, 0.2) 60%, rgba(247, 242, 161, 0) 100%);
  filter: blur(0.2px);
  box-shadow: 0 0 12px rgba(247, 242, 161, 0.8), 0 0 30px rgba(247, 242, 161, 0.4);
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    opacity: 0.35;
    transform: translate(0, 0) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translate(12px, -18px) scale(1.2);
  }
}

.site-header,
.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 8vw;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-kicker {
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-size: 0.65rem;
  color: var(--mist);
}

.brand-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.site-nav {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
  color: var(--mist);
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--moon);
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.neon-kicker {
  position: absolute;
  top: 28px;
  left: 4vw;
  font-family: "futura-pt", "Futura", "Trebuchet MS", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: none;
  line-height: 1.5;
  max-width: min(760px, 92vw);
  color: rgba(184, 255, 232, 0.95);
  text-shadow:
    0 0 4px rgba(120, 240, 200, 0.42),
    0 0 10px rgba(120, 240, 200, 0.24);
  pointer-events: none;
}

.neon-kicker-note {
  display: inline-block;
  margin-top: 4px;
  color: rgba(214, 255, 242, 0.88);
  animation: broken-neon 3.2s steps(1, end) infinite;
}

@keyframes broken-neon {
  0%,
  8%,
  12%,
  20%,
  31%,
  37%,
  55%,
  100% {
    opacity: 0.95;
    text-shadow:
      0 0 4px rgba(150, 255, 225, 0.45),
      0 0 10px rgba(120, 240, 200, 0.3);
  }
  9%,
  11%,
  21%,
  22%,
  38%,
  39%,
  56%,
  57% {
    opacity: 0.18;
    text-shadow: none;
  }
  23%,
  24%,
  58% {
    opacity: 0.55;
    text-shadow: 0 0 2px rgba(150, 255, 225, 0.3);
  }
}

.name-stack {
  display: grid;
  gap: 10px;
  text-align: center;
  transform: translateY(-50px);
}

.name-mark {
  font-family: "filmotype-lacrosse", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  letter-spacing: 0.04em;
  color: rgba(243, 244, 236, 0.98);
  text-transform: none;
  text-shadow:
    0 2px 12px rgba(8, 12, 10, 0.6),
    0 0 40px rgba(247, 242, 161, 0.2);
  animation: none;
}

.name-sub {
  font-family: "futura-pt", "Futura", "Trebuchet MS", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(243, 244, 236, 0.75);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-glass {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  border-radius: 0;
  padding: 32px 6vw;
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.gallery-title {
  font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(246, 244, 238, 0.9);
  margin-bottom: 18px;
}

.gallery-marquee {
  overflow: hidden;
  margin-bottom: 22px;
  margin-left: -6vw;
  margin-right: -6vw;
}

.gallery-marquee-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: gallery-marquee 48s linear infinite;
}

.gallery-marquee.is-reverse .gallery-marquee-track {
  animation-direction: reverse;
}

.gallery-marquee-group {
  display: flex;
  gap: 16px;
}

.gallery-marquee img {
  height: clamp(260px, 25vw, 320px);
  width: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
  padding-right: 6px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

@media (max-width: 720px) {
  .gallery-modal {
    padding: 0;
  }

  .gallery-glass {
    height: 100%;
    padding: 22px 5vw;
    border-radius: 0;
  }

  .gallery-marquee {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }
}

@keyframes gallery-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.ambient-audio {
  display: none;
}

.volume-control {
  position: fixed;
  right: 3vw;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 12;
  font-family: "futura-pt", "Futura", "Trebuchet MS", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(220, 240, 230, 0.8);
}

.volume-label {
  pointer-events: none;
}

.volume-slider {
  -webkit-appearance: none;
  width: 140px;
  height: 2px;
  background: rgba(220, 240, 230, 0.3);
  border-radius: 999px;
  outline: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(220, 240, 230, 0.95);
  box-shadow: 0 0 10px rgba(180, 255, 230, 0.6);
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: rgba(220, 240, 230, 0.95);
  box-shadow: 0 0 10px rgba(180, 255, 230, 0.6);
  cursor: pointer;
}

.volume-slider::-moz-range-track {
  height: 2px;
  background: rgba(220, 240, 230, 0.3);
  border-radius: 999px;
}

@media (max-width: 720px) {
  .volume-control {
    right: 5vw;
    bottom: 20px;
  }

  .volume-slider {
    width: 110px;
  }
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: center;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.05;
  margin: 14px 0 20px;
}

.eyebrow {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--mist);
}

.lead {
  font-size: 1.1rem;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.8);
}

.accent {
  color: var(--accent);
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #1b141f;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 30px rgba(239, 199, 110, 0.25);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(239, 199, 110, 0.35);
}

.btn.ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--cream);
  box-shadow: none;
}

.hero-orb {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
}

.orb {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff3d5 0%, #e6c98d 45%, #8d6d3b 100%);
  box-shadow: 0 40px 80px rgba(238, 200, 112, 0.3);
}

.hero-orb::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 231, 201, 0.2) 0%, rgba(243, 231, 201, 0) 70%);
  filter: blur(8px);
  z-index: -1;
}

.orb-ring {
  position: absolute;
  width: 280px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.orb-ring.ring-2 {
  width: 320px;
  height: 140px;
  transform: rotate(12deg);
  border-color: rgba(255, 255, 255, 0.15);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.card {
  background: var(--glass);
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: 22px;
  box-shadow: var(--shadow);
  min-height: 200px;
}

.card h2 {
  font-family: var(--font-display);
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.card p,
.feature-header p,
.story-card p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.feature {
  display: grid;
  gap: 30px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  padding: 32px;
  border-radius: 30px;
}

.feature-header h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 12px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.metric {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.metric-value {
  font-size: 1.6rem;
  font-family: var(--font-display);
}

.metric-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.story {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.story-card {
  padding: 28px;
  border-radius: 26px;
  background: rgba(11, 10, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.story-card h2 {
  font-family: var(--font-display);
  margin-bottom: 12px;
}

.contact {
  display: flex;
  justify-content: center;
}

.contact-card {
  padding: 32px 36px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  max-width: 540px;
}

.contact-card h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.site-footer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 720px) {
  .pond {
    width: 70vw;
    height: 52vw;
  }

  .grass-ring {
    width: 86vw;
    height: 64vw;
  }

  .name-stack {
    transform: none;
  }

  .name-mark,
  .name-sub {
    position: absolute;
    left: 50%;
    width: 92vw;
    text-align: center;
    transform: translateX(-50%);
  }

  .name-mark {
    display: block;
    width: 100vw;
    max-width: none;
    font-size: clamp(1.9rem, 8.4vw, 2.8rem);
    letter-spacing: 0;
    line-height: 0.98;
    white-space: nowrap;
    overflow: visible;
    top: calc(45% - 26vw - 136px);
  }

  .name-sub {
    top: calc(45% + 26vw + 54px);
  }

  .pond-feature {
    width: 45px;
    height: 45px;
  }

  .pond-feature.lotus {
    width: 50px;
    height: 50px;
  }

  .pond-feature.lotus {
    left: 24%;
    top: 24%;
  }

  .pond-feature.lily.l2 {
    left: 66%;
    top: 30%;
  }

  .pond-feature.lily.l4 {
    left: 45%;
    top: 72%;
  }
}
