:root {
  --clr-deep: hsl(205 46% 22%);
  --clr-deep-soft: hsl(192 40% 32%);
  --clr-lavender: hsl(278 22% 92%);
  --clr-dawn: hsl(18 82% 58%);
  --clr-mist: hsl(195 28% 97%);
  --clr-ink: hsl(210 22% 15%);
  --clr-ink-soft: hsl(205 14% 32%);
  --clr-panel: hsl(0 0% 100%);
  --clr-glow: hsla(18 82% 58% / 0.32);
  --clr-jade: hsl(168 38% 36%);
  --space-3xs: 0.25rem;
  --space-2xs: 0.4rem;
  --space-xs: 0.55rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.35rem;
  --space-xl: 1.85rem;
  --space-2xl: 2.6rem;
  --space-3xl: 3.4rem;
  --radius-sm: 0.45rem;
  --radius-md: 0.85rem;
  --radius-lg: 1.15rem;
  --radius-xl: 1.45rem;
  --shadow-soft: 0 0.35rem 1.6rem hsla(205 46% 12% / 0.11);
  --shadow-lift: 0 0.85rem 2.2rem hsla(205 40% 10% / 0.15);
  --font-display: "Nunito", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --fs-hero: clamp(1.08rem, 3.4vw, 1.52rem);
  --fs-h1: clamp(1rem, 2.5vw, 1.32rem);
  --fs-h2: clamp(0.88rem, 2vw, 1.08rem);
  --fs-h3: clamp(0.8rem, 1.45vw, 0.95rem);
  --fs-body: clamp(0.78rem, 1.25vw, 0.9rem);
  --fs-small: clamp(0.7rem, 1.05vw, 0.8rem);
  --leading-tight: 1.2;
  --leading-body: 1.52;
  --transition-fast: 160ms ease-out;
  --transition-med: 260ms ease-out;
  --transition-slow: 520ms cubic-bezier(0.22, 1, 0.36, 1);
  --width-content: min(70rem, 92vw);
  --header-pad: var(--space-xs);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--leading-body);
  color: var(--clr-ink);
  background: radial-gradient(130% 90% at 8% 0%, hsl(278 35% 95%) 0%, var(--clr-mist) 42%, hsl(195 35% 96%) 100%);
  min-height: 100vh;
}

body.menu-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--clr-deep-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color var(--transition-fast), opacity var(--transition-fast);
}

a:hover {
  color: var(--clr-dawn);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--leading-tight);
  color: var(--clr-deep);
  margin: 0 0 var(--space-sm);
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

p {
  margin: 0 0 var(--space-md);
}

ul,
ol {
  margin: 0 0 var(--space-md);
  padding-left: 1.2rem;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--clr-deep);
  color: var(--clr-mist);
  padding: var(--space-sm) var(--space-md);
  z-index: 3000;
}

.skip-link:focus {
  left: var(--space-sm);
}

.shell {
  width: var(--width-content);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.site-header {
  position: relative;
  z-index: 50;
  padding: var(--header-pad) 0 var(--space-sm);
  transition: transform var(--transition-med), opacity var(--transition-med);
}

.site-header.is-shy {
  opacity: 0.92;
  transform: translateY(-0.35rem);
}

.header-inner {
  width: var(--width-content);
  margin-inline: auto;
  padding-inline: var(--space-sm);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  background: linear-gradient(118deg, hsla(0 0% 100% / 0.82), hsla(278 30% 96% / 0.68));
  border: 1px solid hsla(205 40% 28% / 0.09);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: var(--space-xs) var(--space-md);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  text-decoration: none;
  color: inherit;
  min-width: 0;
  flex-shrink: 0;
}

.brand:hover {
  color: inherit;
}

.brand-mark {
  width: clamp(1.55rem, 4.2vw, 2.05rem);
  height: clamp(1.55rem, 4.2vw, 2.05rem);
  border-radius: var(--radius-md);
  background: conic-gradient(from 200deg, var(--clr-deep), var(--clr-jade), var(--clr-dawn), var(--clr-deep-soft));
  box-shadow: 0 0 0 2px hsla(0 0% 100% / 0.65) inset, 0 0.2rem 0.85rem hsla(205 50% 18% / 0.22);
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.65rem, 2vw, 0.8rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
  max-width: 13rem;
}

.nav-row {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-lg);
  min-width: 0;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs) var(--space-md);
  justify-content: flex-end;
}

