* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #1a2035;
  -webkit-font-smoothing: antialiased;
}
.playfair-display-english {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
::selection {
  background: rgba(201, 168, 106, 0.3);
  color: #fff;
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.9;
  }
}
@keyframes twinkling-star {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    opacity: 0.8;
  }
  20%,
  24%,
  55% {
    opacity: 0.2;
  }
}
@keyframes slowfloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeupIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollBounce {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateY(12px);
  }
}
@keyframes fadeInDownContinuous {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
.meteor-sky {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.9;
}
@keyframes parallaxFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.parallax-active {
  animation: parallaxFadeIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.scroll-fade {
  opacity: 1;
  transform: none;
  transition: none;
}
.scroll-fade.visible {
  opacity: 1;
  transform: none;
}
html {
  background: #1a2035;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
.fixed-copy-lines {
  font-size: clamp(14px, 2.6vw, 16px) !important;
}
.fixed-copy-lines .copy-line {
  display: block;
  white-space: nowrap;
}

.guide-section {
  position: relative;
  padding: clamp(62px, 8vw, 82px) clamp(20px, 4vw, 48px) clamp(56px, 8vw, 78px);
}

.guide-head {
  margin-bottom: clamp(28px, 4vw, 44px);
  text-align: center;
}

.guide-eyebrow {
  margin-bottom: 10px;
  color: #c9a86a !important;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  font-weight: 500;
}

.guide-heading {
  color: #c9a86a !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.guide-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 960px);
  margin: 0 auto;
  background: rgba(201, 168, 106, 0.16);
  border: 1px solid rgba(201, 168, 106, 0.16);
  border-radius: 3px;
  overflow: hidden;
}

.guide-flow-step {
  padding: 34px 26px;
  border-top: 2px solid rgba(201, 168, 106, 0.72);
}

.guide-flow-step:nth-child(1) {
  background: #242e46;
}

.guide-flow-step:nth-child(2) {
  background: #212b42;
}

.guide-flow-step:nth-child(3) {
  background: #1e2840;
}

.guide-flow-step:nth-child(4) {
  background: #1c263e;
}

.guide-flow-step [data-template-id$="-label"],
.guide-flow-step [data-template-id$="-title"],
.guide-flow-step [data-template-id$="-desc"] {
  letter-spacing: 0;
}

.guide-flow-step [data-template-id$="-label"] {
  margin: 0;
  color: #c9a86a !important;
  font-family: "Noto Serif", serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.35;
}

.guide-flow-step [data-template-id$="-title"] {
  margin: 12px 0 0;
  color: #e2c98a !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.45;
}

.guide-flow-step [data-template-id$="-desc"] {
  margin: 8px 0 0;
  color: #dde1f0 !important;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.8;
}

#contact .contact-map {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 3px;
  min-height: 0 !important;
}

.home-contact-section {
  position: relative;
  padding: clamp(56px, 10vw, 86px) clamp(20px, 4vw, 48px) clamp(54px, 8vw, 78px);
  background: linear-gradient(180deg, #1a2035, #222a40);
}

.home-contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  gap: clamp(40px, 8vw, 64px);
}

#contact .contact-heading {
  padding-left: 0.56em;
  color: #c9a86a !important;
  font-size: 24px;
  line-height: 1.35;
}

#contact .contact-intro {
  max-width: 560px;
  margin-top: 10px;
  padding-left: 0.56em;
  line-height: 1.75;
  text-align: left;
}

.contact-intro-line {
  display: flex;
  align-items: flex-start;
  gap: 0.56em;
  white-space: nowrap;
}

.contact-intro-icon {
  opacity: 0.95;
}

.contact-intro-icon--placeholder {
  display: inline-block;
  width: 1em;
  visibility: hidden;
}

.contact-map-link {
  display: block;
  text-decoration: none;
}

#contact .contact-map .canva-image {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

#contact .map-cta-wrap {
  padding: 14px 16px;
  border-top: 1px solid rgba(201, 168, 106, 0.14);
  background: rgba(6, 7, 12, 0.95);
}

#contact .map-cta-wrap .canva-button {
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

#contact .contact-list {
  margin-top: 34px;
  padding-left: 0.56em;
}

#contact .contact-heading,
#contact .contact-intro,
#contact .contact-label,
#contact .contact-value,
#contact .contact-value a {
  letter-spacing: 0;
}

