.info-page,
.legal-layout { background: var(--paper); }

.info-hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-color: var(--ink);
  background-position: center;
  background-size: cover;
}
.about-hero { background-image: url("../assets/images/Referenzen/Objekt/projekt-wohnung-uebergabe.webp"); }
.contact-hero { background-image: url("../assets/images/Anfrage-background-image.webp"); }
.info-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,12,14,.92) 0%, rgba(9,12,14,.7) 48%, rgba(9,12,14,.26) 100%), linear-gradient(180deg, rgba(9,12,14,.25), transparent 45%, rgba(9,12,14,.7));
}
.info-hero-grid { position: relative; z-index: 1; padding: 190px 0 90px; }
.info-hero-copy { max-width: 880px; }
.info-hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 90px); line-height: .91; letter-spacing: -.065em; }
.info-hero h1 em { color: var(--gold); font-style: normal; }
.info-hero-copy > p:last-child { max-width: 590px; margin: 32px 0 0; color: #bac1c2; font-size: 17px; line-height: 1.65; }

.info-section { padding: 140px 0; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.story-image { min-height: 650px; position: relative; overflow: hidden; background: #d9dad5; }
.story-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.story-image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(9,12,14,.4)); }
.story-copy h2,
.contact-intro h2 { margin: 0; font-size: clamp(45px, 4.8vw, 68px); line-height: .96; letter-spacing: -.055em; }
.story-copy > p:not(.eyebrow),
.contact-intro > p { margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-stats { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-stats div { padding-top: 20px; border-top: 2px solid var(--gold); }
.about-stats strong { display: block; font-size: 36px; line-height: 1; }
.about-stats span { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.values { padding: 135px 0; color: #fff; background: var(--ink); }
.values-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.values h2 { margin: 0; max-width: 760px; font-size: clamp(44px, 4.6vw, 66px); line-height: .96; letter-spacing: -.055em; }
.values-head > p { margin: 0; color: #8f9799; font-size: 15px; line-height: 1.7; }
.values-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.13); }
.value-card { min-height: 290px; padding: 38px; border-right: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; }
.value-card:last-child { border-right: 0; }
.value-card > span { color: var(--gold); font-size: 11px; font-weight: 700; }
.value-card h3 { margin: auto 0 18px; font-size: 28px; letter-spacing: -.04em; }
.value-card p { margin: 0; color: #8f9799; font-size: 14px; line-height: 1.65; }

.contact-main { padding: 135px 0 150px; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.contact-intro { position: sticky; top: 135px; }
.contact-lines { margin-top: 55px; border-top: 1px solid var(--line); }
.contact-line { min-height: 92px; padding: 20px 0; display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.contact-line small { color: #606666; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.contact-line strong { font-size: 15px; overflow-wrap: anywhere; }
a.contact-line:hover strong { color: #9a7413; }

.contact-form { padding: 56px; display: grid; gap: 22px; color: #fff; background: #252a2d; }
.contact-form .eyebrow { margin-bottom: 12px; color: var(--gold); }
.contact-form > label:not(.privacy) { display: grid; gap: 10px; color: #c7cccd; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
  border-radius: 0;
  padding: 14px 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 16px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold); }
.contact-form input:focus-visible,
.contact-form textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.contact-form .privacy { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; color: #aeb6b8; font-size: 11px; line-height: 1.6; }
.contact-form .privacy input { margin-top: 3px; accent-color: var(--gold); }
.contact-form .privacy a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.contact-form button { width: max-content; border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 20px; margin: 0; color: #b7c1c3; font-size: 12px; }
.contact-form .noscript-note { margin: 0; padding: 16px 18px; border-left: 3px solid var(--gold); color: #d2d8d9; background: rgba(255,255,255,.06); font-size: 13px; line-height: 1.6; }
.contact-form .noscript-note a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.legal-layout .site-header { position: relative; background: var(--ink); }
.legal-page { padding: 110px 0 150px; }
.legal-page > .page-grid { max-width: 920px; }
.legal-kicker { margin-bottom: 28px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.legal-page h1 { margin: 0 0 70px; font-size: clamp(52px, 6vw, 82px); line-height: .92; letter-spacing: -.06em; }
.legal-content { max-width: 860px; }
.legal-content h2 { margin: 55px 0 18px; font-size: 27px; letter-spacing: -.035em; }
.legal-content h3 { margin: 34px 0 12px; font-size: 18px; }
.legal-content p,
.legal-content li { color: #555d5f; font-size: 14px; line-height: 1.75; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul { padding-left: 20px; }

@media (max-width: 900px) {
  .info-hero { min-height: 650px; }
  .info-hero-grid { padding: 155px 0 70px; }
  .story-grid,
  .contact-layout,
  .values-head { grid-template-columns: 1fr; gap: 55px; }
  .story-image { min-height: 520px; }
  .about-stats { max-width: 680px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .value-card:last-child { border-bottom: 0; }
  .contact-intro { position: static; }
  .contact-form { padding: 42px; }
}

@media (max-width: 600px) {
  .info-hero { min-height: 590px; background-position: 58% center; }
  .info-hero h1 { font-size: 47px; }
  .info-section,
  .values,
  .contact-main { padding: 90px 0; }
  .story-image { min-height: 420px; }
  .about-stats { grid-template-columns: 1fr; }
  .values-grid { margin-top: 55px; }
  .contact-form { padding: 32px 24px; }
  .contact-line { grid-template-columns: 74px 1fr; }
  .legal-page { padding: 75px 0 100px; }
  .legal-page h1 { margin-bottom: 50px; font-size: 48px; }
}
