/* ================================================================
   Bücheler Architektur + GU AG — Editorial Multi-Page
   Fonts: Cormorant Garamond + Inter
   Palette: Ink #1A1F2B / Canvas #F5F3EE / Navy #004388 (sparsam)
   ================================================================ */

:root {
  --ink: #1A1F2B;
  --ink-soft: #2A2F3B;
  --canvas: #F5F3EE;
  --canvas-deep: #EDEAE1;
  --stone: #8A8578;
  --navy: #004388;
  --line: rgba(26, 31, 43, 0.14);
  --line-strong: rgba(26, 31, 43, 0.22);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }

.serif { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; letter-spacing: -0.01em; }
.italic { font-style: italic; }
.stone { color: var(--stone); }

/* Layout -------------------------------------------------------- */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 960px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 720px) {
  .wrap, .wrap-narrow { padding: 0 24px; }
}

/* Header / Nav -------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 243, 238, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
}
.logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.logo span {
  color: var(--stone);
  font-style: italic;
  font-weight: 400;
}
.nav-links {
  display: flex;
  gap: 36px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.nav-links a { transition: color 0.3s; position: relative; }
.nav-links a:hover { color: var(--navy); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 0; right: 0;
  height: 1px; background: var(--ink);
}

.nav-toggle {
  display: none;
  width: 32px; height: 32px;
  position: relative;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 1px;
  background: var(--ink);
  position: absolute;
  left: 4px;
  transition: all 0.3s;
}
.nav-toggle span:nth-child(1) { top: 12px; }
.nav-toggle span:nth-child(2) { top: 20px; }

@media (max-width: 860px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    padding: 24px 0;
    background: var(--canvas);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 16px 40px;
    font-size: 13px;
  }
  .nav-toggle { display: block; }
}

/* Page Header (Sub-Pages) -------------------------------------- */
.page-header {
  padding: 140px 0 100px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) { .page-header { padding: 80px 0 56px; } }

.page-header .eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-header .eyebrow::before {
  content: '';
  width: 48px; height: 1px;
  background: var(--stone);
}
.page-header h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  max-width: 920px;
}
.page-header h1 em { font-style: italic; color: var(--stone); font-weight: 400; }
.page-header-lead {
  font-size: 18px;
  line-height: 1.75;
  max-width: 640px;
  color: var(--ink-soft);
}

/* Breadcrumbs -------------------------------------------------- */
.breadcrumbs {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 28px;
}
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs .sep { margin: 0 10px; }

/* Hero (Home) -------------------------------------------------- */
.hero {
  padding: 120px 0 100px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
@media (max-width: 720px) { .hero { padding: 72px 0 64px; } }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-eyebrow::before { content: ''; width: 48px; height: 1px; background: var(--stone); }

.hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.hero h1 em { font-style: italic; font-weight: 400; color: var(--stone); }
.hero-lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 460px;
  margin-bottom: 40px;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-meta div { font-size: 13px; }
.hero-meta strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
}
.hero-meta span {
  color: var(--stone);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 11px;
}
.hero-image {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--canvas-deep);
  overflow: hidden;
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 24px; left: 24px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0,0,0,0.45);
  padding: 8px 14px;
}

/* Section framing --------------------------------------------- */
.section {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
}
.section.alt { background: var(--canvas-deep); }
@media (max-width: 720px) { .section { padding: 72px 0; } }

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 40px;
}
.section-label::before {
  content: '';
  width: 48px; height: 1px;
  background: var(--stone);
}
.section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
  max-width: 820px;
  margin-bottom: 48px;
}
.section h2 em { font-style: italic; color: var(--stone); font-weight: 400; }

.section-intro {
  font-size: 18px;
  line-height: 1.8;
  max-width: 680px;
  color: var(--ink-soft);
  margin-bottom: 64px;
}

/* Standorte ---------------------------------------------------- */
.standorte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 32px;
}
@media (max-width: 860px) { .standorte { grid-template-columns: 1fr; } }
.standort {
  background: var(--canvas);
  padding: 48px 40px;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.standort-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: var(--stone);
  margin-bottom: 24px;
}
.standort h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.standort-region {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 32px;
}
.standort-copy {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: auto;
  padding-bottom: 32px;
}
.standort-addr {
  font-size: 13px;
  color: var(--stone);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  line-height: 1.8;
}
.standort-addr strong { color: var(--ink); font-weight: 500; }
.standort-link {
  margin-top: 24px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s;
}
.standort-link:hover { gap: 16px; color: var(--navy); }

