* {
  box-sizing: border-box;
}

:root {
  --site-width: 1800px;
  --page-bg: #303030;
  --black: #050505;
  --dark: #303030;
  --panel: #1f1f1f;
  --box-bg: rgba(18, 18, 18, .86);
  --box-border: rgba(255, 255, 255, .12);
  --text: #fff;
  --muted: #d8d8d8;
  --accent: #00f0e4;
  --gutter: clamp(22px, 4vw, 70px);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #555 0%, #303030 36%, #050505 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-shell {
  width: min(var(--site-width), calc(100% - 112px));
  margin-inline: auto;
  background: transparent;
  box-shadow: none;
}

.topbar {
  display: none;
  height: 78px;
  padding: 0 var(--gutter);
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer__name {
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.nav {
  display: flex;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
  opacity: .92;
}

.nav a:hover,
.footer a:hover {
  color: var(--accent);
}

.section-dark,
.section-black {
  background: transparent;
}


.about__grid,
.section-heading,
.book-card,
.miniature-card {
  background: var(--box-bg);
  border: 1px solid var(--box-border);
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.hero__inner {
  width: min(980px, 100%);
}

.about__grid,
.book-card,
.miniature-card {
  overflow: hidden;
}

.section-heading {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px clamp(24px, 4vw, 58px);
}

.hero {
  min-height: 486px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 88px var(--gutter) 108px;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: clamp(72px, 7vw, 118px);
  line-height: .95;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.hero p {
  max-width: 610px;
  margin: 0 auto;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.55;
  font-weight: 800;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 500px;
  min-height: 500px;
  max-width: 1260px;
  margin: 0 auto;
}

.about__text {
  padding: 82px clamp(42px, 6vw, 78px) 60px;
}

.about h2,
.podcast__card h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(44px, 3.5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.about h3 {
  margin: 16px 0 44px;
  font-size: 24px;
  line-height: 1.2;
}

.about p {
  max-width: 520px;
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.socials,
.card-icons,
.footer__socials {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.socials a,
.card-icons a,
.footer__socials a {
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.about {
  padding: 72px var(--gutter);
}

.about__image {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about__image figcaption {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 9px;
  font-weight: 800;
  text-shadow: 0 1px 3px rgba(0,0,0,.7);
}

.about__image figcaption a {
  color: inherit;
  text-decoration: none;
}

.about__image figcaption a:hover {
  text-decoration: underline;
}

.podcast-section {
  padding: 145px 30px 150px;
  border-bottom: 1px solid rgba(0,0,0,.75);
}

.podcast-layout {
  position: relative;
  min-height: 590px;
}

.podcast__cover {
  width: 68.8%;
  height: 588px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.podcast__card {
  position: absolute;
  right: 0;
  top: 76px;
  width: 49.8%;
  min-height: 493px;
  background: #030303;
  padding: 94px 70px 72px 205px;
}

.podcast__card h2 {
  font-size: clamp(56px, 4vw, 72px);
}

.podcast__card p {
  max-width: 545px;
  margin: 58px 0 42px;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 800;
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 143px;
  min-height: 41px;
  padding: 10px 26px;
  background: var(--accent);
  color: #001515;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.books {
  padding: 72px var(--gutter) 80px;
}

.section-heading {
  text-align: center;
  margin-bottom: 54px;
}

.section-heading span {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 18px auto 36px;
}

.section-heading p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
  color: var(--muted);
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1260px;
  margin: 0 auto;
}

.book-card {
  background: var(--box-bg);
  min-height: 900px;
  display: flex;
  flex-direction: column;
}

.book-card img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  display: block;
}

.book-card__body {
  padding: 36px 30px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.book-card .type {
  margin: 0 0 4px;
  font-size: 15px;
  color: #f1f1f1;
  font-weight: 900;
}

.book-card h3 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

.book-card__body > p:not(.type) {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 800;
  color: #f2f2f2;
}

.card-icons {
  margin-top: auto;
}

.card-icons a:first-child {
  color: #ff00bd;
}

.footer {
  padding: 48px var(--gutter) 30px;
}

.footer__grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 34px;
}

.footer p,
.footer a,
.footer span {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: var(--text);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding-top: 22px;
}

@media (max-width: 900px) {
  .site-shell {
    width: 100%;
  }

  .topbar {
    display: flex;
  }

  .topbar {
    height: auto;
    min-height: 72px;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 22px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .about__grid {
    grid-template-columns: 1fr;
  }

  .about__text {
    padding: 48px 24px;
  }

  .about p {
    max-width: none;
  }

  .about__image {
    min-height: 430px;
  }

  .podcast-section {
    padding: 70px 24px;
  }

  .podcast-layout {
    min-height: auto;
  }

  .podcast__cover,
  .podcast__card {
    position: static;
    width: 100%;
  }

  .podcast__cover {
    height: auto;
  }

  .podcast__card {
    min-height: auto;
    padding: 42px 32px;
  }

  .podcast__card p {
    font-size: 15px;
    margin: 28px 0 28px;
  }

  .book-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    gap: 32px;
  }

  .book-card {
    min-height: auto;
  }

  .book-card img {
    height: 300px;
  }

  .footer__grid {
    flex-direction: column;
  }
}

/* Wix-Ansicht: Die öffentliche Originalseite startet ohne sichtbare schwarze Navigationsleiste. */
.topbar {
  display: none !important;
}

/* Original-nahe Social-Media-Icons unter „Über mich“ */
.socials {
  align-items: center;
}

.socials a {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.socials svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.socials a:hover {
  color: var(--accent);
}

/* Buchprojekt Seemannsgarn: vollständiges Cover klein/zentriert und klickbar */
.book-card__cover {
  width: 100%;
  height: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050505;
  text-decoration: none;
}

.book-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.book-card__cover--contain img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.card-icons {
  align-items: center;
}

.card-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.card-icon--instagram {
  color: #ff00bd;
}

.card-icon--bookshop {
  color: #ffffff;
}

.card-icon:hover,
.card-icons a:hover {
  color: var(--accent);
}

@media (max-width: 900px) {
  .book-card__cover {
    height: 300px;
  }
}


/* Cover-Großansicht direkt auf der Seite */
.cover-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 38px 24px;
}

.cover-lightbox:target {
  display: flex;
}

.cover-lightbox__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  cursor: zoom-out;
}

.cover-lightbox__content {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(920px, 88vw);
  max-height: calc(100vh - 76px);
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .65);
}

.cover-lightbox__content img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 76px);
  object-fit: contain;
}

.cover-lightbox__close {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0,0,0,.75);
}

.cover-lightbox__close:hover {
  color: var(--accent);
}

@media (max-width: 900px) {
  .cover-lightbox {
    padding: 56px 16px 24px;
    align-items: center;
  }

  .cover-lightbox__content,
  .cover-lightbox__content img {
    max-height: calc(100vh - 96px);
  }

  .cover-lightbox__close {
    top: 18px;
    right: 18px;
    font-size: 38px;
  }
}

/* Miniaturen-Bereich: Texte öffnen als Overlay wie die Cover */
.miniatures {
  padding: 34px var(--gutter) 100px;
}

.miniature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1260px;
  margin: 0 auto;
}

.miniature-card {
  min-height: 260px;
  background: var(--box-bg);
  color: var(--text);
  text-decoration: none;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .2s ease, background .2s ease;
}

.miniature-card:hover {
  transform: translateY(-4px);
  background: rgba(45, 45, 45, .92);
}

.miniature-card .type,
.text-lightbox .type {
  margin: 0 0 8px;
  font-size: 15px;
  color: #f1f1f1;
  font-weight: 900;
}

.miniature-card h3 {
  margin: 0 0 26px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.miniature-card p:not(.type) {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
  color: #f2f2f2;
}

.text-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 56px 24px;
}

.text-lightbox:target {
  display: flex;
}

.text-lightbox__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  cursor: zoom-out;
}

.text-lightbox__content {
  position: relative;
  z-index: 1;
  width: min(820px, 88vw);
  max-height: calc(100vh - 112px);
  overflow: auto;
  margin: 0;
  background: #050505;
  color: var(--text);
  padding: 58px 62px 64px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .65);
}

