
/* page style: eruption-studio */
body[data-site-layout='flow'] .milk-teeth-page,
body[data-site-layout='flow'] .milk-teeth-head,
body[data-site-layout='flow'] .milk-teeth-copy {
  display: grid;
  gap: 0.75rem;
}

body[data-site-layout='flow'] .milk-teeth-copy {
  margin-top: 1.65rem;
}

body[data-site-layout='flow'] .milk-teeth-head p,
body[data-site-layout='flow'] .milk-teeth-copy p {
  margin: 0;
}

body[data-site-layout='flow'] eruption-studio {
  display: grid;
  gap: 12px;
  margin-top: 1.65rem;
  padding-block: 14px;
}

body[data-site-layout='flow'] .eruption-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

body[data-site-layout='flow'] .eruption-toolbar > div:first-child {
  display: grid;
  gap: 2px;
}

body[data-site-layout='flow'] .eruption-toolbar h2,
body[data-site-layout='flow'] .month-readout strong,
body[data-site-layout='flow'] .month-readout span {
  margin: 0;
}

body[data-site-layout='flow'] .month-readout span,
body[data-site-layout='flow'] .eruption-legend,
body[data-site-layout='flow'] .milk-teeth-page > .stats span,
body[data-site-layout='flow'] .milk-teeth-page > .timeline span {
  color: var(--muted);
  font: var(--meta-size)/var(--meta-line) var(--mono);
}

body[data-site-layout='flow'] .eruption-controls {
  display: flex;
  gap: 6px;
}

