/*
Theme Name: ADT Solutions
Theme URI: https://www.adtsolutions.de/
Author: ADT Solutions GmbH
Author URI: https://www.adtsolutions.de/
Description: Eigenes Full-Site-Editing-Block-Theme für ADT Solutions GmbH.
Requires at least: 6.6
Requires PHP: 8.1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adt-solutions
*/

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* Winterdienst section — isolated from the approved homepage, PV and heat-pump pages. */
.winter-site {
  min-width: 0;
  overflow-x: clip;
  background: var(--white);
}

.winter-subnav {
  position: relative;
  z-index: 18;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  background: rgb(255 255 255 / 97%);
}

.winter-subnav > div {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  gap: clamp(1.2rem, 2.7vw, 2.8rem);
  padding: 0 var(--page-pad);
}

.winter-subnav a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 680;
  white-space: nowrap;
}

.winter-subnav a:hover,
.winter-subnav a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.winter-site .pv-hero-image {
  object-position: center;
}

.winter-traffic-page .pv-hero-image {
  object-position: center 58%;
}

.pv-icon-map { --pv-icon: url('assets/icons/stats/map.svg'); }
.pv-icon-building { --pv-icon: url('assets/icons/stats/building.svg'); }
.pv-icon-users { --pv-icon: url('assets/icons/stats/users.svg'); }
.pv-icon-area-plan { --pv-icon: url('assets/icons/winter/area-plan.svg'); }
.pv-icon-person-equipment { --pv-icon: url('assets/icons/winter/person-equipment.svg'); }
.pv-icon-team-coordinate { --pv-icon: url('assets/icons/winter/team-coordinate.svg'); }
.pv-icon-logistics { --pv-icon: url('assets/icons/winter/logistics.svg'); }
.pv-icon-building-complex { --pv-icon: url('assets/icons/winter/building-complex.svg'); }
.pv-icon-building-admin { --pv-icon: url('assets/icons/winter/building-admin.svg'); }
.pv-icon-residential-complex { --pv-icon: url('assets/icons/winter/residential-complex.svg'); }
.pv-icon-multi-location { --pv-icon: url('assets/icons/winter/multi-location.svg'); }
.pv-icon-high-frequency { --pv-icon: url('assets/icons/winter/high-frequency.svg'); }
.pv-icon-platform-area { --pv-icon: url('assets/icons/winter/platform-area.svg'); }
.pv-icon-access-plan { --pv-icon: url('assets/icons/winter/access-plan.svg'); }

.winter-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy-deep);
}

.winter-stat {
  min-width: 0;
  min-height: 228px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 1.1rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-right: 1px solid rgb(255 255 255 / 15%);
}

.winter-stat:last-child {
  border-right: 0;
}

.winter-stat-icon {
  grid-row: 1 / 3;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  align-self: center;
  border: 1px solid rgb(105 167 255 / 38%);
  border-radius: 50%;
}

.winter-stat-icon .pv-icon {
  width: 26px;
  height: 26px;
  background: #69a7ff;
}

.winter-stat > strong {
  align-self: end;
  font-size: clamp(1.55rem, 2.35vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.winter-stat > span:last-child {
  max-width: 220px;
  align-self: start;
  margin-top: 0.65rem;
  color: #b8c6d6;
  font-size: 0.7rem;
  line-height: 1.45;
}

.winter-section-lead {
  scroll-margin-top: 120px;
}

.winter-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.winter-audience-grid article {
  min-width: 0;
  min-height: 310px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: var(--white);
}

.winter-audience-grid article > span {
  color: var(--blue);
  font-size: 0.64rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.winter-audience-grid h3 {
  margin: 3.5rem 0 0;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.winter-audience-grid p {
  margin: 1rem 0 0;
  color: var(--slate);
  font-size: 0.78rem;
  line-height: 1.65;
}

.winter-reach {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  color: var(--white);
  background: var(--navy-deep);
}

.winter-map-wrap {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(260px, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  padding: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  background:
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    #10253b;
  background-size: 52px 52px;
}

.winter-map-coverage {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.winter-map-coverage strong {
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.winter-map-coverage span {
  max-width: 220px;
  color: #b8c6d6;
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.5;
}

.winter-map-figure {
  position: relative;
  width: min(100%, 390px);
  justify-self: center;
  filter: drop-shadow(0 24px 50px rgb(0 0 0 / 28%));
}

.winter-map-figure > img {
  width: 100%;
  height: auto;
}

.winter-kiel-marker {
  position: absolute;
  z-index: 3;
  top: 12.974%;
  left: 46.887%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  transform: translate(-7px, -7px);
  white-space: nowrap;
}

.winter-kiel-marker i {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--navy-deep);
  box-shadow: 0 0 0 7px rgb(255 255 255 / 13%);
}

.winter-kiel-marker span {
  padding: 0.42rem 0.6rem;
  border: 1px solid rgb(255 255 255 / 20%);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.015em;
  background: rgb(6 19 33 / 88%);
  backdrop-filter: blur(8px);
}

.winter-reach-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem);
}

.winter-reach-copy h2,
.winter-infra-teaser h2,
.winter-multi-site h2,
.winter-infra-detail h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.winter-reach-copy > p:not(.eyebrow),
.winter-infra-teaser > div:last-child > p:not(.eyebrow),
.winter-multi-site p:not(.eyebrow),
.winter-infra-detail > div:last-child > p:not(.eyebrow) {
  max-width: 720px;
  margin: 1.2rem 0 0;
  color: #b8c6d6;
  font-size: 0.84rem;
  line-height: 1.75;
}

.winter-reach-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.2rem;
  background: rgb(255 255 255 / 15%);
}

.winter-reach-facts p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 1.35rem;
  background: #10253b;
}

.winter-reach-facts span {
  color: #91a4ba;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.winter-reach-facts strong {
  font-size: 1rem;
}

.winter-reach-copy > .button {
  width: fit-content;
  margin-top: 2rem;
}

.winter-real-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.winter-real-gallery figure {
  min-width: 0;
  margin: 0;
  background: var(--white);
}

.winter-real-gallery figure:first-child {
  grid-row: span 2;
}

.winter-real-gallery img {
  width: 100%;
  height: clamp(420px, 57vw, 760px);
  display: block;
  object-fit: cover;
}

.winter-real-gallery figure:first-child img {
  height: clamp(610px, 68vw, 920px);
}

.winter-real-gallery figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.3rem 1.5rem 1.6rem;
}

.winter-real-gallery figcaption strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.winter-real-gallery figcaption span {
  color: var(--slate);
  font-size: 0.72rem;
  line-height: 1.5;
}

.pv-section-dark .winter-real-gallery {
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 14%);
}

.pv-section-dark .winter-real-gallery figure,
.pv-section-dark .winter-real-gallery figcaption {
  background: #10253b;
}

.pv-section-dark .winter-real-gallery figcaption strong { color: var(--white); }
.pv-section-dark .winter-real-gallery figcaption span { color: #b8c6d6; }

.winter-infra-teaser,
.winter-infra-detail {
  min-height: 700px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy-deep);
}

.winter-infra-image,
.winter-infra-detail > div:first-child {
  min-height: 700px;
  overflow: hidden;
}

.winter-infra-image img,
.winter-infra-detail > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winter-infra-image img { object-position: center 58%; }

.winter-infra-teaser > div:last-child,
.winter-infra-detail > div:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem);
}

.winter-infra-teaser .button {
  width: fit-content;
  margin-top: 2rem;
}

.winter-season-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.winter-season-note > div { max-width: 900px; }
.winter-season-note h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.8rem); line-height: 1.05; letter-spacing: -0.045em; }
.winter-season-note p:not(.eyebrow) { max-width: 760px; color: var(--slate); font-size: 0.82rem; line-height: 1.7; }
.winter-season-note [aria-disabled='true'] { cursor: default; opacity: 0.58; }

.winter-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.winter-property-grid article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem;
  background: var(--white);
}

.winter-property-grid .pv-icon {
  width: 34px;
  height: 34px;
}

.winter-property-grid h3 { margin: 2rem 0 0; font-size: 1rem; }

.winter-multi-site {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  color: var(--white);
  background: var(--navy-deep);
}

.winter-multi-site > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem);
}

.winter-multi-site .button { width: fit-content; margin-top: 2rem; }

.winter-site-network {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgb(37 99 235 / 24%), transparent 42%),
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    #10253b;
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.winter-site-map {
  position: relative;
  width: min(64%, 370px);
  aspect-ratio: 520 / 700;
}

.winter-site-map > img,
.winter-site-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.winter-site-map > img {
  opacity: 0.68;
  filter: saturate(0.78);
}

.winter-site-links {
  z-index: 1;
  overflow: visible;
  fill: none;
  stroke: rgb(184 212 255 / 62%);
  stroke-width: 0.35;
  stroke-dasharray: 1.4 1.7;
  vector-effect: non-scaling-stroke;
}

.winter-object-pin {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgb(37 99 235 / 23%);
  transform: translate(-50%, -50%);
}

