/* Lokal gehostete Markenschriften – keine Verbindung zu Google Fonts. */
@font-face {
  font-family: 'Libre Caslon Text';
  src: url('assets/fonts/libre-caslon-text-regular-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Caslon Text';
  src: url('assets/fonts/libre-caslon-text-italic-400.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Caslon Text';
  src: url('assets/fonts/libre-caslon-text-bold-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

/* Gemeinsames visuelles System für alle Seiten. */
:root {
  --space-chapter: 96px;
  --space-section: 68px;
  --space-related: 24px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--gold) !important;
  outline-offset: 4px;
}

main:focus {
  outline: none;
}

.consent label {
  font-size: 13px;
  line-height: 20px;
  color: var(--on-var);
  cursor: pointer;
}

.form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.45;
}

.form-status.ok {
  background: #e9f5ee;
  color: #186a3b;
  border: 1px solid #b7dcc5;
}

.form-status.err {
  background: #fbeaea;
  color: #a12626;
  border: 1px solid #eab7b7;
}

.pc.feat .pc-vat,
.menu-legal a,
.ft-cp,
.ft-legal a {
  color: rgba(255,255,255,.68);
}
.site-title {
  display: none;
}

.btn-g.on-dark:hover {
  background: #fff;
  color: var(--navy);
}

.site-nav {
  margin-left: 12px;
}

.hero-building-art {
  position: absolute;
  inset: 3% 2% 2% 3%;
  width: 94%;
  height: 94%;
  object-fit: cover;
  object-position: center;
  display: block;
  mix-blend-mode: multiply;
  filter: contrast(1.08) saturate(.92);
  opacity: .98;
  -webkit-mask-image: radial-gradient(ellipse 58% 76% at 50% 48%, #000 54%, rgba(0,0,0,.9) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 58% 76% at 50% 48%, #000 54%, rgba(0,0,0,.9) 70%, transparent 100%);
}

.home-hero-art {
  width: min(112%, 520px);
  margin-left: auto;
  margin-right: -8px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.home-hero-art::before {
  content: none;
}

.home-hero-art::after {
  content: none;
}

.home-values .bento {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  grid-auto-rows: auto;
  border-bottom: 1px solid var(--soft-grey);
}

.home-values .bcard,
.home-values .bcard.sp2 {
  grid-column: span 1;
  min-height: 0;
  padding: 38px 40px 40px 0;
  border: 0;
  border-top: 1px solid var(--soft-grey);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-values .bcard:nth-child(even) {
  padding-right: 0;
  padding-left: 40px;
  border-left: 1px solid var(--soft-grey);
}

.home-values .bcard-wm {
  display: none;
}

.home-values .icirc {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  justify-content: flex-start;
}

/* Helle Startseiten-Studie: Navy als präziser Akzent statt als Vollfläche */
.home-light {
  background: #FBFAF7;
}

.home-light .home-hero {
  background: linear-gradient(135deg, #FBFAF7 0%, #F7F7F5 68%, #F2EDE3 100%);
}

.home-light .home-hero-art {
  width: min(111%, 515px);
  margin-right: 0;
}

.home-light .stat-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-inline: max(32px, calc((100vw - 1280px) / 2));
  background: #F7F7F5;
  border-block: 1px solid rgba(197, 163, 104, .34);
}

.home-light .stat {
  position: relative;
  background: rgba(255, 255, 255, .62);
  border-right: 1px solid var(--soft-grey);
}

.home-light .stat:first-child {
  border-left: 1px solid var(--soft-grey);
}

.home-light .stat::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  width: 34px;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}

.home-light .stat-n {
  color: var(--navy);
}

.home-light .stat-l {
  color: var(--on-var);
}

.home-light .home-values {
  background: #FBFAF7;
}

.home-light .home-region.bg-nv {
  position: relative;
  background: #F1F2EF;
  border-block: 1px solid var(--soft-grey);
}

.home-light .home-region.bg-nv::before {
  content: '';
  position: absolute;
  top: -1px;
  left: max(32px, calc((100vw - 1280px) / 2));
  width: min(180px, 22vw);
  height: 3px;
  background: var(--gold);
}

.home-light .home-region h2 {
  color: var(--navy) !important;
}

.home-light .region-intro {
  color: var(--on-var);
}

.home-light .region-list {
  border-top-color: rgba(15, 23, 42, .16);
}

.home-light .region-item {
  border-bottom-color: rgba(15, 23, 42, .12);
}

.home-light .region-item h3 {
  color: var(--navy);
}

.home-light .region-item p {
  color: var(--on-var);
}

.home-light .home-region .btn-g.on-dark {
  box-shadow: 0 12px 28px rgba(197, 163, 104, .22);
}

.home-light footer {
  background: #F4F2ED;
  border-top: 1px solid rgba(197, 163, 104, .34);
}

.home-light .ft-brand img {
  filter: none;
  opacity: 1;
}

.home-light .ft-tag,
.home-light .ft-nav a,
.home-light .ft-contact p,
.home-light .ft-contact a,
.home-light .ft-cp,
.home-light .ft-legal a {
  color: var(--on-var);
}

.home-light .ft-col-h {
  color: var(--gold);
}

.home-light .ft-bottom {
  border-top-color: rgba(15, 23, 42, .12);
}

.home-light .ft-nav a:hover,
.home-light .ft-contact a:hover,
.home-light .ft-legal a:hover {
  color: var(--gold);
}

/* Globales helles Erscheinungsbild: große Dunkelflächen werden zu ruhigen Papierflächen */
.site-light {
  background: #FBFAF7;
}

.site-light .bg-nv {
  background: #F1F2EF !important;
  color: var(--on-surf);
  border-block: 1px solid var(--soft-grey);
}

.site-light .bg-nv .h-xl,
.site-light .bg-nv h2,
.site-light .bg-nv h3,
.site-light .service-section-dark .service-section-intro .h-xl,
.site-light .service-section-dark .service-disclosure summary h3,
.site-light .beirat-focus .card-h,
.site-light .promise-title {
  color: var(--navy) !important;
}

.site-light .bg-nv .b-lg,
.site-light .service-section-dark .service-section-intro .b-lg,
.site-light .service-section-dark .service-disclosure summary p,
.site-light .service-section-dark .service-disclosure-note > p,
.site-light .service-section-dark .flow-step-body p,
.site-light .beirat-focus .card-p,
.site-light .about-promises .sec-head .b-lg,
.site-light .promise > p {
  color: var(--on-var) !important;
}

.site-light .service-section-dark .service-disclosures,
.site-light .service-section-dark .service-disclosure,
.site-light .weg-detail-grid,
.site-light .weg-detail-grid .dcard,
.site-light .beirat-focus,
.site-light .promise-grid,
.site-light .promise,
.site-light .value-proof-grid {
  border-color: rgba(15, 23, 42, .13) !important;
}

.site-light .service-section-dark .service-disclosure > .card-ul,
.site-light .service-section-dark .service-disclosure-note > p,
.site-light .service-section-dark .flow-step-body {
  background: rgba(197, 163, 104, .07);
}

.site-light .service-section-dark .service-disclosure .card-ul li {
  color: var(--on-var);
}

.site-light .flow-journey .flow-step summary > span {
  background: #fff;
  color: var(--gold);
}

.site-light .bg-nv .dcard,
.site-light .value-proof-grid .dcard {
  background: rgba(255, 255, 255, .58);
  border-color: rgba(15, 23, 42, .12);
}

.site-light .bg-nv .dcard .card-h,
.site-light .value-proof-grid .dcard .card-h {
  color: var(--navy);
  border-bottom-color: var(--soft-grey);
}

.site-light .bg-nv .dcard .card-p,
.site-light .bg-nv .dcard .card-ul li,
.site-light .value-proof-grid .dcard .card-p {
  color: var(--on-var);
}

.site-light .btn-g.on-dark:hover {
  background: var(--navy);
  color: #fff;
}

.site-light footer {
  background: #F4F2ED;
  border-top: 1px solid rgba(197, 163, 104, .34);
}

.site-light .ft-brand img {
  filter: none;
  opacity: 1;
}

.site-light .ft-tag,
.site-light .ft-nav a,
.site-light .ft-contact p,
.site-light .ft-contact a,
.site-light .ft-cp,
.site-light .ft-legal a {
  color: var(--on-var);
}

.site-light .ft-col-h {
  color: var(--gold);
}

.site-light .ft-bottom {
  border-top-color: rgba(15, 23, 42, .12);
}

.site-light .ft-nav a:hover,
.site-light .ft-contact a:hover,
.site-light .ft-legal a:hover {
  color: var(--gold);
}

/* Preisstaffel auf Desktop vollständig nebeneinander */
.pricing-tiers {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--soft-grey);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .055);
}

.pricing-tiers .pc {
  min-height: 500px;
  padding: 34px 28px;
  border: 0;
  border-right: 1px solid var(--soft-grey);
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.pricing-tiers .pc:last-child {
  border-right: 0;
}

.pricing-tiers .pc-num {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1;
}

.pricing-tiers .pc-rng {
  margin-bottom: 12px;
  font-family: 'Libre Caslon Text', serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.pricing-tiers .pc-amt {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.15;
}

.pricing-tiers .pc-amt-label {
  max-width: 220px;
  font-size: clamp(26px, 2.2vw, 32px);
  line-height: 1.2;
}

.pricing-tiers .pc-unit {
  margin-top: 5px;
  color: var(--on-var);
}

.pricing-tiers .pc-vat {
  height: 86px;
  margin-top: 18px;
}

.pricing-tiers .pc:last-child {
  position: relative;
  background: linear-gradient(135deg, rgba(197, 163, 104, .13), rgba(247, 247, 245, .66));
}

.pricing-tiers .pc:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 3px;
  background: var(--gold);
}

@media (max-width: 1100px) {
  .pricing-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-tiers .pc {
    min-height: 390px;
    padding: 38px 34px;
    border-right: 1px solid var(--soft-grey);
    border-bottom: 1px solid var(--soft-grey);
  }

  .pricing-tiers .pc:nth-child(even) {
    border-right: 0;
  }

  .pricing-tiers .pc:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .pricing-tiers {
    grid-template-columns: 1fr;
  }

  .pricing-tiers .pc {
    min-height: 0;
    padding: 32px 26px;
    border-right: 0;
    border-bottom: 1px solid var(--soft-grey);
  }

  .pricing-tiers .pc:nth-child(n + 3) {
    border-bottom: 1px solid var(--soft-grey);
  }

  .pricing-tiers .pc:last-child {
    border-bottom: 0;
  }

  .pricing-tiers .pc-vat {
    height: auto;
  }
}

.menu-panel a[href="blog.html"],
.menu-panel a[href="karriere.html"],
.ft-nav a[href="blog.html"],
.ft-nav a[href="karriere.html"] {
  display: none !important;
}

.region-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 88px;
  align-items: start;
}

.region-intro {
  max-width: 480px;
  color: rgba(255,255,255,.68);
}

.region-list {
  border-top: 1px solid rgba(226,209,176,.24);
}

.region-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(226,209,176,.18);
}

.region-item > span {
  font-family: 'Libre Caslon Text', serif;
  font-size: 20px;
  color: var(--gold);
}

.region-item h3 {
  margin: 0 0 8px;
  font-family: 'Libre Caslon Text', serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

.region-item p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255,255,255,.62);
}

