body {
  margin: 0px;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
}

main {
  z-index: -2 !important;
}

main img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1 !important;
}

a {
  text-decoration: none;
  color: #393939;
}

main h1 {
  margin-top: 40vh;
  font-size: 67px;
  font-weight: 900;
  margin-left: 8vw;
  width: 37vw;
  letter-spacing: 1px;
  color: #fff;
}

.theKnow {
  width: 90vw;
  margin: 0 auto;
  margin-top: 35vh;
}

.theKnow h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.know-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.culture-section {
  display: flex;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  padding: 60px 5vw;
  gap: 60px;
  box-sizing: border-box;
}

.culture-section img {
  width: 55vw;
  max-width: 900px;
  height: 70vh;
  object-fit: cover;
  border-radius: 10px;
}

.culture-text {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.culture-section.reverse {
  justify-content: space-between;
}

.culture-section.reverse img {
  margin: 0;
}

.culture-text h6 {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.culture-text h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
}

.culture-text h3 {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}

.culture-text button {
  padding: 18px 30px;
  background: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  width: fit-content;
}

@media (min-width: 1023px) and (max-width: 1025px) and (min-height: 1365px) and (max-height: 1367px) {
  .beyond-card img {
    width: 100%;
    height: 40vh !important;
    object-fit: cover;
    border-radius: 10px;
  }

  .culture-section img {
    width: 55vw;
    max-width: 900px;
    height: 35vh;
    object-fit: cover;
    border-radius: 10px;
  }
  .beyond-swoosh {
    width: 90vw;
    margin: 0 auto;
    padding: 60px 0;
    margin-bottom: -23vh !important;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .culture-section {
    display: flex;
    align-items: center;
    width: 98vw;
    margin: 0 auto;
    padding: 60px 0px !important;
    gap: 60px;
    box-sizing: border-box;
  }

  .item img {
    width: 350px;
    height: 300px;
    object-fit: cover;
  }

  .know-grid {
    display: flex;
    gap: 20px;
    width: 95vw;
    overflow-x: scroll !important;
  }

  .theKnow {
    width: 95vw;
    margin: 0 auto;
    margin-top: 35vh;
  }
  main h1 {
    margin-top: 40vh;
    font-size: 57px;
    font-weight: 900;
    margin-left: 8vw;
    width: 50vw;
    letter-spacing: 1px;
  }
}

@media (min-width: 300px) and (max-width: 600px) {
  .culture-section {
    display: flex;
    align-items: center;
    width: 98vw;
    margin: 0 auto;
    padding: 60px 0px !important;
    gap: 60px;
    box-sizing: border-box;
  }

  .item img {
    width: 250px;
    height: 200px;
    object-fit: cover;
  }

  .know-grid {
    display: flex;
    gap: 20px;
    width: 95vw;
    overflow-x: scroll !important;
  }

  .theKnow {
    width: 95vw;
    margin: 0 auto;
    margin-top: 35vh;
  }

  main h1 {
    margin-top: 33vh;
    font-size: 47px;
    font-weight: 900;
    margin-left: 8vw;
    width: 60vw;
    letter-spacing: 1px;
  }
}

/* Improved mobile responsiveness */
@media (max-width: 900px) {
  .culture-section,
  .culture-section.reverse {
    flex-direction: column;
    gap: 30px;
  }

  .culture-section img,
  .culture-section.reverse img {
    width: 80vw;
    height: 50vh;
  }

  .culture-text h1 {
    font-size: 36px;
  }

  .culture-section.reverse {
    flex-direction: column-reverse;
  }
}

.beyond-swoosh {
  width: 90vw;
  margin: 0 auto;
  padding: 60px 0;
}

.beyond-swoosh p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.beyond-swoosh h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
}

.beyond-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.beyond-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.beyond-card img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
}

.beyond-text {
  padding: 20px 0;
}

.beyond-text h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.beyond-text h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.beyond-text button {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

@media (max-width: 900px) {
  .beyond-grid {
    flex-direction: column;
  }

  .beyond-card img {
    height: 50vh;
  }

  .beyond-swoosh h1 {
    font-size: 32px;
  }
}

/* ===== LEARN MORE PAGE ===== */

.learn-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.learn-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.learn-hero-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 8vw;
  color: #fff;
  max-width: 600px;
}

.learn-tagline {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  margin-bottom: 10px;
}

.learn-hero-text h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.learn-subtitle {
  font-size: 16px;
  max-width: 420px;
}

/* Main content */
.learn-content {
  padding: 60px 8vw 40px;
}

.learn-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.learn-intro h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.learn-intro p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.learn-facts {
  max-width: 320px;
}

.learn-facts h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.learn-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.learn-facts li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* Cards */
.learn-cards {
  padding: 20px 8vw 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.learn-card {
  border: 1px solid #e5e5e5;
  padding: 24px 20px;
  background: #fff;
}

.learn-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.learn-card p {
  font-size: 15px;
  line-height: 1.6;
}

/* CTA */
.learn-cta {
  padding: 40px 8vw 80px;
  background: #f5f5f5;
}

.learn-cta-inner {
  max-width: 720px;
}

.learn-cta-inner h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.learn-cta-inner p {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.6;
}

.learn-cta-button {
  display: inline-block;
  padding: 12px 26px;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  border-radius: 2px;
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
  .learn-hero {
    height: 60vh;
  }

  .learn-hero-text {
    padding: 0 6vw;
  }

  .learn-hero-text h1 {
    font-size: 36px;
  }

  .learn-inner {
    flex-direction: column;
  }

  .learn-facts {
    max-width: 100%;
  }

  .learn-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .learn-hero {
    height: 55vh;
  }

  .learn-hero-text {
    padding: 0 16px;
  }

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

  .learn-subtitle {
    font-size: 14px;
  }

  .learn-content,
  .learn-cards,
  .learn-cta {
    padding: 32px 16px;
  }
}
