:root {
  color-scheme: light;
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", system-ui, sans-serif;
  background: #fff8e8;
  color: #201d1b;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 20rem;
  margin: 0;
  background:
    radial-gradient(circle at 9% 8%, #ffdc72 0 0.45rem, transparent 0.5rem),
    radial-gradient(circle at 92% 22%, #75d7c7 0 0.5rem, transparent 0.55rem),
    #fff8e8;
}

a {
  color: inherit;
}

.wrap {
  width: min(68rem, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.25rem;
}

.wordmark {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.small-link {
  font-size: 0.9rem;
  font-weight: 750;
  text-underline-offset: 0.25rem;
}

.hero {
  min-height: 29rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(13rem, 0.8fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding-block: clamp(3rem, 9vw, 7rem);
}

.eyebrow,
.kicker {
  margin: 0 0 0.7rem;
  color: #725a2c;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 0.4rem;
  font-size: clamp(5rem, 18vw, 10.5rem);
  line-height: 0.84;
  letter-spacing: -0.09em;
}

.lede {
  max-width: 34rem;
  margin-bottom: 0;
  font-size: clamp(1.35rem, 3.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.diblet-face {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 18rem);
  justify-self: center;
  border: 0.22rem solid #201d1b;
  border-radius: 44% 52% 47% 53% / 51% 47% 53% 49%;
  background: #ff7c62;
  box-shadow: 0.75rem 0.85rem 0 #201d1b;
  transform: rotate(3deg);
}

.eye {
  position: absolute;
  top: 34%;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #201d1b;
}

.eye-left {
  left: 26%;
}

.eye-right {
  right: 26%;
}

.mouth {
  position: absolute;
  left: 37%;
  bottom: 27%;
  width: 26%;
  height: 12%;
  border: 0.24rem solid #201d1b;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.demo,
.steps {
  padding-block: clamp(3rem, 8vw, 6rem);
}

.section-heading {
  margin-bottom: 1.5rem;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.video-placeholder {
  aspect-ratio: 16 / 9;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1rem;
  border: 0.2rem solid #201d1b;
  border-radius: clamp(1.25rem, 4vw, 2.5rem);
  background: #75d7c7;
  box-shadow: 0.55rem 0.65rem 0 #201d1b;
  font-weight: 800;
  text-align: center;
}

.play-dot {
  width: 4rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding-left: 0.2rem;
  border: 0.18rem solid #201d1b;
  border-radius: 50%;
  background: #fff8e8;
  font-size: 1.25rem;
}

.step-card {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 2.5rem);
  padding-block: clamp(2.5rem, 7vw, 4.5rem);
  border-top: 0.18rem solid #201d1b;
}

.step-card:last-child {
  border-bottom: 0.18rem solid #201d1b;
}

.step-number {
  width: 3.8rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0;
  border: 0.16rem solid #201d1b;
  border-radius: 50%;
  background: #ffdc72;
  box-shadow: 0.22rem 0.28rem 0 #201d1b;
  font-size: 1.6rem;
  font-weight: 900;
}

.step-copy {
  max-width: 42rem;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.step-copy > p,
.flash-copy {
  font-size: 1.08rem;
  line-height: 1.6;
}

.spec-list,
.mini-steps {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.25rem;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.8rem 1.15rem;
  border: 0.16rem solid #201d1b;
  border-radius: 999px;
  background: #201d1b;
  color: #fff8e8;
  box-shadow: 0.22rem 0.28rem 0 #ff7c62;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translate(-0.08rem, -0.08rem);
  box-shadow: 0.32rem 0.38rem 0 #ff7c62;
}

.button-secondary {
  background: #fff8e8;
  color: #201d1b;
}

.button-disabled,
.button:disabled {
  border-color: #8e877a;
  background: #ddd6c7;
  color: #726c60;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.fine-print {
  margin: 1rem 0 0;
  color: #6c6255;
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 2rem 3rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.flash-main {
  min-height: calc(100vh - 7rem);
  display: grid;
  place-items: center;
  padding-block: 3rem 6rem;
}

.flash-panel {
  width: min(42rem, 100%);
  padding: clamp(1.5rem, 6vw, 3.5rem);
  border: 0.2rem solid #201d1b;
  border-radius: 2rem;
  background: #fffdf6;
  box-shadow: 0.6rem 0.7rem 0 #201d1b;
}

.flash-panel h1 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(3.4rem, 12vw, 6.3rem);
  line-height: 0.9;
}

.status-chip {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #ffdc72;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cable {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.75rem 0;
  color: #6c6255;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cable::before,
.cable::after {
  content: "";
  height: 0.16rem;
  flex: 1;
  background: repeating-linear-gradient(90deg, #201d1b 0 0.4rem, transparent 0.4rem 0.75rem);
}

.flash-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.compatibility {
  margin: 2rem 0 0;
  padding: 1rem;
  border-radius: 1rem;
  background: #eefaf6;
  font-size: 0.88rem;
  line-height: 1.5;
}

@media (max-width: 43rem) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .diblet-face {
    width: min(62vw, 15rem);
  }

  .step-card {
    grid-template-columns: 1fr;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

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

  .button {
    transition: none;
  }
}
