.horizontal-page {
  --hd-ink: #0b1925;
  --hd-panel: #e7eef2;
  --hd-paper: #eef2f4;
  --hd-paper-2: #dfe7ec;
  --hd-line: #bcc9d1;
  --hd-muted: #536572;
  --hd-red: #245f7e;
  --hd-accent: #9acde2;
  overflow: clip;
  background: var(--hd-paper);
  color: var(--hd-ink);
}

.horizontal-page * { min-width: 0; }
.horizontal-page [id] { scroll-margin-top: 92px; }
.hd-shell { width: min(calc(100% - 48px), 1320px); margin-inline: auto; }
.hd-section { padding: 96px 0; }
.hd-kicker { margin: 0 0 14px; color: #245f7e !important; font: 900 11px/1.3 "Courier New", monospace; letter-spacing: .09em; text-transform: uppercase; }
.hd-section-head { max-width: 920px; margin-bottom: 44px; }
.hd-section-head h2, .hd-model-intro h2, .hd-compare h2, .hd-faq h2, .hd-quote h2 { margin: 0; font-size: clamp(2.25rem, 4.3vw, 3.9rem); line-height: 1; letter-spacing: -.045em; }
.hd-section-head > p:last-child, .hd-model-intro p, .hd-faq header > p:last-child, .hd-quote-copy > p { margin: 20px 0 0; color: var(--hd-muted); font-size: 1rem; line-height: 1.65; }
.hd-section-head-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr); gap: 68px; align-items: end; max-width: none; }
.hd-section-head-split > p:last-child { margin: 0; padding-left: 22px; border-left: 4px solid var(--hd-red); }

