:root {
  --erene-font-family: "Poppins", Arial, sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../erene-assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --erene-bg: #f4f7f2;
  --erene-surface: #ffffff;
  --erene-surface-soft: #eef6ea;
  --erene-text: #324046;
  --erene-muted: #68787d;
  --erene-line: rgba(50, 64, 70, 0.14);
  --erene-green: #6bb24c;
  --erene-green-dark: #4e9134;
  --erene-space: #324046;
  --erene-shadow: 0 24px 80px rgba(50, 64, 70, 0.14);
  --erene-radius: 8px;
  --erene-max-width: 1180px;
  --erene-header-bg: rgba(255, 255, 255, 0.78);
  --erene-header-solid: #ffffff;
  --erene-dropdown-bg: rgba(255, 255, 255, 0.94);
  --erene-control-bg: rgba(255, 255, 255, 0.7);
  --erene-button-light-bg: rgba(255, 255, 255, 0.78);
  --erene-button-light-text: #324046;
  --erene-header-offset: 100px;
  --erene-home-service-block-height: calc(100vh - var(--erene-header-offset, 100px));
  --erene-home-service-card-height: min(660px, calc(72vh - (var(--erene-header-offset, 100px) * 0.3)));
}

@supports (height: 100svh) {
  :root {
    --erene-home-service-block-height: calc(100svh - var(--erene-header-offset, 100px));
    --erene-home-service-card-height: min(660px, calc(72svh - (var(--erene-header-offset, 100px) * 0.3)));
  }
}

.erene-site-header,
.erene-site-header *,
.erene-hero,
.erene-hero * {
  box-sizing: border-box;
}

body.erene-child-theme #top-header,
body.erene-child-theme #main-header {
  display: none !important;
}

body.erene-child-theme #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.erene-child-theme #et-main-area {
  padding-top: var(--erene-header-offset) !important;
}

body.erene-child-theme .et-l--header.erene-active-header-layout {
  position: relative !important;
  z-index: 2147483000 !important;
  isolation: isolate;
}

body.erene-child-theme .et-l--body,
body.erene-child-theme #et-main-area {
  position: relative;
  z-index: 0;
}

.erene-hidden-old-header-section {
  display: none !important;
}

.erene-divi-wrapper-reset {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.admin-bar .erene-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .erene-site-header {
    top: 46px;
  }
}

.erene-site-header a,
.erene-hero a {
  color: inherit;
  text-decoration: none;
}

.erene-site-header button,
.erene-hero button {
  font: inherit;
}

.erene-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.erene-site-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  background: var(--erene-header-bg);
  border-bottom: 1px solid var(--erene-line);
  backdrop-filter: blur(18px);
  color: var(--erene-text);
  font-family: var(--erene-font-family);
}

.erene-topbar {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px 24px;
  color: var(--erene-muted);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.erene-topbar-link:hover,
.erene-topbar-phone:hover,
.erene-nav-link:hover {
  color: var(--erene-green);
}

.erene-language-link {
  display: inline-flex;
  width: 38px;
  height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--erene-line);
  border-radius: 7px;
  background: #ffffff;
  color: var(--erene-text);
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.erene-language-link:hover {
  border-color: var(--erene-green);
  color: var(--erene-green-dark);
}

.erene-language-flag {
  display: block;
  width: 19px;
  height: 13px;
  border-radius: 3px;
  object-fit: contain;
}

.erene-language-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.erene-language-switcher-mobile {
  display: none;
}

.erene-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
}

.erene-brand {
  display: inline-flex;
  align-items: center;
  width: 172px;
  flex: 0 0 auto;
  margin-right: 24px;
}

.erene-brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.erene-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 10px;
  min-width: 0;
}

.erene-nav-item {
  position: relative;
}

.erene-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--erene-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.erene-nav-menu .erene-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: var(--erene-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.erene-has-dropdown > .erene-nav-link::after {
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.erene-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  display: grid;
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--erene-line);
  border-radius: 18px;
  background: var(--erene-dropdown-bg);
  box-shadow: var(--erene-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  z-index: 2;
}

.erene-has-dropdown.is-open .erene-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.erene-dropdown a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--erene-muted);
  font-weight: 500;
  text-transform: uppercase;
}

.erene-dropdown a:hover {
  background: var(--erene-surface-soft);
  color: var(--erene-green-dark);
}

.erene-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.erene-button:hover {
  transform: translateY(-1px);
}

.erene-button-primary {
  background: var(--erene-green);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(107, 178, 76, 0.22);
}

.erene-button-primary:hover {
  background: var(--erene-green-dark);
}

.erene-button-ghost {
  border-color: var(--erene-line);
  background: var(--erene-control-bg);
}

.erene-button-light {
  border-color: rgba(50, 64, 70, 0.14);
  background: var(--erene-button-light-bg);
  color: var(--erene-button-light-text);
}

.erene-nav-cta,
.erene-nav-shop {
  text-transform: uppercase;
}

.erene-site-header .erene-nav-cta {
  color: #ffffff;
}

.erene-site-header .erene-nav-cta:hover,
.erene-site-header .erene-nav-cta:focus-visible {
  color: #ffffff;
}

.erene-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--erene-line);
  border-radius: var(--erene-radius);
  background: var(--erene-surface);
  cursor: pointer;
}

.erene-menu-bars,
.erene-menu-bars::before,
.erene-menu-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--erene-text);
  content: "";
}

.erene-menu-bars {
  position: relative;
}

.erene-menu-bars::before,
.erene-menu-bars::after {
  position: absolute;
  left: 0;
}

.erene-menu-bars::before {
  top: -6px;
}

.erene-menu-bars::after {
  top: 6px;
}

.erene-hero {
  position: relative;
  display: grid;
  min-height: 560px;
  padding: 44px 24px 24px;
  overflow: hidden;
  color: #ffffff;
  background: var(--erene-space);
  font-family: var(--erene-font-family);
}

.erene-hero-media,
.erene-hero-overlay {
  position: absolute;
  inset: 0;
}

.erene-hero-media {
  overflow: hidden;
}

.erene-hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms ease, transform 9000ms ease;
}

.erene-hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.erene-hero-slide-speicher {
  background-position: center calc(50% - 50px);
}

.erene-hero-slide-waerme {
  background-position: center calc(30% - 100px);
}

.erene-hero-slide-klima {
  background-position: center calc(34% + 100px);
}

.erene-google-reviews,
.erene-google-reviews * {
  box-sizing: border-box;
}

.erene-google-reviews-session-live[hidden],
.erene-google-reviews-session-fallback[hidden] {
  display: none !important;
}

.erene-google-reviews {
  padding: 38px 24px 0;
  background: #f6f9f4;
  color: var(--erene-text);
}

.erene-google-reviews-inner {
  width: min(100%, var(--erene-max-width));
  margin: 0 auto;
}

