/* ============================================================
   PAGE-V5 · Über uns (Story-Seite, §11.3 „Sub"-Hero + Cornelia-Anker)
   Selbst-tragend: reused v5-Blöcke (.h06 Hero, .rc regional, .ps stat-bar,
   .ls logo-strip, Cutout-auf-Sand) + Story-Blöcke (pain-intro dunkel,
   value-prop-Raster, team, about-story, werte, contact-card).
   Lädt NACH tokens → base → page. UI=Sans, Serife nur Display, Hairlines,
   Sand-Panels, EIN Bordeaux-Akzent, Gold nur ★.
   ============================================================ */

.nav__menu a[aria-current="page"]::after { transform: scaleX(1); }
.h06, .ri, .wa, .rc, .ps, .tm, .as, .we, .ls, .co { scroll-margin-top: 88px; }
.ck { flex: none; width: 24px; height: 24px; border-radius: 999px; background: var(--surface-sand); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; }
.ck svg { width: 13px; height: 13px; }

/* ============================================================
   1 · hero (.h06 „Sub"-Archetyp) — Text links, Cornelia blutet rechts.
   ============================================================ */
.h06 { position: relative; overflow: hidden; border-bottom: 1px solid var(--border-light); }
.h06__media { position: absolute; inset: 0 0 0 auto; width: 44%; z-index: 0; clip-path: polygon(9% 0, 100% 0, 100% 100%, 20% 100%); }
.h06__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.h06__inner { position: relative; z-index: 1; padding-block: clamp(2.5rem, 5vw, 4rem); }
.h06__text { max-width: 47rem; }
.h06 .hero__gbadge { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: var(--sp-4); font-size: .9rem; }
.h06 .hero__gbadge .g-logo { width: 20px; height: 20px; display: inline-flex; flex: none; }
.h06 .hero__gbadge .g-logo svg { width: 20px; height: 20px; display: block; }
.h06 .hero__gbadge .g-stars { color: var(--accent-2); letter-spacing: 1px; }
.h06 .hero__gbadge .g-rate { color: var(--text-on-light-dim); }
.h06 .hero__gbadge .g-rate strong { color: var(--text-on-light); font-weight: 700; }
.h06__h1 { font-size: clamp(2rem, 3.3vw, 2.8rem); line-height: 1.12; letter-spacing: -.01em; max-width: 22ch; }
.h06__h1 em { font-style: italic; color: var(--brand); }
.h06__lead { margin-top: var(--sp-3); color: var(--text-on-light-dim); font-size: 1.02rem; max-width: 52ch; line-height: 1.6; }
.h06__cta { margin-top: var(--sp-4); display: flex; align-items: center; gap: var(--sp-4); flex-wrap: wrap; }
.h06__cta .cta-note { margin: 0; color: var(--text-on-light-dim); font-size: .82rem; }

/* ============================================================
   2 · ruf-der-branche = pain-intro — dunkles editoriales Statement.
   ============================================================ */
.ri__inner { max-width: 900px; margin-inline: auto; }
.ri__title { font-family: var(--font-display); font-weight: 560; font-size: var(--fs-h2); line-height: 1.12; color: var(--text-on-dark); max-width: 22ch; }
.ri__title em { font-style: italic; color: var(--brand-glow); }
.ri__body { margin-top: var(--sp-4); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); }
.ri__body p { color: var(--text-on-dark-dim); line-height: 1.7; }
.ri__body p.ri__lead { border-left: 3px solid var(--brand-glow); padding-left: var(--sp-3); color: var(--text-on-dark); font-family: var(--font-display); font-weight: 560; font-size: clamp(1.15rem, 1.9vw, 1.4rem); line-height: 1.45; }

/* ============================================================
   3 · wir-machen-es-anders = value-prop — 4-Karten-Raster (Sand-Icon + Titel + Text).
   ============================================================ */
.wa__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-3); margin-top: var(--sp-5); }
.wa__card { background: var(--surface-light-2); border: 1px solid var(--border-light); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); display: flex; gap: var(--sp-3); align-items: flex-start; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
@media (hover: hover) and (pointer: fine) { .wa__card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(43,35,32,.09); } }
.wa__ic { flex: none; width: 46px; height: 46px; border-radius: 999px; background: var(--surface-sand); color: var(--brand); display: grid; place-items: center; }
.wa__ic svg { width: 22px; height: 22px; stroke-width: 1.6; }
.wa__card > div { min-width: 0; }
.wa__card h3 { font-size: 1.1rem; }
.wa__card p { margin-top: .45rem; font-size: .93rem; color: var(--text-on-light-dim); line-height: 1.6; }

/* ============================================================
   4 · regional = regional-content (.rc Foto-Split), 1:1 aus v5.
   ============================================================ */
