/* ═══════════════════════════════════════════════════════════════════
   HELLWIG — zweite Fassung: die durchgehende Fahrt, hell.

   Die Gegenprobe zu Wieland und Krume. Dort ist die Bühne dunkel und
   die Schrift hell. Hier liegt der Mörtel in flachem Tageslicht — also
   wird aufgehellt statt abgedunkelt, und die Schrift ist dunkel.

   Der durchgehende Vorgang ist ein einziger Zug mit der Kelle. Er läuft
   über die ganze Seite: Mörtelbett, Abzug, Riefen, fertige Fuge. Der
   Handgriff, der sich an einem Haus zehntausendmal wiederholt.
   ═══════════════════════════════════════════════════════════════════ */
@font-face{font-family:'Author';src:url('fonts/author-600.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:'Author';src:url('fonts/author-700.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:'SourceSerif';src:url('fonts/source-serif-4-400-normal-latin.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'SourceSerif';src:url('fonts/source-serif-4-600-normal-latin.woff2') format('woff2');font-weight:600;font-display:swap}

:root{
  --grund:#D8D3CA;
  --schrift:#16140F;
  --dim:rgba(22,20,15,.80);
  --leise:rgba(22,20,15,.52);
  --linie:rgba(22,20,15,.22);
  --akzent:#8A3F26;
  --rand:clamp(18px,4.4vw,64px);
  --ease:cubic-bezier(.16,1,.3,1);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:auto}
body{margin:0;background:var(--grund);color:var(--schrift);
  font-family:'SourceSerif',Georgia,serif;font-size:17.5px;line-height:1.62;
  -webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--akzent);outline-offset:4px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:14px;top:14px;z-index:99;background:var(--akzent);color:#F7F5F1;padding:10px 16px}

.fahrt{position:fixed;inset:0;z-index:0}
.fahrt__canvas,.fahrt__ersatz{position:absolute;inset:0;width:100%;height:100%}
.fahrt__canvas{opacity:0;transition:opacity 1.1s var(--ease)}
.fahrt__canvas.laeuft{opacity:1}
.fahrt__ersatz{object-fit:cover;transition:opacity 1.1s var(--ease)}
.fahrt__ersatz.weg{opacity:0}
/* Hier wird AUFgehellt statt abgedunkelt: der Mörtel ist mittelgrau, die
   Schrift dunkel. Eine milchige Schicht hebt alles an, die Vignette lässt
   die Ränder in den Betonton auslaufen statt ins Schwarze. */
.fahrt::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:rgba(228,224,216,.44)}
.fahrt::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:radial-gradient(74% 66% at 50% 46%,transparent 0%,rgba(216,211,202,.88) 100%)}

main{position:relative;z-index:1}

.ecken{position:fixed;inset:0;z-index:2;pointer-events:none;
  font-family:'Author',system-ui,sans-serif;font-size:10px;letter-spacing:.28em;
  text-transform:uppercase;color:var(--leise)}
.ecken span{position:absolute}
.ecke-lo{top:18px;left:var(--rand)}
.ecke-ro{top:18px;right:var(--rand)}
.ecke-lu{bottom:18px;left:var(--rand)}
.ecke-ru{bottom:18px;right:var(--rand)}
.ecken b{color:var(--schrift);font-size:14px;letter-spacing:.18em;font-weight:700}
.ecken a{pointer-events:auto;color:var(--akzent)}
@media(max-width:640px){.ecke-ro,.ecke-lu{display:none}}

.halt{min-height:100svh;display:grid;align-content:center;
  padding:clamp(90px,16vh,150px) var(--rand)}
.halt--rechts{justify-items:start;text-align:left}
@media(min-width:820px){.halt--rechts{justify-items:end;text-align:right}}
.halt--mitte{justify-items:center;text-align:center}

.marke{font-family:'Author',system-ui,sans-serif;font-size:10.5px;letter-spacing:.3em;
  text-transform:uppercase;color:var(--akzent);margin:0 0 1.5em;font-weight:600}
h1,h2{font-family:'Author',system-ui,sans-serif;margin:0;text-transform:uppercase;
  line-height:1.04;letter-spacing:-.018em;font-weight:600}
h1{font-size:clamp(29px,5.2vw,70px);max-width:14ch}
h2{font-size:clamp(24px,3.8vw,50px);max-width:16ch}
/* Auf hellem Grund trägt ein Schatten nicht — hier hält die Schrift sich
   selbst, über die Stärke. Das ist Massifs Weg, nur andersherum. */
h1,h2{text-shadow:0 1px 22px rgba(238,235,229,.85)}
.marke,.lauf,.werte b,.werte span{text-shadow:0 1px 16px rgba(238,235,229,.9)}
h1 b,h2 b{font-weight:700;color:#000}
h1 i,h2 i{font-style:normal;color:var(--leise);font-weight:600}
.lauf{margin:1.4em 0 0;max-width:42ch;color:var(--dim);font-size:clamp(16px,1.5vw,18.5px)}
.halt--mitte .lauf{margin-inline:auto}
.halt--rechts .lauf{margin-left:auto}

.werte{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px,4vw,56px);margin:clamp(30px,5vh,52px) 0 0;list-style:none;padding:0}
@media(min-width:760px){.werte{grid-template-columns:repeat(4,minmax(0,1fr))}}
.werte b{display:block;font-family:'Author',sans-serif;font-weight:700;
  font-size:clamp(27px,4.2vw,50px);line-height:1}
.werte span{display:block;margin-top:.6em;font-family:'Author',sans-serif;font-size:10px;
  letter-spacing:.24em;text-transform:uppercase;color:var(--leise);font-weight:600}

.reviere{display:flex;flex-wrap:wrap;gap:8px;margin:clamp(26px,4vh,42px) 0 0;
  list-style:none;padding:0}
.reviere li{border:1px solid var(--linie);padding:9px 16px;
  font-family:'Author',sans-serif;font-size:10.5px;letter-spacing:.18em;
  text-transform:uppercase;color:var(--dim);font-weight:600}

.karten{display:grid;gap:12px;grid-template-columns:1fr;margin:clamp(26px,4vh,42px) 0 0;
  list-style:none;padding:0;width:100%;max-width:940px}
@media(min-width:820px){.karten{grid-template-columns:repeat(3,1fr)}}
.karten li{border:1px solid var(--linie);background:rgba(238,235,229,.78);
  padding:clamp(18px,2.4vw,26px);text-align:left;
  transition:border-color .4s var(--ease),background-color .4s var(--ease)}
.karten li:hover{border-color:rgba(22,20,15,.5);background:rgba(238,235,229,.94)}
.karten b{display:block;font-family:'Author',sans-serif;font-weight:700;font-size:15px;
  letter-spacing:.04em;text-transform:uppercase;margin-bottom:.6em}
.karten p{margin:0;font-size:16px;color:var(--dim)}
.karten em{font-style:normal;color:var(--akzent);font-family:'Author',sans-serif;
  font-size:10px;letter-spacing:.22em;text-transform:uppercase;display:block;
  margin-bottom:.9em;font-weight:600}

.ablauf{list-style:none;margin:clamp(26px,4vh,42px) 0 0;padding:0;
  border-top:1px solid var(--linie);width:100%;max-width:720px}
.ablauf li{display:flex;gap:16px;align-items:baseline;padding:13px 0;
  border-bottom:1px solid var(--linie);text-align:left;font-size:16px}
.ablauf b{font-family:'Author',sans-serif;font-size:10.5px;letter-spacing:.2em;
  color:var(--akzent);flex:0 0 auto;width:2.6em;font-weight:600}
.ablauf span{margin-left:auto;color:var(--leise);font-family:'Author',sans-serif;
  font-size:11px;letter-spacing:.1em;white-space:nowrap;font-weight:600}

.anfrage{display:flex;flex-wrap:wrap;gap:10px;margin:clamp(26px,4vh,42px) 0 0;
  width:100%;max-width:620px}
.anfrage input{flex:1 1 180px;background:rgba(250,249,246,.88);border:1px solid var(--linie);
  color:var(--schrift);padding:14px 16px;font-family:'SourceSerif',Georgia,serif;font-size:16px}
.anfrage input::placeholder{color:var(--leise)}
.anfrage button{flex:0 0 auto;background:var(--akzent);border:0;color:#F7F5F1;
  padding:14px 26px;font-family:'Author',sans-serif;font-size:11px;letter-spacing:.22em;
  text-transform:uppercase;cursor:pointer;font-weight:700;transition:filter .3s var(--ease)}
.anfrage button:hover{filter:brightness(1.12)}
.hinweis{margin:1.2em 0 0;font-size:14.5px;color:var(--leise);max-width:46ch}

@media (prefers-reduced-motion:reduce){
  .halt{min-height:auto;padding:clamp(56px,10vh,90px) var(--rand)}
  .ecken{position:absolute}
}
