/* =====================================================
   ORL Recovery Slide — 기획전 스타일 (MO)
   prefix "orl-" / 운영 CSS 충돌 방지
   * 폰트(Pretendard)는 운영 fonts.css에서 로드됨
===================================================== */

:root {
  --orl-black:   #1d1d1d;
  --orl-gray:    #555555;
  --orl-muted:   #999999;
  --orl-border:  #e5e5e5;
  --orl-bg:      #ffffff;
  --orl-bg-alt:  #f5f5f5;
  --orl-lime:    #5BA9E6;
  --orl-dark:    #111111;
  --orl-font:    'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  --orl-font-en: 'GeneralSans', 'Pretendard Variable', Pretendard, -apple-system, system-ui, sans-serif;
  --orl-lh:      1.5;
  --safe-b:      env(safe-area-inset-bottom, 0px);
}

.orl-page *,
.orl-page *::before,
.orl-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  /* 운영 CSS 폰트 오버라이드 방지 */
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
}

.orl-page {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: var(--orl-lh);
  color: var(--orl-black);
  background: var(--orl-bg);
  width: 100%;
  overflow-x: hidden;
}

.orl-img {
  background: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.orl-img::after {
  content: attr(data-alt);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #aaa;
  position: absolute;
}
.orl-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 이미지 있을 때 placeholder 텍스트 숨김 */
.orl-img:has(img)::after { display: none; }


/* =====================================================
   §1  HERO
===================================================== */
.orl-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100vh;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  overflow: hidden;
}

.orl-hero__bg {
  position: absolute;
  inset: -6% 0;
  will-change: transform;
}
.orl-hero__bg .orl-img { width: 100%; height: 100%; background: #1a1a1a; }
.orl-hero__bg .orl-img::after { content: 'MAIN VISUAL'; color: #444; }
.orl-hero__bg .orl-img:has(img[src]:not([src=""]))::after { display: none; }

.orl-hero__overlay {
  display: none;
  z-index: 1;
}

.orl-hero__body {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  width: 100%;
}

.orl-hero__eyebrow {
  font-family: var(--orl-font-en);
  font-size: 10px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(14px);
  animation: orlFadeUp 0.9s ease forwards 0.2s;
}

.orl-hero__name {
  font-family: var(--orl-font-en);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  animation: orlFadeUp 1s ease forwards 0.4s;
}

.orl-hero__sub {
  font-family: var(--orl-font-en);
  font-size: 13px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.38);
  margin-top: 10px;
  opacity: 0;
  transform: translateY(14px);
  animation: orlFadeUp 0.9s ease forwards 0.6s;
}

.orl-hero__rule {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.22);
  margin: 28px auto;
  opacity: 0;
  animation: orlFadeIn 0.8s ease forwards 0.82s;
}

.orl-hero__tagline {
  font-family: var(--orl-font);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0;
  transform: translateY(14px);
  animation: orlFadeUp 0.9s ease forwards 1s;
}

.orl-hero__scroll { display: none; }


/* =====================================================
   §2  INTRO
===================================================== */
.orl-intro {
  padding: 80px 24px 72px;
  text-align: center;
}

.orl-intro__chip {
  display: inline-block;
  font-family: var(--orl-font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--orl-muted);
  margin-bottom: 40px;
}

.orl-intro__heading {
  font-family: var(--orl-font-en);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--orl-black);
  margin-bottom: 16px;
}

.orl-intro__copy {
  font-size: 16px;
  color: var(--orl-gray);
  line-height: var(--orl-lh);
  text-align: center;
  letter-spacing: -0.2px;
}
.orl-intro__copy p + p { margin-top: 16px; }

.orl-intro__quote {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 500;
  color: var(--orl-black);
}


/* =====================================================
   §2.5  EVENT — 오픈 기념 특별 혜택 (텍스트 / 상하 라인)
===================================================== */
.orl-event {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  background: #5BA9E6;
  padding: 56px 24px;
  text-align: center;
}

.orl-event__title {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  margin-bottom: 28px;
}

.orl-event__list {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid rgba(0,0,0,0.25);
}

