:root {
  --bg: #05080d;
  --bg-2: #09111d;
  --bg-3: #101a28;
  --panel: rgba(13, 21, 33, .72);
  --panel-2: rgba(255, 255, 255, .055);
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.2);
  --text: #f3f6f9;
  --muted: #a9b4c1;
  --soft: #7d8998;
  --blue: #1f75db;
  --blue-2: #65b5ff;
  --ice: #dfe5ec;
  --steel: #aeb8c4;
  --gold: #d7c49a;
  --radius: 30px;
  --radius-sm: 18px;
  --shadow: 0 30px 100px rgba(0,0,0,.46);
  --container: 1220px;
  --header: 104px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 76% -8%, rgba(31,117,219,.25), transparent 34rem),
    radial-gradient(circle at 16% 12%, rgba(255,255,255,.12), transparent 26rem),
    radial-gradient(circle at 86% 72%, rgba(101,181,255,.14), transparent 28rem),
    linear-gradient(135deg, #030507 0%, #07101b 42%, #101825 100%);
}
.site-bg { position: fixed; inset: 0; pointer-events: none; z-index: -2; opacity: .52; }
.site-bg span { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 999px; filter: blur(.1px); }
.site-bg span:nth-child(1) { width: 64vw; height: 64vw; left: -28vw; top: 14vh; transform: rotate(-16deg); }
.site-bg span:nth-child(2) { width: 54vw; height: 54vw; right: -22vw; top: 18vh; transform: rotate(18deg); }
.site-bg span:nth-child(3) { width: 36vw; height: 36vw; right: 12vw; bottom: -20vw; transform: rotate(-28deg); border-color: rgba(31,117,219,.14); }

a { color: inherit; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
a:hover { color: var(--blue-2); }
img, svg { max-width: 100%; height: auto; display: block; }
p { margin: 0; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.055em; }
h1 { font-size: clamp(3.35rem, 8vw, 7.45rem); max-width: 890px; font-weight: 720; }
h2 { font-size: clamp(2.1rem, 4.8vw, 4.6rem); font-weight: 680; }
h3 { font-size: 1.28rem; letter-spacing: -.035em; }
.container { width: min(calc(100% - 44px), var(--container)); margin: 0 auto; }
.narrow { max-width: 900px; }
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 999; padding: .75rem 1rem; background: var(--text); color: var(--bg); border-radius: 999px; }
.skip-link:focus { left: 1rem; }

.site-header { position: sticky; top: 0; z-index: 70; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5,8,13,.76); backdrop-filter: blur(20px); }
.site-header.is-scrolled { background: rgba(5,8,13,.91); box-shadow: 0 12px 50px rgba(0,0,0,.28); }
.topbar { border-bottom: 1px solid rgba(255,255,255,.065); font-size: .82rem; color: var(--soft); }
.topbar__inner { min-height: 36px; display: flex; align-items: center; gap: 24px; justify-content: flex-end; }
.topbar__claim { margin-right: auto; color: var(--steel); letter-spacing: .16em; text-transform: uppercase; font-weight: 780; font-size: .72rem; }
.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 310px; max-width: 55vw; padding: 10px 0; }
.brand img { filter: drop-shadow(0 14px 24px rgba(0,0,0,.38)); }
.main-nav { display: flex; align-items: center; gap: 6px; padding: 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.035); }
.main-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: .62rem 1rem; color: var(--muted); border-radius: 999px; font-size: .94rem; font-weight: 680; }
.main-nav a.is-active, .main-nav a:hover { color: #fff; background: rgba(255,255,255,.09); }
.nav-toggle { display: none; }

.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--blue-2); text-transform: uppercase; letter-spacing: .18em; font-weight: 820; font-size: .74rem; }
.eyebrow:before, .section-kicker:before { content: ""; width: 42px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--blue-2), transparent); }

