@charset "utf-8";

/* ============================================
   2026 Blade v10 ON — Event Page Styles
   ============================================ */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

/* Section */
.ev-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  /*background: #000 url('https://tm.ajlabs.co.kr/common/event/20260415-bladev10/Blade_v10_3pc.jpg') no-repeat center center / cover;*/
}

/* Video */
.ev-section__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Inner overlay — 전체 영역 중앙 정렬 */
.ev-section__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 로고 + 타이틀 + 버튼 그룹 */
.ev-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Wilson 로고 */
.ev-section__logo {
  width: 120px;
  height: auto;
}

/* Title image */
.ev-section__title {
  width: 654px;
  max-width: 34.06vw;   /* 654 / 1920 */
  height: auto;
}

/* CTA link button */
.ev-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-width: 235px;
  height: 44px;
  background: rgba(255, 255, 255, 0.20);
  border: 1px solid var(--mono300, #dddddd);
  text-decoration: none;
  cursor: pointer;
}

.ev-section__link-text {
  color: var(--mono50, #ffffff);
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1px;
  white-space: nowrap;
}


/* ============================================
   Section 1-2: Phase 2 CTA
   ============================================ */

.ev-phase2 {
  width: 100%;
  background: url(../images/ev-phase2-bg.png) no-repeat center center / cover;
  padding: 80px 20px;
}

.ev-phase2__inner {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.ev-phase2__badge img {
  height: 32px;
  width: auto;
}

.ev-phase2__heading {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.31;
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.ev-phase2__sub {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.ev-phase2__visual {
  position: relative;
  width: 100%;
  max-width: 942px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}

.ev-phase2__tech {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(29%)translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 70%;
}

.ev-phase2__tech-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.ev-phase2__tech-img--top {
  transform: translateX(-60px);
}

.ev-phase2__tech-img--btm {
  transform: translateX(60px);
}

.ev-phase2--visible .ev-phase2__tech-img--top {
  opacity: 1;
  transform: translateX(0);
}

.ev-phase2--visible .ev-phase2__tech-img--btm {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}

.ev-phase2__racket-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ev-phase2__racket {
  width: 150%;
  height: auto;
  display: block;
  justify-self: center;

}

.ev-phase2__logo {
  width: 180px;
  height: auto;
}

.ev-phase2__desc {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.ev-phase2__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 235px;
  height: 44px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.20);
  border: 1px solid #dddddd;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--mono50, #ffffff);
  text-decoration: none;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
  .ev-phase2 {
    padding: 60px 20px;
  }

  .ev-phase2__heading {
    font-size: 32px;
  }

  .ev-phase2__sub {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .ev-phase2 {
    padding: 48px 16px;
    background-image: url(../images/ev-phase2-mo-bg.png);
  }

  .ev-phase2__heading {
    font-size: 26px;
  }

  .ev-phase2__sub {
    font-size: 14px;
  }

  .ev-phase2__badge img {
    height: 24px;
  }

  .ev-phase2__logo {
    width: 90px;
  }

  .ev-phase2__desc {
    font-size: 12px;
  }

  .ev-phase2__link {
    min-width: 200px;
    font-size: 14px;
  }

  .ev-phase2__tech {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(7%) translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .ev-phase2__tech {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(29%) translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 70%;
  }
}


/* ============================================
   Section 2: Athlete (Aryna Sabalenka)
   ============================================ */

.ev-athlete {
  width: 100%;
  background: #fff;
}

.ev-athlete__wrap {
  max-width: 1350px;
  margin: 0 auto;
}

/* Header bar */
.ev-athlete__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  border-bottom: 1px solid var(--mono500, #b3b3b3);
  padding: 0 10px;
}

.ev-athlete__header-logo {
  height: 33px;
  width: auto;
}

.ev-athlete__header-name {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  color: #ce1010;
  letter-spacing: -1px;
  white-space: nowrap;
}

/* Content row */
.ev-athlete__body {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

/* Left panel */
.ev-athlete__left {
  flex: 0 0 887px;
  display: flex;
  flex-direction: column;
}

.ev-athlete__heading {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  color: #000;
  letter-spacing: -1px;
  margin: 0 0 81px;
}

.ev-athlete__panel {
  width: 100%;
  height: auto;
  display: block;
}

/* Right: athlete photo */
.ev-athlete__right {
  flex: 0 0 432px;
  
}

.ev-athlete__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ============================================
   Section 3: Spec (sticky left + scrollable cards)
   ============================================ */

.ev-spec {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

.ev-spec__wrap {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  gap: 297px;
  align-items: flex-start;
}

/* Left: sticky panel */
.ev-spec__sticky {
  flex: 0 0 559px;
  position: sticky;
  top: 40px;
  align-self: flex-start;
}

.ev-spec__heading {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  color: #222;
  margin: 0 0 32px;
  letter-spacing: -1px;
}

.ev-spec__body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  margin: 0 0 48px;
}

.ev-spec__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 48px;
  background: #ce1010;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}

/* Right: spec cards */
.ev-spec__cards {
  flex: 0 0 495px;
}

/* Single card */
.ev-spec__card {
  display: flex;
  gap: 24px;
  padding-bottom: 80px;
}

.ev-spec__card--last {
  padding-bottom: 0;
}

/* Number indicator */
.ev-spec__card-indicator {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ev-spec__card-num {
  width: 40px;
  height: 40px;
  background: #139171;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  flex-shrink: 0;
}

.ev-spec__card-line {
  flex: 1;
  width: 0;
  border-left: 1px dashed #919191;
  margin-top: 4px;
}

/* Card content */
.ev-spec__card-content {
  flex: 1;
  padding-top: 0;
}

.ev-spec__card-title {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #222;
  letter-spacing: -1px;
  margin: 0 0 32px;
}

.ev-spec__card-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 32px;
}

.ev-spec__card-subtitle {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #222;
  letter-spacing: -1px;
  margin: 0 0 16px;
}

.ev-spec__card-desc {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}


/* ============================================
   Section 4: Pro Players — Title
   ============================================ */

.ev-prohd {
  width: 100%;
  background: #fff;
  padding: 80px 0 40px;
}

.ev-prohd__wrap {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ev-prohd__title {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.194;
  color: #333a4a;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
}

.ev-prohd__sub {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.448;
  color: #474747;
  text-align: center;
  margin: 0;
}


/* ============================================
   Section 4: Pro Players Carousel
   ============================================ */

.ev-players {
  width: 100%;
  background: #fff;
  padding: 80px 0 60px;
}

/* Header */
.ev-players__hd {
  max-width: 1350px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ev-players__title {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.194;
  color: #333a4a;
  text-align: center;
  margin: 0;
}

.ev-players__sub {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.448;
  color: #474747;
  text-align: center;
  margin: 0;
}

/* Carousel viewport */
.ev-players__carousel {
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

/* Track */
.ev-players__track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* Card */
.ev-players__card {
  flex: 0 0 432px;
  height: 754px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Dark gradient overlay */
.ev-players__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 48%, rgba(0,0,0,0.95) 100%);
  pointer-events: none;
}

/* Card body (above overlay) */
.ev-players__card-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 22px 28px;
  gap: 20px;
}

.ev-players__card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.ev-players__card-en {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.43;
  color: rgba(248, 248, 248, 0.6);
  letter-spacing: -1px;
}

.ev-players__card-kr {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.194;
  color: #f8f8f8;
  letter-spacing: -1px;
  margin: 0;
}

.ev-players__card-desc {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25;
  color: #f8f8f8;
  margin: 0;
}

.ev-players__card-rank {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.43;
  color: #209977;
  letter-spacing: -1px;
}

/* CTA link */
.ev-players__card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}

/* Dots */
.ev-players__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.ev-players__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.ev-players__dot.is-active {
  background: #222;
}


/* ============================================
   Section 5: Racket Lineup Carousel
   ============================================ */

/* Carousel viewport */
.ev-racket__carousel {
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

/* Track */
.ev-racket__track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

/* Card */
.ev-racket__card {
  flex: 0 0 442px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
}

/* Top area */
.ev-racket__card-top {
  padding: 24px 22px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ev-racket__desc {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  margin: 0;
  text-align: center;
}

.ev-racket__name-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.ev-racket__brand {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #222;
}

.ev-racket__model {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #139171;
}

.ev-racket__level {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222;
}

/* Racket image */
.ev-racket__img-wrap {
  width: 100%;
  aspect-ratio: 399 / 389;
  overflow: hidden;
}

.ev-racket__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Specs list */
.ev-racket__specs {
  list-style: none;
  margin: 0;
  padding: 0 22px;
  flex: 1;
}

.ev-racket__specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.ev-racket__sl {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #222;
}

.ev-racket__sv {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #666;
}

.ev-racket__sv small {
  font-size: 11px;
  color: #666;
  margin-left: 2px;
}

/* CTA link */
.ev-racket__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 16px 22px 22px;
  background: linear-gradient(135deg, #139171 0%, #0d6b55 100%);
  border: 1px solid rgba(255,255,255,0.72);
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}

/* Dots */
.ev-racket__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.ev-racket__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.ev-racket__dot.is-active {
  background: #222;
}


/* ============================================
   Bag Carousel
   ============================================ */

.ev-bag__carousel {
  max-width: 1350px;
  margin: 40px auto 0;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.ev-bag__track {
  display: flex;
  gap: 36px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.ev-bag__card {
  flex: 0 0 432px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}

.ev-bag__img-wrap {
  width: 100%;
  aspect-ratio: 432 / 372.6;
  overflow: hidden;
  background: #f1f1f1;
}

.ev-bag__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ev-bag__body {
  padding: 28px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.ev-bag__title-wrap {
  text-align: center;
}

.ev-bag__type {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.194;
  color: #2a2a2a;
  letter-spacing: -1px;
  margin: 0 0 12px;
}

.ev-bag__desc {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.333;
  color: #2a2a2a;
  letter-spacing: -1px;
  margin: 0;
}

.ev-bag__stats {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  justify-content: center;
}

.ev-bag__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.ev-bag__stat-label {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.333;
  color: #209977;
  letter-spacing: -1px;
}

.ev-bag__stat-value {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 600;
  font-size: 21.6px;
  line-height: 1.583;
  color: #2a2a2a;
  letter-spacing: -1px;
}

.ev-bag__divider {
  width: 1px;
  height: 80px;
  background: #717171;
  flex-shrink: 0;
}

.ev-bag__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  background: linear-gradient(135deg, #139171 0%, #186850 100%);
  border: 1px solid rgba(255,255,255,0.72);
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
  text-decoration: none;
}

.ev-bag__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.ev-bag__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.ev-bag__dot.is-active {
  background: #222;
}

/* Responsive */
@media (max-width: 768px) {
  .ev-bag__card {
    flex: 0 0 340px;
  }

  .ev-bag__type { font-size: 26px; }
  .ev-bag__desc { font-size: 20px; }
  .ev-bag__stat-label { font-size: 20px; }
  .ev-bag__stat-value { font-size: 16px; }
}

@media only screen and (max-width: 640px) {
  .ev-bag__card {
    flex: 0 0 calc(100vw - 92px);
  }

  .ev-bag__type { font-size: 22px; }
  .ev-bag__desc { font-size: 17px; }
  .ev-bag__stat-label { font-size: 17px; }
  .ev-bag__stat-value { font-size: 14px; }
  .ev-bag__divider { height: 60px; }
}


/* ============================================
   Section Spacer (padding section-100)
   ============================================ */

.ev-spacer {
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 640px) {
  .ev-spacer { height: 60px; }
}


/* ============================================
   Outro
   ============================================ */

.ev-outro {
  width: 100%;
  min-height: 498px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ev-outro::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/outro-bg.jpg) center / cover no-repeat;
  z-index: 0;
}

.ev-outro__wrap {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ev-outro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 484px;
  text-align: center;
}

.ev-outro__logo {
  width: 233px;
  height: auto;
}

.ev-outro__text {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  letter-spacing: -1px;
}

.ev-outro__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.ev-outro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 44px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}

.ev-outro__btn--buy {
  background: rgba(255, 255, 255, 0.20);
  border: 1px solid var(--mono300, #dddddd);
  color: #fff;
}

.ev-outro__btn--store {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.40);
  color: rgba(255, 255, 255, 0.75);
}

.ev-outro__btn--store:hover {
  border-color: #dddddd;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .ev-outro {
    min-height: auto;
  }

  .ev-outro__wrap {
    padding: 60px 20px;
  }

  .ev-outro__logo {
    width: 180px;
  }

  .ev-outro__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .ev-outro::before {
    background-image: url(../images/outro-bg-mo.jpg);
    background-position: center center;
    transform: none;
  }

  .ev-outro__logo {
    width: 150px;
  }

  .ev-outro__text {
    font-size: 14px;
  }

  .ev-outro__btn {
    width: 200px;
    font-size: 14px;
    letter-spacing: -1px;
  }
}


/* ============================================
   Responsive — Tablet (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  /* Section 1 */
  .ev-section__content {
    gap: 20px;
  }

  .ev-section__logo {
    width: 96px;
  }

  .ev-section__title {
    width: 65vw;
    max-width: none;
  }

  .ev-section__link {
    min-width: 180px;
  }

  .ev-section__link-text {
    font-size: 14px;
    letter-spacing: -1px;
  }

  /* Section 2 */
  .ev-athlete__wrap {
    padding: 0 20px;
  }

  .ev-athlete__header {
    height: 64px;
  }

  .ev-athlete__header-name {
    font-size: 18px;
  }

  .ev-athlete__body {
    flex-direction: column-reverse;
  }

  .ev-athlete__left {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .ev-athlete__heading {
    font-size: 36px;
    margin: 32px 0 32px;
  }

  .ev-athlete__right {
    flex: none;
    width: 100%;
  }

  .ev-athlete__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
  }

  /* Section 4 */
  .ev-prohd__wrap {
    padding: 0 20px;
  }

  .ev-players {
    padding: 60px 0 40px;
  }

  .ev-players__hd {
    padding: 0 20px;
  }

  .ev-players__title {
    font-size: 36px;
  }

  .ev-players__sub {
    font-size: 16px;
  }

  .ev-players__card {
    flex: 0 0 340px;
    height: 592px;
  }

  .ev-players__card-kr {
    font-size: 30px;
  }

  /* Section 3 */
  .ev-spec {
    padding: 60px 0;
  }

  .ev-spec__wrap {
    flex-direction: column;
    gap: 48px;
    padding: 0 20px;
  }

  .ev-spec__sticky {
    flex: none;
    width: 100%;
    position: static;
  }

  .ev-spec__heading {
    font-size: 36px;
  }

  .ev-spec__body {
    font-size: 16px;
  }

  .ev-spec__cards {
    flex: none;
    width: 100%;
  }
}


/* ============================================
   Responsive — Mobile (max-width: 640px)
   ============================================ */
@media only screen and (max-width: 640px) {
  /* Section 1 */
  .ev-section__content {
    gap: 16px;
  }

  .ev-section__logo {
    width: 80px;
  }

  .ev-section__title {
    width: 72vw;
  }

  .ev-section__link {
    min-width: 160px;
    height: 40px;
  }

  .ev-section__link-text {
    font-size: 13px;
    letter-spacing: -1px;
  }

  /* Section 2 */
  .ev-athlete__wrap {
    padding: 0 16px;
  }

  .ev-athlete__header {
    height: 56px;
  }

  .ev-athlete__header-logo {
    height: 24px;
  }

  .ev-athlete__header-name {
    font-size: 15px;
  }

  .ev-athlete__heading {
    font-size: 28px;
    line-height: 1.35;
    margin: 24px 0 24px;
  }

  /* Section 4 */
  .ev-players {
    padding: 48px 0 32px;
  }

  .ev-players__title {
    font-size: 28px;
  }

  .ev-players__sub {
    font-size: 14px;
  }

  .ev-players__card {
    flex: 0 0 calc(100vw - 92px);
    height: auto;
    aspect-ratio: 432 / 754;
    max-height: none;
  }

  .ev-players__card-kr {
    font-size: 24px;
  }

  .ev-players__card-en {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .ev-players__card-link {
    font-size: 15px;
    height: 48px;
  }

  /* Section 3 */
  .ev-spec__wrap {
    padding: 0 16px;
  }

  .ev-spec__heading {
    font-size: 28px;
  }

  .ev-spec__body {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .ev-spec__card {
    gap: 16px;
    padding-bottom: 48px;
  }

  .ev-spec__card-title {
    font-size: 24px;
  }

  .ev-spec__card-subtitle {
    font-size: 20px;
  }

  .ev-spec__card-desc {
    font-size: 16px;
  }

  /* Section 4/5 헤더 & 캐러셀 패딩 */
  .ev-prohd__wrap {
    padding: 0 16px;
  }

  .ev-players__hd {
    padding: 0 16px;
  }

  .ev-players__carousel {
    padding: 0 16px;
  }

  .ev-racket__carousel {
    padding: 0 16px;
  }

  .ev-racket__card {
    flex: 0 0 calc(100vw - 92px);
  }

  .ev-bag__carousel {
    padding: 0 16px;
  }

  /* 라켓 카드 — 모바일 */
  .ev-racket__level {
    display: none;
  }

  .ev-racket__name-row {
    justify-content: center;
  }

  .ev-racket__sl {
    font-size: 15px;
  }

  .ev-racket__sv {
    font-size: 17px;
  }

  .ev-racket__sv small {
    font-size: 10px;
  }
}


/* ============================================
   Section 1 & Outro — 컨테이너 padding 무관하게 뷰포트 전체 너비
   position:relative + left:50% + translateX(-50%) 기법
   ============================================ */
.ev-section,
.ev-phase2,
.ev-outro {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
