:root {
  --ink: #111827;
  --text: #344154;
  --muted: #667284;
  --line: #d7e0e8;
  --blue: #2f5f8f;
  --blue-dark: #244f79;
  --blue-deep: #214d76;
  --blue-pale: #eef4f8;
  --paper: #ffffff;
  --max: 1180px;
}

* { 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(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
figure { margin: 0; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 1000;
  transform: translateY(-200%);
  background: var(--ink); color: #fff; padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17,24,39,.07);
}
.nav-wrap {
  min-height: 92px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.brand {
  display: flex; flex-direction: column; text-decoration: none; line-height: 1.15;
}
.brand-name {
  font-size: 1.48rem; font-weight: 780; color: var(--blue-dark); letter-spacing: -.025em;
}
.brand-role {
  margin-top: 7px; font-size: .76rem; color: var(--muted);
  letter-spacing: .055em; text-transform: uppercase;
}
nav { display: flex; gap: 30px; }
nav a { color: #33465d; text-decoration: none; font-size: .95rem; }
nav a:hover, nav a:focus-visible { color: var(--blue); }

.eyebrow {
  margin: 0 0 10px; color: var(--blue); font-size: .92rem;
  font-weight: 760; letter-spacing: .075em; text-transform: uppercase;
}
h1,h2,h3 { margin-top: 0; line-height: 1.16; letter-spacing: -.02em; }
h1 {
  margin-bottom: 18px; font-size: clamp(2.4rem, 4.2vw, 3.55rem);
  font-weight: 760; color: var(--blue-dark);
}
h2 {
  margin-bottom: 18px; font-size: clamp(1.8rem, 2.7vw, 2.35rem);
  font-weight: 750; color: var(--blue-dark);
}
h3 {
  margin-bottom: 10px; font-size: 1.35rem; font-weight: 720; color: var(--blue-dark);
}

.hero { padding: 54px 0 0; }
.hero-intro { max-width: 900px; text-align: center; }
.hero-intro .lead {
  max-width: 760px; margin: 0 auto 40px; color: var(--text); font-size: 1.09rem;
}
.hero-image {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
  background: #e9eef2;
}
.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.showreel-section {
  background: var(--blue-pale);
  padding: 72px 0 78px;
  border-top: 1px solid #e3ebf1;
  border-bottom: 1px solid #e3ebf1;
}
.showreel-grid {
  display: grid;
  grid-template-columns: minmax(220px,.52fr) minmax(0,1.48fr);
  gap: clamp(42px,7vw,86px);
  align-items: center;
}
.showreel-copy p:last-child { margin: 0; color: var(--text); }
.video-shell {
  position: relative; width: 100%; aspect-ratio: 16/9;
  overflow: hidden; background: #dde6ed;
  box-shadow: 0 12px 32px rgba(30,60,90,.10);
}
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.video-fallback { margin: 10px 0 0; font-size: .82rem; color: var(--muted); }
.video-fallback a { color: var(--blue-dark); font-weight: 650; }

.offer { padding: 92px 0 98px; }
.offer-head { text-align: center; max-width: 900px; }
.offer-head > p:last-child { max-width: 830px; margin: 0 auto; color: var(--text); }
.service-grid {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 28px; margin-top: 54px;
}
.service-card {
  border: 1px solid #cbd8e3; padding: 32px 34px 34px;
  text-align: center; background: #fff;
}
.service-number {
  display: block; margin-bottom: 14px; color: var(--blue);
  font-size: .78rem; font-weight: 800; letter-spacing: .11em;
}
.service-card p { margin: 0; color: var(--text); }

.about {
  background: var(--blue-pale);
  padding: 92px 0;
  border-top: 1px solid #e3ebf1;
  border-bottom: 1px solid #e3ebf1;
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(300px,.7fr);
  gap: clamp(50px,7vw,88px);
  align-items: center;
}
.about-copy h2 { max-width: 18ch; }
.body-copy { color: var(--text); font-size: 1.02rem; }
.body-copy p { margin: 0 0 1.3em; }
.body-copy p:last-child { margin-bottom: 0; }
.about-photo img {
  width: 100%; max-height: 520px; object-fit: cover; object-position: center 35%;
}

.contact { padding: 84px 0 90px; background: #fff; }
.contact-inner { max-width: 820px; text-align: center; }
.contact-inner > p:not(.eyebrow):not(.contact-note) {
  margin: 0 auto 25px; color: var(--text);
}
.button {
  display: inline-block; padding: 13px 24px; background: var(--blue-deep);
  color: #fff; text-decoration: none; font-weight: 700;
}
.button:hover { background: var(--blue-dark); }
.contact-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }

footer { background: var(--blue-deep); color: #fff; padding: 30px 0; }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.footer-name { font-size: 1.05rem; font-weight: 730; }
.footer-role {
  margin-top: 5px; color: #d4e0eb; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .08em;
}
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #e4edf4; font-size: .86rem; text-decoration: none; }

@media (max-width: 900px) {
  .nav-wrap { min-height: 80px; }
  .showreel-grid, .about-grid { grid-template-columns: 1fr; }
  .showreel-copy { max-width: 650px; }
  .about-photo { width: min(72%,560px); margin: 0 auto; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand-name { font-size: 1.22rem; }
  .brand-role { font-size: .66rem; }
  nav { display: none; }

  .hero { padding-top: 42px; }
  .hero-intro .lead { margin-bottom: 30px; }
  .hero-image {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
  background: #e9eef2;
}
.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

  .showreel-section, .offer, .about, .contact { padding: 66px 0; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-card { text-align: left; padding: 28px; }
  .about-photo { width: 100%; }

  .footer-inner { flex-direction: column; align-items: flex-start; }
}


/* Consent-gated Vimeo */
.video-consent {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dce6ee;
  box-shadow: 0 12px 32px rgba(30,60,90,.10);
}
.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: brightness(.70);
}
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, rgba(20,42,64,.08), rgba(20,42,64,.45));
}
.video-load-button {
  appearance: none;
  border: 0;
  background: #fff;
  color: var(--blue-deep);
  font: inherit;
  font-weight: 760;
  padding: 13px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.video-load-button:hover,
.video-load-button:focus-visible {
  background: #f0f5f8;
}
.play-icon {
  font-size: .9em;
}
.video-overlay p {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: .84rem;
  line-height: 1.5;
  color: #edf3f7;
}
.video-overlay a {
  color: #fff;
  font-weight: 700;
}
.video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dce6ee;
  box-shadow: 0 12px 32px rgba(30,60,90,.10);
}
.video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Legal pages */
.legal-header {
  border-bottom: 1px solid var(--line);
}
.legal-main {
  padding: 70px 0 90px;
}
.legal-wrap {
  width: min(calc(100% - 48px), 860px);
  margin: 0 auto;
}
.legal-back {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
}
.legal-main h1 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.legal-main h2 {
  margin-top: 44px;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}
.legal-main h3 {
  margin-top: 28px;
  font-size: 1.16rem;
}
.legal-main p,
.legal-main li {
  color: var(--text);
}
.legal-main a {
  color: var(--blue-dark);
}
.legal-main address {
  font-style: normal;
  color: var(--text);
}
.legal-main ul {
  padding-left: 1.25rem;
}
.legal-note {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .88rem;
}


/* V6: einzige Designänderung – dezente Bildrundung */
.hero-image,
.hero-image img,
.about-photo,
.about-photo img,
.video-consent,
.video-poster,
.video-shell {
  border-radius: 6px;
}