.ft-brand img {
  filter: brightness(0) invert(1);
  opacity: .9;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 56px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.promise {
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.promise summary {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

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

.promise-n {
  font-family: 'Libre Caslon Text', serif;
  font-size: 18px;
  color: var(--gold);
}

.promise-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.promise-plus {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: var(--gold);
  transition: transform .25s ease;
}

.promise[open] .promise-plus {
  transform: rotate(45deg);
}

.promise > p {
  margin: -4px 38px 22px 56px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255,255,255,.65);
}

.rental-services {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--soft-grey);
}

.rental-services > .rental-service {
  grid-column: auto !important;
  display: grid;
  grid-template-columns: 52px 190px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid var(--soft-grey);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rental-service > .ibox {
  grid-column: 1;
  margin: 0;
}

.rental-service > .card-h {
  grid-column: 2;
  margin: 8px 0 0;
}

.rental-service > .card-ul {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}

.rental-services > .rental-accounting {
  grid-template-columns: 242px minmax(0, 1fr);
}

.rental-accounting > div:first-child {
  grid-column: 1;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.rental-accounting > .g2 {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rental-accounting > p {
  grid-column: 1 / -1;
  margin-top: 0 !important;
}

.sale-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  counter-reset: sale-step;
}

.sale-services > .sale-service {
  counter-increment: sale-step;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: start;
  gap: 8px 12px;
  padding: 28px 0 !important;
  border: 0;
  border-top: 1px solid var(--soft-grey);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sale-service::before {
  content: "0" counter(sale-step);
  grid-column: 1;
  grid-row: 1 / 3;
  font-family: 'Libre Caslon Text', serif;
  font-size: 18px;
  color: var(--gold);
}

.sale-service > .ibox {
  display: none;
}

.sale-service > h4,
.sale-service > p {
  grid-column: 2;
  margin: 0 !important;
}

.dark-footer-flow main > section:last-child.bg-nv {
  background: linear-gradient(180deg, var(--navy) 0%, #121c31 100%);
}

.dark-footer-flow footer {
  position: relative;
}

.dark-footer-flow footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 40px), 1216px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(197,163,104,.32), transparent);
}

.sec {
  padding-block: var(--space-section);
}

.sec-lg {
  padding-block: var(--space-chapter);
}

.sec-head {
  margin-bottom: 48px;
}

.g12 {
  gap: 40px;
}

.g12 > *,
.g2 > *,
.g3 > *,
.g4 > * {
  min-width: 0;
}

.card,
.pain,
.bcard {
  padding: 28px;
}

.tl-item {
  padding-block: 32px;
}

footer {
  border-top: 0;
}

.dark-footer-flow main > section:last-child.bg-nv {
  padding-bottom: 88px;
}

.founder-intro {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(320px, 4fr);
  gap: 64px;
  align-items: center;
}

.about-hero-section {
  position: relative;
  overflow: hidden;
  background: #F7F7F5;
}

.about-hero-section::after {
  content: '';
  position: absolute;
  right: -12vw;
  bottom: -45%;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: rgba(197, 163, 104, .08);
  pointer-events: none;
}

.about-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(330px, 4.5fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.about-hero-copy {
  padding-left: 28px;
  border-left: 2px solid var(--gold-m);
}

.about-hero-photo {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 163, 104, .48);
  border-radius: 2px 48px 2px 2px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, .14);
}

.about-hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, .02) 42%, rgba(15, 23, 42, .72) 100%);
  pointer-events: none;
}

