
:root {
  --bg: #fbf7f0;
  --bg-soft: #f6ebdf;
  --surface: #fffdf8;
  --surface-raised: #fffefa;
  --primary: #29221e;
  --text: #463d37;
  --muted: #70645d;
  --faint: #70645d;
  --accent: #a84f2a;
  --accent-solid: #a84f2a;
  --accent-hover: #84391d;
  --accent-press: #6f2f18;
  --accent-ink: #8d3e20;
  --accent-tint: #f1d8c9;
  --accent-tint-soft: #f8e9df;
  --hair: #e7d9cc;
  --hair-strong: #d7c1b2;
  --border: #d9c5b7;
  --wrap: 1240px;
  --gutter: clamp(20px, 4.5vw, 64px);
  --sec-y: clamp(76px, 8vw, 124px);
}

body {
  background:
    radial-gradient(circle at 92% 8%, rgba(229, 174, 143, .16), transparent 28rem),
    var(--bg);
  font-size: clamp(1rem, .975rem + .12vw, 1.075rem);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.10'/%3E%3C/svg%3E");
}

h1 { font-size: clamp(3.1rem, 2rem + 3vw, 4.9rem); line-height: .96; letter-spacing: -.042em; max-width: 14ch; }
h2 { font-size: clamp(2.25rem, 1.5rem + 2.25vw, 4rem); line-height: 1.02; letter-spacing: -.035em; }
h3 { letter-spacing: -.016em; }
.section-intro { font-size: clamp(1.08rem, 1rem + .3vw, 1.3rem); }
.wrap, .narrow { width: 100%; }
.narrow { max-width: 900px; }

