.page-relaunch {
  --relaunch-max: 1240px;
  --relaunch-gutter: clamp(17px, 4vw, 56px);
  --relaunch-space: clamp(72px, 9vw, 132px);
  --relaunch-cyan: #d8efef;
  --relaunch-sage: #e5eee6;
  background: #f8f6f1;
}

.page-relaunch h1,
.page-relaunch h2,
.page-relaunch h3,
.page-relaunch p {
  letter-spacing: 0;
}

.page-relaunch h1,
.page-relaunch h2,
.page-relaunch h3 {
  text-wrap: balance;
}

.page-relaunch h1 {
  margin: 0;
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(2.65rem, 6.1vw, 6.65rem);
  line-height: .94;
  font-weight: 900;
}

.page-relaunch h1 span {
  display: block;
  color: var(--blue);
}

.page-relaunch h2 {
  margin: 0;
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(2.05rem, 4.3vw, 4.65rem);
  line-height: 1.02;
  font-weight: 900;
}

.page-relaunch h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  line-height: 1.15;
}

.relaunch-kicker {
  margin: 0 0 18px;
  color: var(--pink);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.relaunch-lead {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.62;
}

.relaunch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.relaunch-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.relaunch-text-link::after {
  content: "→";
}

.relaunch-section {
  padding: var(--relaunch-space) max(var(--relaunch-gutter), calc((100vw - var(--relaunch-max)) / 2));
}

.relaunch-section-head {
  display: grid;
  gap: 15px;
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.relaunch-section-head > * {
  margin-top: 0;
  margin-bottom: 0;
}

.relaunch-section-head > p:last-child {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.relaunch-hero {
  min-height: min(820px, calc(100svh - 34px));
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  grid-template-areas: "copy visual";
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: calc(var(--header-height) + clamp(30px, 4vw, 62px)) max(var(--relaunch-gutter), calc((100vw - var(--relaunch-max)) / 2)) 8px;
  background: #fff;
  border-bottom: 1px solid rgba(56, 74, 159, .12);
}

.relaunch-hero-copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
}

.relaunch-hero-copy h1 {
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  line-height: .98;
}

.relaunch-hero-copy .relaunch-lead {
  max-width: 760px;
  margin: 28px 0;
}

.relaunch-hero-copy .relaunch-actions {
  margin: 0 0 20px;
}

.relaunch-hero-visual {
  grid-area: visual;
  position: relative;
  height: min(550px, 65svh);
  min-width: 0;
  align-self: center;
  display: flex;
  align-items: center;
}

.relaunch-hero-visual picture,
.relaunch-hero-visual > picture img {
  width: 100%;
  height: 100%;
}

.relaunch-hero-visual > picture img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.relaunch-document-card {
  position: absolute;
  right: -16px;
  bottom: clamp(12px, 3vw, 46px);
  width: min(340px, 58%);
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(56, 74, 159, .16);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(23, 32, 51, .2);
}

.relaunch-document-card span {
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 800;
}

.relaunch-document-card strong {
  color: var(--blue-deep);
  font-size: 1rem;
}

.relaunch-proof {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--relaunch-max), calc(100% - (2 * var(--relaunch-gutter))));
  gap: 0;
  margin: 0 auto;
  padding: 23px 0;
}

.relaunch-proof-band {
  background: #fff;
  border-bottom: 1px solid rgba(56, 74, 159, .12);
}

.relaunch-proof li {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 0 24px;
  border-left: 1px solid var(--line);
}

.relaunch-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.relaunch-proof strong {
  color: var(--blue-deep);
  font-size: 1.04rem;
}

.relaunch-proof span {
  color: var(--ink-soft);
  font-size: .9rem;
}

.relaunch-decision {
  background: #f8f6f1;
}

.relaunch-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(56, 74, 159, .18);
  border: 1px solid rgba(56, 74, 159, .18);
  border-radius: 8px;
  overflow: hidden;
}

.relaunch-decision-link {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 42px);
  background: #fff;
  transition: background 180ms ease, color 180ms ease;
}

.relaunch-decision-link:hover,
.relaunch-decision-link:focus-visible {
  background: var(--blue-deep);
  color: #fff;
}

.relaunch-decision-link h3 {
  margin: 44px 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.relaunch-decision-link p {
  color: var(--ink-soft);
}

.relaunch-decision-link:hover p,
.relaunch-decision-link:focus-visible p {
  color: rgba(255, 255, 255, .8);
}

.relaunch-decision-link strong {
  margin-top: auto;
  color: var(--pink);
}

.relaunch-number {
  color: var(--pink);
  font-weight: 900;
}

.relaunch-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
  background: #fff;
}

.relaunch-editorial-copy > p:not(.relaunch-kicker) {
  max-width: 760px;
}

.relaunch-editorial-copy .button {
  margin-top: 18px;
}

.relaunch-service-lines {
  display: grid;
  border-top: 1px solid var(--line);
}

.relaunch-service-lines a {
  display: grid;
  gap: 7px;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line);
}

