/* ============================================================
   MARKTANKER — Sunset Cinematic × Poster-Editorial v3
   DNA: Pan Am 1968 × Aimé Leon Dore campaign × Wes Anderson titles
        × Vintage Japan travel poster × Brockmann grid
   Massive bold caps display, sunset amber, warm cream,
   cinematic photo treatment, magazine-cover layouts.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');

:root {
  /* Paper — warm sand/parchment */
  --paper: #EDE2C8;
  --paper-2: #E0D2B0;
  --paper-light: #F5ECD6;
  --paper-dark: #D6C497;

  /* Ink — warm cocoa */
  --ink: #1F1611;
  --ink-2: #2D2017;
  --ink-muted: #54422F;  /* darker for better body contrast on cream */
  --ink-subtle: #6B5840;  /* WCAG AA on --paper (4.78:1); was #8B7858 → only 3.31:1 */

  /* Sunset Accent */
  --amber: #DC8628;
  --amber-deep: #C25F1B;
  --amber-light: #E8A33D;

  /* Twilight (rare counter-accent) */
  --twilight: #3D4A6B;

  /* Rule */
  --rule: #1F1611;

  /* Type — Two-Font-System: Archivo Black for poster, Inter for everything else */
  --display: 'Archivo Black', Impact, sans-serif;
  --grotesque: 'Inter', -apple-system, sans-serif;
  --body: 'Inter', -apple-system, sans-serif;
  --serif: 'Inter', -apple-system, sans-serif;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

/* Grain texture overlay for vintage feel */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.08 0 0 0 0 0.05 0 0 0 0.2 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.25;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
body > * { position: relative; z-index: 2; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a[href^="mailto:"] { overflow-wrap: anywhere; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ===== Hover states for clickable elements that previously lacked them ===== */
/* Wrapped in @media (hover: hover) so touch devices don't get sticky-hover after tap */
.header-phone { transition: color 150ms; }
.brand { transition: opacity 150ms; }
a.module { transition: background 200ms, padding-left 200ms; }
@media (hover: hover) {
  .header-phone:hover { color: var(--amber-deep); }
  .brand:hover { opacity: 0.8; }
  a.module:hover { background: var(--paper-light); padding-left: 8px; }
}

/* ===== A11y — Focus indicator (WCAG 2.4.7) ===== */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--amber-deep);
  outline-offset: 3px;
  border-radius: 2px;
}
.btn:focus-visible,
.btn-amber:focus-visible {
  outline-color: var(--ink);
  outline-offset: 2px;
}
.btn-ghost:focus-visible {
  outline-color: var(--amber-deep);
}

/* Screen-reader-only utility for labels that should be visually hidden */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== A11y — Reduced motion (WCAG 2.3.3) ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
::selection { background: var(--amber); color: var(--ink); }

