* {
  box-sizing: border-box;
}

body {
  background-color: #f5f5f0;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

@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: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/Roboto/roboto-regular.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;
}

html.lenis,
html.lenis body {
  height: auto;
}
.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: 100;
  transition: all 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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 60px;
  height: auto;
}

.logo-mobile {
  width: 50px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav-link {
  color: #212121;
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
}

.nav-lang {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-lang img {
  filter: invert(100%);
}

.nav-btn {
  background-color: #e30613;
  padding: 0.85rem 1rem;
  color: #f5f5f0;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 200;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-btn img {
  margin-top: 2px;
}

.nav-link,
.nav-button {
  transition: filter 0.3s ease;
}

.nav-links:hover .nav-link:not(:hover),
.nav-links:hover .nav-button:not(:hover) {
  filter: blur(1.5px);
}

.nav-button {
  cursor: pointer;
  font-weight: 100;
  font-size: 1.3rem;
  color: #f5f5f0;
  background: transparent;
  border: 1px solid #f5f5f0;
  padding: 15px 35px;
  border-radius: 45px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #f5f5f0;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #f5f5f0;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #f5f5f0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 1rem 2rem 1rem;
}

.menu-mobile-bottom {
  padding: 0 2rem 2rem 2rem;
}

.menu-mobile-bottom .nav-lang {
  color: #212121;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.4rem;
  padding: 0.4rem 0;
  text-decoration: none;
}

.menu-mobile-bottom .nav-lang img {
  filter: none;
}

.menu-links a {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #212121;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2rem;
}

.product-page {
  background-color: #f5f5f0;
  color: #212121;
  padding: 0;
}

.product-page h1,
.product-page h2,
.product-page h3 {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  color: #212121;
}

.product-page p,
.product-page a,
.product-page span,
.product-page li,
.product-page dt,
.product-page dd,
.product-page input,
.product-page textarea,
.product-page select,
.product-page button {
  font-family: "Roboto", sans-serif;
}

.product-hero-section {
  padding: 12rem 8rem 6rem 8rem;
}

.product-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 4rem;
  align-items: flex-start;
}

/* Produktgalerie / Shop-Ansicht */
.product-gallery--shop {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: sticky;
  top: 7rem;
}

.product-main-media {
  position: relative;
  isolation: isolate;
  margin: 0;
  width: 100%;
  height: clamp(540px, 42vw, 660px);
  background: #e9e8df;
  border: 1px solid rgba(33, 33, 33, 0.14);
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(33, 33, 33, 0.08);
}

.product-main-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(245, 245, 240, 0.42) 0%,
      rgba(245, 245, 240, 0.08) 42%,
      rgba(33, 33, 33, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(33, 33, 33, 0.04) 100%
    );
}

.product-main-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(245, 245, 240, 0.05) 0%,
    rgba(33, 33, 33, 0.05) 100%
  );
}

.product-main-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.02) saturate(1.02);
  transition:
    opacity 0.22s ease,
    transform 0.35s ease,
    filter 0.35s ease;
}

.product-main-media:hover .product-main-image {
  transform: scale(1.018);
  filter: contrast(1.04) saturate(1.03);
}

.product-main-image.is-switching {
  opacity: 0.55;
}

.product-thumbnail-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.product-thumbnail {
  position: relative;
  width: 100%;
  height: clamp(128px, 9vw, 150px);
  padding: 0;
  background: #e9e8df;
  border: 1px solid rgba(33, 33, 33, 0.14);
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.product-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(245, 245, 240, 0.28) 0%,
    rgba(245, 245, 240, 0.05) 45%,
    rgba(33, 33, 33, 0.06) 100%
  );
  opacity: 0.75;
}

.product-thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 3px;
  background: #e30613;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.product-thumbnail:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 33, 33, 0.32);
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.08);
}

.product-thumbnail.is-active {
  border-color: #e30613;
  box-shadow: 0 10px 24px rgba(227, 6, 19, 0.12);
}

.product-thumbnail.is-active::after {
  transform: scaleX(1);
}

.product-thumbnail:focus-visible {
  outline: 2px solid #e30613;
  outline-offset: 3px;
}

.product-thumbnail img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.02) saturate(1.02);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.product-thumbnail:hover img,
.product-thumbnail.is-active img {
  transform: scale(1.045);
  filter: contrast(1.04) saturate(1.03);
}