.nav-menu a {
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
  color: var(--clr-ink-soft);
  padding: var(--space-3xs) var(--space-2xs);
  border-radius: var(--radius-sm);
}

.nav-menu a:hover {
  color: var(--clr-deep);
  background: hsla(18 82% 58% / 0.2);
}

.menu-trigger {
  display: none;
  border: 0;
  background: linear-gradient(145deg, var(--clr-deep), var(--clr-deep-soft));
  color: var(--clr-mist);
  width: 2.15rem;
  height: 2.15rem;
  border-radius: var(--radius-md);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-lift);
  transition: transform var(--transition-fast), background var(--transition-fast);
  z-index: 961;
}

.menu-trigger:hover {
  transform: translateY(-2px);
  color: var(--clr-dawn);
}

.menu-trigger i {
  font-size: 1rem;
}

body.menu-lock .menu-trigger {
  display: none;
}

.mobile-sheet {
  position: fixed;
  top: 0;
  right: 0;
  width: min(20rem, 88vw);
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(195deg, var(--clr-deep) 0%, hsl(205 40% 16%) 52%, hsl(192 35% 20%) 100%);
  color: var(--clr-lavender);
  padding: var(--space-lg) var(--space-md) calc(var(--space-lg) + env(safe-area-inset-bottom, 0px));
  transform: translateY(-100%);
  transition: transform var(--transition-slow);
  z-index: 960;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  box-shadow: var(--shadow-lift);
  overflow: hidden;
}

.mobile-sheet.is-open {
  transform: translateY(0);
}

.mobile-sheet .panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-md);
  flex-shrink: 0;
}

.mobile-sheet .panel-close {
  border: 0;
  background: hsla(0 0% 100% / 0.12);
  color: var(--clr-mist);
  width: 2.35rem;
  height: 2.35rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: color var(--transition-fast), background var(--transition-fast);
}

.mobile-sheet .panel-close:hover {
  color: var(--clr-dawn);
  background: hsla(0 0% 100% / 0.2);
}

.mobile-links {
  list-style: none;
  margin: 0;
  padding: 0 var(--space-3xs) var(--space-md) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-links a {
  color: var(--clr-mist);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-small);
  padding: var(--space-xs) 0;
  border-bottom: 1px solid hsla(0 0% 100% / 0.12);
}

.mobile-links a:hover {
  color: var(--clr-dawn);
}

@media (max-width: 860px) {
  .nav-row .nav-menu {
    display: none;
  }

  .menu-trigger {
    display: inline-flex;
  }

  .nav-row {
    flex: 0 0 auto;
  }
}

.hero {
  position: relative;
  padding: var(--space-2xl) 0 var(--space-3xl);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(132deg, hsla(205 46% 12% / 0.82) 0%, hsla(192 38% 28% / 0.48) 45%, hsla(18 70% 68% / 0.28) 100%);
  z-index: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(var(--space-md), 4vw, var(--space-2xl));
  align-items: center;
  width: var(--width-content);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.18fr minmax(12rem, 0.82fr);
  }
}

.hero-copy h1 {
  font-size: var(--fs-hero);
  color: var(--clr-mist);
  text-shadow: 0 0.15rem 1.2rem hsla(0 0% 0% / 0.35);
  margin-bottom: var(--space-sm);
}

