/* Startseite: ein klarer Einstieg statt eines Inhaltsverzeichnisses. */
.home-clean {
  --home-line: color-mix(in srgb, var(--ink, #171612) 14%, transparent);
  --home-paper: var(--paper, #f6f1e7);
  --home-ink: var(--ink, #171612);
  --home-muted: var(--slate, #4b463d);
  --home-rust: var(--rust, #a04a2d);
  color: var(--home-ink);
}

.home-clean__hero {
  position: relative;
  min-height: min(43rem, calc(100svh - 4.5rem));
  display: grid;
  align-items: end;
  overflow: clip;
  background: #18313c;
}

.home-clean__hero-media,
.home-clean__hero-media::after {
  position: absolute;
  inset: 0;
}

.home-clean__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .58;
}

.home-clean__hero-media::after {
  content: "";
  background:
    radial-gradient(circle at 83% 44%, rgba(52, 102, 116, .28), transparent 26%),
    /* Das Kopfbild traegt seine eigene, aeltere Ueberschrift: "Ein digitales
       Ortsbuch - Norwegen langsam lesen". Sie stand bisher gross hinter
       "Alle wollen nach Norden" - zwei Schriftsysteme in derselben Sekunde.
       Die linke Haelfte deckt jetzt vollstaendig ab; Karte, Fotos und Stempel
       auf der rechten Seite bleiben sichtbar. Die Bildkomposition selbst
       gehoert erneuert, solange sie die alte Positionierung mitfuehrt. */
    linear-gradient(90deg, rgba(10, 28, 34, 1) 0%, rgba(10, 28, 34, .995) 40%, rgba(10, 28, 34, .74) 66%, rgba(10, 28, 34, .42) 100%),
    linear-gradient(0deg, rgba(10, 28, 34, .82) 0%, transparent 58%);
}

.home-clean__hero-inner,
.home-clean__section,
.home-clean__route,
.home-clean__afterword {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
}

.home-clean__hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(4.5rem, 12vw, 9rem) clamp(2.2rem, 5vw, 4.4rem);
  color: #fffaf0;
}

.home-clean__hero-inner--novel {
  padding-block: clamp(2.25rem, 6vw, 4.6rem);
}

.home-clean__hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 19rem);
  grid-template-areas:
    "eyebrow cover"
    "title cover"
    "claim cover"
    "lede cover"
    "actions cover"
    "buy cover"
    "links cover";
  column-gap: clamp(2rem, 6vw, 5.5rem);
  align-items: start;
  min-width: 0;
}

.home-clean__hero-copy > .home-clean__eyebrow { grid-area: eyebrow; }
.home-clean__hero-copy > h1 { grid-area: title; }
.home-clean__hero-copy > .home-clean__claim { grid-area: claim; }
.home-clean__hero-copy > .home-clean__lede { grid-area: lede; }
.home-clean__hero-copy > .home-clean__book-actions { grid-area: actions; }
.home-clean__hero-copy > .home-clean__buyline { grid-area: buy; }
.home-clean__hero-copy > .home-clean__roman-links { grid-area: links; }

.home-clean__eyebrow {
  margin: 0 0 .85rem;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-clean__hero .home-clean__eyebrow { color: #edba7b; }

.home-clean h1,
.home-clean h2,
.home-clean h3 {
  font-family: var(--font-display, Georgia, serif);
  letter-spacing: -.025em;
}

.home-clean h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3rem, 6.8vw, 6.15rem);
  line-height: .92;
  text-wrap: balance;
}

.home-clean__hero--novel h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6.3vw, 5.85rem);
}

.home-clean__claim {
  max-width: 31ch;
  margin: 1rem 0 0;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.25rem, 2.25vw, 1.65rem);
  font-style: italic;
  line-height: 1.25;
  color: #f4d9ac;
  text-wrap: balance;
}

.home-clean__lede {
  max-width: 48ch;
  margin: 1.35rem 0 0;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.48;
  color: rgba(255, 250, 240, .9);
}

.home-clean__hero--novel .home-clean__lede {
  max-width: 45ch;
  margin-top: .9rem;
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  line-height: 1.55;
}

.home-clean__hero-cover {
  grid-area: cover;
  align-self: center;
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 19rem);
  justify-self: end;
  line-height: 0;
  transform: rotate(.8deg);
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .34));
  transition: transform .3s ease, filter .3s ease;
}