.product-info {
  padding-top: 0.4rem;
}

.product-eyebrow {
  color: #d00c16;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 1rem 0;
}

.product-eyebrow--hero {
  font-weight: 200;
  font-size: 1.05rem;
}

.product-info h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  margin: 0;
}

.product-price-wrapper {
  margin-top: 1.6rem;
}

.product-price {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #e30613;
  margin: 0;
}

.product-tax-note {
  color: #212121;
  font-weight: 200;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0.45rem 0 0 0;
  opacity: 0.75;
}

.product-description {
  color: #212121;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 2rem 0 0 0;
  max-width: 680px;
}

.product-status-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 2.2rem;
  border-top: 1px solid rgba(33, 33, 33, 0.18);
}

.product-status-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.18);
}

.product-status-item strong {
  display: block;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #212121;
  margin-bottom: 0.35rem;
}

.product-status-item span {
  display: block;
  color: #212121;
  font-weight: 200;
  font-size: 1.05rem;
  line-height: 1.45;
}

.product-highlights {
  list-style: none;
  padding: 0;
  margin: 2.2rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.product-highlights li {
  border: 1px solid rgba(33, 33, 33, 0.18);
  padding: 1rem;
}

.product-highlights span {
  display: block;
  color: #d00c16;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9rem;
}

.product-highlights p {
  color: #212121;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0.8rem 0 0 0;
}

.product-request-btn {
  background-color: #e30613;
  padding: 0.9rem 1.1rem;
  color: #f5f5f0;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 200;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2.6rem;
  transition: background-color 0.3s ease;
}

.product-request-btn:hover {
  background-color: #d00c16;
}

.product-request-btn img {
  margin-top: 2px;
}

.product-detail-section,
.product-service-section,
.product-note-section {
  padding: 6rem 8rem;
  border-top: 1px solid rgba(33, 33, 33, 0.18);
}

.product-section-header {
  max-width: 900px;
  margin-bottom: 3rem;
}

.product-section-header--compact {
  margin-bottom: 2rem;
}

.product-section-header h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  margin: 0;
}

.product-section-header p:not(.product-eyebrow) {
  color: #212121;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 1.6rem 0 0 0;
}

.product-tech-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.product-tech-card {
  border: 1px solid rgba(33, 33, 33, 0.18);
  padding: 1.4rem;
}

.product-tech-card h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 0 1rem 0;
}

.product-specs {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

.product-spec-item {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.2rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.18);
}

.product-spec-item:last-child {
  border-bottom: none;
}

.product-spec-item dt {
  color: #d00c16;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4;
}

.product-spec-item dd {
  color: #212121;
  font-weight: 200;
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0;
}

.product-service-grid,
.product-note-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.product-service-card,
.product-note-card {
  border: 1px solid rgba(33, 33, 33, 0.18);
  padding: 1.2rem;
}

.product-service-card span {
  display: block;
  color: #d00c16;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 2.4rem;
}

.product-service-card h3,
.product-note-card h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0;
}

.product-service-card p,
.product-note-card p {
  color: #212121;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}

.product-note-card {
  background: rgba(33, 33, 33, 0.03);
}

.product-request-section {
  padding: 6rem 8rem 10rem 8rem;
  border-top: 1px solid rgba(33, 33, 33, 0.18);
  scroll-margin-top: 2rem;
}

.product-request-layout {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: flex-start;
}

.product-request-intro {
  width: 35%;
  max-width: 520px;
}

.product-request-intro h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  margin: 0;
}

.product-request-intro p:not(.product-eyebrow):not(.product-contact-title) {
  color: #212121;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 1.6rem 0 0 0;
}

.product-contact-info {
  margin-top: 3rem;
}

.product-contact-item {
  margin-top: 1.5rem;
}

.product-contact-title {
  color: #212121;
  font-family: "PPFrama", sans-serif;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
  margin: 0 0 0.35rem 0 !important;
}

.product-contact-item a {
  color: #212121;
  font-weight: 200;
  font-size: 1.2rem;
  text-decoration: none;
}

.product-contact-item a:hover {
  color: #e30613;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-request-form {
  width: 100%;
  max-width: 750px;
}

.product-request-section .contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.product-request-section .form-required-note {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  opacity: 0.75;
}

.product-request-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.product-request-section .form-field {
  display: flex;
  flex-direction: column;
}

