:root {
  --navy: #06101f;
  --navy-2: #0a1b31;
  --navy-3: #102844;
  --blue: #1488e8;
  --cyan: #36c9e8;
  --mint: #6ee7c1;
  --paper: #f6f8f5;
  --paper-blue: #edf5fa;
  --sand: #f2eee5;
  --ink: #14283b;
  --muted: #5c7183;
  --line: #cfdae2;
  --white: #fff;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(4, 18, 34, .16);
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.nav-open, body.sidebar-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
p, ul, ol { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.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: 3000; top: 12px; left: 12px; padding: 10px 16px; color: var(--navy); background: #fff; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 1000; top: 0; color: #d8e6f1; background: rgba(6, 16, 31, .94); border-bottom: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(18px); }
.site-header-inner { position: relative; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.control-brand img { width: 154px; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--cyan); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid rgba(255, 255, 255, .2); border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s, opacity .2s; }
.nav-open .nav-toggle span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-of-type(3) { opacity: 0; }
.nav-open .nav-toggle span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; font-weight: 800; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #19a7ef, #1268cf); box-shadow: 0 14px 34px rgba(11, 112, 210, .24); }
.button-secondary { color: #fff; background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .24); }
.eyebrow { display: inline-block; margin-bottom: 16px; color: #0876c6; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; padding: 104px 0 96px; color: #f2f8fc; background: var(--navy); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(54, 201, 232, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(54, 201, 232, .2) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-orbit { position: absolute; top: -210px; right: -150px; width: 720px; aspect-ratio: 1; border: 1px solid rgba(54, 201, 232, .2); border-radius: 50%; box-shadow: 0 0 130px rgba(20, 136, 232, .16) inset; }
.hero-orbit::before, .hero-orbit::after { position: absolute; content: ""; border: 1px solid rgba(54, 201, 232, .12); border-radius: 50%; }
.hero-orbit::before { inset: 90px; }
.hero-orbit::after { inset: 180px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 74px; }
.hero .eyebrow, .modules-section .eyebrow, .integrations-section .eyebrow, .cta-section .eyebrow { color: var(--cyan); }
.hero-logo-link { display: block; width: fit-content; }
.hero-logo { width: 265px; margin: 5px 0 32px; }
.hero h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(43px, 5.6vw, 72px); letter-spacing: -.045em; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 690px; color: #adc0d2; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.zion-link { margin-top: 25px; color: #91a8bb; font-size: 13px; }
.zion-link a, .site-footer a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.system-card { padding: 24px; background: linear-gradient(145deg, rgba(16, 40, 68, .92), rgba(8, 24, 43, .96)); border: 1px solid rgba(54, 201, 232, .2); border-radius: 24px; box-shadow: var(--shadow); }
.system-card-top { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; color: #9fb3c5; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.status-dot { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 16px var(--mint); }
.operation-stack { display: grid; gap: 10px; padding-top: 18px; }
.operation-stack div { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; padding: 16px; background: rgba(255, 255, 255, .035); border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; }
.operation-stack span { color: var(--cyan); font: 800 12px/1 var(--sans); }
.operation-stack strong { font-size: 16px; }
.operation-stack small { color: #8fa6ba; }

.section { padding: 96px 0; }
.section-heading { display: flex; margin-bottom: 48px; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .integrations-grid h2, .faq-layout h2, .wiki-cta h2 { max-width: 720px; margin: 0; font-size: clamp(35px, 4.8vw, 56px); letter-spacing: -.04em; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); }
.audience-section { background: var(--sand); }
.audience-list { display: flex; flex-wrap: wrap; gap: 9px; margin: -10px 0 38px; padding: 0; list-style: none; }
.audience-list li { padding: 8px 13px; color: #324a5c; background: rgba(255, 255, 255, .65); border: 1px solid #d7d0c3; border-radius: 999px; font-size: 13px; font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { padding: 28px; background: rgba(255, 255, 255, .7); border-top: 4px solid var(--blue); border-radius: 4px 4px var(--radius) var(--radius); }
.benefit-grid b { color: var(--blue); font-size: 12px; letter-spacing: .16em; }
.benefit-grid h3 { margin: 18px 0 10px; font-size: 22px; }
.benefit-grid p { margin: 0; color: var(--muted); }

.modules-section { color: #eff7fc; background: #0a1a2d; }
.modules-section .section-heading > p { color: #9eb2c4; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); }
.module-grid article { min-height: 220px; padding: 27px; background: #0d2138; }
.module-grid span { color: var(--cyan); font: 900 11px/1 var(--sans); letter-spacing: .14em; }
.module-grid h3 { margin: 35px 0 10px; font-size: 21px; }
.module-grid p { margin: 0; color: #9db1c2; font-size: 14px; }

.journey-section { background: var(--paper-blue); }
.journey-line { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.journey-line li { position: relative; padding: 26px 22px 10px 0; border-top: 2px solid #bdd2df; }
.journey-line li::before { position: absolute; top: -7px; left: 0; width: 12px; height: 12px; content: ""; background: var(--blue); border: 3px solid var(--paper-blue); border-radius: 50%; }
.journey-line span { display: block; margin: 12px 0 35px; color: var(--blue); font-size: 11px; font-weight: 900; }
.journey-line h3 { margin: 0 0 9px; }
.journey-line p { margin: 0; color: var(--muted); font-size: 14px; }

.showcase-section { background: #fff; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.showcase-item { overflow: hidden; background: #f8fafb; border: 1px solid var(--line); border-radius: var(--radius); }
.shot { display: grid; height: 100%; margin: 0; grid-template-rows: auto 1fr; }
.shot-frame { position: relative; overflow: hidden; aspect-ratio: 1892 / 900; background: #f1f4f7; }
.shot-image-button { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; background: #f1f4f7; border: 0; cursor: zoom-in; }
.shot-image-button > img { width: 100%; height: 100%; object-fit: contain; opacity: 0; background: #f1f4f7; transition: opacity .2s, transform .25s; }
.shot.is-loaded .shot-image-button > img { opacity: 1; }
.shot.is-loaded .shot-fallback { display: none; }
.shot-fallback { position: absolute; inset: 0; display: flex; height: 100%; padding: 32px; flex-direction: column; justify-content: end; color: #fff; background: radial-gradient(circle at 85% 12%, rgba(54, 201, 232, .32), transparent 32%), linear-gradient(145deg, #112c4a, #06101f); }
.shot-fallback::before { width: 54px; height: 54px; margin-bottom: auto; content: ""; border: 1px solid rgba(54, 201, 232, .5); border-radius: 50%; box-shadow: 19px 12px 0 -7px rgba(54, 201, 232, .22), 36px 24px 0 -13px rgba(54, 201, 232, .18); }
.shot-fallback span { margin-bottom: 9px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.shot-fallback strong { font-size: 22px; line-height: 1.2; }
.shot-fallback small { margin-top: 10px; color: #9eb4c6; }
.shot figcaption { padding: 17px 20px; color: #40566a; font-size: 13px; font-weight: 800; }
.shot-zoom { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: #fff; background: rgba(6, 16, 31, .82); border-radius: 7px; font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.shot-image-button:hover > img { transform: scale(1.015); }
.shot-image-button:hover .shot-zoom, .shot-image-button:focus-visible .shot-zoom { opacity: 1; transform: none; }

.image-lightbox { position: fixed; z-index: 2500; inset: 0; display: grid; padding: 70px 28px 28px; place-items: center; background: rgba(2, 9, 20, .92); backdrop-filter: blur(8px); }
.lightbox-figure { max-width: min(1500px, 96vw); margin: 0; overflow: hidden; background: #f1f4f7; border-radius: 12px; box-shadow: 0 30px 90px rgba(0, 0, 0, .48); }
.lightbox-figure img { width: auto; max-width: 100%; max-height: calc(100vh - 150px); margin: auto; object-fit: contain; background: #f1f4f7; }
.lightbox-figure figcaption { padding: 13px 18px; color: #dbe8f2; background: var(--navy); font-size: 13px; font-weight: 800; }
.lightbox-close { position: fixed; z-index: 1; top: 18px; right: 22px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; font-size: 30px; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: rgba(255, 255, 255, .16); }

.integrations-section { color: #fff; background: #102844; }
.integrations-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.integrations-grid > div:first-child > p { max-width: 440px; margin-top: 24px; color: #b6c8d6; }
.constraint-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.constraint-list article { padding: 24px; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; }
.constraint-list h3 { margin: 0 0 10px; color: var(--cyan); font-size: 18px; }
.constraint-list p { margin: 0; color: #b6c8d6; font-size: 14px; }

.faq-section { background: var(--sand); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.faq-layout > div:first-child p { max-width: 390px; margin-top: 22px; color: var(--muted); }
.faq-list { border-top: 1px solid #cfc8bb; }
.faq-list details { border-bottom: 1px solid #cfc8bb; }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 6px; content: "+"; color: var(--blue); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 30px; color: var(--muted); }

.cta-section { color: #fff; background: var(--navy); }
.wiki-cta { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.wiki-cta p { max-width: 690px; margin: 20px 0 0; color: #9eb3c4; }
.site-footer { padding: 34px 0; color: #a3b7c7; background: #020914; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-inner { display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.footer-inner img { width: 132px; }
.footer-inner p { max-width: 760px; margin: 0; font-size: 13px; text-align: right; }

/* Wiki */
.wiki-page { background: #f5f7f4; }
.wiki-progress { position: fixed; z-index: 2200; top: 0; right: 0; left: 0; height: 3px; }
.wiki-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.wiki-shell { display: grid; grid-template-columns: 304px minmax(0, 1fr); min-height: 100vh; }
.wiki-sidebar { position: sticky; top: 0; height: 100vh; padding: 25px 20px; overflow-y: auto; color: #c7d6e2; background: var(--navy); border-right: 1px solid rgba(255, 255, 255, .08); }
.wiki-brand { display: flex; padding: 5px 7px 19px; flex-direction: column; gap: 8px; border-bottom: 1px solid rgba(255, 255, 255, .11); text-decoration: none; }
.wiki-brand img { width: 170px; }
.wiki-brand small { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.wiki-home-link { display: inline-block; margin: 13px 7px 0; color: #9fb4c5; font-size: 12px; text-underline-offset: 3px; }
.wiki-search { margin: 20px 0 17px; }
.wiki-search label { display: block; margin-bottom: 7px; color: #8ca3b7; font-size: 11px; font-weight: 800; }
.wiki-search input { width: 100%; padding: 11px 12px; color: #fff; background: #0c2037; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; }
.search-status { min-height: 18px; margin: 7px 0 0; color: #7f98ad; font-size: 10px; }
.wiki-nav-group { margin: 16px 0; }
.wiki-nav-title { display: block; margin: 0 7px 5px; color: #6f899f; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wiki-nav a { display: block; padding: 6px 9px; color: #b9cbd9; border-radius: 6px; font-size: 12px; text-decoration: none; }
.wiki-nav a:hover, .wiki-nav a.is-active, .wiki-nav a[aria-current="location"] { color: #fff; background: rgba(54, 201, 232, .12); }
.wiki-sidebar-footer { padding: 16px 7px 0; color: #728ba0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }
.sidebar-overlay { display: none; }
.wiki-main { min-width: 0; }
.wiki-mobile-bar { display: none; }
.wiki-content { width: min(1040px, calc(100% - 64px)); margin: 0 auto; padding: 55px 0 110px; }
.wiki-hero { padding: 54px; color: #fff; background: linear-gradient(135deg, #08182a, #11304f); border-radius: 24px; box-shadow: var(--shadow); }
.wiki-hero .eyebrow { color: var(--cyan); }
.wiki-hero h1 { margin: 0 0 17px; font-size: clamp(43px, 7vw, 72px); letter-spacing: -.045em; }
.wiki-hero > p { max-width: 800px; color: #b3c5d4; font-size: 18px; }
.wiki-hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.wiki-hero-meta span { padding: 6px 9px; color: #c8d8e4; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; font-size: 11px; }
.wiki-intro { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 50px; }
.wiki-intro article { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.wiki-intro h2 { margin: 0 0 9px; font-size: 17px; }
.wiki-intro p { margin: 0; color: var(--muted); font-size: 13px; }
.wiki-section { padding: 48px 0; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.wiki-section-header { display: grid; grid-template-columns: 55px 1fr; gap: 16px; margin-bottom: 28px; align-items: start; }
.section-index { display: grid; width: 50px; height: 50px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; font-weight: 900; }
.wiki-section h2 { margin: 3px 0 9px; font-size: clamp(29px, 4vw, 40px); letter-spacing: -.035em; }
.wiki-section-header p { max-width: 760px; margin: 0; color: var(--muted); }
.module-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.guide-block { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.guide-block.wide { grid-column: 1 / -1; }
.spaced-guide { margin-top: 14px; }
.guide-block h3 { margin: 0 0 13px; color: #0d6eae; font-size: 16px; }
.guide-block p:last-child, .guide-block ul:last-child, .guide-block ol:last-child { margin-bottom: 0; }
.guide-block ul, .guide-block ol { padding-left: 21px; color: #425b6e; }
.guide-block li + li { margin-top: 7px; }
.guide-block code { padding: 2px 5px; color: #0f527e; background: #edf5fa; border-radius: 4px; font-size: .92em; }
.notice { margin-top: 14px; padding: 18px 20px; color: #385366; background: #e8f5f7; border-left: 4px solid var(--cyan); border-radius: 0 10px 10px 0; }
.notice.warning { background: #fff4df; border-color: #e3a62e; }
.video-demo { margin: 20px 0 0; overflow: hidden; background: var(--navy); border-radius: 14px; }
.video-frame { aspect-ratio: 16 / 9; background: #02070d; }
.video-frame video { display: block; width: 100%; height: 100%; object-fit: contain; }
.video-demo figcaption { padding: 13px 17px; color: #b7c8d5; font-size: 12px; }
.transcript { margin: 0; padding: 0 17px 17px; color: #91a9ba; font-size: 12px; }
.video-slot { display: flex; min-height: 112px; margin-top: 20px; padding: 22px; align-items: center; gap: 18px; color: #496176; background: #eef3f6; border: 1px dashed #b9c9d4; border-radius: 14px; }
.video-slot-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; color: #fff; background: #7890a3; border-radius: 50%; font-size: 16px; }
.video-slot strong { display: block; margin-bottom: 4px; color: #29465d; font-size: 14px; }
.video-slot p { margin: 0; font-size: 12px; }
.wiki-empty { padding: 30px; color: var(--muted); text-align: center; background: #fff; border: 1px dashed var(--line); border-radius: 13px; }
.back-to-top { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 46px; height: 46px; color: #fff; background: var(--blue); border: 0; border-radius: 50%; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.print-button { margin-top: 18px; color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .24); }

@media (max-width: 1020px) {
  .hero-grid, .integrations-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 680px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-line { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .wiki-shell { grid-template-columns: 1fr; }
  .wiki-sidebar { position: fixed; z-index: 1400; top: 0; left: 0; width: min(320px, 88vw); transform: translateX(-105%); transition: transform .25s; }
  .sidebar-open .wiki-sidebar { transform: none; }
  .sidebar-open .sidebar-overlay { position: fixed; z-index: 1300; inset: 0; display: block; background: rgba(0, 0, 0, .56); }
  .wiki-mobile-bar { position: sticky; z-index: 1200; top: 0; display: flex; min-height: 64px; padding: 0 18px; align-items: center; justify-content: space-between; color: #fff; background: var(--navy); }
  .wiki-mobile-bar img { width: 142px; }
  .menu-toggle { width: 44px; height: 44px; color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .18); border-radius: 8px; font-size: 24px; }
}

@media (max-width: 780px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .site-header-inner { min-height: 68px; }
  .control-brand img { width: 138px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; right: -14px; left: -14px; display: none; padding: 18px; align-items: stretch; flex-direction: column; gap: 5px; color: #fff; background: var(--navy); border-top: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 24px 40px rgba(0, 0, 0, .32); }
  .nav-open .main-nav { display: flex; }
  .main-nav a { padding: 10px; }
  .main-nav .button { margin-top: 6px; }
  .hero { padding: 72px 0 68px; }
  .hero-grid { gap: 48px; }
  .hero-logo { width: 220px; }
  .hero h1 { font-size: clamp(39px, 12vw, 57px); }
  .operation-stack div { grid-template-columns: 42px 1fr; }
  .operation-stack small { grid-column: 2; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 36px; align-items: start; flex-direction: column; gap: 18px; }
  .benefit-grid, .module-grid, .constraint-list, .faq-layout { grid-template-columns: 1fr; }
  .journey-line { grid-template-columns: 1fr; gap: 26px; }
  .journey-line span { margin-bottom: 18px; }
  .integrations-grid, .faq-layout { gap: 38px; }
  .wiki-cta, .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner p { text-align: left; }
  .wiki-content { width: min(100% - 26px, 900px); padding-top: 24px; }
  .wiki-hero { padding: 34px 24px; }
  .wiki-intro, .module-guide { grid-template-columns: 1fr; }
  .guide-block.wide { grid-column: auto; }
  .wiki-section { padding: 40px 0; }
  .wiki-section-header { grid-template-columns: 44px 1fr; gap: 12px; }
  .section-index { width: 42px; height: 42px; }
  .image-lightbox { padding: 66px 10px 16px; }
  .lightbox-figure { max-width: 100%; }
  .lightbox-close { top: 12px; right: 12px; }
}

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

@media print {
  .wiki-sidebar, .wiki-mobile-bar, .wiki-progress, .back-to-top, .print-button, .skip-link, .video-slot { display: none !important; }
  .wiki-shell { display: block; }
  .wiki-content { width: 100%; padding: 0; }
  .wiki-hero { color: #000; background: #fff; border: 1px solid #bbb; box-shadow: none; }
  .wiki-hero > p, .wiki-hero-meta span { color: #333; }
  .wiki-section, .guide-block { break-inside: avoid; }
  .video-frame { display: none; }
  .video-demo { color: #000; background: #fff; border: 1px solid #bbb; }
  .video-demo figcaption, .transcript { color: #333; }
}