.hero { position: relative; padding: 96px 0 84px; min-height: 720px; display: grid; align-items: center; overflow: hidden; }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: 64px; align-items: center; }
.hero__content p { font-size: 1.12rem; max-width: 720px; margin-top: 26px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__actions--center { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: .85rem 1.26rem; border-radius: 999px; border: 1px solid transparent; font-weight: 820; letter-spacing: -.01em; cursor: pointer; }
.btn:hover { transform: translateY(-2px); color: #fff; }
.btn--primary { color: #fff; background: linear-gradient(135deg, #1766c5, #71bdff); box-shadow: 0 22px 56px rgba(31,117,219,.26), inset 0 1px 0 rgba(255,255,255,.26); }
.btn--ghost { color: var(--text); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); }
.btn--ghost:hover { border-color: rgba(101,181,255,.55); background: rgba(101,181,255,.1); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 42px; }
.proof-strip div { padding: 16px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); }
.proof-strip strong { display: block; font-size: clamp(1.1rem, 2.4vw, 1.55rem); line-height: 1; color: var(--text); letter-spacing: -.04em; }
.proof-strip span { display: block; color: var(--soft); font-size: .8rem; margin-top: 7px; line-height: 1.35; }

.hero__stage { position: relative; min-height: 500px; }
.brand-card {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(150deg, rgba(255,255,255,.11), rgba(255,255,255,.035) 44%, rgba(31,117,219,.075)),
    radial-gradient(circle at 64% 18%, rgba(101,181,255,.15), transparent 26rem);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.16);
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.brand-card:before { content:""; position:absolute; inset:22px; border-radius:28px; border:1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); }
.brand-card:after { content:""; position:absolute; width: 78%; height: 38%; left: 11%; top: 14%; background: radial-gradient(ellipse, rgba(255,255,255,.18), transparent 64%); filter: blur(30px); opacity:.55; }
.brand-card__logo { width: min(84%, 540px); position: relative; z-index: 3; transform: translateY(-34px); }
.wire-art { position: absolute; inset: 0; z-index: 2; opacity: .88; }
.wire { position: absolute; left: 7%; right: 7%; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(225,232,238,.22), rgba(255,255,255,.92), rgba(101,181,255,.6), transparent); box-shadow: 0 0 24px rgba(101,181,255,.18); }
.wire--one { bottom: 35%; transform: rotate(-8deg); }
.wire--two { bottom: 29%; transform: rotate(5deg); opacity:.76; }
.wire--three { bottom: 23%; transform: rotate(-2deg); opacity:.48; }
.wire-art i { position:absolute; width: 10px; height: 10px; border-radius:50%; background: linear-gradient(135deg, #fff, #6e7e90); box-shadow: 0 0 20px rgba(255,255,255,.2); }
.wire-art i:nth-of-type(1) { left: 10%; bottom: 34%; }
.wire-art i:nth-of-type(2) { left: 33%; bottom: 23%; }
.wire-art i:nth-of-type(3) { right: 19%; bottom: 30%; }
.wire-art i:nth-of-type(4) { right: 11%; bottom: 20%; }

.section { position: relative; padding: 98px 0; }
.section--intro { padding: 76px 0; background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(31,117,219,.055), rgba(255,255,255,.025)); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.section--dark { background: linear-gradient(145deg, rgba(0,0,0,.32), rgba(255,255,255,.025)); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.section--quote { padding-top: 62px; }
.split { display: grid; grid-template-columns: .42fr 1fr; gap: 58px; align-items: start; }
.split--wide { grid-template-columns: .55fr .95fr; }
.split--top { align-items: start; }
.lead-block p { font-size: clamp(1.2rem, 2.3vw, 1.85rem); line-height: 1.35; color: var(--ice); letter-spacing: -.04em; }
.mini-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.mini-actions a { color: var(--blue-2); font-weight: 820; border-bottom: 1px solid rgba(101,181,255,.32); }
.section-head { display: grid; grid-template-columns: .78fr .62fr; gap: 52px; align-items: end; margin-bottom: 42px; }
.section-head p { font-size: 1.05rem; }
.cards { display: grid; gap: 18px; }
.cards--services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card, .product-tile, .feature-card, .process-step, .quote-panel, .cta__inner, .configurator, .page-hero__card, .service-detail, .product-card, .contact-info, .form-card, .legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(255,255,255,.085), rgba(255,255,255,.032));
  box-shadow: 0 22px 84px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.11);
}
.service-card { position: relative; overflow: hidden; min-height: 314px; padding: 28px; display: flex; flex-direction: column; }
.service-card:before, .product-tile:before, .feature-card:before { content:""; position:absolute; width: 160px; height: 160px; right: -70px; top: -70px; border-radius:50%; background: radial-gradient(circle, rgba(101,181,255,.15), transparent 68%); }
.service-card__top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 34px; }
.service-card__top img { width: 62px; }
.service-card__top span, .tags span, .footer-badges span, .profile-facts span { display: inline-flex; align-items:center; gap:8px; padding: .36rem .62rem; border:1px solid rgba(255,255,255,.11); border-radius:999px; background: rgba(255,255,255,.05); color: var(--steel); font-size: .74rem; font-weight: 760; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 24px; }
.text-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--blue-2); font-weight: 850; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; }
.text-link:after { content: "›"; transition: transform .18s ease; }
.text-link:hover:after { transform: translateX(4px); }

