:root {
  /* Markenpalette */
  --primary: #0D3B8C;
  --secondary: #030C1C;
  --paper: #DFE9FC;
  --accent: #BB1634;

  /* Semantische Farben */
  --ink: var(--secondary);
  --surface-dark: var(--secondary);
  --white: #FFFFFF;
  --muted: rgba(3, 12, 28, .68);
  --line: rgba(13, 59, 140, .18);
  --line-light: rgba(255, 255, 255, .18);
  --radius: 1.2rem;
  --max-width: 1200px;
  --hexagon: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .2s, background .2s, border-color .2s; }
button { color: inherit; font: inherit; transition: color .2s, background .2s, border-color .2s; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
address { font-style: normal; }
.container { width: min(calc(100% - 2.5rem), var(--max-width)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; scroll-margin-top: 4.5rem; }
.section-muted { background: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; transition: background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.inner-header { background: rgba(223, 233, 252, .92); box-shadow: 0 1px var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 5.25rem; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 1.15rem; font-weight: 850; letter-spacing: -.045em; }
.logo:hover { color: var(--accent); }
.navigation { display: flex; align-items: center; gap: .35rem; font-size: .86rem; font-weight: 700; }
.navigation a { padding: .62rem .85rem; border-radius: 999px; transition: color .2s, background .2s; }
.navigation a:hover { color: var(--white); background: var(--accent); }
.navigation a.is-active, .navigation a[aria-current="location"] { color: var(--white); background: var(--surface-dark); }
.navigation a.is-active:hover, .navigation a[aria-current="location"]:hover { background: var(--accent); }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; padding: .7rem; background: none; border: 0; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button:hover { color: var(--accent); }

.eyebrow { margin: 0 0 1.25rem; color: var(--primary); font-size: .75rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--white); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 770; line-height: .97; letter-spacing: -.058em; }
h1 { max-width: 850px; margin-bottom: 1.7rem; font-size: clamp(2.15rem, 5.8vw, 5.5rem); }
.hero-title-line { display: inline-block; white-space: nowrap; }
h2 { margin-bottom: 2rem; font-size: clamp(2.8rem, 5.4vw, 5.2rem); }
h1 em, h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.lead { font-size: clamp(1.18rem, 2vw, 1.55rem); line-height: 1.45; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding-top: 8rem; padding-bottom: 6rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 42rem; height: 42rem; right: -18rem; top: -17rem; background: var(--accent); -webkit-clip-path: var(--hexagon); clip-path: var(--hexagon); opacity: .58; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 24rem; height: 24rem; left: -10rem; bottom: 2rem; background: var(--accent); -webkit-clip-path: var(--hexagon); clip-path: var(--hexagon); opacity: .34; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.hero-text { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; gap: 1.5rem; font-weight: 760; }
.button-primary, .button-light { padding: .9rem 1.2rem; border-radius: 999px; transition: transform .2s, color .2s, background .2s; }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { color: var(--white); background: var(--accent); transform: translateY(-2px); }
.button-light { color: var(--primary); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--accent); transform: translateY(-2px); }
.portrait-wrap { position: relative; aspect-ratio: 1; isolation: isolate; }
.portrait-wrap::before { content: ""; position: absolute; z-index: -1; inset: -.55rem; background: var(--primary); -webkit-clip-path: var(--hexagon); clip-path: var(--hexagon); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; -webkit-clip-path: var(--hexagon); clip-path: var(--hexagon); filter: saturate(.88); }
.feature-copy > p:not(.eyebrow, .lead), .row-heading > p { color: var(--muted); }
.row-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.row-heading h2 { margin-bottom: 0; }
.row-heading > p { max-width: 330px; }
.service-index { border-top: 1px solid var(--line); }
.service-index a { display: grid; grid-template-columns: 3rem 1.4fr 1fr auto; align-items: center; gap: 1.5rem; padding: 1.7rem .5rem; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.service-index a:hover { padding-inline: 1rem; background: rgba(187, 22, 52, .08); }
.service-index a:hover strong, .service-index a:hover b { color: var(--accent); }
.service-index strong { font-size: clamp(1.3rem, 3vw, 2.1rem); letter-spacing: -.04em; }
.service-index small, .service-number { color: var(--muted); }
.service-index b { font-size: 1.5rem; font-weight: 400; }

.photography-section { color: var(--white); background: var(--surface-dark); }
.feature-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.feature-grid-reverse { grid-template-columns: 1.05fr .95fr; }
.feature-copy .lead { max-width: 660px; }
.feature-image { margin: 0; }
.feature-image img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius); }
.feature-image figcaption { padding-top: .65rem; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.photography-section .feature-image figcaption { color: rgba(255,255,255,.65); }
.photo-preview { display: grid; grid-template-columns: 1.2fr 1fr .72fr; gap: 1rem; align-items: stretch; margin-top: clamp(4rem, 8vw, 7rem); }
.photo-preview img { width: 100%; height: 390px; object-fit: cover; border-radius: .65rem; }
.photo-preview img:last-child { object-position: center; }
.event-collage { position: relative; padding: 0 4rem 5rem 0; }
.event-collage img { border-radius: var(--radius); object-fit: cover; }
.event-collage img:first-child { width: 88%; height: 520px; }
.event-collage img:last-child { position: absolute; right: 0; bottom: 0; width: 48%; height: 235px; border: 8px solid var(--white); }
.event-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; margin-top: clamp(4rem, 8vw, 7rem); }
.event-gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: .55rem; }
.event-gallery img:nth-child(even) { transform: translateY(1.5rem); }
.inline-arrow { display: flex; align-items: center; justify-content: space-between; margin-top: 2.5rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 800; }
.inline-arrow span { transition: transform .2s; }
.inline-arrow:hover { color: var(--accent); border-color: var(--accent); }
.inline-arrow:hover span { transform: translateX(.4rem); }
.pill-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.pill-list li { padding: .45rem .8rem; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 750; }

