/* ==========================================================================
   Babo Lieferservice UG — Stylesheet
   Palette:  #F6F3EC paper · #EBE3D2 band · #23281F ink (warm anthracite)
             #B15E37 accent (single, muted terracotta) · #1E2E22 forest (dark base)
             #FFFFFF card
   Type:     Be Vietnam Pro (headings/UI) · IBM Plex Sans (body)
   Principle: one restrained palette so the logo stays the only "loud" color on the page.
   ========================================================================== */

:root{
  --paper:      #F6F3EC;
  --band:       #EBE3D2;
  --ink:        #23281F;
  --ink-soft:   #5B6259;
  --accent:      #D0472A;
  --accent-dark: #A93A22;
  --leaf:        #5FA429;
  --leaf-dark:   #4A8420;
  --forest:     #16261C;
  --forest-light:#37493B;
  --card:       #FFFFFF;
  --line:       rgba(35,40,31,0.12);

  --display: "Be Vietnam Pro", "Noto Sans SC", sans-serif;
  --heading: "Be Vietnam Pro", "Noto Sans SC", sans-serif;
  --body:    "IBM Plex Sans", "Be Vietnam Pro", "Noto Sans SC", sans-serif;

  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-card: 0 10px 30px -14px rgba(35,40,31,0.25);
  --container: 1160px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior:auto !important; }
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
section[id]{ scroll-margin-top: 92px; }
body{
  margin:0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4{ font-family: var(--heading); margin:0; color: var(--ink); }
p{ margin:0; }
a{ color: inherit; text-decoration: none; }
img, svg{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family: inherit; cursor:pointer; }

.container{
  width:100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family: var(--heading);
  font-weight:600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.eyebrow::before{
  content:"";
  width:18px; height:2px;
  background: var(--ink-soft);
  opacity: 0.45;
  display:inline-block;
  border-radius:2px;
}

.section-title{
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height:1.15;
  max-width: 640px;
}

.section{ padding: 88px 0; position:relative; }
.section::before{
  content:"";
  position:absolute; top:0; left:0; right:0;
  height:4px;
}
#produkte::before{ background: #ED1C24; }
#warum::before{ background: #FF9800; }
#ablauf::before{ background: #65B32E; }
#kontakt::before{ background: #FFC20E; }
.section--band{ background: var(--band); }
.section--forest{ background: var(--forest); color: #EDE8DC; }
.section--forest h2, .section--forest h3, .section--forest .eyebrow{ color:#EDE8DC; }
.section--forest .eyebrow::before{ background: rgba(237,232,220,0.4); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--heading);
  font-weight:600;
  font-size: 0.98rem;
  border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover{ transform: translateY(-2px); }
.btn:focus-visible{ outline:3px solid var(--accent); outline-offset:3px; }
.btn--primary{ background: var(--accent); color:#fff; box-shadow: 0 10px 24px -10px rgba(177,94,55,0.5); }
.btn--primary:hover{ background: var(--accent-dark); }
.btn--ghost{ background:transparent; border-color: currentColor; color: var(--ink); }
.section--forest .btn--ghost{ color:#EDE8DC; }
.btn--ghost:hover{ background: rgba(35,40,31,0.06); }
.section--forest .btn--ghost:hover{ background: rgba(255,255,255,0.1); }
.btn--white{ background:#fff; color: var(--accent-dark); }
.btn--white:hover{ background: var(--paper); }
.btn--block{ width:100%; }
.btn svg{ width:18px; height:18px; flex-shrink:0; }

/* ---------- Express band ---------- */
.express{ background: var(--accent); color:#fff; padding: 70px 0; }
.express__grid{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:40px; align-items:center; }
.express__eyebrow{
  display:inline-block; font-family: var(--heading); font-weight:700; font-size:0.8rem;
  letter-spacing:0.08em; text-transform:uppercase; color: rgba(255,255,255,0.85); margin-bottom:12px;
}
.express h2{ font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom:14px; }
.express p{ color: rgba(255,255,255,0.9); font-size:1.02rem; max-width: 46ch; }
.express__checks{ list-style:none; margin: 22px 0 26px; display:grid; gap:12px; }
.express__checks li{ display:flex; align-items:center; gap:12px; font-weight:600; }
.express__checks i{
  font-style:normal; background:rgba(255,255,255,0.18); color:#fff; width:24px; height:24px;
  border-radius:50%; display:grid; place-items:center; flex:0 0 24px; font-size:0.85rem;
}
.express__art{ display:flex; justify-content:center; align-items:center; }
.express__photo{
  width:100%;
  height:auto;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 45px -15px rgba(0,0,0,0.45);
  display:block;
}
.express__art svg{ max-width:280px; }
@media (max-width: 760px){
  .express__grid{ grid-template-columns: 1fr; text-align:center; }
  .express__checks{ text-align:left; }
  .express__art{ order:-1; max-width:360px; margin:0 auto; }
}

/* ---------- Header ---------- */
.site-header{
  position: sticky;
  top:0;
  z-index: 100;
  background: rgba(246,243,236,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
  max-width: 1400px;
  margin:0 auto;
}
.brand{ display:flex; align-items:center; }

/* ---------- BABO Logo (exact reference image) ---------- */
.babo-logo-img{ display:block; width:auto; }
.babo-logo-img--header{ height: 36px; }
.babo-logo-img--hero{ height: auto; width: 100%; max-width: 380px; }
.babo-logo-img--footer{ height: 40px; }

.footer__brand-chip{
  display:inline-flex;
  align-items:center;
  background: var(--paper);
  padding: 8px 14px;
  border-radius: 10px;
}

.babo-tagline{
  font-family: "Be Vietnam Pro", "Noto Sans SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-top: 18px;
}
.babo-tagline span{ margin: 0 3px; }
.babo-tagline span:first-child{ margin-left:0; }

.main-nav{ display:flex; align-items:center; gap: 16px; }
.main-nav a{
  font-family: var(--heading);
  font-weight:600;
  font-size: 0.89rem;
  color: var(--ink-soft);
  position:relative;
  padding: 4px 0;
  white-space: nowrap;
}
.main-nav a:hover{ color: var(--ink); }
.main-nav a::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-2px;
  height:2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s ease;
}
.main-nav a:hover::after{ transform: scaleX(1); }

.header-actions{ display:flex; align-items:center; gap:10px; }

.lang-switch{ display:flex; gap:3px; background: var(--card); border:1px solid var(--line); border-radius:999px; padding:4px; }
.lang-switch button{
  border:none; background:transparent; padding:6px 8px; border-radius:999px;
  font-family: var(--heading); font-weight:700; font-size:0.76rem; letter-spacing:0.02em;
  color: var(--ink-soft);
  transition: background .18s ease, color .18s ease;
}
.lang-switch button:hover{ color: var(--ink); }
.lang-switch button.is-active{ background: var(--forest); color:#fff; }
.lang-switch button:focus-visible{ outline:2px solid var(--accent); outline-offset:2px; }

.nav-toggle{
  display:none;
  border:1px solid var(--line); background:var(--card); border-radius: 10px;
  width:42px; height:42px; align-items:center; justify-content:center;
}
.nav-toggle svg{ width:20px; height:20px; }

/* ---------- Hero ---------- */
.hero{
  padding: 76px 0 60px;
  overflow:hidden;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items:center;
}
.hero__title{
  font-family: var(--heading);
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  max-width: 15ch;
}
.hero__subtitle{
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 32px;
}
.hero__actions{ display:flex; flex-wrap:wrap; gap: 14px; margin-bottom: 26px; }
.hero__badge{
  display:inline-flex; align-items:center; gap:10px;
  background: var(--card); border:1px solid var(--line);
  padding: 10px 16px; border-radius: 999px;
  font-family: var(--heading); font-weight:600; font-size:0.88rem;
  box-shadow: var(--shadow-card);
}
.hero__badge svg{ width:16px; height:16px; color: var(--accent); flex-shrink:0; }

.hero__art{ position:relative; }
.hero__art-wrap{
  position:relative;
  background: var(--band);
  border-radius: var(--radius-lg);
  padding: 30px;
}
.hero__art-wrap--word{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height: 380px;
  text-align:center;
  animation: mapFadeIn 1s cubic-bezier(.2,.8,.3,1) both;
}
@keyframes mapFadeIn{
  from{ opacity:0; transform: scale(0.97); }
  to{ opacity:1; transform: scale(1); }
}

.floating-badge{
  position:absolute;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  box-shadow: var(--shadow-card);
  text-align:left;
  line-height:1.2;
}
.floating-badge strong{
  display:block;
  font-family: var(--heading);
  font-weight:800;
  font-size:1.15rem;
  color: var(--accent);
}
.floating-badge span{
  font-size:0.78rem;
  color: var(--ink-soft);
  font-weight:600;
}
.floating-badge--top{ top:22px; left:22px; }
.floating-badge--bottom{ bottom:22px; right:22px; }
@media (max-width: 640px){
  .floating-badge{ padding:9px 13px; }
  .floating-badge strong{ font-size:1rem; }
  .floating-badge span{ font-size:0.7rem; }
}

/* ---------- Stats / Experience band ---------- */
.stats{
  background: var(--band);
  padding: 44px 0;
  border-top: 4px solid #65B32E;
  border-bottom: 1px solid var(--line);
}
.stats__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align:center;
}
.stat{ display:flex; flex-direction:column; gap:6px; }
.stat__num{
  font-family: var(--heading);
  font-weight:700;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--accent);
  line-height:1.15;
}
.stat__label{
  font-size: 0.86rem;
  color: var(--ink-soft);
  font-weight:500;
}

/* ---------- Trust strip ---------- */
.trust{ padding: 0 0 88px; }
.trust__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.trust__card{
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
}
.trust__card h3{ font-size: 1.25rem; margin-bottom:8px; }
.trust__card p{ color: var(--ink-soft); }
.trust__icon{
  width:46px; height:46px; border-radius: 14px;
  background: var(--band);
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 16px;
}
.trust__icon svg{ width:24px; height:24px; color: var(--accent); }

/* ---------- Product grid ---------- */
.products__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.product-card{
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 26px;
  border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: transparent; }
.product-card__icon{
  width:48px; height:48px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background: var(--band);
  margin-bottom: 18px;
}
.product-card__icon svg{ width:26px; height:26px; color: var(--leaf-dark); }
.product-card h3{ font-size: 1.12rem; margin-bottom:6px; }
.product-card p{ color: var(--ink-soft); font-size:0.95rem; }
.price-note{
  margin-top: 28px;
  font-size: 0.92rem;
  color: var(--ink-soft);
  background: var(--band);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--accent);
}
.catalog-cta{ white-space: normal; text-align:center; max-width: 100%; }

/* ---------- Customers ---------- */
.customers__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.customer-card{
  padding: 30px 26px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(237,232,220,0.16);
}
.customer-card__num{
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.9rem;
  color: rgba(237,232,220,0.5);
  margin-bottom: 10px;
  display:block;
}
.customer-card h3{ font-size: 1.15rem; margin-bottom: 8px; }
.customer-card p{ color: rgba(237,232,220,0.72); font-size:0.95rem; }

/* ---------- Why ---------- */
.why__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.why-card{ text-align:left; }
.why-card__icon{
  width:52px; height:52px; border-radius: 16px;
  background: var(--accent); color:#fff;
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 18px;
}
.why-card__icon svg{ width:26px; height:26px; }
.why-card h3{ font-size: 1.08rem; margin-bottom:6px; }
.why-card p{ color: var(--ink-soft); font-size:0.94rem; }

/* ---------- How it works / Steps ---------- */
.steps__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
  position: relative;
}
.step-card{
  position: relative;
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  border: 1px solid var(--line);
}
.step-card__num{
  width:40px; height:40px;
  border-radius:50%;
  background: var(--accent);
  color:#fff;
  font-family: var(--heading);
  font-weight:700;
  font-size:1.1rem;
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 18px;
}
.step-card h3{ font-size: 1.12rem; margin-bottom:6px; }
.step-card p{ color: var(--ink-soft); font-size:0.95rem; }

/* ---------- Contact ---------- */
.contact__inner{
  display:grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items:flex-start;
}
.contact__methods{ display:flex; flex-direction:column; gap:14px; margin-top: 30px; }
.contact-method{
  display:flex; align-items:center; gap:14px;
  background: var(--card);
  border:1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.contact-method:hover{ transform: translateY(-2px); box-shadow: var(--shadow-card); }
.contact-method__icon{
  width:42px; height:42px; border-radius: 12px;
  display:flex; align-items:center; justify-content:center;
  background: var(--band); flex-shrink:0;
}
.contact-method__icon svg{ width:22px; height:22px; color: var(--accent); }
.contact-method__label{ font-size:0.78rem; text-transform:uppercase; letter-spacing:0.06em; color: var(--ink-soft); font-family: var(--heading); font-weight:600; }
.contact-method__value{ font-family: var(--heading); font-weight:700; font-size:1.02rem; }
.contact__note{ margin-top:20px; font-size:0.92rem; color: var(--ink-soft); background: var(--band); padding:14px 16px; border-radius: var(--radius-sm); }

.form-card{
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
}
.form-card h3{ font-size:1.3rem; margin-bottom: 22px; }
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap:16px; }
.field{ margin-bottom:16px; }
.field label{
  display:block; font-family: var(--heading); font-weight:600; font-size:0.86rem;
  margin-bottom:6px; color: var(--ink-soft);
}
.field input, .field textarea{
  width:100%;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-family: var(--body);
  font-size: 0.98rem;
  background: var(--paper);
  color: var(--ink);
  transition: border-color .18s ease;
}
.field input:focus, .field textarea:focus{ outline:none; border-color: var(--accent); }
.field textarea{ min-height: 110px; resize: vertical; }
.form-status{ margin-top:14px; font-size:0.92rem; font-family: var(--heading); font-weight:600; min-height: 1.4em; }
.form-status.is-success{ color: var(--forest); }
.form-status.is-error{ color: var(--accent-dark); }

/* ---------- Footer ---------- */
.site-footer{ background: var(--forest); color: rgba(237,232,220,0.82); padding: 56px 0 28px; }
.footer__inner{
  display:grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px;
  padding-bottom: 34px; border-bottom: 1px solid rgba(237,232,220,0.14);
}
.footer__brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer__tagline{ max-width: 34ch; color: rgba(237,232,220,0.6); font-size:0.94rem; }
.footer__heading{ font-family: var(--heading); font-weight:700; font-size:0.85rem; letter-spacing:0.05em; text-transform:uppercase; color:#EDE8DC; margin-bottom:14px; }
.footer__list{ display:flex; flex-direction:column; gap:10px; font-size:0.94rem; }
.footer__list a:hover{ color:#fff; }
.footer__bottom{
  display:flex; justify-content:space-between; align-items:center;
  padding-top: 22px; font-size:0.85rem; color: rgba(237,232,220,0.5); flex-wrap:wrap; gap:10px;
}

/* ---------- Skip link ---------- */
.skip-link{
  position:absolute; left:-999px; top:auto;
  background: var(--accent); color:#fff; padding:12px 18px; border-radius: 8px; z-index: 200;
}
.skip-link:focus{ left:16px; top:16px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; }
  .hero__art{ order:-1; }
  .trust__grid{ grid-template-columns: 1fr; }
  .stats__grid{ grid-template-columns: 1fr; row-gap: 24px; }
  .products__grid{ grid-template-columns: repeat(2,1fr); }
  .customers__grid{ grid-template-columns: 1fr; }
  .why__grid{ grid-template-columns: repeat(2,1fr); }
  .steps__grid{ grid-template-columns: 1fr; }
  .contact__inner{ grid-template-columns: 1fr; }
  .footer__inner{ grid-template-columns: 1fr 1fr; }
}
.nav-order-mobile{ display:none; }

@media (max-width: 1420px){
  .main-nav{ display:none; }
  .nav-toggle{ display:flex; }
  .lang-switch button{ padding:5px 6px; font-size:0.68rem; }
  .header-actions{ gap:6px; }
  .nav-order-desktop{ display:none; }
  .nav-order-mobile{ display:inline-flex; margin-top:6px; }
  .site-header__inner{ padding: 12px 16px; }
  .babo-logo-img--header{ height: 30px; }
  .section{ padding: 60px 0; }
  .products__grid{ grid-template-columns: 1fr; }
  .why__grid{ grid-template-columns: 1fr; }
  .form-row{ grid-template-columns: 1fr; }
  .footer__inner{ grid-template-columns: 1fr; }
  .footer__bottom{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 420px){
  .babo-logo-img--header{ height: 26px; }
  .lang-switch button{ padding:5px 5px; font-size:0.64rem; }
}

/* mobile nav drawer */
.main-nav.is-open{
  display:flex;
  position:absolute;
  top:100%; left:0; right:0;
  flex-direction:column;
  background: var(--paper);
  padding: 20px 24px 26px;
  border-bottom: 1px solid var(--line);
  gap: 16px;
}
