/* Naturheilpraxis Baden — Design-System
   Übernommen aus dem abgestimmten Konzept 3D (Kombination 3A + 3C). */

:root {
  --bg: #f8f6f1;
  --ink: #23221e;
  --accent: #4f6558;
  --accent-soft: #e9efe9;
  --line: #e6e1d5;
  --muted: #66604f;
  --font-serif: 'Cormorant Garamond', serif;
  --font-sans: 'Inter', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--ink); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img, video { max-width: 100%; display: block; }
h1, h2, h3, h4, .logo, .pull { font-family: var(--font-serif); }

.skip-link { position: absolute; left: -999px; top: auto; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0; z-index: 200; font-size: 0.85rem; }
.skip-link:focus { left: 0; top: 0; }

section { padding: 60px 24px; }
.wrap { max-width: 1080px; margin: 0 auto; }

/* ===== Nav ===== */
.nav { display: flex; justify-content: space-between; align-items: center; padding: 26px 56px; border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 100; }
.logo { font-size: 22px; letter-spacing: .01em; cursor: pointer; }
.nav-links { display: flex; gap: 32px; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a.active { color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-cta { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--ink); padding: 10px 20px; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 30px; height: 24px; background: none; border: none; cursor: pointer; padding: 0; }
.nav-toggle span { display: block; width: 100%; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 560px; }
.hero-media { background: linear-gradient(165deg,#dfe4da,#8a9a86 55%,#3f5347); position: relative; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,24,20,.68) 0%, rgba(20,24,20,0) 42%); z-index: 1; }
.hero-media .byline { position: absolute; left: 40px; bottom: 40px; color: #fff; z-index: 2; }
.hero-media .byline strong { display: block; font-size: 22px; font-weight: 500; }
.hero-media .byline span { font-size: 12px; letter-spacing: .05em; text-transform: uppercase; opacity: .85; }
.hero-text { padding: 64px 60px; display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; font-weight: 600; }
.hero h1 { font-size: 40px; font-weight: 500; line-height: 1.22; margin-bottom: 20px; }
.hero p { font-size: 15.5px; line-height: 1.8; color: var(--muted); margin-bottom: 24px; max-width: 460px; }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.btn-primary { background: var(--ink); color: #fff; padding: 15px 28px; font-size: 13.5px; letter-spacing: .03em; font-weight: 600; border: none; cursor: pointer; font-family: var(--font-sans); display: inline-block; }
.btn-secondary { border: 1px solid var(--ink); color: var(--ink); padding: 14px 26px; font-size: 13.5px; letter-spacing: .03em; font-weight: 600; display: inline-block; }
.cred-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.cred-pill { font-size: 11.5px; letter-spacing: .03em; color: var(--accent); background: var(--accent-soft); padding: 7px 14px; border-radius: 20px; font-weight: 600; }
.cred-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; letter-spacing: .03em; color: var(--accent); background: var(--accent-soft); padding: 5px 14px 5px 5px; border-radius: 20px; font-weight: 600; }
.cred-badge img { width: 26px; height: 26px; border-radius: 50%; display: block; object-fit: cover; }
.training-notice { font-size: 13px; line-height: 1.6; color: var(--muted); background: var(--accent-soft); border-left: 3px solid var(--accent); padding: 10px 16px; margin-top: 16px; max-width: 460px; }

/* ===== Trust bar ===== */
.trust-bar { position: relative; padding: 26px 56px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px 30px; border-bottom: 1px solid var(--line); text-align: center; }
.trust-items-group { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px 30px; }
.trust-bar-label { position: absolute; left: 40px; top: 50%; transform: translateY(-50%); font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.trust-bar a.trust-item { font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--ink); padding: 6px 4px; border-bottom: 1px solid transparent; transition: color .15s, border-color .15s; }
.trust-bar a.trust-item:hover { color: var(--accent); border-color: var(--accent); }

/* ===== Services ===== */
.services h2 { font-size: 32px; font-weight: 500; text-align: center; margin-bottom: 10px; }
.section-sub { text-align: center; color: var(--muted); margin-bottom: 44px; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: #fff; padding: 18px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; color: inherit; text-decoration: none; transition: background .15s; }
a.service-card:hover { background: var(--accent-soft); }
.service-card .icon { font-size: 18px; color: var(--accent); margin: 4px 0 10px; }
.service-card h3 { margin: 0; }
.service-card h3 { font-size: 15.5px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.services-disclaimer { font-size: 12px; color: var(--muted); text-align: center; margin: 34px auto 0; opacity: .8; max-width: 620px; }
.leistungen-cta { text-align: center; margin-top: 28px; }
.leistungen-cta a { font-size: 13px; font-weight: 600; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }

/* ===== Pull quote ===== */
.pull-section { background: var(--ink); color: #fff; padding: 100px 56px; text-align: center; }
.pull { font-size: 30px; font-weight: 500; font-style: italic; max-width: 780px; margin: 0 auto 22px; line-height: 1.5; }
.pull-cite { font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase; opacity: .75; }

/* ===== CTA block ===== */
.cta-block { text-align: center; padding: 90px 40px; }
.cta-block h2 { font-size: 30px; margin-bottom: 14px; }
.cta-block p { color: var(--muted); margin-bottom: 26px; }

/* ===== Über mich ===== */
.about-me { padding: 90px 56px; border-bottom: 1px solid var(--line); }
.about-me .wrap { max-width: 980px; }
.about-me h2 { font-size: 32px; font-weight: 500; margin-bottom: 22px; text-align: center; }
.about-me > .wrap > p { font-size: 16px; line-height: 1.85; color: var(--muted); max-width: 760px; margin: 0 auto 50px; text-align: center; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.about-columns h3 { font-size: 18px; font-weight: 700; letter-spacing: .02em; margin-bottom: 13px; color: var(--accent); }
.timeline-link { color: var(--accent); text-decoration: none; font-size: 12px; margin-left: 2px; }
.timeline-link:hover { text-decoration: underline; }
.shiatsu-link-box { margin-top: 50px; padding: 30px 32px; background: var(--accent-soft); border-radius: 6px; text-align: center; }
.shiatsu-link-box p { color: var(--muted); font-size: 14px; margin-bottom: 14px; max-width: 460px; margin-left: auto; margin-right: auto; }
.shiatsu-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-serif); font-size: 19px; font-weight: 600; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; transition: opacity .15s; }
.shiatsu-link:hover { opacity: .65; }
.timeline { list-style: none; }
.timeline li { display: flex; align-items: baseline; gap: 12px; min-height: 40px; margin-bottom: 20px; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.timeline li:last-child { margin-bottom: 0; }
.timeline .year { flex: 0 0 86px; color: var(--accent); font-weight: 600; font-size: 12.5px; }
.quals { list-style: none; }
.quals li { position: relative; padding-left: 15px; margin-bottom: 10px; font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.quals li:last-child { margin-bottom: 0; }
.quals li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--accent); }

/* ===== Kompetenzen ===== */
.competencies-page { background: var(--accent-soft); padding: 90px 56px; }
.competencies-page .wrap { max-width: 780px; text-align: center; margin: 0 auto; }
.competencies-page h2 { font-size: 32px; font-weight: 500; margin-bottom: 22px; }
.competencies-page > .wrap > p { font-size: 16px; line-height: 1.85; color: var(--muted); }
.komp-signature { font-size: 13px; font-style: italic; color: var(--accent); white-space: nowrap; }
.komp-image { border-radius: 10px; margin: 40px auto; max-width: 640px; box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.komp-blocks { text-align: left; max-width: 720px; margin: 44px auto 0; }
.komp-blocks h3 { font-size: 22px; font-weight: 600; margin: 0 0 14px; color: var(--ink); text-align: center; }
.komp-intro { font-size: 15px; line-height: 1.75; color: var(--ink); margin: 0 0 26px; text-align: center; }
.komp-block { background: var(--bg); border-radius: 8px; padding: 20px 26px; margin-bottom: 14px; }
.komp-block h4 { font-size: 18px; font-weight: 600; margin: 0 0 6px; color: var(--ink); }
.komp-block p { font-size: 14.5px; color: var(--muted); margin: 0 0 10px; line-height: 1.6; }
.komp-block .komp-terms { font-size: 13px; color: var(--accent); font-style: italic; margin: 0; line-height: 1.6; }

/* ===== Kontakt ===== */
.kontakt-page { padding: 90px 56px; border-bottom: 1px solid var(--line); }
.kontakt-page .wrap { max-width: 980px; }
.kontakt-page h2 { font-size: 32px; font-weight: 500; margin-bottom: 16px; text-align: center; }
.kontakt-intro { font-size: 16px; line-height: 1.85; color: var(--muted); max-width: 640px; margin: 0 auto 50px; text-align: center; }
.kontakt-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.kontakt-photo-wrap { border-radius: 10px; overflow: hidden; margin-bottom: 26px; box-shadow: 0 10px 30px rgba(0,0,0,.14); aspect-ratio: 986 / 880; }
.kontakt-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.kontakt-details { list-style: none; }
.kontakt-details li { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-top: 1px solid var(--line); }
.kontakt-details li:first-child { border-top: none; }
.kontakt-label { font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.kontakt-details li > span:last-child { font-size: 15px; color: var(--ink); line-height: 1.5; }
.kontakt-details a { color: var(--ink); font-weight: 600; }
.kontakt-details em { color: var(--muted); font-style: italic; font-size: 13px; }
.kontakt-form { display: flex; flex-direction: column; gap: 18px; background: #fff; padding: 34px; border-radius: 10px; border: 1px solid var(--line); }
.kontakt-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink); }
.kontakt-form input, .kontakt-form textarea { font-family: var(--font-sans); font-size: 14.5px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--bg); }
.kontakt-form input:focus, .kontakt-form textarea:focus { outline: none; border-color: var(--accent); background: #fff; }
.kontakt-form textarea { resize: vertical; min-height: 110px; font-family: inherit; }
.kontakt-form button { align-self: flex-start; border: none; cursor: pointer; margin-top: 4px; }
.kontakt-form-note { font-size: 12px; color: var(--muted); margin-top: -6px; }
.kontakt-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.agb-box { padding: 18px 24px; background: #fff; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 20px; }
.agb-check { display: flex; align-items: flex-start; gap: 12px; }
.agb-check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--accent); flex-shrink: 0; }
.agb-check label { display: block; font-size: 13px; font-weight: 400; line-height: 1.55; }
.agb-check a { color: var(--accent); text-decoration: underline; }
.agb-check input.input-error { outline: 2px solid #c0392b; outline-offset: 3px; accent-color: #c0392b; }

/* ===== FAQ / Leistungen (details/summary) ===== */
.faq-section { padding: 34px 56px 90px; border-top: 1px solid var(--line); }
.faq-section .wrap { max-width: 780px; }
.faq-section h2 { font-size: 28px; font-weight: 500; text-align: center; margin-bottom: 8px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 4px; font-weight: 600; font-size: 15px; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.faq-icon { flex: 0 0 auto; font-size: 20px; line-height: 1; color: var(--accent); transition: transform .2s ease; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-item p { padding: 0 26px 20px 4px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }
.faq-external-link { color: var(--accent); font-weight: 600; border-bottom: 1px solid var(--accent); padding-bottom: 1px; }
.faq-external-link:hover { opacity: .7; }

.leistungen-page { padding: 70px 56px 90px; }
.leistungen-page .wrap { max-width: 780px; }
.leistungen-page h2 { font-size: 32px; font-weight: 500; text-align: center; margin-bottom: 8px; }
.leistungen-page .section-sub { text-align: center; color: var(--muted); font-size: 14.5px; margin-bottom: 34px; max-width: 560px; margin-left: auto; margin-right: auto; }
.leistungen-note { margin: 0 0 40px; padding: 18px 24px; background: var(--accent-soft); border-left: 3px solid var(--accent); border-radius: 6px; font-size: 14.5px; line-height: 1.6; color: var(--ink); text-align: left; }
.leistungen-group-title { font-size: 17px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; margin: 34px 0 12px; color: var(--accent); }
.leistungen-page h3.leistungen-group-title:first-of-type { margin-top: 26px; }

/* ===== Draft notice ===== */
.draft-notice { max-width: 1080px; margin: 20px auto 0; padding: 14px 24px; background: #fff3d6; border: 1px solid #e5cf99; border-radius: 8px; font-size: 0.82rem; color: #6b5527; line-height: 1.55; }
.draft-notice strong { color: #55431a; }
@media (max-width: 640px) { .draft-notice { margin: 16px 16px 0; padding: 14px 18px; } }

/* ===== Legal pages ===== */
.legal h2 { font-size: 1.3rem; margin: 28px 0 10px; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { font-size: 0.92rem; line-height: 1.7; color: var(--muted); margin-bottom: 10px; }
.legal ul { padding-left: 20px; margin-bottom: 10px; }
.legal .placeholder { background: #fff3d6; padding: 1px 6px; border-radius: 4px; color: #6b5527; font-style: normal; }
.legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

footer.sitefoot { text-align: center; padding: 28px 56px; font-size: 12.5px; color: var(--muted); border-top: 1px solid var(--line); }
footer.sitefoot a { color: var(--accent); }
footer.sitefoot a:hover { text-decoration: underline; }

/* ===== Online-Buchung ===== */
.buchung-page { padding: 70px 56px 90px; }
.buchung-page .wrap { max-width: 720px; }
.buchung-page h2 { text-align: center; }
.buchung-page .section-sub { max-width: 560px; margin-left: auto; margin-right: auto; }

.booking-mock { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; margin-bottom: 28px; }
.booking-mock-head { background: var(--bg); padding: 18px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.booking-mock-head strong { font-family: var(--font-serif); font-size: 1.15rem; color: var(--ink); }
.booking-mock-tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); background: var(--accent-soft); padding: 4px 10px; border-radius: 12px; }
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; padding: 24px; }
.cal .day-label { text-align: center; font-size: 0.72rem; color: #8a8570; text-transform: uppercase; padding-bottom: 6px; }
.cal .day { aspect-ratio: 1; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; background: var(--bg); color: #b3ad98; }
.cal .day.avail { background: var(--accent-soft); color: var(--accent); border: 1px solid var(--accent); font-weight: 600; }
.cal .day.selected { background: var(--accent); color: #fff; }
.slots { display: flex; gap: 10px; flex-wrap: wrap; padding: 0 24px 24px; }
.slot { padding: 9px 16px; border-radius: 20px; border: 1px solid var(--line); font-size: 0.82rem; color: var(--ink); }
.slot.picked { background: var(--accent); border-color: var(--accent); color: #fff; }
.booking-note { padding: 0 24px 24px; font-size: 0.82rem; color: #7a7360; }

.policy-list { list-style: none; margin-bottom: 28px; }
.policy-list li { font-size: 0.88rem; line-height: 1.8; padding-left: 18px; position: relative; color: var(--muted); }
.policy-list li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

.book-confirm-btn { margin-top: 4px; width: 100%; text-align: center; padding: 14px; border-radius: 24px; background: #d8d4c8; color: #8a8570; font-size: 0.9rem; font-weight: 600; border: none; cursor: not-allowed; font-family: var(--font-sans); }

@media (max-width: 640px) {
  .buchung-page { padding: 40px 20px 50px; }
  .cal { padding: 16px; gap: 6px; }
  .slots, .booking-note { padding-left: 16px; padding-right: 16px; }
}

/* ===== Blog ===== */
.blog-page { padding: 70px 56px 90px; }
.blog-page .wrap { max-width: 900px; }
.blog-page-eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; font-weight: 600; }
.blog-page h2 { font-size: 42px; font-weight: 500; text-align: left; margin-bottom: 18px; line-height: 1.15; }
.blog-page .section-sub { text-align: left; color: var(--muted); font-size: 15.5px; line-height: 1.7; margin-bottom: 14px; }
.blog-disclaimer { font-size: 13px; font-style: italic; color: var(--muted); line-height: 1.6; margin-bottom: 40px; max-width: 620px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; color: inherit; text-decoration: none; transition: box-shadow .15s; }
.blog-card:hover { box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.blog-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.blog-card-body { padding: 18px 20px; display: flex; flex-direction: column; flex: 1; }
.blog-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: var(--ink); }
.blog-card p { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-bottom: 10px; }
.blog-card .open { font-size: 12.5px; font-weight: 600; color: var(--accent); margin-top: auto; }
.blog-meta { font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.blog-note { font-size: 13px; color: var(--muted); text-align: center; margin-top: 30px; }

.blog-post { padding: 70px 56px 90px; }
.blog-post .wrap { max-width: 760px; }
.blog-post-eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; font-weight: 600; text-align: center; }
.blog-post h1 { font-size: 34px; font-weight: 500; text-align: center; margin-bottom: 14px; line-height: 1.25; }
.blog-post-lead { font-size: 16px; line-height: 1.8; color: var(--muted); text-align: center; max-width: 620px; margin: 0 auto 34px; }
.blog-post-image { width: 100%; border-radius: 10px; margin: 0 auto 40px; max-width: 640px; box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.blog-post h2 { font-size: 22px; font-weight: 600; margin: 38px 0 12px; color: var(--ink); }
.blog-post p { font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 16px; }
.blog-post ul { padding-left: 20px; margin-bottom: 16px; }
.blog-post ul li { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin-bottom: 8px; }
.blog-post ul li strong { color: var(--ink); }
.blog-post-back { text-align: center; margin-top: 50px; }
.blog-table { width: 100%; border-collapse: collapse; margin: 24px 0 30px; font-size: 14px; }
.blog-table th, .blog-table td { text-align: left; padding: 14px 16px; vertical-align: top; border-bottom: 1px solid var(--line); line-height: 1.6; }
.blog-table thead th { font-family: var(--font-sans); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); font-weight: 600; border-bottom: 2px solid var(--accent); }
.blog-table tbody td:first-child { color: var(--ink); font-weight: 600; width: 18%; }
.blog-table tbody td { color: var(--muted); }

/* ===== Mobile ===== */
@media (max-width: 780px) {
  .trust-bar { padding: 22px 24px; flex-direction: column; gap: 10px; }
  .trust-bar-label { position: static; transform: none; }
  .nav { position: relative; flex-wrap: wrap; padding: 18px 24px; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    max-height: 0; overflow: hidden; opacity: 0; padding: 0 24px;
    transition: max-height .3s ease, opacity .25s ease, padding .3s ease;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
    z-index: 30;
  }
  .nav-links.open { max-height: 420px; opacity: 1; padding: 10px 24px 22px; }
  .nav-links a { padding: 14px 0; border-top: 1px solid var(--line); font-size: 15px; text-transform: none; letter-spacing: 0; display: block; }
  .nav-links a:first-child { border-top: none; }
  .service-grid { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 260px; }
  .hero-text { padding: 40px 24px; }
  .hero h1 { font-size: 28px; }
  .about-columns { grid-template-columns: 1fr; gap: 40px; }
  .kontakt-columns { grid-template-columns: 1fr; gap: 32px; }
  .kontakt-page { padding: 40px 20px; }
  .kontakt-form { padding: 24px; }
  .faq-section { padding: 40px 20px 50px; }
  .leistungen-page { padding: 40px 20px 50px; }
  .about-me, .competencies-page { padding: 50px 20px; }
  section { padding: 40px 20px; }
  .blog-page, .blog-post { padding: 40px 20px 50px; }
  .blog-post h1 { font-size: 26px; }
  .blog-table { display: block; overflow-x: auto; white-space: nowrap; }
}