.hero-copy p.lead {
  color: hsl(210 30% 94%);
  max-width: 34rem;
  margin-bottom: var(--space-lg);
  font-size: var(--fs-body);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.hero-visual {
  position: relative;
  min-height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photo {
  width: 100%;
  max-width: min(20rem, 86vw);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid hsla(0 0% 100% / 0.22);
  line-height: 0;
}

.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.split-band .hero-photo--solar {
  max-width: none;
  width: 100%;
  min-height: 12rem;
  border-radius: var(--radius-xl);
  border: 1px solid hsla(205 24% 30% / 0.12);
  box-shadow: var(--shadow-soft);
  align-self: stretch;
  display: flex;
}

.split-band .hero-photo--solar img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  object-position: center 38%;
}

@media (min-width: 768px) {
  .split-band .hero-photo--solar {
    min-height: min(18rem, 42vh);
  }

  .split-band .hero-photo--solar img {
    min-height: min(18rem, 42vh);
  }
}

.rest-figure {
  position: relative;
  width: min(12rem, 42vw);
  aspect-ratio: 3/4;
  animation: drift 7s ease-in-out infinite;
}

.rest-figure .fig-head {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 22%;
  background: linear-gradient(180deg, hsl(38 88% 84%), hsl(18 72% 70%));
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.2rem hsla(205 50% 8% / 0.38);
  animation: nod 5s ease-in-out infinite;
}

.rest-figure .fig-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 62%;
  height: 58%;
  background: linear-gradient(200deg, hsl(192 36% 38%), hsl(205 44% 22%));
  border-radius: var(--radius-xl) var(--radius-xl) 40% 40%;
  box-shadow: 0 0.8rem 2rem hsla(0 0% 0% / 0.35);
  animation: sway 8s ease-in-out infinite;
}

.rest-figure .fig-glow {
  position: absolute;
  inset: -18% -10% 20%;
  background: radial-gradient(circle at 30% 20%, hsla(18 82% 58% / 0.55), transparent 55%), radial-gradient(circle at 70% 80%, hsla(168 45% 52% / 0.35), transparent 50%);
  filter: blur(12px);
  z-index: -1;
  animation: pulseglow 5.5s ease-in-out infinite;
}

.rest-figure .moon-disc {
  position: absolute;
  top: -12%;
  right: -8%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, hsl(48 100% 94%), hsl(205 22% 78%));
  box-shadow: 0 0 1.2rem hsla(18 82% 58% / 0.5);
  animation: floatmoon 6s ease-in-out infinite;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.65rem);
  }
}

@keyframes sway {
  0%,
  100% {
    transform: translateX(-50%) rotate(-0.9deg);
  }
  50% {
    transform: translateX(-50%) rotate(1deg);
  }
}

@keyframes nod {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.08rem);
  }
}

@keyframes pulseglow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.04);
  }
}

@keyframes floatmoon {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-0.35rem, 0.45rem);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2xs);
  border: 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-small);
  padding: var(--space-xs) var(--space-lg);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
  margin-top: var(--space-sm);
}

.btn-primary {
  background: linear-gradient(135deg, var(--clr-dawn), hsl(12 75% 52%));
  color: hsl(205 50% 14%);
  box-shadow: 0 0.4rem 1.2rem hsla(18 82% 38% / 0.32);
}

.btn-primary:hover {
  color: hsl(205 55% 11%);
  transform: translateY(-2px);
  box-shadow: 0 0.55rem 1.45rem hsla(18 75% 32% / 0.38);
}

.btn-ghost {
  background: hsla(0 0% 100% / 0.14);
  color: var(--clr-mist);
  border: 1px solid hsla(0 0% 100% / 0.35);
}

.btn-ghost:hover {
  color: var(--clr-dawn);
  background: hsla(0 0% 100% / 0.22);
}

.section {
  padding: var(--space-2xl) 0;
}

.section-intro {
  max-width: 38rem;
  margin-bottom: var(--space-xl);
}

.mosaic {
  display: grid;
  gap: var(--space-lg);
}

