
footer .footer-links {
  gap: 1.5rem;
}

footer .footer-link-item {
  min-width: 0;
  gap: 0.3rem;
}

footer .footer-link-item a,
footer .footer-link-item .adress-link {
  color: #faf3e1;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1rem;

  text-decoration: none;
  overflow-wrap: anywhere;
  padding-block: 0.15rem;
}

footer .footer-link-item a {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: fit-content;
  max-width: 100%;
}

footer .footer-link-item a > img,
footer .footer-link-item .adress-link > img {
  flex: 0 0 5px;
  width: 5px;
  height: 9px;
  margin-top: 0.45rem;
}

footer .footer-link-item .adress-link {
  display: block;
  position: relative;
  padding-left: calc(5px + 0.5rem);
}

footer .footer-link-item .adress-link > img {
  position: absolute;
  left: 0;
}

footer .footer-link-item a:hover,
footer .footer-link-item a:focus-visible,
footer .credits:hover,
footer .credits:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

footer a:focus-visible {
  outline: 2px solid #faf3e1;
  outline-offset: 4px;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  footer .footer-links {
    width: 100%;
  }
}


* {
  box-sizing: border-box;
}

body {
  background-color: #faf3e1;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}


.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 10000;
  padding: 0.8rem 1rem;
  background-color: #faf3e1;
  color: #2c2a2a;
}

.skip-link:focus {
  top: 1rem;
}
.eapps-instagram-feed-content-loader {
  color: #fcf7eb !important;
}

.site-wrapper {
  background-color: #faf3e1;
}

@font-face {
  font-family: "PPFrama";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/PPFrama/PPFrama-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PPEditorialOld";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/PPEditorialOld/PPEditorialOld-Italic.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Roboto/roboto-medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-light.woff2") format("woff2");
  font-display: swap;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 200;
  transition:
    background 0.3s ease-in-out,
    top 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop__nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-desktop__brand,
.header-desktop__links {
  position: relative;
  z-index: 5;
}

