/* ====== BASIC STYLES ====== */
html {
  font-size: 10px;
  scroll-padding-top: 5rem;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 2rem 10rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

a {
  text-decoration: none;
}

.main-button {
  font-family: "Roboto", sans-serif;
  padding: 2rem 3rem;
  border: none;
  cursor: pointer;
  font-size: 2.2rem;
  border-radius: 0.5rem;
  font-weight: 400;
  color: black;
  display: inline-block;

  position: relative;
  overflow: hidden;
  z-index: 0;

  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.main-button:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.header-navigation {
  display: flex;
  gap: 8rem;
}

.header-navigation a {
  font-weight: 500;
  font-size: 2rem;
  text-decoration: none;
  color: black;
  transition: transform 0.2s ease;
}

.header-image {
  width: 20rem;
  padding-top: 1.6rem;
}

.header-navigation a:hover {
  transform: scale(1.05);
}

.hero-section {
  position: relative;
  z-index: 10;
  color: white;
}

.hero-section .content {
  padding: 24rem 10rem 10rem;
}

.hero-section .main-img {
  position: absolute;
  top: 2rem;
  left: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: top;
  min-width: 100%;
  max-width: 100%;
  z-index: -1;
  max-height: 80rem;
}

.hero-section h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 8.2rem;
  font-weight: 500;
  line-height: 7rem;
  margin: 0;
}

.hero-section h3 {
  font-size: 2.4rem;
  font-weight: 400;
}

.hero-section .view-products-button {
  color: #022f40;
  border: 2px solid #022f40;
  background-color: white;
  margin-right: 3rem;
}

.hero-section .order-button {
  background: #f8f3e3;
}

.hero-section-info-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  padding: 0 10rem;
}

.hero-section h3 {
  padding-bottom: 3rem;
}

.hero-section-info {
  background-color: #f5f5f5;
  color: #022f40;
  border-radius: 1rem;
}

.hero-section-info .info-items {
  display: flex;
  gap: 5rem;
  padding: 3rem;
  text-align: center;
}

.hero-section-info .info-image {
  background-color: #022f40;
  border-radius: 10rem;
  width: 8rem;
  height: 8rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section-info .info-image img {
  width: 4.8rem;
}

.info-items-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-items-container h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 3.4rem;
  margin: 2rem 0 0;
  font-weight: 500;
}

.info-items-container p {
  font-size: 1.6rem;
  width: 80%;
}

.about-me-section {
  padding: 0 10rem 10rem;
  margin: 8rem auto 0 auto;
}

.about-me-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
}

.about-me-text {
  width: 45%;
}

.about-me-text h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #022f40;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
}

.about-me-text p {
  font-size: 1.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #1e1e1e;
}

.about-me-images {
  flex: 0 1 34rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-me-section .contact-link {
  text-decoration: underline;
  font-weight: 600;
  padding-bottom: 5rem;
}

.about-me-portrait,
.about-me-workshop {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.about-me-portrait {
  width: 50rem;
}

.about-me-workshop {
  margin-top: -12rem;
  margin-left: -10rem;
}

.about-me-section .view-products-button {
  background: #022f40;
  margin-right: 3rem;
  color: white;
}

.about-me-section .order-button {
  background: white;
  border: 2px solid #022f40;
  background-color: white;
  color: #022f40;
}

.our-suggestions-section {
  padding: 5rem;
  background: #908073;
  border-radius: 1rem;
  margin: 5rem auto 0;
}

.our-suggestions-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  margin-bottom: 4rem;
}

.our-suggestions-cards {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.suggestion-card {
  background: white;
  box-shadow: 0 0.4rem 2rem rgba(2, 47, 64, 0.07);
  max-width: 34rem;
  border-radius: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
  text-align: center;
}

.suggestion-card:hover {
  box-shadow: 0 1rem 2rem rgba(2, 47, 64, 0.13);
}

.suggestion-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.7rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.2rem 1rem rgba(2, 47, 64, 0.05);
  min-height: 24rem;
}

.suggestion-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  margin: 1.2rem 0 0.8rem 0;
  color: #022f40;
}