.rc__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.rc__media { position: sticky; top: 96px; }
.rc__photo { margin: 0; border-radius: var(--radius); overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%); }
.rc__photo img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 3; }
.rc__caption { display: inline-flex; align-items: center; gap: .5rem; margin-top: var(--sp-2); font-size: var(--fs-small); font-weight: 600; color: var(--text-on-light-dim); }
.rc__caption svg { width: 16px; height: 16px; color: var(--brand); flex: none; }
.rc__title { font-family: var(--font-display); font-weight: 560; letter-spacing: .005em; font-size: var(--fs-h2); line-height: 1.1; }
.rc__title em { font-style: italic; color: var(--brand); }
.rc__prosa { margin-top: var(--sp-3); }
.rc__prosa p { color: var(--text-on-light-dim); }
.rc__prosa p + p { margin-top: var(--sp-3); }
.rc__prosa a { color: var(--brand); }

/* ============================================================
   5 · stat-bar = proof-stats (.ps Card + vertikale Hairline-Divider).
   ============================================================ */
.ps { padding-block: var(--sy); }
.ps__card { background: #f1ece4; border: 1px solid #e6ddd0; border-radius: 22px; box-shadow: 0 1px 2px rgba(43,35,32,.05), 0 18px 40px -20px rgba(43,35,32,.18); display: grid; grid-template-columns: repeat(3, 1fr); padding: clamp(1.6rem, 3vw, 2.4rem) 0; }
.ps__stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; padding-inline: clamp(1.2rem, 3vw, 2.6rem); }
.ps__stat + .ps__stat { border-left: 1px solid #e0d6c8; }
.ps__stat b { font-family: var(--font-display); font-weight: 560; font-size: clamp(2.4rem, 4.2vw, 3.4rem); color: var(--text-on-light); line-height: 1; letter-spacing: 0; }
.ps__acc { color: var(--brand); font-size: inherit; display: inline; }
.ps__stat > span:last-child { display: block; font-size: var(--fs-small); color: var(--text-on-light-dim); }

/* ============================================================
   6 · team = team (D_text) — Cornelia-Cutout auf Sand-Panel + Prosa + Statement.
   ============================================================ */
.tm__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.tm__photo { position: sticky; top: 96px; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: radial-gradient(120% 90% at 50% 0%, #f2ebe0, var(--surface-sand)); border: 1px solid var(--border-light); }
.tm__photo img { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: auto; height: 98%; max-width: none; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(43,35,32,.22)); }
.tm__head .shead { max-width: none; }
.tm__prosa { margin-top: var(--sp-3); }
.tm__prosa p { color: var(--text-on-light-dim); line-height: 1.7; max-width: none; }
.tm__prosa p + p { margin-top: var(--sp-3); }
.tm__prosa a { color: var(--brand); }
.tm__statement { margin-top: var(--sp-4); border-left: 3px solid var(--brand); padding-left: var(--sp-3); font-family: var(--font-display); font-weight: 560; font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.4; color: var(--text-on-light); }
/* Team = zwei gleichwertige Porträt-Karten (Cornelia + Tina-Jeamy) */
.tmg { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); margin-top: var(--sp-5); }
.tmg__photo { margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border-light); background: var(--surface-sand); }
.tmg__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.tmg__role { margin-top: var(--sp-2); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }
.tmg__name { font-family: var(--font-display); font-weight: 560; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.15; color: var(--text-on-light); margin-top: .25rem; }
.tmg__meta { margin-top: .35rem; color: var(--text-on-light-dim); font-size: .95rem; line-height: 1.5; }

/* ============================================================
   7 · gruendergeschichte = about-story — dunkler Foto-Split, „Seit 1991".
   ============================================================ */
.as { position: relative; overflow: hidden; }
.as__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.as__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 18px 44px rgba(0,0,0,.3); }
.as__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.as__eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-glow); }
.as__title { margin-top: var(--sp-2); font-family: var(--font-display); font-weight: 560; font-size: var(--fs-h2); line-height: 1.1; color: var(--text-on-dark); }
.as__title em { font-style: italic; color: var(--brand-glow); }
.as__prosa { margin-top: var(--sp-3); }
.as__prosa p { color: var(--text-on-dark-dim); line-height: 1.7; }
.as__prosa p + p { margin-top: var(--sp-3); }
.as__prosa a { color: var(--brand-glow); }
.as__statement { margin-top: var(--sp-4); font-family: var(--font-display); font-weight: 560; font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.4; color: var(--text-on-dark); border-left: 3px solid var(--brand-glow); padding-left: var(--sp-3); }

/* ============================================================
   8 · werte = value-prop — 3 Werte offen (Sand-Section).
   ============================================================ */
