:root{
  --cream:#FAF3E7;
  --cream-soft:#FDF9F0;
  --sand:#F1E4CE;
  --sand-deep:#E9D8B9;
  --terra:#BC5A3C;
  --terra-dark:#9C4526;
  --terra-deeper:#7E3419;
  --terra-soft:#F0CDBB;
  --sage:#6C7F58;
  --sage-dark:#4F6140;
  --sage-soft:#DCE3CC;
  --ink:#3B2E25;
  --ink-soft:#6E5C4D;
  --line:#E0CFAF;
  --white:#FFFDF8;
  --display:"Bricolage Grotesque", Georgia, serif;
  --body:"Karla", "Helvetica Neue", Arial, sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;}
}
body{
  font-family:var(--body);
  background:var(--cream);
  color:var(--ink);
  font-size:1.0625rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{max-width:100%;height:auto;display:block;}
a{color:var(--terra-dark);}
a:hover{color:var(--terra-deeper);}
h1,h2,h3{font-family:var(--display);line-height:1.12;font-weight:800;letter-spacing:-0.015em;}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.25rem;}
.skip-link{
  position:absolute;left:-9999px;top:0;background:var(--ink);color:var(--cream);
  padding:.75rem 1.25rem;border-radius:0 0 12px 0;z-index:200;font-weight:700;
}
.skip-link:focus{left:0;}
:focus-visible{outline:3px solid var(--terra-dark);outline-offset:3px;border-radius:4px;}

/* ---------- Header ---------- */
header.site{
  position:sticky;top:0;z-index:100;
  background:rgba(250,243,231,.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.site-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:.8rem 1.25rem;max-width:1080px;margin:0 auto;gap:1rem;
}
.wordmark{
  font-family:var(--display);font-weight:800;font-size:1.15rem;letter-spacing:-0.02em;
  color:var(--ink);text-decoration:none;display:flex;align-items:center;gap:.5rem;
  white-space:nowrap;
}
.wordmark svg{width:30px;height:30px;flex:none;}
nav.main{display:none;gap:1.4rem;align-items:center;}
nav.main a{
  text-decoration:none;color:var(--ink-soft);font-weight:700;font-size:.95rem;
  padding:.25rem .1rem;border-bottom:2px solid transparent;
}
nav.main a:hover{color:var(--terra-dark);border-bottom-color:var(--terra);}
@media(min-width:760px){nav.main{display:flex;}}
.btn{
  display:inline-block;font-family:var(--body);font-weight:700;font-size:1rem;
  background:var(--terra-dark);color:#fff;text-decoration:none;border:none;cursor:pointer;
  padding:.85rem 1.7rem;border-radius:999px;
  box-shadow:0 3px 0 var(--terra-deeper);
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover{background:var(--terra-deeper);color:#fff;transform:translateY(-2px);box-shadow:0 5px 0 var(--terra-deeper);}
.btn:active{transform:translateY(1px);box-shadow:0 1px 0 var(--terra-deeper);}
.btn.small{padding:.6rem 1.2rem;font-size:.92rem;}
.btn.ghost{
  background:transparent;color:var(--terra-dark);box-shadow:none;
  border:2px solid var(--terra);
}
.btn.ghost:hover{background:var(--terra-soft);transform:none;}

/* ---------- Hero ---------- */
.hero{padding:3.5rem 0 4.5rem;position:relative;}
.hero-grid{display:grid;gap:2.5rem;align-items:center;}
@media(min-width:860px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:2rem;}}
.badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:var(--sage-soft);color:var(--sage-dark);
  font-weight:700;font-size:.85rem;letter-spacing:.02em;
  padding:.45rem 1rem;border-radius:999px;margin-bottom:1.4rem;
  border:1.5px dashed var(--sage);
}
.badge .dot{width:9px;height:9px;border-radius:50%;background:var(--sage);flex:none;
  animation:pulse 2.4s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.45;transform:scale(.8);}}
