/* Produktive Startseiten-Stile aus dem Designentwurf. */
@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --green: #367c20;
  --green-dark: #286016;
  --brand: #4fa42d;
  --lime: #a8e18b;
  --ink: #102a43;
  --muted: #526475;
  --line: #e0e7e2;
  --soft: #f5f9f3;
  --radius: 24px;
  --shadow: 0 12px 36px rgb(16 42 67 / 6%);
  --container: min(1200px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: #fff; color: var(--ink); font: 400 1rem/1.7 Manrope, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
a:hover { color: var(--green); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
::selection { background: #d6efcb; color: var(--ink); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); line-height: 1.09; font-weight: 800; letter-spacing: -.055em; margin-bottom: 26px; }
h1 span { color: var(--green); }
h2 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.18; letter-spacing: -.045em; font-weight: 800; margin-bottom: 20px; }
h3 { font-size: 1.22rem; line-height: 1.4; letter-spacing: -.025em; margin-bottom: 12px; font-weight: 800; }
h4 { font-size: 1rem; }
p { color: var(--muted); margin-bottom: 20px; }
p:last-child { margin-bottom: 0; }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: 88px; }
.section > .container > .lead { max-width: 720px; }
.lead { font-size: 1.1rem; line-height: 1.8; max-width: 740px; }
.kicker { display: block; color: var(--green); font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px; }
.soft { background: linear-gradient(120deg, #f3f8f0, #f5f9fb); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 24px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.preview-bar { padding: 6px 24px; background: #f3f6f2; border-bottom: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
.preview-bar > div { max-width: 1392px; margin: auto; display: flex; gap: 12px; justify-content: space-between; }
.preview-bar a { text-decoration: underline; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgb(255 255 255 / 95%); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 4px 20px rgb(16 42 67 / 4%); }
.nav { width: min(1392px, calc(100% - 48px)); display: flex; align-items: center; gap: 28px; min-height: 86px; }
.brand-lockup { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.commeco-logo { width: 170px; }
.kuhn-logo { width: 66px; }
.brand-divider { height: 30px; width: 1px; background: var(--line); }
.nav-links { display: flex; gap: 25px; align-items: center; margin-left: auto; font-size: .875rem; font-weight: 700; }
.nav-links > a, .nav-item > a { padding-block: 17px; white-space: nowrap; }
.nav-links .active, .nav-item > .active { color: var(--green); }
.nav-item { position: relative; }
.nav-item > a::after { content: '⌄'; font-size: .8rem; margin-left: 6px; }
.submenu { position: absolute; left: -18px; top: calc(100% + 15px); padding: 9px; min-width: 238px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); visibility: hidden; opacity: 0; transition: opacity .15s; }
.submenu::before { content: ''; position: absolute; inset: -20px 0 100%; }
.submenu a { display: block; padding: 10px; border-radius: 8px; }
.submenu a:hover { background: var(--soft); }
.nav-item:hover .submenu, .nav-item:focus-within .submenu { visibility: visible; opacity: 1; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 51px; padding: 13px 23px; border: 1px solid transparent; border-radius: 9px; font-size: .9rem; font-weight: 800; line-height: 1.5; text-align: center; transition: background-color .18s, box-shadow .18s, transform .18s; }
.btn-primary { color: white; background: var(--green); }
.btn-primary:hover { color: white; background: var(--green-dark); box-shadow: 0 6px 18px rgb(54 124 32 / 16%); transform: translateY(-2px); }
.btn-secondary { background: white; border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { background: #f2f8ee; border-color: #bed8b4; }
.nav-links > .btn { padding: 11px 18px; min-height: 44px; margin-left: 5px; }
.menu-btn { display: none; }
.actions, .hero-actions, .service-hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.card-link { display: inline-flex; align-items: center; gap: 18px; font-size: .925rem; font-weight: 800; color: var(--green); }
.card-link span { transition: transform .18s; }
.card-link:hover span { transform: translateX(4px); }
.hero { margin: 0 20px; border-radius: 30px; background: radial-gradient(ellipse at 4% 15%, #e0f0d6 0, transparent 65%), radial-gradient(ellipse at 98% 90%, #e3edf5 0, transparent 60%), #f8fcf6; overflow: hidden; }
.hero-stage { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; min-height: 650px; padding-block: 65px; }
.hero-copy > p { max-width: 560px; font-size: 1.08rem; line-height: 1.8; margin-bottom: 32px; }
.hero-copy h1 { font-size: clamp(2.8rem, 4.7vw, 4.55rem); }
.hero-eyebrow { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 24px; font-size: .8rem; color: var(--green); font-weight: 800; }
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgb(79 164 45 / 9%); }
.hero-proof { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: .8rem; }
.hero-proof li::before { content: '✓'; color: var(--green); font-weight: 800; margin-right: 7px; }
.hero-photo { position: relative; padding: 20px 0 30px; }
.hero-photo > img { width: 100%; aspect-ratio: 1.18; object-fit: cover; border-radius: 26px; box-shadow: 0 24px 55px rgb(16 42 67 / 12%); }
.photo-note { position: absolute; display: flex; gap: 13px; align-items: center; background: #fff; border: 1px solid #ecf0ea; border-radius: 13px; box-shadow: 0 8px 24px rgb(16 42 67 / 12%); padding: 16px 20px; }
.photo-note--top { top: 0; right: -18px; }
.photo-note--bottom { bottom: 0; left: -24px; }
.photo-note .note-symbol { display: grid; place-items: center; width: 37px; height: 37px; background: #edf7e7; border-radius: 10px; color: var(--green); font-size: 1.2rem; font-weight: 800; }
.photo-note strong { display: block; font-size: .84rem; line-height: 1.5; }
.photo-note small { display: block; color: var(--muted); font-size: .75rem; }
.home-stats { padding-block: 58px; }
.home-stats .kicker, .home-stats h2, .home-stats .lead { display: none; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 0 16px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; font-size: 2.5rem; font-weight: 800; line-height: 1.3; color: var(--green); letter-spacing: -.05em; }
.stat span { display: block; font-size: .875rem; color: var(--muted); margin-top: 7px; }
.home-services { background: radial-gradient(ellipse at 5% 15%, #e4f1dc, transparent 55%), linear-gradient(140deg, #f4f9f1, #f0f5f8); }
.home-services > .container > h2, .home-services > .container > .lead, .home-services > .container > .kicker { text-align: center; margin-inline: auto; }
.cards { display: grid; gap: 24px; }
.cards--services { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; }
.service-card { border-radius: 25px; padding: 10px; background: rgb(255 255 255 / 60%); border: 1px solid white; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.card-body { border: 1px solid #e4eae0; border-radius: 0 0 17px 17px; padding: 26px; background: white; display: flex; flex-direction: column; flex: 1; }
.card-image { background: #f5f8f3; border: 1px solid #e4eae0; border-bottom: 0; border-radius: 17px 17px 0 0; overflow: hidden; }
.card-image img { width: 100%; aspect-ratio: 1.97; object-fit: cover; }
.card-title h3 { color: var(--green); letter-spacing: .065em; text-transform: uppercase; font-size: .8rem; margin: 0 0 14px; }
.service-promise { font-size: clamp(1.4rem, 1.85vw, 1.75rem); letter-spacing: -.035em; line-height: 1.28; margin: 0 0 20px; font-weight: 800; }
.card-body p, .ticks { font-size: .925rem; }
.ticks { list-style: none; padding: 0; margin: 0 0 26px; }
.ticks li { padding: 7px 0 7px 26px; position: relative; }
.ticks li::before { position: absolute; content: '✓'; color: var(--green); font-weight: 800; left: 0; }
.ticks a { text-decoration: underline; }
.card-body > .card-link { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); justify-content: space-between; }
.home-authority { padding-block: 64px; }
.authority-copy { text-align: center; }
.authority-copy h2 { font-size: 1.65rem; }
.authority-copy .kicker, .authority-label { display: none; }
.authority-copy p { font-size: .925rem; }
.authority-logos, .logo-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.authority-logo, .logo-box { display: flex; align-items: center; justify-content: center; min-height: 96px; border: 1px solid var(--line); border-radius: 14px; padding: 20px; background: white; overflow: hidden; }
.authority-logo img, .partner-logo { max-height: 42px; max-width: 130px; width: 100%; object-fit: contain; }
.authority-logo > span, .logo-box > span { display: flex; align-items: center; justify-content: center; width: 100%; }
.authority-logo--wortmann > span, .partner-logo-backdrop--wortmann, .partner-logo-backdrop--omada { background: #233c52; padding: 10px; border-radius: 5px; }
.partner-wordmark { font-weight: 800; font-size: 1.45rem; color: #315b32; flex-direction: column; line-height: 1.2; }
.partner-wordmark small { font-size: .5rem; font-weight: 600; text-align: center; margin-top: 4px; }
.partner-wordmark.loxone { font-size: 1.15rem; }
.partner-logo-card { transition: border-color .18s, transform .18s; }
.partner-logo-card:hover { border-color: #add39c; transform: translateY(-3px); }
.partner-trademark-note { font-size: .75rem; margin-top: 20px; }
.home-region { padding-top: 20px; }
.region-stage { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.region-visual img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: var(--radius); }
.region-copy h2 { max-width: 400px; }
.region-copy p { max-width: 440px; font-size: 1.05rem; }
.region-copy .card-link { margin-top: 10px; }
.home-synergy { margin-inline: 20px; border-radius: 28px; color: white; background: radial-gradient(ellipse at 100% 0, #214b47, transparent 65%), #102a43; }
.collaboration-glass-header { display: flex; gap: 24px; align-items: center; margin-bottom: 26px; }
.collaboration-emblem { display: grid; place-items: center; width: 66px; height: 66px; flex: 0 0 66px; border: 1px solid rgb(168 225 139 / 25%); background: rgb(168 225 139 / 8%); border-radius: 16px; color: var(--lime); }
.collaboration-emblem svg { width: 36px; height: 36px; display: block; }
.collaboration-eyebrow { display: block; color: var(--lime); font-size: .8rem; font-weight: 800; letter-spacing: .06em; margin-bottom: 12px; }
.collaboration-title-group h2 { margin: 0; }
.collaboration-lead { max-width: 790px; color: #c9d9e0; font-size: 1.05rem; }
.collaboration-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-block: 42px; }
.collaboration-point { padding: 24px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 16px; background: rgb(255 255 255 / 4%); }
.collaboration-number { color: var(--lime); display: block; font-weight: 800; font-size: .85rem; margin-bottom: 24px; }
.collaboration-point h3 { font-size: 1.15rem; }
.collaboration-point p { color: #c9d9e0; font-size: .925rem; }
.collaboration-footer { border-top: 1px solid rgb(255 255 255 / 15%); padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.collaboration-footer p { color: #c9d9e0; margin: 0; font-size: .875rem; }
.collaboration-footer strong { color: white; }
.collaboration-link { font-weight: 800; color: var(--lime); display: inline-flex; align-items: center; gap: 30px; }
.collaboration-link:hover { color: white; }
.home-history { background: white; }
.home-history > .container > h2, .home-history > .container > .kicker { text-align: center; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 40px; }
.time { border-top: 2px solid #dce9d6; padding-top: 25px; }
.time strong { color: var(--green); font-size: 1.7rem; font-weight: 800; }
.time p { margin: 14px 0 0; font-size: .925rem; }
.home-cta-section { padding-top: 0; }
.cta { padding: 48px; border-radius: var(--radius); background: radial-gradient(ellipse at 0 0, #deefcf, transparent 70%), #f1f7ed; display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: center; }
.cta h2 { font-size: 2.25rem; }
.cta p { font-size: .95rem; }
.cta-contact, .cta > .actions { justify-self: end; }
.cta-contact p { font-size: .8rem; margin-top: 18px; }
.cta-contact p a { color: var(--green); font-weight: 700; }
.cta-steps { display: flex; flex-wrap: wrap; list-style: none; gap: 14px; padding: 0; margin: 25px 0 0; font-size: .75rem; }
.cta-steps li { display: flex; gap: 7px; align-items: center; }
.cta-steps b { display: grid; place-items: center; border: 1px solid #c8deb9; border-radius: 50%; width: 22px; height: 22px; color: var(--green); }
.footer { border-top: 1px solid var(--line); padding: 64px 0 24px; background: #fafcf9; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .85fr 1.2fr; gap: 46px; }
.footer-logo { width: 190px; margin-bottom: 24px; }
.footer h4 { color: var(--ink); font-size: .85rem; margin-bottom: 22px; }
.footer-grid p, .footer-grid a, .footer-grid span { color: var(--muted); font-size: .875rem; }
.footer-grid a { display: block; margin-bottom: 9px; }
.footer-grid a:hover { color: var(--green); }
.copyright { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .75rem; color: var(--muted); }

/* Existing secondary pages share this design without changing their content hierarchy. */
.page-hero { margin-inline: 20px; border-radius: 28px; padding-block: 70px; background: radial-gradient(ellipse at 0 0, #dff0d5, transparent 65%), linear-gradient(125deg, #f8fcf5, #edf4f8); }
.page-hero > .container > h1 { max-width: 950px; }
.page-hero .lead { font-size: 1.05rem; }
.it-hero-grid, .elektro-hero-grid, .pv-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 50px; align-items: center; }
.service-page .page-hero h1 { font-size: clamp(2.4rem, 3.7vw, 3.6rem); }
.it-hero-visual img, .elektro-hero-visual img, .pv-hero-visual img { width: 100%; border-radius: 20px; }
.service-hero-hotline { font-size: .8rem; }
.service-hero-hotline span, .service-hero-hotline strong { display: block; }
.service-hero-hotline strong { font-size: .875rem; }
.it-pulse, .energy-pulse, .pv-pulse { display: none; }
.breadcrumb { color: var(--muted); font-size: .8rem; margin-bottom: 24px; display: flex; gap: 9px; flex-wrap: wrap; }
.breadcrumb a { color: var(--green); }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.section > .container + .content-grid, .section h2 ~ .content-grid { margin-top: 32px; }
.panel { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 28px; box-shadow: 0 5px 20px rgb(16 42 67 / 3%); min-width: 0; }
.content-grid .panel { border: 7px solid #f2f6ef; outline: 1px solid #e4eae0; padding: 25px; }
.panel h3 { margin-bottom: 12px; }
.panel p { font-size: .95rem; }
.service-overview { background: #fafcf9; }
.relationship-layout, .energy-layout, .company-story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.relationship-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.relationship-steps li { border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 20px; background: #fafcf9; }
.step-number { font-weight: 800; color: var(--green); font-size: .85rem; }
.relationship-steps h3 { font-size: 1.1rem; }
.relationship-steps p { font-size: .925rem; }
.energy-project { overflow: hidden; border-radius: 22px; background: var(--ink); }
.energy-project img { width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.energy-project figcaption { padding: 20px; color: white; font-size: .875rem; }
.energy-project figcaption span, .energy-project figcaption strong { display: block; }
.energy-project figcaption span { color: #bdcfd6; }
.energy-links { display: grid; gap: 12px; }
.energy-links > a { display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); padding: 18px; border-radius: 14px; }
.energy-links h3 { font-size: 1rem; margin: 0 0 4px; }
.energy-links p { font-size: .875rem; margin: 0; }
.energy-links svg { width: 26px; height: 26px; }
.energy-links a > span { color: var(--green); font-weight: 800; }
.energy-links a > span:last-child { margin-left: auto; }
.energy-project figcaption a { display: inline-flex; gap: 8px; align-items: center; margin-top: 14px; color: var(--lime); font-weight: 700; }
.energy-project figcaption a span { color: inherit; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.reference-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.reference-card img { width: 100%; aspect-ratio: 1.3; object-fit: cover; }
.reference-card figcaption { padding: 22px; }
.reference-card figcaption > span { display: block; color: var(--green); font-size: .8rem; margin-bottom: 6px; }
.reference-card figcaption > strong { display: block; font-size: 1.05rem; line-height: 1.5; }
.reference-card figcaption h3 { font-size: 1.05rem; }
.reference-card figcaption p { font-size: .9rem; }
.reference-note { font-size: .85rem; margin-top: 24px; }
.company-team-photo { border-radius: 22px; overflow: hidden; background: var(--soft); }
.company-team-photo img { width: 100%; }
.company-team-photo figcaption { padding: 22px; font-size: .9rem; }
.company-team-photo figcaption span, .company-team-photo figcaption strong { display: block; }
.company-team-photo figcaption span { color: var(--green); font-size: .8rem; margin-bottom: 5px; }
.leadership-grid { grid-template-columns: repeat(3, 1fr); margin-top: 36px; }
.leadership-card { padding: 8px; overflow: hidden; }
.leadership-photo img { width: 100%; aspect-ratio: .94; object-fit: cover; object-position: center 28%; border-radius: 12px; }
.leadership-copy { padding: 22px 16px 16px; }
.leadership-copy h3 { margin-bottom: 6px; }
.person-role { font-size: .875rem; }
.jobs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 34px; }
.job { padding: 34px; border: 1px solid var(--line); border-radius: 20px; }
.job small { display: inline-flex; color: var(--green); background: #edf6e8; border-radius: 5px; padding: 4px 10px; font-weight: 800; margin-bottom: 18px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
address { font-style: normal; }
address a { color: var(--green); }
.form-heading { font-size: 1.6rem; }
.form { display: grid; gap: 20px; }
.field-label { display: block; font-size: .9rem; font-weight: 700; margin-bottom: 7px; }
.field-label span { font-weight: 400; color: var(--muted); }
.form input:not([type=checkbox]), .form textarea, .form select { display: block; width: 100%; background: #fafcf9; border: 1px solid #ccd8c7; color: var(--ink); border-radius: 8px; padding: 12px; min-height: 48px; }
.form textarea { min-height: 145px; resize: vertical; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 2px solid var(--green); outline-offset: 2px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.captcha-box { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; background: var(--soft); border-radius: 12px; }
.captcha-question span, .captcha-question strong { display: block; }
.captcha-question span { font-size: .8rem; }
.captcha-question strong { font-size: 1.2rem; }
.captcha-question strong span { display: inline; font-size: inherit; }
.captcha-box p { grid-column: 1 / -1; font-size: .75rem; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .875rem; }
.consent input { margin-top: 7px; accent-color: var(--green); width: 17px; height: 17px; flex-shrink: 0; }
.consent a { text-decoration: underline; }
.form-status { font-size: .8rem; }
.legal-panel { max-width: 900px; box-shadow: none; border: 0; padding: 0; }
.legal-panel h2 { font-size: 1.5rem; margin-top: 36px; }
.legal-panel h2:first-child { margin-top: 0; }
.legal-panel p, .legal-panel li { font-size: 1rem; overflow-wrap: anywhere; }
.legal-panel a { color: var(--green); text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 100; bottom: 20px; left: 20px; width: min(410px, calc(100% - 40px)); border: 1px solid var(--line); padding: 23px; border-radius: 17px; background: white; box-shadow: 0 12px 50px rgb(16 42 67 / 17%); opacity: 0; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.cookie-banner.is-visible { opacity: 1; transform: none; }
.cookie-banner__eyebrow { font-size: .75rem; font-weight: 800; color: var(--green); }
.cookie-banner h2 { font-size: 1.25rem; margin: 9px 0 12px; }
.cookie-banner p { font-size: .8rem; }
.cookie-banner__actions { display: flex; gap: 18px; align-items: center; }
.cookie-banner__actions .btn { min-height: 42px; padding: 10px 15px; font-size: .8rem; }
.cookie-banner__actions > a { font-size: .75rem; text-decoration: underline; }
.partner-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media (min-width: 1550px) {
  :root { --container: min(1320px, calc(100% - 100px)); }
  .hero-stage { min-height: 710px; }
}
@media (max-width: 1180px) {
  .nav { min-height: 78px; }
  .menu-btn { display: grid; place-items: center; margin-left: auto; width: 46px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); }
  .menu-btn span, .menu-btn span::before, .menu-btn span::after { width: 20px; height: 2px; background: currentColor; display: block; position: relative; transition: transform .18s; }
  .menu-btn span::before, .menu-btn span::after { content: ''; position: absolute; }
  .menu-btn span::before { top: -6px; }
  .menu-btn span::after { top: 6px; }
  .menu-btn[aria-expanded=true] span { background: transparent; }
  .menu-btn[aria-expanded=true] span::before { top: 0; transform: rotate(45deg); }
  .menu-btn[aria-expanded=true] span::after { top: 0; transform: rotate(-45deg); }
  .nav-links { display: none; position: absolute; top: 100%; inset-inline: 0; background: white; border-bottom: 1px solid var(--line); padding: 18px 32px 30px; max-height: calc(100dvh - 100px); overflow-y: auto; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .nav-links > a, .nav-item > a { display: block; padding-block: 12px; }
  .submenu { position: static; opacity: 1; visibility: visible; padding: 0 0 6px 18px; border: 0; box-shadow: none; }
  .submenu::before { display: none; }
  .submenu a { border-left: 2px solid #d5e7cc; border-radius: 0; }
  .nav-links > .btn { margin: 14px 0 0; align-self: flex-start; }
  .hero-stage { gap: 40px; min-height: 610px; }
  .hero-actions { gap: 12px; }
  .hero-actions .btn { font-size: .82rem; padding-inline: 15px; }
  .photo-note--top { right: -8px; }
  .photo-note--bottom { left: -12px; }
  .authority-logos, .logo-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { gap: 26px; }
  .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .it-hero-grid, .elektro-hero-grid, .pv-hero-grid, .relationship-layout, .energy-layout, .company-story-layout { gap: 36px; }
}
@media (max-width: 820px) {
  :root { --container: calc(100% - 40px); }
  h1 { font-size: 2.8rem; }
  .section { padding-block: 60px; }
  .hero { margin-inline: 12px; border-radius: 22px; }
  .hero-stage { grid-template-columns: 1fr; gap: 34px; padding: 44px 12px 38px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 7.5vw, 4rem); }
  .hero-copy > p { max-width: 100%; }
  .hero-photo { width: 100%; max-width: 620px; margin-inline: auto; }
  .hero-photo > img { aspect-ratio: 1.55; }
  .hero-proof { margin-top: 24px; }
  .cards--services, .region-stage, .it-hero-grid, .elektro-hero-grid, .pv-hero-grid, .relationship-layout, .energy-layout, .company-story-layout, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .card-image img { aspect-ratio: 2.1; }
  .home-stats { padding-block: 40px; }
  .stat strong { font-size: 2.05rem; }
  .stat span { font-size: .75rem; }
  .region-copy h2, .region-copy p { max-width: 100%; }
  .home-synergy { margin-inline: 12px; border-radius: 22px; }
  .collaboration-points { grid-template-columns: 1fr; gap: 14px; margin-block: 30px; }
  .collaboration-number { margin-bottom: 10px; }
  .collaboration-title-group h2 { font-size: 2rem; }
  .collaboration-emblem { display: none; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .cta { grid-template-columns: 1fr; padding: 30px; gap: 22px; }
  .cta h2 { font-size: 2rem; }
  .cta-contact, .cta > .actions { justify-self: start; }
  .home-cta-section { padding-top: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .page-hero { margin-inline: 12px; padding-block: 44px; }
  .service-page .page-hero h1 { font-size: clamp(2.25rem, 5.5vw, 3.3rem); }
  .it-hero-visual, .elektro-hero-visual, .pv-hero-visual { max-width: 580px; margin-inline: auto; }
  .reference-grid { grid-template-columns: 1fr; }
  .reference-card img { aspect-ratio: 1.8; }
  .leadership-grid { gap: 14px; }
  .leadership-copy { padding: 15px 6px; }
  .leadership-copy h3 { font-size: 1rem; }
  .person-role { font-size: .8rem; }
}
@media (max-width: 520px) {
  :root { --container: calc(100% - 36px); }
  .preview-bar { padding-inline: 16px; font-size: .75rem; }
  .nav { width: calc(100% - 32px); min-height: 73px; }
  .brand-lockup { gap: 10px; }
  .commeco-logo { width: 135px; }
  .kuhn-logo { width: 50px; }
  .brand-divider { height: 24px; }
  .hero-stage { padding-inline: 0; }
  .hero-copy h1 { font-size: clamp(2.2rem, 9.5vw, 3rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-eyebrow { font-size: .75rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { font-size: .875rem; }
  .hero-proof { gap: 8px 14px; }
  .hero-photo > img { aspect-ratio: 1.2; }
  .photo-note { gap: 8px; padding: 11px 12px; }
  .photo-note .note-symbol { width: 28px; height: 28px; font-size: 1rem; }
  .photo-note strong { font-size: .75rem; }
  .photo-note small { font-size: .75rem; }
  .photo-note--top { right: -4px; }
  .photo-note--bottom { left: -4px; }
  h2 { font-size: 1.85rem; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .stat:nth-child(2) { border: 0; }
  .stat strong { font-size: 2.2rem; }
  .card-body { padding: 22px 18px; }
  .service-promise { font-size: 1.45rem; }
  .card-image img { aspect-ratio: 1.7; }
  .authority-logos, .logo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .authority-logo, .logo-box { padding: 14px; min-height: 85px; }
  .collaboration-title-group h2 { font-size: 1.85rem; }
  .collaboration-point { padding: 21px; }
  .collaboration-footer { flex-direction: column; align-items: flex-start; }
  .collaboration-link { font-size: .875rem; }
  .time strong { font-size: 1.45rem; }
  .timeline { gap: 24px 18px; }
  .cta { padding: 26px 22px; }
  .cta h2 { font-size: 1.8rem; }
  .cta-steps { flex-direction: column; font-size: .8rem; }
  .cta-contact .btn { font-size: .8rem; padding-inline: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer h4 { margin-bottom: 15px; }
  .footer-logo { width: 180px; }
  .content-grid, .leadership-grid, .jobs { grid-template-columns: 1fr; }
  .panel, .job { padding: 24px; }
  .leadership-card { padding: 8px; }
  .leadership-photo img { aspect-ratio: 1.1; object-position: center 23%; }
  .leadership-copy { padding: 20px 15px; }
  .leadership-copy h3 { font-size: 1.2rem; }
  .relationship-steps li { padding: 20px; gap: 14px; }
  .contact-grid { gap: 40px; }
  .captcha-box { padding: 12px; }
  .legal-panel { padding: 0; }
  .cookie-banner { bottom: 12px; left: 12px; width: calc(100% - 24px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print {
  .site-header, .preview-bar, .cookie-banner, .skip-link { display: none; }
  .section { padding-block: 24px; }
  .hero, .page-hero, .home-synergy, .cta { margin: 0; background: white; color: var(--ink); }
  .home-synergy p { color: var(--muted); }
}

/* Commeco hybrid: the clear test layout with the original site's glass and light. */
:root {
  --glass-line: rgb(255 255 255 / 88%);
  --glass-shadow: 0 24px 64px rgb(29 66 61 / 10%), inset 0 1px 0 white;
  --section-space: clamp(104px, 8vw, 128px);
  --content-gap: clamp(28px, 3vw, 40px);
}

body {
  background: radial-gradient(ellipse at 0 0, #eaf4e4 0, transparent 650px), #fbfcfb;
}

h1 { font-weight: 600; }
h2 { font-weight: 600; letter-spacing: -.05em; }
h3 { font-weight: 700; }
.service-promise { font-weight: 550; }

/* A little more breathing room throughout the existing layout. */
main h1 { margin-bottom: 32px; }
main h2 { line-height: 1.22; margin-bottom: 26px; }
main h3 { margin-bottom: 16px; }
main p { line-height: 1.85; }
.section { padding-block: var(--section-space); }
.home-authority { padding-block: 80px; }
.home-region { padding-top: 40px; }
.home-cta-section { padding-top: 0; }
.page-hero { padding-block: 90px; }
.hero-copy > p { margin-bottom: 40px; }
.hero-proof { margin-top: 38px; gap: 12px 26px; }
.service-hero-actions { margin-top: 30px; row-gap: 24px; }
.service-promise { line-height: 1.4; margin-bottom: 26px; }
.card-body > p { margin-bottom: 26px; }
.card-body > .card-link { padding-top: 28px; }
.ticks { margin-bottom: 32px; }
.content-grid, .reference-grid, .leadership-grid, .jobs { gap: var(--content-gap); }
.section > .container + .content-grid, .section h2 ~ .content-grid { margin-top: 44px; }
.reference-grid, .leadership-grid, .jobs { margin-top: 44px; }
.relationship-steps { gap: 24px; }
.relationship-steps li { padding: 30px; }
.panel:not(.legal-panel):not(.leadership-card) { padding: 36px; }
.job { padding: 42px; }
.energy-links { gap: 18px; }
.energy-links > a { padding: 22px; }
.reference-card figcaption { padding: 28px; }
.leadership-copy { padding: 28px 20px 22px; }
.form { gap: 26px; }
.form-heading { margin-bottom: 30px; }
.timeline { gap: 36px; margin-top: 56px; }
.time { padding-top: 32px; }
.time p { margin-top: 18px; }
.authority-logos, .logo-strip { margin-top: 40px; gap: 22px; }
.cta-steps { margin-top: 32px; row-gap: 16px; }
.cta-contact p { margin-top: 24px; }
.legal-panel h2 { margin-top: 44px; }
.footer { padding-block: 80px 32px; }
.footer-grid { row-gap: 44px; }
.footer-grid a { margin-bottom: 13px; }
.copyright { margin-top: 64px; padding-top: 28px; }

@media (min-width: 1181px) {
  .hero-stage { gap: 80px; }
  .region-stage, .relationship-layout, .energy-layout, .company-story-layout { gap: 84px; }
  .it-hero-grid, .elektro-hero-grid, .pv-hero-grid { gap: 64px; }
  .contact-grid { gap: 88px; }
}

.site-header {
  padding-block: 10px;
  background: rgb(250 252 249 / 76%);
  border: 0;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.site-header.scrolled { border: 0; box-shadow: none; }
.nav {
  min-height: 78px;
  padding-inline: 22px;
  border: 1px solid var(--glass-line);
  border-radius: 22px;
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 8px 28px rgb(31 62 55 / 6%), inset 0 1px white;
}
.site-header.scrolled .nav { box-shadow: 0 12px 36px rgb(31 62 55 / 10%), inset 0 1px white; }
.submenu { border-color: var(--glass-line); background: #fcfefb; box-shadow: var(--glass-shadow); }

.btn {
  border-radius: 13px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
/* Keep the same paint layers on hover, avoiding the previous white gradient flash. */
.btn-primary, .btn-primary:hover {
  color: white;
  border-color: rgb(47 116 27 / 32%);
  background: #367c20 linear-gradient(140deg, #468f2d, #2f741b);
  box-shadow: 0 9px 22px rgb(54 124 32 / 18%), inset 0 1px rgb(255 255 255 / 22%);
}
.btn-primary:hover { filter: brightness(.94); box-shadow: 0 13px 28px rgb(54 124 32 / 24%), inset 0 1px rgb(255 255 255 / 22%); }
.btn-secondary, .btn-secondary:hover {
  color: var(--ink);
  border-color: rgb(122 157 121 / 32%);
  background: linear-gradient(135deg, rgb(255 255 255 / 97%), rgb(243 249 241 / 88%));
  box-shadow: 0 6px 16px rgb(42 77 59 / 5%), inset 0 1px white;
}
.btn-secondary:hover { filter: brightness(.97); }
.hero-actions .btn-it, .hero-actions .btn-it:hover,
.service-page--it .btn-primary, .service-page--it .btn-primary:hover {
  background: #173e59 linear-gradient(135deg, #235777, #173e59);
  border-color: #235777;
  box-shadow: 0 10px 24px rgb(23 62 89 / 19%), inset 0 1px rgb(255 255 255 / 20%);
}

.kicker, .hero-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgb(93 145 75 / 19%);
  border-radius: 999px;
  background: rgb(255 255 255 / 78%);
  box-shadow: inset 0 1px white, 0 6px 18px rgb(44 84 47 / 4%);
  font-size: .75rem;
  margin-bottom: 24px;
}
.hero-eyebrow { margin-bottom: 32px; }
.kicker::before {
  content: '';
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgb(79 164 45 / 10%);
}
.home-services > .container > .kicker,
.home-history > .container > .kicker { display: flex; }
.home-stats .kicker, .authority-copy .kicker { display: none; }

.hero, .page-hero {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--glass-line);
  border-radius: 36px;
  background:
    radial-gradient(ellipse at 7% 10%, rgb(154 207 124 / 27%), transparent 50%),
    radial-gradient(ellipse at 98% 80%, rgb(113 174 207 / 22%), transparent 52%),
    linear-gradient(120deg, #f1f8ed, #fafdfb 46%, #eef5f5);
  box-shadow: inset 0 0 0 6px rgb(255 255 255 / 35%), 0 24px 60px rgb(37 77 62 / 6%);
}
.hero::before, .page-hero::before, .home-services::before, .cta::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: linear-gradient(rgb(52 100 83 / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(52 100 83 / 6%) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse at 85% 65%, #000, transparent 65%);
  mask-image: radial-gradient(ellipse at 85% 65%, #000, transparent 65%);
}
.hero-stage { padding-block: 92px 124px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { font-weight: 500; letter-spacing: -.06em; }
h1 span {
  color: #367c20;
  background: linear-gradient(115deg, #28651d, #489331 60%, #25683d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-photo { isolation: isolate; padding: 18px 0 28px; }
.hero-photo::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 5px -12px 17px;
  border: 1px solid rgb(255 255 255 / 92%);
  border-radius: 34px;
  background: linear-gradient(140deg, rgb(255 255 255 / 88%), rgb(224 238 220 / 48%));
  box-shadow: 0 30px 70px rgb(30 66 65 / 16%), inset 0 0 0 5px rgb(255 255 255 / 35%);
  transform: rotate(3deg);
}
.hero-photo > img {
  border: 6px solid rgb(255 255 255 / 84%);
  border-radius: 28px;
  box-shadow: 0 12px 30px rgb(16 42 67 / 12%);
}
.photo-note {
  z-index: 2;
  border: 1px solid var(--glass-line);
  border-radius: 16px;
  background: linear-gradient(130deg, rgb(255 255 255 / 95%), rgb(248 252 248 / 86%));
  box-shadow: 0 16px 36px rgb(26 61 55 / 15%), inset 0 1px white;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.photo-note .note-symbol {
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: 12px;
  background: linear-gradient(140deg, #f0fae8, #d6eccc);
  box-shadow: inset 0 1px white;
}
.home-stats {
  position: relative;
  z-index: 1;
  margin-top: -38px;
  padding-block: 0 80px;
}
.stats {
  padding: 40px 24px;
  border: 1px solid var(--glass-line);
  border-radius: 24px;
  background: linear-gradient(135deg, rgb(255 255 255 / 95%), rgb(246 251 244 / 89%));
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.stat strong { font-weight: 650; }

.home-services { position: relative; isolation: isolate; background: radial-gradient(ellipse at 0 30%, #dfedd5, transparent 60%), radial-gradient(ellipse at 100% 75%, #e2edf4, transparent 55%), #f4f8f3; }
.home-services::before { -webkit-mask-image: linear-gradient(transparent, #000 40%, transparent); mask-image: linear-gradient(transparent, #000 40%, transparent); }
.cards--services { gap: var(--content-gap); margin-top: 60px; }
.service-card {
  position: relative;
  border-radius: 31px;
  padding: 12px;
  background: linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(255 255 255 / 45%));
  box-shadow: var(--glass-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 12%;
  right: 12%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #82b8d0, transparent);
}
.service-card:nth-child(2)::before { background: linear-gradient(90deg, transparent, #92c578, transparent); }
.card-image { border-radius: 23px; border: 1px solid white; box-shadow: 0 6px 18px rgb(41 72 62 / 5%); }
.card-body { border: 0; border-radius: 0 0 23px 23px; background: transparent; padding: 40px 32px 32px; }
.card-title h3 {
  display: inline-flex;
  padding: 6px 11px;
  color: #235777;
  background: #e8f1f6;
  border: 1px solid #d7e5ee;
  border-radius: 9px;
  font-size: .75rem;
  margin-bottom: 22px;
}
.service-card:nth-child(2) .card-title h3 { color: var(--green-dark); background: #e9f4e3; border-color: #d6e9ca; }
.service-card .ticks li { border-bottom: 1px solid rgb(64 106 82 / 9%); padding-block: 12px; }
.service-card .ticks li:last-child { border: 0; }
.service-card .card-link { border-top-color: rgb(79 124 95 / 18%); }
.service-card:first-child .card-link { color: #235777; }
.card-link > span:last-child, .collaboration-link > span:last-child {
  display: inline-grid;
  place-items: center;
  flex: 0 0 33px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgb(87 151 63 / 9%);
}
.service-card:first-child .card-link > span { background: rgb(35 87 119 / 8%); }
.authority-logo, .logo-box { border-color: #e3ebe0; background: linear-gradient(135deg, #fff, #f8fbf6); box-shadow: inset 0 1px white, 0 8px 22px rgb(28 67 50 / 4%); }

.region-visual, .company-team-photo { border: 7px solid white; border-radius: 30px; box-shadow: var(--glass-shadow); }
.region-visual img { border-radius: 23px; }
.region-copy { border-left: 2px solid #d7e8cb; padding-left: 30px; }
.home-synergy {
  position: relative;
  isolation: isolate;
  border: 1px solid #345562;
  border-radius: 36px;
  background: radial-gradient(ellipse at 90% 0, rgb(87 155 65 / 34%), transparent 54%), radial-gradient(ellipse at 0 100%, rgb(57 116 154 / 38%), transparent 55%), #102a43;
  box-shadow: 0 30px 70px rgb(16 42 67 / 15%), inset 0 1px rgb(255 255 255 / 22%);
}
.home-synergy::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 7px;
  border: 1px solid rgb(223 246 235 / 12%);
  border-radius: 29px;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0 79px, rgb(210 239 227 / 4%) 79px 80px);
}
.home-synergy::after {
  content: '';
  position: absolute;
  inset: 0 15% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bce5a8, transparent);
  pointer-events: none;
}
.collaboration-glass-header { gap: 32px; margin-bottom: 34px; }
.collaboration-points { gap: 32px; margin-block: 52px; }
.collaboration-footer { padding-top: 34px; }
.collaboration-emblem {
  width: 78px;
  height: 78px;
  flex-basis: 78px;
  padding: 7px;
  border-radius: 20px;
  border-color: rgb(215 245 199 / 46%);
  background: linear-gradient(140deg, rgb(255 255 255 / 28%), rgb(255 255 255 / 6%));
  box-shadow: 0 14px 30px rgb(0 0 0 / 16%), inset 0 1px rgb(255 255 255 / 40%);
}
.collaboration-emblem-face { display: grid; place-items: center; width: 100%; height: 100%; border: 1px solid rgb(255 255 255 / 30%); border-radius: 13px; background: linear-gradient(140deg, #4a9932, #2f741b); color: white; }
.collaboration-point { padding: 32px; border-color: rgb(230 251 240 / 20%); background: linear-gradient(125deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 3%)); box-shadow: inset 0 1px rgb(255 255 255 / 7%), 0 14px 30px rgb(0 0 0 / 7%); }
.collaboration-link > span:last-child { background: rgb(168 225 139 / 12%); }

.home-history { background: linear-gradient(#fbfcfb, #f7faf5); }
.time { position: relative; border-color: #d9e6d2; }
.time::before { content: ''; position: absolute; top: -5px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px #eaf4e3; }
.cta {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--glass-line);
  border-radius: 32px;
  background: radial-gradient(ellipse at 100% 100%, rgb(138 199 105 / 32%), transparent 60%), radial-gradient(ellipse at 0 0, rgb(132 183 206 / 20%), transparent 45%), #f0f7ec;
  box-shadow: var(--glass-shadow);
  padding: 64px;
  gap: 56px;
}
.footer { background: linear-gradient(150deg, #f5f9f2, #f7fafb); border-top-color: #e3ebe0; }

/* Shared treatment for the service, company and contact pages. */
.it-hero-visual, .elektro-hero-visual, .pv-hero-visual {
  padding: 9px;
  border: 1px solid white;
  border-radius: 28px;
  background: linear-gradient(135deg, rgb(255 255 255 / 92%), rgb(255 255 255 / 35%));
  box-shadow: var(--glass-shadow);
}
.panel:not(.legal-panel), .job, .relationship-steps li {
  border: 1px solid rgb(218 230 212 / 88%);
  border-radius: 22px;
  background: linear-gradient(140deg, #fff, #f6faf4);
  box-shadow: inset 0 1px white, 0 12px 35px rgb(30 65 48 / 6%);
}
.content-grid .panel { outline: none; }
.reference-card { border: 1px solid white; box-shadow: var(--glass-shadow); background: #fff; border-radius: 22px; }
.energy-project { border: 5px solid white; box-shadow: var(--glass-shadow); border-radius: 27px; }
.service-overview { background: linear-gradient(135deg, #f4f8f0, #f0f6f7); }
.service-page--it .step-number { color: #235777; }
.legal-page .page-hero { box-shadow: none; }
.legal-page h2 { font-weight: 700; }

/* Restore the manufacturer's original tile layout and calibrated logo crops. */
.service-page .logo-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-page .tech-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-page .tech-grid--two { max-width: 760px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-page .logo-box { display: grid; place-items: center; min-width: 0; padding: 24px; box-shadow: none; }
/* Technologiepartner */
.service-page .logo-strip {
  gap: 14px;
  margin-top: 58px;
  padding: 14px;
  border: 1px solid rgba(48, 97, 74, .11);
  border-radius: 32px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 24px 65px rgba(32, 72, 54, .07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.service-page .logo-box {
  min-height: 145px;
  border: 1px solid rgba(49, 99, 74, .1);
  border-radius: 21px;
  background: rgba(255, 255, 255, .72);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.service-page .logo-box:hover {
  transform: translateY(-5px);
  border-color: rgba(85, 169, 49, .28);
  background: #fff;
  box-shadow: 0 18px 35px rgba(34, 78, 57, .08);
}

.service-page .partner-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-page .partner-logo-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.service-page .partner-logo {
  display: block;
  width: auto;
  max-width: min(215px, 84%);
  max-height: 68px;
  object-fit: contain;
}

.service-page .partner-logo--eltako,
.service-page .partner-logo--sma {
  max-height: 76px;
}

.service-page .partner-logo--shelly {
  width: 165px;
}

.service-page .partner-logo--homematic,
.service-page .partner-logo--hager,
.service-page .partner-logo--sungrow {
  max-width: min(225px, 86%);
}

.service-page .partner-logo--byd,
.service-page .partner-logo--fronius {
  max-height: 78px;
}

.service-page--it .partner-logo-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.service-page--it .partner-logo {
  display: block;
  width: auto;
  max-width: min(220px, 86%);
  max-height: 66px;
  object-fit: contain;
}

.service-page--it .partner-logo-crop {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.service-page--it .partner-logo-crop--microsoft {
  position: relative;
  width: min(220px, 88%);
  height: 62px;
}

.service-page--it .partner-logo--microsoft {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(1.45);
}

.service-page--it .partner-logo--securepoint {
  max-width: 178px;
  max-height: 72px;
}

.service-page--it .partner-logo--opnsense {
  max-width: 205px;
  max-height: 68px;
}

.service-page--it .partner-logo--starface {
  max-width: 215px;
  max-height: 65px;
}

.service-page--it .partner-logo-backdrop--wortmann {
  width: min(235px, 90%);
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 16px 20px;
  border-radius: 14px;
  background: #173d67;
  box-shadow: 0 12px 25px rgba(18, 54, 91, .13);
}

.service-page--it .partner-logo--wortmann {
  width: 100%;
  max-width: none;
  max-height: 36px;
}

.service-page--it .partner-logo-crop--supermicro {
  position: relative;
  width: 220px;
  height: 90px;
}

.service-page--it .partner-logo--supermicro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

.service-page--it .partner-logo--lenovo {
  width: 178px;
  max-width: 72%;
  max-height: 58px;
}

.service-page--it .partner-logo-backdrop--omada {
  width: min(225px, 90%);
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px 22px;
  border-radius: 14px;
  background: #043b42;
  box-shadow: 0 12px 25px rgba(4, 59, 66, .13);
}

.service-page--it .partner-logo--omada {
  width: 174px;
  max-width: 100%;
  max-height: 62px;
}

.service-page--it .partner-logo--reddoxx {
  width: 235px;
  max-width: 88%;
  max-height: 66px;
}

.service-page--it .partner-logo-crop--synology {
  position: relative;
  width: 235px;
  height: 72px;
}

.service-page--it .partner-logo--synology {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 348px;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

.service-page--it .partner-logo--veeam {
  width: 215px;
  max-width: 82%;
  max-height: 84px;
}

.service-page--it .partner-logo-crop--ninjaone {
  position: relative;
  width: 220px;
  height: 72px;
  border-radius: 11px;
}

.service-page--it .partner-logo--ninjaone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 292px;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}


@media (max-width: 860px) {
  .service-page .tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .service-page .tech-grid, .service-page .tech-grid--two, .service-page .partner-grid--five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-page .logo-box { min-height: 120px; }
}
@media (max-width: 480px) {
  .service-page .tech-grid, .service-page .tech-grid--two, .service-page .partner-grid--five { grid-template-columns: minmax(0, 1fr); }
  .service-page .logo-strip { padding: 10px; border-radius: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-page .logo-box:hover, .service-page .partner-logo-card::after { transform: none; }
}

/* Typography sizes from the original css/style.css and css/home-hero.css. */
body { font-size: 1.0625rem; }
.nav-links { font-size: .93rem; }
.btn { font-size: .94rem; }
.hero-actions .btn { font-size: .87rem; }
.hero-copy h1 { font-size: clamp(4.25rem, 7.2vw, 7.45rem); line-height: 1.02; }
.hero-copy > p { font-size: clamp(1.02rem, 1.3vw, 1.2rem); }
.hero-proof { font-size: .73rem; }
.home-page .section h2 { font-size: clamp(3.2rem, 5.2vw, 5.8rem); font-weight: 500; }
.home-page .section .lead { font-size: clamp(1rem, 1.25vw, 1.16rem); }
.home-page .card-title h3 { font-size: 1rem; font-weight: 800; }
.home-page .service-promise { font-size: clamp(1.7rem, 2.35vw, 2.5rem); }
.home-page .card-body > p { font-size: 1rem; }
.home-page .ticks li { font-size: .91rem; }
.card-link { font-size: 1rem; }
.home-page .stat strong { font-size: clamp(3.5rem, 5vw, 5.4rem); }
.home-page .stat span { font-size: .84rem; }
.home-page .region-copy h2 { max-width: none; }
.home-page .region-copy p { font-size: clamp(.94rem, 1.15vw, 1.05rem); }
.home-page .home-synergy .collaboration-title-group h2 { font-size: clamp(1.9rem, 3.25vw, 3rem); font-weight: 650; }
.collaboration-eyebrow, .collaboration-number { font-size: .875rem; }
.collaboration-lead { font-size: 1.125rem; }
.collaboration-point h3 { font-size: 1.1875rem; }
.collaboration-point p { font-size: 1rem; }
.collaboration-footer p { font-size: .9375rem; }
.collaboration-link { font-size: 1rem; }
.home-page .time strong { font-size: 1.85rem; }
.home-page .time p { font-size: .92rem; }
.home-page .cta h2 { font-size: clamp(3rem, 4.7vw, 5.25rem); }
.home-page .cta-copy > p { font-size: 1.04rem; }
.cta-steps { font-size: .78rem; }
.footer h4 { font-size: 1rem; }
.footer-grid p, .footer-grid a, .footer-grid span { font-size: 1em; }
.footer .footer-sub-link, .copyright { font-size: .86rem; }

.subpage .page-hero h1 { font-size: clamp(3.7rem, 6.7vw, 7rem); }
.subpage .page-hero .lead { font-size: clamp(1.08rem, 1.45vw, 1.3rem); }
.subpage .section h2 { font-size: clamp(2.75rem, 5vw, 5.35rem); }
.subpage h3 { font-size: clamp(1.28rem, 1.8vw, 1.62rem); }
.subpage .lead { font-size: clamp(1.05rem, 1.45vw, 1.28rem); }
.service-page--it .page-hero h1 { font-size: clamp(2.7rem, 3.65vw, 4.35rem); }
.service-page--electro .page-hero h1 { font-size: clamp(3.1rem, 3.8vw, 4.7rem); }
.service-page--pv .page-hero h1 { font-size: clamp(3.4rem, 4.35vw, 5.25rem); }
.service-page .relationship-intro h2, .service-page .energy-copy h2 { font-size: clamp(2.3rem, 3.5vw, 3.6rem); }
.service-page .panel h3 { font-size: clamp(1.35rem, 1.8vw, 1.7rem); }
.subpage .panel > p { font-size: 1em; }
.subpage .relationship-steps h3, .subpage .energy-links h3 { font-size: 1.25rem; }
.relationship-steps p, .energy-links p { font-size: 1rem; }
.energy-project figcaption strong { font-size: 1.35rem; }
.energy-project figcaption a { font-size: .9375rem; }
.reference-card figcaption > strong { font-size: clamp(.9rem, 1.25vw, 1.05rem); }
.career-page .job h3 { font-size: clamp(1.75rem, 2.6vw, 2.45rem); }
.subpage .cta h2 { font-size: clamp(2.45rem, 4.3vw, 4.65rem); }
.contact-page .form-heading { font-size: clamp(1.75rem, 2.6vw, 2.4rem); }
.legal-page .legal-panel h2 { font-size: clamp(1.35rem, 2vw, 1.75rem); }

/* Give the restored headline sizes room beside the images. */
.hero-stage > *, .region-stage > *, .cta > *,
.it-hero-grid > *, .elektro-hero-grid > *, .pv-hero-grid > * { min-width: 0; }
main h1, main h2, main h3, .service-promise { overflow-wrap: break-word; }
.home-page .hero-stage { width: min(1480px, calc(100% - 80px)); grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(40px, 4vw, 64px); }
.service-page .it-hero-grid, .service-page .elektro-hero-grid, .service-page .pv-hero-grid { width: min(1480px, calc(100% - 72px)); grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }

@media (min-width: 1680px) and (min-height: 900px) and (max-height: 1200px) {
  .hero-copy h1 { font-size: clamp(5.6rem, 5.7vw, 6.85rem); }
}
@media (max-height: 760px) and (min-width: 701px) {
  .hero-copy h1 { font-size: clamp(3.6rem, 6.4vw, 5.8rem); }
}
@media (max-width: 1120px) {
  .home-page .hero-stage,
  .service-page .it-hero-grid, .service-page .elektro-hero-grid, .service-page .pv-hero-grid { width: var(--container); grid-template-columns: minmax(0, 1fr); }
  .hero-photo { width: min(620px, 100%); margin-inline: auto; }
  .service-page .it-hero-visual, .service-page .elektro-hero-visual, .service-page .pv-hero-visual { width: min(760px, 100%); margin-inline: auto; }
}
@media (max-width: 980px) {
  .cta { grid-template-columns: minmax(0, 1fr); }
  .cta-contact, .cta > .actions { justify-self: start; }
}
@media (max-width: 900px) {
  .subpage .page-hero h1 { font-size: clamp(3.2rem, 10vw, 5.4rem); }
  .service-page--it .page-hero h1 { font-size: clamp(2.2rem, 6.8vw, 3.9rem); }
}
@media (max-width: 720px) {
  .subpage .page-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .service-page--electro .page-hero h1, .service-page--pv .page-hero h1 { font-size: clamp(2.55rem, 11.5vw, 4.1rem); }
  .service-page--it .page-hero h1 { font-size: clamp(2.2rem, 6.8vw, 3.9rem); }
}
@media (max-width: 700px) {
  .hero-copy h1 { font-size: clamp(3.4rem, 16.1vw, 5rem); }
  .hero-copy > p { font-size: .98rem; }
  .home-page .section h2, .home-page .cta h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .home-page .stat strong { font-size: clamp(2.75rem, 13vw, 4rem); }
}
@media (max-width: 620px) {
  body { font-size: 1rem; }
  .home-page .home-synergy .collaboration-title-group h2 { font-size: clamp(1.7rem, 7.2vw, 2.4rem); }
  .collaboration-lead { font-size: 1rem; }
}
@media (max-width: 560px) {
  .service-page--it .page-hero h1 { font-size: clamp(1.9rem, 8.5vw, 2.9rem); }
  .service-page .relationship-intro h2, .service-page .energy-copy h2 { font-size: clamp(2rem, 8.7vw, 2.75rem); }
}
@media (max-width: 480px) {
  .hero-copy h1 { font-size: clamp(3.05rem, 15.2vw, 4rem); }
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover { transform: translateY(-6px); border-color: #bdd6b0; box-shadow: 0 32px 70px rgb(29 66 61 / 16%), inset 0 1px white; }
  .service-card:first-child:hover { border-color: #b8d1df; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-photo { animation: commeco-arrive .65s both; }
  .hero-photo { animation-delay: .12s; }
  @keyframes commeco-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1180px) {
  .nav { min-height: 70px; padding-inline: 18px; }
  .nav-links { border-radius: 0 0 22px 22px; }
  .submenu { box-shadow: none; background: transparent; }
  .card-body { padding: 34px 24px 28px; }
  .collaboration-point { padding: 28px; }
  .cta { padding: 44px; gap: 36px; }
}
@media (max-width: 820px) {
  :root { --section-space: 80px; --content-gap: 28px; }
  .hero, .page-hero, .home-synergy { border-radius: 26px; }
  .hero-stage { padding-block: 56px 94px; gap: 48px; }
  .page-hero { padding-block: 60px; }
  .home-authority { padding-block: 60px; }
  .home-region { padding-top: 28px; }
  .hero-photo::before { inset-inline: -5px; transform: rotate(2deg); }
  .home-stats { margin-top: -30px; padding-bottom: 56px; }
  .stats { padding: 32px 12px; }
  .cards--services { gap: 32px; margin-top: 44px; }
  .region-stage, .relationship-layout, .energy-layout, .company-story-layout, .contact-grid { gap: 44px; }
  .it-hero-grid, .elektro-hero-grid, .pv-hero-grid { gap: 42px; }
  .region-copy { padding-left: 22px; }
  .collaboration-points { gap: 20px; margin-block: 38px; }
  .cta { border-radius: 26px; padding: 38px; gap: 30px; }
  .home-synergy::before { border-radius: 19px; }
  .authority-logos, .logo-strip { gap: 16px; }
  .footer { padding-block: 64px 28px; }
}
@media (max-width: 520px) {
  :root { --section-space: 72px; --content-gap: 24px; }
  main h1 { margin-bottom: 28px; }
  main h2 { margin-bottom: 22px; }
  .hero-stage { padding-block: 48px 86px; gap: 40px; }
  .page-hero { padding-block: 52px; }
  .hero-copy > p { margin-bottom: 32px; }
  .hero-proof { margin-top: 30px; gap: 10px 14px; }
  .site-header { padding-block: 7px; }
  .nav { min-height: 68px; padding-inline: 10px; border-radius: 17px; }
  .brand-lockup { gap: 8px; }
  .commeco-logo { width: 122px; }
  .kuhn-logo { width: 44px; }
  .hero-eyebrow { max-width: 100%; font-size: .75rem; padding-inline: 11px; gap: 8px; }
  .hero-eyebrow::before { flex: 0 0 6px; }
  .hero-photo > img { border-width: 4px; border-radius: 23px; }
  .hero-photo::before { border-radius: 26px; }
  .hero-photo { animation: none; }
  .photo-note { border-radius: 13px; }
  .stats { padding: 28px 6px; border-radius: 21px; row-gap: 30px; }
  .stat { padding-inline: 10px; }
  .service-card { padding: 9px; border-radius: 27px; }
  .card-image { border-radius: 19px; }
  .card-body { padding: 30px 19px 24px; }
  .card-link { gap: 10px; }
  .panel:not(.legal-panel):not(.leadership-card), .job { padding: 28px; }
  .relationship-steps li { padding: 24px; }
  .collaboration-point { padding: 26px; }
  .energy-links > a { padding: 20px 16px; }
  .reference-card figcaption { padding: 24px; }
  .leadership-copy { padding: 24px 18px; }
  .timeline { gap: 28px 20px; margin-top: 42px; }
  .authority-logos, .logo-strip { gap: 12px; margin-top: 32px; }
  .form { gap: 24px; }
  .region-copy { padding-left: 18px; }
  .cta { padding: 32px 24px; gap: 28px; }
  .photo-note, .stats { -webkit-backdrop-filter: none; backdrop-filter: none; background: #fafdf9; }
}
@media (prefers-reduced-motion: reduce) {
  .service-card:hover, .btn:hover, .partner-logo-card:hover, .card-link:hover span { transform: none; }
}
@media (forced-colors: active) {
  h1 span { background: none; -webkit-text-fill-color: currentColor; }
  .hero::before, .page-hero::before, .home-services::before, .cta::before, .hero-photo::before { display: none; }
}
@media print {
  :root { --section-space: 24px; }
  .hero-stage, .page-hero { padding-block: 24px; }
  h1 span { background: none; -webkit-text-fill-color: currentColor; }
  .hero::before, .page-hero::before, .home-services::before, .cta::before, .hero-photo::before, .home-synergy::before, .home-synergy::after { display: none; }
  .hero, .page-hero, .home-synergy, .cta, .stats, .service-card { background: white; box-shadow: none; color: var(--ink); }
  .home-stats { margin: 0; }
}
