:root {
  --ink: #061f38;
  --muted: #68727c;
  --line: #ddd4c8;
  --paper: #fffdfa;
  --soft: #f3efe8;
  --gold: #bd9b72;
  --gold-dark: #9b7650;
  --max: 1200px;
  --pad: clamp(1.25rem, 4vw, 3.5rem);
  --radius: 1.2rem;
  --shadow: 0 28px 80px rgba(6, 31, 56, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
address { font-style: normal; }

.shell { width: min(100% - (2 * var(--pad)), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.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; top: .75rem; left: .75rem; z-index: 999; transform: translateY(-180%); background: var(--ink); color: #fff; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; inset-inline: 0; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled, .legal-page .site-header { background: rgba(255,255,255,.93); box-shadow: 0 1px 0 rgba(6,31,56,.10); backdrop-filter: blur(16px); }
.header-inner { min-height: 6.3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; width: auto; color: var(--ink); text-decoration: none; }
.brand-mark { width: clamp(3rem, 4.5vw, 3.75rem); height: clamp(3rem, 4.5vw, 3.75rem); object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: grid; gap: .16rem; line-height: 1; }
.brand-copy strong { font-size: clamp(.92rem, 1.45vw, 1.15rem); letter-spacing: .30em; font-weight: 600; }
.brand-copy small { font-size: clamp(.50rem, .82vw, .64rem); letter-spacing: .19em; font-weight: 650; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 2.5rem); }
.site-nav a { font-size: .88rem; font-weight: 650; letter-spacing: .02em; text-decoration: none; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 50%; background: var(--soft); padding: .75rem; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: .35rem 0; background: var(--ink); transition: transform .2s ease; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding-top: 8rem; background: linear-gradient(145deg, #fffdfa 0%, #f8f4ed 58%, #efe6da 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(189,155,114,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(189,155,114,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 78%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 42rem; height: 42rem; right: -16rem; top: -14rem; border: 1px solid rgba(189,155,114,.38); }
.hero-shape-two { width: 21rem; height: 21rem; right: 16rem; bottom: -12rem; background: rgba(189,155,114,.13); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(18rem,.62fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: clamp(4rem, 8vw, 7rem); }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.045em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero h1 { max-width: 11ch; font-size: clamp(3.4rem, 7.4vw, 7rem); }
.hero h1 em { color: var(--gold); font-weight: 500; }
.hero-lead { max-width: 42rem; margin: 2rem 0 0; color: #4f5d68; font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.3rem; padding: .8rem 1.35rem; border-radius: 999px; font-size: .9rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 12px 34px rgba(6,31,56,.22); }
.button-primary:hover { background: #0c355c; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { color: var(--gold); }
.hero-card { min-height: 34rem; border-radius: var(--radius); background: rgba(255,253,250,.90); border: 1px solid rgba(189,155,114,.34); box-shadow: var(--shadow); padding: clamp(1.5rem, 3vw, 2.25rem); display: flex; flex-direction: column; justify-content: space-between; backdrop-filter: blur(10px); transform: rotate(1.5deg); }
.card-index { color: var(--muted); font-size: .78rem; letter-spacing: .12em; }
.monogram { display: flex; justify-content: center; align-items: center; padding: 1rem; }
.monogram img { width: 100%; max-width: 22rem; max-height: 23rem; object-fit: contain; }
.hero-card-copy { display: grid; gap: .45rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-card-copy span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.hero-foot { position: relative; display: flex; justify-content: space-between; padding-bottom: 2rem; color: var(--muted); font-size: .8rem; letter-spacing: .04em; }
.scroll-hint { text-decoration: none; font-weight: 700; }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); }
.intro h2, .contact h2, .principles h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
.prose-large { max-width: 45rem; }
.prose-large > p { margin: 0 0 1.5rem; font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.65; }
.prose-large .quiet-note { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }

.section-dark { color: #fff; background: var(--ink); }
.section-dark .eyebrow { color: #d4b48b; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.section-heading > p { max-width: 30rem; margin: 0; color: #c3c9cf; font-size: 1.12rem; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 5rem; border-top: 1px solid rgba(255,255,255,.17); }
.principle { min-height: 22rem; padding: 2rem clamp(1.5rem, 3vw, 2.5rem) 1rem 0; border-right: 1px solid rgba(255,255,255,.17); }
.principle + .principle { padding-left: clamp(1.5rem, 3vw, 2.5rem); }
.principle:last-child { border-right: 0; }
.principle-number { display: block; color: #d4b48b; font-size: .75rem; letter-spacing: .14em; margin-bottom: 5rem; }
.principle h3 { font-size: 1.55rem; letter-spacing: -.02em; }
.principle p { color: #c3c9cf; margin: 1.2rem 0 0; }

.contact { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-intro { max-width: 32rem; color: var(--muted); font-size: 1.15rem; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.5rem); box-shadow: 0 24px 60px rgba(6,31,56,.09); }
.contact-row { display: grid; grid-template-columns: 7rem 1fr; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.contact-row > span:first-child { color: var(--muted); font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-row a { font-weight: 700; }
.contact-button { margin-top: 2rem; width: 100%; }

.site-footer { color: #d0d6dc; background: #031426; padding: 4.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr .7fr; gap: 3rem; }
.footer-brand { display: block; width: min(18rem, 100%); background: #fff; border-radius: .45rem; padding: .45rem .65rem; }
.footer-note { margin: 1rem 0 0; color: #98a2ab; }
.footer-contact { line-height: 1.8; }
.footer-contact strong { color: #fff; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-links a { color: #fff; text-decoration: none; }
.footer-links a:hover { color: #d4b48b; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.14); color: #8f9ba6; font-size: .78rem; }

.legal-main { padding-top: 6.3rem; }
.legal-hero { padding: clamp(5rem, 10vw, 8rem) 0 4rem; background: linear-gradient(145deg,#fffdfa,#f1e9de); border-bottom: 1px solid var(--line); }
.legal-shell { max-width: 860px; }
.legal-hero h1 { font-size: clamp(3.3rem, 7vw, 6.5rem); }
.legal-hero > .shell > p:last-child { max-width: 40rem; color: var(--muted); font-size: 1.15rem; }
.legal-content { padding-top: 5rem; }
.legal-block { padding: 0 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-block:last-child { border-bottom: 0; }
.legal-block h2 { font-family: inherit; font-size: 1.15rem; font-weight: 800; letter-spacing: -.015em; margin-bottom: 1rem; }
.legal-block p { max-width: 48rem; margin: .65rem 0; color: #3f3f46; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 4rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(189,155,114,.75); outline-offset: 4px; border-radius: .2rem; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 25rem; max-width: 34rem; }
  .intro-grid, .contact-grid, .section-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle { min-height: auto; padding: 2rem 0 3rem !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .principle:last-child { border-bottom: 0; }
  .principle-number { margin-bottom: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 1.25rem; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 5.2rem; }
  .brand { width: auto; }
  .brand-copy small { max-width: 10.5rem; }
  .nav-toggle { display: block; z-index: 3; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; background: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 7rem var(--pad) 3rem; transform: translateY(-105%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 12vw, 4rem); font-weight: 500; letter-spacing: -.04em; }
  .hero { padding-top: 6rem; }
  .hero-grid { padding-block: 3rem 5rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-actions { flex-wrap: wrap; }
  .hero-foot { display: none; }
  .hero-card { min-height: 22rem; transform: none; }
  .section { padding-block: 4.5rem; }
  .footer-grid, .legal-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .contact-row { grid-template-columns: 1fr; gap: .25rem; }
}

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

/* Neue Markenwelt: Navy, Gold und warmes Weiß */
.hero-card { position: relative; }
.hero-card::after {
  content: "";
  position: absolute;
  inset: .8rem;
  border: 1px solid rgba(189,155,114,.16);
  border-radius: calc(var(--radius) - .35rem);
  pointer-events: none;
}
.card-index { color: var(--gold-dark); font-weight: 750; }
.hero h1 em { color: var(--gold); }
.contact-card { border-top: 3px solid var(--gold); }
.footer-brand {
  width: min(13.5rem, 100%);
  padding: .75rem;
  background: #fffdfa;
}
.footer-brand img { max-height: 12rem; object-fit: contain; }
@media (max-width: 760px) {
  .brand-copy strong { letter-spacing: .22em; }
  .brand-copy small { letter-spacing: .12em; font-size: .47rem; }
  .monogram img { max-height: 19rem; }
}