.hero h1{font-size:clamp(2.3rem,6vw,3.7rem);margin-bottom:1.1rem;}
.hero h1 .accent{color:var(--terra);position:relative;white-space:nowrap;}
.hero h1 .accent svg{
  position:absolute;left:0;bottom:-.28em;width:100%;height:.32em;overflow:visible;
}
.hero p.lead{font-size:1.2rem;color:var(--ink-soft);max-width:34rem;margin-bottom:1.8rem;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;}
.hero-note{font-size:.9rem;color:var(--ink-soft);margin-top:1rem;}
.hero-ill{position:relative;}
.hero-ill svg{width:100%;height:auto;}

/* ---------- Waves & sections ---------- */
.wave{line-height:0;}
.wave svg{width:100%;height:56px;display:block;}
section{padding:4rem 0;}
section[id]{scroll-margin-top:76px;}
.section-sand{background:var(--sand);}
.section-cream{background:var(--cream);}
.kicker{
  font-family:var(--body);font-weight:700;font-size:.85rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--terra-dark);margin-bottom:.7rem;display:block;
}
h2{font-size:clamp(1.8rem,4.4vw,2.6rem);margin-bottom:1rem;}
.section-intro{max-width:40rem;color:var(--ink-soft);font-size:1.1rem;margin-bottom:2.2rem;}

/* ---------- Was entsteht ---------- */
.entsteht-grid{display:grid;gap:2.5rem;align-items:start;}
@media(min-width:860px){.entsteht-grid{grid-template-columns:1.1fr .9fr;}}
.chips{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.6rem 0;}
.chip{
  background:var(--white);border:1.5px solid var(--line);border-radius:999px;
  padding:.45rem 1rem;font-weight:700;font-size:.9rem;color:var(--ink);
  display:inline-flex;align-items:center;gap:.45rem;
}
.chip svg{width:16px;height:16px;flex:none;}
.honest{
  background:var(--white);
  border:2.5px solid var(--terra);
  border-radius:28px 22px 30px 24px;
  padding:1.8rem 1.6rem;
  position:relative;
  box-shadow:6px 6px 0 var(--terra-soft);
}
.honest h3{font-size:1.35rem;margin-bottom:.7rem;color:var(--terra-dark);}
.honest p{color:var(--ink-soft);}
.honest .pin{
  position:absolute;top:-16px;left:26px;background:var(--terra);color:#fff;
  font-weight:700;font-size:.8rem;letter-spacing:.06em;padding:.3rem .9rem;border-radius:999px;
}

/* ---------- Angebot ---------- */
.cards{display:grid;gap:1.2rem;margin-top:1rem;}
@media(min-width:640px){.cards{grid-template-columns:repeat(2,1fr);}}
@media(min-width:960px){.cards{grid-template-columns:repeat(3,1fr);}}
.card{
  background:var(--white);border:1.5px solid var(--line);
  border-radius:26px 20px 24px 22px;
  padding:1.7rem 1.5rem;
  display:flex;flex-direction:column;gap:.8rem;
  transition:transform .18s ease, box-shadow .18s ease;
}
.card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(59,46,37,.09);}
.card .icon{
  width:58px;height:58px;border-radius:18px 14px 17px 15px;
  background:var(--sand);display:grid;place-items:center;flex:none;
}
.card .icon svg{width:36px;height:36px;}
.card h3{font-size:1.25rem;}
.card p{color:var(--ink-soft);font-size:.98rem;flex:1;}
.card .pick{
  align-self:flex-start;font-weight:700;font-size:.92rem;color:var(--terra-dark);
  text-decoration:none;border-bottom:2px solid var(--terra-soft);padding-bottom:1px;
}
.card .pick:hover{border-bottom-color:var(--terra);}
.preis-hinweis{
  margin-top:1.8rem;font-size:.95rem;color:var(--ink-soft);
  background:var(--sage-soft);border-radius:16px;padding:.9rem 1.2rem;
  display:flex;gap:.7rem;align-items:flex-start;max-width:44rem;
}
.preis-hinweis svg{width:22px;height:22px;flex:none;margin-top:2px;}