.winter-object-pin-a { top: 21%; left: 43%; }
.winter-object-pin-b { top: 39%; left: 35%; }
.winter-object-pin-c { top: 50%; left: 62%; }
.winter-object-pin-d { top: 71%; left: 44%; }

.winter-coordination-hub {
  position: absolute;
  z-index: 3;
  top: 58%;
  left: 53%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(184 212 255 / 75%);
  border-radius: 50%;
  background: var(--navy-deep);
  box-shadow: 0 0 0 8px rgb(37 99 235 / 18%), 0 16px 30px rgb(6 19 33 / 34%);
  transform: translate(-50%, -50%);
}

.winter-coordination-hub .pv-icon {
  width: 27px;
  height: 27px;
  background: #69a7ff;
}

.winter-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 50px rgb(13 27 42 / 6%);
}

.winter-form > fieldset {
  margin: 0;
  padding: 0 0 2.2rem;
  border: 0;
}

.winter-form > fieldset + fieldset {
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.winter-form > fieldset > legend {
  margin-bottom: 1.25rem;
  padding: 0;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 760;
}

.winter-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.winter-form-grid > label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 700;
}

.winter-form-wide { grid-column: 1 / -1; }

.winter-form-grid input,
.winter-form-grid select,
.winter-form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cbd5e1;
  border-radius: 0;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
}

.winter-form-grid textarea { min-height: 130px; resize: vertical; }
.winter-form-grid input[type='file'] { padding: 0.6rem; }

.winter-form-grid input:focus,
.winter-form-grid select:focus,
.winter-form-grid textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgb(37 99 235 / 16%);
  outline-offset: 1px;
}

.winter-check-group {
  min-width: 0;
  margin: 0;
  padding: 1.1rem;
  border: 1px solid #cbd5e1;
}

.winter-check-group legend {
  padding-inline: 0.25rem;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 700;
}

.winter-check-group label {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy);
  font-size: 0.75rem;
}

.winter-check-group input,
.winter-consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--blue);
}

.winter-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
  color: var(--slate);
  font-size: 0.7rem;
  line-height: 1.55;
}

.winter-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.winter-form > .button { min-height: 48px; }

.winter-infra-detail > div:last-child .pv-check-list { margin-top: 1.8rem; }

@media (max-width: 1180px) {
  .winter-subnav > div { padding-inline: 2rem; }
  .winter-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .winter-stat { border-bottom: 1px solid rgb(255 255 255 / 15%); }
  .winter-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .winter-subnav > div { justify-content: flex-start; gap: 1.6rem; padding-inline: 1.5rem; }
  .winter-reach,
  .winter-infra-teaser,
  .winter-infra-detail,
  .winter-multi-site { grid-template-columns: 1fr; }
  .winter-map-wrap,
  .winter-infra-image,
  .winter-infra-detail > div:first-child,
  .winter-site-network { min-height: 520px; }
  .winter-map-figure { width: min(44vw, 330px); }
  .winter-site-map { width: min(54vw, 370px); }
  .winter-reach-copy,
  .winter-infra-teaser > div:last-child,
  .winter-infra-detail > div:last-child,
  .winter-multi-site > div:first-child { padding: 5rem 1.5rem; }
  .winter-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .winter-subnav { display: none; }
  .winter-site .pv-hero-image { object-position: 62% center; }
  .winter-traffic-page .pv-hero-image { object-position: 48% 58%; }
  .winter-stats { grid-template-columns: 1fr; }
  .winter-stat {
    min-height: 132px;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 1.25rem;
    border-right: 0;
  }
  .winter-audience-grid,
  .winter-property-grid,
  .winter-form-grid,
  .winter-real-gallery { grid-template-columns: 1fr; }
  .winter-audience-grid article { min-height: 240px; }
  .winter-audience-grid h3 { margin-top: 2.5rem; }
  .winter-map-wrap,
  .winter-infra-image,
  .winter-infra-detail > div:first-child,
  .winter-site-network { min-height: 390px; }
  .winter-map-wrap {
    min-height: 590px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    gap: 1.4rem;
    padding: 2rem 1.25rem;
  }
  .winter-map-coverage { align-items: center; text-align: center; }
  .winter-map-coverage strong { font-size: clamp(1.45rem, 7vw, 2rem); }
  .winter-map-coverage span { max-width: 260px; }
  .winter-map-figure { width: min(72vw, 280px); }
  .winter-site-map { width: min(76vw, 290px); }
  .winter-kiel-marker span { font-size: 0.6rem; }
  .winter-reach-copy,
  .winter-infra-teaser > div:last-child,
  .winter-infra-detail > div:last-child,
  .winter-multi-site > div:first-child { padding: 4.5rem 1.25rem; }
  .winter-reach-facts { grid-template-columns: 1fr; }
  .winter-real-gallery figure:first-child { grid-row: auto; }
  .winter-real-gallery img,
  .winter-real-gallery figure:first-child img { height: min(125vw, 620px); }
  .winter-season-note { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .winter-season-note .button { width: 100%; }
  .winter-form { padding: 1.25rem; }
  .winter-form-wide { grid-column: auto; }
  .winter-form > .button { width: 100%; }
  .winter-property-grid article { min-height: 150px; }
}

:root {
  --navy: #0d1b2a;
  --navy-deep: #061321;
  --navy-soft: #10263b;
  --blue: #2563eb;
  --blue-light: #4a95ff;
  --slate: #334155;
  --muted: #64748b;
  --line: #d9e1eb;
  --light: #f5f7fb;
  --white: #ffffff;
  --page-pad: max(3rem, calc((100vw - 1340px) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -6rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: var(--white);
  background: var(--blue);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 108px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 164px;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  padding: 0 var(--page-pad);
  color: var(--white);
  background: var(--navy-deep);
}

.brand {
  width: 158px;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
}

.header-center {
  min-width: 0;
  align-self: stretch;
  display: grid;
  grid-template-rows: 39px 1fr;
}

.header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 2rem;
  padding-bottom: 0.45rem;
  color: #d8e1eb;
  font-size: 0.69rem;
  font-weight: 540;
  letter-spacing: 0.01em;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.4rem, 2.6vw, 3.1rem);
  font-size: 0.79rem;
  font-weight: 620;
}

.desktop-nav a,
.header-contact a,
.header-cta,
.button,
.service-copy a,
.reference-facts a,
.footer-column a,
.footer-bottom a,
.mobile-call {
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.desktop-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.header-contact a:hover,
.header-contact a:focus-visible {
  color: #78adff;
}

.header-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  color: var(--white);
  background: var(--blue);
  font-size: 0.73rem;
  font-weight: 760;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #174dcc;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(500px, 42vw, 630px);
  color: var(--white);
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgb(3 14 25 / 95%) 0%, rgb(4 16 28 / 80%) 36%, rgb(6 18 31 / 17%) 67%),
    linear-gradient(0deg, rgb(3 12 22 / 58%) 0%, transparent 38%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 6rem));
  padding-top: clamp(5rem, 8vw, 8rem);
  margin-left: var(--page-pad);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.85rem, 4.4vw, 4.9rem);
  font-weight: 760;
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero h1 .hero-line,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: var(--blue-light);
  font-weight: inherit;
}

.hero-content > p {
  max-width: 630px;
  margin: 1.45rem 0 0;
  color: #eef3f8;
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 760;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #174dcc;
}

.button-ghost {
  color: var(--white);
  border-color: rgb(255 255 255 / 64%);
  background: rgb(4 15 27 / 24%);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--navy);
  background: var(--white);
}

.button-outline {
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.stats-band {
  color: var(--white);
  background: var(--navy-deep);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding: 0 var(--page-pad);
}

.stat {
  min-width: 0;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0.85rem;
  border-left: 1px solid rgb(255 255 255 / 15%);
  text-align: center;
}

.stat:last-child {
  border-right: 1px solid rgb(255 255 255 / 15%);
}

.stat-icon {
  --stat-icon: none;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  margin-bottom: 0.7rem;
  background: #4f9aff;
  -webkit-mask: var(--stat-icon) center / contain no-repeat;
  mask: var(--stat-icon) center / contain no-repeat;
}

.stat-icon-solar-panel {
  --stat-icon: url('assets/icons/stats/solar-panel.svg');
}

.stat-icon-map {
  --stat-icon: url('assets/icons/stats/map.svg');
}

.stat-icon-building {
  --stat-icon: url('assets/icons/stats/building.svg');
}

.stat-icon-users {
  --stat-icon: url('assets/icons/stats/users.svg');
}

.stat-icon-hard-hat {
  --stat-icon: url('assets/icons/stats/hard-hat.svg');
}

.stat-icon-gauge {
  --stat-icon: url('assets/icons/stats/gauge.svg');
}

.stat-icon-badge-check {
  --stat-icon: url('assets/icons/stats/badge-check.svg');
}

.stat strong {
  font-size: clamp(1.18rem, 1.7vw, 1.65rem);
  font-weight: 740;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.stat > span:last-child {
  max-width: 145px;
  margin-top: 0.6rem;
  color: #b9c6d6;
  font-size: 0.66rem;
  line-height: 1.45;
}

.section {
  padding: clamp(4.7rem, 7vw, 7.5rem) var(--page-pad);
}

.services-section {
  background: var(--white);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 2.2rem;
}

.section-heading h2,
.reference-heading h2,
.competence-copy h2,
.project-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  font-weight: 730;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading > p:last-child {
  margin: 0.35rem 0 0;
  color: var(--slate);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 600;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.service-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 34px rgb(13 27 42 / 5%);
}

.service-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--navy);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.service-card:hover .service-media img {
  transform: scale(1.02);
}

.service-code {
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: -1px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.service-copy {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.45rem;
}

.service-copy h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.service-copy > p {
  margin: 0.8rem 0 0;
  color: var(--slate);
  font-size: 0.81rem;
  line-height: 1.6;
}

.service-copy small {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.service-copy a,
.reference-facts a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
}

.service-copy a:hover,
.service-copy a:focus-visible,
.reference-facts a:hover,
.reference-facts a:focus-visible {
  color: var(--navy);
}

.competence-section {
  min-height: 580px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy-deep);
}

.competence-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 6vw, 6.5rem) clamp(3rem, 5.5vw, 6.5rem) clamp(4rem, 6vw, 6.5rem) var(--page-pad);
}

