:root {
  --bg: #050914;
  --bg-soft: #080e1d;
  --panel: rgba(13, 24, 43, 0.76);
  --panel-strong: rgba(16, 29, 52, 0.94);
  --panel-light: rgba(20, 36, 64, 0.66);
  --line: rgba(155, 190, 235, 0.16);
  --line-bright: rgba(115, 173, 255, 0.38);
  --text: #f6f8ff;
  --muted: #9ba9c2;
  --dim: #61718c;
  --blue: #5fa9ff;
  --cyan: #42d7e4;
  --purple: #9b78ff;
  --violet: #6f5bff;
  --gold: #f1b567;
  --orange: #f27c62;
  --green: #70e0ae;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --radius: 18px;
  --max-width: 1360px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; min-width: 320px; }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
::selection { background: rgba(112, 102, 255, 0.4); color: #fff; }

.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--cyan); color: #031016; font-size: 12px; font-weight: 800; left: 14px; padding: 10px 14px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 14px; }
.site-shell { min-height: 100vh; overflow: hidden; position: relative; }
.ambient { border-radius: 50%; filter: blur(12px); pointer-events: none; position: absolute; z-index: 0; }
.ambient-blue { background: rgba(35, 112, 255, 0.16); height: 460px; right: -160px; top: 40px; width: 560px; }
.ambient-purple { background: rgba(116, 72, 255, 0.11); height: 600px; left: -280px; top: 540px; width: 600px; }
.ambient-grid { background-image: linear-gradient(rgba(105, 149, 205, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 149, 205, 0.075) 1px, transparent 1px); background-size: 74px 74px; height: 620px; left: 0; mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent); opacity: .45; right: 0; top: 0; }