.showcase-grid { display: grid; grid-template-columns: .82fr .78fr; gap: 42px; align-items: center; }
.showcase-copy p { margin-top: 22px; max-width: 620px; }
.configurator { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.configurator .btn { grid-column: 1 / -1; }

.product-strip, .feature-grid, .process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-tile { position: relative; overflow: hidden; min-height: 270px; padding: 30px; display: flex; flex-direction: column; color: var(--text); }
.product-tile:hover { transform: translateY(-5px); border-color: rgba(101,181,255,.5); }
.product-tile img { width: 88px; margin-bottom: 28px; }
.product-tile strong { font-size: 1.2rem; margin-bottom: 8px; }
.product-tile span { color: var(--muted); }
.quote-panel { padding: clamp(36px, 7vw, 82px); text-align: center; background: radial-gradient(circle at 50% 0%, rgba(101,181,255,.16), transparent 32rem), linear-gradient(150deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); }
.quote-panel p { font-size: clamp(1.8rem, 4.8vw, 4.4rem); line-height: 1.12; color: var(--text); letter-spacing: -.06em; margin: 10px auto 0; max-width: 1060px; }
.quote-panel small { color: var(--soft); display: block; margin-top: 24px; }
.cta__inner { padding: clamp(38px, 7vw, 82px); text-align: center; overflow: hidden; position: relative; }
.cta__inner:before { content:""; position:absolute; width: 560px; height: 560px; right: -180px; top: -260px; border-radius:50%; background: radial-gradient(circle, rgba(31,117,219,.2), transparent 68%); }
.cta__inner > * { position: relative; }
.cta__inner p { margin: 20px auto 0; max-width: 760px; }

.page-hero { padding: 112px 0 84px; border-bottom: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 74% 0%, rgba(31,117,219,.22), transparent 34rem); }
.page-hero--compact { padding-bottom: 62px; }
.page-hero p { margin-top: 24px; font-size: 1.13rem; max-width: 780px; }
.page-hero__grid { display: grid; grid-template-columns: 1fr 430px; gap: 54px; align-items: center; }
.page-hero__card { padding: 32px; }
.page-hero__card img { margin-bottom: 26px; }
.contact-quick { display: grid; gap: 10px; }
.contact-quick strong { font-size: 1.6rem; letter-spacing: -.04em; }
.sticky-copy { position: sticky; top: 138px; }
.sticky-copy p { margin-top: 18px; }
.profile-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.timeline { position: relative; display: grid; gap: 16px; padding-left: 32px; border-left: 1px solid rgba(255,255,255,.15); }
.timeline__item { position: relative; padding: 22px 24px; border-radius: 22px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); }
.timeline__item:before { content:""; position: absolute; left: -39px; top: 28px; width: 13px; height: 13px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 0 7px rgba(31,117,219,.18); }
.timeline time { display: block; color: var(--blue-2); font-weight: 920; margin-bottom: 6px; }
.feature-card, .process-step { position: relative; min-height: 250px; padding: 30px; overflow: hidden; }
.feature-card span, .process-step span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; margin-bottom: 26px; background: rgba(31,117,219,.15); color: var(--blue-2); font-weight: 920; }
.feature-card h3, .process-step h3 { margin-bottom: 10px; }

