:root {
    --red: #e00344;
    --red-dark: #a10031;
    --ink: #05070a;
    --graphite: #15171c;
    --muted: #6f7680;
    --line: #e7e9ed;
    --paper: #fff;
    --soft: #f5f6f8;
    --container-max: 1440px;
    --content-max: 1200px;
    --container-gutter: 24px;
    --container: min(var(--container-max), calc(100vw - (var(--container-gutter) * 2)));
    --container-pad: max(var(--container-gutter), calc((100vw - var(--container-max)) / 2));
    --content-pad: max(var(--container-gutter), calc((100vw - var(--content-max)) / 2));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.55; }
body.nav-open { overflow: hidden; }
body.cookie-dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 24px; top: 12px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 900; transform: translateY(-160%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 var(--container-pad); background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(5,7,10,.08); transition: box-shadow .22s ease, background-color .22s ease; }
.site-header.scrolled { background: rgba(255,255,255,.985); box-shadow: 0 10px 28px rgba(5,7,10,.11); }
.brand, .footer-brand, .admin-brand { display: grid; place-items: center; width: clamp(150px, 12.75vw, 196px); min-height: 76px; padding-right: clamp(14px, 1.15vw, 18px); background: var(--red); color: transparent; font-size: 0; line-height: 1; clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.brand::before, .footer-brand::before, .admin-brand::before { display: block; width: clamp(102px, 8.4vw, 132px); aspect-ratio: 1565 / 920; background: url("../images/voigt-hq-logo.webp") center / contain no-repeat; content: ""; }
.site-nav { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)) 64px; column-gap: clamp(6px, .8vw, 12px); align-items: center; flex: 1; min-width: 0; padding: 0 18px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.site-nav a { position: relative; display: block; min-width: 0; padding: 29px 0 26px; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.site-nav a::after { position: absolute; left: 50%; bottom: 16px; width: 34px; height: 2px; background: var(--red); content: ""; transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: translateX(-50%) scaleX(1); }
.language-picker { position: relative; z-index: 4; width: 64px; justify-self: center; color: var(--ink); }
.language-picker summary { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 7px; list-style: none; cursor: pointer; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary::after { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.language-picker[open] summary::after { transform: translateY(2px) rotate(225deg); }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; display: grid; width: 190px; border: 1px solid var(--line); background: #fff; padding: 7px; box-shadow: 0 18px 46px rgba(5,7,10,.18); color: var(--ink); }
.site-nav .language-options a, .hero-bar .language-options a { display: grid; grid-template-columns: 34px 1fr; min-height: 36px; align-items: center; padding: 7px 9px; overflow: visible; text-align: left; text-overflow: initial; white-space: normal; }
.site-nav .language-options a::after, .hero-bar .language-options a::after { display: none; }
.language-options a:hover, .language-options a[aria-current="page"] { background: var(--soft); color: var(--red-dark); }
.language-options a span:first-child { color: var(--red-dark); }
.menu-toggle { display: none; width: 52px; height: 52px; margin-right: 14px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.active span:first-child { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:last-child { transform: translateY(-8px) rotate(-45deg); }

.hero { position: relative; min-height: clamp(330px, 21.8vw, 410px); display: grid; grid-template-columns: minmax(calc(390px + var(--container-pad)), calc((100vw - var(--container)) / 2 + 560px)) 1fr; align-items: start; overflow: hidden; background: #030406; color: #fff; }
.hero::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.92) 34%, rgba(0,0,0,.12) 70%, transparent 100%); content: ""; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; max-width: calc(560px + var(--container-pad)); padding: 36px 0 30px var(--container-pad); }
.hero h1 { order: 1; max-width: 560px; margin: 0 0 8px; font-size: clamp(42px, 3.4vw, 52px); line-height: .93; text-transform: uppercase; overflow-wrap: normal; }
.hero h1 span { display: block; }
.hero h1 span, .impact h2 span { color: var(--red); }
.hero p { order: 3; max-width: 385px; margin: 12px 0 0; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.65; }
.hero-picture { display: block; width: 100%; height: clamp(330px, 21.8vw, 410px); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.eyebrow, .kicker { margin: 0 0 12px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { order: 2; margin: 0; color: #fff; font-size: clamp(21px, 1.6vw, 25px); line-height: 1; }
.actions { order: 4; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.button { display: inline-flex; min-height: 37px; align-items: center; justify-content: center; gap: 12px; border: 1px solid currentColor; padding: 0 22px; font-size: 12px; font-weight: 900; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: var(--red); background: var(--red); color: #fff; }
.button.ghost { color: #fff; background: rgba(255,255,255,.06); }
.button.ghost-dark { border-color: #cfd5dd; background: #fff; color: #101217; }
.hero-dots { order: 5; display: flex; gap: 12px; margin-top: 24px; }
.hero-dots span { width: 9px; height: 9px; background: #fff; }
.hero-dots span:first-child { background: var(--red); }

.hero-bar { display: grid; grid-template-columns: minmax(170px, 250px) 1fr 92px; align-items: center; width: min(100%, var(--container-max)); min-height: 58px; margin: 0 auto; background: #030303; color: #fff; border-top: 1px solid #fff; border-bottom: none !important; box-shadow: none !important; }
.hero-bar-logo { display: grid; place-items: center; justify-self: center; width: 150px; height: 58px; color: transparent; font-size: 0; line-height: 1; }
.hero-bar-logo::before { display: block; width: 96px; aspect-ratio: 1565 / 920; background: url("../images/voigt-hq-logo.webp") center / contain no-repeat; content: ""; }
.hero-bar nav { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); align-items: center; width: 100%; height: 100%; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.hero-bar nav a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 0; min-height: 58px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-bar nav a::after { position: absolute; left: 50%; bottom: 9px; width: 32px; height: 2px; background: var(--red); content: ""; transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform .18s ease; }
.hero-bar nav a:hover::after, .hero-bar nav a.active::after { transform: translateX(-50%) scaleX(1); }
.hero-bar-language { justify-self: center; font-size: 11px; font-weight: 900; }
.hero-language-picker { color: #fff; }
.hero-language-picker .language-options { top: calc(100% + 7px); }

.impact { display: grid; grid-template-columns: 31% 69%; gap: 0; align-items: stretch; width: min(100%, var(--container-max)); margin: 0 auto; padding: 0; border-bottom: 1px solid var(--line); }
.impact > div:first-child { padding: 56px clamp(34px, 4.2vw, 64px); }
.impact h2, .benefits h2, .page-hero h1 { margin: 0 0 18px; font-size: clamp(38px, 3.25vw, 50px); line-height: .9; text-transform: uppercase; }
.impact p { max-width: 380px; color: var(--muted); font-size: 14px; }
.impact p, .hero p { overflow-wrap: anywhere; }
.home-intro-copy h2 { display: none; }
.service-panels { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); min-height: 300px; background: var(--ink); clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%); overflow: hidden; }
.service-panels a { position: relative; width: 100%; height: 100%; min-width: 0; min-height: 300px; color: #fff; clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%); overflow: hidden; border-left: 1px solid rgba(255,255,255,.22); }
.service-panels picture { position: absolute; inset: 0; display: block; }
.service-panels img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.05) contrast(1.08); transition: transform .3s ease; }
.service-panels span { position: absolute; left: 22px; right: max(22px, 20%); bottom: 28px; z-index: 2; display: block; font-size: clamp(10px, .82vw, 13px); font-weight: 900; line-height: 1.15; text-align: center; text-transform: uppercase; overflow-wrap: anywhere; }
.service-panels a::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.75)); content: ""; }
.service-panels a:hover img { transform: scale(1.05); }

.benefits { background: var(--soft); padding: 70px var(--content-pad); }
.benefit-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-grid article, .card-grid article { border-top: 3px solid var(--red); background: #fff; padding: 26px; box-shadow: 0 16px 36px rgba(5,7,10,.08); }
.benefit-grid strong { color: var(--red); font-size: 28px; }
.account-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; margin: 0 auto; }

.proof-band { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 32px; align-items: end; padding: 76px var(--content-pad); background: #fff; }
.proof-intro { max-width: 480px; }
.proof-intro h2, .story-band h2, .process-head h2, .spectrum-band h2 { margin: 0; font-size: clamp(32px, 3.5vw, 50px); line-height: .95; text-transform: uppercase; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.proof-band > *, .proof-grid article, .process-head > *, .process-grid article, .spectrum-band > * { min-width: 0; }
.proof-intro h2, .proof-grid span, .story-band h2, .process-head h2, .process-grid h3, .spectrum-band h2, .spectrum-band li { overflow-wrap: anywhere; hyphens: auto; }
.proof-grid article { min-height: 145px; display: grid; grid-template-rows: 44px auto; align-content: start; gap: 8px; background: #fff; padding: 24px; }
.proof-grid strong { color: var(--red); font-size: clamp(31px, 3.2vw, 48px); line-height: .9; white-space: nowrap; }
.proof-grid span { color: #333b45; font-size: 12px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.story-band { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); gap: clamp(28px, 4vw, 64px); align-items: center; padding: 78px var(--content-pad); background: #101217; color: #fff; }
.story-band picture { min-height: 440px; overflow: hidden; }
.story-band img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.story-band p:not(.kicker) { max-width: 600px; color: rgba(255,255,255,.76); }
.story-band .button { margin-top: 18px; }
.process-band { padding: 76px var(--content-pad); background: var(--soft); }
.process-head { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(260px, .7fr); gap: 32px; align-items: end; max-width: var(--content-max); margin: 0 auto 34px; }
.process-head p:last-child { max-width: 460px; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: var(--content-max); margin: 0 auto; }
.process-grid article { border-left: 4px solid var(--red); background: #fff; padding: 26px; box-shadow: 0 14px 32px rgba(5,7,10,.06); }
.process-grid span { color: var(--red); font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 12px 0 8px; text-transform: uppercase; }
.process-grid p { color: var(--muted); font-size: 14px; }
.spectrum-band { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr); gap: 42px; align-items: start; padding: 76px var(--content-pad); background: #fff; }
.spectrum-band > div, .spectrum-band ul { max-width: var(--content-max); }
.spectrum-band ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.spectrum-band li { position: relative; border-bottom: 1px solid var(--line); padding: 0 0 13px 30px; color: #28303a; font-weight: 800; }
.spectrum-band li::before { position: absolute; left: 0; top: 8px; width: 10px; height: 10px; background: var(--red); content: ""; }

.page-hero { position: relative; isolation: isolate; display: grid; min-height: 350px; align-items: end; overflow: hidden; padding: 0 var(--container-pad); background: #08090c; color: #fff; }
.page-hero::before { position: absolute; inset: 0; z-index: -2; background: url("../images/subpage-facility-hero-desktop.webp") center / cover no-repeat; content: ""; transform: scale(1.01); }
.page-hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,7,10,.96) 0%, rgba(5,7,10,.8) 43%, rgba(5,7,10,.22) 100%), linear-gradient(180deg, rgba(5,7,10,.15), rgba(5,7,10,.68)); content: ""; }
.page-hero-services::before { background-image: url("../images/subpage-facility-hero-desktop.webp"); }
.page-hero-projects::before { background-image: url("../images/subpage-installation-hero-desktop.webp"); }
.page-hero-idea-360::before, .page-key-idea::before { background-image: url("../images/subpage-printing-hero-desktop.webp"); }
.page-hero-materialy::before, .page-hero-materials::before, .page-key-materials::before { background-image: url("../images/subpage-displays-hero-desktop.webp"); }
.page-hero-creofloor::before { background-image: url("../images/creofloor-hero-desktop.webp"); }
.page-hero-logistyka::before, .page-hero-logistics::before { background-image: url("../images/logistics-hero-desktop.webp"); }
.page-hero-o-firmie::before, .page-hero-about::before { background-image: url("../images/about-hero-desktop.webp"); }
.page-hero-contact::before { background-image: url("../images/voigt-building-hq-szczecin.webp"); background-position: center; }
.page-hero-inner { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 78px 0 72px; }
.page-hero p:not(.kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.8); font-size: 18px; }
.content-band { padding: 72px var(--content-pad); }
.content { max-width: var(--content-max); margin: 0 auto; }
.rich-copy { max-width: 880px; margin: 0 auto; }
.content h2 { margin-top: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; text-transform: uppercase; }
.content p { color: #404752; }
.standard-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(36px, 6vw, 82px); align-items: center; max-width: var(--content-max); margin: 0 auto; }
.standard-layout .rich-copy { max-width: 520px; margin: 0; }
.standard-visual { position: relative; display: block; min-height: 360px; overflow: hidden; background: var(--soft); }
.standard-visual::after { position: absolute; left: 0; bottom: 0; width: 72px; height: 6px; background: var(--red); content: ""; }
.standard-visual img { width: 100%; height: 100%; min-height: 360px; aspect-ratio: 16 / 9; object-fit: cover; }
.idea-catalog { margin-top: clamp(72px, 8vw, 104px); border-top: 1px solid var(--line); padding-top: clamp(54px, 6vw, 76px); }
.idea-catalog-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: clamp(30px, 5vw, 72px); align-items: end; margin-bottom: 34px; }
.idea-catalog-head h2 { max-width: 720px; margin: 0; }
.idea-catalog-head > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; }
.idea-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.idea-product-group { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border-top: 3px solid var(--red); background: #fff; box-shadow: 0 16px 36px rgba(5,7,10,.08); transition: transform .22s ease, box-shadow .22s ease; }
.idea-product-group:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(5,7,10,.12); }
.idea-product-group picture { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--soft); }
.idea-product-group img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2,.75,.2,1); }
.idea-product-group:hover img { transform: scale(1.025); }
.idea-product-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(24px, 3vw, 32px); }
.idea-product-meta { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.idea-product-meta span:first-child { color: var(--red); font-size: 17px; }
.idea-product-copy h3 { margin: 0 0 10px; font-size: 27px; line-height: 1; text-transform: uppercase; }
.idea-product-copy > p { min-height: 48px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.idea-product-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; width: 100%; margin: 0 0 24px; padding: 0; list-style: none; }
.idea-product-copy li { position: relative; min-width: 0; border-top: 1px solid var(--line); padding: 10px 0 10px 18px; color: #28303a; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.idea-product-copy li::before { position: absolute; left: 0; top: 17px; width: 7px; height: 7px; background: var(--red); content: ""; }
.idea-product-copy .text-link { margin-top: auto; }
.card-grid { width: min(100%, var(--content-max)); max-width: var(--content-max); margin: 42px auto 0; }
.card-grid article { display: flex; flex-direction: column; min-width: 0; padding: 0; overflow: hidden; }
.card-grid picture { display: block; overflow: hidden; }
.card-grid img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.content-band.projects .card-grid img { aspect-ratio: 16 / 10; }
.card-grid article:hover img { transform: scale(1.025); }
.card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; }
.card-grid h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.1; text-transform: uppercase; }
.card-grid p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; color: var(--red-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.text-link:hover { color: var(--red); }
.page-cta { padding: 0 var(--content-pad) 72px; background: #fff; }
.page-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: center; max-width: var(--content-max); margin: 0 auto; background: #101217; color: #fff; padding: clamp(34px, 5vw, 60px); }
.page-cta h2 { max-width: 780px; margin: 0 0 12px; font-size: clamp(28px, 3.3vw, 44px); line-height: 1; text-transform: uppercase; }
.page-cta p:not(.kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); }
.page-cta .button { min-width: 190px; min-height: 46px; }

.special-page { overflow: hidden; }
.special-inner { width: min(100%, var(--content-max)); margin: 0 auto; }
.special-page h2 { margin: 0; font-size: clamp(32px, 3.8vw, 48px); line-height: .98; text-transform: uppercase; }
.special-page h3 { line-height: 1.1; text-transform: uppercase; }
.special-page p { color: #404752; }
.special-lead, .about-intro-band { padding: clamp(58px, 6vw, 82px) var(--content-pad); background: #fff; }
.special-lead-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(38px, 6vw, 78px); align-items: center; }
.special-lead .rich-copy { max-width: 520px; margin: 0; }
.special-lead .text-link { margin-top: 18px; }
.special-lead-media { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; background: var(--soft); }
.special-lead-media::after { position: absolute; left: 0; bottom: 0; width: 84px; height: 6px; background: var(--red); content: ""; }
.special-lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.special-lead-media:hover img { transform: scale(1.025); }
.fact-band { padding: 0 var(--content-pad); background: #101217; color: #fff; }
.fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fact-grid article { min-width: 0; min-height: 170px; border-left: 1px solid rgba(255,255,255,.16); padding: 34px 28px; }
.fact-grid article:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.fact-grid strong { display: block; margin-bottom: 12px; color: #fff; font-size: 17px; line-height: 1.1; text-transform: uppercase; }
.fact-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.application-band, .workflow-band { padding: clamp(62px, 7vw, 92px) var(--content-pad); background: var(--soft); }
.special-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: clamp(32px, 5vw, 70px); align-items: end; margin-bottom: 36px; }
.special-heading > p { max-width: 500px; margin: 0; color: var(--muted); }
.application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.application-grid article { min-width: 0; overflow: hidden; border-top: 3px solid var(--red); background: #fff; box-shadow: 0 16px 36px rgba(5,7,10,.08); transition: transform .22s ease, box-shadow .22s ease; }
.application-grid article:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(5,7,10,.12); }
.application-grid picture { display: block; overflow: hidden; aspect-ratio: 3 / 2; }
.application-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2,.75,.2,1); }
.application-grid article:hover img { transform: scale(1.025); }
.application-grid article > div { padding: 26px; }
.application-grid span { color: var(--red); font-size: 12px; font-weight: 900; }
.application-grid h3 { margin: 10px 0; font-size: 21px; }
.application-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.special-callout { padding: clamp(56px, 6vw, 76px) var(--content-pad); background: #fff; }
.special-callout-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: clamp(34px, 6vw, 80px); align-items: end; border-top: 1px solid var(--line); padding-top: clamp(48px, 5vw, 64px); }
.special-callout-grid > p { max-width: 520px; margin: 0; color: var(--muted); }
.workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.workflow-grid li { min-width: 0; border-top: 3px solid var(--red); padding: 24px 4px 0 0; }
.workflow-grid span { color: var(--red); font-size: 12px; font-weight: 900; }
.workflow-grid h3 { margin: 14px 0 9px; font-size: 18px; }
.workflow-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.coverage-band { padding: clamp(64px, 7vw, 94px) var(--content-pad); background: #101217; color: #fff; }
.coverage-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(42px, 7vw, 96px); align-items: start; }
.coverage-grid > div > p:last-child { max-width: 670px; color: rgba(255,255,255,.7); }
.coverage-grid ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.coverage-grid li { position: relative; border-top: 1px solid rgba(255,255,255,.18); padding: 15px 0 15px 28px; color: rgba(255,255,255,.84); font-weight: 800; }
.coverage-grid li::before { position: absolute; left: 0; top: 22px; width: 8px; height: 8px; background: var(--red); content: ""; }
.about-intro-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 7vw, 92px); align-items: center; }
.about-intro-grid .rich-copy { max-width: 560px; margin: 0; }
.about-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.about-facts div { min-height: 150px; background: #fff; padding: 28px; }
.about-facts dt { color: var(--red); font-size: clamp(30px, 3vw, 42px); font-weight: 900; line-height: 1; }
.about-facts dd { margin: 10px 0 0; color: #333b45; font-size: 12px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }
.about-story { padding: clamp(62px, 7vw, 92px) var(--content-pad); background: var(--soft); }
.about-story:nth-child(3) { background: #fff; }
.about-story.is-dark { background: #101217; color: #fff; }
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .85fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.about-story-grid.is-reversed picture { order: 2; }
.about-story-grid.is-reversed article { order: 1; }
.about-story picture { display: block; overflow: hidden; aspect-ratio: 3 / 2; background: #202329; }
.about-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.about-story picture:hover img { transform: scale(1.025); }
.about-story article { max-width: 540px; }
.about-story article > p:not(.kicker) { color: var(--muted); }
.about-story h3 { margin: 28px 0 8px; font-size: 16px; }
.about-story.is-dark article > p:not(.kicker) { color: rgba(255,255,255,.7); }

.contact-layout { display: grid; grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr); gap: 28px; align-items: stretch; width: min(100%, var(--content-max)); margin: 0 auto; }
.contact-panel { position: relative; display: grid; align-content: space-between; min-height: 560px; overflow: hidden; background: #090b0f; color: #fff; padding: clamp(30px, 4vw, 52px); }
.contact-panel::before { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(224,3,68,.22), transparent 42%), url("../images/voigt-building-hq-szczecin.webp") center / cover no-repeat; content: ""; opacity: .22; }
.contact-panel::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,11,15,.7), #090b0f 76%); content: ""; }
.contact-panel > * { position: relative; z-index: 1; }
.contact-intro h2 { max-width: 520px; margin: 0 0 18px; font-size: clamp(30px, 3.5vw, 48px); line-height: .98; text-transform: uppercase; }
.contact-intro p { max-width: 520px; color: rgba(255,255,255,.76); font-size: 16px; }
.contact-details { display: grid; gap: 18px; margin: 44px 0 0; }
.contact-details div { border-top: 1px solid rgba(255,255,255,.18); padding-top: 16px; }
.contact-details dt { color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.contact-details dd { margin: 5px 0 0; color: rgba(255,255,255,.9); font-size: 15px; }
.contact-card { border: 1px solid var(--line); border-top: 4px solid var(--red); background: #fff; padding: clamp(26px, 3.5vw, 44px); box-shadow: 0 22px 54px rgba(5,7,10,.1); }
.contact-card-head { margin-bottom: 24px; }
.contact-card-head h2 { max-width: 620px; margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1; text-transform: uppercase; }
.contact-card .notice { margin: 0 0 14px; }
.contact-form, .admin-form { display: grid; gap: 16px; margin-top: 28px; }
.contact-form { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
.contact-form .wide { grid-column: 1 / -1; }
label { display: grid; gap: 7px; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); padding: 13px 14px; font: inherit; }
.contact-form input, .contact-form textarea { min-height: 48px; border-color: #dfe3e8; background: #fbfcfd; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { background: #fff; }
input:focus, textarea:focus, select:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(224,3,68,.28); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; }
.notice { padding: 12px 14px; font-weight: 800; }
.notice.success { background: #e9f8ef; color: #166534; }
.notice.error { background: #fff0f5; color: var(--red-dark); }
.form-privacy-note { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.form-privacy-note a { color: var(--red-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.page-hero-legal { min-height: 300px; }
.page-hero-legal::after { background: linear-gradient(90deg, rgba(5,7,10,.97) 0%, rgba(5,7,10,.86) 52%, rgba(5,7,10,.46) 100%), linear-gradient(180deg, rgba(5,7,10,.22), rgba(5,7,10,.72)); }
.page-hero-legal .page-hero-inner { padding-top: 64px; padding-bottom: 58px; }
.legal-page { padding: 72px var(--content-pad) 86px; background: #fff; }
.legal-layout { display: grid; grid-template-columns: minmax(210px, 250px) minmax(0, 850px); gap: clamp(46px, 6vw, 82px); align-items: start; max-width: var(--content-max); margin: 0 auto; }
.legal-aside { position: sticky; top: 104px; max-height: calc(100vh - 128px); overflow-y: auto; border-top: 3px solid var(--red); padding: 22px 18px 18px 0; scrollbar-width: thin; }
.legal-document-meta { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.legal-document-meta .kicker { margin-bottom: 8px; }
.legal-document-meta p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.legal-document-meta time { color: var(--ink); font-weight: 900; }
.legal-section-nav { display: grid; gap: 2px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-nav-label { margin: 0 0 9px; color: var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.legal-section-nav a, .legal-related a { position: relative; padding: 5px 0 5px 14px; color: #535c67; font-size: 12px; font-weight: 800; line-height: 1.25; }
.legal-section-nav a::before, .legal-related a::before { position: absolute; left: 0; top: 11px; width: 5px; height: 5px; background: var(--red); content: ""; }
.legal-section-nav a:hover, .legal-related a:hover { color: var(--red-dark); }
.legal-related { display: grid; padding-top: 20px; }
.legal-document { min-width: 0; }
.legal-document section { scroll-margin-top: 104px; }
.legal-document section + section { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 40px; }
.legal-document h2 { margin: 0 0 16px; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.05; text-transform: uppercase; }
.legal-document h3 { margin: 28px 0 10px; font-size: 18px; text-transform: uppercase; }
.legal-document p { margin: 0 0 16px; color: #3f4752; }
.legal-document ul { display: grid; gap: 10px; margin: 0 0 18px; padding-left: 22px; color: #3f4752; }
.legal-document li { padding-left: 5px; }
.legal-document li::marker { color: var(--red); }
.legal-document a:not(.button) { color: var(--red-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-table-wrap { width: 100%; margin: 24px 0; overflow-x: auto; border-top: 3px solid var(--red); }
.legal-document table { min-width: 680px; }
.legal-document th { background: #f4f6f8; }
.legal-document th, .legal-document td { padding: 14px 15px; vertical-align: top; font-size: 13px; }
.legal-document code { color: var(--red-dark); font-weight: 900; }
.legal-cookie-button { width: auto; margin-top: 8px; cursor: pointer; }

.site-footer { background: #08090c; color: #fff; }
.footer-inner { display: grid; grid-template-columns: minmax(170px, .75fr) minmax(220px, 1.25fr) minmax(190px, 1fr) minmax(130px, .6fr); gap: 42px; align-items: start; width: min(100%, var(--container-max)); margin: 0 auto; padding: 54px var(--container-gutter); }
.site-footer .footer-brand { width: 166px; min-height: 72px; padding-right: 16px; }
.site-footer .footer-brand::before { width: 108px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.footer-identity { display: grid; gap: 16px; }
.footer-identity p { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.footer-label { margin-bottom: 12px !important; color: #fff !important; font-size: 11px !important; font-weight: 900; text-transform: uppercase; }
.site-footer a:not(.footer-brand) { transition: color .18s ease; }
.site-footer a:not(.footer-brand):hover { color: var(--red); }
.footer-nav { display: grid; align-content: start; gap: 7px; }
.footer-nav a { color: rgba(255,255,255,.68); font-size: 14px; }
.footer-cookie-button { justify-self: start; border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.68); font: inherit; font-size: 14px; cursor: pointer; transition: color .18s ease; }
.footer-cookie-button:hover { color: var(--red); }
.site-footer .footer-design-copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; line-height: 1.6; text-transform: uppercase; }

.cookie-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 16px; pointer-events: none; }
.cookie-banner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .82fr); gap: 34px; align-items: center; width: min(100%, 1200px); margin: 0 auto; border-top: 3px solid var(--red); border-radius: 6px; background: #101217; color: #fff; padding: 26px 28px; box-shadow: 0 22px 68px rgba(0,0,0,.34); pointer-events: auto; }
.cookie-banner .kicker, .cookie-dialog .kicker { margin-bottom: 6px; }
.cookie-banner h2, .cookie-dialog h2 { margin: 0; font-size: 25px; line-height: 1; text-transform: uppercase; }
.cookie-banner-copy > p:not(.kicker) { max-width: 650px; margin: 10px 0 12px; color: rgba(255,255,255,.74); font-size: 13px; }
.cookie-policy-links, .cookie-dialog-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.cookie-policy-links a { color: #fff; font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.cookie-banner-actions .button, .cookie-dialog-actions .button { width: 100%; min-height: 44px; padding: 0 14px; cursor: pointer; }
.cookie-button-secondary { border-color: rgba(255,255,255,.42); background: transparent; color: #fff; }
.cookie-button-secondary:hover { border-color: #fff; background: rgba(255,255,255,.07); }

.cookie-dialog-backdrop { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(5,7,10,.7); backdrop-filter: blur(5px); }
.cookie-dialog { width: min(100%, 720px); max-height: calc(100svh - 48px); overflow-y: auto; border-top: 4px solid var(--red); border-radius: 7px; background: #fff; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.cookie-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 28px 30px 20px; }
.cookie-dialog-close { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); font-size: 30px; line-height: 1; cursor: pointer; }
.cookie-dialog-close:hover { border-color: var(--red); color: var(--red); }
.cookie-dialog-intro { margin: 0; padding: 0 30px 24px; color: var(--muted); font-size: 14px; }
.cookie-categories { border-top: 1px solid var(--line); }
.cookie-category { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; min-height: 106px; border-bottom: 1px solid var(--line); padding: 20px 30px; }
.cookie-category h3 { margin: 0 0 5px; font-size: 14px; text-transform: uppercase; }
.cookie-category p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; }
.cookie-category-status { color: var(--red-dark); font-size: 10px; font-weight: 900; text-align: right; text-transform: uppercase; white-space: nowrap; }
.consent-switch { position: relative; display: inline-flex; width: 50px; height: 28px; flex: 0 0 50px; cursor: pointer; }
.consent-switch input { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.consent-switch > span:last-child { position: absolute; inset: 0; border: 1px solid #bac1ca; border-radius: 999px; background: #dfe3e8; transition: border-color .18s ease, background-color .18s ease; }
.consent-switch > span:last-child::before { position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(5,7,10,.2); content: ""; transition: transform .18s ease; }
.consent-switch input:checked + span { border-color: var(--red); background: var(--red); }
.consent-switch input:checked + span::before { transform: translateX(22px); }
.consent-switch input:focus-visible + span { outline: 3px solid rgba(224,3,68,.28); outline-offset: 3px; }
.cookie-dialog-links { padding: 20px 30px; }
.cookie-dialog-links a { color: var(--red-dark); font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.cookie-dialog-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; border-top: 1px solid var(--line); padding: 20px 30px 26px; background: #f6f7f9; }
.cookie-dialog-actions .cookie-button-secondary { border-color: #aeb6c1; color: var(--ink); }
.cookie-dialog-actions .cookie-button-secondary:hover { border-color: var(--ink); background: #fff; }
.cookie-save-notice { position: fixed; right: 20px; bottom: 20px; z-index: 90; margin: 0; border-left: 4px solid var(--red); border-radius: 4px; background: #101217; color: #fff; padding: 14px 18px; box-shadow: 0 14px 34px rgba(0,0,0,.25); font-size: 13px; font-weight: 900; }

.admin-auth { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 20% 0, rgba(224,3,68,.24), transparent 34%), #08090c; }
.login-panel form { width: min(420px, calc(100vw - 40px)); background: #fff; padding: 34px; box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.admin-shell { --admin-bg: #f3f4f6; --admin-panel: #fff; --admin-text: #0b0d12; --admin-subtle: #68717d; display: grid; grid-template-columns: 292px minmax(0, 1fr); min-height: 100vh; background: var(--admin-bg); color: var(--admin-text); }
.admin-shell aside { position: sticky; top: 0; height: 100vh; display: grid; grid-template-rows: auto 1fr auto; background: linear-gradient(180deg, #06070a, #0d1016); color: #fff; box-shadow: 18px 0 42px rgba(5,7,10,.12); }
.admin-shell .admin-brand { width: 100%; min-height: 96px; justify-content: start; padding: 0 34px; clip-path: polygon(0 0, 86% 0, 76% 100%, 0 100%); }
.admin-shell .admin-brand::before { width: 132px; }
.admin-shell nav { display: grid; align-content: start; gap: 4px; padding: 28px 22px; }
.admin-shell nav a, .admin-shell aside button { position: relative; min-height: 42px; border: 0; border-radius: 6px; padding: 10px 14px; background: transparent; color: rgba(255,255,255,.78); text-align: left; font: inherit; font-size: 14px; font-weight: 800; transition: background .16s ease, color .16s ease; }
.admin-shell nav a:hover, .admin-shell aside button:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-shell nav a::before { position: absolute; left: 0; top: 11px; bottom: 11px; width: 3px; background: var(--red); content: ""; opacity: 0; }
.admin-shell nav a:hover::before { opacity: 1; }
.admin-shell aside form { padding: 18px 22px 28px; }
.admin-shell main { width: min(100%, 1280px); margin: 0 auto; padding: 28px 32px; overflow: auto; }
.admin-shell main > h1, .admin-page h1 { margin: 0; font-size: clamp(28px, 2.1vw, 34px); line-height: 1; letter-spacing: 0; }
.admin-page { display: grid; gap: 16px; }
.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; margin-bottom: 0; border: 1px solid #e3e6eb; border-left: 4px solid var(--red); border-radius: 8px; background: #fff; padding: 16px 18px; box-shadow: 0 8px 22px rgba(5,7,10,.04); }
.admin-eyebrow { margin: 0 0 6px; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.admin-subtitle, .admin-panel-head p, .muted { color: var(--admin-subtle); }
.admin-subtitle { max-width: 680px; margin: 6px 0 0; font-size: 13px; line-height: 1.45; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: end; }
.admin-panel { background: var(--admin-panel); border: 1px solid #e1e5ea; border-radius: 8px; box-shadow: 0 10px 26px rgba(5,7,10,.04); overflow: hidden; }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 54px; padding: 13px 18px; border-bottom: 1px solid #edf0f3; background: #fff; }
.admin-panel-head h2 { margin: 0; font-size: 14px; line-height: 1.1; text-transform: uppercase; }
.admin-panel-head p { margin: 4px 0 0; font-size: 12px; }
.admin-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.admin-cards article { display: grid; gap: 5px; min-height: 94px; align-content: center; border: 1px solid #e1e5ea; border-radius: 8px; background: #fff; padding: 18px; box-shadow: 0 8px 22px rgba(5,7,10,.035); }
.admin-cards strong { font-size: 31px; line-height: 1; }
.admin-cards span { color: var(--admin-subtle); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.admin-form { display: grid; gap: 12px; margin: 0; padding: 18px; }
.admin-form-compact { grid-template-columns: minmax(220px, 1.2fr) minmax(200px, 1fr) minmax(150px, .55fr); align-items: end; }
.admin-grid-form { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); align-items: end; }
.admin-grid-form .button, .admin-form-compact .button { width: 100%; min-width: 0; }
.admin-settings-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-settings-form .button { width: min(220px, 100%); }
.admin-editor { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 360px); gap: 16px; align-items: start; }
.admin-editor label { padding: 0 18px; }
.admin-editor label:first-of-type { padding-top: 18px; }
.admin-editor .editor-main label:last-of-type, .admin-editor .editor-side label:last-of-type { padding-bottom: 18px; }
.editor-side { background: #0b0d12; border-color: #1d232c; color: #fff; }
.editor-side .admin-panel-head { border-bottom-color: #1d232c; background: #10141b; }
.editor-side .admin-panel-head h2, .editor-side label { color: #fff; }
.editor-side .admin-panel-head p { color: rgba(255,255,255,.62); }
.editor-side .button { position: sticky; bottom: 18px; z-index: 2; width: calc(100% - 36px); margin: 0 18px 18px; box-shadow: 0 14px 28px rgba(0,0,0,.28); }
.admin-shell label { display: grid; gap: 6px; font-size: 11px; font-weight: 900; color: #2d333c; text-transform: uppercase; }
.admin-shell .editor-side label, .admin-shell .editor-side label span { color: rgba(255,255,255,.94); }
.admin-shell .editor-side input::placeholder, .admin-shell .editor-side textarea::placeholder { color: rgba(255,255,255,.48); }
.admin-shell .editor-side input, .admin-shell .editor-side textarea, .admin-shell .editor-side select { border-color: #39414d; background-color: #fff; color: var(--ink); }
.admin-shell input, .admin-shell textarea, .admin-shell select { box-sizing: border-box; width: 100%; min-height: 40px; border: 1px solid #dce2e8; border-radius: 5px; background: #fff; padding: 9px 11px; color: var(--ink); font: inherit; font-size: 14px; line-height: 20px; transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease; }
.admin-shell input, .admin-shell select { height: 40px; }
.admin-shell .meta-title-field { min-height: 70px; }
.admin-shell select { appearance: none; -webkit-appearance: none; border-color: #cfd6df; background-color: #fff; background-image: linear-gradient(135deg, #0b0d12 50%, transparent 50%), linear-gradient(225deg, #0b0d12 50%, transparent 50%), linear-gradient(180deg, #f8fafc, #fff); background-position: calc(100% - 18px) 17px, calc(100% - 12px) 17px, 0 0; background-size: 6px 6px, 6px 6px, 100% 100%; background-repeat: no-repeat; padding-right: 38px; box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(5,7,10,.04); font-weight: 800; cursor: pointer; }
.admin-shell select:hover { border-color: #aeb8c4; background-image: linear-gradient(135deg, var(--red) 50%, transparent 50%), linear-gradient(225deg, var(--red) 50%, transparent 50%), linear-gradient(180deg, #fff, #f8fafc); }
.admin-shell select:disabled { border-color: #e1e5ea; background-color: #f4f6f8; color: #8a94a1; cursor: not-allowed; }
.admin-shell textarea { resize: vertical; }
.admin-shell input:focus, .admin-shell textarea:focus, .admin-shell select:focus, .admin-shell button:focus-visible, .admin-shell a:focus-visible { outline: 0; border-color: rgba(224,3,68,.72); box-shadow: 0 0 0 4px rgba(224,3,68,.12); }
.admin-table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; }
th, td { border-bottom: 1px solid #edf0f3; padding: 12px 16px; text-align: left; vertical-align: middle; }
th { background: #fbfcfd; color: #434b56; font-size: 11px; font-weight: 900; text-transform: uppercase; }
td { color: #161a21; font-size: 14px; }
tbody tr:hover td { background: #fafbfc; }
.admin-thumb { width: 92px; height: 58px; object-fit: cover; border-radius: 4px; }
.admin-message-cell { max-width: 420px; min-width: 260px; }
.admin-path-cell { max-width: 360px; overflow-wrap: anywhere; color: var(--admin-subtle); font-size: 12px; }
.check { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 44px; border: 1px solid #edf0f3; border-radius: 6px; padding: 10px 12px; background: #fff; text-transform: none; }
.check input { width: 18px; height: 18px; min-height: 18px; accent-color: var(--red); }
.check span { font-size: 13px; color: var(--admin-text); }
.check em, .field-note { color: var(--admin-subtle); font-size: 10px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.admin-toggle-list { gap: 8px; }
.admin-toggle-list .button { width: min(220px, 100%); margin-top: 4px; }
.row-action { display: grid; grid-template-columns: minmax(150px, 1fr) auto; gap: 8px; align-items: center; min-width: 240px; }
.row-action select { min-width: 0; }
.row-action button, .admin-list-row button, .admin-shell aside button { cursor: pointer; }
.status-pill, .locale-chip { display: inline-flex; min-height: 24px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 10px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.status-pill { background: #eef1f5; color: #36404b; }
.status-pill.is-live { background: #e5f7ed; color: #176036; }
.status-pill.is-off { background: #fff0f5; color: var(--red-dark); }
.status-pill.is-draft { background: #fff7dc; color: #7a5500; }
.locale-chip { background: #101217; color: #fff; }
.text-action { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.admin-list { display: grid; gap: 0; }
.admin-list-row { display: grid; grid-template-columns: minmax(220px, 1.6fr) minmax(150px, .8fr) minmax(150px, .8fr) minmax(170px, 1fr) minmax(86px, .45fr); gap: 12px; align-items: end; padding: 14px 18px; border-bottom: 1px solid #edf0f3; background: #fff; }
.admin-list-row:hover { background: #fafbfc; }
.admin-list-row label { text-transform: none; font-size: 11px; color: var(--admin-subtle); }
.row-main { display: grid; gap: 4px; align-self: center; }
.row-main strong { font-size: 14px; }
.row-main span { color: var(--admin-subtle); font-size: 12px; }
.newsletter-form { display: flex; gap: 8px; align-items: center; }
.newsletter-form input { min-width: 0; }
.newsletter-form button, .row-action button, .admin-list-row button { min-height: 40px; border: 1px solid var(--red); border-radius: 5px; background: var(--red); color: #fff; padding: 0 14px; font-weight: 900; white-space: nowrap; }

@keyframes softRise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes imageSettle {
    from { opacity: .88; transform: scale(1.025); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes quietPulse {
    0%, 100% { transform: scale(1); opacity: .9; }
    50% { transform: scale(1.08); opacity: 1; }
}

.hero-copy { animation: softRise .78s cubic-bezier(.2,.75,.2,1) both; }
.hero-image { animation: imageSettle 1.3s cubic-bezier(.2,.75,.2,1) both; }
.page-hero-inner { animation: softRise .68s cubic-bezier(.2,.75,.2,1) both; }
.hero-dots span { animation: quietPulse 3.6s ease-in-out infinite; }
.hero-dots span:nth-child(2) { animation-delay: .18s; }
.hero-dots span:nth-child(3) { animation-delay: .36s; }
.hero-dots span:nth-child(4) { animation-delay: .54s; }
.hero-dots span:nth-child(5) { animation-delay: .72s; }
.button, .site-nav a, .hero-bar nav a, .proof-grid article, .process-grid article, .benefit-grid article, .card-grid article, .spectrum-band li { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, opacity .22s ease; }
.button:hover { transform: translateY(-2px); }
.proof-grid article:hover, .process-grid article:hover, .benefit-grid article:hover, .card-grid article:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(5,7,10,.12); }
.spectrum-band li:hover { transform: translateX(6px); color: var(--red-dark); }

@media (max-width: 1180px) {
    .proof-grid strong { font-size: clamp(24px, 2.6vw, 36px); }
    .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: grid; grid-template-columns: 1fr; max-height: calc(100svh - 76px); overflow-y: auto; background: #fff; padding: 14px 24px 22px; box-shadow: 0 24px 34px rgba(5,7,10,.16); opacity: 0; pointer-events: none; transform: translateY(-8px); visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
    .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
    .site-nav a { padding: 11px 0; text-align: left; }
    .site-nav a::after { display: none; }
    .site-nav a.active { color: var(--red-dark); }
    .site-language-picker { width: 100%; justify-self: stretch; margin-top: 7px; border-top: 1px solid var(--line); padding-top: 7px; }
    .site-language-picker summary { justify-content: flex-start; min-height: 42px; }
    .site-language-picker .language-options { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; border: 0; padding: 0; box-shadow: none; }
    .menu-toggle { display: block; }
}

@media (max-width: 980px) {
    .hero, .impact { grid-template-columns: 1fr; }
    .hero { min-height: calc(100svh - 76px); align-items: center; }
    .hero::before { background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.72) 45%, rgba(0,0,0,.92) 100%); }
    .hero-copy { padding: 64px 24px; max-width: 100%; }
    .hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(28px, 7.2vw, 34px); }
    .impact h2, .benefits h2 { overflow-wrap: anywhere; font-size: clamp(32px, 9vw, 40px); }
    .page-hero { min-height: 300px; }
    .page-hero::before, .page-hero-services::before { background-image: url("../images/subpage-facility-hero-mobile.webp"); }
    .page-hero-projects::before { background-image: url("../images/subpage-installation-hero-mobile.webp"); }
    .page-hero-idea-360::before, .page-key-idea::before { background-image: url("../images/subpage-printing-hero-mobile.webp"); }
    .page-hero-materialy::before, .page-hero-materials::before, .page-key-materials::before { background-image: url("../images/subpage-displays-hero-mobile.webp"); }
    .page-hero-creofloor::before { background-image: url("../images/creofloor-hero-mobile.webp"); }
    .page-hero-logistyka::before, .page-hero-logistics::before { background-image: url("../images/logistics-hero-mobile.webp"); }
    .page-hero-o-firmie::before, .page-hero-about::before { background-image: url("../images/about-hero-mobile.webp"); }
    .page-hero-contact::before { background-image: url("../images/voigt-building-hq-szczecin-mobile.webp"); }
    .page-hero-inner { padding: 60px 0 54px; }
    .page-hero h1, .page-hero p, .content h2, .content p { max-width: 100%; overflow-wrap: anywhere; }
    .content h2 { font-size: clamp(28px, 8vw, 36px); }
    .content-band { padding: 54px var(--container-gutter); }
    .page-hero-legal { min-height: 270px; }
    .legal-page { padding: 54px var(--container-gutter) 64px; }
    .legal-layout { grid-template-columns: 1fr; gap: 42px; }
    .legal-aside { position: static; max-height: none; overflow: visible; padding-right: 0; }
    .legal-section-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 26px; }
    .legal-section-nav .legal-nav-label { grid-column: 1 / -1; }
    .legal-document section { scroll-margin-top: 90px; }
    .standard-layout, .page-cta-inner { grid-template-columns: 1fr; }
    .standard-visual, .standard-visual img { min-height: 280px; }
    .special-page h2 { max-width: 100%; overflow-wrap: anywhere; }
    .special-lead, .about-intro-band, .application-band, .workflow-band, .coverage-band, .about-story { padding: 54px var(--container-gutter); }
    .special-lead-grid, .special-heading, .special-callout-grid, .coverage-grid, .about-intro-grid, .about-story-grid { grid-template-columns: 1fr; }
    .special-lead-grid, .about-intro-grid, .about-story-grid { gap: 34px; }
    .special-lead .rich-copy, .about-intro-grid .rich-copy, .about-story article { max-width: none; }
    .fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fact-grid article:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.16); }
    .fact-grid article:nth-child(even) { border-right: 1px solid rgba(255,255,255,.16); }
    .application-grid, .workflow-grid { grid-template-columns: 1fr; }
    .special-heading { align-items: start; margin-bottom: 30px; }
    .special-callout { padding: 50px var(--container-gutter); }
    .special-callout-grid { gap: 24px; }
    .about-story-grid.is-reversed picture, .about-story-grid.is-reversed article { order: initial; }
    .idea-catalog-head, .idea-product-grid { grid-template-columns: 1fr; }
    .idea-catalog-head { align-items: start; }
    .idea-product-copy h3 { font-size: 22px; }
    .idea-product-copy > p { min-height: 0; }
    .idea-product-copy ul { grid-template-columns: 1fr; }
    .page-cta { padding: 0 var(--container-gutter) 54px; }
    .page-cta-inner { gap: 26px; }
    .page-cta-inner > * { min-width: 0; }
    .page-cta h2, .page-cta p { overflow-wrap: anywhere; }
    .actions { display: grid; grid-template-columns: 1fr; }
    .button { width: 100%; }
    .hero-bar { display: none; }
    .hero-picture { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
    .hero-image { height: 100%; object-position: center bottom; }
    .service-panels, .benefit-grid, .card-grid, .footer-inner, .admin-cards { grid-template-columns: 1fr; }
    .service-panels { clip-path: none; }
    .service-panels a { height: auto; min-height: auto; aspect-ratio: 45 / 26; clip-path: none; margin-left: 0; }
    .service-panels span { right: 22px; }
    .proof-band, .story-band, .process-head, .process-grid, .spectrum-band { grid-template-columns: 1fr; }
    .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .story-band picture, .story-band img { min-height: 280px; }
    .story-band > * { min-width: 0; }
    .story-band h2, .story-band p { overflow-wrap: anywhere; }
    .footer-inner { gap: 30px; padding: 42px 24px; }
    .contact-layout, .contact-form { grid-template-columns: 1fr; }
    .contact-panel { min-height: auto; }
    .cookie-banner { grid-template-columns: 1fr; gap: 22px; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-shell aside { position: static; height: auto; }
    .admin-shell nav { grid-template-columns: repeat(2, 1fr); padding: 18px; }
    .admin-shell main { padding: 22px; }
    .admin-header, .admin-panel-head { display: grid; }
    .admin-form-compact, .admin-grid-form, .admin-settings-form, .admin-editor, .admin-list-row, .admin-cards, .row-action { grid-template-columns: 1fr; }
    .admin-editor label, .admin-editor label:first-of-type, .admin-editor .editor-main label:last-of-type, .admin-editor .editor-side label:last-of-type { padding-left: 18px; padding-right: 18px; }
    .editor-side .button { width: calc(100% - 36px); margin: 0 18px 18px; }
}

@media (max-width: 560px) {
    .fact-grid, .about-facts { grid-template-columns: 1fr; }
    .fact-grid article { min-height: 0; border-right: 1px solid rgba(255,255,255,.16); padding: 27px 24px; }
    .about-facts div { min-height: 126px; }
    .legal-section-nav { grid-template-columns: 1fr; }
    .legal-document section + section { margin-top: 34px; padding-top: 34px; }
    .legal-document h2 { font-size: 24px; }
    .cookie-consent { padding: 10px; }
    .cookie-banner { max-height: calc(100svh - 20px); overflow-y: auto; gap: 18px; padding: 20px; }
    .cookie-banner h2, .cookie-dialog h2 { font-size: 22px; }
    .cookie-banner-actions, .cookie-dialog-actions { grid-template-columns: 1fr; }
    .cookie-dialog-backdrop { place-items: end center; padding: 8px; }
    .cookie-dialog { width: 100%; max-height: calc(100svh - 16px); border-radius: 7px 7px 0 0; }
    .cookie-dialog-header { padding: 22px 20px 16px; }
    .cookie-dialog-intro { padding: 0 20px 20px; }
    .cookie-category { gap: 16px; min-height: 0; padding: 18px 20px; }
    .cookie-category-status { max-width: 80px; white-space: normal; }
    .cookie-dialog-links { display: grid; padding: 18px 20px; }
    .cookie-dialog-actions { padding: 18px 20px 20px; }
    .cookie-save-notice { left: 12px; right: 12px; bottom: 12px; text-align: center; }
}

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