:root {
  --navy: #20384e;
  --navy-deep: #172d3f;
  --blue: #173f3a;
  --blue-soft: #dfe9df;
  --coral: #dca63f;
  --coral-dark: #a66f14;
  --coral-soft: #f7ecd1;
  --sea: #173f3a;
  --sea-soft: #dfe9df;
  --warm: #fbf8f0;
  --white: #ffffff;
  --ink: #233a42;
  --muted: #596966;
  --line: #d6ddd4;
  --plum: #5b526d;
  --apricot: #efd0ba;
  --shadow: 0 24px 62px rgba(23, 63, 58, 0.15);
}

body {
  color: var(--ink);
}

.operator-bar,
.site-footer {
  background: var(--navy-deep);
}

.domain-mark {
  color: var(--blue);
  font-size: 22px;
  font-weight: 820;
}

.domain-mark b,
.eyebrow,
.section-kicker,
.path-label,
.contact-links span {
  color: var(--coral-dark);
}

.main-nav .nav-cta,
.button-primary {
  color: #fff;
  background: var(--blue);
}

.main-nav .nav-cta:hover,
.button-primary:hover {
  color: #fff;
  background: var(--plum);
}

.interest-hero {
  padding: 64px 0 70px;
  background: var(--warm);
}

.interest-hero::before {
  right: auto;
  left: 0;
  width: 46%;
  background: var(--sea-soft);
}

.interest-hero::after {
  right: auto;
  left: 8%;
  width: 27%;
  background: var(--coral);
}

.interest-hero .hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(42px, 7vw, 94px);
}

.interest-hero .hero-copy {
  grid-column: 2;
  grid-row: 1;
}

.interest-hero h1,
.interest-copy h2,
.story-copy h2,
.neighborhood-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.interest-hero h1 {
  color: var(--blue);
  font-size: clamp(43px, 3.8vw, 54px);
}

.interest-hero .hero-lead {
  color: #52625f;
}

.interest-hero .hero-image {
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 3 / 2;
  border: 10px solid #fff;
  border-radius: 132px 26px 26px 26px;
  box-shadow: var(--shadow);
}

.interest-hero .hero-image::before {
  top: auto;
  right: auto;
  bottom: 18px;
  left: 18px;
  width: 56px;
  height: 56px;
  border: 8px solid rgba(220, 166, 63, 0.78);
  background: transparent;
  border-radius: 50%;
}

.interest-hero .hero-image img {
  object-position: 50% center;
}

.basis-note {
  background: var(--plum);
}

.basis-note .section-kicker {
  color: #f3cf83;
}

.interest-section {
  padding: 98px 0;
  background: #fff;
}

.interest-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  gap: clamp(52px, 8vw, 112px);
}

.interest-copy {
  position: relative;
  padding: 10px 0 18px 32px;
}

.interest-copy::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--coral);
  content: "";
}

.interest-copy::after {
  position: absolute;
  top: -9px;
  left: -8px;
  width: 18px;
  height: 18px;
  border: 4px solid var(--coral);
  background: #fff;
  border-radius: 50%;
  content: "";
}

.interest-copy p:last-child,
.story-copy p,
.neighborhood-copy p {
  color: var(--muted);
}

.interest-beats {
  border-top: 1px solid var(--line);
}

.interest-beats article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.interest-beats article > span {
  color: var(--coral-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.interest-beats h3,
.interest-beats p {
  margin: 0;
}

.interest-beats h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.interest-beats p {
  color: var(--muted);
}

.story-section {
  padding: 92px 0;
  background: var(--apricot);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.story-copy {
  padding: 10px 0;
}

.story-image {
  aspect-ratio: 3 / 2;
  border: 9px solid #fff;
  border-radius: 24px 118px 24px 24px;
  box-shadow: var(--shadow);
}

.story-image img {
  object-position: 50% center;
}

.contact-path-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #f4f7f5;
  background: var(--blue);
}

.contact-path-section::after {
  position: absolute;
  right: -105px;
  bottom: -115px;
  width: 340px;
  height: 340px;
  border: 52px solid rgba(220, 166, 63, 0.12);
  border-radius: 50%;
  content: "";
}

.contact-path-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 8vw, 114px);
}

