:root {
  --peach: #ffb07c;
  --orange: #f36f2e;
  --orange-dark: #a74610;
  --canvas: #fff8f2;
  --surface: #ffffff;
  --ink: #1c1c1d;
  --muted: #656565;
  --subtle: #8a8987;
  --line: #e8e5e0;
  --moss: #4aa548;
  --moss-dark: #247132;
  --mint: #eff8ef;
  --lavender: #f5f1ff;
  --warning: #fff6de;
  --display: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(56, 35, 20, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.045em; line-height: 1.02; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.3rem, 8.2vw, 7.2rem); font-weight: 850; }
h1 em { display: block; color: var(--orange); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(2.45rem, 5.2vw, 5rem); font-weight: 830; }
h3 { font-size: 1.25rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(80px, 10vw, 150px); }
.section-heading { max-width: 730px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-heading > p:last-child, .feature-copy > p { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.centered-heading { margin-inline: auto; text-align: center; }
.eyebrow { margin-bottom: 16px; color: var(--orange-dark); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.13em; line-height: 1.3; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; color: var(--surface); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; border-radius: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(28, 28, 29, 0.06); background: rgba(255, 248, 242, 0.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: baseline; color: var(--ink); font-family: var(--display); font-size: 1.45rem; font-weight: 800; letter-spacing: -0.055em; line-height: 1; text-decoration: none; }
.wordmark strong { color: var(--orange); }
.content-shell, .nav-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--display); font-size: 1.45rem; font-weight: 800; letter-spacing: -0.055em; line-height: 1; text-decoration: none; }
.brand-mark { width: 25px; height: 25px; padding: 5px; display: inline-flex; align-items: center; border-radius: 50%; background: var(--peach); }
.brand-mark span { width: 100%; height: 3px; border-radius: 3px; background: var(--ink); box-shadow: 0 6px 0 var(--orange); transform: translateY(-3px); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.site-navigation { display: flex; align-items: center; gap: 30px; }
.nav-links a, .site-footer nav a { color: #4d4c4b; font-size: 0.91rem; font-weight: 700; text-decoration: none; }
.site-navigation a { color: #4d4c4b; font-size: 0.91rem; font-weight: 700; text-decoration: none; }
.site-navigation a:hover { color: var(--orange-dark); }
.nav-links a:hover, .site-footer nav a:hover { color: var(--orange-dark); }
.nav-status { padding: 8px 13px; border: 1px solid rgba(167, 70, 16, 0.22); border-radius: 999px; color: var(--orange-dark); background: rgba(255, 176, 124, 0.23); font-size: 0.78rem; font-weight: 800; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); }
.nav-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: transform 180ms ease; }
.menu-lines i { display: block; width: 18px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: transform 180ms ease; }

.hero { min-height: calc(100svh - 76px); padding-block: clamp(62px, 8vw, 110px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr); align-items: center; gap: clamp(30px, 7vw, 100px); overflow: hidden; }
.hero-lede { max-width: 660px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1.15rem, 2.1vw, 1.45rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; }
.availability-pill { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--peach); font-size: 0.92rem; font-weight: 850; text-align: center; }
.text-link { color: var(--ink); font-weight: 800; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.hero-note { margin: 19px 0 0; color: var(--subtle); font-size: 0.91rem; }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: min(42vw, 530px); aspect-ratio: 1; border-radius: 50%; background: var(--peach); box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 0.18); }
.phone-shot { width: 100%; height: auto; filter: drop-shadow(0 26px 34px rgba(20, 15, 10, 0.15)); }
.hero-shot { position: relative; width: min(78%, 390px); transform: rotate(2.5deg); }
.orbit-note { position: absolute; z-index: 2; min-width: 126px; padding: 12px 14px; border: 1px solid rgba(28, 28, 29, 0.08); border-radius: 17px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 18px 40px rgba(56, 35, 20, 0.13); }
.orbit-note span { display: block; color: var(--subtle); font-size: 0.7rem; font-weight: 750; }
.orbit-note strong { display: block; font-family: var(--display); font-size: 1.15rem; line-height: 1.25; }
.orbit-note-time { top: 22%; left: -3%; transform: rotate(-5deg); }
.orbit-note-distance { right: -1%; bottom: 22%; transform: rotate(5deg); }