/* ===== Containers ===== */
.container { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
.container-wide { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.container-narrow { max-width: 720px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 768px) { .container, .container-wide, .container-narrow { padding-left: 24px; padding-right: 24px; } }

/* ===== Typography ===== Compact scale for scannability */
.poster-xl, .poster-l, .poster-m, .poster-s {
  /* Long unbroken German compound words (Praxisverbünde, Antwortmaschine …)
     must not force horizontal page overflow on narrow screens. */
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.poster-xl {
  font-family: var(--display);
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: 900;
}
.poster-l {
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 900;
}
.poster-m {
  font-family: var(--display);
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-weight: 900;
}
.poster-s {
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 900;
}

.heading-bold {
  font-family: var(--grotesque);
  font-weight: 900;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.serif-italic {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.body-l { font-size: 19px; line-height: 1.6; }
.body-m { font-size: 17px; line-height: 1.65; }
.body-s { font-size: 14px; line-height: 1.55; }

.label {
  font-family: var(--grotesque);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.label-amber { color: var(--amber-deep); }

.stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.stamp-dot { width: 6px; height: 6px; background: var(--amber); border-radius: 50%; }

.text-amber { color: var(--amber-deep); }
.text-amber-light { color: var(--amber); }
.text-muted { color: var(--ink-muted); }
.text-subtle { color: var(--ink-subtle); }
.text-paper { color: var(--paper); }

/* ===== HEADER ===== */
.header {
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 40px;
  gap: 16px;
}
@media (max-width: 768px) { .header-inner { padding: 0 20px; height: 64px; } }
.brand {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.brand-mark {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.brand-est {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-muted);
}
.nav { display: flex; align-items: center; gap: 36px; }
.nav-link {
  font-family: var(--grotesque);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 200ms;
}
.nav-link:hover { color: var(--amber-deep); }

@media (max-width: 900px) {
  .nav { gap: 16px; }
  .nav-link:not(.btn) { display: none; }
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  font-family: var(--grotesque);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  transition: all 200ms;
  cursor: pointer;
}
.btn:hover { background: var(--amber-deep); border-color: var(--amber-deep); }
.btn-amber { background: var(--amber); border-color: var(--ink); color: var(--ink); }
.btn-amber:hover { background: var(--amber-deep); color: var(--paper); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }

.btn-big {
  padding: 22px 36px;
  font-size: 14px;
  border-width: 3px;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--grotesque);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 6px 0 10px;
  transition: color 200ms, border-color 200ms;
}
.btn-arrow:hover { color: var(--amber-deep); border-color: var(--amber-deep); }
.btn-arrow::after { content: "→"; }

/* ===== HERO ===== */
.hero {
  position: relative;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  overflow: hidden;
}
.hero-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding: 14px 40px;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) { .hero-meta-bar { padding: 12px 24px; } }
.hero-meta-bar .stamp:nth-child(2) { color: var(--amber-deep); }

/* Hero: title left, photo right (poster grid) */
.hero-poster {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-poster { grid-template-columns: 1.1fr 1fr; }
}

.hero-title {
  padding: 48px 40px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-right: 2px solid var(--ink);
  background: var(--paper);
}
@media (max-width: 1024px) { .hero-title { border-right: none; border-bottom: 2px solid var(--ink); } }
@media (max-width: 768px) { .hero-title { padding: 32px 24px 48px; } }

.hero-title h1 {
  margin-top: 0;
  word-break: break-word;
}
.hero-title-amber { color: var(--amber-deep); }

.hero-vertical-label {
  position: absolute;
  top: 48px;
  right: -10px;
  writing-mode: vertical-rl;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--amber-deep);
  display: none;
}
@media (min-width: 1024px) { .hero-vertical-label { display: block; } }

.hero-sub-poetic {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.4;
  color: var(--ink-2);
  max-width: 38ch;
}

/* Trust chips row — subtle inline */
.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ink-subtle);
  align-items: center;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink-2);
}
.trust-chip + .trust-chip { border-left: 1px solid var(--ink-subtle); padding-left: 24px; }
.trust-chip-amber { color: var(--amber-deep); }
.trust-chip-num {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: -0.005em;
  color: var(--amber-deep);
  text-transform: none;
}
.trust-chip-amber .trust-chip-num { color: var(--amber-deep); }
.trust-chip-stars { color: var(--amber-deep); font-size: 12px; letter-spacing: 1px; }

/* CTA row — bold, in foreground */
.hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}
.hero-cta-row .btn-big {
  padding: 20px 32px;
  font-size: 14px;
  border-width: 3px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.hero-cta-row .btn-ghost { display: none; }  /* hide tertiary in hero — keeps focus on Modal + WhatsApp */
.hero-cta-meta {
  margin-top: 14px;
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.hero-cta-meta a { color: var(--amber-deep); }

.hero-photo {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  min-height: 400px;
}
@media (min-width: 1024px) { .hero-photo { min-height: 560px; } }
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) saturate(1.15) sepia(0.18) brightness(0.95);
  display: block;
  position: absolute;
  inset: 0;
}
/* Sunset gradient overlay on photo */
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(220,134,40,0.0) 0%, rgba(31,22,17,0.0) 50%, rgba(31,22,17,0.55) 100%);
  pointer-events: none;
}
.hero-photo-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  color: var(--paper);
}
.hero-photo-caption .serif-italic {
  font-size: 18px;
  color: var(--paper-light);
}
.hero-photo-caption .stamp { color: var(--amber-light); }

