:root {
  --navy: #000652;
  --navy-deep: #020534;
  --navy-soft: #1e286e;
  --gold: #dcbc67;
  --gold-dark: #977337;
  --cream: #f8f4e9;
  --paper: #f9f9f9;
  --ink: #101225;
  --muted: #666978;
  --shadow: 0 24px 65px rgba(0, 6, 82, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
button, input, select, textarea { font: inherit; }
.inner { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.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: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.privacy-panel[hidden] { display: none; }
.privacy-panel { position: fixed; z-index: 1500; right: 22px; bottom: 22px; left: 22px; width: min(980px, calc(100% - 44px)); margin: 0 auto; padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(0,6,82,.14); border-top: 4px solid var(--gold); box-shadow: 0 24px 70px rgba(0,6,82,.3); opacity: 0; transform: translateY(24px); transition: opacity .22s ease, transform .22s ease; }
.privacy-panel.is-open { opacity: 1; transform: translateY(0); }
.privacy-panel strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 18px; }
.privacy-panel p { max-width: 680px; margin: 0 0 5px; font-size: 14px; line-height: 1.5; }
.privacy-panel a { color: var(--gold-dark); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.privacy-actions { display: flex; align-items: center; gap: 10px; }
.privacy-button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--navy); border-radius: 0; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .035em; cursor: pointer; }
.privacy-button-primary { color: #fff; background: var(--navy); }
.privacy-button-secondary { color: var(--navy); background: #fff; }
.privacy-button:hover, .privacy-button:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; min-height: 118px; padding: 13px max(28px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; transition: background .3s ease, box-shadow .3s ease, min-height .3s ease, padding .3s ease; }
.site-header.is-scrolled { position: fixed; min-height: 88px; padding-top: 7px; padding-bottom: 7px; background: rgba(0, 6, 82, .93); box-shadow: 0 12px 32px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; line-height: 1; }
.brand-centered { grid-column: 2; flex-direction: column; justify-self: center; gap: 6px; min-width: 178px; text-align: center; }
.brand-logo-frame { position: relative; width: 48px; height: 52px; display: block; overflow: hidden; }
.brand-logo-frame img { position: absolute; top: 50%; left: 50%; width: 84px; max-width: none; height: auto; transform: translate(-50%, -50%); }
.brand-name { font-size: 13px; letter-spacing: .11em; }
.brand-name > span, .brand-name > strong { display: block; }
.brand-name > span { font-weight: 400; }
.brand-name strong { font-weight: 800; }
.brand-name small { display: block; margin-top: 6px; color: var(--gold); font-size: 6px; letter-spacing: .24em; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-primary { grid-column: 1; justify-self: start; }
.nav-actions { grid-column: 3; justify-self: end; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--gold); }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(220, 188, 103, .75); }

.hero { --parallax-y: 0px; position: relative; min-height: 900px; color: #fff; background: radial-gradient(circle at 58% 28%, rgba(50, 62, 145, .9), transparent 36%), linear-gradient(120deg, var(--navy-deep), var(--navy) 55%, #101867); clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -10% -5%; opacity: .18; transform: translateY(var(--parallax-y)); background: linear-gradient(90deg, transparent 8%, rgba(255,255,255,.16) 8.3%, transparent 8.6%, transparent 31%, rgba(255,255,255,.12) 31.3%, transparent 31.6%, transparent 72%, rgba(255,255,255,.1) 72.3%, transparent 72.6%), linear-gradient(0deg, transparent 48%, rgba(255,255,255,.12) 48.4%, transparent 48.8%); background-size: 100% 100%, 100% 260px; }
.hero::after { content: ""; position: absolute; z-index: 3; inset: auto 0 0; height: 27%; background: linear-gradient(0deg, rgba(0,6,82,.94), rgba(0,6,82,.42) 46%, transparent 100%); pointer-events: none; }
.hero-geometry { position: absolute; inset: 130px 6% 110px 35%; border: 1px solid rgba(220, 188, 103, .13); transform: skewX(-8deg) translateY(var(--parallax-y)); }
.hero-geometry::before, .hero-geometry::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); }
.hero-geometry::before { inset: 8% -9% 19% 18%; }
.hero-geometry::after { inset: 31% 19% -13% -14%; }
.hero-inner { position: relative; z-index: 2; width: min(1240px, calc(100% - 56px)); min-height: 900px; margin: auto; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; }
.hero-copy { padding: 100px 0 128px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; flex: 0 0 auto; background: currentColor; }
.eyebrow-dark { color: var(--gold-dark); }
.hero h1 { margin: 0; color: #fff; font-size: clamp(70px, 7.1vw, 110px); line-height: .86; letter-spacing: -.062em; }
.role { margin: 21px 0 20px; color: #fff; font-size: 17px; }
.hero-promise { max-width: 610px; margin: 0 0 20px; padding: 13px 0 13px 18px; border-left: 3px solid var(--gold); color: #fff; font-size: clamp(17px, 1.35vw, 21px); font-weight: 650; line-height: 1.45; }
.hero-promise strong { color: var(--gold); }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: #d9dbea; font-size: 18px; line-height: 1.72; }
.button { min-width: 216px; min-height: 51px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 0; border-radius: 2px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.button-gold { background: linear-gradient(135deg, var(--gold), #b8903e); }
.button-gold:hover, .button-gold:focus-visible { background: linear-gradient(135deg, #e3c575, var(--gold-dark)); }
.hero-portrait { position: relative; align-self: end; height: 805px; display: flex; align-items: flex-end; justify-content: flex-end; }
.hero-portrait img { --hero-portrait-y: 0px; position: relative; z-index: 1; width: min(610px, 100%); height: 785px; margin-right: 0; object-fit: contain; object-position: center bottom; border: 0; border-radius: 0; filter: drop-shadow(0 28px 36px rgba(0,0,0,.3)); box-shadow: none; transform: translateY(var(--hero-portrait-y)); will-change: transform; }
.portrait-monogram { display: none; }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 66px; width: 104px; height: 44px; transform: translateX(-50%); }
.scroll-cue span, .scroll-cue::before { position: absolute; content: ""; bottom: 10px; width: 50%; height: 3px; border-radius: 999px; background: var(--gold); box-shadow: 0 1px 8px rgba(230,195,104,.22); }
.scroll-cue span { left: 0; transform: rotate(18deg); transform-origin: right center; }
.scroll-cue::before { right: 0; transform: rotate(-18deg); transform-origin: left center; }
.scroll-cue { animation: cueFloat 1.9s ease-in-out infinite; }

.quote-section { position: relative; z-index: 1; margin-top: -82px; min-height: 890px; padding: 180px 24px 125px; color: #fff; text-align: center; background: linear-gradient(135deg, #dfbf69 0%, #b88d3e 60%, #967034 100%); clip-path: polygon(0 0, 50% 7%, 100% 0, 100% 92%, 50% 100%, 0 92%); overflow: hidden; }
.quote-section::before { content: ""; position: absolute; inset: -40px; opacity: .14; background: radial-gradient(circle at 20% 80%, #fff 0 1px, transparent 2px), radial-gradient(circle at 80% 10%, #fff 0 1px, transparent 2px); background-size: 70px 70px, 95px 95px; animation: goldTextureDrift 15s linear infinite; }
.quote-inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto 58px; }
.quote-inner blockquote { margin-bottom: 18px; font-size: clamp(30px, 4vw, 55px); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.quote-inner p { color: rgba(255,255,255,.86); }
.photo-deck { position: relative; z-index: 3; height: 315px; max-width: 940px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 18px; perspective: 1000px; }
.photo-card { --scroll-y: 0px; --scroll-rotate: 0deg; position: relative; flex: 0 0 auto; width: 154px; height: 226px; margin: 0; overflow: hidden; border-radius: 14px; background: var(--navy); box-shadow: 0 23px 45px rgba(61,37,0,.32); transform: translateY(calc(var(--base-y, 0px) + var(--scroll-y))) rotate(calc(var(--base-rotate, 0deg) + var(--scroll-rotate))); transition: box-shadow .35s ease, scale .35s ease; will-change: transform; }
.photo-card:hover { z-index: 6; scale: 1.045; box-shadow: 0 30px 58px rgba(44,28,0,.4); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 65% 25%, #38428f, transparent 34%), linear-gradient(145deg, #18216f, #03063d); }
.photo-placeholder::before { content: "DS"; position: absolute; color: rgba(220,188,103,.13); font-size: 76px; font-weight: 900; letter-spacing: -.14em; }
.photo-placeholder span { position: relative; z-index: 1; padding: 9px 12px; border: 1px solid rgba(220,188,103,.65); color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.card-one { --base-rotate: -7deg; --base-y: 23px; }
.card-two { --base-rotate: -3deg; --base-y: -7px; width: 168px; height: 248px; }
.card-main { --base-rotate: 2deg; --base-y: -28px; width: 213px; height: 306px; }
.card-main img { object-position: center 29%; }
.card-four { --base-rotate: 6deg; --base-y: -2px; width: 168px; height: 248px; }
.card-five { --base-rotate: -4deg; --base-y: 25px; }
.quote-seals { position: relative; z-index: 5; min-height: 218px; margin: 34px auto 0; display: flex; align-items: center; justify-content: center; gap: 30px; }
.quote-seals > a { width: 150px; height: 180px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; box-shadow: 0 18px 36px rgba(61,37,0,.24); transition: transform .2s ease; }
.quote-seals > a:hover, .quote-seals > a:focus-visible { transform: translateY(-4px); }
.quote-seals > a img { width: 150px; height: 180px; object-fit: cover; object-position: top center; }
.quality-seal { width: 150px; min-height: 150px; display: grid; place-items: center; }
.provenexpert-gate { width: min(390px, 90vw); min-height: 148px; padding: 24px; display: grid; place-items: center; align-content: center; gap: 6px; color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 18px 36px rgba(61,37,0,.24); }
.provenexpert-gate strong { font-size: 23px; }
.provenexpert-gate span { font-size: 13px; }
.provenexpert-gate button { margin-top: 8px; padding: 10px 15px; color: #fff; background: var(--navy); border: 0; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.provenexpert-gate button:hover, .provenexpert-gate button:focus-visible { background: #171f77; outline: 2px solid #fff; outline-offset: 2px; }

.values-stage { --parallax-y: 0px; position: relative; z-index: 0; margin-top: -135px; min-height: 797px; padding: 202px 0 110px; color: #fff; background-image: linear-gradient(rgba(0,6,82,.91), rgba(0,6,82,.94)), url('./assets/david-einblick-02.jpg'); background-size: cover; background-position: center calc(44% + var(--parallax-y)); clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%); overflow: hidden; }
.values-stage::before { content: ""; position: absolute; inset: 0; opacity: .16; background: linear-gradient(90deg, transparent 12%, rgba(255,255,255,.15) 12.2%, transparent 12.4%, transparent 39%, rgba(255,255,255,.12) 39.2%, transparent 39.4%, transparent 78%, rgba(255,255,255,.12) 78.2%, transparent 78.4%); }
.value-ribbons { position: relative; z-index: 2; }
.value-line { min-height: 82px; display: grid; place-items: center; color: #fff; font-size: clamp(32px, 4vw, 56px); font-weight: 800; letter-spacing: -.025em; text-shadow: 0 2px 12px rgba(0,0,0,.22); }
.value-line + .value-line { margin-top: 0; }
.value-line.light, .value-line.navy { min-height: 82px; color: #fff; background: transparent; clip-path: none; }

.about { min-height: 990px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.about-visual { position: relative; min-height: 990px; overflow: hidden; background: linear-gradient(90deg, rgba(255,255,255,.7), rgba(255,255,255,.12)), linear-gradient(0deg, #eef0f4, #fff 60%); }
.about-visual::before { content: ""; position: absolute; inset: 14% 7% 8% 12%; border: 1px solid rgba(0,6,82,.08); box-shadow: 25px 25px 0 rgba(0,6,82,.025), -25px -25px 0 rgba(220,188,103,.08); }
.about-monogram { --about-logo-y: 0px; --about-logo-scale: 1; position: absolute; z-index: 1; top: 70px; left: 5%; width: min(570px, 78%); opacity: .46; transform: translate3d(0, var(--about-logo-y), 0) scale(var(--about-logo-scale)); transform-origin: center top; will-change: transform; pointer-events: none; }
.about-monogram img { width: 100%; height: auto; }
.about-visual > img { --about-portrait-y: 0px; position: absolute; z-index: 2; left: 5%; bottom: 75px; width: 90%; height: 84%; object-fit: contain; object-position: center bottom; border-radius: 0; filter: drop-shadow(0 24px 40px rgba(0,6,82,.2)); box-shadow: none; transform: translateY(var(--about-portrait-y)); will-change: transform; }
.about-visual p { position: absolute; z-index: 3; left: 13%; bottom: 26px; margin: 0; }
.about-visual p strong, .about-visual p span { display: block; }
.about-visual p strong { font-size: 19px; }
.about-visual p span { margin-top: 3px; color: var(--gold-dark); font-size: 12px; }
.about-copy { padding: 125px clamp(35px, 7vw, 120px) 105px clamp(35px, 6vw, 90px); background: linear-gradient(90deg, rgba(255,255,255,.78), #fff); }
h2 { margin-bottom: 35px; color: var(--navy); font-size: clamp(43px, 5vw, 71px); line-height: .96; letter-spacing: -.055em; }
h2 em { color: var(--gold-dark); font-style: normal; }
.about-copy > p:not(.eyebrow) { max-width: 660px; margin-bottom: 20px; color: #2b2d39; font-size: 16px; line-height: 1.7; }
.about-focus { padding-left: 20px; border-left: 3px solid var(--gold); }
.signature { margin: 24px 0 18px; }
.signature-write { --signature-hide: 100%; --signature-opacity: 0; --signature-y: 14px; --signature-scale: 0; position: relative; width: min(390px, 100%); min-height: 76px; display: flex; align-items: center; overflow: hidden; color: var(--gold-dark); }
.signature-write::before { content: "David Schneider"; position: absolute; inset: 0; display: flex; align-items: center; color: rgba(151,115,55,.12); font: 48px/1 "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive; white-space: nowrap; }
.signature-write::after { content: ""; position: absolute; left: 3px; bottom: 7px; width: 92%; height: 2px; background: linear-gradient(90deg, var(--gold-dark), var(--gold), transparent); transform: scaleX(var(--signature-scale)); transform-origin: left center; }
.signature-write span { position: relative; z-index: 1; display: block; padding: 5px 7px 12px 1px; clip-path: inset(0 var(--signature-hide) 0 0); opacity: var(--signature-opacity); font: 48px/1 "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive; white-space: nowrap; transform: translateY(var(--signature-y)); filter: drop-shadow(0 5px 10px rgba(151,115,55,.12)); will-change: clip-path, opacity, transform; }
.text-link { max-width: 560px; padding: 15px 0; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 9vw; }
.section-heading > p { margin-bottom: 38px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.service-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(0,6,82,.14); }
.service-card { min-height: 370px; padding: 38px; display: flex; flex-direction: column; border-right: 1px solid rgba(0,6,82,.14); background: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.service-card:last-child { border-right: 0; }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--navy-soft), var(--navy)); border-top: 5px solid var(--gold); }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-8px); box-shadow: 0 24px 50px rgba(0,6,82,.15); }
.card-number { color: var(--gold-dark); font-size: 11px; font-weight: 800; }
.featured .card-number { color: var(--gold); }
.service-card h3 { margin: 58px 0 15px; font-size: 23px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.featured p { color: #d1d3e4; }
.service-card a { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-card a:hover { color: var(--gold-dark); }
.featured a:hover { color: var(--gold); }

.process { position: relative; color: var(--ink); background: var(--cream); }
.process::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 24px; background: linear-gradient(176deg, #fff 49%, transparent 51%); }
.process-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; }
.process-intro > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.75; }
.steps { position: relative; }
.steps::before { content: ""; position: absolute; top: 40px; bottom: 40px; left: 22px; width: 1px; background: linear-gradient(var(--gold), var(--gold-dark)); }
.step { position: relative; padding: 25px 0; display: grid; grid-template-columns: 48px 1fr; gap: 24px; border-bottom: 1px solid rgba(0,6,82,.14); transition: transform .3s ease, border-color .3s ease; }
.step:hover { transform: translateX(8px); border-color: rgba(151,115,55,.6); }
.step > span { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold-dark); border-radius: 50%; color: var(--gold-dark); background: var(--cream); font-weight: 800; }
.step h3 { margin-bottom: 8px; color: var(--navy); font-size: 20px; }
.step p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }

.locations { position: relative; background: #fff; overflow: hidden; }
.locations::before { content: ""; position: absolute; top: -45px; left: -2%; right: -2%; height: 90px; background: var(--cream); clip-path: polygon(0 0, 50% 78%, 100% 0); }
.locations-heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.locations-heading .eyebrow { justify-content: center; }
.locations-heading h2 { color: #050505; }
.locations-heading p:last-child { color: var(--muted); font-size: 18px; }
.location-list { max-width: 1060px; margin: 0 auto 42px; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; list-style: none; }
.location-list li { position: relative; padding-left: 22px; font-size: 15px; }
.location-list li::before { content: ""; position: absolute; top: .45em; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 4px rgba(0,6,82,.08); }
.location-list .digital::before { background: #fff; border: 3px solid var(--navy); box-sizing: border-box; }
.location-map { --map-scroll-y: 0px; position: relative; width: min(980px, 100%); min-height: 920px; margin: 0 auto -25px; background: #fff; overflow: visible; }
.map-canvas { position: absolute; top: 0; left: 50%; width: min(680px, 76vw); aspect-ratio: 2217 / 3002; transform: translate3d(-50%, var(--map-scroll-y), 0); transform-origin: center center; filter: drop-shadow(0 16px 25px rgba(0,6,82,.08)); will-change: transform; }
.germany-map { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.coverage { position: absolute; z-index: 1; width: 58%; aspect-ratio: 1; border: 3px solid rgba(0,6,82,.33); border-radius: 50%; background: rgba(0,6,82,.34); box-shadow: inset 0 0 0 5px rgba(255,255,255,.08); transform: translate(-50%, -50%); animation: coveragePulse 5.6s ease-in-out infinite; }
.coverage-west { left: 30%; top: 46%; animation-delay: -.8s; }
.coverage-east { left: 68%; top: 31%; animation-delay: -2.5s; }
.coverage-south { left: 49%; top: 73%; animation-delay: -4.1s; }
.map-point { position: absolute; z-index: 3; width: 28px; height: 28px; transform: translate(-50%, -50%); }
.map-point i { position: absolute; inset: 0; border: 4px solid rgba(0,6,82,.2); border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 6px rgba(0,6,82,.16); animation: pointPulse 2.4s ease-in-out infinite; }
.point-erfurt { left: 53%; top: 49%; }
.point-jena { left: 57%; top: 51%; }
.point-halle { left: 62%; top: 44%; }
.point-leipzig { left: 68%; top: 45%; }
.point-chemnitz { left: 69%; top: 53%; }
.point-jena i { animation-delay: -.35s; }
.point-halle i { animation-delay: -.7s; }
.point-leipzig i { animation-delay: -1.05s; }
.point-chemnitz i { animation-delay: -1.4s; }

.reviews { position: relative; z-index: 3; margin-bottom: -95px; padding: 115px 0 190px; background: #fff; clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%); }
.reviews-grid { width: min(1920px, calc(100% - 80px)); margin-inline: auto; }
.reviews-live { width: 100%; min-height: 430px; padding: 0; display: grid; place-items: center; overflow-x: auto; overflow-y: hidden; background: #fff; }
.reviews-placeholder { max-width: 520px; text-align: center; }
.review-loader { width: 42px; height: 42px; margin: 0 auto 20px; display: block; border: 3px solid rgba(0,6,82,.12); border-top-color: var(--gold-dark); border-radius: 50%; animation: loaderSpin 1s linear infinite; }
.reviews-placeholder strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: 22px; }
.reviews-placeholder p { margin-bottom: 24px; color: var(--muted); }
.reviews-placeholder .button { display: none; margin-inline: auto; }
.reviews-live.is-loaded { display: block; min-height: 430px; }
.reviews-live.is-loaded .reviews-placeholder { display: none; }
.reviews-live .pewl { position: relative; width: 100%; min-width: 1000px; margin-inline: auto; transition: box-shadow .25s ease, outline-color .25s ease; }
.reviews-live.is-loaded .pewl { cursor: pointer; }
.reviews-live.is-loaded .pewl::after { content: ""; position: absolute; z-index: 20; inset: 0; }
.reviews-live.is-loaded .pewl:hover { box-shadow: 0 14px 38px rgba(0,6,82,.12); outline: 2px solid rgba(184,141,53,.35); outline-offset: 6px; }
.reviews-live.is-loaded .pewl:focus-visible { box-shadow: 0 14px 38px rgba(0,6,82,.14); outline: 3px solid var(--gold); outline-offset: 7px; }
.reviews-live.review-load-error .review-loader { display: none; }
.reviews-live.review-load-error .reviews-placeholder .button { display: inline-flex; }

.contact { --parallax-y: 0px; position: relative; min-height: 850px; padding: 235px 0 105px; color: #fff; background-image: linear-gradient(90deg, rgba(0,6,82,.96), rgba(0,6,82,.84)), url('./assets/david-about.png'); background-size: cover; background-position: center calc(42% + var(--parallax-y)); border-bottom: 4px solid var(--gold); overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 240px 100%; opacity: .22; }
.contact-shape { display: none; }
.contact-grid { position: relative; z-index: 3; display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; align-items: center; }
.contact-form { display: grid; gap: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label > span:not(.consent span) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 15px 16px; border: 0; border-radius: 0; color: var(--ink); background: rgba(255,255,255,.97); }
.contact-form input, .contact-form select { min-height: 53px; }
.contact-form textarea { min-height: 108px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(220,188,103,.65); outline-offset: 1px; }
.hidden { display: none; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #d9dbea; font-size: 11px; line-height: 1.5; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 2px; padding: 0; accent-color: var(--gold); }
.consent span { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; }
.consent a { text-decoration: underline; }
.contact-form .button { width: 180px; }
.contact-copy h2 { margin-bottom: 26px; color: #fff; font-size: clamp(42px, 4.8vw, 66px); }
.contact-copy h2 em { color: var(--gold); }
.contact-copy > p:not(.eyebrow) { max-width: 570px; color: #d7d9e8; font-size: 17px; line-height: 1.72; }
.contact-copy .text-link { margin-top: 28px; color: #fff; border-color: rgba(255,255,255,.35); }
.social-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; }
.social-link { width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.social-icon { position: relative; width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid rgba(230,195,104,.75); border-radius: 50%; color: var(--gold); transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.instagram-icon::before { content: ""; width: 14px; height: 14px; border: 2px solid currentColor; border-radius: 4px; }
.instagram-icon::after { content: ""; position: absolute; width: 4px; height: 4px; border: 2px solid currentColor; border-radius: 50%; }
.instagram-icon i { position: absolute; top: 9px; right: 9px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.facebook-icon { padding-top: 2px; font-family: Arial, sans-serif; font-size: 24px; font-weight: 800; line-height: 1; text-transform: none; }
.social-link:hover .social-icon { color: var(--navy); background: var(--gold); transform: translateY(-2px); }
.contact-legal { margin-top: 35px; display: flex; gap: 28px; font-size: 13px; }
.contact-legal a:hover { color: var(--gold); }

footer { padding: 55px 0; color: #adb0cc; background: var(--navy-deep); font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.footer-brand { color: #fff; }
.footer-grid p { max-width: 650px; margin: 0; line-height: 1.65; }
.footer-meta { display: grid; justify-items: end; gap: 8px; }
.footer-meta button { padding: 0; color: #d7d9e7; background: transparent; border: 0; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-meta button:hover, .footer-meta button:focus-visible { color: var(--gold); }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .value-line.reveal { transform: translateY(14px) scaleX(.96); }
.js .value-line.reveal.is-visible { transform: translateY(0) scaleX(1); }
.js .value-line:nth-child(2) { transition-delay: .06s; }
.js .value-line:nth-child(3) { transition-delay: .12s; }
.js .value-line:nth-child(4) { transition-delay: .18s; }
.js .value-line:nth-child(5) { transition-delay: .24s; }
.js .value-line:nth-child(6) { transition-delay: .3s; }
.js .service-card:nth-child(2), .js .step:nth-child(2) { transition-delay: .08s; }
.js .service-card:nth-child(3), .js .step:nth-child(3) { transition-delay: .16s; }
.js .step:nth-child(4) { transition-delay: .24s; }
.js .step:nth-child(5) { transition-delay: .32s; }

@keyframes cueFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 10px; }
}
@keyframes coveragePulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .86; }
  50% { transform: translate(-50%, -50%) scale(1.035); opacity: 1; }
}
@keyframes pointPulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(0,6,82,.15); }
  50% { box-shadow: 0 0 0 10px rgba(0,6,82,.04); }
}
@keyframes loaderSpin { to { transform: rotate(360deg); } }
@keyframes goldTextureDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(70px, 95px, 0); }
}

@media (max-width: 1000px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; grid-template-columns: 1.05fr .95fr; }
  .hero h1 { font-size: clamp(62px, 9vw, 90px); }
  .hero-portrait { height: 680px; }
  .hero-portrait img { height: 660px; }
  .portrait-monogram { font-size: 210px; }
  .photo-deck { gap: 12px; transform: scale(.9); }
  .about { grid-template-columns: .9fr 1.1fr; }
  .about-visual, .about { min-height: 900px; }
  .about-copy { padding: 90px 35px; }
  .service-card { padding: 30px; }
  .location-map { min-height: 840px; }
  .map-canvas { width: min(620px, 76vw); }
}

@media (max-width: 760px) {
  .inner { width: calc(100% - 36px); }
  .site-header { min-height: 82px; padding: 7px 18px; }
  .site-header.is-scrolled { min-height: 76px; }
  .site-header nav { gap: 0; }
  .brand-centered { min-width: 150px; }
  .nav-cta { padding: 10px 12px; font-size: 10px; }
  .hero { min-height: auto; clip-path: polygon(0 0,100% 0,100% 96%,50% 100%,0 96%); }
  .hero-inner { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { z-index: 2; padding: 130px 22px 45px; }
  .hero h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-lead { font-size: 16px; }
  .hero-portrait { height: 590px; padding: 0 20px; justify-content: center; }
  .hero-portrait img { width: min(480px, 100%); height: 560px; margin-right: 0; }
  .portrait-monogram { top: 80px; left: 5%; font-size: 190px; }
  .scroll-cue { display: none; }
  .quote-section { margin-top: -35px; min-height: 680px; padding: 120px 18px 95px; clip-path: polygon(0 0,50% 4%,100% 0,100% 96%,50% 100%,0 96%); }
  .quote-inner blockquote { font-size: clamp(28px, 9vw, 42px); }
  .photo-deck { width: 780px; height: 270px; margin-left: 50%; gap: 10px; transform: translateX(-50%) scale(.73); }
  .quote-seals { margin-top: 12px; gap: 18px; transform: scale(.9); }
  .values-stage { margin-top: -68px; min-height: 643px; padding: 123px 0 85px; }
  .value-line { min-height: 72px; font-size: clamp(25px, 8vw, 38px); }
  .about { grid-template-columns: 1fr; }
  .about, .about-visual { min-height: 760px; }
  .about-visual { height: 760px; }
  .about-copy { padding: 78px 22px; }
  .section { padding: 80px 0; }
  .section-heading, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .section-heading > p { margin-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; border-right: 0; border-bottom: 1px solid rgba(0,6,82,.14); }
  .service-card:last-child { border-bottom: 0; }
  .location-map { min-height: 690px; margin-bottom: -15px; }
  .map-canvas { width: min(510px, 91vw); }
  .map-point { width: 22px; height: 22px; }
  .map-point i { border-width: 3px; box-shadow: 0 0 0 4px rgba(0,6,82,.16); }
  .reviews { margin-bottom: -55px; padding: 80px 0 120px; clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); }
  .reviews-grid { width: calc(100% - 28px); }
  .reviews-live { min-height: 340px; }
  .reviews-live.is-loaded { min-height: 340px; }
  .reviews-live.mobile-reviews .review-loader { display: none; }
  .reviews-live.mobile-reviews .reviews-placeholder .button { display: inline-flex; }
  .reviews-live .pewl { min-width: 980px; }
  .contact { min-height: auto; padding: 170px 0 80px; background-position: 62% calc(40% + var(--parallax-y)); }
  .contact-grid { align-items: start; }
  .contact-copy { grid-row: 1; }
  .contact-form { grid-row: 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { justify-items: start; }
  .privacy-panel { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); padding: 18px; grid-template-columns: 1fr; gap: 15px; }
  .privacy-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-button { width: 100%; }
}

@media (max-width: 480px) {
  .brand-centered { min-width: 126px; }
  .brand-name { font-size: 9px; }
  .brand-logo-frame { width: 39px; height: 43px; }
  .brand-logo-frame img { width: 70px; }
  .nav-cta { padding: 8px 9px; font-size: 9px; }
  .hero-portrait { height: 500px; }
  .hero-portrait img { height: 485px; border-radius: 0; }
  .form-row { grid-template-columns: 1fr; }
  h2 { font-size: clamp(38px, 12vw, 52px); }
  .about-visual, .about { min-height: 680px; }
  .about-visual { height: 680px; }
  .about-visual > img { left: 8%; width: 84%; height: 72%; }
  .about-monogram { top: 86px; left: 12%; width: 72%; opacity: .38; }
  .signature-write, .signature-write::before, .signature-write span { font-size: 40px; }
  .location-map { min-height: 545px; }
  .map-canvas { width: min(400px, 94vw); }
  .quote-seals { transform: scale(.78); margin-inline: -38px; }
  .map-point { width: 19px; height: 19px; }
  .privacy-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .photo-card { --scroll-y: 0px !important; --scroll-rotate: 0deg !important; }
  .about-monogram { --about-logo-y: 0px !important; --about-logo-scale: 1 !important; }
  .signature-write { --signature-hide: 0% !important; --signature-opacity: 1 !important; --signature-y: 0px !important; --signature-scale: 1 !important; }
}