@media (min-width: 640px) {
  .mosaic.cols-2 {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: var(--clr-panel);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid hsla(222 30% 30% / 0.06);
}

.card h2 {
  margin-top: 0;
}

.card-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-md);
  box-shadow: var(--shadow-soft);
}

.section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, hsla(205 38% 32% / 0.14), hsla(278 26% 94% / 0.65));
  border: 1px solid hsla(205 24% 30% / 0.12);
  box-shadow: var(--shadow-soft);
}

.section-icon i {
  font-size: clamp(2.8rem, 9vw, 4.25rem);
  color: var(--clr-deep-soft);
  line-height: 1;
  opacity: 0.92;
}

.section-icon-wide {
  min-height: 10rem;
  max-width: 28rem;
  margin-inline: auto;
}

.split-band .section-icon {
  min-height: 14rem;
}

@media (min-width: 768px) {
  .split-band .section-icon {
    min-height: min(18rem, 42vh);
  }
}

.ribbon {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  font-size: var(--fs-small);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--clr-deep-soft);
  background: hsla(43 100% 70% / 0.28);
  padding: var(--space-3xs) var(--space-sm);
  border-radius: 999px;
  margin-bottom: var(--space-sm);
}

.ribbon i {
  color: var(--clr-deep);
}

.split-band {
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

@media (min-width: 768px) {
  .split-band {
    grid-template-columns: 1fr 1fr;
  }
}

.note-board {
  background: linear-gradient(152deg, hsl(205 42% 24%), hsl(168 32% 30%));
  color: var(--clr-lavender);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-lift);
  border: 1px solid hsla(0 0% 100% / 0.08);
}

.note-board h2 {
  color: var(--clr-mist);
}

.note-board p {
  color: hsl(232 35% 90%);
}

.note-board a {
  color: var(--clr-dawn);
}

.timeline {
  display: grid;
  gap: var(--space-md);
  position: relative;
  padding-left: var(--space-lg);
  border-left: 2px solid hsla(205 40% 32% / 0.22);
}

.timeline-step {
  position: relative;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--space-lg) - 0.35rem);
  top: 0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--clr-dawn);
  box-shadow: 0 0 0 4px var(--clr-mist);
}

.map-frame {
  border: 0;
  border-radius: var(--radius-lg);
  width: 100%;
  min-height: 16rem;
  box-shadow: var(--shadow-soft);
}

.section-band-soft {
  background: linear-gradient(180deg, hsla(232 35% 96% / 0.6), transparent);
}

.shell-push {
  margin-top: var(--space-xl);
}

.ribbon-inverse {
  background: hsla(0 0% 100% / 0.12);
  color: var(--clr-mist);
}

.ribbon-on-dark {
  background: hsla(0 0% 100% / 0.15);
  color: var(--clr-mist);
}

.btn-outline-deep {
  border: 1px solid hsla(222 42% 31% / 0.2);
  color: var(--clr-deep);
  background: hsla(0 0% 100% / 0.65);
}

.btn-outline-deep:hover {
  color: var(--clr-deep-soft);
}

.sheet-title {
  color: var(--clr-mist);
}

.contact-stage {
  display: grid;
  gap: var(--space-xl);
}

@media (min-width: 900px) {
  .contact-stage {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.contact-card {
  background: linear-gradient(160deg, hsla(0 0% 100% / 0.96), hsla(232 40% 96% / 0.95));
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  border: 1px solid hsla(222 30% 30% / 0.08);
  box-shadow: var(--shadow-lift);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, hsla(43 100% 70% / 0.35), transparent 65%);
  pointer-events: none;
}

.contact-form label {
  display: block;
  font-size: var(--fs-small);
  font-weight: 600;
  margin-bottom: var(--space-3xs);
  color: var(--clr-ink-soft);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid hsla(222 25% 40% / 0.18);
  border-radius: var(--radius-md);
  padding: var(--space-xs) var(--space-sm);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  background: hsl(0 0% 100%);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--clr-deep-soft);
  box-shadow: 0 0 0 3px hsla(222 42% 40% / 0.18);
}

