:root {
  --font-sans: "museo-sans", "Museo Sans", MuseoSans, Arial, sans-serif;
  --cream: #ebe8df;
  --ink: #383838;
  --yellow: #eba905;
  --magenta: #ff00a8;
  --teal: #527a6f;
  --teal-2: #88a79d;
  --gray: #a49d92;
  --gray-2: #c8c4bc;
  --dark: #373737;
  --white: #fff;
}

@property --ring-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

@property --ring-stroke {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; user-select: none; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: #1f1f1f; }
body { font-family: var(--font-sans); color: var(--ink); }
button, input { font: inherit; }
button { border: 0; background: none; cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
button:focus,
button:focus-visible,
input:focus,
input:focus-visible {
  outline: none;
}
input { user-select: text; }
mark { padding: 0px 10px 20px; font-weight: 800; background: linear-gradient(transparent 58%, var(--yellow) 58% 82%, transparent 82%); color: inherit; }
.hidden { display: none !important; }

.kiosk-shell {
  position: fixed;
  left: 0;
  top: 0;
  width: 2160px;
  height: 3840px;
  transform-origin: top left;
  overflow: hidden;
  background: var(--cream);
}

.screen {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: var(--cream);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 650ms ease;
}
.screen-results {
  background: #fff;
}
.screen.is-active { z-index: 2; opacity: 1; pointer-events: auto; }
.screen.is-exiting { z-index: 1; opacity: 0; pointer-events: none; }
.loading { opacity: .001; }

.talkprep-logo {
  position: absolute;
  left: 280px;
  top: 382px;
  width: 560px;
  height: auto;
}

.intro-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 760ms ease;
}
.intro-bg.is-active {
  opacity: 1;
}
.screen-intro > .talkprep-logo,
.screen-intro > .intro-photo,
.screen-intro > .intro-swirl,
.screen-intro > .intro-copy,
.screen-intro > .intro-cta,
.screen-intro > .intro-references {
  display: none;
}
.intro-zip-hit,
.intro-ref-hit {
  position: absolute;
  z-index: 4;
  background: transparent;
}
.intro-zip-hit {
  left: 265px;
  bottom: 386px;
  width: 720px;
  height: 168px;
}
.intro-ref-hit {
  left: 66px;
  bottom: 50px;
  width: 245px;
  height: 98px;
}
.talkprep-logo-small {
  left: auto;
  top: 20px;
  right: 0;
  width: 440px;
}

.intro-photo,
.intro-swirl {
  position: absolute;
  pointer-events: none;
}
.intro-photo {
  right: -20px;
  bottom: 0;
  max-width: 1180px;
  max-height: 2870px;
  object-fit: contain;
  object-position: right bottom;
  z-index: 1;
}
.intro-photo.is-group {
  left: 145px;
  right: auto;
  top: 1085px;
  bottom: auto;
  width: 1870px;
  max-width: none;
}
.intro-photo.is-pie {
  left: 300px;
  right: auto;
  top: 1400px;
  bottom: auto;
  width: 1390px;
  max-width: none;
}
.intro-swirl {
  right: -60px;
  bottom: -80px;
  width: 1220px;
  z-index: 0;
}
.intro-swirl-sti {
  right: -500px;
  top: -120px;
  bottom: auto;
  width: 1350px;
}
.intro-swirl-prep {
  right: -170px;
  bottom: -40px;
  width: 1290px;
}
.intro-swirl-ripple {
  right: -170px;
  top: -70px;
  bottom: auto;
  width: 1480px;
}
.screen-intro .talkprep-logo,
.intro-copy,
.intro-cta,
.intro-references { z-index: 2; }
.intro-copy,
.intro-photo,
.intro-swirl {
  transition: opacity 420ms ease, transform 520ms ease;
}
.screen-intro.is-changing .intro-copy,
.screen-intro.is-changing .intro-photo,
.screen-intro.is-changing .intro-swirl {
  opacity: 0;
  transform: translateY(20px);
}

.intro-copy {
  position: absolute;
  left: 280px;
  top: 835px;
  width: 1600px;
}
.intro-copy p {
  margin: 0;
  width: 1465px;
  font-size: 106px;
  line-height: 1.15;
  letter-spacing: -.045em;
}
.intro-copy strong { font-weight: 700; }
.intro-copy-sti {
  top: 860px;
}
.intro-copy-sti p {
  width: 1520px;
  font-size: 116px;
  line-height: 1.15;
}
.intro-pie-copy {
  position: absolute;
  left: -120px;
  top: 785px;
  width: 1320px;
  min-height: 620px;
  z-index: 3;
}
.intro-pie-copy b {
  display: block;
  color: var(--yellow);
  font-family: var(--font-sans);
  font-size: 300px;
  font-weight: 300;
  line-height: .8;
  letter-spacing: -.055em;
}
.intro-pie-copy b sup {
  font-size: 112px;
  letter-spacing: 0;
}
.intro-pie-copy span {
  position: absolute;
  left: 590px;
  top: 470px;
  width: 600px;
  color: var(--ink);
  text-align: left;
  font-size: 64px;
  line-height: 1.16;
  letter-spacing: -.035em;
}
.intro-copy-prep {
  top: 850px;
  width: 1100px;
}
.intro-copy-prep p {
  width: 1040px;
  font-size: 95px;
  line-height: 1.24;
}
.intro-copy-prep em {
  display: block;
  margin: 45px 0 35px -250px;
  color: var(--teal);
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 360px;
  font-weight: 300;
  line-height: .8;
}
.intro-copy-prep em sup { font-size: 145px; }
.intro-copy-ripple {
  top: 2245px;
  left: 420px;
  width: 1720px;
}
.speech-card {
  width: 1120px;
  font-size: 135px;
  line-height: 1.18;
  letter-spacing: -.05em;
}
.intro-stat-card {
  margin-top: 190px;
  width: 1600px;
  height: 815px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}
.intro-stat-card > span,
.intro-stat-card small {
  display: block;
  color: var(--ink);
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.intro-stat-card div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  color: var(--teal);
}
.intro-stat-card em {
  font-style: normal;
  font-family: var(--font-sans);
  font-size: 390px;
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.065em;
}
.intro-stat-card b {
  padding: 18px 28px;
  background: var(--yellow);
  color: var(--white);
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.intro-cta {
  position: absolute;
  left: 280px;
  bottom: 450px;
}
.intro-cta h1 {
  margin: 0 0 58px;
  font-size: 75px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.045em;
}
.yellow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 96px;
  padding: 0 34px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}
.button-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
}
.text-link {
  position: absolute;
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
}
.intro-references {
  left: 96px;
  bottom: 110px;
}

