/* =========================
   INCREDIBLE MAGIC SHOW
   PAGE ONLY
========================= */

.incredible-page {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.95)
    ),
    url("../image/program/incredible/incredible-bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow-x: hidden;
}

.incredible-page section + section {
  margin-top: 0;
}

/* =========================
   REVEAL ANIMATION
========================= */

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   OPTIONAL PROGRESS BAR
========================= */

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #fff6c9 0%, #e6c76a 45%, #caa13a 75%, #8a6a1f 100%);
  z-index: 10000;
  box-shadow: 0 0 12px rgba(230, 199, 106, 0.45);
}

/* =========================
   HERO
========================= */

.incredible-page .hero {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.45)),
    url("../image/program/incrediblemagic.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
}

.incredible-page .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  height: auto;
  padding-top: 300px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.incredible-page .hero-left {
  margin-top: -80px;
  text-align: left;
}

.incredible-page .hero-left h1 {
  text-align: left;
  font-family: 'Cinzel', serif;
  margin-bottom: 0;
  font-size: 72px;
  letter-spacing: 6px;
  line-height: 1.05;
  background: linear-gradient(
    135deg,
    #fff6c9 0%,
    #e6c76a 35%,
    #caa13a 55%,
    #8a6a1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 0 18px rgba(212, 175, 55, 0.25);
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.35));
}

.incredible-page .hero-sub {
  margin-top: 8px;
  margin-bottom: 25px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.9;
}

.incredible-page .hero-left p {
  color: #ccc;
  line-height: 1.7;
  text-align: left;
}

.incredible-page .hero-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  flex-shrink: 0;
}

.incredible-page .hero-right a {
  display: block;
  color: #fff;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.incredible-page .hero-right a:hover {
  opacity: 1;
  transform: translateX(6px);
}

.incredible-page .hero-right a.active {
  opacity: 1;
  transform: translateX(6px);
}

/* =========================
   INFO BAR
========================= */

.incredible-page .info-bar {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 100px;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.incredible-page .info-box {
  max-width: 260px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.incredible-page .info-box:hover {
  transform: translateY(-6px);
  opacity: 1;
}

.incredible-page .info-box h3 {
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.incredible-page .info-box p {
  color: #fff;
}

/* =========================
   KEY MESSAGE
========================= */

.incredible-page .key-message {
  position: relative;
  padding: 140px 8%;
  text-align: center;
}

.incredible-page .key-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    to bottom,
    #050505,
    rgba(5, 5, 5, 0)
  );
  z-index: 2;
  pointer-events: none;
}

.incredible-page .key-container {
  max-width: 900px;
  margin: auto;
}

.incredible-page .key-message h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.5rem, 4vw, 3rem);
  letter-spacing: 4px;
  margin-bottom: 40px;
  background: linear-gradient(
    135deg,
    #fff6c9 0%,
    #e6c76a 35%,
    #caa13a 55%,
    #8a6a1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .key-message p {
  font-size: 18px;
  line-height: 1.8;
  color: #ddd;
}

/* =========================
   DISCOVER
========================= */

.incredible-page .discover {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 40px;
  align-items: center;
  overflow: hidden;
}

.incredible-page .discover::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(230, 199, 106, 0.08),
    transparent 70%
  );
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.incredible-page .discover-left h2 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
  font-family: 'Cinzel', serif;
  letter-spacing: 4px;
  background: linear-gradient(
    135deg,
    #fff6c9 0%,
    #e6c76a 35%,
    #caa13a 55%,
    #8a6a1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .discover-left p {
  margin-top: 20px;
  color: #aaa;
  line-height: 1.7;
}

.incredible-page .discover-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 38px;
  border-radius: 40px;
  border: 1px solid #e6c76a;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #e6c76a;
  text-decoration: none;
  transition: all 0.35s ease;
}

.incredible-page .discover-btn:hover {
  background: #e6c76a;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(230, 199, 106, 0.35);
}

.incredible-page .discover-right {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.incredible-page .discover-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 2;
}

.incredible-page .discover-right:hover::before {
  left: 140%;
  transition: 0.9s cubic-bezier(.22, .61, .36, 1);
}

.incredible-page .discover-right::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0.35) 75%,
    rgba(0, 0, 0, 0.85) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.incredible-page .discover-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  filter:
    brightness(1.05)
    contrast(1.05)
    saturate(1.1);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(230, 199, 106, 0.15);
  transition:
    transform 0.6s cubic-bezier(.22, .61, .36, 1),
    filter 0.6s ease;
  outline: none;
  border: none;
}

