@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&display=swap');

/* =========================
   FANTASTIC PAGE BASE
========================= */

.fantastic-page {
  background:
    radial-gradient(circle at 18% 16%, rgba(255,215,120,0.12) 0%, rgba(255,215,120,0.04) 10%, rgba(255,215,120,0) 28%),
    radial-gradient(circle at 82% 28%, rgba(255,245,200,0.05) 0%, rgba(255,245,200,0) 24%),
    linear-gradient(180deg, #fff4dc 0%, #fff8ef 100%);
  color: #2b2b2b;
  overflow-x: hidden;
}

.fantastic-page section + section {
  margin-top: 0;
}

.fantastic-page section {
  position: relative;
  padding: 120px 0;
}

.fantastic-page .section-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.fantastic-page .section-inner.narrow {
  max-width: 900px;
  text-align: center;
}

/* =========================
   COMMON TYPE SYSTEM
========================= */

.fantastic-page h2,
.fantastic-page h3 {
  color: #000;
}

.fantastic-page h2 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  font-weight: 800;
  word-break: keep-all;
}

.fantastic-page h2 span {
  color: #f3a19a;
}

.fantastic-page .section-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #d08d45;
  letter-spacing: 2.5px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fantastic-page .section-desc {
  font-size: 1.06rem;
  line-height: 1.9;
  color: #5f574d;
  word-break: keep-all;
}

.fantastic-page .point-card p,
.fantastic-page .program-card p,
.fantastic-page .info-card p,
.fantastic-page .event-desc {
  color: #5f574d;
}

/* =========================
   BUTTONS
========================= */

.fantastic-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
  transition: 0.3s ease;
}

.fantastic-page .btn-primary {
  background: linear-gradient(135deg, #e9867f, #f3a19a);
  color: #fff;
  box-shadow: 0 14px 30px rgba(243, 161, 154, 0.30);
}

.fantastic-page .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(243, 161, 154, 0.34);
}

.fantastic-page .btn-outline {
  border: 1px solid rgba(255,143,107,0.28);
  color: #ffffff;
  background: rgba(255,255,255,0.66);
  backdrop-filter: blur(8px);
}

.fantastic-page .btn-outline:hover {
  background: #fff;
  transform: translateY(-4px);
}

/* =========================
   HERO
========================= */

.fantastic-page .fantastic-hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 110px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url("../image/program/fantastic/fantastic-hero.webp") center center / cover no-repeat;
}

.fantastic-page .hero-container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.fantastic-page .hero-left {
  width: 100%;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.fantastic-page .hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  margin: 0 0 16px;
  background: rgba(255,255,255,0.9);
  border-radius: 999px;
  color: #d97745;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.fantastic-page .fantastic-title {
  margin: 0 0 22px;
  line-height: 0.92;
}

.fantastic-page .fantastic-title .title-main,
.fantastic-page .fantastic-title .title-sub {
  display: block;
  font-family: 'Bagel Fat One', system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  paint-order: stroke fill;
}

.fantastic-page .fantastic-title .title-main {
  font-size: clamp(2.8rem, 7vw, 6rem);
  letter-spacing: 1px;
  color: #f4a11f;
  -webkit-text-stroke: 7px #f9efe7;
  text-shadow:
    0 2px 0 rgba(255,255,255,0.3),
    3px 5px 0 rgba(0,0,0,0.06),
    0 10px 18px rgba(0,0,0,0.08);
}

.fantastic-page .fantastic-title .title-sub {
  margin-top: 8px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  letter-spacing: 1px;
  color: #f3a19a;
  -webkit-text-stroke: 6px #f9efe7;
  text-shadow:
    0 2px 0 rgba(255,255,255,0.28),
    2px 4px 0 rgba(0,0,0,0.05),
    0 8px 14px rgba(0,0,0,0.06);
}

.fantastic-page .hero-desc {
  max-width: 720px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  font-weight: 700;
  word-break: keep-all;
  color: #fff;
}

.fantastic-page .hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.fantastic-page .hero-buttons .btn {
  min-width: 180px;
  height: 54px;
  padding: 0 28px;
  font-size: 0.96rem;
  font-weight: 700;
}

/* =========================
   ONE CANVAS FLOW
========================= */