.product-request-section .form-field input,
.product-request-section .form-field textarea,
.product-request-section .form-field select {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  color: #212121;
  padding: 1rem 1.1rem;
  border: 1px solid #212121;
  border-radius: 0;
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
}

.product-request-section .form-field input:focus,
.product-request-section .form-field textarea:focus,
.product-request-section .form-field select:focus {
  border-color: #000;
}

.product-request-section .form-field textarea {
  resize: vertical;
  min-height: 170px;
}

.product-request-section .form-field input::placeholder,
.product-request-section .form-field textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  color: #212121;
  opacity: 0.65;
}

.product-request-section .form-field select {
  cursor: pointer;
}

.product-request-section .form-field--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
}

.product-request-section .form-field--checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.product-request-section .form-field--checkbox label {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  color: #212121;
  line-height: 1.5;
}

.product-request-section .form-field--checkbox a {
  color: #d00c16;
  text-decoration: none;
  font-size: 0.9rem;
}

.product-request-section .form-field--checkbox a:hover {
  text-decoration: underline;
}

.product-request-section .required-star {
  color: #d00c16;
}

.product-request-section .form-submit {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  color: #212121;
  padding: 1rem 1.1rem;
  border: 1px solid #212121;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-request-section .form-submit:hover {
  background: #d00c16;
  color: #f5f5f0;
  border: 1px solid #d00c16;
}

.product-request-section .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.product-request-section .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .product-highlights,
  .product-request-section .form-row {
    grid-template-columns: 1fr;
  }

  .product-spec-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .product-thumbnail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-thumbnail {
    height: 125px;
  }
}