/* ===== TICKERTAPE ===== */
.tickertape {
  background: var(--ink);
  color: var(--paper);
  border-bottom: 2px solid var(--ink);
  overflow: hidden;
}
.tickertape-track {
  display: flex;
  align-items: center;
  padding: 18px 0;
  gap: 48px;
  animation: ticker 40s linear infinite;
  white-space: nowrap;
}
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.tickertape-item {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.tickertape-item .amber-dot {
  width: 10px; height: 10px;
  background: var(--amber);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ===== SECTION ===== Compact vertical rhythm */
.section {
  padding: 64px 0;
  position: relative;
  border-bottom: 2px solid var(--ink);
}
@media (min-width: 768px) { .section { padding: 88px 0; } }

.section-dark {
  background: var(--ink);
  color: var(--paper);
}
.section-dark .text-muted { color: #B5A488; }

.section-amber { background: var(--amber); color: var(--ink); }

/* Section opener: huge label + headline */
.section-opener {
  margin-bottom: 48px;
}
.section-opener-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px solid currentColor;
  padding-bottom: 12px;
  margin-bottom: 28px;
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 12px;
}
.section-opener-meta-num { color: var(--amber-deep); }
.section-dark .section-opener-meta-num { color: var(--amber); }
.section-opener h2 { margin-bottom: 18px; }
.section-opener-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.4;
  max-width: 56ch;
  color: var(--ink-muted);
}
.section-dark .section-opener-sub { color: #C7B89A; }

/* ===== PILLAR / PAIN POINTS ===== */
.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 2px solid currentColor;
}
@media (min-width: 768px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
.pillar {
  padding: 28px 24px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .pillar:nth-child(2n) { border-right: none; }
  .pillar:nth-last-child(-n+2) { border-bottom: none; }
}
.pillar-num {
  font-family: var(--display);
  font-size: 28px;
  color: var(--amber-deep);
  line-height: 1;
}
.section-dark .pillar-num { color: var(--amber); }
.pillar h3 {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--ink);
}
.pillar p { color: var(--ink-2); max-width: 42ch; font-size: 16px; line-height: 1.6; }
.section-dark .pillar p { color: #B5A488; }

/* ===== MODULES (Services Editorial) ===== */
.modules { margin-top: 64px; }
.module {
  padding: 44px 0;
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 768px) { .module { grid-template-columns: 0.3fr 1.2fr 0.5fr; gap: 48px; align-items: start; } }
.module:last-child { border-bottom: 1px solid var(--ink); }

.module-meta { display: flex; flex-direction: column; gap: 8px; }
.module-meta-num {
  font-family: var(--display);
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 0.9;
  color: var(--amber-deep);
}
.module-meta-label {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.module-headline {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: var(--ink);
}
.module-kicker {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--amber-deep);
  margin-bottom: 16px;
  line-height: 1.4;
}
.module-body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-2);
}

.module-list {
  list-style: none;
  border-top: 1px solid var(--ink);
}
.module-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(31,22,17,0.2);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 12px;
}
.module-list li::before {
  content: "●";
  color: var(--amber-deep);
  font-size: 10px;
}

/* ===== PROCESS (Werft) ===== */
.process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
@media (min-width: 768px) { .process { grid-template-columns: repeat(4, 1fr); } }
.step {
  padding: 32px 24px;
  border-right: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step:last-child { border-right: none; }
@media (max-width: 768px) { .step { border-right: none; border-bottom: 1px solid var(--ink); } .step:last-child { border-bottom: none; } }
.step-num {
  font-family: var(--display);
  font-size: 44px;
  line-height: 0.9;
  color: var(--amber-deep);
}
.step h3 {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.step p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.section-dark .step p { color: #D8C9AC; }

/* ===== PAKETE (TARIFFS) — bold poster style ===== */
.tariffs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 3px solid var(--ink);
}
@media (min-width: 768px) { .tariffs { grid-template-columns: repeat(3, 1fr); } }
.tariff {
  padding: 28px 24px;
  border-right: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--paper-light);
}
.tariff:last-child { border-right: none; }
@media (max-width: 768px) { .tariff { border-right: none; border-bottom: 2px solid var(--ink); } .tariff:last-child { border-bottom: none; } }
.tariff-featured { background: var(--amber); color: var(--ink); }
.tariff-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 5px 12px;
  font-family: var(--grotesque);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.tariff-name {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
  color: var(--ink-2);
}
.tariff-price {
  font-family: var(--display);
  font-size: clamp(40px, 4.5vw, 56px);
  line-height: 0.95;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.tariff-period {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-muted);
  margin-bottom: 20px;
}
.tariff-featured .tariff-period { color: var(--ink-2); }
.tariff-list {
  list-style: none;
  border-top: 1px solid var(--ink);
  margin-bottom: 24px;
}
.tariff-list li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(31,22,17,0.18);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  display: flex;
  gap: 10px;
  align-items: baseline;
  line-height: 1.4;
}
.tariff-list li::before { content: "+"; font-family: var(--display); color: var(--amber-deep); }
.tariff-featured .tariff-list li::before { color: var(--ink); }
.tariff-list li:last-child { border-bottom: none; }

