:root {
  color-scheme: light;
  --ink: #102d25;
  --ink-soft: #2b433c;
  --muted: #657b74;
  --green: #3fa47e;
  --green-dark: #0b7554;
  --mint: #dff4ea;
  --mint-light: #f1faf6;
  --yellow: #f4bb45;
  --yellow-light: #fff0c9;
  --coral: #ec6875;
  --coral-light: #fbe3e7;
  --blue: #747fe1;
  --blue-light: #e8ecff;
  --surface: #ffffff;
  --line: #d8e4df;
  --page: #f8fbf9;
  --wide: 1400px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.skip-link {
  left: 16px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.skip-link:focus {
  background: var(--ink);
  color: var(--surface);
  padding: 12px 16px;
  top: 16px;
}

.site-header {
  align-items: center;
  background: rgba(223, 244, 234, 0.92);
  border-bottom: 1px solid rgba(16, 45, 37, 0.1);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - var(--wide)) / 2));
  position: sticky;
  top: 0;
  transition: background-color 180ms ease, box-shadow 180ms ease;
  z-index: 30;
}

.site-header.is-scrolled {
  background: rgba(248, 251, 249, 0.96);
  box-shadow: 0 8px 24px rgba(16, 45, 37, 0.08);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  gap: 10px;
}

.brand img {
  border-radius: 8px;
  height: 38px;
  width: 38px;
}

.main-nav {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 750;
  gap: 30px;
}