.site-header { align-items: center; backdrop-filter: blur(18px); background: rgba(5, 9, 20, 0.76); border-bottom: 1px solid rgba(155, 190, 235, 0.1); display: grid; gap: 24px; grid-template-columns: auto 1fr auto; margin: 0 auto; max-width: 1440px; min-height: 78px; padding: 17px 34px; position: relative; z-index: 20; }
.brand { align-items: center; display: inline-flex; gap: 10px; min-width: max-content; }
.brand-mark { align-items: flex-end; background: linear-gradient(145deg, #65c8ff, #7258ff 68%, #ac65ff); border-radius: 10px 5px 10px 5px; box-shadow: 0 0 22px rgba(91, 118, 255, 0.42); display: inline-flex; gap: 3px; height: 31px; justify-content: center; overflow: hidden; padding: 6px 7px; position: relative; transform: rotate(45deg); width: 31px; }
.brand-mark::after { background: var(--bg); border-radius: 50%; content: ""; height: 12px; left: 9px; position: absolute; top: 9px; width: 12px; }
.brand-mark i { background: rgba(255, 255, 255, .85); border-radius: 4px; display: block; height: 13px; position: relative; transform: rotate(-45deg); width: 2px; z-index: 1; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 10px; }
.brand-mark b { border-bottom: 2px solid #fff; border-right: 2px solid #fff; height: 6px; position: absolute; right: 7px; top: 12px; transform: rotate(-45deg); width: 6px; z-index: 2; }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { font-size: 17px; letter-spacing: -.04em; }
.brand-copy small { color: var(--dim); font-size: 8px; letter-spacing: .08em; }
.main-nav { align-items: center; display: flex; gap: clamp(14px, 2vw, 31px); justify-content: center; }
.main-nav a, .login-link { color: var(--muted); font-size: 12px; position: relative; transition: color .2s ease; }
.main-nav a::after { background: var(--blue); bottom: -12px; content: ""; height: 2px; left: 50%; opacity: 0; position: absolute; transform: translateX(-50%); transition: opacity .2s ease, width .2s ease; width: 0; }
.main-nav a:hover, .main-nav a.active, .login-link:hover { color: var(--text); }
.main-nav a:hover::after, .main-nav a.active::after { opacity: 1; width: 22px; }
.header-actions { align-items: center; display: flex; gap: 18px; }
.button { align-items: center; border: 0; border-radius: 10px; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; gap: 18px; justify-content: center; min-height: 48px; padding: 0 20px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, #427ef5, #8355ef); box-shadow: 0 10px 26px rgba(91, 91, 255, .22), inset 0 1px rgba(255, 255, 255, .25); color: #fff; }
.button-primary:hover { box-shadow: 0 14px 30px rgba(91, 91, 255, .38), inset 0 1px rgba(255, 255, 255, .35); }
.button-ghost { border: 1px solid var(--line-bright); background: rgba(10, 20, 39, .46); color: var(--text); }
.button-ghost:hover { background: rgba(52, 88, 146, .24); border-color: var(--blue); }
.button-small { border-radius: 8px; min-height: 37px; padding: 0 15px; }
.menu-toggle { background: rgba(13, 25, 45, .8); border: 1px solid var(--line); border-radius: 10px; display: none; height: 39px; padding: 0; position: relative; width: 42px; }
.menu-toggle span { background: var(--text); height: 1px; left: 12px; position: absolute; transition: transform .2s ease; width: 17px; }
.menu-toggle span:first-child { top: 15px; }
.menu-toggle span:last-child { top: 22px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.section-wrap { margin-left: auto; margin-right: auto; max-width: var(--max-width); padding-left: 30px; padding-right: 30px; position: relative; z-index: 1; }
.hero { align-items: center; display: grid; gap: 44px; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); min-height: 668px; padding-bottom: 76px; padding-top: 65px; }
.hero-copy { padding-bottom: 24px; position: relative; z-index: 2; }
.hero-badge, .section-eyebrow, .micro-label, .task-label, .room-topbar, .room-live, .drama-kicker { letter-spacing: .16em; text-transform: uppercase; }
.hero-badge { align-items: center; color: #9dbdf1; display: inline-flex; font-size: 10px; gap: 9px; }
.pulse-dot, .proof-signal, .evolution-dot, .signal-dot { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); display: inline-block; height: 6px; width: 6px; }
.badge-divider { background: var(--line-bright); height: 15px; width: 1px; }
.hero-kicker { color: var(--blue); font-size: 22px; letter-spacing: .22em; margin: 38px 0 10px; }
.hero h1 { font-size: clamp(58px, 7.3vw, 105px); font-weight: 780; letter-spacing: -.105em; line-height: .98; margin: 0; max-width: 720px; }
.hero h1 span { background: linear-gradient(115deg, #fff, #8ec7ff 35%, #9b78ff 76%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-slogan { color: #e7edfa; font-size: clamp(23px, 2.5vw, 35px); letter-spacing: -.07em; line-height: 1.22; margin: 27px 0 0; }
.hero-slogan strong { background: linear-gradient(100deg, #fff, #829eff 57%, #af79ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { color: var(--muted); font-size: 15px; line-height: 1.9; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-note { color: var(--dim); font-size: 11px; margin: 22px 0 0; }
.hero-note span { color: var(--cyan); margin-right: 6px; }

.control-room-wrap { min-height: 490px; padding: 20px 12px 25px 0; position: relative; }
.control-room { background: linear-gradient(145deg, rgba(16, 32, 58, .84), rgba(7, 15, 29, .93)); border: 1px solid rgba(105, 164, 239, .34); border-radius: 22px; box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, .025); min-height: 487px; overflow: hidden; padding: 15px 18px; position: relative; }
.control-room::before { background: linear-gradient(100deg, transparent, rgba(91, 170, 255, .14), transparent); content: ""; height: 1px; left: 12%; position: absolute; top: 54px; width: 76%; }
.room-glow { border-radius: 50%; filter: blur(15px); pointer-events: none; position: absolute; }
.room-glow-one { background: rgba(64, 142, 255, .28); height: 220px; right: -50px; top: -70px; width: 300px; }
.room-glow-two { background: rgba(131, 78, 255, .18); bottom: 52px; height: 240px; left: 10px; width: 240px; }
.room-topbar { align-items: center; color: var(--dim); display: flex; font-size: 8px; gap: 13px; justify-content: space-between; position: relative; z-index: 1; }
.window-dots { display: inline-flex; gap: 4px; }
.window-dots i { background: #456182; border-radius: 50%; height: 5px; width: 5px; }
.window-dots i:first-child { background: var(--orange); }
.room-live { align-items: center; color: var(--cyan); display: inline-flex; gap: 6px; letter-spacing: .08em; }
.room-live i { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 8px var(--cyan); height: 5px; width: 5px; }
.room-header { align-items: end; display: flex; justify-content: space-between; margin: 31px 10px 0; position: relative; z-index: 1; }
.micro-label { color: var(--dim); display: block; font-size: 8px; }
.room-header h2 { font-size: 24px; letter-spacing: -.06em; margin: 7px 0 0; }
.room-time { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.network-stage { height: 322px; margin-top: 8px; position: relative; }
.stage-radar { border: 1px solid rgba(91, 158, 255, .14); border-radius: 50%; height: 245px; left: 50%; position: absolute; top: 37px; transform: translateX(-50%); width: 390px; }
.stage-radar::before, .stage-radar::after { border: 1px solid rgba(91, 158, 255, .11); border-radius: 50%; content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.stage-radar::before { height: 70%; width: 70%; }
.stage-radar::after { border-color: rgba(153, 110, 255, .12); height: 42%; width: 42%; }
.network-lines { height: 320px; inset: 0; overflow: visible; position: absolute; width: 100%; }
.network-lines path { stroke-width: 1.2; }
.network-lines circle { filter: drop-shadow(0 0 5px currentColor); }
.agent-node { align-items: center; backdrop-filter: blur(12px); background: rgba(12, 25, 45, .78); border: 1px solid rgba(107, 165, 237, .28); border-radius: 10px; box-shadow: 0 11px 26px rgba(0, 0, 0, .22); display: flex; gap: 9px; min-width: 135px; padding: 9px 10px; position: absolute; z-index: 2; }
.agent-node b, .agent-node small { display: block; }
.agent-node b { font-size: 11px; font-weight: 700; }
.agent-node small { color: var(--muted); font-size: 8px; margin-top: 4px; }
.node-icon, .agent-avatar, .chain-avatar { align-items: center; background: linear-gradient(145deg, #315fa4, #6e5cef); border-radius: 9px; color: white; display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 800; height: 30px; justify-content: center; width: 30px; }
.icon-purple { background: linear-gradient(145deg, #8456df, #c070ff); }
.icon-cyan { background: linear-gradient(145deg, #258db6, #40d4ce); }
.icon-blue { background: linear-gradient(145deg, #2b70d2, #5ab9ff); }
.node-signal { background: var(--green); border-radius: 50%; box-shadow: 0 0 8px var(--green); height: 5px; margin-left: auto; width: 5px; }
.node-signal.muted { background: var(--dim); box-shadow: none; }
.node-script { left: 1%; top: 36px; }
.node-director { right: 1%; top: 31px; }
.node-design { bottom: 40px; left: 2%; }
.node-data { bottom: 43px; right: 1%; }
.core-agent { align-items: center; display: flex; flex-direction: column; left: 50%; position: absolute; top: 85px; transform: translateX(-50%); z-index: 3; }
.core-avatar { align-items: center; background: radial-gradient(circle at 36% 30%, #1b8ed3, #5f4ed9 62%, #211c68); border: 1px solid rgba(167, 205, 255, .6); border-radius: 50%; box-shadow: 0 0 50px rgba(90, 114, 255, .55), inset 0 0 30px rgba(64, 205, 255, .23); display: flex; height: 93px; justify-content: center; position: relative; width: 93px; }
.core-avatar::before { border: 1px solid rgba(163, 205, 255, .72); border-radius: 50%; content: ""; height: 65px; position: absolute; width: 65px; }
.core-avatar span { color: white; font-size: 34px; font-weight: 800; letter-spacing: -.16em; margin-left: -6px; position: relative; z-index: 1; }
.core-avatar i { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 10px var(--cyan); height: 6px; margin: 17px 0 0 5px; width: 6px; }
.core-ring { border: 1px solid rgba(85, 183, 255, .37); border-radius: 50%; height: 123px; position: absolute; top: -15px; width: 123px; }
.ring-one { border-left-color: transparent; border-right-color: rgba(163, 120, 255, .7); transform: rotate(31deg); }
.ring-two { border-bottom-color: rgba(62, 216, 224, .72); border-top-color: transparent; height: 138px; top: -22px; transform: rotate(-26deg); width: 138px; }
.core-name { font-size: 15px; font-weight: 800; margin-top: 17px; }
.core-agent small { color: var(--dim); font-size: 7px; letter-spacing: .16em; margin-top: 7px; }
.stage-caption { align-items: center; bottom: 11px; color: var(--muted); display: flex; font-size: 9px; gap: 7px; left: 50%; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.stage-caption i { background: var(--purple); border-radius: 50%; box-shadow: 0 0 10px var(--purple); height: 5px; width: 5px; }
.room-activity { border-top: 1px solid var(--line); padding: 14px 11px 2px; position: relative; z-index: 1; }
.activity-title { color: var(--dim); display: flex; font-size: 8px; justify-content: space-between; letter-spacing: .13em; }
.activity-row { align-items: center; border-bottom: 1px solid rgba(155, 190, 235, .08); display: flex; font-size: 10px; gap: 10px; padding: 11px 0; }
.activity-row:last-child { border: 0; }
.activity-row b { color: var(--blue); font-size: 10px; margin-left: auto; }
.activity-icon { color: var(--purple); font-style: normal; }
.activity-icon.blue { color: var(--cyan); }
.activity-progress { letter-spacing: 3px; }
.room-float { align-items: center; backdrop-filter: blur(16px); background: rgba(12, 24, 45, .87); border: 1px solid var(--line-bright); border-radius: 11px; box-shadow: 0 15px 30px rgba(0, 0, 0, .24); display: flex; gap: 9px; padding: 10px 12px; position: absolute; z-index: 3; }
.room-float small, .room-float b { display: block; }
.room-float small { color: var(--dim); font-size: 8px; }
.room-float b { font-size: 11px; margin-top: 4px; }
.float-left { bottom: 2px; left: -19px; }
.float-right { right: -13px; top: 73px; }
.float-icon, .float-check { align-items: center; background: rgba(81, 108, 255, .18); border-radius: 8px; color: var(--blue); display: inline-flex; height: 28px; justify-content: center; width: 28px; }
.float-check { background: rgba(54, 216, 222, .14); color: var(--cyan); }
.float-bars { align-items: end; display: flex; gap: 2px; height: 17px; margin-left: 8px; }
.float-bars em { background: var(--cyan); border-radius: 2px; display: block; height: 7px; opacity: .75; width: 3px; }
.float-bars em:nth-child(2) { height: 14px; }
.float-bars em:nth-child(3) { height: 10px; }
.float-bars em:nth-child(4) { height: 16px; }

.proof-strip { align-items: center; background: linear-gradient(100deg, rgba(12, 26, 49, .9), rgba(16, 25, 51, .74)); border: 1px solid rgba(122, 166, 226, .18); border-radius: 16px; box-shadow: 0 20px 60px rgba(0, 0, 0, .16); display: grid; grid-template-columns: repeat(3, 1fr) 1.05fr; margin-bottom: 35px; padding-bottom: 18px; padding-top: 18px; }
.proof-item { border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; padding: 0 25px; }
.proof-item:first-child { padding-left: 24px; }
.proof-item:last-child { border: 0; }
.proof-item strong { font-size: 18px; letter-spacing: -.04em; }
.proof-item span:not(.proof-signal) { color: var(--muted); font-size: 10px; }
.proof-note { align-items: center; flex-direction: row; gap: 9px; justify-content: center; }

.task-composer-section, .agents-section, .team-section, .solution-section, .roadmap { padding-bottom: 118px; padding-top: 110px; }
.section-heading h2 { font-size: clamp(39px, 5vw, 66px); font-weight: 780; letter-spacing: -.09em; line-height: 1.06; margin: 0; }
.section-heading h2 span, .heading-description, .heading-aside p { color: var(--muted); }
.section-eyebrow { color: var(--blue); font-size: 10px; font-weight: 800; margin: 0 0 20px; }
.section-heading-row { align-items: end; display: flex; gap: 46px; justify-content: space-between; }
.heading-aside { max-width: 320px; }
.heading-aside p, .heading-description { font-size: 13px; line-height: 1.85; margin: 16px 0 0; }
.section-tag { align-items: center; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; font-size: 10px; gap: 7px; padding: 7px 10px; }
.section-tag i, .status-pill i, .coming-soon i, .build-callout i { background: currentColor; border-radius: 50%; box-shadow: 0 0 8px currentColor; display: inline-block; height: 5px; width: 5px; }
.tag-blue { border-color: rgba(95, 169, 255, .35); color: var(--blue); }
.tag-purple { border-color: rgba(155, 120, 255, .32); color: var(--purple); }

.composer-board { background: linear-gradient(135deg, rgba(12, 26, 49, .96), rgba(8, 15, 30, .94)); border: 1px solid rgba(105, 164, 239, .26); border-radius: var(--radius); box-shadow: var(--shadow); display: grid; gap: 0; grid-template-columns: 1.06fr .94fr; margin-top: 48px; overflow: hidden; }
.task-composer { border-right: 1px solid var(--line); padding: 30px 34px 26px; }
.composer-topline, .simulation-head, .example-head, .task-summary-top { align-items: center; display: flex; justify-content: space-between; }
.task-label, .composer-status, .simulation-badge, .example-state { color: var(--dim); font-size: 9px; }
.composer-status, .example-state { align-items: center; color: var(--green); display: inline-flex; gap: 7px; }
.composer-status i, .example-state i { background: currentColor; border-radius: 50%; box-shadow: 0 0 8px currentColor; height: 5px; width: 5px; }
.task-composer label { color: var(--text); display: block; font-size: 13px; font-weight: 700; margin: 32px 0 10px; }
.task-composer textarea, .reserve-form input, .reserve-form select { appearance: none; background: rgba(6, 14, 28, .76); border: 1px solid rgba(117, 164, 224, .2); border-radius: 10px; color: var(--text); display: block; font-size: 14px; line-height: 1.6; outline: none; padding: 14px 15px; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; width: 100%; }
.task-composer textarea:focus, .reserve-form input:focus, .reserve-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(95, 169, 255, .1); }
.task-composer textarea::placeholder, .reserve-form input::placeholder { color: #657692; }
.quick-prompts { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.quick-prompts > span { color: var(--dim); font-size: 10px; margin-right: 2px; }
.quick-prompts button { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); cursor: pointer; font-size: 10px; padding: 7px 9px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.quick-prompts button:hover { background: rgba(95, 169, 255, .1); border-color: var(--blue); color: var(--text); }
.direction-grid { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); }
.direction-option { background: rgba(8, 17, 33, .7); border: 1px solid var(--line); border-radius: 11px; cursor: pointer; min-height: 87px; padding: 12px; text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.direction-option:hover { border-color: rgba(95, 169, 255, .5); transform: translateY(-2px); }
.direction-option.is-selected { background: linear-gradient(145deg, rgba(63, 111, 210, .28), rgba(103, 77, 200, .22)); border-color: var(--blue); box-shadow: inset 0 0 24px rgba(71, 117, 232, .12); }
.direction-option span, .direction-option b, .direction-option small { display: block; }
.direction-option span { color: var(--cyan); font-size: 16px; margin-bottom: 9px; }
.direction-option b { font-size: 11px; }
.direction-option small { color: var(--dim); font-size: 9px; margin-top: 5px; }
.composer-submit { margin-top: 24px; width: 100%; }
.composer-boundary, .form-privacy, .form-notice, .composer-notice { color: var(--dim); font-size: 10px; line-height: 1.7; margin: 13px 0 0; }
.composer-boundary span { color: var(--cyan); margin-right: 6px; }
.composer-notice, .form-notice { color: var(--cyan); }
.simulation-panel { background: radial-gradient(circle at 84% 14%, rgba(100, 76, 255, .2), transparent 31%), rgba(10, 20, 40, .64); min-height: 100%; padding: 30px 34px 26px; }
.simulation-head { align-items: start; }
.simulation-head h3 { font-size: 22px; letter-spacing: -.06em; margin: 9px 0 0; }
.simulation-badge { border: 1px solid rgba(66, 215, 228, .32); border-radius: 999px; color: var(--cyan); padding: 6px 9px; }
.simulation-progress { background: rgba(155, 190, 235, .12); border-radius: 999px; height: 4px; margin-top: 35px; overflow: hidden; }
.simulation-progress span { background: linear-gradient(90deg, var(--cyan), var(--purple)); border-radius: inherit; display: block; height: 100%; transition: width .4s ease; width: 0; }
.simulation-steps { margin-top: 17px; }
.simulation-step { align-items: center; border-bottom: 1px solid rgba(155, 190, 235, .11); display: grid; gap: 12px; grid-template-columns: 29px 1fr auto; min-height: 56px; opacity: .54; transition: opacity .25s ease; }
.simulation-step:last-child { border-bottom: 0; }
.simulation-step.is-active, .simulation-step.is-done, .simulation-step.is-ready { opacity: 1; }
.step-orb { align-items: center; border: 1px solid var(--line-bright); border-radius: 50%; color: var(--blue); display: inline-flex; font-size: 8px; height: 25px; justify-content: center; width: 25px; }
.simulation-step.is-active .step-orb { background: rgba(95, 169, 255, .18); border-color: var(--cyan); box-shadow: 0 0 16px rgba(66, 215, 228, .32); color: var(--cyan); }
.simulation-step.is-done .step-orb { background: rgba(112, 224, 174, .14); border-color: var(--green); color: var(--green); }
.simulation-step b, .simulation-step small { display: block; }
.simulation-step b { font-size: 12px; }
.simulation-step small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.simulation-step > i { color: var(--dim); font-style: normal; font-size: 19px; }
.simulation-step.is-active > i { color: var(--cyan); }
.simulation-footer { align-items: center; background: rgba(8, 16, 31, .68); border: 1px solid var(--line); border-radius: 9px; color: var(--muted); display: flex; font-size: 10px; gap: 9px; margin-top: 18px; padding: 12px; }
.simulation-footer b { color: var(--text); font-size: 10px; margin-left: auto; white-space: nowrap; }

.status-legend { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 18px; }
.status-legend span { align-items: center; color: var(--muted); display: inline-flex; font-size: 9px; gap: 6px; }
.status-legend i, .status-pill i { border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
.dot-ready, .status-pill.ready i { background: var(--green); box-shadow: 0 0 8px var(--green); }
.dot-building, .status-pill.building i { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.dot-planning, .status-pill.planning i { background: var(--dim); }
.agent-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 48px; }
.agent-card { background: linear-gradient(150deg, rgba(17, 32, 56, .9), rgba(9, 18, 35, .82)); border: 1px solid var(--line); border-radius: 15px; display: flex; flex-direction: column; min-height: 247px; overflow: hidden; padding: 19px; position: relative; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.agent-card::before { background: linear-gradient(110deg, rgba(95, 169, 255, .22), transparent 48%); content: ""; height: 1px; left: 15%; position: absolute; top: 0; width: 70%; }
.agent-card:hover { border-color: var(--line-bright); box-shadow: 0 18px 45px rgba(0, 0, 0, .23); transform: translateY(-4px); }
.agent-card-featured { background: radial-gradient(circle at 92% 3%, rgba(77, 111, 247, .23), transparent 36%), linear-gradient(150deg, rgba(20, 43, 78, .93), rgba(9, 18, 35, .86)); border-color: rgba(95, 169, 255, .34); }
.agent-card-head { align-items: start; display: flex; justify-content: space-between; }
.agent-avatar { border-radius: 11px; height: 43px; width: 43px; }
.avatar-script, .chain-avatar.avatar-script { background: linear-gradient(145deg, #2d74bd, #7859ee); }
.avatar-director, .chain-avatar.avatar-director { background: linear-gradient(145deg, #8459e4, #d270d3); }
.avatar-design { background: linear-gradient(145deg, #1e9bb8, #4ed6bf); }
.avatar-data { background: linear-gradient(145deg, #2864c5, #69baff); }
.avatar-code { background: linear-gradient(145deg, #33426d, #5a65a7); }
.avatar-market { background: linear-gradient(145deg, #c26178, #8d55dc); }
.status-pill { align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); display: inline-flex; font-size: 9px; gap: 6px; padding: 6px 8px; }
.status-pill.ready { border-color: rgba(112, 224, 174, .24); color: var(--green); }
.status-pill.building { border-color: rgba(241, 181, 103, .24); color: var(--gold); }
.status-pill.planning { color: var(--dim); }
.agent-card-body { flex: 1; padding-top: 28px; }
.agent-code { color: var(--dim); font-size: 8px; letter-spacing: .14em; }
.agent-card h3 { font-size: 24px; letter-spacing: -.07em; margin: 11px 0 0; }
.agent-card p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 10px 0 0; max-width: 250px; }
.agent-card-foot { align-items: center; border-top: 1px solid var(--line); color: var(--dim); display: flex; font-size: 10px; justify-content: space-between; padding-top: 14px; }
.card-arrow { color: var(--blue); font-size: 17px; transition: transform .2s ease; }
.agent-card:hover .card-arrow { transform: translate(3px, -2px); }

.team-panel { background: radial-gradient(circle at 7% 7%, rgba(74, 107, 230, .2), transparent 29%), linear-gradient(145deg, rgba(14, 29, 54, .95), rgba(7, 15, 30, .94)); border: 1px solid rgba(110, 159, 230, .25); border-radius: 20px; box-shadow: var(--shadow); padding: 43px 38px 32px; }
.team-heading { align-items: start; }
.evolution-note { border-left: 1px solid var(--line-bright); max-width: 280px; padding: 3px 0 4px 18px; }
.evolution-note b { align-items: center; color: var(--cyan); display: flex; font-size: 11px; gap: 8px; }
.evolution-note p { color: var(--dim); font-size: 10px; line-height: 1.7; margin: 11px 0 0; }
.team-flow { align-items: stretch; display: grid; gap: 7px; grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr; margin-top: 50px; }
.flow-card { background: rgba(9, 20, 38, .75); border: 1px solid var(--line); border-radius: 12px; min-height: 150px; padding: 15px; position: relative; }
.flow-card.active { background: linear-gradient(145deg, rgba(47, 98, 190, .28), rgba(64, 66, 169, .13)); border-color: rgba(95, 169, 255, .44); }
.flow-index { color: var(--dim); font-size: 9px; letter-spacing: .1em; }
.flow-icon { color: var(--cyan); display: block; font-size: 27px; margin-top: 25px; }
.flow-card h3 { font-size: 14px; letter-spacing: -.05em; margin: 12px 0 0; }
.flow-card p { color: var(--muted); font-size: 10px; line-height: 1.6; margin: 7px 0 0; }
.flow-arrow { align-self: center; color: var(--blue); font-size: 21px; text-align: center; }
.collab-example { background: rgba(4, 12, 25, .62); border: 1px solid var(--line); border-radius: 13px; margin-top: 26px; padding: 17px 18px 18px; }
.example-head { gap: 14px; justify-content: flex-start; }
.example-head > b { font-size: 12px; }
.example-state { margin-left: auto; }
.example-chain { align-items: center; display: flex; gap: 10px; justify-content: space-between; margin-top: 20px; }
.chain-person, .chain-result { align-items: center; display: flex; flex-direction: column; min-width: 80px; text-align: center; }
.chain-avatar { border: 1px solid rgba(133, 183, 255, .42); height: 38px; width: 38px; }
.avatar-actor { background: linear-gradient(145deg, #aa5a87, #de9b6a); }
.avatar-shoot { background: linear-gradient(145deg, #377fc0, #45c9dd); }
.chain-person b, .chain-result b { font-size: 10px; margin-top: 8px; }
.chain-person small, .chain-result small { color: var(--dim); font-size: 9px; margin-top: 4px; }
.chain-line { background: linear-gradient(90deg, var(--blue), rgba(95, 169, 255, .08)); height: 1px; min-width: 20px; position: relative; }
.chain-line::after { border-bottom: 3px solid transparent; border-left: 4px solid var(--blue); border-top: 3px solid transparent; content: ""; position: absolute; right: 0; top: -2px; }
.chain-result { background: rgba(40, 172, 183, .1); border: 1px solid rgba(66, 215, 228, .28); border-radius: 10px; padding: 10px 11px; }
.chain-result > span { color: var(--cyan); font-size: 18px; }
.chain-result b { color: var(--cyan); }

.drama-board { background: radial-gradient(circle at 85% 10%, rgba(139, 78, 219, .23), transparent 36%), linear-gradient(145deg, rgba(32, 19, 55, .96), rgba(8, 14, 28, .94)); border: 1px solid rgba(154, 120, 255, .3); border-radius: 20px; box-shadow: var(--shadow); margin-top: 48px; overflow: hidden; padding: 38px 38px 27px; position: relative; }
.drama-board::after { background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(155, 120, 255, .035) 16px, transparent 17px 33px); content: ""; inset: 0 0 0 56%; pointer-events: none; position: absolute; }
.drama-copy, .story-pipeline, .drama-footnote { position: relative; z-index: 1; }
.drama-kicker { color: var(--purple); font-size: 9px; }
.drama-copy h3 { font-size: clamp(33px, 4.5vw, 58px); letter-spacing: -.09em; line-height: 1.05; margin: 20px 0 0; }
.drama-copy h3 em { color: #b28dff; font-style: normal; }
.drama-copy p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 19px 0 0; max-width: 390px; }
.build-callout { align-items: center; border: 1px solid rgba(241, 181, 103, .32); border-radius: 999px; color: var(--gold); display: inline-flex; font-size: 10px; gap: 8px; margin-top: 22px; padding: 8px 11px; }
.story-pipeline { align-items: center; display: flex; gap: 7px; margin-top: 42px; }
.story-step { background: rgba(7, 15, 30, .7); border: 1px solid var(--line); border-radius: 10px; flex: 1; min-height: 103px; padding: 13px 11px; }
.story-step.active { background: rgba(87, 69, 172, .26); border-color: rgba(155, 120, 255, .58); box-shadow: 0 0 24px rgba(111, 91, 255, .12); }
.story-step.muted { opacity: .62; }
.story-step span, .story-step b, .story-step small { display: block; }
.story-step span { color: var(--purple); font-size: 9px; }
.story-step b { font-size: 13px; margin-top: 19px; }
.story-step small { color: var(--muted); font-size: 9px; margin-top: 6px; }
.story-connector { background: linear-gradient(90deg, var(--purple), rgba(155, 120, 255, .1)); flex: 0 0 20px; height: 1px; position: relative; }
.story-connector::after { border-bottom: 3px solid transparent; border-left: 4px solid var(--purple); border-top: 3px solid transparent; content: ""; position: absolute; right: 0; top: -2px; }
.drama-footnote { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 11px; gap: 9px; line-height: 1.7; margin-top: 27px; padding-top: 18px; }
.drama-footnote strong { color: var(--gold); font-weight: 700; }
.footnote-mark { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: inline-flex; flex: 0 0 auto; font-size: 10px; height: 18px; justify-content: center; width: 18px; }

.roadmap { border-top: 1px solid var(--line); }
.roadmap-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 48px; }
.roadmap-card { background: linear-gradient(145deg, rgba(15, 30, 53, .9), rgba(8, 16, 31, .85)); border: 1px solid var(--line); border-radius: 14px; min-height: 292px; overflow: hidden; padding: 23px; position: relative; }
.roadmap-building { background: linear-gradient(145deg, rgba(46, 31, 27, .75), rgba(15, 20, 35, .92)); border-color: rgba(241, 181, 103, .3); }
.roadmap-future { background: linear-gradient(145deg, rgba(24, 24, 53, .8), rgba(9, 17, 34, .92)); border-color: rgba(155, 120, 255, .29); }
.roadmap-card-top { align-items: center; display: flex; justify-content: space-between; }
.roadmap-phase { color: var(--dim); font-size: 9px; letter-spacing: .16em; }
.roadmap-label { border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; padding: 6px 9px; }
.roadmap-building .roadmap-label { border-color: rgba(241, 181, 103, .33); color: var(--gold); }
.roadmap-future .roadmap-label { border-color: rgba(155, 120, 255, .33); color: var(--purple); }
.roadmap-time { color: var(--blue); font-size: 10px; letter-spacing: .15em; margin: 53px 0 15px; }
.roadmap-building .roadmap-time { color: var(--gold); }
.roadmap-future .roadmap-time { color: var(--purple); }
.roadmap-card h3 { font-size: 22px; letter-spacing: -.07em; margin: 0; }
.roadmap-card p:last-of-type { color: var(--muted); font-size: 11px; line-height: 1.8; margin: 15px 0 0; max-width: 280px; }
.roadmap-line { background: var(--blue); bottom: 0; height: 3px; left: 0; position: absolute; width: 100%; }
.roadmap-building .roadmap-line { background: var(--gold); }
.roadmap-future .roadmap-line { background: var(--purple); }

.band-section { align-items: center; background: linear-gradient(105deg, rgba(19, 39, 72, .8), rgba(11, 20, 40, .65)); border: 1px solid var(--line); border-radius: 16px; display: grid; gap: 24px; grid-template-columns: 58px 1fr auto; margin-bottom: 22px; padding-bottom: 25px; padding-top: 25px; }
.band-icon { align-items: center; background: rgba(95, 169, 255, .11); border: 1px solid rgba(95, 169, 255, .4); border-radius: 13px; color: var(--blue); display: flex; font-size: 23px; height: 48px; justify-content: center; width: 48px; }
.band-section .section-eyebrow { margin-bottom: 8px; }
.band-section h2 { font-size: 22px; letter-spacing: -.06em; margin: 0; }
.band-section h2 span { color: var(--muted); }
.band-section p:not(.section-eyebrow) { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 8px 0 0; }
.text-link { color: var(--blue); font-size: 11px; white-space: nowrap; }
.text-link span { font-size: 16px; margin-left: 8px; }
.developer-strip { align-items: center; display: grid; gap: 42px; grid-template-columns: 140px 1fr 1fr; padding-bottom: 112px; padding-top: 75px; }
.developer-grid { align-items: center; display: grid; gap: 8px; grid-template-columns: repeat(3, 12px); justify-content: center; transform: rotate(-16deg); }
.developer-grid i { background: linear-gradient(180deg, var(--blue), var(--purple)); border-radius: 3px; display: block; height: 12px; opacity: .65; width: 12px; }
.developer-grid i:nth-child(2n) { height: 25px; }
.developer-grid i:nth-child(3n) { background: var(--cyan); height: 18px; }
.developer-strip h2 { font-size: clamp(30px, 4.5vw, 55px); letter-spacing: -.09em; line-height: 1.08; margin: 0; }
.developer-strip h2 span { color: var(--muted); }
.developer-copy { border-left: 1px solid var(--line); padding-left: 28px; }
.developer-copy p { color: var(--muted); font-size: 12px; line-height: 1.85; margin: 0; max-width: 300px; }
.coming-soon { align-items: center; color: var(--purple); display: inline-flex; font-size: 10px; gap: 7px; margin-top: 16px; }

.reserve { background: radial-gradient(circle at 82% 4%, rgba(84, 72, 219, .24), transparent 32%), linear-gradient(145deg, rgba(20, 29, 62, .98), rgba(8, 15, 29, .95)); border: 1px solid rgba(111, 124, 255, .32); border-radius: 20px; display: grid; gap: 56px; grid-template-columns: 1fr minmax(310px, .77fr); margin-bottom: 106px; overflow: hidden; padding-bottom: 55px; padding-top: 55px; }
.reserve-glow { background: rgba(71, 129, 255, .2); border-radius: 50%; filter: blur(50px); height: 270px; left: 30%; pointer-events: none; position: absolute; top: -190px; width: 430px; }
.reserve-copy, .reserve-form { position: relative; z-index: 1; }
.reserve-copy h2 { font-size: clamp(39px, 5vw, 67px); letter-spacing: -.1em; line-height: 1.05; margin: 0; }
.reserve-copy h2 span { color: #aeb8ff; }
.reserve-copy > p:not(.section-eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.9; margin: 23px 0 0; max-width: 400px; }
.reserve-points { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 25px; }
.reserve-points span { align-items: center; color: var(--muted); display: inline-flex; font-size: 10px; gap: 7px; }
.reserve-points i { align-items: center; background: rgba(112, 224, 174, .13); border: 1px solid rgba(112, 224, 174, .3); border-radius: 50%; color: var(--green); display: inline-flex; font-size: 9px; font-style: normal; height: 16px; justify-content: center; width: 16px; }
.reserve-form { border-left: 1px solid var(--line); padding-left: 46px; }
.form-title { align-items: center; color: var(--blue); display: flex; font-size: 10px; gap: 11px; letter-spacing: .14em; margin-bottom: 28px; }
.form-title i { background: linear-gradient(90deg, var(--blue), transparent); display: block; height: 1px; width: 90px; }
.reserve-form label { color: var(--muted); display: block; font-size: 11px; margin: 0 0 8px; }
.reserve-form label small { color: var(--dim); font-size: 9px; margin-left: 7px; }
.reserve-form label sup { color: var(--orange); font-size: 12px; margin-left: 3px; }
.reserve-form input, .reserve-form select { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; margin-bottom: 22px; padding: 0 0 11px; }
.reserve-form select { color: var(--muted); }
.reserve-form option { background: #0d1730; color: var(--text); }
.form-submit { margin-top: 3px; width: 100%; }
.form-privacy { margin-top: 13px; }

.about-section { border-top: 1px solid var(--line); display: grid; gap: 60px; grid-template-columns: 1.05fr .95fr; padding-bottom: 105px; padding-top: 80px; }
.about-heading h2 { font-size: clamp(34px, 4.5vw, 57px); letter-spacing: -.09em; line-height: 1.08; margin: 0; }
.about-heading h2 span { color: var(--muted); }
.about-copy { border-left: 1px solid var(--line); padding-left: 33px; }
.about-copy > p { color: var(--muted); font-size: 13px; line-height: 1.9; margin: 0; max-width: 430px; }
.collab-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.collab-tags span { border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; padding: 7px 10px; }
.collab-note { align-items: center; color: var(--dim); display: flex; font-size: 10px; gap: 8px; margin-top: 24px; }
.collab-note i { background: var(--purple); border-radius: 50%; height: 5px; width: 5px; }
.site-footer { border-top: 1px solid var(--line); padding-bottom: 36px; padding-top: 32px; }
.footer-main { align-items: center; display: flex; gap: 22px; justify-content: space-between; }
.footer-main > p { color: var(--muted); font-size: 11px; margin: 0; }
.footer-links, .footer-bottom div { display: flex; gap: 20px; }
.footer-links a, .footer-bottom { color: var(--dim); font-size: 10px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--blue); }
.footer-bottom { align-items: center; border-top: 1px solid rgba(155, 190, 235, .08); display: flex; justify-content: space-between; margin-top: 35px; padding-top: 20px; }
.footer-note { color: #4d5b72; font-size: 9px; line-height: 1.7; margin: 22px 0 0; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: auto 1fr auto; padding-left: 24px; padding-right: 24px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 11px; }
  .hero { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); }
  .agent-node { transform: scale(.9); }
  .team-panel { padding-left: 26px; padding-right: 26px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .main-nav { align-items: stretch; background: rgba(7, 14, 28, .98); border: 1px solid var(--line-bright); border-radius: 12px; display: none; flex-direction: column; gap: 0; left: 20px; padding: 8px; position: absolute; right: 20px; top: 70px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { bottom: 0; left: 12px; transform: none; }
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding-bottom: 58px; padding-top: 65px; }
  .hero-copy { width: 100%; }
  .control-room-wrap { margin-top: 16px; min-height: 500px; padding-right: 15px; width: min(100%, 720px); }
  .composer-board { grid-template-columns: 1fr; }
  .task-composer { border-bottom: 1px solid var(--line); border-right: 0; }
  .simulation-panel { min-height: auto; }
  .agent-grid { grid-template-columns: repeat(2, 1fr); }
  .team-flow { grid-template-columns: repeat(5, 1fr); }
  .flow-arrow { display: none; }
  .flow-card { min-height: 155px; }
  .example-chain { flex-wrap: wrap; }
  .chain-line { flex: 1; }
  .drama-board { padding-left: 27px; padding-right: 27px; }
  .story-pipeline { align-items: stretch; flex-wrap: wrap; }
  .story-step { flex: 1 1 30%; }
  .story-connector { flex: 0 0 20px; margin: auto 0; }
  .developer-strip { gap: 25px; grid-template-columns: 100px 1fr; }
  .developer-copy { grid-column: 2; }
}

@media (max-width: 620px) {
  .section-wrap { padding-left: 18px; padding-right: 18px; }
  .site-header { padding: 15px 18px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 53px; }
  .hero h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-kicker { font-size: 18px; margin-top: 29px; }
  .hero-slogan { font-size: 25px; }
  .hero-lead { font-size: 13px; }
  .hero-actions .button { flex: 1; min-width: 145px; }
  .control-room-wrap { min-height: 405px; padding-right: 2px; }
  .control-room { min-height: 395px; padding: 13px 12px; }
  .room-header { margin-top: 22px; }
  .room-header h2 { font-size: 19px; }
  .network-stage { height: 270px; }
  .network-lines { height: 270px; }
  .stage-radar { height: 190px; top: 35px; width: 300px; }
  .agent-node { min-width: 111px; padding: 7px; transform: scale(.75); transform-origin: center; }
  .node-script { left: -16px; top: 23px; }
  .node-director { right: -16px; top: 23px; }
  .node-design { bottom: 25px; left: -16px; }
  .node-data { bottom: 27px; right: -16px; }
  .core-agent { top: 74px; }
  .core-avatar { height: 73px; width: 73px; }
  .core-avatar span { font-size: 28px; }
  .core-ring { height: 100px; top: -13px; width: 100px; }
  .ring-two { height: 113px; top: -20px; width: 113px; }
  .core-name { font-size: 13px; margin-top: 14px; }
  .float-left { bottom: -8px; left: 0; }
  .float-right { right: 0; top: 54px; }
  .room-float { padding: 8px; }
  .room-float small { font-size: 7px; }
  .room-float b { font-size: 10px; }
  .float-bars { display: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .proof-item { border-bottom: 1px solid var(--line); min-height: 76px; padding: 16px 15px; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(3), .proof-item:nth-child(4) { border-bottom: 0; }
  .proof-item strong { font-size: 15px; }
  .proof-note { justify-content: flex-start; }
  .task-composer-section, .agents-section, .team-section, .solution-section, .roadmap { padding-bottom: 83px; padding-top: 82px; }
  .section-heading-row { align-items: start; flex-direction: column; gap: 25px; }
  .section-heading h2 { font-size: clamp(36px, 11vw, 56px); }
  .heading-aside, .heading-description { max-width: 100%; }
  .composer-board, .drama-board { margin-top: 31px; }
  .task-composer, .simulation-panel { padding: 23px 18px; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-option { min-height: 66px; padding: 10px 12px 10px 42px; position: relative; }
  .direction-option span { left: 13px; margin: 0; position: absolute; top: 21px; }
  .direction-option b { display: inline; }
  .direction-option small { display: inline; margin-left: 5px; }
  .simulation-head h3 { font-size: 19px; }
  .agent-grid, .roadmap-grid { grid-template-columns: 1fr; }
  .agent-card { min-height: 220px; }
  .team-panel { border-radius: 15px; padding: 25px 17px 20px; }
  .team-flow { gap: 8px; grid-template-columns: repeat(5, minmax(105px, 1fr)); margin-right: -17px; overflow-x: auto; padding-right: 17px; }
  .flow-card { min-height: 141px; padding: 12px; }
  .flow-icon { margin-top: 19px; }
  .collab-example { overflow: hidden; padding-left: 13px; padding-right: 13px; }
  .example-head { align-items: start; flex-wrap: wrap; }
  .example-state { margin-left: 0; }
  .example-chain { align-items: flex-start; flex-wrap: nowrap; justify-content: start; margin-right: -13px; overflow-x: auto; padding-bottom: 5px; padding-right: 13px; }
  .chain-line { flex: 0 0 24px; margin-top: 19px; }
  .drama-board { padding: 25px 18px 21px; }
  .drama-copy h3 { font-size: 39px; }
  .story-pipeline { display: grid; gap: 7px; grid-template-columns: 1fr 1fr; }
  .story-connector { display: none; }
  .story-step { min-height: 94px; }
  .story-step b { margin-top: 13px; }
  .drama-footnote { align-items: flex-start; }
  .band-section { align-items: start; grid-template-columns: 48px 1fr; padding: 20px 18px; }
  .band-section .text-link { grid-column: 2; }
  .band-section h2 { font-size: 19px; }
  .developer-strip { grid-template-columns: 65px 1fr; padding-bottom: 84px; padding-top: 57px; }
  .developer-copy { grid-column: 1 / -1; padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 20px; }
  .reserve { display: block; margin-bottom: 73px; padding-bottom: 28px; padding-top: 31px; }
  .reserve-copy h2 { font-size: 43px; }
  .reserve-form { border-left: 0; border-top: 1px solid var(--line); margin-top: 34px; padding-left: 0; padding-top: 27px; }
  .about-section { display: block; padding-bottom: 75px; padding-top: 60px; }
  .about-copy { border-left: 0; border-top: 1px solid var(--line); margin-top: 28px; padding-left: 0; padding-top: 23px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

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