/* ===== STADT INDEX — like a magazine TOC ===== */
.stadt-index {
  margin-top: 64px;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.stadt-row {
  display: grid;
  grid-template-columns: 48px 1fr 1fr 32px;
  align-items: baseline;
  padding: 16px 16px;
  border-bottom: 1px solid var(--ink);
  gap: 16px;
  transition: all 200ms;
}
.stadt-row:last-child { border-bottom: none; }
.stadt-row:hover { background: var(--amber); padding-left: 28px; }
.stadt-row:hover .stadt-arrow { transform: translateX(8px); }
.stadt-num {
  font-family: var(--display);
  font-size: 14px;
  color: var(--amber-deep);
}
.stadt-row:hover .stadt-num { color: var(--ink); }
.stadt-name {
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 28px);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 1;
}
.stadt-meta {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-muted);
}
.stadt-row:hover .stadt-meta { color: var(--ink); }
.stadt-arrow {
  font-family: var(--display);
  font-size: 22px;
  color: var(--amber-deep);
  text-align: right;
  transition: transform 200ms;
}
.stadt-row:hover .stadt-arrow { color: var(--ink); }
.stadt-name, .stadt-meta { min-width: 0; }
@media (max-width: 480px) {
  .stadt-row {
    grid-template-columns: 32px 1fr 24px;
    grid-template-areas: "num name arrow" "num meta arrow";
    row-gap: 2px;
    padding: 14px 12px;
    gap: 10px;
  }
  .stadt-num { grid-area: num; }
  .stadt-name { grid-area: name; font-size: 18px; }
  .stadt-meta { grid-area: meta; font-size: 12px; white-space: normal; }
  .stadt-arrow { grid-area: arrow; align-self: center; }
}

/* ===== PULL QUOTE — big poster style ===== */
.pullquote {
  padding: 56px 0;
  text-align: center;
  background: var(--paper-2);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.pullquote-inner { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.pullquote-mark {
  font-family: var(--display);
  font-size: 44px;
  line-height: 0.6;
  color: var(--amber-deep);
  margin-bottom: 16px;
}
.pullquote p {
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.pullquote-attr {
  margin-top: 20px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-muted);
}

/* ===== FAQ ===== */
.faqs {
  margin-top: 64px;
  border-top: 2px solid var(--ink);
}
.faq {
  border-bottom: 1px solid var(--ink);
  padding: 18px 0;
}
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq-q {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.faq-icon {
  font-family: var(--display);
  font-size: 24px;
  color: var(--amber-deep);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 250ms;
}
.faq[open] .faq-icon { transform: rotate(45deg); }
.faq-body {
  margin-top: 14px;
  color: var(--ink-2);
  max-width: 64ch;
  font-size: 16px;
  line-height: 1.65;
}

/* ===== LOCAL CONTEXT (Stadt page) ===== */
.local-context {
  margin-top: 64px;
  padding: 64px;
  background: var(--amber);
  color: var(--ink);
  border: 3px solid var(--ink);
}
@media (max-width: 768px) { .local-context { padding: 32px; } }
.local-context-label {
  font-family: var(--grotesque);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.local-context h3 {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.local-context p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.5;
}
.local-context p + p { margin-top: 16px; }
.local-context strong {
  font-style: normal;
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: -0.01em;
}

/* ===== NEIGHBORS ===== */
.neighbors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 32px;
  border: 3px solid var(--ink);
}
@media (min-width: 768px) { .neighbors { grid-template-columns: repeat(4, 1fr); } }
.neighbor {
  padding: 32px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid var(--ink);
  transition: all 200ms;
}
.neighbor:last-child { border-right: none; }
@media (max-width: 768px) { .neighbor { border-right: none; border-bottom: 1px solid var(--ink); } .neighbor:last-child { border-bottom: none; } }
.neighbor:hover { background: var(--amber); }
.neighbor-name {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.015em;
}
.neighbor-arrow { color: var(--amber-deep); font-family: var(--display); font-size: 22px; }
.neighbor:hover .neighbor-arrow { color: var(--ink); }

/* ===== FINAL CTA ===== */
.final-cta {
  background: var(--ink);
  color: var(--paper);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.final-cta-inner { max-width: 900px; margin: 0 auto; padding: 0 32px; text-align: center; }
.final-cta-stamp { color: var(--amber); margin-bottom: 20px; }
.final-cta h2 { color: var(--paper); margin-bottom: 20px; }
.final-cta-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.4;
  color: #B5A488;
  max-width: 44ch;
  margin: 0 auto 32px;
}
.final-cta-meta {
  margin-top: 24px;
  font-family: var(--grotesque);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
}

/* ===== FOOTER ===== */
.footer {
  background: var(--paper-2);
  padding: 96px 0 32px;
  border-top: 2px solid var(--ink);
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
@media (min-width: 768px) { .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } }
.footer-brand .brand-mark { font-size: 32px; }
.footer-tagline {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink-muted);
  margin-top: 16px;
  font-size: 17px;
  max-width: 26ch;
  line-height: 1.4;
}
.footer-col h4 {
  font-family: var(--grotesque);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}
.footer-col li a { color: inherit; transition: color 200ms; }
.footer-col li a:hover { color: var(--amber-deep); }
.footer-bottom {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--grotesque);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ===== Breadcrumbs ===== */
.breadcrumbs {
  background: var(--paper-light);
  border-bottom: 1px solid rgba(31,22,17,0.08);
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-subtle);
}
.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 12px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--ink-subtle);
  opacity: 0.6;
}
.breadcrumbs a {
  color: var(--ink-subtle);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: var(--amber-deep);
    border-bottom-color: var(--amber-deep);
  }
}
.breadcrumbs [aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
}
@media (max-width: 640px) {
  .breadcrumbs ol { padding: 10px 16px; font-size: 11px; }
}
/* Legacy .breadcrumb (singular) — keep for backwards compat if anything still uses it */
.breadcrumb { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-subtle); margin-bottom: 32px; }
.breadcrumb a:hover { color: var(--amber-deep); }
.breadcrumb-sep { color: var(--ink-subtle); margin: 0 12px; }

