:root {
  --bg: #0a0a0a;
  --surface: rgba(20, 20, 20, 0.78);
  --surface-strong: rgba(20, 20, 20, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --text-primary: #f5f0eb;
  --text-secondary: #8a8580;
  --text-muted: #6d6864;
  --accent: #e8c170;
  --accent-soft: #d4956a;
  --danger: #c45b4a;
  --nature: #7ba68a;
  --people: #9b8ec4;
  --grid-lived: #d88568;
  --grid-routine: rgba(255, 255, 255, 0.18);
  --grid-free: #9abf8d;
  --grid-stroke: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --font-display: "Instrument Serif", serif;
  --font-body: "Manrope", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
}

body[data-theme="light"] {
  --bg: #f4eee5;
  --surface: rgba(255, 252, 247, 0.82);
  --surface-strong: rgba(255, 252, 247, 0.95);
  --surface-soft: rgba(10, 10, 10, 0.04);
  --text-primary: #16110d;
  --text-secondary: #62574d;
  --text-muted: #8c7d72;
  --grid-routine: rgba(22, 17, 13, 0.26);
  --grid-stroke: rgba(22, 17, 13, 0.1);
  --line: rgba(10, 10, 10, 0.08);
  --shadow: 0 24px 70px rgba(107, 81, 46, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 149, 106, 0.16), transparent 28%),
    radial-gradient(circle at 84% 15%, rgba(155, 142, 196, 0.14), transparent 22%),
    radial-gradient(circle at 75% 78%, rgba(123, 166, 138, 0.14), transparent 26%),
    var(--bg);
  color: var(--text-primary);
  font-family: var(--font-body);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button,
input,
select {
  outline: none;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  box-shadow: 0 0 0 2px rgba(232, 193, 112, 0.35);
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
}

.ambient-a {
  width: 25rem;
  height: 25rem;
  top: -8rem;
  left: -6rem;
  background: rgba(212, 149, 106, 0.18);
}

.ambient-b {
  width: 21rem;
  height: 21rem;
  right: -4rem;
  top: 15vh;
  background: rgba(155, 142, 196, 0.16);
}

.ambient-c {
  width: 21rem;
  height: 21rem;
  bottom: -7rem;
  left: 42vw;
  background: rgba(123, 166, 138, 0.16);
}

.chrome {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem 0;
}

.wordmark {
  color: inherit;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  letter-spacing: -0.04em;
}

.top-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.insight-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.onepage-layout {
  min-height: calc(100dvh - 2.9rem);
  height: calc(100dvh - 2.9rem);
  display: grid;
  grid-template-columns: 372px minmax(0, 1fr) 620px;
  gap: 0.8rem;
  padding: 0.7rem 1rem 0.95rem;
  align-items: stretch;
}

.panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface-strong), var(--surface));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.control-rail,
.stage-panel,
.insights-rail {
  min-height: 0;
  border-radius: 2rem;
}

.control-rail,
.insights-rail {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.control-rail {
  padding: 0.95rem;
  gap: 0.8rem;
  overflow-y: auto;
  align-self: stretch;
  scrollbar-gutter: stable;
}

.stage-panel {
  padding: 0.95rem;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.78rem;
  overflow: hidden;
  align-self: stretch;
  align-content: start;
}

.insights-rail {
  padding: 0.92rem;
  gap: 0.72rem;
  align-self: stretch;
}

.eyebrow,
.rail-label,
.section-note,
.stat-label,
.insight-kicker {
  margin: 0;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rail-block,
.overview-card,
.insight-card,
.hero-visual-card {
  border: 1px solid var(--line);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.03);
}

.rail-block {
  padding: 1rem;
}

.rail-intro {
  padding: 0.1rem 0.15rem 0;
  border: none;
  background: transparent;
}

.rail-intro h1 {
  margin: 0.3rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.7vw, 2.45rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  white-space: normal;
}

.rail-intro p:last-child,
.detail-head p,
.hero-support,
.reflection-card,
.field-help {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.94rem;
}

.age-block {
  display: grid;
  gap: 0.78rem;
}

.age-display-wrap {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 0.4rem;
}

.age-display {
  display: grid;
  place-items: center;
  padding: 0.72rem 0.55rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  min-width: 0;
}

.age-display strong {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.5vw, 3.15rem);
  line-height: 0.9;
  color: var(--accent);
}