.incredible-page .discover-right:hover img {
  transform: scale(1.08);
  filter:
    brightness(1.1)
    contrast(1.08)
    saturate(1.15);
}

/* =========================
   MAGIC MESSAGE
========================= */

.incredible-page .magic-message {
  text-align: center;
  padding: 140px 8%;
}

.incredible-page .magic-message h2 {
  font-size: 42px;
  line-height: 1.6;
  font-weight: 300;
  color: #ddd;
  max-width: 900px;
  margin: auto;
}

/* =========================
   VIDEO SECTION
========================= */

.incredible-page .show-video {
  padding: 180px 8%;
  text-align: center;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(12, 12, 12, 0.28) 18%,
      rgba(0, 0, 0, 0.58) 52%,
      rgba(0, 0, 0, 0.82) 100%
    );
}

.incredible-page .show-video h2 {
  font-family: 'Cinzel', serif;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 80px;
  background: linear-gradient(
    135deg,
    #fff6c9 0%,
    #e6c76a 35%,
    #caa13a 55%,
    #8a6a1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.incredible-page .video-card {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.incredible-page .video-thumb {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.incredible-page .video-thumb img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.incredible-page .video-card:hover img {
  transform: scale(1.08);
}

.incredible-page .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.incredible-page .play-button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.incredible-page .video-card p {
  margin-top: 16px;
  font-size: 15px;
  color: #ddd;
}

/* =========================
   VIDEO MODAL
========================= */

.incredible-page .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.incredible-page .video-modal.active {
  display: flex;
}

.incredible-page .video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
}

.incredible-page .video-modal iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 10px;
  display: block;
}

.incredible-page .video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* =========================
   SHOW EXPERIENCE CARDS
========================= */

.incredible-page .show-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 40px;
  text-align: center;
}

.incredible-page .show-cards h2 {
  font-size: 44px;
  margin-bottom: 30px;
  font-family: 'Cinzel', serif;
  letter-spacing: 4px;
  background: linear-gradient(
    135deg,
    #fff6c9 0%,
    #e6c76a 35%,
    #caa13a 55%,
    #8a6a1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 0 18px rgba(212, 175, 55, 0.25);
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.35));
}

.incredible-page .card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 80px;
}

.incredible-page .card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform;
}

.incredible-page .card-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.incredible-page .card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.2),
    transparent
  );
}

.incredible-page .card-overlay h3 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  background: linear-gradient(
    135deg,
    #f8e7a1,
    #caa13a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .card-overlay p {
  font-size: 14px;
  color: #ccc;
}

.incredible-page .card:hover img {
  transform: scale(1.08);
}

.incredible-page .card:hover {
  box-shadow: 0 20px 60px rgba(230, 199, 106, 0.25);
}

/* =========================
   CUSTOM MESSAGE
========================= */

.incredible-page .custom-message {
  text-align: center;
  padding: 140px 8%;
}

.incredible-page .custom-message h2 {
  font-size: 44px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  max-width: 900px;
  margin: auto;
}

.incredible-page .custom-message span {
  background: linear-gradient(
    135deg,
    #fff3c4 0%,
    #e6c76a 40%,
    #caa13a 70%,
    #8a6a1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================
   SHOW FLOW
========================= */

.incredible-page .show-flow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 40px;
  text-align: center;
}

.incredible-page .show-flow h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.3rem, 3vw, 2.8rem);
  letter-spacing: 4px;
  margin-bottom: 80px;
  background: linear-gradient(
    135deg,
    #fff6c9,
    #e6c76a,
    #caa13a,
    #8a6a1f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px;
}

.incredible-page .flow-item {
  padding: 40px;
  border: 1px solid #222;
  border-radius: 16px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.incredible-page .flow-item:hover {
  border-color: #e6c76a;
  transform: translateY(-6px);
}

.incredible-page .flow-item span {
  font-size: 32px;
  font-family: 'Cinzel', serif;
  color: #e6c76a;
}

.incredible-page .flow-item h3 {
  margin: 10px 0;
}

.incredible-page .flow-item p {
  color: #aaa;
}

/* =========================
   SCROLL DIVIDER
========================= */

.incredible-page .scroll-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  position: relative;
}

.incredible-page .scroll-divider span {
  display: block;
  width: 1px;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0)
  );
}

/* =========================
   PROGRAM / SHOW DETAILS
========================= */

.incredible-page .program {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 40px;
  text-align: center;
}

.incredible-page .program h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 4vw, 56px);
  letter-spacing: 6px;
  margin-bottom: 100px;
  background: linear-gradient(
    135deg,
    #fff6c9,
    #e6c76a,
    #caa13a,
    #8a6a1f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 80px;
}