/* ===== TRUST LOGOS BAND ===== */
.trustband {
  padding: 28px 0;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}
.trustband-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) { .trustband-inner { grid-template-columns: 1fr; gap: 16px; } }
.trustband-label {
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
  border-right: 1px solid var(--ink);
  padding-right: 24px;
  white-space: nowrap;
}
@media (max-width: 768px) { .trustband-label { border-right: none; padding-right: 0; padding-bottom: 8px; border-bottom: 1px solid var(--rule); } }
.trustband-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
.trust-logo {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -0.005em;
  color: var(--ink);
  opacity: 0.7;
  text-transform: uppercase;
}
.trust-logo .small { font-size: 12px; opacity: 0.7; }

/* ===== MID-PAGE CTA BAND ===== */
.cta-band {
  padding: 36px 0;
  background: var(--amber);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.cta-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.cta-band-text {
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 32px);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 1.1;
  max-width: 28ch;
}
.cta-band-text .small {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: var(--ink-2);
  margin-top: 6px;
  letter-spacing: 0;
}

/* ===== LEAD MAGNET BAND ===== */
.leadmagnet {
  padding: 56px 0;
  background: var(--paper-light);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.leadmagnet-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) { .leadmagnet-inner { grid-template-columns: 1fr 1fr; gap: 48px; } }
.leadmagnet-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 12px;
}
.leadmagnet h3 {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 14px;
}
.leadmagnet p {
  font-size: 16px;
  color: var(--ink-2);
  margin-bottom: 20px;
  max-width: 44ch;
  line-height: 1.6;
}
.leadmagnet-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.leadmagnet-input {
  flex: 1;
  min-width: 200px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
}
.leadmagnet-input:focus { outline: none; border-color: var(--amber-deep); }
.leadmagnet-mock {
  position: relative;
  padding-bottom: 100%;
  background:
    repeating-linear-gradient(0deg, var(--paper-2) 0 28px, transparent 28px 32px),
    var(--paper);
  border: 2px solid var(--ink);
  overflow: hidden;
}
.leadmagnet-mock-label {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  font-family: var(--display);
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 1;
}
.leadmagnet-mock-label .small {
  display: block;
  font-family: var(--grotesque);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  color: var(--amber-deep);
}

/* ===== Header phone ===== */
.header-phone {
  display: none;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0;
  color: var(--ink);
  margin-right: 8px;
}
@media (min-width: 1024px) { .header-phone { display: inline-flex; align-items: center; gap: 8px; } }
.header-phone::before { content: "☎"; color: var(--amber-deep); font-size: 14px; }

