/* ==========================================================================
   Schuchhardt Haustein Rechtsanwälte — Stylesheet
   ========================================================================== */

/* ---- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100%; }
img, picture, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
h1, h2, h3, h4, h5, h6 { font-weight: inherit; }
::selection { background: #01476a; color: #fff; }

/* ---- Tokens ----------------------------------------------------------------
   Farben: Weiß = primärer Hintergrund/Primärfarbe · Schwarz = Text
   #01476a = Sekundär- und Hervorhebungs-/Verdunklungsfarbe
------------------------------------------------------------------------------- */
:root {
  --c-white: #ffffff;
  --c-black: #0a0a0a;
  --c-ink: #14181c;
  --c-ink-70: rgba(20, 24, 28, .72);
  --c-ink-55: rgba(20, 24, 28, .58);
  --c-ink-35: rgba(20, 24, 28, .38);

  --c-navy: #01476a;
  --c-navy-2: #013250;
  --c-navy-rgb: 1, 71, 106;
  --c-navy-06: rgba(1, 71, 106, .06);
  --c-navy-10: rgba(1, 71, 106, .1);
  --c-navy-15: rgba(1, 71, 106, .15);
  --c-navy-30: rgba(1, 71, 106, .3);
  --c-navy-55: rgba(1, 71, 106, .55);

  --c-mist: #f3f6f7;
  --c-line: rgba(20, 24, 28, .1);
  --c-line-on-navy: rgba(255, 255, 255, .16);

  --font-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --wrap: 1240px;
  --pad: clamp(20px, 2.8vw, 32px);
  --section-y: clamp(60px, 8.6vw, 116px);
  --section-y-sm: clamp(42px, 6vw, 76px);

  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --dur: .5s;

  --radius-sm: 4px;
  --radius: 10px;
}

body {
  font-family: var(--font-sans);
  color: var(--c-ink);
  background: var(--c-white);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html { overflow-x: hidden; }
p, li, .lead { overflow-wrap: break-word; hyphens: auto; }
.split > *, .grid > *, .footer-top > *, .footer-contact-item,
.hero-inner, .section-head, .section-head-row > *, .article-body,
.rg-sidebar, .info-card { min-width: 0; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 2000;
  background: var(--c-navy); color: #fff; padding: 12px 20px; font-size: 14px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---- Layout ---------------------------------------------------------------*/
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section-y); position: relative; }
.section--sm { padding-block: var(--section-y-sm); }
.section--compact-y { padding-block: clamp(34px, 4.8vw, 66px); }

.bg-white { background: var(--c-white); color: var(--c-ink); }
.bg-mist { background: var(--c-mist); color: var(--c-ink); }
.bg-navy { background: var(--c-navy); color: var(--c-white); }
.bg-navy a:not(.btn) { color: inherit; }
.bg-navy p { color: rgba(255, 255, 255, .74); }

.mt-lg { margin-top: clamp(26px, 3vw, 40px); }
.mb-lg { margin-bottom: clamp(20px, 2.4vw, 30px); }
.center { text-align: center; }
.center .kicker { justify-content: center; }

/* Equal-height split layout: left/right content always match length */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: clamp(32px, 6vw, 90px); }
.split--rev { direction: rtl; }
.split--rev > * { direction: ltr; }
.split--sidebar { grid-template-columns: 1.7fr 1fr; align-items: start; }
.split-media { position: relative; overflow: hidden; min-height: 320px; background: var(--c-navy-06); border-radius: var(--radius); }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.split-media--natural { min-height: 0; overflow: visible; background: none; }
.split-media--natural img { position: static; width: 100%; height: auto; object-fit: initial; }
.split-body { display: flex; flex-direction: column; justify-content: center; gap: 16px; }

.fact-rows { display: flex; flex-direction: column; }
.fact-row { display: flex; align-items: flex-start; gap: 11px; padding: 4px 0; font-size: 16px; color: var(--c-ink-70); line-height: 1.52; }
.fact-row:first-child { border-top: none; }
.fact-row svg { color: var(--c-navy); flex-shrink: 0; margin-top: 3px; }

