:root {
  --navy: #061e33;
  --navy-2: #0a2f4f;
  --blue: #0878c9;
  --cyan: #35b9ef;
  --orange: #f56618;
  --orange-2: #ff8b22;
  --ink: #0a243b;
  --text: #405266;
  --muted: #708195;
  --line: #dce5ed;
  --soft: #f3f7fa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 30, 51, .12);
}

/* WordPress integration: keep the approved V8 layout isolated from legacy CSS. */
.hd-v8 .site-main { padding: 0; }
.hd-v8 .site-header { top: 0; transform: none !important; width: 100%; }
.hd-v8.admin-bar .site-header { top: 32px; }
.hd-v8 .v8-media-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hd-v8 .custom-logo-link,
.hd-v8 .custom-logo-link img {
  display: block;
}
.hd-v8 .project-form .field-error {
  display: block;
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
}
.hd-v8 .project-form [aria-invalid="true"] {
  border-color: #d92d20;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, .1);
}
.hd-v8 .form-status {
  display: none;
  margin: 0 0 18px;
  padding: 13px 15px;
  border-left: 3px solid var(--blue);
  background: #eef7fc;
  color: var(--ink);
  line-height: 1.5;
}
.hd-v8 .form-status.is-visible { display: block; }
.hd-v8 .form-status.is-error {
  border-left-color: #d92d20;
  background: #fff1f0;
}
.hd-v8 .form-status.is-success {
  border-left-color: #079455;
  background: #ecfdf3;
}
.hd-v8 .project-form button[disabled] {
  cursor: wait;
  opacity: .65;
}
.hd-v8 .brief-result .whatsapp-success {
  margin-top: 18px;
}