/* ===== MODAL — Sichtbarkeits-Analyse ===== */
.modal-overlay[hidden] { display: none !important; }
.modal-step[hidden] { display: none !important; }
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 22, 17, 0.85);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.modal-shell {
  position: relative;
  background: var(--paper);
  border: 3px solid var(--ink);
  max-width: 720px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 768px) { .modal-shell { padding: 28px 20px; max-height: 96vh; } }
.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: var(--paper-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
.modal-close:hover { background: var(--amber); color: var(--ink); }

.modal-header { margin-bottom: 32px; }
.modal-title {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 12px;
  margin-bottom: 12px;
}
.modal-sub {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.5;
  margin-bottom: 24px;
}
.modal-progress {
  height: 4px;
  background: var(--paper-2);
  border: 1px solid var(--ink);
  overflow: hidden;
  margin-bottom: 8px;
}
.modal-progress-bar {
  height: 100%;
  background: var(--amber);
  width: 0%;
  transition: width 300ms ease-out;
}
.modal-step-indicator {
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.modal-step { padding: 8px 0 24px; }
.modal-q {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 8px;
  color: var(--ink);
}
.modal-q-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-muted);
  margin-bottom: 24px;
}
.modal-options { display: flex; flex-direction: column; gap: 8px; }
.modal-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 480px) { .modal-options-grid { grid-template-columns: 1fr; } }
.modal-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1.5px solid var(--ink);
  background: var(--paper-light);
  cursor: pointer;
  transition: all 150ms;
  font-size: 15px;
  font-weight: 500;
}
.modal-option:hover { background: var(--paper-2); }
.modal-option input { accent-color: var(--amber-deep); }
.modal-option:has(input:checked) { background: var(--amber); border-color: var(--ink); }

.modal-fields { display: flex; flex-direction: column; gap: 14px; }
.modal-field { display: flex; flex-direction: column; gap: 6px; }
.modal-field-label {
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.modal-field input {
  padding: 12px 14px;
  border: 1.5px solid var(--ink);
  background: var(--paper-light);
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
}
.modal-field input:focus { outline: none; border-color: var(--amber-deep); background: var(--paper); }
.modal-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.45;
  margin-top: 4px;
}
.modal-checkbox input { margin-top: 3px; accent-color: var(--amber-deep); }
.modal-checkbox a { color: var(--amber-deep); border-bottom: 1px solid currentColor; }

.modal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.modal-nav .btn { padding: 14px 22px; font-size: 13px; }
.modal-nav .btn-amber, .modal-nav button[type="submit"] { margin-left: auto; }
.modal-nav #modalNext { margin-left: auto; }

.modal-step-thanks { text-align: center; padding: 24px 0; }
.modal-thanks-stamp { margin-bottom: 16px; display: inline-flex; }
.modal-thanks-title {
  font-family: var(--grotesque);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.modal-thanks-sub {
  font-size: 17px;
  color: var(--ink-2);
  margin-bottom: 28px;
}
.modal-thanks-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.modal-thanks-actions .btn { width: 100%; max-width: 360px; justify-content: center; }

/* ===== WhatsApp button styling ===== */
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-whatsapp:hover { background: #1DA851; border-color: #1DA851; }
.btn-whatsapp::before { content: "💬"; font-size: 15px; }

/* ===== Header phone ===== */
.header-phone {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0;
  color: var(--ink);
}
.header-phone::before { content: "☎"; color: var(--amber-deep); font-size: 14px; }
@media (max-width: 1100px) { .header-phone { display: none !important; } }

/* ===== Nav Dropdown (Desktop) ===== */
.nav-dropdown { position: relative; }
.nav-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-caret {
  font-size: 10px;
  transition: transform 200ms;
  color: var(--amber-deep);
}
.nav-dropdown.is-open .nav-caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: -32px;
  background: var(--paper);
  border: 2px solid var(--ink);
  padding: 32px;
  min-width: 720px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 200ms, transform 200ms, visibility 200ms;
  z-index: 60;
  box-shadow: 0 24px 48px rgba(31,22,17,0.08);
}
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.nav-dropdown-col { display: flex; flex-direction: column; gap: 4px; }
.nav-dropdown-label {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule);
}
.nav-dropdown-col a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px dotted transparent;
  transition: color 150ms, border-color 150ms;
}
.nav-dropdown-col a:hover {
  color: var(--amber-deep);
  border-bottom-color: var(--amber-deep);
}