.hd-hero { padding: 70px 0 66px; border-bottom: 1px solid var(--hd-line); background: #e7eef2; }
.hd-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); gap: 58px; align-items: center; }
.hd-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: #536770; font: 800 10px/1.4 "Courier New", monospace; text-transform: uppercase; }
.hd-breadcrumb a { color: #2c4a58; }
.hd-hero h1 { max-width: 710px; margin: 0; color: #0b1a22; font-size: clamp(3rem, 5.8vw, 5.2rem); line-height: .94; letter-spacing: -.055em; }
.hd-hero-lead { max-width: 690px; margin: 28px 0 0; color: #405761; font-size: 1.08rem; line-height: 1.63; }
.hd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hd-secondary-button { display: inline-flex; min-height: 46px; align-items: center; padding: 0 18px; border: 1px solid #718691; background: #f6f8f6; color: #122a35; font-size: .8rem; font-weight: 900; text-decoration: none; }
.hd-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 38px 0 0; border-top: 1px solid #aebbbd; }
.hd-hero-facts div { padding: 17px 12px 0 0; }
.hd-hero-facts dt { margin-bottom: 6px; color: #245f7e; font: 900 9px/1.35 "Courier New", monospace; text-transform: uppercase; }
.hd-hero-facts dd { margin: 0; color: #17313d; font-size: .82rem; font-weight: 850; }
.hd-hero-machine { margin: 0; border: 1px solid #aebbbd; background: #fff; box-shadow: 18px 18px 0 #c9dde7; }
.hd-hero-machine > div { padding: 16px; background: #fff; }
.hd-hero-machine img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.hd-hero-machine figcaption { display: grid; gap: 7px; padding: 18px 22px; border-top: 6px solid #6fa9c2; background: #dfe7ec; }
.hd-hero-machine figcaption span { color: #245f7e; font: 900 9px/1.3 "Courier New", monospace; letter-spacing: .08em; text-transform: uppercase; }
.hd-hero-machine figcaption strong { color: #172b35; font-size: .84rem; line-height: 1.45; }

.hd-section-nav { border-bottom: 1px solid var(--hd-line); background: #e7eef2; }
.hd-section-nav .hd-shell { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.hd-section-nav a { padding: 17px 9px; border-right: 1px solid var(--hd-line); color: #27424f; font: 850 9px/1.35 "Courier New", monospace; text-align: center; text-decoration: none; text-transform: uppercase; }
.hd-section-nav a:first-child { border-left: 1px solid var(--hd-line); }

.hd-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.hd-fit-grid article { align-self: start; padding: 34px 36px; border: 1px solid var(--hd-line); background: #fff; }
.hd-fit-grid article > span { display: inline-block; padding: 7px 10px; background: var(--hd-accent); color: #0b1925; font: 900 10px/1 "Courier New", monospace; }
.hd-fit-grid .is-route-away > span { background: #cbdce5; color: #102b3c; }
.hd-fit-grid h3 { margin: 24px 0 18px; font-size: 1.75rem; line-height: 1.08; letter-spacing: -.03em; }
.hd-fit-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hd-fit-grid li { position: relative; padding-left: 22px; color: var(--hd-muted); line-height: 1.52; }
.hd-fit-grid li::before { position: absolute; top: .58em; left: 0; width: 8px; height: 8px; background: var(--hd-red); content: ""; }
.hd-fit-grid a { display: inline-block; margin-top: 22px; color: #245f7e; font-weight: 850; }

.hd-principle { display: grid; grid-template-columns: minmax(450px, 1.08fr) minmax(0, .92fr); margin-top: 62px; border: 1px solid #9fadaf; background: #e3e8e5; }
.hd-principle figure { align-self: start; margin: 0; background: #fff; }
.hd-principle figure img { width: 100%; }
.hd-principle figcaption { padding: 15px 18px; border-top: 4px solid #6fa9c2; color: #455b64; font-size: .78rem; line-height: 1.55; }
.hd-principle > div { padding: 44px 46px; }
.hd-principle h2 { margin: 0; font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.hd-principle ol { display: grid; gap: 1px; margin: 28px 0 0; padding: 1px; background: #aebabc; list-style: none; }
.hd-principle li { display: grid; gap: 6px; padding: 16px 18px; background: #f5f7f5; }
.hd-principle li b { color: #245f7e; }
.hd-principle li span { color: #4d626b; font-size: .8rem; line-height: 1.5; }

.hd-compare { margin-top: 70px; padding-top: 44px; border-top: 1px solid #647880; }
.hd-compare header { margin-bottom: 26px; }
.hd-table-wrap, .hd-info-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--hd-line); background: #fff; }
.hd-table { width: 100%; border-collapse: collapse; }
.hd-table caption { padding: 18px 20px; background: #dfe6e3; color: #172c36; font-size: .9rem; font-weight: 900; text-align: left; }
.hd-table th, .hd-table td { padding: 14px 15px; border-right: 1px solid #d4dcdd; border-bottom: 1px solid #d4dcdd; color: #1b303a; font-size: .78rem; line-height: 1.48; text-align: left; vertical-align: top; }
.hd-table thead th { background: var(--hd-accent); color: #0b1925; font: 900 10px/1.35 "Courier New", monospace; text-transform: uppercase; }
.hd-table tbody th { background: #edf1ef; font-weight: 900; white-space: nowrap; }
.hd-table tbody tr:nth-child(even) td { background: #f7f8f6; }
.hd-compare-table, .hd-model-table { min-width: 850px; }
.hd-compare-note { margin: 17px 0 0; padding: 17px 20px; border-left: 5px solid var(--hd-red); background: #e8ece9; color: #405760; font-size: .84rem; line-height: 1.58; }

.hd-selection, .hd-models { background: var(--hd-paper-2); }
.hd-axis-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 1px; background: #9faeaf; }
.hd-axis-grid article { align-self: start; min-height: 280px; padding: 27px 24px; background: #fff; }
.hd-axis-grid article > span { display: grid; width: 44px; height: 44px; margin-bottom: 34px; place-items: center; background: var(--hd-accent); color: #0b1925; font: 900 10px/1 "Courier New", monospace; }
.hd-axis-grid h3 { margin: 0 0 8px; font-size: 1.5rem; }
.hd-axis-grid strong { display: block; margin-bottom: 15px; color: #245f7e; font-size: .78rem; line-height: 1.45; }
.hd-axis-grid p { margin: 0; color: var(--hd-muted); font-size: .84rem; line-height: 1.58; }
.hd-combination-note { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 28px; margin-top: 26px; padding: 28px 30px; border-left: 7px solid var(--hd-red); background: #dfe5e2; }
.hd-combination-note b { color: #245f7e; font: 900 11px/1.4 "Courier New", monospace; text-transform: uppercase; }
.hd-combination-note p { margin: 0; color: #405861; line-height: 1.62; }

.hd-controls { background: #e7eef2; }
.hd-control-grid { display: grid; gap: 28px; align-items: start; }
.hd-control-grid article { display: grid; grid-template-columns: minmax(580px, 1.08fr) minmax(0, .92fr); align-self: start; border: 1px solid #aebabc; background: #f7f8f6; }
.hd-control-grid figure { margin: 0; background: #fff; }
.hd-control-grid figure img { width: 100%; }
.hd-control-grid figcaption { padding: 14px 18px; border-top: 4px solid #6fa9c2; color: #496069; font-size: .78rem; line-height: 1.55; }
.hd-control-grid article > div { padding: 26px 28px; border-top: 6px solid #6fa9c2; }
.hd-control-grid span { color: #245f7e; font: 900 10px/1.3 "Courier New", monospace; }
.hd-control-grid h3 { margin: 18px 0 10px; font-size: 1.65rem; line-height: 1.08; }
.hd-control-grid strong { display: block; margin-bottom: 15px; color: #245f7e; font-size: 1.15rem; }
.hd-control-grid p { margin: 0; color: #4c626b; font-size: .84rem; line-height: 1.58; }

.hd-model-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .58fr); gap: 60px; align-items: end; margin-bottom: 40px; }
.hd-quick-data { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: #aebabc; }
.hd-quick-data div { padding: 22px; background: #f7f8f6; }
.hd-quick-data span { display: block; margin-bottom: 12px; color: #536770; font: 900 9px/1.3 "Courier New", monospace; text-transform: uppercase; }
.hd-quick-data strong { font-size: 1.25rem; }
.hd-info-table tbody th { width: 230px; }
.af-unit-bar { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin-top: 34px; padding: 21px 23px; border: 1px solid #9faeaf; background: #e0e6e3; color: #1c323c; }
.af-unit-label { display: block; margin-bottom: 6px; color: #245f7e; font: 900 10px/1.2 "Courier New", monospace; text-transform: uppercase; }
.af-unit-bar p { margin: 0; color: #51656e; font-size: .78rem; }
.af-unit-toggle { display: inline-flex; flex: 0 0 auto; padding: 3px; border: 1px solid #8d9fa2; }
.af-unit-toggle button { min-height: 42px; padding: 0 18px; border: 0; background: transparent; color: #304b57; font-weight: 900; cursor: pointer; }
.af-unit-toggle button.is-active { background: var(--hd-accent); color: #0b1925; }
.hd-model-table-stack { display: grid; gap: 42px; margin-top: 42px; }
.hd-model-block > header { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 22px; align-items: start; margin-bottom: 18px; }
.hd-model-block > header > span { display: grid; min-height: 58px; place-items: center; background: #cbdce5; color: #102b3c; font: 900 13px/1 "Courier New", monospace; }
.hd-model-block h3 { margin: 0 0 7px; font-size: 1.65rem; }
.hd-model-block header p, .hd-scroll-hint { margin: 0; color: var(--hd-muted); font-size: .82rem; }
.hd-scroll-hint { margin-bottom: 8px; font-weight: 800; }

.hd-structure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.hd-structure-grid > article { align-self: start; border: 1px solid var(--hd-line); background: #fff; }
.hd-structure-grid figure { margin: 0; }
.hd-image-key { display: grid; gap: 1px; padding: 1px; border-top: 5px solid #6fa9c2; background: #bec8ca; }
.hd-image-key span { display: grid; gap: 5px; padding: 13px 16px; background: #eef1ef; color: #4f636c; font-size: .78rem; }
.hd-image-key b { color: #192f39; font-size: .72rem; text-transform: uppercase; }
.hd-structure-grid article > div { padding: 30px 32px 34px; border-top: 6px solid #6fa9c2; }
.hd-structure-grid article > div > span { color: #245f7e; font: 900 10px/1.3 "Courier New", monospace; }
.hd-structure-grid h3 { margin: 18px 0 12px; font-size: 1.8rem; }
.hd-structure-grid p { margin: 0; color: var(--hd-muted); line-height: 1.6; }
.hd-structure-grid dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 28px 0 0; padding: 1px; background: #c1cbcc; }
.hd-structure-grid dl div { padding: 15px; background: #f4f6f4; }
.hd-structure-grid dt { margin-bottom: 6px; color: #536870; font: 900 9px/1.3 "Courier New", monospace; text-transform: uppercase; }
.hd-structure-grid dd { margin: 0; color: #1b303a; font-size: .8rem; font-weight: 900; }

.hd-integration { background: #dfe7ec; }
.hd-line-proof { display: grid; grid-template-columns: minmax(700px, 1.2fr) minmax(0, .8fr); align-items: start; border: 1px solid #aab7b9; background: #f5f7f5; }
.hd-line-proof figure { margin: 0; }
.hd-line-key { display: grid; grid-template-columns: .82fr .82fr 1.36fr; gap: 1px; padding: 1px; border-top: 5px solid #6fa9c2; background: #b8c4c6; }
.hd-line-key span { display: grid; gap: 5px; padding: 13px 15px; background: #edf1ef; color: #475e67; font-size: .72rem; line-height: 1.45; }
.hd-line-key b { color: #245f7e; font-size: .68rem; text-transform: uppercase; }
.hd-line-proof > div { padding: 42px 44px; }
.hd-line-proof > div > span, .hd-project-grid span { color: #245f7e; font: 900 10px/1.3 "Courier New", monospace; }
.hd-line-proof h3 { margin: 18px 0 26px; font-size: 2rem; line-height: 1.04; }
.hd-line-proof ol { display: grid; gap: 1px; margin: 0; padding: 1px; background: #bcc6c8; list-style: none; }
.hd-line-proof li { display: grid; gap: 5px; padding: 14px 16px; background: #eef1ef; }
.hd-line-proof li b { color: #17313c; }
.hd-line-proof li small { color: #51666f; line-height: 1.45; }
.hd-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 24px; align-items: start; }
.hd-project-grid article { align-self: start; border: 1px solid #aab7b9; background: #f7f8f6; }
.hd-project-grid figure { margin: 0; }
.hd-project-grid article > div { padding: 25px 27px 28px; border-top: 5px solid var(--hd-red); }
.hd-project-grid h3 { margin: 16px 0 10px; font-size: 1.5rem; }
.hd-project-grid p { margin: 0; color: var(--hd-muted); font-size: .84rem; line-height: 1.58; }

.hd-faq-grid { display: grid; grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr); gap: 78px; align-items: start; }
.hd-faq details { border-top: 1px solid #7c8e94; }
.hd-faq details:last-child { border-bottom: 1px solid #7c8e94; }
.hd-faq summary { position: relative; padding: 23px 52px 23px 0; color: #142b36; font-size: 1.05rem; font-weight: 900; cursor: pointer; list-style: none; }
.hd-faq summary::after { position: absolute; top: 17px; right: 0; display: grid; width: 34px; height: 34px; place-items: center; background: var(--hd-accent); color: #0b1925; content: "+"; }
.hd-faq details[open] summary::after { content: "−"; }
.hd-faq details p { margin: -4px 0 25px; color: var(--hd-muted); line-height: 1.65; }

.hd-quote { background: #e7eef2; }
.hd-quote-grid { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(590px, 1.38fr); gap: 58px; align-items: start; }
.hd-quote-copy ul { display: grid; gap: 1px; margin: 30px 0 0; padding: 1px; background: #bcc7c8; list-style: none; }
.hd-quote-copy li { padding: 15px 17px; background: #fff; color: #304b57; }
.horizontal-page .hnl-inquiry-form { background: #f8f9f7; color: #0f222c; }
.horizontal-page .hnl-inquiry-form header h3, .horizontal-page .hnl-inquiry-grid label { color: #142c37; }

@media (max-width: 1120px) {
  .hd-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); gap: 38px; }
  .hd-axis-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hd-control-grid article { grid-template-columns: minmax(480px, 1.08fr) minmax(0, .92fr); }
  .hd-line-proof { grid-template-columns: minmax(520px, 1.1fr) minmax(0, .9fr); }
  .hd-quote-grid { grid-template-columns: minmax(250px, .5fr) minmax(0, 1.5fr); gap: 36px; }
}

@media (max-width: 860px) {
  .hd-section { padding: 72px 0; }
  .hd-hero-grid, .hd-section-head-split, .hd-principle, .hd-control-grid article,
  .hd-model-intro, .hd-line-proof, .hd-faq-grid, .hd-quote-grid { grid-template-columns: 1fr; }
  .hd-section-head-split { gap: 22px; }
  .hd-hero-machine { width: min(100%, 620px); }
  .hd-section-nav .hd-shell { display: flex; overflow-x: auto; }
  .hd-section-nav a { flex: 0 0 auto; min-width: 130px; }
  .hd-fit-grid, .hd-structure-grid, .hd-project-grid { grid-template-columns: 1fr; }
  .hd-control-grid article > div { border-top: 1px solid var(--hd-line); }
  .hd-line-proof > div { padding: 30px; }
  .hd-line-key { grid-template-columns: 1fr; }
  .af-unit-bar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .hd-shell { width: min(calc(100% - 28px), 1320px); }
  .hd-hero { padding: 40px 0 46px; }
  .hd-hero h1 { font-size: clamp(2.5rem, 12vw, 3.45rem); }
  .hd-hero-facts, .hd-axis-grid, .hd-quick-data { grid-template-columns: 1fr; }
  .hd-fit-grid article, .hd-principle > div, .hd-control-grid article > div,
  .hd-structure-grid article > div, .hd-line-proof > div { padding: 24px 22px; }
  .hd-combination-note { grid-template-columns: 1fr; }
  .hd-model-block > header { grid-template-columns: 58px 1fr; }
  .hd-structure-grid dl { grid-template-columns: 1fr; }
  .af-unit-toggle, .af-unit-toggle button { width: 100%; }
}
/* The source layout already defines section-level anchor clearance. */
html:has(.horizontal-page){scroll-padding-top:0}