.start-lane-section { background: var(--ink); color: var(--surface); overflow: hidden; }
.start-lane-section .eyebrow { color: var(--peach); }
.start-lane-section .section-heading > p:last-child { color: #b8b6b3; }
.start-lane-wrap { width: 100%; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--peach) #333; }
.start-lane { position: relative; width: min(1480px, calc(100% - 40px)); min-width: 1120px; margin: 0 auto; padding: 50px 24px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.start-lane::before { content: ""; position: absolute; top: 16px; right: 10%; left: 10%; height: 3px; border-radius: 5px; background: linear-gradient(90deg, var(--peach), var(--orange), var(--moss)); }
.lane-step { position: relative; margin-bottom: 0; }
.lane-step::before { content: ""; position: absolute; z-index: 2; top: -40px; left: 50%; width: 15px; height: 15px; border: 4px solid var(--ink); border-radius: 50%; background: var(--peach); transform: translateX(-50%); }
.lane-step:last-child::before { background: var(--moss); }
.lane-step figcaption { min-height: 104px; margin-bottom: 18px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; }
.lane-step figcaption > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #555; border-radius: 50%; color: var(--peach); font-family: var(--display); font-weight: 800; }
.lane-step figcaption strong { font-family: var(--display); font-size: 1.2rem; }
.lane-step figcaption small { color: #aeadab; font-size: 0.83rem; }
.lane-step .phone-shot { border-radius: 13%; }

.problem-section { background: var(--surface); }
.story-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); gap: clamp(50px, 10vw, 150px); }
.story-intro { position: sticky; top: 150px; align-self: start; }
.delay-stack p { margin-bottom: 0; padding-block: 22px; border-bottom: 1px solid var(--line); color: var(--subtle); font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3.8rem); font-weight: 760; letter-spacing: -0.045em; line-height: 1.08; }
.delay-stack p:nth-child(4) { color: var(--muted); }
.delay-stack .delay-last { color: var(--ink); }

.reframe-section { padding-top: 0; background: var(--surface); }
.reframe-card { position: relative; padding: clamp(36px, 7vw, 88px); border-radius: clamp(28px, 5vw, 56px); background: var(--peach); overflow: hidden; }
.reframe-card h2 { max-width: 900px; }
.reframe-card > p:not(.eyebrow) { max-width: 680px; margin-bottom: 44px; font-size: clamp(1.1rem, 2vw, 1.4rem); }
.start-line { position: relative; width: 100%; height: 34px; display: flex; align-items: center; }
.start-dot, .moving-dot { position: relative; z-index: 1; flex: 0 0 24px; height: 24px; border: 6px solid var(--surface); border-radius: 50%; background: var(--ink); }
.moving-dot { background: var(--moss); box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3); }
.start-dash { flex: 1; height: 4px; background: repeating-linear-gradient(90deg, var(--ink) 0 16px, transparent 16px 26px); }

.steps-section { background: var(--canvas); }
.step-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { min-height: 128px; padding: 28px 0; display: grid; grid-template-columns: minmax(190px, 0.7fr) 1fr; align-items: center; gap: 40px; border-top: 1px solid var(--line); counter-increment: steps; }
.step-list li:last-child { border-bottom: 1px solid var(--line); }
.step-list li > span { display: flex; align-items: center; gap: 18px; font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 800; }
.step-list li > span::before { content: "0" counter(steps); color: var(--orange); font-family: var(--body); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; }
.step-list p { max-width: 600px; margin: 0; color: var(--muted); font-size: 1.04rem; }