.relaunch-service-lines a::after {
  content: "→";
  justify-self: end;
  color: var(--pink);
  font-size: 1.35rem;
}

.relaunch-service-lines span {
  color: var(--pink);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.relaunch-service-lines strong {
  color: var(--blue-deep);
  font-size: 1.12rem;
}

.relaunch-journey {
  background: var(--blue-deep);
  color: #fff;
}

.relaunch-journey h2,
.relaunch-journey h3,
.relaunch-journey .relaunch-kicker {
  color: #fff;
}

.relaunch-journey-layout {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.relaunch-journey-visual {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.relaunch-journey-visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: .88;
}

.relaunch-journey-visual div {
  position: absolute;
  inset: auto 16px 16px;
  display: grid;
  gap: 2px;
  padding: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  border-radius: 7px;
}

.relaunch-journey-visual span {
  color: var(--pink);
  font-size: .76rem;
  font-weight: 900;
}

.relaunch-journey-steps {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.relaunch-journey-steps li {
  min-height: 250px;
  display: grid;
  align-content: center;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  opacity: .54;
  transition: opacity 180ms ease, transform 180ms ease;
}

.relaunch-journey-steps li.is-active {
  opacity: 1;
  transform: translateX(6px);
}

.relaunch-journey-steps span {
  color: var(--pink);
  font-weight: 900;
}

.relaunch-journey-steps h3 {
  margin: 8px 0 10px;
}

.relaunch-journey-steps p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.relaunch-raumwert,
.relaunch-rent,
.relaunch-person {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 104px);
  align-items: center;
}

.relaunch-raumwert {
  background: var(--relaunch-cyan);
}

.relaunch-raumwert-visual,
.relaunch-rent-media,
.relaunch-person-media,
.relaunch-sale-media,
.relaunch-subhero-media {
  min-width: 0;
}

.relaunch-raumwert-visual > img,
.relaunch-rent-media img,
.relaunch-person-media img,
.relaunch-sale-media img,
.relaunch-subhero-media img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.relaunch-raumwert-visual > img {
  aspect-ratio: 4 / 3;
}

.relaunch-page-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(38, 53, 111, .16);
}

.relaunch-page-tabs span {
  padding: 12px 8px;
  background: rgba(255, 255, 255, .78);
  color: var(--blue-deep);
  font-size: .76rem;
  font-weight: 900;
  text-align: center;
}

.relaunch-raumwert-copy > p,
.relaunch-rent-copy > p,
.relaunch-person-copy > p,
.relaunch-sale-copy > p,
.relaunch-management-copy > p {
  max-width: 720px;
}

.relaunch-checks {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
}

.relaunch-checks li {
  position: relative;
  padding-left: 28px;
}

.relaunch-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue-deep);
  font-weight: 900;
}

.relaunch-sale {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  background: #fff;
}

.relaunch-sale-media img,
.relaunch-rent-media img {
  aspect-ratio: 4 / 3;
}

.relaunch-process {
  grid-column: 1 / -1;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin: 12px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.relaunch-process li {
  display: grid;
  gap: 10px;
  min-height: 126px;
  align-content: start;
  padding: 18px;
  background: #f8f6f1;
  color: var(--blue-deep);
  font-weight: 800;
}

.relaunch-process span {
  color: var(--pink);
  font-size: .75rem;
  font-weight: 900;
}

.relaunch-rent {
  background: var(--relaunch-sage);
}

.relaunch-questions {
  background: #f8f6f1;
}

.relaunch-question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.relaunch-question-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 36px);
  background: #fff;
  border: 1px solid rgba(56, 74, 159, .14);
  border-radius: 8px;
}

.relaunch-question-grid span {
  color: var(--pink);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.relaunch-question-grid h3 {
  margin: 42px 0 14px;
}

.relaunch-question-grid p {
  margin-top: auto;
  color: var(--ink-soft);
}

.relaunch-question-grid .button {
  width: fit-content;
  margin-top: 22px;
}

.relaunch-person {
  background: #fff;
}

.relaunch-person-media img {
  aspect-ratio: 4 / 3;
}

.relaunch-editor-note {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--pink);
  background: #f8f6f1;
  color: var(--ink-soft);
  font-size: .9rem;
}

.relaunch-management {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 7vw, 100px);
  align-items: end;
  padding-top: clamp(58px, 7vw, 88px);
  padding-bottom: clamp(58px, 7vw, 88px);
  background: #eef0f4;
}

.relaunch-management h2 {
  font-size: clamp(1.85rem, 3.4vw, 3.4rem);
}

.relaunch-management .relaunch-actions {
  justify-content: flex-end;
}

.relaunch-knowledge {
  background: #fff;
}

.relaunch-knowledge-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.relaunch-knowledge-links a {
  min-height: 170px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: #fff;
}

.relaunch-knowledge-links strong {
  color: var(--blue-deep);
  font-size: 1.25rem;
}