.contact-form .field {
  margin-bottom: var(--space-md);
}

.contact-form .error {
  color: hsl(350 65% 40%);
  font-size: var(--fs-small);
  min-height: 1.1rem;
  margin-top: var(--space-3xs);
}

.contact-form .check {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  font-size: var(--fs-small);
}

.contact-form .check input {
  width: auto;
  margin-top: 0.2rem;
}

.disclaimer {
  background: hsl(210 25% 97%);
  border: 1px dashed hsla(222 30% 30% / 0.25);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  font-size: var(--fs-small);
  color: var(--clr-ink-soft);
}

.disclaimer h2 {
  font-size: var(--fs-h3);
}

.site-footer {
  padding: var(--space-xl) 0 var(--space-lg);
  background: linear-gradient(185deg, hsl(205 44% 18%), hsl(192 38% 14%));
  color: hsl(278 18% 90%);
  margin-top: var(--space-3xl);
  border-top: 1px solid hsla(0 0% 100% / 0.06);
}

.footer-grid {
  display: grid;
  gap: var(--space-lg);
}

@media (min-width: 720px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

.site-footer h2 {
  color: var(--clr-mist);
  font-size: var(--fs-h3);
}

.site-footer a {
  color: var(--clr-dawn);
}

.site-footer .mini {
  font-size: var(--fs-small);
  opacity: 0.88;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: var(--space-xs);
}

.footer-list a {
  text-decoration: none;
  font-size: var(--fs-small);
}

.footer-list a:hover {
  color: var(--clr-mist);
}

.sub-hero {
  padding: var(--space-2xl) 0 var(--space-xl);
  background: linear-gradient(118deg, hsl(205 44% 26%), hsl(168 32% 32%));
  color: var(--clr-mist);
}

.sub-hero-aside {
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  background: hsla(0 0% 100% / 0.12);
  border: 1px solid hsla(0 0% 100% / 0.15);
  align-self: center;
}

.sub-hero-aside-text {
  margin: 0;
  color: hsl(210 30% 94%);
  font-size: var(--fs-small);
}

.sub-hero h1 {
  color: var(--clr-mist);
  font-size: var(--fs-h1);
  margin-bottom: var(--space-sm);
}

.sub-hero p {
  color: hsl(210 30% 92%);
  max-width: 36rem;
}

.legal-page {
  padding: var(--space-2xl) 0 var(--space-3xl);
}

.legal-page .legal-inner {
  width: min(50rem, 92vw);
  margin-inline: auto;
  background: var(--clr-panel);
  padding: var(--space-2xl);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  border: 1px solid hsla(222 25% 40% / 0.1);
}

.legal-page h1 {
  font-size: var(--fs-h1);
  margin-bottom: var(--space-md);
}

.legal-page h2 {
  font-size: var(--fs-h2);
  margin-top: var(--space-xl);
}

.legal-page h3 {
  font-size: var(--fs-h3);
  margin-top: var(--space-lg);
}

.legal-page p,
.legal-page li {
  font-size: var(--fs-small);
  color: var(--clr-ink-soft);
}

.table-wrap {
  overflow: auto;
  margin: var(--space-md) 0 var(--space-lg);
  border-radius: var(--radius-md);
  border: 1px solid hsla(222 25% 40% / 0.14);
}

.legal-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-small);
  min-width: 18rem;
}

.legal-page th,
.legal-page td {
  padding: var(--space-sm) var(--space-md);
  text-align: left;
  border-bottom: 1px solid hsla(222 25% 40% / 0.12);
}

.legal-page th {
  background: hsl(232 35% 96%);
  color: var(--clr-deep);
}