.service-tabs, .product-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.chip { min-height: 42px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.048); border-radius: 999px; padding: .62rem 1rem; cursor: pointer; font-weight: 760; }
.chip.is-active, .chip:hover { background: rgba(31,117,219,.18); color: #fff; border-color: rgba(101,181,255,.46); }
.service-list { display: grid; gap: 22px; }
.service-detail { display: grid; grid-template-columns: 330px 1fr; gap: 38px; padding: 34px; align-items: center; scroll-margin-top: 130px; }
.service-detail__media { min-height: 270px; display: grid; place-items: center; border-radius: 24px; border: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle, rgba(101,181,255,.14), transparent 62%), rgba(255,255,255,.025); }
.service-detail__media img { width: 160px; }
.service-detail__body h2 { font-size: clamp(1.8rem, 3.2vw, 3.1rem); margin-bottom: 18px; }
.service-detail__body p { margin-bottom: 22px; }
.check-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.check-list li { color: var(--muted); position: relative; padding-left: 30px; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--blue-2); font-weight: 950; }
.is-hidden { display: none !important; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.product-card { overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 370px; scroll-margin-top: 130px; }
.product-card__visual { display: grid; place-items: center; min-height: 270px; background: radial-gradient(circle, rgba(101,181,255,.16), rgba(255,255,255,.03) 58%, transparent); border-right: 1px solid var(--line); }
.product-card__visual img { width: 160px; }
.product-card__content { padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.product-card__content h2 { font-size: clamp(1.6rem, 3vw, 2.7rem); margin-bottom: 12px; }
.product-card__details { margin: 18px 0 22px; width: 100%; color: var(--muted); }
summary { cursor: pointer; color: var(--blue-2); font-weight: 830; }
.product-card__details p { padding-top: 12px; }

.contact-section { padding-top: 76px; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 26px; align-items: start; }
.contact-info, .form-card { padding: clamp(28px, 4vw, 44px); }
.contact-info h2, .form-card h2 { margin-bottom: 22px; }
.people-list { display: grid; gap: 12px; margin: 26px 0; }
.people-list article { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.052); border: 1px solid rgba(255,255,255,.08); }
.people-list span { display: block; color: var(--soft); font-size: .9rem; }
.people-list strong { display: block; color: var(--text); margin: 4px 0; }
.address-box { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.address-box h3 { margin-bottom: 12px; }
address { font-style: normal; color: var(--muted); }
.address-box .btn { margin-top: 18px; }
.contact-form { display: grid; gap: 16px; margin-top: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row--compact { align-items: center; }
label { display: grid; gap: 8px; color: var(--ice); font-size: .92rem; font-weight: 760; }
input, textarea, select { width: 100%; border: 1px solid rgba(255,255,255,.15); background: rgba(3,6,11,.55); color: var(--text); border-radius: 16px; padding: .92rem 1rem; font: inherit; outline: none; }
input:focus, textarea:focus, select:focus { border-color: rgba(101,181,255,.72); box-shadow: 0 0 0 4px rgba(31,117,219,.16); }
select option { background: #0a111c; color: var(--text); }
textarea { resize: vertical; }
.checkbox { display: block; color: var(--muted); font-weight: 520; }
.checkbox input { width: auto; margin-right: 8px; }
.checkbox a { color: var(--blue-2); }
.captcha { max-width: 260px; }
.hp { position: absolute; left: -999em; opacity: 0; }
.notice { padding: 16px 18px; border-radius: 18px; margin: 18px 0; }
.notice--success { background: rgba(24, 176, 108, .15); border: 1px solid rgba(24, 176, 108, .35); }
.notice--error { background: rgba(224, 73, 73, .15); border: 1px solid rgba(224, 73, 73, .35); }
.form-note { font-size: .9rem; }

.legal { padding-top: 62px; }
.legal-card { padding: clamp(30px, 5vw, 64px); }
.legal-card h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); margin: 36px 0 14px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { font-size: 1.15rem; margin: 24px 0 8px; letter-spacing: -.02em; }
.legal-card p { margin-bottom: 14px; }
.legal-card a { color: var(--blue-2); }

.site-footer { border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.28); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .85fr .65fr; gap: 48px; padding: 64px 0; }
.footer-brand img { width: 330px; margin-bottom: 18px; }
.footer-brand p { max-width: 520px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-grid h2 { font-size: .96rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-2); margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--muted); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); color: var(--soft); font-size: .88rem; }
.footer-bottom .container { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 64; display: grid; gap: 10px; }
.floating-actions a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(13,21,33,.84); border: 1px solid var(--line); box-shadow: var(--shadow); color: var(--text); }
.floating-actions a:hover { transform: translateY(-2px); border-color: rgba(101,181,255,.5); color: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .hero__grid, .showcase-grid, .page-hero__grid, .split, .split--wide, .section-head, .contact-grid { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .cards--services, .product-strip, .feature-grid, .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-detail { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero__grid { gap: 44px; }
}
@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .topbar { display: none; }
  .nav-shell { min-height: 76px; }
  .brand { width: 238px; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 4px; flex-direction: column; border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.055); border-radius: 16px; padding: 10px; }
  .nav-toggle span { width: 24px; height: 2px; background: currentColor; border-radius: 2px; }
  .nav-toggle em { font-style: normal; font-size: .68rem; color: var(--soft); }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 82px; display: none; flex-direction: column; align-items: stretch; border-radius: 24px; padding: 12px; background: rgba(5,8,13,.96); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { justify-content: center; }
  .hero { padding: 62px 0 54px; min-height: auto; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.3rem); }
  .hero__stage, .brand-card { min-height: 390px; }
  .brand-card__logo { width: 88%; transform: translateY(-24px); }
  .proof-strip, .configurator, .cards--services, .product-strip, .feature-grid, .process-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 66px 0; }
  .page-hero { padding: 74px 0 56px; }
  .product-card { grid-template-columns: 1fr; }
  .product-card__visual { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-detail { padding: 24px; }
  .service-detail__media { min-height: 220px; }
  .footer-bottom .container { flex-direction: column; align-items: flex-start; padding: 16px 0; }
  .floating-actions { right: 12px; bottom: 12px; }
}


:root {
  --gold-soft: #c9b37c;
  --champagne: #efe8d4;
  --deep: #03060a;
}
.site-header { background: rgba(3,6,10,.82); }
.nav-shell { min-height: 82px; }
.brand { width: 260px; padding: 12px 0; }
.brand img { width: 100%; padding: 12px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 44px rgba(0,0,0,.28); }
.main-nav { background: rgba(255,255,255,.025); }
.main-nav a.is-active { background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(101,181,255,.1)); }