.contour {
  position: absolute;
  pointer-events: none;
  border: 7px solid var(--yellow);
  border-radius: 45% 55% 55% 45% / 48% 34% 66% 52%;
}
.contour::before,
.contour::after {
  content: '';
  position: absolute;
  inset: 42px;
  border: inherit;
  border-radius: 52% 48% 56% 44% / 40% 58% 42% 60%;
}
.contour::after { inset: 84px; }
.contour-intro {
  right: -460px;
  bottom: -280px;
  width: 1280px;
  height: 900px;
  transform: rotate(-18deg);
  box-shadow:
    0 0 0 40px transparent,
    0 0 0 48px var(--yellow),
    0 0 0 88px transparent,
    0 0 0 96px var(--yellow);
}

.results-top {
  position: absolute;
  left: 95px;
  right: 95px;
  top: 134px;
  height: 250px;
}
.results-top sup {
  font-size: 50%;
  font-weight: 700;
}
.results-top h1 {
  margin: 0;
  width: 1370px;
  color: var(--ink);
  font-size: 76px;
  line-height: 1.12;
  font-weight: 300;
}
.results-top strong { font-weight: 700; }

.data-panel {
  position: absolute;
  left: 96px;
  right: 96px;
  top: 452px;
  bottom: 380px;
  background: var(--cream);
}
.state-watermark {
  position: absolute;
  left: 115px;
  top: 78px;
  width: 345px;
  height: 560px;
  background: #f5f4f0;
  opacity: 1;
  mask: var(--state-mask) center / contain no-repeat;
  -webkit-mask: var(--state-mask) center / contain no-repeat;
}
.location-summary {
  position: absolute;
  left: 118px;
  top: 168px;
  z-index: 2;
}
.location-summary sup {
  font-size: 65%;
}
.zip-display {
  color: var(--magenta);
  font-family: var(--font-sans);
  font-size: 146px;
  font-weight: 100;
  line-height: .9;
  /* Kept: the flats track this numeral at -0.05em (Figma v6). */
  letter-spacing: -.05em;
}
.location-summary p {
  margin: 42px 0 0;
  width: 1060px;
  font-size: 68px;
  line-height: 1.17;
  font-weight: 300;
}
.location-summary strong { font-weight: 800; }

