@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");
body {
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: -0.01em;
}
h1,
h2,
h3,
.price strong,
.impact-counters strong {
  font-family: "Manrope", sans-serif;
}
.promo {
  height: 36px;
  background: #062a21;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.promo > div {
  display: flex;
  gap: 34px;
  white-space: nowrap;
  min-width: max-content;
  animation: marquee 18s linear infinite;
}
.promo i {
  color: var(--lime);
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.nav {
  height: 76px;
  box-shadow: 0 8px 30px rgba(5, 42, 32, 0.04);
}
.icon-button,
.cart-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f3f7f4;
}
.hero {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0, #efffdb 0, transparent 30%),
    linear-gradient(135deg, #fff, #f5f9f5);
}
.hero:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -75px;
  top: -85px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 61, 43, 0.12) 0 2px,
    transparent 3px
  );
  background-size: 21px 21px;
}
.hero > * {
  position: relative;
  z-index: 1;
}
h1,
.section-title h2,
.story h2,
.why h2 {
  font-family: "Manrope";
  font-weight: 800;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.hero-actions > span {
  color: #658077;
  font-size: 13px;
  line-height: 1.5;
}
.button {
  border-radius: 99px;
}
.carousel {
  height: 535px;
  border-radius: 36px;
  border: 8px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 35px 100px rgba(0, 61, 43, 0.2);
}
.carousel-badge {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 22px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 16px;
  border-radius: 99px;
  color: #062a21;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.trust-strip {
  max-width: 1180px;
  margin: -35px auto 0;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 22px;
  padding: 25px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 22px 60px rgba(0, 61, 43, 0.1);
}
.trust-strip > div {
  display: flex;
  gap: 14px;
  border-right: 1px solid #e7eee9;
  padding: 0 22px;
}
.trust-strip > div:last-child {
  border: 0;
}
.trust-strip span {
  display: flex;
  flex-direction: column;
}
.product-grid.two {
  grid-template-columns: repeat(2, minmax(280px, 390px));
  justify-content: center;
}
.product-card {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 18px 55px rgba(7, 48, 34, 0.08);
}
.best {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  background: var(--lime);
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  padding: 9px 13px;
  border-radius: 99px;
}
.unit {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 99px;
  background: #f0f7e8;
  color: #3f6f14 !important;
  font-size: 13px !important;
  font-weight: 800;
  margin-top: -10px !important;
}
.why {
  padding: 110px max(6vw, 28px);
  background: #062a21;
  color: #fff;
}
.why-grid {
  max-width: 1180px;
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.why-grid article {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}
.impact-counters {
  max-width: 1180px;
  margin: -45px auto 90px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 25px 80px rgba(0, 42, 31, 0.14);
  overflow: hidden;
}
.impact-counters > div {
  padding: 32px 25px;
  text-align: center;
  border-right: 1px solid #e6eee9;
}
.impact-counters > div:last-child {
  border: 0;
}
.impact-counters strong {
  display: block;
  color: #062a21;
  font-size: clamp(37px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}
.impact-counters sup {
  font-size: 0.48em;
  color: #75ad15;
}
.impact-counters span {
  display: block;
  margin-top: 10px;
  color: #71817b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.normandy-story {
  padding: 95px max(7vw, 30px);
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(320px, 560px);
  gap: 8vw;
  align-items: center;
  background: linear-gradient(135deg, #f5f9f2, #fff);
}
.normandy-map {
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 28px 80px rgba(0, 61, 43, 0.14);
  background: #fff;
}
.normandy-map img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.normandy-story h2 {
  font: 800 clamp(38px, 4vw, 60px) / 1.05 "Manrope";
  letter-spacing: -0.055em;
  color: #062a21;
  margin: 14px 0 22px;
}
.normandy-story p {
  font-size: 19px;
  line-height: 1.75;
  color: #60716a;
}
.shipping-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 18px 12px 12px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid rgba(0, 61, 43, 0.1);
  box-shadow: 0 10px 30px rgba(0, 61, 43, 0.08);
  color: #52655e;
  font-size: 14px;
}
.mondial-logo {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(191, 0, 75, 0.18);
}
.shipping-pill > span {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.shipping-pill strong {
  color: #062a21;
}
.promo-progress > div {
  height: 8px;
  border-radius: 99px;
  background: #e5ebe7;
  overflow: hidden;
}
.promo-progress > div span {
  display: block;
  height: 100%;
  background: var(--lime);
}
.cart-summary p {
  display: flex;
  justify-content: space-between;
}
.saving {
  color: #69a200;
}
@media (max-width: 800px) {
  .hero {
    padding-top: 42px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .trust-strip {
    margin: 0;
    grid-template-columns: 1fr 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .impact-counters {
    margin: 0;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
  }
  .impact-counters > div {
    border-bottom: 1px solid #e6eee9;
  }
  .impact-counters > div:nth-child(2) {
    border-right: 0;
  }
  .normandy-story {
    padding: 70px 22px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product-grid.two {
    grid-template-columns: 1fr;
  }
}
.video-story {
  padding: 90px max(6vw, 28px);
  background: #062a21;
  color: #fff;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 45px;
  align-items: center;
}
.video-story h2 {
  font-size: clamp(34px, 4vw, 54px);
  margin: 12px 0;
}
.video-story p {
  color: #bfd0ca;
  line-height: 1.7;
}
.video-story video {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
@media (max-width: 800px) {
  .video-story {
    grid-template-columns: 1fr;
    padding: 70px 22px;
  }
}