.competence-copy .eyebrow {
  color: #56a0ff;
}

.competence-copy h2 {
  max-width: 690px;
  font-size: clamp(2.05rem, 3.25vw, 3.55rem);
}

.competence-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: #c2cedb;
  font-size: 0.88rem;
  line-height: 1.65;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin-top: 1.75rem;
}

.strength {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.6rem;
  align-items: start;
}

.strength > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #397fe7;
  color: #72abff;
  font-size: 0.62rem;
  font-weight: 800;
}

.strength p {
  margin: 0;
  color: #aebdcd;
  font-size: 0.7rem;
  line-height: 1.45;
}

.strength strong {
  display: block;
  color: var(--white);
  font-size: 0.72rem;
}

.competence-region {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 1.5rem 0;
  padding-left: 0.9rem;
  border-left: 3px solid var(--blue);
  color: #c2cedb;
  font-size: 0.73rem;
  line-height: 1.45;
}

.competence-region strong {
  color: var(--white);
}

.competence-region span {
  flex-basis: 100%;
  color: #8fa2b6;
}

.competence-copy .button {
  width: fit-content;
}

.competence-media {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.competence-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(6 19 33 / 45%), transparent 32%);
}

.competence-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.references-section {
  background: var(--light);
}

.reference-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.reference-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
  gap: 1.25rem;
}

.reference-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.reference-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(4 15 27 / 94%), rgb(4 15 27 / 6%) 68%);
}

.reference-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reference-wide img {
  object-position: center 57%;
}

.reference-card:not(.reference-wide) img {
  object-position: 44% center;
}

.reference-card > div {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 1.5rem;
}

.reference-card h3 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.reference-card p {
  margin: 0.55rem 0 0;
  color: #c7d2df;
  font-size: 0.76rem;
  line-height: 1.5;
}

.reference-facts {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  color: var(--white);
  background: var(--navy-deep);
}

.reference-facts .eyebrow {
  color: #67a5ff;
}

.reference-facts h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.reference-facts ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.reference-facts li {
  min-height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  color: #c2cedb;
  font-size: 0.73rem;
}

.reference-facts li::before {
  content: '';
  width: 5px;
  height: 5px;
  margin-right: 0.65rem;
  background: var(--blue);
}

.reference-facts a {
  color: #77adff;
}

.reference-facts a:hover,
.reference-facts a:focus-visible {
  color: var(--white);
}

.project-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 3rem;
  padding: 2.5rem var(--page-pad);
  color: var(--white);
  background: linear-gradient(100deg, var(--navy-deep), #08223a);
}

.project-cta h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
}

.project-cta p {
  max-width: 720px;
  margin: 0.6rem 0 0;
  color: #b8c5d4;
  font-size: 0.82rem;
  line-height: 1.55;
}

.cta-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(135px, 0.65fr));
  gap: clamp(1.5rem, 3.5vw, 4rem);
  padding: 3rem var(--page-pad) 1.5rem;
  color: var(--white);
  background: var(--navy-deep);
  border-top: 1px solid rgb(255 255 255 / 11%);
}

.footer-brand img {
  width: 154px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-brand p {
  max-width: 310px;
  margin: 0.3rem 0 0;
  color: #a9b8c8;
  font-size: 0.69rem;
  line-height: 1.55;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  font-size: 0.7rem;
  font-style: normal;
}

.footer-column > strong {
  margin-bottom: 0.3rem;
  color: var(--white);
  font-size: 0.7rem;
}

.footer-column a,
.footer-column span {
  color: #a9b8c8;
  line-height: 1.35;
}

.footer-column a {
  min-height: 25px;
  display: flex;
  align-items: center;
}

.footer-region {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.footer-region p {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0;
  line-height: 1.35;
}

.footer-region strong {
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 650;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: #7f91a5;
  font-size: 0.64rem;
}

.mobile-call {
  display: none;
}

:focus-visible {
  outline: 3px solid #75aaff;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  :root {
    --page-pad: 2rem;
  }

  .site-header {
    grid-template-columns: 154px minmax(0, 1fr) 148px;
    gap: 1.2rem;
  }

  .brand {
    width: 142px;
  }

  .header-contact {
    gap: 1.2rem;
  }

  .desktop-nav {
    gap: 1.35rem;
    font-size: 0.74rem;
  }

  .stats-grid {
    padding-inline: 2rem;
  }

  .stat {
    padding-inline: 0.5rem;
  }

  .service-grid {
    gap: 1rem;
  }

  .service-copy {
    min-height: 330px;
    padding-inline: 1rem;
  }
}

@media (max-width: 960px) {
  .site-header {
    min-height: 86px;
    grid-template-columns: 1fr auto;
    padding-inline: 1.5rem;
  }

  .brand {
    width: 136px;
  }

  .header-center,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    min-width: 52px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0 0.8rem;
    border: 1px solid rgb(255 255 255 / 40%);
    cursor: pointer;
    list-style: none;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary i,
  .mobile-menu summary i::before,
  .mobile-menu summary i::after {
    width: 17px;
    height: 1px;
    display: block;
    background: currentColor;
  }

  .mobile-menu summary i {
    position: relative;
  }

  .mobile-menu summary i::before,
  .mobile-menu summary i::after {
    content: '';
    position: absolute;
    left: 0;
  }

  .mobile-menu summary i::before {
    top: -5px;
  }

  .mobile-menu summary i::after {
    top: 5px;
  }

  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    width: min(310px, calc(100vw - 3rem));
    display: flex;
    flex-direction: column;
    padding: 0.6rem;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 20px 60px rgb(3 12 22 / 24%);
  }

  .mobile-menu nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 0.8rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.78rem;
    font-weight: 650;
  }

  .hero {
    min-height: 610px;
  }

  .hero-content {
    width: min(680px, calc(100% - 3rem));
    padding-top: 5rem;
    margin-left: 1.5rem;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgb(3 14 25 / 96%) 0%, rgb(4 16 28 / 78%) 58%, rgb(6 18 31 / 30%) 100%),
      linear-gradient(0deg, rgb(3 12 22 / 74%) 0%, transparent 48%);
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-inline: 1.5rem;
  }

  .stat {
    min-height: 145px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }

  .stat:nth-child(4) {
    border-right: 1px solid rgb(255 255 255 / 15%);
  }

  .stat:nth-child(n + 5) {
    grid-column: span 1;
  }

  .stat:last-child {
    grid-column: span 2;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
  }

  .service-copy {
    min-height: 285px;
  }

  .competence-section {
    grid-template-columns: 1fr;
  }

  .competence-copy {
    padding: 5rem 1.5rem;
  }

  .competence-media {
    min-height: 470px;
  }

  .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-facts {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .project-cta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 3rem 1.5rem;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .site-footer {
    grid-template-columns: 1.2fr repeat(2, 0.8fr);
    padding-inline: 1.5rem;
  }

  .footer-contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 1.25rem;
  }

  .site-header {
    min-height: 82px;
    padding-inline: 1.25rem;
  }

  .brand {
    width: 128px;
  }

  .mobile-menu summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hero {
    min-height: 650px;
  }

  .hero-image {
    object-position: 65% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgb(3 14 25 / 97%) 0%, rgb(4 16 28 / 87%) 66%, rgb(6 18 31 / 58%) 100%),
      linear-gradient(0deg, rgb(3 12 22 / 91%) 0%, transparent 63%);
  }

  .hero-content {
    width: calc(100% - 2.5rem);
    padding-top: 4.5rem;
    margin-left: 1.25rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.35rem);
    line-height: 1.01;
  }

  .hero-content > p {
    max-width: 410px;
    font-size: 0.91rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    min-height: 48px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 0;
  }

  .stat {
    min-height: 135px;
    padding-inline: 0.75rem;
  }

  .stat:nth-child(even),
  .stat:last-child {
    border-right: 0;
  }

  .stat:last-child {
    grid-column: 1 / -1;
  }

  .stat strong {
    font-size: 1.25rem;
  }

  .stat > span:last-child {
    font-size: 0.64rem;
  }

  .section {
    padding-block: 4.3rem;
  }

  .section-heading h2,
  .reference-heading h2,
  .competence-copy h2 {
    font-size: clamp(2rem, 9.7vw, 2.75rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-media {
    aspect-ratio: 16 / 10;
  }

  .service-copy {
    min-height: 265px;
    padding: 1.35rem;
  }

  .competence-copy {
    padding: 4.3rem 1.25rem;
  }

  .strength-grid {
    grid-template-columns: 1fr;
  }

  .competence-media {
    min-height: 350px;
  }

  .competence-media img {
    object-position: 62% center;
  }

  .reference-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .reference-grid {
    grid-template-columns: 1fr;
  }

  .reference-card {
    min-height: 440px;
  }

  .reference-facts {
    grid-column: auto;
    min-height: 350px;
  }

  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1.5rem;
    padding: 3rem 1.25rem 1.5rem;
  }

  .footer-brand,
  .footer-contact,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-column a {
    min-height: 44px;
  }

  .footer-bottom {
    flex-direction: column;
    padding-bottom: 4.2rem;
  }

  .mobile-call {
    position: fixed;
    z-index: 40;
    right: 1rem;
    bottom: 1rem;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 999px;
    color: var(--white);
    background: rgb(13 27 42 / 92%);
    box-shadow: 0 10px 30px rgb(3 12 22 / 24%);
    font-size: 0.72rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
  }

  .mobile-call:hover,
  .mobile-call:focus-visible {
    background: var(--blue);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Photovoltaik section — scoped to preserve the approved homepage. */
.pv-site {
  min-width: 0;
  overflow-x: clip;
  background: var(--white);
}

.pv-header {
  position: relative;
}

.pv-subnav {
  position: relative;
  z-index: 18;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  background: rgb(255 255 255 / 97%);
}

.pv-subnav > div {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  gap: clamp(1.2rem, 2.7vw, 2.8rem);
  padding: 0 var(--page-pad);
}

.pv-subnav a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 680;
  white-space: nowrap;
}

.pv-subnav a:hover,
.pv-subnav a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.pv-hero {
  position: relative;
  min-height: clamp(570px, 47vw, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.pv-hero-image,
.pv-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pv-hero-image {
  object-fit: cover;
  object-position: center;
}

.pv-hero-shade {
  background:
    linear-gradient(90deg, rgb(3 14 25 / 97%) 0%, rgb(4 16 28 / 82%) 43%, rgb(5 18 31 / 20%) 76%),
    linear-gradient(0deg, rgb(3 12 22 / 62%) 0%, transparent 48%);
}

.pv-hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 6rem));
  padding: 5.5rem 0;
  margin-left: var(--page-pad);
}