.erene-google-reviews-link-content {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.erene-google-reviews-link-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.erene-google-reviews-heading .erene-content-label,
.erene-google-reviews-link-heading .erene-content-label {
  display: none;
}

.erene-google-reviews-link-heading .erene-google-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  font-size: 31px;
}

.erene-google-maps-logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
  -webkit-text-fill-color: initial;
}

.erene-google-mark.erene-google-maps-logo {
  display: block;
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.erene-google-reviews-link-heading .erene-google-maps-logo {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.erene-google-reviews-link-heading h2 {
  margin: 0;
  color: var(--erene-text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.erene-google-reviews-link .erene-google-reviews-attribution {
  margin-top: 14px;
}

.erene-google-reviews-link .erene-button {
  flex: 0 0 auto;
}

.erene-google-reviews-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.erene-google-reviews-heading h2 {
  margin: 0;
  color: var(--erene-text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.erene-google-reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--erene-muted);
  white-space: nowrap;
}

.erene-google-reviews-rating-badge {
  display: inline-flex;
  min-height: 26px;
  padding: 0 8px;
  align-items: center;
  border-radius: 999px;
  background: #fff4cf;
  color: #8c6200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.erene-google-review-stars {
  display: inline-flex;
  gap: 1px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.erene-google-review-stars span {
  color: #d9dddf;
}

.erene-google-review-stars span.is-filled {
  color: #fbbc04;
}

.erene-google-review-stars-summary {
  font-size: clamp(28px, 3vw, 38px);
  gap: 2px;
}

.erene-google-reviews-link-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--erene-text);
}

.erene-google-reviews-link-rating strong {
  color: var(--erene-text);
  font-size: 15px;
  font-weight: 700;
}

.erene-google-reviews-summary strong {
  color: var(--erene-text);
}

.erene-google-reviews-summary .erene-button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.erene-google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.erene-google-review-card {
  display: flex;
  min-width: 0;
  min-height: 246px;
  padding: 17px 18px 16px;
  border: 1px solid var(--erene-line);
  border-radius: 10px;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(50, 64, 70, 0.07);
}

.erene-google-review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.erene-google-review-author {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.erene-google-review-avatar {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #6973c7;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.erene-google-review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.erene-google-review-author-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.erene-google-review-author-copy strong {
  overflow: hidden;
  color: var(--erene-text);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.erene-google-review-author-copy span {
  overflow: hidden;
  color: #8b9296;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.erene-google-mark {
  display: inline-flex;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 25% 45%, #fbbc05 45% 70%, #ea4335 70% 88%, #4285f4 88% 100%);
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.erene-google-review-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.erene-google-review-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 14px;
  color: var(--erene-muted);
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.erene-google-review-read-more {
  margin-top: auto;
  color: #8b9296;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.erene-google-review-read-more:hover,
.erene-google-review-read-more:focus-visible {
  color: var(--erene-green-dark);
  text-decoration: underline;
}

.erene-google-review-card-cta {
  padding: 0;
  border-color: rgba(91, 177, 67, 0.35);
  background: #edf6e9;
}

.erene-google-review-card-cta-link {
  display: flex;
  min-height: 100%;
  padding: 20px;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  color: var(--erene-text);
  flex-direction: column;
  text-decoration: none;
}

.erene-google-review-card-cta-link:hover,
.erene-google-review-card-cta-link:focus-visible {
  background: #e5f1df;
}

.erene-google-review-card-cta .erene-google-maps-logo {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  margin-bottom: 2px;
}

.erene-google-review-card-cta strong {
  max-width: 190px;
  color: var(--erene-text);
  font-size: 16px;
  line-height: 1.25;
}

.erene-google-review-card-cta .erene-google-review-stars-summary {
  font-size: 28px;
}

.erene-google-review-card-cta-rating {
  color: var(--erene-text);
  font-size: 14px;
  font-weight: 700;
}

.erene-google-review-card-cta-copy {
  color: var(--erene-muted);
  font-size: 13px;
  line-height: 1.35;
}

.erene-google-review-card-cta-action {
  display: inline-flex;
  min-height: 36px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  background: var(--erene-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background 160ms ease, transform 160ms ease;
}

.erene-google-review-card-cta-link:hover .erene-google-review-card-cta-action,
.erene-google-review-card-cta-link:focus-visible .erene-google-review-card-cta-action {
  background: var(--erene-green-dark);
  transform: translateY(-1px);
}

.erene-google-reviews-attribution {
  margin: 14px 0 0;
  color: var(--erene-muted);
  font-size: 12px;
}

.erene-google-reviews-attribution span {
  color: #5e5e5e;
  font-weight: 700;
}

.erene-google-reviews-attribution a {
  color: inherit;
  text-decoration: none;
}

.erene-google-reviews-attribution a:hover,
.erene-google-reviews-attribution a:focus-visible {
  text-decoration: underline;
}

.erene-google-reviews-dev-tools {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
}

.erene-google-reviews-dev-link {
  min-height: 34px !important;
  padding: 0 14px !important;
  border-color: rgba(50, 64, 70, 0.28) !important;
  color: var(--erene-muted) !important;
  font-size: 11px !important;
  letter-spacing: 0.04em;
}

.erene-google-reviews-dev-link:hover,
.erene-google-reviews-dev-link:focus-visible {
  border-color: var(--erene-green) !important;
  color: var(--erene-green-dark) !important;
}

.erene-google-reviews-admin-note {
  padding: 16px 24px;
  background: #fff8df;
  color: #6c5610;
  font-size: 14px;
  text-align: center;
}

.erene-home-services,
.erene-home-services * {
  box-sizing: border-box;
}

.erene-home-services {
  position: relative;
  width: var(--erene-viewport-width, 100%);
  max-width: none;
  margin-right: calc(50% - var(--erene-half-viewport-width, 50%));
  margin-left: calc(50% - var(--erene-half-viewport-width, 50%));
  overflow-x: clip;
  padding: 0;
  background: #ffffff;
  color: var(--erene-text);
  font-family: var(--erene-font-family);
  transition: padding-right 0.22s ease;
}

.erene-home-services-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  transition: width 0.22s ease;
}

.erene-service-index-slot {
  position: relative;
  z-index: 9998;
  width: 100%;
  min-height: 76px;
}

.erene-service-index {
  position: relative;
  z-index: 9998;
  width: 100%;
  padding: 10px clamp(14px, 2.2vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(10, 20, 25, 0.38);
  background: rgba(24, 39, 46, 0.94);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(18px) saturate(115%);
  transition: box-shadow 0.24s ease, background-color 0.24s ease;
}

.erene-service-index.is-fixed {
  position: fixed;
  z-index: 99998;
  top: var(--erene-service-index-top, var(--erene-header-offset, 100px));
  right: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  background: rgba(24, 39, 46, 0.955);
  box-shadow: 0 16px 38px rgba(10, 22, 28, 0.25), 0 1px 0 rgba(255, 255, 255, 0.09) inset;
}

.erene-service-index-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(7px, 0.8vw, 12px);
  width: min(100%, 1680px);
  margin: 0 auto;
}

.erene-service-index-link {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.095);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-family: var(--erene-font-family);
  font-size: clamp(11px, 0.86vw, 13px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.erene-service-index-link::after {
  display: none;
}

.erene-service-index-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  object-fit: contain;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.erene-service-index-link:hover,
.erene-service-index-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transform: translateY(-1px);
}

.erene-service-index-link:focus-visible {
  outline: 2px solid var(--erene-green);
  outline-offset: 2px;
}

.erene-service-index-link.is-active {
  border-color: var(--erene-green);
  background: var(--erene-green);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(74, 157, 42, 0.28);
}

.erene-service-index-link.is-active .erene-service-index-icon {
  filter: drop-shadow(0 2px 5px rgba(23, 62, 15, 0.24));
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .erene-service-index {
    padding-right: 10px;
    padding-left: 10px;
  }

  .erene-service-index-list {
    grid-auto-columns: minmax(150px, 42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 3px;
    scrollbar-color: rgba(99, 184, 61, 0.55) transparent;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .erene-service-index-link {
    min-height: 50px;
    scroll-snap-align: start;
  }

  .erene-service-index-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}

.erene-home-services-overview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 38%) minmax(0, 1fr);
  height: var(--erene-home-service-card-height);
  min-height: 500px;
  max-height: 660px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 clamp(44px, 6vw, 112px) clamp(44px, 6vw, 112px);
  background: var(--erene-space);
  color: #ffffff;
  box-shadow: 0 26px 90px rgba(25, 42, 51, 0.1);
}

.erene-home-services-overview-media {
  position: relative;
  z-index: 0;
  grid-column: 1 / -1;
  grid-row: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--erene-space);
}

.erene-home-services-overview-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.erene-home-services-overview-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px) clamp(34px, 4vw, 66px) clamp(26px, 3vw, 44px);
  background: rgba(25, 42, 51, 0.76);
}

.erene-home-services-overview-copy .erene-content-label {
  margin-bottom: 12px;
  font-size: 12px;
  color: #b6df93;
}

.erene-home-services-overview-copy h2 {
  max-width: 560px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(34px, 3.15vw, 54px);
  line-height: 1.04;
}

.erene-home-services-overview-copy > p:not(.erene-content-label) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.42;
}

.erene-home-services-overview-copy .erene-button {
  margin-top: 16px;
}

.erene-home-services-heading {
  width: 100%;
  max-width: none;
  margin: clamp(36px, 5vw, 62px) 0 clamp(24px, 4vw, 42px);
  padding: 0 24px;
  text-align: center;
}

.erene-home-services-heading h2 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--erene-text);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.erene-home-services-intro {
  max-width: 860px;
  margin: 0 auto clamp(42px, 5vw, 68px);
  text-align: center;
}

.erene-home-services-intro h2 {
  max-width: 860px;
  margin: 0 auto;
  color: var(--erene-text);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.erene-home-services-lead {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--erene-muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.6;
}

.erene-home-service-story-list {
  position: relative;
  display: grid;
  gap: clamp(36px, calc(6vw - 10px), 82px);
}

.erene-home-service-story-list .erene-home-service-story:last-child {
  margin-bottom: 0;
}

.erene-home-service-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 36%) minmax(0, 1fr);
  width: 100%;
  height: var(--erene-home-service-card-height);
  min-height: 500px;
  max-height: 660px;
  overflow: hidden;
  border-radius: 0 0 clamp(44px, 6vw, 112px) clamp(44px, 6vw, 112px);
  background: var(--erene-space);
  box-shadow: 0 26px 90px rgba(25, 42, 51, 0.1);
  scroll-margin-top: calc(var(--erene-header-offset, 100px) + 74px);
}

.erene-home-service-story.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 36%);
  background: var(--erene-space);
}

