:root {
  --paper: #f3efe6;
  --paper-deep: #e7dfd0;
  --ink: #17243d;
  --ink-soft: #34415a;
  --rust: #a1442f;
  --gold: #c49a56;
  --white: #fffdf8;
  --line: rgba(23, 36, 61, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }
button, input { font: inherit; }
.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; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; min-height: 88px; padding: 14px max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(243,239,230,.96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; line-height: 1.1; }
.brand strong { display: block; font: 700 19px/1.1 var(--serif); letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.brand-monogram { position: relative; display: grid; place-items: center; width: 44px; height: 44px; color: transparent; flex: 0 0 auto; }
.brand-monogram::before { content: ""; position: absolute; inset: 6px; border: 1px solid var(--gold); transform: rotate(45deg); }
.brand-monogram::after { content: "LA"; color: var(--ink); font: 13px var(--serif); letter-spacing: -.05em; }
.navigation { display: flex; align-items: center; gap: 32px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.navigation a { text-decoration: none; }
.navigation a:not(.nav-contact):hover { color: var(--rust); }
.nav-contact { padding: 11px 18px; border: 1px solid var(--ink); }
.nav-contact:hover { color: var(--white); background: var(--ink); }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: 760px; padding-top: 160px; padding-bottom: 90px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .65fr); gap: 10%; align-items: center; }
.eyebrow, .section-number { margin: 0 0 24px; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 400 clamp(4.4rem, 9vw, 8.5rem)/.82 var(--serif); letter-spacing: -.065em; }
.hero h1 em { color: var(--rust); font-weight: 400; }
.hero-lead { max-width: 660px; margin: 38px 0 32px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-block; padding: 15px 23px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--rust); }
.text-link { font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 6px; }
.hero-card { position: relative; min-height: 470px; padding: 54px 46px 40px; overflow: hidden; color: var(--white); background: var(--ink); box-shadow: 22px 22px 0 var(--gold); }
.hero-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -120px; border: 1px solid rgba(196,154,86,.45); transform: rotate(45deg); }
.hero-card-mark { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--gold); transform: rotate(45deg); color: var(--gold); font: 21px var(--serif); }
.hero-card-mark::first-line { transform: rotate(-45deg); }
.statement { margin: 62px 0 36px; font: italic 1.65rem/1.35 var(--serif); }
.card-rule { width: 48px; height: 2px; margin-bottom: 28px; background: var(--rust); }
.hero-card address { font-style: normal; font-size: 14px; line-height: 1.65; }

.intro { padding: 120px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .55fr 1.45fr; gap: 8%; }
.intro h2, .section-heading h2, .about-copy h2, .contact-section h2 { margin: 0; font: 400 clamp(2.7rem, 5vw, 5.2rem)/1 var(--serif); letter-spacing: -.045em; }
.intro div > p { max-width: 710px; margin: 32px 0 0; color: var(--ink-soft); font-size: 1.13rem; }

.practice-section { padding: 120px 0; background: var(--paper-deep); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.section-heading h2 { text-align: right; }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; }
.practice-card { position: relative; min-height: 650px; padding: clamp(38px, 6vw, 74px); }
.practice-card-light { background: var(--white); }
.practice-card-dark { color: var(--white); background: var(--ink); }
.card-index { position: absolute; top: 25px; right: 30px; color: var(--gold); font: 4.5rem/1 var(--serif); opacity: .45; }
.card-kicker { color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.practice-card h3 { margin: 50px 0 30px; font: 400 clamp(2.8rem, 5vw, 5rem)/.95 var(--serif); letter-spacing: -.045em; }
.practice-card > p:not(.card-kicker) { max-width: 490px; }
.practice-card ul { margin: 38px 0 0; padding: 0; list-style: none; }
.practice-card li { padding: 13px 0 13px 23px; border-top: 1px solid currentColor; position: relative; font-size: .95rem; }
.practice-card li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.practice-card-dark li { border-color: rgba(255,255,255,.18); }

.process { padding: 130px 0; }
.section-heading.compact { align-items: start; }
.process-list { margin: 80px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 260px 1fr; align-items: baseline; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--rust); font-size: 11px; font-weight: 700; }
.process-list h3 { margin: 0; font: 400 2rem var(--serif); }
.process-list p { max-width: 540px; margin: 0; color: var(--ink-soft); }

.about-section { padding: 120px 0; color: var(--white); background: var(--rust); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; }
.about-name { color: rgba(255,255,255,.1); font: 400 clamp(6rem, 14vw, 12rem)/.62 var(--serif); letter-spacing: -.08em; transform: rotate(-8deg); }
.about-name span { display: block; }
.about-copy .section-number { color: var(--ink); }
.about-copy h2 { margin-bottom: 36px; }
.about-copy p:not(.section-number) { max-width: 570px; font-size: 1.05rem; }
.signature { margin-top: 40px; color: var(--ink); font: italic 2.2rem var(--serif); }

.contact-section { padding: 130px 0; color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: 12%; }
.contact-section .section-number { color: var(--gold); }
.contact-section h2 { max-width: 700px; }
.contact-section p { max-width: 620px; color: rgba(255,255,255,.72); }
.button-light { margin-top: 24px; color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--gold); }
.contact-details { display: grid; gap: 28px; margin: 0; padding-top: 20px; font-style: normal; }
.contact-details div { display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-details p { margin-top: 0; }
.contact-details a { text-decoration-color: rgba(196,154,86,.6); text-underline-offset: 4px; }
.site-footer { min-height: 85px; padding: 25px max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); background: var(--paper); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 24px; }