.text-lightbox__content h2 {
  margin: 0 0 32px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.065em;
}

.text-lightbox__content p:not(.type) {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}

.text-lightbox__close {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0,0,0,.75);
}

.text-lightbox__close:hover {
  color: var(--accent);
}

@media (max-width: 900px) {
  .miniature-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    gap: 32px;
  }

  .miniatures {
    padding: 24px 24px 70px;
  }

  .text-lightbox__content {
    width: min(640px, 92vw);
    padding: 42px 28px;
  }
}


/* Aktualisierung: Verlaufshintergrund und eigenständige Kästen pro Kategorie */
.books,
.miniatures {
  background: transparent;
}

.books .section-heading,
.miniatures .section-heading {
  margin: 0 auto 54px;
}

.book-card,
.miniature-card,
.about__grid,
.section-heading {
  backdrop-filter: blur(2px);
}

@media (max-width: 900px) {
  body {
    background: linear-gradient(180deg, #4b4b4b 0%, #272727 42%, #050505 100%);
    background-attachment: fixed;
  }

  .about {
    padding: 48px 24px;
  }

  .about__grid,
  .section-heading,
  .book-card,
  .miniature-card {
    border-radius: 0;
  }
}

/* Buchprojekte als eine gemeinsame Kategorie-Box */
.category-box {
  max-width: 1380px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px);
  background: rgba(78, 78, 78, .58);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  backdrop-filter: blur(2px);
}

