:root {
  --blue: #075ed7;
  --blue-dark: #061a34;
  --ink: #0c1320;
  --muted: #5f6a76;
  --line: #e4d7c8;
  --paper: #f6efe6;
  --white: #ffffff;
  --orange: #ff8a00;
  --warm: #f8efe4;
  --radius: 8px;
  --shadow: 0 14px 34px rgba(5, 22, 48, 0.08);
  --surface: #fcf8f2;
}

/* Utilities */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--warm);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 46px;
  padding: 6px clamp(16px, 5vw, 60px);
  background: #ffffff;
  border-bottom: 0;
  box-shadow: none;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: clamp(96px, 10vw, 140px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.header-call,
.primary-button,
.secondary-button,
.hero-panel a,
.brand-band a,
.contact-form button,
.floating-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 800;
}

.header-call {
  padding: 0 20px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(7, 94, 215, 0.24);
}

.announcement-bar {
  padding: 10px 16px;
  text-align: center;
  color: var(--white);
  background: #6b4a2a;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  min-height: calc(100vh - 44px);
  padding: clamp(42px, 7vw, 94px) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 66px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(248, 239, 228, 0.96) 0%, rgba(252, 247, 240, 0.95) 48%, rgba(236, 225, 212, 0.94) 100%),
    url("assets/auftrag-wohnung.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -18vw;
  width: 58vw;
  height: 58vw;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.14), rgba(255, 138, 0, 0) 62%);
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-mobile-logo {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 920px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #304057;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.primary-button {
  padding: 0 24px;
  color: var(--white);
  background: var(--blue);
}

.secondary-button {
  padding: 0 24px;
  color: var(--blue-dark);
  background: #f4ecdf;
  border: 1px solid #e0d1bf;
}

.hero-panel {
  position: relative;
  align-self: center;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(252, 248, 242, 0.94);
  border: 1px solid rgba(228, 215, 200, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(252, 248, 242, 0.64), rgba(252, 248, 242, 0.70)),
    url("assets/auftrag-keller.jpg") center / cover no-repeat;
  opacity: 0.38;
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.04);
  z-index: 0;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--blue);
  background: rgba(7, 94, 215, 0.08);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin: 18px 0 12px;
  color: var(--blue-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.hero-panel li {
  position: relative;
  padding-left: 24px;
  color: #2d3a4c;
  font-weight: 800;
}

.hero-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
}

.hero-panel a {
  width: 100%;
  color: var(--white);
  background: var(--orange);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-band div {
  padding: 26px clamp(18px, 4vw, 52px);
  background: #d9c7b4;
  color: var(--blue-dark);
}

.trust-band div:nth-child(2) {
  background: #cfb89f;
}

.trust-band div:nth-child(3) {
  background: #c4a988;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  font-size: 1.05rem;
}

.trust-band span {
  margin-top: 6px;
  color: rgba(12, 19, 32, 0.68);
}

.section {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.section-heading h2,
.brand-band h2,
.contact-copy h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p:last-child,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.service-grid article {
  padding: 24px;
  background: var(--surface);
  border: 1px solid rgba(228, 215, 200, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(5, 22, 48, 0.04);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
  font-size: 0.86rem;
}

.service-grid h3,
.example-card h3 {
  margin: 20px 0 10px;
  color: var(--blue-dark);
  font-size: 1.25rem;
}

.service-grid p,
.example-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.examples-section {
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.9), rgba(244, 236, 225, 0.95));
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.example-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(228, 215, 200, 0.92);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(12, 19, 32, 0.06);
}

.example-card img {
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
  background: #d8dee8;
}

.example-card div {
  padding: 22px;
}

.example-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 44px);
  padding: clamp(34px, 5vw, 62px) clamp(18px, 5vw, 72px);
  color: var(--blue-dark);
  overflow: hidden;
  background: #eee2d4;
}

.brand-band-copy,
.brand-band-visual {
  flex: 1 1 0;
}

.brand-band-copy {
  max-width: 560px;
}

.brand-band .eyebrow,
.brand-band h2 {
  color: var(--blue-dark);
}

.brand-band h2 {
  max-width: 780px;
  margin-bottom: 12px;
}

.brand-band span {
  display: block;
  color: #6e5f52;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
}

.brand-band-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #4e5a65;
  font-weight: 700;
}

.brand-band-copy li {
  position: relative;
  padding-left: 18px;
}

.brand-band-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.brand-band-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.brand-band-visual img {
  display: block;
}

.brand-band-visual > img:first-child {
  width: min(100%, 520px);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(55, 36, 20, 0.10);
}

.brand-band-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: min(46%, 220px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(55, 36, 20, 0.12);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-list a {
  padding: 15px 16px;
  background: var(--surface);
  border: 1px solid rgba(228, 215, 200, 0.92);
  border-radius: var(--radius);
  color: var(--blue-dark);
  font-weight: 850;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--surface);
  border: 1px solid rgba(228, 215, 200, 0.92);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(12, 19, 32, 0.04);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #2d3a4c;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d9cdbd;
  border-radius: var(--radius);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(7, 94, 215, 0.18);
  border-color: var(--blue);
}

.contact-form button {
  width: 100%;
  border: 0;
  color: var(--white);
  background: var(--blue);
  cursor: pointer;
  font-size: 1rem;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 72px) 92px;
  color: #d1c5b7;
  background: #09111c;
}

.footer strong,
.footer span,
.footer a {
  display: block;
}

.footer strong {
  color: var(--white);
}

.footer-links {
  text-align: right;
  font-weight: 750;
}

.credits {
  max-width: 260px;
  margin: 0;
  font-size: 0.82rem;
  text-align: right;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 40px;
    padding: 4px 18px;
  }

  .announcement-bar {
    padding: 9px 14px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .brand {
    width: clamp(82px, 14vw, 120px);
    height: auto;
  }

  .hero,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    align-self: stretch;
  }

  .service-grid,
  .example-grid,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .brand-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-band-copy {
    max-width: none;
  }

  .brand-band-visual {
    width: 100%;
    min-height: 220px;
  }

  .brand-band-visual > img:first-child {
    width: 100%;
  }

  .brand-band-badge {
    width: min(48%, 180px);
  }

  .footer {
    flex-direction: column;
  }

  .footer-links,
  .credits {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 4px 12px;
  }

  .announcement-bar {
    padding: 8px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .brand {
    width: clamp(76px, 24vw, 104px);
  }

  .hero {
    gap: 18px;
    padding: 22px 14px 20px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero-mobile-logo {
    display: none;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead {
    display: none;
  }

  .header-call {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .brand-band a {
    width: 100%;
  }

  .brand-band-badge {
    display: none;
  }

  .hero-panel {
    padding: 18px;
  }

  .hero-panel h2 {
    font-size: 1.7rem;
  }

  .hero-panel ul {
    gap: 8px;
    margin: 16px 0;
  }

  .hero-panel::before {
    opacity: 0.28;
  }

}
