/* ============================================================
   BERTHÉ — CONCEPT C "MODERN"
   Approachable and contemporary: soft gradients, rounded cards,
   tabbed services and a sticky mobile call-to-action. Speaks to
   16–27 year olds while keeping an institutional tone.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: clip; }
/* `clip` (not `hidden`) keeps the sticky nav working while the off-canvas
   mobile menu sits outside the viewport */
body { overflow-x: clip; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  transition: background .4s, color .4s;
}
body.no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1180px, 92vw); margin: 0 auto; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 1000; background: var(--accent); color: var(--on-accent); padding: 12px 20px; border-radius: 0 0 10px 0; }
.skip:focus { left: 0; }

#scrollProgress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; background: var(--accent); transform: scaleX(0); transform-origin: 0 50%; }

/* ---------- navigation: floating pill ---------- */
.nav { position: sticky; top: 0; z-index: 120; padding: 14px 0; transition: padding .3s; }
.nav.is-scrolled { padding: 8px 0; }
.nav__in {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 8px 8px 18px; transition: box-shadow .3s;
}
.nav.is-scrolled .nav__in { box-shadow: 0 12px 34px rgba(12,24,38,.12); }
.nav__brand img { height: 40px; width: auto; border-radius: 8px; }
[data-theme="nacht"] .nav__brand img { background: #fff; padding: 3px 5px; }
.nav__links { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav__links a {
  color: var(--text); text-decoration: none; font-size: .86rem; font-weight: 500;
  padding: 9px 13px; border-radius: 999px; white-space: nowrap; transition: background .2s, color .2s;
}
.nav__links a:hover { background: var(--bg-2); }
.nav__links a.is-active { background: var(--accent-3); color: var(--accent); font-weight: 600; }
.nav__cta {
  background: var(--accent); color: var(--on-accent); padding: 12px 22px; border-radius: 999px;
  font-size: .87rem; font-weight: 600; text-decoration: none; white-space: nowrap;
  transition: background .2s, transform .2s;
}
.nav__cta:hover { background: var(--accent-2); transform: translateY(-2px); text-decoration: none; }
.burger { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--accent); color: var(--on-accent); cursor: pointer; padding: 0; place-items: center; }
.burger span { display: block; width: 18px; height: 2px; background: currentColor; position: relative; border-radius: 2px; }
.burger span::before, .burger span::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
@media (max-width: 1120px) { .nav__links a { font-size: .8rem; padding: 8px 10px; } }
@media (max-width: 980px) {
  .burger { display: grid; }
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); background: var(--surface);
    flex-direction: column; align-items: stretch; gap: 6px; padding: 100px 22px 22px;
    transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
    box-shadow: -20px 0 60px rgba(12,24,38,.2); overflow-y: auto; border-radius: 0;
  }
  .nav.menu-open .nav__links { transform: none; }
  .nav__links a { font-size: 1rem; padding: 13px 16px; }
  .nav__cta { display: none; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: 999px;
  font-weight: 600; font-size: .95rem; text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: transform .2s, background .2s, border-color .2s, color .2s, box-shadow .25s;
}
.btn:hover { transform: translateY(-3px); text-decoration: none; }
.btn--primary { background: var(--accent); color: var(--on-accent); box-shadow: 0 10px 26px var(--glow); }
.btn--primary:hover { background: var(--accent-2); box-shadow: 0 16px 34px var(--glow); }
.btn--ghost { border-color: var(--line); color: var(--text); background: var(--surface); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--light { background: #fff; color: var(--accent); }
[data-theme="nacht"] .btn--light { background: var(--surface); color: var(--text); }

/* ---------- section scaffolding ---------- */
.section { padding: clamp(60px, 7.5vw, 106px) 0; }
.section--alt { background: var(--bg-2); }
.section__head { max-width: 720px; margin: 0 0 clamp(34px, 4vw, 54px); }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  color: var(--accent); background: var(--accent-3); border-radius: 999px; padding: 7px 16px; margin-bottom: 16px;
}
.section__title { font-size: clamp(1.9rem, 3.8vw, 2.9rem); line-height: 1.15; margin: 0 0 16px; font-weight: 800; letter-spacing: -.02em; }
.section__lead { color: var(--text-muted); font-size: 1.04rem; margin: 0; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(30px, 5vw, 64px) 0 clamp(50px, 6vw, 90px); overflow: hidden; }
.hero__mesh {
  position: absolute; inset: -20% -10% auto -10%; height: 130%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(closest-side at 22% 26%, color-mix(in srgb, var(--accent) 34%, transparent), transparent),
    radial-gradient(closest-side at 78% 16%, color-mix(in srgb, var(--accent-2) 28%, transparent), transparent),
    radial-gradient(closest-side at 60% 62%, color-mix(in srgb, var(--accent) 18%, transparent), transparent);
  filter: blur(20px); opacity: .5;
}
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 600;
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; margin-bottom: 22px;
  box-shadow: 0 6px 18px rgba(12,24,38,.07);
}
.hero__eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: block; }
.hero__title { font-size: clamp(2.3rem, 5.4vw, 3.9rem); line-height: 1.06; margin: 0 0 20px; font-weight: 800; letter-spacing: -.03em; }
.hero__title em { font-style: normal; color: var(--accent); }
.hero__lead { font-size: 1.1rem; color: var(--text-muted); margin: 0 0 30px; max-width: 52ch; }
.hero__cta { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 32px; }
.hero__badges { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.hero__badges li { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; color: var(--text-muted); }
.hero__badges svg { width: 20px; height: 20px; flex: none; color: var(--accent); margin-top: 2px; }

.hero__media { position: relative; }
.hero__media img { width: 100%; height: clamp(340px, 42vw, 500px); object-fit: cover; border-radius: 28px; }
.hero__chip {
  position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 14px 18px; box-shadow: 0 18px 40px rgba(12,24,38,.16); display: flex; gap: 12px; align-items: center;
}
.hero__chip svg { width: 22px; height: 22px; color: var(--accent); flex: none; }
.hero__chip b { display: block; font-size: .95rem; line-height: 1.2; }
.hero__chip span { font-size: .75rem; color: var(--text-muted); }
.hero__chip--1 { left: -18px; top: 34px; }
.hero__chip--2 { right: -14px; bottom: 40px; }

.hero__stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.hero__stats > div { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px 26px; }
.hero__stats b { display: block; font-size: 2rem; font-weight: 800; color: var(--accent); line-height: 1.1; letter-spacing: -.02em; }
.hero__stats span { font-size: .85rem; color: var(--text-muted); }
@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__chip--1 { left: 10px; } .hero__chip--2 { right: 10px; }
  .hero__stats { grid-template-columns: 1fr; margin-top: 40px; }
}