.hero--image, .page-hero--image { isolation: isolate; }
.hero__image, .page-hero__image { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__image img, .page-hero__image img { width: 100%; height: 100%; object-fit: cover; opacity: .34; filter: saturate(.82) contrast(1.05); }
.hero--image:before, .page-hero--image:before { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(90deg, rgba(3,6,10,.96) 0%, rgba(3,6,10,.82) 42%, rgba(3,6,10,.55) 100%), radial-gradient(circle at 78% 22%, rgba(101,181,255,.18), transparent 30rem); }
.hero__grid--premium { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .78fr); }
.hero-brand { padding: 24px; border-radius: 34px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(9,15,24,.78), rgba(255,255,255,.055)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14); backdrop-filter: blur(18px); }
.hero-brand__logo { padding: 26px 22px; border-radius: 24px; background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.14), transparent 26rem), linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.12); }
.hero-brand__logo img { width: 100%; filter: drop-shadow(0 18px 38px rgba(0,0,0,.42)); }
.hero-brand p { margin: 18px 0; color: var(--champagne); }
.hero-brand__photo { height: 270px; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.hero-brand__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.05); }
.proof-strip--premium div { background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.proof-strip--premium strong { color: var(--champagne); }
.section--editorial { background: linear-gradient(90deg, rgba(201,179,124,.08), rgba(31,117,219,.045), rgba(255,255,255,.025)); }
.editorial-grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: end; }
.section--gallery { padding-top: 112px; }
.gallery-story { display: grid; grid-template-columns: 1.18fr .82fr; gap: 22px; align-items: stretch; }
.gallery-story figure, .image-mosaic figure, .profile-photo-stack, .contact-photo { margin:0; overflow:hidden; border-radius: 30px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); box-shadow: 0 28px 80px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12); position: relative; }
.gallery-story figure:after, .image-mosaic figure:after, .contact-photo:after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 44%, rgba(0,0,0,.62)); pointer-events:none; }
.gallery-story img, .image-mosaic img, .contact-photo img { width:100%; height:100%; min-height: 260px; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .6s ease; }
.gallery-story figure:hover img, .image-mosaic figure:hover img, .product-tile--photo:hover img, .service-card--image:hover .service-card__photo { transform: scale(1.035); }
.gallery-story__large { grid-row: span 2; min-height: 640px; }
.gallery-story__copy { padding: clamp(26px, 4vw, 48px); border-radius: 30px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.028)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.gallery-story__copy p { margin-top: 18px; }
figcaption { position:absolute; left: 22px; right:22px; bottom: 18px; z-index: 2; color:#fff; font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; font-weight:820; }

.cards--image { gap: 22px; }
.service-card--image { padding: 0; min-height: 420px; border-radius: 32px; background: #07101a; }
.service-card--image:before { display:none; }
.service-card__photo { width: 100%; height: 210px; object-fit: cover; filter: saturate(.86) contrast(1.06); transition: transform .6s ease; }
.service-card__content { padding: 24px; display:flex; flex-direction:column; flex:1; }
.service-card--image .service-card__top { margin-bottom: 18px; }
.service-card--image .service-card__top img { width: 42px; }

.manufacturing-grid { display:grid; grid-template-columns: .85fr 1fr; gap: clamp(30px, 6vw, 80px); align-items:center; }
.product-strip--photo { gap: 22px; }
.product-tile--photo { padding:0; min-height: 360px; overflow:hidden; border-radius: 30px; background: #07101a; }
.product-tile--photo:before { display:none; }
.product-tile--photo img { width:100%; height:230px; object-fit:cover; margin:0; transition: transform .6s ease; filter: saturate(.88) contrast(1.04); }
.product-tile--photo span { padding: 22px 24px 4px; color:#fff; font-weight: 880; font-size: 1.15rem; }
.product-tile--photo small { padding: 0 24px 24px; display:block; color: var(--muted); line-height:1.55; }
.quote-panel--premium { border-color: rgba(201,179,124,.24); background: radial-gradient(circle at 50% 0%, rgba(201,179,124,.14), transparent 28rem), linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.032)); }
.quote-panel--premium p { color: var(--champagne); }
.cta__inner--image { background: linear-gradient(110deg, rgba(3,6,10,.88), rgba(9,17,29,.82)), url('../img/original/header.jpg') center/cover; border-color: rgba(255,255,255,.14); }

.page-hero--image { position: relative; }
.page-hero--image .page-hero__card, .logo-card { backdrop-filter: blur(18px); }
.logo-card { display:grid; gap: 12px; }
.logo-card img { margin-bottom: 12px; padding: 18px; border-radius: 20px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.1); }
.logo-card strong { color: var(--champagne); font-size: 1.4rem; }
.logo-card span { color: var(--muted); }
.profile-photo-stack { display:grid; grid-template-columns: 1fr 1fr; gap:0; margin-top:28px; }
.profile-photo-stack img { width:100%; height: 220px; object-fit:cover; filter: saturate(.88) contrast(1.03); }
.profile-photo-stack img + img { border-left: 1px solid rgba(255,255,255,.12); }
.image-mosaic { display:grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: 310px; gap:22px; }
.image-mosaic__wide { grid-row: span 2; }
.image-mosaic figure img { min-height: 100%; }

.service-list--premium { gap: 28px; }
.service-detail--photo { grid-template-columns: minmax(320px, .92fr) 1fr; padding: 0; overflow:hidden; }
.service-detail--photo .service-detail__media { position:relative; min-height: 420px; border:0; border-radius:0; background:#07101a; overflow:hidden; }
.service-detail__photo { width:100% !important; height:100%; object-fit:cover; filter: saturate(.86) contrast(1.05); }
.service-detail__badge { position:absolute; left:24px; bottom:24px; right:24px; display:flex; align-items:center; justify-content:space-between; gap:14px; padding: 14px 16px; border-radius: 18px; background: rgba(3,6,10,.72); border:1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.service-detail__badge img { width:42px !important; }
.service-detail__badge span { color: var(--champagne); font-weight: 820; }
.service-detail--photo .service-detail__body { padding: clamp(28px, 4vw, 52px); }

.product-grid--premium { gap: 28px; }
.product-card--photo { grid-template-columns: .94fr 1.06fr; border-radius:32px; }
.product-card--photo .product-card__visual { min-height:420px; border-right:1px solid var(--line); background:#07101a; overflow:hidden; }
.product-card--photo .product-card__visual img { width:100%; height:100%; object-fit:cover; filter: saturate(.88) contrast(1.04); }
.product-card--photo .product-card__content { padding: clamp(28px, 4vw, 48px); justify-content:center; }
.product-card--photo.is-open { border-color: rgba(101,181,255,.44); }

.contact-quick--premium { background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.034)); }
.contact-photo { height: 220px; margin: 24px 0 0; }
.contact-photo img { min-height: 220px; }

.footer-brand img { padding: 16px 18px; border:1px solid rgba(255,255,255,.1); border-radius:20px; background:rgba(255,255,255,.04); }
.footer-efre { margin-top: 20px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.95); display: inline-block; }
.footer-efre img { width: 280px; max-width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.rev-badge { color: var(--gold-soft); }

@media (max-width: 1080px) {
  .hero__grid--premium, .editorial-grid, .gallery-story, .manufacturing-grid, .service-detail--photo, .product-card--photo { grid-template-columns: 1fr; }
  .gallery-story__large { min-height: 420px; }
  .image-mosaic { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .image-mosaic__wide { grid-row: span 1; }
  .service-detail--photo .service-detail__media, .product-card--photo .product-card__visual { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 780px) {
  .brand { width: 230px; }
  .brand img { padding: 10px 12px; }
  .hero-brand { padding: 16px; }
  .hero-brand__photo { height: 220px; }
  .gallery-story img, .image-mosaic img { min-height: 230px; }
  .gallery-story__large { min-height: 320px; }
  .profile-photo-stack { grid-template-columns: 1fr; }
  .profile-photo-stack img + img { border-left:0; border-top:1px solid rgba(255,255,255,.12); }
  .service-card__photo, .product-tile--photo img { height: 210px; }
}



.brand { width: 330px; max-width: 60vw; }
.brand img { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.site-header .brand { display:block; }
.site-header .brand img { filter: drop-shadow(0 16px 30px rgba(0,0,0,.32)); }
.hero--refined { min-height: 780px; }
.hero__grid--refined { grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: start; }
.hero-showcase { display: grid; gap: 22px; }
.hero-logo-card {
  padding: 24px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(10,16,26,.88), rgba(255,255,255,.045));
  box-shadow: 0 28px 84px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.hero-logo-card img { width: 100%; max-width: 820px; margin: 0 auto 12px; }
.hero-logo-card p { color: var(--ice); max-width: 58ch; }
.hero-logo-card__meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.hero-logo-card__meta span, .media-card figcaption {
  display:inline-flex; align-items:center; min-height:34px; padding:.42rem .78rem; border-radius:999px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(4,7,11,.52); color: var(--champagne); font-size:.76rem; letter-spacing:.08em; text-transform:uppercase; font-weight:780;
}
.hero-media-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.hero-media-grid .media-card:nth-child(2), .hero-media-grid .media-card:nth-child(3) { min-height: 196px; }
.media-card { position:relative; overflow:hidden; min-height: 410px; border-radius: 28px; border:1px solid rgba(255,255,255,.12); background:#07101a; box-shadow: 0 22px 80px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08); margin:0; }
.media-card--large { grid-row: span 2; }
.media-card img { width:100%; height:100%; object-fit: cover; filter: saturate(.9) contrast(1.04); transition: transform .6s ease; }
.media-card:before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.52)); z-index:1; }
.media-card figcaption { position:absolute; left:18px; bottom:18px; z-index:2; right:auto; }
.media-card:hover img { transform: scale(1.035); }
.hero__content p { max-width: 690px; }
.gallery-story__copy h2 { max-width: 10.5ch; }
.gallery-story figure, .image-mosaic figure, .contact-photo, .profile-photo-stack { border-radius: 28px; }
figcaption { letter-spacing: .1em; font-size: .74rem; }
.logo-card img, .footer-brand img { padding:0; border:0; border-radius:0; background: transparent; }
.logo-card { padding: 24px; }
.logo-card strong { margin-top: 6px; }
.profile-photo-stack img { height: 240px; }
.contact-photo { height: 260px; }
.contact-photo img { min-height: 260px; }
.product-card--photo .product-card__visual img,
.service-card__photo,
.product-tile--photo img,
.gallery-story img,
.image-mosaic img { object-position: center; }
.footer-brand img { width: 360px; max-width: 100%; margin-bottom: 12px; }
.footer-efre { margin-top: 24px; }
@media (max-width: 1080px) {
  .hero__grid--refined, .hero-media-grid { grid-template-columns: 1fr; }
  .media-card--large { grid-row: span 1; min-height: 320px; }
}
@media (max-width: 780px) {
  .brand { width: 280px; }
  .hero-logo-card { padding: 18px; }
  .media-card { min-height: 250px; }
  .hero--refined { min-height: auto; }
  .hero-logo-card__meta { gap: 6px; }
}



.hero--editorial { min-height: 760px; }
.hero-editorial { display:grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .88fr); gap: clamp(28px, 5vw, 70px); align-items:center; }
.hero-editorial__copy { padding-right: 12px; }
.hero-editorial__visual { display:grid; gap: 18px; }
.logo-plaque {
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(10,16,26,.9), rgba(255,255,255,.045));
  box-shadow: 0 24px 72px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.logo-plaque img { width:100%; max-width: 720px; margin: 0 auto; }
.hero-photo { margin:0; position:relative; overflow:hidden; border-radius: 28px; border:1px solid rgba(255,255,255,.12); background:#07101a; box-shadow: 0 28px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08); }
.hero-photo img { width:100%; height:100%; min-height: 440px; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.hero-photo:after, .stack-photo:after, .site-photo-layout figure:after, .service-card-clean figure:after, .product-card-clean figure:after, .company-layout__photo:after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.55)); pointer-events:none; }
.hero-photo figcaption, .stack-photo figcaption, .site-photo-layout figcaption { position:absolute; left:18px; bottom:18px; z-index:2; color:#fff; letter-spacing:.1em; font-size:.74rem; text-transform: uppercase; font-weight: 800; }
.stat-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.stat-grid__item { padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); }
.stat-grid__item strong { display:block; color: var(--champagne); font-size: clamp(1.08rem,2vw,1.45rem); line-height:1; }
.stat-grid__item span { display:block; margin-top:8px; color: var(--soft); font-size:.82rem; line-height:1.4; }
.subtle-panel { background: linear-gradient(90deg, rgba(255,255,255,.03), rgba(31,117,219,.04), rgba(255,255,255,.02)); }
.section-shell { display:grid; grid-template-columns: .88fr 1fr; gap: clamp(26px, 5vw, 72px); align-items:center; }
.service-grid-clean, .product-grid-clean { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.service-card-clean, .product-card-clean {
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 22px 72px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08);
}
.service-card-clean figure, .product-card-clean figure { margin:0; position:relative; overflow:hidden; }
.service-card-clean figure img, .product-card-clean figure img { width:100%; height: 250px; object-fit:cover; display:block; transition: transform .55s ease; }
.service-card-clean:hover figure img, .product-card-clean:hover figure img { transform: scale(1.03); }
.service-card-clean__body, .product-card-clean__body { padding: 24px 24px 26px; }
.service-card-clean__head { display:flex; align-items:center; gap:12px; margin-bottom: 18px; }
.service-card-clean__head img { width: 42px; }
.service-card-clean__head span { color: var(--blue-2); text-transform:uppercase; letter-spacing:.13em; font-size:.75rem; font-weight:800; }
.service-card-clean h2, .product-card-clean h2 { font-size: clamp(1.6rem, 2vw, 2rem); margin-bottom: 12px; }
.service-card-clean h3, .product-card-clean h3 { font-size: 1.45rem; margin-bottom: 12px; }
.service-card-clean--detail .check-list { margin-bottom: 24px; }
.service-grid-clean--page .service-card-clean figure img, .product-grid-clean--page .product-card-clean figure img { height: 270px; }
.editorial-band { display:grid; grid-template-columns: .82fr 1fr; gap: clamp(28px, 5vw, 70px); align-items:center; }
.editorial-band__media { display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.stack-photo { margin:0; position:relative; overflow:hidden; min-height: 220px; border-radius: 28px; border:1px solid rgba(255,255,255,.12); background:#07101a; box-shadow: 0 22px 64px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08); }
.stack-photo--tall { grid-row: span 2; min-height: 460px; }
.stack-photo img { width:100%; height:100%; object-fit:cover; filter:saturate(.88) contrast(1.04); }
.page-hero--calm:before { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(90deg, rgba(3,6,10,.94) 0%, rgba(3,6,10,.8) 48%, rgba(3,6,10,.58) 100%); }
.logo-card--clean { padding: 26px; background: linear-gradient(145deg, rgba(10,16,26,.88), rgba(255,255,255,.05)); }
.company-layout { display:grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 5vw, 70px); align-items:start; }
.company-layout__photo { position:relative; overflow:hidden; margin: 28px 0 0; border-radius: 28px; border:1px solid rgba(255,255,255,.12); background:#07101a; }
.company-layout__photo img { width:100%; height: 340px; object-fit:cover; display:block; }
.site-photo-layout { display:grid; grid-template-columns: 1.18fr .82fr; gap: 22px; }
.site-photo-layout figure { position:relative; margin:0; overflow:hidden; border-radius: 28px; border:1px solid rgba(255,255,255,.12); background:#07101a; box-shadow: 0 24px 76px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08); }
.site-photo-layout__main { grid-row: span 2; }
.site-photo-layout img { width:100%; height:100%; min-height: 260px; object-fit:cover; display:block; }
.site-photo-layout__main img { min-height: 544px; }
.site-photo-layout--compact .site-photo-layout__main img { min-height: 500px; }
.contact-photo img { object-fit: cover; object-position: center; }
.footer-brand .rev-badge { color: var(--gold-soft); }
@media (max-width: 1080px) {
  .hero-editorial, .section-shell, .editorial-band, .company-layout, .site-photo-layout { grid-template-columns: 1fr; }
  .service-grid-clean, .product-grid-clean { grid-template-columns: 1fr; }
  .editorial-band__media { grid-template-columns: 1fr 1fr; }
  .site-photo-layout__main, .stack-photo--tall { grid-row: span 1; }
  .site-photo-layout__main img, .stack-photo--tall { min-height: 320px; }
}
@media (max-width: 780px) {
  .hero--editorial { min-height:auto; }
  .stat-grid { grid-template-columns: 1fr; }
  .hero-photo img { min-height: 300px; }
  .editorial-band__media, .site-photo-layout { grid-template-columns: 1fr; }
  .service-card-clean figure img, .product-card-clean figure img, .service-grid-clean--page .service-card-clean figure img, .product-grid-clean--page .product-card-clean figure img { height: 220px; }
  .company-layout__photo img, .site-photo-layout__main img { height: 280px; min-height: 280px; }
}


/* --------------------------------------------------------------------------
   rev_05 · Hero-Layout korrigiert: keine gequetschte Headline, klare Bildführung
   -------------------------------------------------------------------------- */
.hero--balanced {
  min-height: auto;
  padding: clamp(72px, 9vw, 132px) 0 clamp(56px, 7vw, 104px);
}
.hero--balanced:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3,6,10,.95) 0%, rgba(3,6,10,.83) 48%, rgba(3,6,10,.64) 100%),
    radial-gradient(circle at 82% 26%, rgba(80,158,235,.18), transparent 34rem);
}
.hero--balanced .hero__image img {
  opacity: .38;
  filter: saturate(.78) contrast(1.08);
}
.hero-balanced {
  display: grid;
  gap: clamp(34px, 5vw, 72px);
}
.hero-balanced__copy {
  max-width: 980px;
}
.hero-balanced__copy h1 {
  max-width: 940px;
  font-size: clamp(3rem, 6.25vw, 6.05rem);
  line-height: .94;
  letter-spacing: -.07em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.hero-balanced__copy p {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}
.hero-balanced__media {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: stretch;
}
.hero-balanced__logo {
  align-self: start;
  padding: 26px;
  min-height: 162px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(10,16,26,.88), rgba(255,255,255,.045));
  box-shadow: 0 24px 72px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-balanced__logo img {
  width: 100%;
  max-width: 640px;
}
.hero-balanced__photo {
  grid-row: span 2;
  min-height: 430px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: #07101a;
  box-shadow: 0 28px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-balanced__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.04);
}
.hero-balanced__photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.58));
  pointer-events: none;
}
.hero-balanced__photo figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  font-size: .74rem;
  text-transform: uppercase;
  font-weight: 800;
}
.hero-balanced__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.hero-balanced__facts div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.028));
}
.hero-balanced__facts strong {
  display: block;
  color: var(--champagne);
  font-size: 1.28rem;
  line-height: 1;
}
.hero-balanced__facts span {
  display: block;
  margin-top: 8px;
  color: var(--soft);
  font-size: .82rem;
  line-height: 1.4;
}