.fantastic-page .fantastic-intro,
.fantastic-page .fantastic-points,
.fantastic-page .fantastic-events,
.fantastic-page .fantastic-program,
.fantastic-page .fantastic-info,
.fantastic-page .fantastic-other-show,
.fantastic-page .fantastic-cta,
.fantastic-page .fantastic-gallery {
  position: relative;
  z-index: 1;
  background: transparent;
}

.fantastic-page .fantastic-intro {
  background: #fdf3de;
}

/* =========================
   CURVE DIVIDER
========================= */

.fantastic-page .curve-top,
.fantastic-page .curve-bottom {
  position: relative;
  z-index: 1;
}

.fantastic-page .curve-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 70px;
  background: #fdf3de;
  border-radius: 100% 100% 0 0 / 100% 100% 0 0;
  pointer-events: none;
  z-index: 0;
}

.fantastic-page .curve-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -44px;
  width: 100%;
  height: 44px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,215,120,0.12) 0%, rgba(255,215,120,0) 32%),
    linear-gradient(180deg, #fff4dc 0%, #fff8ef 100%);
  border-radius: 100% 100% 0 0 / 100% 100% 0 0;
  pointer-events: none;
  z-index: 0;
}

.fantastic-page .curve-top > *,
.fantastic-page .curve-bottom > * {
  position: relative;
  z-index: 1;
}

/* =========================
   SECTION FOCUS BOX
========================= */

.fantastic-page .fantastic-intro .section-inner,
.fantastic-page .fantastic-points .section-inner,
.fantastic-page .fantastic-events .section-inner,
.fantastic-page .fantastic-program .section-inner,
.fantastic-page .fantastic-info .section-inner,
.fantastic-page .fantastic-cta .section-inner,
.fantastic-page .fantastic-gallery .section-inner {
  max-width: 1180px;
  padding: 56px 54px;
  border-radius: 34px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}

.fantastic-page .fantastic-intro .section-inner,
.fantastic-page .fantastic-points .section-inner,
.fantastic-page .fantastic-program .section-inner,
.fantastic-page .fantastic-info .section-inner,
.fantastic-page .fantastic-cta .section-inner,
.fantastic-page .fantastic-gallery .section-inner {
  background: rgba(255,249,239,0.74);
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow:
    0 20px 50px rgba(120,90,30,0.07),
    0 6px 20px rgba(255,215,120,0.05);
}

.fantastic-page .fantastic-events .section-inner {
  text-align: center;
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow:
    0 18px 40px rgba(120,90,30,0.06),
    0 6px 18px rgba(255,215,120,0.04);
}

.fantastic-page .fantastic-intro .section-inner::before,
.fantastic-page .fantastic-points .section-inner::before,
.fantastic-page .fantastic-events .section-inner::before,
.fantastic-page .fantastic-program .section-inner::before,
.fantastic-page .fantastic-info .section-inner::before,
.fantastic-page .fantastic-cta .section-inner::before,
.fantastic-page .fantastic-gallery .section-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,215,120,0.08) 0%, rgba(255,215,120,0) 24%);
  z-index: 0;
}

.fantastic-page .fantastic-intro .section-inner > *,
.fantastic-page .fantastic-points .section-inner > *,
.fantastic-page .fantastic-events .section-inner > *,
.fantastic-page .fantastic-program .section-inner > *,
.fantastic-page .fantastic-info .section-inner > *,
.fantastic-page .fantastic-cta .section-inner > *,
.fantastic-page .fantastic-gallery .section-inner > * {
  position: relative;
  z-index: 1;
}

/* =========================
   ALIGNMENT RULE
========================= */

.fantastic-page .fantastic-intro .section-inner,
.fantastic-page .fantastic-points .section-inner,
.fantastic-page .fantastic-events .section-inner,
.fantastic-page .fantastic-program .section-inner,
.fantastic-page .fantastic-info .section-inner,
.fantastic-page .fantastic-cta .section-inner,
.fantastic-page .fantastic-gallery .section-inner,
.fantastic-page .fantastic-other-show .section-inner {
  text-align: center;
}

.fantastic-page .fantastic-intro .section-desc,
.fantastic-page .fantastic-events .event-desc,
.fantastic-page .fantastic-cta .section-desc,
.fantastic-page .fantastic-gallery .section-desc {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.fantastic-page .fantastic-points .section-desc,
.fantastic-page .fantastic-program .section-desc,
.fantastic-page .fantastic-info .section-desc {
  max-width: 760px;
}

.fantastic-page .fantastic-intro .section-desc,
.fantastic-page .fantastic-gallery .section-desc {
  max-width: 780px;
}

/* =========================
   SHOW POINT
========================= */

.fantastic-page .point-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 70px;
}