.split:has(.anwalt-photo) { grid-template-columns: minmax(220px, 360px) minmax(0, 1fr); gap: clamp(26px, 3vw, 44px); align-items: start; }
.split:has(.anwalt-photo) .split-body { max-width: 680px; min-height: 396px; justify-content: flex-start; gap: 8px; }
.split:has(.anwalt-photo) .split-body .kicker { margin-bottom: 2px; }
.split:has(.anwalt-photo) .split-body .kicker::before { display: none; }
.split:has(.anwalt-photo) .split-body p { line-height: 1.52; }
.split:has(.anwalt-photo) .split-body p + p { margin-top: 8px; }
.split:has(.anwalt-photo) .fact-rows.mt-lg { margin-top: 14px; }
.anwalt-photo { width: 100%; max-width: 360px; justify-self: end; overflow: visible; }
.anwalt-photo img { display: block; width: 100%; height: auto; max-width: 360px; object-fit: contain; }
.anwalt-contact-items { display: flex; gap: 32px; flex-wrap: wrap; }
.anwalt-contact-items span { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--c-ink-70); }
.anwalt-contact-items svg { color: var(--c-navy); flex-shrink: 0; }
.anwalt-contact-items a:hover { color: var(--c-navy); }
.anwalt-profile-contact { width: 100%; margin-top: auto; display: block; }
.anwalt-profile-contact .anwalt-contact-items { display: flex; align-items: flex-start; gap: 18px; width: 100%; }
.anwalt-profile-contact .anwalt-contact-items span { align-items: flex-start; font-size: 13.5px; line-height: 1.35; white-space: nowrap; }
.anwalt-profile-contact--stacked .anwalt-contact-items { flex-direction: column; gap: 10px; }

.feat-list { display: flex; flex-direction: column; gap: 20px; }
.feat-item { display: flex; align-items: flex-start; gap: 16px; }
.feat-item h4 { margin-bottom: 4px; }
.feat-item p { font-size: 13.5px; }

@media (max-width: 900px) {
  .split, .split--sidebar { grid-template-columns: 1fr; }
  .split:has(.anwalt-photo) { grid-template-columns: 1fr; }
  .split:has(.anwalt-photo) .split-body { min-height: 0; }
  .split--rev { direction: ltr; }
  .split-media { min-height: 46vw; max-height: 440px; }
  .split-media--natural { min-height: 0; max-height: none; }
  .anwalt-photo { justify-self: start; }
  .anwalt-profile-contact { width: 100%; }
  .anwalt-profile-contact .anwalt-contact-items { flex-direction: column; gap: 10px; }
  .anwalt-profile-contact .anwalt-contact-items span { white-space: normal; }
}

/* ---- Typography ------------------------------------------------------------*/
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--c-navy); margin-bottom: 18px;
}
.bg-navy .kicker { color: rgba(255, 255, 255, .72); }
.kicker::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .8; flex-shrink: 0; }

h1, .h1 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.1; letter-spacing: -.01em; color: var(--c-navy); overflow-wrap: break-word; hyphens: auto; text-wrap: balance; }
.bg-navy h1, .bg-navy .h1 { color: var(--c-white); }
h2, .h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(26px, 2.9vw, 38px); line-height: 1.16; letter-spacing: -.005em; color: var(--c-navy); overflow-wrap: break-word; hyphens: auto; text-wrap: balance; }
.bg-navy h2, .bg-navy .h2 { color: var(--c-white); }
h3, .h3 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(20px, 2vw, 26px); line-height: 1.28; color: var(--c-navy); overflow-wrap: break-word; hyphens: auto; }
.bg-navy h3, .bg-navy .h3 { color: var(--c-white); }
h4, .h4 { font-family: var(--font-sans); font-weight: 600; font-size: 15px; letter-spacing: .01em; color: var(--c-navy); }
.bg-navy h4, .bg-navy .h4 { color: var(--c-white); }

.lead { font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.7; color: var(--c-ink-70); font-weight: 400; }
.bg-navy .lead { color: rgba(255, 255, 255, .76); }
p { color: var(--c-ink-70); }
p + p { margin-top: 14px; }

.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--wide { max-width: 920px; }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head-row .section-head { margin-bottom: 0; }
@media (max-width: 700px) { .section-head-row { flex-direction: column; align-items: flex-start; gap: 18px; } }

/* ---- Buttons -----------------------------------------------------------*/
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px; font-family: var(--font-sans); font-size: 12.5px; font-weight: 600; letter-spacing: .06em; border: 1px solid transparent; border-radius: var(--radius-sm); transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease); white-space: nowrap; }
.btn svg { width: 15px; height: 15px; transition: transform .3s var(--ease); flex-shrink: 0; }
.btn:hover svg { transform: translateX(4px); }
.btn--navy { background: var(--c-navy); color: var(--c-white); }
.btn--navy:hover { background: var(--c-navy-2); }
.btn--outline-navy { border-color: var(--c-navy-30); color: var(--c-navy); }
.btn--outline-navy:hover { background: var(--c-navy); color: var(--c-white); border-color: var(--c-navy); }
.btn--white { background: var(--c-white); color: var(--c-navy); }
.btn--white:hover { background: var(--c-navy); color: var(--c-white); }
.btn--outline-white { border-color: rgba(255, 255, 255, .45); color: var(--c-white); }
.btn--outline-white:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .8); }

