:root {
  --ink: #152017;
  --muted: #617064;
  --paper: #f5f2e9;
  --paper-2: #ebe6d8;
  --card: rgba(255, 253, 247, 0.78);
  --line: rgba(30, 55, 34, 0.16);
  --moss: #28583a;
  --moss-2: #153e28;
  --lime: #d4f56c;
  --coral: #ef7658;
  --blue: #4772ef;
  --shadow: 0 22px 70px rgba(49, 58, 37, 0.12);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Outfit", "DM Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 5% 0%, rgba(212, 245, 108, 0.32), transparent 32rem),
    radial-gradient(circle at 95% 8%, rgba(239, 118, 88, 0.16), transparent 30rem),
    var(--paper);
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1120px, calc(100vw - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; z-index: 100; background: white; padding: 10px 14px; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(30, 55, 34, 0.1);
  background: rgba(245, 242, 233, 0.84);
  backdrop-filter: blur(18px);
}
.nav-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: var(--moss);
}
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 14px; }
.nav-links a { text-decoration: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}
.button-primary { background: var(--moss); color: white; box-shadow: 0 10px 26px rgba(31, 76, 46, .19); }
.button-primary:hover { background: var(--moss-2); }
.button-secondary { background: var(--lime); color: var(--moss-2); border-color: rgba(39, 78, 44, .08); }
.button-quiet { background: transparent; border-color: var(--line); color: var(--moss); }
.button-danger { background: #fff1ed; border-color: rgba(175, 56, 30, .2); color: #8d2e1b; }
.button[disabled] { opacity: .48; cursor: not-allowed; }
.button:active { transform: translateY(1px) scale(.985); }

.hero { padding: clamp(64px, 11vw, 128px) 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--moss); font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(239, 118, 88, .14); }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 650; letter-spacing: -.035em; }
h1 { max-width: 13ch; margin: 0; font-size: clamp(3.35rem, 7.7vw, 6.6rem); line-height: .92; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; }
h3 { margin: 0 0 8px; font-size: 1.08rem; }
.hero-lede, .section-lede { color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.18rem); line-height: 1.75; }
.hero-lede { max-width: 640px; margin: 26px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.trust-line span::before { content: "✓"; color: var(--moss); margin-right: 6px; font-weight: 800; }

.composer-card { padding: 22px; border: 1px solid var(--line); border-radius: 30px; background: var(--card); box-shadow: var(--shadow); transform: rotate(1deg); }
.composer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.account-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--moss); color: white; }
.status { padding: 6px 9px; border-radius: 999px; background: #e6f3db; color: #2f632e; font-size: 11px; font-family: var(--mono); }
.preview { aspect-ratio: 9 / 10; display: grid; place-items: center; border-radius: 22px; color: white; background: linear-gradient(150deg, #193928, #4b7754 60%, #d7e397); overflow: hidden; position: relative; }
.preview::before { content: "your original video"; width: 130px; text-align: center; font-family: var(--serif); font-size: 1.9rem; line-height: 1; }
.preview::after { content: "00:22"; position: absolute; right: 14px; bottom: 12px; padding: 5px 8px; border-radius: 999px; background: rgba(0,0,0,.35); font: 11px var(--mono); }
.mock-controls { display: grid; gap: 10px; margin-top: 14px; }
.mock-row { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.48); color: var(--muted); font-size: 13px; }
.mock-row strong { color: var(--ink); }

.legal-strip { padding: 16px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.32); }
.legal-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 13px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px; }
.legal-links a { color: var(--moss); font-weight: 700; }

