/* ============================================================
   PEPPER Summer Job — overrides + new sections
   ============================================================ */

/* ===== Pepper Neo (local) =================================== */
@font-face {
  font-family: "Pepper Neo";
  src: url("./fonts/PepperNeo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pepper Neo";
  src: url("./fonts/PepperNeo-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pepper Neo";
  src: url("./fonts/PepperNeo-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pepper Neo";
  src: url("./fonts/PepperNeo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pepper Neo";
  src: url("./fonts/PepperNeo-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

/* ===== Hide nav links & hamburger (Summer Job) ============== */
.link-btn-container,
.hamburger-menu,
.mobile-nav {
  display: none !important;
}

/* ===== Hero override (Summer Job) =========================== */
.hero {
  background-image: none !important;
  background-color: #000 !important;
  position: relative;
  overflow: hidden;
}

.hero-summer-badge {
  position: absolute;
  top: 50%;
  left: 7vw;
  transform: translateY(-50%);
  width: 43.67vw;
  max-width: 907px;
  height: auto;
  max-height: 106vh;
  z-index: 2;
  filter: drop-shadow(12px 10px 12px rgba(122, 34, 84, 0.45));
  pointer-events: none;
  transform: rotate(-5deg) translateY(-42%);
}

.hero-content--summer {
  width: 47vw;
  right: 7vw;
  top: 12vw;
}

.h1--summer .hero-summer-title {
  display: inline-block;
  font-weight: 500;
  font-size: 3.34vw;
  line-height: 1.31;
  color: #fff;
  margin-bottom: 0;
}

.h1--summer .hero-summer-subtitle {
  display: inline-block;
  font-weight: 900;
  font-size: 4.38vw;
  line-height: 1.12;
  color: #fb48c4;
}

/* ===== Hero Disclaimer (below hero) ========================= */
.hero-disclaimer-below {
  background: #fff;
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: right;
  padding: 24px 7vw 0;
  margin: 0;
}

@media (max-width: 767px) {
  .hero-disclaimer-below {
    padding: 8px 16px 0;
    font-size: 14px;
    line-height: 22px;
  }
}

/* ===== Info cards (Summer style: horizontal icon + text) ==== */
@media (min-width: 768px) {
  .info-cards-container--summer {
    gap: 0.83vw;
  }

  .sales-card--summer {
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: flex-start;
    width: calc((100% - 4 * 0.83vw) / 5);
    height: 7vw;
    min-height: 110px;
    padding: 0;
  }

  .sales-card--summer .sales-card-icon {
    width: 6.6vw;
    height: 100%;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sales-card--summer .sales-card-icon img {
    width: 5.7vw;
    height: 5.7vw;
  }

  .sales-card--summer .sales-card-content {
    flex: 1;
    height: auto;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    padding: 0.85vw 0.85vw 0.85vw 0.4vw;
  }

  .sales-card--summer .sales-card-text {
    font-size: 0.85vw;
    line-height: 1.4;
    font-weight: 500;
    text-align: right;
    width: 100%;
  }

  .sales-card--summer .small-text {
    font-size: 0.75vw;
    display: block;
  }
}

/* Mobile swiper spacing - 16px between slides, slide fits card width */
@media (max-width: 767px) {
  .info-swiper .swiper-slide {
    width: 305px !important;
    height: auto !important;
  }
  .info-swiper {
    padding: 0 !important;
  }
}

/* mobile - simpler */
.sales-card-mobile--summer {
  background: #ffe7f7;
  border-radius: 8px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 305px;
  height: 144px;
  padding: 0;
  overflow: hidden;
}

.sales-card-mobile--summer .sales-card-mobile-icon {
  width: 127px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

.sales-card-mobile--summer .sales-card-mobile-icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.sales-card-mobile--summer .sales-card-mobile-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 16px 16px 8px;
}

.sales-card-mobile--summer .sales-card-mobile-text {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  text-align: right;
  margin: 0;
}

/* ===== Steps section ======================================== */
.steps-section {
  background: #fff;
  padding: 4vw 7vw;
}

.steps-section__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}

.steps-section__title {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  color: #303030;
  text-align: right;
  margin: 0;
}

.steps-section__list {
  display: flex;
  gap: 2.5vw;
  width: 100%;
  padding-bottom: 1vw;
  direction: rtl;
}

.step-item {
  flex: 1;
  display: flex;
  align-items: center;

  position: relative;
  min-height: 12vw;
}

.step-item__num {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 900;
  font-size: 12vw;
  line-height: 1;
  color: #ffe7f7;

  white-space: nowrap;
  display: inline-flex;
  direction: ltr;
  letter-spacing: 0.5vw;
}

.step-item__zero {
  position: relative;
  display: inline-block;
}

.step-item__digit {
  color: #fb48c4;
}

.step-item__text {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-101%, -64%);
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 1.4vw;
  line-height: 1.25;
  letter-spacing: 0;
  color: #303030;
  text-align: right;
  width: 9vw;
  margin: 0;
  z-index: 2;
  direction: rtl;
}

.steps-section__outcome {
  background: #ffe7f7;
  border-radius: 4px;
  padding: 16px 10px;
  text-align: center;
  width: 100%;
}

.steps-section__outcome p {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 900;
  font-size: 2.5vw;
  line-height: 1.17;
  color: #fb48c4;
  margin: 0;
}

/* ===== Q&A section ========================================== */
.qa-section {
  background: #f4f8f7;
  padding: 6vw 7vw;
}

.qa-section__inner {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}

.qa-section__title-wrap {
  flex: 1;
  position: sticky;
  top: 6vw;
  padding-top: 0vw;
}

.qa-section__title {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  color: #303030;
  text-align: right;
  margin: 0;
}

.qa-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.qa-section__list {
  border-bottom: 1px solid #303030;
}

.qa-section__item {
  border-top: 1px solid #303030;
}

.qa-section__btn {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: right;
  font-family: "Pepper Neo", sans-serif;
}

.qa-section__q {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
  text-align: right;
  padding-right: 16px;
}

.qa-section__icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.3s ease;
}

.qa-section__icon::before,
.qa-section__icon::after {
  content: "";
  position: absolute;
  background: #303030;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.qa-section__icon::before {
  width: 16px;
  height: 2px;
}

.qa-section__icon::after {
  width: 2px;
  height: 16px;
}

.qa-section__item.is-open .qa-section__icon {
  transform: rotate(45deg);
}

.qa-section__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}

.qa-section__answer p {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
  text-align: right;
  margin: 0;
}

.qa-section__item.is-open .qa-section__answer {
  padding: 0 16px 16px;
}

.qa-section__footnote {
  font-family: "Pepper Neo", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: right;
  margin: 0;
  padding: 24px 7vw 0;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 1vw 0;
}

/* ===== MOBILE breakpoints =================================== */
@media (max-width: 767px) {
  .hero {
    height: auto !important;
    min-height: auto !important;
    background: #fff !important;
    padding: 16px 0 0 !important;
  }

  .logo-container {
    position: relative !important;
    background: transparent !important;
    padding: 0 16px 8px !important;
  }

  .hero-summer-badge {
    display: none;
  }

  /* Mobile hero: a single pre-composed image (black box + lanyard + gradient,
     with the loop overflowing the top via the image's own transparent canvas).
     The white/pink text is overlaid on the gradient-darkened bottom. Width is
     capped at 343px so the layout is identical on every device. */
  .hero-content--summer {
    box-sizing: border-box;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin: 8px auto 0 !important;
    padding: 0 !important;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    display: block !important;
    /* Keep the box at its 375px design height so on narrower phones (e.g.
       Galaxy) it doesn't compress and crowd the white text against the badge. */
    min-height: 438px;
  }

  /* The composite image (badge + gradient) is capped at its design width and
     centred, so the badge stays a CONSISTENT size on every device while the
     black box above fills the full width. */
  .hero-image--summer {
    position: static !important;
    display: block;
    width: 100%;
    max-width: 343px;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible;
  }

  .hero-image--summer img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  /* White/pink text overlaid on the darkened (gradient) bottom of the image,
     centred to line up with the capped badge on wide screens. */
  .hero-text--summer {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 18px !important;
    top: auto !important;
    width: auto !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    z-index: 2;
    text-align: right;
  }

  .h1--summer.only_mobile {
    width: 100% !important;
    display: block !important;
  }

  .h1--summer {
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
  }

  .h1--summer .hero-summer-title {
    display: block !important;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 100;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .h1--summer .hero-summer-subtitle {
    display: block !important;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    color: #fb48c4;
    font-weight: 900;
  }

  /* Hide scroll instruction inside hero on mobile */
  .hero-content--summer .h2.only_mobile,
  .hero-content--summer .scroll-instruction {
    display: none !important;
  }

  /* Scroll instruction below hero — close to the disclaimer above (8px),
     farther from the next section title below (48px), per Figma */
  .h2.only_mobile {
    line-height: 1.5 !important;
    margin: 8px 0 48px !important;
  }

  .info-title {
    font-size: 28px;
  }

  .steps-section {
    padding: 32px 16px;
  }

  .steps-section__title {
    font-size: 24px;
    line-height: 32px;
  }

  .steps-section__list {
    flex-direction: column;
    gap: 48px;
    padding-bottom: 16px;
  }

  .step-item {
    min-height: 106px;
    height: 106px;
  }

  /* Number overflows the 106px step (like the absolutely-positioned number in
     Figma) so the step pitch stays 106 + 48 gap = 154px, matching the design. */
  .step-item__num {
    font-size: 166px;
    line-height: 106px;
    letter-spacing: -4px;
    left: auto;
    right: 0;
  }

  .step-item__text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    width: auto;
    flex: 0 0 222px;
    margin: 0;
  }

  .steps-section__outcome {
    padding: 6px 10px;
  }

  .steps-section__outcome p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }

  .qa-section {
    background: #fff;
    padding: 0 16px 32px;
  }

  .qa-section__inner {
    flex-direction: column;
    gap: 32px;
  }

  .qa-section__title-wrap {
    position: static;
    padding-top: 0;
  }

  .qa-section__title {
    font-size: 24px;
    line-height: 32px;
  }

  .qa-section__btn {
    padding: 16px;
  }

  .qa-section__q {
    font-size: 16px;
    line-height: 24px;
    padding-right: 16px;
  }

  .qa-section__icon {
    width: 16px;
    height: 16px;
  }
  .qa-section__icon::before {
    width: 10px;
  }
  .qa-section__icon::after {
    height: 10px;
  }

  .qa-section__answer p {
    font-size: 16px;
    line-height: 24px;
  }

  .qa-section__footnote {
    padding-top: 32px;
  }
}
