/* ==================================================
   NATURWISSEN & TRADITIONEN
================================================== */

.ds-nt-page {
  background: linear-gradient(135deg, #fdfaf4 0%, #efe4d6 100%);
  color: #5f5144;
  overflow-x: hidden;
}

.ds-nt-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ==================================================
   HERO
================================================== */

.ds-nt-hero {
  position: relative;
  min-height: 760px;
  padding: 110px 0 80px;
  overflow: hidden;
  background: transparent;
}

.ds-nt-hero::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 620px;
  height: 760px;
  background: url("/wp-content/themes/astra-child/assets/img/maskottchen/naturwissen-traditionen/naturwissen-traditionen-hero-maskottchen.webp") no-repeat bottom right;
  background-size: contain;
  opacity: .42;
  pointer-events: none;
  z-index: 1;
  animation: ds-nt-float 10s ease-in-out infinite;
}

.ds-nt-hero-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.ds-nt-hero-content {
  max-width: 640px;
  position: relative;
  z-index: 3;
  animation: ds-nt-fade-in 1s ease forwards;
}

.ds-nt-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7d8d69;
}

.ds-nt-hero h1,
.ds-nt-section h2,
.ds-nt-final h2 {
  margin: 0;
  color: #5b4d40;
  line-height: 1.12;
}

.ds-nt-hero h1 {
  font-size: clamp(50px, 5vw, 84px);
  line-height: 1.08;
  max-width: 760px;
}

.ds-nt-hero-text {
  margin: 28px 0 0;
  max-width: 650px;
  font-size: 19px;
  line-height: 1.85;
  color: #746557;
}

.ds-nt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

/* ==================================================
   BUTTONS
================================================== */

.ds-nt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 36px;
  border-radius: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ds-nt-button:hover {
  transform: translateY(-2px);
}

.ds-nt-button-primary {
  background: #7e906d;
  color: #fff;
  box-shadow: 0 18px 35px rgba(75, 86, 58, .18);
}

.ds-nt-button-light {
  background: rgba(255,255,255,.55);
  color: #6a5b4d;
  border: 1px solid rgba(91,77,64,.16);
  box-shadow: 0 12px 28px rgba(91,77,64,.08);
}

/* ==================================================
   INTRO
================================================== */

.ds-nt-intro {
  padding: 80px 20px 90px;
}

.ds-nt-intro p {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 21px;
  line-height: 1.9;
  text-align: center;
  color: #6b5d50;
}

/* ==================================================
   SEKTIONEN
================================================== */

.ds-nt-section {
  padding: 90px 0;
}

.ds-nt-section-head {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.ds-nt-section-head h2,
.ds-nt-final h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.ds-nt-section-head p {
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.75;
  color: #746557;
}

/* ==================================================
   KARTEN
================================================== */

.ds-nt-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ds-nt-card {
  min-height: 245px;
  padding: 30px 26px;
  border-radius: 28px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(91,77,64,.12);
  box-shadow: 0 14px 36px rgba(91,77,64,.07);
  text-decoration: none;
  color: #5f5144;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, opacity .4s ease;
}

.ds-nt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(91,77,64,.11);
  border-color: rgba(126,144,109,.32);
}

.ds-nt-card span {
  display: block;
  font-size: 34px;
  margin-bottom: 18px;
}

.ds-nt-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #5b4d40;
}

.ds-nt-card p {
  margin: 0;
  line-height: 1.65;
  color: #746557;
}

/* ==================================================
   JAHRESZEITEN
================================================== */

.ds-nt-season-section {
  padding: 70px 50px;

  background: rgba(255,248,238,.55);

  border: 1px solid rgba(125,96,58,.10);

  border-radius: 40px;

  box-shadow:
    0 25px 60px rgba(62,43,24,.08);

  backdrop-filter: blur(8px);
}