.contact-section { color: var(--white); background: var(--surface-dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 9rem); }
.contact-heading > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.62); }
.contact-portrait { width: min(100%, 470px); height: 230px; margin-top: 2.5rem; object-fit: cover; object-position: center 42%; border-radius: var(--radius);}
.contact-links { border-top: 1px solid var(--line-light); }
.contact-links a, .contact-links address { display: grid; grid-template-columns: 5.5rem 1fr auto; align-items: center; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line-light); }
.contact-links span { color: rgba(255,255,255,.55); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-links strong { font-size: clamp(1rem, 2vw, 1.3rem); }
.contact-links b { color: var(--accent); font-size: 1.25rem; font-weight: 400; }
.contact-links a:hover { color: var(--accent); border-color: var(--accent); }
.contact-links a:hover strong { color: var(--accent); }

.site-footer { color: var(--white); background: var(--surface-dark); border-top: 1px solid var(--line-light); }
.footer-inner { min-height: 6.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .78rem; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.55); }
.footer-inner > div { display: flex; gap: 1.4rem; }
.footer-inner a:hover { color: var(--accent); text-decoration: underline; }
.footer-brand { font-weight: 850; }

/* Legal pages */
.legal { min-height: calc(100vh - 6rem); padding-top: 9rem; }
.legal article { max-width: 760px; }
.legal h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.legal h2 { margin: 2.5rem 0 .75rem; font-size: 1.5rem; letter-spacing: -.025em; }
.legal a { text-decoration: underline; }
.back-link { display: inline-block; margin-bottom: 2rem; border-bottom: 1px solid; text-decoration: none !important; }
.legal a:hover, .back-link:hover { color: var(--accent); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .navigation { position: fixed; inset: 5.25rem 1.25rem auto; display: grid; gap: 0; padding: .75rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 18px 50px rgba(3,12,28,.14); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: .2s; }
  .navigation.open { opacity: 1; transform: none; visibility: visible; }
  .navigation a { padding: .8rem 1rem; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .feature-grid, .feature-grid-reverse, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 2rem; }
  .portrait-wrap { width: min(82%, 500px); margin-inline: auto; }
  .row-heading { display: block; }
  .row-heading > p { margin-top: 1.5rem; }
  .service-index a { grid-template-columns: 2.5rem 1fr auto; }
  .service-index small { display: none; }
  .feature-grid-reverse .event-collage { order: 2; }
  .feature-grid-reverse .feature-image { order: 2; }
  .event-gallery { grid-template-columns: repeat(3, 1fr); }
  .event-gallery img:nth-child(even) { transform: none; }
  .photo-preview img { height: 310px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.5rem), var(--max-width)); }
  .section { padding-block: 4.5rem; }
  .hero { padding-top: 7rem; }
  .hero::after { width: 18rem; height: 18rem; left: -9rem; bottom: 1.5rem; }
  .portrait-wrap { width: 92%; }
  .photo-preview { grid-template-columns: 1fr 1fr; }
  .photo-preview img { height: 230px; }
  .photo-preview img:last-child { grid-column: 1 / -1; height: 300px; }
  .event-collage { padding: 0 2rem 3.5rem 0; }
  .event-collage img:first-child { width: 92%; height: 360px; }
  .event-collage img:last-child { width: 52%; height: 170px; }
  .event-gallery { grid-template-columns: 1fr 1fr; }
  .event-gallery img { height: 190px; }
  .event-gallery img:last-child { grid-column: 1 / -1; }
  .contact-links a, .contact-links address { grid-template-columns: 4.5rem 1fr auto; }
  .footer-inner { flex-wrap: wrap; padding-block: 1.4rem; }
  .footer-inner p { order: 3; width: 100%; }
}

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