.pv-hero-eyebrow {
  margin: 0 0 1rem;
  color: #76adff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-transform: uppercase;
  text-wrap: balance;
}

.pv-hero h1 span,
.pv-hero h1 strong {
  display: block;
}

.pv-hero h1 strong {
  color: var(--blue-light);
  font-weight: inherit;
}

.pv-hero-intro {
  max-width: 700px;
  margin: 1.5rem 0 0;
  color: #edf3fa;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.6;
}

.pv-region {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1rem 0 0;
  color: #b8c7d7;
  font-size: 0.73rem;
  font-weight: 630;
  line-height: 1.45;
}

.pv-region > span {
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--blue);
}

.pv-proof {
  min-height: 148px;
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  padding: 0 var(--page-pad);
  color: var(--white);
  background: var(--navy-deep);
}

.pv-proof > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.7rem clamp(1.4rem, 3vw, 3rem);
  border-left: 1px solid rgb(255 255 255 / 15%);
}

.pv-proof > div:last-child {
  border-right: 1px solid rgb(255 255 255 / 15%);
}

.pv-proof-metric strong {
  color: #63a4ff;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 760;
  letter-spacing: -0.05em;
}

.pv-proof-metric span,
.pv-proof-copy span {
  color: #9fb0c3;
  font-size: 0.69rem;
  line-height: 1.45;
}

.pv-proof-copy strong {
  max-width: 690px;
  margin-top: 0.35rem;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  line-height: 1.3;
}

.pv-section {
  padding: clamp(4.8rem, 7vw, 7.5rem) var(--page-pad);
}

.pv-section-light {
  background: var(--light);
}

.pv-section-dark {
  color: var(--white);
  background: var(--navy-deep);
}

.pv-section-heading {
  max-width: 900px;
  margin-bottom: 2.3rem;
}

.pv-section-heading h2,
.pv-split-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.35vw, 3.55rem);
  font-weight: 730;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.pv-section-heading > p:last-child,
.pv-split-copy > p:not(.eyebrow) {
  max-width: 790px;
  margin: 1rem 0 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.7;
}

.pv-section-heading-light > p:last-child {
  color: #b7c5d5;
}

.pv-section-heading-light .eyebrow {
  color: #67a5ff;
}

.pv-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.pv-feature-card {
  min-width: 0;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  background: var(--white);
}

.pv-feature-card h3 {
  margin: 1.2rem 0 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.pv-feature-card p {
  margin: 0.75rem 0 0;
  color: var(--slate);
  font-size: 0.79rem;
  line-height: 1.62;
}

.pv-icon {
  --pv-icon: none;
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 auto;
  background: var(--blue);
  -webkit-mask: var(--pv-icon) center / contain no-repeat;
  mask: var(--pv-icon) center / contain no-repeat;
}

.pv-icon-solar-panel { --pv-icon: url('assets/icons/stats/solar-panel.svg'); }
.pv-icon-gauge { --pv-icon: url('assets/icons/stats/gauge.svg'); }
.pv-icon-hard-hat { --pv-icon: url('assets/icons/stats/hard-hat.svg'); }
.pv-icon-badge-check { --pv-icon: url('assets/icons/stats/badge-check.svg'); }
.pv-icon-scan-search { --pv-icon: url('assets/icons/pv/scan-search.svg'); }
.pv-icon-ruler { --pv-icon: url('assets/icons/pv/ruler.svg'); }
.pv-icon-clipboard-check { --pv-icon: url('assets/icons/pv/clipboard-check.svg'); }
.pv-icon-plug-zap { --pv-icon: url('assets/icons/pv/plug-zap.svg'); }
.pv-icon-network { --pv-icon: url('assets/icons/pv/network.svg'); }
.pv-icon-monitor-cog { --pv-icon: url('assets/icons/pv/monitor-cog.svg'); }
.pv-icon-battery-charging { --pv-icon: url('assets/icons/pv/battery-charging.svg'); }
.pv-icon-factory { --pv-icon: url('assets/icons/pv/factory.svg'); }
.pv-icon-house { --pv-icon: url('assets/icons/pv/house.svg'); }
.pv-icon-chart-spline { --pv-icon: url('assets/icons/pv/chart-spline.svg'); }
.pv-icon-wrench { --pv-icon: url('assets/icons/pv/wrench.svg'); }
.pv-icon-settings { --pv-icon: url('assets/icons/pv/settings.svg'); }
.pv-icon-power-check { --pv-icon: url('assets/icons/pv/power-check.svg'); }
.pv-icon-car { --pv-icon: url('assets/icons/pv/car.svg'); }
.pv-icon-fan { --pv-icon: url('assets/icons/pv/fan.svg'); }
.pv-icon-shield-check { --pv-icon: url('assets/icons/pv/shield-check.svg'); }

.pv-target-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.pv-target-card {
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 15px 45px rgb(13 27 42 / 5%);
}

.pv-target-top {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pv-target-top span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-target-card h3 {
  margin: 2rem 0 0;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  letter-spacing: -0.04em;
}

.pv-target-card p {
  max-width: 600px;
  margin: 1rem 0 0;
  color: var(--slate);
  font-size: 0.86rem;
  line-height: 1.7;
}

.pv-target-card small {
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 650;
}

.pv-target-card > a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.4rem;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
}

.pv-process-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.pv-process-rail li {
  position: relative;
  min-width: 0;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.4rem 1rem;
  border-left: 1px solid rgb(255 255 255 / 18%);
}

.pv-process-rail li::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: calc(1.4rem + 22px);
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgb(105 167 255 / 28%), rgb(105 167 255 / 68%), rgb(105 167 255 / 28%));
}

.pv-process-rail li:first-child::before {
  left: calc(1rem + 22px);
}

.pv-process-rail li:last-child::before {
  right: calc(100% - 1rem - 22px);
}

.pv-section:not(.pv-section-dark) .pv-process-rail {
  border-color: var(--line);
}

.pv-section:not(.pv-section-dark) .pv-process-rail li {
  border-color: var(--line);
}

.pv-section:not(.pv-section-dark) .pv-process-rail li::before {
  background: linear-gradient(90deg, rgb(37 99 235 / 16%), rgb(37 99 235 / 42%), rgb(37 99 235 / 16%));
}