/* Leistungen — Text+Bild Module ------------------------------- */
.leistung {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.leistung:first-of-type { border-top: none; padding-top: 40px; }
.leistung-reverse { direction: rtl; }
.leistung-reverse > * { direction: ltr; }
@media (max-width: 860px) {
  .leistung {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
    direction: ltr;
  }
}
.leistung-text { max-width: 520px; }
.leistung-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: var(--stone);
  margin-bottom: 16px;
}
.leistung h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.leistung p { color: var(--ink-soft); font-size: 16px; line-height: 1.75; margin-bottom: 20px; }
.leistung-img {
  aspect-ratio: 5 / 4;
  background: var(--canvas-deep);
  overflow: hidden;
}
.leistung-img img { width: 100%; height: 100%; object-fit: cover; }

.leistung-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  transition: gap 0.3s, color 0.3s;
}
.leistung-link:hover { gap: 18px; color: var(--navy); border-color: var(--navy); }

/* Referenzen Grid --------------------------------------------- */
.refs {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}
@media (max-width: 860px) { .refs { grid-template-columns: 1fr; } }
.ref {
  background: var(--canvas-deep);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  display: block;
}
.ref:first-child { grid-row: 1 / 3; aspect-ratio: auto; }
@media (max-width: 860px) { .ref:first-child { grid-row: auto; aspect-ratio: 4 / 5; } }
.ref img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.ref:hover img { transform: scale(1.04); }
.ref-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(26,31,43,0.85), transparent);
  color: #fff;
}
.ref-caption small {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
  display: block;
  margin-bottom: 6px;
}
.ref-caption strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

/* Ref-Index (Listen-Layout für referenzen.html) --------------- */
.ref-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 960px) { .ref-index { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ref-index { grid-template-columns: 1fr; } }
.ref-card {
  display: block;
  background: var(--canvas);
  transition: transform 0.4s;
}
.ref-card:hover { transform: translateY(-4px); }
.ref-card-img {
  aspect-ratio: 4 / 5;
  background: var(--canvas-deep);
  overflow: hidden;
  margin-bottom: 20px;
}
.ref-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.ref-card:hover img { transform: scale(1.04); }
.ref-card small {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  display: block;
  margin-bottom: 8px;
}
.ref-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 8px;
  color: var(--ink);
}
.ref-card p { font-size: 14px; color: var(--ink-soft); }

/* Projekt-Detail ---------------------------------------------- */
.projekt-header-img {
  aspect-ratio: 16 / 9;
  background: var(--canvas-deep);
  overflow: hidden;
  margin-bottom: 64px;
}
.projekt-header-img img { width: 100%; height: 100%; object-fit: cover; }

.projekt-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 64px;
}
@media (max-width: 720px) { .projekt-meta { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.projekt-meta div small {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  display: block;
  margin-bottom: 8px;
}
.projekt-meta div strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
}

.projekt-body {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  margin-bottom: 80px;
}
@media (max-width: 860px) { .projekt-body { grid-template-columns: 1fr; gap: 32px; } }
.projekt-body h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
.projekt-body p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.projekt-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 720px) { .projekt-gallery { grid-template-columns: 1fr; } }
.projekt-gallery .img {
  aspect-ratio: 4 / 3;
  background: var(--canvas-deep);
  overflow: hidden;
}
.projekt-gallery .img img { width: 100%; height: 100%; object-fit: cover; }

/* Team --------------------------------------------------------- */
.team-intro {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  margin-bottom: 64px;
}
@media (max-width: 860px) { .team-intro { grid-template-columns: 1fr; gap: 32px; } }
.team-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 560px;
}

.partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 860px) { .partners { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .partners { grid-template-columns: 1fr; } }
.partner {
  background: var(--canvas);
  padding: 48px 32px 40px;
}
.partner-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--canvas-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 32px;
  border: 1px solid var(--line);
}
.partner h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 6px;
}
.partner-role {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone);
  line-height: 1.6;
}

.team-list {
  margin-top: 64px;
  border-top: 1px solid var(--line);
  padding-top: 48px;
}
.team-list h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}
.team-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 720px) { .team-members { grid-template-columns: 1fr; } }
.team-member {
  background: var(--canvas);
  padding: 32px 28px;
}
.team-member h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.team-member small {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
}

/* Timeline (über-uns) ----------------------------------------- */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.timeline-item:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 720px) { .timeline-item { grid-template-columns: 1fr; gap: 12px; } }
.timeline-year {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  color: var(--stone);
  line-height: 1;
}
.timeline-content h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.timeline-content p { color: var(--ink-soft); max-width: 540px; }

/* Werte-Liste ------------------------------------------------- */
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 48px;
}
@media (max-width: 860px) { .values { grid-template-columns: 1fr; } }
.value {
  background: var(--canvas);
  padding: 48px 40px;
}
.value-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: var(--stone);
  margin-bottom: 20px;
}
.value h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 16px;
}
.value p { font-size: 15px; color: var(--ink-soft); line-height: 1.75; }