.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; color: var(--c-navy); border-bottom: 1px solid var(--c-navy-30); padding-bottom: 3px; transition: border-color .3s var(--ease), gap .3s var(--ease); }
.text-link:hover { border-color: var(--c-navy); gap: 12px; }
.text-link svg { width: 13px; height: 13px; }
.bg-navy .text-link { color: var(--c-white); border-color: rgba(255, 255, 255, .35); }
.bg-navy .text-link:hover { border-color: #fff; }

/* ---- Icon utility --------------------------------------------------------*/
.icon { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.4; flex-shrink: 0; }
.icon-sm { width: 16px; height: 16px; }
.icon-tile { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; background: var(--c-navy-06); color: var(--c-navy); border-radius: 50%; flex-shrink: 0; }
.bg-navy .icon-tile { background: rgba(255, 255, 255, .1); color: var(--c-white); }
.icon-tile .icon { width: 24px; height: 24px; stroke-width: 1.3; }
.icon-tile--sm { width: 40px; height: 40px; }
.icon-tile--sm .icon { width: 19px; height: 19px; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.site-header::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0, 8, 14, .4), rgba(0, 8, 14, 0)); opacity: 1; transition: opacity var(--dur) var(--ease); pointer-events: none; }
.site-header.is-scrolled::before { opacity: 0; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(0, 0, 0, .06), 0 12px 32px -14px rgba(1, 71, 106, .18); }

.header-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px; transition: padding var(--dur) var(--ease); }
.site-header.is-scrolled .header-row { padding-block: 10px; }

.brand { display: inline-block; position: relative; flex-shrink: 0; width: clamp(170px, 15vw, 220px); height: 32px; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity var(--dur) var(--ease); }
.brand-logo--navy { opacity: 0; }
.site-header.is-scrolled .brand-logo--white { opacity: 0; }
.site-header.is-scrolled .brand-logo--navy { opacity: 1; }

.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav > li { position: relative; }
.nav-link { display: flex; align-items: center; gap: 6px; padding: 10px 16px; font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, .92); transition: color .25s var(--ease); white-space: nowrap; cursor: pointer; }
.nav-link:hover { color: #fff; }
.site-header.is-scrolled .nav-link { color: var(--c-ink); }
.site-header.is-scrolled .nav-link:hover { color: var(--c-navy); }
.nav-link .chev { width: 9px; height: 9px; opacity: .6; transition: transform .25s var(--ease); }
.main-nav > li:hover .chev { transform: rotate(180deg); }

.header-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-cta { padding: 10px 18px; font-size: 14px; font-weight: 500; color: #fff; border: 1px solid rgba(255, 255, 255, .4); border-radius: var(--radius-sm); transition: all var(--dur) var(--ease); }
.header-cta:hover { background: #fff; color: var(--c-navy); }
.site-header.is-scrolled .header-cta { color: var(--c-navy); border-color: var(--c-navy-30); }
.site-header.is-scrolled .header-cta:hover { background: var(--c-navy); color: #fff; }

.menu-btn { display: none; flex-direction: column; gap: 5px; padding: 6px; margin-left: 4px; }
.menu-btn span { display: block; width: 22px; height: 1.5px; background: #fff; transition: all .3s var(--ease); }
.site-header.is-scrolled .menu-btn span { background: var(--c-navy); }
.menu-btn.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-8px); padding-top: 14px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s; }
.main-nav > li:hover .dropdown, .main-nav > li:focus-within .dropdown, .main-nav > li.is-open-touch .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.dropdown-panel { background: rgba(255, 255, 255, .98); border-top: 2px solid var(--c-navy); border-radius: 0 0 var(--radius) var(--radius); box-shadow: 0 30px 70px -22px rgba(1, 71, 106, .34); padding: 26px 28px; }
.dropdown-panel--wide { width: min(640px, 88vw); }
.dropdown-panel--narrow { width: 280px; padding: 14px; }

.dd-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 30px; }
.dd-col { display: flex; flex-direction: column; gap: 4px; }
.dd-col-title { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--c-navy-55); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--c-line); }
.dd-col a { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--c-ink); padding: 7px 0; transition: color .2s var(--ease), transform .2s var(--ease); line-height: 1.35; }
.dd-col a:hover { color: var(--c-navy); transform: translateX(3px); }
.dd-col-icon { width: 15px; height: 15px; color: var(--c-navy-55); flex-shrink: 0; }