.pv-process-rail li:last-child {
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.pv-section:not(.pv-section-dark) .pv-process-rail li:last-child {
  border-color: var(--line);
}

.pv-process-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(105 167 255 / 45%);
  border-radius: 50%;
  background: var(--navy-deep);
}

.pv-process-icon .pv-icon {
  width: 25px;
  height: 25px;
  background: #69a7ff;
}

.pv-section:not(.pv-section-dark) .pv-process-icon {
  border-color: rgb(37 99 235 / 28%);
  background: var(--white);
}

.pv-process-rail strong {
  margin-top: 1rem;
  font-size: 0.72rem;
  line-height: 1.4;
}

.pv-split {
  min-height: 620px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy-deep);
}

.pv-split-reverse .pv-split-image {
  order: 2;
}

.pv-split-image {
  min-height: 620px;
  overflow: hidden;
}

.pv-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem);
}

.pv-split-copy > p:not(.eyebrow) {
  color: #b8c6d6;
}

.pv-split-copy .button {
  width: fit-content;
  margin-top: 1.8rem;
}

.pv-system-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.pv-system-node {
  position: relative;
  min-width: 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 18%);
  text-align: center;
}

.pv-system-node .pv-icon {
  background: #69a7ff;
}

.pv-system-node strong {
  margin-top: 0.85rem;
  font-size: 0.73rem;
  line-height: 1.3;
}

.pv-system-node small {
  margin-top: 0.3rem;
  color: #8fa2b7;
  font-size: 0.6rem;
}

.pv-system-plus {
  position: absolute;
  z-index: 2;
  right: -1.62rem;
  top: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 22%);
  color: #69a7ff;
  background: var(--navy-deep);
  transform: translateY(-50%);
}

.pv-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.pv-reference-grid-featured {
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 0.775fr));
}

.pv-reference-card {
  position: relative;
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.pv-reference-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(3 13 24 / 96%) 0%, rgb(3 13 24 / 8%) 72%);
}

.pv-reference-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.pv-reference-card:hover img {
  transform: scale(1.02);
}

.pv-reference-card > div {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 1.5rem;
}

.pv-reference-client {
  color: #72acff;
  font-size: 0.68rem;
  font-weight: 720;
}

.pv-reference-card h3 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.pv-reference-card p {
  margin: 0.45rem 0 0;
  color: #c4d0dd;
  font-size: 0.72rem;
}

.pv-reference-card p strong {
  color: var(--white);
}

.pv-service-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pv-service-band > div {
  max-width: 780px;
}

.pv-service-band h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pv-service-band > div > p:last-child {
  margin: 0.8rem 0 0;
  color: var(--slate);
  font-size: 0.84rem;
  line-height: 1.65;
}

.pv-faq-list {
  max-width: 980px;
  border-top: 1px solid var(--line);
}

.pv-faq-list details {
  border-bottom: 1px solid var(--line);
}

.pv-faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.7rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 720;
}

.pv-faq-list summary::-webkit-details-marker {
  display: none;
}

.pv-faq-list summary span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 450;
}

.pv-faq-list details[open] summary span {
  color: var(--white);
  background: var(--blue);
  transform: rotate(45deg);
}

.pv-faq-list details > p {
  max-width: 800px;
  margin: -0.2rem 0 1.4rem;
  color: var(--slate);
  font-size: 0.82rem;
  line-height: 1.7;
}

.pv-check-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(255 255 255 / 17%);
}

.pv-check-list li {
  min-height: 46px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  color: #c1cedb;
  font-size: 0.75rem;
}

.pv-check-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 0.7rem;
  background: var(--blue);
}

.pv-audience-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pv-audience-list > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.3rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  background: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
}

.pv-audience-list span {
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 450;
}

.pv-service-scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pv-service-scope article {
  min-width: 0;
  min-height: 260px;
  padding: 1.7rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.pv-service-scope article > span {
  color: var(--blue);
  font-size: 0.65rem;
  font-weight: 800;
}

.pv-service-scope h3 {
  margin: 1.7rem 0 0;
  font-size: 1rem;
}

.pv-service-scope p {
  margin: 0.75rem 0 0;
  color: var(--slate);
  font-size: 0.76rem;
  line-height: 1.65;
}

.pv-final-cta {
  min-height: 210px;
}

.pv-footer {
  border-top: 1px solid rgb(255 255 255 / 15%);
}

@media (max-width: 1180px) {
  .pv-subnav > div {
    padding-inline: 2rem;
  }

  .pv-feature-card {
    min-height: 245px;
    padding: 1.5rem;
  }

  .pv-process-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pv-process-rail li {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }

  .pv-process-rail li:nth-child(4n + 1)::before {
    left: calc(1rem + 22px);
  }

  .pv-process-rail li:nth-child(4n)::before {
    right: calc(100% - 1rem - 22px);
  }

  .pv-section:not(.pv-section-dark) .pv-process-rail li {
    border-bottom-color: var(--line);
  }

  .pv-split-copy {
    padding: 4rem;
  }
}

@media (max-width: 960px) {
  .pv-subnav > div {
    justify-content: flex-start;
    gap: 1.6rem;
    padding-inline: 1.5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .pv-subnav > div::-webkit-scrollbar {
    display: none;
  }

  .pv-subnav a {
    flex: 0 0 auto;
  }

  .pv-hero {
    min-height: 660px;
  }

  .pv-hero-content {
    width: min(720px, calc(100% - 3rem));
    margin-left: 1.5rem;
  }

  .pv-hero h1 {
    font-size: clamp(2.7rem, 7vw, 4.4rem);
  }

  .pv-proof {
    padding-inline: 1.5rem;
  }

  .pv-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-target-card {
    min-height: 430px;
  }

  .pv-split {
    grid-template-columns: 1fr;
  }

  .pv-split-reverse .pv-split-image {
    order: 0;
  }

  .pv-split-image {
    min-height: 470px;
  }

  .pv-split-copy {
    padding: 5rem 1.5rem;
  }

  .pv-reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-reference-grid-featured .pv-reference-card:first-child {
    grid-column: 1 / -1;
  }

  .pv-reference-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .pv-audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-service-scope {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pv-subnav > div {
    padding-inline: 1.25rem;
  }

  .pv-subnav a {
    min-height: 48px;
  }

  .pv-hero {
    min-height: 710px;
    align-items: flex-end;
  }

  .pv-hero-image {
    object-position: 61% center;
  }

  .pv-hero-shade {
    background:
      linear-gradient(90deg, rgb(3 14 25 / 97%) 0%, rgb(4 16 28 / 88%) 68%, rgb(5 18 31 / 52%) 100%),
      linear-gradient(0deg, rgb(3 12 22 / 94%) 0%, transparent 67%);
  }

  .pv-hero-content {
    width: calc(100% - 2.5rem);
    padding: 4.2rem 0;
    margin-left: 1.25rem;
  }

  .pv-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.01;
    letter-spacing: -0.048em;
  }

  .pv-hero-intro {
    font-size: 0.9rem;
  }

  .pv-region {
    align-items: flex-start;
  }

  .pv-region > span {
    margin-top: 0.45rem;
  }

  .pv-proof {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .pv-proof > div {
    min-height: 128px;
    padding: 1.5rem 1.25rem;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }

  .pv-section {
    padding: 4.5rem 1.25rem;
  }

  .pv-section-heading {
    margin-bottom: 1.8rem;
  }

  .pv-section-heading h2,
  .pv-split-copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
  }

  .pv-feature-grid,
  .pv-target-grid,
  .pv-reference-grid,
  .pv-audience-list,
  .pv-service-scope {
    grid-template-columns: 1fr;
  }

  .pv-feature-card {
    min-height: 210px;
  }

  .pv-target-card {
    min-height: 380px;
    padding: 2rem 1.4rem;
  }

  .pv-process-rail {
    grid-template-columns: 1fr;
  }

  .pv-process-rail li {
    min-height: 96px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
    padding: 1rem 1.25rem;
    border-right: 1px solid rgb(255 255 255 / 18%);
  }

  .pv-process-rail li::before,
  .pv-process-rail li:first-child::before,
  .pv-process-rail li:last-child::before,
  .pv-process-rail li:nth-child(4n + 1)::before,
  .pv-process-rail li:nth-child(4n)::before {
    top: 0;
    bottom: 0;
    left: calc(1.25rem + 22px);
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgb(105 167 255 / 28%), rgb(105 167 255 / 68%), rgb(105 167 255 / 28%));
  }

  .pv-process-rail li:first-child::before {
    top: 50%;
  }

  .pv-process-rail li:last-child::before {
    bottom: 50%;
  }

  .pv-section:not(.pv-section-dark) .pv-process-rail li {
    border-right-color: var(--line);
  }

  .pv-section:not(.pv-section-dark) .pv-process-rail li::before {
    background: linear-gradient(180deg, rgb(37 99 235 / 16%), rgb(37 99 235 / 42%), rgb(37 99 235 / 16%));
  }

  .pv-process-rail strong {
    margin-top: 0;
    padding-left: 0.65rem;
  }

  .pv-split-image {
    min-height: 360px;
  }

  .pv-split-copy {
    padding: 4.5rem 1.25rem;
  }

  .pv-system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-system-node {
    min-height: 135px;
  }

  .pv-system-plus {
    display: none;
  }

  .pv-reference-card,
  .pv-reference-card:last-child:nth-child(odd),
  .pv-reference-grid-featured .pv-reference-card:first-child {
    min-height: 390px;
    grid-column: auto;
  }

  .pv-service-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .pv-service-band .button {
    width: 100%;
  }

  .pv-faq-list summary {
    min-height: 78px;
    font-size: 0.82rem;
  }

  .pv-service-scope article {
    min-height: 220px;
  }
}

/* Wärmepumpen section — scoped to preserve the approved homepage and PV pages. */
.hp-site {
  min-width: 0;
  overflow-x: clip;
  background: var(--white);
}

.hp-header {
  position: relative;
}

.hp-subnav {
  position: relative;
  z-index: 18;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  background: rgb(255 255 255 / 97%);
}

.hp-subnav > div {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  gap: clamp(1.2rem, 2.7vw, 2.8rem);
  padding: 0 var(--page-pad);
}

.hp-subnav a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 680;
  white-space: nowrap;
}

