/* Fonts */
@font-face {
  font-family: "Frederik";
  src: url("../fonts/frederik-font-family/Frederik-Regular-BF645d9bffaa893.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Frederik";
  src: url("../fonts/frederik-font-family/Frederik-Medium-BF645d9bffbc329.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Frederik";
  src: url("../fonts/frederik-font-family/Frederik-DemiBold-BF645d9bff7b6ff.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "VVDS";
  src: url("../fonts/VVDS Fifties/VVDS-Fifties-SExp-Med.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_28pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fde2cf;
  color: #111;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Font CLasses */
.title {
  font-family: "VVDS", sans-serif;
  font-weight: 400 !important;
}

.content {
  font-family: "Frederik";
  font-weight: 600 !important;
}

.btnText {
  font-family: "VVDS", sans-serif !important;
  font-weight: 400 !important;
}

.aboutContent {
  font-family: "Frederik", sans-serif;
  font-weight: 400;
}

.subContent {
  font-family: "Frederik", sans-serif;
  font-weight: 500 !important;
}

.inputFont {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.faqFont {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.lineFeed {
  display: none;
}

/* Navigation */
nav {
  margin: 0;
  width: 100%;
  background-color: #fde2cf;
  padding: 0.5rem 2rem 0 2rem;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  padding: 1em 2em 0 1em;
}

.nav_logo {
  width: 70%;
  height: auto;
}

.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #111;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1rem;
}

.nav-links li a {
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  color: #652614;
  font-family: "Frederik", sans-serif;
  font-weight: 600;
}

.nav-links li a:hover {
  border-radius: 20px;
  background-color: rgba(240, 162, 31, 0.3);
}

.thispagebutton {
  border-radius: 20px;
  background-color: rgba(240, 162, 31, 1);
}

.thispagebutton:hover {
  border-radius: 20px;
  background-color: rgba(240, 162, 31, 1) !important;
}

.hamburgerContainer {
  display: none;
}

.navActive {
  display: flex !important;
}

/* Hero */
.hero {
  margin-top: 27vh;
  padding-top: 2rem;
  background-color: #fde2cf;
  text-align: center;
  justify-self: center;
  width: 80vw;
}

.heroLine1 {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 2.5em;
  width: 100%;
}

.heroLine1TitleA {
  display: flex;
  gap: 0.2em;
}

.heroLine1TitleB {
  font-style: italic;
  padding-left: 0%;
}

.heroLine1ImgContainer {
  margin-top: -0.2em;
  margin-left: 3.7em;
}

.heroLine1Img {
  width: 72%;
  margin-left: 0em;
}

.heroLine2 {
  padding-left: 8%;
}

.heroLine2Img {
  width: 4.2%;
}

.heroLine3 {
  padding-left: 45%;
}

.hero h1 {
  font-size: 85px;
  max-width: 100vw;
  margin: 0 auto;
  color: rgba(30, 26, 32);
  line-height: 1.1em;
  letter-spacing: 0.06em;
}

/* Introduction */
.introduction {
  padding: 3.5rem;
  text-align: center;
  max-width: 80vw;
  margin: auto;
  font-size: 24px !important;
  line-height: 1.6em;
  color: #642714;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.introText {
  width: 60%;
  text-align: left;
  font-weight: 600 !important;
}

.introduction button {
  margin-left: 15%;
  width: 100%;
  border-width: 0px;
  height: fit-content;
  background-color: rgba(237, 99, 37, 1);
  color: #fde2cf;
  border-radius: 86px;
  font-size: 25px;
  letter-spacing: 0.05em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 1em 2.3em;
}

.introduction button:hover {
  box-shadow: 0 0 0 0;
}

/* Services */
.services {
  padding: 22vh 2rem 0 2rem;
  margin-top: 15vh;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services h1 {
  font-size: 72px;
  line-height: 1.1em;
  margin-bottom: 1rem;
  color: #8f2121;
  width: 60%;
}

.services h2 {
  font-size: 31px;
  letter-spacing: -1.25px;
  font-weight: 500;
  color: #642714;
}

.services ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}

.services li {
  background-color: #fde2cf;
  padding: 1rem 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.btn {
  width: fit-content;
  border-width: 0px;
  height: fit-content;
  background-color: rgba(237, 99, 37, 1);
  color: #fde2cf;
  font-weight: 600;
  border-radius: 86px;
  font-size: 24px;
  letter-spacing: 0.05em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 1em 2.3em;
  margin-top: 2em;
}
.btn:hover {
  box-shadow: 0 0 0 0;
}

/* How We Cook */
.howWeCook {
  padding: 22vh 2rem 0 2rem;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.howWeCook h1 {
  columns: #1e1a16;
  font-size: 80px;
  line-height: 1.1em;
}

.cookList {
  margin: 3.5em 0;
  width: 80vw;
  display: flex;
  gap: 2vw;
  padding: 0 3em;
}

.cookList h2 {
  text-align: left;
  color: #642714;
  font-size: 35px;
  letter-spacing: -1.25px;
  line-height: 1.2em;
  font-weight: 630;
}

.cookList p {
  text-align: left;
  color: #ed6325;
  font-size: 28px;
  letter-spacing: -1.25px;
  line-height: 1.3em;
  font-weight: 600;
  width: 75%;
  justify-self: center;
  margin-left: 1em;
}

.cookListItem {
  width: 32%;
}

.cookListNumber {
  width: 64px !important;
  height: 64px !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.964 63.419'><path d='M 28.432 2.029 C 30.033 -0.676 33.931 -0.676 35.532 2.029 L 38.465 6.988 C 39.469 8.685 41.524 9.436 43.378 8.785 L 48.797 6.881 C 51.754 5.841 54.741 8.359 54.236 11.466 L 53.311 17.159 C 52.994 19.107 54.088 21.01 55.925 21.708 L 61.295 23.749 C 64.224 24.863 64.902 28.721 62.527 30.775 L 58.177 34.538 C 56.688 35.826 56.308 37.99 57.269 39.712 L 60.076 44.743 C 61.608 47.489 59.659 50.881 56.526 50.921 L 50.786 50.994 C 48.821 51.019 47.146 52.431 46.78 54.371 L 45.712 60.038 C 45.129 63.131 41.465 64.471 39.04 62.478 L 34.596 58.827 C 33.075 57.577 30.889 57.577 29.368 58.827 L 24.924 62.478 C 22.499 64.471 18.835 63.131 18.252 60.038 L 17.184 54.371 C 16.818 52.431 15.143 51.019 13.178 50.994 L 7.438 50.921 C 4.305 50.881 2.356 47.489 3.888 44.743 L 6.695 39.712 C 7.656 37.99 7.276 35.826 5.787 34.538 L 1.437 30.775 C -0.938 28.721 -0.261 24.863 2.669 23.749 L 8.039 21.708 C 9.876 21.01 10.97 19.107 10.653 17.159 L 9.728 11.466 C 9.223 8.359 12.21 5.841 15.167 6.881 L 20.586 8.785 C 22.44 9.436 24.495 8.685 25.499 6.988 Z' fill='rgb(237, 99, 37)'/></svg>");
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookListDigit {
  color: #fbe0cd;
  font-size: 30px;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0.15em;
}

/* Banner */
.banner {
  padding: 8vh 13rem 0 17rem;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
}

.imgContainer {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgContainer img {
  width: 11vw;
}

.banner h2 {
  color: #8f2121;
  font-size: 72px;
  line-height: 1.1em;
}

/* Our Products */
.products {
  padding: 22vh 2rem 0 2rem;
  margin-bottom: 0px;
  background-color: #fde2cf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.products h1 {
  color: #1e1a16;
  font-size: 72px;
  line-height: 1.1em;
  margin-bottom: 0.8em;
  letter-spacing: -1.5px;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.productContainer {
  width: 58vw;
  height: 75vh;
  border-radius: 8px;
}

.productContent {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em 3em;
  gap: 0.5em;
  background: #ed6325;
}

.productImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.productImage img {
  width: 92%;
}

.productText {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fde2cf;
}

.productText h2 {
  font-size: 48px;
  letter-spacing: 1.65px;
  line-height: 1em;
}

.productLink {
  font-size: 16px;
  margin-bottom: 0.9em;
}

.productDesc {
  font-size: 24px;
  letter-spacing: -1.25px;
  line-height: 1.4em;
}

.productContentMoreBrewing {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em 3em;
  gap: 0.5em;
}

.productContentMoreBrewing h2 {
  font-size: 56px;
  line-height: 1.1em !important;
  width: fit-content;
}

.productTextMoreBrewing {
  display: flex;
  width: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fde2cf;
}

.btn2 {
  width: fit-content;
  border-width: 0px;
  height: fit-content;
  background-color: rgba(237, 99, 37, 1);
  color: #fde2cf;
  font-weight: 600;
  border-radius: 86px;
  font-size: 36px;
  letter-spacing: 0.06em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 0.2em 0.4em;
}

.btn2:hover {
  box-shadow: 0 0 0 0;
}

.btn3 {
  width: fit-content;
  border-width: 0px;
  height: fit-content;
  background-color: #f8a720;
  color: #642714;
  font-weight: 600;
  border-radius: 86px;
  font-size: 28px;
  letter-spacing: 0.06em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 0.75em 1.75em;
  margin: 1em 0 0.5em 0;
}

.btn3:hover {
  box-shadow: 0 0 0 0;
}

/* Tech Stack */
.tech {
  padding: 20vh 2rem 6vh 2rem;
  margin-bottom: 0px;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tech h1 {
  color: #1e1a16;
  font-size: 72px;
  line-height: 1.1em;
  margin-bottom: 0.8em;
}

.techSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 92vw;
  height: fit-content;
  gap: 2em;
}

.techContainer {
  background: #f8a720;
  height: fit-content;
  width: 23%;
  border-radius: 1em;
  padding: 2em 1.5em;
}

.techContainer h2 {
  width: 100%;
  text-align: center;
  color: #642714;
  font-size: 35px;
  letter-spacing: -1.25px;
  margin-bottom: 0.25em;
}

.techContainer li {
  color: #8f2121;
  font-size: 26px;
  letter-spacing: -1.25px;
  line-height: 1.4em;
}

.techContainer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-self: center;
  align-items: center;
  gap: 1em;
  width: 80%;
}

/* Detailed Services */
.detailServices {
  padding: 16vh 5rem 6vh 5rem;
  margin-bottom: 0px;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.detailServices h1 {
  color: #1e1a16;
  font-size: 80px;
  line-height: 1.1em;
}

.detailedServiceTitle {
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25em;
}

.serviceItem {
  width: 72vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 2em 0;
}

.serviceItem h2 {
  color: #642714;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.25px;
}

.serviceItemList {
  color: #8e2121;
  margin: 0 7em;
}

.serviceItemList li {
  text-align: left;
  margin: 0.5em 0;
}

.serviceItemList h3,
.serviceItemList p {
  font-size: 26px;
  letter-spacing: -1.25px;
  line-height: 1.4em;
}

.boldService {
  font-weight: 900 !important;
}

/* Pricing */
.pricing {
  padding: 20vh 2rem 6vh 2rem;
  margin-bottom: 0px;
  width: 100%;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing h2 {
  font-size: 80px;
  margin-bottom: 2rem;
  line-height: -1.25px;
  color: #1e1a16;
}

.btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em 3em;
}

.btn-overlay {
  background: red;
  display: flex;
  width: 16%;
  justify-content: start;
  padding: 0.4em;
  border-radius: 2em;
  box-shadow: rgb(142, 33, 33) 0px 5px 0px 0px;
  background-color: #f8a720;
  transition: all 0.5s ease-in-out;
}

.region-changed {
  justify-content: end !important;
}

.btn-container button {
  padding: 0.5em 0.775em;
  border-radius: 1em;
  border-width: 0px;
  font-size: 1.5em;
  color: #fde2cf;
  box-shadow: rgb(142, 33, 33) 1px 2px 1px 1px;
  background-color: rgba(237, 99, 37, 1);
  transition: all 0.3s ease-in-out;
}

.btn-container button:hover{
  box-shadow: 0px 0px 0px 0px black;
  margin-bottom: 0em;
}

.pricingContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-items: start;
}

.pricingTiers {
  background: #ed6325;
  color: #fde2cf;
  width: 30vw;
  height: fit-content;
  justify-self: center;
  margin: 1.5em 0;
  border-radius: 32px;
  padding: 3em 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tierContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: 0.1em;
}

.tierContent h3 {
  font-size: 2.25em;
}

.tierContent h4 {
  font-size: 1.75em;
  text-shadow: 2px 2px 2px #642714;
}

.price {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2em;
  margin: 1.2em 0 0.8em 0;
}

.perfect {
  width: 100%;
  text-align: left;
  font-size: 1.05em;
}

.included {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 1.2em 0em;
  /* background-color: red; */
  width: 100%;
}

.included p {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}

.includeItems {
  align-self: flex-end;
  font-size: 1.1em;
  width: 95%;
  justify-self: center;
  list-style: none;
}

.info {
  font-size: 1.07em;
  margin-bottom: 1em;
}

/* Testimonial Section */
.testimonials {
  padding: 20vh 2rem 6vh 2rem;
  margin-bottom: 0px;
  width: 100%;
  height: fit-content;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonialContainer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.testimonialItem {
  background-color: #1e1a16;
  color: #fde2cf;
  width: 32%;
  border-radius: 0.8em;
  padding: 1em 2em 1.25em 2em;
}

.quotes {
  font-size: 60px;
  width: 100%;
  display: flex;
  justify-content: start;
}

.quotes i{
  text-shadow: 3px 3px #ed6325;
  transition: all 0.3s ease-in-out;
}

.quotes i:hover {
  text-shadow: none;
}

.testimonialItem p {
  text-align: left;
  font-size: 1.1em;
  margin: 0.5em 0;
}

.reviewer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.content {
  display: flex;
  justify-content: center;
}

.testImg {
  width: 80px;
  height: 80px;
  border-radius: 1em;
  justify-content: center;
  align-self: end;
}

.user {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  margin-left: 0.5em;
}

.user h3 {
  font-size: 20px !important;
}

.user p {
  font-size: 15px;
  font-weight: lighter;
  margin: 0 !important;
  color: #fde2cfbb !important;
}

/* Team */
.team {
  padding: 20vh 2rem 0 2rem;
  margin-bottom: 0px;
  background-color: #fde2cf;
  text-align: center;
  justify-content: flex-start;
}

.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.team h2 {
  font-size: 80px;
  margin-bottom: 2rem;
  line-height: -1.25px;
  color: #1e1a16;
}

.team-member {
  display: inline-block;
  margin: 1.5rem 6rem 3rem 6rem;
  text-align: center;
}

.teamName {
  color: #050505;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.47px;
}

.teamRole {
  color: #642714;
  font-size: 17px;
  font-weight: 500;
  width: 250px;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  background-color: rgba(237, 99, 37, 1);
}

.xlogo img {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0.5rem auto 0;
}

.xlogo img:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
/* --- Updated Footer Styling --- */
.custom-footer {
    background-color: #1e1a16;
    color: #fde2cf;
    padding: 5rem 5vw;
    margin-top: 5vh;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-left, .footer-middle, .footer-right {
    flex: 1;
    min-width: 250px;
}

.footer-logo {
    width: 200px;
    margin: 0 auto 1rem;
    display: block;
}

.footer-tagline {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #fde2cfbb;
    text-align: center;
    width: 100%;
}

.footer-socials {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-socials a {
    color: #fde2cf;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a:hover {
    color: #ed6325;
    transform: translateY(-5px);
}

.footer-middle h3, .footer-right h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #ed6325;
    text-align: center;
}

.footer-nav-links {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer-nav-links li {
    margin-bottom: 0.8rem;
}

.footer-nav-links a {
    font-family: "Frederik", sans-serif;
    transition: 0.3s;
    color: #fde2cfbb;
}

.footer-nav-links a:hover {
    color: #fde2cf;
    padding-left: 5px;
}

.email-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
    width: 100%;
}

.email-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    justify-content: center;
}

.email-link a {
    color: #fde2cfbb;
    transition: 0.3s;
}

.email-link a:hover {
    color: #ed6325;
}

.copyright {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #fde2cf66;
    text-align: center;
    width: 100%;
}

/* --- Global Responsiveness Fixes --- */
@media (max-width: 992px) {
    .footer-container {
        text-align: center;
        justify-content: center;
    }
    .footer-socials, .email-link {
        justify-content: center;
    }
    .footer-left, .footer-middle, .footer-right {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    nav { padding: 0.5rem 1rem; }
    .nav-container { width: 100%; }
    .nav_logo { width: 150px; }
    
    .hero h1 { font-size: 45px !important; }
    .heroLine3 { padding-left: 0 !important; }
    
    .pricingTiers, .testimonialItem {
        width: 100% !important;
        margin: 1rem 0;
    }

    /* Mobile Hamburger Nav styling */
    .nav-links {
        display: none;
        flex-direction: column;
        background: #642714;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 2rem;
        z-index: 1000;
    }

    .nav-links.navActive {
        display: flex;
    }

    .nav-links li a {
        color: #fde2cf;
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
}
/* Responsiveness */
@media (max-width: 1381px) {
  .heroLine3 {
    padding-left: 35%;
  }

  .bannerText h2 {
    text-align: left;
  }
}

@media (max-width: 1180px) {
  .heroLine1 {
    padding-left: 0em;
  }

  .heroLine1TitleA {
    gap: 0em;
  }

  .heroLine1ImgContainer {
    margin-left: 1em;
  }

  .heroLine3 {
    padding-left: 28%;
  }

  .banner {
    padding: 8vh 4rem 0 8rem;
    gap: 3em;
  }

  .introduction {
    padding: 3.5rem 0;
  }

  .services h1 {
    width: 80%;
  }

  .cookList {
    flex-direction: column;
  }

  .cookListItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .bannerText h2 {
    font-size: 60px;
  }

  .productContainer {
    height: fit-content;
  }

  .swiper-slide {
    flex-direction: column;
  }

  .productImage img {
    width: 85%;
  }

  .productText {
    width: 85%;
  }

  .productText h2 {
    font-size: 42px;
  }

  .productLink {
    font-size: 15px;
    margin-bottom: 0.9em;
  }

  .productDesc {
    font-size: 20px;
  }
}

@media (max-width: 1055px) {
  .heroLine1Img {
    width: 55%;
  }

  .heroLine1ImgContainer {
    margin-left: 0em;
  }

  .heroLine2 {
    padding-left: 5%;
  }

  .heroLine2Img {
    width: 5%;
  }

  .heroLine3 {
    padding-left: 33%;
  }

  .hero h1 {
    font-size: 65px;
    max-width: 100vw;
  }

  .services {
    margin-top: 5vh;
  }

  .services h1 {
    width: 90%;
  }

  .banner {
    padding: 8vh 6rem 0 6rem;
  }

  .bannerText h2 {
    font-size: 50px;
  }

  .imgContainer img {
    width: 110%;
  }

  .custom-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 96vw;
    height: fit-content;
    margin: auto;
    margin-bottom: 1rem;
    padding: 4em 2.5em;
    gap: 3.5rem;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 3em;
    align-items: center;
    width: 100%;
  }

  .footer-logo {
    width: 200px;
    height: auto;
  }

  .footer-tagline {
    text-align: center;
  }

  .footer-socials {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }

  .footer-socials a {
    font-size: 1.8rem;
  }

  .footer-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 3em;
    width: 100%;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-nav li {
    padding: 0 1.5rem;
  }

  .footer-nav li:first-child {
    padding-left: 0;
  }

  .footer-nav a {
    font-size: 18px;
  }

  .copyright {
    font-size: 16px;
  }
}

@media (max-width: 867px) {
  .nav-container {
    width: 100%;
    padding: 1em 0em 0 0em;
  }

  .nav-links {
    gap: 0.5rem;
  }

  .heroLine1Img {
    width: 45%;
  }

  .heroLine1ImgContainer {
    margin-left: -1em;
  }

  .hero h1 {
    font-size: 50px;
  }

  .introduction {
    padding: 3.5rem 1rem;
    max-width: 92vw;
    margin: auto;
    font-size: 18px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .introText {
    width: 80%;
    text-align: left;
  }

  .introduction button {
    margin-left: 15%;
    width: 100%;
    font-size: 20px;
    padding: 0.8em 2em;
  }

  .services h1 {
    width: 100%;
  }

  .banner {
    flex-direction: column;
  }

  .bannerText h2 {
    text-align: center;
  }

  .imgContainer img {
    width: 70%;
  }

  .productContentMoreBrewing {
    padding: 2em 1em;
  }

  .productTextMoreBrewing h2 {
    font-size: 38px !important;
  }
}

@media (max-width: 707px) {
  nav {
    padding: 0.5rem 1.2rem 0 1.2rem;
  }

  .nav_logo {
    width: 50%;
    transition: all 0.3s ease-in-out;
  }

  .navLogoActive {
    width: 70%;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    margin-top: 2em;
    gap: 0.8em;
    transition: all 0.3s ease-in-out;
  }

  .nav-container {
    align-items: start;
    flex-direction: column;
  }

  .hamburgerContainer {
    background: #f0a21f;
    position: absolute;
    cursor: pointer;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.25em;
    padding: 8px;
    border-radius: 8px;
    color: #642714;
    border: 1px solid #642714;
    box-shadow: 0 1px 0 0 #642714;
  }

  .hamburgerMenu {
    font-size: 20px;
  }

  .heroLine1Img {
    width: 60%;
  }

  .heroLine1TitleB {
    width: 100%;
  }

  .heroLine1ImgContainer {
    margin-left: -1em;
    width: 30%;
  }

  .heroLine2 {
    padding: 0%;
    width: 100%;
  }

  .heroLine2Img {
    width: 6%;
    height: 6%;
  }

  .heroLine3 {
    padding-left: 20vw;
  }

  .hero h1 {
    font-size: 44px;
  }

  .introduction {
    flex-direction: column;
    align-items: start;
    gap: 1em;
    font-size: 14px !important;
  }

  .introText {
    width: 90%;
  }

  .introduction button {
    padding: 1em 2.3em;
    margin: 0;
  }

  .productContent {
    padding: 2em 1.5em;
  }

  .productImage img {
    width: 95%;
  }

  .productText {
    width: 95%;
  }
}

@media (max-width: 525px) {
  .hero {
    width: 90vw;
  }

  .heroLine1TitleA {
    display: flex;
    align-items: flex-start;
  }

  .heroLine2 {
    padding-left: 1em;
    display: flex;
    justify-content: start;
  }

  .heroLine2Img {
    width: 6%;
    height: 6%;
    display: flex;
    align-self: flex-end;
    margin-bottom: 1.5%;
  }

  .heroLine3 {
    padding-left: 2em;
    display: flex;
    justify-content: start;
    flex-direction: column;
  }

  .introduction {
    padding: 2rem 1rem !important;
  }

  .introContent {
    font-size: 16px !important;
  }

  .introduction button {
    font-size: 18px;
    padding: 0.8em 2em;
    margin-top: 1em;
  }

  .howWeCook {
    padding: 22vh 0rem 0 0rem;
  }

  .howWeCook h1 {
    font-size: 54px;
  }

  .cookList {
    padding: 0;
  }

  .cookList h2 {
    font-size: 25px;
  }

  .cookList p {
    font-size: 20px;
    margin-left: 0em;
  }

  .cookListNumber {
    width: 40px !important;
    height: 40px !important;
    background-size: 100% 100%;
  }

  .cookListDigit {
    font-size: 20px;
    margin-left: 0.1em;
  }

  .h2A {
    font-size: 24px !important;
    margin: 0.8em 0;
  }

  .products {
    width: 100vw;
    padding: 22vh 0.5rem 0 0.5rem;
  }

  .productContainer {
    width: 98vw !important;
  }

  .products h1 {
    font-size: 46px;
  }

  .btn2 {
    display: none;
  }

  .carousel {
    width: 90vw;
  }

  .productImage img {
    width: 100%;
  }

  .productText {
    width: 100%;
  }

  .productText h2 {
    font-size: 28px;
  }

  .productLink {
    font-size: 12px;
    margin-bottom: 0.9em;
  }

  .productDesc {
    font-size: 14px;
  }

  .team h2 {
    font-size: 60px;
  }
}

@media (max-width: 465px) {
  .hero {
    padding-left: 0.5em;
    margin-top: 15vh;
  }

  .heroLine1TitleA {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  .heroLine1 {
    justify-content: start;
    align-items: center;
    padding-right: 10%;
  }

  .heroLine1TitleA {
    font-size: 45px !important;
    padding-left: 5%;
  }

  .heroLine1TitleB {
    font-size: 45px !important;
    font-weight: 500 !important;
    padding-left: 0em;
  }

  .heroLine2TitleB {
    font-size: 1.1em;
    font-weight: 500;
  }

  .heroLine1ImgContainer {
    position: absolute;
    right: 20%;
    margin-bottom: 50px;
  }

  .heroLine1Img {
    width: 80%;
  }

  .heroFirst {
    flex-direction: column;
  }

  .heroLine2 {
    padding-left: 4%;
    display: flex;
    justify-content: start;
  }

  .heroLine2Img {
    width: 7%;
    height: 7%;
    display: flex;
    align-self: center;
    margin-bottom: -2%;
  }

  .heroLine3 {
    padding-left: 4%;
    display: flex;
    justify-content: start;
    text-align: left;
  }

  .hero h1 {
    font-size: 40px;
  }

  .services {
    padding: 22vh 0rem 0 0rem;
  }

  .services h1 {
    font-size: 58px;
  }

  .carousel {
    width: 100vw;
  }

  .team {
    padding: 14vh 0rem 0 0rem;
    text-align: center;
  }

  .team h2 {
    font-size: 60px;
    margin-bottom: 2rem;
  }

  .team-member {
    margin: 1.5rem 2rem 5rem 2rem;
    text-align: center;
  }

  .banner {
    padding: 8vh 1rem 0 1rem;
  }

  .footer-nav {
    gap: 1.2em;
  }

  .footer-nav li {
    padding: 0;
    border: none;
  }

  .footer-nav li:first-child {
    padding-left: 0;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .copyright {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .hero {
    width: 95vw;
  }

  .heroLine1 {
    padding-right: 0%;
  }

  .heroLine1ImgContainer {
    right: 15%;
    margin-bottom: 55px;
  }

  .heroLine2 {
    padding-left: 3.5%;
  }

  .heroLine2TitleB {
    font-size: 1.1em;
    font-weight: 500;
  }

  .heroLine3 {
    padding-left: 3.5%;
  }

  .productTextMoreBrewing h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 327px) {
  .hero {
    padding-left: 0;
  }

  .heroLine1TitleA {
    font-size: 38px !important;
  }

  .heroLine1TitleB {
    font-size: 38px !important;
  }

  .heroLine1ImgContainer {
    position: absolute;
    right: 17%;
    margin-bottom: 45px;
  }

  .heroLine2 {
    padding-left: 3.5%;
  }

  .heroLine2Img {
    width: 7%;
    height: 7%;
    margin-bottom: -2%;
  }

  .heroLine3 {
    padding-left: 3.5%;
  }

  .hero h1 {
    font-size: 30px;
  }

  .introduction {
    padding: 2rem 0.5rem !important;
  }

  .productTextMoreBrewing h2 {
    font-size: 26px !important;
  }
}

/* Enhanced Results Section */
.results {
  padding: 15vh 2rem;
  background-color: #fde2cf;
  text-align: center;
}

.results h1 {
  font-size: 72px;
  color: #1e1a16;
  margin-bottom: 3rem;
}

.resultsGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.resultCard {
  background: #f8a720;
  border: 3px solid #642714;
  border-radius: 24px;
  padding: 3rem 2rem;
  width: 280px;
  box-shadow: 8px 8px 0px #8f2121;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultCard:hover {
  transform: translateY(-10px);
  box-shadow: 12px 12px 0px #ed6325;
}

.resultShape {
  width: 80px;
  height: 80px;
  background-color: #ed6325;
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.964 63.419'><path d='M 28.432 2.029 C 30.033 -0.676 33.931 -0.676 35.532 2.029 L 38.465 6.988 C 39.469 8.685 41.524 9.436 43.378 8.785 L 48.797 6.881 C 51.754 5.841 54.741 8.359 54.236 11.466 L 53.311 17.159 C 52.994 19.107 54.088 21.01 55.925 21.708 L 61.295 23.749 C 64.224 24.863 64.902 28.721 62.527 30.775 L 58.177 34.538 C 56.688 35.826 56.308 37.99 57.269 39.712 L 60.076 44.743 C 61.608 47.489 59.659 50.881 56.526 50.921 L 50.786 50.994 C 48.821 51.019 47.146 52.431 46.78 54.371 L 45.712 60.038 C 45.129 63.131 41.465 64.471 39.04 62.478 L 34.596 58.827 C 33.075 57.577 30.889 57.577 29.368 58.827 L 24.924 62.478 C 22.499 64.471 18.835 63.131 18.252 60.038 L 17.184 54.371 C 16.818 52.431 15.143 51.019 13.178 50.994 L 7.438 50.921 C 4.305 50.881 2.356 47.489 3.888 44.743 L 6.695 39.712 C 7.656 37.99 7.276 35.826 5.787 34.538 L 1.437 30.775 C -0.938 28.721 -0.261 24.863 2.669 23.749 L 8.039 21.708 C 9.876 21.01 10.97 19.107 10.653 17.159 L 9.728 11.466 C 9.223 8.359 12.21 5.841 15.167 6.881 L 20.586 8.785 C 22.44 9.436 24.495 8.685 25.499 6.988 Z' fill='black'/></svg>");
  mask-repeat: no-repeat;
  mask-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.resultShape i {
  color: #fde2cf;
  font-size: 1.8rem;
}

.resultStat {
  font-size: 2.5rem;
  color: #642714;
  margin-bottom: 0.5rem;
}

.resultDesc {
  font-size: 1.1rem;
  color: #8f2121;
  line-height: 1.4;
}

/* Responsiveness */
@media (max-width: 768px) {
  .resultCard {
    width: 90%;
  }
  .results h1 {
    font-size: 48px;
  }
}

/* Navbar Fixes */
#navbar-component nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.nav-links.navActive {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fde2cf;
    padding: 2rem;
    border-bottom: 2px solid #642714;
}

/* Global Responsive Base */
html, body {
    overflow-x: hidden;
    width: 100%;
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburgerContainer { display: flex !important; }
    
    .hero h1 { font-size: 50px !important; }
    .introduction { flex-direction: column; padding: 2rem; }
    .introText { width: 100%; text-align: center; }
    
    .custom-footer {
        flex-direction: column;
        height: auto;
        padding: 2rem;
        gap: 2rem;
        text-align: center;
    }
    .footer-right { text-align: center; align-items: center; }
    .footer-nav { justify-content: center; }
}