.age-display span {
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.age-button,
.ghost-button,
.text-button,
.compact-button {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
}

.age-button {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  display: grid;
  place-items: center;
  min-width: 0;
}

.ghost-button,
.compact-button {
  padding: 0.5rem 0.72rem;
  font-size: 0.72rem;
}

.compact-button {
  padding: 0.46rem 0.68rem;
  font-size: 0.7rem;
}

.text-button {
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
}

.age-range {
  width: 100%;
  accent-color: var(--accent);
}

.quick-ages {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.quick-age {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-secondary);
  padding: 0.26rem 0.48rem;
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.hidden-block {
  display: none;
}

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

.detail-panel {
  display: grid;
  gap: 0.8rem;
}

.detail-panel.hidden-block {
  display: none;
}

.detail-head {
  display: grid;
  gap: 0.4rem;
}

.detail-head h2,
.section-head h3 {
  margin: 0.3rem 0 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.detail-section {
  display: grid;
  gap: 0.6rem;
}

.section-minihead,
.section-head,
.compact-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.routine-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.relationship-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.relationship-stack {
  display: grid;
  gap: 0.6rem;
}

.detail-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.42rem;
}

.field {
  display: grid;
  gap: 0.45rem;
  padding: 0.68rem 0.78rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

.compact-field {
  padding: 0.62rem 0.72rem;
}

.field-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.field-label {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 0.9rem;
}

.relationship-stack .field-label {
  font-size: 0.82rem;
  line-height: 1.15;
}

.relationship-stack .field {
  gap: 0.38rem;
  padding: 0.58rem 0.64rem;
  border-radius: 0.9rem;
}

.field-value {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.8rem;
}

.routine-grid .field {
  gap: 0.32rem;
  padding: 0.52rem 0.58rem;
  border-radius: 0.86rem;
}

.routine-grid .field-label {
  font-size: 0.76rem;
}

.routine-grid .field-value {
  font-size: 0.68rem;
}

.routine-grid input[type="range"] {
  height: 0.9rem;
}

.field input,
.field select {
  width: 100%;
  border-radius: 0.82rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.16);
  color: var(--text-primary);
  padding: 0.58rem 0.72rem;
  min-width: 0;
}

.field input[type="range"] {
  padding: 0;
  accent-color: var(--accent);
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.24rem;
  padding: 0.2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  width: 100%;
}

.segment-option {
  border: none;
  background: transparent;
  color: var(--text-secondary);
  border-radius: 999px;
  padding: 0.3rem 0.36rem;
  font-size: 0.66rem;
  font-weight: 700;
  min-width: 0;
}

.segment-option.is-active {
  background: rgba(232, 193, 112, 0.18);
  color: var(--text-primary);
  box-shadow: inset 0 0 0 1px rgba(232, 193, 112, 0.22);
}

.hero-zone {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  gap: 0.34rem;
  align-items: start;
  margin-bottom: 0.1rem;
}

.hero-copy {
  display: grid;
  align-content: center;
  min-height: 0;
}

.hero-number {
  margin: 0.22rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--accent);
  white-space: nowrap;
}

.hero-visual-card {
  padding: 0.58rem;
  display: grid;
  align-self: start;
  height: fit-content;
}

.hourglass-mini {
  position: relative;
  height: 62px;
  border-radius: 1.15rem;
  border: 1px solid rgba(232, 193, 112, 0.2);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  overflow: hidden;
}

.hourglass-top,
.hourglass-bottom {
  position: absolute;
  left: 28%;
  right: 28%;
  border: 1px solid rgba(245, 240, 235, 0.08);
  background: radial-gradient(circle at 50% 30%, rgba(232, 193, 112, 0.28), rgba(212, 149, 106, 0.12));
}

.hourglass-top {
  top: 12%;
  bottom: 52%;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
  animation: settleTop 8s ease-in-out infinite;
}

.hourglass-bottom {
  top: 52%;
  bottom: 12%;
  clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
  animation: settleBottom 8s ease-in-out infinite;
}

.hourglass-neck {
  position: absolute;
  top: 49%;
  left: 47%;
  width: 6%;
  height: 2.2%;
  border-radius: 999px;
  background: rgba(245, 240, 235, 0.18);
}

.sand-stream {
  position: absolute;
  top: 33%;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 34%;
  background: linear-gradient(180deg, rgba(232, 193, 112, 0), rgba(232, 193, 112, 0.95), rgba(212, 149, 106, 0));
  box-shadow: 0 0 18px rgba(232, 193, 112, 0.55);
  animation: pulseStream 2.2s ease-in-out infinite;
}

.hero-stats,
.micro-metrics {
  display: grid;
  gap: 0.55rem;
}

.hero-stats-inline {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.08rem;
}

.hero-stats-inline .stat-pill {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.36rem 0.52rem;
  gap: 0.24rem;
}

.stat-pill strong,
.micro-card strong {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.92rem;
}

.hero-stats-inline .stat-pill strong {
  margin-top: 0.12rem;
  font-size: 0.86rem;
}

.stat-pill,
.micro-card {
  border-radius: 0.86rem;
  border: 1px solid var(--line);
  padding: 0.62rem 0.72rem;
  background: rgba(255, 255, 255, 0.03);
}

.stat-pill-accent strong {
  color: var(--accent);
}

.overview-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 0.82rem;
  align-content: start;
  margin-top: 0.12rem;
}