/* ===== Hamburger Toggle (Mobile) ===== */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: 1.5px solid var(--ink);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: all 200ms;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav { display: none !important; }
  .nav-toggle { display: flex; }
}

/* ===== Mobile Menu Overlay ===== */
.nav-mobile {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: var(--paper);
  overflow-y: auto;
}
.nav-mobile[hidden] { display: none; }
.nav-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 2px solid var(--ink);
}
.nav-mobile-close {
  width: 44px; height: 44px;
  font-family: var(--display);
  font-size: 28px;
  background: none;
  border: 1.5px solid var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-mobile-body {
  padding: 16px 24px 120px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ----- Collapsible sections (uses native <details>/<summary>) ----- */
.nav-mobile-section {
  border-bottom: 1px solid var(--rule);
}
.nav-mobile-section[open] {
  padding-bottom: 12px;
}
.nav-mobile-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  min-height: 44px;
}
.nav-mobile-summary::-webkit-details-marker { display: none; }
.nav-mobile-summary::marker { content: ""; }
.nav-mobile-summary { transition: color 150ms; }
/* Open state → amber. Closed state → ink. Hover only on devices that truly hover. */
.nav-mobile-section[open] > .nav-mobile-summary { color: var(--amber-deep); }
@media (hover: hover) {
  .nav-mobile-summary:hover { color: var(--amber-deep); }
}
.nav-mobile-caret {
  font-family: var(--body);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: var(--amber-deep);
  transition: transform 200ms ease;
  width: 28px;
  text-align: center;
}
.nav-mobile-section[open] .nav-mobile-caret {
  transform: rotate(45deg);
}
.nav-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 4px;
}
.nav-mobile-links a {
  font-family: var(--body);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  padding: 12px 0;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color 150ms;
}
.nav-mobile-links a.is-active { color: var(--amber-deep); }
@media (hover: hover) {
  .nav-mobile-links a:hover { color: var(--amber-deep); }
}

/* Standalone link (E-Mail Marketing) — matches summary styling */
.nav-mobile-link {
  display: flex;
  align-items: center;
  padding: 18px 0;
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  min-height: 44px;
  transition: color 150ms;
}
.nav-mobile-link.is-active { color: var(--amber-deep); }
@media (hover: hover) {
  .nav-mobile-link:hover { color: var(--amber-deep); }
}

/* Legacy .nav-mobile-group (kept for backward-compat) */
.nav-mobile-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-mobile-label {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule);
}
.nav-mobile-group a {
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  padding: 10px 0;
  text-decoration: none;
}
.nav-mobile-group a:hover { color: var(--amber-deep); }
.nav-mobile-footer {
  margin-top: 16px;
  padding-top: 28px;
  border-top: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-mobile-footer .btn { width: 100%; justify-content: center; }
.nav-mobile-phone {
  text-align: center;
  padding: 14px;
  font-family: var(--display);
  font-size: 17px;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  text-decoration: none;
}

/* ===== Mobile fixes for previously broken sections ===== */
/* Hero CTAs better mobile spacing */
@media (max-width: 720px) {
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-cta-row .btn { width: 100%; justify-content: center; padding: 18px 24px; }
  .hero-trust { gap: 12px; }
  .trust-chip + .trust-chip { border-left: none; padding-left: 0; }
}

/* Hero photo: smaller on mobile, less dominant */
@media (max-width: 1024px) {
  .hero-photo { min-height: 320px; }
}

/* Home Sichtbarkeits-Analyse-Sektion: stack on mobile */
.home-analyse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.home-analyse-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .home-analyse { grid-template-columns: 1fr; gap: 32px; }
  .home-analyse-ctas .btn { width: 100%; justify-content: center; }
}

/* Kontakt-Page 3 options: stack on mobile */
.kontakt-option {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 2px solid var(--ink);
  background: var(--paper-light);
  margin-bottom: 16px;
}
.kontakt-option-primary {
  background: var(--amber);
  border-width: 3px;
}
.kontakt-option-num {
  font-family: var(--display);
  font-size: 44px;
  line-height: 0.9;
  color: var(--amber-deep);
}
.kontakt-option-primary .kontakt-option-num { color: var(--ink); }
.kontakt-option h2 {
  font-family: var(--body);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 8px;
}
.kontakt-option p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
  max-width: 50ch;
}
.kontakt-option .btn { white-space: nowrap; }
@media (max-width: 800px) {
  .kontakt-option {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    text-align: left;
  }
  .kontakt-option-num { font-size: 32px; }
  .kontakt-option .btn { width: 100%; justify-content: center; }
}