body[data-site-layout='flow'] .eruption-stage {
  align-items: center;
  background: color-mix(in oklab, var(--surface), #c98976 5%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr);
  min-height: 520px;
  overflow: hidden;
  padding: clamp(24px, 5vw, 54px);
}

body[data-site-layout='flow'] .month-readout {
  align-content: center;
  display: grid;
  gap: 3px;
}

body[data-site-layout='flow'] .month-readout strong {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

body[data-site-layout='flow'] .mouth-model {
  align-content: center;
  display: grid;
  justify-self: center;
  max-width: 620px;
  min-height: 390px;
  position: relative;
  width: 100%;
}

body[data-site-layout='flow'] .mouth-model::before,
body[data-site-layout='flow'] .mouth-model::after {
  background: color-mix(in oklab, #d78d91, var(--surface) 15%);
  content: "";
  height: 145px;
  left: 5%;
  position: absolute;
  width: 90%;
}

body[data-site-layout='flow'] .mouth-model::before {
  border-radius: 50% 50% 28% 28% / 70% 70% 30% 30%;
  top: 22px;
}

body[data-site-layout='flow'] .mouth-model::after {
  border-radius: 28% 28% 50% 50% / 30% 30% 70% 70%;
  bottom: 22px;
}

body[data-site-layout='flow'] .dental-arch {
  height: 43%;
  left: 6%;
  position: absolute;
  width: 88%;
  z-index: 1;
}

body[data-site-layout='flow'] .upper-arch {
  top: 5%;
}

body[data-site-layout='flow'] .lower-arch {
  bottom: 5%;
}

body[data-site-layout='flow'] eruption-studio .tooth {
  --eruption: 0;
  --tooth-height: 64px;
  --tooth-width: 8.5%;
  background: #fffdf4;
  border: 1px solid rgba(69, 51, 43, 0.2);
  box-shadow: 0 2px 5px rgba(69, 51, 43, 0.07);
  display: block;
  height: var(--tooth-height);
  left: var(--tooth-x);
  opacity: calc(0.12 + var(--eruption) * 0.88);
  position: absolute;
  top: var(--tooth-y);
  width: var(--tooth-width);
  transform: translate(-50%, -50%) rotate(var(--tooth-rotation)) translateY(calc((1 - var(--eruption)) * -25px)) scale(calc(0.35 + var(--eruption) * 0.65));
  transform-origin: center top;
  transition: opacity 90ms linear, transform 90ms linear;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(1) {
  --tooth-x: 4%;
  --tooth-y: 27%;
  --tooth-rotation: 20deg;
  --tooth-width: 11%;
  --tooth-height: 52px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(2) {
  --tooth-x: 15%;
  --tooth-y: 38%;
  --tooth-rotation: 15deg;
  --tooth-width: 10%;
  --tooth-height: 56px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(3) {
  --tooth-x: 26%;
  --tooth-y: 51%;
  --tooth-rotation: 10deg;
  --tooth-width: 7.5%;
  --tooth-height: 62px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(4) {
  --tooth-x: 36%;
  --tooth-y: 61%;
  --tooth-rotation: 5deg;
  --tooth-width: 7.5%;
  --tooth-height: 64px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(5) {
  --tooth-x: 46%;
  --tooth-y: 66%;
  --tooth-rotation: 2deg;
  --tooth-width: 8.5%;
  --tooth-height: 68px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(6) {
  --tooth-x: 54%;
  --tooth-y: 66%;
  --tooth-rotation: -2deg;
  --tooth-width: 8.5%;
  --tooth-height: 68px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(7) {
  --tooth-x: 64%;
  --tooth-y: 61%;
  --tooth-rotation: -5deg;
  --tooth-width: 7.5%;
  --tooth-height: 64px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(8) {
  --tooth-x: 74%;
  --tooth-y: 51%;
  --tooth-rotation: -10deg;
  --tooth-width: 7.5%;
  --tooth-height: 62px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(9) {
  --tooth-x: 85%;
  --tooth-y: 38%;
  --tooth-rotation: -15deg;
  --tooth-width: 10%;
  --tooth-height: 56px;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(10) {
  --tooth-x: 96%;
  --tooth-y: 27%;
  --tooth-rotation: -20deg;
  --tooth-width: 11%;
  --tooth-height: 52px;
}

body[data-site-layout='flow'] .upper-arch .tooth {
  border-radius: 42% 42% 25% 25% / 24% 24% 45% 45%;
}

body[data-site-layout='flow'] .lower-arch .tooth {
  border-radius: 25% 25% 42% 42% / 45% 45% 24% 24%;
  top: calc(100% - var(--tooth-y));
  transform: translate(-50%, -50%) rotate(var(--tooth-rotation)) translateY(calc((1 - var(--eruption)) * 25px)) scale(calc(0.35 + var(--eruption) * 0.65));
  transform-origin: center bottom;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(1) {
  --tooth-rotation: -20deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(2) {
  --tooth-rotation: -15deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(3) {
  --tooth-rotation: -10deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(4) {
  --tooth-rotation: -5deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(5) {
  --tooth-rotation: -2deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(6) {
  --tooth-rotation: 2deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(7) {
  --tooth-rotation: 5deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(8) {
  --tooth-rotation: 10deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(9) {
  --tooth-rotation: 15deg;
}

body[data-site-layout='flow'] .lower-arch .tooth:nth-child(10) {
  --tooth-rotation: 20deg;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(1),
body[data-site-layout='flow'] .dental-arch .tooth:nth-child(2),
body[data-site-layout='flow'] .dental-arch .tooth:nth-child(9),
body[data-site-layout='flow'] .dental-arch .tooth:nth-child(10) {
  border-radius: 38% 38% 30% 30% / 22% 22% 34% 34%;
}

body[data-site-layout='flow'] .dental-arch .tooth:nth-child(3),
body[data-site-layout='flow'] .dental-arch .tooth:nth-child(8) {
  border-radius: 50% 50% 28% 28% / 18% 18% 48% 48%;
}

body[data-site-layout='flow'] eruption-studio .tooth[data-visible='true'] {
  border-color: rgba(69, 51, 43, 0.3);
}

body[data-site-layout='flow'] .mouth-space {
  background: color-mix(in oklab, #853e48, var(--surface) 10%);
  border-radius: 50%;
  height: 132px;
  left: 12%;
  position: absolute;
  top: calc(50% - 66px);
  width: 76%;
  z-index: 0;
}

body[data-site-layout='flow'] .eruption-progress {
  background: color-mix(in oklab, var(--fg), transparent 90%);
  height: 3px;
  overflow: hidden;
}

body[data-site-layout='flow'] .eruption-progress span {
  background: var(--fg);
  display: block;
  height: 100%;
  width: 0;
}

body[data-site-layout='flow'] .eruption-legend {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

body[data-site-layout='flow'] .milk-teeth-page > .stats,
body[data-site-layout='flow'] .milk-teeth-page > .timeline {
  display: grid;
  gap: 18px;
  margin-top: 1.65rem;
}

body[data-site-layout='flow'] .milk-teeth-page > .stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-site-layout='flow'] .milk-teeth-page > .timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-site-layout='flow'] .milk-teeth-page > .stats article,
body[data-site-layout='flow'] .milk-teeth-page > .timeline article {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 7px;
  padding-top: 12px;
}

body[data-site-layout='flow'] .milk-teeth-page > .stats strong,
body[data-site-layout='flow'] .milk-teeth-page > .timeline strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 720px) {
  body[data-site-layout='flow'] .eruption-stage {
    grid-template-columns: 1fr;
    min-height: 560px;
  }

  body[data-site-layout='flow'] .mouth-model {
    min-height: 360px;
  }

  body[data-site-layout='flow'] .milk-teeth-page > .stats,
body[data-site-layout='flow'] .milk-teeth-page > .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-site-layout='flow'] eruption-studio .tooth {
    transition: none;
  }
}
