/* ==========================================================================
   STUNNIN — LEFT ON LOOP / 2ND SCREENING EVENT
   공통 스타일시트
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Nanum+Gothic:wght@400;700;800&display=swap');

:root {
  --pink: #ff1178;
  --black: #0d0d0d;
  --white: #ffffff;
  --gray-line: rgba(13, 13, 13, 0.18);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

/* ==========================================================================
   INDEX PAGE
   ========================================================================== */

body.page-index {
  background: var(--pink);
  display: flex;
  flex-direction: column;
}

.hero {
  flex: 1;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 9vh 6vw 6vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.hero__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.86;
  letter-spacing: -0.01em;
  margin: 0;
}

.hero__title .row {
  display: block;
  font-size: clamp(2.5rem, 10.5vw, 4.6rem);
}
.hero__sub {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.hero__sub p {
  margin: 0;
  font-size: clamp(2.1rem, 8.9vw, 3.9rem);
}
.hero__mid {
  margin-top: 1vh;
}

.hero__date {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.01em;
}

.hero__date .row {
  display: block;
  font-size: clamp(1.3rem, 5.5vw, 2rem);
}

.hero__stars {
  margin-top: 0.6em;
  font-size: clamp(1.3rem, 5.5vw, 2rem);
  letter-spacing: 0.35em;
}

.hero__menu {
  margin-top: 8vh;
  padding-top: 4vh;
  border-top: 3px solid var(--black);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}

.hero__menu a {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1rem, 4.2vw, 1.4rem);
  letter-spacing: 0.03em;
  padding-bottom: 0.2em;
  border-bottom: 3px solid transparent;
  transition: border-color 0.15s ease, opacity 0.15s ease;
}

.hero__menu a:hover,
.hero__menu a:focus-visible {
  border-bottom-color: var(--black);
}

.hero__menu a:active {
  opacity: 0.6;
}

/* ==========================================================================
   INFO / SCREENING PAGE
   ========================================================================== */

body.page-info {
  background: var(--white);
  font-family: 'Nanum Gothic', sans-serif;
}

.info-topnav {
  position: sticky;
  top: 0;
  background: var(--white);
  padding: 5vw 6vw 3vw;
  text-align: center;
  border-bottom: 1px solid var(--gray-line);
  z-index: 10;
}

.info-topnav a {
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--pink);
}

.info-wrap {
  max-width: 580px;
  margin: 0 auto;
 padding: 10vh 24px 14vh;
}

.info-heading {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.3rem, 6vw, 1.7rem);
  letter-spacing: 0.02em;
  margin: 0 0 1.5em;
  line-height: 1.5;
}

.info-intro {
  font-size: 13px;
  line-height: 2;
  color: var(--black);
  margin: 0 0 6em;
  letter-spacing: 0.01em;
}

.info-block {
  margin-bottom: 2.2em;
}

.info-block__label {
  
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}

.info-block__value {
  font-size: 13px;
  line-height: 2.1;
  margin: 0;
}

.info-block__value small {
  display: block;
  margin-top: 0.3em;
  font-size: 12px;
  color: rgba(13,13,13,0.65);
  line-height: 1.9;
}

.info-notice {
  margin-top: 7em;
  padding-top: 4em;
  border-top: 1px solid var(--gray-line);
}

.info-notice__label {
 
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin: 0 0 1.5em;
}

.info-notice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-notice li {
  font-size: 12.5px;
  line-height: 2;
  margin-bottom: 0.2em;
  color: rgba(13,13,13,0.85);
}

.info-contact {
  margin-top: 6em;
  font-size: 12.5px;
  line-height: 2;
  color: rgba(13,13,13,0.85);
}

.info-contact a {
  border-bottom: 1px solid var(--black);
}
body.screening-page {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}/* =========================================================
   TICKETS PAGE — CLEAN STYLE
   ========================================================= */

body.tickets-page {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #0d0d0d;
}

/* OPEN INFO */
.tickets-open {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.tickets-open strong {
  font-weight: 800;
}
.tickets-open {
  margin: 0 0 0.1em;
}

/* =========================================================
   NOTICE SECTION
   ========================================================= */

.tickets-notice {
  margin: 0.2em 0;
  padding-top: 0.5em;
  border-top: 2px solid rgba(13, 13, 13, 0.2);
  width: 100%;
}

.tickets-notice h2 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 0 0 1.2em;
  font-weight: 800;
}

/* ORDERED LIST */
.tickets-notice ol {
  margin: 0;
  padding-left: 1.3em;
}

.tickets-notice ol li {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 0.8em;
}

/* UNORDERED LIST */
.tickets-notice ul {
  margin-top: 0.5em;
  padding-left: 1.2em;
}

.tickets-notice ul li {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 0.35em;
}

/* =========================================================
   WARNING LIST
   ========================================================= */

.tickets-warning {
  list-style: none;
  padding: 0;
  margin: 1.2em 0 1.5em;
}

.tickets-warning li {
  font-size: 13px;
  line-height: 1.6;
  margin: 0.2em 0 1.5em;
  position: relative;
}

.tickets-warning li::before {
  content: "* ";
}

/* ==========================================================================
   TEASER PAGE
   ========================================================================== */

body.page-teaser {
  background: var(--black);
  display: flex;
  flex-direction: column;
}

.teaser-topnav {
  padding: 2vw 6vw 0.5vw;
  text-align: center;
}

.teaser-topnav a {
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--pink);
}

.teaser-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1vh 6vw 8vh;
}

.teaser-heading {
  font-family: 'Anton', sans-serif;
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(1.4rem, 6vw, 2.1rem);
  letter-spacing: 0.02em;
  margin: 0 0 4vh;
  text-align: center;
}

.teaser-heading span {
  color: var(--pink);
}

.video-frame {
  width: 100%;
  max-width: 560px;
  background: #000;
  border: 1px solid rgba(255,255,255,0.12);
}

.video-frame {
  width: min(95vw, 900px);
  margin: 0 auto;
  background: #000;
  border: 1px solid rgba(255,255,255,0.12);
}

.video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.teaser-caption {
  margin-top: 3vh;
  color: rgba(255,255,255,0.55);
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 460px;
}