.ds-nt-season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ds-nt-season-card {
  min-height: 150px;
  display: grid;
  place-items: center;

  padding: 24px;

  border-radius: 30px;

  background: rgba(255,255,255,.65);

  border: 1px solid rgba(91,77,64,.08);

  text-decoration: none;

  font-size: 24px;
  font-weight: 700;
  color: #5b4d40;

  box-shadow:
    0 12px 30px rgba(91,77,64,.05);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.ds-nt-season-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(91,77,64,.1);
}

/* ==================================================
   KLEINE NEBENWELT: SYMBOLIK & VOLKSKUNDE
================================================== */

.ds-nt-mystic {
  padding: 80px 0;
}

.ds-nt-mystic-box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 38px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(91,77,64,.12);
  box-shadow: 0 18px 46px rgba(91,77,64,.08);
}

.ds-nt-mystic-content {
  max-width: 680px;
}

.ds-nt-mystic-content h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  color: #5b4d40;
  line-height: 1.14;
}

.ds-nt-mystic-content p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #746557;
}

.ds-nt-mystic-note {
  padding-left: 18px;
  border-left: 3px solid rgba(126,144,109,.45);
  font-size: 16px !important;
  color: #6f6255 !important;
}

.ds-nt-mystic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ds-nt-mystic-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(126,144,109,.12);
  border: 1px solid rgba(126,144,109,.24);
  color: #5b4d40;
  font-weight: 600;
  text-decoration: none;
}

.ds-nt-mystic-links a:hover {
  background: rgba(126,144,109,.2);
}

.ds-nt-mystic-figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.ds-nt-mystic-figure img {
  width: min(100%, 360px);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(91,77,64,.16));
}

/* ==================================================
   FINALE
================================================== */

.ds-nt-final {
  padding: 100px 0 120px;
  text-align: center;
}

.ds-nt-final p {
  max-width: 820px;
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.85;
  color: #6b5d50;
}

/* ==================================================
   ANIMATION
================================================== */

.ds-nt-card,
.ds-nt-season-card {
  opacity: 0;
  transform: translateY(18px);
}

.ds-nt-card.is-visible,
.ds-nt-season-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ds-nt-float {
  0%, 100% {
    transform: translateY(0) rotateZ(-1deg);
  }

  50% {
    transform: translateY(-12px) rotateZ(1deg);
  }
}

