/* Startseite — ergaenzt brand.css. Vorbild: benjamin-farmer.de (ruhig, serif, viel Luft). */
.site {
  --serif: "Cormorant Garamond", Georgia, serif;
  --line: #1F4D3A;
  --muted: rgba(27, 27, 27, 0.66);
  --hair: rgba(31, 77, 58, 0.12);
  background: var(--cream);
  overflow-x: hidden;
}
.site h1, .site h2, .site h3 { font-family: var(--serif); font-weight: 500; color: var(--green-dark); letter-spacing: -0.01em; }
.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: #9a7a3c;
  border: 1px solid rgba(200, 161, 90, 0.45); border-radius: 999px;
  padding: 5px 14px; margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
}

/* Kopfleiste */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 243, 236, 0.82);
  backdrop-filter: saturate(1.2) blur(10px);
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid transparent;
}
.site-head .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; }
.site .wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--green-dark); }
.wordmark__leaf { width: 30px; height: 30px; color: var(--green); flex: none; }
.site .wordmark span { font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.05; }
.site .wordmark small { display: block; font-family: var(--font-body); font-size: 10.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 22px; border-radius: 999px;
  background: var(--green-dark); color: #fff !important; text-decoration: none;
  font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: 0.02em;
  box-shadow: 0 6px 18px rgba(20, 53, 40, 0.18);
  transition: transform .2s ease, background .2s ease;
}
.btn-dark:hover { background: var(--green); transform: translateY(-1px); }

/* Hero */
.site .hero { position: relative; padding-top: 56px; background: linear-gradient(to bottom, #FCFBF7 0%, var(--cream) 100%); }
.hero__text { position: relative; text-align: center; }
.hero h1 { font-size: clamp(44px, 8.4vw, 86px); line-height: 1.02; margin: 0 auto 22px; max-width: 13ch; }
.hero h1 em { font-style: italic; color: var(--brass); font-weight: 500; }
.hero__sub { font-size: clamp(17px, 2.2vw, 19px); line-height: 1.65; color: var(--muted); max-width: 34rem; margin: 0 auto 28px; }
.hero__cta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 24px; }
.hero__link { color: var(--green-dark); text-decoration: none; font-weight: 500; border-bottom: 1px solid var(--hair); padding-bottom: 2px; }
.hero__link:hover { color: var(--brass); border-color: var(--brass); }

.hero__scene {
  margin-top: 8px; height: clamp(220px, 34vw, 400px);
  -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
}
.hero__scene svg { width: 100%; height: 100%; display: block; }
.s-line, .s-hedge, .s-sun, .s-hill { stroke: var(--line); stroke-width: 1.6; }
.s-sun { fill: rgba(200, 161, 90, 0.16); stroke: rgba(200, 161, 90, 0.7); }
.s-hill { fill: rgba(31, 77, 58, 0.05); stroke: rgba(31, 77, 58, 0.22); }
.s-lawn { fill: rgba(31, 77, 58, 0.09); stroke: none; }
.s-tree { fill: rgba(31, 77, 58, 0.10); }
.s-hedge { fill: rgba(31, 77, 58, 0.14); }
.s-wall { fill: #FBF9F4; }
.s-roof { fill: rgba(200, 161, 90, 0.20); }
.s-glass { fill: rgba(200, 161, 90, 0.10); }
.s-door { fill: rgba(31, 77, 58, 0.12); }
.s-box { fill: rgba(31, 77, 58, 0.18); }
.s-knob { fill: var(--line); }
.s-path { stroke: rgba(31, 77, 58, 0.35); }
.s-smoke { stroke: rgba(31, 77, 58, 0.3); }
.s-bloom { fill: rgba(200, 161, 90, 0.75); stroke: none; }
.s-daisy { fill: #fff; stroke: rgba(200, 161, 90, 0.9); stroke-width: 1.6; }
.s-fence, .s-grass, .s-birds { stroke: rgba(31, 77, 58, 0.55); }
.s-ladder { stroke: rgba(31, 77, 58, 0.6); }

/* Versprechen */
.promises { padding: 8px 0 72px; }
.promises__grid { display: grid; gap: 14px; }
.promise {
  background: rgba(255, 255, 255, 0.72); border: 1px solid var(--hair); border-radius: 18px;
  padding: 22px 22px 18px;
}
.promise svg, .soon svg, .svc__icon svg { fill: none; stroke: var(--green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.promise svg { width: 28px; height: 28px; margin-bottom: 12px; }
.promise h3 { font-size: 22px; margin: 0 0 4px; }
.promise p { color: var(--muted); font-size: 15px; margin: 0; }

/* Abschnittskoepfe */
.section-head { max-width: 40rem; margin: 0 auto 36px; text-align: center; }
.section-head h2 { font-size: clamp(34px, 5.4vw, 52px); line-height: 1.08; margin: 0 0 12px; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 17px; }

/* Leistungen */
.services { padding: 72px 0; background: #fff; border-block: 1px solid var(--hair); }
.catalog__list .catalog__cat { display: none; }
.svc-grid { display: grid; gap: 16px; }
.svc {
  display: flex; flex-direction: column;
  background: var(--cream); border: 1px solid var(--hair); border-radius: 20px; padding: 24px;
}
.svc__icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--hair); margin-bottom: 16px; }
.svc__icon svg { width: 26px; height: 26px; }
.svc h3 { font-size: 26px; margin: 0 0 6px; }
.svc__desc { color: var(--muted); font-size: 15px; margin: 0 0 18px; }
.svc__sizes { list-style: none; margin: auto 0 0; padding: 0; border-top: 1px solid var(--hair); }
.svc__size {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 52px; padding: 10px 4px; background: none; border: 0; border-bottom: 1px solid var(--hair);
  font: inherit; font-size: 15px; color: var(--ink); text-align: left; cursor: pointer;
}
.svc__size:hover, .svc__size:focus-visible { color: var(--green); }
.svc__size:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; border-radius: 6px; }
.svc__price { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--green-dark); white-space: nowrap; }
.svc__price::after { content: " →"; font-family: var(--font-body); font-size: 14px; color: var(--brass); }

.soon {
  display: flex; align-items: center; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-top: 32px; color: var(--muted); font-size: 15px; text-align: center;
}
.soon p { margin: 0; }
.soon__icons { display: inline-flex; gap: 8px; }
.soon svg { width: 22px; height: 22px; stroke: var(--brass); }

/* Ablauf */
.how { padding: 80px 0; }
.how__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 28px; counter-reset: none; }
.how__steps li { border-top: 1px solid rgba(31, 77, 58, 0.25); padding-top: 18px; }
.how__num { display: block; font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--brass); margin-bottom: 6px; }
.how__steps h3 { font-size: 24px; margin: 0 0 4px; }
.how__steps p { color: var(--muted); font-size: 15px; margin: 0; }

