:root {
  --ink: #17332f;
  --ink-soft: #39544f;
  --paper: #f5f1e9;
  --white: #fffdf9;
  --sage: #7e9b8e;
  --sage-light: #d8e2db;
  --rust: #bd6a4f;
  --line: rgba(23, 51, 47, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: var(--white); padding: .75rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; max-width: 1440px; margin: 0 auto; padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem); }
.brand { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; }
.brand-logo { display: block; width: clamp(185px, 18vw, 235px); height: auto; }
.brand-mark { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.brand small { margin-top: .25rem; font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 2rem; font-size: .82rem; letter-spacing: .05em; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.header-contact { justify-self: end; font-size: .86rem; font-weight: 700; }
.header-contact span, .text-link span, .contact-details > a > span { margin-left: .35rem; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); min-height: 810px; padding: 10.5rem clamp(1.25rem, 7vw, 7.5rem) 7rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 56vw; height: 56vw; min-width: 650px; min-height: 650px; right: -17vw; top: -19vw; border: 1px solid var(--line); border-radius: 50%; }
.hero-copy { align-self: center; max-width: 700px; padding-right: 4rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--rust); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-bottom: 2rem; font-size: clamp(4rem, 7vw, 7.6rem); line-height: .91; letter-spacing: -.055em; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5vw, 5.8rem); line-height: .98; letter-spacing: -.045em; }
h3 { margin-bottom: .75rem; font-size: 1.15rem; line-height: 1.3; }
.hero-lead { max-width: 580px; color: var(--ink-soft); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.5rem; padding: .8rem 1.45rem; border-radius: 999px; font-size: .9rem; font-weight: 700; }
.button-primary { background: var(--ink); color: var(--white); transition: transform .2s, background .2s; }
.button-primary:hover { transform: translateY(-2px); background: #244842; }
.text-link { border-bottom: 1px solid var(--ink); font-size: .9rem; font-weight: 700; }
.hero-visual { position: relative; align-self: center; aspect-ratio: 4 / 5; max-height: 580px; background: var(--sage); border-radius: 45% 45% 4rem 4rem; box-shadow: 1.5rem 1.5rem 0 var(--sage-light); }
.visual-window { position: absolute; inset: 12% 12% 24%; overflow: hidden; background: linear-gradient(#efe6d7 0 58%, #92a799 58%); border: 1px solid rgba(255,255,255,.6); border-radius: 44% 44% 1.5rem 1.5rem; }
.visual-window::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(23,51,47,.2); }
.sun { position: absolute; top: 19%; right: 18%; width: 3.7rem; height: 3.7rem; background: #d69469; border-radius: 50%; }
.horizon { position: absolute; left: -10%; right: -10%; border-radius: 50% 50% 0 0; }
.horizon-one { bottom: 27%; height: 32%; background: #759282; transform: rotate(-5deg); }
.horizon-two { bottom: -11%; height: 46%; background: #526f64; transform: rotate(5deg); }
.visual-note { position: absolute; left: 12%; right: 12%; bottom: 7%; color: var(--white); }
.visual-note span, .visual-note strong { display: block; }
.visual-note span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.visual-note strong { margin-top: .15rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.hero-foot { position: absolute; left: clamp(1.25rem, 7vw, 7.5rem); right: clamp(1.25rem, 7vw, 7.5rem); bottom: 2.6rem; display: flex; gap: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.intro { display: grid; grid-template-columns: minmax(120px, .28fr) 1fr; background: var(--white); }
.section-label { padding-top: .8rem; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.intro-content { max-width: 1050px; }
.intro-content h2 { max-width: 900px; }
.large-copy { max-width: 820px; color: var(--ink-soft); font-size: clamp(1.2rem, 2vw, 1.55rem); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4.5rem; background: var(--line); border-block: 1px solid var(--line); }
.topic-grid > a { min-height: 260px; padding: 2rem 2rem 1.5rem 0; background: var(--white); transition: color .2s, background .2s; }
.topic-grid > a + a { padding-left: 2rem; }
.topic-grid > a:hover { background: #f9f6f0; }
.topic-grid > a > span { display: block; margin-bottom: 3rem; color: var(--rust); font-size: .7rem; }
.topic-grid p { color: var(--ink-soft); font-size: .94rem; }
.topic-grid b { display: block; margin-top: 1.5rem; font-size: .78rem; }
.all-services { margin-top: 2.5rem; }
.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--ink); color: var(--white); }
.process-heading { align-self: start; position: sticky; top: 3rem; }
.process-heading h2 { max-width: 620px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.5rem; padding: 2.3rem 0; border-top: 1px solid rgba(255,255,255,.22); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.step-number { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: .8rem; }
.process-list h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.process-list p { max-width: 520px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; background: var(--line); padding-block: 0; }
.about-card, .about blockquote { margin: 0; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem); background: var(--paper); }
.about-card h2 { max-width: 720px; }
.about-card > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); }
.about blockquote { display: flex; align-items: center; background: var(--sage-light); font-size: clamp(2rem, 3.7vw, 4.2rem); line-height: 1.08; letter-spacing: -.035em; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 10rem); background: var(--rust); color: var(--white); }
.contact-copy h2 { max-width: 720px; }
.contact-copy .eyebrow { color: #f4d8c9; }
.contact-copy > p:last-child { max-width: 500px; color: rgba(255,255,255,.8); }
.contact-details { align-self: center; }
.contact-details > a, .contact-details > div { position: relative; display: block; padding: 1.35rem 2.5rem 1.35rem 0; border-top: 1px solid rgba(255,255,255,.35); }
.contact-details > div { border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: .3rem; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { overflow-wrap: anywhere; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 400; line-height: 1.3; }
.contact-details > a > span { position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); }
.privacy-note { margin-top: 1.25rem; color: rgba(255,255,255,.75); font-size: .78rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2.4rem clamp(1.25rem, 4vw, 4.5rem); background: #102824; color: var(--white); }
footer p, footer a { margin: 0; color: rgba(255,255,255,.65); font-size: .72rem; }
footer a { justify-self: end; }
footer .brand { justify-self: start; color: var(--white); }
footer .footer-brand { padding: .45rem .7rem; border-radius: .35rem; background: var(--white); }
footer .brand-logo { width: 190px; }
footer > div { display: flex; align-items: center; gap: 1rem; }

.mobile-menu { display: none; }
.solid-header { position: relative; border-bottom: 1px solid var(--line); background: rgba(245,241,233,.96); }
.inner-main { overflow: hidden; }
.page-hero { position: relative; min-height: 570px; padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 9vw, 9rem); border-bottom: 1px solid var(--line); }
.page-hero > div:first-child { position: relative; z-index: 2; max-width: 970px; }
.page-hero h1 { max-width: 980px; margin-bottom: 2rem; font-size: clamp(3.8rem, 7.5vw, 8rem); }
.page-lead { max-width: 790px; color: var(--ink-soft); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.4; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 5.5rem; color: var(--ink-soft); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { border-bottom: 1px solid var(--line); }
.page-orbit { position: absolute; top: -16rem; right: -15rem; width: 46rem; height: 46rem; border: 1px solid var(--line); border-radius: 50%; }
.page-orbit::before, .page-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.page-orbit::before { inset: 8rem; background: var(--sage-light); opacity: .68; }
.page-orbit::after { right: 11rem; bottom: 10rem; width: 7rem; height: 7rem; background: var(--rust); opacity: .82; }
.page-content { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 9vw, 9rem); background: var(--white); }
.page-content > * { max-width: 1180px; margin-inline: auto; }
.page-content > * + * { margin-top: clamp(5rem, 9vw, 9rem); }
.prose-block { max-width: 880px !important; margin-left: max(0px, calc((100% - 1180px) / 2)) !important; }
.prose-block h2, .split-block h2, .price-group h2, .opening-card h2 { font-size: clamp(2.25rem, 4vw, 4.6rem); }
.prose-block p, .prose p { color: var(--ink-soft); font-size: 1.08rem; }
.prose-block a:not(.button), .prose a:not(.button), .legal-copy a { text-decoration: underline; text-underline-offset: .18em; }
.split-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); padding-block: 1rem; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 1.2rem 0 1.2rem 2.4rem; border-top: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: .2rem; color: var(--rust); }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.pill-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2.25rem 0 3rem; }
.pill-list span { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .88rem; }
.service-list { max-width: 1180px !important; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 4rem 1fr auto; gap: 2rem; align-items: start; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.service-row > span { padding-top: .7rem; color: var(--rust); font-size: .72rem; }
.service-row h2 { margin-bottom: .4rem; font-size: clamp(2rem, 4vw, 4rem); transition: padding-left .25s; }
.service-row p { margin-bottom: 0; color: var(--ink-soft); }
.service-row b { padding-top: .8rem; }
.service-row:hover h2 { padding-left: .5rem; }
.notice { max-width: 880px !important; padding: 2rem; border-left: .35rem solid var(--rust); background: var(--paper); }
.notice strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 400; }
.notice p { margin: .5rem 0; color: var(--ink-soft); }
.notice a { font-size: .86rem; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; }
.fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--white); }
.fact-strip > div { padding: 2rem; border-right: 1px solid rgba(255,255,255,.2); }
.fact-strip small, .fact-strip strong { display: block; }
.fact-strip small { margin-bottom: .7rem; color: rgba(255,255,255,.68); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.fact-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.mini-card { padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.mini-card small { color: var(--rust); letter-spacing: .12em; text-transform: uppercase; }
.mini-card h3 { margin-top: 2rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.mini-card p { font-size: 1rem; }
.mini-card b { font-size: .8rem; }
.definition-list { margin-bottom: 3rem; border-top: 1px solid var(--line); }
.definition-list > div { display: grid; grid-template-columns: .6fr 1.4fr; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.definition-list h3, .definition-list p { margin: 0; }
.component-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.component-grid article { min-height: 270px; padding: 2rem; background: var(--white); }
.component-grid article > span { color: var(--rust); font-size: .72rem; }
.component-grid h2 { margin-top: 3rem; font-size: 2.3rem; }
.component-grid p { color: var(--ink-soft); }
.emergency-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.emergency-grid article { min-height: 350px; padding: 2rem; background: var(--paper); }
.emergency-grid span { color: var(--rust); font-size: .72rem; }
.emergency-grid h2 { margin-top: 4rem; font-size: 2.2rem; }
.emergency-grid p { color: var(--ink-soft); }
.timeline { margin: 0 auto; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 5rem 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline li > span { display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); font-size: .75rem; }
.timeline h2 { margin-bottom: .5rem; font-size: 2rem; }
.timeline p { margin: 0; color: var(--ink-soft); }
.price-group h2 { margin-bottom: 2rem; }
.price-table { border-top: 1px solid var(--line); }
.price-table > div { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.price-table strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 400; text-align: right; }
.profile-card { display: grid; grid-template-columns: 6rem 1fr; gap: 2rem; max-width: 880px !important; padding: 3rem; background: var(--sage-light); }
.profile-card .brand-mark { width: 5rem; height: 5rem; font-size: 2rem; }
.profile-card h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.contact-page { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); }
.contact-panel > a { position: relative; display: block; padding: 1.6rem 3rem 1.6rem 0; border-top: 1px solid var(--line); }
.contact-panel > a:last-child { border-bottom: 1px solid var(--line); }
.contact-panel small, .contact-panel strong { display: block; }
.contact-panel small { margin-bottom: .35rem; color: var(--rust); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-panel strong { overflow-wrap: anywhere; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.5vw, 2.2rem); font-weight: 400; }
.contact-panel a > span { position: absolute; top: 50%; right: .4rem; transform: translateY(-50%); }
.opening-card { padding: 2.5rem; background: var(--sage-light); }
.opening-card h2 { margin-bottom: .2rem; font-size: 1.8rem; }
.opening-card p { color: var(--ink-soft); }
.opening-card small { color: var(--ink-soft); }
.legal-copy h2:not(:first-child) { margin-top: 3.5rem; }
.error-page { min-height: 620px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .site-nav, .site-header > .header-contact { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] > div { position: absolute; top: 3rem; right: 0; display: grid; min-width: 240px; padding: .7rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 1rem 2rem rgba(23,51,47,.14); }
  .mobile-menu a { padding: .75rem 1rem; }
  .hero { grid-template-columns: 1fr; gap: 4rem; min-height: auto; padding-top: 9rem; }
  .hero-copy { padding-right: 0; }
  .hero-visual { width: min(100%, 530px); justify-self: end; }
  .hero-foot { position: static; grid-column: 1; flex-wrap: wrap; margin-top: 1rem; }
  .intro { grid-template-columns: 1fr; }
  .section-label { margin-bottom: 2rem; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid > a, .topic-grid > a + a { min-height: 0; padding: 2rem 0; }
  .topic-grid > a > span { margin-bottom: 1rem; }
  .process { grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .about, .contact { grid-template-columns: 1fr; }
  .page-hero { min-height: 500px; }
  .page-orbit { top: -7rem; right: -20rem; opacity: .48; }
  .split-block, .contact-page { grid-template-columns: 1fr; }
  .emergency-grid { grid-template-columns: 1fr; }
  .emergency-grid article { min-height: 0; }
  .emergency-grid h2 { margin-top: 2rem; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header { padding-top: 1.1rem; }
  .site-header .brand-logo { width: 172px; }
  .header-contact { font-size: 0; }
  .header-contact::before { content: "Kontakt"; font-size: .8rem; }
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero { padding-bottom: 4.5rem; }
  .hero-foot { gap: .8rem 1.5rem; }
  .hero-foot span { width: 100%; }
  .hero-visual { box-shadow: .8rem .8rem 0 var(--sage-light); }
  .about-card, .about blockquote { padding: 4.5rem 1.25rem; }
  .about blockquote { min-height: 410px; }
  footer { grid-template-columns: 1fr; }
  footer a { justify-self: start; }
  footer > div { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .page-hero { min-height: 450px; padding-top: 4rem; }
  .page-hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .breadcrumbs { margin-bottom: 3.5rem; }
  .service-row { grid-template-columns: 2.4rem 1fr auto; gap: .65rem; }
  .service-row h2 { font-size: 1.75rem; }
  .fact-strip, .card-grid, .component-grid { grid-template-columns: 1fr; }
  .fact-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .definition-list > div { grid-template-columns: 1fr; gap: .35rem; }
  .timeline li { grid-template-columns: 3.7rem 1fr; gap: .75rem; }
  .profile-card { grid-template-columns: 1fr; padding: 2rem; }
  .price-table > div { grid-template-columns: 1fr; gap: .25rem; }
  .price-table strong { text-align: left; }
}

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