:root {
  color-scheme: light;
  --navy-950: #061426;
  --navy-900: #08182d;
  --navy-800: #0a1d36;
  --navy-700: #113b73;
  --blue-500: #1788ff;
  --blue-600: #0e6ed8;
  --blue-300: #61b1ff;
  --white: #fff;
  --surface: #f6f8fb;
  --surface-soft: #eef3f8;
  --border: #dce3eb;
  --text: #1c2b3a;
  --muted: #556579;
  --shadow: 0 12px 30px rgb(10 29 54 / 10%);
  --container: 1440px;
  --sidebar: 296px;
  --gutter: 24px;
  --heading-font: "Montserrat", "Avenir Next", system-ui, sans-serif;
  --body-font: "Inter", "Avenir Next", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: var(--surface); font: 14px/1.6 var(--body-font); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--blue-300); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 15px; color: var(--white); background: var(--navy-800); }
.skip-link:focus { top: 12px; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hidden { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 30; color: var(--white); background: linear-gradient(95deg, var(--navy-950), var(--navy-800) 68%, #0f3158); box-shadow: 0 5px 24px rgb(8 24 45 / 17%); }
.header-inner { width: min(var(--container), 100%); min-height: 76px; margin: auto; padding: 0 30px; display: grid; grid-template-columns: 228px minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: min(216px, 100%); height: auto; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 1.7vw, 28px); white-space: nowrap; }
.main-nav a, .language-select { color: rgb(255 255 255 / 83%); font-size: 11px; font-weight: 740; letter-spacing: .035em; text-transform: uppercase; }
.main-nav a { padding: 29px 0; transition: color .18s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--blue-300); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-select { border: 0; background: transparent; cursor: pointer; }
.language-select option { color: var(--navy-800); }
.menu-toggle { display: none; place-items: center; width: 42px; height: 42px; border: 1px solid rgb(255 255 255 / 20%); background: transparent; }

.button { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--blue-500); background: var(--blue-500); color: var(--white); font: 740 10px/1.3 var(--heading-font); letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { border-color: var(--blue-600); background: var(--blue-600); transform: translateY(-1px); }
.button .icon { width: 15px; height: 15px; }
.button--outline { border-color: rgb(255 255 255 / 60%); background: transparent; }
.button--outline:hover { border-color: var(--white); background: rgb(255 255 255 / 11%); }
.button--dark { border-color: var(--navy-800); background: transparent; color: var(--navy-800); }
.button--dark:hover { border-color: var(--navy-800); background: var(--navy-800); color: var(--white); }
.button--small { min-height: 36px; padding: 0 12px; font-size: 9px; }
.feature-status { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 52%); color: rgb(255 255 255 / 88%); background: rgb(255 255 255 / 8%); font: 740 9px/1.3 var(--heading-font); letter-spacing: .05em; text-transform: uppercase; cursor: default; }
.feature-status--dark { border-color: var(--border); color: var(--navy-700); background: var(--surface-soft); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-600); font-size: 10px; font-weight: 760; letter-spacing: .035em; text-transform: uppercase; }
.text-link .icon { width: 15px; height: 15px; transition: transform .18s ease; }
.text-link:hover .icon { transform: translateX(3px); }

.home-grid { width: min(var(--container), 100%); margin: auto; padding: 0 30px; display: grid; grid-template-columns: minmax(0, 1fr) var(--sidebar); column-gap: var(--gutter); align-items: start; }
.home-main { min-width: 0; grid-column: 1; }
.home-sidebar { min-width: 0; grid-column: 2; grid-row: 1 / span 20; display: grid; align-content: start; gap: 18px; padding: 20px 0 28px; }