.fantastic-page .point-card {
  position: relative;
  padding: 34px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  text-align: left;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.fantastic-page .point-card:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: #f3a19a;
  box-shadow: 0 18px 35px rgba(243, 161, 154, 0.22);
}

.fantastic-page .point-num {
  display: block;
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 800;
  color: #f3a19a;
}

.fantastic-page .point-card h3 {
  color: #222;
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 10px;
  word-break: keep-all;
}

.fantastic-page .point-card p {
  font-size: 0.96rem;
  line-height: 1.78;
  word-break: keep-all;
}

/* =========================
   EVENTS
========================= */

.fantastic-page .fantastic-events .section-label {
  color: #c9a97a;
}

.fantastic-page .fantastic-events .event-title {
  margin-bottom: 22px;
  color: #1f1f1f;
  line-height: 1.08;
  text-align: center;
}

.fantastic-page .fantastic-events .event-desc {
  max-width: 920px;
  margin: 0 auto;
  color: #6a6258;
}

.fantastic-page .event-pill-wrap {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.fantastic-page .event-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  background: #fffaf3;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  color: #4b4339;
  font-size: 0.97rem;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    color 0.35s ease;
}

.fantastic-page .event-pill:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: #f3a19a;
  box-shadow: 0 14px 26px rgba(243, 161, 154, 0.20);
}

/* =========================
   PROGRAM
========================= */

.fantastic-page .program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 70px;
}

.fantastic-page .program-card {
  padding: 34px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  text-align: center;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.fantastic-page .program-card:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: #f3a19a;
  box-shadow: 0 18px 35px rgba(243, 161, 154, 0.22);
}

.fantastic-page .program-step {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff3df;
  color: #f3a19a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.fantastic-page .program-card h3 {
  color: #222;
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 10px;
  word-break: keep-all;
}

.fantastic-page .program-card p {
  font-size: 0.96rem;
  line-height: 1.78;
  word-break: keep-all;
}

/* =========================
   INFO
========================= */

.fantastic-page .info-head {
  position: relative;
  text-align: center;
  margin-bottom: 42px;
}

.fantastic-page .info-head::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3a19a, #f7c7a3);
}

.fantastic-page .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 70px;
}

.fantastic-page .info-card {
  position: relative;
  padding: 30px 24px;
  min-height: 180px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf9 0%, #fff8f3 100%);
  border: 1px solid rgba(243, 161, 154, 0.16);
  box-shadow: 0 10px 24px rgba(80, 50, 20, 0.05);
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.fantastic-page .info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f3a19a, #f7c7a3);
}

.fantastic-page .info-card:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: #f3a19a;
  box-shadow: 0 18px 35px rgba(243, 161, 154, 0.22);
}

.fantastic-page .info-card h3 {
  color: #222;
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 10px;
  word-break: keep-all;
}

.fantastic-page .info-card p {
  font-size: 0.96rem;
  line-height: 1.78;
  word-break: keep-all;
  margin: 0;
}

/* =========================
   OTHER KIDS SHOW
========================= */

.fantastic-page .fantastic-other-show {
  padding-top: 100px;
}

.fantastic-page .fantastic-other-show .section-inner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
}

.fantastic-page .fantastic-other-show .section-inner::before {
  display: none;
}

.fantastic-page .fantastic-photo-frame {
  position: relative;
  padding: 56px 44px 42px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.70) 0%, rgba(255,248,240,0.92) 100%);
  border: 1px solid rgba(243,161,154,0.12);
  box-shadow:
    0 26px 70px rgba(120,90,30,0.10),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.fantastic-page .fantastic-photo-frame::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(243,161,154,0.18), transparent 68%);
  pointer-events: none;
}

.fantastic-page .fantastic-photo-frame::after {
  content: "";
  position: absolute;
  inset: auto -6% -18% auto;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255,215,120,0.16), transparent 70%);
  pointer-events: none;
}

.fantastic-page .fantastic-photo-head {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
  text-align: center;
}

.fantastic-page .fantastic-photo-head h2 {
  margin: 0;
}

