* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "PPEditorialNew";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/PPEditorialNew/PPEditorialNew-Regular.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-300.woff2") format("woff2");
  font-display: swap;
}

.sidebar {
  position: fixed;
  z-index: 1000;
  left: 0;
  width: clamp(300px, 15vw, 420px);
  border-right: 1px solid #4d4d4d;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  background-color: #fbfbfb;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.2rem;
}

.logo-wrapper img {
  width: 240px;
  height: auto;
}

.main-navigation {
  margin-top: 3rem;
}

.main-navigation ul {
  padding: 0;
}

.main-navigation ul li {
  list-style: none;
}

.main-link {
  color: #4d4d4d;
  font-weight: 200;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.current-page {
  text-decoration: 1px #cca152 underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.has-submenu {
  position: relative;
  overflow: hidden;
}

.submenu {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: max-height 0.3s ease;
}

.submenu {
  padding-left: 1rem !important;
}

.submenu a {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 200;
  color: #7a7a7a;
  text-decoration: none;
}

.sidebar-footer {
  position: absolute;
  bottom: 1rem;
  background-color: #fbfbfb;
}

.sidebar-footer {
  margin-top: auto;
  padding: 1rem 0;
  background-color: #fbfbfb;
}

.language-switch {
  position: relative;
  width: max-content;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 2px;
  border: 1px solid hsl(0 0% 82%);
  background-color: #fbfbfb;
  box-shadow: 0 1px 2px hsl(0 0% 0% / 0.05);
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.12s ease;
}

.lang-trigger:hover {
  box-shadow: 0 4px 14px hsl(0 0% 0% / 0.1);
}

.lang-trigger:active {
  transform: translateY(1px);
}

.chev {
  transition: transform 0.18s ease;
}

.lang-list {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.4rem);
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  min-width: 180px;
  z-index: 50;
  border: 1px solid hsl(0 0% 82%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 10px 30px hsl(0 0% 0% / 0.12);
  transform-origin: bottom left;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.lang-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.6rem;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}

.text {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.lang-label {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1rem;
}

.lang-list li:hover,
.lang-list li:focus {
  background: hsl(210 16% 96%);
}

.lang-list li[aria-selected="true"] {
  background: hsl(210 16% 94%);
}

.language-switch[data-open="true"] .lang-list {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.language-switch[data-open="true"] .chev {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .lang-list,
  .chev,
  .lang-trigger {
    transition: none;
  }
}

.mobile-header {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #fbfbfb;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-mobile img {
  filter: invert(100%);
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.5rem;
  font-weight: 100;
  text-decoration: none;
  padding: 0.7rem 0;
  color: #4d4d4d;
}

.menu-links img {
  width: 12px;
}

.menu-mobile > .menu-links {
  position: static;
  width: max-content;
  margin-block-start: 15vh;
  margin-inline-start: 1.4rem;
  margin-inline-end: auto;
}

.menu-bottom {
  position: static;
  width: max-content;
  margin-block-start: 0.5rem;
  margin-inline-start: 1.4rem;
  margin-inline-end: auto;
}

.menu-mobile > .menu-bottom .lang-list {
  top: calc(100% + 0.4rem);
  bottom: auto;
  transform-origin: top left;
}

html[dir="rtl"] .menu-mobile > .menu-bottom .lang-list {
  right: 0;
  left: auto;
  transform-origin: top right;
}

.vertical-bar {
  color: #4d4d4d;
}

.menu-bottom a {
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  color: #4d4d4d;
}

.menu-mobile-page {
  background-color: #fbfbfb;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.menu-mobile-page-closing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 1.4rem;
  width: 100%;
  position: absolute;
  top: 0;
}

.page-body {
  margin-left: clamp(300px, 15vw, 420px);
  width: calc(100% - clamp(300px, 15vw, 420px));
  width: max(0px, calc(100% - clamp(300px, 15vw, 420px)));
  position: relative;
}

main {
  width: 100%;
  position: relative;
}

.quick-links-wrapper {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
}

.quick-links-wrapper a,
.quick-links-wrapper p {
  color: #fffdf6;
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
  cursor: pointer;
}

.quick-links-wrapper a:hover {
  color: #cca152;
  text-decoration: underline;
}

.hero-img-wrapper {
  width: 100%;
  height: 80vh;
  top: 0;
}

.hero-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

.schleicher-img {
  object-position: top;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

h1 {
  color: #fffdf6;
  font-family: "PPEditorialNew", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
}

.hero-text p {
  color: #fffdf6;
  font-weight: 200;
  font-size: 1.2rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.hero-btn button {
  background-color: #cca152;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  padding: 0.8rem 1rem;
  color: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero-link {
  display: flex;
  align-items: center;
  gap: 3px;
}

.hero-link a {
  color: #fffdf6;
  font-weight: 100;
  font-size: 1.1rem;
  text-decoration: none;
}

.about-section {
  margin: 4rem 6rem;
}

.about-section h2 {
  color: #cca152;
  font-size: 1.8rem;
  font-weight: 100;
  width: 60%;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.25rem;
}

.news-wrapper > a {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(77, 77, 77, 0.13);
  background: #fbfbfb;
  box-shadow: 0 10px 30px rgba(60, 61, 55, 0.06);
  color: #3c3d37;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.news-wrapper > a:focus-visible {
  outline: 3px solid #6f542b;
  outline-offset: 4px;
}

.news-item {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.news-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  background: #e7e1d9;
}

.news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: transform 0.45s ease;
}

.news-title {
  position: static;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.news-title::before {
  margin-bottom: 0.7rem;
  color: #6f542b;
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-wrapper--allergien .news-title::before {
  content: "Allergien";
}

.news-wrapper--immunsystem .news-title::before {
  content: "Immunsystem";
}

.news-wrapper--naturheilkunde .news-title::before {
  content: "Naturheilkunde";
}

.news-wrapper--burnout .news-title::before {
  content: "Depression & Burn-out";
}

.news-wrapper--haemochromatose .news-title::before {
  content: "Hämochromatose";
}

.news-wrapper--kinderwunsch .news-title::before {
  content: "Kinderwunsch";
}

.news-title h3 {
  display: block;
  width: 100%;
  margin: 0 0 1.6rem;
  color: #3c3d37;
  font-family: "PPEditorialNew", sans-serif;
  font-size: clamp(1.3rem, 1.55vw, 1.6rem);
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.news-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
  color: #6f542b;
  font-size: 0.95rem;
  font-weight: 200;
  line-height: 1.2;
  white-space: nowrap;
}

.news-cta img {
  display: block;
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .news-wrapper > a:hover {
    transform: translateY(-4px);
    border-color: rgba(154, 115, 54, 0.35);
    box-shadow: 0 18px 40px rgba(60, 61, 55, 0.12);
  }

  .news-wrapper > a:hover .news-img img {
    transform: scale(1.035);
  }

  .news-wrapper > a:hover .news-cta img {
    transform: translateX(0.3rem);
  }
}

.news-wrapper > a:focus-visible .news-cta img {
  transform: translateX(0.3rem);
}

html[dir="rtl"] .news-cta img {
  transform: rotate(180deg);
}

html[dir="rtl"] .news-wrapper > a:hover .news-cta img,
html[dir="rtl"] .news-wrapper > a:focus-visible .news-cta img {
  transform: translateX(-0.3rem) rotate(180deg);
}

.eisenmangel-img {
  object-position: 100% 50%;
}

.blog-space {
  margin-top: 4rem;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hero-text {
    width: 90%;
  }
}

.page-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 4rem;
}

.page-navigation a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 200;
}

.page-count {
  background-color: #cca152;
  color: #fffdf6 !important;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

footer {
  background-color: #3c3d37;
  padding: 4rem 6rem 0.8rem 6rem;
}

.logo-footer {
  width: 180px;
  height: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-top p {
  color: #fffdf6;
  font-weight: 100;
  font-size: 1rem;
}

.footer-newsletter {
  max-width: 520px;
  padding: 0;
  background: transparent;
  color: #fff;
}

.footer-newsletter__text {
  margin: 0 0 0.8rem;
}

.footer-newsletter__text h3 {
  margin: 0 0 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fffdf6;
  font-size: 1.4rem;
}

.footer-newsletter__text p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 0.92rem;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: #fffdf6;
}

.footer-newsletter .layout_form {
  margin: 0;
}

.footer-newsletter .cr_body {
  padding: 0;
  background: none;
}

.footer-newsletter .editable_content {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-newsletter .cr_form-component {
  margin: 0;
}

.footer-newsletter .cr_form-component--email {
  flex: 1 1 420px;
  min-width: 340px;
}

.footer-newsletter .submit_container {
  flex: 0 0 auto;
}

.footer-newsletter .cr_form-inputgroup {
  position: relative;
}

.footer-newsletter label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.footer-newsletter .cr_form-input,
.footer-newsletter .cr_button {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.15px;
  font-weight: 200;
}

.footer-newsletter .cr_form-input {
  width: 100%;
  height: 44px;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(234, 228, 221, 0.92);
  color: rgba(18, 18, 18, 0.92);
  font-size: 1rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
}

.footer-newsletter .cr_form-input::placeholder {
  color: rgba(18, 18, 18, 0.48);
  font-weight: 400;
}

.footer-newsletter .cr_form-input:focus {
  outline: none;
  border-color: rgba(210, 170, 100, 0.65);
}

.footer-newsletter .cr_button {
  height: 44px;
  padding: 0 1.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
  cursor: pointer;
  white-space: nowrap;
}

.footer-newsletter .cr_button:hover {
  border-color: rgba(210, 170, 100, 0.75);
  color: rgba(255, 255, 255, 0.98);
}

.footer-newsletter .cr_button:focus-visible {
  outline: none;
  border-color: rgba(210, 170, 100, 0.85);
}

@media (max-width: 560px) {
  .footer-newsletter .editable_content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .footer-newsletter .cr_form-component--email {
    min-width: 0;
    flex: 1 1 auto;
  }

  .footer-newsletter .cr_button {
    width: 100%;
  }
}

.footer-social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.footer-social-icons img {
  width: 40px;
  cursor: pointer;
}

.footer-line {
  margin-top: 2rem;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
}

.footer-layout h3 {
  font-weight: 300;
  color: #fffdf6;
  font-size: 1.4rem;
}

.contact-item-footer {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-layout ul {
  padding: 0;
}

.footer-layout ul li {
  list-style: none;
}

.footer-layout a {
  color: #fffdf6;
  font-weight: 100;
  text-decoration: none;
  line-height: 1.6rem;
}

.location-item-footer {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.location-item-footer img {
  margin-top: 3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #fffdf6;
  font-weight: 100;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.credits {
  color: #fffdf6;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
  .quick-links-wrapper {
    display: none;
  }
  .mobile-header {
    display: flex !important;
  }
  .mobile-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .logo-mobile {
    width: 120px;
  }
  .page-body {
    width: 100%;
    margin-left: 0;
  }
  .hero-text {
    width: 95%;
  }
  .hero-img-wrapper {
    height: 85vh;
  }
  .hero-img-wrapper img {
    object-position: 60%;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .about-section {
    margin: 4rem 1rem;
  }
  .about-section h2 {
    width: 100%;
    font-size: 1.6rem;
  }
  .about-section h3 {
    width: 100%;
  }
  .news-wrapper {
    grid-template-columns: 1fr;
  }
  .news-item {
    height: auto;
  }
  .news-img {
    aspect-ratio: 16 / 8;
  }
  .news-title h3 {
    font-size: 1.45rem;
  }
  footer {
    padding: 4rem 1rem 0.8rem 1rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-social-icons {
    justify-content: flex-start;
    gap: 0.8rem;
  }
  .footer-layout,
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .quick-links-wrapper {
    display: none;
  }
  .mobile-header {
    display: flex !important;
  }
  .mobile-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .logo-mobile {
    width: 120px;
  }
  .page-body {
    width: 100%;
    margin-left: 0;
  }
  .hero-text {
    width: 95%;
  }
  .hero-img-wrapper {
    height: 85vh;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .about-section {
    margin: 4rem 1rem;
  }
  .about-section h2 {
    width: 100%;
    font-size: 1.6rem;
  }
  .about-section h3 {
    width: 100%;
  }
  .news-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-item {
    height: auto;
  }
  footer {
    padding: 4rem 1rem 0.8rem 1rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-social-icons {
    justify-content: flex-start;
    gap: 0.8rem;
  }
  .footer-layout,
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom {
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hero-text {
    width: 80%;
  }

  .about-section {
    margin: 6rem 2rem;
  }
  footer {
    padding: 4rem 2rem 0.8rem 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-wrapper > a,
  .news-img img,
  .news-cta img {
    transition: none;
  }

  .news-wrapper > a:hover,
  .news-wrapper > a:hover .news-img img,
  .news-wrapper > a:hover .news-cta img,
  .news-wrapper > a:focus-visible .news-cta img {
    transform: none;
  }

  html[dir="rtl"] .news-wrapper > a:hover .news-cta img,
  html[dir="rtl"] .news-wrapper > a:focus-visible .news-cta img {
    transform: rotate(180deg);
  }
}

/* Redaktioneller Einstieg der mehrsprachigen Neuigkeiten-Übersichten */

.news-index {
  overflow: hidden;
}

.news-index--secondary .news-index__intro {
  padding-bottom: 5.5rem;
}

.news-index--secondary .news-index__header {
  margin-top: clamp(2.25rem, 4vw, 4rem);
}

.news-index--secondary .about-section {
  margin-top: 4.5rem;
}

.news-index__intro {
  padding: 3rem 6rem 12rem;
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
  background:
    radial-gradient(
      circle at 90% 16%,
      rgba(204, 161, 82, 0.18),
      transparent 28rem
    ),
    linear-gradient(135deg, #f9f6f0 0%, #eee6da 100%);
}

.news-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #6a6a64;
  font-size: 0.92rem;
  font-weight: 200;
}

.news-breadcrumb a {
  color: #5a5a55;
  text-decoration: none;
  text-underline-offset: 0.25rem;
}

.news-breadcrumb a:hover {
  color: #6f542b;
  text-decoration: underline;
}

.news-breadcrumb a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #6f542b;
  outline-offset: 4px;
}

.news-index__header {
  max-width: 780px;
  margin-top: clamp(3rem, 6vw, 6rem);
}

.news-index__eyebrow,
.article-index-header__eyebrow {
  margin: 0 0 0.8rem;
  color: #6f542b;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-index__header h1 {
  max-width: 760px;
  margin: 0;
  color: #3c3d37;
  font-family: "PPEditorialNew", sans-serif;
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.news-index__lead {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: #5c5c57;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.65;
}

.featured-section {
  position: relative;
  z-index: 1;
  margin: -8.5rem 6rem 0;
}

.featured-article {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(77, 77, 77, 0.14);
  border-radius: 3px;
  background: #fbfbfb;
  box-shadow: 0 24px 70px rgba(60, 61, 55, 0.13);
  color: #3c3d37;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.featured-article:focus-visible {
  outline: 3px solid #6f542b;
  outline-offset: 5px;
}

.featured-article__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #e7e1d9;
}

.featured-article__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transition: transform 0.55s ease;
}

.featured-article__badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(111, 84, 43, 0.14);
  border-radius: 999px;
  background: rgba(251, 251, 251, 0.94);
  box-shadow: 0 8px 24px rgba(60, 61, 55, 0.12);
  color: #6f542b;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.featured-article__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 3.25vw, 3.25rem);
  background: linear-gradient(145deg, #fbfbfb 0%, #f5f0e8 100%);
}

.featured-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: #6f542b;
  font-size: 0.74rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.featured-article__meta > * {
  display: inline-flex;
  align-items: center;
}

.featured-article__meta > * + *::before {
  width: 3px;
  height: 3px;
  margin-right: 1rem;
  border-radius: 50%;
  background: rgba(111, 84, 43, 0.58);
  content: "";
}

.featured-article__content h2 {
  margin: 1.25rem 0 1rem;
  color: #3c3d37;
  font-family: "PPEditorialNew", sans-serif;
  font-size: clamp(1.7rem, 2.05vw, 2.4rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.018em;
  overflow-wrap: break-word;
  hyphens: manual;
}

.featured-article__summary {
  max-width: 42rem;
  margin: 0;
  color: #595954;
  font-size: 1.02rem;
  font-weight: 200;
  line-height: 1.65;
}

.featured-article__footer {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 2rem;
  color: #686862;
  font-size: 0.94rem;
  font-weight: 200;
}

.featured-article__author {
  display: block;
}

.featured-article__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(111, 84, 43, 0.45);
  color: #6f542b;
  font-size: 1rem;
}

.featured-article__link img {
  display: block;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .featured-article:hover {
    transform: translateY(-4px);
    border-color: rgba(154, 115, 54, 0.38);
    box-shadow: 0 30px 80px rgba(60, 61, 55, 0.17);
  }

  .featured-article:hover .featured-article__media img {
    transform: scale(1.025);
  }

.featured-article:hover .featured-article__link img {
    transform: translateX(0.3rem) rotate(180deg);
  }
}

.article-index-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(77, 77, 77, 0.14);
}

.article-index-header > div {
  max-width: 620px;
}

.about-section .article-index-header h2 {
  width: auto;
  margin: 0;
  color: #3c3d37;
  font-family: "PPEditorialNew", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.018em;
}

.article-index-header__lead {
  max-width: 560px;
  margin: 1rem 0 0;
  color: #64645f;
  font-size: 1.02rem;
  font-weight: 200;
  line-height: 1.6;
}

.topic-navigation {
  display: flex;
  max-width: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
}

.topic-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(111, 84, 43, 0.3);
  border-radius: 999px;
  background: #fbfbfb;
  color: #5d4827;
  font-size: 0.9rem;
  font-weight: 200;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.topic-navigation a:hover {
  border-color: #6f542b;
  background: #f3efe9;
}

.topic-navigation a:focus-visible {
  outline: 3px solid #6f542b;
  outline-offset: 3px;
}

.about-section .article-category-title {
  width: min(100%, 780px);
  margin: 4.5rem 0 1.5rem;
  color: #6f542b;
  font-family: "PPEditorialNew", sans-serif;
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
  font-weight: 400;
  line-height: 1.18;
  scroll-margin-top: 7rem;
}

.page-navigation--editorial {
  display: block;
  width: min(100%, 780px);
  margin: 5rem auto 0;
}

.page-navigation--editorial .page-navigation__eyebrow {
  margin: 0 0 0.7rem;
  color: #6f542b;
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-navigation--editorial .page-navigation__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.2rem 1.5rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(111, 84, 43, 0.23);
  border-radius: 3px;
  background: #f7f3ea;
  color: #3c3d37;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.page-navigation--editorial .page-navigation__title,
.page-navigation--editorial .page-navigation__copy {
  display: block;
  min-width: 0;
}

.page-navigation--editorial .page-navigation__title {
  color: #3c3d37;
  font-family: "PPEditorialNew", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-navigation--editorial .page-navigation__copy {
  color: #686862;
  font-size: 0.96rem;
  font-weight: 200;
  line-height: 1.5;
}

.page-navigation--editorial .page-navigation__link img {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: block;
  transition: transform 0.25s ease;
}

.page-navigation--next .page-navigation__link img {
  transform: rotate(180deg);
}

.page-navigation--editorial .page-navigation__link:hover {
  border-color: rgba(111, 84, 43, 0.55);
  background: #fbfbfb;
  box-shadow: 0 10px 28px rgba(60, 61, 55, 0.08);
}

.page-navigation--next .page-navigation__link:hover img {
  transform: translateX(0.3rem) rotate(180deg);
}

.page-navigation--previous .page-navigation__link:hover img {
  transform: translateX(-0.3rem);
}

.page-navigation--editorial .page-navigation__link:focus-visible {
  outline: 3px solid #6f542b;
  outline-offset: 4px;
}

.article-index-header + .article-category-title {
  margin-top: 0;
}

html[dir="rtl"] .featured-article__badge {
  right: 1.25rem;
  left: auto;
}

html[dir="rtl"] .featured-article__meta > * + *::before {
  margin-right: 0;
  margin-left: 1rem;
}

html[dir="rtl"] .featured-article__link img,
html[dir="rtl"] .page-navigation--next .page-navigation__link img {
  transform: none;
}

html[dir="rtl"] .page-navigation--previous .page-navigation__link img {
  transform: rotate(180deg);
}

@media (hover: hover) {
  html[dir="rtl"] .featured-article:hover .featured-article__link img,
  html[dir="rtl"] .page-navigation--next .page-navigation__link:hover img {
    transform: translateX(-0.3rem);
  }

  html[dir="rtl"] .page-navigation--previous .page-navigation__link:hover img {
    transform: translateX(0.3rem) rotate(180deg);
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .news-index__intro {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .featured-section {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media (max-width: 1199px) {
  .news-index__intro {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .featured-section {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .featured-article__content {
    padding: 2rem;
  }

  .article-index-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .topic-navigation {
    max-width: none;
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .news-index__intro {
    padding-top: 7rem;
  }

  .news-index--secondary .news-index__intro {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 900px) {
  .featured-article {
    grid-template-columns: 1fr;
  }

  .featured-article__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .featured-article__content h2 {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
  }
}

@media (max-width: 600px) {
  .news-index__intro {
    padding: 6.25rem 1rem 6.5rem;
  }

  .news-index--secondary .news-index__intro {
    padding-bottom: 4rem;
  }

  .news-index__header {
    margin-top: 2.5rem;
  }

  .news-index__header h1 {
    font-size: clamp(2.1rem, 10vw, 2.75rem);
  }

  .news-index__lead {
    font-size: 1rem;
  }

  .featured-section {
    margin: -4rem 1rem 0;
  }

  .featured-article__media {
    aspect-ratio: 4 / 3;
  }

  .featured-article__badge {
    top: 0.85rem;
    left: 0.85rem;
  }

  html[dir="rtl"] .featured-article__badge {
    right: 0.85rem;
    left: auto;
  }

  .featured-article__content {
    padding: 1.45rem;
  }

  .featured-article__meta {
    gap: 0.45rem 0.75rem;
    font-size: 0.7rem;
  }

  .featured-article__meta > * + *::before {
    margin-right: 0.75rem;
  }

  .featured-article__content h2 {
    margin-top: 1rem;
    font-size: clamp(1.65rem, 7.5vw, 2rem);
  }

  .featured-article__footer {
    padding-top: 1.6rem;
  }

  .article-index-header {
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .about-section .article-index-header h2 {
    font-size: 2rem;
  }

  .topic-navigation {
    width: 100%;
  }

  .topic-navigation a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .about-section .article-category-title {
    margin-top: 3.5rem;
    font-size: 1.65rem;
  }

  .page-navigation--editorial {
    width: 100%;
    margin-top: 4rem;
  }

  .page-navigation--editorial .page-navigation__link {
    gap: 0.2rem 1rem;
    padding: 1.2rem;
  }

  .page-navigation--editorial .page-navigation__title {
    font-size: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-article,
  .featured-article__media img,
  .featured-article__link img,
  .page-navigation--editorial .page-navigation__link img,
  .topic-navigation a {
    transition: none;
  }

  .featured-article:hover,
  .featured-article:hover .featured-article__media img,
  .page-navigation--previous .page-navigation__link:hover img {
    transform: none;
  }

  .featured-article:hover .featured-article__link img,
  .page-navigation--next .page-navigation__link:hover img {
    transform: rotate(180deg);
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .news-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