.dropdown-panel--narrow a { display: block; padding: 10px 12px; font-size: 13.5px; color: var(--c-ink); border-radius: var(--radius-sm); transition: background .2s var(--ease), color .2s var(--ease); line-height: 1.3; }
.dropdown-panel--narrow a small { display: block; font-size: 11.5px; color: var(--c-ink-55); margin-top: 2px; }
.dropdown-panel--narrow a:hover { background: var(--c-mist); color: var(--c-navy); }

/* Mobile nav overlay */
.mobile-nav { position: fixed; inset: 0; z-index: 950; background: var(--c-navy); transform: translateX(100%); transition: transform .45s var(--ease); display: flex; flex-direction: column; overflow: hidden; }
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; padding: 22px var(--pad); flex-shrink: 0; }
.mobile-nav-top img { width: 190px; height: auto; }
.mobile-nav-close { display: flex; flex-direction: column; gap: 5px; padding: 6px; }
.mobile-nav-close span { display: block; width: 22px; height: 1.5px; background: #fff; }
.mobile-nav-close span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mobile-nav-close span:nth-child(2) { opacity: 0; }
.mobile-nav-close span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav-body { flex: 1; overflow-y: auto; padding: 6px var(--pad) 40px; }
.m-nav-item { border-bottom: 1px solid rgba(255, 255, 255, .12); }
.m-nav-link { display: flex; align-items: center; justify-content: space-between; padding: 18px 2px; font-family: var(--font-serif); font-size: 21px; color: #fff; }
.m-nav-item.has-children .m-nav-link { cursor: pointer; }
.m-nav-link .chev { width: 12px; height: 12px; color: rgba(255, 255, 255, .55); transition: transform .3s var(--ease); flex-shrink: 0; }
.m-nav-item.is-open .m-nav-link .chev { transform: rotate(180deg); }
.m-sub { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.m-nav-item.is-open .m-sub { max-height: 1400px; }
.m-sub-inner { padding: 4px 2px 22px; }
.m-sub-group { margin-bottom: 16px; }
.m-sub-group-title { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .4); margin-bottom: 6px; }
.m-sub a { display: block; padding: 8px 0; font-size: 15px; color: rgba(255, 255, 255, .78); }
.m-sub a:hover { color: #fff; }
.mobile-nav-foot { padding: 20px var(--pad) 34px; border-top: 1px solid rgba(255, 255, 255, .12); flex-shrink: 0; }
.mobile-nav-foot .btn { width: 100%; justify-content: center; margin-bottom: 16px; }
.mobile-nav-phone { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: rgba(255, 255, 255, .8); }
.mobile-nav-phone:hover { color: #fff; }

@media (max-width: 1080px) {
  .main-nav, .header-actions { display: none; }
  .menu-btn { display: flex; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; overflow: hidden; display: flex; align-items: flex-end; color: #fff; }
.hero--home { height: 100svh; min-height: 620px; align-items: center; }
.hero--page { height: 40svh; min-height: 300px; max-height: 420px; align-items: center; padding-top: 60px; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 12, 20, .72) 0%, rgba(0, 12, 20, .5) 34%, rgba(0, 12, 20, .64) 76%, rgba(0, 12, 20, .9) 100%); }
.hero--page .hero-scrim { background: linear-gradient(180deg, rgba(0, 12, 20, .58) 0%, rgba(0, 12, 20, .4) 45%, rgba(0, 12, 20, .68) 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding-block: 90px 0; }
.hero--page .hero-content { padding-block: 0; }
.hero--home .hero-content { padding-bottom: 70px; }
.hero-inner { max-width: 740px; }
.hero-crumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, .6); margin-bottom: 18px; letter-spacing: .02em; }
.hero-crumb a:hover { color: #fff; }
.hero-crumb .sep { opacity: .5; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .8); }
.hero-eyebrow::before { content: ''; width: 30px; height: 1px; background: rgba(255, 255, 255, .6); }
.hero-title { font-family: var(--font-serif); font-weight: 400; font-size: clamp(38px, 5.2vw, 70px); line-height: 1.08; color: #fff; letter-spacing: -.01em; text-shadow: 0 3px 20px rgba(0, 0, 0, .5); text-wrap: balance; }
.hero--home .hero-title { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.14; }
.hero--page .hero-title { font-size: clamp(30px, 4vw, 46px); }
.hero-sub { margin-top: 20px; font-size: clamp(15.5px, 1.5vw, 17.5px); line-height: 1.7; color: rgba(255, 255, 255, .95); max-width: 560px; text-shadow: 0 2px 16px rgba(0, 0, 0, .5); text-wrap: balance; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
main > .hero--page + .section { padding-top: clamp(34px, 4.2vw, 56px); }

@media (max-width: 700px) {
  .hero--home { height: 100svh; }
  .hero--page { height: auto; min-height: 300px; align-items: flex-end; padding-top: 82px; }
  .hero--page .hero-content { padding-block: 54px 40px; }
  .hero--page .hero-title { font-size: clamp(26px, 7.5vw, 34px); line-height: 1.15; }
  .hero--home .hero-title { font-size: clamp(28px, 8vw, 32px); line-height: 1.18; max-width: 100%; }
  .hero-title, .hero-sub { overflow-wrap: anywhere; }
  .hero-sub { font-size: 15.5px; line-height: 1.62; max-width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; max-width: 340px; }
  .hero-actions .btn { width: 100%; justify-content: space-between; }
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.rg-tile { display: block; padding: 26px 24px; background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); transition: box-shadow .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease); height: 100%; }
.rg-tile:hover { box-shadow: 0 22px 48px -20px rgba(1, 71, 106, .28); border-color: var(--c-navy-30); transform: translateY(-3px); }
.rg-tile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.rg-tile-name { font-family: var(--font-serif); font-size: 18px; color: var(--c-navy); line-height: 1.3; margin-bottom: 8px; }
.rg-tile-desc { font-size: 13px; color: var(--c-ink-55); line-height: 1.6; }
.rg-tile-arrow { width: 15px; height: 15px; color: var(--c-navy-55); transition: transform .3s var(--ease); }
.rg-tile:hover .rg-tile-arrow { transform: translateX(4px); color: var(--c-navy); }

.cat-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); display: flex; flex-direction: column; height: 100%; overflow: hidden; transition: box-shadow .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease); }
.cat-card:hover { box-shadow: 0 26px 54px -24px rgba(1, 71, 106, .3); border-color: var(--c-navy-30); transform: translateY(-3px); }
.cat-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-navy-06); }
.cat-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat-card:hover .cat-card-media img { transform: scale(1.06); }
.cat-card-media::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--c-navy); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.cat-card:hover .cat-card-media::after { transform: scaleX(1); }
.cat-card-top { display: flex; align-items: flex-start; gap: 16px; padding: 24px 22px 18px; }
.cat-card h3 { margin-bottom: 6px; font-size: clamp(19px, 1.55vw, 22px); }
.cat-card p { font-size: 13.5px; line-height: 1.65; }
.cat-card .icon-tile { width: 44px; height: 44px; }
.cat-card .icon-tile .icon { width: 21px; height: 21px; }
.cat-list { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 10px; padding: 0 22px 18px; flex: 1; align-content: start; }
.cat-list-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 38px; padding: 9px 12px; font-size: 13.5px; color: var(--c-ink); background: var(--c-mist); border-radius: var(--radius-sm); transition: color .2s var(--ease), background .2s var(--ease); }
.cat-list-item svg { width: 11px; height: 11px; color: var(--c-navy-55); opacity: 0; transform: translateX(-4px); transition: opacity .2s var(--ease), transform .2s var(--ease); flex-shrink: 0; }
.cat-list-item:hover { color: var(--c-navy); background: var(--c-navy-10); }
.cat-list-item:hover svg { opacity: 1; transform: translateX(0); }
.person-card { display: block; }
.person-photo { position: relative; overflow: hidden; aspect-ratio: 4/5; background: var(--c-mist); border-radius: var(--radius); margin-bottom: 18px; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s var(--ease); }
.person-card:hover .person-photo img { transform: scale(1.045); }
.person-photo::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--c-navy); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.person-card:hover .person-photo::after { transform: scaleX(1); }
.person-name { font-family: var(--font-serif); font-size: 19px; color: var(--c-navy); margin-bottom: 4px; }
.person-role { font-size: 12.5px; color: var(--c-ink-55); line-height: 1.5; }