@keyframes ds-nt-fade-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-nt-hero::after,
  .ds-nt-hero-content,
  .ds-nt-card,
  .ds-nt-season-card {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ==================================================
   DARKMODE
================================================== */

body.ds-darkmode .ds-nt-page {
  background: #10180f;
  color: #efe3cf;
}

body.ds-darkmode .ds-nt-hero {
  background: #10180f;
}

body.ds-darkmode .ds-nt-hero::after {
  opacity: .32;
}

body.ds-darkmode .ds-nt-hero h1,
body.ds-darkmode .ds-nt-section h2,
body.ds-darkmode .ds-nt-final h2,
body.ds-darkmode .ds-nt-card h3,
body.ds-darkmode .ds-nt-season-card,
body.ds-darkmode .ds-nt-mystic-content h2 {
  color: #efe3cf;
}

body.ds-darkmode .ds-nt-hero-text,
body.ds-darkmode .ds-nt-section-head p,
body.ds-darkmode .ds-nt-card p,
body.ds-darkmode .ds-nt-final p,
body.ds-darkmode .ds-nt-intro p,
body.ds-darkmode .ds-nt-mystic-content p,
body.ds-darkmode .ds-nt-mystic-note {
  color: #d8c8ad !important;
}

body.ds-darkmode .ds-nt-card,
body.ds-darkmode .ds-nt-season-card,
body.ds-darkmode .ds-nt-button-light,
body.ds-darkmode .ds-nt-mystic-box {
  background: rgba(255,255,255,.035);
  border-color: rgba(214,188,120,.14);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}


body.ds-darkmode .ds-nt-season-section,
body.ds-darkmode .ds-nt-mystic-box {
  background: rgba(255,255,255,.035);
  border-color: rgba(214,188,120,.14);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}

body.ds-darkmode .ds-nt-button-light,
body.ds-darkmode .ds-nt-mystic-links a {
  color: #efe3cf;
}

body.ds-darkmode .ds-nt-mystic-links a {
  background: rgba(255,255,255,.04);
  border-color: rgba(214,188,120,.16);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {
  .ds-nt-hero {
    min-height: 720px;
    padding: 90px 0 70px;
  }

  .ds-nt-hero::after {
    right: -20px;
    width: 440px;
    height: 580px;
    opacity: .30;
  }

  .ds-nt-hero-inner {
    min-height: 560px;
  }

  .ds-nt-hero-content {
    max-width: 560px;
  }

  .ds-nt-card-grid,
  .ds-nt-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 560px) {
  .ds-nt-container,
  .ds-nt-hero-inner {
    width: min(100% - 28px, 1180px);
  }

  .ds-nt-hero {
    min-height: auto;
    padding: 82px 0 70px;
    background: #f8f3eb;
  }

  .ds-nt-hero::after {
    width: 320px;
    height: 420px;
    right: -60px;
    bottom: 180px;
    opacity: .18;
  }

  .ds-nt-hero-inner {
    min-height: auto;
  }

  .ds-nt-hero h1 {
    font-size: 39px;
  }

  .ds-nt-hero-text,
  .ds-nt-intro p,
  .ds-nt-final p {
    font-size: 17px;
  }

  .ds-nt-hero-actions {
    flex-direction: column;
  }

  .ds-nt-button {
    width: 100%;
  }

  .ds-nt-card-grid,
  .ds-nt-season-grid {
    grid-template-columns: 1fr;
  }

  .ds-nt-section {
    padding: 70px 0;
  }

  .ds-nt-mystic-box {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    text-align: center;
  }

  .ds-nt-mystic-note {
    text-align: left;
  }

  .ds-nt-mystic-links {
    justify-content: center;
  }

  .ds-nt-mystic-figure img {
    max-width: 290px;
  }

  body.ds-darkmode .ds-nt-hero {
    background: #10180f;
  }
}






/* ==================================================
   NATURWISSEN & TRADITIONEN
================================================== */

.ds-nt-page {
  background: linear-gradient(135deg, #fdfaf4 0%, #efe4d6 100%);
  color: #5f5144;
  overflow-x: hidden;
}

.ds-nt-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ==================================================
   HERO
================================================== */

.ds-nt-hero {
  position: relative;
  min-height: 760px;
  padding: 110px 0 80px;
  overflow: hidden;
  background: transparent;
}

.ds-nt-hero::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 620px;
  height: 760px;
  background: url("/wp-content/themes/astra-child/assets/img/maskottchen/naturwissen-traditionen/naturwissen-traditionen-hero-maskottchen.webp") no-repeat bottom right;
  background-size: contain;
  opacity: .42;
  pointer-events: none;
  z-index: 1;
  animation: ds-nt-float 10s ease-in-out infinite;
}

.ds-nt-hero-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.ds-nt-hero-content {
  max-width: 640px;
  position: relative;
  z-index: 3;
  animation: ds-nt-fade-in 1s ease forwards;
}

.ds-nt-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7d8d69;
}

.ds-nt-hero h1,
.ds-nt-section h2,
.ds-nt-final h2 {
  margin: 0;
  color: #5b4d40;
  line-height: 1.12;
}

.ds-nt-hero h1 {
  font-size: clamp(50px, 5vw, 84px);
  line-height: 1.08;
  max-width: 760px;
}

.ds-nt-hero-text {
  margin: 28px 0 0;
  max-width: 650px;
  font-size: 19px;
  line-height: 1.85;
  color: #746557;
}

.ds-nt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

/* ==================================================
   BUTTONS
================================================== */

.ds-nt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 36px;
  border-radius: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ds-nt-button:hover {
  transform: translateY(-2px);
}

.ds-nt-button-primary {
  background: #7e906d;
  color: #fff;
  box-shadow: 0 18px 35px rgba(75, 86, 58, .18);
}

.ds-nt-button-light {
  background: rgba(255,255,255,.55);
  color: #6a5b4d;
  border: 1px solid rgba(91,77,64,.16);
  box-shadow: 0 12px 28px rgba(91,77,64,.08);
}

/* ==================================================
   INTRO
================================================== */

.ds-nt-intro {
  padding: 80px 20px 90px;
}

.ds-nt-intro p {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 21px;
  line-height: 1.9;
  text-align: center;
  color: #6b5d50;
}

/* ==================================================
   SEKTIONEN
================================================== */

.ds-nt-section {
  padding: 90px 0;
}

.ds-nt-section-head {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.ds-nt-section-head h2,
.ds-nt-final h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.ds-nt-section-head p {
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.75;
  color: #746557;
}

/* ==================================================
   KARTEN
================================================== */

.ds-nt-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ds-nt-card {
  min-height: 245px;
  padding: 30px 26px;
  border-radius: 28px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(91,77,64,.12);
  box-shadow: 0 14px 36px rgba(91,77,64,.07);
  text-decoration: none;
  color: #5f5144;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, opacity .4s ease;
}

.ds-nt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(91,77,64,.11);
  border-color: rgba(126,144,109,.32);
}

.ds-nt-card span {
  display: block;
  font-size: 34px;
  margin-bottom: 18px;
}

.ds-nt-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #5b4d40;
}