.overview-card {
  min-height: 0;
  padding: 0.72rem;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.58rem;
}

.meaning-card {
  grid-template-rows: auto auto auto;
  align-content: start;
}

.life-card {
  overflow: hidden;
  align-self: start;
}

.life-grid {
  min-height: 0;
  height: auto;
  padding: 0.12rem 0 0;
}

.life-grid-svg {
  display: block;
  width: 100%;
  height: auto;
}

.life-dot {
  stroke: var(--grid-stroke);
  stroke-width: 0.7;
}

.life-dot.lived {
  fill: var(--grid-lived);
}

.life-dot.routine {
  fill: var(--grid-routine);
}

.life-dot.free {
  fill: var(--grid-free);
}

.grid-legend {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.legend-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-secondary);
  font-size: 0.82rem;
}

.legend-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.legend-swatch.lived {
  background: var(--grid-lived);
}

.legend-swatch.routine {
  background: var(--grid-routine);
}

.legend-swatch.free {
  background: var(--grid-free);
}

.reflection-card {
  padding: 0.92rem;
  border-radius: 0.96rem;
  background: linear-gradient(160deg, rgba(155, 142, 196, 0.14), rgba(232, 193, 112, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1.12rem;
  line-height: 1.64;
}

.insights-head {
  align-items: center;
}

.insight-stack {
  min-height: 0;
  align-content: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.54rem;
  overflow: visible;
  padding-right: 0;
}

.insight-stack.expanded {
  gap: 0.54rem;
}

.micro-metrics {
  gap: 0.24rem;
}

.micro-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.42rem 0.58rem;
  min-height: 0;
}

.micro-card .stat-label {
  font-size: 0.72rem;
  line-height: 1.25;
}

.micro-card strong {
  margin-top: 0;
  font-size: 1rem;
  text-align: right;
  white-space: nowrap;
}

.insight-card {
  padding: 0.84rem;
  position: relative;
  overflow: hidden;
}

.insight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, var(--card-glow), transparent 42%);
  opacity: 0.9;
  pointer-events: none;
}

.insight-card[data-tone="people"] {
  --card-glow: rgba(155, 142, 196, 0.32);
}

.insight-card[data-tone="nature"] {
  --card-glow: rgba(123, 166, 138, 0.3);
}

.insight-card[data-tone="reality"] {
  --card-glow: rgba(196, 91, 74, 0.28);
}

.insight-card[data-tone="everyday"] {
  --card-glow: rgba(232, 193, 112, 0.3);
}

.insight-card > * {
  position: relative;
  z-index: 1;
}

