* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; line-height: 1.85; letter-spacing: .015em; }
a { color: var(--teal-dark); text-underline-offset: .3em; }
button, select, textarea { font: inherit; }
a, button, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
[hidden] { display: none !important; }
.page-width { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 12px; background: white; z-index: 99; }
.skip-link:focus { top: 12px; }
.guest-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.header-inner { min-height: 88px; display: flex; gap: 32px; align-items: center; }
.header-inner .wordmark-lockup { margin-right: auto; --lockup-width: 246px; }
.header-inner nav { display: flex; gap: 28px; }
.header-inner nav a { font-size: 14px; font-weight: 650; text-decoration: none; padding-block: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; background: var(--teal); color: #fff; border: 1px solid transparent; border-radius: 6px; min-height: 54px; padding: 13px 23px; text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1.6; cursor: pointer; }
.button:hover { background: var(--teal-dark); }
.button-small { min-height: 44px; padding: 9px 20px; font-size: 14px; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { line-height: 1.5; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(32px, 3.2vw, 46px); font-weight: 750; }
h1 > span { display: block; }
h1 .headline-phrase { display: inline-block; white-space: nowrap; }
h2 { font-size: clamp(27px, 2.75vw, 38px); font-weight: 700; }
h3 { font-size: 20px; }
.accent { color: var(--teal); }
.hero { padding-block: 70px 76px; display: grid; grid-template-columns: 1.12fr 1fr; gap: 58px; align-items: center; }
.hero-statement { font-size: 19px; font-weight: 650; margin-top: 22px; }
.hero-lead { margin-top: 20px; font-size: 17px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 25px; margin-top: 30px; }
.text-link { font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.status-note { font-size: 12px; color: var(--muted); margin-top: 22px; max-width: 430px; }
.connection { background: var(--canvas); border: 1px solid var(--line); border-radius: 14px; padding: 27px 32px 16px; --hero-play: paused; }
.connection.is-visible { --hero-play: running; }
.graph-guest { display: flex; justify-content: center; align-items: center; gap: 13px; background: #fff; border: 1px solid #c8dddf; border-radius: 8px; width: 88%; margin-inline: auto; padding: 13px; }
.graph-guest strong { display: block; font-size: 19px; }
.graph-guest span:not(.actor-dot) { display: block; color: var(--muted); font-size: 11px; }
.actor-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.graph-edge { height: 37px; display: flex; justify-content: center; align-items: center; gap: 8px; position: relative; }
.graph-edge > span { color: var(--teal); font-size: 25px; line-height: 1; }
.graph-edge strong { font-size: 11px; font-weight: 600; color: var(--muted); }
.read-edge::after { content: ''; position: absolute; top: 4px; left: calc(50% - 56px); width: 3px; height: 12px; border-radius: 3px; background: var(--teal); opacity: 0; }
.connection.can-animate .read-edge::after { animation: reference-flow 1.9s ease-in-out both; animation-play-state: var(--hero-play); }
.official-paper { background: #fff; border: 1px solid #b8d4d6; border-top: 3px solid var(--teal); padding: 17px 22px 19px; border-radius: 4px; box-shadow: 0 7px 22px #16334008; }
.paper-label { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 650; color: var(--muted); }
.paper-label span { color: var(--teal-dark); background: #edf6f5; border-radius: 3px; padding: 2px 7px; }
.official-paper > strong { display: block; font-size: 29px; margin-top: 6px; }
.official-paper > p { font-size: 13px; color: var(--muted); }
.paper-topics { display: flex; gap: 9px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.paper-topics span + span { border-left: 1px solid var(--line); padding-left: 9px; }
.graph-facility { display: flex; gap: 10px; align-items: center; }
.graph-proposal, .graph-human { flex: 1; text-align: center; padding: 12px 8px; border-radius: 6px; border: 1px solid var(--line); background: #fff; }
.graph-proposal span, .graph-human span { display: block; font-size: 11px; }
.graph-proposal strong, .graph-human strong { display: block; font-size: 14px; }
.graph-human { background: var(--ink); color: #fff; border-color: var(--ink); }
.graph-human span { color: #d1e3e6; }
.graph-arrow { color: var(--teal); font-size: 21px; }
.connection figcaption { font-size: 11px; text-align: center; color: var(--muted); margin-top: 16px; }
.motion-toggle { display: block; min-height: 36px; border: 0; border-bottom: 1px solid #bed0d5; background: transparent; color: var(--muted); margin: 9px auto 0; padding: 3px 10px; font-size: 11px; cursor: pointer; }
html[data-motion="off"] .connection { --hero-play: paused; }
@keyframes reference-flow { 0% { transform: translateY(16px); opacity: 0; } 25%, 65% { opacity: 1; } 100% { transform: translateY(-3px); opacity: 0; } }
.pale { background: var(--canvas); }
.section-lead { font-size: 17px; color: var(--muted); margin-top: 15px; }
.maintenance { border-top: 1px solid var(--line); padding-block: 50px 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 76px; }
.maintenance-intro h2 { font-size: clamp(25px, 2.3vw, 32px); }
.maintenance-intro p { color: var(--muted); font-size: 15px; margin-top: 18px; }
.maintenance-issues article { padding-left: 22px; border-left: 2px solid #b8d4d6; }
.maintenance-issues article + article { margin-top: 24px; }
.maintenance-issues h3 { font-size: 19px; }
.maintenance-issues p { font-size: 13px; color: var(--muted); margin-top: 8px; }
.maintenance-next { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid var(--line); }
.maintenance-next h3 { color: var(--teal-dark); font-size: 22px; }
.maintenance-next h3 span { display: inline-block; }
.maintenance-next p { max-width: 1000px; margin-top: 10px; font-size: 15px; color: var(--muted); }
.experience { padding-block: 64px 46px; }
.eyebrow { display: block; color: var(--teal-dark); font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.experience-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.guest-entry { list-style: none; padding: 0 0 5px; margin: 0; display: flex; flex-wrap: wrap; gap: 5px 8px; color: var(--muted); font-size: 11px; }
.guest-entry li + li::before { content: '→'; padding-right: 8px; color: var(--teal); }
.story { border: 1px solid #c7d9dd; border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 14px 32px #15324905; }
.story-caption { display: flex; align-items: center; gap: 12px 18px; padding: 13px 23px; border-bottom: 1px solid var(--line); background: #f9fbfb; }
.story-caption p { font-size: 11px; color: var(--muted); }
.story-badge { font-size: 11px; font-weight: 650; color: var(--teal-dark); white-space: nowrap; }
.story-navigation { padding: 18px 23px 0; display: flex; align-items: center; gap: 18px; }
.story-tabs { display: grid; grid-template-columns: repeat(4,1fr); flex: 1; gap: 7px; }
.story-tabs button { min-height: 45px; border: 1px solid var(--line); border-radius: 5px; padding: 8px 10px; background: #fff; color: var(--muted); font-size: 13px; cursor: pointer; font-weight: 650; }
.story-tabs button span { font-size: 10px; margin-right: 6px; opacity: .75; }
.story-tabs button[aria-selected="true"] { color: white; background: var(--teal); border-color: var(--teal); }
.story-tabs #story-tab-3[aria-selected="true"] { background: var(--ink); border-color: var(--ink); }
.story-tabs button:hover:not([aria-selected="true"]) { background: #f0f6f6; }
.quiet-button { border: 0; background: transparent; color: var(--teal-dark); font-size: 12px; min-height: 44px; padding: 9px 10px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.story-view-tools { display: flex; align-items: center; gap: 6px; }
.story-view-tools .quiet-button { white-space: nowrap; }
.story[data-enhanced="true"][data-view="steps"] .story-stage { min-height: 560px; }
.story-scene { padding: 29px 36px 32px; border-bottom: 1px solid var(--line); }
.story-scene:last-child { border-bottom: 0; }
.story[data-view="steps"] .story-scene { border-bottom: 0; }
html[data-motion="on"] .story[data-view="steps"] .story-scene:not([hidden]) { animation: scene-enter .28s ease-out both; }
@keyframes scene-enter { from { opacity: .35; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.scene-index { font-size: 11px; font-weight: 700; color: var(--teal-dark); }
.scene-heading h3 { font-size: clamp(22px,2.1vw,29px); margin-top: 6px; text-wrap: initial; }
.scene-heading > p { font-size: 14px; color: var(--muted); margin-top: 7px; }
.scene-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; margin-top: 23px; }
.scene-card { border: 1px solid var(--line); border-radius: 7px; background: #fff; padding: 21px 23px; min-width: 0; }
.card-label { color: var(--muted); font-size: 11px; font-weight: 600; }
.guest-question { background: #eff7f7; border-color: #c1dedf; border-radius: 9px 9px 0 9px; }
.guest-question blockquote { font-size: clamp(18px,1.55vw,22px); font-weight: 650; line-height: 1.75; margin-top: 12px; }
.question-condition { display: block; margin-top: 17px; font-size: 11px; color: var(--teal-dark); }
.qa-snippet h4 { font-size: 15px; margin: 12px 0 9px; text-wrap: initial; }
.scene-card p { font-size: 16px; line-height: 1.8; }
.scene-card p strong { font-weight: 700; }
.missing-detail { display: inline-block; margin-top: 17px; border-bottom: 2px solid #d19b50; font-size: 12px; color: #80511c; padding-bottom: 2px; }
.scene-key { display: flex; align-items: flex-start; gap: 16px; margin-top: 24px; padding: 16px 18px; background: #f5f5f1; border-radius: 5px; }
.human-label { background: var(--ink); color: #fff; padding: 4px 9px; border-radius: 3px; font-size: 11px; font-weight: 650; white-space: nowrap; }
.scene-key p { font-size: 14px; font-weight: 600; }
.scene-key small { display: block; font-size: 11px; font-weight: 400; color: var(--muted); margin-top: 5px; }
.recommendation { display: flex; flex-direction: column; border-left: 3px solid var(--teal); padding-left: 16px; margin-top: 19px; }
.recommendation strong { font-size: 17px; }
.recommendation span { font-size: 12px; color: var(--muted); }
.private-card { border-top: 3px solid #9eabb4; }
.public-card { border-top: 3px solid var(--teal); }
.channel-label { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; font-weight: 700; margin-bottom: 15px; }
.channel-label small { font-size: 10px; padding: 2px 6px; border-radius: 3px; background: #eef1f3; color: var(--muted); font-weight: 500; white-space: nowrap; }
.public-card .channel-label small { background: #edf7f5; color: var(--teal-dark); }
.confirmed-fact { background: #f6f3ed; border: 1px solid #e7dfd2; border-radius: 6px; padding: 14px 21px; margin-top: 20px; }
.confirmed-fact span { display: block; font-size: 11px; color: #725d42; }
.confirmed-fact strong { display: block; font-size: 19px; margin-top: 4px; }
.confirmed-fact em { font-style: normal; border-bottom: 2px solid #bc8b45; }
.decision-label { display: block; padding-top: 12px; margin-top: 16px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 600; color: var(--muted); }
.scene-aside { color: var(--muted); font-size: 12px; margin-top: 21px; }
.destination { display: block; font-size: 11px; color: var(--muted); margin-top: 15px; }
.published-card { background: #f0f8f7; border-color: #b9d6d3; border-top-color: var(--teal); }
.published-card h4 { font-size: 15px; margin-bottom: 9px; text-wrap: initial; }
.next-guest { display: grid; grid-template-columns: 145px 1fr; gap: 2px 14px; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; align-items: baseline; }
.next-guest > span { font-size: 12px; font-weight: 650; color: var(--teal-dark); }
.next-guest blockquote { font-size: 18px; font-weight: 650; }
.next-guest p { grid-column: 2; font-size: 11px; color: var(--muted); }
.story-controls { border-top: 1px solid var(--line); padding: 12px 23px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.story-pager { display: flex; align-items: center; gap: 7px; }
.story-controls p { font-size: 11px; color: var(--muted); min-height: 20px; }
button:disabled { opacity: .5; cursor: default; }
.operation-boundary { color: var(--muted); font-size: 12px; margin: 17px 4px 0; }
.information { display: flex; gap: 25px; align-items: baseline; padding-top: 26px; margin-top: 27px; border-top: 1px solid #d7e2e5; }
.information > div { flex: 1; }
.information h3 { font-size: 19px; }
.information p { color: var(--muted); font-size: 12px; margin-top: 9px; }
.inline-detail { max-width: 340px; }
.inline-detail summary { color: var(--teal-dark); font-size: 12px; }
.inline-detail[open] { flex: 1; }
.demo-status { margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 0 20px; }
.demo-status strong { font-size: 12px; }
.demo-status p { color: var(--muted); font-size: 11px; width: 100%; }
.demo-status .text-link { font-size: 12px; }
.start { padding-block: 65px; }
.delivery-status { font-size: 12px; color: var(--muted); margin-top: 16px; }
.delivery-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 28px; }
.delivery-role { border: 1px solid var(--line); border-top: 3px solid var(--teal); padding: 25px 27px; }
.delivery-label { color: var(--teal-dark); font-size: 11px; font-weight: 700; margin-bottom: 6px; }
.delivery-role h3 { font-size: 22px; text-wrap: initial; }
.kit-preview { margin-top: 20px; }
.kit-preview a { display: block; border: 1px solid var(--line); background: #f8f7f2; }
.kit-preview img { display: block; width: 100%; height: auto; aspect-ratio: 16/10; object-fit: contain; }
.kit-preview figcaption { color: var(--muted); font-size: 10px; line-height: 1.7; margin-top: 7px; }
.kit-purpose { font-size: 16px; font-weight: 650; margin-top: 18px; }
.kit-pieces, .setup-pieces { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 14px 0 0; padding: 0; }
.kit-pieces li { font-size: 11px; background: var(--canvas); border: 1px solid #e1e8e9; padding: 4px 9px; border-radius: 3px; }
.kit-prompt { font-size: 13px; padding: 10px 13px; margin-top: 13px; border-left: 2px solid var(--teal); background: #f3f8f8; }
.kit-prompt span { display: block; color: var(--muted); font-size: 10px; }
.setup-bridge { padding: 22px 27px; background: var(--canvas); margin-top: 22px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.setup-bridge h3 { font-size: 17px; }
.setup-bridge p { font-size: 12px; color: var(--muted); margin-top: 6px; }
.setup-pieces { margin: 0; justify-content: flex-end; flex: 0 1 380px; }
.setup-pieces li { font-size: 11px; border: 1px solid #c9dade; background: white; padding: 5px 10px; border-radius: 4px; white-space: nowrap; }
.start-summary { list-style: none; padding: 22px 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; font-size: 14px; font-weight: 650; }
.start-summary span { color: var(--teal); font-size: 11px; margin-right: 8px; }
.start-summary li + li { border-left: 1px solid var(--line); padding-left: 24px; }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; cursor: pointer; font-size: 15px; font-weight: 600; padding: 20px 32px 20px 0; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; top: 17px; font-size: 21px; font-weight: 400; color: var(--teal); }
details[open] > summary::after { content: '−'; }
.delivery-detail { border-top: 1px solid var(--line); }
.delivery-detail summary { font-size: 13px; }
.delivery-detail-body { padding: 0 0 23px; }
.delivery-detail-body h3 { font-size: 15px; margin-bottom: 8px; }
.delivery-detail-body p { font-size: 13px; color: var(--muted); margin-bottom: 17px; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.verification-note { padding: 21px 26px; border-left: 3px solid var(--teal); background: var(--canvas); margin-top: 22px; }
.verification-note h3 { font-size: 15px; }
.verification-note p { font-size: 12px; color: var(--muted); margin-top: 8px; }
.ownership { background: var(--ink); color: #fff; text-align: center; padding: 54px 0; }
.ownership-lead { font-size: 20px; margin: 18px 0 12px; }
.ownership p { line-height: 1.9; }
.ownership .page-width > p:not(.ownership-lead) { font-size: 15px; color: #d8e6eb; }
.cost-note { border-top: 1px solid #ffffff40; padding-top: 25px; margin: 29px auto 0; max-width: 780px; text-align: left; }
.cost-note h3 { font-size: 17px; }
.cost-note p { font-size: 13px; color: #d8e6eb; margin-top: 10px; }
.faq { padding-block: 62px; display: grid; grid-template-columns: 280px 1fr; gap: 55px; }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq details p { font-size: 14px; color: var(--muted); padding: 0 25px 23px 0; }
.ai-consultation { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; padding-block: 15px 66px; }
.ai-consultation-intro { padding-top: 22px; }
.ai-consultation-intro > p { margin-top: 20px; color: var(--muted); font-size: 16px; }
.ai-consultation-intro > a { margin-top: 20px; }
.service-ai-card { background: #f4f9f8; border: 1px solid #bed9d8; border-radius: 10px; padding: 28px; }
.service-ai-topics { border: 0; padding: 0; margin: 0 0 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.service-ai-topics legend { font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.service-ai-topics label { display: flex; cursor: pointer; position: relative; }
.service-ai-topics input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.service-ai-topics span { display: block; background: white; color: var(--teal-dark); border: 1px solid #bed0d3; border-radius: 5px; padding: 10px 12px; min-height: 44px; font-size: 13px; font-weight: 600; }
.service-ai-topics input:checked + span { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.service-ai-topics input:focus-visible + span { outline: 3px solid var(--teal); outline-offset: 3px; }
.service-ai-topics input:disabled + span { opacity: .6; cursor: default; }
.service-ai-copy, .service-ai-open { display: flex; align-items: center; gap: 13px; }
.ai-step { display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; background: white; color: var(--teal-dark); border: 1px solid #b7d0d1; width: 27px; height: 27px; border-radius: 50%; font-size: 12px; font-weight: 700; }
.service-ai-copy .button { min-height: 48px; padding: 11px 17px; font-size: 14px; }
#service-ai-status { min-height: 24px; color: var(--teal-dark); font-size: 12px; margin: 9px 0 17px 40px; }
.service-ai-open { align-items: flex-start; }
.service-ai-open p { font-size: 13px; font-weight: 650; }
.service-ai-providers { display: flex; flex-wrap: wrap; gap: 3px 20px; }
.service-ai-providers a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 700; }
.service-ai-card > .small-note { margin-top: 14px; }
.service-ai-details { margin-top: 18px; border-top: 1px solid #bed9d8; }
.service-ai-details summary { padding-block: 14px; font-size: 12px; }
.service-ai-details label { font-size: 12px; display: block; margin-bottom: 7px; }
.service-ai-details textarea { font-size: 12px; background: white; }
.service-ai-privacy { color: var(--muted); font-size: 11px; margin-top: 6px; }
#service-ai-inline-slot { min-width: 0; }
.service-ai-banner { position: fixed; z-index: 1000; right: 24px; bottom: calc(24px + env(safe-area-inset-bottom)); display: flex; align-items: center; width: 330px; padding: 8px; gap: 4px; background: #fff; border: 1px solid #b7cec0; border-radius: 13px; box-shadow: 0 9px 34px #183b3226; }
.service-ai-banner-main { display: flex; align-items: center; flex: 1; min-width: 0; min-height: 60px; border: 0; border-radius: 8px; color: #26342e; background: #fff; padding: 8px 10px; text-align: left; cursor: pointer; }
.service-ai-banner-main strong { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 650; line-height: 1.6; }
.service-ai-logos { display: inline-flex; align-items: center; gap: 8px; }
.service-ai-logos img { display: block; width: 18px; height: 18px; object-fit: contain; }
.service-ai-banner-main small { display: block; color: #5b6e63; font-size: 11px; line-height: 1.8; }
.service-ai-banner-main:hover { background: #edf3ed; }
.service-ai-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: none; border: 0; border-radius: 50%; color: #203f38; background: #edf3ed; cursor: pointer; }
.service-ai-icon-button:hover { background: #dfeadf; }
.service-ai-icon-button svg, .service-ai-compact svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.service-ai-compact { position: fixed; z-index: 1000; right: 24px; bottom: calc(24px + env(safe-area-inset-bottom)); display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; min-height: 50px; border: 1px solid #203f38; border-radius: 99px; background: #203f38; color: #fff; box-shadow: 0 6px 22px #183b3226; font-size: 14px; font-weight: 600; cursor: pointer; }
body.service-ai-dialog-open { overflow: hidden; }
.service-ai-dialog { inset: 0; width: min(760px, calc(100% - 48px)); max-width: none; max-height: 88vh; max-height: 88dvh; margin: auto; padding: 0; border: 1px solid #bccfc2; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 24px 80px #102b4240; overflow: hidden; }
.service-ai-dialog:not([open]) { display: none; }
.service-ai-dialog[open] { display: flex; flex-direction: column; }
.service-ai-dialog::backdrop { background: #162d285c; backdrop-filter: blur(2px); }
.service-ai-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 26px; flex: none; border-bottom: 1px solid var(--line); }
.service-ai-dialog-header > div > span { font-size: 11px; color: var(--teal-dark); }
.service-ai-dialog-header h2 { margin-top: 4px; font-size: 22px; line-height: 1.5; text-wrap: initial; }
.service-ai-dialog-header h2:focus { outline: none; }
.service-ai-dialog-body { min-height: 0; overflow: auto; overscroll-behavior: contain; }
.service-ai-dialog-body .service-ai-card { border: 0; border-radius: 0; padding: 22px 26px; background: white; }
.service-ai-dialog-footer { padding: 10px 26px; border-top: 1px solid var(--line); flex: none; }
.service-ai-dialog-footer a { display: inline-flex; align-items: center; min-height: 38px; font-size: 12px; }
.consultation { padding-block: 60px; }
.consultation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; }
.consultation-grid > div > p:not(.section-lead) { margin-top: 20px; font-size: 15px; color: var(--muted); }
.consultation-grid > div > .small-note, .small-note { font-size: 12px; line-height: 1.9; color: var(--muted); }
.consultation-content label { display: block; font-size: 15px; font-weight: 650; margin-bottom: 10px; }
.consultation-content label span { font-size: 12px; font-weight: 400; color: var(--muted); margin-left: 10px; }
textarea { resize: vertical; width: 100%; min-height: 180px; border: 1px solid #b4c4cb; border-radius: 5px; padding: 14px; color: var(--ink); background: white; font-size: 13px; line-height: 1.9; }
.copy-actions { display: flex; flex-wrap: wrap; gap: 0 10px; }
.copy-button { color: var(--teal-dark); background: white; border: 1px solid var(--teal); border-radius: 4px; cursor: pointer; min-height: 44px; margin-top: 10px; padding: 8px 16px; font-size: 13px; font-weight: 600; }
.copy-button:hover { background: #e7f2f2; }
#copy-status { min-height: 25px; margin: 8px 0 15px; color: var(--teal-dark); font-size: 12px; }
.consultation-content .small-note { margin-top: 17px; }
.guest-footer { display: flex; align-items: center; gap: 28px; padding-block: 30px; }
.guest-footer .wordmark-lockup { --lockup-width: 205px; margin-right: auto; }
.guest-footer nav { display: flex; gap: 24px; font-size: 12px; }
.guest-footer small { color: var(--muted); font-size: 11px; }
@media (max-width:1050px) {
  .page-width { width: calc(100% - 56px); }
  .hero { gap: 30px; padding-block: 48px; }
  .hero-statement { font-size: 16px; }
  .connection { padding: 23px 20px 15px; }
  .consultation-grid { gap: 35px; }
  .faq { grid-template-columns: 220px 1fr; gap: 30px; }
  .experience-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .story-navigation { align-items: stretch; flex-direction: column; gap: 2px; }
  .story-view-tools { justify-content: flex-end; }
  .story-view-tools .quiet-button { min-height: 35px; padding-block: 3px; }
  .setup-bridge { align-items: flex-start; flex-direction: column; gap: 12px; }
  .setup-pieces { flex-basis: auto; justify-content: flex-start; }
  .guest-footer { flex-wrap: wrap; }
}
@media (max-width:760px) {
  html { scroll-padding-top: 85px; }
  .page-width { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; gap: 12px; }
  .header-inner .wordmark-lockup { width: min(48vw,210px); flex-basis: min(48vw,210px); height: 40px; }
  .header-inner nav { display: none; }
  .button-small { padding: 8px 13px; font-size: 12px; min-height: 40px; }
  .hero, .consultation-grid, .faq, .ai-consultation { grid-template-columns: 1fr; }
  .ai-consultation { gap: 24px; padding-block: 0 44px; }
  .service-ai-card { padding: 21px 18px; }
  .service-ai-copy { gap: 10px; }
  .service-ai-copy .button { padding-inline: 11px; font-size: 13px; }
  #service-ai-status { margin-left: 0; }
  .hero { padding-block: 40px 44px; gap: 30px; }
  h1 { font-size: clamp(28px,7.6vw,43px); }
  .hero-statement, .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions .button { font-size: 14px; gap: 14px; }
  .status-note { max-width: none; }
  .connection { max-width: 480px; width: 100%; margin-inline: auto; }
  .maintenance { padding-block: 34px 40px; grid-template-columns: 1fr; gap: 25px; }
  .maintenance-intro h2 { font-size: 25px; }
  .maintenance-issues h3 { font-size: 18px; }
  .maintenance-next h3 { font-size: 20px; }
  .maintenance-next p { font-size: 14px; }
  .experience, .start, .faq { padding-block: 44px; }
  .section-lead { font-size: 15px; }
  .experience .page-width { width: calc(100% - 28px); }
  .experience-heading { padding-inline: 6px; }
  .experience-heading h2 { font-size: 26px; }
  .guest-entry { font-size: 10px; gap: 4px 6px; }
  .guest-entry li + li::before { padding-right: 6px; }
  .story-caption { align-items: flex-start; flex-direction: column; gap: 4px; padding: 12px 17px; }
  .story-caption p { font-size: 10px; }
  .story-navigation { padding: 14px 15px 0; }
  .story-tabs { grid-template-columns: 1fr 1fr; }
  .story-tabs button { min-height: 42px; font-size: 12px; }
  .story-tabs button span { margin-right: 3px; }
  .story-scene { padding: 22px 19px 25px; }
  .story[data-enhanced="true"][data-view="steps"] .story-stage { min-height: 740px; }
  .scene-heading h3 { font-size: 22px; }
  .scene-heading > p { font-size: 13px; }
  .scene-columns { grid-template-columns: 1fr; gap: 14px; margin-top: 19px; }
  .scene-card { padding: 17px 19px; }
  .guest-question blockquote { font-size: 18px; margin-top: 8px; }
  .question-condition, .missing-detail { margin-top: 12px; }
  .scene-card p { font-size: 15px; }
  .qa-snippet h4 { margin-top: 8px; font-size: 14px; }
  .scene-key { flex-direction: column; gap: 10px; margin-top: 18px; padding: 14px 16px; }
  .scene-key p { font-size: 13px; }
  .scene-key small { font-size: 11px; }
  .recommendation strong { font-size: 15px; }
  .recommendation span { font-size: 11px; }
  .channel-label { margin-bottom: 10px; font-size: 12px; }
  .confirmed-fact { padding: 13px 16px; }
  .confirmed-fact strong { font-size: 17px; }
  .decision-label { padding-top: 9px; margin-top: 10px; }
  .scene-aside { font-size: 11px; }
  .next-guest { grid-template-columns: 1fr; padding-top: 15px; gap: 5px; }
  .next-guest blockquote { font-size: 17px; }
  .next-guest p { grid-column: 1; }
  .story-controls { flex-direction: column; align-items: stretch; gap: 5px; padding: 11px 12px; }
  .story-pager { justify-content: space-between; gap: 0; }
  .story-controls .quiet-button { font-size: 11px; padding-inline: 7px; }
  .story-controls p { text-align: center; }
  .operation-boundary { font-size: 11px; padding-inline: 3px; }
  .information { display: block; margin-top: 24px; padding-top: 21px; padding-inline: 5px; }
  .information h3 { font-size: 18px; }
  .information p { font-size: 11px; }
  .inline-detail { max-width: none; }
  .inline-detail summary { padding-block: 11px; }
  .inline-detail summary::after { top: 7px; }
  .demo-status { margin-inline: 5px; gap: 0 15px; }
  .demo-status strong { width: 100%; }
  .delivery-roles { grid-template-columns: 1fr; gap: 21px; margin-top: 24px; }
  .delivery-role { padding: 21px; }
  .delivery-role h3 { font-size: 21px; }
  .kit-preview { margin-top: 16px; }
  .kit-purpose { font-size: 15px; }
  .setup-bridge { padding: 21px; }
  .setup-bridge h3 { font-size: 17px; }
  .setup-pieces { gap: 6px; }
  .setup-pieces li { font-size: 10px; padding: 4px 7px; }
  .start-summary { grid-template-columns: 1fr; gap: 10px; padding-block: 20px; font-size: 13px; }
  .start-summary li + li { border: 0; padding: 0; }
  .detail-columns { grid-template-columns: 1fr; gap: 7px; }
  .verification-note { padding: 18px 20px; }
  .ownership { padding-block: 43px; text-align: left; }
  .ownership-lead { font-size: 17px; }
  .cost-note { margin-top: 25px; }
  .faq { gap: 23px; }
  summary { font-size: 14px; }
  .consultation { padding-block: 45px; }
  .consultation-content label span { display: block; margin: 3px 0 0; }
  .guest-footer { gap: 14px; padding-block: 25px; }
  .guest-footer nav { width: 100%; flex-wrap: wrap; }
}
html[data-motion="off"] { scroll-behavior: auto; }
html[data-motion="off"] .story-scene { animation: none !important; }
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .story-scene, .connection .read-edge::after { animation: none !important; }
}

@media (max-width:600px) {
  .service-ai-banner { left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); width: auto; padding: 6px 8px; }
  .service-ai-compact { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); }
  .service-ai-dialog { inset: auto 0 0; width: 100%; max-height: 91vh; max-height: 91dvh; margin: 0; border-radius: 16px 16px 0 0; }
  .service-ai-dialog-header { padding: 14px 18px; gap: 10px; }
  .service-ai-dialog-header h2 { font-size: 19px; }
  .service-ai-dialog-body .service-ai-card { padding: 18px; }
  .service-ai-dialog-footer { padding: 7px 18px calc(7px + env(safe-area-inset-bottom)); }
}
@media print { .service-ai-banner, .service-ai-compact, .service-ai-dialog { display: none !important; } }
