@font-face { font-family: 'Anton'; src: url('./assets/anton-latin-400-normal.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('./assets/dm-sans.woff2') format('woff2'); font-weight: 100 1000; font-display: swap; }
@font-face { font-family: 'Bricolage Grotesque'; src: url('./assets/bricolage-grotesque.woff2') format('woff2'); font-weight: 200 800; font-display: swap; }

:root { font-family: 'DM Sans', sans-serif; color: #150c1d; background: #fffdf3; --paper: #fffdf3; --ink: #150c1d; --coral: #ff6549; --violet: #7953e6; --lilac: #e6dbff; --muted: #716d7e; --pad: clamp(24px, 4.2vw, 76px); font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; min-width: 0; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #4b26ac; outline-offset: 6px; }
input:focus-visible { outline: 3px solid #4b26ac; outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
.page-top { max-width: 1920px; margin-inline: auto; overflow: clip; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 18px; z-index: 20; background: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 108px; padding: 21px var(--pad); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 3; }
.wordmark { font-family: 'Bricolage Grotesque', sans-serif; font-size: 65px; font-weight: 800; letter-spacing: -.075em; line-height: 1; }
.site-header nav { display: flex; align-items: center; gap: 36px; }
.nav-link { font-size: 20px; font-weight: 650; padding: 14px 0; }
.nav-link:hover, .site-footer nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; min-height: 66px; padding: 17px 29px; align-items: center; justify-content: center; gap: 24px; background: var(--coral); color: var(--ink); border: 1px solid transparent; border-radius: 17px; font-size: 22px; font-weight: 650; line-height: 1.25; transition: background .18s, transform .18s; white-space: nowrap; }
.button:hover { background: #f75038; transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.site-header .button { font-size: 21px; min-height: 65px; }
.hero { position: relative; height: clamp(625px, 49.8vw, 835px); }
.hero-copy { position: relative; z-index: 2; padding: 64px 0 45px var(--pad); pointer-events: none; }
.hero-copy a, .hero-copy button { pointer-events: auto; }
.hero h1 { font-family: 'Anton', Impact, sans-serif; font-size: clamp(100px, 12.15vw, 194px); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; transform: scaleX(.75); transform-origin: left center; }
.hero h1 span { display: block; white-space: nowrap; width: max-content; }
.hero-description { margin-top: 15px; font-size: clamp(19px, 1.87vw, 29px); font-weight: 600; letter-spacing: -.045em; max-width: 735px; line-height: 1.35; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 32px; }
.hero-actions .button { min-height: 76px; padding-inline: 32px; font-size: 25px; gap: 25px; }
.play-link { display: inline-flex; align-items: center; gap: 18px; background: none; border: 0; padding: 5px 0; font-size: 25px; font-weight: 650; }
.play-ring { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border: 1.8px solid var(--ink); border-radius: 50%; transition: background .2s; }
.play-link:hover .play-ring { background: #e6dbff; }
.hero-status { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 16px; margin-top: 17px; }
.hero-art { position: absolute; z-index: 1; width: 63.3%; max-width: none; right: -4.6%; top: -10.4vw; pointer-events: none; }
.example-strip { position: relative; min-height: 367px; background: var(--violet); color: var(--paper); display: grid; grid-template-columns: 51% 49%; overflow: hidden; }
.strip-illustration { position: relative; min-height: 367px; }
.strip-illustration img { position: absolute; width: 81%; max-width: none; right: 6%; bottom: -60px; }
.strip-note { position: absolute; left: 10%; top: 65px; font-size: 24px; font-weight: 800; line-height: 1.15; letter-spacing: .03em; transform: rotate(-12deg); z-index: 1; }
.strip-content { padding: 61px var(--pad) 32px 3.2%; }
.eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; }
.strip-content > .eyebrow { margin-bottom: 15px; }
.answer-bubble { padding: 27px 34px 22px; background: var(--paper); color: var(--ink); border-radius: 27px 27px 27px 5px; min-height: 142px; position: relative; animation: message-in .3s ease-out; }
.answer-bubble p { font-size: 24px; line-height: 1.35; font-weight: 550; letter-spacing: -.035em; max-width: 440px; padding-right: 30px; }
.answer-bubble time { position: absolute; right: 25px; top: 22px; font-size: 13px; color: var(--muted); }
.message-signature { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--muted); margin-top: 13px; }
.example-selectors { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.example-selectors button { font-size: 12px; font-weight: 600; color: var(--paper); background: transparent; border: 1px solid #ffffff60; border-radius: 20px; padding: 8px 14px; transition: background .2s; }
.example-selectors button[aria-pressed='true'], .example-selectors button:hover { background: var(--paper); color: #5230a5; border-color: var(--paper); }
.example-selectors button:focus-visible { outline-color: var(--paper); }
.section-wrap { padding: 94px var(--pad); }
h2 { font-family: 'Anton', Impact, sans-serif; font-size: clamp(46px, 5.1vw, 74px); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.section-heading > .eyebrow, .rules-inner .eyebrow, .waitlist .eyebrow { margin-bottom: 25px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 0 7%; align-items: end; }
.section-heading > .eyebrow { grid-column: 1 / -1; }
.section-heading > p { font-size: 20px; line-height: 1.65; max-width: 550px; margin-bottom: 3px; }
.how { padding-top: 104px; padding-bottom: 68px; }
.how h2 { font-size: clamp(58px, 6vw, 88px); }
.steps { list-style: none; margin: 55px 0 38px; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.steps li:nth-child(2) { padding-top: 34px; }
.steps li:nth-child(3) { padding-top: 68px; }
.step-visual { height: clamp(290px, 27vw, 395px); position: relative; overflow: hidden; margin-bottom: 25px; }
.brief-visual { background: var(--lilac); }
.call-visual { background: #ffac7c; }
.answer-visual { background: #e9efac; }
.step-number { position: absolute; top: 14px; left: 20px; font-family: 'Anton', sans-serif; font-size: 82px; letter-spacing: -.03em; line-height: 1.1; }
.step-visual img { position: absolute; width: 85%; max-width: none; bottom: 24px; left: 13%; }
.call-visual img { width: 100%; left: 0; bottom: 0; }
.step-tag { position: absolute; bottom: 0; left: 0; width: 100%; padding: 12px 14px; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 700; text-align: center; letter-spacing: .11em; z-index: 1; }
.steps h3 { font-size: clamp(23px, 2.25vw, 33px); font-weight: 750; letter-spacing: -.045em; margin-bottom: 13px; line-height: 1.2; }
.steps > li > p { font-size: 17px; line-height: 1.65; max-width: 370px; }
.journey-answer { position: absolute; left: 9%; right: 8%; top: 31%; background: var(--paper); padding: 25px 24px 20px; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); transform: rotate(-4deg); }
.journey-answer > .eyebrow { display: flex; align-items: center; gap: 9px; font-size: 10px; margin-bottom: 19px; }
.journey-answer p { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(24px, 2.4vw, 36px); font-weight: 750; letter-spacing: -.045em; line-height: 1.1; margin-bottom: 9px; }
.journey-answer > span:not(.eyebrow) { font-size: 14px; display: block; max-width: 180px; line-height: 1.4; }
.answer-check { position: absolute; right: 13px; bottom: 13px; color: #5535a1; }
.journey-footer { border-top: 1px solid #cfc9c3; padding-top: 27px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.journey-footer .play-link { font-size: 20px; gap: 15px; }
.journey-footer .play-ring { width: 44px; height: 44px; }
.journey-footer > span { font-size: 12px; color: var(--muted); text-align: right; }
.text-button { background: none; border: none; padding: 6px 0; display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; font-size: 17px; font-weight: 650; text-decoration: underline; text-underline-offset: 5px; }
.text-button:hover { text-decoration-thickness: 2px; }
.your-rules { background: var(--ink); color: var(--paper); padding-top: 79px; padding-bottom: 37px; }
.rules-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4%; align-items: center; }
.rules-copy h2 { font-size: clamp(80px, 8vw, 122px); margin-bottom: 28px; line-height: 1.02; }
.rules-copy h2 em { color: #e9efac; font-style: normal; }
.rules-copy > p { font-size: 24px; line-height: 1.45; letter-spacing: -.025em; margin-bottom: 22px; max-width: 430px; }
.rules-copy > .rules-detail { font-size: 17px; color: #d3c9dd; line-height: 1.65; max-width: 365px; margin-bottom: 27px; }
.your-rules .text-button { color: var(--paper); }
.your-rules a:focus-visible { outline-color: #e9efac; }
.permission-scene { position: relative; height: 630px; }
.handback-art { position: absolute; bottom: -35px; left: 1%; width: 65%; max-width: none; pointer-events: none; }
.approval-note { position: relative; z-index: 1; background: var(--paper); color: var(--ink); width: 77%; margin-left: auto; padding: 26px 27px 22px; border: 2px solid var(--ink); box-shadow: 7px 7px 0 #9e85eb; }
.approval-note-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 21px; }
.approval-note-top .eyebrow { font-size: 10px; }
.approval-message { font-size: clamp(21px, 2.05vw, 30px); line-height: 1.3; letter-spacing: -.035em; font-weight: 600; }
.approval-actions { display: flex; gap: 9px; margin-top: 23px; }
.approval-actions button { min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); border-radius: 6px; padding: 10px 12px; font-size: 13px; font-weight: 650; background: var(--lilac); }
.approval-actions button:first-child { background: var(--ink); color: var(--paper); }
.approval-actions button:hover { background: var(--coral); color: var(--ink); }
.approval-caption { display: block; font-size: 10px; line-height: 1.5; margin-top: 18px; color: var(--muted); }
.approval-choice { margin-top: 23px; min-height: 43px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.approval-choice p { font-size: 14px; font-weight: 650; flex: 1; min-width: 160px; }
.approval-choice button { background: none; border: 0; text-decoration: underline; padding: 8px 0; font-size: 12px; }
.rules-principles { list-style: none; margin: 27px 0 0; padding: 27px 0 0; border-top: 1px solid #fffdf34a; display: flex; justify-content: space-between; gap: 24px; }
.rules-principles li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.rules-principles svg { color: #e9efac; }
.questions { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7%; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.questions-intro { position: relative; padding: 36px; background: #ffac7c; border: 2px solid var(--ink); box-shadow: -10px 10px 0 var(--lilac); }
.questions-intro > .eyebrow { margin-bottom: 23px; font-size: 10px; }
.questions-intro h2 { font-size: clamp(65px, 6vw, 89px); }
.questions-intro p { font-size: 19px; margin-top: 23px; line-height: 1.4; }
.questions-intro .text-button { margin-top: 26px; font-size: 14px; }
.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid #bcb6bd; }
summary { list-style: none; padding: 27px 0; font-size: 20px; font-weight: 650; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-number { align-self: flex-start; font-size: 12px; color: #7953a0; padding-top: 7px; font-weight: 750; }
summary > span:nth-child(2) { flex: 1; }
summary::-webkit-details-marker { display: none; }
summary svg { flex-shrink: 0; transition: transform .18s; }
details[open] summary svg { transform: rotate(180deg); }
details > p { padding: 0 35px 26px 36px; font-size: 17px; line-height: 1.65; color: #4c4553; }
.waitlist { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6%; background: #e9efac; padding-top: 81px; padding-bottom: 55px; align-items: start; }
.waitlist-copy h2 { font-size: clamp(61px, 6.4vw, 100px); line-height: 1.08; }
.waitlist-copy > p { font-size: 21px; line-height: 1.45; margin-top: 24px; }
.invitation-art { width: 101%; max-width: none; margin-top: 10px; margin-left: -6%; }
.beta-note { display: block; font-size: 13px; color: #56466c; margin-top: 12px; line-height: 1.5; }
.signup-area { width: 100%; align-self: center; background: var(--paper); border: 2px solid var(--ink); padding: 33px; box-shadow: 10px 10px 0 var(--ink); }
.signup-card-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 22px; margin-bottom: 28px; }
.signup-card-head > .eyebrow { margin: 0; font-size: 10px; }
.signup-area h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 750; font-size: 34px; line-height: 1.1; letter-spacing: -.045em; }
.form-note { color: #5a4b70; font-size: 12px; margin: 23px 0; line-height: 1.5; }
label { display: block; font-size: 16px; font-weight: 650; margin-bottom: 9px; }
input { border: 1px solid #9987b2; background: var(--paper); border-radius: 8px; min-height: 61px; width: 100%; padding: 15px 17px; color: var(--ink); margin-bottom: 20px; }
input::placeholder { color: #8d8397; }
.signup-area .button { width: 100%; justify-content: space-between; }
.form-footer { font-size: 13px; color: #56466c; margin-top: 18px; line-height: 1.7; }
.form-footer a { text-decoration: underline; display: inline-flex; align-items: center; gap: 3px; }
.signup-success > svg { margin-bottom: 20px; }
.signup-success h3 { font-size: 32px; font-weight: 750; letter-spacing: -.04em; margin-bottom: 15px; }
.signup-success p { font-size: 18px; line-height: 1.6; margin-bottom: 24px; }
.signup-success .text-button { font-size: 15px; margin-top: 16px; }
.site-footer { padding-top: 40px; padding-bottom: 24px; background: var(--lilac); }
.footer-top { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.site-footer .footer-wordmark { display: block; width: max-content; font-size: clamp(120px, 26.5vw, 490px); line-height: 1.12; margin: 15px 0 5px; letter-spacing: -.08em; }
.site-footer p { font-size: 19px; line-height: 1.35; font-weight: 600; letter-spacing: -.03em; }
.site-footer nav { display: flex; gap: 30px; font-size: 14px; }
.site-footer nav a { display: inline-flex; align-items: center; gap: 5px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #9385a5; padding-top: 20px; }
.footer-bottom > span { font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.site-footer small { font-size: 12px; color: #584969; }

.call-dialog { width: min(660px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 29px 35px 32px; background: var(--paper); color: var(--ink); border: 0; border-radius: 20px; box-shadow: 0 30px 100px #10062240; }
.call-dialog::backdrop { background: #1b0c2c9c; backdrop-filter: blur(5px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.icon-button { background: none; border: 0; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; }
.icon-button:hover { background: var(--lilac); }
.call-dialog h2 { font-size: 51px; margin-bottom: 28px; }
.demo-tabs { display: flex; gap: 9px; margin-bottom: 29px; }
.demo-tabs button { border: 1px solid #c8bfd0; border-radius: 22px; padding: 10px 16px; font-size: 14px; background: transparent; }
.demo-tabs button[aria-selected='true'] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.demo-progress { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0 0 24px; padding: 0; gap: 15px; }
.demo-progress li { border-top: 3px solid #ded7e6; padding-top: 12px; color: #776e80; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.demo-progress .is-active { border-color: #7953e6; color: var(--ink); }
.demo-progress li > span { display: grid; place-items: center; min-width: 21px; font-size: 11px; font-weight: 700; }
.demo-message { background: var(--lilac); border-radius: 13px; padding: 27px; min-height: 191px; animation: message-in .22s ease-out; }
.demo-message > .eyebrow { font-size: 10px; margin-bottom: 15px; }
.demo-message > p { font-size: 22px; line-height: 1.4; letter-spacing: -.025em; }
.demo-message .demo-introduction { font-size: 14px; margin-top: 17px; color: #68537f; }
.demo-bottom { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.demo-bottom > p { font-size: 12px; line-height: 1.5; color: var(--muted); max-width: 250px; }
.demo-bottom .button { font-size: 17px; min-height: 50px; padding: 12px 20px; border-radius: 12px; gap: 16px; }
@keyframes message-in { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) { .hero { height: 790px; } .hero-art { top: -154px; width: 1000px; right: 0; } .hero-copy { padding-top: 66px; } .hero-description { max-width: 850px; } }
@media (max-width: 1150px) and (min-width: 761px) { .site-header { height: 95px; } .wordmark { font-size: 52px; } .site-header .button { font-size: 17px; min-height: 56px; padding: 15px 20px; gap: 13px; } .site-header nav { gap: 25px; } .nav-link { font-size: 17px; } .hero { height: 585px; } .hero-copy { padding-top: 55px; } .hero-art { width: 67%; right: -7%; top: -40px; } .hero h1 { font-size: 11.7vw; } .hero-description { max-width: 48%; font-size: 21px; letter-spacing: -.025em; margin-top: 24px; } .hero-actions { gap: 23px; margin-top: 24px; } .hero-actions .button { font-size: 19px; padding: 17px 21px; min-height: 62px; gap: 15px; } .play-link { font-size: 19px; gap: 10px; } .play-ring { width: 45px; height: 45px; } .hero-status { font-size: 13px; } .strip-content { padding-top: 42px; } .answer-bubble { padding: 27px 23px 22px; } .answer-bubble p { font-size: 21px; } .strip-note { font-size: 21px; left: 8%; top: 50px; } .strip-illustration img { width: 86%; right: 0; bottom: -8px; } .steps { gap: 25px; } .steps h3 { font-size: 24px; } .rules-copy > p { font-size: 21px; } .site-footer { flex-wrap: wrap; } }
@media (max-width: 1150px) and (min-width: 761px) {
  .step-visual { height: 340px; }
  .journey-answer { top: 30%; padding: 20px; }
  .journey-answer > .eyebrow { margin-bottom: 14px; }
  .journey-answer p { font-size: 24px; }
  .journey-answer > span:not(.eyebrow) { font-size: 13px; }
  .answer-check { width: 27px; }
  .permission-scene { height: 580px; }
  .handback-art { width: 80%; left: -4%; }
  .approval-note { width: 90%; }
  .signup-area { padding: 25px; }
  .signup-area .button { font-size: 18px; padding-inline: 20px; gap: 14px; }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .steps { grid-template-columns: 1fr; gap: 35px; }
  .steps li:nth-child(n) { padding-top: 0; display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 30px; }
  .step-visual { grid-row: 1 / 3; margin-bottom: 0; }
  .steps h3 { align-self: end; font-size: 29px; }
  .steps > li > p { align-self: start; }
  .questions-intro { padding: 25px; }
  .questions-intro h2 { font-size: 58px; }
  .waitlist-copy h2 { font-size: 54px; }
}
@media (max-width: 760px) {
  :root { --pad: 23px; }
  .site-header { height: 85px; padding-block: 19px; }
  .wordmark { font-size: 40px; }
  .site-header nav { gap: 0; }
  .site-header .nav-link { display: none; }
  .site-header .button { min-height: 43px; padding: 11px 13px; gap: 9px; border-radius: 11px; font-size: 13px; }
  .site-header .button svg { width: 19px; height: 19px; }
  .hero { height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding: 26px var(--pad) 0; }
  .hero h1 { font-size: clamp(46px, 14.35vw, 97px); letter-spacing: -.03em; line-height: 1.12; transform: none; }
  .hero-description { margin-top: 23px; max-width: 430px; font-size: clamp(18px, 4.2vw, 22px); letter-spacing: -.025em; line-height: 1.45; }
  .hero-actions { margin-top: 25px; gap: 16px; flex-wrap: wrap; }
  .hero-actions .button { min-height: 57px; font-size: 16px; padding: 15px; gap: 10px; border-radius: 12px; }
  .hero-actions .button svg { width: 22px; }
  .play-link { font-size: 16px; gap: 9px; }
  .play-ring { width: 39px; height: 39px; }
  .play-ring svg { width: 17px; }
  .hero-status { font-size: 12px; margin-top: 15px; }
  .hero-art { position: relative; width: 105%; max-width: none; align-self: flex-end; top: auto; right: -9%; margin-top: 12px; margin-bottom: -9px; order: 2; }
  .example-strip { display: flex; flex-direction: column; min-height: auto; }
  .strip-content { order: 1; padding: 34px var(--pad) 21px; }
  .strip-content > .eyebrow { font-size: 10px; margin-bottom: 14px; }
  .answer-bubble { padding: 25px 23px 20px; border-radius: 21px 21px 21px 5px; min-height: 148px; }
  .answer-bubble p { font-size: 21px; padding-right: 27px; }
  .answer-bubble time { right: 17px; font-size: 11px; top: 20px; }
  .example-selectors { gap: 6px; }
  .example-selectors button { font-size: 12px; padding: 8px 13px; }
  .strip-illustration { order: 2; min-height: 232px; }
  .strip-illustration img { width: 76%; max-width: 440px; bottom: -55px; right: 0; }
  .strip-note { left: 7%; top: 28px; font-size: 21px; }
  .section-wrap { padding: 64px var(--pad); }
  h2 { font-size: clamp(43px, 10.7vw, 65px); }
  .section-heading { display: block; }
  .section-heading > .eyebrow, .rules-inner .eyebrow, .waitlist .eyebrow { margin-bottom: 22px; font-size: 10px; }
  .section-heading > p { margin-top: 25px; font-size: 18px; line-height: 1.6; }
  .section-heading > p br { display: none; }
  .how h2 { font-size: clamp(44px, 11vw, 69px); }
  .steps { grid-template-columns: 1fr; margin-top: 35px; gap: 37px; }
  .steps li:nth-child(n) { padding-top: 0; }
  .step-visual { height: clamp(320px, 88vw, 460px); margin-bottom: 21px; }
  .step-visual img { width: 85%; left: 13%; }
  .call-visual img { width: 100%; left: 0; }
  .step-number { font-size: 82px; }
  .answer-visual { min-height: 420px; }
  .journey-answer { top: 28%; padding: 22px; }
  .journey-answer p { font-size: 28px; }
  .journey-answer > span:not(.eyebrow) { font-size: 14px; max-width: calc(100% - 27px); }
  .answer-check { width: 29px; }
  .steps h3 { font-size: 29px; margin-bottom: 10px; }
  .steps > li > p { max-width: none; }
  .journey-footer { flex-direction: column; align-items: flex-start; gap: 17px; }
  .journey-footer .play-link { font-size: 16px; gap: 10px; text-align: left; }
  .journey-footer .play-ring { flex-shrink: 0; width: 39px; height: 39px; }
  .journey-footer .play-link > svg { display: none; }
  .journey-footer > span { font-size: 11px; text-align: left; }
  .rules-inner { display: block; }
  .rules-copy { margin-top: 0; }
  .rules-copy h2 { font-size: clamp(77px, 21vw, 112px); }
  .rules-copy > p { font-size: 21px; }
  .rules-copy > .rules-detail { font-size: 16px; }
  .permission-scene { height: 580px; margin-top: 38px; }
  .approval-note { width: 100%; padding: 24px; }
  .approval-message { font-size: 24px; }
  .approval-actions { gap: 8px; }
  .approval-actions button { padding: 10px; font-size: 12px; }
  .handback-art { width: min(102%, 390px); left: -7%; bottom: -22px; }
  .rules-principles { flex-direction: column; gap: 17px; margin-top: 20px; padding-top: 25px; }
  .rules-principles li { font-size: 13px; }
  .questions { display: block; padding-block: 70px; }
  .questions-intro { padding: 24px; box-shadow: -7px 7px 0 var(--lilac); }
  .questions-intro h2 { font-size: clamp(52px, 17vw, 90px); }
  .questions-intro p { font-size: 18px; margin-top: 21px; }
  .questions-intro .text-button { margin-top: 20px; font-size: 13px; }
  .faq-list { margin-top: 39px; }
  summary { font-size: 17px; padding-block: 23px; gap: 13px; }
  .faq-number { font-size: 10px; padding-top: 5px; }
  details > p { font-size: 16px; padding: 0 5px 23px 28px; }
  .waitlist { grid-template-columns: minmax(0, 1fr); gap: 10px; padding-top: 59px; padding-bottom: 65px; }
  .waitlist-copy h2 { font-size: clamp(43px, 12vw, 80px); }
  .waitlist-copy > p { font-size: 19px; margin-top: 20px; }
  .invitation-art { width: 112%; margin-left: -7%; margin-top: 10px; }
  .beta-note { font-size: 12px; margin-top: 13px; }
  .signup-area { min-width: 0; max-width: none; padding: 24px 20px; box-shadow: 7px 7px 0 var(--ink); }
  .signup-area h3 { font-size: 30px; }
  .signup-area .button { font-size: 18px; padding-inline: 18px; gap: 12px; white-space: normal; }
  .signup-area .button svg { flex-shrink: 0; }
  .signup-card-head { margin-bottom: 23px; padding-bottom: 20px; }
  .signup-card-head > .eyebrow { margin: 0; }
  .site-footer { padding-block: 32px 25px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 25px; }
  .site-footer p { font-size: 17px; }
  .site-footer .footer-wordmark { font-size: 24vw; margin-top: 24px; margin-bottom: 20px; }
  .site-footer nav { gap: 21px; font-size: 13px; }
  .footer-bottom { gap: 12px; padding-top: 18px; }
  .footer-bottom > span { font-size: 8px; letter-spacing: .08em; }
  .site-footer small { font-size: 10px; }
  .call-dialog { padding: 20px; border-radius: 16px; }
  .call-dialog h2 { font-size: 37px; margin-bottom: 24px; }
  .dialog-top { margin-bottom: 16px; }
  .dialog-top .eyebrow { font-size: 10px; }
  .demo-tabs { gap: 6px; }
  .demo-tabs button { font-size: 12px; padding: 9px 12px; }
  .demo-progress { gap: 10px; }
  .demo-progress li { font-size: 11px; gap: 5px; }
  .demo-message { padding: 22px; min-height: 204px; }
  .demo-message > p { font-size: 20px; }
  .demo-bottom { gap: 15px; align-items: flex-end; }
  .demo-bottom > p { font-size: 11px; }
  .demo-bottom .button { padding: 11px 14px; gap: 9px; font-size: 15px; }
}
@media (max-width: 360px) { .hero-actions { gap: 14px; } .hero-actions .button { font-size: 15px; padding-inline: 13px; } .play-link { font-size: 14px; } .site-header .button { font-size: 11px; padding-inline: 10px; } .wordmark { font-size: 36px; } .signup-area .button { font-size: 15px; padding-inline: 14px; gap: 8px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

/* The complete handover: a text, the call, then the answer. */
.hero-description { max-width: 660px; font-size: clamp(19px, 1.65vw, 25px); line-height: 1.4; }
.example-strip { display: block; padding: 53px var(--pad) 38px; overflow: hidden; }
.exchange-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.exchange-heading .eyebrow { font-size: 10px; margin-bottom: 17px; }
.exchange-heading h2 { font-size: clamp(45px, 4.2vw, 64px); line-height: 1.1; }
.exchange-heading .example-selectors { margin: 0 0 5px; gap: 9px; }
.exchange-heading .example-selectors button { font-size: 14px; padding: 11px 18px; }
.exchange-grid { display: grid; grid-template-columns: 1fr .82fr 1fr; gap: 35px; align-items: center; }
.request-bubble { border: 2px solid var(--ink); border-radius: 24px 24px 5px 24px; padding: 28px; background: var(--lilac); color: var(--ink); box-shadow: 6px 6px 0 #4c2baa; }
.request-bubble .eyebrow, .exchange-grid .answer-bubble .eyebrow { font-size: 10px; margin-bottom: 22px; letter-spacing: .08em; }
.request-copy { font-size: 24px; font-weight: 550; line-height: 1.4; letter-spacing: -.035em; }
.exchange-detail { display: block; font-size: 11px; line-height: 1.5; color: #655376; margin-top: 23px; }
.exchange-courier { overflow: hidden; }
.exchange-courier img { width: 100%; max-width: none; }
.exchange-call-stage > div:last-child { border-top: 1px solid #ffffff70; padding-top: 19px; text-align: center; }
.exchange-call-stage .eyebrow { font-size: 9px; letter-spacing: .09em; margin-bottom: 9px; }
.call-organisation { font-family: 'Bricolage Grotesque', sans-serif; font-size: 23px; font-weight: 700; }
.call-explanation { font-size: 13px; line-height: 1.55; margin-top: 10px; }
.exchange-grid .answer-bubble { border: 2px solid var(--ink); padding: 28px; box-shadow: 6px 6px 0 #4c2baa; margin-top: 38px; }
.exchange-grid .answer-bubble p { font-size: 25px; line-height: 1.4; padding: 0; }
.exchange-grid .answer-bubble time { position: static; display: block; font-size: 11px; margin: -12px 0 15px; }
.exchange-caption { font-size: 11px; margin-top: 29px; color: #f1eaff; text-align: right; }
@media (max-width: 1150px) and (min-width: 761px) {
  .hero-description { max-width: 46%; font-size: 20px; }
  .exchange-grid { gap: 22px; grid-template-columns: 1fr .75fr 1fr; }
  .request-bubble, .exchange-grid .answer-bubble { padding: 21px; }
  .request-copy, .exchange-grid .answer-bubble p { font-size: 21px; }
  .exchange-heading .example-selectors button { font-size: 12px; padding: 10px 14px; }
}
@media (max-width: 760px) {
  .hero-description { max-width: 500px; font-size: 19px; line-height: 1.5; }
  .example-strip { padding-top: 38px; padding-bottom: 30px; }
  .exchange-heading { display: block; margin-bottom: 27px; }
  .exchange-heading h2 { font-size: clamp(42px, 10.8vw, 63px); }
  .exchange-heading .example-selectors { margin-top: 25px; gap: 7px; }
  .exchange-heading .example-selectors button { font-size: 12px; padding: 9px 13px; }
  .exchange-grid { grid-template-columns: minmax(0, 1fr); gap: 29px; }
  .request-bubble, .exchange-grid .answer-bubble { padding: 23px; }
  .request-copy, .exchange-grid .answer-bubble p { font-size: 22px; }
  .exchange-call-stage { display: grid; grid-template-columns: 105px 1fr; gap: 20px; align-items: center; }
  .exchange-courier { align-self: center; }
  .exchange-call-stage > div:last-child { border: 0; padding: 0; text-align: left; }
  .call-organisation { font-size: 21px; }
  .call-explanation { font-size: 12px; }
  .exchange-grid .answer-bubble { margin-top: 0; }
  .exchange-caption { text-align: left; font-size: 10px; }
}