/* Hero title text: less aggressive line breaks on mobile */
@media (max-width: 720px) {
  .hero-title { padding: 32px 20px 40px; }
  .hero-meta-bar { padding: 12px 20px; }
  .hero-meta-bar .stamp { font-size: 9px; letter-spacing: 0.14em; }
  .hero-vertical-label { display: none !important; }
}

/* Container padding consistency on mobile */
@media (max-width: 720px) {
  .container, .container-wide, .container-narrow, .container-prose {
    padding-left: 20px; padding-right: 20px;
  }
}

/* ===== Utilities ===== */
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mt-64 { margin-top: 64px; }
.text-center { text-align: center; }

/* ===== Internal-Links Block (mt-internal-links) ===== */
.internal-links {
  border-top: 1px solid rgba(31,22,17,0.08);
}
.link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 32px;
}
@media (min-width: 720px) {
  .link-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .link-grid { grid-template-columns: repeat(3, 1fr); }
}
.link-block {
  background: var(--paper-light);
  border: 1px solid rgba(31,22,17,0.08);
  border-radius: 6px;
  padding: 22px 22px 24px;
}
.link-block-title {
  font-family: var(--display);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 14px;
  color: var(--ink);
}
.link-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.link-chip {
  display: inline-block;
  padding: 8px 14px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, transform 0.15s;
  line-height: 1.2;
}
@media (hover: hover) {
  .link-chip:hover {
    background: var(--amber);
    color: var(--paper);
    transform: translateY(-1px);
  }
}

/* ===== Fix: btn-amber on amber background (cta-band, tariff-featured) ===== */
.cta-band .btn-amber,
.tariff-featured .btn-amber,
.tariff-featured .btn {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
@media (hover: hover) {
  .cta-band .btn-amber:hover,
  .tariff-featured .btn-amber:hover,
  .tariff-featured .btn:hover {
    background: var(--paper);
    color: var(--ink);
    border-color: var(--ink);
  }
}
/* Also fix .btn-big (orange filled) inside amber containers */
.cta-band .btn-big:not(.btn-whatsapp),
.tariff-featured .btn-big:not(.btn-whatsapp) {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
@media (hover: hover) {
  .cta-band .btn-big:not(.btn-whatsapp):hover,
  .tariff-featured .btn-big:not(.btn-whatsapp):hover {
    background: var(--paper);
    color: var(--ink);
  }
}

/* ===== Breadcrumbs IN-HERO (Magazin-Stamp-Pattern) ===== */
.hero .breadcrumbs,
.breadcrumbs-in-hero {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--ink);
  margin: 0;
}
.hero .breadcrumbs ol,
.breadcrumbs-in-hero ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 12px 40px;
  max-width: none;
  margin: 0;
  font-family: var(--grotesque);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  list-style: none;
  opacity: 1;
}
.hero .breadcrumbs li,
.breadcrumbs-in-hero li {
  display: inline-flex;
  align-items: center;
}
/* Stamp-dot in front of the first item */
.hero .breadcrumbs li:first-child::before,
.breadcrumbs-in-hero li:first-child::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--amber);
  border-radius: 50%;
  margin-right: 10px;
}
/* Separator between items: amber dot like the stamps */
.hero .breadcrumbs li + li::before,
.breadcrumbs-in-hero li + li::before {
  content: "·";
  color: var(--amber);
  font-weight: 700;
  margin: 0 10px;
  opacity: 1;
}
.hero .breadcrumbs a,
.breadcrumbs-in-hero a {
  color: var(--ink);
  border-bottom: none;
  text-decoration: none;
}
@media (hover: hover) {
  .hero .breadcrumbs a:hover,
  .breadcrumbs-in-hero a:hover {
    color: var(--amber-deep);
    border-bottom: none;
  }
}
.hero .breadcrumbs [aria-current="page"],
.breadcrumbs-in-hero [aria-current="page"] {
  color: var(--ink-subtle);
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero .breadcrumbs ol,
  .breadcrumbs-in-hero ol {
    padding: 10px 24px;
    font-size: 10px;
    letter-spacing: 0.15em;
  }
  .hero .breadcrumbs li + li::before,
  .breadcrumbs-in-hero li + li::before {
    margin: 0 8px;
  }
}