/* Verhindert das fehlerhafte zweispaltige Quetschen bei Notebook-/Tabletbreiten. */
@media (max-width: 1280px) {
  .hero-balanced__copy {
    max-width: 900px;
  }
  .hero-balanced__copy h1 {
    font-size: clamp(3rem, 7.4vw, 5.25rem);
    max-width: 880px;
  }
  .hero-balanced__media {
    grid-template-columns: 1fr;
  }
  .hero-balanced__photo {
    grid-row: auto;
    min-height: 380px;
  }
}
@media (max-width: 780px) {
  .hero--balanced {
    padding-top: 58px;
  }
  .hero-balanced__copy h1 {
    font-size: clamp(2.45rem, 12.5vw, 4rem);
    line-height: .98;
    letter-spacing: -.055em;
  }
  .hero-balanced__media {
    gap: 16px;
  }
  .hero-balanced__logo {
    min-height: 120px;
    padding: 18px;
  }
  .hero-balanced__photo {
    min-height: 270px;
    border-radius: 24px;
  }
  .hero-balanced__facts {
    grid-template-columns: 1fr;
  }
}

/* Allgemeine Bildkarten noch etwas ruhiger und gleichmäßiger. */
.service-card-clean figure img,
.product-card-clean figure img {
  height: 260px;
  object-fit: cover;
}
@media (max-width: 780px) {
  .service-card-clean figure img,
  .product-card-clean figure img {
    height: 220px;
  }
}