.hp-subnav a:hover,
.hp-subnav a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.hp-site .pv-hero-image {
  object-position: center;
}

.hp-process-rail {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hp-process-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.hp-process-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.hp-process-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hp-process-rail li {
  position: relative;
  min-width: 0;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  border-left: 1px solid var(--line);
}

.hp-process-rail li:last-child {
  border-right: 1px solid var(--line);
}

.hp-process-rail li::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: calc(1.5rem + 22px);
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgb(37 99 235 / 16%), rgb(37 99 235 / 42%), rgb(37 99 235 / 16%));
}

.hp-process-rail li:first-child::before {
  left: calc(1rem + 22px);
}

.hp-process-rail li:last-child::before {
  right: calc(100% - 1rem - 22px);
}

.hp-process-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(37 99 235 / 28%);
  border-radius: 50%;
  background: var(--white);
}

.hp-process-icon .pv-icon {
  width: 25px;
  height: 25px;
}

.hp-process-rail strong {
  margin-top: 1rem;
  font-size: 0.72rem;
  line-height: 1.42;
}

.pv-section-dark .hp-process-rail {
  border-color: rgb(255 255 255 / 18%);
}

.pv-section-dark .hp-process-rail li {
  border-color: rgb(255 255 255 / 18%);
}

.pv-section-dark .hp-process-rail li::before {
  background: linear-gradient(90deg, rgb(105 167 255 / 28%), rgb(105 167 255 / 68%), rgb(105 167 255 / 28%));
}

.pv-section-dark .hp-process-icon {
  border-color: rgb(105 167 255 / 45%);
  background: var(--navy-deep);
}

.pv-section-dark .hp-process-icon .pv-icon {
  background: #69a7ff;
}

.hp-image-stage {
  min-height: 720px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy-deep);
}

.hp-image-stage-reverse .hp-image-stage-media {
  order: 2;
}

.hp-image-stage-media {
  min-height: 720px;
  overflow: hidden;
}

.hp-image-stage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-image-stage-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 6vw, 6.5rem);
}

.hp-image-stage-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.35vw, 3.55rem);
  font-weight: 730;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hp-image-stage-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #b8c6d6;
  font-size: 0.86rem;
  line-height: 1.72;
}

.hp-image-stage-copy > .button {
  width: fit-content;
  margin-top: 1.8rem;
}

.hp-energy-map {
  width: min(100%, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.hp-energy-map-wrap .hp-energy-map {
  margin-inline: auto;
}

.hp-energy-node {
  position: relative;
  z-index: 1;
  width: min(100%, 230px);
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 20%);
  color: var(--white);
  background: #10253b;
  text-align: left;
}

.hp-energy-node .pv-icon {
  width: 28px;
  height: 28px;
  background: #69a7ff;
}

.hp-energy-node strong {
  font-size: 0.72rem;
  line-height: 1.3;
}

.hp-energy-source::after,
.hp-energy-manager::before,
.hp-energy-manager::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 24px;
  background: rgb(105 167 255 / 60%);
}

.hp-energy-source::after,
.hp-energy-manager::after {
  top: 100%;
}

.hp-energy-manager::before {
  bottom: 100%;
}

.hp-energy-map > .hp-energy-node + .hp-energy-node {
  margin-top: 24px;
}

.hp-energy-branches {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 48px;
}

.hp-energy-branches::before {
  content: '';
  position: absolute;
  top: 24px;
  left: calc(16.666% - 0.5rem);
  right: calc(16.666% - 0.5rem);
  height: 1px;
  background: rgb(105 167 255 / 60%);
}

.hp-energy-branches .hp-energy-node {
  width: 100%;
}

.hp-energy-branches .hp-energy-node::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 24px;
  background: rgb(105 167 255 / 60%);
}

.hp-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.hp-link-card {
  min-width: 0;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  background: var(--white);
}

.hp-link-card h3 {
  margin: 1.4rem 0 0;
  font-size: 1.05rem;
}

.hp-link-card p {
  margin: 0.75rem 0 0;
  color: var(--slate);
  font-size: 0.78rem;
  line-height: 1.65;
}

.hp-link-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 780;
}

.hp-inquiry-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 50px rgb(13 27 42 / 6%);
}

.hp-inquiry-form fieldset {
  margin: 0;
  padding: 0 0 2.2rem;
  border: 0;
}

.hp-inquiry-form fieldset + fieldset {
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.hp-inquiry-form legend {
  margin-bottom: 1.25rem;
  padding: 0;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 760;
}

.hp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.hp-form-grid label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 700;
}

.hp-form-wide {
  grid-column: 1 / -1;
}

.hp-form-grid input,
.hp-form-grid select,
.hp-form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cbd5e1;
  border-radius: 0;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
}

.hp-form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.hp-form-grid input[type='file'] {
  padding: 0.6rem;
}

.hp-form-grid input:focus,
.hp-form-grid select:focus,
.hp-form-grid textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgb(37 99 235 / 16%);
  outline-offset: 1px;
}

.hp-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
  color: var(--slate);
  font-size: 0.7rem;
  line-height: 1.55;
}

.hp-consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--blue);
}

.hp-consent a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hp-inquiry-form > .button {
  min-height: 48px;
}

.hp-funding-band,
.hp-service-note {
  background: var(--white);
}

.hp-footer {
  border-top: 1px solid rgb(255 255 255 / 15%);
}

@media (max-width: 1180px) {
  .hp-subnav > div {
    padding-inline: 2rem;
  }

  .hp-process-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hp-process-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hp-process-rail li {
    border-bottom: 1px solid var(--line);
  }

  .pv-section-dark .hp-process-rail li {
    border-bottom-color: rgb(255 255 255 / 18%);
  }

  .hp-process-rail li::before {
    display: none;
  }

  .hp-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .hp-subnav > div {
    justify-content: flex-start;
    gap: 1.6rem;
    padding-inline: 1.5rem;
  }

  .hp-image-stage {
    grid-template-columns: 1fr;
  }

  .hp-image-stage-reverse .hp-image-stage-media {
    order: 0;
  }

  .hp-image-stage-media {
    min-height: 470px;
  }

  .hp-image-stage-copy {
    padding: 5rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .hp-subnav {
    display: none;
  }

  .hp-site .pv-hero-image {
    object-position: 64% center;
  }

  .hp-process-8,
  .hp-process-6,
  .hp-process-4 {
    grid-template-columns: 1fr;
  }

  .hp-process-rail li {
    min-height: 96px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    padding: 1rem 1.25rem;
    border-right: 1px solid var(--line);
  }

  .hp-process-rail li::before,
  .hp-process-rail li:first-child::before,
  .hp-process-rail li:last-child::before {
    display: block;
    top: 0;
    bottom: 0;
    left: calc(1.25rem + 22px);
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgb(37 99 235 / 16%), rgb(37 99 235 / 42%), rgb(37 99 235 / 16%));
  }

  .hp-process-rail li:first-child::before {
    top: 50%;
  }

  .hp-process-rail li:last-child::before {
    bottom: 50%;
  }

  .pv-section-dark .hp-process-rail li {
    border-right-color: rgb(255 255 255 / 18%);
  }

  .pv-section-dark .hp-process-rail li::before {
    background: linear-gradient(180deg, rgb(105 167 255 / 28%), rgb(105 167 255 / 68%), rgb(105 167 255 / 28%));
  }

  .hp-process-rail strong {
    margin-top: 0;
    padding-left: 0.65rem;
  }

  .hp-image-stage-media {
    min-height: 350px;
  }

  .hp-image-stage-copy {
    padding: 4.5rem 1.25rem;
  }

  .hp-image-stage-copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
  }

  .hp-energy-map {
    margin-top: 1.6rem;
  }

  .hp-energy-branches {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 40px;
  }

  .hp-energy-branches::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
  }

  .hp-energy-branches .hp-energy-node {
    width: min(100%, 230px);
    margin-inline: auto;
  }

  .hp-energy-branches .hp-energy-node::before {
    height: 20px;
  }

  .hp-link-grid,
  .hp-form-grid {
    grid-template-columns: 1fr;
  }

  .hp-link-card {
    min-height: 260px;
  }

  .hp-form-wide {
    grid-column: auto;
  }

  .hp-inquiry-form {
    padding: 1.25rem;
  }

  .hp-inquiry-form > .button {
    width: 100%;
  }
}