.fantastic-page .fantastic-photo-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fantastic-page .fantastic-show-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 26px;
  text-decoration: none;
  background: linear-gradient(180deg, #fffdf9 0%, #fff8f3 100%);
  border: 1px solid rgba(243,161,154,0.14);
  box-shadow:
    0 16px 34px rgba(80,50,20,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.35);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.fantastic-page .fantastic-show-card:hover {
  transform: translateY(-6px);
  border-color: #f3a19a;
  box-shadow:
    0 24px 44px rgba(243,161,154,0.18),
    0 0 0 1px rgba(243,161,154,0.08);
}

.fantastic-page .fantastic-show-card.active {
  background: linear-gradient(135deg, #ea8c84 0%, #f3a19a 100%);
  border-color: rgba(243,161,154,0.24);
  box-shadow:
    0 20px 42px rgba(243,161,154,0.24),
    0 0 24px rgba(243,161,154,0.12);
}

.fantastic-page .fantastic-show-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.fantastic-page .fantastic-show-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.08) 100%),
    linear-gradient(135deg, rgba(243,161,154,0.10) 0%, transparent 55%, rgba(255,215,120,0.10) 100%);
  pointer-events: none;
}

.fantastic-page .fantastic-show-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fantastic-page .fantastic-show-card:hover .fantastic-show-thumb img {
  transform: scale(1.05);
}

.fantastic-page .fantastic-show-info {
  padding: 18px 18px 20px;
  text-align: center;
}

.fantastic-page .fantastic-show-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 34px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #fff3e6;
  border: 1px solid rgba(243,161,154,0.22);
  color: #ee978f;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(243,161,154,0.08);
}

.fantastic-page .fantastic-show-card.active .fantastic-show-badge {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
  box-shadow: none;
}

.fantastic-page .fantastic-show-info h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.28;
  color: #222;
}

.fantastic-page .fantastic-show-card.active .fantastic-show-info h3 {
  color: #fff;
}

.fantastic-page .fantastic-show-info p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #5f574d;
  word-break: keep-all;
}

.fantastic-page .fantastic-show-card.active .fantastic-show-info p {
  color: rgba(255,255,255,0.92);
}

.fantastic-page .fantastic-photo-note {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  text-align: center;
  color: #6a6258;
  font-size: 1rem;
  line-height: 1.8;
  word-break: keep-all;
}

/* =========================
   CTA
========================= */

.fantastic-page .fantastic-cta .btn {
  margin-top: 12px;
}

/* =========================
   GALLERY
========================= */

.fantastic-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.fantastic-page .gallery-item {
  position: relative;
  display: block;
  min-height: 260px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(80, 50, 20, 0.08);
  text-decoration: none;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  cursor: pointer;
}

.fantastic-page .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.fantastic-page .gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0.16) 35%,
    rgba(0,0,0,0.02) 65%,
    rgba(0,0,0,0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.fantastic-page .gallery-item::after {
  content: "↗";
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.fantastic-page .gallery-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  word-break: keep-all;
}

.fantastic-page .gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(243,161,154,0.18);
}

.fantastic-page .gallery-item:hover img {
  transform: scale(1.05);
}

.fantastic-page .gallery-item:hover::after {
  transform: translate(2px, -2px);
  background: rgba(243,161,154,0.38);
}

.fantastic-page .gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
}

.fantastic-page .gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.fantastic-page .gallery-modal-inner {
  position: relative;
  width: min(960px, 92vw);
  max-height: 90vh;
  background: #fff;
  border-radius: 28px;
  padding: 18px 18px 22px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
  text-align: center;
  overflow: hidden;
  animation: galleryPopupUp 0.28s ease;
}

.fantastic-page .gallery-modal img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  display: block;
  border-radius: 18px;
  background: #f8f8f8;
}

.fantastic-page .gallery-modal-caption {
  margin: 14px 0 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  word-break: keep-all;
}

.fantastic-page .gallery-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.08);
  color: #222;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