@media (max-width: 768px) {
  .product-hero-section {
    padding: 9rem 1rem 4rem 1rem;
  }

  .product-hero-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .product-gallery--shop {
    position: static;
  }

  .product-main-media {
    height: 430px;
  }

  .product-thumbnail-list {
    gap: 0.7rem;
  }

  .product-thumbnail {
    height: 110px;
  }

  .product-info h1 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .product-price {
    font-size: 1.8rem;
  }

  .product-detail-section,
  .product-service-section,
  .product-note-section {
    padding: 4rem 1rem;
  }

  .product-section-header h2,
  .product-request-intro h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .product-tech-layout,
  .product-service-grid,
  .product-note-grid {
    grid-template-columns: 1fr;
  }

  .product-request-section {
    padding: 4rem 1rem 10rem 1rem;
  }

  .product-request-layout {
    flex-direction: column;
    gap: 4rem;
  }

  .product-request-intro {
    width: 100%;
    max-width: none;
  }

  .product-request-form {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .product-main-media {
    height: 360px;
  }

  .product-thumbnail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-thumbnail {
    height: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-hero-section {
    padding: 9rem 3rem 5rem 3rem;
  }

  .product-hero-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .product-gallery--shop {
    position: static;
  }

  .product-main-media {
    height: 560px;
  }

  .product-thumbnail {
    height: 135px;
  }

  .product-info h1 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .product-detail-section,
  .product-service-section,
  .product-note-section {
    padding: 5rem 3rem;
  }

  .product-tech-layout {
    grid-template-columns: 1fr;
  }

  .product-service-grid,
  .product-note-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-section-header h2,
  .product-request-intro h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .product-request-section {
    padding: 5rem 3rem 7rem 3rem;
  }

  .product-request-layout {
    flex-direction: column;
    gap: 4rem;
  }

  .product-request-intro {
    width: 100%;
    max-width: none;
  }

  .product-request-form {
    max-width: 670px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .product-hero-section {
    padding: 9rem 3rem 5rem 3rem;
  }

  .product-hero-layout {
    gap: 3rem;
  }

  .product-main-media {
    height: 500px;
  }

  .product-thumbnail {
    height: 125px;
  }

  .product-detail-section,
  .product-service-section,
  .product-note-section {
    padding: 5rem 3rem;
  }

  .product-tech-layout {
    grid-template-columns: 1fr 1fr;
  }

  .product-service-grid,
  .product-note-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-request-section {
    padding: 5rem 3rem 7rem 3rem;
  }

  .product-request-layout {
    flex-direction: column;
  }

  .product-request-intro {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .product-hero-section {
    padding: 10rem 6rem 6rem 6rem;
  }

  .product-hero-layout {
    gap: 3rem;
  }

  .product-main-media {
    height: clamp(500px, 40vw, 610px);
  }

  .product-thumbnail {
    height: 130px;
  }

  .product-detail-section,
  .product-service-section,
  .product-note-section {
    padding: 6rem;
  }

  .product-service-grid,
  .product-note-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-request-section {
    padding: 6rem 6rem 8rem 6rem;
  }

  .product-request-form {
    max-width: 670px;
  }
}

footer {
  position: relative;
  padding: 2rem 8rem;
  background-color: #212121;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.footer-card {
  margin-top: -8rem;
  background-color: #e44242;
  width: 20%;
  padding: 1rem;
}

.footer-card h3 {
  color: #f5f5f0;
  font-weight: 500;
  font-family: "PPFrama", sans-serif;
  font-size: 1.8rem;
  margin-top: 0;
}

.footer-card-info p {
  color: #f5f5f0;
  font-weight: 200;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
}

.card-title {
  color: #f5f5f0;
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  margin-bottom: 7px !important;
}

.footer-card-info a {
  color: #f5f5f0;
  font-weight: 200;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
  text-underline-offset: 2px;
}

.footer-card-info a:hover {
  text-decoration: underline;
}

.card-spacing {
  margin-top: 1rem;
}

.footer-links {
  width: 80%;
}

.navigation-links {
  display: flex;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c4bebe;
  width: 55%;
}

.navigation-links a {
  font-family: "PPFrama", sans-serif;
  color: #f5f5f0;
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: none;
}

.current-page-link {
  color: #d00c16 !important;
}

.legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5rem;
}

.legal-links a {
  color: #f5f5f0;
  text-decoration: none;
  font-weight: 200;
  display: inline-block !important;
  display: inline;
  width: auto;
  align-self: flex-start;
}

.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}

.footer-bottom p {
  color: #f5f5f0;
  font-weight: 200;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #f5f5f0;
  font-weight: 200;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    bottom: 10rem;
    width: calc(100% - 2rem);
  }
  h1 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  main {
    padding: 9rem 1rem;
  }

  .contact-wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  .contact-intro p {
    width: 100%;
  }

  .info-item h2 {
    font-size: 1.6rem;
  }

  footer {
    padding: 2rem 1rem 1rem 1rem;
  }

  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-card {
    width: 100%;
  }

  .footer-links {
    width: 100%;
  }

  .navigation-links {
    flex-direction: column;
    gap: 0;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom p {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }

  .menu-links {
    padding: 30% 3rem 2rem 3rem;
  }

  h1 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  main {
    padding: 9rem 3rem;
  }

  .contact-wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  .contact-intro p {
    width: 100%;
  }

  .info-item h2 {
    font-size: 1.6rem;
  }

  footer {
    padding: 2rem 3rem 1rem 3rem;
  }

  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-card {
    width: 100%;
  }

  .footer-links {
    width: 100%;
  }

  .navigation-links {
    flex-direction: column;
    gap: 0;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom p {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }

  .menu-links {
    padding: 15% 4.4rem 2rem 4.4rem;
  }
  h1 {
    font-size: 2.7rem;
    line-height: 3rem;
  }

  h1 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  main {
    padding: 9rem 3rem;
  }

  .contact-wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  .contact-intro p {
    width: 100%;
  }

  .info-item h2 {
    font-size: 1.6rem;
  }
  .footer-card {
    width: 35%;
  }
  .footer-links {
    width: 65%;
  }
  .navigation-links {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .hero-text {
    left: 6rem;
  }
  .header-title {
    font-size: 4.2rem;
  }
  .header-text {
    width: 45%;
  }
  .about-image {
    width: 50%;
    height: 600px;
  }

  .services-buttons .link-btn-wrapper {
    display: none;
  }

  .contact-section {
    padding: 6rem;
  }
  .contact-form {
    max-width: 650px;
  }
  footer {
    padding: 4rem 6rem 1rem 6rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .hero-text {
    left: 6rem;
  }

  .rmv-d {
    display: none;
  }
  .rmv-m {
    display: none;
  }
  main {
    padding: 10rem 6rem;
  }
  .contact-form {
    max-width: 670px;
  }

  footer {
    padding: 4rem 6rem 1rem 6rem;
  }
  .footer-card {
    width: 30%;
  }
  .footer-links {
    width: 70%;
  }
  .navigation-links {
    width: 100%;
  }
}