[data-template-id="hero-eyebrow"] {
  white-space: nowrap;
  font-size: clamp(11px, 1.45vw, 14px) !important;
  letter-spacing: 0;
  padding-left: clamp(0.16em, 0.8vw, 0.52em) !important;
}
.mc-poster {
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.movie-card-link {
  display: block;
}

.movie-card-poster {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: clamp(280px, 50vw, 400px);
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.14);
  border-radius: 3px;
  background: repeating-linear-gradient(135deg, #131a2b, #131a2b 11px, #0f1526 11px, #0f1526 22px);
}

.movie-card-poster-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-card-badge-wrap {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.movie-status-badge {
  padding: 5px 9px;
  border: 1px solid rgba(201, 168, 106, 0.35);
  border-radius: 2px;
  background: rgba(8, 11, 20, 0.7);
  color: rgb(201, 168, 106);
  font-family: "Pretendard", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.movie-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.movie-play-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(201, 168, 106, 0.92);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.movie-play-triangle {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #0c1018;
}

.movie-poster-label {
  color: #5a6178;
  font-family: "Pretendard", sans-serif;
  font-size: 10px;
}

.movie-overlay-genre {
  margin-bottom: 8px;
  color: rgb(201, 168, 106) !important;
  font-family: "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.movie-overlay-title {
  margin-bottom: 14px;
  color: rgb(255, 255, 255) !important;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.movie-card-showtimes {
  margin-top: 14px;
}

.movie-showtime {
  width: 100%;
}

.movie-showtime-date {
  margin-bottom: 8px;
  color: #c9a86a;
  font-size: 12px;
  font-weight: 600;
}

.movie-showtime-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mc:hover .mc-poster {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.6);
  filter: saturate(1.06) contrast(1.03);
}
.mc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.4) 45%, transparent 72%);
  opacity: 0;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  pointer-events: none;
}
.mc:hover .mc-overlay {
  opacity: 1;
}
.movie-post-banner {
  margin-top: 16px;
  border: 1px solid rgba(201, 168, 106, 0.34);
  border-radius: 8px;
  background: #fff;
  padding: 18px 18px 20px;
  color: #121a2d;
}
.movie-post-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
  color: #111a2e !important;
  font-family: Pretendard;
  font-weight: 700;
}
.movie-post-meta {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(32, 41, 56, 0.82) !important;
  font-size: 13px;
  line-height: 1.6;
}
.movie-time-chip {
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  color: #e8ebf5;
  background: #222b3a;
  border: 1px solid rgba(232, 235, 245, 0.25);
  padding: 5px 11px;
  border-radius: 2px;
  font-weight: 400;
}
.mc-play {
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.mc:hover .mc-play {
  transform: scale(1.22);
  opacity: 0;
}

#contact .contact-intro {
  color: rgba(226, 230, 240, 0.84) !important;
  font-size: 15px;
  line-height: 1.65;
}

#contact .contact-intro > span {
  white-space: normal !important;
}

.ns-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.ns-grid .mc {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.ns-grid.is-multiple {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
}
.ns-grid.is-multiple .mc {
  max-width: 520px;
}
.ns-grid .mc-poster {
  aspect-ratio: 1000 / 1425 !important;
  min-height: 0 !important;
}
.ns-grid .mc-poster img {
  object-fit: cover !important;
  object-position: center top !important;
}
@media (max-width: 639px) {
  #now-showing {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .ns-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 354px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .ns-grid.is-multiple {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .guide-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fixed-copy-lines {
    max-width: min(100%, 340px);
    margin-inline: auto;
  }
  .fixed-copy-lines .copy-line {
    white-space: normal;
  }
  #contact .contact-intro {
    font-size: 14px;
  }
}
@media (max-height: 720px) {
  #top {
    min-height: 560px !important;
    padding-top: 120px !important;
    padding-bottom: 24px !important;
  }
  [data-template-id="hero-tagline"] {
    margin-top: 16px !important;
  }
  [data-template-id="hero-title-kr"] {
    margin-top: 18px !important;
    margin-bottom: 8px !important;
    height: auto !important;
  }
  #scroll-section {
    bottom: 22px !important;
  }
}
body.is-scrolled .site-header {
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0.045) 42%,
      rgba(201, 168, 106, 0.1)
    ),
    rgba(9, 13, 24, 0.52) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(201, 168, 106, 0.1),
    0 20px 54px rgba(0, 0, 0, 0.3);
}
.site-header {
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    padding 0.35s ease;
}
.site-header::after {
  display: none;
}
.canva-link,
.canva-button {
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease !important;
}
.canva-link:hover {
  color: #d8bd86 !important;
}
.canva-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.promo-kicker {
  font-family: "Noto Serif", serif;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 0.42em;
  color: #c9a86a !important;
  font-style: normal;
}
.promo-title {
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #c9a86a !important;
  font-style: normal;
  margin: 0;
}

.promo-strip {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: clamp(28px, 5vw, 54px) clamp(20px, 4vw, 48px);
  overflow: hidden;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 56px);
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.promo-divider {
  position: absolute;
  top: 12%;
  width: 1px;
  height: 76%;
  background: linear-gradient(180deg, transparent, rgba(201, 168, 106, 0.38), transparent);
  pointer-events: none;
}

.promo-divider--first {
  left: 33.33%;
}

.promo-divider--second {
  left: 66.66%;
}

.promo-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.promo-desc {
  color: rgb(144, 151, 168);
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 960px) {
  .promo-grid {
    grid-template-columns: 1fr !important;
    width: min(100%, 560px);
    max-width: 560px;
    gap: 0 !important;
  }

  .promo-divider {
    display: none;
  }

  .promo-card {
    width: 100%;
    padding: 28px 8px;
    border-bottom: 1px solid rgba(201, 168, 106, 0.18);
  }

  .promo-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .promo-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    max-width: 320px !important;
  }
}
[data-template-id="hero-title"],
[data-template-id="hero-eyebrow"],
[data-template-id="hero-tagline"],
[data-template-id="hero-title-kr"],
.hero-content-group {
  animation: heroLift 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
[data-template-id="hero-title"] {
  animation-delay: 0.08s;
}
[data-template-id="hero-tagline"],
[data-template-id="hero-title-kr"] {
  animation-delay: 0.18s;
}
.hero-content-group {
  animation-delay: 0.28s;
}
@keyframes heroLift {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
body,
body * {
  letter-spacing: 0;
}
[data-template-id$="-eyebrow"],
[data-template-id$="-label"],
[data-template-id="hero-eyebrow"],
[data-template-id="hero-tagline"],
[data-template-id="hero-title-kr"],
.promo-kicker {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .scroll-fade {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 640px) {
  .site-header {
    right: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }
  .hero-copy-wrap,
  .hero-content-group {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow-wrap: anywhere;
  }
}