.header-desktop__brand a {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header-desktop__logo {
  display: block;
  width: 145px;
  height: auto;
  transition: opacity 0.28s ease;
}

.header-desktop__logo--light {
  opacity: 1;
}

.header-desktop__logo--dark {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.header-desktop__links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.header-desktop__item {
  position: relative;
}

.header-desktop__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.header-desktop__link-text,
.nav-link {
  color: #fcf7eb;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-desktop__chevron,
.header-desktop__lang-chevron {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  transition:
    transform 0.35s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}

.header-desktop__item.is-active .header-desktop__chevron {
  transform: rotate(180deg);
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-desktop__mega {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-desktop__mega-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  background: rgba(243, 238, 227, 0.985);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
  clip-path: inset(0 0 100% 0);
  z-index: 2;
}

.header-desktop__mega-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 9.6rem 2.6rem 3.4rem 2.6rem;
}

.header-desktop__mega-content {
  display: none;
}

.header-desktop__mega-content.is-active {
  display: block;
}

.header-desktop__mega-layout {
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(360px, 520px);
  justify-content: space-between;
  align-items: start;
  gap: 4rem;
}

.header-desktop__mega-main,
.header-desktop__mega-card-body {
  display: flex;
  flex-direction: column;
}

.header-desktop__mega-label {
  margin: 0 0 1.4rem 0;
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
  
  color: rgba(44, 42, 42, 0.46);
}

.header-desktop__mega-linkline {
  overflow: hidden;
  width: fit-content;
  margin-bottom: 0.95rem;
}

.header-desktop__mega-linkline a {
  display: inline-block;
  text-decoration: none;
  color: #2c2a2a;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  
  letter-spacing: -0.02em;
}

.header-desktop__mega-linkline a span {
  display: inline-block;
  will-change: transform, opacity;
}

.header-desktop__mega-card {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 500px;
}

.header-desktop__mega-card-image-wrap {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.header-desktop__mega-card-image {
  width: 100%;
  aspect-ratio: 1.4 / 1;
}

.header-desktop__mega-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.header-desktop__mega-card:hover .header-desktop__mega-card-image img {
  transform: scale(1.03);
}

.header-desktop__mega-card-title {
  margin: 0 0 0.8rem 0;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 1.95rem;
  
  letter-spacing: -0.02em;
  color: #2c2a2a;
}

.header-desktop__mega-card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.12rem;
  
  color: #5f5955;
  max-width: 30rem;
}

.header-desktop__mega-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(25, 22, 20, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: default;
}

.header-desktop__mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-desktop--mega-open .header-desktop__logo--light {
  opacity: 0;
}

.header-desktop--mega-open .header-desktop__logo--dark {
  opacity: 1;
}

.header-desktop--mega-open .header-desktop__link-text,
.header-desktop--mega-open .nav-link {
  color: #2c2a2a;
}

.header-desktop--mega-open .header-desktop__chevron,
.header-desktop--mega-open .header-desktop__lang-chevron {
  filter: brightness(0) saturate(100%) invert(12%) sepia(4%) saturate(926%)
    hue-rotate(314deg) brightness(93%) contrast(91%);
}

@media (max-width: 1200px) {
  .header-desktop__mega-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .header-desktop__mega-card {
    max-width: 680px;
  }

  .header-desktop__mega-linkline a {
    font-size: 1.7rem;
  }
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  padding: 1rem 1rem;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.82) 100%
  );
}

.mobile-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-header__brand a,
.menu-mobile__brand a {
  display: inline-flex;
  align-items: center;
}

.mobile-header__logo,
.menu-mobile__logo {
  display: block;
  width: 100px;
  height: auto;
}

.mobile-header__menu-button {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(-14px);
}

.mobile-header__menu-line {
  width: 25px;
  height: 1px;
  background: #fcf7eb;
  margin-bottom: 5px;
  display: block;
}

.mobile-header__menu-line--small {
  width: 20px;
  margin-bottom: 0;
}

.menu-mobile {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: #1e201e;
  z-index: 140;
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
}

.menu-mobile__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.1rem 1.2rem 1.1rem 1.2rem;
}

.menu-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-mobile__close {
  background: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-mobile__close img {
  width: 20px;
  height: 20px;
  display: block;
}

.menu-mobile__content {
  flex: 1;
  overflow-y: auto;
  padding: 3.2rem 0 2rem 0;
}

.menu-mobile__nav {
  display: flex;
  flex-direction: column;
}

.menu-mobile__group {
  border-bottom: 1px solid rgba(252, 247, 235, 0.14);
}

.menu-mobile__trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fcf7eb;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  
  text-align: left;
}

.menu-mobile__trigger img {
  width: 0.95rem;
  height: 0.95rem;
  object-fit: contain;
  transition: transform 0.32s ease;
}

.menu-mobile__group.is-open .menu-mobile__trigger img {
  transform: rotate(180deg);
}

.menu-mobile__panel {
  height: 0;
  overflow: hidden;
}

.menu-mobile__panel-inner {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
}

.menu-mobile__panel-inner a {
  width: fit-content;
  text-decoration: none;
  color: rgba(252, 247, 235, 0.82);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  
  padding: 0.45rem 0 0.45rem 0.1rem;
}

.menu-mobile__direct-link,
.menu-mobile__cta-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(252, 247, 235, 0.14);
}

.menu-mobile__direct-link {
  color: #fcf7eb;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  
  padding: 1rem 0;
}

.menu-mobile__cta-link {
  width: fit-content;
  margin-top: 1.4rem;
  border-bottom: 0;
  border-radius: 999px;
  background: #c6351f;
  color: #fcf7eb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  
  padding: 0.95rem 1.3rem;
}

.menu-mobile__bottom {
  padding-top: 1rem;
}

.menu-mobile__divider {
  display: block;
  width: 100%;
  height: 2px;
}

.menu-mobile__divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.menu-mobile__language-switch {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fcf7eb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  
  padding-top: 1rem;
}