/* Buchung */
.book { scroll-margin-top: 72px; padding: 80px 0 96px; background: #fff; border-top: 1px solid var(--hair); }
.book__inner { max-width: 760px; }
.book__card { border-radius: 20px; border: 1px solid var(--hair); box-shadow: 0 10px 40px rgba(20, 53, 40, 0.06); padding: 28px; }
.site .stepper { margin-bottom: 20px; }

/* Fuss */
.site-foot { padding: 36px 0 48px; color: var(--muted); font-size: 14px; }
.site-foot .container { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.site-foot p { margin: 0; }
.site-foot nav { display: flex; gap: 20px; }
.site-foot a { color: var(--muted); text-decoration: none; }
.site-foot a:hover { color: var(--green); }
.wordmark-small { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--green-dark); }

@media (min-width: 700px) {
  .promises__grid { grid-template-columns: repeat(3, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .how__steps { grid-template-columns: repeat(4, 1fr); gap: 32px; }
}
@media (max-width: 480px) {
  .site .wordmark small { display: none; }
  .btn-dark { min-height: 44px; padding: 0 18px; font-size: 17px; }
  .hero { padding-top: 32px; }
}

/* Ueberschreibungen aus brand.css */
.site .how__num { width: auto; height: auto; border-radius: 0; background: none; display: block; color: var(--brass); }
.site .site-foot { background: var(--cream); border-top: 1px solid var(--hair); }
.book__card:empty { padding: 36px 28px; text-align: center; color: var(--muted); }

/* Kopf: Telefon */
.site-head__actions { display: flex; align-items: center; gap: 18px; }
.head-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); text-decoration: none; font-weight: 500; white-space: nowrap; }
.head-phone svg { width: 18px; height: 18px; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.head-phone:hover { color: var(--brass); }
.head-phone[hidden] { display: none; }

/* Hero: ein Hauptknopf, Rest darunter */
.site .hero__cta { flex-direction: column; gap: 12px; }
.btn-hero { min-height: 54px; padding: 0 34px; font-size: 20px; }
.hero__offer { margin: 0; font-size: 15px; color: var(--muted); }
.hero__offer strong { color: var(--green-dark); }
.hero__link { font-size: 15px; }

.book__help { margin-top: 4px; }
.book__help a { color: var(--green-dark); font-weight: 500; }

/* Buchung Schritt 1: Leistung + Groesse direkt im Widget */
.pick-sizes { display: grid; gap: 10px; margin-top: 4px; }
.book__card .pick-size {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 56px; padding: 12px 16px; border: 1px solid var(--hair); border-radius: 14px;
  position: relative; margin: 0; font-weight: 400;
  background: var(--cream); cursor: pointer; font-size: 15px;
}
.pick-size input { position: absolute; opacity: 0; pointer-events: none; }
.book__card .pick-size.is-selected { border-color: var(--green); background: #fff; box-shadow: 0 0 0 2px rgba(31, 77, 58, 0.18); }
.pick-size:focus-within { outline: 2px solid var(--brass); outline-offset: 2px; }
.pick-size__price { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--green-dark); white-space: nowrap; }
.book__card select { width: 100%; }

@media (max-width: 600px) {
  .head-phone span { display: none; }
  .head-phone svg { width: 22px; height: 22px; }
}
