@font-face {
  font-family: Barlow;
  src: url("/assets/BarlowCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
:root {
  --ink: #14231c;
  --mint: #bce4cf;
  --lime: #e6ff57;
  --blue: #264ee8;
  --coral: #fa735c;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: white;
  letter-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input {
  font: inherit;
}
a:focus-visible,
summary:focus-visible,
input:focus-visible + span {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
.match-strip,
.closing > p {
  font-family: Barlow, Impact, sans-serif;
  font-weight: 800;
}
h2 {
  font-size: 58px;
  line-height: 1.02;
  margin-bottom: 22px;
}
h3 {
  font-size: 22px;
}
small {
  line-height: 1.5;
}
.sr-only,
.skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip:focus {
  display: block;
  padding: 12px;
  background: var(--lime);
}
.nav {
  height: 88px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 2px solid var(--ink);
}
.wordmark {
  font-weight: 800;
  font-size: 25px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span {
  font-weight: 400;
}
.wordmark b {
  color: var(--blue);
  margin-left: 6px;
  font-size: 33px;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}
.nav nav a {
  text-decoration: none;
}
.nav nav a:hover {
  text-decoration: underline;
}
.nav-cta {
  border: 1.5px solid var(--ink);
  padding: 12px 18px;
  border-radius: 4px;
}
.hero {
  position: relative;
  min-height: 620px;
  max-height: 760px;
  height: calc(100svh - 158px);
  background: var(--mint) url("/assets/match-day-v3.webp") center center/cover
    no-repeat;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  padding: 52px 0 30px 5%;
  max-width: 570px;
  z-index: 1;
}
.eyebrow {
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 22px;
  line-height: 1.5;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
  margin-right: 7px;
}
h1 {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 24px;
}
.hero-line {
  font-family: Barlow, Impact, sans-serif;
  font-weight: 800;
  display: block;
  font-size: 76px;
  margin-top: 12px;
  line-height: 0.98;
}
.hero h1 { margin-bottom: 0; }
.hero .hero-line { margin-bottom: 24px; }
.hero-description {
  font-size: 17px;
  max-width: 410px;
  margin-bottom: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 52px;
  padding: 15px 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 var(--coral);
}
.ink {
  background: var(--ink);
  color: white;
}
.button span {
  font-size: 22px;
}
.hero-note {
  font-size: 12px;
  margin: 14px 0 0;
}
.scene-note {
  position: absolute;
  right: 5%;
  bottom: 26px;
  transform: rotate(-5deg);
  background: var(--lime);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 15px 22px;
  font:
    800 23px/1.1 Barlow,
    Impact,
    sans-serif;
}
.scene-note span {
  color: #8e2620;
}
.match-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  background: var(--lime);
  border-block: 2px solid var(--ink);
  padding: 19px 4%;
  font-size: 28px;
}
.match-strip b {
  font-family: Arial;
  font-size: 28px;
}
.section {
  padding: 88px max(5%, calc((100% - 1220px) / 2));
  border-bottom: 1.5px solid var(--ink);
}
.intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.section-heading > p:not(.eyebrow) {
  max-width: 460px;
  font-size: 16px;
  margin-bottom: 0;
}
.edit-preview {
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: 8px 8px 0 var(--mint);
  padding: 24px;
  background: white;
}
.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.preview-heading h3 {
  margin: 0;
}
.label {
  font-size: 10px;
  font-weight: 800;
}
.preview-caption {
  font-size: 12px;
  color: #5b655f;
  margin: 12px 0 20px;
}
.moment {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  padding: 20px 0;
  border-top: 1px solid #cdd8d1;
}
.moment time {
  font: 12px/1.8 monospace;
  color: #56635a;
}
.moment p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.kept {
  grid-column: 2;
  font-size: 9px;
  font-weight: 800;
  color: #326d44;
  margin-top: 6px;
}
.moment fieldset {
  grid-column: 2;
  display: flex;
  gap: 0;
  justify-self: start;
  border: 1px solid var(--ink);
  border-radius: 4px;
  margin: 12px 0 0;
  padding: 3px;
}
.moment label {
  position: relative;
  cursor: pointer;
}
.moment input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.moment label span {
  display: block;
  min-width: 76px;
  text-align: center;
  padding: 9px 14px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
}
.moment input:checked + span {
  background: var(--ink);
  color: white;
}
#sample-result {
  font-size: 12px;
  display: block;
  margin-top: 7px;
  color: #56635a;
  min-height: 32px;
}
.muted #sample-line {
  text-decoration: line-through;
  color: #6b756e;
}
.muted {
  background: #f0f7f2;
}
.preview-footer {
  border-top: 1px solid #cdd8d1;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
}
.timeline {
  height: 16px;
  background: #dce9e1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1;
}
.timeline i {
  width: 6px;
  height: 16px;
  background: var(--ink);
}
.timeline i:nth-child(2) {
  background: var(--coral);
}
.timeline i.edited {
  height: 4px;
}
.workflow {
  background: #f4f7f5;
}
.workflow .section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}
.workflow .eyebrow {
  grid-column: 1/-1;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.steps li {
  border-top: 2px solid var(--ink);
  padding-top: 20px;
}
.step-number {
  font:
    800 52px/1 Barlow,
    Impact,
    sans-serif;
  color: var(--blue);
}
.steps h3 {
  margin: 20px 0 10px;
}
.steps p {
  font-size: 15px;
  margin-bottom: 14px;
}
.steps small {
  font-size: 11px;
  font-weight: 700;
  border-bottom: 2px solid var(--coral);
  padding-bottom: 5px;
}
.pricing {
  background: var(--blue);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.pricing .pricing-small {
  font-size: 13px !important;
  margin-top: 22px;
  opacity: 0.88;
}
.price-principle {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 26px 0;
}
.equation {
  display: flex;
  align-items: center;
  gap: 16px;
  font:
    800 34px/1.1 Barlow,
    Impact,
    sans-serif;
  margin: 24px 0;
}
.equation b {
  color: var(--lime);
  font: 34px Arial;
}
.price-principle p {
  font-size: 14px;
}
.price-principle hr {
  border: 0;
  border-top: 1px solid #8097f8;
  margin: 22px 0;
}
.price-principle > a {
  font-size: 12px;
  font-weight: 700;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.answers details {
  border-top: 1px solid #adbcb1;
  padding: 21px 0;
}
.answers details:last-child {
  border-bottom: 1px solid #adbcb1;
}
summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 16px;
}
.answers p {
  font-size: 14px;
  margin: 18px 0 0;
  color: #4b5c50;
}
.closing {
  text-align: center;
  padding: 65px 24px;
  background: var(--lime);
  border-bottom: 2px solid var(--ink);
}
.closing > p {
  font-size: 52px;
  line-height: 1.05;
  margin-bottom: 28px;
}
.closing > p span {
  color: #426347;
}
.closing small {
  display: block;
  margin-top: 18px;
  font-size: 12px;
}
footer {
  padding: 32px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
footer p,
footer > a:not(.wordmark),
footer > span {
  font-size: 12px;
  margin: 0;
}
@media (min-width: 1600px) {
  .hero-copy {
    margin-left: 5%;
    padding-left: 0;
    max-width: 550px;
  }
  .hero {
    background-position: center 58%;
  }
}
@media (max-width: 1000px) {
  .intro,
  .pricing,
  .faq {
    gap: 32px;
  }
  .hero-copy {
    max-width: 490px;
  }
  h1 {
    font-size: 54px;
  }
  .hero-line {
    font-size: 66px;
  }
  .hero-description {
    max-width: 350px;
  }
  .section {
    padding: 65px 5%;
  }
  .edit-preview {
    padding: 20px;
  }
  h2 {
    font-size: 48px;
  }
  .equation {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .nav {
    height: auto;
    min-height: 106px;
    padding: 14px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .wordmark {
    font-size: 22px;
  }
  .nav nav {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
    font-size: 12px;
  }
  .nav-cta {
    padding: 8px 12px;
  }
  .hero {
    height: 690px;
    min-height: 0;
    max-height: none;
    background-size: auto 355px;
    background-position: right bottom;
  }
  .hero-copy {
    padding: 27px 22px 0;
    max-width: 100%;
  }
  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }
  h1 {
    font-size: 45px;
    margin-bottom: 16px;
  }
  .hero-line {
    font-size: 52px;
    margin-top: 8px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 310px;
    margin-bottom: 18px;
  }
  .hero-note {
    font-size: 11px;
    margin-top: 10px;
  }
  .button {
    padding: 12px 17px;
    min-height: 48px;
    font-size: 12px;
  }
  .scene-note {
    bottom: 18px;
    right: 20px;
    font-size: 16px;
    padding: 10px 14px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .match-strip {
    font-size: 16px;
    gap: 9px;
    padding: 15px 10px;
  }
  .match-strip b {
    font-size: 17px;
  }
  .section {
    padding: 52px 22px;
  }
  .intro,
  .pricing,
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  h2 {
    font-size: 44px;
  }
  .section-heading > p:not(.eyebrow) {
    font-size: 15px;
  }
  .workflow .section-heading {
    display: block;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 30px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 18px;
  }
  .step-number {
    grid-row: 1/4;
    font-size: 43px;
  }
  .steps h3 {
    margin: 0 0 8px;
    font-size: 20px;
  }
  .steps p,
  .steps small {
    grid-column: 2;
  }
  .steps small {
    justify-self: start;
  }
  .edit-preview {
    padding: 18px 14px;
    box-shadow: 5px 5px 0 var(--mint);
  }
  .preview-heading h3 {
    font-size: 20px;
  }
  .preview-heading {
    gap: 8px;
  }
  .moment {
    column-gap: 8px;
    grid-template-columns: 40px 1fr;
  }
  .moment p {
    font-size: 14px;
  }
  .preview-footer {
    font-size: 10px;
    gap: 12px;
  }
  .equation {
    font-size: 30px;
  }
  .closing {
    padding: 48px 22px;
  }
  .closing > p {
    font-size: 36px;
  }
  footer {
    padding: 28px 22px;
    gap: 18px;
  }
  footer p {
    width: 100%;
  }
}
@media (max-width: 370px) {
  h1 {
    font-size: 39px;
  }
  .hero-line {
    font-size: 46px;
  }
  .match-strip {
    font-size: 14px;
  }
  .hero {
    height: 670px;
  }
  .equation {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .hero {
    height: calc(100svh - 166px);
    min-height: 620px;
    max-height: 730px;
    background-size: auto 310px;
  }
  .hero-line {
    font-size: 44px;
  }
  .hero-description {
    max-width: 320px;
  }
  .hero-note {
    display: none;
  }
}
@media (max-width: 370px) {
  .hero-line {
    font-size: 40px;
  }
  .hero {
    min-height: 610px;
  }
}
a:focus-visible,
summary:focus-visible,
input:focus-visible + span {
  outline-color: var(--ink);
}
.pricing a:focus-visible {
  outline-color: white;
}
@media (max-width: 1000px) and (max-height: 740px) {
  .hero { height: calc(100svh - 170px); min-height: 0; background-size: auto 220px; }
  .hero-copy { padding-top: 16px; }
  .hero h1 { font-size: 36px; }
  .hero .hero-line { font-size: 36px; margin: 6px 0 12px; }
  .hero-description { font-size: 12px; margin-bottom: 12px; }
  .hero .eyebrow { margin-bottom: 8px; }
  .scene-note { font-size: 14px; padding: 8px 10px; }
}
@media (max-width: 1000px) and (max-height: 500px) {
  .hero { height: auto; min-height: 570px; }
}
@media (min-width: 560px) and (max-width: 1000px) and (max-height: 500px) {
  .nav { min-height: 64px; padding: 8px 20px; flex-wrap: nowrap; }
  .nav nav { width: auto; }
  .wordmark { font-size: 20px; }
  .hero { height: calc(100svh - 114px); min-height: 255px; background-size: auto 255px; }
  .hero-copy { max-width: 360px; padding: 14px 0 14px 22px; }
  .hero h1 { font-size: 28px; }
  .hero .hero-line { font-size: 30px; margin: 6px 0 10px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 6px; }
  .hero-description { font-size: 11px; max-width: 300px; margin-bottom: 10px; }
  .hero .button { min-height: 36px; padding: 8px 12px; font-size: 11px; }
  .scene-note { font-size: 12px; bottom: 14px; }
}
.comic { background: #f3f8f4; }
.comic-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 28px; }
.comic-heading h2 { margin-bottom: 0; }
.comic-heading .eyebrow { margin-bottom: 12px; }
.comic-replay { background: white; color: var(--ink); border: 2px solid var(--ink); border-radius: 4px; padding: 12px 18px; cursor: pointer; font-weight: 700; min-height: 44px; }
.comic-replay:hover { background: var(--lime); }
.comic-replay:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.comic-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; }
.comic-panel { min-width: 0; border: 2px solid var(--ink); background: white; overflow: hidden; }
.comic-speech { position: relative; z-index: 1; margin: 0; min-height: 98px; padding: 18px 16px; font: 800 25px/1.2 Barlow, Impact, sans-serif; text-align: center; background: var(--lime); border-bottom: 2px solid var(--ink); }
.comic-panel:nth-child(2) .comic-speech { background: #ffd6cd; }
.comic-panel:nth-child(3) .comic-speech { background: var(--mint); }
.comic-frame { aspect-ratio: 1; overflow: hidden; border-bottom: 2px solid var(--ink); }
.comic-art { width: 100%; height: 100%; background-image: url('/assets/sideline-story-v1.webp'); background-size: 300% 100%; background-repeat: no-repeat; }
.comic-caption { padding: 20px 16px; }
.comic-caption > span { font-size: 10px; font-weight: 800; color: #4b5c50; }
.comic-caption h3 { font-size: 21px; line-height: 1.2; margin: 12px 0 10px; }
.comic-caption p { font-size: 14px; margin: 0; }
.comic-footnote { font-size: 12px; margin: 22px 0 14px; }
.comic-next { font-weight: 700; font-size: 15px; }
@media (max-width: 760px) {
  .comic-strip { grid-template-columns: 1fr; gap: 26px; max-width: 480px; margin-inline: auto; }
  .comic-heading { align-items: flex-end; }
  .comic-heading h2 { font-size: 38px; }
  .comic-replay { padding: 10px 12px; font-size: 12px; }
}
@media (prefers-reduced-motion: no-preference) {
  .comic-panel.story-playing .comic-art { animation: story-camera 1400ms ease-in-out both; }
  .comic-panel.story-playing .comic-speech { animation: story-voice 650ms ease-out both; }
}
@keyframes story-camera {
  0%, 100% { transform: scale(1); }
  55% { transform: scale(1.035); }
}
@keyframes story-voice {
  0%, 100% { transform: translateY(0); }
  35% { transform: translateY(4px); }
  65% { transform: translateY(-2px); }
}
/* Interaction-led motion: no hidden content or moving hit targets. */
.button span,
.nav-cta span,
.step-number {
  display: inline-block;
  transition: transform 180ms ease-out;
}
.editable,
.moment label span {
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.timeline i {
  transition: height 220ms ease-out;
}
.edit-preview {
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out;
}
.edit-preview:focus-within {
  border-color: var(--blue);
  box-shadow: 8px 8px 0 var(--mint);
}
.button:focus-visible span,
.nav-cta:focus-visible span {
  transform: translateX(3px);
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hero:hover .scene-note {
    animation: caption-settle 600ms ease-out both;
  }
  .button:hover span,
  .nav-cta:hover span {
    transform: translateX(3px);
  }
  .steps li:hover .step-number {
    transform: rotate(-7deg) translateY(-3px);
  }
  .edit-preview:hover {
    border-color: var(--blue);
    box-shadow: 8px 8px 0 var(--lime);
  }
}
@keyframes caption-settle {
  0%, 100% { transform: rotate(-5deg); }
  35% { transform: rotate(-1deg) translateY(-5px); }
  65% { transform: rotate(-7deg) translateY(-2px); }
}
@media (prefers-reduced-motion: reduce) {
  .button:hover,
  .button:focus-visible span,
  .nav-cta:focus-visible span {
    transform: none;
  }
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