.erene-home-service-media {
  position: relative;
  z-index: 0;
  grid-column: 1 / -1;
  grid-row: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--erene-space);
}

.erene-home-service-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.erene-home-service-story.is-service-5 .erene-home-service-media img {
  object-position: center 18%;
}

.erene-home-service-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(40px, 5vw, 86px);
  background: rgba(25, 42, 51, 0.82);
  color: #ffffff;
}

.erene-home-service-story.is-reversed .erene-home-service-copy {
  grid-column: 2;
  margin-left: 0;
  background: rgba(25, 42, 51, 0.92);
  color: #ffffff;
}

.erene-home-service-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  overflow: visible;
}

.erene-home-service-arrow path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 20 11;
  vector-effect: non-scaling-stroke;
}

.erene-home-service-route {
  stroke: #63b83d;
  stroke-width: 8;
  filter:
    drop-shadow(0 1px 1px rgba(24, 55, 34, 0.65))
    drop-shadow(0 0 7px rgba(99, 184, 61, 0.68))
    drop-shadow(0 0 15px rgba(99, 184, 61, 0.38));
}

.erene-home-service-route-dots path {
  stroke: #63b83d;
  stroke-width: 36;
  stroke-dasharray: none;
  filter:
    drop-shadow(0 1px 1px rgba(24, 55, 34, 0.65))
    drop-shadow(0 0 8px rgba(99, 184, 61, 0.72))
    drop-shadow(0 0 16px rgba(99, 184, 61, 0.42));
}

.erene-home-service-arrow--journey {
  inset: calc(var(--erene-home-service-card-height) * -0.42) 0 28px;
  width: 100%;
  height: calc(100% + (var(--erene-home-service-card-height) * 0.42) - 28px);
}

.erene-home-service-icon {
  display: block;
  width: clamp(62px, 6vw, 92px);
  height: clamp(62px, 6vw, 92px);
  flex: 0 0 auto;
  margin: 0 0 clamp(12px, 1.6vw, 22px);
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.erene-home-service-icon-placeholder {
  border: 1px solid rgba(39, 57, 66, 0.14);
  background: rgba(255, 255, 255, 0.55);
}

.erene-home-service-name {
  margin: 0 0 8px;
  color: #b6df93;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.erene-home-service-story.is-reversed .erene-home-service-name {
  color: #b6df93;
}

.erene-home-service-copy h3 {
  max-width: 490px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.04;
}

.erene-home-service-story.is-reversed .erene-home-service-copy h3 {
  color: #ffffff;
}

.erene-home-service-text {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.5;
}

.erene-home-service-story.is-reversed .erene-home-service-text {
  color: rgba(255, 255, 255, 0.78);
}

.erene-home-service-story .erene-button {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: var(--erene-green);
  color: #ffffff;
}

.erene-button-arrow {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
}

.erene-button-arrow::before {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: '';
}

.erene-button-arrow::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: '';
  transform: rotate(45deg);
}

.erene-home-heyflow,
.erene-home-heyflow * {
  box-sizing: border-box;
}