.ds-nt-card p {
  margin: 0;
  line-height: 1.65;
  color: #746557;
}

/* ==================================================
   JAHRESZEITEN
================================================== */

.ds-nt-season-section {
  padding: 70px 50px;

  background: rgba(255,248,238,.55);

  border: 1px solid rgba(125,96,58,.10);

  border-radius: 40px;

  box-shadow:
    0 25px 60px rgba(62,43,24,.08);

  backdrop-filter: blur(8px);
}

.ds-nt-season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ds-nt-season-card {
  min-height: 150px;
  display: grid;
  place-items: center;

  padding: 24px;

  border-radius: 30px;

  background: rgba(255,255,255,.65);

  border: 1px solid rgba(91,77,64,.08);

  text-decoration: none;

  font-size: 24px;
  font-weight: 700;
  color: #5b4d40;

  box-shadow:
    0 12px 30px rgba(91,77,64,.05);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.ds-nt-season-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(91,77,64,.1);
}

/* ==================================================
   KLEINE NEBENWELT: SYMBOLIK & VOLKSKUNDE
================================================== */

.ds-nt-mystic {
  padding: 80px 0;
}

.ds-nt-mystic-box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 38px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(91,77,64,.12);
  box-shadow: 0 18px 46px rgba(91,77,64,.08);
}

.ds-nt-mystic-content {
  max-width: 680px;
}

.ds-nt-mystic-content h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  color: #5b4d40;
  line-height: 1.14;
}

.ds-nt-mystic-content p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #746557;
}

.ds-nt-mystic-note {
  padding-left: 18px;
  border-left: 3px solid rgba(126,144,109,.45);
  font-size: 16px !important;
  color: #6f6255 !important;
}

.ds-nt-mystic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ds-nt-mystic-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(126,144,109,.12);
  border: 1px solid rgba(126,144,109,.24);
  color: #5b4d40;
  font-weight: 600;
  text-decoration: none;
}

.ds-nt-mystic-links a:hover {
  background: rgba(126,144,109,.2);
}

.ds-nt-mystic-figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.ds-nt-mystic-figure img {
  width: min(100%, 360px);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(91,77,64,.16));
}

/* ==================================================
   FINALE
================================================== */

.ds-nt-final {
  padding: 100px 0 120px;
  text-align: center;
}

.ds-nt-final p {
  max-width: 820px;
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.85;
  color: #6b5d50;
}

/* ==================================================
   ANIMATION
================================================== */

.ds-nt-card,
.ds-nt-season-card {
  opacity: 0;
  transform: translateY(18px);
}

