@font-face {
  font-family: "KFK Sans";
  src: url("../fonts/dejavu-sans.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "KFK Sans";
  src: url("../fonts/dejavu-sans-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "KFK Serif";
  src: url("../fonts/dejavu-serif.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #111214;
  --ink-soft: #3d3935;
  --anthracite: #262321;
  --ivory: #eae0d7;
  --ivory-deep: #d3c5b9;
  --muted-dark: #69625c;
  --muted-light: #afa7a0;
  --bronze: #8b796c;
  --sans: "KFK Sans", Arial, sans-serif;
  --serif: "KFK Serif", Georgia, serif;
  --header-height: 92px;
  --gutter: max(32px, calc((100vw - 1180px) / 2));
  --content: min(1180px, calc(100vw - 64px));
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  background: var(--anthracite);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }

a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--ivory);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 92px;
  color: #e8dfd7;
  background-color: #282522;
  background-image: linear-gradient(rgba(38,35,33,.82), rgba(38,35,33,.82)), url("../textures/plain.webp");
  background-size: auto, 128px 128px;
  border-bottom: 1px solid rgba(211,197,185,.08);
}

.site-header.is-scrolled { box-shadow: 0 10px 26px rgba(0,0,0,.16); }

.site-header__inner {
  width: calc(100% - 116px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e8dfd7;
  text-decoration: none;
}

.brand__sun { width: 42px; height: 42px; }

.brand__name {
  display: grid;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.brand__name small {
  color: #8f8881;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .03em;
}

.site-nav { display: flex; align-items: center; gap: 46px; }
.site-nav a {
  color: #8f8881;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .015em;
  text-decoration: none;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { color: #e8dfd7; }
.nav-toggle { display: none; }

.section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section__inner {
  position: relative;
  z-index: 3;
  width: var(--content);
  height: 100%;
  margin: 0 auto;
}

.section__eyebrow {
  margin: 0;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section__title, .section h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.section__body > p { margin: 0; }
.section__body strong { font-weight: 700; }
.section__texture, .material-photo { position: absolute; z-index: 1; pointer-events: none; }

.dark {
  color: #e8dfd7;
  background-color: #2b2724;
  background-image: linear-gradient(rgba(40,36,33,.72), rgba(40,36,33,.72)), url("../textures/plain.webp");
  background-size: auto, 128px 128px;
}

.light {
  color: var(--ink);
  background-color: #e9dfd6;
  background-image: linear-gradient(rgba(241,234,228,.88), rgba(241,234,228,.88)), url("../textures/ivory.webp");
  background-size: auto, 128px 128px;
}

.dark .section__eyebrow { color: #d3c5b9; }

/* A single, quiet textile fold marks each material change. */
.section:not(.hero)::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  height: 52px;
  background: linear-gradient(rgba(0,0,0,.09), transparent);
  opacity: .45;
  pointer-events: none;
}

/* 01 · HERO — 974px, exact Master 1.0 composition */
.hero { height: 974px; }
.hero .material-photo {
  inset: 0 0 0 47.2%;
  background: url("../textures/panel.webp") 57% 45% / cover no-repeat;
  opacity: .68;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(38,35,32,.985) 0%, rgba(38,35,32,.94) 40%, rgba(38,35,32,.50) 57%, rgba(38,35,32,.05) 76%);
}
.hero__inner { padding-top: 201px; }
.hero .section__eyebrow { color: #d3c5b9; }
.hero h1 {
  width: 650px;
  margin-top: 51px;
  color: #e8dfd7;
  font-size: 86px;
  line-height: 1.185;
}
.hero .section__body > p:first-child {
  width: 620px;
  margin: 51px 0 0 6px;
  color: #b0a8a1;
  font-size: 24px;
  line-height: 1.55;
}
.hero .section__body > p:nth-child(2) {
  margin: 42px 0 0 6px;
  color: #8f8881;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.hero .section__body > p:nth-child(2) em { font-style: normal; }
.hero .section__body > p:last-child { margin: 78px 0 0 6px; }
.hero .section__body > p:last-child a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #d3c5b9;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.hero .section__body > p:last-child a::before { content: ""; width: 64px; height: 2px; background: currentColor; }

/* 02 · WHY — one calm two-column reading field */
.section--warum { height: 920px; }
.section--warum .section__inner { padding-top: 145px; }
.section--warum .section__body { position: relative; height: 610px; }
.section--warum .section__body > p:first-child {
  width: 490px;
  margin-top: 45px;
  color: #433f3b;
  font-size: 23px;
  line-height: 1.62;
}
.section--warum .section__body > p:nth-child(2) {
  position: absolute;
  top: 346px;
  left: 0;
  width: 490px;
  color: #111214;
  font-size: 22px;
  line-height: 1.56;
}
.section--warum blockquote {
  position: absolute;
  top: 120px;
  left: 590px;
  width: 590px;
  margin: 0;
  padding-left: 70px;
  border-left: 2px solid rgba(17,18,20,.18);
  color: #111214;
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1.385;
}
.section--warum blockquote em {
  display: block;
  margin-top: 72px;
  color: #69625c;
  font-family: var(--sans);
  font-size: 15px;
  font-style: normal;
  line-height: 1.4;
}
.section--warum blockquote strong { color: var(--bronze); font-weight: 400; }
.zen::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: repeating-radial-gradient(ellipse 34% 47% at 80% 48%, transparent 0 31px, rgba(101,89,81,.06) 32px 34px, rgba(255,252,248,.22) 35px 37px);
  -webkit-mask-image: linear-gradient(90deg, transparent 49%, rgba(0,0,0,.22) 66%, #000 80%);
  mask-image: linear-gradient(90deg, transparent 49%, rgba(0,0,0,.22) 66%, #000 80%);
}
.zen--quiet::before { opacity: .34; }
.zen--trace::before { opacity: .22; }

/* 03 · IDEA — uniform jacquard, otherwise strictly linear */
.section--idee { height: 990px; }
.section--idee .section__texture {
  inset: 0;
  background: linear-gradient(rgba(35,32,30,.56), rgba(35,32,30,.56)), url("../textures/panel.webp") center / cover;
  opacity: .56;
}
.section--idee .section__inner { padding-top: 160px; }
.section--idee .section__title { margin-top: 51px; font-size: 56px; color: #e8dfd7; }
.section--idee .section__body > p:first-of-type { margin-top: 34px; color: #b4aca4; font-size: 22px; }
.section--idee .section__body > p:nth-of-type(2) { margin-top: 62px; color: #e8dfd7; font-family: var(--serif); font-size: 22px; word-spacing: 13px; }
.section--idee ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: stage;
}
.section--idee ol li {
  height: 240px;
  padding: 27px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #e8dfd7;
  background: rgba(8,9,11,.48);
  border: 1px solid rgba(211,197,185,.22);
  border-radius: 5px;
  font-family: var(--serif);
  font-size: 28px;
  counter-increment: stage;
}
.section--idee ol li::before { content: counter(stage, decimal-leading-zero); color: #8f8881; font: 700 11px/1 var(--sans); }
.section--idee .section__body > p:last-child { margin-top: 47px; color: #d3c5b9; font-size: 12px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.section--idee .section__body > p:last-child em { font-style: normal; }

/* 04 · HARD WORK */
.section--harte-arbeit { height: 840px; }
.section--harte-arbeit .section__inner { padding-top: 160px; }
.section--harte-arbeit .section__title { margin-top: 51px; color: #111214; font-size: 60px; line-height: 1.27; }
.section--harte-arbeit .section__title em { color: var(--bronze); font-style: normal; }
.section--harte-arbeit ol { width: 980px; margin: 66px 0 0; padding: 0; list-style: none; counter-reset: work; }
.section--harte-arbeit ol li {
  position: relative;
  height: 82px;
  padding: 0 0 0 70px;
  color: #3d3935;
  border-bottom: 1px solid rgba(17,18,20,.16);
  font-size: 19px;
  line-height: 44px;
  counter-increment: work;
}
.section--harte-arbeit ol li::before { content: counter(work, decimal-leading-zero); position: absolute; left: 0; color: #69625c; font-size: 11px; font-weight: 700; }
.section--harte-arbeit::before { opacity: .35; background-position: 28vw 0; }

/* 05 · CHAOS — one controlled dark field */
.section--kampf-ist-chaos { height: 920px; }
.section--kampf-ist-chaos .section__texture {
  inset: 0;
  background: linear-gradient(rgba(32,29,27,.62), rgba(32,29,27,.62)), url("../textures/jacquard.webp") center / cover;
  opacity: .58;
}
.section--kampf-ist-chaos .section__inner { padding-top: 160px; }
.section--kampf-ist-chaos .section__title { margin-top: 53px; color: #e8dfd7; font-size: 76px; }
.section--kampf-ist-chaos .section__body > p:first-of-type { width: 850px; margin: 48px 0 0 6px; color: #aea69f; font-size: 21px; line-height: 1.58; }
.section--kampf-ist-chaos .section__body > p:nth-of-type(2) { margin: 72px 0 0 6px; color: #8f8881; font-size: 10px; font-weight: 700; word-spacing: 25px; }
.section--kampf-ist-chaos blockquote {
  margin: 53px 0 0;
  padding-top: 45px;
  border-top: 1px solid rgba(211,197,185,.2);
  color: #8f8881;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}
.section--kampf-ist-chaos blockquote strong { display: inline-block; margin-left: 220px; color: #d3c5b9; font-size: 48px; font-weight: 400; transform: translateY(-25px); }

/* 06 · COMMUNITY */
.section--gemeinschaft { height: 780px; }
.section--gemeinschaft .section__inner { padding-top: 160px; }
.section--gemeinschaft .section__title { margin-top: 51px; font-size: 58px; }
.table-wrap { width: 100%; overflow: visible; }
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.section--gemeinschaft .table-wrap { margin-top: 69px; }
.section--gemeinschaft th, .section--gemeinschaft td { width: 25%; padding-right: 50px; text-align: left; vertical-align: top; }
.section--gemeinschaft th { padding-top: 32px; color: #5b544e; border-top: 2px solid #8b796c; font-size: 12px; text-transform: uppercase; }
.section--gemeinschaft td { padding-top: 25px; color: #3d3935; font-size: 17px; line-height: 1.48; }
.section--gemeinschaft .section__body > p:last-child { margin-top: 54px; padding-top: 39px; border-top: 1px solid rgba(17,18,20,.16); font-family: var(--serif); font-size: 24px; }

/* 07 · KENNENLERNEN */
.section--kennenlernen { height: 1060px; }
.section--kennenlernen .section__inner { padding-top: 165px; }
.section--kennenlernen .section__title { margin-top: 52px; font-size: 56px; line-height: 1.23; }
.section--kennenlernen .section__title em { color: var(--bronze); font-style: normal; }
.section--kennenlernen .table-wrap { margin-top: 190px; }
.section--kennenlernen table { width: 980px; }
.section--kennenlernen table { position: relative; }
.section--kennenlernen table::before { content: ""; position: absolute; top: -1px; left: 0; width: 920px; border-top: 2px solid rgba(17,18,20,.24); }
.section--kennenlernen th, .section--kennenlernen td { width: 25%; padding-right: 30px; text-align: left; vertical-align: top; }
.section--kennenlernen th { position: relative; padding-top: 43px; color: #111214; font-size: 12px; text-transform: uppercase; }
.section--kennenlernen th::before { content: ""; position: absolute; top: -8px; left: 0; width: 16px; height: 16px; border: 1px solid #111214; border-radius: 50%; background: #d3c5b9; }
.section--kennenlernen th:first-child::before, .section--kennenlernen th:last-child::before { background: #111214; }
.section--kennenlernen td { padding-top: 24px; color: #3d3935; font-size: 16px; line-height: 1.48; }
.section--kennenlernen .section__body > p:last-child { margin-top: 96px; color: #69625c; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.section--kennenlernen .section__body > p:last-child strong { font-weight: 700; }
.section--kennenlernen::before { opacity: .28; background-position: 35vw 0; }

/* 08 · UNTERRICHT */
.section--unterricht { height: 870px; }
.section--unterricht .section__inner { padding-top: 160px; }
.section--unterricht .table-wrap { margin-top: 68px; }
.section--unterricht table { border-collapse: separate; border-spacing: 0; }
.section--unterricht th, .section--unterricht td { width: 50%; padding-left: 28px; text-align: left; background: #2b2825; }
.section--unterricht th { height: 80px; padding-top: 38px; color: #d3c5b9; border-right: 50px solid #e9dfd6; font-size: 12px; text-transform: uppercase; }
.section--unterricht th:last-child { border-right: 0; }
.section--unterricht td { height: 260px; padding-top: 16px; padding-right: 60px; color: #aaa29b; border-right: 50px solid #e9dfd6; font-size: 17px; line-height: 1.48; vertical-align: top; }
.section--unterricht td:last-child { border-right: 0; }
.section--unterricht td strong { color: #e8dfd7; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.7; }
.section--unterricht .section__body > p:last-child { margin-top: 78px; padding-top: 35px; color: #111214; border-top: 1px solid rgba(17,18,20,.16); font-family: var(--serif); font-size: 30px; }
.section--unterricht .section__body > p:last-child strong { margin-right: 70px; color: #69625c; font-family: var(--sans); font-size: 12px; text-transform: uppercase; }

/* 09 · VALUES */
.section--werte { height: 680px; }
.section--werte .section__inner { padding-top: 160px; }
.section--werte ul { display: grid; grid-template-columns: repeat(2, 520px); gap: 0 80px; margin: 50px 0 0; padding: 0; list-style: none; }
.section--werte li { height: 145px; padding-top: 12px; color: #111214; border-bottom: 1px solid rgba(17,18,20,.16); font-family: var(--serif); font-size: 48px; }
.section--werte li:last-child { color: var(--bronze); }
.section--werte .section__body > p:last-child { margin-top: 41px; color: #3d3935; font-size: 20px; }

/* 10 · CONTACT — footer belongs to the same final textile field */
.section--kontakt { height: 700px; }
.section--kontakt .section__texture {
  inset: 0 0 0 51.4%;
  background: linear-gradient(90deg, #2b2825 0%, rgba(43,40,37,.54) 36%, rgba(43,40,37,.10) 100%), url("../textures/tonal.webp") 58% 72% / cover no-repeat;
  opacity: .38;
}
.section--kontakt .section__inner { padding-top: 160px; }
.section--kontakt .section__title { margin-top: 52px; color: #e8dfd7; font-size: 58px; line-height: 1.3; }
.section--kontakt .section__title em { color: #d3c5b9; font-style: normal; }
.section--kontakt .section__body > p:first-of-type { margin: 33px 0 0 6px; color: #aea69f; font-size: 20px; }
.section--kontakt .section__body > p:nth-of-type(2) { margin-top: 58px; padding-top: 42px; width: 550px; color: #d3c5b9; border-top: 1px solid rgba(211,197,185,.2); font-size: 12px; text-transform: uppercase; }
.section--kontakt .section__body > p:nth-of-type(3) { margin-top: 21px; }
.section--kontakt .section__body > p:nth-of-type(3) a { color: #e8dfd7; font-family: var(--serif); font-size: 34px; text-decoration: none; }
.section--kontakt .section__body > p:last-child { margin-top: 20px; color: #8f8881; font-size: 15px; }
.section--kontakt .section__body > p:last-child a { text-decoration: none; }

.site-footer {
  position: relative;
  z-index: 8;
  height: 0;
  margin-top: 0;
  color: #8f8881;
  background-color: #2b2825;
  background-image: none;
  background-size: auto, 128px 128px;
  border-top: 0;
}
.site-footer__inner { position: absolute; right: 0; bottom: 15px; left: 0; width: var(--content); height: 22px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; font-size: 9px; }
.site-footer__inner p { margin: 0; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer a { text-decoration: none; }

/* Legal drafts use the same restrained material system. */
.legal-page {
  min-height: 100vh;
  color: var(--ink);
  background-color: #efe6dc;
  background-image: linear-gradient(rgba(244,238,231,.32), rgba(244,238,231,.32)), url("../materials/ivory-lessons-values.webp");
  background-position: center;
  background-size: auto, 100% 100%;
  background-repeat: no-repeat;
}
.site-header--compact { position: relative; }
.legal-back { color: #d3c5b9; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.legal-document { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; }
.legal-document h2 { margin: 0 0 48px; font: 400 58px/1.15 var(--serif); }
.legal-document h3 { margin: 54px 0 20px; font: 400 28px/1.25 var(--serif); }
.legal-document p { margin: 24px 0; }

@media (max-width: 1000px) {
  :root { --header-height: 78px; --content: calc(100vw - 40px); }
  .site-header { height: 78px; }
  .site-header__inner { width: calc(100% - 40px); }
  .brand__sun { width: 38px; height: 38px; }
  .nav-toggle { display: flex; align-items: center; gap: 10px; padding: 10px 0; color: #e8dfd7; background: none; border: 0; font: 700 11px/1 var(--sans); text-transform: uppercase; }
  .nav-toggle__lines, .nav-toggle__lines::before, .nav-toggle__lines::after { display: block; width: 22px; height: 1px; background: currentColor; }
  .nav-toggle__lines { position: relative; }
  .nav-toggle__lines::before, .nav-toggle__lines::after { content: ""; position: absolute; left: 0; }
  .nav-toggle__lines::before { top: -6px; }
  .nav-toggle__lines::after { top: 6px; }
  .site-nav { position: absolute; top: 78px; right: 0; left: 0; display: grid; gap: 0; padding: 8px 20px 20px; background: #282522; transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .2s ease; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid rgba(211,197,185,.1); }

  .section, .hero, .section--warum, .section--idee, .section--harte-arbeit, .section--kampf-ist-chaos, .section--gemeinschaft, .section--kennenlernen, .section--unterricht, .section--werte, .section--kontakt { height: auto; min-height: 0; }
  .section__inner, .hero__inner, .section--warum .section__inner, .section--idee .section__inner, .section--harte-arbeit .section__inner, .section--kampf-ist-chaos .section__inner, .section--gemeinschaft .section__inner, .section--kennenlernen .section__inner, .section--unterricht .section__inner, .section--werte .section__inner, .section--kontakt .section__inner { height: auto; padding: 90px 0; }
  .hero { min-height: 720px; }
  .hero__inner { min-height: 720px; padding-top: 120px; }
  .hero .material-photo { inset: 0 0 0 30%; opacity: .58; }
  .hero h1 { width: min(650px, 90%); font-size: clamp(54px, 11vw, 78px); }
  .hero .section__body > p:first-child { width: min(600px, 90%); font-size: 20px; }
  .section__title { font-size: clamp(44px, 8vw, 60px) !important; }
  .section--warum .section__body { height: auto; }
  .section--warum .section__body > p:first-child, .section--warum .section__body > p:nth-child(2) { width: 48%; }
  .section--warum .section__body > p:nth-child(2) { position: static; margin-top: 48px; }
  .section--warum blockquote { position: absolute; top: 60px; left: 55%; width: 45%; padding-left: 40px; font-size: 42px; }
  .section--idee ol { grid-template-columns: repeat(3, 1fr); }
  .section--idee ol li { height: 170px; }
  .section--harte-arbeit ol { width: 100%; }
  .section--kampf-ist-chaos .section__body > p:first-of-type { width: 80%; }
  .section--gemeinschaft th, .section--gemeinschaft td { padding-right: 24px; }
  .section--kennenlernen .table-wrap { margin-top: 110px; overflow-x: auto; }
  .section--kennenlernen table { min-width: 900px; }
  .section--unterricht th, .section--unterricht td { border-right-width: 24px; }
  .section--werte ul { grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
  .site-footer { height: auto; min-height: 110px; }
  .site-footer__inner { position: static; height: auto; padding: 28px 0; font-size: 12px; }
}

@media (max-width: 650px) {
  :root { --content: calc(100vw - 40px); }
  body { font-size: 16px; line-height: 1.62; }
  .brand__name { font-size: 11px; }
  .hero { min-height: 780px; }
  .hero__inner { min-height: 780px; padding: 115px 0 80px; }
  .hero .material-photo { inset: 0 0 0 15%; }
  .hero::after { background: linear-gradient(90deg, rgba(38,35,32,.98), rgba(38,35,32,.8) 64%, rgba(38,35,32,.30)); }
  .hero .section__eyebrow { margin: 0; }
  .hero h1 { width: 100%; margin-top: 44px; font-size: clamp(50px, 15vw, 64px); line-height: 1.12; }
  .hero .section__body > p:first-child { width: 95%; margin-top: 42px; font-size: 18px; }
  .hero .section__body > p:nth-child(2) { margin-top: 38px; }
  .hero .section__body > p:last-child { margin-top: 60px; }

  .section__inner, .section--warum .section__inner, .section--idee .section__inner, .section--harte-arbeit .section__inner, .section--kampf-ist-chaos .section__inner, .section--gemeinschaft .section__inner, .section--kennenlernen .section__inner, .section--unterricht .section__inner, .section--werte .section__inner, .section--kontakt .section__inner { padding: 78px 0; }
  .section__eyebrow { font-size: 10px; }
  .section__title { margin-top: 40px !important; font-size: clamp(39px, 12vw, 52px) !important; line-height: 1.15 !important; }
  .zen::before { opacity: .35; -webkit-mask-image: linear-gradient(90deg, transparent 60%, #000); mask-image: linear-gradient(90deg, transparent 60%, #000); }

  .section--warum .section__body { margin-top: 40px; }
  .section--warum .section__body > p:first-child, .section--warum .section__body > p:nth-child(2) { width: 100%; font-size: 17px; line-height: 1.6; }
  .section--warum .section__body > p:first-child { margin-top: 0; }
  .section--warum blockquote { position: static; width: 100%; margin-top: 64px; padding: 42px 0 0 24px; border-top: 1px solid rgba(17,18,20,.14); border-left: 2px solid rgba(17,18,20,.18); font-size: 39px; }
  .section--warum blockquote em { margin-top: 45px; font-size: 12px; }

  .section--idee .section__body > p:first-of-type { font-size: 17px; line-height: 1.6; }
  .section--idee .section__body > p:nth-of-type(2) { margin-top: 45px; font-size: 17px; line-height: 2; word-spacing: 5px; }
  .section--idee ol { grid-template-columns: repeat(2, 1fr); margin-top: 44px; }
  .section--idee ol li { height: 145px; font-size: 23px; }

  .section--harte-arbeit ol { margin-top: 50px; }
  .section--harte-arbeit ol li { height: auto; min-height: 82px; padding: 18px 0 18px 46px; font-size: 16px; line-height: 1.5; }

  .section--kampf-ist-chaos .section__body > p:first-of-type { width: 100%; font-size: 17px; }
  .section--kampf-ist-chaos .section__body > p:nth-of-type(2) { margin-top: 52px; line-height: 2.2; word-spacing: 7px; }
  .section--kampf-ist-chaos blockquote { margin-top: 42px; line-height: 1.45; }
  .section--kampf-ist-chaos blockquote strong { display: block; margin: 24px 0 0; font-size: 36px; line-height: 1.2; }

  .section--gemeinschaft .table-wrap, .section--kennenlernen .table-wrap, .section--unterricht .table-wrap { margin-top: 55px; overflow: visible; }
  .section--gemeinschaft table, .section--kennenlernen table, .section--unterricht table { min-width: 0; }
  .section--gemeinschaft thead, .section--kennenlernen thead, .section--unterricht thead { display: none; }
  .section--gemeinschaft tbody, .section--gemeinschaft tr, .section--gemeinschaft td, .section--kennenlernen tbody, .section--kennenlernen tr, .section--kennenlernen td, .section--unterricht tbody, .section--unterricht tr, .section--unterricht td { display: block; width: 100%; }
  .section--gemeinschaft td, .section--kennenlernen td { padding: 54px 0 30px; border-top: 1px solid rgba(17,18,20,.18); }
  .section--gemeinschaft td::before, .section--kennenlernen td::before { content: attr(data-label); display: block; margin-bottom: 18px; color: #111214; font-size: 11px; font-weight: 700; text-transform: uppercase; }
  .section--gemeinschaft .section__body > p:last-child { margin-top: 38px; }

  .section--kennenlernen .table-wrap { margin-top: 70px; }
  .section--kennenlernen .section__body > p:last-child { margin-top: 55px; line-height: 1.6; }

  .section--unterricht td { min-height: 260px; margin-bottom: 18px; padding: 30px 26px; border: 0; }
  .section--unterricht td::before { content: attr(data-label); display: block; margin-bottom: 22px; color: #d3c5b9; font-size: 11px; font-weight: 700; text-transform: uppercase; }
  .section--unterricht .section__body > p:last-child { margin-top: 52px; padding-top: 30px; font-size: 24px; line-height: 1.5; }
  .section--unterricht .section__body > p:last-child strong { display: block; margin: 0 0 14px; }

  .section--werte ul { grid-template-columns: 1fr; margin-top: 42px; }
  .section--werte li { height: 105px; font-size: 38px; }
  .section--werte .section__body > p:last-child { font-size: 17px; line-height: 1.6; }

  .section--kontakt .section__texture { inset: 0; opacity: .42; }
  .section--kontakt .section__body > p:nth-of-type(2) { width: 100%; }
  .section--kontakt .section__body > p:nth-of-type(3) a { font-size: 27px; }
  .site-footer { height: auto; min-height: 110px; }
  .site-footer__inner { position: static; height: auto; padding: 28px 0; flex-direction: column; align-items: flex-start; gap: 20px; font-size: 12px; }
}

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

/*
 * Verbindliche Bildvorlage: Onlineansicht Entwurf 01.
 * Die Uniform-DNA erscheint als Ruhe, Kontrast und feine Diagonale –
 * nicht als konkurrierende Materialcollage.
 */
@media (max-width: 0px) {
.site-header,
.dark {
  background-color: #111214;
  background-image: repeating-linear-gradient(45deg, transparent 0 27px, rgba(255,255,255,.018) 28px 29px);
}

.light {
  background-color: #f3efea;
  background-image: none;
}

.section:not(.hero)::after { display: none; }
.section__texture { display: none; }
.zen::before,
.balance::before { content: none; }

.hero {
  background-color: #111214;
  background-image: repeating-linear-gradient(45deg, transparent 0 27px, rgba(255,255,255,.018) 28px 29px);
}
.hero::after { background: linear-gradient(90deg, rgba(17,18,20,.18), rgba(17,18,20,0) 58%); }
.hero .material-photo {
  background: url("../logo/kfk-sun.svg") center / contain no-repeat;
  filter: grayscale(1);
}

.section--warum { background: #f3efea; }
.section--warum blockquote { border-left: 0; }
.section--warum .section__inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 150px;
  left: 590px;
  width: 2px;
  height: 550px;
  background: #d6cfc8;
}

.section--idee {
  color: #111214;
  background: #e9e2db;
}
.section--idee .section__eyebrow { color: #817b75; }
.section--idee .section__title { color: #111214; }
.section--idee .section__body > p:first-of-type { color: #625d58; }
.section--idee .section__body > p:nth-of-type(2) { color: #111214; }
.section--idee ol li {
  color: #111214;
  background: #f3efea;
  border: 0;
}
.section--idee ol li:first-child,
.section--idee ol li:last-child {
  color: #e8dfd7;
  background: #111214;
}
.section--idee ol li::before { color: #817b75; }
.section--idee ol li:first-child::before,
.section--idee ol li:last-child::before { color: #d3c5b9; }
.section--idee .section__body > p:last-child { color: #817b75; }

.section--harte-arbeit { background: #f3efea; }
.section--harte-arbeit::before {
  content: "OHNE ABKÜRZUNG\A OHNE VERHÄRTUNG";
  position: absolute;
  z-index: 3;
  top: 330px;
  left: calc(50% + 460px);
  width: 80px;
  height: 390px;
  display: grid;
  place-items: center;
  color: #d3c5b9;
  background: #111214;
  font: 700 9px/1.65 var(--sans);
  text-align: center;
  white-space: pre;
  opacity: 1;
}

.section--kampf-ist-chaos {
  background-color: #111214;
  background-image: repeating-linear-gradient(45deg, transparent 0 27px, rgba(255,255,255,.018) 28px 29px);
}

.section--gemeinschaft { background: #f3efea; }
.section--kennenlernen { background: #e9e2db; }

.section--unterricht {
  color: #e8dfd7;
  background-color: #111214;
  background-image: repeating-linear-gradient(45deg, transparent 0 27px, rgba(255,255,255,.018) 28px 29px);
}
.section--unterricht .section__eyebrow { color: #d3c5b9; }
.section--unterricht th,
.section--unterricht td { background: #1b1c1f; border-right-color: #111214; }
.section--unterricht .section__body > p:last-child {
  color: #e8dfd7;
  border-top-color: #333437;
}
.section--unterricht .section__body > p:last-child strong { color: #d3c5b9; }

.section--werte { background: #f3efea; }

.section--kontakt {
  color: #111214;
  background: #d3c5b9;
}
.section--kontakt::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 130px;
  left: calc(50% + 200px);
  width: 430px;
  height: 430px;
  background: url("../logo/kfk-sun.svg") center / contain no-repeat;
  filter: grayscale(1) brightness(.75);
  opacity: .12;
}
.section--kontakt .section__eyebrow { color: #817b75; }
.section--kontakt .section__title,
.section--kontakt .section__title em { color: #111214; }
.section--kontakt .section__body > p:first-of-type { color: #615c57; }
.section--kontakt .section__body > p:nth-of-type(2) {
  color: #817b75;
  border-top-color: #afa59c;
}
.section--kontakt .section__body > p:nth-of-type(3) a { color: #111214; }
.section--kontakt .section__body > p:last-child { color: #6e6862; }

.site-footer { color: #6e6862; background: transparent; }

@media (min-width: 1001px) {
  .hero { height: 954px; }
  .hero .material-photo {
    inset: 124px auto auto calc(50% + 130px);
    width: 650px;
    height: 650px;
    opacity: .10;
  }
  .section--warum .section__inner { padding-top: 165px; }
  .section--idee ol { border-top: 1px solid #cbc3bb; padding-top: 60px; margin-top: 30px; }
  .section--kennenlernen table { width: 100%; }
  .section--kennenlernen table::before { width: 100%; border-top-color: #bfb7af; }
  .section--kontakt { height: 720px; }
}

@media (max-width: 1000px) {
  .hero .material-photo {
    inset: 95px -95px auto auto;
    width: 470px;
    height: 470px;
    opacity: .08;
  }
  .section--harte-arbeit::before { display: none; }
  .section--warum .section__inner::after { display: none; }
  .section--warum blockquote { border-left: 2px solid rgba(17,18,20,.18); }
  .section--kontakt::before {
    top: 130px;
    right: -110px;
    left: auto;
    width: 360px;
    height: 360px;
    opacity: .08;
  }
}
}

/* KFK RELEASE 2.0 · mobile/semantic DNA follows the approved 1.0 master. */
@media (max-width: 1000px) {
  .site-header,
  .dark {
    background-color: #282522;
    background-image: linear-gradient(rgba(38,35,33,.78), rgba(38,35,33,.78)), url("../textures/plain.webp");
    background-size: auto, 128px 128px;
  }

  .light {
    background-color: #e9dfd6;
    background-image: linear-gradient(rgba(241,234,228,.84), rgba(241,234,228,.84)), url("../textures/ivory.webp");
    background-size: auto, 128px 128px;
  }

  .section:not(.hero)::after { display: block; }
  .section__texture { display: block; }
  .zen::before,
  .balance::before { content: ""; }

  .hero {
    color: #e8dfd7;
    background-color: #2b2724;
    background-image: linear-gradient(rgba(40,36,33,.72), rgba(40,36,33,.72)), url("../textures/plain.webp");
    background-size: auto, 128px 128px;
  }
  .hero::after { background: linear-gradient(90deg, rgba(38,35,32,.985), rgba(38,35,32,.74) 58%, rgba(38,35,32,.08)); }
  .hero .material-photo {
    inset: 0 -18% 0 34%;
    width: auto;
    height: auto;
    background: url("../textures/panel.webp") 58% 44% / cover no-repeat;
    filter: none;
    opacity: .52;
  }

  .section--warum,
  .section--harte-arbeit,
  .section--gemeinschaft,
  .section--kennenlernen,
  .section--unterricht,
  .section--werte {
    color: #111214;
    background-color: #e9dfd6;
    background-image: linear-gradient(rgba(241,234,228,.84), rgba(241,234,228,.84)), url("../textures/ivory.webp");
    background-size: auto, 128px 128px;
  }

  .section--idee,
  .section--kampf-ist-chaos,
  .section--kontakt {
    color: #e8dfd7;
    background-color: #2b2724;
    background-image: linear-gradient(rgba(35,32,30,.58), rgba(35,32,30,.58)), url("../textures/plain.webp");
    background-size: auto, 128px 128px;
  }

  .section--idee .section__eyebrow,
  .section--kampf-ist-chaos .section__eyebrow,
  .section--kontakt .section__eyebrow { color: #d3c5b9; }
  .section--idee .section__title,
  .section--kontakt .section__title,
  .section--kontakt .section__title em { color: #e8dfd7; }
  .section--idee .section__body > p:first-of-type,
  .section--kontakt .section__body > p:first-of-type { color: #b4aca4; }
  .section--idee .section__body > p:nth-of-type(2) { color: #e8dfd7; }
  .section--idee ol li,
  .section--idee ol li:first-child,
  .section--idee ol li:last-child {
    color: #e8dfd7;
    background: rgba(8,9,11,.48);
    border: 1px solid rgba(211,197,185,.22);
  }
  .section--idee ol li::before,
  .section--idee ol li:first-child::before,
  .section--idee ol li:last-child::before { color: #afa7a0; }
  .section--idee .section__body > p:last-child { color: #d3c5b9; }

  .section--unterricht th,
  .section--unterricht td {
    color: #aaa29b;
    background: #2b2825;
    border-right-color: #e9dfd6;
  }
  .section--unterricht td strong { color: #e8dfd7; }
  .section--unterricht .section__eyebrow,
  .section--unterricht .section__body > p:last-child { color: #111214; }
  .section--unterricht .section__body > p:last-child { border-top-color: rgba(17,18,20,.16); }
  .section--unterricht .section__body > p:last-child strong { color: #69625c; }

  .section--kontakt::before { content: none; }
  .section--kontakt .section__body > p:nth-of-type(2) { color: #d3c5b9; border-top-color: rgba(211,197,185,.2); }
  .section--kontakt .section__body > p:nth-of-type(3) a { color: #e8dfd7; }
  .section--kontakt .section__body > p:last-child { color: #8f8881; }
  .site-footer { color: #8f8881; background: #2b2825; }
}

/*
 * Desktop release: the approved magazine materials remain image-based,
 * while every word, link, rule and table is rendered as sharp HTML/CSS.
 */
@media (min-width: 1001px) {
  .site-header {
    background-color: #211f1d;
    background-image: linear-gradient(rgba(22,21,20,.18), rgba(22,21,20,.18)), url("../materials/dark-calm.webp");
    background-position: center top;
    background-size: 100% 974px;
  }

  .hero {
    background-color: #211f1d;
    background-image: linear-gradient(rgba(22,21,20,.14), rgba(22,21,20,.14)), url("../materials/dark-calm.webp");
    background-position: center;
    background-size: 100% 100%;
  }

  .section--warum {
    background: #f1e9df url("../materials/ivory-why.webp") center / 100% 100% no-repeat;
  }

  .section--idee {
    background: #211f1d url("../materials/dark-idea.webp") center / 100% 100% no-repeat;
  }

  .section--harte-arbeit {
    background: #f1e9df url("../materials/ivory-hard-work.webp") center / 100% 100% no-repeat;
  }

  .section--kampf-ist-chaos {
    background: #211f1d url("../materials/dark-chaos.webp") center / 100% 100% no-repeat;
  }

  .section--gemeinschaft {
    background: #f1e9df url("../materials/ivory-community.webp") center / 100% 100% no-repeat;
  }

  .section--kennenlernen {
    background: #f1e9df url("../materials/ivory-getting-to-know.webp") center / 100% 100% no-repeat;
  }

  .section--unterricht {
    background: #f1e9df url("../materials/ivory-lessons-values.webp") center top / 100% 1550px no-repeat;
  }

  .section--werte {
    background: #f1e9df url("../materials/ivory-lessons-values.webp") center bottom / 100% 1550px no-repeat;
  }

  .section--kontakt {
    background: #211f1d url("../materials/dark-contact.webp") center / 100% 100% no-repeat;
  }

  .section--warum::before,
  .section--harte-arbeit::before,
  .section--kennenlernen::before,
  .section--gemeinschaft::before,
  .section--werte::before {
    content: none;
  }

  .section--idee .section__texture,
  .section--kampf-ist-chaos .section__texture,
  .section--kontakt .section__texture {
    display: none;
  }

  .site-footer a:hover,
  .site-footer a:focus-visible {
    color: #e8dfd7;
  }

  .site-footer__inner {
    justify-content: flex-end;
    gap: 34px;
    font-size: 12px;
  }
}