/* ---------- trust strip ---------- */
.trust { padding: 30px 0; }
.trust__title { text-align: center; font-size: .78rem; color: var(--text-muted); margin: 0 0 16px; }
.trust__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.trust__list li { background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 9px 20px; font-size: .86rem; font-weight: 500; }

/* ---------- about ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.about__media img { width: 100%; height: clamp(300px, 38vw, 440px); object-fit: cover; border-radius: 28px; }
.about__body p { color: var(--text-muted); margin: 0 0 16px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(34px, 4vw, 54px); }
.value { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px; transition: transform .25s, box-shadow .25s; }
.value:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(12,24,38,.12); }
.value h3 { font-size: 1.2rem; margin: 0 0 10px; font-weight: 700; }
.value p { margin: 0; color: var(--text-muted); font-size: .93rem; }
.pills { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.pills li { background: var(--accent-3); color: var(--accent); border-radius: 999px; padding: 8px 17px; font-size: .84rem; font-weight: 600; }
@media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; } .value-grid { grid-template-columns: 1fr; } }

/* ---------- services: tabs ---------- */
.tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 34px; }
.tab {
  border: 1px solid var(--line); background: var(--surface); color: var(--text); font: inherit; font-weight: 600;
  font-size: .92rem; padding: 12px 24px; border-radius: 999px; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.tab:hover { transform: translateY(-2px); border-color: var(--accent); }
.tab.is-active { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.pane { display: none; }
.pane.is-active { display: block; animation: fadeUp .45s cubic-bezier(.2,.8,.2,1); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.pane__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(26px, 4vw, 52px); align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: clamp(26px, 4vw, 44px); }
.pane__in h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 0 0 12px; font-weight: 800; letter-spacing: -.02em; }
.pane__in > div > p { color: var(--text-muted); margin: 0 0 22px; }
.pane__ico { width: 56px; height: 56px; border-radius: 16px; background: var(--accent-3); color: var(--accent); display: grid; place-items: center; margin-bottom: 20px; }
.pane__ico svg { width: 28px; height: 28px; }
.pane ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pane li { display: flex; gap: 12px; align-items: flex-start; background: var(--bg-2); border-radius: 14px; padding: 14px 18px; font-size: .93rem; font-weight: 500; }
.pane li svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 3px; }
.svc-future {
  margin-top: 22px; border: 1px dashed var(--line); border-radius: 22px; padding: 26px 28px;
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap; justify-content: space-between;
}
.svc-future h3 { margin: 0 0 6px; font-size: 1.05rem; }
.svc-future p { margin: 0; font-size: .9rem; color: var(--text-muted); max-width: 62ch; }
.svc-future .svc__tag { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); background: var(--accent-3); border-radius: 999px; padding: 6px 14px; font-weight: 700; white-space: nowrap; }
@media (max-width: 860px) { .pane__in { grid-template-columns: 1fr; } }

