:root {
  --ink: #171714;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --muted: #67645d;
  --line: rgba(23, 23, 20, .16);
  --magenta-bright: #ff84a8;
  --yellow: #ffd400;
  --cyan: #00a8d6;
  --magenta: #cf2f5f;
  --green: #52ad5a;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(31, 29, 22, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(23,23,20,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,23,20,.035) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  font-family: "Aptos", "Trebuchet MS", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--magenta); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(244,240,231,.92); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 230px; height: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { position: relative; font-size: .84rem; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 3px; transform: scaleX(0); transform-origin: right; background: var(--magenta); transition: transform .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--ink); color: white; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 11ch; font-size: clamp(3.4rem, 8vw, 7.8rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.1rem); line-height: 1.08; }
p { margin: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 6px; background: linear-gradient(90deg, var(--yellow) 25%, var(--magenta) 25% 50%, var(--cyan) 50% 75%, var(--green) 75%); }
.lead { max-width: 52ch; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.section { padding-block: clamp(80px, 10vw, 140px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 48px; margin-bottom: 56px; }
.kicker { color: var(--magenta); font-size: .8rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-size: .84rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(23,23,20,.18); }
.button.accent { border-color: var(--magenta); background: var(--magenta); color: var(--ink); }
.button.light { border-color: var(--line); background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "↗"; color: var(--magenta); font-size: 1.1rem; transition: transform .2s; }
.text-link:hover::after { transform: translate(3px,-3px); }

.hero { position: relative; overflow: hidden; min-height: calc(100svh - 86px); padding: clamp(64px, 8vw, 110px) 0 60px; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0 0 0 52%; background: linear-gradient(90deg, var(--paper) 0, transparent 22%), url("images/hero.jpg") 56% center/cover; }
.hero::after { content: ""; position: absolute; z-index: -1; right: 6vw; bottom: 3vw; width: 28vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.1), 0 0 0 60px rgba(255,255,255,.08); }
.hero-copy { width: min(62%, 720px); }
.hero h1 em { color: var(--magenta); font-style: normal; }
.hero .lead { margin-top: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, auto); width: fit-content; margin-top: 70px; border: 1px solid var(--line); background: rgba(255,253,248,.88); box-shadow: var(--shadow); }
.hero-meta div { padding: 16px 24px; border-right: 1px solid var(--line); }
.hero-meta div:last-child { border: 0; }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-size: .95rem; }
.hero-meta span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.color-bar { display: grid; grid-template-columns: 3fr 2fr 2fr 1fr; height: 9px; }
.color-bar i:nth-child(1) { background: var(--yellow); }.color-bar i:nth-child(2) { background: var(--magenta); }.color-bar i:nth-child(3) { background: var(--cyan); }.color-bar i:nth-child(4) { background: var(--green); }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 440px; padding: 28px; border-radius: var(--radius); background: var(--ink); color: white; box-shadow: var(--shadow); text-decoration: none; }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .66; transition: transform .6s, opacity .4s; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.82)); }
.service-card:hover img { transform: scale(1.055); opacity: .78; }
.service-card-content { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; }
.service-card .num { position: absolute; z-index: 2; top: 24px; right: 26px; font: 700 1rem Georgia,serif; }
.service-card h3 { margin-top: 10px; }
.service-card p { max-width: 45ch; margin-top: 12px; color: rgba(255,255,255,.78); font-size: .94rem; }

.intro-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.intro-image { position: relative; }
.intro-image img { width: 88%; min-height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-image::after { content: "Aus einer Hand"; position: absolute; right: 0; bottom: 32px; display: grid; width: 150px; aspect-ratio: 1; place-items: center; padding: 16px; border-radius: 50%; background: var(--magenta); font: 700 1.25rem/1.05 Georgia,serif; text-align: center; transform: rotate(7deg); }
.intro-copy h2 { margin-bottom: 28px; }
.intro-copy p + p { margin-top: 18px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 27px 1fr; gap: 11px; }
.check-list li::before { content: "✓"; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--magenta); font-size: .8rem; font-weight: 900; }