/* ---------- Für wen ---------- */
.wen-grid{display:grid;gap:1rem;}
@media(min-width:640px){.wen-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:960px){.wen-grid{grid-template-columns:repeat(3,1fr);}}
.wen{
  background:var(--white);border:1.5px solid var(--line);border-radius:22px;
  padding:1.4rem 1.4rem;display:flex;gap:1rem;align-items:flex-start;
}
.wen .dot-ic{
  width:46px;height:46px;border-radius:50% 46% 52% 48%;
  background:var(--terra-soft);display:grid;place-items:center;flex:none;
}
.wen:nth-child(2n) .dot-ic{background:var(--sage-soft);}
.wen .dot-ic svg{width:26px;height:26px;}
.wen h3{font-size:1.08rem;margin-bottom:.25rem;}
.wen p{color:var(--ink-soft);font-size:.94rem;}

/* ---------- Warum Flums ---------- */
.flums-grid{display:grid;gap:2.5rem;align-items:center;}
@media(min-width:860px){.flums-grid{grid-template-columns:.9fr 1.1fr;}}
.check-list{list-style:none;display:grid;gap:1rem;margin-top:.5rem;}
.check-list li{display:flex;gap:.9rem;align-items:flex-start;}
.check-list .ck{
  width:28px;height:28px;flex:none;margin-top:2px;
  background:var(--sage-soft);border-radius:50%;display:grid;place-items:center;
}
.check-list .ck svg{width:16px;height:16px;}
.check-list strong{display:block;font-family:var(--display);font-weight:700;font-size:1.05rem;}
.check-list span{color:var(--ink-soft);font-size:.95rem;}