.orl-event__row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.orl-event__label {
  flex: 0 0 60px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.orl-event__value {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #000000;
}

.orl-event__note {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0,0,0,0.65);
}


/* =====================================================
   §3  FEATURES — SWIPER (모바일: 1장씩 스와이프)
===================================================== */
.orl-features {
  background: var(--orl-bg-alt);
  padding: 64px 0 0;
}

.orl-features__head { padding: 0 24px 36px; }

.orl-features__tag {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--orl-muted);
  margin-bottom: 12px;
}

.orl-features__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--orl-black);
}

/* Swiper 컨테이너 */
.orl-fg.swiper {
  overflow: visible;
  padding: 0 0 64px !important;
}

.orl-fg .swiper-slide {
  width: calc(100% - 48px);
  margin-left: 24px;
}
.orl-fg .swiper-slide:last-child { margin-right: 24px; }

/* 피처 카드 — 세로형 */
.orl-fg__card {
  display: flex;
  flex-direction: column;
  background: var(--orl-bg);
}

.orl-fg__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}
.orl-fg__img .orl-img { width: 100%; height: 100%; background: #d8d8d8; }

.orl-fg__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
}

.orl-fg__num {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--orl-muted);
  margin-bottom: 8px;
}

.orl-fg__en {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--orl-black);
  white-space: nowrap;
}

.orl-fg__kr {
  font-size: 14px;
  color: var(--orl-gray);
  margin-top: 6px;
  margin-bottom: 12px;
}

.orl-fg__desc {
  font-size: 13.5px;
  color: var(--orl-gray);
  line-height: 1.55;
  margin-bottom: 16px;
}

.orl-fg__spec {
  padding-top: 16px;
  border-top: 1px solid var(--orl-border);
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.orl-fg__spec-label {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--orl-muted);
}

.orl-fg__spec-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--orl-black);
}

/* 피처 스와이퍼 페이지네이션 */
.orl-fg-pagi {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 24px 48px;
}
.orl-fg-pagi .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orl-border);
  opacity: 1;
  transition: all 0.3s;
}
.orl-fg-pagi .swiper-pagination-bullet-active {
  background: var(--orl-black);
  width: 22px;
  border-radius: 3px;
}


/* =====================================================
   §4  GALLERY SWIPER  (연출컷)
===================================================== */
.orl-gallery {
  background: var(--orl-dark);
  padding: 64px 0 56px;
  overflow: hidden;
}

