:root {
  --pink: #ed1651;
  --pink-dark: #b31443;
  --coral: #eb7661;
  --ink: #252525;
  --muted: #696969;
  --paper: #fff;
  --mist: #f4f4f2;
  --line: #deded9;
  --container: 1120px;
  --shadow: 0 22px 55px rgba(20, 20, 20, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Open Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: #fff; color: #111; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.hero { position: relative; min-height: 700px; color: #fff; display: grid; align-items: center; background: url("assets/hero.jpg") center 58% / cover no-repeat; overflow: hidden; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 17, 17, .82) 0%, rgba(7, 12, 12, .61) 41%, rgba(4, 8, 8, .12) 72%), linear-gradient(0deg, rgba(0,0,0,.25), transparent 40%); }
.nav { position: absolute; z-index: 3; top: 0; left: 50%; transform: translateX(-50%); min-height: 100px; display: flex; align-items: center; gap: 38px; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { width: 225px; margin-right: auto; }
.brand img { width: 100%; }
.nav__links { display: flex; gap: 28px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav__links a, .nav__call { transition: color .25s; }
.nav__links a:hover, .nav__call:hover { color: #ff628d; }
.nav__call { font-size: 14px; font-weight: 700; white-space: nowrap; }
.hero__content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--pink); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #fff; opacity: .8; }
.hero h1 { max-width: 590px; margin: 0; font-family: Montserrat, "Arial Black", sans-serif; font-size: clamp(34px, 3.1vw, 42px); line-height: 1.05; letter-spacing: -.025em; text-transform: uppercase; }
.hero__text { max-width: 610px; margin: 26px 0 32px; color: rgba(255,255,255,.93); font-size: 16px; line-height: 1.7; }
.hero__actions, .contact__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--pink); background: var(--pink); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); background: var(--pink-dark); border-color: var(--pink-dark); }
.text-link { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--pink); transition: transform .25s; }
.text-link:hover span { transform: translateY(4px); }
.scroll-hint { position: absolute; z-index: 2; left: 50%; bottom: 24px; width: 24px; height: 40px; border: 1px solid rgba(255,255,255,.45); border-radius: 15px; }
.scroll-hint span { position: absolute; top: 8px; left: 10px; width: 3px; height: 7px; border-radius: 2px; background: #fff; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 80% { opacity: 0; } 100% { transform: translateY(15px); opacity: 0; } }

.intro { text-align: center; }
.intro__inner { max-width: 900px; }
.intro h2, .section-heading h2, .projects h2, .contact h2 { margin: 0; font-family: Montserrat, "Arial Black", sans-serif; font-size: clamp(32px, 4vw, 50px); line-height: 1.1; letter-spacing: -.035em; }
.intro__lead { max-width: 860px; margin: 24px auto 0; color: var(--muted); font-size: 18px; }
.statement { padding: 50px 0; color: #fff; background: var(--pink); text-align: center; }
.statement p { max-width: 980px; margin: 0 auto; font-size: 18px; line-height: 1.7; text-transform: uppercase; }

.services { background: var(--mist); }
.section-heading { margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; padding: 36px 30px 34px; background: #fff; border-top: 3px solid transparent; transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-7px); border-color: var(--pink); box-shadow: var(--shadow); }
.service-card__number { position: absolute; top: 20px; right: 24px; color: #ececea; font-family: Montserrat, sans-serif; font-size: 42px; font-weight: 900; line-height: 1; }
.service-card__icon { width: 47px; height: 47px; margin-bottom: 26px; fill: none; stroke: var(--pink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; margin: 0 0 18px; font-size: 20px; line-height: 1.25; }
.service-card ul { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 15px; }
.service-card li { position: relative; padding: 4px 0 4px 18px; }
.service-card li::before { content: ""; position: absolute; top: 13px; left: 0; width: 7px; height: 7px; border: 2px solid var(--pink); border-radius: 50%; }

.projects { overflow: hidden; }
.projects__heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.projects__heading > p { width: min(100%, 460px); margin: 0; color: var(--muted); }
.gallery { display: grid; grid-auto-flow: dense; grid-auto-rows: 190px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery__item { position: relative; margin: 0; padding: 0; border: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1), filter .35s; }
.gallery__item::after { content: "+"; position: absolute; display: grid; place-items: center; inset: auto 14px 14px auto; width: 38px; height: 38px; color: #fff; background: var(--pink); font-size: 24px; line-height: 1; opacity: 0; transform: scale(.8); transition: opacity .3s, transform .3s; }
.gallery__item:hover img { transform: scale(1.055); filter: brightness(.82); }
.gallery__item:hover::after { opacity: 1; transform: scale(1); }

.contact__top { padding: 92px 0; color: #fff; background: #242424; }
.contact__intro { max-width: var(--container); }
.contact__intro h2 { max-width: 600px; }
.contact__intro > p:not(.section-kicker) { max-width: 650px; color: rgba(255,255,255,.78); }
.contact__actions { margin-top: 30px; }
.button--outline { background: transparent; border-color: rgba(255,255,255,.45); }
.button--outline:hover { border-color: var(--pink); background: var(--pink); }
.contact-cards { padding: 58px 0; background: #f1f1f1; }
.contact-cards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.contact-card { display: flex; align-items: flex-start; gap: 22px; }
.contact-card img { width: 54px; height: 60px; object-fit: contain; }
.contact-card h3 { margin: 0; color: var(--pink); font-size: 21px; line-height: 1.25; }
.contact-card p { margin: 3px 0 0; color: #737373; line-height: 1.35; }
.contact-card a:hover { color: var(--pink); }
.footer-main { padding: 58px 0; color: #fff; background: #252525; }
.footer-main__grid { display: grid; grid-template-columns: 1fr .9fr 1.6fr; gap: 55px; align-items: center; }
.footer-brand img { width: 215px; }
.footer-brand p { margin: 12px 0 0; color: rgba(255,255,255,.75); }
.footer-main address { font-style: normal; color: rgba(255,255,255,.82); }
.footer-main address strong { color: #fff; }
.footer-main address a { border-bottom: 1px solid var(--pink); }
.map-wrap { height: 190px; overflow: hidden; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.15); }
.footer-bottom { padding: 21px 0; color: #fff; background: var(--pink); font-size: 14px; font-weight: 700; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { margin: 0; }

.lightbox { width: min(96vw, 1150px); height: min(92vh, 850px); padding: 42px 70px; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(10,10,10,.94); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox__close, .lightbox__nav { position: absolute; z-index: 2; border: 0; color: #fff; background: transparent; cursor: pointer; }
.lightbox__close { top: 0; right: 6px; font-size: 40px; }
.lightbox__nav { top: 50%; font-size: 54px; transform: translateY(-50%); }
.lightbox__nav--prev { left: 5px; }
.lightbox__nav--next { right: 5px; }
.lightbox__count { position: absolute; right: 70px; bottom: 0; margin: 0; color: #fff; font-size: 13px; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease-out var(--reveal-delay, 0ms), transform .65s cubic-bezier(.22, .65, .3, 1) var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 60px 1fr; column-gap: 20px; }
  .service-card__icon { grid-row: 1 / 3; }
  .service-card h3, .service-card ul { grid-column: 2; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .projects__heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .contact-cards__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-main__grid { grid-template-columns: 1fr 1fr; }
  .map-wrap { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .hero { min-height: 760px; background-position: 61% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(7,12,12,.9), rgba(7,12,12,.57)); }
  .nav { min-height: 82px; gap: 16px; }
  .brand { width: 160px; }
  .nav__call { font-size: 0; }
  .nav__call::after { content: "Anrufen"; font-size: 12px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.5); }
  .hero__content { padding-top: 82px; }
  .hero h1 { font-size: clamp(32px, 8.4vw, 36px); }
  .hero__text { font-size: 15px; line-height: 1.55; }
  .hero__actions { gap: 17px; align-items: flex-start; flex-direction: column; }
  .scroll-hint { display: none; }
  .intro h2, .section-heading h2, .projects h2, .contact h2 { font-size: 34px; }
  .statement { padding: 38px 0; }
  .statement p { font-size: 15px; }
  .service-card { display: block; padding: 30px 24px; }
  .gallery { grid-auto-rows: 145px; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery__item--wide { grid-column: span 2; }
  .contact__top { padding: 72px 0; }
  .footer-main__grid { grid-template-columns: 1fr; gap: 38px; }
  .map-wrap { grid-column: auto; }
  .footer-bottom .container { gap: 18px; align-items: flex-start; flex-direction: column; }
  .lightbox { width: 100vw; height: 88vh; padding: 45px 42px; }
  .lightbox__count { right: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