/* Philosophie — pull quote ------------------------------------ */
.philosophie {
  background: var(--ink);
  color: var(--canvas);
  padding: 140px 0;
  border-bottom: none;
}
@media (max-width: 720px) { .philosophie { padding: 80px 0; } }
.philosophie-label { color: rgba(245, 243, 238, 0.55); }
.philosophie-label::before { background: rgba(245, 243, 238, 0.55); }
.philosophie blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  max-width: 920px;
  letter-spacing: -0.01em;
}
.philosophie blockquote::before { content: '«'; color: var(--stone); margin-right: 8px; }
.philosophie blockquote::after { content: '»'; color: var(--stone); margin-left: 8px; }
.philosophie cite {
  display: block;
  margin-top: 48px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.65);
  font-family: 'Inter', sans-serif;
}

/* Prozess-Schritte (Leistungs-Subpages) ----------------------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 48px;
}
@media (max-width: 860px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .process { grid-template-columns: 1fr; } }
.process-step {
  background: var(--canvas);
  padding: 48px 32px;
  min-height: 260px;
}
.process-step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--stone);
  line-height: 1;
  margin-bottom: 24px;
}
.process-step h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
.process-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.7; }

/* Feature Grid (Leistungen Übersicht) ------------------------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 48px;
}
@media (max-width: 960px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feature-grid { grid-template-columns: 1fr; } }
.feature {
  background: var(--canvas);
  padding: 56px 40px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.feature-icon {
  margin-bottom: 32px;
  color: var(--navy);
}
.feature h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 12px;
}
.feature p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: auto;
  padding-bottom: 24px;
}
.feature-link {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s;
}
.feature-link:hover { gap: 16px; color: var(--navy); }

/* FAQ Accordion ----------------------------------------------- */
.faq {
  margin-top: 48px;
  max-width: 860px;
}
.faq-item {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  line-height: 1.3;
  color: var(--ink);
  width: 100%;
  text-align: left;
}
.faq-q::after {
  content: '+';
  font-size: 32px;
  font-weight: 300;
  color: var(--stone);
  transition: transform 0.3s;
  line-height: 1;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p {
  padding-top: 20px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
  max-width: 720px;
}

/* Kontakt ------------------------------------------------------ */
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 860px) { .kontakt-grid { grid-template-columns: 1fr; gap: 48px; } }
.kontakt-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 500;
}
.kontakt-lead em { font-style: italic; color: var(--stone); }
.kontakt-info { display: flex; flex-direction: column; gap: 28px; }
.kontakt-row {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.kontakt-row small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 10px;
}
.kontakt-row a,
.kontakt-row strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  display: block;
  transition: color 0.3s;
}
.kontakt-row a:hover { color: var(--navy); }

/* Kontakt Form ------------------------------------------------ */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 10px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  padding: 8px 0 12px;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.3s;
}
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--ink); }
.field textarea { resize: vertical; min-height: 120px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  background: var(--ink);
  color: var(--canvas);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  align-self: flex-start;
  font-family: 'Inter', sans-serif;
}
.btn:hover { background: var(--navy); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--canvas); }

/* CTA Banner -------------------------------------------------- */
.cta-banner {
  background: var(--ink);
  color: var(--canvas);
  padding: 120px 0;
}
.cta-banner .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 860px) { .cta-banner .wrap { grid-template-columns: 1fr; gap: 32px; } }
.cta-banner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.cta-banner h2 em { font-style: italic; color: var(--stone); font-weight: 400; }
.cta-banner .cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-banner .btn {
  background: var(--canvas);
  color: var(--ink);
}
.cta-banner .btn:hover { background: #fff; }
.cta-banner .btn-ghost {
  background: transparent;
  color: var(--canvas);
  border: 1px solid rgba(245,243,238,0.4);
}
.cta-banner .btn-ghost:hover {
  background: var(--canvas);
  color: var(--ink);
}

/* Footer ------------------------------------------------------ */
footer {
  background: var(--canvas-deep);
  padding: 80px 0 40px;
  font-size: 13px;
  color: var(--stone);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
.footer-brand .logo { font-size: 24px; margin-bottom: 20px; display: block; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 320px; }
.footer-col h5 {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; transition: color 0.3s; }
.footer-col a:hover { color: var(--ink); }
.footer-col .nap {
  font-size: 13px;
  line-height: 1.8;
  color: var(--stone);
}
.footer-col .nap strong { display: block; color: var(--ink); margin-bottom: 4px; font-weight: 500; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 40px;
}
.footer-bottom small {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-legal { display: flex; gap: 28px; }
.footer-legal a { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }

/* Fade-in animation ------------------------------------------- */
.reveal { opacity: 0; transform: translateY(20px); transition: all 0.9s ease; }
.reveal.in { opacity: 1; transform: none; }
