:root {
    --blue: #4273b9;
    --blue-dark: #245ba5;
    --navy: #031629;
    --navy-2: #06223e;
    --ink: #07111f;
    --muted: #5e6875;
    --line: #d9e0e8;
    --soft: #f2f5f8;
    --white: #fff;
    --max: 1440px;
    --gutter: clamp(24px, 4vw, 72px);
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ease: cubic-bezier(.22, .75, .18, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 var(--body); }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #79aaf0; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; background: var(--navy); color: white; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 96px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); align-items: center; gap: 36px; padding: 0 var(--gutter); background: #fff; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { width: 255px; display: flex; align-items: center; }
.brand img, .footer-logo { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 54px); font-weight: 650; }
.primary-nav a { position: relative; padding: 35px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--blue); transition: right .25s var(--ease); }
.primary-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; background: none; border: 0; width: 48px; height: 48px; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 24px; border: 1px solid transparent; border-radius: 3px; font-weight: 750; font-size: 15px; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-outline { border-color: var(--blue); color: var(--blue-dark); background: #fff; }
.button-ghost-light { border-color: rgba(255,255,255,.65); color: #fff; }
.button-white { background: #fff; color: var(--blue-dark); }
.icon-arrow { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; }

.hero { min-height: min(680px, calc(100vh - 96px)); display: grid; grid-template-columns: 47% 53%; background: var(--navy); overflow: hidden; }
.hero-slider { display: block; position: relative; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 47% 53%; opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.015); transition: opacity .7s var(--ease), transform 1s var(--ease), visibility 0s linear .7s; }
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); transition-delay: 0s; }
.hero-copy { color: white; padding: clamp(62px, 8vw, 128px) var(--gutter) 48px; position: relative; isolation: isolate; }
.hero-copy::after { content: ""; position: absolute; inset: 0 -125px 0 0; z-index: -1; background: var(--navy); clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); border-right: 2px solid var(--blue); }
.hero-copy::before { content: ""; position: absolute; inset: 20px 25% 20px 0; z-index: -1; opacity: .34; background-image: linear-gradient(rgba(66,115,185,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(66,115,185,.25) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom right, #000, transparent 70%); }
.hero h1, .hero h2 { margin: 0 0 24px; max-width: 720px; font: clamp(52px, 5vw, 84px)/.98 var(--display); letter-spacing: -.02em; }
.hero-kicker { margin: 0 0 18px !important; color: #78aaf0 !important; font-size: 13px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy > p { max-width: 620px; margin: 0 0 36px; color: #d6dde6; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.5; }
.hero-media { min-width: 0; background: #dfe7ef; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video-media { position: relative; }
.hero-video-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,41,.38), transparent 35%), linear-gradient(0deg, rgba(3,22,41,.35), transparent 45%); pointer-events: none; }
.hero-video-label { position: absolute; z-index: 1; right: 28px; bottom: 24px; padding: 8px 12px; color: white; border: 1px solid rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-controls { position: absolute; z-index: 5; right: var(--gutter); bottom: 24px; display: flex; align-items: center; color: white; background: rgba(3,22,41,.88); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); }
.hero-controls button { min-width: 48px; min-height: 48px; padding: 0 14px; color: white; background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.25); cursor: pointer; }
.hero-controls button:last-child { min-width: 74px; border-right: 0; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-controls span { min-width: 72px; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.measure-line { position: absolute; left: var(--gutter); right: 12%; bottom: 28px; border-bottom: 1px solid rgba(66,115,185,.8); display: flex; justify-content: space-between; color: #3b8af0; font-size: 10px; }
.measure-line span::after { content: ""; display: block; width: 1px; height: 10px; background: currentColor; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(70px, 7vw, 116px) var(--gutter); }
.section-heading { display: flex; align-items: center; gap: 28px; margin-bottom: 38px; }
.section-heading h2, .slash-heading h2, .link-section h2 { margin: 0; font: clamp(38px, 4vw, 58px)/1 var(--display); text-transform: none; }
.slash-heading h2::before, .link-section h2::before, .support-band h2::before { content: "/"; color: var(--blue); margin-right: 16px; }
.technical-rule { height: 1px; flex: 1; background: var(--blue); opacity: .7; }
.category-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-item { min-width: 0; padding: 22px 18px 0; border-right: 1px solid var(--line); position: relative; overflow: hidden; }
.category-item:last-child { border-right: 0; }
.category-item::before { content: ""; position: absolute; inset: 0; border-left: 2px solid var(--blue); transform: skewX(-12deg) translateX(14px); pointer-events: none; }
.category-item > span { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-weight: 800; position: relative; z-index: 1; }
.category-item img { width: 100%; aspect-ratio: 1.55; object-fit: contain; transition: transform .45s var(--ease); }
.category-item:hover img { transform: scale(1.06) translateY(-4px); }

.featured-layout { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; min-height: 600px; }
.featured-machine { position: relative; min-width: 0; padding: 28px; overflow: hidden; border-top: 1px solid var(--line); }
.featured-machine:first-child { grid-row: 1 / 3; border-right: 1px solid var(--line); }
.featured-machine:nth-child(3) { border-bottom: 1px solid var(--line); }
.featured-machine strong { display: block; font: clamp(38px, 4vw, 68px)/1 var(--display); }
.featured-machine span { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.featured-machine img { width: 100%; height: calc(100% - 70px); object-fit: contain; transition: transform .45s var(--ease); }
.featured-machine:hover img { transform: scale(1.035); }
.support-band { max-width: none; padding: 54px var(--gutter); display: grid; grid-template-columns: minmax(280px, .9fr) 2fr; align-items: center; gap: 56px; color: white; background: var(--navy); position: relative; overflow: hidden; }
.support-band::after { content: ""; position: absolute; right: -40px; top: 14px; width: 250px; height: 160px; border: 1px solid var(--blue); transform: skewX(-35deg); opacity: .7; }
.support-band h2 { font: clamp(34px, 3vw, 50px)/1.05 var(--display); margin: 0; }
.support-items { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.support-items a { min-height: 135px; padding: 18px 30px; border-left: 1px solid rgba(255,255,255,.35); display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.2; }
.line-icon { color: #54a0ff; font-size: 40px; font-weight: 300; }
.editorial-split { display: grid; grid-template-columns: .8fr 1.3fr; padding-bottom: 0; }
.about-panel { padding: clamp(50px, 6vw, 90px) clamp(30px, 5vw, 70px) 60px 0; }
.about-panel h2, .video-panel h2 { font: clamp(38px, 4vw, 58px)/1 var(--display); }
.about-panel p { max-width: 420px; font-size: 19px; color: var(--muted); }
.video-panel { min-height: 500px; position: relative; overflow: hidden; color: white; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.video-panel video { width: 100%; height: 100%; object-fit: cover; filter: brightness(.66); }
.video-panel > div { position: absolute; left: 12%; bottom: 42px; }
.video-panel h2 { margin: 0 0 6px; }
.play-button { position: absolute; inset: 50% auto auto 55%; transform: translate(-50%,-50%); width: 74px; height: 74px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; font-size: 28px; }
.link-section { padding-top: 64px; padding-bottom: 64px; }
.link-section h2 { margin-bottom: 30px; }
.link-section > a { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue-dark); font-weight: 750; }
.link-section > a:last-child { border-bottom: 1px solid var(--line); }
.quote-band { background: linear-gradient(110deg, #2b64ad 0 62%, #fff 62%); min-height: 360px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: white; }
.quote-band > div { padding: 62px var(--gutter); display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; flex-direction: column; }
.quote-band h2 { font: clamp(42px, 5vw, 74px)/.98 var(--display); margin: 0; }
.quote-band img { width: 100%; height: 100%; object-fit: contain; }

.page-intro { padding: clamp(80px, 8vw, 140px) var(--gutter); max-width: var(--max); margin: auto; }
.page-intro h1, .category-copy h1, .contact-copy h1 { font: clamp(56px, 7vw, 112px)/.95 var(--display); margin: 20px 0 24px; }
.page-intro > p:not(.breadcrumb), .category-copy > p:not(.breadcrumb), .contact-copy > p:not(.breadcrumb) { font-size: 21px; max-width: 720px; color: var(--muted); }
.breadcrumb { color: var(--muted); font-size: 14px; }
.breadcrumb a { color: var(--blue-dark); }
.dark-intro { max-width: none; margin: 0; background: var(--navy); color: white; }
.dark-intro > p:not(.breadcrumb) { color: #c9d3df; }
.category-index { padding-top: 20px; }
.category-index-row { display: grid; grid-template-columns: minmax(300px, .8fr) 1fr; border-top: 1px solid var(--line); align-items: center; }
.category-index-row:last-child { border-bottom: 1px solid var(--line); }
.category-index-row img { width: 100%; aspect-ratio: 1.7; object-fit: contain; padding: 20px; }
.category-index-row > div { padding: 40px; }
.category-index-row h2 { font: clamp(42px, 5vw, 72px)/1 var(--display); margin: 0 0 18px; }
.category-index-row span { display: inline-flex; align-items: center; gap: 16px; color: var(--blue-dark); font-weight: 750; }

.category-hero { min-height: 440px; display: grid; grid-template-columns: 1fr 1.2fr; border-bottom: 1px solid var(--line); }
.category-media { clip-path: polygon(0 0, 83% 0, 100% 50%, 83% 100%, 0 100%); overflow: hidden; background: var(--soft); }
.category-media img { width: 100%; height: 100%; object-fit: cover; }
.category-copy { padding: 58px var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.compare-bar { min-height: 72px; background: var(--navy); color: white; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.switch { width: 52px; height: 28px; border: 1px solid white; background: transparent; border-radius: 16px; padding: 3px; }
.switch span { display: block; width: 20px; height: 20px; background: white; border-radius: 50%; transition: transform .2s; }
.switch[aria-pressed="true"] { background: var(--blue); }
.switch[aria-pressed="true"] span { transform: translateX(22px); }
.product-list { max-width: var(--max); margin: auto; }
.product-row { min-height: 205px; padding: 20px var(--gutter); display: grid; grid-template-columns: 240px 200px 1fr 200px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.product-row img { width: 100%; height: 165px; object-fit: contain; }
.product-row h2 { font: 54px/1 var(--display); margin: 0; border-left: 4px solid var(--blue); padding-left: 28px; }
.public-status { display: inline-block; margin: 10px 0 0; padding: 6px 9px; color: var(--blue-dark); background: #e9f1fc; font: 700 11px/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.product-row h2 .public-status { display: block; width: max-content; }
.highlight-specs { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.highlight-specs div { border-left: 1px solid var(--line); padding: 10px 22px; }
.highlight-specs dt { color: var(--muted); font-size: 13px; }
.highlight-specs dd { margin: 6px 0 0; font-size: 22px; font-weight: 800; }
.product-actions { display: grid; gap: 10px; }

.product-hero-detail { max-width: var(--max); margin: auto; min-height: 660px; padding: 32px var(--gutter) 0; display: grid; grid-template-columns: 1.05fr 1fr; grid-template-rows: auto 1fr; gap: 0 54px; }
.product-hero-detail > .breadcrumb { grid-column: 1 / 3; }
.product-image img { width: 100%; height: 570px; object-fit: contain; }
.product-summary { padding-top: 42px; }
.category-link { color: var(--blue-dark); font-weight: 750; }
.product-summary > .public-status { margin-left: 12px; vertical-align: middle; }
.demo-notice { max-width: 620px; margin: 0 0 22px; padding: 14px 16px; display: grid; gap: 3px; color: #163d70; background: #eaf2fd; border-left: 4px solid var(--blue); }
.demo-notice strong { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.demo-notice span { font-size: 13px; line-height: 1.4; }
.product-summary h1 { font: clamp(72px, 8vw, 124px)/.9 var(--display); margin: 16px 0 24px; }
.product-summary > p { max-width: 620px; font-size: 21px; color: var(--muted); }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 58px; border-bottom: 1px solid var(--line); }
.anchor-nav a { padding: 14px 0; position: relative; }
.anchor-nav a:first-child { color: var(--blue-dark); }
.anchor-nav a:first-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--blue); }
.detail-section { border-top: 1px solid var(--line); }
.detail-section > h2, .gallery-section > h2, .video-section > h2 { font: clamp(42px, 5vw, 72px)/1 var(--display); margin-top: 0; }
.detail-section > p { max-width: 940px; font-size: 19px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.spec-group { border: 1px solid var(--line); }
.spec-group h3 { margin: 0; padding: 18px 24px; color: white; background: var(--blue); text-transform: uppercase; letter-spacing: .05em; font-size: 15px; }
.spec-group > div { min-height: 54px; padding: 12px 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.spec-group span { color: var(--muted); }
.section-note { max-width: 760px; margin: -18px 0 32px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; }
.gallery-grid figure { margin: 0; border: 1px solid var(--line); background: white; }
.gallery-grid img { width: 100%; height: 420px; object-fit: contain; }
.gallery-grid video { width: 100%; height: 420px; display: block; object-fit: contain; background: #071522; }
.gallery-grid figcaption { padding: 12px 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }

.service-list { padding-top: 0; }
.service-list article { display: grid; grid-template-columns: 160px 1fr; padding: 52px 0; border-top: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--blue); font: 52px/1 var(--display); }
.service-list h2 { font: 48px/1 var(--display); margin: 0 0 16px; }
.service-list p { max-width: 820px; color: var(--muted); }
.prose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.prose-grid > div { padding: 44px; border-top: 1px solid var(--line); }
.prose-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.prose-grid h2 { font: 42px/1 var(--display); margin: 0 0 20px; }
.video-section video { width: 100%; aspect-ratio: 16/9; background: var(--navy); }

.contact-layout { max-width: var(--max); margin: auto; padding: clamp(70px, 8vw, 130px) var(--gutter); display: grid; grid-template-columns: 1fr .85fr; gap: 90px; }
.contact-copy dl { margin-top: 54px; }
.contact-copy dl div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-copy dt { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.contact-copy dd { margin: 4px 0 0; font-weight: 700; }
.contact-copy small { display: block; color: #a04444; font-weight: 500; }
.contact-form { padding: 34px; background: var(--soft); display: grid; gap: 18px; align-content: start; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c5ced8; background: white; padding: 13px 14px; border-radius: 3px; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.notice { padding: 14px; border-left: 4px solid; }
.notice.success { background: #e6f6ed; border-color: #27814a; }
.notice.error { background: #feecec; border-color: #bd3737; }
.empty-state { padding: 36px; border: 1px dashed #b8c3cf; color: var(--muted); background: var(--soft); }
.empty-state.large { min-height: 250px; display: grid; place-items: center; text-align: center; }
.managed-body { max-width: 920px; font-size: 18px; line-height: 1.85; white-space: normal; }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.news-grid .empty-state { grid-column: 1 / -1; }
.news-card { border: 1px solid var(--line); background: white; }
.news-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.news-card > div { padding: 28px; }
.news-card time, .article-page time { color: var(--blue-dark); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.news-card h2 { font: 38px/1.05 var(--display); margin: 12px 0; }
.news-card p { color: var(--muted); }
.article-hero { width: min(calc(100% - 2 * var(--gutter)), var(--max)); max-height: 720px; object-fit: cover; display: block; margin: 0 auto; }
.download-list { display: grid; gap: 0; }
.download-list > a { min-height: 96px; padding: 20px 24px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.download-list > a:last-child { border-bottom: 1px solid var(--line); }
.download-list > a:hover { background: var(--soft); }
.download-list strong, .download-list span { display: block; }
.download-list div > span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.site-footer { color: #dce5ef; background: var(--navy); padding: 72px var(--gutter) 24px; }
.footer-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.4fr .6fr 1fr 1fr; gap: 56px; }
.footer-logo { width: 220px; filter: brightness(0) invert(1); }
.footer-grid h2 { color: white; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid address { display: block; margin: 9px 0; font-style: normal; }
.footer-grid a:hover { color: white; }
.footer-meta { max-width: var(--max); margin: 54px auto 0; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.whatsapp-button { position: fixed; right: 20px; bottom: 20px; z-index: 20; min-height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: center; color: white; background: #168448; border-radius: 3px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .site-header { grid-template-columns: 1fr auto auto; }
    .menu-toggle { display: block; grid-column: 2; }
    .primary-nav { position: absolute; left: 0; right: 0; top: 96px; background: white; padding: 24px var(--gutter); display: none; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { padding: 8px 0; }
    .primary-nav a::after { bottom: 2px; }
    .hero { grid-template-columns: 1fr; }
    .hero-copy { min-height: 560px; }
    .hero-media { min-height: 420px; }
    .hero-copy::after { inset: 0; clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
    .category-rail { grid-template-columns: repeat(2, 1fr); }
    .support-band { grid-template-columns: 1fr; }
    .product-row { grid-template-columns: 180px 150px 1fr; }
    .product-actions { grid-column: 2 / 4; grid-template-columns: repeat(2, minmax(180px, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .site-header { height: 76px; padding: 0 20px; }
    .brand { width: 175px; }
    .primary-nav { top: 76px; }
    .header-cta { display: none; }
    .hero { min-height: auto; }
    .hero-slider { min-height: 860px; }
    .hero-slide { grid-template-columns: 1fr; grid-template-rows: 570px 290px; }
    .hero-copy { min-height: 520px; padding: 72px 24px 48px; }
    .hero-copy::after { clip-path: none; }
    .hero h1, .hero h2 { font-size: 52px; }
    .hero-media { min-height: 290px; }
    .hero-controls { left: 24px; right: auto; bottom: 310px; }
    .hero-video-label { right: 18px; bottom: 18px; }
    .measure-line { left: 24px; }
    .section { padding: 64px 24px; }
    .category-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .category-item { flex: 0 0 82%; scroll-snap-align: start; border-bottom: 1px solid var(--line); }
    .featured-layout { display: block; min-height: 0; }
    .featured-machine { min-height: 360px; display: block; border-right: 0 !important; border-bottom: 1px solid var(--line); }
    .support-band { padding: 56px 24px; }
    .support-items { grid-template-columns: 1fr; }
    .support-items a { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); grid-template-columns: 48px 1fr auto; min-height: 98px; padding: 12px 0; }
    .editorial-split { grid-template-columns: 1fr; }
    .about-panel { padding: 0 0 50px; }
    .video-panel { min-height: 360px; clip-path: none; }
    .quote-band { grid-template-columns: 1fr; background: var(--blue); }
    .quote-band img { max-height: 300px; }
    .category-index-row, .category-hero, .contact-layout { grid-template-columns: 1fr; }
    .category-index-row > div, .category-copy { padding: 32px 24px; }
    .category-media { min-height: 330px; clip-path: none; }
    .product-row { grid-template-columns: 1fr; padding: 28px 24px; }
    .product-row h2 { border-left: 0; border-top: 3px solid var(--blue); padding: 18px 0 0; }
    .highlight-specs { grid-template-columns: 1fr; }
    .highlight-specs div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
    .product-actions { grid-column: auto; grid-template-columns: 1fr; }
    .product-hero-detail { grid-template-columns: 1fr; padding: 24px; }
    .product-hero-detail > .breadcrumb { grid-column: 1; }
    .product-image img { height: 390px; }
    .product-summary { padding: 0 0 50px; }
    .anchor-nav { gap: 18px; }
    .spec-grid, .gallery-grid, .prose-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .download-list > a { align-items: flex-start; flex-direction: column; }
    .prose-grid > div { border-right: 0 !important; }
    .service-list article { grid-template-columns: 70px 1fr; }
    .contact-layout { padding: 64px 24px; gap: 52px; }
    .contact-form { padding: 24px 18px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-meta { flex-direction: column; }
}

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

/* 2026 public experience refinement */
:root { --blue: #2468c8; --blue-bright: #3f8cff; --navy: #020f1f; --navy-2: #061d36; --soft: #f4f7fa; }
body { background: #fff; }
.utility-bar { min-height: 34px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); background: var(--white); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar nav { display: flex; align-items: center; gap: 26px; }
.utility-bar a:hover { color: var(--blue-dark); }
.site-header { height: 84px; position: sticky; top: 0; background: rgba(2,15,31,.97); border-color: rgba(255,255,255,.1); color: white; backdrop-filter: blur(18px); }
.brand { width: 225px; }
.brand img { filter: saturate(1.08) brightness(1.12); }
.primary-nav { font-size: 14px; }
.primary-nav > a, .nav-products > a { padding: 30px 0; }
.primary-nav a::after { bottom: 20px; }
.nav-products { height: 84px; display: flex; align-items: center; }
.nav-products > a { display: flex; gap: 6px; align-items: center; }
.product-mega { position: absolute; left: 0; right: 0; top: 83px; min-height: 310px; padding: 32px var(--gutter); display: grid; grid-template-columns: .7fr 2fr; gap: 45px; color: var(--ink); background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px rgba(1,13,28,.17); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .25s var(--ease), visibility .2s; }
.nav-products:hover .product-mega, .nav-products:focus-within .product-mega { opacity: 1; visibility: visible; transform: none; }
.mega-intro { padding: 15px 36px 15px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.mega-intro > span, .section-eyebrow, .category-index-row small, .product-row-title small { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mega-intro strong { margin: 12px 0 28px; max-width: 280px; font: 46px/.95 var(--display); }
.mega-intro a { margin-top: auto; display: inline-flex; align-items: center; gap: 12px; color: var(--blue-dark); font-weight: 800; }
.mega-categories { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); max-height:min(68vh,560px); overflow-y:auto; }
.mega-categories a { min-width: 0; padding: 8px 18px; border-right: 1px solid var(--line); }
.mega-categories a:last-child { border-right: 0; }
.mega-categories img { width: 100%; height: 145px; object-fit: contain; transition: transform .3s var(--ease); }
.mega-categories a:hover img { transform: translateY(-5px) scale(1.03); }
.mega-categories span { display: flex; justify-content: space-between; align-items: center; font-weight: 800; }
.mega-categories span::after { content: "→"; color: var(--blue); }
.mega-categories small { display:block; margin-top:4px; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.07em; }

.hero { min-height: min(760px, calc(100vh - 118px)); }
.hero-slide { grid-template-columns: 1fr; }
.hero-media { position: absolute; inset: 0; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(2,15,31,.97) 0%, rgba(2,15,31,.87) 31%, rgba(2,15,31,.26) 67%, rgba(2,15,31,.08)), linear-gradient(0deg, rgba(2,15,31,.68), transparent 50%); }
.hero-video-media::after { z-index: 1; background: linear-gradient(0deg, rgba(2,15,31,.46), transparent 38%); }
.hero-copy { z-index: 2; width: min(760px, 58vw); padding-top: clamp(90px, 10vw, 150px); }
.hero-copy::after { inset: 0; background: transparent; clip-path: none; border: 0; }
.hero-copy::before { inset: 18px -30% 18px 0; opacity: .22; }
.hero h1, .hero h2 { font-size: clamp(64px, 6.5vw, 112px); max-width: 850px; text-transform: uppercase; letter-spacing: -.015em; }
.hero-copy > p { max-width: 570px; }
.hero-video-label { z-index: 3; display: flex; align-items: center; gap: 9px; }
.hero-video-label i { width: 7px; height: 7px; background: #63a0f8; border-radius: 50%; box-shadow: 0 0 0 6px rgba(99,160,248,.2); }
.hero-controls { bottom: 74px; }
.hero-story { position: absolute; z-index: 3; left: var(--gutter); right: calc(var(--gutter) + 300px); bottom: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.hero-story span { padding: 13px 20px 0 0; border-top: 2px solid rgba(255,255,255,.28); }
.hero-story span:first-child { border-color: var(--blue-bright); color: white; }
.hero-story b { color: var(--blue-bright); margin-right: 8px; }
.measure-line { display: none; }

.section-heading { align-items: flex-end; justify-content: space-between; }
.section-heading > div { min-width: max-content; }
.section-heading .section-eyebrow { margin: 0 0 10px; }
.heading-copy { max-width: 520px; margin: 0 0 2px; color: var(--muted); }
.category-item { padding-top: 26px; background: linear-gradient(180deg,#fff,#f8fafc); }
.category-item::before { inset: auto auto 0 22px; width: 1px; height: 55%; transform: skewX(-16deg); background: var(--blue); border: 0; opacity: .7; }
.proof-strip { max-width: var(--max); margin: 0 auto; padding: 34px var(--gutter) 50px; display: grid; grid-template-columns: repeat(4,1fr); }
.proof-strip div { padding: 8px 28px; border-left: 1px solid var(--line); }
.proof-strip div:first-child { border-left: 0; padding-left: 0; }
.proof-strip strong { display: block; color: var(--blue); font: 52px/1 var(--display); }
.proof-strip span { color: var(--muted); font-size: 13px; }

.products-intro { max-width: none; margin: 0; padding-top: clamp(90px,9vw,150px); color: white; background-color: var(--navy); background-image: linear-gradient(rgba(63,140,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(63,140,255,.08) 1px,transparent 1px); background-size: 52px 52px; }
.products-intro > p:not(.breadcrumb):not(.section-eyebrow) { color: #b9c6d5; }
.products-intro .breadcrumb a { color: #8fbaff; }
.products-intro h1 { max-width: 1000px; }
.intro-metrics { margin-top: 48px; display: flex; gap: 52px; }
.intro-metrics span { color: #c4cfdb; }
.intro-metrics strong { color: white; font: 34px/1 var(--display); margin-right: 9px; }
.category-index-row { min-height: 340px; grid-template-columns: .9fr 1.1fr; transition: color .2s, background .25s; }
.category-index-row:hover { color: white; background: var(--navy-2); }
.category-index-row:hover p, .category-index-row:hover small { color: #bbcadb; }
.category-index-row img { height: 330px; transition: transform .45s var(--ease); }
.category-index-row:hover img { transform: scale(1.035) translateX(10px); }

.category-hero { min-height: 520px; grid-template-columns: 1.04fr 1fr; background: var(--navy); color: white; }
.category-media { clip-path: none; position: relative; background: #edf2f6; }
.category-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 70%,var(--navy)); }
.category-copy { padding-right: max(var(--gutter),calc((100vw - var(--max))/2 + var(--gutter))); }
.category-copy .breadcrumb { color:#9eb0c3; }
.category-copy .breadcrumb a { color:#87b5f7; }
.category-copy > p:not(.breadcrumb):not(.section-eyebrow) { color:#c8d2dd; }
.category-benefits { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.category-benefits span { padding: 8px 12px; border:1px solid rgba(255,255,255,.22); color:#dfe8f2; font-size:11px; text-transform:uppercase; letter-spacing:.06em; }
.catalog-tools { min-height: 84px; padding: 14px var(--gutter); display:flex; align-items:center; justify-content:space-between; gap:28px; background:#fff; border-bottom:1px solid var(--line); position:sticky; top:84px; z-index:8; }
.catalog-tools label { display:flex; align-items:center; gap:16px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.catalog-tools input { width:min(350px,34vw); padding:11px 14px; border:1px solid #cbd5df; background:var(--soft); }
.catalog-tools > span { margin-left:auto; color:var(--muted); font-size:13px; }
.catalog-tools > div { display:flex; align-items:center; gap:12px; }
.catalog-tools .switch { border-color:var(--navy); }
.catalog-tools .switch span { background:var(--navy); }
.product-row { min-height: 280px; grid-template-columns: 260px 260px 1fr 190px; transition:background .25s; }
.product-row:hover { background:#f8fafc; }
.product-row[hidden] { display:none; }
.product-row img { height:220px; transition:transform .35s var(--ease); }
.product-row:hover img { transform:scale(1.035); }
.product-row-title h2 { border:0; padding:0; margin:8px 0 14px; }
.product-row-title p { margin:0; color:var(--muted); font-size:13px; line-height:1.5; }
.highlight-specs { grid-template-columns:repeat(2,1fr); }
.highlight-specs div { min-height:88px; border-bottom:1px solid var(--line); }
.highlight-specs dd { font-size:18px; }

.product-hero-detail { max-width:none; min-height:690px; padding-left:max(var(--gutter),calc((100vw - var(--max))/2 + var(--gutter))); padding-right:max(var(--gutter),calc((100vw - var(--max))/2 + var(--gutter))); grid-template-columns:1.05fr 1fr; background:linear-gradient(120deg,#fff 0 60%,#edf3f8); }
.product-image { position:relative; min-width:0; }
.product-blueprint { position:absolute; inset:12% 2% 8%; background-image:linear-gradient(rgba(36,104,200,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(36,104,200,.09) 1px,transparent 1px); background-size:40px 40px; mask-image:radial-gradient(ellipse,#000,transparent 72%); }
.product-image img { position:relative; z-index:1; transition:transform .6s var(--ease); }
.product-image:hover img { transform:scale(1.025); }
.product-summary h1 { text-transform:uppercase; }
.anchor-nav { margin-top:44px; }
.product-facts { max-width:var(--max); margin:0 auto; padding:0 var(--gutter) 50px; display:grid; grid-template-columns:repeat(4,1fr); }
.product-facts div { padding:20px 24px; border:1px solid var(--line); border-right:0; background:white; }
.product-facts div:last-child { border-right:1px solid var(--line); }
.product-facts span { display:block; color:var(--muted); font-size:12px; }
.product-facts strong { display:block; margin-top:6px; font-size:19px; }
.detail-rail { position:fixed; z-index:12; right:0; top:40%; display:grid; color:white; background:var(--navy); box-shadow:0 15px 40px rgba(0,0,0,.18); }
.detail-rail a { width:48px; min-height:62px; padding:11px 8px; display:flex; align-items:center; justify-content:center; border-bottom:1px solid rgba(255,255,255,.15); writing-mode:vertical-rl; font-size:9px; letter-spacing:.06em; text-transform:uppercase; }
.detail-rail a:hover { background:var(--blue); }
.detail-rail a.is-active { background:var(--blue); }
.anchor-nav a.is-active { color:var(--blue-dark); }
.anchor-nav a.is-active::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:2px; background:var(--blue); }
.overview-layout { display:grid; grid-template-columns:.6fr 1.4fr; gap:80px; }
.overview-layout > div .section-eyebrow { margin:0 0 12px; }
.overview-layout > p { margin:0; }
.spec-grid { grid-template-columns:repeat(3,1fr); }
.spec-group { border-radius:4px; overflow:hidden; }
.spec-group h3 { background:linear-gradient(90deg,var(--blue-dark),var(--blue)); }

@media (max-width: 1100px) {
    .utility-bar { display:none; }
    .site-header { height:76px; grid-template-columns:1fr auto auto; }
    .primary-nav { top:76px; color:var(--ink); box-shadow:0 20px 35px rgba(0,0,0,.15); }
    .nav-products { height:auto; display:block; }
    .nav-products > a { padding:8px 0; }
    .product-mega { display:none; }
    .hero { min-height:700px; }
    .hero-copy { width:min(820px,82vw); }
    .hero-story { right:var(--gutter); }
    .heading-copy { max-width:420px; }
    .product-row { grid-template-columns:210px 220px 1fr; }
    .product-actions { grid-column:2 / 4; }
    .spec-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 760px) {
    .site-header { top:0; }
    .hero-slider { min-height:700px; }
    .hero-slide { grid-template-rows:1fr; }
    .hero-copy { width:100%; min-height:700px; padding:96px 24px 150px; }
    .hero h1,.hero h2 { font-size:58px; }
    .hero-media { min-height:700px; }
    .hero-media::before { background:linear-gradient(90deg,rgba(2,15,31,.94),rgba(2,15,31,.48)),linear-gradient(0deg,rgba(2,15,31,.8),transparent); }
    .hero-controls { left:24px; bottom:84px; }
    .hero-story { left:24px; right:24px; bottom:18px; }
    .hero-story span { display:none; }
    .hero-story span:first-child { display:block; }
    .section-heading { display:block; }
    .heading-copy { margin-top:18px; }
    .proof-strip { grid-template-columns:repeat(2,1fr); padding:24px; }
    .proof-strip div { padding:18px; border-top:1px solid var(--line); }
    .proof-strip div:nth-child(odd) { border-left:0; }
    .intro-metrics { flex-direction:column; gap:12px; }
    .category-index-row { min-height:0; }
    .category-index-row img { height:260px; }
    .category-hero { min-height:0; }
    .category-media::after { background:linear-gradient(0deg,var(--navy),transparent 55%); }
    .catalog-tools { top:76px; flex-wrap:wrap; }
    .catalog-tools label { width:100%; justify-content:space-between; }
    .catalog-tools input { width:65%; }
    .product-row { grid-template-columns:1fr; }
    .product-row-title h2 { border-top:3px solid var(--blue); padding-top:18px; }
    .product-actions { grid-column:auto; }
    .product-hero-detail { grid-template-columns:1fr; }
    .product-facts { grid-template-columns:repeat(2,1fr); padding:0 24px 36px; }
    .product-facts div:nth-child(2) { border-right:1px solid var(--line); }
    .overview-layout { grid-template-columns:1fr; gap:20px; }
    .detail-rail { display:none; }
    .spec-grid { grid-template-columns:1fr; }
}

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

/* Compact homepage pass based on client review */
.page-home .hero { min-height: min(650px, calc(100vh - 118px)); }
.page-home .hero-slides { z-index: 2; }
.page-home .hero-slide { display: block; transform: translateX(30px); }
.page-home .hero-slide.is-active { transform: none; }
.page-home .hero-media { z-index: 0; }
.page-home .hero-media video { transform: scale(1.01); }
.page-home .hero-copy { min-height: 650px; width: min(760px, 64vw); padding-top: clamp(68px, 8vw, 112px); padding-bottom: 126px; }
.page-home .hero h1, .page-home .hero h2 { font-size: clamp(58px, 5.7vw, 94px); }
.page-home .hero-copy > p { margin-bottom: 28px; font-size: clamp(17px, 1.3vw, 20px); }
.page-home .hero-controls { bottom: 66px; right: var(--gutter); border-radius: 3px; overflow: hidden; }
.page-home .hero-controls button { transition: background .2s, color .2s; }
.page-home .hero-controls button:hover { color: var(--navy); background: white; }
.page-home .hero-story { right: calc(var(--gutter) + 300px); }

.page-home .section { padding-top: clamp(52px, 5vw, 78px); padding-bottom: clamp(52px, 5vw, 78px); }
.page-home .section-heading { margin-bottom: 28px; }
.page-home .section-heading h2 { font-size: clamp(38px, 3.4vw, 54px); }
.page-home .range-section { padding-bottom: 54px; }
.page-home .category-rail { min-height: 0; }
.page-home .category-item { height: 252px; padding: 22px 20px 8px; display: grid; grid-template-rows: auto auto 1fr; align-items: start; }
.page-home .category-item > span { font-size: 14px; }
.page-home .category-item > small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.page-home .category-item img { height: 178px; aspect-ratio: auto; align-self: end; object-fit: contain; transform-origin: 50% 75%; }
.page-home .category-item:hover { color: white; background: var(--navy-2); }
.page-home .category-item:hover > small { color: #aebdcd; }
.page-home .category-item:hover img { transform: scale(1.1) translateY(-3px); }

.page-home .featured-section { padding-top: 48px; }
.page-home .featured-layout { min-height: 0; grid-template-columns: repeat(3, 1fr); grid-template-rows: 340px; border-bottom: 1px solid var(--line); }
.page-home .featured-machine, .page-home .featured-machine:first-child { min-height: 0; grid-row: auto; padding: 24px 24px 10px; border-right: 1px solid var(--line); background: linear-gradient(180deg,#fff,#f5f8fb); }
.page-home .featured-machine:last-child { border-right: 0; }
.page-home .featured-machine strong { font-size: clamp(34px, 3vw, 50px); }
.page-home .featured-machine img { height: 245px; object-fit: contain; transform-origin: center bottom; }
.page-home .featured-machine::after { content: "View model →"; position: absolute; left: 24px; bottom: 18px; z-index: 2; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.page-home .featured-machine:hover { background: #edf3f9; }
.page-home .featured-machine:hover img { transform: scale(1.07) translateY(-8px); }
.page-home .featured-machine:hover::after { opacity: 1; transform: none; }

.home-service-strip { max-width: var(--max); margin: 0 auto 8px; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3,1fr); }
.home-service-strip a { min-height: 82px; padding: 16px 22px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 14px; color: white; background: var(--navy); border-right: 1px solid rgba(255,255,255,.18); transition: background .2s; }
.home-service-strip a:first-child { border-left: 3px solid var(--blue); }
.home-service-strip a:hover { background: var(--blue-dark); }
.home-service-strip strong { color: #7ca9e7; font-size: 11px; }
.home-service-strip span { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

.page-home .home-feature-cards { padding-top: 48px; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.home-feature-card { min-height: 360px; position: relative; overflow: hidden; color: white; border-radius: 4px; }
.feature-card-media, .feature-card-overlay { position: absolute; inset: 0; }
.feature-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.feature-card-overlay { z-index: 1; background: linear-gradient(0deg,rgba(2,15,31,.88),rgba(2,15,31,.08) 72%); transition: background .35s; }
.feature-card-copy { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 28px; }
.feature-card-copy small { display: block; margin-bottom: 8px; color: #9ec2f2; font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-card-copy strong { display: block; font: clamp(40px,4vw,62px)/.98 var(--display); text-transform: uppercase; }
.feature-card-copy em { margin-top: 16px; display: flex; align-items: center; gap: 12px; font-size: 13px; font-style: normal; font-weight: 800; transform: translateY(7px); opacity: .76; transition: transform .3s, opacity .3s; }
.home-feature-card:hover .feature-card-media img { transform: scale(1.1); filter: saturate(1.08); }
.home-feature-card:hover .feature-card-overlay { background: linear-gradient(0deg,rgba(3,32,67,.94),rgba(3,32,67,.12) 75%); }
.home-feature-card:hover .feature-card-copy em { transform: none; opacity: 1; }

.page-home .proof-strip { padding-top: 22px; padding-bottom: 42px; }
.page-home .proof-strip strong { font-size: 42px; }
.page-home .proof-strip div { padding-top: 4px; padding-bottom: 4px; }

.home-resources { border-top: 1px solid var(--line); }
.resource-columns { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; }
.resource-column-head { min-height: 46px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.resource-column-head h3 { margin: 0; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.resource-column-head a { color: var(--blue-dark); display: inline-flex; gap: 8px; align-items: center; font-size: 12px; font-weight: 800; }
.resource-news { min-height: 132px; padding: 14px 0; display: grid; grid-template-columns: 180px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.resource-news img { width: 180px; height: 104px; object-fit: cover; overflow: hidden; transition: transform .45s var(--ease), filter .3s; }
.resource-news > span { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.resource-news time, .resource-news em, .resource-downloads small, .resource-downloads em { color: var(--muted); font-size: 11px; font-style: normal; }
.resource-news strong { margin: 6px 0; font-size: 18px; line-height: 1.25; }
.resource-news em { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-weight: 800; }
.resource-news:hover img { transform: scale(1.045); filter: contrast(1.04); }
.resource-news:hover strong { color: var(--blue-dark); }
.resource-downloads > a:not(.resource-column-head a) { min-height: 98px; padding: 16px 14px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); transition: background .2s, padding .25s; }
.resource-downloads > a:hover { padding-left: 22px; background: var(--soft); }
.resource-downloads strong, .resource-downloads em { display: block; }
.resource-downloads strong { margin: 3px 0; font-size: 15px; }
.document-icon { width: 43px; height: 48px; display: grid; place-items: center; color: var(--blue); background: #eaf2fd; }
.document-icon svg, .quick-actions svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.resource-downloads .contact-resource { color: white; background: var(--blue-dark); border: 0; }
.resource-downloads .contact-resource:hover { background: var(--navy); }
.resource-downloads .contact-resource small { color: #bcd5f4; }

.page-home .quote-band { min-height: 260px; grid-template-columns: 1.25fr .75fr; background: linear-gradient(110deg,var(--blue-dark) 0 68%,#fff 68%); }
.page-home .quote-band > div { padding: 38px var(--gutter); display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; align-items: center; gap: 4px 32px; }
.page-home .quote-band .section-eyebrow { grid-column: 1; margin: 0; color: #c3daf6; }
.page-home .quote-band h2 { grid-column: 1; max-width: 720px; font-size: clamp(40px,4vw,62px); }
.page-home .quote-band .button { grid-column: 2; grid-row: 1 / 3; }
.page-home .quote-band img { max-height: 260px; }

.quick-actions { position: fixed; z-index: 18; right: 0; top: 48%; display: grid; color: white; background: var(--navy); box-shadow: 0 12px 34px rgba(0,0,0,.22); border-radius: 5px 0 0 5px; overflow: hidden; }
.quick-actions a { width: 58px; min-height: 70px; padding: 10px 6px; display: grid; place-items: center; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.16); transition: width .25s var(--ease), background .2s; }
.quick-actions a:first-child { background: var(--blue); }
.quick-actions a:hover { width: 106px; background: var(--blue-dark); }
.quick-actions span { font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 1100px) {
    .page-home .featured-layout { grid-template-columns: repeat(3,1fr); grid-template-rows: 310px; }
    .page-home .featured-machine { padding: 20px 16px 8px; }
    .page-home .featured-machine img { height: 220px; }
    .resource-columns { gap: 30px; }
    .resource-news { grid-template-columns: 135px 1fr; }
    .resource-news img { width: 135px; }
}

@media (max-width: 760px) {
    .page-home .hero-slider, .page-home .hero-copy, .page-home .hero-media { min-height: 680px; }
    .page-home .hero-copy { width: 100%; padding: 82px 24px 150px; }
    .page-home .hero h1, .page-home .hero h2 { font-size: 54px; }
    .page-home .hero-controls { left: 24px; right: auto; bottom: 80px; }
    .page-home .category-item { flex-basis: 78%; height: 238px; }
    .page-home .category-item img { height: 162px; }
    .page-home .featured-layout { display: flex; min-height: 0; overflow-x: auto; scroll-snap-type: x mandatory; }
    .page-home .featured-machine, .page-home .featured-machine:first-child { flex: 0 0 82%; min-height: 320px; scroll-snap-align: start; }
    .home-service-strip { padding: 0 24px; grid-template-columns: 1fr; }
    .home-service-strip a { min-height: 68px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .page-home .home-feature-cards { grid-template-columns: 1fr; }
    .home-feature-card { min-height: 300px; }
    .feature-card-copy { left: 24px; right: 24px; bottom: 22px; }
    .resource-columns { grid-template-columns: 1fr; }
    .resource-news { grid-template-columns: 110px 1fr; }
    .resource-news img { width: 110px; height: 100px; }
    .page-home .quote-band { grid-template-columns: 1fr; min-height: 0; background: var(--blue-dark); }
    .page-home .quote-band > div { padding: 38px 24px; display: block; }
    .page-home .quote-band .button { margin-top: 24px; }
    .page-home .quote-band img { display: none; }
    .quick-actions { top: auto; bottom: 18px; right: 14px; grid-template-columns: repeat(2,1fr); border-radius: 4px; }
    .quick-actions a, .quick-actions a:hover { width: 58px; min-height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-feature-card:hover .feature-card-media img, .page-home .featured-machine:hover img, .page-home .category-item:hover img { transform: none; }
}

/* Refined public inner pages */
.inner-hero { min-height: 470px; position: relative; overflow: hidden; color: white; background: var(--navy); }
.inner-hero::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(2,15,31,.98) 0%,rgba(2,15,31,.9) 36%,rgba(2,15,31,.2) 75%); }
.inner-hero > div { width:min(720px,58vw); min-height:470px; padding:58px max(var(--gutter),calc((100vw - var(--max))/2 + var(--gutter))); position:relative; z-index:2; display:flex; flex-direction:column; justify-content:center; }
.inner-hero img { position:absolute; inset:0 0 0 auto; width:68%; height:100%; object-fit:cover; object-position:center; }
.inner-hero-downloads img, .inner-hero-news img { object-fit:contain; object-position:75% center; }
.inner-hero .breadcrumb { color:#9eb0c3; }
.inner-hero .breadcrumb a { color:#8ebafa; }
.inner-hero h1 { max-width:780px; margin:28px 0 20px; font:clamp(58px,6vw,96px)/.92 var(--display); text-transform:uppercase; }
.inner-hero p:last-child { max-width:600px; margin:0; color:#c9d4df; font-size:19px; }

.managed-sections > header, .news-index > header, .downloads-index > header { max-width:830px; margin-bottom:38px; }
.managed-sections > header > p:last-child { max-width:680px; color:var(--muted); line-height:1.7; }
.managed-sections > header h2, .about-story h2, .news-index > header h2, .downloads-index > header h2 { margin:10px 0 0; font:clamp(40px,4.6vw,66px)/1 var(--display); }
.managed-section-list { border-top:1px solid var(--line); }
.managed-section-list article { min-height:180px; display:grid; grid-template-columns:130px 1fr; border-bottom:1px solid var(--line); }
.managed-section-list article > span { padding:34px 20px 20px 0; color:var(--blue); font:44px/1 var(--display); }
.managed-section-list article > div { padding:32px 0 34px; display:grid; grid-template-columns:.5fr 1fr auto; align-items:start; gap:36px; }
.managed-section-list h3 { margin:0; font:34px/1.05 var(--display); }
.managed-section-list p { margin:0; max-width:650px; color:var(--muted); }
.managed-section-list a { display:inline-flex; align-items:center; gap:9px; color:var(--blue-dark); font-size:12px; font-weight:800; white-space:nowrap; }
.inner-cta { max-width:var(--max); min-height:126px; margin:0 auto 72px; padding:28px var(--gutter); display:flex; justify-content:space-between; align-items:center; gap:30px; color:white; background:linear-gradient(110deg,var(--blue-dark),var(--blue)); }
.inner-cta strong, .inner-cta span { display:block; }
.inner-cta strong { font:32px/1.1 var(--display); }
.inner-cta span { margin-top:5px; color:#c7daf3; }

.about-story { display:grid; grid-template-columns:1.05fr .95fr; gap:90px; }
.about-lead > p:last-child { max-width:650px; color:var(--muted); font-size:19px; line-height:1.8; }
.about-values { border-top:1px solid var(--line); }
.about-values article { padding:26px 0 30px; display:grid; grid-template-columns:56px 1fr; border-bottom:1px solid var(--line); }
.about-values article > span { color:var(--blue); font-weight:800; }
.about-values h3 { margin:0 0 10px; font:32px/1 var(--display); }
.about-values p { grid-column:2; margin:0; color:var(--muted); }
.refined-video { padding-top:32px; display:grid; grid-template-columns:.5fr 1fr; gap:42px; align-items:center; border-top:1px solid var(--line); }
.refined-video > div { align-self:start; padding-top:36px; }
.refined-video h2 { font-size:clamp(40px,4vw,62px); }
.refined-video p:last-child { color:var(--muted); }
.refined-video video { border-radius:4px; }

.news-index { padding-top:60px; }
.news-index .news-grid { grid-template-columns:repeat(2,1fr); gap:22px; }
.news-index .news-card { display:grid; grid-template-columns:210px 1fr; min-height:240px; overflow:hidden; transition:transform .3s var(--ease),box-shadow .3s; }
.news-index .news-card-featured { grid-column:1 / -1; grid-template-columns:1.05fr .95fr; min-height:390px; }
.news-card-media { overflow:hidden; background:var(--soft); }
.news-index .news-card img { width:100%; height:100%; aspect-ratio:auto; object-fit:cover; transition:transform .55s var(--ease); }
.news-index .news-card > div { padding:24px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.news-index .news-card-featured > div { padding:40px; }
.news-index .news-card-featured h2 { font-size:clamp(38px,4vw,62px); }
.news-index .news-card:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(6,30,58,.12); }
.news-index .news-card:hover img { transform:scale(1.06); }
.article-page .page-intro { max-width:none; color:white; background:var(--navy); }
.article-page .page-intro .breadcrumb, .article-page .page-intro p { color:#c3cfdb; }
.article-page .page-intro .breadcrumb a, .article-page .page-intro time { color:#8ebafa; }
.article-page .page-intro h1 { max-width:1050px; }
.article-page .article-hero { margin-top:36px; max-height:620px; object-position:center; }
.article-page .managed-body { margin:0 auto; }

.downloads-index { padding-top:60px; }
.downloads-index .download-list { border-top:1px solid var(--line); }
.downloads-index .download-list > a { min-height:108px; display:grid; grid-template-columns:56px 1fr auto; gap:18px; }
.downloads-index .download-list small, .downloads-index .download-list em { color:var(--muted); font-size:11px; font-style:normal; text-transform:uppercase; letter-spacing:.07em; }
.downloads-index .download-list strong { font-size:18px; }
.downloads-index .download-list em { display:flex; align-items:center; gap:10px; color:var(--blue-dark); font-weight:800; }
.download-help { margin-top:34px; padding:28px 30px; display:flex; justify-content:space-between; align-items:center; gap:28px; color:white; background:var(--navy); }
.download-help strong, .download-help span { display:block; }
.download-help strong { font:30px/1 var(--display); }
.download-help span { margin-top:6px; color:#bfccd9; }

.page-contact { background:var(--navy); }
.page-contact .site-footer { border-top:1px solid rgba(255,255,255,.12); }
.contact-layout { max-width:var(--max); min-height:690px; padding-top:62px; padding-bottom:62px; grid-template-columns:.82fr 1.18fr; gap:70px; color:white; background:var(--navy); }
.contact-copy { padding-top:20px; }
.contact-copy .breadcrumb { color:#9fb0c2; }
.contact-copy .breadcrumb a { color:#8ebafa; }
.contact-copy h1 { margin-top:38px; font-size:clamp(58px,6vw,92px); text-transform:uppercase; }
.contact-copy > p:not(.breadcrumb) { color:#bdcad7; font-size:18px; }
.contact-copy dl { margin-top:38px; }
.contact-copy dl div { border-color:rgba(255,255,255,.18); }
.contact-copy dt { color:#83adE6; }
.contact-copy small { color:#9fb0c2; }
.contact-form { padding:36px; color:var(--ink); background:white; border-radius:4px; box-shadow:0 24px 70px rgba(0,0,0,.2); }
.contact-form header { padding-bottom:10px; }
.contact-form header span { color:var(--blue); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.contact-form header h2 { margin:5px 0 0; font:42px/1 var(--display); }
.form-pair { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.contact-form input,.contact-form select,.contact-form textarea { min-height:48px; border-color:#cbd5df; background:#f8fafc; }
.contact-form textarea { min-height:130px; }
.contact-form .button { justify-self:start; min-width:190px; }
.contact-support { max-width:var(--max); min-height:360px; margin:0 auto; padding:50px var(--gutter); position:relative; overflow:hidden; color:white; background:#071b31; }
.contact-support::after { content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,31,.98),rgba(2,15,31,.72) 45%,rgba(2,15,31,.18)); }
.contact-support > div { max-width:550px; position:relative; z-index:2; }
.contact-support h2 { margin:10px 0 14px; font:clamp(42px,5vw,68px)/1 var(--display); }
.contact-support p { color:#c0ccd8; }
.contact-support img { position:absolute; inset:0 0 0 auto; width:66%; height:100%; object-fit:cover; }

.legal-intro { max-width:none; color:white; background:var(--navy); }
.legal-intro .breadcrumb, .legal-intro > p:not(.breadcrumb) { color:#bfccd8; }
.legal-intro .breadcrumb a { color:#8ebafa; }
.legal-body .managed-body { margin:0 auto; padding-left:30px; border-left:3px solid var(--blue); }

@media (max-width:1100px) {
    .managed-section-list article > div { grid-template-columns:.7fr 1.3fr; }
    .managed-section-list article > div a { grid-column:1 / -1; }
    .about-story { gap:50px; }
    .news-index .news-card { grid-template-columns:160px 1fr; }
    .contact-layout { gap:40px; }
}

@media (max-width:760px) {
    .inner-hero { min-height:500px; }
    .inner-hero > div { width:100%; min-height:500px; padding:58px 24px; }
    .inner-hero img { width:100%; }
    .inner-hero::after { background:linear-gradient(90deg,rgba(2,15,31,.95),rgba(2,15,31,.55)),linear-gradient(0deg,rgba(2,15,31,.8),transparent); }
    .inner-hero h1 { font-size:56px; }
    .managed-section-list article { grid-template-columns:62px 1fr; }
    .managed-section-list article > span { font-size:30px; }
    .managed-section-list article > div { grid-template-columns:1fr; gap:16px; }
    .managed-section-list article > div a { grid-column:auto; }
    .inner-cta { margin:0 24px 50px; padding:26px 22px; align-items:flex-start; flex-direction:column; }
    .about-story,.refined-video { grid-template-columns:1fr; gap:34px; }
    .refined-video > div { padding-top:0; }
    .news-index .news-grid { grid-template-columns:1fr; }
    .news-index .news-card,.news-index .news-card-featured { grid-column:auto; grid-template-columns:1fr; min-height:0; }
    .news-index .news-card-media { height:230px; }
    .news-index .news-card-featured h2 { font-size:40px; }
    .downloads-index .download-list > a { grid-template-columns:50px 1fr; }
    .downloads-index .download-list em { grid-column:2; }
    .download-help { align-items:flex-start; flex-direction:column; }
    .page-contact { background:white; }
    .contact-layout { grid-template-columns:1fr; padding:50px 24px; gap:34px; }
    .contact-form { padding:26px 18px; }
    .form-pair { grid-template-columns:1fr; }
    .contact-support { margin:0; padding:44px 24px; }
    .contact-support img { width:100%; }
}

/* Product family carousel */
.page-home .category-carousel { --category-visible: 3; position: relative; }
.page-home .category-viewport { overflow-x: auto; overflow-y: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scrollbar-width: none; touch-action: pan-y; }
.page-home .category-viewport::-webkit-scrollbar { display: none; }
.page-home .category-carousel.is-ready .category-viewport { overflow: hidden; }
.page-home .category-carousel .category-rail { display: flex; min-height: 0; border: 0; transition: transform .68s var(--ease); will-change: transform; }
.page-home .category-carousel .category-item { flex: 0 0 calc(100% / var(--category-visible)); height: 252px; border-right: 1px solid var(--line); }
.category-carousel-controls { min-height: 62px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; border-bottom: 1px solid var(--line); }
.category-carousel-controls button { min-width: 44px; min-height: 44px; border: 1px solid #cfd8e3; color: var(--navy); background: white; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.category-carousel-controls button:hover { color: white; border-color: var(--blue); background: var(--blue); }
.category-carousel-controls button:focus-visible { outline: 3px solid rgba(47,119,213,.32); outline-offset: 2px; }
.category-carousel-arrow { display: grid; place-items: center; }
.category-carousel-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.category-carousel-position { min-width: 62px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.category-carousel-dots { display: flex; align-items: center; gap: 6px; margin-right: 4px; }
.category-carousel-dots button { min-width: 28px; min-height: 44px; padding: 0; border: 0; position: relative; background: transparent; }
.category-carousel-dots button::after { content: ""; width: 20px; height: 2px; position: absolute; left: 4px; top: 21px; background: #bac6d3; transition: width .25s, background .25s; }
.category-carousel-dots button.is-active::after { width: 28px; background: var(--blue); }
.category-carousel-dots button:hover { background: transparent; }
.category-carousel-dots button:hover::after { background: var(--blue); }
.category-carousel-pause { min-width: 78px !important; padding: 0 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.category-carousel-pause:disabled { color: #738295; border-color: #dce3ea; background: #f4f6f8; cursor: default; }

@media (max-width: 980px) {
    .page-home .category-carousel { --category-visible: 2; }
}

@media (max-width: 620px) {
    .page-home .category-carousel { --category-visible: 1; }
    .page-home .range-section .section-heading > div { min-width: 0; }
    .page-home .range-section .section-heading h2 { max-width: 320px; }
    .page-home .category-carousel .category-item { flex-basis: 100%; height: 238px; }
    .category-carousel-controls { justify-content: space-between; gap: 5px; }
    .category-carousel-dots { flex: 1; justify-content: center; margin: 0; }
    .category-carousel-position { min-width: 56px; }
    .category-carousel-pause { min-width: 72px !important; padding-inline: 9px; }
    .gallery-grid img, .gallery-grid video { height: 320px; }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .category-carousel .category-rail { transition: none; }
}

/* Company navigation and leadership pages */
.primary-nav > a, .nav-products > a, .nav-company > a { padding: 30px 0; }
.nav-company { height:84px; position:relative; display:flex; align-items:center; }
.nav-company > a { display:flex; gap:6px; align-items:center; }
.company-menu { position:absolute; top:76px; left:50%; width:290px; padding:10px; color:var(--ink); background:white; border:1px solid var(--line); box-shadow:0 22px 50px rgba(1,13,28,.2); opacity:0; visibility:hidden; transform:translate(-50%,-8px); transition:opacity .2s,transform .25s var(--ease),visibility .2s; }
.nav-company:hover .company-menu,.nav-company:focus-within .company-menu { opacity:1; visibility:visible; transform:translate(-50%,0); }
.company-menu a { padding:14px 16px; display:grid; gap:4px; border-bottom:1px solid var(--line); }
.company-menu a:last-child { border-bottom:0; }
.company-menu a:hover { background:var(--soft); }
.company-menu small { color:var(--blue); font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.company-menu strong { font-size:13px; }

.about-lead h3 { margin:34px 0 8px; font-size:18px; }
.about-lead .text-link { margin-top:28px; }
.about-legacy { max-width:none; padding:clamp(70px,8vw,120px) var(--gutter); color:white; background:var(--navy); }
.about-legacy > header { max-width:780px; margin-bottom:54px; }
.about-legacy h2,.about-principles h2 { margin:12px 0 0; font:clamp(44px,5vw,74px)/.98 var(--display); }
.legacy-timeline { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.22); }
.legacy-timeline article { min-height:220px; padding:34px 32px 20px 0; border-right:1px solid rgba(255,255,255,.16); }
.legacy-timeline article+article { padding-left:32px; }
.legacy-timeline article:last-child { border-right:0; }
.legacy-timeline strong { display:block; margin-bottom:24px; color:var(--blue-bright); font:54px/1 var(--display); }
.legacy-timeline span { max-width:390px; display:block; color:#cbd6e1; line-height:1.7; }
.about-principles > header { max-width:850px; margin-bottom:44px; }
.about-principles > header > p:last-child { max-width:680px; color:var(--muted); line-height:1.7; }
.principle-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.principle-grid article { min-height:220px; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:color .25s,background .25s; }
.principle-grid article:hover { color:white; background:var(--navy); }
.principle-grid span { color:var(--blue); font-weight:800; }
.principle-grid h3 { margin:42px 0 10px; font:30px/1 var(--display); }
.principle-grid p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.principle-grid article:hover p { color:#cbd6e1; }
.president-message-layout { display:grid; grid-template-columns:minmax(270px,.7fr) minmax(0,1.55fr); gap:clamp(45px,7vw,110px); align-items:start; }
.president-message-layout aside { position:sticky; top:118px; }
.president-portrait { margin-bottom:28px; padding:12px; background:var(--soft); border-bottom:4px solid var(--blue); }
.president-portrait img { width:100%; height:auto; display:block; }
.president-message-layout aside h2 { margin:8px 0; font:34px/1 var(--display); }
.president-message-layout aside>span,.president-message-layout aside>small { max-width:380px; display:block; color:var(--muted); line-height:1.5; }
.president-message-layout aside>small { margin-top:8px; color:var(--blue-dark); font-weight:750; }
.president-letter { padding-top:8px; }
.president-letter header { margin-bottom:38px; padding:0 0 30px 76px; position:relative; border-bottom:1px solid var(--line); }
.president-letter header>span { position:absolute; left:0; top:-24px; color:var(--blue); font:100px/1 var(--display); }
.president-letter header h2 { margin:0; font:clamp(38px,4vw,60px)/1 var(--display); }
.president-letter>p { margin:0 0 24px; color:#34475a; font-size:17px; line-height:1.85; }
.president-letter footer { margin-top:44px; padding:28px 0 0; display:grid; gap:4px; border-top:1px solid var(--line); }
.president-letter footer strong { margin-bottom:8px; color:var(--blue-dark); }
.president-letter footer span { color:var(--muted); }
.president-commitment { max-width:none; padding:64px var(--gutter); display:flex; align-items:center; justify-content:space-between; gap:50px; color:white; background:linear-gradient(120deg,var(--navy),var(--blue-dark)); }
.president-commitment>div { max-width:850px; }
.president-commitment h2 { margin:10px 0; font:clamp(38px,4vw,62px)/1 var(--display); }
.president-commitment p:last-child { margin:0; color:#c9d7e5; }

@media(max-width:1100px){
    .primary-nav{gap:0}.nav-company{height:auto;display:block}.nav-company>a{padding:8px 0}.company-menu{position:static;width:auto;padding:4px 0 4px 16px;display:grid;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.company-menu a{padding:7px 0;border:0}.company-menu small{display:none}
    .principle-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
    .legacy-timeline{grid-template-columns:1fr}.legacy-timeline article,.legacy-timeline article+article{min-height:0;padding:28px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
    .president-message-layout{grid-template-columns:1fr}.president-message-layout aside{position:static;max-width:420px}.president-commitment{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){.principle-grid{grid-template-columns:1fr}.president-letter header{padding-left:52px}.president-letter header>span{font-size:76px}.president-letter>p{font-size:16px}}

/* Organization chart: nested lists preserve the reporting hierarchy. */
.organization-header { padding:44px var(--gutter) 52px; color:white; background:var(--navy); border-bottom:4px solid var(--blue); }
.organization-header .breadcrumb { color:#b9c8d8; font-size:13px; margin-bottom:32px; }
.organization-header .breadcrumb a { color:#a8ccff; }
.organization-header .section-eyebrow { color:#a8ccff; }
.organization-header h1 { margin:12px 0 16px; font:clamp(40px,5.5vw,76px)/1.05 var(--display); text-transform:uppercase; }
.organization-header > p:last-child { color:#c9d4df; margin:0; font-size:18px; }
.organization-section { background:var(--soft); max-width:none; }
.organization-section > .section-heading, .organization-tree { max-width:1320px; margin-left:auto; margin-right:auto; }
.organization-tree, .organization-tree ol { list-style:none; padding:0; }
.organization-tree { margin-top:44px; margin-bottom:0; }
.organization-card { position:relative; background:white; border:1px solid var(--line); border-top:4px solid var(--blue); padding:26px 18px; text-align:center; height:100%; }
.organization-card .organization-role { margin:0 0 18px; color:var(--blue-dark); font:800 12px/1.55 var(--body); text-transform:uppercase; letter-spacing:.07em; }
.organization-card h3:not(.organization-role) { margin:0; font:700 clamp(17px,1.6vw,23px)/1.35 var(--body); }
.organization-president, .organization-general { width:min(100%,340px); margin:auto; height:auto; padding:28px 24px; }
.organization-president { background:var(--navy); color:white; }
.organization-president .organization-role { color:#a8ccff; }
.organization-general { background:var(--blue-dark); color:white; border-color:var(--blue-dark); }
.organization-general .organization-role { color:white; }
.organization-management { position:relative; padding-top:36px !important; }
.organization-management::before { content:''; position:absolute; top:0; left:50%; height:36px; border-left:2px solid var(--blue); }
.organization-departments { position:relative; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:18px; padding-top:64px !important; }
.organization-departments::before { content:''; position:absolute; left:50%; top:0; height:32px; border-left:2px solid var(--blue); }
.organization-departments > li { position:relative; }
.organization-departments > li::before { content:''; position:absolute; left:50%; top:-32px; height:32px; border-left:2px solid var(--blue); }
.organization-departments > li::after { content:''; position:absolute; left:-9px; right:-9px; top:-32px; border-top:2px solid var(--blue); }
.organization-departments > li:first-child::after { left:50%; }
.organization-departments > li:last-child::after { right:50%; }
.organization-functions { list-style:none; padding:0; margin:0; color:var(--muted); font-size:15px; line-height:1.9; }
@media(max-width:1000px) {
    .organization-departments { display:block; max-width:460px; margin:auto; padding:36px 0 0 28px !important; }
    .organization-departments::before { left:0; height:calc(100% - 70px); top:0; }
    .organization-departments > li { margin-bottom:18px; }
    .organization-departments > li:last-child { margin-bottom:0; }
    .organization-departments > li::before { top:0; bottom:0; height:auto; left:-28px; }
    .organization-departments > li:last-child::before { bottom:50%; }
    .organization-departments > li::after, .organization-departments > li:first-child::after, .organization-departments > li:last-child::after { top:50%; left:-28px; right:100%; }
    .organization-departments::before { height:36px; }
    .organization-departments { border-top:2px solid var(--blue); margin-top:36px; }
    .organization-general::after { content:''; position:absolute; top:100%; left:50%; height:38px; border-left:2px solid var(--blue); }
    .organization-card { text-align:left; }
    .organization-president, .organization-general { text-align:center; }
    .organization-card h3:not(.organization-role) { font-size:22px; }
}
@media(max-width:1000px) {
    .organization-departments { border-top:0; }
    .organization-departments::before { width:50%; border-top:2px solid var(--blue); }
    .organization-departments > li::before { bottom:-18px; }
    .organization-departments > li:last-child::before { bottom:50%; }
}

/* Homepage picture carousel: preserve the complete supplied artwork. */
.page-home .hero-picture-slider { min-height: 0; height: auto; background: var(--navy); padding-bottom: 56px; }
.page-home .hero-picture-slider .hero-slides { position: relative; width: 100%; height: min(66.6667vw, 760px); }
.page-home .hero-picture-slider .hero-slide { transform: none; }
.page-home .hero-picture-slider .hero-slide img { width: 100%; height: 100%; object-fit: contain; display: block; }
.page-home .hero-picture-slider .hero-controls { bottom: 8px; left: auto; right: 50%; width: max-content; transform: translateX(50%); }
.hero-picture-slider .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