header {
  background: rgba(251, 247, 240, .88);
  border-color: rgba(168, 79, 42, .13);
  backdrop-filter: blur(18px) saturate(1.1);
}
nav { height: 66px; }
.logo { font-size: 1.35rem; color: var(--primary); }
.logo span { color: var(--accent); font-style: italic; }
.navlinks { gap: clamp(14px, 1.8vw, 28px); }
.navlink { color: #665850; font-size: .86rem; }
.nav-cta, .btn, .sprint-link, .signup-form button {
  border-radius: 4px;
  box-shadow: none;
}
.nav-cta { padding-inline: 19px; }
.mobile-menu { display: none; border: 0; padding: 0; }

.hero {
  min-height: 634px;
  padding: clamp(42px, 5vw, 68px) 0 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(219, 146, 108, .28), transparent 25rem),
    linear-gradient(125deg, #fffaf2 0%, #faeee2 58%, #f5dfd1 100%);
  border-bottom: 1px solid rgba(168, 79, 42, .13);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  grid-template-areas: "copy figure" "proof figure";
  gap: 20px clamp(48px, 6vw, 92px);
  align-items: center;
}
.hero-copy { padding-top: 4px; }
.hero .kicker { margin-bottom: 20px; letter-spacing: .12em; }
.hero h1 em { display: block; margin-top: .08em; }
.hero .entry-help {
  max-width: 45ch;
  margin-top: 24px;
  color: #5f524b;
  font-size: 1.08rem;
  line-height: 1.55;
}
.hero .signup { max-width: 590px; margin-top: 23px; }
.hero .signup-form input[type=email], .hero .signup-form button { height: 54px; min-height: 54px; }
.hero .signup-note { max-width: 67ch; }
.signup .signup-note { font-size: .875rem; line-height: 1.6; }
.hero-proof { margin-top: 4px; padding-top: 16px; }
.proofline { gap: 8px 20px; }
.proofline span { font-size: .76rem; color: #776960; }

.face-card {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  margin: 4px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.faces {
  position: absolute;
  inset: 0 0 94px 40px;
  display: grid;
  grid-template-columns: 1.25fr .75fr .9fr;
  grid-template-rows: 1fr .72fr .82fr;
  gap: 7px;
  border-radius: 88px 8px 88px 8px;
  overflow: hidden;
  box-shadow: 0 36px 80px -52px rgba(87, 47, 29, .65);
  transform: rotate(1.2deg);
}
.faces img { width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; filter: saturate(.78) sepia(.06); }
.faces img:first-child { grid-row: span 2; }
.faces img:nth-child(4) { grid-column: span 2; }
.faces img:nth-child(7), .faces img:nth-child(8) { display: none; }
.face-card figcaption {
  position: absolute;
  z-index: 2;
  right: -12px;
  bottom: 4px;
  width: min(88%, 420px);
  padding: 22px 26px 20px;
  background: rgba(255, 253, 248, .95);
  border-left: 3px solid var(--accent);
  box-shadow: 0 18px 60px -38px rgba(66, 37, 24, .5);
}
.face-quote { margin: 0; font-size: clamp(1.15rem, 1rem + .42vw, 1.45rem); }
.face-who { margin-top: 6px; }
.face-link { margin-top: 3px; padding-bottom: 0; }

.situation-preface { padding: clamp(66px, 7vw, 108px) 0 0; }
.situation-preface p {
  max-width: 44ch;
  color: var(--primary);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 1.1rem + 1.55vw, 2.7rem);
  line-height: 1.2;
  letter-spacing: -.02em;
}
.situation { padding-top: 46px; border-top: 0; }
.situation > .wrap { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: 18px 80px; }
.situation > .wrap > .eyebrow, .situation > .wrap > h2 { grid-column: 1; }
.situation > .wrap > h2 { max-width: 8ch; }
.situation-grid { grid-column: 2; grid-row: 1 / span 3; grid-template-columns: 1fr; gap: 0; margin-top: 0; }
.situation-grid article { padding: 25px 0; display: grid; grid-template-columns: 190px minmax(0, 1fr); column-gap: 30px; }
.situation-grid article:first-child { border-top-color: var(--accent); }
.situation-grid .kicker { grid-row: span 3; margin: 5px 0 0; }
.situation-grid h3 { margin: 0; }
.situation-grid p { margin: 10px 0 0; }
.situation-dream { grid-column: 2; max-width: none; }

.proof-section { background: #f7ecdf; border-color: var(--hair); }
.proof-reviews { grid-template-columns: 1.05fr .92fr .82fr; gap: 0; border-top: 1px solid var(--hair-strong); }
.proof-reviews article {
  padding: 30px 34px 34px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.proof-reviews article + article { padding-left: 34px; border-left: 1px solid var(--hair-strong); }
.proof-reviews blockquote { font-family: var(--serif); font-size: clamp(1.35rem, 1rem + .75vw, 1.9rem); }

.story { background: linear-gradient(145deg, #f9efe4, #fffaf3); }
.story > .narrow { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 12px 58px; }
.story .eyebrow, .story h2, .story .section-intro { grid-column: 1; }
.story .story-quote { grid-column: 2; grid-row: 1 / span 4; margin: 0; padding-left: 32px; }
.story .author { grid-column: 2; }

#lektionen > .wrap { display: grid; grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr); gap: 14px 82px; }
#lektionen .eyebrow, #lektionen h2, #lektionen .section-intro, #lektionen .lesson-cta { grid-column: 1; }
#lektionen .section-intro { font-size: 1.05rem; }
#lektionen .lessons { grid-column: 2; grid-row: 1 / span 5; display: block; margin: 0; }
.lesson {
  display: grid;
  grid-template-columns: 52px minmax(0, .82fr) minmax(240px, 1fr);
  align-items: baseline;
  gap: 24px;
  padding: 24px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--hair);
  border-radius: 0;
}
.lesson:last-child { border-bottom: 1px solid var(--hair); }
.lesson:hover { border-color: var(--accent); box-shadow: none; transform: none; }
.lesson .n { position: static; display: block; width: auto; height: auto; background: transparent; font-family: var(--serif); font-size: 1.25rem; }
.lesson p { margin: 0; }
#lektionen .lesson-cta { align-self: end; }
#lektionen .lesson-cta .btn { padding-inline: 18px; font-size: .95rem; }

#werkzeuge .situation-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 44px; }
#werkzeuge .situation-grid article { display: block; padding-right: 36px; }

.proof-photos { gap: clamp(12px, 2vw, 24px); align-items: start; }
.proof-photos figure { background: transparent; border: 0; border-radius: 0; }
.proof-photos figure:nth-child(2) { margin-top: 46px; }
.proof-photos figure:nth-child(3) { margin-top: 92px; }
.proof-photos img { border-radius: 56px 4px 56px 4px; box-shadow: 0 24px 55px -40px rgba(72, 40, 27, .55); }

.check { background: linear-gradient(135deg, #f2dfd2, #f9eee4 55%, #f6e6da); }
.check > .narrow { max-width: var(--wrap); display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr); gap: 68px; align-items: start; }
.check > .narrow { grid-template-rows: auto auto 1fr; row-gap: 14px; }
.check .eyebrow { grid-column: 1; grid-row: 1; }
.check > .narrow > h2 { grid-column: 1; grid-row: 2; font-size: clamp(2.15rem, 1.6rem + 1.4vw, 3.25rem); }
.check > .narrow > .section-intro { grid-column: 1; grid-row: 3; }
.check > .narrow > h2 { max-width: 9ch; }
.check .check-card { grid-column: 2; grid-row: 1 / span 3; max-width: none; margin: 0; padding: clamp(28px, 4vw, 54px); border: 0; border-radius: 6px 64px 6px 6px; box-shadow: 0 34px 90px -60px rgba(76, 42, 28, .62); }
.progress { height: 4px; border: 0; }
.question { font-size: clamp(1.65rem, 1.3rem + 1vw, 2.5rem); max-width: 21ch; }
.options { grid-template-columns: 1fr 1fr; }
.option { min-height: 70px; border-radius: 4px; padding: 16px 18px; }
.option:hover, .option:focus-visible { background: var(--accent-tint-soft); border-color: var(--accent); }

#kundengeschichten .cases { grid-template-columns: 1.12fr .88fr; gap: 42px; align-items: start; }
#kundengeschichten .case { border: 0; border-radius: 64px 6px 6px 6px; background: transparent; overflow: visible; }
#kundengeschichten .case:nth-child(2) { margin-top: 90px; }
#kundengeschichten .cover { border-radius: inherit; overflow: hidden; box-shadow: 0 28px 70px -48px rgba(63, 34, 21, .7); }
#kundengeschichten .case-body { padding: 24px 4px 0; }
#kundengeschichten .tag { border-radius: 3px; }

#programm { background: #fffaf3; }
.offer-grid { grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--hair-strong); border-bottom: 1px solid var(--hair-strong); }
.offer-card { min-height: 500px; padding: 38px 48px 36px 0; background: transparent; border: 0; border-radius: 0; display: grid; grid-template-rows: 150px auto minmax(4.25rem, auto) 1fr auto auto auto; align-items: start; }
.offer-card + .offer-card { padding-left: 48px; border-left: 1px solid var(--hair-strong); }
.offer-card > .kicker { grid-row: 2; margin: 0; }
.offer-card > h3 { grid-row: 3; }
.offer-card > p:not(.sprint-price):not(.sprint-note) { grid-row: 4; }
.offer-card > .sprint-price { grid-row: 5; margin-top: 18px; }
.offer-card > .sprint-link { grid-row: 6; }
.offer-card > .sprint-note { grid-row: 7; }
.offer-cover { grid-row: 1; align-self: end; width: 94px; height: 141px; float: none; }
.offer-no { grid-row: 1; align-self: end; font-size: 6rem; color: #d6a98f; }
.review-quote { background: transparent; border-radius: 0; max-width: 780px; }
.review-quote + .review-quote { margin-left: min(12vw, 180px); }

.sprint-intro { background: #f4e5d9; }
.sprint-intro .sprint-layout { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 90px; }
.sprint-intro .sprint-layout > div + div { padding-left: 46px; border-left: 1px solid var(--hair-strong); }
.about { background: #f9f1e8; }
.about-grid { align-items: center; }

.logos { border-block: 1px solid var(--hair); }
.logos a { background: transparent; border: 0; }
.press-row { border-color: var(--hair); }

#fragen details { max-width: none; }
.final {
  background: linear-gradient(140deg, #f2ddcf, #faeee4 70%, #f5e2d7);
  color: var(--text);
  border-top: 1px solid var(--hair-strong);
}
.final::before { display: none; }
.final h2 { color: var(--primary); }
.final p, .final .signup-note { color: var(--muted); }
.final .signup-msg { color: var(--accent-ink); }
.final .signup-form input[type=email] { border-color: var(--border); }
.final > .narrow { max-width: 980px; }
.final h2 { max-width: 14ch; }
footer { background: #f2ddcf; border-top: 1px solid rgba(168, 79, 42, .12); }

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "figure" "proof"; }
  .face-card { min-height: 520px; max-width: 620px; width: 100%; }
  .situation > .wrap, #lektionen > .wrap, .check > .narrow { grid-template-columns: 1fr; gap: 18px; }
  .situation > .wrap > *, #lektionen > .wrap > *, .check > .narrow > * { grid-column: 1 !important; grid-row: auto !important; }
  .situation > .wrap > h2, .check > .narrow > h2 { max-width: 16ch; }
  .situation-grid { margin-top: 22px; }
  #lektionen .lessons { margin-top: 28px; }
  .check .check-card { margin-top: 24px; }
}

@media (max-width: 760px) {
  nav { flex-wrap: nowrap; }
  .navlinks { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-height: 44px; padding: 0 14px; border: 1px solid var(--hair-strong); border-radius: 4px; }
  .mobile-menu summary::after { margin-left: 12px; }
  .mobile-links {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: min(82vw, 310px);
    padding: 10px;
    background: var(--surface-raised);
    border: 1px solid var(--hair);
    box-shadow: 0 24px 60px -38px rgba(60, 34, 22, .6);
  }
  .mobile-links a { display: flex; align-items: center; min-height: 48px; padding: 10px 12px; color: var(--primary); }
  .mobile-links .nav-cta { justify-content: center; margin-top: 6px; color: #fff; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(2.8rem, 12vw, 4.15rem); }
  .hero .entry-help { font-size: 1rem; }
  .face-card { min-height: 430px; margin-top: 8px; }
  .faces { inset: 0 0 112px 10px; border-radius: 56px 5px 56px 5px; }
  .face-card figcaption { right: 0; width: 94%; padding: 19px 21px; }
  .situation-preface p { font-size: 1.65rem; }
  .situation-grid article { grid-template-columns: 1fr; gap: 0; }
  .situation-grid .kicker { grid-row: auto; }
  .proof-reviews, #werkzeuge .situation-grid, .offer-grid, .sprint-intro .sprint-layout { grid-template-columns: 1fr; }
  .proof-reviews article, .proof-reviews article + article { padding: 25px 0; border-left: 0; border-top: 1px solid var(--hair-strong); }
  .story > .narrow { display: block; }
  .story .story-quote { margin-top: 28px; }
  .lesson { grid-template-columns: 42px 1fr; gap: 8px 14px; }
  .lesson p { grid-column: 2; }
  .options { grid-template-columns: 1fr; }
  #kundengeschichten .cases { grid-template-columns: 1fr; gap: 54px; }
  #kundengeschichten .case:nth-child(2) { margin-top: 0; }
  .proof-photos figure:nth-child(2), .proof-photos figure:nth-child(3) { margin-top: 0; }
  .offer-card, .offer-card + .offer-card { min-height: 0; padding: 34px 0; border-left: 0; display: flex; }
  .offer-card + .offer-card { border-top: 1px solid var(--hair-strong); }
  .review-quote + .review-quote { margin-left: 0; }
  .sprint-intro .sprint-layout > div + div { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--hair-strong); }
}

@media (max-width: 430px) {
  :root { --gutter: 20px; --sec-y: 68px; }
  .logo { font-size: 1.25rem; }
  .hero { padding-bottom: 30px; }
  .hero .signup-form { gap: 8px; }
  .hero .signup-form button { padding-inline: 14px; }
  .hero-proof { padding-top: 13px; }
  .proofline span { font-size: .72rem; }
  .face-card { min-height: 392px; }
  .faces { left: 0; }
  .face-card figcaption { width: 97%; }
  .check .check-card { padding: 24px 18px; border-radius: 4px 38px 4px 4px; }
  .question { font-size: 1.65rem; }
  .option { min-height: 58px; }
  .signup-form button { white-space: normal; line-height: 1.25; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (min-width: 761px) {
  .offer-grid { grid-template-rows: auto auto minmax(4.25rem, auto) auto auto auto auto; }
  .offer-card { grid-row: 1 / span 7; grid-column: 1; grid-template-rows: subgrid; }
  .offer-card + .offer-card { grid-column: 2; }
}

.eyebrow:not([data-n])::before { display: none; }
.hero .entry-help strong { color: var(--primary); font-weight: 600; }
.hero .entry-offer { max-width: 46ch; margin: 18px 0 0; font-size: .95rem; line-height: 1.5; color: var(--text); }
.hero .signup { margin-top: 14px; }
.situation-preface .benefit-detail { max-width: 61ch; margin-top: 22px; font-family: var(--sans); font-size: 1.08rem; line-height: 1.65; letter-spacing: 0; color: var(--muted); }
.situation-dream { margin-top: 12px; padding-top: 18px; }
#werkzeuge h2 { max-width: 23ch; }
#werkzeuge .section-intro { max-width: 66ch; }
#werkzeuge .situation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 42px; }
#werkzeuge .situation-grid article { padding: 25px 0; }
#werkzeuge .situation-grid h3 { font-size: 1.55rem; }
#werkzeuge .cause-next { max-width: 66ch; margin: 20px 0; }
#werkzeuge .cause-health { margin-top: 22px; font-size: .875rem; color: var(--muted); }
#werkzeuge .cause-health a { text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:760px) {
  .hero .entry-offer { font-size: .9rem; margin-top: 14px; }
  #werkzeuge .situation-grid { grid-template-columns: 1fr; gap: 0; margin-top: 28px; }
}