/* Grünpflege area: reuses the established ADT component system without a separate green UI palette. */
.pv-icon-lawn-mower { --pv-icon: url('assets/icons/green/lawn-mower.svg'); }
.pv-icon-hedge-shear { --pv-icon: url('assets/icons/green/hedge-shear.svg'); }
.pv-icon-leaf { --pv-icon: url('assets/icons/green/leaf.svg'); }
.pv-icon-outdoor-site { --pv-icon: url('assets/icons/green/outdoor-site.svg'); }
.pv-icon-seasonal-care { --pv-icon: url('assets/icons/green/seasonal-care.svg'); }
.pv-icon-care-plan { --pv-icon: url('assets/icons/green/care-plan.svg'); }
.pv-icon-calendar-care { --pv-icon: url('assets/icons/green/calendar-care.svg'); }
.pv-icon-service-cycle { --pv-icon: url('assets/icons/green/service-cycle.svg'); }
.pv-icon-site-plan { --pv-icon: url('assets/icons/green/site-plan.svg'); }

.green-subnav {
  position: relative;
  z-index: 9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.green-subnav > div {
  min-height: 54px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 2.2rem;
  padding-inline: var(--page-pad);
}

.green-subnav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 680;
  white-space: nowrap;
}

.green-subnav a:hover,
.green-subnav a:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.green-site .pv-hero-image { object-position: center 56%; }

.green-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy-deep);
}

.green-stat {
  min-width: 0;
  min-height: 210px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 1rem;
  padding: 2rem clamp(1.5rem, 4vw, 3.5rem);
  border-right: 1px solid rgb(255 255 255 / 15%);
}

.green-stat:last-child { border-right: 0; }
.green-stat .pv-icon { grid-row: 1 / 3; width: 38px; height: 38px; align-self: center; background: #69a7ff; }
.green-stat strong { align-self: end; font-size: clamp(1.8rem, 3.6vw, 3.15rem); line-height: 1; letter-spacing: -0.045em; }
.green-stat > span { margin-top: 0.55rem; color: #b8c6d6; font-size: 0.7rem; line-height: 1.45; }

.green-content-band { background: var(--white); }

.green-multi-site {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  color: var(--white);
  background: var(--navy-deep);
}

.green-multi-site > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem);
}

.green-multi-site h2,
.green-year-round h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.green-multi-site p:not(.eyebrow),
.green-year-round p:not(.eyebrow) {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #b8c6d6;
  font-size: 0.84rem;
  line-height: 1.7;
}

.green-multi-site .button { width: fit-content; margin-top: 2rem; }
.green-site-network { min-height: 590px; }

.green-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.green-image-grid figure {
  min-width: 0;
  margin: 0;
  background: var(--navy-deep);
}

.green-image-grid img {
  width: 100%;
  height: clamp(320px, 31vw, 510px);
  display: block;
  object-fit: cover;
}

.green-image-grid figcaption {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 750;
}

.green-year-round {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: 2rem 5rem;
  padding: clamp(5rem, 8vw, 8rem) var(--page-pad);
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgb(37 99 235 / 24%), transparent 34%),
    var(--navy-deep);
}

.green-year-round > div { grid-column: 1; }
.green-year-round .pv-check-list { grid-column: 2; grid-row: 1 / 3; margin: 0; align-self: center; }
.green-year-round-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.green-year-round-actions .button { width: fit-content; }
.green-year-round .pv-check-list li { color: #d6e1ed; }

.green-form { max-width: 1180px; }
.green-check-group { grid-column: 1 / -1; }

@media (max-width: 1180px) {
  .green-subnav > div { padding-inline: 2rem; }
  .green-year-round { grid-template-columns: 1fr 1fr; gap: 2rem 3rem; }
}

@media (max-width: 960px) {
  .green-subnav > div { justify-content: flex-start; gap: 1.6rem; padding-inline: 1.5rem; }
  .green-multi-site { grid-template-columns: 1fr; }
  .green-multi-site > div:first-child { padding: 5rem 1.5rem; }
  .green-site-network { min-height: 520px; }
  .green-image-grid { grid-template-columns: 1fr 1fr; }
  .green-image-grid figure:first-child { grid-row: span 2; }
  .green-image-grid figure:first-child img { height: calc(100% - 68px); min-height: 640px; }
  .green-year-round { grid-template-columns: 1fr; }
  .green-year-round > div,
  .green-year-round .pv-check-list,
  .green-year-round-actions { grid-column: 1; grid-row: auto; }
}

@media (max-width: 760px) {
  .green-stats { grid-template-columns: 1fr; }
  .green-stat { min-height: 132px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 15%); }
  .green-stat:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .green-subnav { display: none; }
  .green-site .pv-hero-image { object-position: 58% center; }
  .green-multi-site > div:first-child { padding: 4.5rem 1.25rem; }
  .green-site-network { min-height: 390px; }
  .green-image-grid { grid-template-columns: 1fr; }
  .green-image-grid figure:first-child { grid-row: auto; }
  .green-image-grid img,
  .green-image-grid figure:first-child img { height: min(78vw, 460px); min-height: 0; }
  .green-year-round { gap: 2rem; padding: 4.5rem 1.25rem; }
  .green-year-round-actions .button { width: 100%; text-align: center; }
  .green-form > .button { width: 100%; }
}

/* Core pages — composed from the approved global and service components. */
.core-site {
  min-width: 0;
  overflow-x: clip;
  background: var(--white);
}

.core-company-intro .pv-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.core-management {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(4.8rem, 7vw, 7.5rem) var(--page-pad);
  color: var(--white);
  background:
    linear-gradient(120deg, rgb(6 19 33 / 97%), rgb(13 38 63 / 94%)),
    url('assets/hero-campus.jpg') center / cover;
}

.core-management h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 3.35vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.core-management > div:first-child > p:last-child {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #b8c6d6;
  font-size: 0.9rem;
  line-height: 1.7;
}

.core-management-name {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.4rem);
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(6 19 33 / 58%);
}

.core-management-name span {
  color: #77adff;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.core-management-name strong {
  margin-top: 1.1rem;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.core-management-name p {
  margin: 1.2rem 0 0;
  color: #b8c6d6;
  font-size: 0.74rem;
  line-height: 1.6;
}

.core-management-name a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
  color: #b8c6d6;
  font-size: 0.76rem;
}

.core-management-name p + a { margin-top: 1rem; }

.core-reference-overview {
  scroll-margin-top: 2rem;
}

.core-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 4rem;
}

.core-filter a,
.core-filter span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid var(--line);
  color: var(--slate);
  background: var(--white);
  font-size: 0.7rem;
  font-weight: 720;
}

.core-filter a:first-child,
.core-filter a:hover,
.core-filter a:focus-visible {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.core-filter span[aria-disabled='true'] {
  color: #8895a5;
  background: var(--light);
}

.core-reference-group {
  scroll-margin-top: 2rem;
}

.core-reference-group + .core-reference-group {
  margin-top: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(4rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
}

.core-reference-group-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.core-reference-group-heading p {
  margin: 0;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.core-reference-group-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-align: right;
}

.core-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.core-reference-grid-winter {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.core-reference-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 40px rgb(13 27 42 / 5%);
}

.core-reference-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--navy);
}

.core-reference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.core-reference-card:hover .core-reference-image img {
  transform: scale(1.02);
}