/* ---------- Formular ---------- */
.form-section{background:var(--terra);color:#fff;position:relative;}
.form-section .kicker{color:var(--sand);}
.form-section h2{color:#fff;}
.form-section .section-intro{color:#FBE8DC;margin-bottom:2rem;}
.form-card{
  background:var(--cream-soft);color:var(--ink);
  border-radius:32px 26px 30px 28px;
  padding:2rem 1.4rem;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
  max-width:720px;
}
@media(min-width:640px){.form-card{padding:2.6rem 2.4rem;}}
.field{margin-bottom:1.5rem;}
.field label.lab, fieldset legend{
  display:block;font-weight:700;font-size:1rem;margin-bottom:.5rem;color:var(--ink);
}
.field .opt{font-weight:400;color:var(--ink-soft);font-size:.9rem;}
input[type=email], input[type=text]{
  width:100%;font-family:var(--body);font-size:1.05rem;color:var(--ink);
  background:#fff;border:2px solid var(--line);border-radius:14px;
  padding:.85rem 1rem;
  transition:border-color .15s ease;
}
input[type=email]:focus, input[type=text]:focus{border-color:var(--terra);outline:3px solid var(--terra-soft);outline-offset:0;}
fieldset{border:none;}
.pills{display:flex;flex-wrap:wrap;gap:.6rem;}
.pill{position:relative;cursor:pointer;}
.pill input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;cursor:pointer;}
.pill span{
  display:inline-block;padding:.6rem 1.15rem;border-radius:999px;
  border:2px solid var(--line);background:#fff;font-weight:700;font-size:.95rem;color:var(--ink);
  transition:all .15s ease;
}
.pill:hover span{border-color:var(--terra);}
.pill input:checked + span{background:var(--terra-dark);border-color:var(--terra-dark);color:#fff;box-shadow:0 2px 0 var(--terra-deeper);}
.pill input:focus-visible + span{outline:3px solid var(--terra-dark);outline-offset:3px;}
.err{
  display:none;color:#8F2D0E;font-weight:700;font-size:.9rem;margin-top:.5rem;
}
.err.show{display:block;}
.check{display:flex;gap:.7rem;align-items:flex-start;font-size:.95rem;color:var(--ink-soft);cursor:pointer;}
.check input{width:20px;height:20px;margin-top:2px;accent-color:var(--terra);flex:none;cursor:pointer;}
.hp{position:absolute !important;left:-9999px !important;top:auto;width:1px;height:1px;overflow:hidden;}
.submit-row{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;}
.submit-row .mini{font-size:.86rem;color:var(--ink-soft);}
.form-success{
  display:none;text-align:center;padding:1.5rem 0 .5rem;
}
.form-success.show{display:block;}
.form-success .big-ck{
  width:76px;height:76px;margin:0 auto 1.2rem;background:var(--sage-soft);
  border-radius:50% 46% 52% 48%;display:grid;place-items:center;
}
.form-success h3{font-size:1.6rem;margin-bottom:.6rem;}
.form-success p{color:var(--ink-soft);max-width:28rem;margin:0 auto;}

/* ---------- FAQ ---------- */
.faq{max-width:760px;}
details{
  background:var(--white);border:1.5px solid var(--line);border-radius:18px;
  margin-bottom:.8rem;overflow:hidden;
}
details summary{
  cursor:pointer;list-style:none;padding:1.1rem 1.3rem;
  font-family:var(--display);font-weight:700;font-size:1.08rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
}
details summary::-webkit-details-marker{display:none;}
details summary .plus{
  width:26px;height:26px;flex:none;border-radius:50%;background:var(--sand);
  display:grid;place-items:center;font-family:var(--body);font-weight:700;color:var(--terra-dark);
  transition:transform .2s ease;
}
details[open] summary .plus{transform:rotate(45deg);background:var(--terra-soft);}
details .answer{padding:0 1.3rem 1.2rem;color:var(--ink-soft);}
details summary:hover{color:var(--terra-dark);}

/* ---------- Footer ---------- */
footer{
  background:var(--ink);color:var(--sand);padding:3rem 0 2rem;
}
.foot-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start;}
.foot-brand{font-family:var(--display);font-weight:800;font-size:1.2rem;color:var(--cream);display:flex;align-items:center;gap:.5rem;}
.foot-brand svg{width:26px;height:26px;}
footer p{font-size:.92rem;color:#C9B9A5;max-width:26rem;}
footer nav{display:flex;gap:1.4rem;flex-wrap:wrap;}
footer nav a{color:var(--sand);text-decoration:none;font-weight:700;font-size:.92rem;border-bottom:1.5px solid transparent;}
footer nav a:hover{color:#fff;border-bottom-color:var(--terra);}
.foot-copy{margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid #55483C;font-size:.85rem;color:#A8977F;}

/* ---------- Reveal ---------- */
html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease;}
html.js .reveal.in{opacity:1;transform:none;}
html.reveal-now .reveal{opacity:1 !important;transform:none !important;transition:none !important;}
@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;}}

/* ---------- Stats-Leiste (Graft aus Entwurf B, in Sand-Tönen) ---------- */
.stats{
  display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-top:2.6rem;
}
@media(min-width:760px){.stats{grid-template-columns:repeat(4,1fr);}}
.stat{
  background:var(--white);border:1.5px solid var(--line);border-radius:20px 16px 19px 17px;
  padding:1.1rem 1.2rem;
}
.stat b{font-family:var(--display);font-weight:800;font-size:1.7rem;color:var(--terra-dark);display:block;line-height:1.1;}
.stat span{font-size:.88rem;color:var(--ink-soft);line-height:1.4;display:block;margin-top:.25rem;}

/* ---------- Formular-Fehlerbox (echter Versand) ---------- */
.form-error{
  display:none;background:#FBE3D8;border:2px solid var(--terra);color:var(--terra-deeper);
  border-radius:14px;padding:.9rem 1.1rem;font-weight:700;font-size:.95rem;margin-bottom:1.3rem;
}
.form-error.show{display:block;}
.form-error a{color:var(--terra-deeper);}
.privacy-hint{font-size:.85rem;color:var(--ink-soft);margin-top:1rem;}
.privacy-hint a{color:var(--terra-dark);}
.btn[disabled]{opacity:.65;cursor:wait;transform:none;}

/* ---------- Rechtsseiten ---------- */
.legal{padding:3.5rem 0 4.5rem;max-width:760px;margin:0 auto;}
.legal h1{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:.6rem;}
.legal .muted{color:var(--ink-soft);margin-bottom:2rem;}
.legal h2{font-size:1.3rem;margin:2.2rem 0 .6rem;}
.legal p, .legal li{color:var(--ink);font-size:1rem;}
.legal p + p{margin-top:.8rem;}
.legal ul{margin:.6rem 0 .6rem 1.4rem;}
.legal .back{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;margin-bottom:1.6rem;}
.legal .updated{margin-top:2.4rem;font-size:.9rem;color:var(--ink-soft);}
