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

:root {
  --yellow: #f5ff27;
  --carbon: #101010;
  --deep-carbon: #090909;
  --paper: #f3f0e8;
  --white: #ffffff;
  --fog: #c7c7c2;
  --ink-soft: #62625c;
  --line: rgba(16, 16, 16, 0.13);
  --blue-grey: #e3e7ea;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(30, 30, 25, 0.16);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--carbon);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}
img,
video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button:focus-visible,
a:focus-visible,
summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: -9999px; padding: 10px 14px; background: var(--yellow); }
.skip-link:focus-visible { left: 12px; }
.section { padding-block: 132px; }
.section-kicker { margin: 0 0 16px; font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.section-kicker.light { color: var(--yellow); }

/* Hero */
.hero { position: relative; min-height: 1020px; overflow: hidden; padding-bottom: 120px; background: #f5f2e9; isolation: isolate; }
.hero-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  background: #f5f2e9 url("assets/hero-landscape.webp") center top / 100% auto no-repeat;
  pointer-events: none;
}
.hero-atmosphere::after { position: absolute; inset: 68% 0 0; background: linear-gradient(180deg, rgba(245, 242, 233, 0), rgba(245, 242, 233, 0.92)); content: ""; }
.header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 76px; }
.logo { width: 94px; }
.header nav { display: flex; gap: 30px; font-size: 12px; }
.header nav a { opacity: 0.7; transition: opacity 180ms ease; }
.header nav a:hover { opacity: 1; }
.header-action {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid rgba(16, 16, 16, 0.3);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.28);
  font-size: 12px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 180ms ease, transform 180ms var(--ease);
}
.header-action:hover { background: rgba(255, 255, 255, 0.65); transform: translateY(-1px); }
.header-action:active,
.primary-cta:active { transform: translateY(0) scale(0.985); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding-top: 56px; text-align: center; }
.origin-line { display: flex; gap: 8px; align-items: center; margin-bottom: 34px; font-size: 9px; letter-spacing: 0.065em; text-transform: uppercase; }
.origin-separator { width: 1px; height: 13px; margin-inline: 5px; background: rgba(16, 16, 16, 0.25); }
.de-flag { display: grid; grid-template-rows: repeat(3, 1fr); width: 21px; height: 14px; overflow: hidden; }
.de-flag i:nth-child(1) { background: #111; }
.de-flag i:nth-child(2) { background: #d00; }
.de-flag i:nth-child(3) { background: #ffce00; }
.eu-dot { display: grid; place-items: center; width: 21px; height: 14px; color: var(--yellow); background: #173f8f; }
.hero-kicker { margin: 0 0 16px; font-size: 11px; font-weight: 500; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(58px, 6.4vw, 86px); font-weight: 400; line-height: 0.96; letter-spacing: -0.068em; }
.hero-lede { max-width: 670px; margin: 25px auto 0; color: rgba(16, 16, 16, 0.58); font-size: 14px; }
.primary-cta {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  margin-top: 25px;
  padding: 13px 17px;
  border-radius: 10px;
  color: var(--carbon);
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(79, 82, 10, 0.15);
  font-size: 13px;
  font-weight: 500;
  transition: transform 220ms var(--ease), box-shadow 220ms ease;
}
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(79, 82, 10, 0.2); }
.primary-cta.dark { color: var(--paper); background: var(--carbon); }
.desktop-wrap { position: relative; z-index: 3; margin-top: 54px; }
.workflow-window { position: relative; overflow: hidden; min-height: 610px; border: 1px solid rgba(16, 16, 16, 0.18); border-radius: 16px; background: #171717; box-shadow: 0 34px 90px rgba(61, 61, 42, 0.16), 0 0 0 8px rgba(255, 255, 255, 0.42); }
.workflow-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 42px; padding-inline: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.62); background: #171717; font-size: 9px; }
.workflow-bar > span:nth-child(2) { justify-self: center; font-weight: 500; }
.workflow-bar > span:last-child { justify-self: end; font-variant-numeric: tabular-nums; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.65); }
.workflow-scene { position: relative; min-height: 568px; background: #252522 url("assets/hero-freedom-story.webp") center / cover no-repeat; }
.workflow-scene::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 9, 9, 0.12), transparent 48%, rgba(9, 9, 9, 0.04)); content: ""; pointer-events: none; }
.workflow-raw { position: absolute; z-index: 2; top: 58px; left: 8.8%; display: flex; flex-direction: column; width: 42%; min-height: 190px; padding: 20px 24px 22px; border: 1px solid rgba(243, 240, 232, 0.2); border-radius: 14px; color: var(--paper); background: rgba(16, 16, 16, 0.96); box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26); }
.workflow-label { display: flex; justify-content: space-between; align-items: center; color: rgba(243, 240, 232, 0.58); font-size: 9px; }
.live-state { display: inline-flex; gap: 7px; align-items: center; }
.live-state i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.workflow-raw > p { max-width: 430px; margin: 28px 0 22px; font-size: clamp(24px, 2.35vw, 34px); line-height: 1.02; letter-spacing: -0.045em; }
.workflow-spectrum { display: flex; gap: 3px; align-items: center; width: 78px; height: 26px; }
.workflow-spectrum i { width: 2px; height: 22%; background: var(--yellow); animation: spectrum 900ms ease-in-out infinite alternate; }
.workflow-spectrum i:nth-child(2n) { height: 56%; animation-delay: -420ms; }
.workflow-spectrum i:nth-child(3n) { height: 88%; animation-delay: -680ms; }
.workflow-spectrum i:nth-child(5n) { height: 34%; animation-delay: -230ms; }
.workflow-result { position: absolute; z-index: 3; top: 164px; right: 8.8%; display: flex; flex-direction: column; width: 47%; min-height: 300px; padding: 36px 32px 28px; border: 1px solid rgba(16, 16, 16, 0.08); border-radius: 14px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 28px 70px rgba(15, 15, 12, 0.2); }
.workflow-result > span { font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.workflow-result > p { max-width: 500px; margin: auto 0; font-size: clamp(37px, 4vw, 55px); line-height: 0.96; letter-spacing: -0.055em; }
.workflow-result > small { width: max-content; padding-bottom: 4px; border-bottom: 2px solid var(--yellow); color: rgba(16, 16, 16, 0.56); font-size: 8px; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(245, 255, 39, 0.14); animation: pulse 1.5s ease-in-out infinite; }
.voice-wave { display: flex; gap: 3px; align-items: center; height: 35px; }
.voice-wave i { width: 2px; height: 18%; background: var(--yellow); animation: wave 700ms ease-in-out infinite alternate; }
.voice-wave i:nth-child(2n) { height: 54%; animation-delay: -300ms; }
.voice-wave i:nth-child(3n) { height: 90%; animation-delay: -520ms; }

/* Velocity */
.velocity-intro { display: grid; grid-template-columns: 1fr minmax(290px, 0.55fr); column-gap: 80px; align-items: end; margin-bottom: 56px; }
.velocity-intro .section-kicker { grid-column: 1 / -1; }
.velocity-intro h2 { max-width: 800px; margin: 0; font-size: clamp(46px, 5.6vw, 72px); font-weight: 400; line-height: 0.96; letter-spacing: -0.06em; }
.velocity-intro > p:last-child { margin: 0 0 6px; color: var(--ink-soft); font-size: 14px; }
.speed-stage { display: grid; grid-template-columns: 1fr 126px 1fr; min-height: 590px; overflow: hidden; border-radius: var(--radius); color: var(--paper); background: var(--carbon); box-shadow: var(--shadow); }
.speed-side { display: flex; flex-direction: column; padding: 42px; }
.speed-voice { color: var(--carbon); background: var(--yellow); }
.speed-label { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.speed-label small { max-width: 150px; opacity: 0.55; text-align: right; }
.speed-number { display: flex; gap: 14px; align-items: flex-end; margin: auto 0 10px; }
.speed-number strong { font-size: clamp(112px, 13vw, 188px); font-weight: 400; line-height: 0.75; letter-spacing: -0.09em; }
.speed-number span { margin-bottom: 8px; font-size: 14px; }
.speed-side > p { margin: 26px 0 0; color: currentColor; opacity: 0.64; font-size: 13px; }
.speed-ratio { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; color: var(--carbon); background: var(--paper); text-align: center; }
.speed-ratio span { font-size: 28px; letter-spacing: -0.05em; }
.speed-ratio small { font-size: 9px; line-height: 1.3; text-transform: uppercase; }
.typing-track { display: flex; gap: 6px; align-items: end; height: 76px; border-bottom: 1px solid rgba(243, 240, 232, 0.22); }
.typing-track i { width: 5px; height: 20%; background: rgba(243, 240, 232, 0.38); }
.typing-track i:nth-child(3n) { height: 48%; }
.typing-track i:nth-child(5n) { height: 72%; }
.spectrum { display: flex; gap: 5px; align-items: center; height: 76px; border-bottom: 1px solid rgba(16, 16, 16, 0.18); }
.spectrum i { width: 3px; height: 22%; background: var(--carbon); animation: spectrum 950ms ease-in-out infinite alternate; }
.spectrum i:nth-child(2n) { height: 54%; animation-delay: -520ms; }
.spectrum i:nth-child(3n) { height: 86%; animation-delay: -740ms; }
.spectrum i:nth-child(5n) { height: 38%; animation-delay: -280ms; }
.instant-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.instant-outcomes span { padding: 22px 18px; border-right: 1px solid var(--line); font-size: 12px; text-align: center; }
.instant-outcomes span:last-child { border-right: 0; }
.metric-note { max-width: 720px; margin: 18px 0 0; color: #85857e; font-size: 9px; }
.metric-note a { border-bottom: 1px solid currentColor; }

/* Movement */
.movement { position: relative; overflow: hidden; min-height: 720px; margin-top: 16px; border-radius: var(--radius); color: var(--paper); background: var(--carbon) url("assets/walkingpad-story-h3-frame-v1.webp") 61% center / cover no-repeat; }
.movement-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.movement-media { transition: opacity 280ms ease; }
.movement-media.is-loop-fading { opacity: 0; }
.movement::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 9, 9, 0.72) 0%, rgba(9, 9, 9, 0.18) 52%, rgba(9, 9, 9, 0.05) 100%); content: ""; }
.movement-copy { position: absolute; z-index: 2; top: 50%; left: 7%; width: min(480px, 42%); transform: translateY(-50%); }
.movement-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 74px); font-weight: 400; line-height: 0.94; letter-spacing: -0.06em; }
.movement-copy > p:last-child { max-width: 420px; margin: 22px 0 0; color: rgba(243, 240, 232, 0.72); font-size: 14px; }
.walking-state { position: absolute; z-index: 2; right: 5%; bottom: 6%; width: min(410px, 38%); padding: 20px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 14px; color: var(--paper); background: rgba(16, 16, 16, 0.72); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.walking-state > div { display: flex; gap: 10px; align-items: center; color: rgba(243, 240, 232, 0.62); font-size: 9px; }
.walking-state > div span:last-child { margin-left: auto; }
.walking-state p { margin: 18px 0 20px; font-size: 22px; line-height: 1.12; letter-spacing: -0.035em; }
.walking-state small { padding-bottom: 3px; border-bottom: 2px solid var(--yellow); color: rgba(243, 240, 232, 0.74); }

/* Team knowledge */
.center-heading { max-width: 840px; margin: 0 auto 58px; text-align: center; }
.center-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); font-weight: 400; line-height: 0.96; letter-spacing: -0.06em; }
.center-heading > p:last-child { max-width: 640px; margin: 20px auto 0; color: var(--ink-soft); font-size: 14px; }
.knowledge-pipeline { display: grid; grid-template-columns: 0.9fr 42px 1.12fr 42px 1fr; align-items: stretch; }
.knowledge-step { position: relative; overflow: hidden; min-height: 470px; border-radius: 18px; background: var(--blue-grey); }
.knowledge-upload > img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.knowledge-upload::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(9, 9, 9, 0.82)); content: ""; }
.scan-beam { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 2px; background: var(--yellow); box-shadow: 0 0 24px var(--yellow); animation: scan 4.8s var(--ease) infinite; }
.step-meta { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; padding: 26px; }
.knowledge-upload .step-meta { position: absolute; right: 0; bottom: 0; left: 0; color: var(--paper); }
.step-meta > span { grid-row: 1 / 3; font-size: 10px; }
.step-meta strong { font-size: 16px; font-weight: 400; }
.step-meta small { color: currentColor; opacity: 0.56; font-size: 9px; }
.pipeline-arrow { display: grid; place-items: center; color: #85857e; font-size: 22px; }
.vocabulary-bank { display: flex; flex-direction: column; padding-bottom: 18px; }
.term-row { display: flex; flex: 1; flex-direction: column; justify-content: center; margin-inline: 26px; border-top: 1px solid var(--line); }
.term-row b { font-size: 31px; font-weight: 400; letter-spacing: -0.05em; }
.term-row span { color: var(--ink-soft); font-size: 10px; }
.vocabulary-result { display: flex; flex-direction: column; color: var(--paper); background: var(--carbon); }
.short-form,
.long-form { margin-inline: 26px; padding: 24px 0; border-top: 1px solid rgba(243, 240, 232, 0.18); }
.short-form span,
.long-form span { display: block; margin-bottom: 10px; color: rgba(243, 240, 232, 0.52); font-size: 9px; text-transform: uppercase; }
.short-form b,
.long-form b { font-size: 19px; font-weight: 400; line-height: 1.24; }
.short-form b { color: var(--yellow); }
.long-form { margin-top: auto; }
.transformation-heading { max-width: 840px; margin: 140px auto 54px; text-align: center; }
.transformation-heading h3 { margin: 0; font-size: clamp(44px, 5.4vw, 68px); font-weight: 400; line-height: 0.98; letter-spacing: -0.06em; }
.transformation-heading > p:last-child { max-width: 650px; margin: 20px auto 0; color: var(--ink-soft); font-size: 14px; }
.mail-stage { display: grid; grid-template-columns: 0.72fr 62px 1.28fr; align-items: center; min-height: 650px; padding: clamp(34px, 5vw, 66px); border-radius: var(--radius); background: #dadddf; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7); }
.raw-window { display: flex; flex-direction: column; min-height: 455px; padding: 22px; border-radius: 16px; color: var(--paper); background: var(--carbon); box-shadow: var(--shadow); }
.raw-top { display: flex; gap: 9px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.16); color: rgba(243, 240, 232, 0.62); font-size: 9px; letter-spacing: 0.08em; }
.raw-top span:last-child { margin-left: auto; }
.raw-window > p { margin: auto 0; color: rgba(243, 240, 232, 0.68); font-size: clamp(25px, 2.35vw, 34px); line-height: 1.08; letter-spacing: -0.04em; }
.raw-window mark { padding-inline: 0.08em; color: var(--paper); background: transparent; border-bottom: 3px solid var(--yellow); }
.raw-footer { display: flex; justify-content: space-between; align-items: end; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.16); color: rgba(243, 240, 232, 0.48); font-size: 9px; }
.raw-footer .voice-wave { height: 30px; }
.transform-mark { display: flex; flex-direction: column; gap: 8px; align-items: center; color: #6d6d67; }
.transform-mark span { font-size: 24px; }
.transform-mark small { font-size: 7px; letter-spacing: 0.1em; writing-mode: vertical-rl; }
.mail-window { width: 100%; overflow: hidden; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.mail-top { display: flex; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 10px; }
.mail-window dl { margin: 0; padding-inline: 28px; }
.mail-window dl div { display: grid; grid-template-columns: 80px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.mail-window dt { color: #7b7b75; }
.mail-window dd { margin: 0; }
.mail-content { min-height: 300px; padding: 32px clamp(32px, 5vw, 72px); font-size: 14px; }
.mail-content p { margin: 0 0 16px; }
.mail-content mark { background: var(--yellow); }
.send-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 28px; border-top: 1px solid var(--line); }
.send-row button { min-width: 74px; min-height: 38px; padding: 9px 17px; border: 0; border-radius: 7px; color: var(--paper); background: var(--carbon); font-size: 11px; transition: background 180ms ease, transform 180ms var(--ease); }
.send-row button:hover { background: #30302e; }
.send-row button:active { transform: scale(0.96); }
.send-row button.is-sent { color: var(--carbon); background: var(--yellow); }
.send-row span { color: #74746d; font-size: 10px; }

/* Profiles */
.profiles { padding-top: 40px; }
.profiles-heading { display: grid; grid-template-columns: 1fr minmax(300px, 0.58fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.profiles-heading .section-kicker { grid-column: 1 / -1; }
.profiles-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 74px); font-weight: 400; line-height: 0.96; letter-spacing: -0.06em; }
.profiles-heading > p:last-child { margin: 0 0 6px; color: var(--ink-soft); font-size: 14px; }
.profile-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-tabs button { min-height: 58px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; transition: color 180ms ease, background 180ms ease; }
.profile-tabs button:last-child { border-right: 0; }
.profile-tabs button:hover { background: rgba(16, 16, 16, 0.04); }
.profile-tabs button[aria-selected="true"] { color: var(--carbon); background: var(--yellow); }
.profile-stage { display: grid; grid-template-columns: 0.72fr 1.28fr; min-height: 610px; margin-top: 24px; overflow: hidden; border-radius: var(--radius); background: var(--blue-grey); }
.profile-copy { display: flex; flex-direction: column; padding: 48px; color: var(--paper); background: var(--carbon); }
.profile-copy > span { font-size: 9px; letter-spacing: 0.1em; }
.profile-copy h3 { margin: auto 0 18px; font-size: clamp(39px, 4.4vw, 58px); font-weight: 400; line-height: 0.96; letter-spacing: -0.055em; }
.profile-copy > p { margin: 0; color: rgba(243, 240, 232, 0.64); font-size: 13px; }
.profile-rules { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.profile-rules span { padding: 8px 10px; border: 1px solid rgba(243, 240, 232, 0.24); border-radius: 6px; color: rgba(243, 240, 232, 0.72); font-size: 9px; }
.profile-preview { width: min(660px, calc(100% - 80px)); margin: 64px auto 0; overflow: hidden; border-radius: 15px 15px 0 0; background: var(--white); box-shadow: var(--shadow); }
.preview-toolbar { display: flex; justify-content: space-between; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 10px; }
.preview-toolbar span:last-child { color: #6f6f68; }
.preview-page { padding: 56px clamp(36px, 6vw, 76px); }
.preview-page small { font-size: 9px; letter-spacing: 0.1em; }
.preview-page h4 { margin: 60px 0 24px; font-size: clamp(30px, 3.4vw, 46px); font-weight: 400; line-height: 0.98; letter-spacing: -0.055em; }
.preview-page p { max-width: 530px; margin: 0; font-size: 14px; }
.app-row { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.app-row span { display: flex; gap: 10px; justify-content: center; align-items: center; min-height: 76px; border-right: 1px solid var(--line); color: #54544f; font-size: 12px; }
.app-row span:last-child { border-right: 0; }
.app-row b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; color: var(--paper); background: var(--carbon); font-size: 12px; font-weight: 500; }

/* EU */
.eu-story { position: relative; overflow: hidden; min-height: 700px; margin-top: 24px; border-radius: var(--radius); color: var(--paper); background: var(--carbon); }
.eu-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.eu-story::after { position: absolute; inset: 0; background: rgba(9, 9, 9, 0.5); content: ""; }
.eu-overlay { position: absolute; z-index: 2; inset: auto 7% 10%; display: grid; grid-template-columns: 210px 1fr; gap: 58px; align-items: end; }
.eu-emblem { position: relative; display: grid; place-items: center; width: 190px; height: 190px; border-radius: 50%; color: var(--yellow); background: #173f8f; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3); }
.eu-emblem > span { font-size: 32px; letter-spacing: -0.04em; }
.eu-emblem i { position: absolute; top: 16px; left: 92px; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); transform-origin: 3px 79px; }
.eu-emblem i:nth-of-type(2) { transform: rotate(30deg); }
.eu-emblem i:nth-of-type(3) { transform: rotate(60deg); }
.eu-emblem i:nth-of-type(4) { transform: rotate(90deg); }
.eu-emblem i:nth-of-type(5) { transform: rotate(120deg); }
.eu-emblem i:nth-of-type(6) { transform: rotate(150deg); }
.eu-emblem i:nth-of-type(7) { transform: rotate(180deg); }
.eu-emblem i:nth-of-type(8) { transform: rotate(210deg); }
.eu-emblem i:nth-of-type(9) { transform: rotate(240deg); }
.eu-emblem i:nth-of-type(10) { transform: rotate(270deg); }
.eu-emblem i:nth-of-type(11) { transform: rotate(300deg); }
.eu-emblem i:nth-of-type(12) { transform: rotate(330deg); }
.eu-overlay h2 { margin: 0; font-size: clamp(48px, 5.5vw, 70px); font-weight: 400; line-height: 0.95; letter-spacing: -0.06em; }
.eu-overlay > div:last-child > p:not(.section-kicker) { max-width: 650px; margin: 20px 0 0; color: rgba(243, 240, 232, 0.7); font-size: 13px; }
.eu-facts { display: flex; gap: 10px; margin-top: 30px; }
.eu-facts span { padding: 8px 11px; border: 1px solid rgba(243, 240, 232, 0.3); border-radius: 6px; font-size: 9px; }

/* FAQ and closing */
.faq { padding-block: 130px 150px; }
.faq > h2 { margin: 0 0 50px; font-size: 30px; font-weight: 400; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; padding: 22px 0; cursor: pointer; font-size: 13px; list-style: none; transition: padding 200ms var(--ease); }
.faq summary:hover { padding-right: 8px; }
.faq summary::after { content: "+"; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 700px; margin: 0; padding: 0 0 25px; color: var(--ink-soft); font-size: 12px; }
.closing { padding-top: 110px; background: #e5e8ec; }
.closing-inner { display: flex; justify-content: space-between; align-items: center; min-height: 330px; }
.closing h2 { margin: 0; font-size: clamp(42px, 5.2vw, 68px); font-weight: 400; line-height: 0.95; letter-spacing: -0.06em; }
.closing-inner p { margin: 14px 0 0; color: var(--ink-soft); }
.closing-icon { width: 130px; filter: drop-shadow(0 18px 28px rgba(16, 16, 16, 0.13)); transform: rotate(-8deg); }
.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; min-height: 210px; padding-block: 60px 30px; border-top: 1px solid rgba(16, 16, 16, 0.12); font-size: 10px; }
.footer img { width: 95px; }
.footer span:last-child { justify-self: end; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }

@keyframes pulse { 50% { opacity: 0.35; box-shadow: 0 0 0 9px rgba(245, 255, 39, 0); } }
@keyframes wave { to { transform: scaleY(0.35); } }
@keyframes spectrum { to { transform: scaleY(0.28); opacity: 0.58; } }
@keyframes caret { 50% { opacity: 0; } }
@keyframes scan { 0%, 8% { transform: translateY(0); opacity: 0; } 15% { opacity: 1; } 80% { opacity: 1; } 90%, 100% { transform: translateY(465px); opacity: 0; } }

@media (max-width: 980px) {
  .header { grid-template-columns: 1fr auto; }
  .header nav { display: none; }
  .workflow-raw { left: 5%; width: 48%; }
  .workflow-result { right: 5%; width: 52%; }
  .velocity-intro,
  .profiles-heading { grid-template-columns: 1fr; gap: 24px; }
  .speed-stage { grid-template-columns: 1fr 84px 1fr; }
  .speed-side { padding: 30px; }
  .knowledge-pipeline { grid-template-columns: 1fr 30px 1fr; }
  .knowledge-pipeline .pipeline-arrow:nth-of-type(2),
  .vocabulary-result { display: none; }
  .mail-stage { grid-template-columns: 0.78fr 52px 1.22fr; padding: 34px; }
  .profile-stage { grid-template-columns: 0.85fr 1.15fr; }
  .eu-overlay { grid-template-columns: 150px 1fr; gap: 34px; }
  .eu-emblem { width: 140px; height: 140px; }
  .eu-emblem i { top: 12px; left: 68px; transform-origin: 3px 58px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding-block: 88px; }
  .header { height: 66px; }
  .header-action { display: none; }
  .hero { min-height: 1120px; padding-bottom: 78px; }
  .hero-copy { padding-top: 43px; }
  .origin-line { max-width: 310px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; font-size: 8px; }
  .origin-separator { display: none; }
  .hero-kicker { margin-bottom: 13px; font-size: 10px; }
  .hero h1 { font-size: clamp(43px, 13vw, 55px); }
  .hero-lede { max-width: 360px; font-size: 14px; }
  .hero-atmosphere { background-position: 54% top; background-size: auto 780px; }
  .hero-atmosphere::after { inset-block-start: 66%; }
  .desktop-wrap { width: calc(100% - 10px); margin-top: 42px; }
  .workflow-window { min-height: 650px; border-radius: 12px; box-shadow: 0 28px 64px rgba(61, 61, 42, 0.14), 0 0 0 5px rgba(255, 255, 255, 0.36); }
  .workflow-bar { grid-template-columns: 1fr auto 1fr; }
  .workflow-scene { min-height: 608px; background-position: 48% center; }
  .workflow-raw { top: 38px; left: 4%; width: 88%; min-height: 180px; padding: 18px 18px 20px; }
  .workflow-raw > p { margin: 25px 0 18px; font-size: 24px; }
  .workflow-spectrum { height: 27px; }
  .workflow-result { top: 184px; right: 4%; width: 76%; min-height: 330px; padding: 28px 20px 22px; }
  .workflow-result > p { font-size: 37px; }

  .velocity-intro h2,
  .profiles-heading h2 { font-size: 43px; }
  .velocity-intro > p:last-child,
  .profiles-heading > p:last-child { font-size: 14px; }
  .speed-stage { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  .speed-side { min-height: 430px; padding: 26px; }
  .speed-ratio { min-height: 100px; }
  .speed-ratio small { display: none; }
  .speed-number strong { font-size: 134px; }
  .instant-outcomes { grid-template-columns: 1fr; }
  .instant-outcomes span { border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .instant-outcomes span:last-child { border-bottom: 0; }

  .movement { width: 100%; min-height: 720px; border-radius: 0; }
  .movement-media { object-position: 61% center; }
  .movement::after { background: linear-gradient(180deg, rgba(9, 9, 9, 0.18), rgba(9, 9, 9, 0.82)); }
  .movement-copy { top: auto; right: 20px; bottom: 210px; left: 20px; width: auto; transform: none; }
  .movement-copy h2 { font-size: 48px; }
  .walking-state { right: 20px; bottom: 28px; left: 20px; width: auto; }
  .walking-state p { font-size: 20px; }

  .center-heading { text-align: left; }
  .center-heading h2 { font-size: 44px; }
  .center-heading > p:last-child { font-size: 14px; }
  .knowledge-pipeline { grid-template-columns: 1fr; gap: 14px; }
  .knowledge-pipeline .pipeline-arrow { min-height: 42px; transform: rotate(90deg); }
  .knowledge-pipeline .pipeline-arrow:nth-of-type(2),
  .vocabulary-result { display: grid; }
  .knowledge-step { min-height: 420px; }
  .vocabulary-result { display: flex; }
  .transformation-heading { margin-top: 96px; text-align: left; }
  .transformation-heading h3 { font-size: 42px; }
  .transformation-heading > p:last-child { font-size: 14px; }
  .mail-stage { grid-template-columns: 1fr; gap: 14px; min-height: 520px; margin-inline: -14px; padding: 22px 14px; border-radius: 0; }
  .raw-window { min-height: 360px; }
  .raw-window > p { font-size: 27px; }
  .transform-mark { flex-direction: row; justify-content: center; }
  .transform-mark span { transform: rotate(90deg); }
  .transform-mark small { writing-mode: initial; }
  .mail-content { min-height: 240px; padding: 25px; font-size: 14px; }
  .mail-window dl div { font-size: 13px; }
  .send-row button { min-height: 44px; }
  .send-row span { display: none; }

  .profiles { padding-top: 12px; }
  .profile-tabs { grid-template-columns: repeat(2, 1fr); }
  .profile-tabs button { min-height: 52px; border-bottom: 1px solid var(--line); }
  .profile-tabs button:last-child { grid-column: 1 / -1; }
  .profile-stage { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  .profile-copy { min-height: 430px; padding: 28px; }
  .profile-copy h3 { font-size: 44px; }
  .profile-preview { width: calc(100% - 28px); min-height: 420px; margin-top: 28px; }
  .preview-page { padding: 34px 24px; }
  .preview-page h4 { margin-top: 48px; font-size: 32px; }
  .app-row { grid-template-columns: 1fr 1fr; }
  .app-row span { justify-content: flex-start; min-height: 60px; padding-inline: 16px; border-bottom: 1px solid var(--line); font-size: 12px; }

  .eu-story { width: 100%; min-height: 720px; border-radius: 0; }
  .eu-story > img { object-position: 62% center; }
  .eu-overlay { inset: auto 20px 34px; grid-template-columns: 1fr; gap: 26px; }
  .eu-emblem { width: 108px; height: 108px; }
  .eu-emblem > span { font-size: 24px; }
  .eu-emblem i { top: 9px; left: 52px; width: 4px; height: 4px; transform-origin: 2px 45px; }
  .eu-overlay h2 { font-size: 38px; line-height: 0.98; }
  .eu-overlay > div:last-child > p:not(.section-kicker) { font-size: 14px; }
  .eu-facts { flex-wrap: wrap; }

  .faq { padding-block: 90px 100px; }
  .faq summary,
  .faq details p { font-size: 14px; }
  .closing { padding-top: 70px; }
  .closing-inner { align-items: flex-start; min-height: 380px; }
  .closing-icon { width: 80px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer span:nth-child(2) { display: none; }
  .mobile-cta { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; min-height: 64px; padding: 21px 16px; background: var(--yellow); font-size: 13px; font-weight: 500; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(100%); transition: opacity 220ms ease, transform 320ms var(--ease), visibility 0s linear 320ms; }
  .mobile-cta.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
}

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