.ds-nt-card.is-visible,
.ds-nt-season-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ds-nt-float {
  0%, 100% {
    transform: translateY(0) rotateZ(-1deg);
  }

  50% {
    transform: translateY(-12px) rotateZ(1deg);
  }
}

@keyframes ds-nt-fade-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-nt-hero::after,
  .ds-nt-hero-content,
  .ds-nt-card,
  .ds-nt-season-card {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ==================================================
   DARKMODE
================================================== */

body.ds-darkmode .ds-nt-page {
  background: #10180f;
  color: #efe3cf;
}

body.ds-darkmode .ds-nt-hero {
  background: #10180f;
}

body.ds-darkmode .ds-nt-hero::after {
  opacity: .32;
}

body.ds-darkmode .ds-nt-hero h1,
body.ds-darkmode .ds-nt-section h2,
body.ds-darkmode .ds-nt-final h2,
body.ds-darkmode .ds-nt-card h3,
body.ds-darkmode .ds-nt-season-card,
body.ds-darkmode .ds-nt-mystic-content h2 {
  color: #efe3cf;
}

body.ds-darkmode .ds-nt-hero-text,
body.ds-darkmode .ds-nt-section-head p,
body.ds-darkmode .ds-nt-card p,
body.ds-darkmode .ds-nt-final p,
body.ds-darkmode .ds-nt-intro p,
body.ds-darkmode .ds-nt-mystic-content p,
body.ds-darkmode .ds-nt-mystic-note {
  color: #d8c8ad !important;
}

body.ds-darkmode .ds-nt-card,
body.ds-darkmode .ds-nt-season-card,
body.ds-darkmode .ds-nt-button-light,
body.ds-darkmode .ds-nt-mystic-box {
  background: rgba(255,255,255,.035);
  border-color: rgba(214,188,120,.14);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}


body.ds-darkmode .ds-nt-season-section,
body.ds-darkmode .ds-nt-mystic-box {
  background: rgba(255,255,255,.035);
  border-color: rgba(214,188,120,.14);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}

body.ds-darkmode .ds-nt-button-light,
body.ds-darkmode .ds-nt-mystic-links a {
  color: #efe3cf;
}

body.ds-darkmode .ds-nt-mystic-links a {
  background: rgba(255,255,255,.04);
  border-color: rgba(214,188,120,.16);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {
  .ds-nt-hero {
    min-height: 720px;
    padding: 90px 0 70px;
  }

  .ds-nt-hero::after {
    right: -20px;
    width: 440px;
    height: 580px;
    opacity: .30;
  }

  .ds-nt-hero-inner {
    min-height: 560px;
  }

  .ds-nt-hero-content {
    max-width: 560px;
  }

  .ds-nt-card-grid,
  .ds-nt-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 560px) {
  .ds-nt-container,
  .ds-nt-hero-inner {
    width: min(100% - 28px, 1180px);
  }

  .ds-nt-hero {
    min-height: auto;
    padding: 82px 0 70px;
    background: #f8f3eb;
  }

  .ds-nt-hero::after {
    width: 320px;
    height: 420px;
    right: -60px;
    bottom: 180px;
    opacity: .18;
  }

  .ds-nt-hero-inner {
    min-height: auto;
  }

  .ds-nt-hero h1 {
    font-size: 39px;
  }

  .ds-nt-hero-text,
  .ds-nt-intro p,
  .ds-nt-final p {
    font-size: 17px;
  }

  .ds-nt-hero-actions {
    flex-direction: column;
  }

  .ds-nt-button {
    width: 100%;
  }

  .ds-nt-card-grid,
  .ds-nt-season-grid {
    grid-template-columns: 1fr;
  }

  .ds-nt-section {
    padding: 70px 0;
  }

  .ds-nt-mystic-box {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    text-align: center;
  }

  .ds-nt-mystic-note {
    text-align: left;
  }

  .ds-nt-mystic-links {
    justify-content: center;
  }

  .ds-nt-mystic-figure img {
    max-width: 290px;
  }

  body.ds-darkmode .ds-nt-hero {
    background: #10180f;
  }
}







