:root {
  --blue: #0a82ed;
  --blue-dark: #0065bd;
  --navy: #080c10;
  --ink: #111417;
  --muted: #46515b;
  --line: #c7d0d8;
  --ice: #eef7ff;
  --paper: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffb21a; outline-offset: 4px; border-radius: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 2px solid #111820; backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.header-inner { width: min(1180px, calc(100% - 40px)); min-height: 102px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { display: block; width: 250px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 32px; color: #171d23; font-size: 15px; font-weight: 800; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.desktop-nav .nav-contact { color: white; background: var(--blue); padding: 13px 20px; border-radius: 8px; box-shadow: 0 9px 20px rgba(10,130,237,.2); }
.mobile-nav { display: none; position: relative; }

.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #005eae; border-bottom: 1px solid #003d72; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(104deg, rgba(2,29,52,.75) 0%, rgba(0,91,170,.68) 48%, rgba(4,30,49,.82) 100%), url("../logo-top-1220.jpg"); background-repeat: no-repeat; background-position: center, center top; background-size: cover, min(1220px, 100%) auto; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 77% 40%, rgba(72,183,255,.25), transparent 31%), linear-gradient(90deg, rgba(0,0,0,.16), transparent 45%, rgba(0,0,0,.2)); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); min-height: 620px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; padding: 78px 0; }
.hero .eyebrow { color: #8fd1ff; }
.eyebrow { margin: 0 0 16px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin: 0; color: #fff; text-shadow: 0 3px 24px rgba(0,22,40,.22); font-size: clamp(45px, 6vw, 72px); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: #e4f2fc; font-size: 19px; line-height: 1.65; }
.hero-brands { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; margin-top: 25px; }
.hero-brands > span { min-height: 43px; display: inline-flex; align-items: center; border-radius: 5px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-brand-primary { gap: 10px; padding: 0 15px; color: #fff; background: #111820; box-shadow: 0 9px 22px rgba(17,24,32,.14); }
.hero-brand-primary i { color: #51b4ff; font-style: normal; font-size: 16px; }
.hero-brand-secondary { gap: 10px; padding: 0 14px; color: #c4161c; background: #fff; border: 1px solid rgba(255,255,255,.7); }
.hero-brand-secondary small { color: #65717b; font-size: 9px; letter-spacing: .07em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 8px; font-size: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 14px 28px rgba(0,109,201,.22); }
.button.primary:hover { background: var(--blue-dark); box-shadow: 0 18px 34px rgba(0,109,201,.28); }
.button.secondary { color: #fff; background: rgba(3,21,35,.46); border: 1px solid rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.button.secondary:hover { color: #fff; background: #111820; box-shadow: 0 14px 28px rgba(0,0,0,.16); }

.hero-visual { position: relative; min-height: 430px; margin: 0; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 2% 2% 12%; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(80,185,255,.13)); border: 1px solid rgba(255,255,255,.24); border-radius: 50% 42% 46% 40%; transform: rotate(-5deg); }
.hero-photo { position: relative; z-index: 2; width: 100%; min-height: 350px; overflow: hidden; background: #152b3c; border: 8px solid #fff; border-radius: 22px; box-shadow: 0 30px 65px rgba(16,39,63,.23); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,28,43,.05) 45%, rgba(7,28,43,.72) 100%); pointer-events: none; }
.hero-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-product-label { position: absolute; z-index: 2; left: 22px; bottom: 20px; padding: 8px 11px; color: #fff; background: rgba(10,13,16,.84); border: 1px solid rgba(255,255,255,.25); border-radius: 5px; backdrop-filter: blur(8px); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-service-label { position: absolute; z-index: 3; right: -18px; bottom: 12px; display: flex; align-items: center; gap: 9px; padding: 14px 17px; color: var(--navy); background: #fff; border: 1px solid rgba(255,255,255,.78); border-radius: 8px; box-shadow: 0 12px 30px rgba(0,24,46,.28); font-size: 12px; font-weight: 800; }
.hero-service-label i { width: 20px; height: 2px; background: var(--blue); }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1050px, calc(100% - 40px)); margin: -1px auto 0; color: #fff; background: #111820; border-inline: 1px solid #303a43; box-shadow: 0 14px 34px rgba(0,0,0,.13); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 26px 18px; border-right: 1px solid #303a43; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: #55b5ff; font-size: 18px; }
.trust-strip span { color: #d3dbe2; font-size: 13px; }

.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section-heading { max-width: 760px; }
.section h2, .product-section h2, .support-section h2, .contact-section h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 5vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p:last-child, .contact-copy > p { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.service-grid article { min-height: 290px; padding: 30px; color: #fff; background: #111820; border: 1px solid #111820; border-top: 4px solid var(--blue); border-radius: 4px 4px 12px 12px; box-shadow: 0 18px 40px rgba(0,0,0,.15); }
.service-number { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.service-grid h3 { margin: 48px 0 14px; color: #fff; font-size: 23px; }
.service-grid p { margin: 0; color: #c4ced6; line-height: 1.7; }

.product-section { background: #e9edf1; border-top: 1px solid #b7c0c8; }
.product-inner { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0 90px; }
.product-heading { margin-bottom: 70px; }
.manufacturer-block { margin-top: 70px; }
.manufacturer-block:first-of-type { margin-top: 0; }
.manufacturer-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: end; margin-bottom: 32px; padding-bottom: 26px; border-bottom: 2px solid #9da8b1; }
.manufacturer-intro h3 { max-width: 520px; margin: 15px 0 0; color: var(--navy); font-size: clamp(27px, 3.2vw, 38px); line-height: 1.13; letter-spacing: -.035em; }
.manufacturer-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.brand-label { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border-radius: 4px; color: white; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.vectron-label { background: #111820; }
.rch-label { background: #e5232a; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid #aeb8c0; border-radius: 12px; box-shadow: 0 18px 42px rgba(0,0,0,.12); }
.product-image { height: 310px; display: grid; place-items: center; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.product-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-image.wide-image img { object-fit: cover; }
.product-image.clean-image { padding: 24px; }
.product-copy { padding: 30px; }
.product-title-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-title-row h4 { margin: 0; color: var(--navy); font-size: 25px; letter-spacing: -.025em; }
.product-title-row span { flex: 0 0 auto; padding: 6px 9px; color: var(--blue-dark); background: var(--ice); border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-copy > p { min-height: 82px; margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.product-copy ul { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.product-copy li { position: relative; padding-left: 20px; color: #3f5365; font-size: 14px; line-height: 1.45; }
.product-copy li::before { content: ""; position: absolute; left: 0; top: .48em; width: 7px; height: 7px; background: var(--blue); border-radius: 50%; }
.product-copy > a { display: inline-flex; gap: 9px; align-items: center; color: var(--blue-dark); font-size: 13px; font-weight: 900; }
.product-copy > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rch-block { margin-top: 90px; }
.rch-block .product-copy li::before { background: #e5232a; }
.rch-block .product-title-row span { color: #b9161b; background: #fff0f0; }
.single-product-grid { grid-template-columns: 1fr; }
.single-product-card { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); }
.single-product-card .product-image { height: 100%; min-height: 390px; border-right: 1px solid var(--line); border-bottom: 0; }
.single-product-card .product-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.single-product-card .product-copy > p { min-height: 0; }
.ecosystem-panel { margin-top: 30px; padding: 38px; color: #fff; background: #111820; border-radius: 12px; box-shadow: 0 18px 42px rgba(17,24,32,.18); }
.ecosystem-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px 70px; align-items: end; }
.ecosystem-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -3px; color: #77dcf1; }
.ecosystem-heading h3 { margin: 0; color: #fff; font-size: clamp(28px, 3.5vw, 40px); line-height: 1.12; letter-spacing: -.035em; }
.ecosystem-heading > p:last-child { margin: 0; color: #bfd4dc; font-size: 15px; line-height: 1.72; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.ecosystem-grid article { min-height: 280px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.ecosystem-grid article:first-child { padding-left: 0; }
.ecosystem-grid article:last-child { padding-right: 0; border-right: 0; }
.ecosystem-grid article > span { color: #77dcf1; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.ecosystem-grid h4 { margin: 26px 0 12px; color: #fff; font-size: 21px; }
.ecosystem-grid p { margin: 0 0 22px; color: #bfd4dc; font-size: 14px; line-height: 1.65; }
.ecosystem-grid a { display: inline-flex; align-items: center; gap: 8px; color: #82dfff; font-size: 12px; font-weight: 900; }
.ecosystem-grid a:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-consulting { margin-top: 55px; padding: 38px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; color: #fff; background: #111820; border: 1px solid #111820; border-left: 5px solid var(--blue); border-radius: 8px; box-shadow: 0 16px 34px rgba(0,0,0,.13); }
.product-consulting .eyebrow { color: #72bfff; }
.product-consulting h3 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(26px, 3vw, 36px); line-height: 1.15; letter-spacing: -.03em; }
.product-consulting > div > p:last-child { max-width: 750px; margin: 15px 0 0; color: #c4ced6; line-height: 1.65; }
.product-consulting .button { white-space: nowrap; }
.image-credit { margin: 24px 0 0; color: #788895; font-size: 11px; line-height: 1.55; }

.knowledge-section { position: relative; padding-top: 110px; padding-bottom: 110px; color: var(--ink); background: #dfeaf2; box-shadow: 0 0 0 100vmax #dfeaf2; clip-path: inset(0 -100vmax); }
.knowledge-section .eyebrow { color: var(--blue-dark); }
.knowledge-section h2 { color: var(--navy); }
.knowledge-section .section-heading > p:last-child { color: #465968; }
.knowledge-topline { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.knowledge-date { flex: 0 0 auto; margin-top: 6px; padding: 9px 12px; color: #263845; background: #f8fbfd; border: 1px solid #a9bbc8; border-radius: 99px; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.knowledge-grid article { min-height: 370px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #aebfcb; border-top: 4px solid var(--blue); border-radius: 4px 4px 12px 12px; box-shadow: 0 15px 34px rgba(32,64,87,.14); }
.knowledge-grid article.draft-card { border-top-color: #f0a72c; }
.knowledge-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #71818f; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.knowledge-meta span { color: var(--blue-dark); }
.draft-card .knowledge-meta span { color: #9c6508; }
.knowledge-grid h3 { margin: 34px 0 14px; color: var(--navy); font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.knowledge-grid p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.67; }
.knowledge-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue-dark); font-size: 12px; font-weight: 900; }
.knowledge-grid a:hover { text-decoration: underline; text-underline-offset: 4px; }
.knowledge-note { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 22px; padding: 20px 22px; color: #405564; background: #f5f9fc; border: 1px solid #b5c6d2; border-left: 4px solid var(--blue); font-size: 13px; line-height: 1.6; }
.knowledge-note strong { color: #111820; }
.knowledge-note p { margin: 0; }

.support-section { color: #fff; background: #05080b; }
.support-inner { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 74px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.eyebrow.light { color: #7dc5ff; }
.support-section h2 { max-width: 710px; color: #fff; }
.support-section p:not(.eyebrow) { max-width: 690px; margin: 20px 0 0; color: #b8c9d7; font-size: 17px; line-height: 1.7; }
.support-actions { min-width: 220px; display: grid; gap: 17px; }
.button.white { color: var(--navy); background: #fff; }
.text-link { display: flex; justify-content: center; gap: 10px; color: #8dccff; font-size: 14px; font-weight: 800; }

.contact-section { display: grid; grid-template-columns: 1fr .8fr; align-items: start; gap: 90px; }
.contact-links { display: grid; gap: 18px; margin-top: 38px; }
.contact-links a { display: flex; align-items: center; gap: 15px; width: fit-content; font-weight: 800; }
.contact-links svg { flex: 0 0 auto; width: 23px; height: 23px; color: var(--blue); }
.contact-links span { display: grid; gap: 3px; }
.contact-links small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hours-card { padding: 36px; color: #fff; background: #111820; border: 1px solid #303a43; border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.hours-card .eyebrow { color: #72bfff; }
.hours-card h3 { margin: 0 0 26px; color: #fff; font-size: 26px; }
.hours-row { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid #3a4650; color: #c4ced6; }
.hours-row strong { color: #fff; }
.emergency-note { margin-top: 20px; padding: 20px; background: #fff; border-left: 3px solid var(--blue); }
.emergency-note strong { color: var(--navy); }
.emergency-note p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.emergency-note a { color: var(--blue-dark); font-weight: 900; white-space: nowrap; }
.emergency-note a:hover { text-decoration: underline; text-underline-offset: 3px; }

.legal-section { background: #e7ebee; border-top: 1px solid #aeb7bf; }
.legal-inner { width: min(900px, calc(100% - 40px)); margin: auto; padding: 60px 0; }
.legal-inner details { border-bottom: 1px solid #cbd7e0; }
.legal-inner summary { display: flex; justify-content: space-between; padding: 22px 0; color: var(--navy); cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.legal-inner summary::-webkit-details-marker { display: none; }
.legal-inner details[open] summary span { transform: rotate(45deg); }
.legal-inner summary span { color: var(--blue); font-size: 25px; font-weight: 400; transition: transform .2s; }
.legal-content { padding: 0 0 30px; color: #52616f; font-size: 14px; line-height: 1.7; }
.legal-content h2 { color: var(--navy); }
.legal-content h3 { margin: 28px 0 8px; color: var(--navy); font-size: 17px; }
.legal-document { padding: 5px 0 36px; }
.legal-download { min-height: 50px; display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; padding: 0 18px; color: #fff; background: var(--blue-dark); border-radius: 7px; font-weight: 900; }
.legal-download:hover { background: #004f96; }
.legal-file-note { margin: 12px 0 0; color: #71808c; font-size: 12px; }

footer { color: #bdcad4; background: #05080b; border-top: 1px solid #26323c; }
.footer-inner { width: min(1180px, calc(100% - 40px)); min-height: 160px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand { position: relative; z-index: 0; isolation: isolate; display: block; width: 220px; padding: 10px 12px; background: linear-gradient(135deg, #fff 65%, #eaf5ff 100%); border: 1px solid rgba(125,197,255,.55); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.28), 0 0 28px rgba(10,130,237,.13); transition: transform .2s ease, box-shadow .2s ease; }
.footer-brand::before { content: ""; position: absolute; z-index: -1; inset: -10px; background: radial-gradient(ellipse at center, rgba(10,130,237,.2), transparent 68%); filter: blur(8px); }
.footer-brand:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.34), 0 0 34px rgba(10,130,237,.2); }
.footer-brand img { display: block; width: 100%; height: auto; border-radius: 4px; }
.footer-inner p { font-size: 13px; }
.footer-inner div { display: flex; gap: 22px; font-size: 13px; }
.footer-inner a:hover { color: #fff; }

@media (max-width: 880px) {
  .header-inner { min-height: 86px; }
  .brand img { width: 205px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; cursor: pointer; list-style: none; background: var(--blue); border-radius: 7px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; height: 2px; background: white; border-radius: 2px; }
  .mobile-nav > div { position: absolute; right: 0; top: 52px; width: 230px; display: grid; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 40px rgba(16,39,63,.16); }
  .mobile-nav a { padding: 13px 12px; font-weight: 700; }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 55px; padding: 70px 0 85px; }
  .hero-visual { min-height: 390px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .service-grid h3 { margin-top: 30px; }
  .support-inner, .contact-section { grid-template-columns: 1fr; gap: 45px; }
  .product-inner { padding: 90px 0 75px; }
  .manufacturer-intro { grid-template-columns: 1fr; gap: 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-copy > p { min-height: 0; }
  .single-product-card { grid-template-columns: 1fr; }
  .single-product-card .product-image { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .single-product-card .product-copy { padding: 30px; }
  .ecosystem-heading { grid-template-columns: 1fr; gap: 18px; }
  .ecosystem-heading .eyebrow { grid-column: auto; margin-bottom: -1px; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-grid article, .ecosystem-grid article:first-child, .ecosystem-grid article:last-child { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .ecosystem-grid article:last-child { border-bottom: 0; }
  .knowledge-topline { display: grid; gap: 24px; }
  .knowledge-date { width: fit-content; margin-top: 0; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .knowledge-grid article { min-height: 0; }
  .product-consulting { grid-template-columns: 1fr; gap: 28px; }
  .product-consulting .button { width: fit-content; }
  .support-actions { width: min(320px, 100%); }
  .footer-inner { grid-template-columns: 1fr; gap: 14px; padding: 38px 0; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 85px; }
  .header-inner, .hero-inner, .section, .product-inner, .support-inner, .contact-section, .footer-inner { width: min(100% - 28px, 1180px); }
  .brand img { width: 172px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 300px; }
  .hero-photo { min-height: 260px; border-width: 5px; border-radius: 15px; }
  .hero-product-label { left: 14px; bottom: 14px; }
  .hero-service-label { right: -4px; bottom: -8px; padding: 12px 13px; gap: 7px; font-size: 10px; }
  .hero-service-label i { width: 12px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr; border-inline: 0; }
  .trust-strip div { justify-content: flex-start; padding-inline: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 0; }
  .service-grid article, .hours-card { padding: 25px; }
  .product-image { height: 235px; }
  .product-image.clean-image { padding: 14px; }
  .product-copy { padding: 24px; }
  .single-product-card .product-image { min-height: 260px; }
  .ecosystem-panel { padding: 26px 22px; }
  .product-title-row { align-items: flex-start; }
  .product-title-row h4 { font-size: 22px; }
  .product-consulting { padding: 26px 22px; }
  .product-consulting .button { width: 100%; white-space: normal; }
  .hours-row { display: grid; gap: 5px; }
  .contact-links a { align-items: flex-start; font-size: 14px; }
  .knowledge-note { grid-template-columns: 1fr; gap: 5px; }
  .footer-brand { width: 210px; }
}

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