html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: #fff;
    color: #222;
  }
  .hero {
    position: relative;
    width: 100%;
    min-height: 851px;
    background: rgba(73, 39, 40, 0.4);
    overflow: hidden;
  }
  .hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  .hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-video-overlay {
    /* overlay color with transparency */
    background: rgba(73, 39, 40, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
    pointer-events: none;
  }
  .hero-header {
    background: linear-gradient(180deg, #492728 0%, rgba(73, 39, 40, 0) 100%);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 2.2rem 3.5rem 2.5rem 3.5rem;
    gap: 2.5rem;
    justify-content: center;
  }
  .hero-logo { height: 48px; object-fit: contain; display: block;filter: brightness(0) invert(1); /* Converts the logo to white */  }
  .hero-logo.left { margin-right: 2.5rem; }
  .hero-logo.center { margin-right: 2.5rem; }
  .hero-logo.right { margin-right: auto; }
  .hero-nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-left: 30px;
    font-size: 1.08rem;
    font-weight: 500;
    color: #fff;
  }
  .hero-nav-link {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: color 0.2s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .hero-nav-close{
    display: none;
  } 
   .hero-nav-link:hover {
    text-decoration: underline;
    color: #fff;
  }
  .hero-lang {
    margin-left: 1.5rem;
    font-size: 1rem;
    color: #fff;
     font-family: 'Montserrat', sans-serif;
    font-weight: 600;
   }
  .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 22rem;
    color: #fff;
    text-align: center;
  }
  .hero-subtitle {
    font-size: 2.3rem;
    font-weight: 400;
     letter-spacing: 0.01em;
    font-family: 'Montserrat', sans-serif;
  }
  .hero-title {
    font-size: 6.5rem;
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }
  @media (max-width: 900px) {
    .hero-header { flex-direction: column; align-items: flex-start; padding: 1.2rem 1rem 0 1rem; gap: 1.2rem; }
     .hero-title { 
        font-size: 3.5rem;
        line-height: 52.1px;
        letter-spacing: 1.5px;
        margin-top: 10px;
        text-shadow: none;
      }
    .hero-subtitle { font-size: 1.4rem; }
  }
  .callout {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #5b3535;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 2.5rem 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    letter-spacing: 0.01em;
  }
  @media (max-width: 900px) {
    .callout { font-size: 1.2rem; padding: 1.5rem 0.5rem; }
  }
  .reward-card {
    width: 826px;
    height: 584px;
    margin: 3rem auto 3rem auto;
    background:#F9F6F5;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 1;
    transform: rotate(0deg);
  }
  .reward-card-img {
    width: 100%;
    aspect-ratio: 16/7;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reward-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .reward-card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #F9F6F5;
    width: 826px;
    height: 212px;
    padding: 36px;
    gap: 24px;
    box-sizing: border-box;
  }
  .reward-card-text {
    flex: 0 0 auto;
    width: 613px;
    height: 115px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    box-sizing: border-box;
    transform: rotate(0deg);
    opacity: 1;
  }
  .reward-card-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #492728;
    margin-bottom: 0;
  }
  .reward-card-desc {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #492728;
    max-width: 80%;
  }
  .reward-card-logo {
    width: 117px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    opacity: 1;
    margin-left: -1px;
  }
  .reward-card-logo img {
    width: 117px;
    height: 140px;
    object-fit: contain;
    display: block;
  }
  @media (max-width: 900px) {
    .reward-card-content { flex-direction: column; align-items: flex-start; gap: 1.5rem; padding: 1.5rem 1rem; }
    .reward-card-title { font-size: 1.6rem; }
    .reward-card-desc { font-size: 1rem; }
    .reward-card-logo { align-items: flex-start; justify-content: flex-start; margin-top: 1rem; transform: translateY(-0.6cm); }
    .reward-card-logo img { max-width: 90px; }
  }
  .lineup {
    background: #f2ded6;
    text-align: center;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 60px 112px;
    box-sizing: border-box;
    min-height: 409px;
  }
  .lineup-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.64px;
    color: #492728;
    margin: 0 0 20px 0;
  }
  .lineup-desc {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #492728;
    margin: 0 0 20px 0;
  }
  .lineup-bold {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #492728;
  }
  .lineup-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1216px;
    height: 150px;
     margin: 0 auto;
    flex-wrap: nowrap;
  }
  .lineup-logo-item {
     width: 378.6667px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lineup-logo {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  /* Responsive tweak for medium widths */
  @media (max-width: 900px) {
    .lineup { padding: 40px 20px; }
    .lineup-logos { height: auto; gap: 20px; flex-wrap: wrap; justify-content: center; }
  }
  
  @media (max-width: 900px) {
    .lineup-logos { width: 100%; height: auto; gap: 2rem; flex-wrap: wrap; justify-content: center; }
    .lineup-logo-item { flex: 1 1 175px; height: auto; }
     .lineup-title { font-size: 1.5rem; }
    .lineup-desc { font-size: 1rem; }
  }
  @media (max-width: 600px) {
    /* Lineup container per mobile spec, full-bleed */
    .lineup { max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); min-height: 760px; padding: 40px 20px; gap: 30px; }
    /* Title per mobile spec */
    .lineup-title {
      font-family: 'Montserrat', Arial, sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.64px;
      color: #492728;
      margin: 0 0 30px 0;
    }
    /* Description per mobile spec */
    .lineup-desc {
      width: 100%;
      max-width: 335px;
      margin: 0 auto 30px auto;
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 125%;
      letter-spacing: 0;
      color: #492728;
      text-align: center;
    }
    .lineup-bold {
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 125%;
      letter-spacing: 0;
      color: #492728;
    }
    .lineup-logos { flex-direction: column; gap: 1.5rem; }
    .lineup-logo-item { min-width: 0; }
   }
  .signature {
     color: #fff;
    padding: 0;
  }
  .signature-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    min-height: 534px;
    max-width: 100%;
    margin: 0 auto;
  }
  .signature-image {
    flex: 1 1 50%;
    min-width: 0;
    background: #d9cfc9;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
    height: 536px;
  }
  .signature-image img {
    width: 100%;
    height: 100%;
     display: block;
    }
  .signature-content {
    flex: 1 1 50%;
    min-width: 0;
    background: #522f2f;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3.5rem 3rem;
    box-sizing: border-box;
    height: 536px;
  }
  .signature-text {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
  }
