.pillar-page--inertial.la-inertial-hub {
  --la-blue: var(--orange-600, #d85b0b);
  --la-blue-bright: var(--orange-500, #f58220);
  --la-navy: var(--navy-900, #0b1728);
  --la-text: var(--text, #152333);
  --la-muted: var(--gray-600, #526171);
  --la-soft: var(--gray-50, #f6f8fb);
  --la-line: var(--gray-100, #edf1f5);
  color: var(--la-text);
  overflow: clip;
}

.pillar-page--inertial.la-inertial-hub *,
.pillar-page--inertial.la-inertial-hub *::before,
.pillar-page--inertial.la-inertial-hub *::after { box-sizing: border-box; }
.pillar-page--inertial.la-inertial-hub .container { width: min(calc(100% - 40px), var(--container, 1200px)); margin-inline: auto; }
.pillar-page--inertial.la-inertial-hub h1,
.pillar-page--inertial.la-inertial-hub h2,
.pillar-page--inertial.la-inertial-hub h3,
.pillar-page--inertial.la-inertial-hub h4 { color: var(--la-navy); letter-spacing: -.02em; line-height: 1.35; }
.pillar-page--inertial.la-inertial-hub p { line-height: 1.85; }
.pillar-page--inertial.la-inertial-hub a { text-underline-offset: .2em; }

.pillar-page--inertial .la-inertial-breadcrumb { padding: 14px 0; border-bottom: 1px solid var(--la-line); background: #fff; font-size: .84rem; }
.pillar-page--inertial .la-inertial-breadcrumb .container { display: flex; gap: 10px; align-items: center; color: var(--la-muted); }
.pillar-page--inertial .la-inertial-breadcrumb a { color: var(--la-blue); }

.pillar-page--inertial .la-inertial-hero { padding: clamp(56px, 8vw, 112px) 0; background: linear-gradient(135deg, var(--la-navy) 0%, #2b211d 68%, #d85b0b 145%); color: #fff; }
.pillar-page--inertial .la-inertial-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(400px, .8fr); gap: clamp(32px, 4vw, 58px); align-items: center; }
.pillar-page--inertial .la-inertial-hero h1 { max-width: 850px; margin: 12px 0 20px; color: #fff; font-size: clamp(2.3rem, 2.9vw, 2.625rem); line-height: 1.16; }
.pillar-page--inertial .la-inertial-title__line { display: block; }
.pillar-page--inertial .la-inertial-hero .eyebrow { color: #ffc08a; letter-spacing: .16em; }
.pillar-page--inertial .la-inertial-hero__sub { max-width: 850px; margin: 0 0 20px; color: #fff; font-size: clamp(1.18rem, 2.1vw, 1.65rem); font-weight: 700; line-height: 1.55 !important; }
.pillar-page--inertial .la-inertial-hero__grid > div > p:not(.eyebrow):not(.la-inertial-hero__sub) { max-width: 800px; color: #dce9f8; }
.pillar-page--inertial .la-inertial-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.pillar-page--inertial .la-inertial-hero .text-link { color: #fff; font-weight: 700; }
.pillar-page--inertial .la-inertial-hero__figure { margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg, 32px); background: rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.pillar-page--inertial .la-inertial-hero__figure img { display: block; width: 100%; height: auto; border-radius: calc(var(--radius-lg, 32px) - 10px); }
.pillar-page--inertial .la-inertial-hero__figure figcaption { padding: 10px 8px 4px; color: #dce9f8; font-size: .76rem; line-height: 1.6; }
.pillar-page--inertial .la-inertial-hero__map > p { margin: 0 0 18px; color: #ffc08a; font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pillar-page--inertial .la-inertial-hero__map ol { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.pillar-page--inertial .la-inertial-hero__map li { display: grid; grid-template-columns: 38px 1fr; gap: 1px 12px; padding: 16px; border-radius: var(--radius-sm, 12px); background: rgba(255,255,255,.1); }
.pillar-page--inertial .la-inertial-hero__map li span { grid-row: 1 / 3; color: #ffb46f; font-weight: 800; }
.pillar-page--inertial .la-inertial-hero__map li strong { color: #fff; }
.pillar-page--inertial .la-inertial-hero__map li small { color: #cad8e8; }

.pillar-page--inertial .la-inertial-anchor-nav { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--la-line); background: rgba(255,255,255,.96); box-shadow: 0 7px 25px rgba(11,23,40,.06); backdrop-filter: blur(12px); }
.admin-bar .pillar-page--inertial .la-inertial-anchor-nav { top: 32px; }
.pillar-page--inertial .la-inertial-anchor-nav .container { display: flex; overflow-x: auto; scrollbar-width: thin; }
.pillar-page--inertial .la-inertial-anchor-nav a { flex: 0 0 auto; padding: 16px 18px; border-bottom: 3px solid transparent; color: var(--la-text); font-size: .9rem; font-weight: 700; text-decoration: none; }
.pillar-page--inertial .la-inertial-anchor-nav a:hover { color: var(--la-blue); border-color: var(--la-blue-bright); }

.pillar-page--inertial .la-inertial-section { padding: clamp(68px, 8vw, 112px) 0; scroll-margin-top: 84px; }
.pillar-page--inertial .la-inertial-section--soft { background: var(--la-soft); }
.pillar-page--inertial.la-inertial-hub .la-nowrap { white-space: nowrap; }
.pillar-page--inertial.la-inertial-hub .section-heading { max-width: 850px; margin-bottom: clamp(32px, 5vw, 56px); }
.pillar-page--inertial.la-inertial-hub .section-heading h2 { margin: 10px 0 14px; font-size: clamp(1.9rem, 4vw, 3.2rem); }
.pillar-page--inertial.la-inertial-hub .section-heading > p:last-child { color: var(--la-muted); font-size: 1.05rem; }

.pillar-page--inertial .la-selector { padding: clamp(24px, 4vw, 48px); border: 1px solid #d8e2ed; border-radius: var(--radius-lg, 32px); background: #fff; box-shadow: 0 22px 60px rgba(13,42,73,.08); }
.pillar-page--inertial .la-selector__progress { display: flex; justify-content: flex-end; margin-bottom: 14px; color: var(--la-muted); font-size: .82rem; font-weight: 700; }
.pillar-page--inertial .la-selector__step { min-width: 0; padding: 0; border: 0; }
.pillar-page--inertial .la-selector__step + .la-selector__step { padding-top: 30px; margin-top: 30px; border-top: 1px solid var(--la-line); }
.pillar-page--inertial .la-selector__step legend { width: 100%; margin-bottom: 18px; color: var(--la-navy); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 800; }
.pillar-page--inertial .la-selector__step legend span { display: inline-grid; width: 38px; height: 38px; margin-right: 10px; border-radius: 50%; place-items: center; background: var(--la-blue); color: #fff; font-size: .76rem; }
.pillar-page--inertial .la-selector__options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pillar-page--inertial .la-selector__options button { position: relative; min-height: 114px; padding: 20px; border: 2px solid #d8e2ed; border-radius: var(--radius-md, 20px); background: #fff; color: var(--la-text); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; }
.pillar-page--inertial .la-selector__options button:hover { border-color: var(--la-blue-bright); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(11,107,220,.1); }
.pillar-page--inertial .la-selector__options button[aria-pressed="true"] { padding-top: 38px; border-color: var(--la-blue); box-shadow: inset 0 0 0 1px var(--la-blue), 0 10px 24px rgba(11,107,220,.12); }
.pillar-page--inertial .la-selector__options button[aria-pressed="true"]::before { position: absolute; top: 10px; left: 18px; content: "✓ 選択中"; color: var(--la-blue); font-size: .75rem; font-weight: 800; }
.pillar-page--inertial .la-selector__options button strong,
.pillar-page--inertial .la-selector__options button span { display: block; }
.pillar-page--inertial .la-selector__options button strong { margin-bottom: 7px; font-size: 1rem; }
.pillar-page--inertial .la-selector__options button span { color: var(--la-muted); font-size: .83rem; line-height: 1.6; }
.pillar-page--inertial .la-selector__result { padding: clamp(24px, 4vw, 42px); margin-top: 30px; border: 2px solid var(--la-blue); border-radius: var(--radius-md, 20px); background: linear-gradient(135deg, #edf6ff, #fff); }
.pillar-page--inertial .la-selector__result[hidden] { display: none; }
.pillar-page--inertial .la-selector__result h3 { margin: 8px 0; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.pillar-page--inertial .la-selector__result ul { padding-left: 1.25rem; }
.pillar-page--inertial .la-selector__noscript { padding: 16px; margin-top: 20px; border-left: 4px solid #d28b00; background: #fff7e7; }
.pillar-page--inertial .la-inertial-badge { display: inline-flex; padding: 5px 10px; margin: 0; border-radius: 99px; background: #e6f2ff; color: var(--la-blue); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.pillar-page--inertial .la-inertial-card-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.pillar-page--inertial .la-inertial-card-actions .text-link { color: var(--la-blue); font-weight: 700; }
.pillar-page--inertial.la-inertial-hub .la-inertial-card-actions .button--secondary { border-color: #b8c9dc; background: #fff; color: var(--la-blue); }
.pillar-page--inertial.la-inertial-hub .la-inertial-card-actions .button--secondary:hover { border-color: var(--la-blue-bright); background: #edf6ff; color: var(--la-blue); }

.pillar-page--inertial .la-inertial-quick-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.pillar-page--inertial .la-inertial-quick-grid article { padding: 22px; border-top: 4px solid var(--la-blue); border-radius: var(--radius-md, 20px); background: var(--la-soft); }
.pillar-page--inertial .la-inertial-quick-grid article > span { color: var(--la-blue); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.pillar-page--inertial .la-inertial-quick-grid h3 { margin: 8px 0; font-size: 1.08rem; }
.pillar-page--inertial .la-inertial-quick-grid p { margin: 0; color: var(--la-muted); font-size: .86rem; }

.pillar-page--inertial .la-inertial-strength-flow { margin: 0 0 30px; padding: clamp(20px, 3vw, 30px); color: #fff; background: linear-gradient(135deg, #102137, #2b211d); border: 1px solid #745735; border-radius: var(--radius-md, 20px); }
.pillar-page--inertial .la-inertial-strength-flow figcaption { display: grid; gap: 4px; margin-bottom: 24px; }
.pillar-page--inertial .la-inertial-strength-flow figcaption strong { color: #fff; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.pillar-page--inertial .la-inertial-strength-flow figcaption span { color: #d5dfeb; font-size: .88rem; }
.pillar-page--inertial .la-inertial-strength-flow ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.pillar-page--inertial .la-inertial-strength-flow li { position: relative; display: grid; min-width: 0; gap: 10px; align-content: center; justify-items: center; padding: 16px 10px; text-align: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.pillar-page--inertial .la-inertial-strength-flow li:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -20px; color: #ffb46f; font-size: 20px; font-weight: 900; transform: translateY(-50%); }
.pillar-page--inertial .la-inertial-strength-flow li > span { display: grid; width: 46px; height: 46px; place-items: center; color: #2d1b00; background: #ffb46f; border-radius: 50%; font-size: .76rem; font-weight: 900; }
.pillar-page--inertial .la-inertial-strength-flow li > strong { color: #fff; font-size: .82rem; line-height: 1.5; }
.pillar-page--inertial .la-inertial-strength-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.pillar-page--inertial .la-inertial-strength-grid article { grid-column: span 2; min-height: 238px; padding: 28px; border: 1px solid var(--la-line); border-radius: var(--radius-md, 20px); background: #fff; }
.pillar-page--inertial .la-inertial-strength-grid article:nth-child(4) { grid-column: 2 / span 2; }
.pillar-page--inertial .la-inertial-strength-grid article:nth-child(5) { grid-column: 4 / span 2; }
.pillar-page--inertial .la-inertial-strength-grid article > span { display: inline-grid; width: 44px; height: 44px; border-radius: 50%; place-items: center; background: var(--la-navy); color: #fff; font-weight: 800; }
.pillar-page--inertial .la-inertial-strength-grid h3 { margin: 22px 0 12px; font-size: 1.15rem; line-height: 1.55; }
.pillar-page--inertial .la-inertial-strength-grid p { margin: 0; color: var(--la-muted); font-size: .9rem; }

.pillar-page--inertial .la-inertial-term-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 0 42px; }
.pillar-page--inertial .la-inertial-term-grid a { min-width: 0; padding: 19px 20px; border: 1px solid #d8e2ed; border-radius: var(--radius-sm, 12px); background: var(--la-soft); color: var(--la-text); text-decoration: none; transition: border-color .2s, background .2s, transform .2s; }
.pillar-page--inertial .la-inertial-term-grid a:hover { border-color: var(--la-blue-bright); background: #edf6ff; transform: translateY(-2px); }
.pillar-page--inertial .la-inertial-term-grid strong,
.pillar-page--inertial .la-inertial-term-grid span { display: block; }
.pillar-page--inertial .la-inertial-term-grid strong { margin-bottom: 7px; color: var(--la-blue); font-size: 1rem; }
.pillar-page--inertial .la-inertial-term-grid span { color: var(--la-muted); font-size: .84rem; line-height: 1.65; }
.pillar-page--inertial .la-inertial-tech-list { display: grid; gap: 22px; }
.pillar-page--inertial .la-inertial-tech-list > article { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--la-line); border-radius: var(--radius-md, 20px); background: #fff; box-shadow: 0 12px 32px rgba(13,42,73,.05); scroll-margin-top: 84px; }
.pillar-page--inertial .la-inertial-tech-list h3 { margin: 0 0 12px; font-size: clamp(1.35rem, 2.4vw, 1.85rem); }
.pillar-page--inertial .la-inertial-tech-intro { max-width: 900px; margin: 0 0 28px; color: var(--la-muted); font-size: .98rem; }
.pillar-page--inertial .la-inertial-tech-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pillar-page--inertial .la-inertial-tech-grid > div { position: relative; padding: 22px; border-radius: var(--radius-sm, 12px); background: var(--la-soft); }
.pillar-page--inertial .la-inertial-tech-grid > div::after { position: absolute; top: 50%; right: -16px; content: "→"; color: var(--la-blue); font-size: 1.4rem; transform: translateY(-50%); }
.pillar-page--inertial .la-inertial-tech-grid > div:last-child::after { display: none; }
.pillar-page--inertial .la-inertial-tech-grid strong { color: var(--la-blue); font-size: .8rem; letter-spacing: .06em; }
.pillar-page--inertial .la-inertial-tech-grid p { margin: 9px 0 0; color: var(--la-muted); font-size: .9rem; }

.pillar-page--inertial .la-inertial-overview-visual { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(24px, 4vw, 48px); align-items: center; padding: clamp(24px, 4vw, 42px); margin-top: 32px; border: 1px solid #d8e2ed; border-radius: var(--radius-md, 20px); background: #fff; box-shadow: 0 12px 32px rgba(13,42,73,.05); }
.pillar-page--inertial .la-inertial-overview-visual h3 { margin: 8px 0 12px; color: var(--la-navy); font-size: clamp(1.35rem, 2.4vw, 1.9rem); line-height: 1.45; }
.pillar-page--inertial .la-inertial-overview-visual > div > p:last-child { margin-bottom: 0; color: var(--la-muted); }
.pillar-page--inertial .la-inertial-tech-layout { display: grid; grid-template-areas: "diagram" "content"; grid-template-columns: 1fr; gap: clamp(24px, 4vw, 36px); align-items: start; }
.pillar-page--inertial .la-inertial-tech-layout > .la-inertial-tech-grid { grid-area: content; }
.pillar-page--inertial .la-inertial-tech-layout > .la-inertial-tech-diagram { grid-area: diagram; }
.pillar-page--inertial .la-inertial-tech-layout .la-inertial-tech-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pillar-page--inertial .la-inertial-tech-diagram { position: relative; width: 100%; max-width: 1020px; min-width: 0; margin: 0 auto; }
.pillar-page--inertial #tech-calibration .la-inertial-tech-diagram,.pillar-page--inertial #tech-ekf .la-inertial-tech-diagram,.pillar-page--inertial #tech-time .la-inertial-tech-diagram{display:none}
.pillar-page--inertial .la-inertial-tech-svg { display: block; width: 100%; height: auto; overflow: visible; border: 1px solid #d8e2ed; border-radius: 18px; background: #fff; }
.pillar-page--inertial .la-inertial-tech-svg--narrow { display: none; }
.pillar-page--inertial .la-inertial-tech-diagram figcaption { padding: 9px 4px 0; color: var(--la-muted); font-size: .75rem; line-height: 1.5; }
.pillar-page--inertial .la-inertial-tech-svg text { font-family: inherit; font-weight: 800; text-anchor: middle; dominant-baseline: middle; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-panel { fill: #f7f9fc; stroke: #cdd9e6; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-chip { fill: #fff; stroke: #0b1b33; stroke-width: 4; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-core { fill: #0b1b33; stroke: #1170e6; stroke-width: 4; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-core-text { fill: #fff; font-size: 54px; letter-spacing: .04em; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-input rect { fill: #dceefb; stroke: #1170e6; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-input text { fill: #0b1b33; font-size: 38px; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-output rect { fill: #f7f9fc; stroke: #1170e6; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-short { fill: #0b1b33; font-size: 36px; letter-spacing: .03em; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-label { fill: #0b1b33; font-size: 28px; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-label--small { fill: #38516d; font-size: 28px; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-label--light { fill: #fff; font-size: 28px; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-stage { fill: #1170e6; font-size: 28px; letter-spacing: .08em; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-accent { fill: #fff1d5; stroke: #d89516; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-line,
.pillar-page--inertial .la-inertial-tech-svg .la-td-line-light,
.pillar-page--inertial .la-inertial-tech-svg .la-td-error,
.pillar-page--inertial .la-inertial-tech-svg .la-td-success-line,
.pillar-page--inertial .la-inertial-tech-svg .la-td-arrow,
.pillar-page--inertial .la-inertial-tech-svg .la-td-dashed,
.pillar-page--inertial .la-inertial-tech-svg .la-td-pulse,
.pillar-page--inertial .la-inertial-tech-svg .la-td-timeline,
.pillar-page--inertial .la-inertial-tech-svg .la-td-divider,
.pillar-page--inertial .la-inertial-tech-svg .la-td-disturbance,
.pillar-page--inertial .la-inertial-tech-svg .la-td-target,
.pillar-page--inertial .la-inertial-tech-svg .la-td-warning-line,
.pillar-page--inertial .la-inertial-tech-svg .la-td-angle,
.pillar-page--inertial .la-inertial-tech-svg .la-td-satellite { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-line { stroke: #0b1b33; stroke-width: 4; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-line-light { stroke: #fff; stroke-width: 5; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-error { fill: none; stroke: #d84a4a; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-success { fill: none; stroke: #188a5b; stroke-width: 9; stroke-linecap: round; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-success-line { fill: none; stroke: #188a5b; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-arrow { fill: none; stroke: #1170e6; stroke-width: 6; stroke-linecap: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-dashed { fill: none; stroke: #1170e6; stroke-width: 4; stroke-dasharray: 12 12; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-pulse { fill: none; stroke: #d89516; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-timeline { fill: none; stroke: #0b1b33; stroke-width: 4; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-divider { stroke: #aab9c9; stroke-width: 3; stroke-dasharray: 10 12; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-disturbance { stroke: #d84a4a; stroke-width: 6; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-warning { fill: #fff1d5; stroke: #d89516; stroke-width: 4; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-platform { fill: #dceefb; stroke: #0b1b33; stroke-width: 4; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-antenna { fill: #fff; stroke: #1170e6; stroke-width: 5; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-satellite { stroke: #1170e6; stroke-width: 5; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-target { stroke: #aab9c9; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-scatter { fill: #d89516; stroke: #fff; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-cluster { fill: #188a5b; stroke: #fff; stroke-width: 3; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-slope { fill: #e7edf4; stroke: #0b1b33; stroke-width: 4; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-vehicle { fill: #1170e6; stroke: #0b1b33; stroke-width: 4; stroke-linejoin: round; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-wheel { fill: #0b1b33; stroke: #fff; stroke-width: 4; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-warning-line { stroke: #d89516; stroke-width: 7; }
.pillar-page--inertial .la-inertial-tech-svg .la-td-angle { stroke: #188a5b; stroke-width: 6; }
.pillar-page--inertial .la-inertial-diagram-labels { padding: 0; margin: 0; list-style: none; color: #0b1b33; font-size: .78rem; font-weight: 800; pointer-events: none; }
.pillar-page--inertial .la-inertial-diagram-labels--compare { position: absolute; top: 7%; right: 2%; left: 2%; display: grid; grid-template-columns: 1fr 1fr; gap: 10%; text-align: center; }
.pillar-page--inertial .la-inertial-diagram-labels--steps { position: absolute; top: 4%; right: 2%; left: 2%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; text-align: center; }
.pillar-page--inertial .la-inertial-visual { min-width: 0; margin: 0; }
.pillar-page--inertial .la-inertial-visual__frame { display: grid; overflow: hidden; border: 1px solid #d8e2ed; border-radius: 16px; place-items: center; aspect-ratio: 16 / 9; background: linear-gradient(145deg, #f8fafc, #eef3f8); }
.pillar-page--inertial .la-inertial-visual__frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pillar-page--inertial .la-inertial-visual figcaption { padding: 9px 4px 0; color: var(--la-muted); font-size: .75rem; line-height: 1.5; }
.pillar-page--inertial .la-inertial-visual--series { max-width: 1040px; margin: 28px auto 0; }

.pillar-page--inertial .la-inertial-use-cases { background: var(--la-soft); }
.pillar-page--inertial .la-inertial-use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pillar-page--inertial .la-inertial-use-grid article { overflow: hidden; border: 1px solid #d8e2ed; border-radius: var(--radius-md, 20px); background: #fff; box-shadow: 0 12px 32px rgba(13,42,73,.05); }
.pillar-page--inertial .la-inertial-use-grid__media { overflow: hidden; aspect-ratio: 16 / 9; background: #edf3f8; }
.pillar-page--inertial .la-inertial-use-grid__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pillar-page--inertial .la-inertial-use-grid__body { padding: 22px; }
.pillar-page--inertial .la-inertial-use-grid__body > span { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #edf6ff; color: var(--la-blue); font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.pillar-page--inertial .la-inertial-use-grid h3 { margin: 11px 0 8px; color: var(--la-navy); font-size: 1.12rem; }
.pillar-page--inertial .la-inertial-use-grid p { margin: 0; color: var(--la-muted); font-size: .86rem; }
.pillar-page--inertial .la-inertial-use-note { padding: 14px 18px; margin: 20px 0 0; border-left: 4px solid var(--la-blue); background: #fff; color: var(--la-muted); font-size: .8rem; }

.pillar-page--inertial .la-time-flow { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1.15fr); gap: 14px; align-items: stretch; margin-top: 26px; }
.pillar-page--inertial .la-time-flow__inputs { display: grid; gap: 8px; }
.pillar-page--inertial .la-time-flow__inputs > span,
.pillar-page--inertial .la-time-flow__clock,
.pillar-page--inertial .la-time-flow__output { display: grid; min-height: 70px; padding: 14px; border-radius: 12px; align-content: center; text-align: center; }
.pillar-page--inertial .la-time-flow__inputs > span { border: 1px solid #cbd8e6; background: #fff; color: var(--la-navy); font-size: .88rem; font-weight: 800; }
.pillar-page--inertial .la-time-flow small,
.pillar-page--inertial .la-inclination-flow small { display: block; margin-top: 5px; font-size: .74rem; font-weight: 500; line-height: 1.45; }
.pillar-page--inertial .la-time-flow__clock { background: #dcecff; color: var(--la-blue); }
.pillar-page--inertial .la-time-flow__output { background: var(--la-navy); color: #fff; }
.pillar-page--inertial .la-flow-arrow { display: none; }
.pillar-page--inertial .la-flow-arrow::after { content: "→"; font-size: 1.7rem; line-height: 1; }
.pillar-page--inertial .la-flow-arrow span { font-size: .72rem; font-weight: 800; line-height: 1.45; }
.pillar-page--inertial .la-diagram-note { margin: 10px 0 0; color: var(--la-muted); font-size: .76rem; text-align: right; }
.pillar-page--inertial .la-inclination-flow { display: grid; grid-template-columns: 1fr 1fr 1.12fr; gap: 14px; margin-top: 26px; }
.pillar-page--inertial .la-inclination-flow > div { position: relative; display: grid; min-height: 142px; padding: 22px; border: 1px solid #d8e2ed; border-radius: 12px; align-content: center; background: var(--la-soft); text-align: center; }
.pillar-page--inertial .la-inclination-flow > div:nth-child(2)::after { display: none; }
.pillar-page--inertial .la-inclination-flow span { color: var(--la-blue); font-size: .78rem; font-weight: 800; }
.pillar-page--inertial .la-inclination-flow strong { margin-top: 8px; color: var(--la-navy); font-size: 1.05rem; }
.pillar-page--inertial .la-inclination-flow__result { border-color: var(--la-navy) !important; background: var(--la-navy) !important; }
.pillar-page--inertial .la-inclination-flow__result span { color: #ffb46f; }
.pillar-page--inertial .la-inclination-flow__result strong,
.pillar-page--inertial .la-inclination-flow__result small { color: #fff; }

.pillar-page--inertial .la-inertial-series-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.pillar-page--inertial .la-inertial-series-grid article { padding: 26px; border-radius: var(--radius-md, 20px); background: var(--la-navy); color: #dbe7f5; }
.pillar-page--inertial .la-inertial-series-grid span { display: block; color: #ffb46f; font-size: 1.55rem; font-weight: 900; letter-spacing: .03em; }
.pillar-page--inertial .la-inertial-series-grid h3 { margin: 8px 0; color: #fff; font-size: 1.1rem; }
.pillar-page--inertial .la-inertial-series-grid p { margin: 0; font-size: .86rem; }
.pillar-page--inertial .la-inertial-note { padding: 15px 18px; margin-top: 22px; border-left: 4px solid var(--la-blue); background: #edf6ff; color: var(--la-muted); font-size: .86rem; }

.pillar-page--inertial .la-inertial-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pillar-page--inertial .la-inertial-product { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dbe4ee; border-radius: var(--radius-md, 20px); background: #fff; box-shadow: 0 12px 36px rgba(13,42,73,.06); scroll-margin-top: 84px; }
.pillar-page--inertial .la-inertial-product__media { display: grid; min-height: 260px; padding: 24px; place-items: center; background: linear-gradient(145deg, #f8fafc, #edf3f8); }
.pillar-page--inertial .la-inertial-product__media img { width: 100%; height: 220px; object-fit: contain; }
.pillar-page--inertial .la-inertial-product__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.pillar-page--inertial .la-inertial-product h4 { margin: 11px 0; font-size: 1.5rem; }
.pillar-page--inertial .la-inertial-product__body > p:not(.la-inertial-badge):not(.la-inertial-related) { color: var(--la-muted); }
.pillar-page--inertial .la-inertial-product__body > strong { margin-top: 8px; color: var(--la-navy); }
.pillar-page--inertial .la-inertial-product ul { padding-left: 1.15rem; margin-bottom: 0; }
.pillar-page--inertial .la-inertial-product li { margin: 8px 0; line-height: 1.55; }
.pillar-page--inertial .la-inertial-related { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; padding-top: 16px; margin-top: auto; border-top: 1px solid var(--la-line); color: var(--la-muted); font-size: .84rem; }
.pillar-page--inertial .la-inertial-related span { display: inline-block; margin-right: 5px; color: var(--la-blue); font-weight: 800; }
.pillar-page--inertial .la-inertial-related a { padding: 4px 8px; border-radius: 999px; background: #edf6ff; color: var(--la-blue); font-weight: 700; text-decoration: none; }
.pillar-page--inertial .la-inertial-related a:hover { background: #dcecff; text-decoration: underline; }
.pillar-page--inertial .la-inertial-product .la-inertial-card-actions { align-items: stretch; }
.pillar-page--inertial .la-inertial-product .button { text-align: center; }

.pillar-page--inertial .la-inertial-table-wrap { max-width: 100%; overflow-x: auto; overflow-y: hidden; border: 1px solid #d8e2ed; border-radius: var(--radius-md, 20px); background: #fff; box-shadow: 0 12px 32px rgba(13,42,73,.05); scrollbar-gutter: stable; }
.pillar-page--inertial .la-inertial-table { width: 100%; min-width: 1080px; border: 0; border-collapse: collapse; table-layout: fixed; font-size: .78rem; }
.pillar-page--inertial .la-inertial-table .la-col-product { width: 12%; }
.pillar-page--inertial .la-inertial-table .la-col-use { width: 11%; }
.pillar-page--inertial .la-inertial-table .la-col-heading { width: 10%; }
.pillar-page--inertial .la-inertial-table .la-col-aiding { width: 10%; }
.pillar-page--inertial .la-inertial-table .la-col-gnss { width: 10%; }
.pillar-page--inertial .la-inertial-table .la-col-rtk { width: 8%; }
.pillar-page--inertial .la-inertial-table .la-col-dual { width: 9%; }
.pillar-page--inertial .la-inertial-table .la-col-package { width: 9%; }
.pillar-page--inertial .la-inertial-table .la-col-rate { width: 10%; }
.pillar-page--inertial .la-inertial-table .la-col-reason { width: 11%; }
.pillar-page--inertial .la-inertial-table caption { padding: 16px 20px; color: var(--la-muted); font-weight: 700; text-align: left; }
.pillar-page--inertial .la-inertial-table th,
.pillar-page--inertial .la-inertial-table td { padding: 13px 10px; border-right: 1px solid #e3e9ef; border-bottom: 1px solid #e3e9ef; vertical-align: top; text-align: left; line-break: strict; line-height: 1.65; overflow-wrap: anywhere; word-break: normal; white-space: normal; }
.pillar-page--inertial .la-inertial-table th { padding: 13px 10px; line-break: strict; line-height: 1.55; overflow-wrap: anywhere; word-break: normal; white-space: normal; }
.pillar-page--inertial .la-inertial-table thead th { position: sticky; z-index: 2; top: 0; background: var(--la-navy); color: #fff; font-size: .75rem; }
.pillar-page--inertial .la-inertial-table tbody th { position: sticky; z-index: 1; left: 0; background: #edf6ff; color: var(--la-navy); }
.pillar-page--inertial .la-inertial-table tbody tr:nth-child(even) td { background: #fafbfd; }

.pillar-page--inertial .la-inertial-faq { max-width: 920px !important; }
.pillar-page--inertial .la-inertial-faq details { border-top: 1px solid #d8e2ed; }
.pillar-page--inertial .la-inertial-faq details:last-child { border-bottom: 1px solid #d8e2ed; }
.pillar-page--inertial .la-inertial-faq summary { position: relative; padding: 23px 54px 23px 0; color: var(--la-navy); font-size: 1.05rem; font-weight: 800; cursor: pointer; list-style: none; }
.pillar-page--inertial .la-inertial-faq summary::-webkit-details-marker { display: none; }
.pillar-page--inertial .la-inertial-faq summary::after { position: absolute; top: 50%; right: 10px; width: 30px; height: 30px; border: 1px solid #cdd9e6; border-radius: 50%; content: "+"; color: var(--la-blue); line-height: 27px; text-align: center; transform: translateY(-50%); }
.pillar-page--inertial .la-inertial-faq details[open] summary::after { content: "−"; }
.pillar-page--inertial .la-inertial-faq details p { padding: 0 54px 24px 0; margin: 0; color: var(--la-muted); }

.pillar-page--inertial .la-inertial-inquiry { padding: clamp(70px, 9vw, 126px) 0; scroll-margin-top: 84px; background: var(--la-navy); color: #dce8f5; text-align: center; }
.pillar-page--inertial .la-inertial-inquiry .container { max-width: 880px; }
.pillar-page--inertial .la-inertial-inquiry .eyebrow { color: #ffb46f; }
.pillar-page--inertial .la-inertial-inquiry h2 { margin: 12px 0 20px; color: #fff; font-size: clamp(2rem, 4.2vw, 3.5rem); }
.pillar-page--inertial .la-inertial-inquiry p { margin: 0 auto 28px; }

.pillar-page--inertial.la-inertial-hub :where(a, button, summary, [tabindex]):focus-visible { outline: 3px solid #ffbf47 !important; outline-offset: 4px; }
.pillar-page--inertial .la-inertial-table-wrap:focus-visible { border-color: var(--la-blue); }

@media (max-width: 1100px) {
  .pillar-page--inertial .la-inertial-strength-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-page--inertial .la-inertial-strength-grid article,
  .pillar-page--inertial .la-inertial-strength-grid article:nth-child(4),
  .pillar-page--inertial .la-inertial-strength-grid article:nth-child(5) { grid-column: auto; min-height: 0; }
  .pillar-page--inertial .la-inertial-series-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pillar-page--inertial .la-inertial-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-page--inertial .la-inertial-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pillar-page--inertial .la-selector__options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-page--inertial .la-inertial-tech-layout { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .pillar-page--inertial .la-inertial-anchor-nav { top: 46px; }
  .pillar-page--inertial.la-inertial-hub .container { width: min(calc(100% - 30px), var(--container, 1200px)); }
  .pillar-page--inertial .la-inertial-hero__grid { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-hero__map,
  .pillar-page--inertial .la-inertial-hero__figure { width: 100%; max-width: 620px; }
  .pillar-page--inertial .la-inertial-strength-flow ol { grid-template-columns: 1fr; gap: 24px; }
  .pillar-page--inertial .la-inertial-strength-flow li { grid-template-columns: 50px minmax(0, 1fr); justify-items: start; text-align: left; }
  .pillar-page--inertial .la-inertial-strength-flow li:not(:last-child)::after { top: auto; right: auto; bottom: -23px; left: 31px; content: "↓"; transform: none; }
  .pillar-page--inertial .la-inertial-anchor-nav a { padding: 13px 15px; font-size: .82rem; }
  .pillar-page--inertial .la-inertial-tech-grid { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-overview-visual { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-tech-layout { grid-template-areas: "diagram" "content"; grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-tech-layout .la-inertial-tech-grid { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-tech-layout .la-inertial-tech-grid > div::after { top: auto; right: 50%; bottom: -18px; transform: translateX(50%) rotate(90deg); }
  .pillar-page--inertial .la-inertial-overview-visual .la-inertial-visual { width: 100%; }
  .pillar-page--inertial .la-inertial-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-page--inertial .la-inertial-term-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-page--inertial .la-inertial-tech-grid > div::after { top: auto; right: 50%; bottom: -18px; transform: translateX(50%) rotate(90deg); }
  .pillar-page--inertial .la-time-flow { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-flow-arrow { gap: 4px; padding: 2px 0; }
  .pillar-page--inertial .la-flow-arrow::after { content: "↓"; }
  .pillar-page--inertial .la-inclination-flow { grid-template-columns: 1fr 1fr; }
  .pillar-page--inertial .la-inclination-flow > div:nth-child(2)::after { display: none; }
  .pillar-page--inertial .la-inclination-flow__result { grid-column: 1 / -1; }
  .pillar-page--inertial .la-inertial-strength-grid,
  .pillar-page--inertial .la-inertial-series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .pillar-page--inertial.la-inertial-hub .container { width: min(calc(100% - 24px), var(--container, 1200px)); }
  .pillar-page--inertial .la-inertial-hero { padding: 52px 0 60px; }
  .pillar-page--inertial .la-inertial-hero h1 { font-size: clamp(2.05rem, 8.8vw, 2.45rem); }
  .pillar-page--inertial .la-inertial-hero__sub { font-size: 1.08rem; }
  .pillar-page--inertial.la-inertial-hub .section-heading h2 { font-size: 1.7rem; line-height: 1.45; }
  .pillar-page--inertial #public-examples .section-heading h2 {
    width: 100%;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }
  .pillar-page--inertial .la-inertial-hero .hero-actions,
  .pillar-page--inertial .la-inertial-card-actions { align-items: stretch; flex-direction: column; }
  .pillar-page--inertial .la-inertial-hero .button,
  .pillar-page--inertial .la-inertial-card-actions .button { width: 100%; text-align: center; }
  .pillar-page--inertial .la-selector { padding: 20px 16px; border-radius: var(--radius-md, 20px); }
  .pillar-page--inertial .la-selector__options { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-selector__options button { min-height: 94px; }
  .pillar-page--inertial .la-inertial-quick-grid,
  .pillar-page--inertial .la-inertial-strength-grid,
  .pillar-page--inertial .la-inertial-series-grid,
  .pillar-page--inertial .la-inertial-product-grid { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-term-grid { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-use-grid { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inertial-overview-visual { padding: 20px 16px; }
  .pillar-page--inertial .la-inertial-tech-list > article { padding: 22px 16px; }
  .pillar-page--inertial .la-inertial-tech-svg--wide { display: none; }
  .pillar-page--inertial .la-inertial-tech-svg--narrow { display: block; }
  .pillar-page--inertial .la-inertial-tech-svg .la-td-input text,
  .pillar-page--inertial .la-inertial-tech-svg .la-td-short { font-size: 36px; }
  .pillar-page--inertial .la-inertial-tech-svg .la-td-core-text { font-size: 52px; }
  .pillar-page--inertial .la-inertial-diagram-labels--compare { top: 3.3%; right: 4%; left: 4%; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; height: 91%; align-items: start; }
  .pillar-page--inertial .la-inertial-diagram-labels--compare span:last-child { align-self: start; margin-top: 8%; }
  .pillar-page--inertial .la-inertial-diagram-labels--steps { top: 3%; right: 4%; bottom: 8%; left: 4%; grid-template-columns: 1fr; grid-template-rows: repeat(3, 1fr); gap: 0; text-align: center; }
  .pillar-page--inertial .la-inertial-strength-grid article { min-height: 0; }
  .pillar-page--inertial .la-inertial-product__media { min-height: 220px; }
  .pillar-page--inertial .la-inertial-product__media img { height: 190px; }
  .pillar-page--inertial .la-inclination-flow { grid-template-columns: 1fr; }
  .pillar-page--inertial .la-inclination-flow__result { grid-column: auto; }
  .pillar-page--inertial .la-inertial-faq details p { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pillar-page--inertial.la-inertial-hub *,
  .pillar-page--inertial.la-inertial-hub *::before,
  .pillar-page--inertial.la-inertial-hub *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Theme-owned card/data components placed inside the restored B13 structure. */
.pillar-page--inertial .la-inertial-product-grid > [data-product-id] { display: flex; min-width: 0; }
.pillar-page--inertial .la-inertial-product-grid .product-card { width: 100%; height: 100%; }
.pillar-page--inertial .la-inertial-product-grid .content-card__body { display: flex; flex-direction: column; }
.pillar-page--inertial .la-inertial-product-grid .content-card__link { margin-top: auto; }
.pillar-page--inertial .la-inertial-public-link { padding: 8px 2px; }
.pillar-page--inertial .button--ghost { border: 1px solid currentColor; background: transparent; color: var(--la-blue); }
.pillar-page--inertial .la-selector button:focus-visible,
.pillar-page--inertial .la-inertial-anchor-nav a:focus-visible,
.pillar-page--inertial .la-inertial-term-grid a:focus-visible,
.pillar-page--inertial .la-inertial-hero a:focus-visible { outline: 3px solid #ffb46f; outline-offset: 4px; }
.pillar-page--inertial .case-library { margin-top: 32px; }
.pillar-page--inertial #comparison .comparison-table-wrap { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }

@media (max-width: 560px) {
  .pillar-page--inertial .la-inertial-public-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; }
}
