@charset "UTF-8";
/* ==========================================================================
   OWA BAU – www.owa-bau.de
   Bold & kräftig: große Flächen, starke Typografie, große Icons.
   ========================================================================== */

/* ---------------------------------------------------------------- fonts   */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext-wght-normal.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------------------------------------------------------------- tokens  */
:root {
  --navy: #0f1e3a;
  --navy-deep: #0a1529;
  --navy-soft: #16294a;
  --gold: #c8a14a;
  --gold-hi: #dcb765;
  --off: #f7f6f2;
  --warm: #fcfbf8;
  --ink: #17191d;
  --line: #e2e1dc;

  --txt: #1c1f26;
  --txt-mut: #5c6270;
  --on-dark: #f5f4f0;
  --on-dark-mut: rgba(245, 244, 240, 0.68);

  --gutter: clamp(20px, 5vw, 68px);
  --col-gap: clamp(18px, 2.2vw, 34px);
  --sec-y: clamp(72px, 9vw, 148px);
  --maxw: 1520px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --expo: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 88px;

  --fs-display: clamp(2.75rem, 6.8vw, 5.75rem);
  --fs-h2: clamp(2.15rem, 4.8vw, 4rem);
  --fs-h3: clamp(1.3rem, 1.9vw, 1.9rem);
  --fs-lead: clamp(1.0625rem, 1.15vw, 1.3125rem);
  --fs-body: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  --fs-label: 0.75rem;
}

/* ---------------------------------------------------------------- reset   */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 8px);
}
body {
  margin: 0;
  background: var(--warm);
  color: var(--txt);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--fs-body);
  font-weight: 450;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--gold); color: var(--navy); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------------------------------------------------------------- layout  */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--col-gap); }
.section { position: relative; padding-block: var(--sec-y); }
.section--dark { background: var(--navy); color: var(--on-dark); --txt-mut: var(--on-dark-mut); }
.section--off { background: var(--off); }
.section--edge { border-top: 4px solid var(--gold); }

/* ---------------------------------------------------------------- type    */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(18px, 2.2vw, 30px);
  padding: 9px 16px 9px 12px;
  background: var(--navy);
  color: #fff;
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
}
.eyebrow b { font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums; }
.section--dark .eyebrow { background: var(--gold); color: var(--navy); }
.section--dark .eyebrow b { color: var(--navy); opacity: 0.6; }

h1, h2, h3 {
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: var(--navy);
  text-wrap: balance;
}
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.14; letter-spacing: -0.025em; }
.lead { font-size: var(--fs-lead); line-height: 1.6; }
.muted { color: var(--txt-mut); }
.gold { color: var(--gold); }

/* ---------------------------------------------------------------- icons   */
.ico {
  display: block;
  width: var(--ico, 56px);
  height: var(--ico, 56px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: square;
  stroke-linejoin: miter;
  overflow: visible;
}
.ico--xl { --ico: clamp(62px, 6.4vw, 84px); }
.ico--lg { --ico: clamp(54px, 5vw, 70px); }

/* ---------------------------------------------------------------- buttons */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 clamp(26px, 2.6vw, 40px);
  border: 2px solid transparent;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease),
    background-color 0.4s var(--ease), transform 0.3s var(--ease);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateY(0);
  transition: transform 0.5s var(--expo);
}
.btn:active { transform: translateY(1px); }
.btn--primary { color: var(--navy); border-color: var(--gold); }
.btn--primary::before { background: var(--gold); }
.btn--primary:hover::before, .btn--primary:focus-visible::before { transform: translateY(-101%); }
.btn--primary:hover, .btn--primary:focus-visible { color: var(--gold); }
.btn--navy { color: #fff; border-color: var(--navy); }
.btn--navy::before { background: var(--navy); }
.btn--navy:hover::before, .btn--navy:focus-visible::before { transform: translateY(-101%); }
.btn--navy:hover, .btn--navy:focus-visible { color: var(--navy); }
.btn--ghost { color: currentColor; border-color: currentColor; }
.btn--ghost::before { background: var(--gold); transform: translateY(101%); }
.btn--ghost:hover::before, .btn--ghost:focus-visible::before { transform: translateY(0); }
.btn--ghost:hover, .btn--ghost:focus-visible { color: var(--navy); border-color: var(--gold); }
.btn .arw { flex: 0 0 auto; transition: transform 0.45s var(--expo); }
.btn:hover .arw { transform: translateX(6px); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 999; padding: 16px 24px; background: var(--navy); color: #fff; font-weight: 700; }
.skip:focus { left: 12px; top: 12px; }

/* ---------------------------------------------------------------- nav     */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: var(--nav-h);
  color: #fff;
  transition: height 0.4s var(--ease), color 0.35s var(--ease), background-color 0.35s var(--ease), box-shadow 0.35s;
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 21, 41, 0.7), rgba(10, 21, 41, 0));
  transition: opacity 0.35s var(--ease);
  pointer-events: none;
}
.nav.is-solid {
  height: 72px;
  color: var(--navy);
  background: rgba(252, 251, 248, 0.94);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 2px 0 rgba(15, 30, 58, 0.08), 0 10px 30px -20px rgba(15, 30, 58, 0.5);
}
.nav.is-solid::before { opacity: 0; }
.nav__in { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 1.15rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.brand__mark { flex: 0 0 auto; width: 34px; height: 34px; }
.brand em { font-style: normal; font-weight: 400; }

.nav__links { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: var(--fs-label); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nav__links a { position: relative; padding: 8px 0; }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--expo);
}
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }

.nav__side { display: flex; align-items: center; gap: 18px; }
.nav__tel { display: inline-flex; align-items: center; gap: 9px; font-size: 1rem; font-weight: 800; letter-spacing: 0.01em; }
.nav__tel .ico { --ico: 20px; stroke-width: 2.2; color: var(--gold); }
.nav__cta { min-height: 50px; padding: 0 24px; font-size: var(--fs-label); border-width: 2px; }

.burger { display: none; position: relative; width: 50px; height: 50px; margin-right: -10px; }
.burger span { position: absolute; left: 11px; width: 28px; height: 2.5px; background: currentColor; transition: transform 0.42s var(--expo); }
.burger span:nth-child(1) { top: 19px; }
.burger span:nth-child(2) { top: 28px; }
.is-open .burger span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.is-open .burger span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }

.menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + 20px) var(--gutter) 34px;
  background: var(--navy);
  color: #fff;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.65s var(--expo);
  visibility: hidden;
}
.menu[hidden] { display: none; }
.menu.is-open { clip-path: inset(0 0 0 0); visibility: visible; }
html.is-open .nav { color: #fff; background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
html.is-open .nav::before { opacity: 0; }
.menu__list { display: grid; gap: clamp(4px, 1.2vh, 12px); }
.menu__list a { display: flex; align-items: baseline; gap: 16px; overflow: hidden; font-size: clamp(2.1rem, 9vw, 3.4rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.18; }
.menu__list a > span { display: block; transform: translateY(110%); transition: transform 0.65s var(--expo); }
.menu__list i { font-style: normal; font-size: 0.85rem; font-weight: 800; color: var(--gold); letter-spacing: 0.1em; }
.menu.is-open .menu__list a > span { transform: translateY(0); }
.menu.is-open li:nth-child(1) a > span { transition-delay: 0.08s; }
.menu.is-open li:nth-child(2) a > span { transition-delay: 0.14s; }
.menu.is-open li:nth-child(3) a > span { transition-delay: 0.2s; }
.menu.is-open li:nth-child(4) a > span { transition-delay: 0.26s; }
.menu.is-open li:nth-child(5) a > span { transition-delay: 0.32s; }
.menu__foot { margin-top: clamp(28px, 5vh, 56px); padding-top: 24px; border-top: 3px solid var(--gold); display: grid; gap: 16px; opacity: 0; transition: opacity 0.45s 0.3s; }
.menu.is-open .menu__foot { opacity: 1; }
.menu__foot a[href^="tel"] { font-size: clamp(1.6rem, 6.5vw, 2.1rem); font-weight: 800; letter-spacing: -0.02em; color: var(--gold); }
.menu__mail { font-size: 1.05rem; font-weight: 700; color: var(--on-dark-mut); word-break: break-word; }

/* ---------------------------------------------------------------- hero    */
.hero {
  position: relative;
  min-height: 640px;
  min-height: max(640px, 100svh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--navy-deep);
}
.hero__media { position: absolute; inset: -12% 0; z-index: 0; }
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 58% 66%;
  transform: translate3d(0, var(--py, 0px), 0);
  will-change: transform;
}
.hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 21, 41, 0.72) 0%, rgba(10, 21, 41, 0.4) 34%, rgba(10, 21, 41, 0.78) 72%, rgba(10, 21, 41, 0.95) 100%),
    linear-gradient(90deg, rgba(10, 21, 41, 0.8), rgba(10, 21, 41, 0.05) 68%);
}
.hero__in { position: relative; z-index: 3; width: 100%; padding-block: clamp(36px, 8vh, 90px) clamp(24px, 4vh, 44px); }
.hero__tag {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: clamp(18px, 3vh, 32px);
  padding: 10px 18px;
  background: var(--gold);
  color: var(--navy);
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}
h1 { max-width: 15ch; font-size: var(--fs-display); font-weight: 800; letter-spacing: -0.042em; line-height: 0.99; color: #fff; }
.mask { display: block; overflow: hidden; padding-bottom: 0.05em; }
.mask > span { display: block; transform: translateY(105%); transition: transform 0.95s var(--expo); }
.is-ready .mask > span { transform: translateY(0); }
.is-ready .mask:nth-of-type(2) > span { transition-delay: 0.1s; }
.hero__sub { max-width: 44ch; margin-top: clamp(20px, 3vh, 34px); font-size: var(--fs-lead); line-height: 1.55; color: rgba(255, 255, 255, 0.88); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(24px, 3.6vh, 42px); }
.hero__tag, .hero__sub, .hero__cta, .hero__strip { opacity: 0; transform: translateY(20px); transition: opacity 0.8s var(--ease), transform 0.85s var(--expo); }
.is-ready .hero__tag { opacity: 1; transform: none; transition-delay: 0.05s; }
.is-ready .hero__sub { opacity: 1; transform: none; transition-delay: 0.38s; }
.is-ready .hero__cta { opacity: 1; transform: none; transition-delay: 0.48s; }
.is-ready .hero__strip { opacity: 1; transform: none; transition-delay: 0.58s; }

.hero__strip { position: relative; z-index: 3; background: rgba(10, 21, 41, 0.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-top: 3px solid var(--gold); }
.hero__strip ul { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero__strip li { display: flex; align-items: center; gap: 14px; padding: 20px 0; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em; }
.hero__strip li + li { padding-left: clamp(14px, 2vw, 30px); border-left: 1px solid rgba(255, 255, 255, 0.16); }
.hero__strip .ico { --ico: 30px; color: var(--gold); flex: 0 0 auto; }

/* ---------------------------------------------------------------- section head */
.s-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--col-gap); align-items: end; margin-bottom: clamp(40px, 5vw, 78px); }
.s-head__t { grid-column: 1 / span 7; }
.s-head__x { grid-column: 9 / span 4; padding-bottom: 0.5em; }
.s-head h2 { max-width: 15ch; }

/* Variante mit einzeiliger Headline über die volle Breite */
.s-head--single .s-head__t { grid-column: 1 / -1; }
.s-head--single .s-head__x { grid-column: 8 / span 5; margin-top: clamp(20px, 2.2vw, 32px); padding-bottom: 0; }
.s-head--single h2 { max-width: none; }

/* ---------------------------------------------------------------- intro   */
.intro__side { grid-column: 1 / span 5; }
.intro__fig { position: relative; }
.intro__fig img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.intro__fig::after { content: ""; position: absolute; inset: auto auto -18px -18px; width: 46%; height: 96px; border-left: 6px solid var(--gold); border-bottom: 6px solid var(--gold); }
.intro__body { grid-column: 7 / span 6; }
.intro__body h2 { max-width: 14ch; }
.intro__body p { max-width: 62ch; margin-top: clamp(16px, 1.8vw, 24px); }
.intro__body .lead { max-width: 58ch; margin-top: clamp(20px, 2.4vw, 32px); }
.intro__quote {
  max-width: 54ch;
  margin-top: clamp(26px, 3vw, 40px) !important;
  padding: clamp(20px, 2.2vw, 30px) clamp(22px, 2.4vw, 34px);
  background: #fff;
  border-left: 5px solid var(--gold);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  font-weight: 700;
  line-height: 1.55;
  color: var(--navy);
}
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: clamp(32px, 4vw, 56px); background: var(--line); border: 2px solid var(--navy); }
.facts--stack { grid-template-columns: 1fr; margin-top: clamp(28px, 3vw, 42px); }
.facts div { background: var(--warm); padding: 20px 18px; }
.facts dt { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.facts dd { margin: 6px 0 0; font-size: clamp(1.05rem, 1.4vw, 1.3rem); font-weight: 800; letter-spacing: -0.02em; color: var(--navy); line-height: 1.2; }

/* ---------------------------------------------------------------- services */
.svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); }
.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--navy);
  overflow: hidden;
  transition: background-color 0.45s var(--ease), transform 0.45s var(--expo), box-shadow 0.45s var(--ease);
}
.svc-card:hover { background: var(--navy); transform: translateY(-6px); box-shadow: 0 30px 50px -34px rgba(15, 30, 58, 0.8); }
.svc-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--line); }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--expo); }
.svc-card:hover .svc-card__media img { transform: scale(1.06); }
.svc-card__no {
  position: absolute; top: 0; right: 0; z-index: 2;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.svc-card__ico {
  position: absolute; left: clamp(18px, 2vw, 28px); top: 0; z-index: 2;
  display: grid; place-items: center;
  width: clamp(82px, 8vw, 108px);
  height: clamp(82px, 8vw, 108px);
  background: var(--navy);
  color: var(--gold);
  transform: translateY(-62%);
  transition: background-color 0.45s var(--ease), color 0.45s var(--ease);
}
.svc-card:hover .svc-card__ico { background: var(--gold); color: var(--navy); }
.svc-card__body { position: relative; padding: clamp(46px, 4.4vw, 62px) clamp(20px, 2.4vw, 34px) clamp(24px, 2.6vw, 36px); flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { transition: color 0.45s var(--ease); }
.svc-card p { margin-top: 14px; color: var(--txt-mut); transition: color 0.45s var(--ease); }
.svc-card:hover h3 { color: #fff; }
.svc-card:hover p { color: var(--on-dark-mut); }
.svc-card__more {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: auto; padding-top: 24px;
  font-size: var(--fs-label); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--navy);
  transition: color 0.45s var(--ease), gap 0.4s var(--expo);
}
.svc-card:hover .svc-card__more { color: var(--gold); gap: 20px; }

/* ---------------------------------------------------------------- steps   */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 32px); position: relative; }
.step { position: relative; padding-top: 34px; border-top: 4px solid rgba(255, 255, 255, 0.16); }
.step::before { content: ""; position: absolute; top: -4px; left: 0; width: 100%; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.9s var(--expo) var(--sd, 0s); }
.step.is-in::before { transform: scaleX(1); }
.step__ico { display: grid; place-items: center; width: clamp(80px, 7.6vw, 104px); height: clamp(80px, 7.6vw, 104px); background: var(--navy-soft); color: var(--gold); margin-bottom: 24px; transition: background-color 0.4s, color 0.4s; }
.step:hover .step__ico { background: var(--gold); color: var(--navy); }
.step b { display: block; margin-bottom: 10px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; color: var(--gold); font-variant-numeric: tabular-nums; }
.step h3 { font-size: clamp(1.15rem, 1.5vw, 1.5rem); margin-bottom: 12px; }
.step p { color: var(--on-dark-mut); font-size: 1rem; }