.blob-field {
  position: absolute;
  inset: 560px 280px 260px 48px;
}
.data-blob {
  position: absolute;
  display: grid;
  place-items: center;
  transform-origin: center;
  transition:
    opacity .28s ease,
    transform 1.08s cubic-bezier(.16,.86,.22,1),
    width 1.08s cubic-bezier(.16,.86,.22,1),
    height 1.08s cubic-bezier(.16,.86,.22,1),
    left 1.08s cubic-bezier(.16,.86,.22,1),
    top 1.08s cubic-bezier(.16,.86,.22,1);
}
.data-blob.is-hidden { opacity: .12; transform: scale(.88); }
.data-blob-living { width: 900px; height: 800px; left: 610px; top: 36px; }
.data-blob-prep { width: 900px; height: 1065px; left: 16px; top: 758px; }
.data-blob-dx { width: 625px; height: 700px; left: 890px; top: 1425px; }
.kiosk-shell[data-level="state"] .data-blob-living { width: 930px; height: 825px; left: 580px; top: 18px; }
.kiosk-shell[data-level="state"] .data-blob-prep { width: 890px; height: 1050px; left: 14px; top: 762px; }
.kiosk-shell[data-level="state"] .data-blob-dx { width: 650px; height: 730px; left: 862px; top: 1384px; }
.kiosk-shell[data-level="region"] .data-blob-living { width: 830px; height: 745px; left: 610px; top: 90px; }
.kiosk-shell[data-level="region"] .data-blob-prep { width: 730px; height: 870px; left: 110px; top: 760px; }
.kiosk-shell[data-level="region"] .data-blob-dx { width: 555px; height: 625px; left: 840px; top: 1380px; }
.blob-rings {
  position: absolute;
  inset: 0;
}
.blob-rings svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.blob-rings path {
  --ring-scale: 1;
  --ring-stroke: 0;
  transform-box: fill-box;
  transform-origin: center;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: var(--ring-stroke);
  animation: blobWave 4.8s ease-in-out infinite alternate;
  transition:
    opacity .28s ease,
    --ring-scale 1.12s cubic-bezier(.16,.86,.22,1),
    --ring-stroke 1.12s cubic-bezier(.16,.86,.22,1);
}
.blob-rings .ring-0 { --ring-scale: 1; }
.blob-rings .ring-1 { --ring-scale: 1; --ring-stroke: 150; }
.blob-rings .ring-2 { --ring-scale: 1; --ring-stroke: 300; }
.blob-rings .ring-3 { --ring-scale: 1; --ring-stroke: 0; }
.blob-rings .ring-4 { --ring-scale: 1; --ring-stroke: 0; }
.blob-rings .ring-5 { --ring-scale: 1; --ring-stroke: 0; }
.blob-rings path.ring-4 { animation-delay: -.55s; }
.blob-rings path.ring-3 { animation-delay: -1.1s; }
.blob-rings path.ring-2 { animation-delay: -1.65s; }
.blob-rings path.ring-1 { animation-delay: -2.2s; }
.blob-rings path.ring-0 { animation-delay: -2.75s; }
.blob-layer {
  transform-box: fill-box;
  transform-origin: center;
}
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings [data-blob-layer] {
  animation: blobLayerIn 1.6s cubic-bezier(.12,.78,.18,1) both;
  opacity: 0;
}
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-5 { animation-delay: 0s; }
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-4 { animation-delay: .05s; }
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-3 { animation-delay: .1s; }
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-2 { animation-delay: .15s; }
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-1 { animation-delay: .2s; }
.kiosk-shell.is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-0 { animation-delay: .25s; }
.kiosk-shell[data-level="county"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-2 { animation-delay: 0s; }
.kiosk-shell[data-level="county"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-1 { animation-delay: .125s; }
.kiosk-shell[data-level="county"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-0 { animation-delay: .25s; }
.kiosk-shell[data-level="state"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-3 { animation-delay: 0s; }
.kiosk-shell[data-level="state"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-2 { animation-delay: .083s; }
.kiosk-shell[data-level="state"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-1 { animation-delay: .166s; }
.kiosk-shell[data-level="state"].is-results-entering .data-blob:not(.is-hidden) .blob-rings .layer-ring-0 { animation-delay: .25s; }
.kiosk-shell[data-level="county"] .blob-rings .ring-3,
.kiosk-shell[data-level="county"] .blob-rings .ring-4,
.kiosk-shell[data-level="county"] .blob-rings .ring-5,
.kiosk-shell[data-level="state"] .blob-rings .ring-4,
.kiosk-shell[data-level="state"] .blob-rings .ring-5 {
  --ring-scale: 1;
  --ring-stroke: 0;
  pointer-events: none;
}
.kiosk-shell[data-level="state"] .blob-rings .ring-0 { --ring-scale: 1; }
.kiosk-shell[data-level="state"] .blob-rings .ring-1 { --ring-scale: 1; --ring-stroke: 120; }
.kiosk-shell[data-level="state"] .blob-rings .ring-2 { --ring-scale: 1; --ring-stroke: 240; }
.kiosk-shell[data-level="state"] .blob-rings .ring-3 { --ring-scale: 1; --ring-stroke: 360; }
.kiosk-shell[data-level="region"] .blob-rings .ring-0 { --ring-scale: 1; }
.kiosk-shell[data-level="region"] .blob-rings .ring-1 { --ring-scale: 1; --ring-stroke: 95; }
.kiosk-shell[data-level="region"] .blob-rings .ring-2 { --ring-scale: 1; --ring-stroke: 190; }
.kiosk-shell[data-level="region"] .blob-rings .ring-3 { --ring-scale: 1; --ring-stroke: 285; }
.kiosk-shell[data-level="region"] .blob-rings .ring-4 { --ring-scale: 1; --ring-stroke: 380; }
.kiosk-shell[data-level="region"] .blob-rings .ring-5 { --ring-scale: 1; --ring-stroke: 475; }
.kiosk-shell.is-level-increasing .blob-rings .ring-3 { transition-delay: .08s; }
.kiosk-shell.is-level-increasing .blob-rings .ring-4 { transition-delay: .22s; }
.kiosk-shell.is-level-increasing .blob-rings .ring-5 { transition-delay: .36s; }
.kiosk-shell.is-level-receding .blob-rings path {
  transition-duration: .28s, 1.58s, 1.58s;
  transition-timing-function: ease, cubic-bezier(.42,0,.16,1), cubic-bezier(.42,0,.16,1);
}
.kiosk-shell.is-level-receding .blob-rings .ring-5 { transition-delay: 0s; }
.kiosk-shell.is-level-receding .blob-rings .ring-4 { transition-delay: .16s; }
.kiosk-shell.is-level-receding .blob-rings .ring-3 { transition-delay: .32s; }
.kiosk-shell.is-level-receding .blob-rings .ring-2 { transition-delay: .48s; }
.kiosk-shell.is-level-receding .blob-rings .ring-1 { transition-delay: .56s; }
@keyframes blobWave {
  0% { transform: translateX(-1.8%) scale(calc(var(--ring-scale) * 1.012), calc(var(--ring-scale) * .992)) rotate(-2.4deg) skewX(-2.8deg); }
  45% { transform: translateX(1.6%) scale(calc(var(--ring-scale) * .986), calc(var(--ring-scale) * 1.01)) rotate(1.8deg) skewX(3.4deg); }
  100% { transform: translateX(-.9%) scale(calc(var(--ring-scale) * 1.018), calc(var(--ring-scale) * .988)) rotate(-1.2deg) skewX(-2deg); }
}
@keyframes blobLayerIn {
  0% {
    opacity: .01;
    transform: scale(.08);
  }
  8% {
    opacity: 1;
    transform: scale(.2);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.blob-label {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.blob-label b {
  font-family: var(--font-sans);
  font-size: 138px;
  font-weight: 300;
  line-height: .82;
  /* Kept: the flats track this numeral at -3% (Figma v6). */
  letter-spacing: -.025em;
}
.blob-label sup {
  display: inline-block;
  margin-left: 6px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  vertical-align: top;
  transform: translateY(4px);
}
.blob-label span {
  display: block;
  margin-top: 15px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.control-panel {
  position: absolute;
  right: 0;
  top: 1072px;
  width: 430px;
  min-height: 1510px;
  padding: 48px 44px;
  background: #fff;
  z-index: 4;
}
.control-panel h2 {
  margin: 0 0 36px;
  font-size: 33px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.level-buttons { display: grid; gap: 26px; }
.level-buttons button,
.outline-button,
.select-button {
  width: 100%;
  height: 76px;
  border: 4px solid var(--ink);
  color: var(--ink);
  background: #fff;
  font-size: 27px;
  font-weight: 800;
  text-align: center;
}
.level-buttons button.is-active { background: var(--ink); color: #fff; }
.panel-rule {
  height: 4px;
  margin: 60px 0;
  background: #e3e0da;
}
.select-button,
.outline-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 20px;
  text-align: left;
}
.select-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}
.filter-dropdown {
  position: relative;
}
.filter-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 8;
  border: 4px solid var(--ink);
  border-top: 0;
  background: #fff;
}
.filter-menu button {
  width: 100%;
  min-height: 66px;
  padding: 0 20px;
  border-top: 3px solid #e4e0d8;
  color: var(--ink);
  background: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}
.filter-menu button:active {
  background: #f4f1eb;
}
.filter-options,
.metric-options { display: grid; gap: 28px; margin-top: 34px; }
.check-row {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 28px;
  font-weight: 800;
  text-align: left;
}
.check-row i,
.cert-row span {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 4px solid currentColor;
  background: #fff;
}
.check-row.is-active i,
.cert-row input:checked + span {
  background: currentColor;
  box-shadow: none;
  position: relative;
}
.check-row.is-active i::after,
.cert-row input:checked + span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23px;
  height: 13px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: translate(-43%, -62%) rotate(-45deg);
  transform-origin: center;
}
.metric-row[data-metric-toggle] { color: var(--ink); }
.metric-row[data-metric-toggle="prev"] i { color: var(--yellow); }
.metric-row[data-metric-toggle="prep"] i { color: var(--teal); }
.metric-row[data-metric-toggle="newDx"] i { color: var(--gray); }
.filter-options .check-row { color: var(--ink); font-size: 27px; }

.results-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 380px;
  background: var(--dark);
  color: #fff;
}
.qr-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  object-fit: contain;
  background: transparent;
  image-rendering: crisp-edges;
}
.learn-more {
  position: absolute;
  left: 306px;
  top: 73px;
  color: #fff;
  font-size: 68px;
  line-height: 1.15;
  font-weight: 300;
}
.learn-more strong { font-size: 68px; font-weight: 900; }
.qr-link {
  position: absolute;
  /* Left edge matches .data-panel so the QR aligns to the tan panel above it. */
  left: 96px;
  top: 70px;
  width: 160px;
  height: 160px;
}
.footer-actions {
  position: absolute;
  right: 95px;
  top: 74px;
  display: grid;
  gap: 44px;
  width: 390px;
}
.footer-actions .yellow-button {
  justify-content: space-between;
  width: 100%;
  height: 96px;
  padding: 0 24px;
  font-size: 27px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-actions .button-icon {
  width: 38px;
  height: 38px;
}
.footer-references {
  left: 95px;
  bottom: 42px;
  color: #fff;
}

.modal {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 30;
  background: rgba(0,0,0,.78);
  opacity: 1;
  transition: opacity 360ms ease;
}
.modal.hidden {
  display: grid !important;
  opacity: 0;
  pointer-events: none;
}
.entry-card {
  position: relative;
  width: 1910px;
  background: #fff;
  box-shadow: 0 12px 48px rgba(0,0,0,.25);
}
.modal-close {
  position: absolute;
  right: 42px;
  top: 36px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  z-index: 2;
}
.modal-close img {
  display: none;
}
.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
}
.modal-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.modal-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.email-card .modal-close,
.references-card .modal-close {
  right: 42px;
  top: 34px;
}
.zip-card {
  height: 1265px;
  padding-top: 220px;
  text-align: center;
}
.zip-card h2,
.email-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
}
.zip-form {
  margin-top: 82px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.zip-form input,
.field-grid input {
  height: 96px;
  border: 5px solid var(--yellow);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.zip-form input { width: 305px; }
.zip-form .yellow-button { min-height: 96px; font-size: 27px; }
.form-error {
  margin: 25px auto 0;
  color: #b42318;
  font-size: 26px;
  font-weight: 500;
}

.keyboard {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 128px;
  background: #efefef;
  display: grid;
  justify-content: center;
  gap: 28px;
}
.number-keyboard {
  height: 650px;
  grid-template-columns: repeat(3, 165px);
}
.keyboard button {
  height: 112px;
  min-width: 165px;
  padding: 0 22px;
  border-radius: 10px;
  background: #fff;
  color: #777;
  box-shadow: 0 8px 0 #d0d0d0;
  text-align: left;
  font-size: 35px;
  font-weight: 500;
}
/* "Backspace" is the only multi-syllable label on the number pad; at 35px it
   overflows the key by 51px, and the repeat(3, 165px) grid rules out widening. */
.number-keyboard [data-key="back"] {
  padding: 0 10px;
  font-size: 28px;
}

.email-card {
  width: 1958px;
  height: 2250px;
  top: 90px;
  padding: 135px 470px 0;
  text-align: center;
}
.email-card > p {
  margin: 30px 0 58px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.email-card small { display: block; margin-bottom: 82px; color: #666; font-size: 21px; }
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px 45px;
  text-align: left;
}
.field-grid label {
  display: grid;
  gap: 12px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 900;
}
.field-grid label:last-child { grid-column: 1; }
.field-grid input {
  width: 100%;
  text-align: left;
  padding: 0 18px;
}
.privacy-copy {
  margin: 72px 0 54px;
  text-align: left;
  color: #696969;
  font-size: 29px;
  line-height: 1.25;
}
.cert-row {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #666;
  text-align: left;
  font-size: 28px;
}
.cert-row input { position: absolute; opacity: 0; pointer-events: none; }
.email-submit { margin-top: 82px; }
.email-keyboard {
  height: 670px;
  padding: 42px 28px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.email-keyboard-row { display: flex; justify-content: center; gap: 16px; }
.email-keyboard button {
  height: 82px;
  min-width: 110px;
  padding: 0 18px;
  text-align: center;
  font-size: 26px;
  border-radius: 8px;
  box-shadow: 0 7px 0 #d0d0d0;
}
.email-keyboard .wide { min-width: 570px; }
.email-keyboard .medium { min-width: 190px; }
.email-keyboard .shift { min-width: 190px; }
.email-keyboard .shift.is-active {
  background: #383838;
  color: #fff;
  box-shadow: 0 7px 0 #1f1f1f;
}

.dive-card {
  min-height: 2510px;
  padding: 220px 120px 130px;
}
.dive-card sup {
  font-size: 65%;
}
.dive-card h2 {
  margin: 0 0 185px;
  width: 1500px;
  font-size: 76px;
  line-height: 1.14;
  font-weight: 300;
}
.dive-card h2 strong { font-weight: 700; }
.dive-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.55fr 1.05fr;
  gap: 55px;
}
.dive-unavailable {
  grid-column: 1 / -1;
  min-height: 1420px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 42px;
  color: var(--ink);
  text-align: center;
}
.dive-unavailable h3 {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}
.dive-unavailable p {
  margin: 0;
  max-width: 1220px;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;
}
.dive-section {
  min-height: 1570px;
  display: grid;
  grid-template-rows: 1fr auto;
  border-right: 4px solid #eee;
  padding: 0 52px 0 0;
}
.dive-section:last-child { border-right: 0; padding-right: 0; }
.dive-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 35px;
  min-height: 1235px;
}
.dive-section:nth-child(2) .dive-bars { gap: 22px; }
.dive-bar-wrap {
  display: grid;
  grid-template-rows: 104px auto 96px;
  align-items: end;
  justify-items: center;
  gap: 22px;
}
.dive-value {
  position: relative;
  z-index: 4;
  font-family: var(--font-sans);
  font-size: 100px;
  line-height: .9;
  font-weight: 100;
  /* Kept: the flats track this numeral at -3% (Figma v6). */
  letter-spacing: -.025em;
  /* The wrap is a flex item that shrinks to the 130px bar width in the 4-bar
     race column, which breaks the <sup>% onto a second line without this. */
  white-space: nowrap;
}
.dive-value sup {
  display: inline-block;
  margin-left: 4px;
  font-size: .42em;
  font-weight: 300;
  line-height: 1;
  vertical-align: top;
  transform: translateY(4px);
}
.dive-bar {
  position: relative;
  z-index: 1;
  width: 130px;
  height: var(--bar-h);
  min-height: 100px;
  overflow: hidden;
  transform-origin: bottom center;
}
.modal.is-dive-entering .dive-bar {
  animation: diveBarGrow 1.72s cubic-bezier(.12,.78,.18,1) both;
}
.modal.is-dive-entering .dive-section:nth-child(1) .dive-bar-wrap:nth-child(2) .dive-bar { animation-delay: .08s; }
.modal.is-dive-entering .dive-section:nth-child(2) .dive-bar-wrap:nth-child(2) .dive-bar { animation-delay: .06s; }
.modal.is-dive-entering .dive-section:nth-child(2) .dive-bar-wrap:nth-child(3) .dive-bar { animation-delay: .12s; }
.modal.is-dive-entering .dive-section:nth-child(2) .dive-bar-wrap:nth-child(4) .dive-bar { animation-delay: .18s; }
.modal.is-dive-entering .dive-section:nth-child(3) .dive-bar-wrap:nth-child(2) .dive-bar { animation-delay: .08s; }
.dive-bar-layers {
  position: absolute;
  inset: 0;
}
.dive-bar-layer {
  position: absolute;
  left: -68px;
  top: var(--layer-top);
  width: 264px;
  height: calc(100% - var(--layer-top));
  overflow: visible;
  animation: barTopRipple 6.4s linear infinite;
}
.dive-bar-layer path { transform: translateZ(0); }
.dive-bar-layer:nth-child(2) { animation-delay: -.7s; }
.dive-bar-layer:nth-child(3) { animation-delay: -1.4s; }
.dive-bar-layer:nth-child(4) { animation-delay: -2.1s; }
.dive-bar-layer:nth-child(5) { animation-delay: -2.8s; }
.dive-bar-layer:nth-child(6) { animation-delay: -3.5s; }
@keyframes barTopRipple {
  0% { transform: translateX(calc(var(--phase, 0px) - 44px)); }
  33.333% { transform: translateX(calc(var(--phase, 0px) - 14.667px)); }
  66.666% { transform: translateX(calc(var(--phase, 0px) + 14.667px)); }
  100% { transform: translateX(calc(var(--phase, 0px) - 44px)); }
}
@keyframes diveBarGrow {
  0% {
    opacity: 0;
    transform: scaleY(.001);
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.dive-label {
  height: 100px;
  display: grid;
  place-items: start center;
  color: var(--ink);
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}
.dive-section h3 {
  margin: 120px 0 0;
  text-align: center;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.references-card {
  padding: 140px 245px 0;
}
.references-card h2 {
  margin: 0 0 80px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}
.references-card h3 {
  margin: 38px 0 10px;
  font-size: 26px;
  font-weight: 900;
}
.references-card ol {
  margin: 0;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}
.privacy-copy a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.references-card footer {
  margin: 90px -245px 0;
  padding: 52px 65px;
  display: flex;
  align-items: center;
  gap: 48px;
  background: #eee;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
.references-card img { width: 180px; }
.references-card footer span { display: block; }

.toast {
  position: absolute;
  left: 50%;
  bottom: 420px;
  transform: translateX(-50%);
  padding: 22px 36px;
  background: var(--dark);
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  z-index: 50;
}