.post-card { display: block; }
.post-media { position: relative; overflow: hidden; aspect-ratio: 16/11; background: var(--c-mist); border-radius: var(--radius); margin-bottom: 20px; }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card:hover .post-media img { transform: scale(1.05); }
.post-title { font-family: var(--font-serif); font-size: 20px; line-height: 1.35; color: var(--c-navy); margin-bottom: 10px; }
.post-excerpt { font-size: 13.5px; color: var(--c-ink-55); line-height: 1.7; margin-bottom: 16px; }
.post-meta { font-size: 12px; color: var(--c-ink-35); display: flex; gap: 10px; align-items: center; }

.rg-contact-card { display: flex; align-items: center; gap: 14px; padding: 14px; background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); transition: box-shadow .3s var(--ease), border-color .3s var(--ease); }
.rg-contact-card:hover { box-shadow: 0 16px 36px -20px rgba(1, 71, 106, .3); border-color: var(--c-navy-30); }
.rg-contact-card img { width: 52px; height: 52px; object-fit: cover; object-position: top center; border-radius: 50%; flex-shrink: 0; }
.rg-contact-name { font-family: var(--font-serif); font-size: 15px; color: var(--c-navy); line-height: 1.3; }
.rg-contact-meta { font-size: 12.5px; color: var(--c-ink-55); margin-top: 3px; line-height: 1.4; }
.rg-contact-list { display: flex; flex-direction: column; gap: 10px; }
.rg-contact-list--row { flex-direction: row; flex-wrap: wrap; }
.rg-contact-list--row .rg-contact-card { flex: 1 1 240px; }
.rg-inline-contacts h4 { margin-bottom: 4px; }
.rg-overview .split { align-items: start; }
.rg-overview .split-media { aspect-ratio: 4 / 3; min-height: 0; }
.rg-overview-title--compact { font-size: clamp(24px, 2.45vw, 34px); line-height: 1.18; }
.rg-inline-contacts--below { border-top: 1px solid var(--c-line); padding-top: 24px; }
.rg-inline-contacts--below h4 { margin-bottom: 14px; }
.rg-contact-list--five { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.rg-contact-list--five .rg-contact-card { grid-column: auto; }

.rg-sidebar { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; }
.rg-sidebar h4 { margin-bottom: 4px; }
.rg-sidebar-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; color: var(--c-navy); border-bottom: 1px solid var(--c-navy-30); padding-bottom: 3px; align-self: flex-start; }
.rg-sidebar-cta:hover { border-color: var(--c-navy); }
.rg-sidebar-cta svg { width: 13px; height: 13px; }