/* ---------------------------------------------------------------- works   */
.works { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(24px, 3vw, 52px) var(--col-gap); }
.work { position: relative; }
.work__fig { position: relative; overflow: hidden; background: var(--line); border: 2px solid var(--navy); }
.work__fig img { position: absolute; top: -6%; left: 0; width: 100%; height: 112%; object-fit: cover; transform: translate3d(0, var(--py, 0px), 0) scale(1.001); transition: transform 1s var(--expo); }
.work:hover .work__fig img { transform: translate3d(0, var(--py, 0px), 0) scale(1.05); }
.work__fig::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 30, 58, 0) 45%, rgba(15, 30, 58, 0.75)); opacity: 0; transition: opacity 0.6s var(--ease); }
.work:hover .work__fig::after { opacity: 1; }
.work__chip {
  position: absolute; top: 0; left: 0; z-index: 2;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}
.work__meta { position: absolute; left: clamp(16px, 2vw, 26px); bottom: clamp(16px, 2vw, 26px); z-index: 2; color: #fff; font-size: clamp(1.1rem, 1.5vw, 1.55rem); font-weight: 800; letter-spacing: -0.02em; opacity: 0; transform: translateY(12px); transition: opacity 0.5s var(--ease), transform 0.6s var(--expo); }
.work:hover .work__meta { opacity: 1; transform: none; }
.work__cap { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-top: 14px; font-size: var(--fs-label); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.work__cap b { font-weight: 800; color: var(--navy); }
.work__cap span { color: var(--txt-mut); }
.w-a { grid-column: 1 / span 5; }
.w-b { grid-column: 6 / span 7; align-self: end; }
.w-c { grid-column: 1 / span 7; }
.w-d { grid-column: 8 / span 5; margin-top: clamp(0px, 4vw, 76px); }
.w-e { grid-column: 1 / span 12; }
.w-f { grid-column: 1 / span 7; }
.works__cta { grid-column: 8 / span 5; align-self: center; padding: clamp(28px, 3vw, 46px); background: var(--navy); color: #fff; }
.works__cta h3 { color: #fff; max-width: 13ch; margin-bottom: 14px; }
.works__cta p { color: var(--on-dark-mut); margin-bottom: 28px; }

/* ---------------------------------------------------------------- why     */
.why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: rgba(255, 255, 255, 0.14); border: 2px solid rgba(255, 255, 255, 0.14); }
.why__item { background: var(--navy); padding: clamp(26px, 2.8vw, 44px) clamp(22px, 2.2vw, 34px); transition: background-color 0.4s var(--ease); }
.why__item:hover { background: var(--navy-soft); }
.why__item .ico { color: var(--gold); margin-bottom: 26px; }
.why__item h3 { font-size: clamp(1.05rem, 1.35vw, 1.35rem); margin-bottom: 10px; }
.why__item p { color: var(--on-dark-mut); font-size: 1rem; }

/* ---------------------------------------------------------------- cta     */
.cta { background: var(--gold); color: var(--navy); }
.cta h2 { color: var(--navy); max-width: 18ch; }
.cta .eyebrow { background: var(--navy); color: #fff; }
.cta__in { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--col-gap); align-items: center; }
.cta__t { grid-column: 1 / span 7; }
.cta__t p { margin-top: 20px; max-width: 50ch; color: rgba(15, 30, 58, 0.78); font-size: var(--fs-lead); }
.cta__x { grid-column: 9 / span 4; display: grid; gap: 18px; justify-items: start; }
.cta__tel { display: grid; gap: 4px; font-size: clamp(1.7rem, 2.6vw, 2.5rem); font-weight: 800; letter-spacing: -0.03em; color: var(--navy); }
.cta__tel small { font-size: var(--fs-label); font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(15, 30, 58, 0.65); }

/* ---------------------------------------------------------------- contact */
.contact__aside { grid-column: 1 / span 4; }
.contact__form { grid-column: 6 / span 7; background: #fff; border: 2px solid var(--navy); padding: clamp(24px, 3vw, 48px); }
.block { display: flex; gap: 18px; }
.block + .block { margin-top: 26px; padding-top: 26px; border-top: 2px solid var(--line); }
.block .ico { --ico: 34px; color: var(--gold); flex: 0 0 auto; margin-top: 3px; }
.block h3 { margin-bottom: 8px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--txt-mut); }
.addr { font-style: normal; line-height: 1.75; }
.addr strong { display: block; font-weight: 800; color: var(--navy); }
.block a[href^="tel"] { font-size: clamp(1.4rem, 2vw, 1.85rem); font-weight: 800; letter-spacing: -0.02em; color: var(--navy); }
.block__mail { font-size: clamp(1.05rem, 1.4vw, 1.3rem); font-weight: 700; color: var(--navy); word-break: break-word; border-bottom: 2px solid rgba(200, 161, 74, 0.55); transition: border-color 0.3s, color 0.3s; }
.block__mail:hover { color: var(--gold); border-color: var(--gold); }

form .f-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 28px) var(--col-gap); }
.f { position: relative; }
.f--full { grid-column: 1 / -1; }
.f label { position: absolute; left: 14px; top: 17px; font-size: 0.95rem; color: var(--txt-mut); pointer-events: none; transform-origin: left top; transition: transform 0.35s var(--expo), color 0.3s; }
.f input, .f select, .f textarea {
  width: 100%;
  padding: 22px 14px 10px;
  background: var(--off);
  border: 2px solid var(--line);
  border-radius: 0;
  outline: none;
  transition: border-color 0.35s var(--ease), background-color 0.35s;
}
.f textarea { min-height: 120px; resize: vertical; line-height: 1.55; }
.f select { appearance: none; cursor: pointer; }
.f--sel::after { content: ""; position: absolute; right: 18px; top: 26px; width: 8px; height: 8px; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg); pointer-events: none; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--gold); background: #fff; }
.f input:focus + label, .f select:focus + label, .f textarea:focus + label,
.f input:not(:placeholder-shown) + label, .f textarea:not(:placeholder-shown) + label, .f select.has-val + label {
  transform: translateY(-11px) scale(0.7);
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.f.is-bad input, .f.is-bad select, .f.is-bad textarea { border-color: #b1442f; }
.f__err { display: none; margin-top: 6px; font-size: 0.78rem; font-weight: 700; color: #b1442f; }
.f.is-bad .f__err { display: block; }
.hp { position: absolute; left: -9999px; opacity: 0; }

.check { position: relative; grid-column: 1 / -1; display: flex; gap: 14px; align-items: flex-start; font-size: 0.88rem; line-height: 1.55; color: var(--txt-mut); cursor: pointer; }
.check input { position: absolute; left: 0; top: 1px; width: 22px; height: 22px; margin: 0; opacity: 0; cursor: pointer; }
.check i { position: relative; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 1px; border: 2px solid var(--line); background: var(--off); transition: border-color 0.3s, background-color 0.3s; }
.check i::after { content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border-right: 2.5px solid var(--navy); border-bottom: 2.5px solid var(--navy); transform: rotate(45deg) scale(0); transition: transform 0.3s var(--expo); }
.check input:checked + i { background: var(--gold); border-color: var(--gold); }
.check input:checked + i::after { transform: rotate(45deg) scale(1); }
.check input:focus-visible + i { outline: 3px solid var(--gold); outline-offset: 3px; }
.check.is-bad i { border-color: #b1442f; }
.check a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.f-foot { grid-column: 1 / -1; margin-top: 4px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
.f-note { font-size: 0.78rem; font-weight: 700; color: var(--txt-mut); }
.f-msg { grid-column: 1 / -1; display: none; padding: 16px 20px; font-size: 0.92rem; font-weight: 600; }
.f-msg.is-on { display: block; }
.f-msg--ok { background: rgba(200, 161, 74, 0.2); border-left: 4px solid var(--gold); color: var(--navy); }
.f-msg--err { background: rgba(177, 68, 47, 0.1); border-left: 4px solid #b1442f; }

/* ---------------------------------------------------------------- footer  */
.foot { position: relative; background: var(--navy); color: var(--on-dark); overflow: hidden; border-top: 5px solid var(--gold); }
.foot__top { padding-block: clamp(52px, 6vw, 96px) clamp(24px, 3vw, 40px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(28px, 3.4vw, 44px) var(--col-gap); }
.foot__brand { grid-column: 1 / span 4; }
.foot__col:nth-of-type(2) { grid-column: 6 / span 3; }
.foot__col:nth-of-type(3) { grid-column: 9 / span 2; }
.foot__col:nth-of-type(4) { grid-column: 11 / span 2; }
.foot h4 { margin: 0 0 18px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.foot a { color: var(--on-dark-mut); transition: color 0.3s; }
.foot a:hover { color: #fff; }
.foot address { font-style: normal; color: var(--on-dark-mut); line-height: 1.8; font-size: 0.95rem; }

/* Leistungen unter dem Logo – je Zeile ein Punkt mit Icon */
.foot__svc { margin-top: clamp(22px, 2.4vw, 32px); display: grid; gap: 14px; }
.foot__svc li { display: flex; align-items: center; gap: 15px; font-size: 1rem; font-weight: 700; color: var(--on-dark); letter-spacing: -0.01em; }
.foot__svc .ico { --ico: 30px; color: var(--gold); flex: 0 0 auto; }

/* Kontaktblock mit Icons */
.foot__contact { display: grid; gap: 18px; }
.foot__contact li { display: flex; align-items: flex-start; gap: 14px; }
.foot__contact .ico { --ico: 24px; color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.foot__tel { display: inline-block; font-size: 1.35rem; font-weight: 800; color: var(--gold) !important; letter-spacing: -0.01em; line-height: 1.2; }
.foot__mail { display: inline-block; font-size: 0.98rem; font-weight: 700; line-height: 1.4; word-break: break-word; }
.foot__mail:hover { color: var(--gold) !important; }

/* Navigations- und Rechtslinks mit Pfeil */
.foot__nav { display: grid; gap: 11px; }
.foot__nav a { display: inline-flex; align-items: center; gap: 11px; }
.foot__chev { --ico: 11px; stroke-width: 5; color: var(--gold); flex: 0 0 auto; transition: transform 0.4s var(--expo); }
.foot__nav a:hover .foot__chev { transform: translateX(4px); }

/* Signatur-Band: Maßlinie mit Claim – ersetzt die alte Wortmarke */
.foot__sign {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
  margin-top: clamp(24px, 3vw, 46px);
  margin-bottom: clamp(10px, 1.6vw, 22px);
}
.foot__sign-rule {
  flex: 1 1 0;
  min-width: 0;
  height: 16px;
  background-image:
    linear-gradient(90deg, rgba(200, 161, 74, 0.55) 1px, transparent 1px),
    linear-gradient(0deg, rgba(200, 161, 74, 0.55), rgba(200, 161, 74, 0.55));
  background-size: 22px 16px, 100% 1px;
  background-position: 0 0, 0 50%;
  background-repeat: repeat-x, no-repeat;
}
.foot__sign-rule:first-child {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 26%);
  mask-image: linear-gradient(90deg, transparent, #000 26%);
}
.foot__sign-rule:last-child {
  -webkit-mask-image: linear-gradient(270deg, transparent, #000 26%);
  mask-image: linear-gradient(270deg, transparent, #000 26%);
}
.foot__sign-txt {
  flex: 0 0 auto;
  max-width: 100%;
  font-size: clamp(0.78rem, 1.05vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
  text-align: center;
  color: var(--gold);
}
.foot__bar { padding-block: 24px; border-top: 2px solid rgba(255, 255, 255, 0.14); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; font-size: var(--fs-label); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-dark-mut); }
.foot__bar ul { display: flex; gap: 24px; }
.foot__bar li + li { margin: 0; }

/* ---------------------------------------------------------------- legal   */
.legal { position: fixed; inset: 0; z-index: 100; display: grid; justify-items: end; visibility: hidden; }
.legal[hidden] { display: none; }
.legal.is-open { visibility: visible; }
.legal__bg { position: absolute; inset: 0; background: rgba(10, 21, 41, 0.6); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity 0.45s var(--ease); }
.legal.is-open .legal__bg { opacity: 1; }
.legal__panel { position: relative; width: min(760px, 100%); height: 100%; overflow-y: auto; overscroll-behavior: contain; background: var(--warm); border-left: 5px solid var(--gold); padding: clamp(58px, 7vw, 88px) clamp(22px, 4.5vw, 70px) clamp(44px, 5vw, 72px); transform: translateX(100%); transition: transform 0.65s var(--expo); }
.legal.is-open .legal__panel { transform: none; }
.legal__close { position: absolute; top: clamp(16px, 2.4vw, 26px); right: clamp(16px, 2.4vw, 26px); width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--navy); transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.legal__close:hover { background: var(--navy); color: #fff; }
.legal h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); margin-bottom: 8px; }
.legal h3 { margin: 34px 0 10px; font-size: 1.05rem; font-weight: 800; }
.legal p, .legal li { font-size: 0.95rem; line-height: 1.75; color: var(--txt-mut); }
.legal p + p { margin-top: 12px; }
.legal ul { margin-top: 8px; padding-left: 18px; list-style: disc; }
.legal .todo { display: inline-block; padding: 2px 9px; background: var(--gold); color: var(--navy); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.05em; }
.legal address { font-style: normal; line-height: 1.85; color: var(--txt-mut); font-size: 0.95rem; }

/* ---------------------------------------------------------------- reveal  */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.85s var(--ease), transform 0.95s var(--expo); transition-delay: var(--d, 0s); }
[data-reveal].is-in { opacity: 1; transform: none; }


/* ---------------------------------------------------------- Hilfsklassen */
/* Ersetzen frühere Inline-Styles – so greift auch eine strenge
   Content-Security-Policy nicht ins Layout ein. */
.ar-4-5  { aspect-ratio: 4 / 5; }
.ar-3-2  { aspect-ratio: 3 / 2; }
.ar-4-3  { aspect-ratio: 4 / 3; }
.ar-12-5 { aspect-ratio: 12 / 5; }

.d-05 { --d: 0.05s; }
.d-06 { --d: 0.06s; }
.d-08 { --d: 0.08s; }
.d-10 { --d: 0.10s; }
.d-12 { --d: 0.12s; }
.d-14 { --d: 0.14s; }
.d-16 { --d: 0.16s; }
.d-18 { --d: 0.18s; }
.d-20 { --d: 0.20s; }

.sd-05 { --sd: 0.05s; }
.sd-14 { --sd: 0.14s; }
.sd-23 { --sd: 0.23s; }
.sd-32 { --sd: 0.32s; }

.m-0 { margin: 0 !important; }
.legal__hint { margin-top: 32px; font-size: 0.82rem; }

/* ---------------------------------------------------------------- responsive */
@media (max-width: 1240px) {
  .nav__tel { display: none; }
  .s-head__t { grid-column: 1 / span 8; }
  .s-head__x { grid-column: 9 / span 4; }
}
@media (max-width: 1080px) {
  .intro__side { grid-column: 1 / span 5; }
  .intro__body { grid-column: 7 / span 6; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px var(--col-gap); }
  .why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact__aside { grid-column: 1 / span 5; }
  .contact__form { grid-column: 6 / span 7; }
  .cta__t { grid-column: 1 / span 12; }
  .cta__x { grid-column: 1 / span 12; margin-top: 30px; }
  .foot__brand { grid-column: 1 / span 6; }
  .foot__col:nth-of-type(2) { grid-column: 1 / span 4; }
  .foot__col:nth-of-type(3) { grid-column: 5 / span 4; }
  .foot__col:nth-of-type(4) { grid-column: 9 / span 4; }
}
@media (max-width: 900px) {
  :root { --nav-h: 70px; }
  .nav__links, .nav__cta { display: none; }
  .burger { display: block; }
  .hero__strip ul { grid-template-columns: repeat(2, 1fr); }
  .hero__strip li { padding: 14px 0; font-size: 0.82rem; }
  .hero__strip li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hero__strip li:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .hero__strip .ico { --ico: 26px; }

  .s-head { display: block; }
  .s-head__x { margin-top: 18px; }
  .s-head h2 { max-width: 18ch; }
  .s-head--single h2 { max-width: none; }
  .s-head--single .s-head__x { margin-top: 18px; }

  .intro__side, .intro__body { grid-column: 1 / -1; }
  .intro__side { margin-bottom: 46px; }
  .intro__fig img { aspect-ratio: 3 / 2; }
  .facts { grid-template-columns: 1fr; }

  .svc-grid { grid-template-columns: 1fr; }
  .works { gap: 34px var(--col-gap); }
  .w-a, .w-b, .w-c, .w-d, .w-e, .w-f, .works__cta { grid-column: 1 / -1; margin-top: 0; }

  .contact__aside, .contact__form { grid-column: 1 / -1; }
  .contact__form { margin-top: 44px; }
  form .f-grid { grid-template-columns: 1fr; }

  .foot__brand, .foot__col:nth-of-type(2), .foot__col:nth-of-type(3), .foot__col:nth-of-type(4) { grid-column: 1 / -1; }
  .foot__svc .ico { --ico: 26px; }
  .foot__sign { margin-top: clamp(28px, 6vw, 44px); }
  .foot__bar { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .hero { min-height: max(600px, 100svh); }
  .hero__media { inset: 0; }
  .hero__media img { object-position: 46% 62%; }
  .hero__veil { background: linear-gradient(186deg, rgba(10, 21, 41, 0.84) 0%, rgba(10, 21, 41, 0.56) 32%, rgba(10, 21, 41, 0.86) 70%, rgba(10, 21, 41, 0.96) 100%); }
  .hero__cta { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .steps, .why { grid-template-columns: 1fr; }
  .f-foot { flex-direction: column; align-items: stretch; }
  .cta__x { justify-items: stretch; }
  .foot__sign { gap: 14px; }
  .foot__sign-rule { display: none; }
  .foot__sign-txt { flex: 1 1 auto; text-align: left; letter-spacing: 0.16em; }
}
@media (hover: none) {
  .work:hover .work__meta { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  [data-reveal], .mask > span, .hero__sub, .hero__cta, .hero__tag, .hero__strip { opacity: 1 !important; transform: none !important; }
  .step::before { transform: scaleX(1) !important; }
  .hero__media { inset: 0; }
}
@media print {
  .nav, .menu, .legal, .hero__strip { display: none !important; }
  body { background: #fff; color: #000; }
}
