/* Dumlu & Sons — Design System
   Tokens per design handoff (Dumlu-Sons.dc.html) */

:root {
  --bg: #F3ECE0;
  --bg-alt: #EAE0CE;
  --bg-dark: #2B2521;
  --ink: #2B2521;
  --text: #5A4F3F;
  --muted: #8A7A5C;
  --text-on-dark: #F3ECE0;
  --text-on-dark-secondary: #C9BFAE;
  --accent: #8A6A3D;
  --accent-hover: #6B5024;
  --accent-on-dark: #C9A15A;
  --border: #DFD2B8;
  --border-faq: #D9CBA6;
  --border-dark: #4A4038;
  --ph-1: #EAE0D0;
  --ph-2: #E0D3BC;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  width: 100%;
  overflow-x: hidden;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
::selection { background: #E4D3B8; }

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

img { max-width: 100%; display: block; }

.wordmark {
  font-family: 'Tangerine', cursive;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}

.eyebrow {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.placeholder {
  background: repeating-linear-gradient(135deg, var(--ph-1), var(--ph-1) 10px, var(--ph-2) 10px, var(--ph-2) 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder span {
  font-family: monospace;
  font-size: 12px;
  color: #6B5A3E;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 16px;
}
.placeholder img, .placeholder video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- NAV ---------- */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 56px;
  position: sticky;
  top: 0;
  background: rgba(243, 236, 224, 0.92);
  backdrop-filter: blur(8px);
  z-index: 50;
  border-bottom: 1px solid var(--border);
}
.nav .wordmark { font-size: 40px; }
.nav-links { display: flex; gap: 36px; font-size: 13px; letter-spacing: 0.05em; color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-cta { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #7A6A4A; }
.lang-switch { display: flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.08em; }
.lang-switch a { color: var(--muted); }
.lang-switch a.is-active { color: var(--ink); pointer-events: none; }
.lang-switch span { color: var(--border); }
.nav-toggle { display: none; }

/* ---------- HERO ---------- */

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}
.hero .placeholder { aspect-ratio: unset; }
.hero-copy {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy h1 { font-size: 46px; line-height: 1.2; margin: 24px 0 26px; max-width: 480px; }
.hero-copy p { font-size: 16px; line-height: 1.8; color: var(--text); max-width: 440px; margin: 0 0 36px; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.hero-actions .link-underline { text-decoration: underline; text-underline-offset: 4px; font-size: 13px; letter-spacing: 0.05em; color: var(--ink); }
.hero-actions .note { font-size: 12px; color: var(--muted); }

/* ---------- TRUST STRIP ---------- */

.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-item { background: var(--bg); padding: 34px 44px; text-align: center; }
.trust-item h3 { font-size: 19px; margin-bottom: 8px; }
.trust-item p { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 0; }

/* ---------- WERTE ---------- */

.werte { display: grid; grid-template-columns: 1fr 1fr; }
.werte-copy { padding: 100px 64px; display: flex; flex-direction: column; justify-content: center; }
.werte-copy .eyebrow { margin-bottom: 22px; display: block; }
.werte-copy h2 { font-size: 36px; line-height: 1.25; margin: 0 0 40px; max-width: 420px; }
.werte-list { display: grid; gap: 32px; }
.werte-list h3 { font-style: normal; font-size: 19px; margin: 0 0 8px; }
.werte-list p { font-size: 15px; line-height: 1.75; color: var(--text); margin: 0; max-width: 440px; }
.werte .placeholder { aspect-ratio: unset; }

/* ---------- PROZESS ---------- */

.prozess { background: var(--bg-dark); color: var(--text-on-dark); padding: 110px 64px; }
.prozess-inner { max-width: 1200px; margin: 0 auto; }
.prozess-head { margin-bottom: 72px; max-width: 480px; }
.prozess-head .eyebrow { color: var(--accent-on-dark); margin-bottom: 20px; display: block; }
.prozess-head h2 { font-size: 34px; line-height: 1.25; }
.prozess-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.prozess-step { border-top: 1px solid var(--border-dark); padding-top: 28px; }
.prozess-step .num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 40px; color: var(--accent-on-dark); margin-bottom: 18px; }
.prozess-step h3 { font-style: normal; font-size: 21px; margin: 0 0 12px; }
.prozess-step p { font-size: 14px; line-height: 1.7; color: var(--text-on-dark-secondary); margin: 0; }

/* ---------- GALERIE ---------- */

.galerie { padding: 110px 64px; max-width: 1280px; margin: 0 auto; }
.galerie-head { margin-bottom: 56px; max-width: 480px; }
.galerie-head .eyebrow { margin-bottom: 20px; display: block; }
.galerie-head h2 { font-size: 34px; line-height: 1.25; }

.slideshow { position: relative; width: 100%; aspect-ratio: 21 / 9; background: var(--bg-alt); overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.slide.is-active { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }

.slideshow-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 3; }
.slideshow-dots button { width: 20px; height: 2px; border: none; background: rgba(243, 236, 224, 0.5); padding: 0; cursor: pointer; transition: background 0.3s ease; }
.slideshow-dots button.is-active { background: #F3ECE0; }

@media (prefers-reduced-motion: reduce) {
  .slide { transition: none; }
}

@media (max-width: 900px) {
  .galerie { padding: 72px 24px; }
  .slideshow { aspect-ratio: 4 / 5; }
}

/* ---------- REFERENZEN ---------- */

.referenzen { padding: 110px 64px; max-width: 1280px; margin: 0 auto; }
.referenzen-head { margin-bottom: 64px; max-width: 480px; }
.referenzen-head .eyebrow { margin-bottom: 20px; display: block; }
.referenzen-head h2 { font-size: 34px; line-height: 1.25; }
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.story-photo { aspect-ratio: 4/5; margin-bottom: 22px; }
.story-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; line-height: 1.55; margin: 0; color: var(--ink); }

/* ---------- FAQ ---------- */

.faq { background: var(--bg-alt); padding: 110px 64px; }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-head { margin-bottom: 56px; max-width: 480px; }
.faq-head .eyebrow { margin-bottom: 20px; display: block; }
.faq-head h2 { font-size: 34px; line-height: 1.25; }
.faq-item { border-bottom: 1px solid var(--border-faq); padding: 26px 0; cursor: pointer; }
.faq-item .faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; width: 100%; text-align: left; cursor: pointer; padding: 0; font: inherit; color: inherit; }
.faq-item h3 { font-style: normal; font-size: 18px; margin: 0; }
.faq-symbol { font-size: 20px; color: var(--accent); font-weight: 300; flex-shrink: 0; }
.faq-answer { font-size: 14px; line-height: 1.7; color: var(--text); margin: 16px 0 0; max-width: 620px; display: none; }
.faq-item.open .faq-answer { display: block; }

/* ---------- BOOKING ---------- */

.booking { padding: 130px 64px; text-align: center; max-width: 780px; margin: 0 auto; }
.booking .eyebrow { margin-bottom: 24px; display: block; }
.booking h2 { font-size: 40px; line-height: 1.25; margin: 0 0 24px; }
.booking p { font-size: 16px; line-height: 1.75; color: var(--text); margin: 0 0 40px; }

.lead-form { text-align: left; display: grid; gap: 18px; max-width: 480px; margin: 0 auto 32px; }
.lead-form[hidden] { display: none; }
.lead-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: block; font-size: 12px; letter-spacing: 0.05em; color: var(--muted); margin-bottom: 6px; }
.lead-form input, .lead-form textarea {
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 12px 14px;
}
.lead-form input:focus, .lead-form textarea:focus { outline: none; border-color: var(--accent); }
.lead-form textarea { resize: vertical; min-height: 90px; }
.lead-form .hp { position: absolute; left: -9999px; }
.lead-form .hint { font-size: 12.5px; line-height: 1.6; color: var(--muted); margin: -2px 0 10px; }
.lead-form input[type="file"] {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: var(--muted);
}
.lead-form input[type="file"]::file-selector-button {
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 8px 14px;
  margin-right: 12px;
  cursor: pointer;
}
.lead-form input[type="file"]::file-selector-button:hover { border-color: var(--accent); }
.file-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.file-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 6px 8px 6px 12px;
  max-width: 100%;
}
.file-chip span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 220px; }
.file-chip button {
  border: none;
  background: none;
  color: var(--muted);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}
.file-chip button:hover { color: var(--ink); }

.btn-primary {
  background: var(--ink);
  color: var(--bg);
  padding: 17px 38px;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.btn-primary:hover { background: #453b32; color: var(--bg); }
.btn-primary:disabled { opacity: 0.6; cursor: default; }

.form-status { font-size: 13px; margin-top: 14px; min-height: 18px; }
.form-status.ok { color: #3e6a4e; }
.form-status.err { color: #9c3a3a; }

.booking-success { display: none; }
.booking-success.show { display: block; }

/* ---------- FOOTER ---------- */

.site-footer {
  border-top: 1px solid var(--border);
  padding: 44px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer .wordmark { font-size: 34px; }
.site-footer .tagline { font-size: 12px; color: var(--muted); }
.footer-legal { width: 100%; display: flex; gap: 20px; justify-content: flex-end; font-size: 12px; color: var(--muted); margin-top: 8px; }

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .nav { padding: 18px 24px; }
  .nav-links { display: none; }
  .hero, .werte { grid-template-columns: 1fr; }
  .hero .placeholder { min-height: 320px; }
  .hero-copy, .werte-copy { padding: 48px 24px; }
  .werte-copy { order: 2; }
  .werte .placeholder { order: 1; min-height: 280px; }
  .trust { grid-template-columns: 1fr; }
  .prozess { padding: 72px 24px; }
  .prozess-steps { grid-template-columns: 1fr; gap: 40px; }
  .referenzen { padding: 72px 24px; }
  .stories { grid-template-columns: 1fr; gap: 40px; }
  .faq { padding: 72px 24px; }
  .booking { padding: 72px 24px; }
  .lead-form .row { grid-template-columns: 1fr; }
  .site-footer { padding: 32px 24px; }
  .footer-legal { justify-content: flex-start; }
}