.relaunch-knowledge-links span {
  color: var(--ink-soft);
}

.relaunch-contact {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 120px);
  color: #fff;
  background: var(--blue-deep);
}

.relaunch-contact h2,
.relaunch-contact .relaunch-kicker {
  color: #fff;
}

.relaunch-contact-intro p:last-child {
  max-width: 630px;
  color: rgba(255, 255, 255, .78);
}

.relaunch-contact-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.relaunch-contact-paths a {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
}

.relaunch-contact-paths a:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.relaunch-contact-paths span {
  color: var(--pink);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.relaunch-contact-data {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.relaunch-contact-data address {
  margin-right: auto;
  font-style: normal;
}

.relaunch-contact-data a {
  align-self: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.relaunch-contact-data > div {
  display: grid;
  gap: 5px;
}

.relaunch-contact-data > div strong {
  color: rgba(255, 255, 255, .68);
  font-size: .76rem;
  text-transform: uppercase;
}

.relaunch-subhero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  min-height: 760px;
  padding: calc(var(--header-height) + clamp(52px, 7vw, 96px)) max(var(--relaunch-gutter), calc((100vw - var(--relaunch-max)) / 2)) clamp(70px, 8vw, 112px);
  background: #fff;
}

.relaunch-subhero-copy .relaunch-lead {
  max-width: 730px;
  margin: 24px 0 28px;
}

.relaunch-subhero-media img {
  aspect-ratio: 4 / 3;
  object-position: center 38%;
}

.relaunch-option-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.relaunch-option-list article {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .75fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  background: #fff;
}

.relaunch-option-list h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.relaunch-option-list span {
  color: var(--pink);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.relaunch-option-list ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.relaunch-method {
  list-style: none;
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.relaunch-method li {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: #f8f6f1;
}

.relaunch-method span {
  color: var(--pink);
  font-weight: 900;
}

.relaunch-faq {
  background: var(--relaunch-cyan);
}

.relaunch-details {
  max-width: 920px;
  display: grid;
  gap: 10px;
}

.relaunch-details details {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid rgba(56, 74, 159, .12);
  border-radius: 8px;
}

.relaunch-details summary {
  cursor: pointer;
  color: var(--blue-deep);
  font-weight: 900;
}

.relaunch-details p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.nav-dropdown-toggle-muted {
  color: var(--ink-soft);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .relaunch-process {
    grid-template-columns: repeat(3, 1fr);
  }

  .relaunch-option-list article {
    grid-template-columns: 1fr 1fr;
  }

  .relaunch-option-list .button {
    justify-self: start;
  }
}

@media (max-width: 880px) {
  .relaunch-hero,
  .relaunch-subhero,
  .relaunch-editorial,
  .relaunch-journey-layout,
  .relaunch-raumwert,
  .relaunch-sale,
  .relaunch-rent,
  .relaunch-person,
  .relaunch-management,
  .relaunch-contact {
    grid-template-columns: 1fr;
  }

  .relaunch-hero {
    grid-template-areas: "copy" "visual";
    min-height: 0;
  }

  .relaunch-hero-visual {
    height: auto;
    min-height: 0;
  }

  .relaunch-hero-visual picture,
  .relaunch-hero-visual > picture img {
    height: auto;
  }

  .relaunch-proof,
  .relaunch-decision-grid,
  .relaunch-question-grid,
  .relaunch-knowledge-links {
    grid-template-columns: 1fr;
  }

  .relaunch-proof {
    gap: 14px;
  }

  .relaunch-proof li,
  .relaunch-proof li:first-child {
    padding: 0;
    border-left: 0;
  }

  .relaunch-decision-link {
    min-height: 250px;
  }

  .relaunch-journey-visual {
    position: relative;
    top: auto;
    max-width: 560px;
  }

  .relaunch-journey-steps li {
    min-height: 0;
    opacity: 1;
    transform: none;
  }

  .relaunch-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .relaunch-management .relaunch-actions {
    justify-content: flex-start;
  }

  .relaunch-contact-data,
  .relaunch-contact-paths a:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .relaunch-subhero {
    min-height: 0;
  }

  .relaunch-option-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-relaunch h1 {
    font-size: clamp(2.35rem, 13vw, 3.7rem);
  }

  .page-relaunch h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .relaunch-section {
    padding-left: 17px;
    padding-right: 17px;
  }

  .relaunch-hero,
  .relaunch-subhero {
    padding-left: 17px;
    padding-right: 17px;
  }

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

  .relaunch-actions .button {
    width: 100%;
  }

  .relaunch-document-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }

  .relaunch-page-tabs,
  .relaunch-contact-paths,
  .relaunch-process {
    grid-template-columns: 1fr;
  }

  .relaunch-process li,
  .relaunch-contact-paths a {
    min-height: 0;
  }

  .relaunch-contact-data {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .relaunch-decision-link,
  .relaunch-journey-steps li {
    transition: none;
  }

  .relaunch-journey-steps li {
    opacity: 1;
    transform: none;
  }
}