.incredible-page .program-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  min-height: 160px;
  border: 1px solid #222;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.incredible-page .program-item:hover {
  border-color: #e6c76a;
  transform: translateY(-6px);
  box-shadow: 0 10px 40px rgba(230, 199, 106, 0.15);
}

.incredible-page .program-num {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.incredible-page .program-item h3 {
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.incredible-page .program-item p {
  font-size: 14px;
  color: #bbb;
}

.incredible-page .program-note {
  margin-top: 40px;
  font-size: 13px;
  color: #ff5a5a;
}

/* =========================
   SHOW INFO
========================= */

.incredible-page .show-info {
  padding: 160px 8%;
  text-align: center;
  border-top: 1px solid rgba(202, 161, 58, 0.35);
}

.incredible-page .show-info h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.3rem, 3vw, 2.8rem);
  letter-spacing: 4px;
  margin-bottom: 80px;
  background: linear-gradient(
    135deg,
    #fff6c9,
    #e6c76a,
    #caa13a,
    #8a6a1f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 70px auto 0;
}

.incredible-page .info-item {
  padding: 40px 30px;
  border: 1px solid #222;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.incredible-page .info-item:hover {
  border-color: #caa13a;
  transform: translateY(-6px);
}

.incredible-page .info-item h3 {
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
  font-size: 15px;
  color: #caa13a;
  margin-bottom: 10px;
}

.incredible-page .info-item p {
  font-size: 18px;
  color: #fff;
}

/* =========================
   CONTACT CTA
========================= */

.incredible-page .contact-cta {
  padding: 140px 8%;
  text-align: center;
}

.incredible-page .contact-box {
  max-width: 700px;
  margin: auto;
}

.incredible-page .contact-box h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.3rem, 3vw, 2.8rem);
  letter-spacing: 4px;
  margin-bottom: 30px;
  background: linear-gradient(
    135deg,
    #fff6c9,
    #e6c76a,
    #caa13a,
    #8a6a1f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.incredible-page .contact-box p {
  color: #ccc;
  margin-bottom: 40px;
}

.incredible-page .cta-btn {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 40px;
  background: #e6c76a;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.incredible-page .cta-btn:hover {
  background: #caa13a;
  transform: translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .incredible-page .card-grid,
  .incredible-page .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .incredible-page .video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .incredible-page,
  .incredible-page .hero {
    background-attachment: scroll;
  }
}

@media (max-width: 900px) {
  .incredible-page .hero-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-top: 140px;
  }

  .incredible-page .hero-right {
    display: none;
  }

  .incredible-page .hero-left {
    margin-top: 0;
  }

  .incredible-page .hero-left h1 {
    font-size: 52px;
    letter-spacing: 3px;
  }

  .incredible-page .info-bar {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }

  .incredible-page .discover {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 120px 24px;
  }

  .incredible-page .show-cards,
  .incredible-page .show-flow,
  .incredible-page .program {
    padding: 120px 24px;
  }

  .incredible-page .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .incredible-page .hero-left h1 {
    font-size: 42px;
  }

  .incredible-page .magic-message h2,
  .incredible-page .custom-message h2 {
    font-size: 30px;
  }

  .incredible-page .card-grid,
  .incredible-page .program-grid {
    grid-template-columns: 1fr;
  }

  .incredible-page .video-modal-content {
    width: 92%;
  }

  .incredible-page .show-video {
    padding: 140px 20px 120px;
    text-align: center;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(10, 10, 10, 0.45) 24%,
        rgba(0, 0, 0, 0.72) 58%,
        rgba(0, 0, 0, 0.90) 100%
      );
  }

  .incredible-page .show-video h2 {
    margin: 0 0 48px;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.2;
    transform: translateX(-2px);
  }
}

@media (max-width: 480px) {
  .incredible-page .hero-container {
    width: 92%;
    padding-top: 120px;
  }

  .incredible-page .hero-left h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .incredible-page .hero-sub {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .incredible-page .key-message,
  .incredible-page .magic-message,
  .incredible-page .custom-message,
  .incredible-page .show-info,
  .incredible-page .contact-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .incredible-page .show-cards h2,
  .incredible-page .program h2,
  .incredible-page .show-flow h2,
  .incredible-page .show-info h2,
  .incredible-page .contact-box h2 {
    letter-spacing: 2px;
  }

  .incredible-page .card-overlay {
    padding: 22px;
  }

  .incredible-page .info-item {
    padding: 32px 22px;
  }
}