.menu-mobile__language-link {
  text-decoration: none;
  color: #fcf7eb;
}

@media (max-width: 1024px) {
  .mobile-header {
    display: block;
  }

  .header-desktop {
    display: none;
  }
}

.hero {
  height: 75vh;
  width: 100%;
  position: relative;
}


.hero--text {
  background-color: #61523e;
}
.hero-gradient {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 12.98%,
    rgba(89, 87, 87, 0.25) 50.48%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.hero-img {
  width: 100%;
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-navigation {
  position: absolute;
  z-index: 3;
  top: 8rem;
  left: 8rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.hero-navigation a,
.hero-navigation span {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.98rem;
  
  color: #faf3e1;
  text-decoration: none;
}

.hero-navigation a:hover {
  opacity: 0.75;
}

.hero-text {
  position: absolute;
  z-index: 3;
  bottom: 4rem;
  left: 8rem;
  right: 8rem;
}

.kicker {
  font-family: "PPEditorialOld", serif !important;
  font-weight: 300;
  font-style: italic;
  color: #faf3e1;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

h1 {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  color: #faf3e1;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.hero-text p:not(.kicker) {
  font-family: "Roboto", sans-serif;
  color: #faf3e1;
  font-weight: 200;
  font-size: 1.2rem;
  
  margin-bottom: 1.8rem;
}

.blog-info {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #faf3e160;
}

.blog-info p {
  margin: 0;
  font-weight: 200;
  font-size: 1rem;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.main-cta {
  background-color: #aa2b1d;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-cta:hover {
  transform: translateY(-2px);
  background-color: #faf3e1;
  color: #aa2b1d;
}

.secondary-cta {
  background-color: transparent;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  border: 1px solid #faf3e1;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta:hover {
  transform: translateY(-2px);
}

.main-cta-dark {
  background-color: #aa2b1d;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-cta-dark:hover {
  transform: translateY(-2px);
  background-color: #2c2a2a;
  color: #faf3e1;
}

.service-content {
  padding: 6rem 8rem;
  background-color: #faf3e1;
}

.service-intro-grid,
.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 4rem;
  align-items: start;
}

.service-intro-grid > div,
.service-content-grid > div {
  min-width: 0;
}

.service-intro-grid {
  padding-bottom: 4rem;
}

.service-content-grid {
  padding: 4rem 0;
  border-top: 1px solid rgba(44, 42, 42, 0.16);
}

.service-content h2 {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  color: #2c2a2a;
  font-size: 2rem;

  margin: 0;
}

.service-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;

  color: #2c2a2a;
  margin: 0;
}

.service-content .section-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  font-family: "PPEditorialOld", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.1rem;
  color: #aa2b1d;
}

.section-kicker span {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background-color: #aa2b1d;
  display: inline-block;
  margin-top: -4px;
}

.service-content-grid > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.secondary-cta-dark {
  display: inline-flex;
  max-width: 100%;
  background-color: transparent;
  color: #2c2a2a;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  border: 1px solid #2c2a2a;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta-dark:hover {
  transform: translateY(-2px);
}

.secondary-cta-dark:focus-visible,
.article-preview:focus-visible {
  outline: 2px solid #aa2b1d;
  outline-offset: 4px;
}

@media (max-width: 1520px) {
  .service-content {
    padding: 6rem 4rem;
  }
}

@media (max-width: 1024px) {
  .service-content {
    padding: 4rem 2rem;
  }

  .service-intro-grid,
  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .service-content {
    padding: 4rem 1rem;
  }

  .service-content h2 {
    font-size: 1.7rem;

  }

  .service-content-grid {
    padding: 3rem 0;
  }
}

.article-preview {
  display: block;
  width: 100%;
  max-width: 36rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 14px;
}

.article-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-section {
  padding: 6rem clamp(1rem, 6vw, 8rem);
}

.blog-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.25rem, 2vw, 2.5rem);
  width: 100%;
  margin: 0;
}