.suggestion-card p {
  text-align: center;
  color: #4d4d4d;
  font-size: 2rem;
  margin-bottom: 2rem;
  min-height: 5.5rem;
  padding: 0 3rem;
  height: 5rem;
}

.suggestion-button {
  margin: 2rem 0 5rem;
  color: white;
  border: 2px solid #022f40;
  background: #022f40;
}

.suggestion-bottom-button {
  margin: 2rem 0 5rem;
  border: 2px solid #022f40;
  background-color: white;
  color: black;
  padding: 2rem 5rem;
}

.all-products-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-products-button {
  background: #e3efdb;
  color: #022f40;
  border-radius: 0.5rem;
  padding: 1.2rem 3rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background 0.3s;
  border: none;
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
}

.all-products-button:hover {
  color: #022f40;
  border: 2px solid #022f40;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.2rem);
}

.contact-section {
  padding: 8rem 10rem 8rem 10rem;
  border-radius: 1rem;
  margin: 8rem auto 0 auto;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1 1 30rem;
  font-size: 1.8rem;
  color: #022f40;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #022f40;
  margin-bottom: 2rem;
}

.contact-link {
  color: #022f40;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  transition: color 0.2s;
  font-weight: 500;
}

.contact-link:hover {
  color: #36663b;
  transform: scale(1.02);
  transition: 0.2s;
}

.contact-icon {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.contact-map {
  flex: 1 1 38rem;
  min-width: 32rem;
  display: flex;
  align-items: center;
}

.main-section .view-products-button:hover {
  transform: translateX(-50%);
}
.contact-map iframe {
  width: 100%;
  min-height: 32rem;
  border-radius: 1rem;
  border: none;
}

.reviews-section {
  padding: 7rem 5rem;
  background: #f5f3ed;
  border-radius: 1rem;
  margin: 8rem auto 0 auto;
}

.reviews-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 6rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #022f40;
  margin-bottom: 8rem;
}

.reviews-row {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 4rem;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 2rem rgba(2, 47, 64, 0.07);
  max-width: 34rem;
  width: 100%;
  padding: 4rem 0 0;
  overflow: visible;
  align-items: center;
  text-align: center;
}

.review-card:not(:last-child) {
  margin-bottom: 0;
}

.review-brown {
  background: #908073;
  color: #fff;
}
.review-beige {
  background: #908073;
  color: #fff;
}

.reviews-section .view-products-button {
  background: #022f40;
  color: white;
}

.review-quote {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #908073;
}

.review-quote img {
  width: 4rem;
}

.review-stars {
  font-size: 2.5rem;
  letter-spacing: 0.13em;
  margin-top: 2.2rem;
  color: #fff;
  text-align: left;
}

.review-text,
.review-author {
  font-size: 1.65rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-style: italic;
  padding: 0 3rem 2rem;
  text-align: left;
}

.review-img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.7rem;
  box-shadow: 0 0.2rem 1rem rgba(2, 47, 64, 0.05);
  margin-top: auto;
  min-height: 20rem;
}

.reviews-actions {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 7rem 0;
}

.reviews-button-dark {
  background: #022f40;
  color: #fff;
}

.reviews-button-dark:hover {
  background: #133f40;
  transform: translateY(-0.2rem);
}

.reviews-button-beige {
  background: #fff;
  color: #022f40;
  border: 2px solid #022f40;
  background-color: white;
}

.footer-section {
  background: #022f40;
  color: #f8f5e5;
  padding: 6rem 0 2.5rem 0;
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}

.footer-content {
  max-width: 170rem;
  margin: 0 auto;
  padding: 0 10rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
}