.hero { min-height: 488px; position: relative; display: flex; overflow: hidden; isolation: isolate; color: var(--white); background: var(--navy-800); }
.hero::before, .hero::after { position: absolute; inset: 0; z-index: -1; content: ""; }
.hero::before { background-image: var(--hero-image, url("assets/media/hero-maszty-banner-reference.png")); background-position: 72% 50%; background-size: cover; transition: background-image .3s ease, transform 6s ease; }
.hero:hover::before { transform: scale(1.025); }
.hero::after { background: linear-gradient(90deg, rgb(6 20 38 / 97%) 0%, rgb(8 24 45 / 90%) 37%, rgb(8 24 45 / 40%) 76%, rgb(8 24 45 / 8%) 100%), linear-gradient(0deg, rgb(6 20 38 / 30%), transparent 40%); }
.hero--reference::after { background: linear-gradient(90deg, rgb(6 20 38 / 99%) 0%, rgb(8 24 45 / 98%) 54%, rgb(8 24 45 / 90%) 65%, rgb(8 24 45 / 24%) 75%, rgb(8 24 45 / 8%) 88%, rgb(8 24 45 / 83%) 95%, rgb(8 24 45 / 97%) 100%), linear-gradient(0deg, rgb(6 20 38 / 22%), transparent 42%); }
.hero-copy { max-width: 705px; align-self: center; padding: 58px 56px 63px; }
.eyebrow { color: rgb(255 255 255 / 78%); font-size: 11px; font-weight: 630; letter-spacing: .10em; text-transform: uppercase; }
.eyebrow--blue { color: var(--blue-600); }
.hero h1, .page-hero h1, .portal-card h1 { margin-top: 16px; font: 850 clamp(48px, 6vw, 76px)/.99 var(--heading-font); letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span, .accent { color: var(--blue-500); }
.hero-description { max-width: 470px; margin-top: 19px; color: rgb(255 255 255 / 90%); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-pagination { position: absolute; top: 92px; right: 21px; display: grid; justify-items: center; gap: 12px; }
.hero-pagination::after { width: 1px; height: 82px; margin: 1px 0; background: rgb(255 255 255 / 48%); content: ""; }
.hero-dot { width: 13px; height: 13px; padding: 3px; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dot::before { width: 5px; height: 5px; display: block; border-radius: 50%; background: rgb(255 255 255 / 63%); content: ""; }
.hero-dot[aria-current="true"] { border-color: var(--white); }
.hero-dot[aria-current="true"]::before { background: var(--white); }
.hero-counter { position: absolute; right: 14px; bottom: 32px; display: grid; gap: 4px; color: rgb(255 255 255 / 74%); font-size: 10px; font-weight: 750; }
.hero-counter strong { color: var(--white); }

.advantages { min-height: 103px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: var(--white); background: linear-gradient(100deg, var(--navy-900), var(--navy-800)); }
.advantage { min-width: 0; padding: 18px 11px; display: flex; align-items: center; gap: 9px; }
.advantage + .advantage { border-left: 1px solid rgb(255 255 255 / 8%); }
.advantage .icon { width: 35px; height: 35px; color: var(--blue-300); }
.advantage strong, .advantage span { display: block; }
.advantage strong { color: rgb(255 255 255 / 89%); font-size: 8px; font-weight: 760; letter-spacing: .045em; text-transform: uppercase; }
.advantage span { margin-top: 4px; color: rgb(255 255 255 / 68%); font-size: 10px; }

.section { padding: 42px 31px 44px; background: var(--white); }
.section--soft { background: var(--surface); }
.section-title { margin-bottom: 27px; display: grid; justify-items: center; gap: 8px; text-align: center; }
.section-title h2, .content-title { font: 790 clamp(18px, 2.2vw, 25px)/1.18 var(--heading-font); letter-spacing: -.035em; text-transform: uppercase; }
.section-title::after { width: 38px; height: 2px; background: var(--blue-500); content: ""; }
.section-intro { max-width: 700px; margin: 0 auto 32px; color: var(--muted); text-align: center; }
.offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.offer-card { min-width: 0; overflow: hidden; border: 1px solid #e9edf2; background: var(--white); transition: box-shadow .2s ease, transform .2s ease; }
.offer-card:hover, .product-card:hover, .project-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.offer-card img { width: 100%; height: auto; aspect-ratio: 1.06 / 1; object-fit: cover; }
.offer-card-copy { min-height: 155px; padding: 15px 11px 13px; display: flex; flex-direction: column; gap: 7px; }
.offer-card h3 { font: 750 12px/1.25 var(--heading-font); text-transform: uppercase; }
.offer-card p { flex: 1; color: var(--muted); font-size: 11px; line-height: 1.48; }
.offer-card .text-link { font-size: 8px; }

.specialties-section .section-title { margin-bottom: 12px; }
.specialties-section .section-intro { margin-bottom: 24px; font-size: 13px; }
.specialties-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.specialty-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e6ebf1; background: var(--white); transition: box-shadow .22s ease, transform .22s ease; }
.specialty-card:hover { box-shadow: 0 13px 32px rgb(9 31 60 / 12%); transform: translateY(-3px); }
.specialty-card-media { position: relative; aspect-ratio: 11 / 7; overflow: hidden; background: var(--surface); }
.specialty-card-media > img, .specialty-card-media > svg { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.specialty-card:hover .specialty-card-media > img, .specialty-card:hover .specialty-card-media > svg { transform: scale(1.045); }
.specialty-card-copy { min-height: 222px; padding: 17px 15px 16px; display: flex; flex-direction: column; gap: 10px; }
.specialty-card h3 { display: grid; gap: 2px; font: 770 clamp(15px, 1.5vw, 19px)/1.16 var(--heading-font); letter-spacing: -.035em; }
.specialty-accent { color: var(--blue-500); }
.specialty-card h3 span:last-child { color: var(--navy-800); }
.specialty-card-copy > p { flex: 1; color: var(--muted); font-size: 11px; line-height: 1.55; }
.specialty-card .button { min-height: 34px; align-self: start; padding-inline: 12px; }
.specialty-card .button .icon { width: 13px; height: 13px; }

.stats-band { padding: 30px 22px 36px; color: var(--white); background: linear-gradient(100deg, var(--navy-900), var(--navy-800) 70%, #0a2749); }
.stats-band .section-title { margin-bottom: 24px; }
.stats-band .section-title h2 { color: var(--white); font-size: 19px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { min-width: 0; padding: 0 12px; text-align: center; }
.stat + .stat { border-left: 1px solid rgb(255 255 255 / 21%); }
.stat strong { color: var(--blue-500); font: 810 clamp(25px, 3.4vw, 39px)/1 var(--heading-font); letter-spacing: -.06em; }
.stat span { max-width: 142px; margin: 8px auto 0; display: block; color: rgb(255 255 255 / 80%); font-size: 9px; font-weight: 610; letter-spacing: .015em; text-transform: uppercase; }

.technology-banner { min-height: 238px; position: relative; display: grid; align-items: center; overflow: hidden; isolation: isolate; color: var(--white); background: linear-gradient(104deg, #061629 0%, #08213d 55%, #072849 100%); }
.technology-banner::before { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgb(107 179 255 / 28%) 1px, transparent 1px), linear-gradient(90deg, rgb(107 179 255 / 28%) 1px, transparent 1px); background-size: 31px 31px; transform: perspective(410px) rotateY(-18deg); animation: lattice-grid-drift 18s linear infinite; content: ""; }
.technology-banner::after { position: absolute; top: -16%; right: -2%; width: 63%; height: 132%; opacity: .61; background: url("assets/media/technology-blueprint.jpg") center / cover; mix-blend-mode: screen; animation: lattice-blueprint-breathe 6s ease-in-out infinite; content: ""; }
.technology-lattice { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.lattice-network, .lattice-tower, .lattice-flow { fill: none; }
.lattice-network { stroke: rgb(76 154 255 / 19%); stroke-width: .7; }
.lattice-tower { stroke: rgb(96 177 255 / 30%); stroke-width: .95; }
.lattice-flow path { stroke: #76c7ff; stroke-width: 1.5; stroke-linecap: round; stroke-dasharray: 11 112; filter: drop-shadow(0 0 4px rgb(73 169 255 / 92%)); animation: lattice-light-travel 4.8s linear infinite; }
.lattice-flow path:nth-child(2) { animation-duration: 6.2s; animation-delay: -2.1s; }
.lattice-flow path:nth-child(3) { stroke: #c0e8ff; animation-duration: 3.8s; animation-delay: -1.3s; }
.lattice-flow path:nth-child(4) { animation-duration: 7.1s; animation-delay: -3.4s; }
.lattice-flow path:nth-child(5) { stroke: #a1dbff; animation-duration: 5.2s; animation-delay: -2.7s; }
.lattice-nodes circle { fill: #d0edff; filter: drop-shadow(0 0 5px rgb(99 185 255 / 100%)); animation: lattice-node-pulse 3.6s ease-in-out infinite; animation-delay: var(--node-delay, 0s); }
.technology-copy { max-width: 560px; position: relative; z-index: 2; padding: 38px 42px; }

@keyframes lattice-grid-drift { from { background-position: 0 0; } to { background-position: 31px -31px; } }
@keyframes lattice-blueprint-breathe { 0%, 100% { opacity: .52; transform: scale(1); } 50% { opacity: .76; transform: scale(1.025); } }
@keyframes lattice-light-travel { from { stroke-dashoffset: 246; } to { stroke-dashoffset: 0; } }
@keyframes lattice-node-pulse { 0%, 100% { opacity: .3; } 48% { opacity: 1; } }
.technology-copy h2 { font: 780 22px/1.2 var(--heading-font); letter-spacing: -.035em; text-transform: uppercase; }
.technology-copy p { max-width: 410px; margin-top: 9px; color: rgb(255 255 255 / 80%); font-size: 12px; }
.technology-copy .button { margin-top: 17px; }

.video-section { background: linear-gradient(180deg, #f4f7fb 0%, var(--white) 100%); }
.video-section .section-intro { margin-bottom: 22px; font-size: 13px; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy-900); box-shadow: 0 17px 38px rgb(9 31 60 / 13%); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.realizations-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.realization-tile { min-width: 0; position: relative; overflow: hidden; }
.realization-tile img { width: 100%; height: 119px; object-fit: cover; transition: transform .3s ease; }
.realization-tile:hover img { transform: scale(1.06); }
.realization-tile span { position: absolute; right: 0; bottom: 0; left: 0; padding: 13px 8px 6px; color: var(--white); background: linear-gradient(transparent, rgb(6 20 38 / 81%)); font-size: 9px; }
.center { margin-top: 24px; display: flex; justify-content: center; }

.sidebar-card { overflow: hidden; background: var(--white); box-shadow: 0 2px 10px rgb(9 31 60 / 5%); }
.sidebar-card-inner { padding: 21px 19px 22px; }
.sidebar-card h2 { font: 760 14px/1.35 var(--heading-font); letter-spacing: .015em; text-transform: uppercase; }
.sidebar-card h2::after { width: 25px; height: 2px; margin-top: 8px; display: block; background: var(--blue-500); content: ""; }
.sidebar-card h3 { margin-top: 15px; font: 730 14px/1.35 var(--heading-font); letter-spacing: -.025em; }
.sidebar-card p { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.62; }
.sidebar-card .button { margin-top: 17px; }
.sidebar-card--technology { min-height: 236px; position: relative; isolation: isolate; color: var(--white); background-color: #07172a; background-image: linear-gradient(101deg, rgb(6 20 38 / 98%) 0%, rgb(7 22 40 / 94%) 43%, rgb(7 25 46 / 65%) 67%, rgb(8 27 48 / 12%) 100%), url("assets/media/sidebar-technology.jpg"), linear-gradient(120deg, #07192e, #103864); background-repeat: no-repeat; background-position: center, right -8px center, center; background-size: cover, auto 108%, cover; }
.sidebar-card--technology .sidebar-card-inner { max-width: 211px; position: relative; z-index: 2; padding: 18px 14px 19px; }
.sidebar-card--technology h2 { font-size: 12px; }
.sidebar-card--technology h2::before { width: 27px; height: 2px; margin-bottom: 10px; display: block; background: var(--blue-500); content: ""; }
.sidebar-card--technology h2::after { display: none; }
.sidebar-card--technology h3 { max-width: 180px; margin-top: 15px; font-size: 13px; line-height: 1.3; }
.sidebar-card--technology p { max-width: 180px; margin-top: 9px; font-size: 9px; line-height: 1.42; }
.sidebar-card--technology .button { min-height: 30px; margin-top: 15px; padding-inline: 10px; border-color: rgb(215 229 245 / 72%); background: rgb(6 20 38 / 37%); font-size: 8px; }
.technology-card-network { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: .47; pointer-events: none; }
.technology-card-network g { fill: none; stroke: rgb(81 161 249 / 48%); stroke-width: .7; }
.technology-card-network circle { fill: #84c4ff; filter: drop-shadow(0 0 3px rgb(90 168 255 / 95%)); }
.sidebar-card--technology p, .sidebar-card--contact p, .sidebar-card--process p { color: rgb(255 255 255 / 79%); }
.sidebar-card--panorama { min-height: 291px; background: linear-gradient(0deg, rgb(255 255 255 / 84%), rgb(255 255 255 / 90%) 40%, rgb(255 255 255 / 78%)), url("assets/hero-skosna.jpg") center / cover; }
.panorama-preview { height: 72px; margin: 14px -19px -22px; background: linear-gradient(0deg, rgb(6 20 38 / 15%), transparent), url("assets/hero-skosna.jpg") center 63% / cover; }
.sidebar-card--process { color: var(--white); background: linear-gradient(140deg, #06172c, #0b2848 70%, #103c6d); }
.sidebar-card--process .sidebar-card-inner { padding: 20px 7px 17px; text-align: center; }
.sidebar-card--process h2 { font-size: 13px; }
.sidebar-card--process h2::after { margin: 8px auto 0; }
.process-list { margin-top: 17px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 3px; list-style: none; }
.process-list li { min-width: 0; position: relative; display: grid; grid-template-rows: 33px auto 1fr; align-content: start; justify-items: center; gap: 7px; color: rgb(255 255 255 / 92%); text-align: center; }
.process-list li:not(:last-child)::after { position: absolute; top: 9px; right: -7px; color: rgb(99 184 255 / 76%); font-size: 13px; line-height: 1; content: "→"; }
.process-list svg { width: 29px; height: 29px; fill: none; stroke: #76c2ff; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 4px rgb(53 143 231 / 22%)); }
.process-list strong { font: 760 7.4px/1.2 var(--heading-font); letter-spacing: -.025em; text-transform: uppercase; }
.process-list span { max-width: 57px; color: rgb(255 255 255 / 68%); font-size: 7px; line-height: 1.33; overflow-wrap: anywhere; }
.sidebar-card--certificates .sidebar-card-inner { padding: 20px 12px 18px; text-align: center; }
.sidebar-card--certificates h2 { font-size: 13px; }
.sidebar-card--certificates h2::after { margin: 8px auto 0; }
.sidebar-card--certificates p { max-width: 252px; margin: 9px auto 0; font-size: 10px; line-height: 1.45; }
.certificate-marks { margin-top: 15px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 5px; }
.certificate-mark { min-width: 0; min-height: 52px; display: grid; place-items: center; color: #5d6571; transition: color .2s ease, transform .2s ease; }
.certificate-mark:hover { color: var(--navy-700); transform: translateY(-2px); }
.certificate-mark svg { width: 100%; max-width: 63px; height: 51px; display: block; }
.certificate-mark--standard { gap: 3px; align-content: center; }
.certificate-mark--standard strong { color: var(--navy-800); font: 760 11px/1.1 var(--heading-font); white-space: nowrap; }
.certificate-mark--standard small { color: var(--muted); font-size: 6.5px; line-height: 1.35; text-transform: uppercase; }
.news-list { margin-top: 14px; display: grid; gap: 13px; }
.news-item { display: grid; grid-template-columns: 61px minmax(0, 1fr); align-items: center; gap: 10px; }
.news-item img { width: 61px; height: 53px; object-fit: cover; }
.news-item span, .news-item strong { display: block; }
.news-item span { color: var(--muted); font-size: 9px; }
.news-item strong { margin-top: 2px; font-size: 10px; line-height: 1.35; }
.sidebar-card--contact { min-height: 194px; position: relative; display: grid; align-items: center; color: var(--white); background-color: #123b65; background-image: linear-gradient(107deg, rgb(7 32 60 / 99%) 0%, rgb(12 43 78 / 95%) 45%, rgb(17 57 96 / 58%) 68%, rgb(25 68 112 / 9%) 100%), url("assets/media/sidebar-contact.jpg"), linear-gradient(110deg, #0a284b, #2b6393); background-repeat: no-repeat; background-position: center, right center, center; background-size: cover, auto 100%, cover; }
.sidebar-card--contact .sidebar-card-inner { width: 100%; max-width: 207px; padding: 24px 13px 22px; }
.sidebar-card--contact h2 { font-size: 13px; line-height: 1.4; letter-spacing: .015em; }
.sidebar-card--contact h2::after { display: none; }
.sidebar-card--contact p { max-width: 166px; margin-top: 9px; font-size: 10px; line-height: 1.45; }
.sidebar-contact-actions { margin-top: 15px; display: flex; flex-wrap: nowrap; gap: 5px; }
.sidebar-contact-actions .button { min-height: 27px; margin-top: 0; padding-inline: 8px; font-size: 7px; white-space: nowrap; }
.sidebar-contact-actions .button--outline { border-color: rgb(220 232 246 / 62%); }

.trusted-band { grid-column: 1 / -1; padding: 24px 28px 27px; color: var(--white); background: linear-gradient(100deg, var(--navy-900), #0b2542); }
.trusted-label { margin-bottom: 18px; text-align: center; font: 730 11px/1 var(--heading-font); letter-spacing: .10em; text-transform: uppercase; }
.trust-items { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: center; gap: 13px; text-align: center; }
.trust-items span { color: rgb(255 255 255 / 86%); font: 670 clamp(11px, 1.3vw, 16px)/1.2 var(--heading-font); letter-spacing: -.025em; }
.trust-items small { display: block; margin-top: 3px; color: rgb(255 255 255 / 53%); font: 560 9px/1.2 var(--body-font); }

.site-footer { grid-column: 1 / -1; padding: 36px 34px 15px; color: var(--white); background: linear-gradient(110deg, var(--navy-950), #0a213b); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .9fr .95fr 1.1fr; gap: 34px; }
.footer-about .brand img { width: 190px; }
.footer-grid h2 { margin: 1px 0 11px; font: 750 10px/1 var(--heading-font); letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p, .footer-grid a, .footer-grid address { color: rgb(255 255 255 / 74%); font-size: 11px; line-height: 1.7; font-style: normal; }
.footer-about p { max-width: 264px; margin-top: 11px; }
.footer-links { display: grid; gap: 5px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--blue-300); }
.footer-contact p + p { margin-top: 7px; }
.footer-bottom { margin-top: 28px; padding-top: 13px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgb(255 255 255 / 12%); color: rgb(255 255 255 / 54%); font-size: 9px; }

.page-shell { width: min(var(--container), 100%); margin: auto; padding: 0 30px; }
.page-hero { min-height: 277px; padding: 57px 58px; display: flex; align-items: center; color: var(--white); background: linear-gradient(96deg, rgb(6 20 38 / 96%) 11%, rgb(10 29 54 / 80%) 59%, rgb(8 24 45 / 26%)), var(--page-hero-image, url("assets/generated/top-banner-mountains-clean.png")) center / cover; }
.page-hero h1 { margin-top: 9px; font-size: clamp(36px, 5vw, 62px); }
.page-hero p { max-width: 685px; margin-top: 13px; color: rgb(255 255 255 / 85%); font-size: 15px; }
.breadcrumb { margin-bottom: 10px; color: rgb(255 255 255 / 70%); font-size: 11px; }
.breadcrumb a:hover { color: var(--blue-300); }
.page-section { padding: 52px 48px; background: var(--white); }
.page-section + .page-section { border-top: 1px solid var(--border); }
.page-section--soft { background: var(--surface); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 43px; }
.intro-copy p + p { margin-top: 12px; }
.intro-copy .content-title { margin-bottom: 13px; }
.intro-copy p { color: var(--muted); }
.intro-copy .hero-actions { margin-top: 22px; }
.intro-image { width: 100%; min-height: 275px; max-height: 380px; object-fit: cover; }
.capabilities-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.capability { padding: 22px 19px; border: 1px solid var(--border); background: var(--white); }
.capability .icon { width: 30px; height: 30px; color: var(--blue-600); }
.capability h3 { margin-top: 13px; font: 740 15px/1.35 var(--heading-font); }
.capability p { margin-top: 8px; color: var(--muted); font-size: 12px; }
.callout { margin-top: 30px; padding: 23px 24px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: var(--white); background: linear-gradient(110deg, var(--navy-900), var(--navy-700)); }
.callout strong { display: block; font: 730 17px/1.25 var(--heading-font); }
.callout p { margin-top: 5px; color: rgb(255 255 255 / 78%); font-size: 12px; }

.catalog-layout { display: grid; grid-template-columns: 256px minmax(0, 1fr); align-items: start; gap: 29px; }
.catalog-filters { padding: 21px; border: 1px solid var(--border); background: var(--white); }
.catalog-filters h2 { margin-bottom: 17px; font: 760 15px/1.2 var(--heading-font); }
.filter-group + .filter-group { margin-top: 21px; padding-top: 18px; border-top: 1px solid var(--border); }
.filter-group h3 { margin-bottom: 10px; font-size: 11px; letter-spacing: .055em; text-transform: uppercase; }
.filter-options { display: grid; gap: 8px; }
.filter-options label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; cursor: pointer; }
.filter-options input { accent-color: var(--blue-500); }
.field-input, .field-select { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid var(--border); background: var(--white); color: var(--text); }
.catalog-toolbar { margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.catalog-count { color: var(--muted); font-size: 12px; }
.catalog-count strong { color: var(--navy-700); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); background: var(--white); transition: box-shadow .2s ease, transform .2s ease; }
.product-image { width: 100%; height: 157px; object-fit: cover; }
.product-image--technical { height: auto; aspect-ratio: 64 / 35; object-fit: cover; border-bottom: 1px solid #dce5ef; background: #f5f8fc; }
.product-copy { padding: 14px 12px; }
.product-family { color: var(--blue-600); font-size: 9px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.product-copy h3 { margin-top: 5px; font: 740 14px/1.3 var(--heading-font); }
.product-meta { margin: 8px 0 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; color: var(--muted); font-size: 10px; }
.product-meta b { display: block; color: var(--text); font-weight: 700; }
.product-actions { display: grid; gap: 7px; }
.product-actions .button { width: 100%; }
.empty-state { padding: 50px 20px; border: 1px solid var(--border); color: var(--muted); text-align: center; }

.projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.project-card { overflow: hidden; border: 1px solid var(--border); background: var(--white); transition: box-shadow .2s ease, transform .2s ease; }
.project-card img { width: 100%; height: 186px; object-fit: cover; }
.project-copy { padding: 17px; }
.project-copy span { color: var(--blue-600); font-size: 10px; letter-spacing: .055em; text-transform: uppercase; }
.project-copy h3 { margin-top: 6px; font: 730 15px/1.35 var(--heading-font); }
.project-copy p { margin-top: 7px; color: var(--muted); font-size: 12px; }

.measurement-hero { min-height: 459px; position: relative; justify-content: space-between; gap: 27px; background-image: linear-gradient(98deg, rgb(6 20 38 / 97%) 9%, rgb(10 29 54 / 90%) 49%, rgb(8 24 45 / 42%)), var(--page-hero-image); }
.measurement-hero-copy { position: relative; z-index: 1; max-width: 800px; }
.measurement-kicker { margin-top: 19px !important; color: var(--blue-300) !important; font-size: 11px !important; font-weight: 730; letter-spacing: .12em; }
.measurement-hero h1 { max-width: 820px; margin-top: 12px; font-size: clamp(46px, 6.4vw, 82px); line-height: .99; letter-spacing: -.06em; }
.measurement-hero h1 span { display: block; color: var(--blue-300); }
.measurement-hero-description { max-width: 650px !important; margin-top: 18px !important; font-size: 16px !important; }
.measurement-hero-actions { margin-top: 25px; display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.measurement-hero-aside { min-width: 150px; align-self: center; color: var(--white); text-align: right; }
.measurement-hero-aside > span { display: block; color: rgb(255 255 255 / 67%); font-size: 8px; letter-spacing: .07em; }
.measurement-hero-aside > strong { display: block; color: var(--blue-300); font: 820 88px/.95 var(--heading-font); letter-spacing: -.09em; }
.measurement-hero-aside > strong span { font-size: 35px; }
.measurement-hero-aside > p { margin-top: 4px; font-size: 10px; }
.measurement-stats { min-height: 104px; padding: 15px 35px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; color: var(--white); background: linear-gradient(108deg, var(--navy-950), #123960); }
.measurement-stats > div { padding: 5px 17px; border-left: 1px solid rgb(255 255 255 / 14%); }
.measurement-stats > div:first-child { border-left: 0; }
.measurement-stats strong, .measurement-stats span { display: block; }
.measurement-stats strong { color: var(--blue-300); font: 760 23px/1.1 var(--heading-font); }
.measurement-stats span { margin-top: 5px; color: rgb(255 255 255 / 75%); font-size: 9px; }
.measurement-subnav { position: sticky; top: 76px; z-index: 12; min-height: 54px; padding: 0 31px; display: flex; align-items: center; gap: 26px; overflow-x: auto; border-bottom: 1px solid var(--border); background: rgb(255 255 255 / 96%); scrollbar-width: thin; }
.measurement-subnav a { flex: 0 0 auto; color: var(--muted); font-size: 10px; font-weight: 700; white-space: nowrap; transition: color .18s ease; }
.measurement-subnav a:hover { color: var(--blue-600); }
.measurement-section { padding-top: 61px; padding-bottom: 63px; }
.measurement-editorial { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 42px; }
.measurement-overline { color: var(--blue-600); font-size: 10px; font-weight: 760; letter-spacing: .095em; }
.measurement-heading { margin-top: 9px; color: var(--navy-800); font: 790 clamp(25px, 3.1vw, 38px)/1.1 var(--heading-font); letter-spacing: -.052em; }
.measurement-editorial > div > p:not(.measurement-overline), .measurement-tilt-copy > p:not(.measurement-overline), .measurement-results-layout > div:first-child > p:not(.measurement-overline) { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.measurement-checklist { margin-top: 21px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 15px; }
.measurement-checklist span, .measurement-tilt-points span { display: flex; align-items: center; gap: 7px; color: var(--navy-800); font-size: 10px; font-weight: 650; }
.measurement-checklist .icon, .measurement-tilt-points .icon { width: 15px; height: 15px; color: var(--blue-500); }
.measurement-editorial-image { margin: 0; overflow: hidden; border: 1px solid var(--border); background: var(--navy-800); }
.measurement-editorial-image img { width: 100%; aspect-ratio: 1.48 / 1; object-fit: cover; }
.measurement-editorial-image figcaption { padding: 17px 18px; color: var(--white); }
.measurement-editorial-image figcaption strong, .measurement-editorial-image figcaption span { display: block; }
.measurement-editorial-image figcaption strong { font-size: 12px; }
.measurement-editorial-image figcaption span { margin-top: 4px; color: rgb(255 255 255 / 70%); font-size: 10px; }
.measurement-use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.measurement-use-card { min-height: 184px; padding: 20px 18px; border: 1px solid var(--border); background: var(--white); }
.measurement-use-card > .icon { width: 30px; height: 30px; color: var(--blue-500); }
.measurement-use-card h3, .measurement-height-cards h3, .measurement-power-grid h3 { margin-top: 11px; color: var(--navy-800); font: 740 14px/1.3 var(--heading-font); }
.measurement-use-card p, .measurement-height-cards p, .measurement-power-grid p { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.measurement-height-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 24px; }
.measurement-height-cards { display: grid; gap: 11px; }
.measurement-height-cards article { padding: 16px 17px; border: 1px solid var(--border); background: #f8fafd; }
.measurement-height-cards article > span { color: var(--blue-600); font: 760 15px/1 var(--heading-font); }
.measurement-height-cards article > h3 { margin-top: 7px; }
.measurement-height-configurator { padding: 19px 20px 17px; color: var(--white); background: linear-gradient(145deg, var(--navy-950), #104477); }
.height-configurator-heading > span, .height-configurator-heading > strong { display: block; }
.height-configurator-heading > span { color: rgb(255 255 255 / 65%); font-size: 8px; letter-spacing: .1em; }
.height-configurator-heading > strong { margin-top: 6px; font-size: 14px; }
.height-stage { height: 263px; position: relative; margin-top: 8px; overflow: hidden; }
.height-gridline { position: absolute; right: 0; left: 0; border-top: 1px dashed rgb(255 255 255 / 15%); }
.height-gridline span { position: absolute; right: 1px; top: -16px; color: rgb(255 255 255 / 62%); font-size: 9px; }
.height-gridline--top { top: 17px; }.height-gridline--middle { top: 79px; }.height-gridline--lower { top: 147px; }
.height-ground { position: absolute; right: 0; bottom: 19px; left: 0; border-top: 2px solid rgb(255 255 255 / 44%); }
.height-mast { position: absolute; left: 46%; bottom: 20px; width: 44px; height: var(--mast-progress); max-height: calc(100% - 37px); border-right: 2px solid var(--blue-300); border-left: 2px solid var(--blue-300); background: repeating-linear-gradient(45deg, transparent 0 13px, rgb(97 177 255 / 75%) 14px 15px, transparent 16px 29px), repeating-linear-gradient(-45deg, transparent 0 13px, rgb(97 177 255 / 43%) 14px 15px, transparent 16px 29px); transition: height .45s ease; }
.height-mast-beacon { position: absolute; top: -4px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: #ff5e66; box-shadow: 0 0 16px #ff5e66; transform: translateX(-50%); animation: mast-beacon-pulse 1.7s ease-in-out infinite; }
.height-current { position: absolute; bottom: 31px; left: 14px; color: var(--blue-300); font: 780 28px/1 var(--heading-font); }
.height-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; }
.height-options button { min-height: 36px; border: 1px solid rgb(255 255 255 / 24%); background: transparent; color: rgb(255 255 255 / 84%); font-size: 10px; font-weight: 700; cursor: pointer; }
.height-options button[aria-pressed="true"] { border-color: var(--blue-500); background: var(--blue-500); color: var(--white); }
.height-note { min-height: 31px; margin-top: 11px; color: rgb(255 255 255 / 78%); font-size: 10px; }
.measurement-fine-print { margin-top: 17px; color: var(--muted); font-size: 10px; }
.measurement-dark-section { padding-top: 61px; padding-bottom: 62px; color: var(--white); background: linear-gradient(145deg, var(--navy-950), #123e6e); }
.measurement-dark-section .section-title h2, .measurement-dark-section .section-intro { color: var(--white); }
.measurement-dark-section .section-intro { color: rgb(255 255 255 / 74%); }
.measurement-instrument-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.measurement-instrument { min-height: 187px; padding: 16px 14px; display: flex; flex-direction: column; border: 1px solid rgb(255 255 255 / 15%); background: rgb(255 255 255 / 4%); }
.instrument-number { color: var(--blue-300); font: 760 12px/1 var(--heading-font); }
.measurement-instrument h3 { margin-top: 12px; font: 740 13px/1.3 var(--heading-font); }
.measurement-instrument p { margin-top: 8px; color: rgb(255 255 255 / 76%); font-size: 10px; line-height: 1.65; }
.instrument-meta { margin-top: auto; padding-top: 12px; color: var(--blue-300); font-size: 9px; }
.measurement-dark-note { margin-top: 17px; color: rgb(255 255 255 / 65%); font-size: 10px; }
.measurement-tilt-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 34px; }
.measurement-tilt-points { margin-top: 20px; display: grid; gap: 9px; }
.tilt-diagram { min-width: 0; padding: 14px 15px 17px; background: linear-gradient(145deg, var(--navy-950), #104477); }
.tilt-diagram svg { width: 100%; height: auto; }
.tilt-ground { stroke: rgb(255 255 255 / 64%); stroke-width: 2; }.tilt-horizontal { fill: none; stroke: rgb(255 255 255 / 47%); stroke-width: 5; stroke-dasharray: 8 7; }
.tilt-arc { fill: none; stroke: #61b1ff; stroke-width: 2; stroke-dasharray: 6 8; animation: measurement-route-drift 2s linear infinite; }
.tilt-mast-body { fill: none; stroke: url(#tiltMastGlow); stroke-width: 3; }.tilt-guys { fill: none; stroke: rgb(97 177 255 / 45%); stroke-width: 1; }.tilt-pivot { fill: var(--blue-500); }.tilt-light { fill: #ff5e66; }
.tilt-diagram text { fill: rgb(255 255 255 / 78%); font: 10px var(--heading-font); letter-spacing: .06em; }
.tilt-caption { margin-top: -4px; padding: 12px 4px 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.tilt-caption strong, .tilt-caption span { display: block; }.tilt-caption strong { color: var(--blue-300); font-size: 18px; }.tilt-caption span { color: rgb(255 255 255 / 74%); font-size: 10px; }
.measurement-power-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.measurement-power-grid article { min-height: 173px; padding: 19px 16px; border: 1px solid var(--border); background: var(--white); }
.measurement-power-grid article > .icon { width: 28px; height: 28px; color: var(--blue-500); }
.measurement-power-note { margin-top: 18px; padding: 15px 17px; color: var(--muted); border-left: 3px solid var(--blue-500); background: var(--white); font-size: 11px; }.measurement-power-note strong { color: var(--navy-800); }
.measurement-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 17px; }
.measurement-step { min-width: 0; padding-top: 15px; display: grid; grid-template-columns: 39px minmax(0, 1fr); gap: 9px; border-top: 1px solid var(--border); }
.measurement-step-number { color: var(--blue-600); font: 760 21px/1 var(--heading-font); }.measurement-step h3 { font: 740 12px/1.35 var(--heading-font); }.measurement-step p { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.measurement-results-section { padding-top: 59px; padding-bottom: 60px; background: #eef4fa; }
.measurement-results-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 28px; }
.measurement-output-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.measurement-output { min-width: 0; min-height: 96px; padding: 14px 12px; display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 8px; background: var(--white); }.measurement-output > .icon { width: 17px; height: 17px; color: var(--blue-500); }.measurement-output h3 { color: var(--navy-800); font-size: 11px; }.measurement-output p { margin-top: 5px; color: var(--muted); font-size: 10px; }
.measurement-safety-callout { margin-bottom: 20px; padding: 20px 19px; display: flex; justify-content: space-between; align-items: center; gap: 19px; border: 1px solid #cddded; background: #f2f7fc; }.measurement-safety-callout > div { min-width: 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 11px; }.measurement-safety-callout > div > .icon { width: 25px; height: 25px; color: var(--blue-600); }.measurement-safety-callout strong { color: var(--navy-800); font-size: 13px; }.measurement-safety-callout p { max-width: 750px; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.65; }.measurement-safety-callout > .button { flex: 0 0 auto; }
.measurement-standards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }.measurement-standard { min-height: 153px; padding: 16px 15px; display: flex; flex-direction: column; border: 1px solid var(--border); transition: border-color .18s ease, box-shadow .18s ease; }.measurement-standard:hover { border-color: #b8d5f3; box-shadow: 0 7px 21px rgb(17 59 115 / 8%); }.measurement-standard > strong { color: var(--navy-800); font-size: 12px; }.measurement-standard > span:not(.standard-link) { margin-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.6; }.standard-link { margin-top: auto; padding-top: 11px; display: flex; align-items: center; gap: 6px; color: var(--blue-600); font-size: 9px; font-weight: 730; }.standard-link .icon { width: 13px; height: 13px; }
.measurement-faq { max-width: 930px; margin: 0 auto; display: grid; gap: 8px; }.measurement-faq-item { padding: 0 17px; border: 1px solid var(--border); background: var(--white); }.measurement-faq-item summary { min-height: 52px; padding: 13px 0; display: flex; justify-content: space-between; align-items: center; color: var(--navy-800); font-size: 12px; font-weight: 720; cursor: pointer; list-style: none; }.measurement-faq-item summary::-webkit-details-marker { display: none; }.measurement-faq-item summary::after { content: "+"; color: var(--blue-500); font-size: 20px; }.measurement-faq-item[open] summary::after { content: "−"; }.measurement-faq-item > p { padding-bottom: 15px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.measurement-contact-cta { min-height: 287px; padding: 48px 54px; display: flex; justify-content: space-between; align-items: center; gap: 22px; color: var(--white); background: linear-gradient(110deg, rgb(6 20 38 / 98%), rgb(15 56 100 / 95%)), url("assets/salomin-1.jpg") center / cover; }.measurement-contact-cta > div:first-child { max-width: 800px; }.measurement-contact-cta .measurement-overline { color: var(--blue-300); }.measurement-contact-cta h2 { margin-top: 11px; font: 780 clamp(25px, 3.3vw, 40px)/1.12 var(--heading-font); letter-spacing: -.05em; }.measurement-contact-cta > div:first-child > p:not(.measurement-overline) { max-width: 750px; margin-top: 11px; color: rgb(255 255 255 / 78%); font-size: 12px; }.measurement-contact-mail { color: var(--blue-300); font-size: 12px; font-weight: 650; }.measurement-contact-mark { color: rgb(97 177 255 / 84%); font: 820 84px/1 var(--heading-font); letter-spacing: -.08em; }.measurement-contact-mark span { font-size: 36px; }
.measurement-offer-spotlight { min-height: 158px; padding: 26px 48px; display: flex; justify-content: space-between; align-items: center; gap: 23px; color: var(--white); background: linear-gradient(108deg, rgb(6 20 38 / 96%), rgb(13 48 85 / 82%)), url("assets/pomiary-obwodnica.jpg") center 44% / cover; }.measurement-offer-spotlight > div > span { color: var(--blue-300); font-size: 9px; font-weight: 720; letter-spacing: .075em; }.measurement-offer-spotlight h2 { margin-top: 6px; font: 760 23px/1.15 var(--heading-font); }.measurement-offer-spotlight p { max-width: 680px; margin-top: 7px; color: rgb(255 255 255 / 76%); font-size: 11px; }.measurement-offer-spotlight > .button { flex: 0 0 auto; }

@keyframes mast-beacon-pulse { 50% { opacity: .48; box-shadow: 0 0 7px #ff5e66; } }
@keyframes measurement-route-drift { to { stroke-dashoffset: -28; } }

.contact-channels-section { padding-top: 55px; padding-bottom: 58px; background: linear-gradient(180deg, #f7faff 0%, #edf2f8 100%); }
.contact-channels-section .section-title { margin-bottom: 12px; }
.contact-channels-intro { margin-bottom: 25px; font-size: 13px; }
.contact-channels-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 17px; }
.contact-channel-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #dce5ef; background: var(--white); box-shadow: 0 12px 30px rgb(12 34 60 / 7%); transition: box-shadow .22s ease, transform .22s ease; }
.contact-channel-card:hover { box-shadow: 0 18px 42px rgb(12 34 60 / 12%); transform: translateY(-3px); }
.contact-channel-media { aspect-ratio: 1.57 / 1; background-image: url("assets/media/contact-departments-reference.png"); background-repeat: no-repeat; background-size: 335% auto; }
.contact-channel-media--phone { background-position: 2% 5%; }
.contact-channel-media--email { background-position: 50.4% 5%; }
.contact-channel-media--bank { background-position: 98.5% 5%; }
.contact-channel-copy { min-width: 0; min-height: 314px; padding: 19px 16px 16px; display: flex; flex: 1; flex-direction: column; }
.contact-channel-eyebrow { color: var(--blue-600); font-size: 10px; font-weight: 750; letter-spacing: .095em; text-transform: uppercase; }
.contact-channel-copy h3 { margin-top: 3px; color: var(--navy-800); font: 780 clamp(17px, 1.75vw, 21px)/1.15 var(--heading-font); letter-spacing: -.035em; }
.contact-channel-list { margin: 17px 0 13px; display: grid; gap: 0; list-style: none; }
.contact-channel-list li { min-width: 0; padding: 9px 0; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.contact-channel-list li > span { min-width: 0; color: var(--muted); font-size: 10px; }
.contact-channel-list li > a { color: var(--navy-800); font-size: 11px; font-weight: 720; white-space: nowrap; transition: color .16s ease; }
.contact-channel-list li > a:hover { color: var(--blue-600); }
.contact-channel-divider { margin-top: 8px; padding-top: 14px !important; border-top: 1px dashed #cad6e3; }
.contact-channel-list--email li > a { font-size: 10px; }
.contact-channel-action { margin-top: auto; padding-top: 13px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #e7edf4; color: var(--blue-600); font-size: 10px; font-weight: 760; letter-spacing: .035em; text-transform: uppercase; }
.contact-channel-action .icon { width: 15px; height: 15px; }
.bank-accounts { margin-top: 15px; display: grid; gap: 11px; }
.bank-account { padding: 11px 10px 9px; border: 1px solid #e1e8f0; background: #f7f9fc; }
.bank-account-heading { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 9px; }
.bank-account-heading b { color: var(--navy-800); }
.bank-name { color: #ee3748; font-size: 10px; font-weight: 800; }
.bank-name > span { color: #315173; }
.bank-account-value { margin-top: 5px; display: grid; grid-template-columns: minmax(0, 1fr) 28px; align-items: center; gap: 4px; }
.bank-account-number { color: var(--navy-800); font: 680 clamp(9px, 1vw, 11px)/1.55 var(--heading-font); letter-spacing: .004em; white-space: nowrap; }
.bank-copy-button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d9e4ef; background: var(--white); color: var(--blue-600); cursor: pointer; transition: border-color .16s ease, background .16s ease; }
.bank-copy-button:hover { border-color: var(--blue-500); background: #eff6ff; }
.bank-copy-button .icon { width: 14px; height: 14px; }
.bank-swift { min-height: 36px; padding-top: 5px; display: flex; justify-content: space-between; align-items: center; gap: 9px; border-top: 1px solid #e1e8f0; }
.bank-swift > span { color: var(--muted); font-size: 10px; }
.bank-swift > div { display: flex; align-items: center; gap: 7px; }
.bank-swift strong { color: var(--navy-800); font-size: 11px; letter-spacing: .015em; }
.bank-copy-status { min-height: 14px; margin-top: 7px; color: var(--blue-600); font-size: 10px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 32px; }
.contact-form { padding: 28px; border: 1px solid var(--border); background: var(--white); }
.contact-form h2, .contact-panel h2 { margin-bottom: 19px; font: 750 20px/1.25 var(--heading-font); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 6px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { color: var(--text); font-size: 11px; font-weight: 660; }
.form-field textarea { min-height: 132px; resize: vertical; }
.form-note { margin-top: 12px; color: var(--muted); font-size: 10px; }
.contact-panel { padding: 24px; color: var(--white); background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); }
.contact-detail { margin-top: 19px; display: grid; grid-template-columns: 23px 1fr; gap: 10px; }
.contact-detail .icon { color: var(--blue-300); }
.contact-detail strong, .contact-detail span, .contact-detail a { display: block; }
.contact-detail strong { font-size: 11px; }
.contact-detail span, .contact-detail a { margin-top: 2px; color: rgb(255 255 255 / 80%); font-size: 12px; }
.contact-note { margin-top: 24px; padding-top: 16px; border-top: 1px solid rgb(255 255 255 / 15%); color: rgb(255 255 255 / 71%); font-size: 11px; }
.form-message { margin-top: 13px; color: var(--blue-600); font-size: 12px; }

.coverage-section { padding-top: 57px; padding-bottom: 60px; }
.coverage-section .section-title { margin-bottom: 12px; }
.coverage-intro { margin-bottom: 26px; font-size: 13px; }
.coverage-map-card { overflow: hidden; border: 1px solid #dae3ed; background: var(--white); box-shadow: 0 22px 62px rgb(10 29 54 / 11%); }
.coverage-map-header { min-height: 86px; padding: 19px 24px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: var(--white); background: linear-gradient(115deg, var(--navy-950), #103763 94%); }
.coverage-map-heading { display: grid; gap: 4px; }
.coverage-map-heading > strong { font: 740 17px/1.2 var(--heading-font); letter-spacing: -.02em; }
.coverage-map-kicker { display: flex; align-items: center; gap: 8px; color: rgb(255 255 255 / 68%); font-size: 9px; font-weight: 720; letter-spacing: .12em; }
.coverage-live-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-300); box-shadow: 0 0 13px var(--blue-300); }
.coverage-live-dot::after { position: absolute; inset: -5px; border: 1px solid rgb(97 177 255 / 66%); border-radius: 50%; content: ""; animation: coverage-signal 2.2s ease-out infinite; }
.coverage-map-filters { padding: 4px; display: flex; gap: 3px; border: 1px solid rgb(255 255 255 / 13%); background: rgb(255 255 255 / 6%); }
.coverage-filter { min-height: 31px; padding: 0 12px; border: 0; background: transparent; color: rgb(255 255 255 / 75%); font-size: 10px; font-weight: 710; cursor: pointer; transition: background .18s ease, color .18s ease; }
.coverage-filter:hover { color: var(--white); }
.coverage-filter[aria-pressed="true"] { background: var(--blue-500); color: var(--white); }
.coverage-map-viewport { position: relative; aspect-ratio: 1230 / 652; overflow: hidden; background: #fff; }
.coverage-map-stage { position: absolute; inset: 0; isolation: isolate; }
.coverage-map-image { width: 100%; height: 100%; object-fit: fill; }
.coverage-map-routes { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.coverage-route { fill: none; stroke: #1788ff; stroke-width: 1.7; stroke-dasharray: 4 8; opacity: .72; animation: coverage-route-travel 2.2s linear infinite; }
.coverage-route--distant { stroke-width: 1.35; stroke-dasharray: 5 11; opacity: .47; animation-duration: 3.2s; }
.coverage-pin { position: absolute; z-index: 2; top: var(--map-y); left: var(--map-x); width: 30px; height: 30px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; transform: translate(-50%, -50%); }
.coverage-pin[hidden] { display: none; }
.coverage-pin-dot { position: relative; width: 10px; height: 10px; border: 2px solid var(--white); border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 2px rgb(10 62 119 / 52%), 0 3px 11px rgb(8 54 107 / 45%); }
.coverage-pin-dot::before, .coverage-pin-dot::after { position: absolute; inset: -7px; border: 1px solid rgb(23 136 255 / 80%); border-radius: 50%; content: ""; animation: coverage-signal 2.5s ease-out infinite; }
.coverage-pin-dot::after { animation-delay: 1.25s; }
.coverage-pin--home .coverage-pin-dot { width: 14px; height: 14px; background: #fff; box-shadow: 0 0 0 3px var(--blue-500), 0 0 16px rgb(23 136 255 / 82%); }
.coverage-pin--international .coverage-pin-dot::before, .coverage-pin--international .coverage-pin-dot::after { animation-duration: 3s; }
.coverage-pin-label { position: absolute; bottom: calc(100% - 1px); left: 50%; z-index: 2; padding: 5px 8px; color: var(--white); background: var(--navy-800); font-size: 9px; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .16s ease, transform .16s ease; }
.coverage-pin:hover .coverage-pin-label, .coverage-pin:focus-visible .coverage-pin-label, .coverage-pin[aria-pressed="true"] .coverage-pin-label { opacity: 1; transform: translate(-50%, 0); }
.coverage-map-coordinate { position: absolute; right: 15px; bottom: 13px; padding: 4px 7px; color: #315577; background: rgb(255 255 255 / 85%); font-size: 9px; font-weight: 680; letter-spacing: .065em; }
.coverage-map-footer { min-height: 84px; padding: 16px 21px; display: flex; justify-content: space-between; align-items: center; gap: 17px; border-top: 1px solid var(--border); background: #f8fafd; }
.coverage-selected { min-width: 0; display: flex; align-items: center; gap: 11px; }
.coverage-selected > .icon { width: 23px; height: 23px; color: var(--blue-500); }
.coverage-selected strong, .coverage-selected span { display: block; }
.coverage-selected strong { color: var(--navy-800); font-size: 12px; }
.coverage-selected span { color: var(--muted); font-size: 10px; }
.coverage-map-status { color: var(--muted); font-size: 10px; font-weight: 600; white-space: nowrap; }
.coverage-map-contact { flex: 0 0 auto; }

@keyframes coverage-signal { 0% { opacity: .72; transform: scale(.52); } 78%, 100% { opacity: 0; transform: scale(1.75); } }
@keyframes coverage-route-travel { to { stroke-dashoffset: -36; } }


.horizon-preview { min-height: 336px; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: linear-gradient(0deg, rgb(6 20 38 / 87%), transparent 62%), url("assets/hero-skosna.jpg") center / cover; }
.horizon-preview-copy { position: relative; padding: 27px; }
.horizon-preview-copy h2 { font: 790 26px/1.1 var(--heading-font); }
.horizon-preview-copy p { max-width: 470px; margin-top: 8px; color: rgb(255 255 255 / 83%); }
.horizon-badge { position: absolute; top: 19px; right: 19px; padding: 6px 10px; border: 1px solid rgb(255 255 255 / 53%); font-size: 10px; letter-spacing: .08em; }
.portal-stage { min-height: 610px; padding: 54px 25px; display: grid; place-items: center; background: linear-gradient(105deg, rgb(6 20 38 / 97%), rgb(12 44 78 / 90%)), url("assets/generated/top-banner-mountains-clean.png") center / cover; }
.portal-card { width: min(480px, 100%); padding: 37px; color: var(--white); background: rgb(255 255 255 / 8%); box-shadow: 0 16px 60px rgb(0 0 0 / 16%); }
.portal-card h1 { font-size: 42px; }
.portal-card > p { margin-top: 12px; color: rgb(255 255 255 / 76%); }
.portal-features { margin: 21px 0; display: grid; gap: 12px; list-style: none; }
.portal-features li { display: flex; align-items: center; gap: 9px; color: rgb(255 255 255 / 87%); font-size: 12px; }
.portal-features .icon { color: var(--blue-300); }

.reveal-ready .reveal { opacity: 0; transform: translateY(13px); transition: opacity .42s ease, transform .42s ease; }
.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1280px) {
  .header-inner { grid-template-columns: 177px minmax(0, 1fr) auto; gap: 17px; padding-inline: 23px; }
  .brand img { width: 178px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 10px; }
  .header-actions { gap: 10px; }
  .home-grid, .page-shell { padding-inline: 23px; }
  .home-grid { grid-template-columns: minmax(0, 1fr) 270px; column-gap: 18px; }
  .hero-copy { padding-inline: 41px; }
  .hero h1 { font-size: clamp(46px, 5.9vw, 69px); }
  .section { padding-inline: 23px; }
  .advantage { padding-inline: 8px; gap: 7px; }
  .advantage .icon { width: 30px; height: 30px; }
  .advantage strong { font-size: 7px; }
  .sidebar-card-inner { padding-inline: 16px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1030px) {
  .header-inner { grid-template-columns: 1fr auto auto; min-height: 69px; }
  .menu-toggle { display: grid; }
  .main-nav { position: fixed; top: 69px; right: 0; left: 0; padding: 15px 23px 20px; display: none; justify-content: start; gap: 0; background: var(--navy-900); box-shadow: 0 14px 27px rgb(8 24 45 / 24%); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 0; font-size: 13px; }
  .home-grid { grid-template-columns: minmax(0, 1fr); }
  .home-main { grid-column: 1; }
  .home-sidebar { grid-column: 1; grid-row: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 20px; }
  .sidebar-card--technology, .sidebar-card--panorama { min-height: 230px; }
  .trusted-band, .site-footer { grid-column: 1; }
  .hero { min-height: 458px; }
  .hero h1 { font-size: clamp(54px, 8vw, 78px); }
  .specialties-grid { gap: 14px; }
  .catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 17px; }
  .page-section { padding-inline: 31px; }
  .measurement-subnav { top: 69px; }
  .measurement-hero { min-height: 420px; }
  .measurement-hero-aside { display: none; }
  .measurement-editorial, .measurement-tilt-layout, .measurement-results-layout { grid-template-columns: 1fr; gap: 27px; }
  .measurement-editorial-image { max-width: 640px; }
  .measurement-instrument-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measurement-power-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measurement-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measurement-contact-mark { font-size: 66px; }

  .contact-channels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-channel-card--bank { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1fr; }
  .contact-channel-card--bank .contact-channel-media { height: 100%; min-height: 330px; }
  .contact-channel-card--bank .contact-channel-copy { min-height: 0; }
  .bank-account-number { font-size: 11px; }

  .coverage-map-status { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about p { max-width: 580px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 76px; }
  .header-inner { min-height: 63px; padding-inline: 14px; gap: 9px; }
  .brand img { width: 154px; }
  .main-nav { top: 63px; padding-inline: 17px; }
  .header-actions { gap: 7px; }
  .header-actions > .button { min-height: 36px; padding-inline: 8px; font-size: 8px; }
  .language-select { font-size: 10px; }
  .menu-toggle { width: 36px; height: 36px; }
  .home-grid, .page-shell { padding-inline: 0; }
  .hero { min-height: 461px; }
  .hero::before { background-position: 69% center; }
  .hero-copy { padding: 61px 22px 52px; }
  .hero h1 { font-size: clamp(45px, 11.5vw, 72px); }
  .hero-description { max-width: 365px; font-size: 14px; }
  .hero-pagination { top: 98px; right: 12px; }
  .hero-counter { right: 9px; }
  .advantages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantage { min-height: 76px; padding-inline: 11px; }
  .advantage:nth-child(3) { border-left: 0; }
  .advantage:nth-child(n+3) { border-top: 1px solid rgb(255 255 255 / 8%); }
  .advantage strong { font-size: 8px; }
  .section { padding: 37px 17px 38px; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .specialties-grid { grid-template-columns: 1fr; gap: 16px; }
  .specialty-card-copy { min-height: 0; padding: 16px 14px; }
  .specialty-card h3 { font-size: 18px; }
  .specialty-card-copy > p { font-size: 12px; }
  .offer-card img { height: auto; aspect-ratio: 1.06 / 1; }
  .offer-card-copy { min-height: 149px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 0; }
  .stat:nth-child(3) { border-left: 0; }
  .technology-copy { padding: 38px 22px; }
  .technology-banner::after { width: 77%; opacity: .48; }
  .technology-lattice { opacity: .72; }
  .realizations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .realization-tile img { height: 115px; }
  .home-sidebar { padding: 18px 14px 22px; gap: 13px; }
  .sidebar-card-inner { padding: 17px 13px; }
  .sidebar-card h2 { font-size: 12px; }
  .sidebar-card h3 { font-size: 12px; }
  .sidebar-card p { font-size: 10px; }
  .process-list { gap: 2px; }
  .process-list strong { font-size: 7px; }
  .news-item { grid-template-columns: 45px minmax(0, 1fr); gap: 7px; }
  .news-item img { width: 45px; height: 45px; }
  .news-item strong { font-size: 9px; }
  .sidebar-contact-actions .button { padding-inline: 7px; font-size: 8px; }
  .trusted-band { padding-inline: 14px; }
  .trust-items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px 8px; }
  .site-footer { padding: 31px 18px 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .page-hero { min-height: 233px; padding: 46px 23px; }
  .page-hero p { font-size: 13px; }
  .page-section { padding: 36px 17px; }
  .intro-grid, .contact-layout { grid-template-columns: 1fr; gap: 23px; }
  .measurement-hero { min-height: 400px; padding: 46px 22px 42px; }
  .measurement-kicker { font-size: 8px !important; line-height: 1.6; }
  .measurement-hero h1 { font-size: clamp(43px, 11.5vw, 68px); }
  .measurement-hero-description { font-size: 13px !important; }
  .measurement-hero-actions { gap: 8px; }
  .measurement-hero-actions .button { min-height: 41px; padding-inline: 11px; font-size: 9px; }
  .measurement-stats { min-height: 0; padding: 16px 12px; grid-template-columns: 1fr 1fr; gap: 17px 0; }
  .measurement-stats > div { padding-inline: 10px; }
  .measurement-stats > div:nth-child(3) { border-left: 0; }
  .measurement-stats strong { font-size: 19px; }
  .measurement-stats span { font-size: 8px; }
  .measurement-subnav { top: 63px; min-height: 47px; padding-inline: 15px; gap: 18px; }
  .measurement-section, .measurement-dark-section { padding-top: 41px; padding-bottom: 43px; }
  .measurement-heading { font-size: 28px; }
  .measurement-editorial > div > p:not(.measurement-overline), .measurement-tilt-copy > p:not(.measurement-overline), .measurement-results-layout > div:first-child > p:not(.measurement-overline) { font-size: 12px; }
  .measurement-checklist { grid-template-columns: 1fr; }
  .measurement-use-grid { grid-template-columns: 1fr; gap: 10px; }
  .measurement-use-card { min-height: 0; padding: 16px 15px; }
  .measurement-height-layout { grid-template-columns: 1fr; }
  .measurement-height-configurator { padding-inline: 13px; }
  .height-stage { height: 244px; }
  .height-options button { min-height: 34px; font-size: 9px; }
  .measurement-instrument-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .measurement-instrument { min-height: 202px; padding: 13px 10px; }
  .measurement-instrument h3 { font-size: 11px; }
  .measurement-instrument p { font-size: 9px; }
  .measurement-tilt-layout { gap: 21px; }
  .measurement-tilt-points span { font-size: 9px; }
  .tilt-diagram { padding-inline: 8px; }
  .measurement-power-grid { grid-template-columns: 1fr; gap: 9px; }
  .measurement-power-grid article { min-height: 0; padding: 15px 14px; }
  .measurement-process-grid { grid-template-columns: 1fr; gap: 14px; }
  .measurement-results-section { padding-top: 40px; padding-bottom: 42px; }
  .measurement-output-grid { grid-template-columns: 1fr; }
  .measurement-output { min-height: 0; }
  .measurement-safety-callout { padding: 15px 13px; flex-direction: column; align-items: start; }
  .measurement-safety-callout > div { grid-template-columns: 22px minmax(0, 1fr); }
  .measurement-safety-callout strong { font-size: 11px; }
  .measurement-standards-grid { grid-template-columns: 1fr; gap: 9px; }
  .measurement-standard { min-height: 0; padding: 13px; }
  .measurement-faq-item { padding-inline: 12px; }
  .measurement-faq-item summary { gap: 9px; font-size: 11px; }
  .measurement-contact-cta { min-height: 0; padding: 38px 19px; }
  .measurement-contact-mark { display: none; }
  .measurement-contact-cta h2 { font-size: 29px; }
  .measurement-contact-mail { width: 100%; }
  .measurement-offer-spotlight { padding: 24px 18px; flex-direction: column; align-items: start; }
  .measurement-offer-spotlight h2 { font-size: 20px; }

  .contact-channels-section { padding-top: 39px; padding-bottom: 41px; }
  .contact-channels-intro { margin-bottom: 19px; font-size: 12px; }
  .contact-channels-grid { grid-template-columns: 1fr; gap: 15px; }
  .contact-channel-card--bank { grid-column: auto; display: flex; }
  .contact-channel-card--bank .contact-channel-media { height: auto; min-height: 0; }
  .contact-channel-copy { min-height: 0; padding: 17px 15px 15px; }
  .contact-channel-copy h3 { font-size: 20px; }
  .contact-channel-list li > span { font-size: 11px; }
  .contact-channel-list li > a { font-size: 12px; }
  .contact-channel-list--email li > a { font-size: 11px; }
  .contact-channel-action { margin-top: 2px; }
  .bank-account-number { font-size: clamp(10px, 3vw, 12px); }

  .coverage-section { padding-top: 39px; padding-bottom: 42px; }
  .coverage-intro { margin-bottom: 20px; font-size: 12px; }
  .coverage-map-header { min-height: 0; padding: 15px 13px; display: grid; gap: 12px; }
  .coverage-map-heading > strong { font-size: 15px; }
  .coverage-map-kicker { font-size: 8px; }
  .coverage-map-filters { width: fit-content; max-width: 100%; }
  .coverage-filter { min-height: 29px; padding-inline: 11px; font-size: 9px; }
  .coverage-map-viewport { aspect-ratio: 1.34 / 1; }
  .coverage-map-stage { right: auto; left: -25%; width: 150%; }
  .coverage-pin { width: 25px; height: 25px; }
  .coverage-pin-label { max-width: 135px; overflow: hidden; text-overflow: ellipsis; }
  .coverage-map-coordinate { right: 7px; bottom: 7px; font-size: 8px; }
  .coverage-map-footer { min-height: 0; padding: 13px 12px; flex-wrap: wrap; gap: 12px; }
  .coverage-selected { width: 100%; gap: 8px; }
  .coverage-selected strong { font-size: 11px; }
  .coverage-selected span { font-size: 9px; }
  .coverage-map-status { display: block; font-size: 9px; }
  .coverage-map-contact { min-height: 33px; padding-inline: 9px; font-size: 8px; }

  .intro-image { min-height: 215px; }
  .capabilities-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .capability { padding: 17px 13px; }
  .capability h3 { font-size: 13px; }
  .capability p { font-size: 11px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filters { padding: 17px; }
  .filter-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-group + .filter-group { margin-top: 14px; padding-top: 13px; }
  .catalog-toolbar { align-items: start; }
  .product-grid { gap: 10px; }
  .product-image { height: 123px; }
  .product-image--technical { height: auto; aspect-ratio: 64 / 35; }
  .product-copy { padding: 12px 9px; }
  .product-copy h3 { font-size: 12px; }
  .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .project-card img { height: 138px; }
  .project-copy { padding: 13px 10px; }
  .project-copy h3 { font-size: 13px; }
  .contact-form { padding: 20px 16px; }
  .callout { align-items: start; flex-direction: column; }
}

@media (max-width: 420px) {
  .header-actions > .button { max-width: 98px; text-align: center; }
  .language-select { display: none; }
  .hero-actions .button { padding-inline: 12px; font-size: 9px; }
  .home-sidebar { grid-template-columns: 1fr; }
  .sidebar-card--technology, .sidebar-card--panorama { min-height: 205px; }
  .sidebar-card-inner { padding: 20px 18px; }
  .sidebar-card h2 { font-size: 14px; }
  .sidebar-card p { font-size: 11px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: 1; }
  .projects-grid { grid-template-columns: 1fr; }
}

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


/* Hidden realization preview: Spitsbergen */
.realization-preview { background: #e9eef3; }
.realization-preview .page-shell { max-width: var(--container); }
.realization-detail { overflow: hidden; background: var(--white); }
.realization-hero { min-height: 650px; position: relative; display: flex; align-items: end; overflow: hidden; isolation: isolate; color: var(--white); background: var(--navy-950); }
.realization-hero-image, .realization-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.realization-hero-image { z-index: -2; object-fit: cover; object-position: 50% 46%; }
.realization-hero-overlay { z-index: -1; background: linear-gradient(90deg, rgb(4 15 29 / 94%) 0%, rgb(7 24 43 / 75%) 45%, rgb(5 18 34 / 22%) 76%), linear-gradient(0deg, rgb(4 15 28 / 86%) 0%, transparent 56%); }
.realization-hero-copy { width: min(760px, 100%); padding: 78px 62px 68px; }
.realization-preview-badge { margin-bottom: 32px; padding: 7px 10px; display: inline-flex; border: 1px solid rgb(255 255 255 / 38%); color: rgb(255 255 255 / 73%); font: 680 9px/1.2 var(--heading-font); letter-spacing: .08em; text-transform: uppercase; }
.realization-hero h1 { margin-top: 15px; font: 850 clamp(55px, 7.7vw, 92px)/.91 var(--heading-font); letter-spacing: -.07em; text-transform: uppercase; }
.realization-hero-copy > p:not(.eyebrow) { max-width: 640px; margin-top: 24px; color: rgb(255 255 255 / 85%); font-size: 16px; line-height: 1.68; }
.realization-facts { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 7px; }
.realization-facts span { padding: 7px 11px; border-left: 2px solid var(--blue-500); background: rgb(255 255 255 / 9%); font: 700 9px/1.3 var(--heading-font); letter-spacing: .06em; text-transform: uppercase; }
.realization-intro { padding: 76px 64px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr); align-items: center; gap: 65px; background: var(--white); }
.realization-intro-copy { max-width: 710px; }
.realization-step { color: var(--blue-600); font: 760 10px/1.3 var(--heading-font); letter-spacing: .12em; text-transform: uppercase; }
.realization-intro h2, .realization-section-head h2 { margin-top: 12px; font: 820 clamp(34px, 4.6vw, 58px)/.98 var(--heading-font); letter-spacing: -.055em; text-transform: uppercase; }
.realization-intro-copy > p:not(.realization-step) { margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.77; }
.realization-intro-copy .realization-lead { color: var(--text); font-size: 18px; line-height: 1.62; }
.realization-intro-copy .button { margin-top: 29px; }
.realization-photo { min-width: 0; position: relative; display: block; overflow: hidden; background: var(--navy-900); }
.realization-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .25s ease; }
.realization-photo:hover img { transform: scale(1.025); opacity: .92; }
.realization-photo span { position: absolute; right: 0; bottom: 0; left: 0; padding: 35px 15px 13px; color: var(--white); background: linear-gradient(transparent, rgb(3 15 29 / 88%)); font: 700 9px/1.3 var(--heading-font); letter-spacing: .06em; text-transform: uppercase; }
.realization-photo--portrait { height: 570px; box-shadow: 28px 28px 0 var(--surface-soft); }
.realization-logistics { padding: 74px 64px 68px; color: var(--white); background: linear-gradient(120deg, var(--navy-950), #0a294b); }
.realization-section-head { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); gap: 24px 78px; }
.realization-section-head .realization-step { grid-column: 1 / -1; color: var(--blue-300); }
.realization-section-head h2 { align-self: start; }
.realization-section-head > div { color: rgb(255 255 255 / 73%); font-size: 14px; line-height: 1.75; }
.realization-section-head > div p + p { margin-top: 18px; }
.realization-photo-pair { margin-top: 45px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.realization-photo-pair .realization-photo { aspect-ratio: 4 / 3; }
.realization-installation { padding: 76px 64px 72px; background: var(--surface); }
.realization-section-head--light .realization-step { color: var(--blue-600); }
.realization-section-head--light > div { color: var(--muted); }
.realization-montage-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 330px; gap: 14px; }
.realization-photo--wide { grid-row: span 2; }
.realization-closing { padding: 80px 64px 72px; color: var(--white); background: linear-gradient(125deg, #07223d, #0f4b78); }
.realization-closing blockquote { max-width: 930px; margin: 20px 0 0; font: 720 clamp(30px, 4vw, 51px)/1.15 var(--heading-font); letter-spacing: -.045em; }
.realization-closing-actions { margin-top: 35px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.realization-closing .text-link { color: var(--white); }
.realization-preview-note { max-width: 670px; margin-top: 37px; padding-top: 19px; border-top: 1px solid rgb(255 255 255 / 20%); color: rgb(255 255 255 / 58%); font-size: 10px; }

@media (max-width: 1030px) {
  .realization-hero { min-height: 570px; }
  .realization-hero-copy { padding-inline: 42px; }
  .realization-intro { padding-inline: 42px; gap: 42px; }
  .realization-photo--portrait { height: 500px; }
  .realization-logistics, .realization-installation, .realization-closing { padding-inline: 42px; }
  .realization-section-head { grid-template-columns: 1fr; gap: 20px; }
  .realization-section-head .realization-step { grid-column: auto; }
}

@media (max-width: 700px) {
  .realization-hero { min-height: 590px; }
  .realization-hero-image { object-position: 61% center; }
  .realization-hero-overlay { background: linear-gradient(90deg, rgb(4 15 29 / 94%), rgb(5 18 34 / 45%)), linear-gradient(0deg, rgb(4 15 28 / 91%), transparent 65%); }
  .realization-hero-copy { padding: 72px 22px 42px; }
  .realization-preview-badge { margin-bottom: 26px; font-size: 8px; }
  .realization-hero h1 { font-size: clamp(40px, 11.3vw, 46px); }
  .realization-hero-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.6; }
  .realization-intro { padding: 52px 22px 67px; grid-template-columns: 1fr; gap: 39px; }
  .realization-intro h2, .realization-section-head h2 { font-size: clamp(34px, 10.2vw, 47px); }
  .realization-intro-copy .realization-lead { font-size: 16px; }
  .realization-photo--portrait { height: 510px; box-shadow: 13px 13px 0 var(--surface-soft); }
  .realization-logistics, .realization-installation, .realization-closing { padding: 54px 22px; }
  .realization-photo-pair { grid-template-columns: 1fr; gap: 10px; }
  .realization-montage-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; gap: 10px; }
  .realization-photo--wide { grid-row: auto; }
  .realization-closing blockquote { font-size: 30px; }
  .realization-closing-actions { align-items: flex-start; flex-direction: column; }
}