.fr-sup-text{
    font-size: 12px;
    font-weight: 500;
  }
  .signature-logo {
    max-width: 340px;
    width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width: 900px) {
    .signature-container { flex-direction: column; min-height: 0; }
    .signature-image img,
    .signature-image { min-height: 260px; max-height: 320px; }
    .signature-content { padding: 2rem 1.2rem; align-items: center; text-align: center; }
    .signature-text { font-size: 1.5rem; margin-bottom: 1.2rem; letter-spacing: 0px; line-height: 1.5;}
    .signature-logo { max-width: 232px; }
  }
  .footer {
    width: 100%;
    background: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer-container {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0 115px;
    box-sizing: border-box;
  }
  .footer-left {
    width: 379px;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .footer-main-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer-links {
    display: flex;
    gap: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #492728;
    text-decoration: none;
    align-items: flex-end;
    justify-content: end;
  }
  .footer-link {
    text-decoration: none;
    color: #492728;
  }
  .footer-link:hover {
    text-decoration: underline;
  }
  .footer-text {
    width: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: right;
    color: #212121;
  }
  .footer-paab {
    height: 52px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    float: right;
    margin-top: 40px;
  }
  .footer-paab-logo {
    width: 100%;
    height: 52px;
    object-fit: contain;
  }
  @media (max-width: 900px) {
    .footer-container { flex-direction: column; align-items: flex-start; padding: 0 1rem; }
    .footer-right { align-items: flex-start; text-align: left; margin-top: 1.5rem; }
    .footer-text { text-align: left; }
    .footer-paab { justify-content: flex-start; margin-top: 1.5rem; }
  }
  @media (max-width: 600px) {
    .footer-main-logo { max-width: 320px; height: 40px; }
    .footer-links { gap: 1.2rem;
      font-size: 0.98rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    padding: 25px 0; 
  }
  .footer-links a{
    padding: 10px 0;
  }
     .footer-paab{
      float: left;
    }
  }
  .innovation-section {
    width: 100%;
    height: 225px;
    background: #492728;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    opacity: 1;
  }
  .innovation-container {
    width: 992px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
  .innovation-content {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
  }
  .innovation-content sup {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7em;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    vertical-align: baseline;
    color: #FFFFFF;
    position: relative;
    top: -0.55em;
    margin-left: 0.12em;
  }
  @media (max-width: 1440px) {
    .innovation-section {
      width: 100%;
      max-width: 100%;
    }
  }
  @media (max-width: 992px) {
    .innovation-container {
      width: 100%;
      max-width: 992px;
      padding: 0 20px;
    }
    .innovation-content {
      font-size: 22px;
    }
    .innovation-content sup {
      font-size: 0.7em;
      top: -0.68em;
      margin-left: 0.12em;
    }
  }
  @media (max-width: 768px) {
    body { overflow-x: hidden; }
    #reward {
      width: 375px;
      height: 581px;
      padding: 40px 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      gap: 40px;
      transform: rotate(0deg);
      opacity: 1;
      margin: 0 auto;
    }
    #reward .reward-card {
      width: 335px;
      height: 581px;
      box-sizing: border-box;
      transform: rotate(0deg);
      opacity: 1;
      margin: 0 auto;
    }
    #reward .reward-card .reward-card-content {
      width: 335px;
      height: 259px;
      padding: 24px;
      gap: 24px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      transform: rotate(0deg);
      opacity: 1;
    }
    #reward .reward-card-text {
      width: 287px;
      gap: 8px;
      box-sizing: border-box;
    }
    #reward .reward-card-title {
      width: 287px;
      height: 34px;
      display: block;
      margin: 0 0 8px 0;
      transform: rotate(0deg);
      opacity: 1;
    }
    #reward .reward-card-desc {
      width: 287px;
      height: 60px;
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 125%;
      letter-spacing: 0px;
      color: #492728;
      transform: rotate(0deg);
      opacity: 1;
    }
    #reward .reward-card-logo { width: 70px; height: 85px; margin-left: -1px; }
    #reward .reward-card-logo img { margin: 10px 0px; }
    .innovation-section {
      height: auto;
      min-height: 152px; /* Figma mobile height */
      padding: 20px;     /* Figma mobile padding */
      width: 100%;
      margin: 0 auto;
    }
    .innovation-container {
      width: 100%;
      height: auto;
      min-height: 0;
      justify-content: center;
    }
    .innovation-content {
      font-size: 16px;
      line-height: 125%;
      letter-spacing: -0.02em;
    }
    .innovation-content sup {
      font-size: 0.7em;
      line-height: 0;
      top: -0.68em;
      margin-left: 0.12em;
    }
    .reward-card { width: 100%; margin: 1.5rem 0 0 0; }
    .reward-card-img { width: 335px; height: 188.4377px; }
    .reward-card-img img {
      width: 335px;
      height: 188.4377px;
      object-fit: cover;
      display: block;
      transform: rotate(0deg);
      opacity: 1;
    }
    .lineup { padding: 2rem 1rem; }
    .signature-container { width: 100%; }
    .footer-container { padding: 0 1rem; }
  }
 
  @media (max-width: 768px) {
    .hero{
      min-height: 437px;
      background: linear-gradient(180deg, #492728 40%, rgba(73, 39, 40, 0) 100%);
    }
    .hero-content{
    margin-top: 6rem;
    z-index: 1;
    }
    .hero-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 2rem;
      background: linear-gradient(180deg, #492728 1%, rgba(73, 39, 40, 0) 100%);
    }
    .hero-logo {
      width: 200px;
      height: auto;
      filter: brightness(0) invert(1); /* Converts the logo to white */
    }
    .hero-nav {
      display: none; /* Initially hide the navigation */
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
      background-color: #fff;
      color: #492728;
      position: absolute;
      top: 72px;
      right: 0;
      width: 100%;
      box-sizing: border-box;
      height: 257px;
     }
    .hero-nav-close{
      display: block;
      border: 0;
      background: #fff;
      padding: 0;
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #492728;
      text-decoration: none;
      margin-top: 10px;
      margin-left: 10px;
    } 
    .hero-nav-link {
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #492728;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: 1px solid grey;
      width: 100%;
      height: 27px;
      padding-left: 10px;

    }
    .hero-nav-link:hover {
      text-decoration: none;
      color: #492728;

    }
    .hero-lang {
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #FFFFFF;
      background: #492728;
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: right;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: end;
     }
     .hero-lang a.selected{
      padding-bottom: 0px !important;
    }
    .hero-lang a {
      margin: 0 7px !important;
}
    .menu-toggle {
      font-family: 'Montserrat', Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #492728;
      background: none;
      border: none;
      cursor: pointer;
    }
  }
  .menu-toggle {
    display: none; /* Hide the menu button by default */
  }

  @media (max-width: 768px) {
    .menu-toggle {
      display: block; /* Show the menu button only in mobile mode */
      font-family: 'Montserrat', Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      background: none;
      border: none;
      cursor: pointer;
    }
  }
  .hero-lang a {
    color: white; /* Make language links white */
    text-decoration: none; /* Remove default underline */
    margin: 0 4px; /* Some spacing between links */
   }
 
  .hero-lang a.selected {
    border-bottom: 2px solid white;
    padding-bottom: 2px;
    text-decoration: none; 
  }
  /* Small Tablets (768px to 899px) */
@media (min-width: 768px) and (max-width: 899px) {

  .hero-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem;
    gap: 1.5rem;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-subtitle {
    font-size: 1.6rem;
  }

  .hero-content {
    margin-top: 10rem;
    padding: 0 2rem;
  }

  .reward-card {
    width: 90%;
    max-width: 700px;
    height: auto;
    flex-direction: column;
    margin: 2rem auto;
  }

  .reward-card-content {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.2rem;
    width: 100%;
    box-sizing: border-box;
  }

  .reward-card-text {
    width: 100%;
  }

  .reward-card-logo {
    margin-left: 0;
    align-self: flex-start;
  }

  .lineup {
    padding: 3rem 2rem;
  }

  .lineup-title {
    font-size: 2rem;
  }

  .lineup-desc {
    font-size: 1.1rem;
  }

  .lineup-logos {
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lineup-logo-item {
    flex: 1 1 45%;
    height: auto;
  }

  .signature-container {
    flex-direction: column;
  }

  .signature-content {
    padding: 2rem;
    align-items: center;
    text-align: center;
  }

  .signature-text {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }

  .footer-container {
    flex-direction: column;
    padding: 0 2rem;
  }

  .footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1rem;
  }

}