@keyframes galleryPopupUp {
  from {
    transform: translateY(16px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.mobile-break-word {
  display: inline;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .fantastic-page .fantastic-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .fantastic-page .fantastic-hero {
    background-position: 65% center;
  }

  .fantastic-page .hero-left {
    max-width: 640px;
  }

  .fantastic-page .point-grid,
  .fantastic-page .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fantastic-page .program-grid {
    grid-template-columns: 1fr;
  }

  .fantastic-page .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .fantastic-page section {
    padding: 90px 0;
  }

  .fantastic-page .fantastic-hero {
    min-height: auto;
    padding: 130px 0 80px;
    background: url("../image/program/fantastic/fantastic-hero.webp");
    background-size: cover;
    background-position: 68% center;
    background-repeat: no-repeat;
  }

  .fantastic-page .hero-left {
    max-width: 100%;
  }

  .fantastic-page .hero-kicker {
    font-size: 0.78rem;
    min-height: 34px;
    padding: 0 16px;
    margin-bottom: 12px;
    letter-spacing: 1.4px;
  }

  .fantastic-page .fantastic-title {
    line-height: 1.02;
    margin-bottom: 18px;
  }

  .fantastic-page .fantastic-title .title-main {
    font-size: clamp(2.1rem, 10vw, 3.4rem);
    -webkit-text-stroke: 4px #f9efe7;
  }

  .fantastic-page .fantastic-title .title-sub {
    margin-top: 6px;
    font-size: clamp(1.8rem, 8.2vw, 2.9rem);
    -webkit-text-stroke: 3px #f9efe7;
  }

  .fantastic-page h2 {
    font-size: clamp(2rem, 8vw, 2.9rem);
    line-height: 1.18;
    margin-bottom: 18px;
  }

  .fantastic-page .section-label {
    font-size: 0.78rem;
    letter-spacing: 1.8px;
  }

  .fantastic-page .section-desc,
  .fantastic-page .hero-desc,
  .fantastic-page .point-card p,
  .fantastic-page .program-card p,
  .fantastic-page .info-card p,
  .fantastic-page .event-desc,
  .fantastic-page .fantastic-photo-note {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .fantastic-page .point-card h3,
  .fantastic-page .program-card h3,
  .fantastic-page .info-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .fantastic-page .point-grid,
  .fantastic-page .info-grid,
  .fantastic-page .program-grid {
    grid-template-columns: 1fr;
  }

  .fantastic-page .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
    gap: 12px;
  }

  .fantastic-page .btn,
  .fantastic-page .hero-buttons .btn {
    width: 100%;
    max-width: 200px;
    min-width: 0;
    height: 46px;
    padding: 0 22px;
    font-size: 0.88rem;
  }

  .fantastic-page .point-grid,
  .fantastic-page .program-grid,
  .fantastic-page .info-grid {
    gap: 16px;
    margin-top: 42px;
  }

  .fantastic-page .point-card,
  .fantastic-page .program-card,
  .fantastic-page .info-card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .fantastic-page .point-num {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .fantastic-page .program-step {
    font-size: 0.72rem;
    margin-bottom: 10px;
  }

  .fantastic-page .event-pill-wrap {
    margin-top: 30px;
    gap: 10px;
  }

  .fantastic-page .event-pill {
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .fantastic-page .curve-top::before {
    top: -42px;
    height: 42px;
  }

  .fantastic-page .curve-bottom::after {
    bottom: -42px;
    height: 42px;
  }

  .fantastic-page .fantastic-intro .section-inner,
  .fantastic-page .fantastic-points .section-inner,
  .fantastic-page .fantastic-events .section-inner,
  .fantastic-page .fantastic-program .section-inner,
  .fantastic-page .fantastic-info .section-inner,
  .fantastic-page .fantastic-cta .section-inner,
  .fantastic-page .fantastic-gallery .section-inner {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .fantastic-page .fantastic-other-show .section-inner {
    width: 90%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .fantastic-page .fantastic-photo-frame {
    padding: 40px 22px 30px;
    border-radius: 28px;
  }

  .fantastic-page .fantastic-photo-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fantastic-page .fantastic-show-card {
    border-radius: 22px;
  }

  .fantastic-page .fantastic-show-info {
    padding: 16px 16px 18px;
  }

  .fantastic-page .fantastic-show-badge {
    min-width: 108px;
    min-height: 32px;
    font-size: 0.78rem;
    margin-bottom: 12px;
  }

  .fantastic-page .fantastic-show-info h3 {
    font-size: 1.2rem;
  }

  .fantastic-page .fantastic-show-info p {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  .fantastic-page .fantastic-photo-note {
    margin-top: 22px;
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .fantastic-page .gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
  }

  .fantastic-page .gallery-item {
    min-height: 220px;
    border-radius: 16px;
  }

  .fantastic-page .gallery-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.9rem;
  }

  .fantastic-page .gallery-modal-close {
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    font-size: 1.7rem;
  }

  .mobile-break-word {
    display: block;
  }
}