.home-button {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  margin-top: var(--space-lg);
  padding: var(--space-xs) var(--space-lg);
  background: var(--clr-deep);
  color: var(--clr-mist);
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fs-small);
  transition: color var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
}

.home-button:hover {
  color: var(--clr-dawn);
  background: var(--clr-deep-soft);
  transform: translateY(-2px);
}

.center-page {
  min-height: 55vh;
  display: grid;
  place-items: center;
  padding: var(--space-3xl) var(--space-md);
}

.center-page .card {
  text-align: center;
  max-width: 32rem;
}

.center-page p {
  max-width: none;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-shell .center-page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.page-shell .site-footer {
  margin-top: auto;
}

.privacy-popup {
  position: fixed;
  z-index: 1200;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--space-md);
  pointer-events: none;
}

.privacy-dialog {
  max-width: 32rem;
  margin-inline: auto;
  background: var(--clr-panel);
  border-radius: var(--radius-xl);
  padding: var(--space-lg);
  box-shadow: var(--shadow-lift);
  border: 1px solid hsla(222 25% 40% / 0.16);
  transform: translateY(120%);
  transition: transform var(--transition-slow);
  pointer-events: auto;
}

.privacy-dialog .dialog-title {
  font-size: var(--fs-h3);
  margin: 0 0 var(--space-sm);
}

.privacy-dialog .dialog-text {
  font-size: var(--fs-small);
  margin: 0 0 var(--space-sm);
}

.privacy-dialog .policy-secondary {
  margin-top: var(--space-sm);
  border: 1px solid hsla(222 42% 31% / 0.2);
  color: var(--clr-deep);
  background: hsla(0 0% 100% / 0.85);
}

.privacy-popup.is-on .privacy-dialog {
  pointer-events: auto;
  transform: translateY(0);
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.murmur-rail {
  position: relative;
  padding: var(--space-2xl) 0;
  background: linear-gradient(188deg, hsla(278 24% 96% / 0.92) 0%, hsla(195 30% 98% / 0.5) 100%);
}

.murmur-rail::before {
  content: "";
  position: absolute;
  left: min(6%, 2rem);
  top: 18%;
  width: 0.2rem;
  height: min(55%, 18rem);
  background: linear-gradient(180deg, var(--clr-jade), transparent);
  opacity: 0.28;
  border-radius: 999px;
  pointer-events: none;
}

.murmur-grid {
  display: grid;
  gap: var(--space-md);
}

@media (min-width: 720px) {
  .murmur-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.murmur-card {
  background: var(--clr-panel);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  border: 1px solid hsla(205 26% 28% / 0.11);
  box-shadow: var(--shadow-soft);
}

.murmur-card .murmur-tag {
  font-family: var(--font-display);
  font-size: var(--fs-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-jade);
  margin-bottom: var(--space-xs);
}

.murmur-lead {
  font-size: var(--fs-small);
  color: var(--clr-ink-soft);
  max-width: 38rem;
  margin-bottom: var(--space-lg);
}

.murmur-title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--clr-deep);
  margin: 0 0 var(--space-xs);
  line-height: var(--leading-tight);
}

.pier-grid {
  display: grid;
  gap: var(--space-lg);
}

@media (min-width: 768px) {
  .pier-grid {
    grid-template-columns: 0.42fr 0.58fr;
    align-items: start;
  }
}

.bloom-card {
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  background: linear-gradient(165deg, hsla(0 0% 100% / 0.94), hsla(278 18% 97% / 0.88));
  border: 1px solid hsla(205 22% 30% / 0.09);
  box-shadow: var(--shadow-soft);
}

.legal-inner h1 {
  font-size: var(--fs-h1);
}

.legal-inner h2 {
  font-size: var(--fs-h2);
}

.legal-inner h3 {
  font-size: var(--fs-h3);
}

@media (max-width: 640px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .header-inner {
    padding: var(--space-sm);
  }

  .legal-page .legal-inner {
    padding: var(--space-lg);
  }
}