.category-box--books .section-heading {
  max-width: none;
  margin: 0 0 46px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.category-box--books .book-grid {
  max-width: none;
}

.category-box--books .book-card {
  background: rgba(20, 20, 20, .88);
}

@media (max-width: 900px) {
  .category-box {
    padding: 28px 20px;
  }

  .category-box--books .section-heading {
    margin-bottom: 32px;
  }
}


/* Miniaturen als eine gemeinsame Kategorie-Box */
.category-box--miniatures .section-heading {
  max-width: none;
  margin: 0 0 46px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.category-box--miniatures .miniature-grid {
  max-width: none;
}

.category-box--miniatures .miniature-card {
  background: rgba(20, 20, 20, .88);
}

@media (max-width: 900px) {
  .category-box--miniatures .section-heading {
    margin-bottom: 32px;
  }
}


/* Transparente, klebende Sprungnavigation */
html {
  scroll-padding-top: 86px;
}

#hero,
#about,
#books,
#miniaturen {
  scroll-margin-top: 86px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex !important;
  height: 72px;
  padding: 0 var(--gutter);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand,
.nav a {
  opacity: .72;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
  transition: opacity .2s ease, color .2s ease, transform .2s ease;
}

.topbar:hover .brand,
.topbar:hover .nav a,
.brand:focus-visible,
.nav a:focus-visible {
  opacity: 1;
}

.nav a:hover,
.nav a:focus-visible,
.brand:hover,
.brand:focus-visible {
  color: var(--accent);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 118px;
  }

  #hero,
  #about,
  #books,
  #miniaturen {
    scroll-margin-top: 118px;
  }

  .topbar {
    min-height: 96px;
    padding: 18px 24px;
    justify-content: center;
  }

  .brand {
    display: none;
  }

  .nav {
    width: 100%;
    justify-content: center;
    gap: 12px 18px;
  }
}


/* Verbesserte Lesbarkeit für Miniaturen-Texte im Overlay */
.text-lightbox {
  align-items: flex-start;
  padding: 72px 24px 56px;
}

.text-lightbox__content {
  width: min(760px, 92vw);
  max-height: calc(100vh - 128px);
  padding: clamp(34px, 5vw, 68px);
  background: #080808;
}

.text-lightbox__content .type {
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
}

.text-lightbox__content h2 {
  margin-bottom: 38px;
  max-width: 620px;
}

.text-lightbox__content p:not(.type) {
  max-width: 660px;
  margin: 0 auto 1.15em;
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: .01em;
  color: rgba(255,255,255,.92);
}

.text-lightbox__content p:not(.type) + p:not(.type) {
  margin-top: 0;
}

.text-lightbox__content p:not(.type):last-child {
  margin-bottom: 0;
}

.text-lightbox__content::-webkit-scrollbar {
  width: 10px;
}

.text-lightbox__content::-webkit-scrollbar-track {
  background: #111;
}