@media (max-width: 782px) {
  .hd-v8.admin-bar .site-header { top: 46px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(5, 29, 50, .97); color: white; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 196px; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: white; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand strong { display: block; font-size: 21px; line-height: 1; letter-spacing: .04em; }
.brand small { display: block; margin-top: 5px; color: #9bb3c8; font-size: 9px; white-space: nowrap; letter-spacing: .03em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.nav-group { position: relative; min-height: 76px; display: flex; align-items: center; }
.nav-group > a { position: relative; display: inline-flex; align-items: center; gap: 4px; color: #d8e5ef; font-size: 12px; font-weight: 750; white-space: nowrap; transition: color .2s ease; }
.nav-group > a:hover, .nav-group.active > a { color: white; }
.nav-group.active > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -28px; height: 3px; background: var(--orange); }
.nav-chevron { margin-top: -3px; color: #82cbe9; font-size: 12px; transition: transform .2s ease; }
.nav-dropdown { position: absolute; top: calc(100% - 1px); left: -22px; width: 285px; padding: 13px; display: grid; gap: 2px; visibility: hidden; opacity: 0; transform: translateY(8px); pointer-events: none; border: 1px solid rgba(255,255,255,.12); background: rgba(5,29,50,.98); box-shadow: 0 24px 60px rgba(0,0,0,.35); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-dropdown a { padding: 11px 12px; color: #c8d9e6; font-size: 12px; line-height: 1.35; border-left: 2px solid transparent; }
.nav-dropdown a:hover { color: white; border-left-color: var(--orange); background: rgba(255,255,255,.06); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-group:hover .nav-chevron, .nav-group:focus-within .nav-chevron { transform: rotate(180deg); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border-radius: 7px; border: 1px solid transparent; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: white; box-shadow: 0 12px 28px rgba(245, 102, 24, .22); }
.button-outline { border-color: #9cafbf; background: white; color: var(--ink); }
.header-cta { min-height: 42px; margin-left: 4px; padding-inline: 18px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 22px; height: 2px; background: white; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; width: min(340px, calc(100vw - 32px)); max-height: calc(100svh - 88px); overflow-y: auto; overscroll-behavior: contain; padding: 18px; background: var(--navy); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); display: grid; gap: 5px; }
.mobile-menu nav > a:not(.button) { padding: 10px; border-bottom: 1px solid rgba(255,255,255,.08); color: #dce8f1; }
.mobile-nav-group { border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav-group > a { display: block; padding: 11px 10px; color: #f2f7fa; font-weight: 800; }
.mobile-nav-group > a.active { color: #7bd7ff; }
.mobile-nav-group > div { padding: 0 0 8px 13px; display: grid; }
.mobile-nav-group > div a { padding: 7px 10px; color: #9eb5c8; font-size: 12px; }
.mobile-nav-group > div a:hover { color: white; }

.section-kicker { display: inline-block; color: var(--blue); font-size: 12px; line-height: 1.3; font-weight: 900; letter-spacing: .13em; }
.section-kicker.light { color: #6fd2ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 72px); line-height: 1.01; letter-spacing: -.052em; }
h2 { margin-bottom: 18px; font-size: clamp(31px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
h3 { line-height: 1.22; }
p { color: var(--text); line-height: 1.75; }
.hero-copy .section-kicker { margin-bottom: 22px; }
.hero-copy > p { max-width: 650px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.play-dot { color: var(--blue); font-size: 11px; }
.hero-media { position: relative; min-height: 520px; overflow: hidden; border-radius: 34px 6px 34px 6px; background: #e9eff3; box-shadow: var(--shadow); }
.hero-media > img { object-fit: cover; }
.media-label { position: absolute; left: 20px; bottom: 20px; padding: 13px 16px; border-left: 3px solid var(--orange); background: rgba(5,29,50,.9); color: white; backdrop-filter: blur(12px); }
.media-label span, .media-label strong { display: block; }
.media-label span { color: #74d5ff; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.media-label strong { margin-top: 5px; font-size: 13px; }

.home-hero { position: relative; min-height: calc(100svh - 76px); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; color: white; background: var(--navy); }
.home-hero-bg { z-index: 0; object-fit: cover; object-position: center 55%; }
.home-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,20,34,.94) 0%, rgba(3,20,34,.84) 39%, rgba(3,20,34,.3) 68%, rgba(3,20,34,.08) 100%), linear-gradient(0deg, rgba(3,20,34,.62), transparent 44%); }
.home-hero-grid, .hero-grid { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; gap: 36px; align-items: center; }
.home-hero .home-hero-grid { z-index: 3; flex: 1; width: min(1200px, calc(100% - 48px)); padding-top: clamp(62px, 8vh, 110px); padding-bottom: clamp(60px, 8vh, 100px); }
.home-hero .hero-copy { align-self: center; padding: 0; }
.home-hero h1 { max-width: 760px; color: white; text-shadow: 0 3px 24px rgba(0,0,0,.34); }
.home-hero .hero-copy > p { max-width: 700px; color: #d7e3ec; font-size: 18px; }
.home-hero .button-outline { color: white; border-color: rgba(255,255,255,.66); background: rgba(6,30,51,.26); backdrop-filter: blur(8px); }
.hero-visual-proof { position: relative; align-self: stretch; min-height: 520px; }
.engineering-panel { position: absolute; z-index: 2; top: 34px; right: 0; width: min(100%, 540px); height: 350px; overflow: hidden; border: 1px solid rgba(139,216,251,.42); background: linear-gradient(145deg, rgba(4,35,59,.82), rgba(7,70,105,.46)); box-shadow: 0 26px 64px rgba(0,0,0,.34), inset 0 0 45px rgba(70,186,235,.09); backdrop-filter: blur(12px); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
.engineering-panel::before { content: ""; position: absolute; inset: 0; opacity: .21; background-image: linear-gradient(rgba(126,214,250,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(126,214,250,.34) 1px, transparent 1px); background-size: 34px 34px; }
.engineering-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.1), transparent 30%, transparent 72%, rgba(69,193,241,.08)); }
.engineering-panel-head { position: absolute; z-index: 3; top: 19px; left: 22px; right: 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.engineering-panel-head span { color: #72d8ff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.engineering-panel-head strong { color: white; font-size: 11px; letter-spacing: .02em; }
.hero-cad-overlay { position: absolute; z-index: 2; left: 3%; top: 48px; width: 104%; height: auto; opacity: .96; filter: saturate(.78) brightness(1.52) contrast(1.04) drop-shadow(0 20px 28px rgba(0,0,0,.38)); }
.hero-line-layout-card { position: absolute; z-index: 2; left: 3.5%; top: 54px; width: 93%; height: 242px; object-fit: contain; object-position: center; background: rgba(245,249,252,.97); box-shadow: 0 18px 34px rgba(0,0,0,.22); }
.engineering-panel-foot { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.engineering-panel-foot span { padding-top: 9px; border-top: 1px solid rgba(132,216,250,.42); color: #c4dcea; font-size: 9px; font-weight: 750; }
.entrance-card { position: absolute; z-index: 4; left: 20px; bottom: 5px; width: 240px; height: 168px; overflow: hidden; border: 1px solid rgba(255,255,255,.45); box-shadow: 0 22px 48px rgba(0,0,0,.35); }
.entrance-card img { object-fit: cover; }
.entrance-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,20,34,.94)); }
.entrance-card span { position: absolute; z-index: 1; left: 15px; right: 15px; bottom: 13px; font-size: 11px; font-weight: 700; }
.entrance-card b { display: block; margin-bottom: 4px; color: #6fd2ff; font-size: 8px; letter-spacing: .1em; }
.hero-proof-line { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; }
.hero-proof-line span { position: relative; color: #607286; font-size: 12px; font-weight: 700; }
.home-hero .hero-proof-line span { color: #b9cad7; }
.hero-proof-line span:not(:last-child)::after { content: ""; position: absolute; right: -13px; top: 2px; width: 1px; height: 14px; background: #c4d0da; }
.delivery-ribbon { position: relative; z-index: 4; width: 100%; background: rgba(3,20,34,.9); border-top: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.delivery-ribbon .shell { display: grid; grid-template-columns: repeat(7, 1fr); }
.delivery-ribbon .shell > div { min-height: 76px; padding: 17px 13px; border-right: 1px solid rgba(255,255,255,.12); }
.delivery-ribbon .shell > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.delivery-ribbon span, .delivery-ribbon strong { display: block; }
.delivery-ribbon span { color: var(--orange-2); font-size: 9px; font-weight: 900; }
.delivery-ribbon strong { margin-top: 6px; color: white; font-size: 11px; line-height: 1.35; }
.home-proof-section { position: relative; z-index: 5; padding: 0; background: white; }
.home-proof { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(6,30,51,.08); }
.home-proof div { padding: 25px 28px; border-right: 1px solid var(--line); }
.home-proof div:last-child { border: 0; }
.home-proof strong, .home-proof span { display: block; }
.home-proof strong { color: var(--blue); font-size: 26px; line-height: 1.1; }
.home-proof span { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.complete-line-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fafc 0, #fff 48%, #edf4f8 100%); }
.complete-line-section::before { content: ""; position: absolute; inset: 0; opacity: .4; pointer-events: none; background-image: linear-gradient(rgba(8,120,201,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,120,201,.055) 1px, transparent 1px); background-size: 34px 34px; }
.complete-line-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; align-items: center; }
.complete-line-copy > p { max-width: 560px; font-size: 16px; }
.line-module-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; margin-top: 26px; }
.line-module-list span { min-height: 49px; padding: 12px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid #d6e3eb; background: rgba(255,255,255,.72); color: var(--ink); font-size: 12px; font-weight: 750; }
.line-module-list b { color: var(--orange); font-size: 10px; }
.complete-line-visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; border: 1px solid #c9dce8; background: rgba(255,255,255,.9); box-shadow: 0 26px 70px rgba(6,30,51,.12); clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 100%, 4% 100%, 0 93%); }
.complete-line-visual img { object-fit: contain; padding: 34px 24px 52px; }
.complete-line-visual figcaption { position: absolute; left: 22px; right: 22px; bottom: 19px; padding: 12px 14px; border-left: 3px solid var(--orange); background: rgba(5,29,50,.93); color: #d6e4ee; font-size: 11px; }
.complete-line-visual figcaption span { display: block; margin-bottom: 4px; color: #78d7ff; font-size: 8px; font-weight: 900; letter-spacing: .12em; }

.content-section { padding: 100px 0; }
.content-section.tinted { background: var(--soft); }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading .section-kicker { margin-bottom: 13px; }
.section-heading > p { max-width: 780px; font-size: 17px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: end; }
.split-heading h2 { max-width: 700px; margin-bottom: 0; }
.split-heading > p { margin-bottom: 0; }
.buyer-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.buyer-grid article { min-height: 245px; padding: 29px 22px; border-right: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.buyer-grid article:first-child { border-left: 1px solid var(--line); }
.buyer-grid article:hover { background: #f7fbfe; transform: translateY(-5px); }
.buyer-grid article > span { color: var(--orange); font-size: 12px; font-weight: 900; }
.buyer-grid h3 { margin: 42px 0 13px; font-size: 20px; }
.buyer-grid p { margin-bottom: 0; font-size: 13px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-card { position: relative; min-height: 520px; background: white; border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.solution-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -85px; bottom: -85px; border: 1px solid #d6e8f3; border-radius: 50%; box-shadow: 0 0 0 30px rgba(8,120,201,.03), 0 0 0 60px rgba(8,120,201,.025); pointer-events: none; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-media { position: relative; height: 240px; overflow: hidden; background: #e7eff4; border-bottom: 1px solid var(--line); }
.solution-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4,25,42,.56)); pointer-events: none; }
.solution-media img { object-fit: cover; transition: transform .45s ease; }
.solution-card:hover .solution-media img { transform: scale(1.035); }
.solution-media.contain-media { background: radial-gradient(circle at 45% 46%, #fff 0, #f5f8fa 48%, #e7eef3 100%); }
.solution-media.contain-media img { object-fit: contain; padding: 18px 22px; }
.solution-media > span { position: absolute; z-index: 2; left: 18px; bottom: 15px; padding: 7px 9px; border-left: 2px solid var(--orange); background: rgba(4,25,42,.84); color: #82dcff; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.solution-card-copy { position: relative; padding: 29px 34px 34px; }
.card-tag { display: inline-block; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.solution-number { position: absolute; right: 28px; top: 22px; color: #dce9f2; font-size: 38px; font-weight: 900; }
.solution-card h3 { max-width: 460px; margin: 35px 0 13px; font-size: 27px; }
.solution-card p { max-width: 520px; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 900; }
.text-link b { color: var(--orange); margin-left: 6px; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.process-copy p { font-size: 17px; }
.process-rail { border-left: 1px solid #a9c4d5; }
.process-rail div { position: relative; min-height: 76px; padding: 0 0 24px 48px; display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 10px; }
.process-rail div::before { content: ""; position: absolute; width: 13px; height: 13px; left: -7px; top: 2px; border: 3px solid var(--blue); background: white; border-radius: 50%; }
.process-rail span { color: var(--orange); font-weight: 900; }
.process-rail strong { font-size: 20px; }
.dark-section { background: var(--navy); color: white; }
.dark-section p { color: #bdcddd; }
.spotlight-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.spotlight-media { position: relative; min-height: 460px; overflow: hidden; background: white; clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 6% 100%, 0 88%); }
.spotlight-media img { object-fit: contain; padding: 20px; }
.spotlight-media span { position: absolute; left: 20px; bottom: 16px; padding: 8px 11px; background: var(--navy); color: #70d4ff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 32px; list-style: none; }
.check-list li { position: relative; padding-left: 25px; color: #d9e6ef; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.proof-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 260px); gap: 16px; }
.proof-gallery figure { position: relative; margin: 0; overflow: hidden; background: #dbe4ea; }
.proof-gallery figure.large { grid-row: 1 / 3; }
.proof-gallery img { object-fit: cover; }
.proof-gallery figure.large img { object-position: center; }
.proof-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; background: linear-gradient(transparent, rgba(5,29,50,.92)); color: white; font-size: 13px; font-weight: 750; }
.proof-gallery figcaption span { display: block; margin-bottom: 5px; color: #78d7ff; font-size: 9px; letter-spacing: .1em; }
.center-action { margin-top: 32px; text-align: center; }
.delivery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.delivery-grid article { min-height: 160px; padding: 28px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; background: white; }
.delivery-grid article > span { color: var(--orange); font-weight: 900; }
.delivery-grid h3 { margin: 0 0 8px; font-size: 19px; }
.delivery-grid p { margin: 0; font-size: 13px; }
.project-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-row > a { display: block; }
.project-row article { height: 100%; padding: 28px; border: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.project-row a:hover article { transform: translateY(-4px); border-color: #bfd8e8; box-shadow: 0 20px 46px rgba(6,30,51,.09); }
.home-list-media { position: relative; height: 205px; overflow: hidden; background: #e7eff4; border-bottom: 1px solid var(--line); }
.project-row .home-list-media { margin: -28px -28px 24px; }
.news-grid .home-list-media { margin: -30px -30px 24px; }
.home-list-media img { object-fit: cover; transition: transform .35s ease; }
.home-list-media.contain { background-color: #f6f9fb; background-image: linear-gradient(rgba(8,120,201,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(8,120,201,.05) 1px, transparent 1px); background-size: 24px 24px; }
.home-list-media.contain img { object-fit: contain; padding: 14px; }
.project-row a:hover .home-list-media img, .news-grid a:hover .home-list-media img { transform: scale(1.035); }
.status { display: inline-block; padding: 7px 9px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.status.shipped { color: #1768a1; background: #e7f5fd; }
.status.install { color: #8e4c00; background: #fff0df; }
.project-row h3 { margin: 34px 0 10px; font-size: 22px; }
.card-read-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--blue); font-size: 12px; font-weight: 900; }
.card-read-more span, .card-read-more b { color: var(--orange); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-grid > a { display: block; }
.news-grid article { height: 100%; min-height: 330px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 3px solid var(--blue); background: white; transition: transform .2s ease, box-shadow .2s ease, border-top-color .2s ease; }
.news-grid a:hover article { transform: translateY(-4px); border-top-color: var(--orange); box-shadow: 0 20px 46px rgba(6,30,51,.09); }
.news-type { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.news-grid time { margin-top: 10px; color: var(--muted); font-size: 10px; font-weight: 800; }
.news-grid h3 { margin: 34px 0 12px; font-size: 22px; }
.news-grid p { margin-bottom: 0; font-size: 14px; }
.news-grid .card-read-more { margin-top: auto; padding-top: 22px; }
.home-company { color: white; background: var(--navy); }
.home-company p { color: #b9cbd9; font-size: 16px; }
.home-company-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; }
.home-company figure { position: relative; min-height: 500px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); clip-path: polygon(0 0, 94% 0, 100% 11%, 100% 100%, 6% 100%, 0 89%); }
.home-company figure img { object-fit: cover; }
.home-company figcaption { position: absolute; left: 20px; bottom: 18px; padding: 9px 12px; border-left: 3px solid var(--orange); background: rgba(5,29,50,.9); color: #7bd7ff; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.home-company .button-outline { color: white; border-color: rgba(255,255,255,.48); background: transparent; }

.inner-hero { position: relative; min-height: 720px; overflow: hidden; color: white; background: var(--navy); }
.inner-hero-bg { z-index: 0; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.06); }
.inner-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,20,34,.97) 0%, rgba(3,20,34,.9) 42%, rgba(3,20,34,.58) 72%, rgba(3,20,34,.5) 100%), linear-gradient(0deg, rgba(3,20,34,.92) 0%, transparent 42%); }
.inner-hero-stage { position: relative; z-index: 2; padding: clamp(62px, 8vw, 110px) 0 clamp(68px, 8vw, 104px); }
.inner-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(42px, 6vw, 82px); align-items: center; }
.inner-hero .hero-copy { min-width: 0; padding: 0; }
.inner-hero h1 { max-width: 760px; margin: 17px 0 22px; color: white; font-size: clamp(42px, 4.55vw, 66px); text-wrap: balance; text-shadow: 0 3px 24px rgba(0,0,0,.34); }
.inner-hero .hero-copy > p { max-width: 690px; color: #d1dfE9; font-size: 17px; }
.inner-hero .button-outline { color: white; border-color: rgba(255,255,255,.56); background: rgba(5,29,50,.38); backdrop-filter: blur(10px); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #a9bfd0; font-size: 11px; text-transform: capitalize; }
.breadcrumb a { color: #dce9f2; }
.inner-hero-trust { display: flex; flex-wrap: wrap; gap: 11px 25px; margin-top: 26px; color: #a9bfd0; font-size: 11px; font-weight: 750; }
.inner-hero-trust span { position: relative; }
.inner-hero-trust span:not(:last-child)::after { content: ""; position: absolute; right: -13px; top: 2px; width: 1px; height: 13px; background: rgba(255,255,255,.28); }
.inner-engineering-panel { position: relative; min-height: 430px; overflow: hidden; border: 1px solid rgba(126,211,250,.42); background: rgba(6,30,51,.7); box-shadow: 0 28px 80px rgba(0,0,0,.3); backdrop-filter: blur(14px); clip-path: polygon(0 0, 93% 0, 100% 9%, 100% 100%, 7% 100%, 0 91%); }
.inner-engineering-panel::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(111,210,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(111,210,255,.075) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.inner-engineering-head { position: absolute; z-index: 4; left: 24px; right: 24px; top: 20px; display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.inner-engineering-head span, .inner-engineering-head strong { display: block; }
.inner-engineering-head span { color: #74d6ff; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.inner-engineering-head strong { max-width: 245px; color: #dce9f2; font-size: 11px; line-height: 1.35; text-align: right; }
.inner-engineering-media { position: absolute; inset: 62px 18px 46px; overflow: hidden; background: rgba(255,255,255,.95); }
.inner-engineering-media img { object-fit: cover; }
.drawing-panel .inner-engineering-media { background: radial-gradient(circle at 50% 47%, #fff 0, #f6f9fb 56%, #e8eff4 100%); }
.drawing-panel .inner-engineering-media img { object-fit: contain; padding: 16px; }
.inner-hero-technology .inner-engineering-media { background: linear-gradient(145deg, #f8fafb, #e8eff3); }
.inner-hero-technology .inner-engineering-media img { object-fit: contain; padding: 15px; }
.inner-engineering-foot { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 17px; display: flex; justify-content: space-between; color: #8ea8ba; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.inner-proof-wrap { position: relative; z-index: 3; background: rgba(3,20,34,.92); border-top: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); color: white; }
.proof-strip div { padding: 21px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: #6fd2ff; font-size: 21px; }
.proof-strip span { margin-top: 6px; color: #a9bfd0; font-size: 11px; }
.inner-section-nav { position: sticky; z-index: 20; top: 76px; min-height: 66px; display: flex; align-items: center; gap: 29px; overflow-x: auto; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(6,30,51,.05); scrollbar-width: none; }
.inner-section-nav::-webkit-scrollbar { display: none; }
.inner-section-nav > span { flex: 0 0 auto; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.inner-section-nav a { flex: 0 0 auto; color: #5d7184; font-size: 10px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.inner-section-nav a:hover { color: var(--blue); }
.inner-content-section { scroll-margin-top: 142px; }
.text-only-section { padding: 72px 0; }
.text-only-section .shell { padding: 48px 54px; border: 1px solid #d4e2ea; border-left: 4px solid var(--blue); background: linear-gradient(120deg, #fff, #f1f7fa); box-shadow: 0 18px 48px rgba(6,30,51,.06); }
.text-only-section .section-heading { margin-bottom: 0; }
.inner-section-heading { max-width: 980px; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 22px; align-items: start; }
.section-order { padding-top: 5px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .08em; border-top: 2px solid var(--orange); }
.inner-section-heading h2 { text-wrap: balance; }
.inner-section-heading p { max-width: 820px; font-size: 16px; }
.content-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.content-card-grid.dense { grid-template-columns: repeat(3, 1fr); }
.content-card { position: relative; min-height: 245px; padding: 30px; background: white; border: 1px solid var(--line); border-top: 3px solid #d9e8f1; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.content-card:hover { transform: translateY(-4px); border-top-color: var(--blue); box-shadow: 0 20px 50px rgba(6,30,51,.09); }
.tinted .content-card { background: #fff; }
.content-card .card-index { position: absolute; right: 22px; top: 20px; color: #dbe7ef; font-size: 28px; font-weight: 900; }
.content-card-media .card-index { top: 244px; }
.content-card > .card-tag { margin-top: 4px; }
.content-card-media > .card-tag { margin-top: 20px; }
.content-card h3 { margin: 38px 0 11px; font-size: 22px; }
.content-card-media h3 { margin-top: 28px; }
.content-card p { margin-bottom: 0; font-size: 14px; }
.content-card ul { padding-left: 18px; color: var(--text); line-height: 1.75; font-size: 13px; }
.equipment-thumb { position: relative; height: 220px; margin: -30px -30px 0; overflow: hidden; background: radial-gradient(circle at 48% 42%, #fff 0, #f3f7f9 50%, #e5edf2 100%); border-bottom: 1px solid var(--line); }
.equipment-thumb::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 64%, rgba(4,25,42,.2)); }
.equipment-thumb img { object-fit: contain; padding: 18px 20px 24px; filter: saturate(.94) contrast(1.025); }
.equipment-thumb.drawing-thumb { background-color: #f3f7fa; background-image: linear-gradient(rgba(8,120,201,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(8,120,201,.06) 1px, transparent 1px), radial-gradient(circle at 48% 42%, #fff 0, #f3f7f9 50%, #e5edf2 100%); background-size: 26px 26px, 26px 26px, auto; }
.equipment-thumb > span { position: absolute; z-index: 2; left: 14px; bottom: 12px; padding: 7px 9px; border-left: 2px solid var(--orange); background: rgba(4,25,42,.88); color: #84ddff; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.feature-media { position: relative; min-height: 570px; margin: 42px 0 0; overflow: hidden; background-color: white; background-image: linear-gradient(rgba(8,120,201,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,120,201,.045) 1px, transparent 1px); background-size: 32px 32px; border: 1px solid #cbdde8; box-shadow: 0 24px 65px rgba(6,30,51,.1); clip-path: polygon(0 0, 97% 0, 100% 7%, 100% 100%, 3% 100%, 0 93%); }
.feature-media img { object-fit: contain; padding: 34px; }
.feature-media figcaption { position: absolute; left: 24px; bottom: 22px; padding: 11px 14px; border-left: 3px solid var(--orange); color: white; background: rgba(5,29,50,.92); font-size: 11px; }
.section-context-media { position: relative; min-height: 360px; margin: 0 0 30px; overflow: hidden; border: 1px solid #cadce7; background: #e7eff4; box-shadow: 0 20px 52px rgba(6,30,51,.08); }
.section-context-media::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(4,25,42,.88)); pointer-events: none; }
.section-context-media img { object-fit: cover; }
.section-context-media.drawing-context { min-height: 420px; background-color: #f6f9fb; background-image: linear-gradient(rgba(8,120,201,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,120,201,.055) 1px, transparent 1px); background-size: 30px 30px; }
.section-context-media.drawing-context img { object-fit: contain; padding: 28px 34px 54px; }
.section-context-media figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; padding: 11px 13px; border-left: 3px solid var(--orange); background: rgba(5,29,50,.9); color: white; font-size: 12px; font-weight: 750; }
.section-context-media figcaption span { display: block; margin-bottom: 4px; color: #79d8ff; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 24px; font-weight: 850; font-size: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); }
.faq-list p { max-width: 760px; padding: 0 0 22px; margin: 0; }
.form-section { background: var(--navy); color: white; }
.form-section p { color: #b8cadd; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.project-form, .brief-result { padding: 34px; background: white; color: var(--ink); border-radius: 10px; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.inquiry-intro { position: sticky; top: 120px; }
.inquiry-intro > p { max-width: 500px; color: #b8cadd; font-size: 16px; }
.inquiry-intro figure { position: relative; min-height: 270px; margin: 32px 0 0; overflow: hidden; border: 1px solid rgba(126,211,250,.32); background: white; clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 6% 100%, 0 90%); }
.inquiry-intro figure img { object-fit: cover; }
.inquiry-intro figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,25,42,.94)); }
.inquiry-intro figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; color: #dce9f2; font-size: 11px; font-weight: 750; }
.inline-inquiry { border-top: 1px solid rgba(255,255,255,.08); }
.inline-inquiry h2 { color: white; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-form label > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 1px solid #cbd7df; border-radius: 5px; padding: 13px 14px; color: var(--ink); background: white; outline: none; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,201,.1); }
.project-form > label { display: block; margin-top: 18px; }
.project-form .consent-line { display: flex; gap: 10px; align-items: start; }
.project-form .consent-line input { width: 17px; height: 17px; margin-top: 2px; }
.project-form .consent-line span { color: var(--text); font-weight: 500; line-height: 1.5; }
.project-form .button { margin-top: 8px; }
.form-note { margin: 12px 0 0; font-size: 11px; color: var(--muted) !important; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.project-form label em { float: right; color: var(--muted); font-size: 10px; font-style: normal; font-weight: 600; }
.brief-result h2 { margin-top: 16px; }
.brief-result dl { display: grid; gap: 1px; margin: 24px 0; background: var(--line); }
.brief-result dl div { padding: 14px; background: white; }
.brief-result dt { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.brief-result dd { margin: 5px 0 0; color: var(--ink); font-weight: 700; }

.contact-page { min-height: 100vh; background: #edf7ff; }
.contact-stage { position: relative; overflow: hidden; padding: 82px 0 96px; background: radial-gradient(circle at 82% 10%, rgba(51,181,238,.14), transparent 26%), linear-gradient(115deg, #edf7ff 0%, #e9f5fd 48%, #f8fbfd 48%, #f8fbfd 100%); }
.contact-stage::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(8,120,201,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,120,201,.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 47%); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 30px; align-items: start; }
.contact-card, .contact-form-card { border: 1px solid #d7e7f2; background: rgba(255,255,255,.98); box-shadow: 0 28px 70px rgba(6,30,51,.11); }
.contact-card { position: sticky; top: 106px; padding: 44px; border-radius: 18px; }
.contact-chip { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border: 1px solid #c8e1f2; border-radius: 999px; color: #587088; background: #edf7ff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.contact-card h1 { margin: 26px 0 30px; font-size: clamp(36px, 3.7vw, 54px); line-height: 1.02; }
.contact-method { padding: 20px 0; border-bottom: 1px solid #dce8f0; }
.contact-method span { display: block; margin-bottom: 7px; color: #0878c9; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.contact-method a, .contact-method strong { color: var(--ink); font-size: 18px; font-weight: 850; }
.contact-method address { color: #536b82; font-style: normal; line-height: 1.7; }
.factory-visit-note { margin-top: 30px; padding: 22px; border-left: 3px solid var(--orange); border-radius: 8px; background: #eef7fd; }
.factory-visit-note strong { display: block; margin-bottom: 8px; }
.factory-visit-note p { margin: 0; font-size: 14px; }
.contact-form-card { padding: 48px; border-radius: 18px; }
.contact-form-head { margin-bottom: 30px; }
.contact-form-head h2 { max-width: 620px; margin: 14px 0 14px; font-size: clamp(42px, 5vw, 68px); line-height: .98; }
.contact-form-head p { max-width: 720px; margin: 0; font-size: 16px; }
.contact-form-card .project-form, .contact-form-card .brief-result { padding: 0; border-radius: 0; box-shadow: none; }
.contact-form-card .project-form input, .contact-form-card .project-form select, .contact-form-card .project-form textarea { min-height: 50px; background: #fbfdff; border-color: #cbdfee; }
.contact-form-card .project-form textarea { min-height: 118px; resize: vertical; }
.contact-form-card .project-form .button { width: 100%; min-height: 54px; margin-top: 14px; }
.contact-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 26px; border: 1px solid #dce8f0; background: #dce8f0; }
.contact-assurance div { padding: 18px; background: white; }
.contact-assurance strong, .contact-assurance span { display: block; }
.contact-assurance strong { color: var(--blue); font-size: 11px; }
.contact-assurance span { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.closing-cta { padding: 72px 0; color: white; background: linear-gradient(120deg, var(--navy), var(--navy-2)); }
.closing-cta h2 { max-width: 840px; margin-top: 13px; }
.closing-cta p { color: #b8cadd; margin-bottom: 0; }
.closing-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }

.site-footer { padding: 70px 0 24px; background: #041625; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 52px; }
.footer-brand > p { max-width: 370px; margin: 24px 0 16px; color: #9bb0c2; font-size: 13px; }
.evidence-note { display: inline-block; padding: 9px 11px; border: 1px solid rgba(255,255,255,.12); color: #75d5ff; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.site-footer h2 { margin-bottom: 18px; color: #7bd7ff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer > .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.site-footer a, .site-footer p { color: #aabccb; font-size: 12px; line-height: 1.6; }
.site-footer a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 30px; color: #71889a; font-size: 10px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-cta { margin-left: auto; }
  .inner-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 42px; }
  .inner-hero h1 { font-size: clamp(40px, 5vw, 58px); }
  .buyer-grid { grid-template-columns: repeat(3, 1fr); }
  .buyer-grid article:nth-child(4), .buyer-grid article:nth-child(5) { border-top: 1px solid var(--line); }
  .content-card-grid.dense { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 720px); }
  .home-hero-grid, .hero-grid, .spotlight-grid, .process-grid, .form-layout, .complete-line-grid, .home-company-grid { grid-template-columns: 1fr; }
  .home-hero .hero-copy, .inner-hero .hero-copy { padding-bottom: 22px; }
  .inner-hero { min-height: 0; }
  .inner-hero-stage { padding: 62px 0 54px; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .inner-hero .hero-copy { padding-bottom: 0; }
  .inner-engineering-panel { width: min(100%, 620px); min-height: 390px; }
  .inner-section-nav { top: 76px; width: 100%; padding-inline: 20px; }
  .inner-section-heading { grid-template-columns: 46px minmax(0, 1fr); gap: 17px; }
  .hero-visual-proof { min-height: 370px; }
  .engineering-panel { top: 0; width: min(100%, 580px); height: 300px; }
  .hero-cad-overlay { left: 3%; top: 44px; width: 104%; opacity: .9; }
  .hero-line-layout-card { left: 3.5%; top: 51px; width: 93%; height: 194px; }
  .entrance-card { left: auto; right: 12px; width: 210px; height: 145px; }
  .delivery-ribbon .shell { grid-template-columns: repeat(4, 1fr); }
  .delivery-ribbon .shell > div { border-bottom: 1px solid rgba(255,255,255,.12); }
  .home-media, .hero-media { min-height: 480px; }
  .home-proof { grid-template-columns: repeat(2, 1fr); }
  .home-proof div:nth-child(2) { border-right: 0; }
  .home-proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .buyer-grid { grid-template-columns: repeat(2, 1fr); }
  .buyer-grid article { border-top: 1px solid var(--line); }
  .solution-grid, .delivery-grid, .project-row, .news-grid, .content-card-grid, .content-card-grid.dense { grid-template-columns: 1fr; }
  .complete-line-visual { min-height: 460px; }
  .home-company figure { min-height: 440px; }
  .proof-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 230px; }
  .proof-gallery figure.large { grid-column: 1 / 3; grid-row: 1; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); }
  .proof-strip div { padding-inline: 18px; }
  .feature-media { min-height: 430px; }
  .section-context-media, .section-context-media.drawing-context { min-height: 380px; }
  .inquiry-intro { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .closing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 520px); }
  .site-header .brand small { display: none; }
  .site-header .brand { min-width: 0; }
  .header-cta { display: none; }
  .home-hero { min-height: calc(100svh - 72px); }
  .home-hero .home-hero-grid { width: min(100% - 28px, 520px); padding-top: 60px; padding-bottom: 32px; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(3,20,34,.95), rgba(3,20,34,.65)), linear-gradient(0deg, rgba(3,20,34,.86), transparent 55%); }
  .inner-hero-shade { background: linear-gradient(90deg, rgba(3,20,34,.97), rgba(3,20,34,.75)), linear-gradient(0deg, rgba(3,20,34,.9), transparent 48%); }
  .inner-hero-stage { padding: 52px 0 40px; }
  .inner-hero h1 { margin-top: 15px; font-size: 39px; line-height: 1.04; }
  .inner-hero .hero-copy > p { font-size: 15px; line-height: 1.68; }
  .inner-hero-trust { display: grid; gap: 7px; }
  .inner-hero-trust span::after { display: none; }
  .inner-engineering-panel { min-height: 300px; clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%); }
  .inner-engineering-head { left: 17px; right: 17px; top: 16px; }
  .inner-engineering-head strong { display: none; }
  .inner-engineering-media { inset: 48px 12px 39px; }
  .inner-engineering-foot { left: 17px; right: 17px; bottom: 13px; }
  .inner-proof-wrap .shell { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:first-child { padding: 16px 22px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-strip strong { font-size: 18px; }
  .proof-strip span { margin-top: 3px; }
  .inner-section-nav { position: relative; top: auto; padding-inline: 14px; gap: 22px; }
  .inner-section-heading { grid-template-columns: 34px minmax(0, 1fr); gap: 13px; }
  .section-order { font-size: 9px; }
  .inner-section-heading h2 { font-size: 32px; }
  .text-only-section { padding: 52px 0; }
  .text-only-section .shell { padding: 32px 24px; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .home-media, .hero-media { min-height: 360px; border-radius: 24px 4px 24px 4px; }
  .hero-visual-proof { min-height: 300px; }
  .engineering-panel { height: 260px; }
  .engineering-panel-head { left: 15px; right: 15px; }
  .engineering-panel-head strong { display: none; }
  .hero-cad-overlay { left: -6%; top: 45px; width: 118%; }
  .hero-line-layout-card { left: 4%; top: 49px; width: 92%; height: 174px; }
  .engineering-panel-foot { left: 14px; right: 14px; }
  .engineering-panel-foot span { font-size: 8px; }
  .entrance-card { display: none; }
  .delivery-ribbon .shell { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .delivery-ribbon .shell > div { min-height: 64px; padding: 13px 14px; }
  .media-label { left: 12px; bottom: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-proof-line { gap: 9px; }
  .hero-proof-line span { width: 100%; }
  .hero-proof-line span::after { display: none; }
  .home-proof { width: 100%; grid-template-columns: 1fr 1fr; }
  .home-proof div { padding: 19px 15px; }
  .home-proof strong { font-size: 20px; }
  .content-section { padding: 70px 0; }
  .buyer-grid { grid-template-columns: 1fr; }
  .buyer-grid article { min-height: auto; border-left: 1px solid var(--line); }
  .buyer-grid h3 { margin-top: 24px; }
  .solution-card { min-height: 0; }
  .solution-card-copy { padding: 25px 26px 30px; }
  .solution-media { height: 215px; }
  .line-module-list { grid-template-columns: 1fr; }
  .complete-line-visual { min-height: 320px; }
  .complete-line-visual img { padding: 22px 10px 60px; }
  .complete-line-visual figcaption { left: 12px; right: 12px; bottom: 12px; }
  .home-company figure { min-height: 330px; }
  .spotlight-media { min-height: 300px; }
  .proof-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .proof-gallery figure.large { grid-column: 1; grid-row: 1; }
  .delivery-grid article { grid-template-columns: 42px 1fr; }
  .feature-media { min-height: 300px; }
  .section-context-media, .section-context-media.drawing-context { min-height: 270px; }
  .section-context-media.drawing-context img { padding: 18px 12px 58px; }
  .section-context-media figcaption { left: 12px; right: 12px; bottom: 12px; }
  .inquiry-intro figure { min-height: 230px; }
  .field-grid { grid-template-columns: 1fr; }
  .project-form, .brief-result { padding: 22px; }
  .contact-stage { padding: 34px 0 60px; background: #edf7ff; }
  .contact-layout { gap: 18px; }
  .contact-card { padding: 28px 24px; border-radius: 14px; }
  .contact-card h1 { margin: 22px 0 24px; font-size: 39px; }
  .contact-method { padding: 16px 0; }
  .contact-method a, .contact-method strong { font-size: 16px; overflow-wrap: anywhere; }
  .factory-visit-note { margin-top: 22px; padding: 18px; }
  .contact-form-card { padding: 28px 22px; border-radius: 14px; }
  .contact-form-head { margin-bottom: 24px; }
  .contact-form-head h2 { font-size: 43px; }
  .contact-form-card .field-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-form-card .project-form label > span { font-size: 11px; }
  .contact-assurance { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