.orl-gallery__head {
  padding: 0 24px 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.orl-gallery__tag {
  font-family: var(--orl-font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.28);
  margin-bottom: 10px;
}

.orl-gallery__title {
  font-family: var(--orl-font-en);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.orl-gallery-ctrl { display: flex; gap: 10px; }

.orl-gallery-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.orl-gallery-btn:active { background: rgba(255,255,255,0.1); }
.orl-gallery-btn svg { width: 18px; height: 18px; }
.orl-gallery-btn svg path { stroke: rgba(255,255,255,0.6); stroke-width: 1.4; fill: none; }
.orl-gallery-btn.swiper-button-disabled { opacity: 0.2; pointer-events: none; }

.orl-gallery-swiper.swiper {
  overflow: visible;
  padding: 0 0 0 24px !important;
}

.orl-gallery-swiper .swiper-slide {
  width: 72vw;  /* 고정 너비 → 옆 이미지 peek */
}

.orl-gallery-slide {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.orl-gallery-slide .orl-img { width: 100%; height: 100%; background: #2a2a2a; }

.orl-gallery-pagi {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  padding: 0 24px;
}
.orl-gallery-pagi .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  opacity: 1;
  transition: all 0.3s;
}
.orl-gallery-pagi .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 3px;
}


/* =====================================================
   §5  STATS
===================================================== */
.orl-stats {
  background: var(--orl-dark);
  padding: 24px 0 64px;
  position: relative;
  overflow: hidden;
}

.orl-stats::before {
  content: 'ORL';
  font-family: var(--orl-font-en);
  font-size: 52vw;
  font-weight: 600;
  color: rgba(255,255,255,0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.orl-stats__inner { position: relative; z-index: 1; }

.orl-stats__tag {
  font-family: var(--orl-font-en);
  font-size: 10px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.22);
  text-align: center;
  margin-bottom: 52px;
}

.orl-stats__grid { display: grid; grid-template-columns: 1fr; }

.orl-stat {
  background: var(--orl-dark);
  padding: 48px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.orl-stat:last-child { border-bottom: none; }

.orl-stat__num {
  font-family: var(--orl-font-en);
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.025em;
}

.orl-stat__unit {
  font-size: 0.42em;
  vertical-align: super;
  font-weight: 400;
  line-height: 1;
}

.orl-stat__label-en {
  font-family: var(--orl-font-en);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.28);
  margin-top: 20px;
  margin-bottom: 8px;
}

.orl-stat__label-kr {
  font-size: 16px;
  color: rgba(255,255,255,0.48);
  line-height: var(--orl-lh);
}


/* =====================================================
   §6  COMPARISON
===================================================== */
.orl-compare {
  background: var(--orl-dark);
  padding: 64px 16px 32px;
}

.orl-compare__tag {
  font-family: var(--orl-font-en);
  font-size: 10px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.22);
  margin-bottom: 40px;
  padding: 0 8px;
}

.orl-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.orl-ccard {
  background: #1c1c1c;
  padding: 20px 18px 28px;
  position: relative;
}

.orl-ccard--active {
  outline: 2px solid var(--orl-lime);
  outline-offset: 0;
  background: #1a1a1a;
}

.orl-ccard__badge {
  display: inline-block;
  font-family: var(--orl-font-en);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--orl-dark);
  background: var(--orl-lime);
  padding: 3px 8px;
  margin-bottom: 16px;
}
.orl-ccard__badge--empty { visibility: hidden; }

.orl-ccard__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.orl-ccard__img .orl-img { width: 100%; height: 100%; background: #2c2c2c; }
.orl-ccard--active .orl-ccard__img .orl-img { background: #282828; }

.orl-ccard__name {
  font-family: var(--orl-font-en);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.orl-ccard__specs { display: flex; flex-direction: column; }

.orl-ccard__row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.orl-ccard__row:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }

.orl-ccard__key {
  font-family: var(--orl-font-en);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.3);
}

.orl-ccard__val {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: var(--orl-lh);
}

.orl-ccard--active .orl-ccard__val { color: rgba(255,255,255,0.85); }

.orl-ccard__val--new {
  color: var(--orl-lime) !important;
  font-weight: 500;
}


/* =====================================================
   §7  CTA BANNER
===================================================== */
.orl-cta {
  background: var(--orl-lime);
  padding: 48px 24px calc(48px + var(--safe-b));
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.orl-cta__headline {
  font-family: var(--orl-font-en);
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--orl-dark);
}

.orl-cta__sub {
  font-size: 16px;
  color: rgba(0,0,0,0.52);
  margin-top: 10px;
  line-height: var(--orl-lh);
}

.orl-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--orl-dark);
  color: #fff;
  font-family: var(--orl-font-en);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 18px 32px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}
.orl-cta__btn:active { background: #333; }
.orl-cta__btn svg { width: 18px; height: 18px; }
.orl-cta__btn svg path { stroke: #fff; stroke-width: 1.5; fill: none; }


/* =====================================================
   ANIMATIONS & REVEAL
===================================================== */
@keyframes orlFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes orlFadeIn {
  to { opacity: 1; }
}
@keyframes orlScrollPulse {
  0%,100% { opacity: 0.65; }
  50%      { opacity: 0.15; }
}

.orl-rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.orl-rv.--in { opacity: 1; transform: translateY(0); }
.orl-rv-d1 { transition-delay: 0.1s; }
.orl-rv-d2 { transition-delay: 0.2s; }
.orl-rv-d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .orl-hero__eyebrow,
  .orl-hero__name,
  .orl-hero__sub,
  .orl-hero__rule,
  .orl-hero__tagline { animation: none; opacity: 1; transform: none; }
  .orl-rv { opacity: 1; transform: none; transition: none; }
}