.we { background: var(--surface-sand); }
.we__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); margin-top: var(--sp-5); }
.we__item { display: flex; flex-direction: column; }
.we__ic { width: 44px; height: 44px; border-radius: 999px; background: var(--surface-light-2); color: var(--brand); display: grid; place-items: center; }
.we__ic svg { width: 22px; height: 22px; stroke-width: 1.8; }
.we__title { margin-top: var(--sp-3); font-family: var(--font-display); font-weight: 560; font-size: 1.4rem; color: var(--brand); }
.we__text { margin-top: .5rem; color: var(--text-on-light-dim); line-height: 1.6; }

/* ============================================================
   9 · awards = logo-strip — Label + Partner (Logo-Assets = Delivery offen).
   ============================================================ */
.ls { border-top: 1px solid var(--border-light); padding-block: var(--sp-4); }
.ls__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 2.5rem); }
.ls__label { font-size: var(--fs-small); font-weight: 600; color: var(--text-on-light-dim); }
.ls__logos { display: inline-flex; align-items: center; gap: clamp(1rem, 3vw, 2rem); }
.ls__logo { font-family: var(--font-text); font-weight: 700; letter-spacing: .04em; color: var(--text-on-light); opacity: .8; padding: .4rem .9rem; border: 1px solid var(--border-light); border-radius: var(--radius-btn); }
.ls__logos { flex-wrap: wrap; justify-content: center; row-gap: clamp(.75rem, 2vw, 1.25rem); }
.ls__img { height: 30px; width: auto; max-width: 190px; object-fit: contain; }
.ls__img--seal { height: 58px; max-width: none; }
.ls__img--stacked { height: 46px; max-width: none; }

/* ============================================================
   10 · kontakt-block = contact-card — Bürofoto links + NAP-Stack rechts
   (Adresse · Öffnungszeiten-Tabelle · Kanäle · Google-Rating · CTA), §10.1.
   ============================================================ */
.co__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; margin-top: var(--sp-5); }
.co__photo { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; }
.co__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.co__panel { display: flex; flex-direction: column; gap: var(--sp-3); }
.co__block { border: 1px solid var(--border-light); border-radius: var(--radius); padding: var(--sp-3) var(--sp-4); background: var(--surface-light-2); }
.co__label { display: inline-flex; align-items: center; gap: .5rem; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); margin-bottom: var(--sp-2); }
.co__label svg { width: 15px; height: 15px; }
.co__row { display: flex; gap: var(--sp-3); }
.co__row .co__block { flex: 1; }
.co__channels { display: flex; flex-direction: column; gap: .4rem; }
.co__channels a { color: var(--text-on-light); text-decoration: none; font-weight: 600; }
.co__channels a:hover { color: var(--brand); }
.co__hours { width: 100%; border-collapse: collapse; font-size: .9rem; }
.co__hours th { text-align: left; font-weight: 700; color: var(--text-on-light); padding: .3rem .5rem .3rem 0; white-space: nowrap; vertical-align: top; }
.co__hours td { color: var(--text-on-light-dim); padding: .3rem 0; }
.co__rating { display: inline-flex; align-items: center; gap: .5rem; font-size: .95rem; }
.co__rating .stars { color: var(--accent-2); letter-spacing: 1px; }
.co__rating strong { color: var(--text-on-light); }
.co__note { font-size: var(--fs-small); color: var(--text-on-light-dim); margin-top: .3rem; }
.co__cta { margin-top: var(--sp-1); }

/* ============================================================
   Reveal-Delays + Mobile
   ============================================================ */
html.js .wa__card:nth-child(2){transition-delay:60ms} html.js .wa__card:nth-child(3){transition-delay:60ms} html.js .wa__card:nth-child(4){transition-delay:120ms}

@media (max-width: 900px) {
  .h06__media { position: relative; width: 100%; height: 260px; inset: auto; clip-path: none; }
  .h06__media img { -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 45%); mask-image: linear-gradient(to top, transparent 0%, #000 45%); object-position: center 15%; }
  .h06__text { max-width: none; }
  .ri__body { grid-template-columns: 1fr; }
  .wa__grid { grid-template-columns: 1fr; }
  .as__grid { grid-template-columns: 1fr; }
  .as__media { order: -1; }
  .we__grid { grid-template-columns: 1fr; }
  .co__grid { grid-template-columns: 1fr; }
  .co__photo { max-width: 420px; aspect-ratio: 4 / 3; }
}
@media (max-width: 860px) {
  .rc__grid { grid-template-columns: 1fr; }
  .rc__media { position: static; }
  .tm__grid { grid-template-columns: 1fr; }
  .tm__photo { position: relative; top: auto; aspect-ratio: auto; height: 420px; max-width: 340px; margin-inline: auto; }
  .ps__card { grid-template-columns: 1fr; }
  .ps__stat + .ps__stat { border-left: 0; border-top: 1px solid var(--border-light); padding-top: var(--sp-3); }
}
@media (max-width: 560px) {
  .tmg { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .co__row { flex-direction: column; }
}
