@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: block;
}

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

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

@font-face {
  font-family: "Abhaya Libre";
  src: url("../fonts/AbhayaLibre-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Abhaya Libre";
  src: url("../fonts/AbhayaLibre-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "Abhaya Libre";
  src: url("../fonts/AbhayaLibre-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}

:root {
  --ehh-bg: #f8f8f6;
  --ehh-bg-soft: #edf3f0;
  --ehh-bg-mint: #e8f4ef;
  --ehh-bg-mint-2: #e6f1eb;
  --ehh-bg-mint-3: #edf9f4;
  --ehh-surface: #ffffff;
  --ehh-surface-soft: #edf3f0;
  --ehh-surface-dark: #0f1415;
  --ehh-ink: #0d0d0b;
  --ehh-copy: #4d5c58;
  --ehh-copy-strong: #1f2d2a;
  --ehh-accent: #cfffea;
  --ehh-accent-strong: #53c5be;
  --ehh-accent-deep: #124447;
  --ehh-line: rgba(12, 28, 26, 0.08);
  --ehh-line-strong: rgba(12, 28, 26, 0.14);
  --ehh-shadow: 0 28px 56px rgba(0, 0, 0, 0.16);
  --ehh-shadow-soft: 0 16px 34px rgba(0, 0, 0, 0.11);
  --ehh-radius-xl: 8px;
  --ehh-radius-lg: 8px;
  --ehh-radius-md: 8px;
  --ehh-radius-sm: 8px;
  --ehh-max: 1540px;
  --ehh-header-height: 62px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ehh-ink);
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  background:
    radial-gradient(860px 400px at 8% 0%, rgba(83, 197, 190, 0.13), transparent 66%),
    radial-gradient(900px 460px at 110% 0%, rgba(83, 197, 190, 0.09), transparent 62%),
    linear-gradient(180deg, var(--ehh-bg) 0%, var(--ehh-bg) 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--ehh-accent-deep);
  text-decoration-color: rgba(18, 68, 71, 0.36);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover,
a:focus-visible {
  color: #194f56;
  text-decoration-color: currentColor;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.ehh-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;
}

.ehh-skip-link {
  position: absolute;
  left: 18px;
  top: -60px;
  z-index: 3000;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ehh-surface-dark);
  transition: top 0.24s ease;
}

.ehh-skip-link:focus {
  top: 18px;
}

.ehh-site {
  position: relative;
  overflow: clip;
}

.ehh-container {
  width: min(var(--ehh-max), calc(100% - 124px));
  margin: 0 auto;
}

.ehh-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(12, 28, 26, 0.04);
  transition: box-shadow 0.24s ease, background-color 0.24s ease;
}

.ehh-header.is-scrolled {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}

.ehh-header__inner {
  min-height: var(--ehh-header-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: calc(100% - 56px);
  margin: 0 auto;
}

.ehh-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  white-space: nowrap;
  margin-right: auto;
}

.ehh-brand__mark {
  width: 34px;
  height: 34px;
  border-radius: 0;
  display: grid;
  place-items: center;
  color: #0c3f44;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  background:
    linear-gradient(135deg, rgba(83, 197, 190, 0.42), rgba(207, 255, 234, 0.96));
}

.ehh-brand__title {
  display: block;
  color: var(--ehh-ink);
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 1;
}

.ehh-brand__sub {
  display: block;
  margin-top: 2px;
  color: var(--ehh-copy);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.ehh-nav {
  display: flex;
  align-items: center;
  height: 40px;
  --ehh-nav-gap: clamp(16px, 1.6vw, 24px);
  gap: var(--ehh-nav-gap);
  position: relative;
}

.ehh-nav a {
  position: relative;
  color: var(--ehh-copy-strong);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: color 0.2s ease;
}

.ehh-nav a::after {
  content: none;
}

.ehh-nav a:hover,
.ehh-nav a:focus-visible,
.ehh-nav a.is-active {
  color: var(--ehh-accent-deep);
}

.ehh-nav__wohnungen {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--ehh-header-height);
}

.ehh-subnav {
  position: fixed;
  top: var(--ehh-header-height);
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: var(--ehh-header-height);
  padding: 0 clamp(28px, 4vw, 62px);
  gap: var(--ehh-nav-gap);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 5;
}

.ehh-subnav a {
  color: var(--ehh-copy-strong) !important;
}

.ehh-subnav a:hover,
.ehh-subnav a:focus-visible,
.ehh-subnav a.is-active {
  color: #bfa100 !important;
}

.ehh-header.is-scrolled .ehh-subnav {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(180deg, rgba(41, 55, 100, 0.08), rgba(41, 55, 100, 0.03));
}

body .ehh-header:not(.is-scrolled) .ehh-subnav {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(41, 55, 100, 0.68), rgba(41, 55, 100, 0.18));
}


.ehh-header:not(.is-scrolled) .ehh-nav a,
.ehh-header:not(.is-scrolled) .ehh-subnav a,
.ehh-header:not(.is-scrolled) .ehh-nav-toggle {
  color: rgba(255, 255, 255, 0.94) !important;
}

.ehh-header:not(.is-scrolled) .ehh-nav a:hover,
.ehh-header:not(.is-scrolled) .ehh-nav a:focus-visible,
.ehh-header:not(.is-scrolled) .ehh-nav a.is-active,
.ehh-header:not(.is-scrolled) .ehh-subnav a:hover,
.ehh-header:not(.is-scrolled) .ehh-subnav a:focus-visible,
.ehh-header:not(.is-scrolled) .ehh-subnav a.is-active {
  color: #bfa100 !important;
}

.ehh-header.is-scrolled .ehh-nav a,
.ehh-header.is-scrolled .ehh-subnav a,
.ehh-header.is-scrolled .ehh-nav-toggle {
  color: #293764 !important;
}

.ehh-header.is-scrolled .ehh-nav a:hover,
.ehh-header.is-scrolled .ehh-nav a:focus-visible,
.ehh-header.is-scrolled .ehh-nav a.is-active,
.ehh-header.is-scrolled .ehh-subnav a:hover,
.ehh-header.is-scrolled .ehh-subnav a:focus-visible,
.ehh-header.is-scrolled .ehh-subnav a.is-active {
  color: #bfa100 !important;
}

.ehh-nav__wohnungen:hover .ehh-subnav,
.ehh-nav__wohnungen:focus-within .ehh-subnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ehh-nav > .ehh-mobile-nav__scrim,
  .ehh-nav > .ehh-mobile-nav__sheet,
  .ehh-nav .ehh-mobile-nav__top,
  .ehh-nav .ehh-mobile-nav__close,
  .ehh-nav .ehh-mobile-nav__links,
  .ehh-nav .ehh-mobile-nav__contact,
  .ehh-nav .ehh-mobile-nav__brand {
    display: none !important;
  }
}