.erene-home-heyflow {
  margin: 0;
  padding: 0 20px 36px !important;
  background: #ffffff;
  color: var(--erene-text);
  font-family: var(--erene-font-family);
}

.erene-home-heyflow-inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.erene-home-heyflow-intro {
  max-width: 620px;
  margin: 0 auto 14px;
  text-align: center;
}

.erene-home-heyflow-intro h2 {
  max-width: 620px;
  margin: 0 auto 5px;
  color: var(--erene-text);
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.08;
}

.erene-home-heyflow-intro > p:last-child {
  max-width: 560px;
  margin: 0 auto;
  color: var(--erene-muted);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.4;
}

.erene-home-heyflow-frame {
  --erene-heyflow-scale: 0.78;
  width: min(100%, 640px);
  height: 520px;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--erene-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(25, 42, 51, 0.08);
}

.erene-home-heyflow-frame heyflow-wrapper {
  display: block;
  width: calc(100% / var(--erene-heyflow-scale));
  min-height: 0;
  transform: scale(var(--erene-heyflow-scale));
  transform-origin: top left;
}

.erene-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.erene-hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 33, 38, 0.72) 0%, rgba(50, 64, 70, 0.52) 44%, rgba(50, 64, 70, 0.1) 100%),
    linear-gradient(180deg, rgba(23, 33, 38, 0.08), rgba(23, 33, 38, 0.42));
}

.erene-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(500px, calc(100vh - 300px), 620px);
  flex-direction: column;
  gap: clamp(44px, 7vh, 82px);
  justify-content: space-between;
  width: min(100%, var(--erene-max-width));
  margin: 0 auto;
}

.erene-hero-text {
  max-width: 920px;
}

.erene-eyebrow {
  margin: 0 0 10px;
  color: #dff5d2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.erene-hero h1,
.erene-hero h2,
.erene-hero p {
  margin-top: 0;
}

.erene-hero h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 700;
  white-space: nowrap;
}

.erene-hero .erene-hero-text h1 {
  color: #ffffff !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  line-height: 1.06 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.erene-hero-subheadline {
  max-width: 780px;
  margin: -8px 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.14;
}

.erene-hero .erene-hero-subheadline {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.14 !important;
  font-weight: 500 !important;
}

.erene-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.erene-hero-bottom {
  display: grid;
  gap: 10px;
  width: 100%;
  align-self: end;
  transform: translateY(-55px);
}

.erene-hero-service {
  display: grid;
  position: relative;
  max-width: 540px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(23, 33, 38, 0.5);
  backdrop-filter: blur(14px);
}

.erene-hero-service strong {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.1;
}