.leistung-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; height: 100%; transition: box-shadow .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease); }
.leistung-card:hover { box-shadow: 0 22px 48px -22px rgba(1, 71, 106, .28); border-color: var(--c-navy-30); transform: translateY(-3px); }
.leistung-card h3 { font-family: var(--font-serif); font-size: 19px; line-height: 1.3; color: var(--c-navy); }
.leistung-card p { font-size: 14.5px; line-height: 1.75; color: var(--c-ink-70); }

.step-list { display: flex; flex-direction: column; }
.step-item { display: flex; align-items: baseline; gap: 20px; padding: 18px 0; border-top: 1px solid var(--c-line); }
.step-item:first-child { border-top: 1px solid var(--c-line); }
.step-item:last-child { border-bottom: 1px solid var(--c-line); }
.step-num { flex-shrink: 0; min-width: 24px; font-family: var(--font-serif); font-style: italic; font-size: 14px; color: var(--c-navy); }
.step-item h4 { margin-bottom: 4px; }
.step-item p { font-size: 15px; line-height: 1.75; }

.leistung-grid { align-items: stretch; grid-auto-rows: 1fr; }
.rg-related-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.section:has(.rg-related-grid) .section-head { max-width: none; }
@media (min-width: 901px) { .section:has(.rg-related-grid) .section-head h2 { white-space: nowrap; } }
@media (max-width: 780px) { .rg-contact-list--five { grid-template-columns: repeat(2, minmax(0, 1fr)); } .rg-contact-list--five .rg-contact-card, .rg-contact-list--five .rg-contact-card:nth-last-child(-n+2) { grid-column: auto; } }
@media (max-width: 560px) { .rg-contact-list--five { grid-template-columns: 1fr; } }

.grid.anwalt-rg-grid--1 { grid-template-columns: minmax(260px, 430px); }
.anwalt-rg-grid { align-items: stretch; grid-auto-rows: 1fr; }
.grid.anwalt-rg-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.anwalt-rg-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.anwalt-rg-grid--5 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid.anwalt-rg-grid--5 .rg-tile { grid-column: span 2; }
.grid.anwalt-rg-grid--5 .rg-tile:nth-last-child(-n+2) { grid-column: span 3; }