.blog-intro + .blog-layout {
  margin-top: 2.25rem;
}

.blog-item {
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(97, 82, 62, 0.16);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 10px 32px rgba(54, 42, 31, 0.07);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease;
}

.blog-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-item:hover {
  transform: translateY(-4px);
  border-color: rgba(170, 43, 29, 0.28);
  box-shadow: 0 20px 48px rgba(54, 42, 31, 0.11);
}

.blog-item > a:focus-visible {
  outline: 2px solid #aa2b1d;
  outline-offset: -3px;
  border-radius: 14px;
}

.blog-stats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.35rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
}

.blog-stats .category-item {
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background-color: rgba(44, 42, 42, 0.52);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.blog-stats p {
  margin: 0;
  color: #faf3e1;
  font-size: 0.78rem;
  font-weight: 300;

}

.blog-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #eadfce;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-item:hover .blog-img img {
  transform: scale(1.025);
}

.blog-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.2rem, 1.5vw, 1.6rem);
}

.blog-text h3 {
  color: #2c2a2a;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);

  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
  line-height: 1.18;
}

.blog-text p {
  color: rgba(44, 42, 42, 0.7);
  font-weight: 300;
  font-size: 1rem;

  margin: 0 0 1.5rem;
}

.blog-item .main-cta-dark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin-top: auto;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(97, 82, 62, 0.18);
  border-radius: 0;
  background: transparent;
  color: #aa2b1d;
  box-shadow: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.blog-item .main-cta-dark::after {
  content: "";
  background-image: url("/assets/icons/arrow-right-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 14px;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  border: 1px solid rgba(170, 43, 29, 0.55);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;

  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.blog-item:hover .main-cta-dark::after {
  transform: translate(2px, -2px);
  border-color: #aa2b1d;
  background-color: #aa2b1d;
  color: #faf3e1;
}

.blog-item .main-cta-dark:hover {
  transform: none;
  background: transparent;
  color: #aa2b1d;
}

footer {
  background-color: #61523e;
  min-height: 10vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 2rem 8rem 0rem 8rem;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.newsletter-wrapper {
  width: 35%;
}

.footer-links {
  width: 65%;
}

.newsletter-wrapper h3 {
  color: #faf3e1;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  
  margin-bottom: 0;
  line-height: 1.9rem;
}

.newsletter-wrapper p {
  font-weight: 200;
  color: #faf3e1;
  font-size: 1.2rem;
}

.newsletter-form-visual {
  width: 100%;
  max-width: 650px;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid rgba(190, 178, 161, 0.75);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.6rem;
}

.newsletter-form-visual span {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.05rem;
  
  color: #beb2a1;
}

.newsletter-form-visual img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-link-item {
  display: flex;
  flex-direction: column;
}

.footer-link-item h4 {
  font-weight: 500;
  font-family: "PPFrama", sans-serif;
  color: #faf3e1;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.footer-link-item a {
  color: #faf3e1;
  font-weight: 200;
  font-size: 1rem;
  
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.adress-link {
  align-items: flex-start !important;
}

.adress-link img {
  margin-top: 7px;
}

.footer-title {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.footer-title h2 {
  color: #4e422e;
  font-size: 8rem;
  font-family: "PPEditorialOld", serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.footer-bottom p {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  margin: 0;
}

.credits:hover {
  color: #aa2b1d;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-navigation {
    display: none;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    bottom: 10%;
  }
  h1 {
    width: 100%;
}
  .hero-img img {
    object-position: 75% 50%;
  }
  .hero-text p:not(.kicker) {
    width: 100%;
    max-width: 100%;
    display: none;
  }
  .hero-buttons {
    gap: 0.6rem;
  }
  .blog-info {
    width: 100%;
    justify-content: flex-start;
  }
  .blog-info p {
    margin: 0;
    width: auto;
    font-weight: 200;
    font-size: 1rem;
    display: flex !important;
  }
  .hero,
  .hero-img {
    height: 82vh;
  }

  .hero-navigation {
    top: 5.5rem;
    left: 1.5rem;
    right: 1.5rem;
    font-size: 0.92rem;
  }

  .hero-text {
    left: 1rem;
    right: 1rem;
    bottom: 2.5rem;
  }

  .hero-text p:not(.kicker),
  .service-content p {
    font-size: 1.2rem;
    
  }

  .blog-section {
    padding: 4rem 1rem;
  }
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .blog-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .blog-img {
    height: clamp(220px, 62vw, 280px);
    aspect-ratio: auto;
  }
  .blog-text h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}
  footer {
    padding: 4rem 1rem 0 1rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-title h2 {
    font-size: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
    bottom: 10%;
  }
  h1 {
    width: 100%;
}
  .hero-img img {
    object-position: 85% 50%;
  }
  .hero-text p:not(.kicker) {
    width: 100%;
    max-width: 100%;
    display: none;
  }
  .hero-buttons {
    gap: 0.6rem;
  }

  .hero-navigation {
    top: 8rem;
    left: 2rem;
    right: 2rem;
  }

  .hero-text {
    left: 2rem;
    right: 2rem;
    bottom: 4rem;
  }

  .blog-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .blog-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
}
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .blog-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .blog-img {
    height: 300px;
    aspect-ratio: auto;
  }
  .blog-text h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}
  footer {
    padding: 4rem 2rem 0 2rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-title h2 {
    font-size: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }

  .hero-navigation {
    display: none;
  }
  .hero-text {
    bottom: 10%;
    left: 4rem;
  }
  .hero-text p:not(.kicker) {
    max-width: 100%;
  }
  .header-text {
    width: 50%;
  }
  .menu-links {
    padding: 15% 4.4rem 2rem 4.4rem;
  }
  .language-switch {
    padding: 0.8rem 0 0 4.4rem;
  }
  .hero-navigation {
    left: 3rem;
  }
  .blog-section {
    padding: 6rem 4rem;
  }
  .blog-img {
    height: 300px;
    aspect-ratio: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .hero-text {
    left: 4rem;
    right: 4rem;
    width: calc(100% - 8rem);
  }

  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    width: 100%;
  }
  .footer-title h2 {
    font-size: 6rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-desktop__links {
    gap: 1.4rem !important;
  }
  .header-desktop__logo {
    width: 165px;
  }
  .hero-text {
    left: 4rem;
    right: 4rem;
    width: calc(100% - 8rem);
  }
  .hero-navigation {
    left: 4rem;
  }
  .blog-section {
    padding: 6rem 4rem;
  }
  .blog-img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  footer {
    padding: 2rem 4rem 0rem 4rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-links {
    width: 100%;
  }
}

.header-desktop__language-switch {
  position: absolute;
  top: -1.2rem;
  right: 0;
  display: flex;
  gap: 0.65rem;
}
.header-desktop__language-link {
  color: #fcf7eb;
  font: 400 0.8rem "Roboto", sans-serif;
  text-decoration: none;
  padding: 0.15rem 0;
}
.header-desktop--mega-open .header-desktop__language-link {
  color: #2c2a2a;
}
.header-desktop__language-link[aria-current="page"],
.menu-mobile__language-link[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.header-desktop__language-link:focus-visible,
.menu-mobile__language-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.menu-mobile__nav > .menu-mobile__language-switch {
  padding: 0 0 1.25rem;
  gap: 1rem;
}

@media (min-width: 1201px) and (max-width: 1380px) {
  html[lang="en"] .header-desktop__nav {
    gap: 1.5rem;
  }
  html[lang="en"] .header-desktop__brand {
    flex-shrink: 0;
  }
  html[lang="en"] .header-desktop__logo {
    width: 140px;
  }
  html[lang="en"] .header-desktop__links {
    gap: 0.9rem !important;
  }
  html[lang="en"] .header-desktop__link-text,
  html[lang="en"] .header-desktop .nav-link {
    font-size: 1.05rem;
    white-space: nowrap;
  }
  html[lang="en"] .header-desktop .main-cta {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    white-space: nowrap;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  html[lang="en"] .header-desktop {
    display: none;
  }
  html[lang="en"] .mobile-header {
    display: block;
  }
}

.hero {
  display: flex;
  align-items: flex-end;
  height: auto;
  min-height: 44rem;
  min-height: max(44rem, 80svh);
  padding: 12rem clamp(1rem, 6vw, 8rem) 4rem;
  background-color: #2c2a2a;
}

.hero .hero-img {
  height: 100%;
}

.hero .hero-gradient {
  background:
    linear-gradient(180deg, rgba(23, 21, 19, 0.56), transparent 32%, rgba(23, 21, 19, 0.4)),
    linear-gradient(90deg, rgba(23, 21, 19, 0.7), rgba(23, 21, 19, 0.4) 52%, rgba(23, 21, 19, 0.12));
}

.hero .hero-navigation {
  left: clamp(1rem, 6vw, 8rem);
  right: clamp(1rem, 6vw, 8rem);
}

.hero .hero-text {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: none;
}

.hero .hero-text h1 {
  width: 100%;
  max-width: none;
  margin: 0 0 1.5rem;




}

.hero .hero-text p:not(.kicker) {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 2rem;


}

.hero .hero-text .kicker {
  margin: 0 0 1rem;
}

.hero .hero-buttons {
  flex-wrap: wrap;
  gap: 0.8rem;
}

.service-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.25rem, 2vw, 2rem);
  padding: 6rem clamp(1rem, 6vw, 8rem);
}

.service-content .service-intro-grid {
  grid-column: 1 / -1;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  gap: clamp(2rem, 5vw, 5rem);
}

.service-content .service-intro-grid h2 {
  max-width: 22ch;
  font-size: clamp(2rem, 3vw, 3rem);

  letter-spacing: -0.025em;
  text-wrap: balance;
  line-height: 1.12;
}

.service-content .service-intro-grid > div:last-child p {
  max-width: 56ch;

}

.service-content .service-content-grid {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0;
  padding: 0.65rem;
  border: 1px solid rgba(97, 82, 62, 0.2);
  border-radius: 1.35rem;
  background: #fcf7eb;
  box-shadow: 0 12px 32px rgba(54, 42, 31, 0.06);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-content-grid .article-preview {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 0.8rem;
  background-color: #eadfce;
}

.service-content-grid .article-preview img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-content .service-content-grid h2 {
  min-height: 3.6em;
  margin: 1.6rem 0 0;
  padding-inline: clamp(0.6rem, 1.2vw, 1.2rem);
  font-size: clamp(1.4rem, 1.6vw, 1.75rem);

  letter-spacing: -0.02em;
  text-wrap: balance;
  line-height: 1.2;
}

.service-content .service-content-grid > div:last-child {
  flex: 1;
  gap: 1.5rem;
  padding: 1rem clamp(0.6rem, 1.2vw, 1.2rem) 0.8rem;
}

.service-content .service-content-grid p {
  color: #5f5955;
  font-size: 1.05rem;

}

.service-content .service-content-grid > div:last-child > p:last-child {
  margin-top: auto;
}

.service-content-grid .secondary-cta-dark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 4rem;
  padding: 1.2rem 0 0;
  border: 0;
  border-top: 1px solid rgba(97, 82, 62, 0.18);
  border-radius: 0;
  color: #aa2b1d;
  background: transparent;
  box-shadow: none;
  font-size: 0.98rem;
  font-weight: 500;

  transform: none;
}

.service-content-grid .secondary-cta-dark::after {
  content: "";
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #aa2b1d url("/assets/icons/arrow-right-icon.svg") center / 15px 14px no-repeat;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.service-content .service-content-grid:focus-within {
  border-color: #aa2b1d;
  box-shadow: 0 18px 42px rgba(54, 42, 31, 0.11);
}

.service-content-grid .article-preview:focus-visible,
.service-content-grid .secondary-cta-dark:focus-visible {
  outline: 2px solid #aa2b1d;
  outline-offset: 3px;
}

@media (hover: hover) {
  .service-content .service-content-grid:hover {
    transform: translateY(-5px);
    border-color: rgba(170, 43, 29, 0.45);
    box-shadow: 0 18px 42px rgba(54, 42, 31, 0.11);
  }

  .service-content-grid .article-preview:hover img {
    transform: scale(1.025);
  }

  .service-content-grid .secondary-cta-dark:hover::after {
    transform: translateX(3px);
    background-color: #852115;
  }
}

@media (max-width: 1100px) {
  .service-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-content .service-intro-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .service-content .service-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto 1fr;
    gap: 0 0.5rem;
    align-items: stretch;
  }

  .service-content .service-content-grid > div:first-child {
    display: contents;
  }

  .service-content-grid .article-preview {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 18rem;
    height: 100%;
  }

  .service-content-grid .article-preview img {
    position: absolute;
    inset: 0;
  }

  .service-content .service-content-grid h2 {
    grid-column: 2;
    min-height: 0;
    margin-top: 1rem;
    padding-inline: 1rem;
    font-size: 1.65rem;
    line-height: 1.2;
}

  .service-content .service-content-grid > div:last-child {
    grid-column: 2;
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 40rem;
    min-height: max(40rem, 82svh);
    padding: 10rem 1rem 3rem;
  }

  .hero .hero-text h1 {
    max-width: none;


  }

  .hero .hero-text p:not(.kicker) {
    max-width: none;


  }

  .service-content {
    padding: 4rem 1rem;
  }
}

@media (max-width: 700px) {
  .service-content {
    gap: 1.75rem;
  }

  .service-content .service-content-grid {
    display: flex;
  }

  .service-content-grid .article-preview {
    height: auto;
    min-height: 0;
  }

  .service-content-grid .article-preview img {
    position: static;
    height: 100%;
    aspect-ratio: 4 / 3;
  }

  .service-content .service-content-grid h2 {
    padding-inline: 0.7rem;
    margin-top: 1.4rem;
    line-height: 1.2;
}

  .service-content .service-content-grid > div:last-child {
    padding: 1rem 0.7rem 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-content .service-content-grid,
  .service-content-grid .article-preview img,
  .service-content-grid .secondary-cta-dark::after {
    transition: none;
  }

  .service-content .service-content-grid:hover,
  .service-content-grid .article-preview:hover img,
  .service-content-grid .secondary-cta-dark:hover::after {
    transform: none;
  }
}

.header-desktop__home-link[aria-current="page"],
.menu-mobile__home-link[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media (min-width: 1201px) and (max-width: 1520px) {
  html[lang] .header-desktop {
    padding-inline: 2rem;
  }
  html[lang] .header-desktop__nav {
    gap: 1.25rem;
  }
  html[lang] .header-desktop__brand {
    flex-shrink: 0;
  }
  html[lang] .header-desktop__logo {
    width: 132px;
  }
  html[lang] .header-desktop__links {
    gap: 0.8rem !important;
  }
  html[lang] .header-desktop__link-text,
  html[lang] .header-desktop .nav-link {
    font-size: 1rem;
    white-space: nowrap;
  }
  html[lang] .header-desktop .main-cta {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    white-space: nowrap;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  html[lang] .header-desktop {
    display: none;
  }
  html[lang] .mobile-header {
    display: block;
  }
}

.hero .hero-text,
.hero-home .hero-text {
  width: 100%;
  max-width: none;
}
.hero .hero-text h1 {
  width: 70%;
  max-width: none;
  text-wrap: wrap;
}
.hero .hero-text p:not(.kicker) {
  width: 85%;
  max-width: none;
}
@media (max-width: 1024px) {
  .hero .hero-text h1,
  .hero .hero-text p:not(.kicker) {
    width: 100%;
  }
}