.erene-hero-service p {
  margin: 6px 0 0;
  padding-right: 170px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.erene-hero-service-link {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: background 160ms ease, border-color 160ms ease;
}

.erene-hero-service-link:hover {
  border-color: var(--erene-green);
  background: var(--erene-green);
}

.erene-hero-service-link::after {
  width: 8px;
  height: 8px;
  margin-left: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translate(-1px, 1px) rotate(45deg);
}

.erene-hero-switcher {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin-top: 0;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.erene-hero-switcher::-webkit-scrollbar {
  display: none;
}

.erene-hero-switcher button {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.erene-hero-switcher button.is-active {
  border-color: var(--erene-green);
  background: var(--erene-green);
}

@media (min-width: 1600px) and (min-height: 920px) {
  .erene-hero-slide-waerme {
    background-position: center calc(30% - 150px);
  }

  .erene-hero {
    min-height: min(820px, calc(100vh - var(--erene-header-offset)));
    padding-top: clamp(38px, calc(6vh - 20px), 66px);
    padding-bottom: clamp(28px, 4vh, 48px);
  }

  .erene-hero-content {
    min-height: clamp(620px, calc(100vh - 320px), 700px);
    gap: clamp(90px, 11vh, 160px);
    justify-content: space-between;
  }

  .erene-hero-text {
    max-width: 1260px;
  }

  .erene-hero h1,
  .erene-hero .erene-hero-text h1 {
    font-size: clamp(42px, 3vw, 56px) !important;
    line-height: 1.04 !important;
  }

  .erene-hero-subheadline,
  .erene-hero .erene-hero-subheadline {
    font-size: clamp(30px, 2.35vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .erene-hero-service {
    max-width: 640px;
    padding: 22px 24px;
  }

  .erene-hero-service strong {
    font-size: 28px;
  }

  .erene-hero-service p {
    font-size: 17px;
    line-height: 1.5;
  }

  .erene-hero-service-link {
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
  }

  .erene-hero-switcher button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}

.erene-content-page,
.erene-content-page * {
  box-sizing: border-box;
}

.erene-content-page {
  background: #f6f9f4;
  color: var(--erene-text);
  font-family: var(--erene-font-family);
}

.erene-content-section {
  padding: clamp(56px, 7vw, 96px) 24px;
}

.erene-content-section:nth-child(even) {
  background: #ffffff;
}

.erene-content-inner {
  width: min(100%, var(--erene-max-width));
  margin: 0 auto;
}

.erene-content-eyebrow,
.erene-content-label {
  margin: 0 0 12px;
  color: var(--erene-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.erene-content-section h2 {
  max-width: 860px;
  margin: 0 0 22px;
  color: var(--erene-text);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.erene-content-section h3 {
  margin: 0 0 10px;
  color: var(--erene-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.erene-content-section p {
  color: var(--erene-muted);
  font-size: 17px;
  line-height: 1.7;
}

.erene-content-lead {
  max-width: 820px;
  margin: 0;
  color: var(--erene-text) !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1.45 !important;
}

.erene-content-section-team-gallery {
  padding-top: clamp(12px, 2vw, 24px);
  background: #f6f9f4 !important;
}

.erene-team-gallery-panorama {
  margin: 0;
}

.erene-team-gallery-panorama img {
  display: block;
  width: 100%;
  border: 1px solid var(--erene-line);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(50, 64, 70, 0.12);
}

.erene-team-gallery-panorama img {
  aspect-ratio: 2800 / 663;
}

.erene-team-gallery-panorama figcaption {
  margin-top: 10px;
  color: var(--erene-muted);
  font-size: 14px;
  line-height: 1.5;
}

.erene-team-gallery-video {
  margin: 0;
}

.erene-team-gallery-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--erene-line);
  border-radius: 6px;
  background: #15252c;
  box-shadow: 0 24px 60px rgba(50, 64, 70, 0.12);
}

.erene-team-gallery-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.erene-team-gallery-video figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 10px;
  color: var(--erene-muted);
  font-size: 14px;
  line-height: 1.5;
}

.erene-team-gallery-video figcaption a {
  color: var(--erene-green);
  font-weight: 600;
}

.erene-people-section {
  background: #f6f9f4 !important;
}

.erene-people-section-contact {
  background: #ffffff !important;
}

.erene-people-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  margin-bottom: 34px;
}

.erene-people-heading h2 {
  margin-bottom: 0;
}

.erene-people-heading-label-only {
  display: block;
  margin-bottom: 22px;
}

.erene-people-heading-label-only .erene-content-label {
  margin-bottom: 0;
}

.erene-people-intro {
  max-width: 560px;
  margin: 0 0 4px;
  color: var(--erene-text) !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.55 !important;
}

.erene-people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.erene-people-grid-count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.erene-person-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--erene-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(50, 64, 70, 0.08);
  flex-direction: column;
}

.erene-person-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 1px solid var(--erene-line);
  background: #eef1f2;
}

.erene-person-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 220ms ease;
}

.erene-person-card:hover .erene-person-media img {
  transform: scale(1.025);
}

.erene-person-body {
  display: flex;
  flex: 1 1 auto;
  padding: 22px;
  flex-direction: column;
}

.erene-person-body h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.erene-person-role {
  min-height: 44px;
  margin: 0 0 16px;
  color: var(--erene-green-dark) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.erene-person-bio {
  margin: 0;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.erene-person-contact {
  display: grid;
  min-height: 88px;
  padding: 17px 22px 20px;
  border-top: 1px solid var(--erene-line);
  gap: 10px;
  align-content: center;
}

.erene-person-contact-row {
  display: grid;
  gap: 2px;
}

.erene-person-contact-row span {
  color: var(--erene-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.erene-person-contact-row a {
  overflow-wrap: anywhere;
  color: var(--erene-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.erene-person-contact-row a:hover {
  color: var(--erene-green-dark);
}

.erene-person-contact-empty {
  color: var(--erene-muted);
  font-size: 13px;
  line-height: 1.5;
}

.erene-benefit-grid,
.erene-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.erene-benefit-card,
.erene-process-step {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--erene-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(50, 64, 70, 0.08);
}

.erene-benefit-card p,
.erene-process-step p {
  margin: 0;
}

.erene-content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.erene-content-copy p:first-child {
  margin-top: 0;
}

.erene-content-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.erene-content-list li {
  position: relative;
  padding-left: 28px;
  color: var(--erene-text);
  font-size: 16px;
  line-height: 1.6;
}

.erene-content-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--erene-green);
  content: "";
}

.erene-faq-list {
  display: grid;
  gap: 12px;
}

.erene-faq-item {
  border: 1px solid var(--erene-line);
  border-radius: 8px;
  background: #ffffff;
}

.erene-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--erene-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.erene-faq-item summary::-webkit-details-marker {
  display: none;
}

.erene-faq-item summary::after {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.erene-faq-item[open] summary {
  padding-bottom: 12px;
}

.erene-faq-item[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.erene-faq-item p {
  margin: 0;
  padding: 6px 26px 44px;
  line-height: 1.75;
}

.erene-faq-item[open] p {
  padding-bottom: 44px !important;
}

.erene-content-section-cta {
  background: var(--erene-space) !important;
}

.erene-content-cta {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.erene-content-cta h2,
.erene-content-cta p {
  color: #ffffff;
}

.erene-content-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.erene-content-cta .erene-content-label {
  color: #dff5d2;
}

.erene-content-cta .erene-button {
  flex: 0 0 auto;
}

@media (max-width: 1280px) {
  .erene-brand {
    width: 158px;
    margin-right: 18px;
  }

  .erene-nav-menu {
    gap: 4px;
  }

  .erene-nav-link {
    padding: 0 8px;
    font-size: 13px;
  }

  .erene-nav-shop {
    display: none;
  }
}

@media (max-width: 980px) {
  .erene-site-header {
    background: var(--erene-header-solid);
    backdrop-filter: none;
  }

  .erene-topbar {
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .erene-navbar {
    min-height: 64px;
    padding: 0 18px;
    background: var(--erene-header-solid);
  }

  .erene-menu-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    border: 0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
  }

  .erene-menu-bars,
  .erene-menu-bars::before,
  .erene-menu-bars::after {
    width: 18px;
  }

  .erene-nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 64px);
    padding: 12px 18px 20px;
    overflow-y: auto;
    border-top: 1px solid var(--erene-line);
    background: var(--erene-surface);
    box-shadow: 0 16px 36px rgba(50, 64, 70, 0.08);
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
  }

  .erene-nav-menu.is-open {
    display: grid;
  }

  .erene-nav-menu > * {
    width: 100%;
  }

  .erene-nav-link,
  .erene-nav-cta,
  .erene-nav-shop {
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
  }

  .erene-nav-shop {
    display: inline-flex;
  }

  .erene-language-switcher-mobile {
    display: flex;
    width: 100%;
    padding: 8px 0;
  }

  .erene-language-switcher-mobile .erene-language-link {
    width: 52px;
    height: 34px;
    padding: 3px;
    border-radius: 6px;
  }

  .erene-nav-item {
    width: 100%;
  }

  .erene-dropdown {
    position: static;
    display: none;
    margin: 0;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .erene-dropdown a {
    width: 100%;
    padding: 9px 12px;
    border-radius: 0;
    background: transparent;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
  }

  .erene-dropdown a:hover {
    background: transparent;
  }

  .erene-has-dropdown.is-open .erene-dropdown {
    display: grid;
  }

  .erene-hero-slide-klima {
    background-position: center calc(34% + 50px);
  }

  .erene-hero h1,
  .erene-hero .erene-hero-text h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
  }

  .erene-hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 28px;
  }

  .erene-hero-content {
    min-height: auto;
    gap: 24px;
  }

  .erene-hero-bottom {
    transform: none;
  }

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

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

  .erene-people-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .erene-google-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .erene-google-reviews-link-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .erene-google-reviews-summary {
    flex-wrap: wrap;
    white-space: normal;
  }

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

  .erene-content-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .erene-home-service-story {
    grid-template-columns: minmax(250px, 38%) minmax(0, 1fr);
    min-height: 460px;
  }

  .erene-home-service-story.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 38%);
  }

  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    padding: 28px clamp(24px, 5vw, 58px) 30px;
  }

  .erene-home-service-copy .erene-button {
    margin-top: 24px;
  }

}

@media (max-height: 900px) and (min-width: 1181px) {
  .erene-home-services-overview {
    min-height: 500px;
  }

  .erene-home-services-overview-copy {
    padding: clamp(44px, 5vh, 62px) clamp(26px, 2.8vw, 48px) clamp(26px, 3vw, 42px);
  }

  .erene-home-services-overview-copy .erene-content-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .erene-home-services-overview-copy h2 {
    max-width: 520px;
    margin-bottom: 10px;
    font-size: clamp(32px, 2.55vw, 44px);
  }

  .erene-home-services-overview-copy > p:not(.erene-content-label) {
    max-width: 520px;
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.38;
  }

  .erene-home-services-overview-copy .erene-button {
    min-height: 38px;
    margin-top: 12px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 13px;
  }

  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    padding: clamp(28px, 2.8vw, 50px);
  }

  .erene-home-service-icon {
    width: clamp(54px, 3.8vw, 70px);
    height: clamp(54px, 3.8vw, 70px);
    margin-bottom: 10px;
  }

  .erene-home-service-name {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .erene-home-service-copy h3 {
    max-width: 560px;
    margin-bottom: 10px;
    font-size: clamp(32px, 2.9vw, 46px);
  }

  .erene-home-service-text {
    max-width: 540px;
    font-size: clamp(14px, 0.96vw, 15.5px);
    line-height: 1.42;
  }

  .erene-home-service-story .erene-button {
    min-height: 38px;
    margin-top: 14px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 13px;
  }

  .erene-home-heyflow {
    padding-top: 0 !important;
  }
}

@media (max-width: 1180px) {
  .erene-home-services {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: clamp(14px, 3vw, 28px);
    padding-left: clamp(14px, 3vw, 28px);
  }

  .erene-home-service-story-list {
    gap: clamp(24px, calc(6vw - 10px), 58px);
  }

  .erene-home-services-overview,
  .erene-home-service-story,
  .erene-home-service-story.is-reversed {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
    border-radius: 0 0 clamp(34px, 5vw, 64px) clamp(34px, 5vw, 64px);
  }

  .erene-home-services-overview-media,
  .erene-home-service-media {
    grid-column: 1;
    grid-row: 1;
    height: clamp(320px, 42vw, 460px);
  }

  .erene-home-services-overview-copy,
  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: 0;
    justify-content: center;
    overflow: visible;
    padding: clamp(28px, 4vw, 48px);
    background: rgba(25, 42, 51, 0.96);
  }

  .erene-home-services-overview-copy h2,
  .erene-home-service-copy h3 {
    max-width: 720px;
    font-size: clamp(32px, 5vw, 52px);
  }

  .erene-home-services-overview-copy > p:not(.erene-content-label),
  .erene-home-service-text {
    max-width: 680px;
  }

  .erene-home-service-arrow {
    display: none;
  }
}

@media (max-width: 648px) {
  .erene-hero-switcher {
    width: calc(100% + 48px);
    max-width: none;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    overflow-x: scroll;
    scroll-padding-inline: 24px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
}

@media (max-width: 700px) {
  .erene-home-services-overview {
    display: grid;
    height: auto;
    min-height: 0;
    max-height: none;
    border-radius: 0 0 38px 38px;
  }

  .erene-home-services-overview-media {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: clamp(260px, 64vw, 420px);
  }

  .erene-home-services-overview-media img {
    height: 100%;
    object-fit: cover;
  }

  .erene-home-services-overview-copy {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 24px;
    background: rgba(25, 42, 51, 0.96);
  }

  .erene-home-services-overview-copy .erene-content-label {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .erene-home-services-overview-copy h2 {
    margin-bottom: 10px;
    font-size: clamp(28px, 7vw, 40px);
  }

  .erene-home-services-overview-copy > p:not(.erene-content-label) {
    font-size: 13px;
    line-height: 1.4;
  }

  .erene-home-services-overview-copy .erene-button {
    margin-top: 12px;
  }

  .erene-home-services-heading {
    margin-top: 28px;
    margin-bottom: 20px;
    padding: 0 4px;
  }

  .erene-home-services-heading h2 {
    font-size: clamp(26px, 7vw, 36px);
  }

  .erene-home-service-story {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
    border-radius: 0 0 38px 38px;
  }

  .erene-home-service-story.is-reversed {
    grid-template-columns: 1fr;
  }

  .erene-home-service-media {
    grid-column: 1;
    grid-row: 1;
    height: clamp(260px, 64vw, 420px);
  }

  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: 0;
    justify-content: center;
    padding: 24px;
    background: rgba(25, 42, 51, 0.96);
  }

  .erene-home-service-arrow {
    display: none;
  }

  .erene-home-service-icon {
    width: 56px;
    height: 56px;
    flex-basis: auto;
    margin-bottom: 10px;
  }

  .erene-home-service-name {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .erene-home-service-copy h3 {
    margin-bottom: 8px;
    font-size: clamp(26px, 7vw, 36px);
  }

  .erene-home-service-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .erene-home-service-story .erene-button {
    margin-top: 12px;
    min-height: 42px;
  }
}

@media (max-width: 560px) {
  .erene-topbar {
    display: none;
  }

  .erene-brand {
    width: 142px;
  }

  .erene-hero {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 28px;
  }

  .erene-hero-content {
    min-height: auto;
    gap: 20px;
  }

  .erene-hero h1 {
    font-size: 36px;
    line-height: 1.04;
    white-space: normal;
  }

  .erene-hero-service strong,
  .erene-hero-service p {
    padding-right: 0;
  }

  .erene-hero-slide-speicher,
  .erene-hero-slide-waerme,
  .erene-hero-slide-klima {
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.18);
  }

  .erene-hero-slide-speicher,
  .erene-hero-slide-speicher.is-active {
    transform: scale(1.42);
  }

  .erene-hero-slide-waerme,
  .erene-hero-slide-waerme.is-active {
    transform: scale(1.55);
  }

  .erene-hero-slide-klima,
  .erene-hero-slide-klima.is-active {
    transform: scale(1.34);
  }

  .erene-hero-service-link {
    position: static;
    justify-self: start;
    margin-top: 14px;
  }

  .erene-faq-item summary {
    padding: 18px;
    font-size: 16px;
  }

  .erene-faq-item[open] summary {
    padding-bottom: 10px;
  }

  .erene-faq-item p {
    padding: 6px 18px 36px;
    line-height: 1.65;
  }

  .erene-google-reviews-link-content {
    gap: 18px;
  }

  .erene-google-reviews-link-heading {
    align-items: flex-start;
  }

  .erene-google-reviews-link-heading h2 {
    font-size: 30px;
  }

  .erene-google-reviews-link .erene-button {
    width: 100%;
  }

  .erene-faq-item[open] p {
    padding-bottom: 36px !important;
  }

  .erene-hero-actions .erene-button {
    width: 100%;
  }

  .erene-content-section {
    padding: 46px 20px;
  }

  .erene-google-reviews {
    padding: 32px 20px 28px;
  }

  .erene-google-reviews-grid {
    grid-template-columns: 1fr;
  }

  .erene-content-section-team-gallery {
    padding-top: 12px;
  }

  .erene-team-gallery-panorama img {
    min-height: 160px;
    aspect-ratio: 2 / 1;
    object-position: left center;
  }

  .erene-team-gallery-video-frame {
    min-height: 160px;
  }

  .erene-people-grid {
    grid-template-columns: 1fr;
  }

  .erene-person-media {
    aspect-ratio: 5 / 4;
  }

  .erene-person-media img {
    object-fit: cover;
    object-position: center top;
  }

  .erene-person-role {
    min-height: 0;
  }

  .erene-benefit-grid,
  .erene-process-grid {
    grid-template-columns: 1fr;
  }

  .erene-benefit-card,
  .erene-process-step {
    padding: 22px;
  }

  .erene-content-cta .erene-button {
    width: 100%;
  }

  .erene-home-services {
    padding: 0 16px;
  }

  .erene-home-services-intro {
    margin-bottom: 22px;
  }

  .erene-home-heyflow {
    padding: 0 16px 32px !important;
  }

  .erene-home-heyflow-intro {
    margin-bottom: 12px;
  }

  .erene-home-heyflow-frame,
  .erene-home-heyflow-frame heyflow-wrapper {
    min-height: 0;
  }

  .erene-home-heyflow-frame {
    --erene-heyflow-scale: 1;
    height: auto;
  }

  .erene-home-heyflow-frame heyflow-wrapper {
    width: 100%;
    transform: none;
  }

  .erene-home-service-media img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
  }

  .erene-home-service-story .erene-button {
    width: auto;
    max-width: 100%;
  }
}

.erene-home-services-heyflow-gap {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  flex: 0 0 50px !important;
  clear: both;
  background: #ffffff;
}

.erene-milestones,
.erene-milestones * { box-sizing: border-box; }

.erene-milestones {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: clamp(42px, 4.5vw, 70px) 50px;
  scroll-margin-top: calc(var(--erene-header-offset, 100px) + 12px);
  background-color: #69ad2d;
  background-image: linear-gradient(rgba(50, 126, 39, 0.08), rgba(50, 126, 39, 0.08)), var(--erene-milestones-bg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  font-family: var(--erene-font-family);
}

.erene-milestones-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(34px, 5vw, 76px);
  width: min(100%, 1440px);
  margin: 0 auto;
}

.erene-milestones-intro { align-self: start; padding: 4px 0; }
.erene-milestones-kicker { margin: 0 0 13px; color: rgba(255,255,255,.84); font-size: 12px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.erene-milestones-intro h2 { margin: 0; color: #fff; font-size: clamp(36px, 3.8vw, 58px); line-height: 1.02; }
.erene-milestones-lead { max-width: 430px; margin: 16px 0 0; color: rgba(255,255,255,.9); font-size: clamp(14px, 1.05vw, 16px); line-height: 1.5; }

.erene-milestones-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 8px 24px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 999px;
  background: #fff;
  color: #4d9928 !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.erene-milestones-cta:hover, .erene-milestones-cta:focus-visible { background: transparent; color: #fff !important; transform: translateY(-1px); }

.erene-milestones-accordion { border-left: 3px solid rgba(255,255,255,.8); padding-left: clamp(22px, 3vw, 42px); }
.erene-milestone { border-bottom: 1px solid rgba(255,255,255,.28); }
.erene-milestone:last-child { border-bottom: 0; }
.erene-milestone h3 { margin: 0; }

.erene-milestone-trigger {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: var(--erene-font-family);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.erene-milestone-trigger strong { font-weight: 800; }

.erene-milestone-toggle { position: relative; width: 32px; height: 32px; flex: 0 0 32px; border: 2px solid #fff; border-radius: 50%; }
.erene-milestone-toggle::before { position: absolute; top: 48%; left: 50%; width: 9px; height: 9px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; transform: translate(-50%,-65%) rotate(45deg); transition: transform .24s ease; }
.erene-milestone.is-open .erene-milestone-toggle::before { transform: translate(-50%,-30%) rotate(225deg); }
.erene-milestone-panel { height: 0; overflow: hidden; transition: height .36s cubic-bezier(.4,0,.2,1); }
.erene-milestone-panel[hidden] { display: block; }
.erene-milestone-panel-inner { padding: 0 54px 18px 0; }
.erene-milestone-panel p { max-width: 920px; margin: 0; color: rgba(255,255,255,.94); font-size: clamp(14px, 1.05vw, 16px); line-height: 1.6; }

@media (max-width: 980px) {
  .erene-milestones { padding: 36px 32px; }
  .erene-milestones-inner { grid-template-columns: 1fr; gap: 26px; }
  .erene-milestones-intro h2 br { display: none; }
}

@media (max-width: 560px) {
  .erene-milestones { padding: 30px 18px; }
  .erene-milestones-kicker { margin-bottom: 10px; font-size: 11px; }
  .erene-milestones-intro h2 { font-size: 30px; }
  .erene-milestones-lead { margin-top: 12px; font-size: 14px; line-height: 1.45; }
  .erene-milestones-cta { min-height: 40px; margin-top: 16px; }
  .erene-milestones-cta { width: 100%; }
  .erene-milestones-accordion { border-left-width: 2px; padding-left: 14px; }
  .erene-milestone-trigger { min-height: 54px; gap: 12px; padding: 11px 0; font-size: 16px; }
  .erene-milestone-toggle { width: 24px; height: 24px; flex-basis: 24px; }
  .erene-milestone-toggle::before { width: 7px; height: 7px; }
  .erene-milestone-panel-inner { padding: 0 0 16px; }
  .erene-milestone-panel p { font-size: 14px; line-height: 1.55; }
}

.erene-target-groups,
.erene-target-groups * { box-sizing: border-box; }

.erene-target-groups { position: relative; z-index: 0; width: 100%; padding: clamp(44px, 5vw, 72px) 24px 24px; scroll-margin-top: calc(var(--erene-header-offset, 100px) + 12px); background: #fff; color: var(--erene-text); font-family: var(--erene-font-family); }
.erene-target-groups-inner { width: min(100%, 1500px); margin: 0 auto; }
.erene-target-groups-heading { max-width: 850px; margin: 0 auto clamp(28px, 3.5vw, 42px); text-align: center; }
.erene-target-groups-heading .erene-content-label { margin-bottom: 12px; color: var(--erene-green); }
.erene-target-groups-heading h2 { margin: 0; color: var(--erene-text); font-size: clamp(32px, 3.7vw, 52px); line-height: 1.05; }
.erene-target-groups-heading > p:last-child { margin: 16px auto 0; color: var(--erene-muted); font-size: clamp(15px, 1.25vw, 18px); }
.erene-target-groups-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 34px); }

.erene-target-group { display: grid; grid-template-rows: 190px 1fr; overflow: hidden; border: 1px solid rgba(39,57,66,.1); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(25,42,51,.08); }
.erene-target-group-media { display: block; overflow: hidden; }
.erene-target-group-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.erene-target-group:hover .erene-target-group-media img { transform: scale(1.035); }
.erene-target-group-copy { display: flex; min-height: 240px; flex-direction: column; padding: clamp(22px, 2vw, 30px); }
.erene-target-group-copy h3 { margin: 0 0 11px; color: var(--erene-text); font-size: clamp(23px, 1.8vw, 30px); line-height: 1.08; }
.erene-target-group-copy > p { margin: 0; color: var(--erene-muted); font-size: 14px; line-height: 1.55; }

.erene-target-group-link { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: auto; padding-top: 18px; color: var(--erene-green) !important; font-size: 14px; font-weight: 800; line-height: 1.3; text-decoration: none; }
.erene-target-group-arrow { position: relative; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid currentColor; border-radius: 50%; }
.erene-target-group-arrow::before { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; content: ''; transform: translate(-62%,-50%) rotate(45deg); transition: transform .18s ease; }
.erene-target-group-link:hover .erene-target-group-arrow::before, .erene-target-group-link:focus-visible .erene-target-group-arrow::before { transform: translate(-42%,-50%) rotate(45deg); }

@media (max-width: 980px) {
  .erene-target-groups-grid { grid-template-columns: 1fr; }
  .erene-target-group { grid-template-columns: minmax(240px, 38%) 1fr; grid-template-rows: auto; }
  .erene-target-group-copy { min-height: 220px; }
}

@media (max-width: 620px) {
  .erene-target-groups { padding: 32px 14px 16px; }
  .erene-target-groups-heading { margin-bottom: 24px; }
  .erene-target-groups-heading .erene-content-label { margin-bottom: 8px; }
  .erene-target-groups-heading h2 { font-size: 30px; }
  .erene-target-groups-heading > p:last-child { margin-top: 10px; font-size: 14px; }
  .erene-target-groups-grid { gap: 14px; }
  .erene-target-group { grid-template-columns: 1fr; grid-template-rows: 160px 1fr; }
  .erene-target-group-copy { min-height: 0; padding: 20px; }
  .erene-target-group-copy h3 { font-size: 24px; }
  .erene-target-group-copy > p { font-size: 14px; line-height: 1.5; }
  .erene-target-group-link { margin-top: 16px; padding-top: 0; }
}

/* Hero-style service copy panels and header-style service navigation. */
.erene-service-index-slot {
  min-height: 54px;
}

.erene-service-index {
  padding: 5px clamp(14px, 2vw, 32px);
  border-top-color: rgba(50, 64, 70, 0.08);
  border-bottom-color: rgba(50, 64, 70, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px) saturate(115%);
}

.erene-service-index.is-fixed {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(50, 64, 70, 0.12), 0 1px 0 rgba(255, 255, 255, 0.94) inset;
}

.erene-service-index-link {
  min-height: 42px;
  border-color: transparent;
  background: transparent;
  color: #36454c;
  gap: 7px;
  padding: 5px 10px;
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 500;
  letter-spacing: 0.07em;
}

.erene-service-index-link:hover,
.erene-service-index-link:focus-visible {
  border-color: rgba(50, 64, 70, 0.11);
  background: rgba(255, 255, 255, 0.72);
  color: #24343b;
  box-shadow: 0 5px 16px rgba(50, 64, 70, 0.07);
}

.erene-service-index-link.is-active {
  border-color: var(--erene-green);
  background: var(--erene-green);
  color: #ffffff;
  box-shadow: 0 9px 24px rgba(78, 145, 52, 0.22);
}

.erene-service-index-icon {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
}

@media (min-width: 1181px) {
  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    align-self: center;
    width: calc(100% - clamp(36px, 4vw, 68px));
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 24px clamp(18px, 2vw, 34px);
    justify-content: center;
    overflow: visible;
    padding: clamp(20px, 2vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background: rgba(25, 42, 51, 0.78);
    box-shadow: 0 20px 48px rgba(10, 21, 27, 0.2);
    backdrop-filter: blur(16px) saturate(112%);
  }

  .erene-home-service-story.is-reversed .erene-home-service-copy {
    margin-right: clamp(18px, 2vw, 34px);
    margin-left: clamp(18px, 2vw, 34px);
    background: rgba(25, 42, 51, 0.82);
  }

  .erene-home-service-icon {
    width: clamp(42px, 3.4vw, 54px);
    height: clamp(42px, 3.4vw, 54px);
    margin-bottom: 9px;
  }

  .erene-home-service-name {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .erene-home-service-copy h3 {
    max-width: 520px;
    margin-bottom: 8px;
    font-size: clamp(28px, 2.45vw, 40px);
    line-height: 1.06;
  }

  .erene-home-service-text {
    max-width: 540px;
    font-size: clamp(12px, 0.82vw, 14px);
    line-height: 1.44;
  }
}

.erene-home-service-story .erene-button {
  position: relative;
  min-height: 44px;
  margin-top: 14px;
  padding: 9px 46px 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.erene-home-service-story .erene-button::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: '';
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.18s ease;
}

.erene-home-service-story .erene-button:hover,
.erene-home-service-story .erene-button:focus-visible {
  border-color: var(--erene-green);
  background: var(--erene-green);
}

.erene-home-service-story .erene-button:hover::after,
.erene-home-service-story .erene-button:focus-visible::after {
  transform: translate(3px, -50%) rotate(45deg);
}

@media (max-width: 1180px) {
  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(25, 42, 51, 0.96);
    box-shadow: 0 -16px 36px rgba(10, 21, 27, 0.12);
  }
}

@media (max-width: 700px) {
  .erene-service-index {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .erene-service-index-link {
    min-height: 40px;
  }

  .erene-home-service-copy,
  .erene-home-service-story.is-reversed .erene-home-service-copy {
    padding: 24px 20px 26px;
  }
}

@media (min-width: 1181px) {
  .erene-home-services-overview-copy {
    position: absolute;
    top: 50%;
    left: clamp(18px, 2vw, 34px);
    width: min(calc(38% - clamp(18px, 2vw, 34px)), 640px);
    max-width: 640px;
    height: auto;
    min-height: 0;
    max-height: calc(100% - 48px);
    margin: 0;
    justify-content: center;
    overflow: visible;
    padding: clamp(24px, 2.5vw, 40px);
    border: 1px solid rgba(50, 64, 70, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 48px rgba(50, 64, 70, 0.14);
    color: var(--erene-text);
    backdrop-filter: blur(18px) saturate(115%);
    transform: translateY(-50%);
  }

  .erene-home-services-overview-copy .erene-content-label {
    color: var(--erene-green-dark);
  }

  .erene-home-services-overview-copy h2 {
    color: var(--erene-text);
    font-size: clamp(30px, 2.75vw, 46px);
  }

  .erene-home-services-overview-copy > p:not(.erene-content-label) {
    color: var(--erene-muted);
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.46;
  }

  .erene-home-services-overview-copy .erene-button {
    min-height: 42px;
    margin-top: 16px;
    box-shadow: 0 10px 26px rgba(78, 145, 52, 0.2);
  }
}

@media (min-width: 2200px) {
  .erene-home-services-overview {
    height: 600px;
    min-height: 600px;
    max-height: 600px;
  }

  .erene-home-services-overview-copy {
    left: 40px;
    width: min(31vw, 600px);
    max-width: 600px;
    padding: 32px 36px;
  }

  .erene-home-services-overview-copy h2 {
    font-size: 42px;
  }
}