.ehh-nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--ehh-ink);
}

.ehh-nav-toggle__label {
  display: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ehh-nav-toggle__bars,
.ehh-nav-toggle__bars::before,
.ehh-nav-toggle__bars::after {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.ehh-nav-toggle__bars {
  position: relative;
}

.ehh-nav-toggle__bars::before,
.ehh-nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.ehh-nav-toggle__bars::before {
  top: -5px;
}

.ehh-nav-toggle__bars::after {
  top: 5px;
}

.ehh-nav-toggle[aria-expanded="true"] .ehh-nav-toggle__bars {
  background: transparent;
}

.ehh-nav-toggle[aria-expanded="true"] .ehh-nav-toggle__bars::before {
  top: 0;
  opacity: 1;
  transform: rotate(45deg);
}

.ehh-nav-toggle[aria-expanded="true"] .ehh-nav-toggle__bars::after {
  top: 0;
  opacity: 1;
  transform: rotate(-45deg);
}

.ehh-mobile-nav__scrim,
.ehh-mobile-nav__sheet,
.ehh-mobile-nav__top,
.ehh-mobile-nav__close,
.ehh-mobile-nav__links,
.ehh-mobile-nav__contact,
.ehh-mobile-nav__brand {
  display: none;
}

.ehh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: auto;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

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

.ehh-button--primary {
  color: #0d3b3f;
  background: var(--ehh-accent);
  box-shadow: none;
}

.ehh-button--ghost {
  color: var(--ehh-accent-deep);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.ehh-button--ghost:hover,
.ehh-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.92);
}

.ehh-section {
  padding: clamp(96px, 12vh, 156px) 0;
  position: relative;
  isolation: isolate;
}

.ehh-section--tight {
  padding: clamp(72px, 10vh, 112px) 0;
}

.ehh-section--dark {
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(180deg, #0f1415 0%, #101923 100%);
}

body[data-page="startseite"] main > .ehh-section:nth-of-type(2) { background: #ecf8f4; }
body[data-page="startseite"] main > .ehh-section:nth-of-type(3) { background: #eaf5ef; }
body[data-page="startseite"] main > .ehh-section:nth-of-type(4) { background: #deece6; }
body[data-page="investment"] main > .ehh-section:nth-of-type(2) { background: #e8f4ef; }
body[data-page="investment"] main > .ehh-section:nth-of-type(3) { background: #e6f1eb; }
body[data-page="investment"] main > .ehh-section:nth-of-type(4) { background: #edf9f4; }
body[data-page="investment"] main > .ehh-section:nth-of-type(6) { background: #eaf5ef; }
body[data-page="lage"] main > .ehh-section:nth-of-type(2) { background: #ecf8f4; }
body[data-page="lage"] main > .ehh-section:nth-of-type(3) { background: #e6f2ec; }
body[data-page="lage"] main > .ehh-section:nth-of-type(5) { background: #eaf5ef; }
body[data-page="wohnungen"] main > .ehh-section:nth-of-type(2) { background: #e6f1eb; }
body[data-page="wohnungen"] main > .ehh-section:nth-of-type(3) { background: #f1fbf7; }
body[data-page="kontakt"] main > .ehh-section:nth-of-type(1) { background: #deece6; }
body[data-page="galerie"] main.ehh-section { background: #e2f3ec; }

.ehh-kicker,
.ehh-unit__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  justify-self: start;
  margin-bottom: 38px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ehh-accent-deep);
  background: color-mix(in srgb, var(--ehh-accent-strong) 23%, var(--ehh-surface) 77%);
  padding: 5px 10px;
  border-radius: 0;
}

.ehh-kicker::before {
  content: none;
}

.ehh-unit__eyebrow::before {
  content: none;
}

.ehh-section--dark .ehh-kicker,
.ehh-card--dark .ehh-kicker,
.ehh-section--dark .ehh-unit__eyebrow,
.ehh-card--dark .ehh-unit__eyebrow {
  color: #d4fff4;
  background: rgba(34, 125, 122, 0.54);
}

.ehh-title-xl,
.ehh-title-lg,
.ehh-title-md,
.ehh-title-sm {
  margin: 0;
  color: var(--ehh-ink);
  font-family: "Abhaya Libre", Georgia, serif;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.ehh-section--dark .ehh-title-xl,
.ehh-section--dark .ehh-title-lg,
.ehh-section--dark .ehh-title-md,
.ehh-section--dark .ehh-title-sm {
  color: #ffffff;
}

.ehh-title-xl {
  font-size: clamp(46px, 7vw, 84px);
  max-width: 13ch;
}

.ehh-title-lg {
  font-size: clamp(38px, 4.9vw, 74px);
  max-width: 13ch;
}

.ehh-title-md {
  font-size: clamp(30px, 3vw, 42px);
}

.ehh-title-sm {
  font-size: clamp(26px, 2.2vw, 34px);
}

.ehh-title-xl + .ehh-lead,
.ehh-title-xl + .ehh-copy,
.ehh-title-lg + .ehh-lead,
.ehh-title-lg + .ehh-copy,
.ehh-title-md + .ehh-copy,
.ehh-title-sm + .ehh-copy {
  margin-top: 28px;
}

.ehh-lead {
  margin: 0;
  max-width: 860px;
  color: var(--ehh-copy-strong);
  font-size: 20px;
  line-height: 1.66;
}

.ehh-section--dark .ehh-lead,
.ehh-section--dark .ehh-copy,
.ehh-section--dark .ehh-meta,
.ehh-section--dark .ehh-note {
  color: rgba(255, 255, 255, 0.72);
}

.ehh-section--dark .ehh-card:not(.ehh-card--dark) .ehh-copy {
  color: var(--ehh-copy-strong);
}

.ehh-section--dark .ehh-card:not(.ehh-card--dark) .ehh-meta {
  color: var(--ehh-copy);
}

.ehh-section--dark .ehh-card:not(.ehh-card--dark) .ehh-note {
  color: rgba(10, 24, 40, 0.56);
}

.ehh-copy {
  margin: 0;
  color: var(--ehh-copy-strong);
  font-size: 17px;
  line-height: 1.66;
}

.ehh-copy + .ehh-copy {
  margin-top: 18px;
}

.ehh-meta {
  margin: 0;
  color: var(--ehh-copy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ehh-note {
  margin: 0;
  color: rgba(10, 24, 40, 0.56);
  font-size: 0.86rem;
}

.ehh-stack-16 > * + * {
  margin-top: 16px;
}

.ehh-stack-20 > * + * {
  margin-top: 20px;
}

.ehh-stack-28 > * + * {
  margin-top: 28px;
}

.ehh-grid {
  display: grid;
  gap: 20px;
}

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

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

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

.ehh-page-hero {
  position: relative;
  padding: 0;
}

.ehh-page-hero__bleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 100vh;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: #0f1515;
}

.ehh-page-hero__bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 10, 10, 0.44) 0%,
    rgba(8, 10, 10, 0.24) 46%,
    rgba(8, 10, 10, 0) 100%
  );
  pointer-events: none;
}

.ehh-page-hero__media {
  position: absolute;
  inset: 0;
}

.ehh-page-hero__media img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.03);
}

.ehh-page-hero__media.is-pending-first-paint img {
  opacity: 0;
}

.ehh-page-hero__media.is-first-paint-ready img {
  opacity: 1;
  transition: opacity 0.32s ease;
}

.ehh-page-hero__content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  align-content: end;
  padding: clamp(112px, 16vw, 176px) 0 92px;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
  text-align: center;
}

.ehh-page-hero__content > .ehh-reveal {
  width: min(980px, 100%);
  margin: 0 auto;
}

.ehh-page-hero__content .ehh-kicker {
  justify-self: center;
  margin-inline: auto;
  margin-bottom: 38px;
  color: #d4fff4;
  background: rgba(34, 125, 122, 0.54);
}

.ehh-page-hero__content .ehh-title-xl,
.ehh-page-hero__content .ehh-title-lg,
.ehh-page-hero__content .ehh-lead,
.ehh-page-hero__content .ehh-meta {
  color: rgba(255, 255, 255, 0.94);
}

.ehh-page-hero__content .ehh-title-xl,
.ehh-page-hero__content .ehh-title-lg {
  margin-inline: auto;
}

.ehh-page-hero__content .ehh-lead {
  margin-inline: auto;
  max-width: 860px;
}

.ehh-page-hero__content .ehh-button--ghost,
.ehh-card--dark .ehh-button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.ehh-page-hero__content .ehh-button--ghost:hover,
.ehh-page-hero__content .ehh-button--ghost:focus-visible,
.ehh-card--dark .ehh-button--ghost:hover,
.ehh-card--dark .ehh-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.ehh-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}

.ehh-page-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.ehh-page-hero__fact {
  padding: 12px;
  border-radius: var(--ehh-radius-md);
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  backdrop-filter: none;
  min-height: 88px;
  text-align: left;
}

.ehh-page-hero__fact strong {
  display: block;
  color: #ffffff;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 2.03vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.ehh-page-hero__fact span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 13px;
  font-weight: 700;
}

.ehh-card {
  padding: 30px 30px 32px;
  border-radius: var(--ehh-radius-lg);
  background: var(--ehh-surface);
  border: 0;
  box-shadow: var(--ehh-shadow-soft);
}

.ehh-card--dark {
  color: rgba(255, 255, 255, 0.92);
  background: var(--ehh-surface-dark);
  border: 0;
}

.ehh-card--dark .ehh-title-sm,
.ehh-card--dark .ehh-title-md,
.ehh-card--dark .ehh-title-lg,
.ehh-card--dark .ehh-copy,
.ehh-card--dark .ehh-meta,
.ehh-card--dark .ehh-note {
  color: rgba(255, 255, 255, 0.76);
}

.ehh-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ehh-stat {
  padding: 12px;
  border-radius: var(--ehh-radius-md);
  background: var(--ehh-surface);
  border: 0;
  box-shadow: var(--ehh-shadow-soft);
  min-height: 88px;
}

.ehh-stat strong {
  display: block;
  color: var(--ehh-ink);
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 2.03vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.ehh-stat span {
  display: block;
  margin-top: 12px;
  color: var(--ehh-copy);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 13px;
  font-weight: 700;
}

.ehh-link-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ehh-link-card:hover,
.ehh-link-card:focus-within {
  transform: translateY(-2px);
}

.ehh-link-card__cta {
  color: var(--ehh-accent-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehh-figure-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.ehh-figure {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--ehh-radius-lg);
  background:
    var(--ehh-surface-soft);
  box-shadow: var(--ehh-shadow-soft);
  cursor: pointer;
}

.ehh-figure::after {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.ehh-figure--wide {
  grid-column: span 8;
  min-height: 500px;
}

.ehh-figure--tall {
  grid-column: span 4;
  min-height: 500px;
}

.ehh-figure--half {
  grid-column: span 6;
}

.ehh-figure--third {
  grid-column: span 4;
}

.ehh-page-grid {
  display: grid;
  gap: 88px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.ehh-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.ehh-list li {
  padding-left: 24px;
  position: relative;
}

.ehh-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--ehh-accent-strong);
  transform: translateY(-50%);
}

.ehh-split-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ehh-distance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ehh-distance {
  padding: 12px;
  border-radius: var(--ehh-radius-md);
  background: var(--ehh-surface);
  border: 0;
  box-shadow: var(--ehh-shadow-soft);
}

.ehh-distance strong {
  display: block;
  color: var(--ehh-ink);
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 2.03vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.ehh-distance span {
  display: block;
  margin-top: 12px;
  color: var(--ehh-copy);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 13px;
  font-weight: 700;
}

.ehh-map {
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--ehh-radius-xl);
  border: 0;
  box-shadow: var(--ehh-shadow);
  background: #dbe4ea;
}

.ehh-map iframe {
  display: block;
  width: 100%;
  min-height: 560px;
  border: 0;
}

.ehh-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ehh-overview-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.ehh-overview-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--ehh-copy);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ehh-overview-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  color: var(--ehh-copy);
  font-size: 0.92rem;
}

.ehh-overview-card__facts strong {
  display: block;
  color: var(--ehh-ink);
  font-size: 1rem;
}

.ehh-unit {
  padding: 42px 0;
  border-top: 1px solid var(--ehh-line);
}

.ehh-unit:first-of-type {
  border-top: none;
}

.ehh-unit__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: start;
}

.ehh-unit--reverse .ehh-unit__layout {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.ehh-unit__eyebrow {
  margin-bottom: 34px;
}

.ehh-unit__summary {
  margin: 22px 0 0;
  color: var(--ehh-copy-strong);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.62;
}

.ehh-unit__copy {
  margin-top: 16px;
}

.ehh-unit__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.ehh-unit__fact {
  padding: 12px;
  border-radius: var(--ehh-radius-md);
  background: color-mix(in srgb, var(--ehh-bg-mint-2) 32%, #ffffff 68%);
  border: 0;
}

.ehh-unit__fact span {
  display: block;
  color: var(--ehh-copy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.ehh-unit__fact strong {
  display: block;
  margin-top: 8px;
  color: var(--ehh-copy-strong);
  font-size: 1rem;
}

.ehh-unit__pricing {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--ehh-radius-md);
  background: transparent;
}

.ehh-unit__pricing-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  background: var(--ehh-surface);
  color: var(--ehh-copy);
  box-shadow: var(--ehh-shadow-soft);
}

.ehh-unit__pricing-row strong {
  color: var(--ehh-ink);
}

.ehh-unit__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ehh-unit__gallery .ehh-figure {
  min-height: 250px;
}

.ehh-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
}

.ehh-form {
  display: grid;
  gap: 16px;
}

.ehh-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ehh-field {
  display: grid;
  gap: 8px;
}

.ehh-field label {
  color: var(--ehh-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ehh-input,
.ehh-textarea,
.ehh-select {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--ehh-surface-soft);
  color: var(--ehh-ink);
  padding: 14px 16px;
  outline: none;
  transition: background-color 0.24s ease, box-shadow 0.24s ease;
}

.ehh-textarea {
  min-height: 160px;
  resize: vertical;
}

.ehh-input:focus,
.ehh-textarea:focus,
.ehh-select:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(83, 197, 190, 0.18);
}

.ehh-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ehh-copy);
  font-size: 0.9rem;
}

.ehh-gallery-wall {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.ehh-gallery-wall .ehh-figure:nth-child(6n + 1),
.ehh-gallery-wall .ehh-figure:nth-child(6n + 4) {
  grid-column: span 5;
  min-height: 420px;
}

.ehh-gallery-wall .ehh-figure:nth-child(6n + 2),
.ehh-gallery-wall .ehh-figure:nth-child(6n + 5) {
  grid-column: span 3;
  min-height: 420px;
}

.ehh-gallery-wall .ehh-figure:nth-child(6n + 3),
.ehh-gallery-wall .ehh-figure:nth-child(6n + 6) {
  grid-column: span 4;
  min-height: 420px;
}

.ehh-footer {
  padding: 42px 0 60px;
  color: rgba(255, 255, 255, 0.7);
  background: #0d0d0b;
}

.ehh-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 0.85rem;
}

.ehh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 10, 18, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.ehh-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ehh-lightbox__dialog {
  position: relative;
  width: min(1120px, 100%);
  padding: 14px;
  border-radius: 8px;
  background: rgba(10, 24, 40, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ehh-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 35px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ehh-lightbox__media {
  min-height: 72vh;
  overflow: hidden;
  border-radius: 8px;
  background: #102133;
}

.ehh-lightbox__media img {
  width: 100%;
  height: 72vh;
  object-fit: contain;
}

@media (max-width: 1023px) and (orientation: landscape) {
  .ehh-lightbox.is-open[data-vv-active="true"] .ehh-lightbox__dialog {
    height: var(--ehh-lightbox-vh, 100vh) !important;
    min-height: var(--ehh-lightbox-vh, 100vh) !important;
  }

  .ehh-lightbox.is-open[data-vv-active="true"] .ehh-lightbox__media {
    min-height: var(--ehh-lightbox-vh, 100vh) !important;
    height: var(--ehh-lightbox-vh, 100vh) !important;
  }

  .ehh-lightbox.is-open[data-vv-active="true"] .ehh-lightbox__media img {
    height: var(--ehh-lightbox-vh, 100vh) !important;
    max-height: var(--ehh-lightbox-vh, 100vh) !important;
  }
}

.ehh-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 0.82s cubic-bezier(0.2, 0.65, 0.16, 1),
    transform 0.82s cubic-bezier(0.2, 0.65, 0.16, 1);
}

.ehh-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1199px) {
  .ehh-page-hero__facts,
  .ehh-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ehh-page-grid,
  .ehh-split-panel,
  .ehh-form-layout {
    grid-template-columns: 1fr;
  }

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

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

  .ehh-unit__layout,
  .ehh-unit--reverse .ehh-unit__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .ehh-subnav {
    display: none !important;
  }

  .ehh-nav__wohnungen {
    position: static;
    height: auto;
  }

  .ehh-nav-toggle {
    display: inline-flex;
  }

  .ehh-nav-toggle__label {
    display: inline;
  }

  .ehh-nav {
    position: fixed;
    inset: 0;
    z-index: 140;
    pointer-events: none;
    display: block;
  }

  .ehh-mobile-nav__scrim {
    position: absolute;
    inset: 0;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(22, 30, 57, 0.58);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .ehh-mobile-nav__sheet {
    position: absolute;
    top: 0;
    right: 0;
    width: min(430px, 88vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(41, 55, 100, 0.12);
    background: linear-gradient(178deg, #f8f3e7 0%, #f3ecd9 100%);
    box-shadow: -22px 0 42px rgba(41, 55, 100, 0.2);
    transform: translateX(104%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ehh-mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 22px 14px;
    border-bottom: 1px solid rgba(41, 55, 100, 0.08);
  }

  .ehh-mobile-nav__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .ehh-mobile-nav__brand img {
    display: block;
    height: 28px;
    width: auto;
    max-width: min(240px, 56vw);
  }

  .ehh-mobile-nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(41, 55, 100, 0.09);
    color: var(--ehh-accent-deep);
  }

  .ehh-mobile-nav__close svg {
    width: 18px;
    height: 18px;
  }

  .ehh-mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
  }

  .ehh-mobile-nav__links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--ehh-copy-strong);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .ehh-mobile-nav__links a.is-active {
    background: rgba(41, 55, 100, 0.08);
    color: var(--ehh-accent-deep);
  }

  .ehh-mobile-nav__contact {
    margin-top: auto;
    display: flex;
    gap: 10px;
    padding: 18px;
    border-top: 1px solid rgba(41, 55, 100, 0.08);
  }

  .ehh-mobile-nav__contact-link {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(41, 55, 100, 0.08);
    color: var(--ehh-accent-deep);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ehh-mobile-nav__contact-link svg {
    width: 14px;
    height: 14px;
  }

  .ehh-mobile-nav__contact-link--primary {
    background: #bfa100;
    color: #293764;
  }

  .ehh-nav.is-open {
    pointer-events: auto;
  }

  .ehh-nav.is-open .ehh-mobile-nav__scrim {
    opacity: 1;
    pointer-events: auto;
  }

  .ehh-nav.is-open .ehh-mobile-nav__sheet {
    transform: translateX(0);
  }

  .ehh-header__cta {
    display: none;
  }

  body.ehh-mobile-nav-active {
    overflow: hidden;
  }

  .ehh-figure--wide,
  .ehh-figure--tall,
  .ehh-figure--half,
  .ehh-figure--third {
    grid-column: span 12;
  }
}

@media (max-width: 767px) {
  .ehh-container {
    width: min(var(--ehh-max), calc(100% - 32px));
  }

  .ehh-page-hero__content {
    width: min(1280px, calc(100% - 36px));
    padding: 110px 0 72px;
  }

  .ehh-page-hero__facts,
  .ehh-stats,
  .ehh-grid-2,
  .ehh-grid-3,
  .ehh-grid-4,
  .ehh-overview-grid,
  .ehh-distance-grid,
  .ehh-unit__facts,
  .ehh-unit__gallery,
  .ehh-form__row {
    grid-template-columns: 1fr;
  }

  .ehh-card,
  .ehh-stat,
  .ehh-distance {
    padding: 22px;
  }

  .ehh-gallery-wall {
    grid-template-columns: 1fr;
  }

  .ehh-gallery-wall .ehh-figure:nth-child(n) {
    grid-column: auto;
    min-height: 280px;
  }

  .ehh-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Global navigation / footer control across pages */
.ehh-start-footer,
.ehh-invest-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.85fr));
  gap: 32px;
  align-items: start;
}

.ehh-start-footer__brand,
.ehh-invest-footer__brand {
  display: grid;
  gap: 18px;
  max-width: 420px;
}

.ehh-start-footer__logo,
.ehh-invest-footer__logo {
  display: block;
  width: min(300px, 100%);
  height: auto;
}

.ehh-start-footer__group,
.ehh-invest-footer__group {
  display: grid;
  gap: 16px;
  align-content: start;
}

.ehh-start-footer__company {
  margin: 0;
  color: var(--ehh-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehh-start-footer__copy {
  margin: 0;
  color: var(--ehh-copy);
  line-height: 1.68;
}

.ehh-start-footer__title {
  margin: 0;
  color: var(--ehh-ink);
  font-family: "Neuton", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ehh-start-footer__contact,
.ehh-start-footer__nav {
  display: grid;
  gap: 10px;
}

.ehh-start-footer__contact a,
.ehh-start-footer__nav a,
.ehh-start-footer__action {
  color: var(--ehh-copy-strong);
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.ehh-start-footer__contact a:hover,
.ehh-start-footer__contact a:focus-visible,
.ehh-start-footer__nav a:hover,
.ehh-start-footer__nav a:focus-visible,
.ehh-start-footer__action:hover,
.ehh-start-footer__action:focus-visible {
  color: var(--ehh-accent-deep);
  transform: translateX(2px);
}

.ehh-we-related {
  background: #e6f1eb;
}

.ehh-we-related__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.ehh-we-related__title-wrap .ehh-title-md {
  margin-bottom: 0;
}

.ehh-we-related__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ehh-we-related__arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #293764;
  background: rgba(191, 161, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.ehh-we-related__arrow:hover,
.ehh-we-related__arrow:focus-visible {
  background: rgba(191, 161, 0, 0.36);
  transform: translateY(-1px);
}

.ehh-we-related__arrow:disabled {
  opacity: 0.38;
  pointer-events: none;
  transform: none;
}

.ehh-we-related__arrow svg {
  width: 18px;
  height: 18px;
}

.ehh-we-related__viewport {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 10px;
}

.ehh-we-related__track {
  --ehh-related-gap: 16px;
  display: flex;
  gap: var(--ehh-related-gap);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ehh-we-related__card {
  flex: 0 0 calc((100% - (var(--ehh-related-gap) * 2)) / 3);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(41, 55, 100, 0.08);
  box-shadow: none;
}

.ehh-we-related__thumb {
  margin: 0;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #e8ece8;
}

.ehh-we-related__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ehh-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ehh-card-image-link:focus-visible {
  outline: 2px solid rgba(41, 55, 100, 0.7);
  outline-offset: -2px;
}

.ehh-card-image-link img {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ehh-card-image-link:hover img,
.ehh-card-image-link:focus-visible img {
  transform: scale(1.03);
}

.ehh-we-related__body {
  padding: 20px 24px 24px;
}

.ehh-we-related__meta {
  margin: 0 0 10px;
  color: var(--ehh-copy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ehh-we-related__body .ehh-title-sm {
  margin-bottom: 16px;
}

.ehh-we-related__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 6px;
  color: #293764;
  background: rgba(191, 161, 0, 0.14);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ehh-start-footer__line {
  color: var(--ehh-copy-strong);
  line-height: 1.65;
}

.ehh-footer {
  padding: 0;
  color: var(--ehh-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
    linear-gradient(180deg, #f1ebdb 0%, #f7f4ea 100%);
  border-top: 1px solid rgba(41, 55, 100, 0.1);
}

.ehh-footer__inner {
  display: block;
  padding: 42px 0 26px;
}

@media (max-width: 767px) {
  .ehh-start-footer {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .ehh-footer__inner {
    padding: 34px 0 22px;
  }

  .ehh-start-footer__brand,
  .ehh-start-footer__group {
    max-width: 100%;
    min-width: 0;
  }

  .ehh-we-related__track {
    --ehh-related-gap: 12px;
  }

  .ehh-we-related__card {
    flex-basis: 100%;
  }
}

@media (max-width: 1023px) {
  .ehh-header:not(.is-scrolled) .ehh-mobile-nav__links a {
    color: var(--ehh-copy-strong) !important;
  }

  .ehh-header:not(.is-scrolled) .ehh-mobile-nav__links a:hover,
  .ehh-header:not(.is-scrolled) .ehh-mobile-nav__links a:focus-visible,
  .ehh-header:not(.is-scrolled) .ehh-mobile-nav__links a.is-active {
    color: var(--ehh-accent-deep) !important;
  }

  .ehh-we-related__head {
    grid-template-columns: 1fr;
  }

  .ehh-we-related__controls {
    justify-content: flex-start;
  }

  .ehh-we-related__card {
    flex-basis: calc((100% - var(--ehh-related-gap)) / 2);
  }

  .ehh-nav {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1060 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .ehh-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .ehh-mobile-nav__scrim {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1040 !important;
    display: block !important;
    background: rgba(11, 18, 24, 0.24) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .ehh-nav.is-open .ehh-mobile-nav__scrim {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .ehh-mobile-nav__sheet {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    align-content: stretch !important;
    gap: 10px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    background: linear-gradient(162deg, rgba(248, 248, 246, 0.99) 0%, rgba(239, 255, 248, 0.96) 100%) !important;
    box-shadow: none !important;
    transform: translateY(-18px) scale(0.985) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .ehh-nav.is-open .ehh-mobile-nav__sheet {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  .ehh-mobile-nav__top,
  .ehh-mobile-nav__links,
  .ehh-mobile-nav__contact {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ehh-mobile-nav__top {
    min-height: var(--ehh-header-height) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ehh-mobile-nav__brand img {
    height: 32px !important;
  }

  .ehh-mobile-nav__links {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  .ehh-mobile-nav__links a {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .ehh-mobile-nav__links a::before {
    content: none !important;
  }

  .ehh-mobile-nav__links a.is-active {
    background: rgba(83, 197, 190, 0.05) !important;
    color: var(--ehh-accent-deep) !important;
  }

  .ehh-mobile-nav__contact {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 14px !important;
  }
}

@media (max-width: 767px) {
  .ehh-mobile-nav__brand img {
    height: 27px !important;
    max-width: min(240px, 62vw) !important;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .ehh-reveal {
    opacity: 1;
    transform: none;
  }
}