.contact-path-section h2,
.contact-path-section strong {
  color: #fff;
}

.contact-path-section .section-kicker,
.contact-path li > span {
  color: #f0c568;
}

.contact-path-heading p:last-child,
.contact-path p {
  color: #dbe6e1;
}

.contact-path {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-path li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-path li > span {
  font-size: 13px;
  font-weight: 850;
}

.contact-path strong {
  display: block;
  margin-bottom: 4px;
}

.contact-path p {
  margin: 0;
}

.neighborhood-section {
  padding: 96px 0;
  background: var(--warm);
}

.neighborhood-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: center;
  gap: clamp(46px, 7vw, 94px);
}

.neighborhood-image {
  aspect-ratio: 3 / 2;
  border: 9px solid #fff;
  border-radius: 118px 24px 24px 24px;
  box-shadow: var(--shadow);
}

.neighborhood-image img {
  object-position: 50% center;
}

.neighborhood-copy {
  position: relative;
  padding: 6px 24px 12px 0;
}

.neighborhood-copy::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 120px;
  background: var(--coral);
  content: "";
}

.neighborhood-copy .button {
  margin-top: 8px;
}

.support-section {
  background: var(--plum);
}

.support-section .section-kicker {
  color: #f3cf83;
}

.support-list > div {
  border-color: rgba(255, 255, 255, 0.2);
}

.property-section {
  background: #fff;
}

.property-intro {
  border-right-color: var(--apricot);
}

.seller-path a {
  color: var(--blue);
}

.buyer-path a {
  color: var(--plum);
}

.career-link {
  background: var(--sea-soft);
  border-block-color: rgba(23, 63, 58, 0.2);
}

.career-layout .button-outline {
  border-color: var(--blue);
}

.trust-section {
  background: var(--coral-soft);
}

.trust-layout p:last-child,
.trust-facts dd {
  color: #69604d;
}

.trust-facts,
.trust-facts > div {
  border-color: rgba(166, 111, 20, 0.25);
}

.form-section {
  background: var(--warm);
}

#kontaktformular {
  border-top-color: var(--blue);
}

.intent-options label[data-selected="true"] {
  background: var(--sea-soft);
  border-color: var(--blue);
}

.intent-options input,
.consent input {
  accent-color: var(--blue);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 63, 58, 0.15);
}

.privacy-note {
  color: #414052;
  background: #eeebf3;
  border-left-color: var(--plum);
}

@media (max-width: 920px) {
  .interest-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 820px) {
  .interest-hero {
    padding: 30px 0 44px;
  }

  .interest-hero::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 31%;
  }

  .interest-hero .hero-copy,
  .interest-hero .hero-image {
    grid-column: auto;
    grid-row: auto;
  }

  .interest-hero h1 {
    max-width: 720px;
    font-size: clamp(36px, 7vw, 47px);
  }

  .interest-hero .hero-image {
    border-radius: 58px 18px 18px 18px;
  }

  .interest-section,
  .story-section,
  .contact-path-section,
  .neighborhood-section {
    padding: 70px 0;
  }

  .interest-layout,
  .story-layout,
  .contact-path-layout,
  .neighborhood-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .interest-copy {
    padding-left: 24px;
  }

  .story-image,
  .neighborhood-image {
    aspect-ratio: 3 / 2;
  }

  .neighborhood-copy {
    order: -1;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .interest-hero h1 {
    font-size: clamp(33px, 9vw, 38px);
  }

  .interest-hero .hero-image,
  .story-image,
  .neighborhood-image {
    border-width: 6px;
  }

  .interest-beats article {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 350px) {
  .domain-mark {
    font-size: 17px;
  }

  .interest-hero h1 {
    font-size: 31px;
  }
}