.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--c-line); }
.faq-item:last-child { border-bottom: 1px solid var(--c-line); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; text-align: left; padding: 20px 2px; font-family: var(--font-serif); font-size: 16.5px; color: var(--c-ink); }
.faq-icon { width: 16px; height: 16px; color: var(--c-navy); flex-shrink: 0; transition: transform .3s var(--ease); }
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-item.is-open .faq-a { max-height: 300px; }
.faq-a p { font-size: 14.5px; line-height: 1.75; padding: 0 2px 20px; }

.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: clamp(28px, 3.2vw, 46px); }
.stat-num { font-family: var(--font-serif); font-size: clamp(24px, 2.6vw, 32px); font-weight: 400; color: var(--c-navy); line-height: 1.1; }
.bg-navy .stat-num { color: #fff; }
.stat-label { font-size: 14px; line-height: 1.5; color: var(--c-ink-70); margin-top: 6px; }
.bg-navy .stat-label { color: rgba(255, 255, 255, .58); }

.pull-quote { border-left: 2px solid var(--c-navy); padding-left: 26px; }
.pull-quote p { font-family: var(--font-serif); font-style: italic; font-size: clamp(18px, 2vw, 23px); color: var(--c-navy); line-height: 1.5; }
.bg-navy .pull-quote p { color: #fff; }

/* ---- Grid ----------------------------------------------------------------*/
.grid { display: grid; gap: 24px; }
.grid--airy { gap: 34px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-3.blog-listing { gap: 36px 30px; }
.grid.leistung-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.leistung-grid--5 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid.leistung-grid--5 .leistung-card { grid-column: span 2; }
.grid.leistung-grid--5 .leistung-card:nth-last-child(-n+2) { grid-column: span 3; }
@media (max-width: 780px) { .grid-2, .grid-3 { grid-template-columns: repeat(2, 1fr); } .stat-row { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (max-width: 780px) { .anwalt-rg-grid--1, .anwalt-rg-grid--2, .anwalt-rg-grid--4, .anwalt-rg-grid--5, .leistung-grid--4, .leistung-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; } .anwalt-rg-grid--5 .rg-tile, .anwalt-rg-grid--5 .rg-tile:nth-last-child(-n+2), .leistung-grid--5 .leistung-card, .leistung-grid--5 .leistung-card:nth-last-child(-n+2) { grid-column: auto; } }
@media (max-width: 560px) { .grid-2, .grid-3, .anwalt-rg-grid--1, .anwalt-rg-grid--2, .anwalt-rg-grid--4, .anwalt-rg-grid--5, .leistung-grid--4, .leistung-grid--5 { grid-template-columns: 1fr; } .stat-row { grid-template-columns: 1fr; gap: 16px; } .cat-list { grid-template-columns: 1fr; } }

/* ---- Reveal on scroll ------------------------------------------------------*/
.reveal { opacity: 1; transform: none; }
html.js-anim .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
html.js-anim .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .08s; } .reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; } .reveal-d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { html.js-anim .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- Prose (legal pages, articles) -----------------------------------------*/
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(21px, 2.2vw, 26px); margin-top: 44px; margin-bottom: 15px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 18px; margin-top: 28px; margin-bottom: 12px; }
.prose p { font-size: 15px; line-height: 1.85; margin-bottom: 16px; color: var(--c-ink-70); }
.prose ul, .prose ol { margin: 0 0 16px 0; padding-left: 0; }
.prose li { list-style: none; padding-left: 26px; position: relative; font-size: 15px; line-height: 1.8; color: var(--c-ink-70); margin-bottom: 8px; }
.prose li::before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: var(--c-navy); }
.prose a { color: var(--c-navy); border-bottom: 1px solid var(--c-navy-30); }
.prose a:hover { border-color: var(--c-navy); }
.prose .lead { font-size: 17px; margin-bottom: 8px; }
.article-body .prose { max-width: none; }

/* ---- Forms ---------------------------------------------------------------*/
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--c-ink-55); margin-bottom: 9px; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 2px; font-size: 15px; color: var(--c-ink); background: transparent; border: none; border-bottom: 1px solid var(--c-line); transition: border-color .25s var(--ease); }
.field select { padding: 12px 0; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2301476a' stroke-width='2'%3E%3Cpath d='M5 8l7 7 7-7'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; background-size: 15px; cursor: pointer; }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--c-navy); outline: none; }
.field input::placeholder, .field textarea::placeholder { color: var(--c-ink-35); }
.field textarea { resize: vertical; min-height: 110px; line-height: 1.7; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-check { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 26px; }
.field-check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--c-navy); flex-shrink: 0; }
.field-check label { font-size: 13px; color: var(--c-ink-55); text-transform: none; letter-spacing: 0; font-weight: 400; }
.field-check a { color: var(--c-navy); border-bottom: 1px solid var(--c-navy-30); }
.form-submit { display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px; background: var(--c-navy); color: #fff; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; border-radius: var(--radius-sm); transition: background var(--dur) var(--ease); }
.form-submit:hover { background: var(--c-navy-2); }
.form-submit svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.form-submit:hover svg { transform: translateX(6px); }
.form-submit:disabled { opacity: .6; cursor: default; }
.form-note { font-size: 12px; color: var(--c-ink-35); margin-top: 16px; line-height: 1.7; }
.form-status { font-size: 13.5px; margin-top: 16px; display: none; padding: 12px 14px; border-radius: var(--radius-sm); }
.form-status.is-ok { display: block; background: rgba(1, 71, 106, .06); color: var(--c-navy); }
.form-status.is-err { display: block; background: rgba(180, 40, 40, .08); color: #7a1f1f; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; gap: 0; } }

.info-card { padding: 32px; background: var(--c-mist); border-radius: var(--radius); }
.contact-grid { align-items: stretch; }
.contact-form-panel, .contact-data-panel { display: flex; flex-direction: column; min-height: 100%; }
.contact-form-panel form { flex: 1; }
.contact-data-panel .info-card { margin-top: 28px; }
.contact-data-panel .split-media { flex: 1; min-height: 220px; }
.info-row { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--c-line); }
.info-row:first-of-type { border-top: none; padding-top: 0; }
.info-row svg { width: 17px; height: 17px; color: var(--c-navy); flex-shrink: 0; margin-top: 2px; }
.info-row div { font-size: 14.5px; line-height: 1.6; color: var(--c-ink-70); }
.info-row a:hover { color: var(--c-navy); }

.map-frame { width: 100%; height: 100%; border: 0; filter: grayscale(.15) contrast(1.02); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--c-navy); color: rgba(255, 255, 255, .82); font-family: var(--font-sans); }
.footer-top { display: grid; grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: clamp(44px, 6vw, 76px); padding-block: 70px 52px; border-bottom: 1px solid rgba(255, 255, 255, .12); align-items: start; }
.footer-brand img { width: 190px; height: auto; margin-bottom: 18px; }
.footer-brand p { font-size: 13.5px; line-height: 1.65; color: rgba(255, 255, 255, .72); max-width: 320px; }
.footer-cols { display: grid; grid-template-columns: minmax(130px, 180px) minmax(0, 1fr); gap: clamp(34px, 5vw, 64px); align-items: start; }
.footer-col h5, .footer-contact-item h5 { font-family: var(--font-sans); font-size: 12px; line-height: 1.3; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .92); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255, 255, 255, .78); margin-bottom: 9px; line-height: 1.45; transition: color .2s var(--ease); }
.footer-col a:hover { color: #fff; }
.footer-rg-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(28px, 4vw, 52px); align-items: start; }
.footer-contact-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 5vw, 70px); padding-block: 40px; border-bottom: 1px solid rgba(255, 255, 255, .12); align-items: start; }
.footer-contact-item { padding-inline: 0; border-left: none; }
.footer-contact-item div, .footer-contact-item a { font-size: 14px; color: rgba(255, 255, 255, .86); line-height: 1.55; display: block; }
.footer-contact-item .fx-small, .footer-contact-item .footer-hours { margin-top: 4px; }
.footer-bottom { display: flex; align-items: baseline; justify-content: space-between; padding-block: 22px; flex-wrap: wrap; gap: 14px; }
.footer-bottom-copy { font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, .68); }
.footer-legal { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-legal a { font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, .68); }
.footer-legal a:hover { color: #fff; }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .footer-rg-grid { grid-template-columns: 1fr; }
  .footer-contact-row { grid-template-columns: 1fr; gap: 24px; }
  .footer-contact-item { padding-inline: 0; border-left: none; padding-top: 0; border-top: none; }
  .footer-contact-item:first-child { border-top: none; padding-top: 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) { .footer-cols { grid-template-columns: 1fr; } }

/* ==========================================================================
   RESPONSIVE — global tightening
   ========================================================================== */
@media (max-width: 640px) {
  .section { padding-block: var(--section-y-sm); }
  .cat-card-top { padding-inline: 18px; }
  .cat-list { padding-inline: 18px; }
  .leistung-card { padding: 22px 20px; }
  .info-card { padding: 22px 18px; }
  .rg-sidebar { padding: 22px; }
  .info-row a, .footer-contact-item a, .footer-col a, .footer-bottom-copy { overflow-wrap: anywhere; }
}