.text-lightbox__content::-webkit-scrollbar-thumb {
  background: #555;
}

@media (max-width: 900px) {
  .text-lightbox {
    padding: 64px 14px 24px;
  }

  .text-lightbox__content {
    width: min(680px, 94vw);
    max-height: calc(100vh - 96px);
    padding: 34px 24px 42px;
  }

  .text-lightbox__content h2 {
    margin-bottom: 28px;
  }

  .text-lightbox__content p:not(.type) {
    max-width: none;
    font-size: 16px;
    line-height: 1.75;
  }
}


/* Leere Absätze aus Word als sichtbare Atempausen im Text */
.text-lightbox__content .text-spacer {
  height: 1.05em;
}


/* Transparenter grauer Rahmen für die klebende Navigation */
.topbar {
  width: min(1020px, calc(100% - 260px));
  margin: 14px auto 0;
  padding: 14px 24px;
  background: transparent;
}

.nav {
  justify-content: center;
}

@media (max-width: 900px) {
  .topbar {
    width: min(90vw, 540px);
    margin-top: 10px;
    padding: 12px 16px;
  }
}


/* Über-mich-Bereich auf die Breite der Kategorie-Kästen bringen */
.about {
  padding: 0 var(--gutter) 92px;
  background: transparent;
}

.about__grid {
  max-width: 1380px;
  margin: 0 auto;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

@media (max-width: 900px) {
  .about {
    padding: 0 24px 64px;
  }

  .about__grid {
    max-width: 430px;
  }
}


/* Integration in juba.pro */
.legal-footer {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 20px 16px 28px;
  text-align: center;
  color: rgba(255, 255, 255, .62);
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.legal-footer a {
  color: inherit;
  text-decoration: none;
}

.legal-footer span {
  color: rgba(255, 255, 255, .35);
}

.legal-footer a:hover,
.legal-footer a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .legal-footer {
    width: calc(100% - 34px);
    flex-wrap: wrap;
  }
}


/* Größere Autor-Navigation */
.topbar {
  width: min(1120px, calc(100% - 220px));
  min-height: 88px;
  padding: 20px 34px;
  gap: 40px;
  align-items: center;
}

.brand {
  font-size: 24px;
  letter-spacing: -0.045em;
}

.nav {
  gap: clamp(28px, 4vw, 58px);
  font-size: 15px;
}

.nav a {
  padding: 8px 0;
}

@media (max-width: 900px) {
  .topbar {
    width: min(94vw, 620px);
    min-height: 106px;
    padding: 20px 22px;
  }

  .brand {
    display: inline-flex;
    font-size: 22px;
  }

  .nav {
    gap: 12px 22px;
    font-size: 14px;
  }
}

/* Feinjustierung: kompakterer Einstieg und Navigation auf Kastenbreite */
.topbar {
  width: min(1380px, calc(100% - 112px));
  min-height: 78px;
  margin: 8px auto 0;
  padding: 16px clamp(28px, 4vw, 58px);
}

.hero {
  min-height: 360px;
  padding: 42px var(--gutter) 56px;
}

.hero h1 {
  margin-bottom: 10px;
}

.about {
  padding: 0 var(--gutter) 72px;
}

.books {
  padding-top: 54px;
}

@media (max-width: 900px) {
  .topbar {
    width: min(94vw, 620px);
    min-height: auto;
    margin-top: 8px;
    padding: 16px 20px;
  }

  .hero {
    min-height: 330px;
    padding: 34px 24px 48px;
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .about {
    padding: 0 24px 54px;
  }
}

/* Miniaturen: kleiner YouTube-Player für vorgelesene Ausschnitte */
.miniature-card {
  text-decoration: none;
}

.miniature-player {
  width: 100%;
  margin-top: 24px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 0, 0, .34);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
  aspect-ratio: 16 / 9;
}

.miniature-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.reader-credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 900;
}

.reader-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.reader-links .card-icon {
  width: 20px;
  height: 20px;
}

.miniature-card__footer {
  margin-top: auto;
  padding-top: 24px;
}

.miniature-card__open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.miniature-card__open:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 900px) {
  .reader-credit {
    align-items: flex-start;
    flex-direction: column;
  }
}