.legal-page { background: var(--paper); }
.legal-header { width: min(920px, calc(100% - 48px)); margin: 0 auto; min-height: 110px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header > a:last-child { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-underline-offset: 5px; }
.legal-content { width: min(760px, calc(100% - 48px)); margin: 90px auto 120px; }
.legal-content > h1 { margin: 0 0 10px; font: 400 clamp(3.5rem, 8vw, 6.5rem)/.95 var(--serif); letter-spacing: -.055em; }
.legal-updated { color: var(--ink-soft); }
.legal-content section { margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font: 400 1.7rem var(--serif); }
.legal-content p { color: var(--ink-soft); }
.legal-content strong { color: var(--rust); }
.legal-content a { text-underline-offset: 4px; }

@media (max-width: 820px) {
  .section-shell { width: min(100% - 32px, 680px); }
  .site-header { min-height: 72px; padding-inline: 16px; background: rgba(243,239,230,.96); }
  .nav-toggle { display: block; }
  .navigation { position: absolute; top: 72px; left: 0; width: 100%; padding: 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
  .navigation.is-open { display: flex; }
  .navigation a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-contact { border: 0; }
  .hero { min-height: auto; padding-top: 130px; grid-template-columns: 1fr; gap: 70px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 7rem); }
  .hero-card { min-height: 400px; box-shadow: 12px 12px 0 var(--gold); }
  .intro, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro { padding: 90px 0; gap: 30px; }
  .section-heading { display: block; }
  .section-heading h2 { text-align: left; }
  .practice-section, .process, .about-section, .contact-section { padding: 90px 0; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: auto; }
  .process-list li { grid-template-columns: 55px 1fr; gap: 8px; }
  .process-list p { grid-column: 2; margin-top: 10px; }
  .about-name { margin: 0 0 90px; }
  .contact-details { margin-top: 60px; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 16px; }
  .hero { padding-top: 115px; }
  .hero-card { padding: 42px 30px; }
  .practice-card { padding: 45px 28px; }
  .contact-details div { grid-template-columns: 1fr; }
  .site-footer, .legal-header { align-items: flex-start; flex-direction: column; justify-content: center; }
  .legal-header { padding: 22px 0; }
}

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

/* Erscheinungsbild nach der Geschäftsausstattung der Kanzlei */
:root {
  --paper: #ffffff;
  --paper-deep: #f3f5f5;
  --ink: #353b49;
  --ink-soft: #4d5360;
  --rust: #4a006b;
  --gold: #c8d2d4;
  --white: #ffffff;
  --line: rgba(53, 59, 73, .16);
  --serif: "Century Gothic", "Avenir Next", Avenir, Futura, Arial, sans-serif;
  --sans: "Century Gothic", "Avenir Next", Avenir, Futura, Arial, sans-serif;
}

body { letter-spacing: .015em; }
.site-header.is-scrolled { background: rgba(255,255,255,.96); }
.brand { gap: 18px; }
.brand-monogram {
  width: 54px;
  height: 28px;
  overflow: hidden;
}
.brand-monogram::before {
  inset: 0;
  border: 0;
  background: linear-gradient(90deg, var(--rust), #afbdc1);
  transform: none;
}
.brand-monogram::after { display: none; }
.brand strong {
  color: var(--rust);
  font: 700 18px/1 var(--sans);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand small { color: var(--ink); letter-spacing: .26em; }
.nav-contact { border-color: var(--rust); color: var(--rust); }
.nav-contact:hover { color: var(--white); background: var(--rust); }

.hero h1,
.intro h2,
.section-heading h2,
.about-copy h2,
.contact-section h2,
.practice-card h3,
.process-list h3,
.legal-content > h1,
.legal-content h2 {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
}
.hero h1 { color: var(--rust); font-size: clamp(3.8rem, 7.6vw, 7.4rem); line-height: .94; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: var(--ink); font-style: normal; font-weight: 300; }
.eyebrow, .section-number { color: var(--rust); }
.button-primary { background: var(--rust); }
.button-primary:hover { background: var(--ink); }
.hero-card {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 20px 20px 0 #d3dcde;
}
.hero-card::before { border-color: rgba(74,0,107,.2); }
.hero-card-mark {
  width: 100%;
  height: 52px;
  display: block;
  border: 0;
  color: transparent;
  background: linear-gradient(90deg, var(--rust), #c6d0d2 70%, rgba(255,255,255,0));
  transform: none;
}
.statement { font-family: var(--sans); font-style: normal; font-weight: 500; }
.card-rule { height: 3px; background: var(--rust); }
.practice-card-dark { background: var(--rust); }
.practice-card-dark .card-kicker { color: #d0d9db; }
.practice-card-dark li { border-color: rgba(255,255,255,.25); }
.practice-card h3 { letter-spacing: -.035em; }
.about-section { background: var(--rust); }
.about-name { color: rgba(255,255,255,.09); font-family: var(--sans); font-weight: 700; font-style: normal; text-transform: uppercase; }
.signature { color: #d0d9db; font-family: var(--sans); font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-section { background: var(--ink); }
.contact-section .section-number, .contact-details span { color: #d0d9db; }
.button-light:hover { background: #d0d9db; }
.legal-content strong { color: var(--rust); }