.about-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 55%;
  filter: saturate(.78) contrast(1.04) brightness(.94);
}

.about-hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.founder-copy {
  max-width: 680px;
}

.founder-portrait {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--surf-low);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .1);
}

.founder-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 20%;
  transform: scale(1.52);
  transform-origin: 44% 28%;
  filter: contrast(1.03) brightness(1.04);
}

.founder-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  margin-top: 64px;
}

.founder-pain-grid .pain {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px;
  border: 1px solid var(--soft-grey);
  border-radius: 10px;
  background: var(--bg);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .035);
}

.founder-pain-grid .pain > .ibox {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  background: var(--off-white);
}

.founder-pain-grid .pain-t {
  min-height: 0;
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 19px;
  line-height: 27px;
}

.founder-pain-grid .pain-p {
  font-size: 15px;
  line-height: 24px;
}

.founder-pain-grid .pain > .pain-p {
  flex-grow: 1;
}

.founder-pain-grid .pain-sol {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--gold-m);
}

.weg-detail-grid {
  gap: 0 44px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.weg-detail-grid .dcard {
  min-height: 0;
  padding: 34px 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.weg-detail-grid .dcard:hover {
  border-color: rgba(255,255,255,.15) !important;
}

.weg-detail-grid .dcard .ibox {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 0;
  background: transparent !important;
  justify-content: flex-start;
}

.beirat-focus {
  margin-top: 40px !important;
  padding: 28px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.beirat-focus .card-h {
  color: #fff;
}

.beirat-focus .card-p {
  max-width: 980px;
  color: rgba(255,255,255,.68);
}

.future-grid {
  gap: 0 40px;
  border-top: 1px solid var(--soft-grey);
}

.future-grid .card {
  min-height: 0;
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid var(--soft-grey);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.future-grid .card .ibox {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 0;
  background: transparent;
  justify-content: flex-start;
}

.value-proof-grid {
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.value-proof-grid .dcard {
  padding: 30px 32px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.value-proof-grid .dcard:last-child {
  border-right: 0;
}

.privacy-copy {
  max-width: 900px;
  margin-inline: auto;
}

.privacy-copy h2 {
  margin-top: 48px;
}

.privacy-copy h2:first-of-type {
  margin-top: 24px;
}

.privacy-copy p + p {
  margin-top: 14px;
}

.privacy-copy a {
  color: var(--navy);
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.privacy-updated {
  color: var(--outline);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .founder-pain-grid { gap: 20px; }
}

@media (max-width: 1024px) {
  .sec {
    padding-block: 56px;
  }

  .sec-lg {
    padding-block: 72px;
  }

  .sec-head {
    margin-bottom: 40px;
  }

  .founder-intro {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 36px;
  }

  .about-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 40px;
  }

  .about-hero-photo {
    min-height: 500px;
  }

  .founder-portrait {
    min-height: 440px;
  }

  .g2 > [style*="grid-column"],
  .g12 > [style*="grid-column"] {
    grid-column: auto !important;
  }
}

@media (max-width: 760px) {
  .sec,
  .sec-lg {
    padding-block: 52px;
  }

  .sec-head {
    margin-bottom: 32px;
  }

  .d-lg,
  .h-xl {
    font-size: 34px;
    line-height: 42px;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .founder-intro,
  .founder-pain-grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-hero-copy {
    padding-left: 18px;
  }

  .about-hero-photo {
    min-height: 420px;
    border-radius: 2px 34px 2px 2px;
  }

  .home-light .stat-row {
    grid-template-columns: 1fr 1fr;
    padding-inline: 20px;
  }

  .home-light .stat:nth-child(odd) {
    border-left: 1px solid var(--soft-grey);
  }

  .home-light .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--soft-grey);
  }

  .founder-intro {
    gap: 32px;
  }

  .founder-portrait {
    min-height: 420px;
  }

  .founder-pain-grid {
    gap: 16px;
    margin-top: 32px;
  }

  .founder-pain-grid .pain {
    padding: 26px;
  }

  .founder-pain-grid .pain > .ibox,
  .founder-pain-grid .pain-t,
  .founder-pain-grid .pain > .pain-p {
    margin-bottom: 16px;
  }

  .weg-detail-grid,
  .future-grid,
  .value-proof-grid {
    grid-template-columns: 1fr;
  }

  .value-proof-grid .dcard {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .value-proof-grid .dcard:last-child {
    border-bottom: 0;
  }

  .beirat-focus {
    display: grid !important;
    grid-template-columns: 36px 1fr;
    gap: 16px !important;
  }

  .privacy-copy h2 {
    margin-top: 36px;
  }

  .home-hero-art {
    width: 96%;
    margin-inline: auto;
  }

  .home-values .bento {
    grid-template-columns: 1fr;
  }

  .home-values .bcard,
  .home-values .bcard.sp2,
  .home-values .bcard:nth-child(even) {
    padding: 28px 0 30px;
    border-left: 0;
  }

  .region-grid,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .region-grid {
    gap: 40px;
  }

  .promise > p {
    margin-left: 56px;
    margin-right: 0;
  }

  .rental-services > .rental-service,
  .rental-services > .rental-accounting {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .rental-service > .card-h {
    grid-column: 2;
  }

  .rental-service > .card-ul,
  .rental-accounting > div:first-child,
  .rental-accounting > .g2,
  .rental-accounting > p {
    grid-column: 1 / -1;
  }

  .rental-service > .card-ul,
  .rental-accounting > .g2,
  .sale-services {
    grid-template-columns: 1fr;
  }
}

/* Startseiten-Hero näher an den Header führen und oben sauber ausrichten */
.home-hero {
  padding-top: 64px;
  padding-bottom: 80px;
}

.home-hero .g12 {
  align-items: start !important;
}

@media (max-width: 1024px) {
  .home-hero {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    padding-top: 40px;
    padding-bottom: 52px;
  }
}

/* Leistungsseite: Inhalte zuerst scannbar, Details erst auf Wunsch */
.service-section-layout {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 7fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.service-section-intro {
  position: sticky;
  top: 132px;
}

.service-section-intro .h-xl {
  margin-bottom: 20px;
}

.service-section-intro .b-lg {
  max-width: 440px;
  margin-bottom: 32px;
}

.service-section-dark .service-section-intro .h-xl {
  color: #fff;
}

.service-section-dark .service-section-intro .b-lg {
  color: rgba(255,255,255,.64);
}

.service-disclosures {
  border-top: 1px solid var(--soft-grey);
}

.service-disclosure {
  border-bottom: 1px solid var(--soft-grey);
}

.service-disclosure summary {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  gap: 16px;
  align-items: start;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
}

.service-disclosure summary::-webkit-details-marker {
  display: none;
}

.service-disclosure summary::after {
  content: '+';
  color: var(--gold);
  font-family: 'Libre Caslon Text', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

.service-disclosure[open] summary::after {
  transform: rotate(45deg);
}

.service-disclosure summary > span {
  padding-top: 3px;
  color: var(--gold);
  font-family: 'Libre Caslon Text', serif;
  font-size: 14px;
}

.service-disclosure summary h3 {
  color: var(--navy);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.service-disclosure summary p {
  max-width: 590px;
  margin-top: 7px;
  color: var(--on-var);
  font-size: 14px;
  line-height: 1.65;
}

.service-disclosure > .card-ul,
.service-disclosure > .service-detail-columns,
.service-disclosure > .service-detail-note,
.service-disclosure > p,
.service-disclosure-note > p {
  margin: -4px 44px 27px 60px;
  padding: 22px 24px;
  background: rgba(197,163,104,.055);
}

.service-disclosure-note > p,
.service-disclosure > p,
.service-detail-note {
  color: var(--on-var);
  font-size: 14px;
  line-height: 1.7;
}

.service-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-disclosure > .service-detail-note {
  margin-top: -27px;
  padding-top: 0;
}

.service-section-dark .service-disclosures,
.service-section-dark .service-disclosure {
  border-color: rgba(255,255,255,.13);
}

.service-section-dark .service-disclosure summary h3 {
  color: #fff;
}

.service-section-dark .service-disclosure summary p,
.service-section-dark .service-disclosure-note > p {
  color: rgba(255,255,255,.62);
}

.service-section-dark .service-disclosure > .card-ul,
.service-section-dark .service-disclosure-note > p {
  background: rgba(255,255,255,.035);
}

.service-section-dark .service-disclosure .card-ul li {
  color: rgba(255,255,255,.72);
}

.commission-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: end;
  margin-top: 30px;
  padding: 26px 28px;
  background: var(--navy);
  color: #fff;
}

.commission-strip span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.commission-strip strong {
  font-family: 'Libre Caslon Text', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.commission-strip p {
  max-width: 300px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.55;
}

/* Ablaufseite im selben ruhigen Informationssystem */
.flow-answer,
.flow-step-body {
  margin: -4px 44px 27px 60px;
  padding: 22px 24px;
  background: rgba(197,163,104,.055);
}

.flow-answer > span,
.flow-step summary small {
  display: block;
  margin-bottom: 9px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.flow-answer p,
.flow-step-body p {
  color: var(--on-var);
  font-size: 14px;
  line-height: 1.72;
}

.flow-step-body p + p {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(197,163,104,.18);
}

.flow-step-body strong {
  display: block;
  margin-top: 16px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-section-dark .flow-step-body {
  background: rgba(255,255,255,.035);
}

.service-section-dark .flow-step-body p {
  color: rgba(255,255,255,.7);
}

.flow-journey.service-disclosures {
  margin-left: 68px;
  border-top: 0;
}

.flow-journey .flow-step {
  position: relative;
  border-bottom: 0;
}

.flow-journey .flow-step:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 25px;
  bottom: -25px;
  left: -46px;
  width: 1px;
  background: linear-gradient(var(--gold), rgba(197,163,104,.22));
}

.flow-journey .flow-step summary {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  min-height: 78px;
  padding: 2px 0 30px;
}

.flow-journey .flow-step summary > span {
  position: absolute;
  top: 0;
  left: -68px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--navy);
  font-size: 13px;
}

.flow-journey .flow-step summary::after {
  content: 'Details  +';
  padding-top: 5px;
  font-family: 'Manrope', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.flow-journey .flow-step[open] summary::after {
  content: 'Schließen  ×';
  transform: none;
}

.flow-journey .flow-step summary h3 {
  font-family: 'Libre Caslon Text', serif;
  font-size: 22px;
  font-weight: 400;
}

.flow-journey .flow-step-body {
  margin: -14px 0 34px;
  padding: 20px 24px;
  border-left: 1px solid var(--gold);
  background: rgba(255,255,255,.035);
}

.comparison-table {
  border-top: 1px solid var(--soft-grey);
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.comparison-head {
  padding: 16px 20px;
  background: var(--navy);
}

.comparison-head span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.comparison-row {
  position: relative;
  padding: 18px 20px;
  border-bottom: 1px solid var(--soft-grey);
  color: var(--on-var);
  font-size: 14px;
  line-height: 1.55;
}

.comparison-row strong {
  position: relative;
  padding-left: 22px;
  color: var(--navy);
  font-weight: 600;
}

.comparison-row strong::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
}

@media (max-width: 900px) {
  .service-section-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-section-intro {
    position: static;
  }
}

@media (max-width: 600px) {
  .service-disclosure summary {
    grid-template-columns: 32px 1fr 24px;
    gap: 10px;
  }

  .service-disclosure > .card-ul,
  .service-disclosure > .service-detail-columns,
  .service-disclosure > .service-detail-note,
  .service-disclosure > p,
  .flow-answer,
  .flow-step-body,
  .service-disclosure-note > p {
    margin-right: 0;
    margin-left: 0;
  }

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

  .commission-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .comparison-row {
    padding: 18px 14px;
  }

  .flow-journey.service-disclosures {
    margin-left: 50px;
  }

  .flow-journey .flow-step summary > span {
    left: -50px;
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .flow-journey .flow-step:not(:last-child)::before {
    top: 18px;
    bottom: -18px;
    left: -33px;
  }

  .flow-journey .flow-step summary {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .flow-journey .flow-step summary::after {
    grid-row: 2;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .fade {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* Ruhige, redaktionelle Seiteneinstiege ohne austauschbare Header-Grafik */
.editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: center;
}

.editorial-hero-copy {
  border-left: 2px solid var(--gold-m);
  padding-left: 28px;
}

.editorial-hero-copy .b-lg {
  max-width: 640px !important;
}

.hero-editorial-panel {
  position: relative;
  padding: 34px 0 0;
  border-top: 1px solid var(--gold-m);
}

.hero-editorial-panel::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--surf);
}

.hero-panel-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-panel-row,
.hero-process-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: baseline;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--soft-grey);
  color: var(--navy);
  text-decoration: none;
}

.hero-panel-row span,
.hero-process-row span {
  color: var(--gold);
  font-family: 'Libre Caslon Text', serif;
  font-size: 14px;
}

.hero-panel-row strong,
.hero-process-row strong {
  font-size: 17px;
  font-weight: 500;
}

.hero-panel-row {
  transition: padding-left .2s ease, color .2s ease;
}

.hero-panel-row:hover {
  padding-left: 8px;
  color: var(--gold);
}

.hero-panel-note {
  margin-top: 22px;
  color: var(--on-var);
  font-size: 13px;
  line-height: 1.6;
}

.hero-panel-duration {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel-duration strong {
  color: var(--gold);
  font-family: 'Libre Caslon Text', serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.hero-panel-duration span {
  max-width: 120px;
  color: var(--on-var);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .editorial-hero {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-editorial-panel {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .editorial-hero-copy {
    padding-left: 18px;
  }

  .hero-editorial-panel {
    padding-top: 28px;
  }
}
/* Sachliche Unterseiten-Einstiege ohne wahrnehmbaren Rosastich */
.subpage-hero-neutral {
  background: #F7F7F5;
}