.distance-section { background: var(--surface); }
.distance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: end; }
.distance-card { min-height: 330px; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: var(--canvas); overflow: hidden; }
.distance-card:nth-child(2) { min-height: 390px; border-color: var(--peach); background: #fff3ea; }
.distance-card:nth-child(3) { min-height: 450px; color: var(--surface); background: var(--ink); }
.distance-value { margin-bottom: 5px; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 5.8rem); font-weight: 860; letter-spacing: -0.07em; line-height: 1; }
.distance-value span { font-size: 0.38em; letter-spacing: 0; }
.distance-card h3 { max-width: 220px; margin-bottom: 28px; color: var(--muted); letter-spacing: -0.02em; line-height: 1.2; }
.distance-card:nth-child(3) h3 { color: #bbb8b4; }
.distance-mark { width: 42%; height: 8px; margin-top: auto; border-radius: 999px; background: var(--peach); }
.distance-medium .distance-mark { width: 64%; background: var(--orange); }
.distance-large .distance-mark { width: 100%; background: var(--moss); }

.schedule-section { background: var(--canvas); }
.feature-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(50px, 10vw, 130px); }
.feature-copy h2 { max-width: 620px; }
.segmented-demo { max-width: 470px; margin-top: 34px; padding: 5px; display: flex; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.segmented-demo span { flex: 1; padding: 10px 8px; border-radius: 11px; color: var(--muted); font-size: 0.8rem; font-weight: 750; text-align: center; }
.segmented-demo .selected { color: var(--surface); background: var(--orange); }
.schedule-ticket { padding: clamp(26px, 5vw, 48px); border: 1px solid var(--line); border-radius: 38px; background: var(--surface); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.schedule-ticket > div:first-child { display: flex; justify-content: space-between; color: var(--muted); font-weight: 750; }
.schedule-ticket > div:first-child strong { color: var(--moss-dark); }
.ticket-time { margin: 24px 0 0; font-family: var(--display); font-size: clamp(4rem, 9vw, 7rem); font-weight: 860; letter-spacing: -0.08em; line-height: 1; }
.ticket-time span { font-size: 0.33em; letter-spacing: 0; }
.ticket-day { margin: 12px 0 22px; font-family: var(--display); font-size: 1.4rem; font-weight: 800; }
.ticket-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--muted); }
.ticket-summary strong { padding: 7px 13px; border-radius: 999px; color: var(--orange-dark); background: #fff0e4; }
.ticket-ready { margin: 28px 0 0; padding: 14px 16px; display: flex; align-items: center; gap: 10px; border-radius: 16px; color: var(--muted); background: var(--mint); font-size: 0.9rem; font-weight: 700; }
.ticket-ready span { width: 9px; height: 9px; border-radius: 50%; background: var(--moss); }

.movement-section { color: var(--surface); background: var(--ink); }
.movement-split { grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr); }
.movement-phone { max-width: 430px; padding: 20px; border-radius: 48px; background: #2a2a2b; }
.movement-section .eyebrow { color: var(--peach); }
.movement-section .feature-copy > p { color: #bbb8b4; }
.signal-list { margin: 34px 0 24px; padding: 0; list-style: none; }
.signal-list li { padding: 15px 0; display: flex; align-items: flex-start; gap: 14px; border-top: 1px solid #3a3a3b; }
.signal-list li:last-child { border-bottom: 1px solid #3a3a3b; }
.signal { flex: 0 0 11px; height: 11px; margin-top: 8px; border-radius: 50%; background: var(--moss); }
.signal-limited { background: var(--peach); }
.signal-paused { background: #9c7ee8; }
.signal-list strong { font-family: var(--display); font-size: 1.05rem; }
.signal-list p { margin: 1px 0 0; color: #a9a7a4; font-size: 0.9rem; }
.fine-print { color: #8d8b88 !important; font-size: 0.82rem !important; }

.robot-section { background: var(--mint); }
.robot-card { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr); align-items: center; gap: clamp(30px, 8vw, 100px); }
.robot-copy blockquote { max-width: 680px; margin: 32px 0; padding-left: 24px; border-left: 5px solid var(--peach); font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2.4rem); font-weight: 760; letter-spacing: -0.035em; line-height: 1.2; }
.robot-copy > p:last-child { max-width: 640px; color: var(--muted); font-size: 1.08rem; }
.robot-stage { position: relative; min-height: 480px; display: grid; place-items: center; }
.robot-stage::before { content: ""; position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: var(--peach); opacity: 0.55; }
.robot-animated { position: relative; width: min(100%, 480px); }
.robot-static { display: none; position: relative; width: min(68%, 330px); }

.history-section { background: var(--surface); }
.history-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr); align-items: center; gap: clamp(50px, 10vw, 130px); }
.history-board { padding: clamp(28px, 5vw, 46px); border: 1px solid var(--line); border-radius: 34px; background: #fffaf6; box-shadow: var(--shadow); }
.week-row { display: flex; align-items: center; justify-content: space-between; }
.week-row span { display: block; color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.week-row strong { display: block; font-family: var(--display); font-size: 1.35rem; }
.week-icon { width: 44px; height: 44px; display: grid !important; place-items: center; border-radius: 50%; color: var(--moss-dark) !important; background: #dff1df; font-size: 1.2rem !important; }
.progress-track { height: 9px; margin: 26px 0; border-radius: 999px; background: var(--line); overflow: hidden; }
.progress-track span { display: block; width: 64%; height: 100%; border-radius: inherit; background: var(--moss); }
.history-board ul { margin: 0; padding: 0; list-style: none; }
.history-board li { padding: 14px 0; display: flex; gap: 12px; border-top: 1px solid var(--line); }
.history-board li div { display: grid; }
.history-board li strong { font-size: 0.93rem; }
.history-board li small { color: var(--muted); }
.history-dot { flex: 0 0 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--peach); }
.history-dot.complete { background: var(--moss); }

.faq-section { background: var(--canvas); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr); align-items: start; gap: clamp(50px, 9vw, 120px); }
.faq-grid .section-heading { position: sticky; top: 130px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; font-family: var(--display); font-size: clamp(1.08rem, 1.8vw, 1.3rem); font-weight: 780; line-height: 1.3; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 4px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--body); font-size: 1.2rem; font-weight: 450; }
.faq-list details[open] summary::after { content: "−"; background: var(--peach); }
.faq-list details p { max-width: 690px; margin-bottom: 26px; color: var(--muted); }

.final-cta { padding-top: 0; background: var(--canvas); }
.cta-card { padding: clamp(38px, 7vw, 78px); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border-radius: clamp(30px, 5vw, 52px); color: var(--surface); background: var(--orange); }
.cta-card .eyebrow { color: #ffe0cc; }
.cta-card h2 { max-width: 750px; margin-bottom: 16px; }
.cta-card p:last-child { margin-bottom: 0; color: #fff0e6; font-size: 1.12rem; }
.availability-dark { flex: 0 0 auto; border-color: var(--surface); color: var(--surface); background: rgba(28, 28, 29, 0.2); }

.site-footer { padding-block: 60px 34px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 38px 60px; align-items: start; }
.footer-wordmark { font-size: 1.6rem; }
.site-footer p { margin: 10px 0 0; color: var(--muted); font-size: 0.9rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px 28px; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); }

/* Interior pages */
.page-main { min-height: 70svh; }
.page-hero { padding-block: clamp(70px, 9vw, 120px) clamp(50px, 7vw, 90px); }
.page-hero h1 { max-width: 950px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero h1 em { display: inline; }
.page-hero > p:last-child { max-width: 730px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.support-nav { padding-block: 18px; border-block: 1px solid var(--line); background: var(--surface); }
.support-nav .container { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.support-nav a { flex: 0 0 auto; padding: 8px 13px; border-radius: 999px; color: var(--muted); background: var(--canvas); font-size: 0.82rem; font-weight: 750; text-decoration: none; }
.support-nav a:hover { color: var(--ink); background: var(--peach); }
.support-content { padding-block: clamp(60px, 8vw, 110px); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.support-card { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.support-card.full { grid-column: 1 / -1; }
.support-card h2 { margin-bottom: 22px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.support-card h3 { margin: 28px 0 8px; font-size: 1.05rem; letter-spacing: -0.015em; }
.support-card p, .support-card li { color: var(--muted); }
.support-card ul, .support-card ol { padding-left: 22px; }
.support-card li + li { margin-top: 8px; }
.support-note { margin-top: 24px; padding: 16px 18px; border-radius: 16px; color: var(--orange-dark) !important; background: #fff0e4; font-weight: 700; }
.status-table { width: 100%; border-collapse: collapse; }
.status-table th, .status-table td { padding: 15px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.status-table th { width: 34%; color: var(--ink); font-size: 0.9rem; }
.status-table td { color: var(--muted); font-size: 0.92rem; }
.legal-placeholder { min-height: 58svh; padding-block: clamp(70px, 10vw, 140px); display: grid; place-items: center; }
.placeholder-card { width: min(100%, 820px); padding: clamp(36px, 7vw, 78px); border: 1px solid var(--line); border-radius: clamp(28px, 5vw, 46px); background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.placeholder-icon { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); background: var(--peach); font-family: var(--display); font-size: 1.4rem; font-weight: 850; }
.placeholder-card h1 { margin-inline: auto; font-size: clamp(2.5rem, 6vw, 4.8rem); }
.placeholder-message { margin: 28px 0; padding: 20px; border-radius: 18px; color: var(--ink); background: var(--canvas); font-weight: 750; }
.placeholder-card > p:last-child { color: var(--muted); }

/* Support and audit-pending legal pages */
.interior-hero { padding-block: clamp(70px, 9vw, 120px) clamp(48px, 6vw, 76px); }
.narrow-shell { max-width: 850px; }
.interior-hero h1, .legal-shell > h1 { max-width: 850px; font-size: clamp(3rem, 7vw, 6rem); }
.interior-lead { max-width: 740px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.support-layout { padding-bottom: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.support-layout .support-content { padding-block: 0; }
.support-index { position: sticky; top: 112px; display: grid; gap: 5px; }
.support-index p { margin: 0 0 9px; color: var(--ink); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.support-index a { padding: 6px 0; color: var(--muted); font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.support-index a:hover { color: var(--orange-dark); }
.support-section { padding: 0 0 clamp(64px, 8vw, 96px); scroll-margin-top: 110px; }
.support-section + .support-section { padding-top: clamp(58px, 7vw, 86px); border-top: 1px solid var(--line); }
.support-section h2 { margin-bottom: 30px; font-size: clamp(2rem, 4vw, 3.5rem); }
.support-section h3 { margin: 32px 0 8px; letter-spacing: -0.02em; }
.support-section p { max-width: 760px; color: var(--muted); }
.support-section p strong { color: var(--ink); }
.section-number { margin-bottom: 10px !important; color: var(--orange-dark) !important; font-size: 0.75rem; font-weight: 850; letter-spacing: 0.12em; }
.support-note p { margin: 4px 0 0; color: var(--orange-dark); font-weight: 600; }
.pause-grid { margin: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pause-grid div { min-height: 130px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 20px; background: var(--surface); }
.pause-grid strong { font-family: var(--display); font-size: 1.35rem; }
.pause-grid span { color: var(--muted); font-size: 0.86rem; line-height: 1.35; }
.contact-panel { padding: clamp(34px, 5vw, 54px); border-radius: 30px; background: var(--peach); }
.contact-panel p { color: #5f321a; }
.legal-main { min-height: 70svh; padding-block: clamp(72px, 10vw, 130px); }
.legal-shell { max-width: 880px; }
.legal-status { width: fit-content; margin: 0 0 34px; padding: 8px 13px; display: flex; align-items: center; gap: 8px; border-radius: 999px; color: var(--orange-dark); background: #fff0e4; font-size: 0.8rem; font-weight: 800; }
.legal-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.legal-page .legal-placeholder { min-height: 0; margin-bottom: 30px; padding: clamp(30px, 5vw, 52px); display: block; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.legal-page .legal-placeholder h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.legal-page .legal-placeholder p { color: var(--muted); }
.legal-page .legal-placeholder p:last-child { margin-bottom: 0; }
.footer-brand { font-size: 1.6rem; }

/* Terms of Service */
.terms-main { background: var(--canvas); }
.terms-hero { padding-block: clamp(70px, 9vw, 120px) clamp(52px, 7vw, 88px); border-bottom: 1px solid var(--line); }
.terms-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3rem, 7vw, 6.4rem); }
.terms-meta { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 9px; }
.terms-meta span { padding: 7px 12px; border: 1px solid rgba(167, 70, 16, 0.18); border-radius: 999px; color: var(--orange-dark); background: #fff0e4; font-size: 0.78rem; font-weight: 800; }
.terms-intro { max-width: 790px; margin-bottom: 24px; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.55; }
.terms-reading-note { max-width: 790px; margin-bottom: 0; padding: 20px 22px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; color: #5d4639; background: #fff0e4; font-size: 0.95rem; }
.terms-layout { padding-block: clamp(60px, 8vw, 110px); display: grid; grid-template-columns: minmax(190px, 250px) minmax(0, 1fr); gap: clamp(36px, 7vw, 88px); align-items: start; }
.terms-toc { min-width: 0; position: sticky; top: 106px; max-height: calc(100vh - 132px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--peach) transparent; }
.terms-toc > p { margin-bottom: 14px; color: var(--ink); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.terms-toc ol { margin: 0; padding: 0; list-style: none; }
.terms-toc li + li { border-top: 1px solid var(--line); }
.terms-toc a { padding: 9px 2px; display: grid; grid-template-columns: 28px 1fr; align-items: baseline; gap: 7px; color: var(--muted); font-size: 0.82rem; font-weight: 680; line-height: 1.32; text-decoration: none; }
.terms-toc a span { color: var(--orange-dark); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.06em; }
.terms-toc a:hover { color: var(--ink); }
.terms-document { max-width: 820px; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); border-radius: clamp(24px, 4vw, 38px); background: var(--surface); box-shadow: 0 22px 60px rgba(56, 35, 20, 0.08); overflow-wrap: anywhere; }
.terms-document section { scroll-margin-top: 110px; }
.terms-document section + section { margin-top: clamp(52px, 7vw, 76px); padding-top: clamp(48px, 6vw, 70px); border-top: 1px solid var(--line); }
.legal-section-number { margin-bottom: 9px; color: var(--orange-dark); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; }
.terms-document h2 { margin-bottom: 24px; font-size: clamp(1.8rem, 3.6vw, 3rem); line-height: 1.08; }
.terms-document p { color: #555351; }
.terms-document p:last-child { margin-bottom: 0; }
.terms-document ul { margin: 0 0 24px; padding-left: 1.25rem; color: #555351; }
.terms-document li + li { margin-top: 12px; }
.terms-document strong { color: var(--ink); }
.terms-document a { color: var(--orange-dark); font-weight: 700; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.terms-document address { display: grid; gap: 7px; color: #555351; font-style: normal; }

@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr); gap: 30px; }
  .hero-visual { min-height: 560px; }
  .orbit-note { display: none; }
  .distance-grid { grid-template-columns: 1fr; align-items: stretch; }
  .distance-card, .distance-card:nth-child(2), .distance-card:nth-child(3) { min-height: 260px; }
  .feature-split, .history-grid, .robot-card { gap: 50px; }
}

@media (max-width: 759px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding-block: 78px; }
  .nav { min-height: 68px; }
  .nav-toggle { display: block; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: calc(100% + 1px); right: 14px; left: 14px; padding: 20px; display: none; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
  [data-menu-open="true"] .nav-links { display: grid; }
  .site-navigation { position: absolute; top: calc(100% + 1px); right: 14px; left: 14px; padding: 20px; display: none; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
  [data-menu-open="true"] .site-navigation { display: grid; }
  [data-menu-open="true"] .nav-toggle > span:nth-of-type(1) { transform: translateY(3.5px) rotate(45deg); }
  [data-menu-open="true"] .nav-toggle > span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }
  [data-menu-open="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  [data-menu-open="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links a { padding: 12px 8px; border-bottom: 1px solid var(--line); }
  .site-navigation a { padding: 12px 8px; border-bottom: 1px solid var(--line); }
  .nav-status { margin-top: 14px; text-align: center; }
  .hero { min-height: auto; padding-block: 60px 72px; grid-template-columns: 1fr; text-align: left; }
  h1 { font-size: clamp(3rem, 15vw, 5.1rem); }
  .hero-visual { min-height: 550px; margin-top: 10px; }
  .sun-disc { width: min(100%, 440px); }
  .hero-shot { width: min(78%, 340px); }
  .start-lane { width: auto; min-width: 1040px; margin-left: 8px; padding-inline: 18px; }
  .start-lane-wrap { scroll-snap-type: x mandatory; }
  .lane-step { scroll-snap-align: center; }
  .story-grid, .feature-split, .movement-split, .robot-card, .history-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-intro, .faq-grid .section-heading { position: static; }
  .delay-stack p { font-size: clamp(1.7rem, 8vw, 2.7rem); }
  .reframe-card { padding: 34px 26px; }
  .step-list li { grid-template-columns: 1fr; gap: 10px; }
  .distance-card, .distance-card:nth-child(2), .distance-card:nth-child(3) { min-height: 230px; }
  .schedule-ticket { transform: none; }
  .movement-phone { width: min(86%, 380px); margin-inline: auto; grid-row: 2; }
  .robot-card { min-height: auto; }
  .robot-stage { min-height: 340px; }
  .robot-animated { width: min(100%, 370px); }
  .history-board { padding: 26px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .availability-dark { flex-basis: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .copyright { grid-column: 1; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card.full { grid-column: auto; }
  .content-shell, .nav-shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { min-height: 68px; }
  .support-layout { grid-template-columns: 1fr; gap: 38px; }
  .support-index { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-index p { grid-column: 1 / -1; }
  .pause-grid { grid-template-columns: 1fr; }
  .terms-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .terms-toc { position: static; max-height: none; overflow: visible; }
  .terms-toc ol { padding-bottom: 8px; display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .terms-toc li, .terms-toc li + li { flex: 0 0 176px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); scroll-snap-align: start; }
  .terms-toc a { min-height: 58px; padding: 10px 12px; }
  .terms-document { padding: 28px 22px; }
  .status-table th, .status-table td { display: block; width: 100%; padding-inline: 0; }
  .status-table th { padding-bottom: 2px; border-bottom: 0; }
  .status-table td { padding-top: 2px; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .availability-pill { width: 100%; }
  .hero-visual { min-height: 500px; }
  .segmented-demo { display: grid; grid-template-columns: 1fr; }
  .ticket-time { font-size: 4rem; }
  .site-footer nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .robot-animated { display: none; }
  .robot-static { display: block; }
}