.section { padding: 86px 0; }
.section-head { max-width: 730px; margin-bottom: 34px; }
.section-lede { margin: 18px 0 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.card { padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.45); }
.card-number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 28px; border-radius: 50%; background: var(--lime); color: var(--moss-2); font: 700 12px var(--mono); }
.card p, .body-copy p, .body-copy li { color: var(--muted); line-height: 1.75; }
.feature-list { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 9px; }
.feature-list li { position: relative; padding-left: 22px; color: var(--muted); line-height: 1.55; }
.feature-list li::before { content: "↳"; position: absolute; left: 0; color: var(--coral); font-weight: 800; }
.callout { padding: 32px; border-radius: 30px; background: var(--moss); color: white; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.callout p { margin: 10px 0 0; color: rgba(255,255,255,.72); line-height: 1.65; }

.page-hero { padding: 84px 0 42px; }
.page-hero h1 { max-width: 16ch; font-size: clamp(3rem, 7vw, 5.5rem); }
.body-copy { max-width: 790px; padding-bottom: 80px; }
.body-copy h2 { margin: 44px 0 12px; font-size: 2rem; }
.body-copy h3 { margin-top: 24px; }
.body-copy ul { padding-left: 20px; }
.meta-note { color: var(--muted); font: 12px var(--mono); }

.price-card { display: grid; gap: 20px; }
.price { font: 650 3.7rem/1 var(--serif); }
.price small { color: var(--muted); font: 500 14px var(--sans); }
.badge { width: fit-content; padding: 6px 10px; border-radius: 999px; color: var(--moss); background: var(--lime); font: 700 11px var(--mono); text-transform: uppercase; letter-spacing: .07em; }

.support-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 22px; align-items: start; }
.form-card { display: grid; gap: 17px; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.6); }
.field { display: grid; gap: 7px; }
.field label { font-weight: 700; font-size: 13px; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.8);
  color: var(--ink);
  padding: 12px 13px;
}
.field textarea { min-height: 150px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-status { min-height: 22px; color: var(--muted); font-size: 13px; }
.form-status.success { color: #28642c; }
.form-status.error { color: #a43621; }

.site-footer { padding: 30px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px; }
.footer-links a { color: var(--ink); }

@media (max-width: 820px) {
  .nav-links > a:not(.button) { display: none; }
  .hero-grid, .support-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .composer-card { max-width: 540px; transform: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .callout, .legal-strip-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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

/* Product landing */
.home-page {
  overflow-x: hidden;
  font-family: var(--display);
  background:
    radial-gradient(circle at 76% 9%, rgba(212, 245, 108, .22), transparent 25rem),
    radial-gradient(circle at 8% 0%, rgba(40, 88, 58, .08), transparent 30rem),
    #f4f3ed;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

.home-page .wrap { width: min(1216px, calc(100vw - 44px)); }
.home-page h1,
.home-page h2,
.home-page h3 { font-family: var(--display); }
.home-page h1,
.home-page h2 { letter-spacing: -.052em; }
.home-page .site-nav { background: rgba(244, 243, 237, .87); }
.home-page .button { transition: transform .25s cubic-bezier(.16, 1, .3, 1), background-color .25s ease, border-color .25s ease; }
.home-page .button-arrow span { transition: transform .25s cubic-bezier(.16, 1, .3, 1); }
.home-page .button-arrow:hover span { transform: translateX(3px); }
.home-page .eyebrow { margin-bottom: 18px; font-weight: 600; }
.home-page .eyebrow::before { background: var(--lime); box-shadow: 0 0 0 5px rgba(78, 122, 57, .1); }

.product-hero { padding: clamp(70px, 8vw, 112px) 0 80px; }
.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(530px, 1.14fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}
.product-hero-copy { animation: home-rise .7s cubic-bezier(.16, 1, .3, 1) both; }
.product-hero h1 {
  max-width: 10.5ch;
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 5.45rem);
  font-weight: 650;
  line-height: .94;
}
.product-hero .hero-lede { max-width: 590px; margin: 26px 0; font-size: 1.09rem; line-height: 1.7; }

.agent-run {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 62, 40, .16);
  border-radius: 28px;
  color: #edf2ec;
  background: #1c2720;
  box-shadow: 0 34px 90px rgba(35, 48, 39, .2), inset 0 1px 0 rgba(255,255,255,.08);
  animation: home-rise .75s .12s cubic-bezier(.16, 1, .3, 1) both;
}
.agent-run::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 10%, rgba(212,245,108,.035) 45%, transparent 70%);
  transform: translateX(-80%);
  animation: run-scan 7s 1s ease-in-out infinite;
}
.agent-run-topbar {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(237,242,236,.62);
  font: 600 10px var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.18); }
.run-state { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: #d9f58d; }
.run-state i,
.agent-run-footer > span i,
.receipt-success i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(212,245,108,.1); animation: status-breathe 2.2s ease-in-out infinite; }

.agent-prompt { margin: 18px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.agent-label { color: #b9d178; font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .11em; }
.agent-prompt p { margin: 8px 0 0; color: rgba(247,249,245,.91); font-size: 14px; line-height: 1.55; }

.agent-composer { display: grid; grid-template-columns: 176px minmax(0, 1fr); gap: 18px; padding: 0 18px 18px; }
.agent-media { position: relative; height: 265px; overflow: hidden; border-radius: 18px; background: #dce2d9; }
.agent-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 14%; }
.agent-media::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(16,27,19,.64)); }
.media-badge { position: absolute; z-index: 1; left: 10px; bottom: 10px; padding: 6px 8px; border-radius: 999px; color: white; background: rgba(16, 28, 19, .7); backdrop-filter: blur(8px); font: 600 9px var(--mono); text-transform: uppercase; }

.agent-settings { display: grid; align-content: start; }
.creator-row { min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.09); }
.creator-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: #173722; background: var(--lime); font: 700 11px var(--mono); }
.creator-row div { display: grid; gap: 3px; }
.creator-row strong { font-size: 13px; }
.creator-row div span { color: rgba(237,242,236,.55); font-size: 11px; }
.connected-mark { color: #bcd578; font: 600 9px var(--mono); text-transform: uppercase; }
.setting-line { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(237,242,236,.52); font-size: 11px; }
.setting-line strong { color: rgba(247,249,245,.93); font-weight: 600; }

.run-checks { display: flex; gap: 7px; padding: 0 18px 16px; overflow: hidden; }
.run-checks span { position: relative; padding: 7px 9px 7px 22px; border-radius: 999px; white-space: nowrap; font: 600 9px var(--mono); }
.run-checks span::before { content: ""; position: absolute; left: 9px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; }
.check-done { color: rgba(237,242,236,.65); background: rgba(255,255,255,.05); }
.check-done::before { background: #91a18f; }
.check-current { color: #d9f58d; background: rgba(212,245,108,.1); }
.check-current::before { background: var(--lime); }

.agent-run-footer { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 18px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(10,17,12,.2); }
.agent-run-footer > span { display: inline-flex; align-items: center; gap: 9px; color: rgba(237,242,236,.67); font-size: 10px; }
.mini-publish { position: relative; z-index: 1; padding: 10px 13px; border-radius: 999px; color: #173722; background: var(--lime); text-decoration: none; font-size: 11px; font-weight: 700; transition: transform .25s cubic-bezier(.16,1,.3,1); }
.mini-publish:hover { transform: translateY(-2px); }

.product-section-head { max-width: 790px; }
.product-section-head h2,
.real-run-copy h2,
.publish-receipt h2 { font-weight: 600; }
.publish-modes { padding-top: 104px; }
.mode-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; align-items: stretch; }
.mode-panel { position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 27px; background: rgba(255,255,255,.47); box-shadow: 0 24px 60px rgba(52,66,52,.07); }
.mode-panel-agent { background: #e7ebdf; }
.mode-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; }
.mode-number { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--moss); color: white; font: 600 10px var(--mono); }
.mode-kicker { margin: 0 0 3px; color: var(--muted); font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.mode-heading h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.drop-demo { display: grid; gap: 14px; }
.file-token { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 14px; border: 1px dashed rgba(40,88,58,.3); border-radius: 18px; background: rgba(255,255,255,.7); }
.file-icon { width: 38px; height: 44px; border: 1px solid rgba(40,88,58,.22); border-radius: 8px; background: linear-gradient(145deg, #f5f7f0 60%, #dce8cc 61%); }
.file-token div { display: grid; gap: 4px; min-width: 0; }
.file-token strong { overflow: hidden; text-overflow: ellipsis; font-size: 13px; white-space: nowrap; }
.file-token div span { color: var(--muted); font-size: 11px; }
.file-ready { padding: 6px 8px; border-radius: 999px; color: var(--moss-2); background: var(--lime); font: 600 9px var(--mono); text-transform: uppercase; }
.control-preview { display: flex; flex-wrap: wrap; gap: 7px; }
.control-preview span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.46); font-size: 10px; }
.button-wide { width: 100%; }

.agent-terminal { overflow: hidden; border: 1px solid rgba(21,62,40,.18); border-radius: 18px; background: #17231b; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.terminal-bar { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(240,244,237,.54); font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.terminal-bar span:last-child { color: #d2ed89; }
.agent-terminal pre { min-height: 213px; margin: 0; padding: 17px; overflow-x: auto; color: #e7ede4; font: 500 11px/1.75 var(--mono); }
.terminal-result { display: grid; gap: 4px; padding: 13px 16px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(212,245,108,.07); }
.terminal-result span { color: #cde781; font: 600 9px var(--mono); text-transform: uppercase; }
.terminal-result strong { color: rgba(240,244,237,.72); font-size: 10px; font-weight: 500; }

.real-run-section { padding-block: 104px; background: #e7e9e0; border-block: 1px solid var(--line); }
.real-run-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr); gap: clamp(38px, 6vw, 74px); align-items: center; }
.review-video-shell { padding: 12px; border: 1px solid rgba(21,62,40,.2); border-radius: 25px; background: #f9faf5; box-shadow: 0 28px 80px rgba(38,54,42,.12); }
.review-video-heading { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 7px 0 10px; color: var(--muted); font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.review-video-shell video { width: 100%; display: block; aspect-ratio: 16 / 9; border-radius: 16px; background: #18221c; object-fit: cover; }
.real-run-copy h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 4.8vw, 4.4rem); }
.real-run-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.run-timeline { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.run-timeline li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 15px 0; border-top: 1px solid var(--line); }
.run-timeline li > span { color: var(--moss); font: 600 10px var(--mono); }
.run-timeline strong { font-size: 13px; }
.run-timeline p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.swingdraw-proof { padding-block: 116px; }
.swingdraw-proof-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
.swingdraw-gallery { min-height: 620px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: center; perspective: 1200px; }
.swing-shot { position: relative; margin: 0; padding: 8px 8px 34px; border: 1px solid var(--line); border-radius: 25px; background: #f9faf5; box-shadow: 0 26px 60px rgba(42,58,45,.12); transition: transform .4s cubic-bezier(.16,1,.3,1); }
.swing-shot:hover { transform: translateY(-8px) rotate(0); }
.swing-shot img { width: 100%; height: auto; display: block; aspect-ratio: 1242 / 2688; object-fit: cover; border-radius: 18px; }
.swing-shot figcaption { position: absolute; left: 15px; bottom: 11px; color: var(--muted); font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.swing-shot-one { transform: translateY(28px) rotate(-5deg); }
.swing-shot-two { z-index: 1; transform: translateY(-22px); }
.swing-shot-three { transform: translateY(38px) rotate(5deg); }
.publish-receipt h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.1rem); line-height: .98; }
.receipt-copy { margin: 20px 0 25px; color: var(--muted); line-height: 1.7; }
.receipt-table { border-top: 1px solid var(--line); }
.receipt-table > div { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 12px; }
.receipt-table span { color: var(--muted); }
.receipt-table strong { font-weight: 600; }
.receipt-success { display: inline-flex; align-items: center; gap: 8px; color: #2e653c; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--moss); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .25s cubic-bezier(.16,1,.3,1); }
.text-link:hover span { transform: translateX(3px); }

.product-callout { padding: 42px; border-radius: 28px; }
.product-callout > div:first-child { max-width: 780px; }
.product-callout h2 { max-width: 18ch; font-size: clamp(2.25rem, 4.8vw, 4.1rem); font-weight: 600; }
.callout-kicker { margin: 0 0 14px; color: #d9f58d !important; font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.callout-actions { display: grid; gap: 9px; min-width: 190px; }
.button-on-dark { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); }
.button-on-dark:hover { background: rgba(255,255,255,.12); }

@keyframes home-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes status-breathe {
  0%, 100% { opacity: .62; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.06); }
}
@keyframes run-scan {
  0%, 72%, 100% { transform: translateX(-90%); }
  88% { transform: translateX(100%); }
}

@media (max-width: 980px) {
  .product-hero-grid,
  .real-run-grid,
  .swingdraw-proof-grid { grid-template-columns: 1fr; }
  .product-hero-copy { max-width: 720px; }
  .product-hero h1 { max-width: 11ch; }
  .agent-run { max-width: 720px; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-panel-agent { width: min(620px, 100%); justify-self: end; }
  .real-run-copy { max-width: 690px; }
  .swingdraw-gallery { width: min(740px, 100%); min-height: 560px; }
  .publish-receipt { max-width: 700px; }
}

@media (max-width: 680px) {
  .home-page .wrap { width: min(100% - 32px, 1216px); }
  .product-hero { padding-top: 58px; }
  .product-hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .product-hero .hero-lede { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .agent-run-topbar { grid-template-columns: 1fr auto; }
  .agent-run-topbar > span:nth-child(2) { display: none; }
  .agent-composer { grid-template-columns: 124px 1fr; gap: 13px; }
  .agent-media { height: 236px; }
  .creator-row { grid-template-columns: auto 1fr; }
  .connected-mark { grid-column: 2; }
  .run-checks { overflow-x: auto; }
  .agent-run-footer { align-items: stretch; flex-direction: column; }
  .mini-publish { text-align: center; }
  .mode-panel { padding: 21px; }
  .file-token { grid-template-columns: auto 1fr; }
  .file-ready { grid-column: 2; width: fit-content; }
  .real-run-section,
  .swingdraw-proof { padding-block: 82px; }
  .review-video-shell { padding: 8px; border-radius: 20px; }
  .review-video-shell video { border-radius: 13px; }
  .swingdraw-gallery { min-height: 430px; gap: 7px; }
  .swing-shot { padding: 5px 5px 29px; border-radius: 18px; }
  .swing-shot img { border-radius: 13px; }
  .swing-shot figcaption { left: 9px; bottom: 9px; font-size: 7px; }
  .product-callout { padding: 28px; }
  .callout-actions { width: 100%; }
  .receipt-table > div { align-items: flex-start; padding: 13px 0; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-hero-copy,
  .agent-run,
  .run-state i,
  .agent-run-footer > span i,
  .receipt-success i,
  .agent-run::after { animation: none; }
  .swing-shot,
  .button,
  .mini-publish { transition: none; }
}