.home-clean__hero-cover:hover,
.home-clean__hero-cover:focus-visible {
  transform: rotate(0) translateY(-3px);
  filter: drop-shadow(0 36px 44px rgba(0, 0, 0, .42));
}

.home-clean__hero-cover img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 250, 240, .25);
  border-radius: .2rem .65rem .65rem .2rem;
}

.home-clean__choices {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  width: min(100% - 2rem, 72rem);
  margin: -2.15rem auto 0;
}

.home-choice {
  min-height: 11.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  color: var(--home-ink);
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(244,238,226,.96)),
    var(--home-paper);
  border: 1px solid var(--home-line);
  border-radius: .45rem;
  box-shadow: 0 14px 34px rgba(24, 24, 20, .1);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.home-choice:hover,
.home-choice:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--home-rust) 62%, transparent);
  box-shadow: 0 24px 48px rgba(24, 24, 20, .17);
}

.home-choice__label,
.home-choice__arrow {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-choice__label { color: var(--home-rust); }
.home-choice__arrow { color: var(--home-muted); }
.home-choice strong { font-family: var(--font-display, Georgia, serif); font-size: 1.35rem; line-height: 1.05; }

.home-choice--roman {
  background:
    linear-gradient(145deg, rgba(24, 49, 60, .98), rgba(34, 77, 91, .96)),
    #18313c;
  border-color: rgba(255, 250, 240, .18);
  color: #fffaf0;
}

.home-choice--roman .home-choice__label { color: #edba7b; }
.home-choice--roman .home-choice__arrow { color: rgba(255, 250, 240, .78); }

.home-clean__section { padding-block: clamp(4.25rem, 8vw, 6.5rem); }
.home-clean__book-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.home-clean__hero--novel .home-clean__book-actions { margin-top: 1.15rem; }
.home-clean__button { display: inline-flex; align-items: center; min-height: 44px; padding: .65rem 1rem; border: 1px solid rgba(255,250,240,.56); border-radius: 999px; color: #fffaf0; font-family: var(--font-sans, system-ui, sans-serif); font-size: .9rem; font-weight: 800; text-decoration: none; }
.home-clean__button--solid { background: #f3c182; border-color: #f3c182; color: #18313c; }

.home-clean__hero--novel .home-clean__buyline {
  max-width: 52ch;
  margin: .9rem 0 0;
  color: rgba(255, 250, 240, .76);
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: .76rem;
  line-height: 1.55;
}

.home-clean__hero--novel .home-clean__buyline a,
.home-clean__roman-links a {
  color: #f3c182;
  text-decoration-color: rgba(243, 193, 130, .48);
  text-underline-offset: .22em;
}

.home-clean__roman-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.1rem;
  margin-top: .75rem;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-compagna {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  width: min(100% - 3rem, 72rem);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-compagna__mark {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  place-items: center;
  color: var(--home-paper);
  background: var(--home-ink);
  font-family: var(--font-display);
  font-size: 2.3rem;
  font-style: italic;
  line-height: 1;
}

.home-compagna h2 {
  max-width: 19ch;
  margin-top: .45rem;
  color: var(--home-ink);
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  line-height: 1;
}

.home-compagna__copy > p:last-child {
  margin-top: .55rem;
  color: var(--home-muted);
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.home-compagna > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1rem;
  color: var(--home-paper);
  background: var(--home-ink);
  border: 1px solid var(--home-ink);
  border-radius: .18rem;
  font-family: var(--font-sans);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.home-compagna > a:hover,
.home-compagna > a:focus-visible {
  color: var(--home-paper);
  background: var(--home-rust);
  border-color: var(--home-rust);
  transform: translateY(-2px);
}

.home-clean__route {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(18rem, 1.06fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  padding-block: clamp(4.25rem, 8vw, 6.5rem);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}
.home-clean__route h2 { max-width: 13ch; margin: 0; font-size: clamp(2.25rem, 4.5vw, 4.2rem); line-height: .98; }
.home-clean__route p:not(.home-clean__eyebrow) { max-width: 39ch; margin: 1.05rem 0 0; color: var(--home-muted); line-height: 1.55; }

.home-route-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--home-line); }
.home-route-list a { display: grid; gap: .25rem; min-height: 7.2rem; align-content: end; padding: 1rem 1rem 1rem 0; color: inherit; text-decoration: none; border-bottom: 1px solid var(--home-line); }
.home-route-list a:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--home-line); }
.home-route-list a:hover span, .home-route-list a:focus-visible span { color: var(--home-rust); }
.home-route-list span { font-family: var(--font-display, Georgia, serif); font-size: clamp(1.45rem, 2.6vw, 2rem); line-height: 1; transition: color .16s ease; }
.home-route-list em { color: var(--home-muted); font-family: var(--font-sans, system-ui, sans-serif); font-size: .78rem; font-style: normal; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.home-route-list .home-route-list__all { display: flex; align-items: center; min-height: 4rem; padding: .8rem 0 0; border-bottom: 0; color: var(--home-rust); font-family: var(--font-sans, system-ui, sans-serif); font-size: .9rem; font-weight: 800; }
.home-route-list .home-route-list__all span { margin-left: .45rem; font-family: inherit; font-size: 1rem; }

.home-clean__afterword { margin-block: clamp(3rem, 6vw, 5rem) clamp(4rem, 8vw, 7rem); }
.home-clean__afterword-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 5vw, 4rem); padding-top: 1.1rem; border-top: 1px solid var(--home-line); }
.home-clean__afterword p { margin: 0; color: var(--home-muted); line-height: 1.58; }
.home-clean__afterword a { color: var(--home-ink); font-weight: 750; text-decoration-color: color-mix(in srgb, var(--home-rust) 55%, transparent); text-underline-offset: .2em; }

@media (max-width: 800px) {
  .home-clean__hero { min-height: 39rem; }
  .home-clean__hero-copy { grid-template-columns: minmax(0, 1fr) minmax(9rem, 12rem); column-gap: 1.5rem; }
  .home-clean__hero--novel h1 { font-size: clamp(2.8rem, 8.5vw, 4.6rem); }
  .home-clean__choices { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -1.2rem; }
  .home-clean__choices .home-choice:first-child { grid-column: 1 / -1; }
  .home-choice { min-height: 8.5rem; }
  .home-clean__route { grid-template-columns: 1fr; gap: 1.8rem; }
  .home-compagna { grid-template-columns: 4.5rem 1fr; }
  .home-compagna > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 470px) {
  .home-clean__hero-inner, .home-clean__section, .home-clean__route, .home-clean__afterword { width: min(100% - 1.25rem, 72rem); }
  .home-clean__hero-inner--novel { padding-block: 2.3rem 3.1rem; }
  .home-clean__hero-copy {
    grid-template-columns: minmax(0, 1fr) 7.6rem;
    grid-template-areas:
      "eyebrow eyebrow"
      "title cover"
      "claim cover"
      "lede lede"
      "actions actions"
      "buy buy"
      "links links";
    column-gap: .9rem;
  }
  .home-clean__hero--novel h1 { max-width: none; font-size: clamp(2.5rem, 11vw, 3.15rem); }
  .home-clean__hero--novel .home-clean__eyebrow { max-width: 24ch; font-size: .64rem; letter-spacing: .12em; }
  .home-clean__claim { max-width: none; font-size: 1.08rem; }
  .home-clean__hero--novel .home-clean__lede { max-width: none; margin-top: 1.35rem; font-size: .94rem; line-height: 1.48; }
  .home-clean__hero--novel .home-clean__book-actions { display: grid; }
  .home-clean__hero--novel .home-clean__button { width: 100%; justify-content: center; text-align: center; }
  .home-clean__hero-cover { position: relative; top: auto; right: auto; width: 7.6rem; margin: 0; align-self: start; transform: none; filter: none; }
  .home-clean__roman-links { display: grid; gap: .45rem; }
  .home-clean__choices { width: min(100% - 1.25rem, 72rem); grid-template-columns: 1fr; gap: .55rem; }
  .home-compagna { width: min(100% - 1.25rem, 72rem); grid-template-columns: 1fr; }
  .home-compagna__mark { width: 3.5rem; height: 3.5rem; font-size: 1.9rem; }
  .home-compagna > a { grid-column: auto; }
  .home-clean__choices .home-choice:first-child { grid-column: auto; }
  .home-choice { min-height: 7.5rem; padding: 1rem; }
  .home-choice strong { font-size: 1.18rem; }
  .home-route-list, .home-clean__afterword-grid { grid-template-columns: 1fr; }
  .home-route-list a:nth-child(even) { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-choice { transition: none; }
  .home-choice:hover, .home-choice:focus-visible { transform: none; }
  .home-compagna > a { transition: none; }
  .home-compagna > a:hover, .home-compagna > a:focus-visible { transform: none; }
}