.main-nav a,
.footer-links a,
.text-action {
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.text-action:hover,
.text-action:focus-visible {
  color: var(--green-dark);
}

.nav-contact {
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 9px 14px;
}

.wide-shell,
.section-shell {
  margin: 0 auto;
  max-width: var(--wide);
  padding-left: 32px;
  padding-right: 32px;
}

.section-shell {
  max-width: var(--content);
}

.eyebrow,
.scene-index {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero {
  background: var(--mint);
  border-bottom: 1px solid rgba(16, 45, 37, 0.12);
  min-height: calc(92svh - 72px);
  overflow: hidden;
  position: relative;
}

.hero-copy-block {
  max-width: var(--wide);
  min-height: calc(92svh - 72px);
  padding: 86px max(32px, calc((100% - var(--wide)) / 2)) 112px;
  position: relative;
  z-index: 3;
}

.hero-copy-block h1 {
  font-size: 126px;
  font-weight: 900;
  line-height: 0.86;
  margin-bottom: 40px;
  max-width: 1040px;
}

.hero-eyebrow {
  animation: hero-copy-in 650ms ease-out both;
}

.hero-line {
  animation: hero-copy-in 700ms 90ms ease-out both;
  font-size: 50px;
  font-weight: 820;
  line-height: 1.05;
  margin-bottom: 22px;
  max-width: 620px;
}

.hero-copy {
  animation: hero-copy-in 700ms 150ms ease-out both;
  color: var(--ink-soft);
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 480px;
}

.hero-actions {
  align-items: center;
  animation: hero-copy-in 700ms 210ms ease-out both;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 22px;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 10px 24px rgba(16, 45, 37, 0.16);
  transform: translateY(-2px);
}

.button-primary,
.button-dark {
  background: var(--ink);
  color: var(--surface);
}

.text-action {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 850;
  padding-bottom: 2px;
}

.hero-visual {
  animation: hero-visual-in 900ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  bottom: 0;
  height: 100%;
  max-width: 780px;
  position: absolute;
  right: max(8px, calc((100% - var(--wide)) / 2));
  top: 0;
  width: 52vw;
  z-index: 1;
}

.hero-mascot {
  animation: mascot-float 3.8s 1.1s ease-in-out infinite alternate;
  bottom: -4%;
  max-height: 94%;
  object-fit: contain;
  position: absolute;
  right: -2%;
  width: 690px;
  z-index: 2;
}

.hero-rail {
  height: 74px;
  position: absolute;
  right: -4%;
  transform: rotate(-8deg);
  width: 74%;
}

.hero-rail-coral {
  background: var(--coral);
  bottom: 25%;
}

.hero-rail-yellow {
  background: var(--yellow);
  bottom: 13%;
  right: -12%;
  width: 58%;
}

.hero-status {
  align-items: center;
  bottom: 28px;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 22px;
  left: max(32px, calc((100% - var(--wide)) / 2));
  position: absolute;
  z-index: 4;
}

.hero-status span,
.floating-label {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.status-dot {
  border-radius: 3px;
  display: inline-block;
  height: 11px;
  width: 11px;
}

.status-good {
  background: var(--green);
}

.status-care {
  background: var(--yellow);
}

.status-lift {
  background: var(--coral);
}

.ticker {
  background: var(--ink);
  color: var(--surface);
  height: 84px;
  overflow: hidden;
}

.ticker-track {
  align-items: center;
  animation: ticker-move 22s linear infinite;
  display: flex;
  height: 100%;
  will-change: transform;
  width: max-content;
}

.ticker-group {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 34px;
  justify-content: space-around;
  min-width: 100vw;
  padding-right: 34px;
}

.ticker-group span {
  font-size: 28px;
  font-weight: 900;
}

.ticker-group i {
  background: var(--yellow);
  border-radius: 3px;
  display: block;
  height: 12px;
  width: 12px;
}

.statement {
  background: var(--surface);
  padding: 170px 0 180px;
}

.statement h2 {
  font-size: 104px;
  font-weight: 880;
  line-height: 0.98;
  margin-bottom: 44px;
  max-width: 1200px;
}

.statement-copy {
  color: var(--muted);
  font-size: 22px;
  margin: 0 0 0 auto;
  max-width: 560px;
}

.product-scene {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
  min-height: 980px;
  padding: 120px max(32px, calc((100% - var(--wide)) / 2));
}

.posture-scene {
  background: var(--blue-light);
}

.scene-copy {
  max-width: 680px;
}

.scene-copy h2,
.widget-intro h2,
.steps-heading h2,
.medical-copy h2 {
  font-size: 78px;
  font-weight: 870;
  line-height: 0.98;
  margin-bottom: 34px;
}

.scene-copy > p,
.widget-intro > p,
.medical-copy p,
.privacy-words > p {
  color: var(--ink-soft);
  font-size: 19px;
  max-width: 570px;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.signal {
  border-radius: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  padding: 10px 14px;
}

.signal-green {
  background: #bde8d5;
}

.signal-yellow {
  background: #ffe2a0;
}

.signal-coral {
  background: #f7bdc4;
}

.scene-media {
  justify-self: center;
  max-width: 560px;
  position: relative;
  width: 100%;
}

.phone-shot {
  background: var(--surface);
  border: 8px solid var(--surface);
  border-radius: 8px;
  box-shadow: 0 38px 80px rgba(57, 64, 117, 0.22);
  margin: 0 auto;
  max-width: 470px;
  overflow: hidden;
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 180ms ease;
}

.floating-label {
  animation: label-float 2.8s ease-in-out infinite alternate;
  background: var(--surface);
  border: 1px solid rgba(16, 45, 37, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(44, 54, 92, 0.16);
  font-size: 14px;
  font-weight: 850;
  padding: 14px 18px;
  position: absolute;
}

.floating-label-top {
  right: -28px;
  top: 17%;
}

.floating-label-bottom {
  animation-delay: 500ms;
  bottom: 19%;
  left: -34px;
}

.state-gallery {
  background: var(--surface);
  padding-top: 150px;
}

.state-heading {
  margin: 0 auto;
  max-width: var(--wide);
  padding: 0 32px 90px;
}

.state-heading h2 {
  font-size: 82px;
  font-weight: 880;
  line-height: 0.98;
  margin-bottom: 0;
  max-width: 980px;
}

.state-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  min-height: 660px;
  overflow: hidden;
  padding: 34px 28px 42px;
}

.state-panel + .state-panel {
  border-left: 1px solid rgba(16, 45, 37, 0.12);
}

.state-panel-good {
  background: var(--mint);
}

.state-panel-care {
  background: var(--yellow-light);
}

.state-panel-lift {
  background: var(--coral-light);
}

.state-label {
  align-items: center;
  align-self: flex-start;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 9px;
}

.state-panel img {
  height: 390px;
  object-fit: contain;
  width: min(100%, 420px);
}

.state-panel-good img {
  height: 330px;
}

.state-panel h3 {
  align-self: flex-start;
  font-size: 35px;
  line-height: 1.05;
  margin-bottom: 0;
}

.lift-arrow {
  align-items: center;
  background: var(--coral);
  border-radius: 50%;
  color: var(--surface);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.widget-scene {
  background: var(--ink);
  color: var(--surface);
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.72fr);
}

.widget-intro {
  max-width: 700px;
}

.widget-intro .scene-index {
  color: #80ddb8;
}

.widget-intro > p {
  color: #c8d8d2;
}

.widget-media {
  justify-self: center;
  max-width: 520px;
  position: relative;
  width: 100%;
}

.widget-screen {
  border: 8px solid var(--surface);
  border-radius: 8px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36);
  margin: 0 auto;
  max-width: 450px;
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 180ms ease;
}

.widget-chip {
  align-items: center;
  animation: widget-chip-float 3.4s ease-in-out infinite alternate;
  background: var(--mint-light);
  border: 1px solid rgba(16, 45, 37, 0.12);
  border-radius: 8px;
  bottom: 18%;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 74px minmax(90px, 1fr) 40px;
  left: -90px;
  padding: 12px 14px;
  position: absolute;
  width: 292px;
}

.widget-chip img {
  height: 64px;
  object-fit: contain;
  width: 74px;
}

.widget-chip strong,
.widget-chip span {
  display: block;
}

.widget-chip strong {
  color: var(--green-dark);
  font-size: 20px;
}

.widget-chip span {
  color: var(--muted);
  font-size: 12px;
}

.widget-chip button {
  background: #d4e2dc;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  height: 40px;
  width: 40px;
}

.steps-band {
  background: var(--surface);
  padding: 150px 0;
}

.steps-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: 230px minmax(0, 1fr);
}

.steps-heading .eyebrow {
  padding-top: 14px;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
}

.steps-list article {
  border-top: 2px solid var(--ink);
  min-height: 300px;
  padding: 24px 34px 0 0;
}

.steps-list article + article {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}

.steps-list article > span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.steps-list h3 {
  font-size: 34px;
  margin: 70px 0 14px;
}

.steps-list p {
  color: var(--muted);
  font-size: 16px;
  max-width: 320px;
}

.privacy-band {
  align-items: center;
  background: var(--yellow-light);
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) 420px;
  min-height: 880px;
  padding: 130px max(32px, calc((100% - var(--wide)) / 2));
}

.privacy-words h2 {
  font-size: 96px;
  font-weight: 900;
  line-height: 0.98;
  margin-bottom: 40px;
}

.privacy-words h2 span {
  display: block;
}

.privacy-words h2 span:nth-child(2) {
  color: var(--green-dark);
}

.privacy-words h2 span:nth-child(3) {
  color: var(--coral);
}

.privacy-words > p {
  margin-bottom: 34px;
}

.privacy-mascot {
  animation: mascot-float 3.8s ease-in-out infinite alternate;
  justify-self: center;
  width: 410px;
}

.medical-note {
  align-items: start;
  background: var(--coral-light);
  display: grid;
  gap: 100px;
  grid-template-columns: 320px minmax(0, 1fr);
  padding: 130px max(32px, calc((100% - var(--wide)) / 2));
}

.medical-label {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 12px;
  padding-top: 12px;
}

.medical-label span {
  align-items: center;
  background: var(--coral);
  border-radius: 50%;
  color: var(--surface);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.medical-copy {
  max-width: 920px;
}

.contact-band {
  align-items: end;
  background: var(--mint);
  display: flex;
  gap: 60px;
  justify-content: space-between;
  padding: 130px max(32px, calc((100% - var(--wide)) / 2));
}

.contact-copy h2 {
  font-size: 104px;
  line-height: 0.9;
  margin-bottom: 0;
}

.contact-email {
  align-items: center;
  border-bottom: 2px solid var(--ink);
  display: flex;
  font-size: 27px;
  font-weight: 820;
  gap: 34px;
  padding-bottom: 8px;
}

.site-footer {
  background: var(--ink);
  color: var(--surface);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  padding: 64px max(24px, calc((100% - var(--wide)) / 2));
}

.footer-brand img {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer > p {
  color: #bfd0c9;
  font-size: 13px;
  grid-column: 1;
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  font-size: 13px;
  font-weight: 750;
  gap: 24px;
  grid-column: 2;
  grid-row: 1;
}

.copyright {
  opacity: 0.72;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Legal pages */
.legal-page {
  background: var(--surface);
}

.legal-page .site-header {
  background: rgba(248, 251, 249, 0.96);
}

.legal-hero {
  background: var(--mint);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 110px 0 120px;
  position: relative;
}

.legal-hero::after {
  background: url("assets/privacy-turtle.png") center / contain no-repeat;
  bottom: -34px;
  content: "";
  height: 270px;
  position: absolute;
  right: max(24px, calc((100% - var(--content)) / 2));
  width: 330px;
}

.legal-hero h1 {
  font-size: 72px;
  line-height: 0.98;
  margin-bottom: 26px;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.legal-hero p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 0;
  max-width: 630px;
  position: relative;
  z-index: 1;
}

.legal-layout {
  display: grid;
  gap: 70px;
  grid-template-columns: 230px minmax(0, 760px);
  padding-bottom: 110px;
  padding-top: 80px;
}

.legal-nav {
  align-self: start;
  display: grid;
  gap: 12px;
  position: sticky;
  top: 104px;
}

.legal-nav strong {
  font-size: 13px;
  margin-bottom: 8px;
}

.legal-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  color: var(--green-dark);
}

.legal-content {
  min-width: 0;
}

.legal-content section {
  border-bottom: 1px solid var(--line);
  padding: 0 0 44px;
}

.legal-content section + section {
  padding-top: 44px;
}

.legal-content h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.legal-content h3 {
  font-size: 19px;
  margin: 28px 0 10px;
}

.legal-content p,
.legal-content li {
  color: #425c54;
  font-size: 15px;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.legal-meta {
  background: var(--blue-light);
  border-left: 4px solid var(--blue);
  border-radius: 0 8px 8px 0;
  margin-bottom: 44px;
  padding: 20px 22px;
}

.legal-meta p {
  margin-bottom: 4px;
}

.legal-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.legal-table {
  border-collapse: collapse;
  min-width: 640px;
  width: 100%;
}

.legal-table th,
.legal-table td {
  border-bottom: 1px solid var(--line);
  color: #425c54;
  font-size: 13px;
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: var(--ink);
  font-weight: 850;
}

.legal-callout {
  background: var(--yellow-light);
  border-left: 4px solid var(--yellow);
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-visual-in {
  from {
    opacity: 0;
    transform: translateX(80px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes mascot-float {
  from {
    transform: translateY(0) rotate(-1deg);
  }
  to {
    transform: translateY(-14px) rotate(1deg);
  }
}

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

@keyframes label-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

@keyframes widget-chip-float {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(8px) translateY(-10px);
  }
}

@media (max-width: 1120px) {
  .hero-copy-block h1 {
    font-size: 110px;
  }

  .hero-line {
    font-size: 44px;
  }

  .hero-mascot {
    width: 570px;
  }

  .statement h2 {
    font-size: 78px;
  }

  .state-heading h2 {
    font-size: 64px;
  }

  .state-panel {
    min-height: 570px;
  }

  .state-panel img {
    height: 320px;
  }

  .state-panel-good img {
    height: 280px;
  }

  .product-scene {
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  }

  .scene-copy h2,
  .widget-intro h2,
  .steps-heading h2,
  .medical-copy h2 {
    font-size: 60px;
  }

  .privacy-words h2 {
    font-size: 72px;
  }

  .contact-copy h2 {
    font-size: 78px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-optional {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy-block {
    min-height: 760px;
    padding: 62px 24px 104px;
  }

  .hero-copy-block h1 {
    font-size: 78px;
    margin-bottom: 30px;
  }

  .hero-line {
    font-size: 38px;
  }

  .hero-copy {
    font-size: 16px;
    max-width: 390px;
  }

  .hero-visual {
    height: 58%;
    right: -24px;
    top: auto;
    width: 55%;
  }

  .hero-mascot {
    width: 430px;
  }

  .hero-status {
    left: 24px;
  }

  .statement {
    padding: 110px 0 120px;
  }

  .statement h2 {
    font-size: 58px;
  }

  .statement-copy {
    font-size: 18px;
    margin-left: 0;
  }

  .product-scene,
  .widget-scene {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 110px;
    padding-top: 110px;
  }

  .scene-copy,
  .widget-intro {
    max-width: 640px;
  }

  .scene-media,
  .widget-media {
    margin-top: 20px;
    max-width: 520px;
  }

  .steps-heading {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .state-gallery {
    padding-top: 110px;
  }

  .state-heading {
    padding-bottom: 70px;
  }

  .state-panels {
    grid-template-columns: 1fr;
  }

  .state-panel {
    min-height: 600px;
  }

  .state-panel + .state-panel {
    border-left: 0;
    border-top: 1px solid rgba(16, 45, 37, 0.12);
  }

  .state-panel img,
  .state-panel-good img {
    height: 390px;
  }

  .steps-list {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .steps-list article {
    min-height: 220px;
  }

  .steps-list article + article {
    border-left: 0;
    padding-left: 0;
  }

  .steps-list h3 {
    margin-top: 42px;
  }

  .privacy-band {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .privacy-mascot {
    justify-self: start;
    width: 330px;
  }

  .medical-note {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    display: none;
  }

  .legal-hero::after {
    opacity: 0.42;
    right: 10px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand img {
    height: 34px;
    width: 34px;
  }

  .brand span {
    font-size: 16px;
  }

  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .nav-contact {
    display: none;
  }

  .wide-shell,
  .section-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-copy-block {
    min-height: 720px;
    padding: 48px 18px 98px;
  }

  .hero-copy-block h1 {
    font-size: 58px;
    line-height: 0.92;
    margin-bottom: 24px;
  }

  .hero-line {
    font-size: 31px;
  }

  .hero-copy {
    font-size: 15px;
    max-width: 330px;
  }

  .hero-actions {
    gap: 16px;
  }

  .button {
    min-height: 48px;
  }

  .hero-visual {
    height: 43%;
    right: -8px;
    width: 68%;
  }

  .hero-mascot {
    width: 320px;
  }

  .hero-rail {
    height: 42px;
  }

  .hero-status {
    bottom: 18px;
    font-size: 11px;
    gap: 12px;
    left: 18px;
  }

  .status-dot {
    height: 9px;
    width: 9px;
  }

  .ticker {
    height: 68px;
  }

  .ticker-group {
    gap: 24px;
    padding-right: 24px;
  }

  .ticker-group span {
    font-size: 21px;
  }

  .ticker-group i {
    height: 9px;
    width: 9px;
  }

  .statement {
    padding: 90px 0 96px;
  }

  .statement h2 {
    font-size: 44px;
    margin-bottom: 30px;
  }

  .state-gallery {
    padding-top: 90px;
  }

  .state-heading {
    padding: 0 18px 56px;
  }

  .state-heading h2 {
    font-size: 44px;
  }

  .state-panel {
    min-height: 520px;
    padding: 28px 18px 34px;
  }

  .state-panel img,
  .state-panel-good img {
    height: 340px;
  }

  .state-panel h3 {
    font-size: 30px;
  }

  .statement-copy {
    font-size: 17px;
  }

  .product-scene,
  .widget-scene {
    gap: 46px;
    padding: 84px 18px;
  }

  .scene-copy h2,
  .widget-intro h2,
  .steps-heading h2,
  .medical-copy h2 {
    font-size: 45px;
    margin-bottom: 26px;
  }

  .scene-copy > p,
  .widget-intro > p,
  .medical-copy p,
  .privacy-words > p {
    font-size: 16px;
  }

  .scene-media,
  .widget-media {
    max-width: 390px;
  }

  .phone-shot,
  .widget-screen {
    max-width: 320px;
  }

  .floating-label {
    font-size: 12px;
    padding: 11px 13px;
  }

  .floating-label-top {
    right: 0;
  }

  .floating-label-bottom {
    left: 0;
  }

  .widget-chip {
    bottom: 13%;
    grid-template-columns: 58px minmax(78px, 1fr) 36px;
    left: 0;
    width: 238px;
  }

  .widget-chip img {
    height: 50px;
    width: 58px;
  }

  .widget-chip strong {
    font-size: 17px;
  }

  .widget-chip button {
    height: 36px;
    width: 36px;
  }

  .steps-band,
  .privacy-band,
  .medical-note,
  .contact-band {
    padding: 90px 18px;
  }

  .steps-list {
    margin-top: 56px;
  }

  .privacy-band {
    gap: 54px;
  }

  .privacy-words h2 {
    font-size: 50px;
    margin-bottom: 28px;
  }

  .privacy-mascot {
    justify-self: center;
    width: 270px;
  }

  .contact-copy h2 {
    font-size: 62px;
  }

  .contact-email {
    font-size: 21px;
    gap: 18px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .legal-hero {
    padding: 76px 0 84px;
  }

  .legal-hero::after {
    display: none;
  }

  .legal-hero h1 {
    font-size: 48px;
  }

  .legal-layout {
    padding-bottom: 76px;
    padding-top: 52px;
  }

  .legal-content h2 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
