:root {
  --ink: #0b0c0e;
  --ink-soft: #121419;
  --panel: #16181d;
  --gold: #c7a15a;
  --gold-bright: #e1bd76;
  --silver: #d8d9dc;
  --muted: #92959d;
  --line: rgba(216, 217, 220, 0.13);
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--silver);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.page-shell { overflow: hidden; }

.build-notice { position: fixed; z-index: 30; top: 0; left: 0; right: 0; min-height: 34px; padding: 8px 20px; display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--gold); color: #111216; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.build-notice span { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: #111216; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 34px;
  left: 50%;
  width: min(calc(100% - 48px), var(--max));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
  transition: background .25s, width .25s, padding .25s;
}
.site-header.scrolled {
  width: 100%;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(11, 12, 14, .88);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { position: relative; display: grid; width: 30px; height: 31px; }
.brand-mark span { position: absolute; display: block; width: 2px; background: var(--gold); transform: skewX(-27deg); }
.brand-mark span:nth-child(1) { height: 25px; left: 3px; top: 5px; }
.brand-mark span:nth-child(2) { height: 30px; left: 13px; top: 0; }
.brand-mark span:nth-child(3) { height: 21px; left: 23px; top: 9px; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; }
.brand-copy strong { font-size: 18px; letter-spacing: .17em; color: #f1f1f2; }
.brand-copy em { margin-top: 7px; color: var(--gold); font-size: 10px; font-style: normal; letter-spacing: .43em; }
.desktop-nav { display: flex; gap: clamp(28px, 4vw, 65px); }
.desktop-nav a { position: relative; color: #b7b9be; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-call { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.header-call span { color: var(--muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.header-call strong { color: #f2f2f3; font-size: 14px; letter-spacing: .04em; }

.hero {
  position: relative;
  min-height: 830px;
  padding: 155px max(24px, calc((100vw - var(--max)) / 2)) 84px;
  display: grid;
  grid-template-columns: minmax(430px, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(20px, 5vw, 84px);
  background:
    radial-gradient(circle at 72% 48%, rgba(199,161,90,.11), transparent 33%),
    linear-gradient(135deg, #0b0c0e 0%, #0e1013 60%, #090a0b 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, transparent 0, black 60%, transparent 100%); }
.hero::after { content: ""; position: absolute; right: -150px; top: 90px; width: 520px; height: 1px; background: var(--gold); transform: rotate(-48deg); opacity: .42; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 35px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; color: #f1f1f2; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(60px, 6.2vw, 104px); }
h1 span, h2 span { color: var(--gold-bright); font-style: italic; }
.hero-lead { max-width: 625px; margin: 30px 0 0; color: #aeb1b7; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-primary { background: var(--gold); color: #111216; }
.button-primary:hover { background: var(--gold-bright); }
.button-ghost { border-color: rgba(255,255,255,.2); color: #e4e4e5; }
.button-ghost:hover { border-color: var(--gold); }
.trust-row { margin-top: 58px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-row div { display: flex; align-items: center; gap: 10px; }
.trust-row span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.trust-row strong { color: #b9bbc0; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.hero-visual { min-height: 570px; display: grid; place-items: center; border: 1px solid rgba(199,161,90,.2); background: linear-gradient(135deg, rgba(255,255,255,.025), rgba(255,255,255,0)); clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 5% 100%, 0 93%); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; width: 70px; height: 70px; border-color: var(--gold); opacity: .65; }
.hero-visual::before { top: 18px; left: 18px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.hero-visual::after { right: 18px; bottom: 18px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.visual-label, .visual-index { position: absolute; top: 33px; color: var(--muted); font-size: 9px; letter-spacing: .23em; }
.visual-label { left: 110px; }
.visual-index { right: 34px; color: var(--gold); }
.car-drawing { width: 96%; overflow: visible; }
.construction-lines { fill: none; stroke: #9a9da4; stroke-width: .6; stroke-dasharray: 4 8; opacity: .22; }
.car-lines { fill: none; stroke: #d2b06e; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; filter: drop-shadow(0 0 6px rgba(199,161,90,.18)); }
.measure-lines { fill: #858990; stroke: #858990; stroke-width: .7; font-size: 8px; letter-spacing: 1.8px; }
.visual-note { position: absolute; bottom: 34px; left: 38px; display: flex; gap: 10px; align-items: center; color: #a7a9ae; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.visual-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(199,161,90,.1); }

.expertise { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: #f1f0ed; color: #23262a; }
.expertise .eyebrow { color: #947238; }
.section-heading { display: grid; grid-template-columns: .7fr 1.25fr .85fr; column-gap: 70px; align-items: end; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .process h2, .contact-section h2 { color: #17191c; font-size: clamp(44px, 4.5vw, 72px); }
.section-heading > p:last-child { margin: 0 0 5px; color: #676b72; font-size: 16px; line-height: 1.75; }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbc9c4; border-left: 1px solid #cbc9c4; }
.service-card { position: relative; min-height: 370px; padding: 36px 30px; border-right: 1px solid #cbc9c4; border-bottom: 1px solid #cbc9c4; background: rgba(255,255,255,.22); transition: background .25s, transform .25s; }
.service-card:hover { background: #fff; transform: translateY(-5px); }
.service-card.featured { background: #16181c; color: #d7d9dc; }
.service-card.featured:hover { background: #1c1f24; }
.card-number { position: absolute; top: 26px; right: 26px; color: #a09d96; font-size: 10px; letter-spacing: .16em; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #b99759; color: #9c783a; }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.service-card.featured .service-icon { color: var(--gold-bright); }
.service-card h3 { margin: 38px 0 16px; color: #1a1c20; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.18; }
.service-card.featured h3 { color: #f0f0f1; }
.service-card p { margin: 0; color: #73767d; font-size: 14px; line-height: 1.7; }
.service-card.featured p { color: #aeb0b5; }
.service-card a { position: absolute; left: 30px; bottom: 31px; color: var(--gold-bright); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.service-card a span { margin-left: 8px; font-size: 16px; }
.process { margin-top: 120px; padding-top: 80px; border-top: 1px solid #cbc9c4; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c6c3bd; }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; padding: 27px 0; border-bottom: 1px solid #c6c3bd; }
.process-steps li > span { color: #a17b3d; font-family: Georgia, serif; font-size: 16px; }
.process-steps strong { color: #24262a; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.process-steps p { margin: 7px 0 0; color: #777a80; font-size: 14px; }

.contact-section { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 145px); background: #101216; }
.contact-section h2 { color: #f0f0f1; }
.contact-lead { max-width: 580px; margin: 28px 0 0; color: #a4a7ad; font-size: 16px; line-height: 1.75; }
.direct-contact { margin-top: 52px; display: grid; gap: 18px; }
.direct-contact a, .direct-contact > div { padding: 0 0 17px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.direct-contact small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.direct-contact strong { color: #d7d8da; font-size: 14px; font-weight: 500; text-align: right; }
.contact-form { padding: clamp(28px, 4vw, 55px); background: #f2f1ee; color: #1e2024; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.form-topline { margin-bottom: 40px; padding-bottom: 14px; border-bottom: 1px solid #cbc9c4; display: flex; justify-content: space-between; color: #98763e; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form label { display: grid; gap: 10px; margin-bottom: 25px; }
.contact-form label > span { color: #5f6268; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bcbab5; border-radius: 0; padding: 12px 0; background: transparent; color: #181a1d; outline: 0; resize: vertical; transition: border-color .2s; }
.contact-form textarea { min-height: 110px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #9b783b; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #999a9d; }
.contact-form .checkbox-field { display: flex; grid-template: none; align-items: flex-start; gap: 11px; }
.checkbox-field input { appearance: none; flex: 0 0 16px; width: 16px; height: 16px; margin: 1px 0 0; border: 1px solid #9b9994; }
.checkbox-field input:checked { background: var(--gold); box-shadow: inset 0 0 0 3px #f2f1ee; }
.contact-form .checkbox-field span { font-size: 9px; line-height: 1.5; letter-spacing: .04em; text-transform: none; }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 15px 0 0; color: #8b8d91; font-size: 10px; line-height: 1.5; text-align: center; }

footer { padding: 45px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); background: #0b0c0e; }
.footer-brand { transform: scale(.82); transform-origin: left center; }
footer > p { color: #7e8187; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.footer-links { justify-self: end; display: flex; align-items: center; gap: 20px; color: #777a80; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links button, .footer-links a { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-transform: uppercase; }
.footer-links button:hover, .footer-links a:hover { color: var(--gold); }
.mobile-contact { display: none; }

.legal-page { min-height: 100vh; padding: 170px max(24px, calc((100vw - 980px) / 2)) 110px; background: radial-gradient(circle at 82% 20%, rgba(199,161,90,.1), transparent 30%), #101216; }
.legal-page-heading { position: relative; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-page-heading::after { content: "SV // RECHT"; position: absolute; right: 0; bottom: 48px; color: #666970; font-size: 9px; letter-spacing: .22em; }
.legal-page h1 { font-size: clamp(58px, 8vw, 92px); }
.legal-page-lead { max-width: 600px; margin: 25px 0 0; color: #9fa2a8; font-size: 16px; line-height: 1.7; }
.legal-panel { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legal-block { min-height: 220px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-block.full { grid-column: 1 / -1; min-height: auto; }
.legal-block-number { display: block; margin-bottom: 30px; color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.legal-block h2 { margin-bottom: 20px; color: #f0f0f1; font-family: Georgia, serif; font-size: 28px; letter-spacing: -.02em; }
.legal-block p { margin: 0; color: #aeb0b5; font-size: 15px; line-height: 1.75; }
.legal-block a { color: var(--gold-bright); }
.legal-back { display: inline-flex; align-items: center; gap: 12px; color: #b7b9be; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.legal-back::before { content: "←"; color: var(--gold); font-size: 17px; }

.legal-modal { width: min(620px, calc(100% - 32px)); border: 1px solid rgba(199,161,90,.35); padding: 50px; background: #17191d; color: #b6b8bd; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.legal-modal::backdrop { background: rgba(2,3,4,.82); backdrop-filter: blur(6px); }
.legal-modal h2 { margin-bottom: 30px; color: #f2f2f2; font-size: 44px; }
.legal-modal p { line-height: 1.7; }
.legal-modal strong { color: #eee; }
.legal-hint { padding-top: 20px; border-top: 1px solid var(--line); color: #8c8f95; font-size: 12px; }
.modal-close { position: absolute; top: 20px; right: 22px; border: 0; background: none; color: #aaa; font-size: 30px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr 1.4fr; }
  .section-heading > p:last-child { grid-column: 2; margin-top: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-section { gap: 70px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); min-height: 76px; }
  .site-header.scrolled { padding: 0 16px; }
  .header-call { display: none; }
  .brand-copy strong { font-size: 15px; }
  .hero { min-height: auto; padding: 125px 20px 65px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .hero-visual { min-height: 340px; margin-top: 25px; }
  .visual-label { left: 74px; }
  .car-drawing { width: 106%; }
  .expertise, .contact-section { padding: 80px 20px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .service-card { min-height: 330px; }
  .process { grid-template-columns: 1fr; gap: 48px; margin-top: 80px; padding-top: 60px; }
  .contact-section { grid-template-columns: 1fr; gap: 50px; }
  .direct-contact a, .direct-contact > div { flex-direction: column; gap: 7px; }
  .direct-contact strong { text-align: left; }
  .contact-form { margin: 0 -4px; padding: 30px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 38px 20px 95px; grid-template-columns: 1fr; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
  .mobile-contact { position: fixed; z-index: 18; left: 12px; right: 12px; bottom: 12px; display: grid; place-items: center; min-height: 52px; background: var(--gold); color: #111216; box-shadow: 0 12px 40px rgba(0,0,0,.4); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .legal-modal { padding: 35px 25px; }
  .legal-page { padding: 125px 20px 75px; }
  .legal-page-heading::after { display: none; }
  .legal-panel { grid-template-columns: 1fr; margin-top: 40px; }
  .legal-block.full { grid-column: auto; }
  .legal-block { min-height: auto; padding: 28px 24px; }
}

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