.footer-logo {
  width: 20rem;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.footer-contact {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-contact a {
  color: #f8f5e5;
  text-decoration: none;
  transition: text-decoration 0.2s, color 0.2s;
  font-weight: 500;
}

.footer-contact a:hover {
  color: #c6cbbe;
}

.footer-socials {
  display: flex;
  gap: 2.1rem;
  align-items: center;
}

.footer-social img {
  width: 2.85rem;
  height: 2.85rem;
  filter: brightness(100);
  opacity: 0.95;
  transition: opacity 0.2s, filter 0.2s;
}

.footer-social:hover img {
  opacity: 1;
  filter: brightness(115);
}

.footer-nav {
  display: flex;
  align-items: flex-end;
  margin-right: -1rem;
  font-size: 1.65rem;
  flex-wrap: wrap;
}

.footer-nav-link {
  color: #f8f5e5;
  text-decoration: underline;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  transition: color 0.2s;
}
.footer-nav-link:hover {
  color: #b2b7a6;
  text-decoration: underline;
}

.footer-copyright {
  text-align: right;
  font-size: 1.4rem;
  opacity: 0.83;
  margin-top: 1rem;
}

@media (max-width: 1200px) {
  .about-me-container {
    flex-direction: column;
  }

  .about-me-text {
    width: 100%;
  }

  .about-me-images .about-me-portrait {
    width: 100%;
  }

  .about-me-section,
  .about-me-container {
    padding: 0 3rem;
    margin: 0;
    gap: 1rem;
  }
}

@media (max-width: 1000px) {
  header {
    padding: 3rem;
  }

  .reviews-title {
    font-size: 5rem;
  }

  .buttons-wrapper {
    margin-top: -5rem;
  }

  .suggestion-bottom-button {
    padding: 2rem;
  }

  .about-me-images .about-me-workshop {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 9px;
  }
  body {
    padding: 0;
  }
  header {
    padding: 2rem;
    align-items: center;
  }
  header img {
    width: 16rem;
  }

  .buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .hero-section {
    margin-top: 6rem;
  }

  .hero-section .content {
    padding: 10rem 4rem;
  }

  .hero-section h1 {
    font-size: 6rem;
    line-height: 6rem;
  }

  .hero-section h3 {
    font-size: 2rem;
  }

  .info-items {
    flex-direction: column;
  }

  .hero-section-info-wrapper {
    padding: 0;
    margin-top: 5rem;
  }

  .about-me-section,
  .about-me-container {
    padding: 0 1rem;
    margin: 0;
    gap: 1rem;
  }

  .about-me-text h2 {
    font-size: 5rem;
  }

  .about-me-text p {
    font-size: 1.6rem;
  }

  .main-button {
    margin-top: 2rem;
    margin-right: 0;
  }

  .reviews-section {
    padding: 3rem 5rem;
  }

  .about-me-images {
    display: flex;
    flex-direction: column;
    padding: 3rem;
  }

  .about-me-images .about-me-portrait {
    width: 100%;
  }

  .our-suggestions-section {
    margin-top: 0;
    padding-top: 2rem;
  }

  .our-suggestions-section h2 {
    font-size: 5rem;
  }

  .suggestion-card {
    max-width: 50rem;
  }

  .suggestion-card h3 {
    font-size: 4rem;
  }

  .suggestion-image {
    width: 100%;
  }

  .suggestion-card p {
    font-size: 1.6rem;
    padding: 0 3rem;
  }

  .suggestion-card .suggestion-button {
    margin-bottom: 2rem;
    margin-top: 0;
  }

  .contact-section {
    padding: 0 2rem;
    margin: 2rem 0;
  }

  .contact-container {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .contact-container h2 {
    font-size: 5rem;
  }

  .contact-container p,
  a {
    font-size: 1.6rem;
    padding: 0;
  }

  .review-card {
    max-width: 100%;
  }

  .reviews-actions {
    margin: 2rem 0;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .reviews-row {
    flex-direction: column;
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-section {
    padding: 4rem 0;
  }

  .footer-content {
    max-width: 100%;
    padding: 0 3rem;
  }

  .footer-contact {
    margin-top: 0;
  }

  .footer-info {
    gap: 2rem;
  }

  .footer-nav {
    margin-left: -1.2rem;
  }

  .footer-copyright {
    text-align: left;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 3.4rem;
  height: 3.4rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 30;
  position: static;
}

.hamburger .bar {
  width: 2.8rem;
  height: 0.4rem;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  .hamburger {
    display: flex;
  }

  .header-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80vw;
    max-width: 32rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8rem 3rem 3rem 3rem;
    gap: 3rem;
    z-index: 25;
    box-shadow: -6px 0 24px rgba(34, 44, 50, 0.09);

    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.5s,
      visibility 0.5s;
  }

  .header-navigation.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
