/*
  Deepack clickable prototype v1.
  Direction: technical editorial B2B; strong information hierarchy, square geometry,
  real product imagery, and visible fact-status labels for all unapproved specifications.
*/
:root {
  --ink: #182127;
  --ink-2: #2f3c43;
  --paper: #f3f0ea;
  --white: #fff;
  --orange: #ec6b23;
  --orange-dark: #bd4e14;
  --steel: #52636d;
  --mist: #e7ebea;
  --line: #d7d6d1;
  --success: #2f6b50;
  --max: 1240px;
  --shadow: 0 18px 45px rgba(24, 33, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.prototype-bar { padding: 7px 24px; color: #fff; background: var(--ink); text-align: center; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { width: min(calc(100% - 40px), var(--max)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { width: 176px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--orange-dark); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--orange); background: var(--orange); color: #fff; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover, .nav-cta:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button.secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: #fff; }
.mobile-nav { display: none; margin-left: auto; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin: auto; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--orange); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, serif; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 6.2vw, 88px); }
h2 { font-size: clamp(34px, 4vw, 58px); }
h3 { font-size: clamp(23px, 2.2vw, 32px); }
p { margin: 0 0 18px; }
.lede { max-width: 690px; color: var(--ink-2); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.muted { color: var(--steel); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.category-hero { overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.category-hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; }
.category-copy { padding: 92px 7vw 72px max(20px, calc((100vw - var(--max))/2)); align-self: center; }
.category-copy h1 { max-width: 760px; margin-bottom: 28px; }
.category-visual { position: relative; min-height: 560px; background: var(--ink); }
.category-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.category-visual::after { content: "PRIMARY SYSTEM / 01"; position: absolute; right: 26px; bottom: 24px; padding: 9px 12px; background: rgba(24,33,39,.86); color: #fff; font-size: 11px; letter-spacing: .12em; }
.hero-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.hero-index div { padding: 14px; background: rgba(255,255,255,.66); }
.hero-index strong, .hero-index span { display: block; }
.hero-index strong { font-size: 13px; }
.hero-index span { color: var(--steel); font-size: 12px; }

.section { padding: 104px 0; }
.section.alt { background: var(--paper); }
.section.dark { color: #fff; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { max-width: 600px; margin-left: auto; color: var(--steel); font-size: 18px; }
.dark .section-heading p { color: #c9d0d2; }

.finder { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.finder article { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.finder .number { display: block; margin-bottom: 44px; color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.finder h3 { font-size: 25px; }

.product-list { border-top: 1px solid var(--line); }
.product-row { display: grid; grid-template-columns: 115px 1fr 1fr auto; gap: 34px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.product-row:hover h3 { color: var(--orange-dark); }
.product-code { font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.product-row h3 { margin: 0; font-size: 30px; transition: color .2s; }
.product-row p { margin: 0; color: var(--steel); }
.arrow { color: var(--orange-dark); font-size: 30px; }
.badge { display: inline-block; width: max-content; margin-bottom: 10px; padding: 5px 8px; color: var(--success); background: #e4f1e9; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.badge.pending { color: #83510e; background: #fff0cf; }

.solution-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.solution-image { position: relative; }
.solution-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.solution-note { position: absolute; right: -18px; bottom: -22px; max-width: 260px; padding: 22px; color: #fff; background: var(--ink); font-size: 14px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { padding: 15px 0 15px 32px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "+"; position: absolute; left: 2px; color: var(--orange-dark); font-weight: 900; }

.product-hero { padding: 70px 0 84px; background: var(--paper); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 50px; color: var(--steel); font-size: 13px; }
.breadcrumbs a { text-underline-offset: 3px; }
.product-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.product-hero h1 { margin-bottom: 24px; font-size: clamp(44px, 5.2vw, 76px); }
.product-hero-media { position: relative; background: #fff; border: 1px solid var(--line); }
.product-hero-media img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.media-label { position: absolute; left: 0; bottom: 0; padding: 9px 12px; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .1em; }
.fact-note { margin: 25px 0; padding: 14px 16px; border-left: 3px solid var(--orange); background: #fff5e8; color: #6a4312; font-size: 13px; }
.quick-specs { display: grid; grid-template-columns: repeat(2, 1fr); margin: 28px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quick-specs div { min-height: 88px; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-specs dt { color: var(--steel); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.quick-specs dd { margin: 8px 0 0; font-weight: 750; }

.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sticky-title { position: sticky; top: 132px; }
.feature-stack { border-top: 1px solid var(--line); }
.feature-item { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.feature-item span { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.feature-item h3 { margin-bottom: 10px; font-size: 26px; }
.feature-item p { margin: 0; color: var(--steel); }
.proof-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.proof-grid img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border: 1px solid var(--line); }
.caption { margin-top: 10px; color: var(--steel); font-size: 12px; }

.compatibility { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #536066; border-left: 1px solid #536066; }
.compatibility div { padding: 28px 22px; border-right: 1px solid #536066; border-bottom: 1px solid #536066; }
.compatibility strong { display: block; margin-bottom: 8px; color: #fff; }
.compatibility span { color: #c9d0d2; font-size: 14px; }

.quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #adb4b3; border-radius: 0; background: #fff; color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.quote-form .button { grid-column: 1 / -1; border: 0; cursor: pointer; }

.site-footer { padding: 60px 0 28px; color: #d6dddd; background: #101619; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .6fr); gap: 60px; }
.site-footer h3 { color: #fff; font-size: 22px; }
.site-footer a { display: block; margin-bottom: 8px; color: #d6dddd; text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid #3c474b; color: #8d9a9f; font-size: 12px; }

.notice { position: fixed; right: 20px; bottom: 20px; z-index: 12; display: none; width: min(420px, calc(100vw - 40px)); padding: 18px 46px 18px 18px; border-left: 4px solid var(--orange); background: #fff; box-shadow: var(--shadow); }
.notice.show { display: block; }
.notice button { position: absolute; top: 8px; right: 9px; border: 0; background: none; cursor: pointer; font-size: 22px; }

@media (max-width: 980px) {
  .nav-links, .nav > .nav-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; font-weight: 750; }
  .mobile-nav[open] div { position: absolute; right: 0; top: 42px; width: 230px; padding: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-nav a { display: block; padding: 8px 0; text-decoration: none; }
  .category-hero-grid, .product-hero-grid, .solution-grid, .detail-grid, .quote { grid-template-columns: 1fr; }
  .category-copy { padding: 72px max(20px, calc((100vw - var(--max))/2)); }
  .category-visual { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading p { margin-left: 0; }
  .finder, .compatibility { grid-template-columns: repeat(2, 1fr); }
  .product-row { grid-template-columns: 90px 1fr auto; }
  .product-row p { grid-column: 2 / -1; }
  .sticky-title { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .prototype-bar { padding-inline: 12px; font-size: 10px; }
  .nav { width: min(calc(100% - 28px), var(--max)); min-height: 66px; }
  .brand { width: 142px; }
  .brand img { height: 50px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: 45px; }
  h2 { font-size: 36px; }
  .category-copy { padding: 58px 14px; }
  .category-hero-grid { min-height: auto; }
  .category-visual { min-height: 380px; }
  .hero-index { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .finder, .compatibility, .quick-specs, .quote-form { grid-template-columns: 1fr; }
  .product-row { grid-template-columns: 1fr auto; gap: 10px; }
  .product-code { grid-column: 1 / -1; }
  .product-row p { grid-column: 1 / -1; }
  .solution-note { position: static; max-width: none; }
  .product-hero { padding: 40px 0 64px; }
  .product-hero-grid { gap: 36px; }
  .proof-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .field.full, .quote-form .button { grid-column: 1; }
}

/*
  Deepack homepage v2
  Industrial blue system derived from the selected Hualian direction;
  large media, solution navigation and proof-led sequencing derived from the selected Levapack direction.
  All selectors are scoped to .home-v2 so the v1 product-detail pages remain stable.
*/
.home-v2 {
  --home-blue-950: #052b50;
  --home-blue-900: #063b70;
  --home-blue-800: #07508f;
  --home-blue-700: #0a63ad;
  --home-blue-100: #dfeef8;
  --home-blue-50: #eef6fb;
  --home-ink: #102638;
  --home-text: #2f4658;
  --home-line: #cbd8e2;
  --home-cloud: #f4f7f9;
  --home-orange: #ed6b24;
  --home-orange-dark: #c95011;
  --home-max: 1320px;
  margin: 0;
  color: var(--home-ink);
  background: #fff;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.55;
}

.home-v2 * { box-sizing: border-box; }
.home-v2 img { display: block; max-width: 100%; }
.home-v2 a { color: inherit; }
.home-v2 [hidden] { display: none !important; }
.home-v2 .skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--home-orange); text-decoration: none; }
.home-v2 .skip-link:focus { top: 16px; }
.home-v2 :focus-visible { outline: 3px solid var(--home-orange); outline-offset: 3px; }
.home-shell { width: min(calc(100% - 64px), var(--home-max)); margin-inline: auto; }

.home-header { position: sticky; top: 0; z-index: 30; color: #fff; background: var(--home-blue-900); border-top: 3px solid var(--home-blue-950); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.home-nav { width: min(calc(100% - 64px), 1180px); min-height: 88px; display: flex; align-items: center; gap: 30px; }
.home-brand { width: 122px; flex: 0 0 auto; overflow: hidden; }
.home-brand img { width: 100%; height: 45px; object-fit: contain; filter: invert(1) grayscale(1) contrast(1.8); mix-blend-mode: screen; }
.home-nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.home-nav-links a { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; color: rgba(255, 255, 255, .91); font-size: 14px; font-weight: 600; line-height: 1; white-space: nowrap; text-decoration: none; }
.home-nav-links a span { position: relative; top: -1px; color: rgba(255, 255, 255, .72); font-size: 13px; }
.home-nav-links a:hover { color: #fff; }
.home-nav-cta { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: #fff; border: 1px solid rgba(255, 255, 255, .72); font-size: 14px; font-weight: 600; line-height: 1; white-space: nowrap; text-decoration: none; }
.home-nav-cta:hover { color: var(--home-blue-950); background: #fff; border-color: #fff; }
.home-mobile-nav { display: none; margin-left: auto; }

.home-v2 h1,
.home-v2 h2,
.home-v2 h3 { margin: 0; font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
.home-v2 h1 { font-size: clamp(46px, 5.2vw, 78px); }
.home-v2 h2 { font-size: clamp(36px, 4vw, 58px); }
.home-v2 h3 { font-size: clamp(26px, 2.25vw, 36px); }
.home-v2 p { margin: 0; }
.home-section-index,
.home-kicker,
.home-label { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-section-index { color: var(--home-blue-700); }
.home-section-index.light { color: #93c8ea; }

.home-hero { position: relative; min-height: calc(100svh - 91px); overflow: hidden; isolation: isolate; background: var(--home-blue-950); }
.home-hero-media { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: #dce6eb; }
.home-hero-video { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.home-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3, 35, 64, .97) 0%, rgba(4, 49, 87, .9) 36%, rgba(4, 49, 87, .43) 66%, rgba(4, 49, 87, .12) 100%); }
.home-hero-stage { min-height: calc(100svh - 91px); display: flex; align-items: center; }
.home-hero-copy { width: min(100%, 670px); display: flex; align-items: center; color: #fff; }
.home-hero-copy-inner { width: 100%; padding: 88px 0 80px; }
.home-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: #a8d7f2; }
.home-kicker::before { width: 42px; height: 2px; content: ""; background: var(--home-orange); }
.home-hero h1 { max-width: 660px; }
.home-hero-lede { max-width: 600px; margin-top: 28px; color: #d4e3ed; font-size: clamp(18px, 1.65vw, 22px); line-height: 1.48; text-wrap: pretty; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.home-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid transparent; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button-accent { color: #fff; background: var(--home-orange); border-color: var(--home-orange); }
.home-button-accent:hover { background: var(--home-orange-dark); border-color: var(--home-orange-dark); }
.home-button-outline-light { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .54); }
.home-button-outline-light:hover { color: var(--home-blue-950); background: #fff; border-color: #fff; }
.home-hero-tags { display: flex; flex-wrap: wrap; gap: 0; margin-top: 58px; border-top: 1px solid rgba(255, 255, 255, .22); }
.home-hero-tags span { padding: 17px 28px 0 0; margin-right: 28px; color: #bcd3e2; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.home-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero-caption { position: absolute; right: 0; bottom: 0; z-index: 1; width: min(440px, 78%); padding: 24px 30px 26px; color: #fff; background: rgba(5, 43, 80, .94); border-left: 4px solid var(--home-orange); }
.home-hero-caption span,
.home-hero-caption strong,
.home-hero-caption small { display: block; }
.home-hero-caption span { margin-bottom: 8px; color: #9fcae4; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.home-hero-caption strong { font-size: 19px; }
.home-hero-caption small { margin-top: 4px; color: #c8d9e4; }
.home-video-toggle { position: absolute; right: max(32px, calc((100vw - var(--home-max)) / 2)); bottom: 28px; display: inline-flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 13px; color: #fff; background: rgba(3, 35, 64, .64); border: 1px solid rgba(255, 255, 255, .46); font: 600 12px/1 "Segoe UI", "Helvetica Neue", sans-serif; cursor: pointer; backdrop-filter: blur(8px); }
.home-video-toggle:hover { background: rgba(3, 35, 64, .9); border-color: #fff; }
.home-video-toggle-icon { width: 13px; font-size: 11px; letter-spacing: -2px; }

.home-intro { padding: 86px 0; border-bottom: 1px solid var(--home-line); }
.home-intro-grid { display: grid; grid-template-columns: 170px minmax(0, 1fr) 260px; gap: 54px; align-items: start; }
.home-intro h2 { max-width: 820px; }
.home-intro-grid > div > p { max-width: 790px; margin-top: 24px; color: var(--home-text); font-size: 18px; }
.home-text-link { align-self: end; display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--home-ink); color: var(--home-blue-800); font-size: 14px; font-weight: 750; text-decoration: none; }

.home-machines { padding: 116px 0 126px; background: var(--home-cloud); }
.home-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); gap: 90px; align-items: end; margin-bottom: 54px; }
.home-section-heading .home-section-index { margin-bottom: 24px; }
.home-section-heading > p { color: var(--home-text); font-size: 17px; line-height: 1.65; }
.home-machine-grid { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 16px; }
.home-machine-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; color: var(--home-ink); background: #fff; border: 1px solid #d6e0e7; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.home-machine-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(13, 50, 76, .12); }
.home-machine-image { height: 390px; overflow: hidden; background: #e8eef1; }
.home-machine-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-machine-card:hover .home-machine-image img { transform: scale(1.025); }
.home-machine-image-contain { background: #fff; }
.home-machine-image-contain img { object-fit: contain; padding: 30px 18px 12px; }
.home-machine-copy { min-height: 285px; display: flex; flex-direction: column; padding: 30px; }
.home-label { margin-bottom: 16px; color: var(--home-blue-700); }
.home-machine-copy h3 { margin-bottom: 18px; }
.home-machine-copy p { color: var(--home-text); font-size: 15px; }
.home-card-link { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 26px; color: var(--home-blue-800); border-top: 1px solid #d8e1e7; font-size: 13px; font-weight: 750; }

.home-solutions { padding: 120px 0; color: #fff; background: var(--home-blue-950); }
.home-solutions-top { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .62fr); gap: 88px; align-items: end; }
.home-solutions-top .home-section-index { margin-bottom: 24px; }
.home-solutions-top > p { color: #bdd0de; font-size: 17px; line-height: 1.65; }
.home-solution-switcher { display: grid; grid-template-columns: 340px minmax(0, 1fr); margin-top: 64px; border-top: 1px solid rgba(255, 255, 255, .24); border-bottom: 1px solid rgba(255, 255, 255, .24); }
.home-solution-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255, 255, 255, .24); }
.home-solution-tabs button { min-height: 78px; padding: 0 28px; color: #c8d8e3; background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); font: inherit; font-size: 15px; font-weight: 700; text-align: left; cursor: pointer; }
.home-solution-tabs button:last-child { border-bottom: 0; }
.home-solution-tabs button[aria-selected="true"] { color: #fff; background: var(--home-blue-800); box-shadow: inset 4px 0 var(--home-orange); }
.home-solution-panels article { min-height: 360px; display: grid; grid-template-columns: 80px minmax(0, 1fr); grid-template-rows: 1fr auto; column-gap: 40px; padding: 52px 58px 46px; }
.home-solution-no { color: #6fa8ce; font-family: Bahnschrift, sans-serif; font-size: 28px; }
.home-solution-panels h3 { max-width: 780px; font-size: clamp(30px, 3vw, 46px); }
.home-solution-panels p { max-width: 760px; margin-top: 24px; color: #bed0dc; font-size: 16px; line-height: 1.65; }
.home-solution-panels a { grid-column: 2; display: flex; justify-content: space-between; gap: 22px; padding-top: 20px; color: #fff; border-top: 1px solid rgba(255, 255, 255, .3); font-size: 14px; font-weight: 750; text-decoration: none; }

.home-applications { padding: 120px 0; }
.home-applications-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 100px; }
.home-applications-heading { position: sticky; top: 130px; align-self: start; }
.home-applications-heading .home-section-index { margin-bottom: 24px; }
.home-applications-heading p:last-child { max-width: 520px; margin-top: 26px; color: var(--home-text); font-size: 17px; }
.home-application-list { border-top: 1px solid var(--home-line); }
.home-application-list a { display: grid; grid-template-columns: 56px minmax(0, 1fr) 240px 28px; gap: 20px; align-items: center; min-height: 96px; border-bottom: 1px solid var(--home-line); text-decoration: none; }
.home-application-list span { color: var(--home-blue-700); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.home-application-list strong { font-family: Bahnschrift, "Arial Narrow", sans-serif; font-size: 23px; font-weight: 600; }
.home-application-list small { color: #657a8a; font-size: 13px; }
.home-application-list b { color: var(--home-blue-700); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.home-application-list a:hover strong { color: var(--home-blue-700); }
.home-application-list a:hover b { transform: translate(3px, -3px); }

.home-package { padding: 118px 0; color: #fff; background: var(--home-blue-800); }
.home-package-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 104px; }
.home-package-copy .home-section-index { margin-bottom: 24px; }
.home-package-copy > p:not(.home-section-index) { max-width: 560px; margin: 28px 0 36px; color: #d2e3ee; font-size: 17px; }
.home-package-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .35); }
.home-package-list li { min-height: 92px; display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.home-package-list li > span { color: #9dcae5; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.home-package-list strong,
.home-package-list small { display: block; }
.home-package-list strong { font-family: Bahnschrift, "Arial Narrow", sans-serif; font-size: 22px; }
.home-package-list small { margin-top: 4px; color: #c9dce8; font-size: 13px; }

.home-proof { padding: 120px 0 130px; background: var(--home-blue-50); }
.home-proof-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 300px); gap: 16px; }
.home-proof-grid figure { position: relative; overflow: hidden; margin: 0; background: #d6e0e6; }
.home-proof-large { grid-row: 1 / 3; }
.home-proof-grid img { width: 100%; height: 100%; object-fit: cover; }
.home-proof-grid figure::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(transparent, rgba(3, 29, 53, .88)); }
.home-proof-grid figcaption { position: absolute; left: 28px; right: 28px; bottom: 26px; z-index: 1; color: #fff; }
.home-proof-grid figcaption span,
.home-proof-grid figcaption strong { display: block; }
.home-proof-grid figcaption span { margin-bottom: 8px; color: #a7d3ed; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.home-proof-grid figcaption strong { font-family: Bahnschrift, "Arial Narrow", sans-serif; font-size: 22px; }

.home-buyers { padding: 120px 0; color: #fff; background: var(--home-blue-950); }
.home-buyers > .home-shell > .home-section-index { margin-bottom: 24px; }
.home-buyers h2 { max-width: 880px; }
.home-buyer-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 58px; border-top: 1px solid rgba(255, 255, 255, .27); border-left: 1px solid rgba(255, 255, 255, .27); }
.home-buyer-grid article { min-height: 410px; display: flex; flex-direction: column; padding: 42px; border-right: 1px solid rgba(255, 255, 255, .27); border-bottom: 1px solid rgba(255, 255, 255, .27); }
.home-buyer-grid article > span { color: #91c4e2; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.home-buyer-grid h3 { max-width: 530px; margin-top: 32px; }
.home-buyer-grid p { max-width: 570px; margin-top: 24px; color: #c1d3df; font-size: 15px; line-height: 1.65; }
.home-buyer-grid a { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 19px; color: #fff; border-top: 1px solid rgba(255, 255, 255, .3); font-size: 14px; font-weight: 750; text-decoration: none; }

.home-about { padding: 110px 0; border-bottom: 1px solid var(--home-line); }
.home-about-grid { display: grid; grid-template-columns: 150px minmax(0, 1.2fr) minmax(280px, .65fr); gap: 62px; align-items: start; }
.home-about-grid > p:last-child { color: var(--home-text); font-size: 17px; line-height: 1.7; }

.home-contact { padding: 120px 0; color: #fff; background: var(--home-blue-900); }
.home-contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 110px; }
.home-contact-grid > div .home-section-index { margin-bottom: 24px; }
.home-contact-grid > div > p:last-child { max-width: 550px; margin-top: 28px; color: #c7dae7; font-size: 17px; }
.home-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.home-field { display: grid; gap: 8px; }
.home-field-full { grid-column: 1 / -1; }
.home-field label { color: #d7e5ee; font-size: 12px; font-weight: 700; }
.home-field input,
.home-field select,
.home-field textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .36); border-radius: 0; font: inherit; }
.home-field textarea { min-height: 116px; resize: vertical; }
.home-field select option { color: var(--home-ink); background: #fff; }
.home-field input:focus,
.home-field select:focus,
.home-field textarea:focus { background: rgba(255, 255, 255, .13); border-color: #fff; }
.home-contact-form .home-button { width: max-content; margin-top: 6px; }
.home-form-note { align-self: center; justify-self: end; color: #acc7d9; font-size: 11px; }

.home-footer { padding: 78px 0 24px; color: #d1dde5; background: #031f39; }
.home-footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, .65fr); gap: 60px; padding-bottom: 64px; }
.home-footer-brand img { width: 190px; height: 64px; padding: 8px; object-fit: contain; background: #fff; }
.home-footer-brand p { max-width: 390px; margin-top: 22px; color: #9fb5c4; font-size: 14px; }
.home-footer-top > div:not(.home-footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.home-footer-top strong { margin-bottom: 9px; color: #fff; font-size: 13px; }
.home-footer-top a { width: max-content; color: #9fb5c4; font-size: 13px; text-decoration: none; }
.home-footer-top a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.home-footer-bottom { min-height: 62px; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 22px; color: #7893a6; border-top: 1px solid #254056; font-size: 12px; }
.home-footer-bottom a { color: #b8cbd8; text-decoration: none; }

@media (max-width: 1120px) {
  .home-machine-grid { grid-template-columns: repeat(2, 1fr); }
  .home-machine-card-secondary { grid-column: 1 / -1; display: grid; grid-template-columns: .75fr 1.25fr; }
  .home-machine-card-secondary .home-machine-image { height: auto; min-height: 360px; }
  .home-intro-grid { grid-template-columns: 130px 1fr; }
  .home-intro-grid .home-text-link { grid-column: 2; max-width: 360px; }
  .home-about-grid { grid-template-columns: 120px 1fr; }
  .home-about-grid > p:last-child { grid-column: 2; }
}

@media (max-width: 1180px) {
  .home-shell { width: min(calc(100% - 40px), var(--home-max)); }
  .home-nav { width: min(calc(100% - 40px), var(--home-max)); min-height: 74px; }
  .home-brand { width: 116px; }
  .home-nav-links,
  .home-nav-cta { display: none; }
  .home-mobile-nav { display: block; position: relative; }
  .home-mobile-nav summary { padding: 10px 0; color: #fff; font-size: 14px; font-weight: 600; line-height: 1; letter-spacing: .02em; cursor: pointer; list-style: none; }
  .home-mobile-nav summary::-webkit-details-marker { display: none; }
  .home-mobile-nav[open] > div { position: absolute; right: 0; top: 50px; width: min(330px, calc(100vw - 40px)); max-height: calc(100vh - 100px); overflow-y: auto; display: grid; padding: 12px; color: var(--home-ink); background: #fff; border: 1px solid var(--home-line); box-shadow: 0 18px 40px rgba(8, 40, 66, .22); }
  .home-mobile-nav a { padding: 12px; border-bottom: 1px solid #e2e8ec; font-size: 14px; font-weight: 600; line-height: 1.3; text-decoration: none; }
  .home-mobile-nav a:last-child { margin-top: 8px; color: #fff; background: var(--home-blue-700); border-bottom: 0; }
}

@media (max-width: 900px) {
  .home-hero,
  .home-hero-stage { min-height: 760px; }
  .home-hero-video { object-position: 62% center; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(3, 35, 64, .96) 0%, rgba(4, 49, 87, .82) 58%, rgba(4, 49, 87, .34) 100%); }
  .home-hero-copy-inner { padding: 88px 0 100px; }
  .home-video-toggle { right: 20px; bottom: 20px; }
  .home-section-heading,
  .home-solutions-top,
  .home-applications-grid,
  .home-package-grid,
  .home-contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .home-applications-heading { position: static; }
  .home-solution-switcher { grid-template-columns: 1fr; }
  .home-solution-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .24); }
  .home-solution-tabs button { min-height: 82px; padding: 12px 16px; border-right: 1px solid rgba(255, 255, 255, .18); border-bottom: 0; text-align: center; }
  .home-solution-tabs button[aria-selected="true"] { box-shadow: inset 0 -4px var(--home-orange); }
  .home-proof-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 500px 260px; }
  .home-proof-large { grid-column: 1 / -1; grid-row: auto; }
  .home-about-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-about-grid > p:last-child { grid-column: auto; }
  .home-footer-top { grid-template-columns: 1.3fr repeat(3, .7fr); gap: 30px; }
}

@media (max-width: 680px) {
  .home-shell { width: min(calc(100% - 32px), var(--home-max)); }
  .home-nav { width: min(calc(100% - 32px), var(--home-max)); }
  .home-v2 h1 { font-size: clamp(41px, 13vw, 58px); }
  .home-v2 h2 { font-size: clamp(34px, 10vw, 46px); }
  .home-hero,
  .home-hero-stage { min-height: 820px; }
  .home-hero-video { object-position: 66% center; }
  .home-hero-shade { background: rgba(3, 35, 64, .84); }
  .home-hero-copy-inner { padding: 72px 0 104px; }
  .home-hero-lede { font-size: 18px; }
  .home-actions { display: grid; }
  .home-button { width: 100%; }
  .home-hero-tags { margin-top: 42px; }
  .home-hero-tags span { margin-right: 16px; padding-right: 12px; }
  .home-video-toggle { right: 16px; bottom: 16px; }
  .home-intro,
  .home-machines,
  .home-solutions,
  .home-applications,
  .home-package,
  .home-proof,
  .home-buyers,
  .home-about,
  .home-contact { padding: 76px 0; }
  .home-intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-intro-grid .home-text-link { grid-column: auto; }
  .home-section-heading { margin-bottom: 36px; }
  .home-machine-grid { grid-template-columns: 1fr; }
  .home-machine-card-secondary { grid-column: auto; display: flex; }
  .home-machine-image,
  .home-machine-card-secondary .home-machine-image { height: 320px; min-height: 0; }
  .home-machine-copy { min-height: 270px; padding: 26px 22px; }
  .home-solution-tabs { grid-template-columns: 1fr; }
  .home-solution-tabs button { min-height: 60px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); text-align: left; }
  .home-solution-tabs button[aria-selected="true"] { box-shadow: inset 4px 0 var(--home-orange); }
  .home-solution-panels article { min-height: 430px; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 24px; padding: 34px 24px; }
  .home-solution-panels a { grid-column: 1; }
  .home-application-list a { grid-template-columns: 38px 1fr 22px; min-height: 90px; gap: 12px; }
  .home-application-list small { display: none; }
  .home-application-list strong { font-size: 19px; }
  .home-package-list li { grid-template-columns: 42px 1fr; }
  .home-proof-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 320px); }
  .home-proof-large { grid-column: auto; }
  .home-buyer-grid { grid-template-columns: 1fr; }
  .home-buyer-grid article { min-height: 380px; padding: 30px 24px; }
  .home-contact-form { grid-template-columns: 1fr; }
  .home-field-full { grid-column: auto; }
  .home-contact-form .home-button { width: 100%; }
  .home-form-note { justify-self: start; }
  .home-footer-top { grid-template-columns: 1fr 1fr; }
  .home-footer-brand { grid-column: 1 / -1; }
  .home-footer-top > div:last-child { grid-column: 1 / -1; }
  .home-footer-bottom { align-items: start; flex-direction: column; }
}

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