/* ---------- process ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 26px 24px;
  position: relative; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.step:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 22px 46px rgba(12,24,38,.12); }
.step__n {
  width: 44px; height: 44px; border-radius: 14px; background: var(--accent); color: var(--on-accent);
  display: grid; place-items: center; font-weight: 800; font-size: 1rem; margin-bottom: 18px;
}
.step h3 { font-size: 1.03rem; margin: 0 0 8px; font-weight: 700; }
.step p { font-size: .87rem; color: var(--text-muted); margin: 0; }
.step--cta { background: var(--accent); color: var(--on-accent); border-color: var(--accent); display: grid; align-content: center; }
.step--cta h3 { color: inherit; font-size: 1.15rem; }
.step--cta p { color: color-mix(in srgb, var(--on-accent) 82%, transparent); margin-bottom: 16px; }
.step--cta a { color: inherit; font-weight: 700; text-decoration: underline; }
@media (max-width: 1000px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }

/* ---------- why us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 26px 24px; transition: transform .25s, box-shadow .25s; }
.why:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(12,24,38,.12); }
.why__ico { width: 46px; height: 46px; border-radius: 14px; background: var(--accent-3); color: var(--accent); display: grid; place-items: center; margin-bottom: 16px; }
.why__ico svg { width: 23px; height: 23px; }
.why h3 { font-size: 1rem; margin: 0 0 8px; font-weight: 700; }
.why p { font-size: .87rem; color: var(--text-muted); margin: 0; }
@media (max-width: 1000px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .why-grid { grid-template-columns: 1fr; } }

/* ---------- funding ---------- */
.fund { position: relative; overflow: hidden; }
.fund__panel {
  background: linear-gradient(140deg, var(--accent), var(--accent-2));
  color: #fff; border-radius: 32px; padding: clamp(34px, 5vw, 62px);
}
[data-theme="nacht"] .fund__panel { color: var(--on-accent); }
.fund__panel .kicker { background: rgba(255,255,255,.18); color: #fff; }
[data-theme="nacht"] .fund__panel .kicker { background: rgba(0,0,0,.18); color: inherit; }
.fund__panel .section__lead { color: rgba(255,255,255,.86); }
[data-theme="nacht"] .fund__panel .section__lead { color: color-mix(in srgb, var(--on-accent) 82%, transparent); }
.fund__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 34px; }
.fund__box { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; padding: 24px 24px; }
[data-theme="nacht"] .fund__box { background: rgba(0,0,0,.16); border-color: rgba(0,0,0,.22); }
.fund__box h3 { font-size: 1.1rem; margin: 0 0 8px; font-weight: 700; }
.fund__box p { margin: 0; font-size: .91rem; color: rgba(255,255,255,.88); }
[data-theme="nacht"] .fund__box p { color: color-mix(in srgb, var(--on-accent) 84%, transparent); }
.fund-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fstep { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; padding: 22px 20px; position: relative; }
[data-theme="nacht"] .fstep { background: rgba(0,0,0,.16); border-color: rgba(0,0,0,.22); }
.fstep b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: #fff; color: var(--accent); font-weight: 800; margin-bottom: 14px; }
[data-theme="nacht"] .fstep b { background: var(--on-accent); color: var(--accent); }
.fstep h3 { font-size: .96rem; margin: 0 0 6px; font-weight: 700; }
.fstep p { font-size: .82rem; margin: 0; color: rgba(255,255,255,.85); }
[data-theme="nacht"] .fstep p { color: color-mix(in srgb, var(--on-accent) 82%, transparent); }
.fund__note { margin-top: 34px; display: flex; gap: 22px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.fund__note p { margin: 0; font-size: 1.02rem; max-width: 58ch; }
@media (max-width: 880px) { .fund__grid { grid-template-columns: 1fr; } .fund-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .fund-steps { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 12px; }
.faq { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq.open { border-color: var(--accent); box-shadow: 0 14px 34px rgba(12,24,38,.10); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font: inherit;
  font-weight: 600; font-size: 1rem; color: var(--text); padding: 21px 60px 21px 26px; position: relative;
}
.faq__q::after {
  content: ''; position: absolute; right: 24px; top: 50%; width: 11px; height: 11px;
  border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: translateY(-70%) rotate(45deg); transition: transform .3s;
}
.faq.open .faq__q::after { transform: translateY(-30%) rotate(-135deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .38s cubic-bezier(.2,.8,.2,1); }
.faq__a p { margin: 0; padding: 0 26px 24px; color: var(--text-muted); font-size: .94rem; }

/* ---------- news ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; transition: transform .28s, box-shadow .28s; }
.post:hover { transform: translateY(-7px); box-shadow: 0 26px 54px rgba(12,24,38,.14); }
.post__img { height: 190px; overflow: hidden; background: var(--accent-3); }
.post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post:hover .post__img img { transform: scale(1.06); }
.post__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post__meta { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.post__meta b { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); background: var(--accent-3); border-radius: 999px; padding: 5px 12px; font-weight: 700; }
.post__meta span { font-size: .78rem; color: var(--text-muted); }
.post h3 { font-size: 1.08rem; margin: 0 0 10px; line-height: 1.4; font-weight: 700; }
.post p { font-size: .89rem; color: var(--text-muted); margin: 0 0 18px; flex: 1; }
.post__link { font-size: .87rem; font-weight: 700; color: var(--accent); display: inline-flex; gap: 7px; transition: gap .25s; }
.post:hover .post__link { gap: 13px; }
.news__foot { text-align: center; margin-top: 38px; }
@media (max-width: 950px) { .news-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .news-grid { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */
.contact__panel { background: var(--surface); border: 1px solid var(--line); border-radius: 32px; padding: clamp(26px, 4vw, 48px); }
.contact__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 52px); align-items: start; }
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .84rem; font-weight: 600; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .94rem; color: var(--text); background: var(--bg-2);
  border: 1px solid transparent; border-radius: 14px; padding: 13px 16px; transition: border-color .2s, background .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: var(--surface); border-color: var(--accent); box-shadow: 0 0 0 3px var(--glow); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check { display: flex; gap: 11px; align-items: flex-start; font-size: .84rem; color: var(--text-muted); }
.check input { margin-top: 3px; accent-color: var(--accent); width: 17px; height: 17px; flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__msg { margin: 0; font-size: .9rem; padding: 13px 18px; border-radius: 14px; display: none; }
.form__msg.is-ok { display: block; background: var(--accent-3); color: var(--accent); }
.form__msg.is-err { display: block; background: rgba(200,60,40,.1); color: #b3402c; }
.form__hint { font-size: .77rem; color: var(--text-muted); margin: 0; }

.info { display: grid; gap: 14px; }
.info__item { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: center; background: var(--bg-2); border-radius: 18px; padding: 16px 18px; }
.info__ico { width: 46px; height: 46px; border-radius: 14px; background: var(--surface); color: var(--accent); display: grid; place-items: center; }
.info__ico svg { width: 21px; height: 21px; }
.info__item h3 { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin: 0 0 3px; font-weight: 700; }
.info__item p { margin: 0; font-size: .95rem; }
.map { margin-top: 20px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 240px; border: 0; display: block; }
.map__foot { padding: 12px 18px; font-size: .84rem; background: var(--bg-2); }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; } .field--row { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.foot { background: var(--bg-2); padding: clamp(48px, 6vw, 78px) 0 0; }
.foot__cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; }
.foot__brand img { height: 52px; width: auto; border-radius: 10px; margin-bottom: 16px; }
[data-theme="nacht"] .foot__brand img { background: #fff; padding: 5px 7px; }
.foot__brand p { font-size: .88rem; color: var(--text-muted); margin: 0; max-width: 42ch; }
.foot h4 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin: 6px 0 16px; font-weight: 700; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot ul a, .foot address a { color: var(--text); text-decoration: none; font-size: .9rem; }
.foot ul a:hover, .foot address a:hover { color: var(--accent); }
.foot address { font-style: normal; font-size: .9rem; color: var(--text-muted); display: grid; gap: 8px; }
.social { display: flex; gap: 10px; margin-top: 16px; }
.social a { width: 40px; height: 40px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; color: var(--text); transition: background .2s, color .2s, transform .2s; }
.social a:hover { background: var(--accent); color: var(--on-accent); border-color: var(--accent); transform: translateY(-3px); }
.social svg { width: 18px; height: 18px; }
.foot__bar { margin-top: clamp(36px, 5vw, 56px); border-top: 1px solid var(--line); padding: 20px 0 100px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .8rem; color: var(--text-muted); }
@media (min-width: 861px) { .foot__bar { padding-bottom: 26px; } }
@media (max-width: 940px) { .foot__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot__cols { grid-template-columns: 1fr; } }

/* ---------- sticky mobile CTA ---------- */
.stickycta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 400;
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 16px 40px rgba(12,24,38,.2); padding: 12px 14px;
  display: none; gap: 10px; align-items: center; justify-content: space-between;
}
.stickycta p { margin: 0; font-size: .84rem; font-weight: 600; min-width: 0; }
.stickycta .btn { white-space: nowrap; }
.stickycta .btn { padding: 11px 18px; font-size: .84rem; }
@media (max-width: 860px) { .stickycta { display: flex; } }

/* ---------- cookie banner ---------- */
.cookie {
  position: fixed; left: 50%; bottom: 18px; transform: translate(-50%, 150%);
  width: min(900px, calc(100vw - 28px)); z-index: 500;
  background: var(--surface); border: 1px solid var(--line); border-radius: 24px;
  box-shadow: 0 26px 60px rgba(12,24,38,.24); padding: 24px 26px;
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.cookie.show { transform: translate(-50%, 0); }
.cookie h3 { font-size: 1rem; margin: 0 0 6px; font-weight: 700; }
.cookie p { margin: 0; font-size: .85rem; color: var(--text-muted); }
.cookie__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie .btn { padding: 11px 20px; font-size: .87rem; }
@media (max-width: 720px) { .cookie { grid-template-columns: 1fr; bottom: 76px; } }

/* ---------- map: Zwei-Klick consent card (loaded only on request) ---------- */
.map__consent {
  min-height: 240px; padding: 30px 26px; background: var(--bg-2);
  display: grid; place-content: center; justify-items: center;
  text-align: center; gap: 10px; border-radius: 20px;
}
.map__pin { width: 34px; height: 34px; color: var(--accent); }
.map__consent h3 { margin: 0; font-size: 1rem; font-weight: 700;  }
.map__consent p { margin: 0; font-size: .85rem; color: var(--text-muted); max-width: 46ch; }
.map__consent .btn { margin-top: 8px; }
.map__remember { display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; color: var(--text-muted); cursor: pointer; }
.map__remember input { accent-color: var(--accent); width: 16px; height: 16px; flex: none; }
.map__policy { font-size: .78rem; color: var(--text-muted); text-decoration: underline; }
.map__policy:hover { color: var(--accent); }