.insight-number {
  margin: 0.3rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 2.05vw, 2.05rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.insight-text {
  margin: 0.4rem 0 0;
  color: var(--text-primary);
  line-height: 1.46;
  font-size: 0.93rem;
}

.insight-stack.expanded .insight-text {
  margin-top: 0.4rem;
  line-height: 1.46;
  font-size: 0.93rem;
}

.insight-source {
  margin: 0.35rem 0 0;
  color: var(--text-secondary);
  font-size: 0.74rem;
  line-height: 1.3;
}

.insight-stack.expanded .insight-source {
  margin-top: 0.35rem;
  font-size: 0.74rem;
  line-height: 1.3;
}

.rail-footnote {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding-top: 0.1rem;
  font-size: 0.76rem;
}

.rail-footnote a {
  color: var(--text-secondary);
  text-decoration: none;
}

.hidden {
  display: none !important;
}

@keyframes pulseStream {
  0%,
  100% {
    transform: scaleY(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scaleY(1.05);
    opacity: 1;
  }
}

@keyframes settleTop {
  0%,
  100% {
    opacity: 0.85;
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    transform: translateY(3%);
  }
}

@keyframes settleBottom {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }
  50% {
    opacity: 0.96;
    transform: translateY(-2%);
  }
}

@media (max-width: 1280px) {
  .onepage-layout {
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-areas:
      "controls stage"
      "insights insights";
    height: auto;
    min-height: calc(100vh - 4.8rem);
  }

  .control-rail {
    grid-area: controls;
  }

  .stage-panel {
    grid-area: stage;
  }

  .insights-rail {
    grid-area: insights;
    min-height: 320px;
  }

  .insight-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
}

@media (max-width: 960px) {
  .onepage-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "controls"
      "stage"
      "insights";
    min-height: auto;
    height: auto;
  }

  .control-rail {
    grid-area: controls;
    align-self: stretch;
    overflow: visible;
  }

  .stage-panel {
    grid-area: stage;
    overflow: visible;
  }

  .insights-rail {
    grid-area: insights;
  }

  .hero-zone,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-inline {
    grid-template-columns: 1fr;
  }

  .insight-stack {
    grid-template-columns: 1fr;
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .chrome {
    padding: 0.75rem 0.75rem 0;
  }

  .onepage-layout {
    padding: 0.55rem 0.6rem 0.8rem;
    gap: 0.5rem;
    height: auto;
  }

  .control-rail,
  .stage-panel,
  .insights-rail {
    border-radius: 1.45rem;
  }

  .control-rail,
  .stage-panel,
  .insights-rail {
    padding: 0.58rem;
  }

  .rail-block,
  .overview-card,
  .hero-visual-card,
  .insight-card {
    border-radius: 1rem;
  }

  .rail-intro h1,
  .hero-number {
    font-size: clamp(2.1rem, 11vw, 3.25rem);
  }

  .hero-number {
    white-space: normal;
  }

  .age-display-wrap {
    grid-template-columns: 40px 1fr 40px;
    gap: 0.45rem;
  }

  .age-button {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .age-display {
    padding: 0.6rem;
  }

  .age-display strong {
    font-size: clamp(1.7rem, 10vw, 2.45rem);
  }

  .hero-visual-card {
    padding: 0.5rem;
  }

  .hourglass-mini {
    height: 40px;
  }

  .stat-pill,
  .micro-card,
  .reflection-card {
    padding: 0.48rem;
  }

  .overview-card {
    padding: 0.5rem;
  }

  .section-head,
  .compact-head,
  .section-minihead {
    gap: 0.45rem;
  }

  .detail-grid,
  .routine-grid,
  .relationship-grid,
  .detail-row,
  .detail-row-parents,
  .detail-row-children,
  .detail-row-pet,
  .detail-row-friend {
    grid-template-columns: 1fr;
  }

  .segment-option {
    padding: 0.34rem 0.6rem;
    font-size: 0.68rem;
  }

  .life-grid-svg {
    transform: scale(0.96);
    transform-origin: top center;
  }

  .grid-legend {
    gap: 0.45rem;
  }

  .legend-chip {
    font-size: 0.72rem;
  }

  .legend-swatch {
    width: 0.65rem;
    height: 0.65rem;
  }

  .insight-number {
    font-size: clamp(1.1rem, 7vw, 1.55rem);
  }

  .insight-text {
    font-size: 0.74rem;
  }

  .insight-source {
    font-size: 0.61rem;
  }

  .rail-footnote {
    font-size: 0.72rem;
  }
}

@media (max-height: 920px) {
  .chrome {
    padding-top: 0.65rem;
  }

  .onepage-layout {
    gap: 0.55rem;
    padding-top: 0.45rem;
  }

  .control-rail,
  .stage-panel,
  .insights-rail {
    border-radius: 1.45rem;
  }

  .rail-block,
  .overview-card,
  .insight-card,
  .hero-visual-card {
    border-radius: 1.15rem;
  }

  .rail-block,
  .stage-panel,
  .insights-rail,
  .overview-card,
  .hero-visual-card,
  .insight-card {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .rail-intro h1 {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
  }

  .age-display strong {
    font-size: clamp(1.85rem, 3.5vw, 2.7rem);
  }

  .hero-number {
    font-size: clamp(1.35rem, 2.5vw, 2.4rem);
  }

  .hero-support,
  .rail-intro p:last-child,
  .detail-head p,
  .reflection-card,
  .field-help,
  .insight-text {
    font-size: 0.9rem;
  }

  .hourglass-mini {
    height: 38px;
  }

  .overview-grid,
  .hero-zone {
    gap: 0.5rem;
  }

  .life-grid-svg {
    transform: scale(0.92);
    transform-origin: top center;
  }

  .insight-number {
    font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  }
}
