@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-latin-900-normal.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("/assets/fonts/nunito-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("/assets/fonts/nunito-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Nunito"; src: url("/assets/fonts/nunito-latin-900-normal.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: swap; }

:root {
  --cream: #f6efe8;
  --paper: #fffaf5;
  --ink: #241f1b;
  --red: #d6452f;
  --red-dark: #b93424;
  --teal: #2f6c6d;
  --yellow: #f7c443;
  --muted: #686058;
}

* { box-sizing: border-box; }
[hidden], .is-hidden { display: none !important; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Inter", Arial, Helvetica, sans-serif; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.review-bar { background: var(--ink); color: var(--paper); padding: 9px 20px; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 9px; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(247,196,67,.16); }
.topbar { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 20px clamp(22px, 5vw, 74px); color: var(--ink); }
.wordmark { color: inherit; text-decoration: none; font-family: "Nunito", "Inter", sans-serif; font-size: 32px; font-weight: 900; letter-spacing: -.075em; }
.wordmark span { color: var(--red); }
.brand-lockup { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; min-width: max-content; }
.brand-tagi { display: block; width: 48px; height: 58px; object-fit: contain; filter: drop-shadow(0 7px 10px rgba(67,45,27,.14)); }
.top-actions { display: flex; gap: 14px; align-items: center; }
.utility { border: 1px solid rgba(36,31,27,.3); background: rgba(255,255,255,.35); color: inherit; border-radius: 999px; padding: 10px 15px; display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 12px; font-weight: 750; }
.speaker { font-size: 18px; transform: rotate(180deg); }
.language { display: flex; border: 1px solid rgba(36,31,27,.3); border-radius: 999px; padding: 3px; }
.language button { border: 0; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; font-size: 11px; font-weight: 900; padding: 8px 10px; }
.language button.active { background: var(--ink); color: var(--paper); }

.hero { position: relative; background: var(--cream); color: var(--ink); display: flex; flex-direction: column; align-items: center; text-align: center; padding: 42px 24px 56px; }
.hero > .eyebrow, .hero > h1, .hero > .hero-intro, .hero > .hero-small, .hero > .hero-cta { position: relative; z-index: 2; }
.hero-orbit { position: absolute; border: 1px solid rgba(36,31,27,.13); border-radius: 50%; }
.orbit-one { width: min(82vw, 900px); aspect-ratio: 1; }
.orbit-two { width: min(58vw, 610px); aspect-ratio: 1; }
.eyebrow { margin: 0 0 28px; font-size: 11px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(48px, 6.5vw, 92px); line-height: 1.08; letter-spacing: -.035em; font-weight: 600; max-width: 1150px; width: 100%; overflow-wrap: break-word; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { font-weight: 800; color: var(--red); }
.hero-intro { margin: 32px 0 14px; max-width: 720px; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.35; font-weight: 700; letter-spacing: -.02em; }
.hero-small { margin: 0; max-width: 580px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.hero-cta { margin-top: 26px; border: 0; background: var(--ink); color: white; min-height: 52px; padding: 12px 14px 12px 18px; display: inline-flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 850; cursor: pointer; }
.hero-cta > span:last-child { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 16px; }
.hero-tagi { position: absolute; right: clamp(18px, 4vw, 72px); bottom: 58px; z-index: 3; width: clamp(135px, 15vw, 235px); margin: 0; pointer-events: none; filter: drop-shadow(0 24px 30px rgba(67,45,27,.16)); }
.hero-tagi img { display: block; width: 100%; height: auto; }
.down-cue { color: var(--ink); text-decoration: none; position: absolute !important; bottom: 25px; width: 42px; height: 42px; border: 1px solid rgba(36,31,27,.3); border-radius: 50%; display: grid; place-items: center; animation: hover 2.4s ease-in-out infinite; }
.story-dots { position: absolute; inset: 0; pointer-events: none; }
.story-dots i { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--red); }
.story-dots i:nth-child(1) { left: 8%; top: 31%; }
.story-dots i:nth-child(2) { left: 18%; bottom: 20%; width: 9px; height: 9px; background: var(--teal); }
.story-dots i:nth-child(3) { right: 12%; top: 26%; width: 11px; height: 11px; background: var(--yellow); }
.story-dots i:nth-child(4) { right: 20%; bottom: 17%; width: 22px; height: 22px; background: var(--teal); }
.story-dots i:nth-child(5) { left: 50%; top: 18%; width: 7px; height: 7px; background: var(--ink); }

.magic { background: var(--cream); display: grid; place-items: center; padding: 0 24px 48px; }
.magic-inner { width: min(100%, 1050px); display: grid; place-items: center; text-align: center; }
#demo-idle { width: min(100%, 680px); display: grid; grid-template-columns: 76px minmax(0,1fr); column-gap: 24px; padding: 26px; text-align: left; background: var(--paper); border: 1px solid rgba(36,31,27,.15); border-radius: 16px; }
#demo-idle .mic-button { grid-row: 1 / 3; width: 76px; height: 76px; margin: 0; align-self: center; box-shadow: none; }
#demo-idle .mic-icon { transform: scale(.55); transform-origin: 50% 25%; }
#demo-idle .mic-label { margin: 0 0 8px; font-size: 19px; }
#demo-idle .demo-hint { margin: 0; font-size: 14px; line-height: 1.55; }
.mic-button { position: relative; width: 190px; height: 190px; margin-inline: auto; border-radius: 50%; border: 0; background: var(--ink); cursor: pointer; display: grid; place-items: center; color: white; box-shadow: 0 25px 70px rgba(22,20,18,.2); }
.pulse { position: absolute; inset: -1px; border: 1px solid rgba(21,20,18,.28); border-radius: 50%; animation: pulse 2.8s ease-out infinite; }
.pulse-b { animation-delay: 1.4s; }
.mic-icon { width: 36px; height: 53px; border: 4px solid white; border-radius: 18px; position: relative; display: block; }
.mic-icon::before { content: ""; position: absolute; left: 50%; width: 52px; height: 38px; transform: translateX(-50%); top: 27px; border: 4px solid white; border-top: 0; border-radius: 0 0 27px 27px; }
.mic-icon::after { content: ""; position: absolute; top: 63px; left: 50%; width: 4px; height: 20px; background: white; transform: translateX(-50%); }
.mic-label { margin: 40px 0 8px; font-size: 21px; font-weight: 850; }
.demo-hint { margin: 0; color: var(--muted); font-size: 13px; }
.listening-state { width: min(100%, 850px); }
.sound-wave { height: 100px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 28px; }
.sound-wave i { width: 6px; height: 30px; background: var(--red); border-radius: 9px; animation: wave .9s ease-in-out infinite alternate; }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(8) { animation-delay: -.4s; height: 50px; }
.sound-wave i:nth-child(3), .sound-wave i:nth-child(7) { animation-delay: -.8s; height: 72px; }
.sound-wave i:nth-child(4), .sound-wave i:nth-child(6) { animation-delay: -.2s; height: 88px; }
.sound-wave i:nth-child(5) { animation-delay: -.6s; height: 100px; }
.state-label { text-transform: uppercase; letter-spacing: .17em; font-weight: 850; font-size: 11px; color: var(--red); }
.transcript { font-size: clamp(28px, 4.3vw, 58px); line-height: 1.13; letter-spacing: -.045em; font-weight: 720; }
.transcript span { opacity: .12; transition: opacity .25s; }
.transcript span.visible { opacity: 1; }
.thinking-state { font-size: clamp(22px, 3vw, 35px); font-weight: 700; color: var(--muted); }
.thinking-mark { display: flex; gap: 14px; justify-content: center; margin-bottom: 40px; }
.thinking-mark i { width: 22px; height: 22px; border-radius: 50%; background: var(--red); animation: think 1.2s ease-in-out infinite; }
.thinking-mark i:nth-child(2) { animation-delay: .2s; background: var(--yellow); }
.thinking-mark i:nth-child(3) { animation-delay: .4s; background: var(--teal); }
.understood-state { width: 100%; text-align: left; }
.demo-state { width: 100%; }
.understood-copy { display: grid; grid-template-columns: .65fr 1.35fr; gap: 45px; align-items: start; margin-bottom: 28px; }
.got-it { margin: 0; color: var(--teal); font-size: clamp(44px, 6vw, 74px); line-height: 1; font-weight: 920; letter-spacing: -.06em; display: flex; gap: 16px; align-items: center; }
.got-it > span:first-child { flex: 0 0 40px; font-size: 20px; width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--teal); border-radius: 50%; }
.got-it > span:last-child { min-width: 0; }
blockquote { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.understood-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 3px; background: var(--ink); border: 3px solid var(--ink); }
.understood-grid article { background: var(--paper); padding: 25px; min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.understood-grid article.wide { grid-column: 1 / -1; min-height: 110px; background: #dfeee9; }
.understood-grid span { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); font-weight: 850; }
.understood-grid strong { font-size: clamp(17px, 2vw, 25px); line-height: 1.1; letter-spacing: -.025em; }
.confirm-row { display: flex; justify-content: space-between; align-items: center; padding: 22px 0 60px; border-bottom: 1px solid rgba(21,20,18,.2); }
.confirm-row p { margin: 0; font-weight: 750; }
.confirm-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.confirm-pill { border: 0; background: var(--ink); color: white; padding: 11px 15px; border-radius: 999px; display: flex; gap: 9px; font-size: 13px; align-items: center; cursor: pointer; }
.confirm-pill b { color: var(--yellow); }
.change-pill { border: 1px solid rgba(36,31,27,.35); background: transparent; color: var(--ink); padding: 10px 15px; border-radius: 999px; font-size: 13px; cursor: pointer; }
.clarify-box { margin-top: 26px; padding: 28px; background: var(--paper); border: 1px solid rgba(36,31,27,.18); box-shadow: 12px 12px 0 var(--yellow); }
.clarify-box h3 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.clarify-box > p { margin: 8px 0 20px; color: var(--muted); }
.topic-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-chips button { border: 1px solid rgba(47,108,109,.45); border-radius: 999px; background: #e3eeee; color: var(--teal); padding: 10px 13px; cursor: pointer; font-size: 12px; font-weight: 800; }
.topic-chips button:hover, .topic-chips button.active { background: var(--teal); color: white; }
.confirm-change { margin-top: 22px; border: 0; background: var(--ink); color: white; min-height: 48px; padding: 12px 18px; font-weight: 850; cursor: pointer; }
.confirmed-demo { width: 100%; }
.demo-confirmed { width: 100%; }
.brand-reveal { text-align: center; padding: 24px 15px 12px; }
.reveal-line { height: 1px; width: 80px; background: var(--red); margin: 0 auto 25px; }
.brand-reveal > p:first-of-type { color: var(--muted); font-size: 15px; }
.reveal-wordmark { font-family: "Nunito", "Inter", sans-serif; font-size: clamp(75px, 13vw, 155px); line-height: .95; font-weight: 950; letter-spacing: -.09em; color: var(--ink); }
.reveal-wordmark span { color: var(--red); }
.master-promise { margin: 20px 0 0; font-size: clamp(25px, 3.2vw, 42px); font-weight: 800; letter-spacing: -.045em; color: var(--ink) !important; }
.reveal-sub { width: min(100%, 650px); margin: 28px auto 0; font-size: 19px; line-height: 1.55; }
.quiet-intelligence { display: block; margin-top: 24px; color: var(--teal); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; }
.text-button { border: 0; background: transparent; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; display: block; margin: 38px auto 0; font-size: 12px; }

.journey-preview { margin-top: 32px; padding: clamp(24px, 4vw, 44px); background: var(--ink); color: var(--paper); text-align: left; position: relative; overflow: hidden; }
.journey-preview::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -160px; top: -170px; }
.journey-head { position: relative; z-index: 1; max-width: 750px; }
.journey-head > span { color: var(--yellow); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; font-weight: 900; }
.journey-head h2 { margin: 20px 0 15px; font-size: clamp(39px, 5.5vw, 72px); line-height: .96; letter-spacing: -.06em; }
.journey-head p { color: rgba(255,255,255,.65); line-height: 1.6; max-width: 650px; }
.moment-lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 45px; position: relative; z-index: 1; }
.moment-lane { display: grid; align-content: start; gap: 10px; }
.moment-lane > b { margin-bottom: 5px; color: var(--yellow); font-size: 9px; letter-spacing: .16em; }
.moment-lane.future > b { color: #a7d3ca; }
.moment-card { min-height: 105px; background: var(--paper); color: var(--ink); padding: 18px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; box-shadow: 8px 8px 0 rgba(255,255,255,.07); }
.moment-card > span { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(36,31,27,.25); display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.moment-card.red > span { background: var(--red); color: white; border: 0; }
.moment-card.teal > span { background: var(--teal); color: white; border: 0; }
.moment-card.yellow > span { background: var(--yellow); border: 0; }
.moment-card div { display: grid; gap: 7px; }
.moment-card strong { font-size: 15px; }
.moment-card small { color: var(--muted); line-height: 1.45; }
.vision-note { position: relative; z-index: 1; margin: 30px 0 0; padding: 16px 18px; border-left: 3px solid var(--yellow); color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.6; background: rgba(255,255,255,.04); }

.bridge-section { background: var(--teal); color: var(--paper); display: grid; place-items: center; padding: 30px 24px; }
.bridge-section p { margin: 0; max-width: 850px; font-size: clamp(23px, 3vw, 36px); font-weight: 700; line-height: 1.25; letter-spacing: -.025em; text-align: center; }

.founding { background: var(--paper); padding: 60px 24px; }
.founding-copy { max-width: 1050px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; align-items: start; }
.founding-copy > .eyebrow, .founding-copy > h2, .founding-copy > .founding-body, .founding-copy > .primary-cta, .founding-copy > .places-note { grid-column: 1; }
.founding-copy > .benefits { grid-column: 2; grid-row: 2 / 6; margin: 0; }
.founding-copy > h2 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.035em; }
.founding-copy > .founding-body { font-size: 17px; margin: 20px 0 26px; }
.founding-copy .benefits > div { grid-template-columns: 28px 1fr; gap: 8px 12px; padding: 20px 0; }
.founding-copy .benefits small { grid-column: 2; font-size: 14px; line-height: 1.45; }
.eyebrow.dark { color: var(--red); }
.founding h2 { margin: 0; max-width: 750px; font-size: clamp(48px, 6.4vw, 93px); line-height: .93; letter-spacing: -.065em; }
.founding-body { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.55; margin: 30px 0 45px; }
.benefits { border-top: 1px solid rgba(21,20,18,.18); margin-bottom: 48px; }
.benefits > div { display: grid; grid-template-columns: 45px 180px 1fr; align-items: baseline; gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(21,20,18,.18); }
.benefits span { color: var(--red); font-size: 11px; font-weight: 850; }
.benefits strong { font-size: 16px; }
.benefits small { color: var(--muted); }
.primary-cta { border: 0; background: var(--red); color: white; min-height: 66px; padding: 15px 20px 15px 25px; font-weight: 850; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 35px; width: min(100%, 470px); text-align: left; }
.primary-cta > span:last-child { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 19px; }
.places-note { font-size: 11px; color: var(--muted); margin-top: 13px; letter-spacing: .04em; }
.hundred { background: var(--yellow); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; min-height: 650px; }
.hundred::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(21,20,18,.25); }
.hundred strong { font-size: clamp(145px, 25vw, 365px); line-height: .7; letter-spacing: -.12em; position: relative; z-index: 2; transform: translateX(-.04em); }
.hundred-top, .hundred-bottom { position: relative; z-index: 2; font-size: 12px; letter-spacing: .3em; font-weight: 900; }
.hundred-top { margin-bottom: 45px; }
.hundred-bottom { margin-top: 55px; }
.human-dot { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: var(--red); border: 5px solid var(--paper); }
.human-dot::after { content: ""; position: absolute; width: 2px; height: 60px; background: var(--ink); left: 5px; top: 18px; transform-origin: top; }
.human-dot.one { left: 13%; top: 22%; transform: rotate(-25deg); }
.human-dot.two { right: 14%; top: 30%; transform: rotate(28deg); background: var(--teal); }
.human-dot.three { right: 24%; bottom: 15%; transform: rotate(150deg); }

.other-paths { background: var(--ink); color: var(--paper); padding: 48px clamp(24px, 6vw, 85px); display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.other-paths h2 { margin: 0 0 17px; font-size: clamp(35px, 4vw, 60px); letter-spacing: -.045em; }
.other-paths p { color: rgba(255,255,255,.62); max-width: 560px; line-height: 1.6; }
.path-buttons { display: grid; gap: 3px; }
.path-buttons button { border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; min-height: 68px; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 750; text-align: left; }
.path-buttons button:hover { background: white; color: var(--ink); }
.path-buttons button > span:last-child { color: var(--yellow); font-size: 20px; }

.join-section { background: var(--red); padding: clamp(60px, 8vw, 110px) 22px; scroll-margin-top: 0; }
.join-card { width: min(100%, 900px); margin: auto; background: var(--paper); padding: clamp(28px, 6vw, 70px); position: relative; }
.role-choice { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 30px; }
.role-choice button { min-height: 56px; border: 1px solid rgba(36,31,27,.25); background: var(--cream); color: var(--ink); cursor: pointer; font-weight: 800; padding: 10px; }
.role-choice button.active { background: var(--ink); color: white; }
.close { position: absolute; top: 17px; right: 17px; border: 1px solid rgba(21,20,18,.25); background: transparent; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 23px; }
.join-heading span { color: var(--red); font-size: 11px; letter-spacing: .18em; font-weight: 900; }
.join-heading h2 { margin: 20px 0 15px; max-width: 690px; font-size: clamp(40px, 5.6vw, 68px); line-height: .96; letter-spacing: -.06em; }
.join-heading p { color: var(--muted); max-width: 650px; line-height: 1.55; margin-bottom: 42px; }
.moment-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1.15fr; align-items: center; gap: 12px; padding: 18px; margin-bottom: 34px; background: #e3eeee; border-radius: 16px; }
.moment-map div { display: grid; gap: 5px; }
.moment-map b { color: var(--teal); font-size: 10px; letter-spacing: .12em; }
.moment-map span { font-size: 12px; line-height: 1.3; font-weight: 700; }
.moment-map > i { color: var(--teal); font-style: normal; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
form label:not(.consent) { display: grid; gap: 9px; }
form label > span { font-size: 12px; font-weight: 800; }
form input:not([type="checkbox"]) { border: 0; border-bottom: 2px solid var(--ink); background: transparent; border-radius: 0; min-height: 50px; padding: 10px 1px; }
form input::placeholder { color: #9d968c; }
form select { border: 0; border-bottom: 2px solid var(--ink); background: transparent; border-radius: 0; min-height: 50px; padding: 10px 1px; color: var(--ink); width: 100%; }
.full { grid-column: 1 / -1; }
.moment-field { background: var(--cream); border: 1px solid rgba(36,31,27,.16); border-radius: 18px; padding: clamp(20px, 4vw, 34px); }
.moment-field-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 14px; }
.moment-field-top label span { font-size: 17px; font-weight: 850; letter-spacing: -.02em; }
.moment-field textarea { display: block; width: 100%; min-height: 155px; resize: vertical; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; background: transparent; padding: 15px 0; line-height: 1.55; }
.moment-field textarea::placeholder { color: #8b837b; }
.dictate { border: 1px solid var(--ink); background: var(--paper); min-height: 42px; padding: 9px 13px; border-radius: 999px; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.dictate.active { background: var(--red); color: white; border-color: var(--red); }
.mini-mic { position: relative; display: inline-block; width: 10px; height: 15px; border: 2px solid currentColor; border-radius: 7px; }
.mini-mic::after { content: ""; position: absolute; width: 14px; height: 8px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 8px 8px; top: 8px; left: -4px; }
.moment-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 8px; color: var(--muted); }
.moment-meta small { font-size: 10px; }
.example-row { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.example-row > span { font-size: 10px; color: var(--muted); margin-right: 4px; }
.example-row button { border: 1px solid rgba(47,108,109,.42); background: #e3eeee; color: var(--teal); border-radius: 999px; padding: 7px 10px; cursor: pointer; font-size: 10px; font-weight: 800; }
.example-row button:hover { background: var(--teal); color: white; }
.privacy-prompt { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid rgba(36,31,27,.12); color: var(--muted); font-size: 10px; line-height: 1.45; }
.scope-prompt { margin: 10px 0 0; color: var(--teal); font-size: 10px; line-height: 1.5; display: flex; gap: 8px; align-items: flex-start; }
.scope-prompt > span:first-child { color: var(--red); }
.understand-button { margin-top: 20px; width: 100%; border: 0; background: var(--ink); color: white; min-height: 54px; padding: 13px 17px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 850; }
.understand-button > span:last-child { color: var(--yellow); font-size: 18px; }
.understand-button:disabled { opacity: .38; cursor: not-allowed; }
.interpret-card { border: 2px solid var(--ink); background: var(--paper); padding: clamp(22px, 4vw, 34px); box-shadow: 10px 10px 0 var(--yellow); }
.interpret-card.confirmed { border-color: var(--teal); box-shadow: 10px 10px 0 #cfe5df; }
.interpret-card.outside { border-color: var(--red); box-shadow: 10px 10px 0 #f3c7bf; }
.interpret-card.outside h3 { margin: 12px 0 8px; font-size: 28px; letter-spacing: -.03em; }
.interpret-card.outside p { color: var(--muted); margin: 0 0 20px; line-height: 1.55; }
.interpret-top { display: flex; align-items: center; justify-content: space-between; }
.interpret-kicker { color: var(--teal); font-size: 10px; letter-spacing: .16em; font-weight: 900; text-transform: uppercase; }
.confirmed-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(47,108,109,.12); }
.interpret-summary { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2px; margin-top: 20px; background: var(--ink); border: 2px solid var(--ink); }
.interpret-summary > div { background: var(--paper); padding: 18px; display: grid; gap: 10px; }
.interpret-summary small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 850; }
.interpret-summary strong { line-height: 1.45; }
.not-sure { color: var(--muted); font-size: 12px; }
.interpret-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.confirm-interpret { border: 0; background: var(--teal); color: white; min-height: 47px; padding: 11px 16px; font-weight: 850; cursor: pointer; }
.edit-interpret { border: 1px solid rgba(36,31,27,.4); background: transparent; color: var(--ink); min-height: 47px; padding: 10px 16px; font-weight: 750; cursor: pointer; }
.passport { border: 1px solid rgba(36,31,27,.2); padding: clamp(22px, 4vw, 34px); background: #e3eeee; }
.passport-head > span { color: var(--teal); font-size: 9px; letter-spacing: .17em; font-weight: 900; }
.passport-head h3 { margin: 11px 0 8px; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.045em; }
.passport-head p { margin: 0; max-width: 680px; color: var(--muted); line-height: 1.55; font-size: 12px; }
.passport fieldset { border: 0; padding: 0; margin: 26px 0; }
.passport legend { margin-bottom: 12px; font-size: 12px; font-weight: 850; }
.capability-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.capability-chips button { border: 1px solid rgba(47,108,109,.5); background: var(--paper); color: var(--teal); border-radius: 999px; padding: 9px 12px; cursor: pointer; font-size: 11px; font-weight: 800; }
.capability-chips button.active { background: var(--teal); color: white; }
.passport-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.boundary-card { margin-top: 25px; display: flex; gap: 13px; padding: 17px; background: var(--ink); color: white; }
.boundary-card > span { color: var(--yellow); }
.boundary-card div { display: grid; gap: 6px; }
.boundary-card strong { font-size: 12px; }
.boundary-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.5; }
.field-help { color: var(--muted); font-size: 9px; line-height: 1.4; }
.callback-card { border: 1px solid rgba(36,31,27,.2); border-radius: 16px; padding: 18px; }
.callback-toggle { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.callback-toggle input { width: 20px; height: 20px; accent-color: var(--red); flex: 0 0 auto; }
.callback-toggle span { display: grid; gap: 5px; }
.callback-toggle strong { font-size: 13px; }
.callback-toggle small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.phone-field { margin: 18px 0 0 32px; max-width: 430px; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 10px; }
.consent input { width: 19px; height: 19px; accent-color: var(--red); flex: 0 0 auto; }
.consent span { font-weight: 500; line-height: 1.5; color: var(--muted); }
.consent a { color: var(--ink); text-underline-offset: 3px; }
.form-submit { border: 0; background: var(--ink); color: white; padding: 19px 22px; cursor: pointer; font-weight: 850; display: flex; justify-content: space-between; }
.form-submit:disabled { opacity: .6; cursor: wait; }
.form-submit > span:last-child { color: var(--yellow); font-size: 20px; }
.review-note { margin: -10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.submit-error { margin: 0; padding: 12px 14px; color: #8f1d13; background: #fde5e0; border-left: 4px solid var(--red); font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.success { text-align: center; padding: 40px 10px; }
.success-mark { margin: auto; width: 65px; height: 65px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-size: 25px; }
.success h2 { font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.055em; margin: 30px auto 18px; max-width: 650px; }
.success p { color: var(--muted); max-width: 540px; margin: auto; line-height: 1.6; }
.success button { margin-top: 30px; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; padding: 7px 0; }
.success a { color: var(--ink); text-underline-offset: 4px; }

footer { background: var(--cream); padding: 55px clamp(25px, 6vw, 85px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.footer-tagi { width: 48px; height: 60px; object-fit: contain; }
.footer-mark { color: var(--ink); }
footer p { margin: 0; text-align: center; color: var(--muted); font-size: 13px; }
footer div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px; font-size: 10px; color: var(--muted); }
footer div a { color: var(--ink); text-underline-offset: 3px; }

.legal-page { min-height: 100vh; padding: 44px clamp(20px, 6vw, 80px) 80px; background: var(--cream); }
.legal-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 48px; }
.legal-back { color: var(--ink); font-size: 12px; text-underline-offset: 4px; }
.legal-shell { width: min(100%, 1000px); margin: auto; }
.legal-shell > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.legal-shell h1 { margin: 16px 0 12px; font-size: clamp(46px, 7vw, 88px); line-height: .95; letter-spacing: -.065em; }
.legal-intro { color: var(--muted); line-height: 1.6; max-width: 720px; }
.pdf-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.pdf-actions a { background: var(--ink); color: white; padding: 13px 17px; text-decoration: none; font-size: 12px; font-weight: 800; }
.pdf-frame { width: 100%; height: 78vh; min-height: 620px; border: 1px solid rgba(36,31,27,.2); background: var(--paper); }
.impressum-card { margin-top: 35px; background: var(--paper); border: 1px solid rgba(36,31,27,.16); padding: clamp(25px, 5vw, 55px); box-shadow: 12px 12px 0 var(--yellow); }
.impressum-card h2 { margin-top: 0; font-size: 25px; }
.impressum-card p { line-height: 1.7; }
.legal-review-note { margin-top: 34px; padding: 18px 20px; border-left: 5px solid var(--red); background: var(--cream); }
.legal-review-note strong { display: block; color: var(--red); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.legal-review-note p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

@keyframes pulse { 0% { transform: scale(1); opacity: .5; } 80%,100% { transform: scale(1.65); opacity: 0; } }
@keyframes wave { from { transform: scaleY(.28); } to { transform: scaleY(1); } }
@keyframes think { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes hover { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

@media (max-width: 850px) {
  .topbar { padding: 19px 20px; }
  .utility { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .utility:not([aria-pressed="true"]) { font-size: 0; }
  .utility[aria-pressed="true"] { font-size: 0; }
  .speaker { font-size: 18px; }
  .orbit-one { width: 140vw; }
  .orbit-two { width: 92vw; }
  .hero { padding: 32px 24px 40px; }
  .hero-tagi { position: relative; right: auto; bottom: auto; width: 125px; margin: 30px auto 0; }
  .understood-copy { grid-template-columns: 1fr; gap: 22px; }
  .understood-grid { grid-template-columns: 1fr 1fr; }
  .understood-grid article:first-child, .understood-grid article.wide { grid-column: 1 / -1; }
  .moment-lanes { grid-template-columns: 1fr; }
  .founding-copy { display: flex; flex-direction: column; }
  .founding-copy > .benefits { width: 100%; margin: 0 0 24px; }
  .hundred { min-height: 560px; }
  .hundred strong { font-size: clamp(180px, 47vw, 360px); }
  .other-paths { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  .review-bar { font-size: 9px; }
  .wordmark { font-size: 27px; }
  .brand-lockup { gap: 5px; }
  .brand-tagi { width: 39px; height: 48px; }
  .hero { padding: 24px 20px 32px; }
  .hero h1 { font-size: clamp(36px, 9.5vw, 50px); line-height: 1.12; }
  .hero-intro { font-size: 22px; max-width: 320px; }
  .hero-small { max-width: 310px; line-height: 1.45; }
  .hero-cta { margin-top: 22px; }
  .hero-tagi { width: 96px; margin-top: 20px; }
  .mic-button { width: 150px; height: 150px; }
  .magic { padding: 0 20px 32px; }
  #demo-idle { grid-template-columns: 52px minmax(0, 1fr); gap: 0 16px; padding: 20px; }
  #demo-idle .mic-button { width: 52px; height: 52px; }
  #demo-idle .mic-icon { transform: scale(.4); }
  #demo-idle .mic-label { font-size: 17px; }
  #demo-idle .demo-hint { font-size: 13px; }
  .mic-label { margin-top: 32px; }
  .demo-hint { max-width: 340px; margin-inline: auto; line-height: 1.45; }
  .got-it { font-size: 40px; line-height: .98; align-items: flex-start; }
  .got-it > span:first-child { margin-top: 2px; }
  .understood-grid { display: block; border-width: 2px; }
  .understood-grid article { min-height: 100px; border-bottom: 2px solid var(--ink); }
  .understood-grid article:last-child { border-bottom: 0; }
  .confirm-row { align-items: flex-start; flex-direction: column; gap: 15px; }
  .brand-reveal { padding-left: 0; padding-right: 0; }
  .reveal-wordmark { font-size: 75px; }
  .bridge-section { padding: 24px; }
  .bridge-section p { font-size: 24px; }
  .founding { padding: 40px 22px; }
  .benefits > div { grid-template-columns: 35px 1fr; }
  .benefits small { grid-column: 2; }
  .hundred { min-height: 450px; }
  .hundred-top { margin-bottom: 32px; }
  .hundred-bottom { margin-top: 45px; }
  .other-paths { padding: 36px 22px; gap: 20px; }
  form { grid-template-columns: 1fr; }
  .full { grid-column: 1; }
  .moment-map { grid-template-columns: 1fr; gap: 8px; }
  .moment-map > i { transform: rotate(90deg); justify-self: start; margin-left: 8px; }
  .moment-field-top { align-items: flex-start; flex-direction: column; }
  .role-choice { grid-template-columns: 1fr; }
  .interpret-summary, .passport-grid { grid-template-columns: 1fr; }
  .dictate { width: 100%; justify-content: center; }
  .moment-meta { align-items: flex-start; }
  .phone-field { margin-left: 0; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer p { text-align: left; }
  footer div { justify-content: flex-start; }
  .pdf-frame { min-height: 520px; height: 70vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition: none !important; }
}