.core-reference-copy {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.core-reference-copy > span,
.core-reference-client {
  margin: 0;
  color: var(--blue);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.core-reference-copy h3 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.core-reference-client {
  margin-top: 0.55rem;
  letter-spacing: 0;
  text-transform: none;
}

.core-reference-copy dl {
  display: grid;
  gap: 0.55rem;
  margin: auto 0 0;
  padding-top: 1.3rem;
}

.core-reference-copy dl div {
  display: grid;
  grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1.2fr);
  gap: 0.8rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
  font-size: 0.67rem;
  line-height: 1.4;
}

.core-reference-copy dt { color: var(--muted); }
.core-reference-copy dd { margin: 0; color: var(--navy); font-weight: 680; }
.core-reference-copy > p:last-child:not(.core-reference-client) { margin: 1rem 0 0; color: var(--slate); font-size: 0.73rem; line-height: 1.6; }

.core-contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.core-contact-copy {
  position: sticky;
  top: 2rem;
}

.core-contact-card {
  display: block;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  color: var(--white);
  background: var(--navy-deep);
  font-style: normal;
}

.core-contact-card > span {
  font-size: 1.1rem;
  font-weight: 760;
}

.core-contact-card > p {
  margin: 1rem 0 0;
  color: #b8c6d6;
  font-size: 0.77rem;
  line-height: 1.7;
}

.core-contact-card dl {
  display: grid;
  gap: 0.7rem;
  margin: 1.8rem 0 0;
}

.core-contact-card dl div {
  display: grid;
  grid-template-columns: minmax(100px, 0.7fr) minmax(0, 1.3fr);
  gap: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgb(255 255 255 / 13%);
  font-size: 0.7rem;
  line-height: 1.45;
}

.core-contact-card dt { color: #8fa2b7; }
.core-contact-card dd { margin: 0; color: var(--white); font-weight: 650; }
.core-contact-card a { min-height: 44px; display: inline-flex; align-items: center; color: #78adff; }

.core-region-card {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgb(255 255 255 / 13%);
}

.core-region-card p {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.7rem;
}

.core-region-card strong { color: var(--white); }
.core-region-card span { color: #78adff; }
.core-form { min-width: 0; }

.core-application-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
  scroll-margin-top: 2rem;
}

.core-application-intro > p {
  max-width: 620px;
  margin: -0.8rem 0 0;
  color: var(--slate);
  font-size: 0.82rem;
  line-height: 1.7;
}

.core-career-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .core-company-intro .pv-feature-grid,
  .core-career-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .core-career-grid .pv-feature-card:last-child { grid-column: 1 / -1; }
  .core-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .core-management,
  .core-contact-section,
  .core-application-section { grid-template-columns: 1fr; }
  .core-contact-copy { position: static; }
  .core-reference-grid-winter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .core-company-intro .pv-feature-grid,
  .core-career-grid,
  .core-reference-grid,
  .core-reference-grid-winter { grid-template-columns: 1fr; }
  .core-career-grid .pv-feature-card:last-child { grid-column: auto; }
  .core-management { grid-template-columns: 1fr; padding: 4.5rem 1.25rem; }
  .core-reference-group-heading { align-items: flex-start; flex-direction: column; gap: 0.5rem; }
  .core-reference-group-heading h2 { text-align: left; }
  .core-filter { margin-bottom: 3rem; }
  .core-filter a,
  .core-filter span { flex: 1 1 calc(50% - 0.65rem); justify-content: center; }
  .core-reference-copy { min-height: 250px; }
  .core-reference-image { aspect-ratio: 16 / 11; }
  .core-contact-section,
  .core-application-section { padding: 4.5rem 1.25rem; }
  .core-contact-card dl div { grid-template-columns: 1fr; gap: 0.2rem; }
  .core-form > .button { width: 100%; }
}

/* Ratgeber and legal content reuse the established corporate spacing and card language. */
.guide-overview { scroll-margin-top: 2rem; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.guide-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 40px rgb(13 27 42 / 5%);
}

.guide-card > a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.guide-card-image {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--navy);
}

.guide-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.guide-card:hover .guide-card-image img { transform: scale(1.02); }

.guide-card-copy {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
}

.guide-card-copy small {
  color: var(--blue);
  font-size: 0.65rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-card-copy h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.guide-card-copy p {
  margin: 1rem 0 0;
  color: var(--slate);
  font-size: 0.78rem;
  line-height: 1.65;
}

.guide-card-copy > strong {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--blue);
  font-size: 0.72rem;
}

.guide-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(230px, 310px);
  justify-content: space-between;
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(4.8rem, 7vw, 7.5rem) var(--page-pad);
}

.guide-article { min-width: 0; }
.guide-intro { scroll-margin-top: 2rem; }

.guide-intro p {
  margin: 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--blue);
  color: var(--navy);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  font-weight: 600;
  line-height: 1.65;
}

.guide-article > section {
  padding-top: clamp(3rem, 5vw, 4.5rem);
}

.guide-article > section + section {
  margin-top: clamp(3rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.guide-article h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.guide-article p {
  margin: 1.15rem 0 0;
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.78;
}

.guide-article p strong { color: var(--navy); }

.guide-article p a {
  color: var(--blue);
  font-weight: 680;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.guide-aside {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--line);
  background: var(--light);
}

.guide-aside p:not(.eyebrow) {
  margin: 0 0 1.25rem;
  color: var(--slate);
  font-size: 0.75rem;
  line-height: 1.65;
}

.guide-aside a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
}

.guide-aside a:hover,
.guide-aside a:focus-visible { color: var(--blue); }

.guide-inline-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.6rem;
  padding: 1.2rem;
  color: var(--white);
  background: var(--navy-deep);
}

.guide-inline-flow span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.8rem;
  border: 1px solid rgb(255 255 255 / 17%);
  font-size: 0.69rem;
  font-weight: 680;
}

.guide-inline-flow i { color: #69a7ff; font-style: normal; }

.guide-energy-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 1.8rem 0 0;
  padding: 0;
  color: var(--white);
  background: var(--navy-deep);
  list-style: none;
}

.guide-energy-flow li {
  position: relative;
  min-width: 0;
  min-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 1rem 0.65rem;
  border-right: 1px solid rgb(255 255 255 / 16%);
  text-align: center;
}

.guide-energy-flow li:not(:last-child)::after {
  content: '›';
  position: absolute;
  right: -0.45rem;
  top: 50%;
  z-index: 2;
  color: #69a7ff;
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.guide-energy-flow li > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(105 167 255 / 42%);
  border-radius: 50%;
}

.guide-energy-flow .pv-icon { width: 25px; height: 25px; background: #69a7ff; }
.guide-energy-flow strong { font-size: 0.64rem; line-height: 1.35; }
.guide-cta { margin-top: 0; }

.legal-hero {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) var(--page-pad);
  color: var(--white);
  background:
    radial-gradient(circle at 84% 24%, rgb(37 99 235 / 28%), transparent 34%),
    var(--navy-deep);
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-transform: uppercase;
}

.legal-hero > p:last-child {
  margin: 1.2rem 0 0;
  color: #b8c6d6;
  font-size: 0.84rem;
  line-height: 1.6;
}

.legal-page {
  width: min(920px, calc(100% - (2 * var(--page-pad))));
  margin: 0 auto;
  padding: clamp(4.8rem, 7vw, 7.5rem) 0;
}

.legal-page-wide { width: min(1050px, calc(100% - (2 * var(--page-pad)))); }

.legal-page > section {
  padding-top: 2.8rem;
}

.legal-page > section + section {
  margin-top: 2.8rem;
  border-top: 1px solid var(--line);
}

.legal-page h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.legal-page p,
.legal-page address {
  margin: 1rem 0 0;
  color: var(--slate);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.75;
}

.legal-page a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.legal-page dl {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
}

.legal-page dl div {
  display: grid;
  grid-template-columns: minmax(170px, 0.55fr) minmax(0, 1.45fr);
  gap: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  line-height: 1.55;
}

.legal-page dt { color: var(--muted); }
.legal-page dd { margin: 0; color: var(--navy); font-weight: 650; }

.legal-notice {
  padding: 1.4rem;
  border-left: 3px solid var(--blue);
  background: var(--light);
}

.legal-notice > strong { color: var(--navy); font-size: 0.82rem; }
.legal-notice > p { margin-top: 0.5rem; }

.core-upload-hint {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-card:last-child { grid-column: 1 / -1; }
  .guide-article-layout { grid-template-columns: minmax(0, 1fr) 250px; }
  .guide-energy-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-energy-flow li:nth-child(3) { border-right: 0; }
}

@media (max-width: 820px) {
  .guide-article-layout { grid-template-columns: 1fr; }
  .guide-aside { position: static; }
}

@media (max-width: 640px) {
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card:last-child { grid-column: auto; }
  .guide-card-copy { min-height: 280px; }
  .guide-article-layout { padding: 4.5rem 1.25rem; }
  .guide-intro p { padding-left: 1rem; }
  .guide-energy-flow { grid-template-columns: 1fr; }
  .guide-energy-flow li { min-height: 112px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 16%); }
  .guide-energy-flow li:not(:last-child)::after { content: '⌄'; right: 50%; top: auto; bottom: -0.8rem; transform: translateX(50%); }
  .guide-inline-flow { align-items: stretch; flex-direction: column; }
  .guide-inline-flow span { justify-content: center; }
  .guide-inline-flow i { text-align: center; transform: rotate(90deg); }
  .legal-hero { min-height: 330px; padding-inline: 1.25rem; }
  .legal-page,
  .legal-page-wide { width: calc(100% - 2.5rem); }
  .legal-page dl div { grid-template-columns: 1fr; gap: 0.2rem; }
}

/* WordPress production integration. */
.wp-site-blocks,
.wp-block-post-content {
  margin: 0;
  padding: 0;
}

.wp-block-template-part {
  margin: 0;
}

.adt-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.adt-form-notice {
  margin: 0 0 1.5rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--blue);
  background: var(--light);
}

.adt-form-error {
  border-left-color: #b91c1c;
}

.core-reference-single {
  padding-block: clamp(4rem, 8vw, 8rem);
}

.core-reference-details {
  display: grid;
  gap: 1px;
  margin-top: 2rem;
  background: var(--line);
}

.core-reference-details > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--white);
}

@media (max-width: 640px) {
  .core-reference-details > div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