.process { background: var(--ink); color: white; }
.process .section-head .lead { color: rgba(255,255,255,.62); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.step { padding: 30px 24px 10px 0; border-right: 1px solid rgba(255,255,255,.2); }
.step + .step { padding-left: 24px; }
.step:last-child { border: 0; }
.step b { display: block; margin-bottom: 44px; color: var(--magenta); font: 700 2.2rem Georgia,serif; }
.step p { margin-top: 12px; color: rgba(255,255,255,.65); font-size: .92rem; }

.cta-strip { padding-block: 36px; background: var(--magenta); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { max-width: 760px; font-size: clamp(2.1rem,4vw,4rem); }

.page-hero { padding: clamp(70px,9vw,120px) 0 70px; }
.page-hero .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.page-hero h1 { max-width: 10ch; font-size: clamp(3.4rem,7vw,7rem); }
.page-hero .lead { padding-bottom: 10px; }
.page-image { width: min(calc(100% - 40px), var(--max)); height: min(62vw, 650px); margin: 0 auto; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

.detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.detail-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.detail-card .tag { display: inline-block; margin-bottom: 28px; padding: 5px 10px; border-radius: 999px; background: var(--magenta); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.detail-card p { margin-top: 18px; color: var(--muted); font-size: .94rem; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gallery img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius); }
.gallery img:nth-child(3) { grid-column: 1 / -1; height: 560px; }
.price-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding: clamp(30px,5vw,60px); border-radius: var(--radius); background: var(--ink); color: white; }
.price-box .lead { color: rgba(255,255,255,.65); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.18); text-align: left; }
.price-table th { color: var(--magenta); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.price-table td:last-child { text-align: right; font-weight: 800; }
.fineprint { margin-top: 16px; color: rgba(255,255,255,.55); font-size: .78rem; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,8vw,100px); }
.contact-details { display: grid; gap: 28px; margin-top: 38px; }
.contact-item { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-item span { display: block; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-item a, .contact-item strong { display: inline-block; margin-top: 5px; font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.hours { width: 100%; margin-top: 6px; border-collapse: collapse; font-size: .9rem; }
.hours td { padding: 6px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; }
.contact-form { padding: clamp(26px,5vw,52px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: var(--paper); color: var(--ink); padding: 14px 15px; transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 180px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,168,214,.12); }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: .82rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--ink); }
.form-note { margin-top: 16px; color: var(--muted); font-size: .78rem; }
.honeypot { position: absolute; left: -10000px; }
.status { display: none; margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; font-weight: 800; }
.status.success { display: block; background: #e4f5e8; color: #17652b; }
.status.error { display: block; background: #fde7e8; color: #8c1d28; }

.legal { max-width: 820px; }
.legal h1 { margin-bottom: 40px; font-size: clamp(3rem,7vw,6rem); }
.legal h2 { margin: 52px 0 16px; font-size: 2rem; letter-spacing: -.025em; }
.legal h3 { margin: 34px 0 12px; font: 800 1.1rem/1.3 "Aptos","Trebuchet MS",sans-serif; letter-spacing: 0; }
.legal p + p, .legal ul + p { margin-top: 14px; }
.legal ul { margin: 12px 0; }
.legal-note { margin: 0 0 40px; padding: 18px; border-left: 5px solid var(--magenta); background: var(--white); }

.site-footer { padding: 70px 0 28px; background: #0f0f0d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; padding-bottom: 60px; }
.footer-logo { width: 230px; filter: brightness(0) invert(1); }
.footer-tagline { max-width: 32ch; margin-top: 22px; color: rgba(255,255,255,.58); }
.footer-title { margin-bottom: 16px; color: var(--magenta); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .brand img { width: 190px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 77px 0 auto; display: grid; gap: 0; transform: translateY(-120%); padding: 20px 15px 30px; border-bottom: 1px solid var(--line); background: var(--paper); transition: transform .3s ease; }
  .nav.open { transform: none; }
  .nav a { padding: 15px 10px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-cta { margin-top: 12px; text-align: center; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero::before { inset: 48% 0 0; background: linear-gradient(180deg, var(--paper), transparent 25%), url("images/hero.jpg") center/cover; }
  .hero-copy { width: 100%; }
  .hero-meta { margin-top: 48px; }
  .hero .container { padding-bottom: 48vw; }
  .section-head, .page-hero .container, .intro-split, .price-box, .contact-layout { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: span 6; min-height: 380px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .nav-wrap { min-height: 76px; }
  .hero { min-height: calc(100svh - 76px); }
  h1 { font-size: clamp(3.1rem, 16vw, 5.2rem); }
  .hero-meta { grid-template-columns: 1fr; width: 100%; }
  .hero-meta div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-meta div:last-child { border: 0; }
  .hero .container { padding-bottom: 70vw; }
  .service-card:nth-child(n) { grid-column: 1 / -1; min-height: 400px; }
  .section-head { gap: 24px; }
  .intro-image img { width: 100%; min-height: 400px; }
  .intro-image::after { right: -5px; bottom: -35px; width: 125px; }
  .steps, .detail-grid, .gallery, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .step { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .step + .step { padding-left: 0; }
  .step b { margin-bottom: 20px; }
  .gallery img, .gallery img:nth-child(3) { grid-column: auto; height: 360px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-inner .button { width: 100%; }
  .field { grid-column: 1 / -1; }
  .footer-grid > :first-child { grid-column: auto; }
}

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