:root {
  --ink: #08142c;
  --muted: #586174;
  --paper: #fff9ec;
  --paper-2: #fff1d9;
  --white: #ffffff;
  --coral: #f4553f;
  --coral-dark: #d03724;
  --yellow: #ffc63d;
  --blue: #1596ee;
  --line: #d9dce3;
  --green: #068a65;
  --shadow: 6px 7px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 78px; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; font-size: 20px; }
.brand img { border-radius: 8px; border: 2px solid var(--ink); }
.site-header nav, footer nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a { font-size: 14px; font-weight: 750; text-decoration: none; }
.site-header nav a:hover, footer a:hover, .text-link:hover { color: var(--coral-dark); }
.site-header .nav-cta { border: 2px solid var(--ink); padding: 9px 14px; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); }

.hero { min-height: 720px; padding: 112px max(24px, calc((100vw - 1180px) / 2)) 54px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); align-items: center; gap: 52px; position: relative; overflow: hidden; background: var(--paper); border-bottom: 3px solid var(--ink); }
.hero::before { content: ""; position: absolute; right: -10vw; top: -18vw; width: 62vw; height: 69vw; background: var(--coral); transform: rotate(7deg); border: 3px solid var(--ink); }
.hero::after { content: ""; position: absolute; left: 27%; bottom: 61px; width: 150px; height: 14px; background: var(--yellow); transform: rotate(-3deg); }
.hero-copy { position: relative; z-index: 3; max-width: 540px; }
.eyebrow { margin: 0 0 12px; color: var(--coral-dark); font-size: 13px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 4px; font-size: clamp(64px, 7vw, 104px); line-height: .9; font-weight: 1000; letter-spacing: 0; }
.hero-line { max-width: 540px; margin: 24px 0 18px; font-size: clamp(30px, 3.8vw, 50px); line-height: 1.02; font-weight: 650; }
.hero-line strong { font-weight: 950; }
.hero-detail { max-width: 530px; font-size: 18px; color: #2d374a; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 2px solid var(--ink); border-radius: 4px; padding: 11px 18px; font-weight: 850; cursor: pointer; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--coral); color: var(--ink); }
.button-light { background: white; color: var(--ink); }
.text-link { font-weight: 850; text-underline-offset: 4px; }
.microcopy { margin-top: 18px; font-size: 13px; color: var(--muted); }
.hero-product { position: relative; z-index: 2; min-width: 0; max-width: 100%; width: min(720px, 52vw); justify-self: end; border: 3px solid var(--ink); border-radius: 8px; background: white; box-shadow: 10px 12px 0 var(--ink); transform: rotate(1.5deg); overflow: visible; }
.hero-product > img:not(.hero-mascot) { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; object-position: top left; border-radius: 0 0 5px 5px; }
.hero-window-bar, .demo-browser-bar { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; background: var(--paper-2); border-bottom: 2px solid var(--ink); font-size: 12px; }
.hero-window-bar > span, .demo-browser-bar > span { display: flex; gap: 5px; }
.hero-window-bar i, .demo-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); border: 1px solid var(--ink); }
.hero-window-bar i:nth-child(2), .demo-browser-bar i:nth-child(2) { background: var(--yellow); }
.hero-window-bar i:nth-child(3), .demo-browser-bar i:nth-child(3) { background: #5ccf9b; }
.hero-window-bar strong, .demo-browser-bar strong { text-align: center; }
.hero-window-bar small, .demo-browser-bar small { justify-self: end; color: var(--muted); }
.hero-mascot { position: absolute; width: 155px; height: 155px; object-fit: contain; right: -54px; bottom: -66px; transform: rotate(7deg); filter: drop-shadow(5px 6px 0 var(--ink)); }
.zap { position: absolute; background: var(--yellow); border: 2px solid var(--ink); padding: 8px 12px; font-size: 13px; font-weight: 1000; box-shadow: 3px 3px 0 var(--ink); }
.zap-one { top: -24px; right: 80px; transform: rotate(-6deg); }

.proof-strip { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px max(24px, calc((100vw - 1180px) / 2)); gap: 0; }
.proof-strip div { display: grid; grid-template-columns: 34px 1fr; padding: 6px 22px; border-left: 1px solid #43506a; }
.proof-strip div:first-child { border-left: 0; padding-left: 0; }
.proof-strip span { grid-row: span 2; color: var(--yellow); font-weight: 950; }
.proof-strip strong { font-size: 15px; }
.proof-strip small { color: #bfc7d7; margin-top: 3px; }

.loop-band, .product-band, .principles, .evidence-band { padding: 110px max(24px, calc((100vw - 1180px) / 2)); }
.loop-band { background: var(--paper); }
.product-band { background: #fff; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 5.5vw, 74px); line-height: .98; font-weight: 950; }
.section-heading > p:last-child { margin: 0; max-width: 520px; font-size: 18px; color: var(--muted); }

.loop-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.loop-steps li { min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 28px 22px; border-left: 1px solid var(--ink); }
.loop-steps li:first-child { border-left: 0; padding-left: 0; }
.loop-steps li > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); font-weight: 950; transform: rotate(-3deg); }
.loop-steps li:nth-child(even) > span { background: var(--coral); transform: rotate(3deg); }
.loop-steps strong { display: block; margin: 3px 0 6px; font-size: 20px; }
.loop-steps p { margin: 0; color: var(--muted); font-size: 14px; }

.product-demo { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 20px; align-items: start; }
.demo-tabs { display: grid; gap: 8px; position: sticky; top: 20px; }
.demo-tabs button { min-height: 74px; text-align: left; padding: 14px 16px; border: 2px solid transparent; border-radius: 5px; color: var(--ink); background: var(--paper); cursor: pointer; font-weight: 900; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.demo-tabs button:hover { transform: translateX(3px); border-color: var(--ink); }
.demo-tabs button[aria-pressed="true"] { background: var(--yellow); border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.demo-tabs small { display: block; margin-top: 3px; color: var(--muted); font-weight: 600; }
.demo-stage { overflow: hidden; border: 3px solid var(--ink); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.demo-browser-bar { background: var(--paper-2); }
.demo-viewport { overflow: hidden; aspect-ratio: 16 / 9; background: #edf0f2; }
.demo-viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: opacity .18s ease; }
.demo-stage > p { margin: 0; min-height: 52px; padding: 14px 18px; color: #374155; border-top: 1px solid var(--line); font-size: 14px; }

.evidence-band { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 64px; background: var(--ink); color: white; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.evidence-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 68px); line-height: 1; font-weight: 950; }
.evidence-copy > p:not(.eyebrow) { color: #cbd2df; max-width: 560px; }
.evidence-copy .eyebrow { color: var(--yellow); }
.evidence-copy .text-link { display: inline-block; margin-top: 25px; color: var(--yellow); }
.evidence-status { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid #526078; border-bottom: 1px solid #526078; }
.evidence-status div { padding: 16px 13px; border-left: 1px solid #526078; }
.evidence-status div:first-child { border-left: 0; padding-left: 0; }
.evidence-status strong, .evidence-status span { display: block; }
.evidence-status strong { color: white; font-size: 17px; }
.evidence-status span { margin-top: 4px; color: #aeb8ca; font-size: 11px; }
.study-visual { position: relative; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; display: grid; grid-template-rows: auto auto auto 1fr auto; color: var(--ink); background: var(--paper); border: 3px solid white; border-radius: 7px; box-shadow: 10px 12px 0 var(--coral); transform: rotate(1deg); }
.study-topline { min-height: 40px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: var(--yellow); border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 950; }
.study-topline strong { padding: 4px 7px; color: white; background: var(--ink); font-size: 10px; }
.study-heading { padding: 16px 18px 12px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.study-heading small, .study-heading strong { display: block; }
.study-heading small { color: var(--coral-dark); font-size: 10px; font-weight: 900; }
.study-heading strong { margin-top: 2px; font-size: clamp(24px, 2.7vw, 38px); line-height: 1; }
.study-heading > span { max-width: 145px; color: var(--muted); font-size: 12px; font-weight: 750; text-align: right; }
.study-days { display: grid; grid-template-columns: repeat(14, minmax(0, 1fr)); gap: 4px; padding: 0 18px 14px; }
.study-days i { min-width: 0; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #c7ccd5; color: #7c8798; background: white; font-size: 9px; font-style: normal; font-weight: 850; }
.study-days i.complete { color: var(--ink); background: var(--coral); border: 2px solid var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.study-ledger { min-height: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.study-ledger div { min-width: 0; padding: 12px 16px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); background: white; }
.study-ledger div:nth-child(odd) { border-left: 0; }
.study-ledger div:nth-child(-n+2) { border-top: 0; }
.study-ledger span, .study-ledger strong { display: block; }
.study-ledger span { color: var(--coral-dark); font-size: 10px; font-weight: 950; text-transform: uppercase; }
.study-ledger strong { margin-top: 3px; font-size: 12px; }
.study-footer { min-height: 48px; padding: 0 84px 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: var(--ink); }
.study-footer span { color: var(--yellow); font-size: 9px; font-weight: 950; }
.study-footer strong { font-size: 12px; }
.study-visual > img { position: absolute; right: 9px; bottom: 7px; width: 61px; height: 61px; border: 2px solid white; border-radius: 8px; transform: rotate(5deg); }

.principles { background: var(--paper); border-top: 2px solid var(--ink); }
.section-heading.compact { display: block; margin-bottom: 50px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 38px; }
.principle-grid article { border-top: 4px solid var(--ink); padding-top: 22px; }
.principle-grid article:nth-child(2) { border-color: var(--coral); }
.principle-grid article:nth-child(3) { border-color: var(--blue); }
.principle-grid span { font-size: 30px; color: var(--coral); }
.principle-grid h3 { margin: 17px 0 8px; font-size: 23px; }
.principle-grid p { color: var(--muted); }
.scope-note { margin: 56px 0 0; max-width: 780px; padding-left: 16px; border-left: 3px solid var(--yellow); color: var(--muted); font-size: 14px; }

.waitlist { padding: 88px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: var(--coral); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.waitlist h2 { font-size: clamp(40px, 5vw, 68px); line-height: 1; font-weight: 950; margin-bottom: 20px; }
.waitlist .eyebrow { color: var(--ink); }
.waitlist > div p:last-child { max-width: 570px; }
#waitlist-form { border: 3px solid var(--ink); border-radius: 8px; padding: 26px; background: var(--paper); box-shadow: var(--shadow); }
#waitlist-form > label:first-child { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 850; }
.form-line { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-line input { min-width: 0; height: 52px; padding: 0 14px; border: 2px solid var(--ink); border-radius: 4px; background: white; }
.form-line input:focus { outline: 3px solid var(--yellow); outline-offset: 1px; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; color: var(--muted); font-size: 12px; }
.consent-row input { margin-top: 3px; accent-color: var(--coral); }
.form-status { margin: 12px 0 0; min-height: 20px; font-size: 13px; font-weight: 750; }
.form-status.error { color: #a12117; }
.form-status.success { color: var(--green); }
.trap { position: absolute !important; left: -9999px !important; }

footer { padding: 38px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; background: var(--ink); color: white; }
footer p { margin: 0; color: #bfc7d7; font-size: 13px; text-align: center; }
footer nav { gap: 15px; flex-wrap: wrap; justify-content: flex-end; }
footer nav a, .link-button { color: #dce2ee; font-size: 12px; background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-brand img { border-color: white; }

.cookie-banner { position: fixed; left: 18px; bottom: 18px; z-index: 50; width: min(680px, calc(100% - 36px)); padding: 12px 14px; display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; background: white; border: 2px solid var(--ink); border-radius: 7px; box-shadow: 5px 6px 0 rgba(8,20,44,.9); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-banner .button { min-height: 40px; padding: 7px 11px; font-size: 12px; }
.cookie-banner > a { font-size: 12px; font-weight: 750; }

.legal-page { background: #fff; }
.legal-header { position: static; height: 76px; }
.legal-main { width: min(820px, calc(100% - 40px)); margin: 40px auto 100px; }
.legal-main .eyebrow { margin-top: 50px; }
.legal-main h1 { font-size: clamp(46px, 8vw, 82px); margin: 20px 0; }
.legal-main h2 { margin-top: 42px; font-size: 25px; }
.legal-main h3 { margin-top: 28px; font-size: 19px; }
.legal-main p, .legal-main li { color: #364052; }
.legal-main li { margin-bottom: 8px; }
.legal-meta { padding: 14px 16px; border-left: 3px solid var(--coral); background: var(--paper); }
.legal-main table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-main th, .legal-main td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }

@media (max-width: 1050px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; padding-bottom: 82px; }
  .hero::before { width: 94vw; height: 70vw; top: auto; bottom: -24vw; right: -24vw; }
  .hero-copy { max-width: 690px; }
  .hero-product { width: min(760px, 91vw); justify-self: start; margin-top: 38px; }
  .hero-mascot { width: 125px; height: 125px; right: -28px; bottom: -49px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(3) { border-left: 0; padding-left: 0; }
  .section-heading, .waitlist, .evidence-band { grid-template-columns: 1fr; gap: 36px; }
  .section-heading > p:last-child { margin-top: 20px; }
  .loop-steps { grid-template-columns: repeat(2, 1fr); }
  .loop-steps li:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--ink); }
  .loop-steps li:nth-child(4) { border-top: 1px solid var(--ink); }
  .product-demo { grid-template-columns: 1fr; }
  .demo-tabs { position: static; grid-template-columns: repeat(4, 1fr); }
  .demo-tabs button { min-height: 64px; }
  .demo-tabs small { display: none; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .evidence-copy { max-width: 720px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .site-header { width: calc(100% - 28px); height: 66px; }
  .site-header .brand { font-size: 17px; }
  .site-header .brand img { width: 38px; height: 38px; }
  .site-header .nav-cta { padding: 7px 10px; }
  .hero { padding: 104px 18px 62px; }
  .hero::before { display: none; }
  .hero::after { left: auto; right: -20px; bottom: 145px; width: 120px; height: 12px; }
  h1 { font-size: 64px; }
  .hero-line { font-size: 36px; }
  .hero-detail { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-product { width: calc(100vw - 42px); margin-top: 32px; justify-self: start; box-shadow: 6px 7px 0 var(--ink); transform: none; }
  .hero-window-bar, .demo-browser-bar { grid-template-columns: auto 1fr; }
  .hero-window-bar strong, .demo-browser-bar strong { text-align: right; }
  .hero-window-bar small, .demo-browser-bar small { display: none; }
  .hero-mascot { width: 92px; height: 92px; right: -10px; bottom: -40px; }
  .zap { display: none; }
  .proof-strip { padding-left: 20px; padding-right: 20px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:nth-child(3), .proof-strip div:first-child { border-left: 0; border-top: 1px solid #43506a; padding: 17px 0; }
  .proof-strip div:first-child { border-top: 0; }
  .loop-band, .product-band, .principles, .evidence-band { padding: 76px 20px; }
  .section-heading h2 { font-size: 44px; }
  .loop-steps { grid-template-columns: 1fr; }
  .loop-steps li, .loop-steps li:first-child, .loop-steps li:nth-child(3) { border-left: 0; border-top: 1px solid var(--ink); padding: 21px 0; }
  .loop-steps li:first-child { border-top: 0; }
  .demo-tabs { display: flex; overflow-x: auto; padding: 2px 2px 8px; }
  .demo-tabs button { min-width: max-content; min-height: 44px; padding: 9px 12px; }
  .demo-stage { box-shadow: 4px 5px 0 var(--ink); }
  .demo-stage > p { min-height: 72px; }
  .evidence-status { grid-template-columns: 1fr; }
  .evidence-status div, .evidence-status div:first-child { border-left: 0; border-top: 1px solid #526078; padding: 13px 0; }
  .evidence-status div:first-child { border-top: 0; }
  .principle-grid { grid-template-columns: 1fr; gap: 28px; }
  .study-visual { transform: none; }
  .study-topline { min-height: 30px; padding: 0 9px; font-size: 8px; }
  .study-topline strong { font-size: 8px; }
  .study-heading { padding: 8px 10px 7px; }
  .study-heading small { font-size: 7px; }
  .study-heading strong { font-size: 20px; }
  .study-heading > span { font-size: 8px; }
  .study-days { gap: 2px; padding: 0 10px 8px; }
  .study-days i { font-size: 6px; }
  .study-ledger div { padding: 5px 8px; }
  .study-ledger span { font-size: 7px; }
  .study-ledger strong { margin-top: 1px; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .study-footer { min-height: 33px; padding: 0 48px 0 9px; gap: 8px; }
  .study-footer span { font-size: 6px; }
  .study-footer strong { font-size: 8px; }
  .study-visual > img { right: 5px; bottom: 4px; width: 38px; height: 38px; }
  .waitlist { padding: 72px 20px; }
  .form-line { grid-template-columns: 1fr; }
  #waitlist-form { padding: 18px; }
  .cookie-banner { left: 10px; bottom: 10px; width: calc(100% - 20px); grid-template-columns: 1fr auto; }
  .cookie-banner > div:first-child { grid-column: 1 / -1; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .hero-copy { animation: hero-copy-in .68s cubic-bezier(.2,.75,.25,1) both; }
  .motion-ready .hero-product { animation: hero-product-in .78s .1s cubic-bezier(.2,.75,.25,1) both; }
  .motion-ready .proof-strip > div { animation: strip-in .48s cubic-bezier(.2,.75,.25,1) both; }
  .motion-ready .proof-strip > div:nth-child(1) { animation-delay: .2s; }
  .motion-ready .proof-strip > div:nth-child(2) { animation-delay: .28s; }
  .motion-ready .proof-strip > div:nth-child(3) { animation-delay: .36s; }
  .motion-ready .proof-strip > div:nth-child(4) { animation-delay: .44s; }
  .motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .52s ease, transform .6s cubic-bezier(.2,.75,.25,1); transition-delay: calc(var(--reveal-order, 0) * 55ms); }
  .motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .hero-mascot { animation: mascot-nudge 4s ease-in-out infinite; }
  .zap { animation: label-pop 3.6s ease-in-out infinite; }
  .demo-tabs button[aria-pressed="true"] { animation: tab-settle .24s ease-out; }
  @keyframes hero-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes hero-product-in { from { opacity: 0; transform: translate(34px, 18px) rotate(3deg); } to { opacity: 1; transform: translate(0, 0) rotate(1.5deg); } }
  @keyframes strip-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes mascot-nudge { 0%, 100% { transform: rotate(7deg) translateY(0); } 50% { transform: rotate(4deg) translateY(-8px); } }
  @keyframes label-pop { 0%, 86%, 100% { transform: rotate(-6deg) scale(1); } 91% { transform: rotate(-4deg) scale(1.05); } }
  @keyframes tab-settle { from { transform: translateX(-3px); } to { transform: translateX(0); } }
}

@media (max-width: 600px) and (prefers-reduced-motion: no-preference) {
  .motion-ready .hero-product { animation-name: hero-product-in-mobile; }
  @keyframes hero-product-in-mobile { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
