/* =========================================================
   HERO ON — PREMIUM CINEMA
   당신이 주인공이 되는 4가지 프리미엄 시네마
   (css/home.css 다음에 불러옵니다)
   ========================================================= */

.pc-dark { background: var(--ink); color: var(--text); }
.pc-dark .eyebrow { color: var(--acid); }
.pc-dark .section-head > p { color: var(--muted); }
.pc-light { background: var(--paper); color: var(--paper-ink); }
.pc-light .section-head > p { color: var(--paper-muted); }

/* =========================================================
   HERO : STARRING YOU
   ========================================================= */
.pc-hero { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100vh; min-height: 100svh; padding: calc(var(--header-h) + 48px) var(--gutter) 36px; overflow: hidden; background: #000; }
.pc-hero__video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.pc-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .6) 36%, rgba(0, 0, 0, .2) 68%, rgba(0, 0, 0, .5) 100%), linear-gradient(to right, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 70%); }
.pc-hero__inner { max-width: 1000px; }
.pc-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.pc-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #ff4136; box-shadow: 0 0 10px #ff4136; animation: pc-rec 1.6s ease-in-out infinite; }
@keyframes pc-rec { 50% { opacity: .25; } }
.pc-hero__title { margin: 0; font-family: var(--display); font-size: clamp(52px, 9.5vw, 150px); font-weight: 800; font-synthesis: none; letter-spacing: .01em; line-height: .86; text-shadow: 0 8px 36px rgba(0, 0, 0, .45); }
.pc-hero__title em { color: var(--acid); font-style: normal; }
.pc-hero__lead { max-width: 680px; margin: 20px 0 0; padding: 12px 18px; border-left: 3px solid var(--acid); background: rgba(10, 10, 11, .55); color: rgba(244, 241, 234, .94); font-size: clamp(16px, 1.45vw, 20px); font-weight: 700; line-height: 1.55; }
.pc-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* 영화 포스터 하단 크레딧 */
.pc-billing { display: grid; grid-template-columns: repeat(4, auto); justify-content: space-between; gap: 14px 28px; margin: clamp(36px, 7vh, 68px) 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.pc-billing div { min-width: 0; }
.pc-billing dt { margin: 0 0 6px; color: var(--faint); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.pc-billing dd { margin: 0; font-size: 14px; font-weight: 700; }

@media (max-width: 900px) {
  .pc-billing { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; }
  .pc-billing .is-wide { grid-column: 1 / -1; }
}

/* ---------- 흐르는 띠 ---------- */
.pc-marquee { overflow: hidden; background: var(--acid); color: var(--ink); white-space: nowrap; }
.pc-marquee__track { display: inline-flex; animation: pc-marquee 40s linear infinite; }
.pc-marquee span { padding: 13px 0; font-family: var(--display); font-size: 21px; font-weight: 800; font-synthesis: none; letter-spacing: .06em; }
@keyframes pc-marquee { to { transform: translateX(-50%); } }

/* =========================================================
   01 FOUR SERVICES : 서비스 4종 + 샘플 영상
   ========================================================= */
.service-index { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 clamp(40px, 6vw, 72px); padding: 0; list-style: none; }
.service-index a { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px 0 8px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 700; transition: border-color .2s, background-color .2s; }
.service-index a span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--c); color: var(--ink); font-family: var(--display); font-size: 13px; font-weight: 800; font-synthesis: none; }
.service-index a:hover { border-color: var(--c); background: rgba(244, 241, 234, .05); }

.services { display: grid; gap: clamp(64px, 9vw, 120px); }
.service { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-items: center; gap: clamp(28px, 4.5vw, 72px); scroll-margin-top: calc(var(--header-h) + 24px); }
.service:nth-child(even) .service__screen { order: 2; }
@media (min-width: 981px) {
  .service:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); }
}
.service__screen { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 6px; background: #000; box-shadow: 0 0 0 1px var(--line), 0 30px 80px rgba(0, 0, 0, .5); }
.service__screen--soon { display: grid; place-items: center; border: 1px dashed rgba(244, 241, 234, .28); background: rgba(244, 241, 234, .04); color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.service__screen::after { content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: 2; height: 3px; background: var(--c); pointer-events: none; }
.service__screen video { width: 100%; height: 100%; max-width: none; object-fit: contain; background: #000; }
.service__play { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; width: 100%; background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .05)); transition: opacity .25s; }
.service__play span { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--c); color: var(--ink); box-shadow: 0 12px 40px rgba(0, 0, 0, .45); transition: transform .2s; }
.service__play svg { width: 26px; height: 26px; margin-left: 4px; }
.service__play em { padding: 6px 12px; border-radius: 999px; background: rgba(10, 10, 11, .72); color: var(--text); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .14em; }
.service__play:hover span { transform: scale(1.06); }
.service__screen.is-playing .service__play { opacity: 0; pointer-events: none; }

.service__no { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.service__no b { color: var(--c); font-weight: 700; }
.service__badge { padding: 3px 10px; border-radius: 99px; background: var(--c); color: var(--ink); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .02em; }
.service__title { margin: 14px 0 0; font-size: clamp(40px, 4.4vw, 64px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.service__line { margin: 18px 0 0; font-size: clamp(18px, 1.6vw, 22px); font-weight: 700; line-height: 1.45; }
.service__desc { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service__facts { margin: 24px 0 0; border-top: 1px solid var(--line); }
.service__facts div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.55; }
.service__facts dt { color: var(--faint); font-weight: 700; }
.service__facts dd { margin: 0; font-weight: 700; }
.service__cta { margin-top: 26px; background: var(--c); color: var(--ink); }
.service__cta:hover { background: var(--text); }

@media (max-width: 980px) {
  .service { grid-template-columns: 1fr; }
  .service:nth-child(even) .service__screen { order: 0; }
}
@media (max-width: 480px) {
  .service__play span { width: 64px; height: 64px; }
  .service__facts div { grid-template-columns: 64px minmax(0, 1fr); }
}

/* =========================================================
   02 PRODUCTION : 크랭크인부터 시사회까지
   ========================================================= */
.reel-steps { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.reel-steps::before { content: ""; position: absolute; top: 28px; left: 0; right: 0; border-top: 1px dashed rgba(22, 22, 22, .3); }
.reel-step { position: relative; }
.reel-step__no { position: relative; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--paper-ink); color: var(--acid); font-family: var(--display); font-size: 20px; font-weight: 800; font-synthesis: none; letter-spacing: .04em; }
.reel-step__en { display: block; margin: 22px 0 4px; color: #8a857a; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.reel-step h3 { margin: 0; font-size: 21px; font-weight: 800; letter-spacing: -.01em; }
.reel-step p { margin: 8px 0 0; color: var(--paper-muted); font-size: 14px; line-height: 1.65; }

@media (max-width: 1100px) {
  .reel-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 40px; }
  .reel-steps::before { display: none; }
}
@media (max-width: 640px) {
  .reel-steps { grid-template-columns: 1fr; row-gap: 28px; }
  .reel-step { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 18px; }
  .reel-step__no { grid-row: 1 / span 3; }
  .reel-step__en { margin-top: 4px; }
}

/* =========================================================
   03 SHOWTIMES : 월 5팀 한정 예약
   ========================================================= */
.showtimes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.showtimes__fallback { grid-column: 1 / -1; margin: 0; color: var(--muted); }
.showtime { padding: 26px 26px 22px; border: 1px solid var(--line); border-radius: 6px; background: var(--ink-3); }
.showtime__year { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.showtime__month { display: flex; align-items: baseline; gap: 12px; margin: 6px 0 22px; }
.showtime__month b { font-size: 44px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.showtime__month small { color: var(--faint); font-family: var(--display); font-size: 16px; font-weight: 800; font-synthesis: none; letter-spacing: .1em; }
.showtime__slots { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.slot { display: grid; place-items: center; aspect-ratio: 1; border: 1px dashed rgba(244, 241, 234, .38); border-radius: 50%; color: var(--faint); font-size: 11px; font-weight: 700; }
.slot.is-booked { border: 0; background: var(--acid); color: var(--ink); }
.showtime__status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.showtime__status b { color: var(--acid); font-size: 15px; }
.showtime.is-full .showtime__status b { color: #ff7a6e; }
.showtimes-legend { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.showtimes-legend span { display: inline-flex; align-items: center; gap: 8px; }
.showtimes-legend i { width: 12px; height: 12px; border-radius: 50%; }
.showtimes-legend .is-booked { background: var(--acid); }
.showtimes-legend .is-open { border: 1px dashed rgba(244, 241, 234, .55); }

@media (max-width: 900px) {
  .showtimes { grid-template-columns: 1fr; }
}

/* =========================================================
   04 TICKET : 서비스 기본 구성 (러닝타임 · 주연)
   ========================================================= */
.quote__panel { padding: 28px 30px; border: 1px solid rgba(22, 22, 22, .1); border-radius: 6px; background: #fbf8f2; }
.quote__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 6px; }
.quote__head h3 { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.quote__head span { color: #8a857a; font-family: var(--display); font-size: 15px; font-weight: 800; font-synthesis: none; letter-spacing: .1em; }

.plan__row { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(0, 1.6fr) minmax(0, 1fr); align-items: center; gap: 32px; padding: 16px 0; border-top: 1px solid rgba(22, 22, 22, .1); }
.plan__row--head { padding: 10px 0 12px; border-top: 0; color: #8a857a; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.plan__service b { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; font-size: 17px; font-weight: 800; }
.plan__service b em { padding: 2px 9px; border-radius: 99px; background: var(--paper-ink); color: var(--acid); font-size: 11px; font-style: normal; font-weight: 800; }
.plan__service small { display: block; margin-top: 3px; color: #8a857a; font-size: 12px; font-weight: 600; letter-spacing: .06em; }
.plan__time, .plan__cast { display: flex; align-items: center; gap: 16px; min-width: 0; }
.plan__time strong, .plan__cast strong { flex: none; font-size: 15px; font-weight: 800; white-space: nowrap; }
.plan__time strong { min-width: 108px; }

.quote__bar { position: relative; flex: 1; height: 8px; border-radius: 99px; background: rgba(22, 22, 22, .1); }
.quote__bar i { position: absolute; top: 0; bottom: 0; left: 0; width: var(--w); border-radius: 99px; background: var(--paper-ink); }
.quote__people { display: flex; flex: none; align-items: center; gap: 3px; min-width: 88px; color: var(--paper-ink); }
.quote__people svg { width: 13px; height: 17px; }
.quote__people .is-optional { opacity: .3; }
.quote__people em { margin-left: 3px; font-style: normal; font-weight: 800; }
.quote__note { margin: 0; padding-top: 16px; border-top: 1px solid rgba(22, 22, 22, .1); color: #8a857a; font-size: 13px; font-weight: 600; }

.formula { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; margin: 16px 0 0; }
.formula span { display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 14px 18px; border: 1px solid rgba(22, 22, 22, .1); border-radius: 6px; background: #fbf8f2; font-size: 15px; font-weight: 800; }
.formula small { color: #8a857a; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.formula b { display: grid; place-items: center; min-width: 18px; color: #8a857a; font-size: 22px; }
.formula .formula__total { border-color: var(--paper-ink); background: var(--paper-ink); color: var(--acid); }
.formula .formula__total small { color: rgba(217, 255, 67, .7); }
.quote__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 26px; }
.quote__foot p { margin: 0; color: var(--paper-muted); font-size: 14px; }

@media (max-width: 760px) {
  .quote__panel { padding: 22px 18px; }
  .plan__row { grid-template-columns: 1fr; gap: 10px; }
  .plan__row--head { display: none; }
  .plan__time strong { min-width: 104px; }
  .formula span { padding: 12px 14px; font-size: 14px; }
}

/* =========================================================
   05 GUIDELINES : 제작 안내 · 제작할 수 없는 영상
   ========================================================= */
.pc-guide { background: var(--ink-2); border-bottom: 1px solid var(--line); }
.guide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: stretch; gap: 16px; }
.guide__card { padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: var(--ink-3); }
.guide__card--deny { border-color: rgba(255, 110, 100, .35); }
.guide__label { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin: 0 0 22px; font-size: 21px; font-weight: 800; }
.guide__label span { padding: 4px 10px; border-radius: 99px; background: var(--acid); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.guide__card--deny .guide__label span { background: #ff6e64; }
.guide__lead { margin: 0 0 18px; padding: 14px 16px; border-radius: 6px; background: rgba(255, 110, 100, .1); color: #ffb8b2; font-size: 15px; font-weight: 800; line-height: 1.6; }
.guide__list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.guide__list li { position: relative; padding-left: 30px; font-size: 14px; line-height: 1.65; }
.guide__list li::before { content: ""; position: absolute; top: 2px; left: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--acid) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.5l4.5-5' fill='none' stroke='%230a0a0b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px no-repeat; }
.guide__list li b { display: block; font-size: 15px; font-weight: 800; }
.guide__list li span { color: var(--muted); }
.guide__list--deny { gap: 11px; }
.guide__list--deny li { color: rgba(244, 241, 234, .9); font-weight: 600; }
.guide__list--deny li::before { background: #ff6e64 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 3.5l5 5M8.5 3.5l-5 5' fill='none' stroke='%230a0a0b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 10px no-repeat; }
.guide__note { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--faint); font-size: 12px; line-height: 1.6; }

@media (max-width: 900px) {
  .guide { grid-template-columns: 1fr; }
  .guide__card { padding: 24px 20px; }
}

/* =========================================================
   06 CASTING CALL : 제작 문의
   ========================================================= */
.inquiry { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; gap: clamp(32px, 5vw, 80px); }
.inquiry__side { position: sticky; top: calc(var(--header-h) + 24px); }
.inquiry__title { margin: 0; font-size: clamp(32px, 3.6vw, 52px); font-weight: 800; letter-spacing: -.025em; line-height: 1.16; }
.inquiry__lead { margin: 18px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.ticket { overflow: hidden; border-radius: 8px; background: var(--paper); color: var(--ink); }
.ticket__main { padding: 22px 24px 20px; }
.ticket__top { display: flex; justify-content: space-between; gap: 12px; margin: 0; color: var(--paper-muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.ticket__admit { color: var(--ink); }
.ticket__label { margin: 22px 0 4px; color: #8a857a; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.ticket__title { margin: 0; overflow-wrap: anywhere; font-size: clamp(24px, 2.3vw, 32px); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
.ticket__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; margin: 20px 0 0; padding-top: 18px; border-top: 1px solid rgba(22, 22, 22, .14); }
.ticket__grid dt { color: #8a857a; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.ticket__grid dd { margin: 3px 0 0; font-size: 15px; font-weight: 800; }
.ticket__stub { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 24px 18px; border-top: 2px dashed rgba(22, 22, 22, .3); background: var(--acid); }
.ticket__stub::before, .ticket__stub::after { content: ""; position: absolute; top: -11px; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); }
.ticket__stub::before { left: -10px; }
.ticket__stub::after { right: -10px; }
.ticket__starring { display: flex; align-items: baseline; gap: 10px; min-width: 0; margin: 0; }
.ticket__starring span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.ticket__starring b { overflow: hidden; font-family: var(--display); font-size: 26px; font-weight: 800; font-synthesis: none; letter-spacing: .02em; line-height: 1.1; white-space: nowrap; text-overflow: ellipsis; }
.ticket__no { font-size: 10px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.inquiry__notes { margin: 20px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; line-height: 1.8; }
.inquiry__notes li::before { content: "— "; color: var(--acid); }

.form { display: grid; gap: 30px; }
.field { min-width: 0; margin: 0; padding: 0; border: 0; }
.field__label { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 0 0 12px; padding: 0; color: var(--text); font-size: 16px; font-weight: 800; }
.field__label span { color: var(--acid); font-family: var(--display); font-size: 14px; font-weight: 800; font-synthesis: none; letter-spacing: .08em; }
.field__label em { color: var(--faint); font-size: 11px; font-style: normal; font-weight: 700; }
.field__label .field__hint { color: var(--acid); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.chip span { display: inline-flex; align-items: center; gap: 6px; min-height: 42px; padding: 0 16px; border: 1px solid rgba(244, 241, 234, .28); border-radius: 999px; color: rgba(244, 241, 234, .86); font-size: 14px; font-weight: 700; user-select: none; transition: background-color .15s, border-color .15s, color .15s; }
.chip span small { color: var(--faint); font-size: 11px; font-weight: 700; }
.chip:hover span { border-color: var(--text); }
.chip input:checked + span { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.chip input:checked + span small { color: rgba(10, 10, 11, .6); }
.chip input:focus-visible + span { outline: 2px solid var(--acid); outline-offset: 3px; }

.field-group { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.input label { display: block; margin: 0 0 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.input label em { color: var(--acid); font-style: normal; }
.input label small { color: var(--faint); font-size: 11px; }
.input input, .input select, .input textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(244, 241, 234, .22); border-radius: 6px; background: var(--ink-3); color: var(--text); font: inherit; font-size: 15px; color-scheme: dark; transition: border-color .15s; }
.input textarea { min-height: 130px; line-height: 1.6; resize: vertical; }
.input select { padding-right: 40px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%23f4f1ea' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: right 14px center; background-repeat: no-repeat; background-size: 12px; }
.input select option { background: var(--ink-3); color: var(--text); }
.input input::placeholder, .input textarea::placeholder { color: rgba(244, 241, 234, .34); }
.input input:focus, .input select:focus, .input textarea:focus { border-color: var(--acid); outline: none; }

.field__error { display: none; margin: 8px 0 0; color: #ff8a80; font-size: 13px; font-weight: 700; }
.is-invalid .field__error { display: block; }
.is-invalid .chip span, .is-invalid input, .is-invalid select, .consent.is-invalid { border-color: #ff8a80; }

.consent { padding: 16px 18px; border: 1px solid var(--line); border-radius: 6px; }
.form .consent + .consent { margin-top: -18px; }
.consent__check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 700; line-height: 1.55; cursor: pointer; }
.consent__check input { flex: none; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--acid); }
.consent__check em { color: var(--faint); font-style: normal; }
.consent__check a { color: var(--acid); text-decoration: underline; text-underline-offset: 3px; }
.consent details { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.consent summary { color: var(--faint); font-weight: 700; cursor: pointer; }
.consent details p { margin: 8px 0 0; }

.form__alert { margin: 0; padding: 12px 16px; border-radius: 6px; background: rgba(255, 138, 128, .12); color: #ff9d94; font-size: 14px; font-weight: 700; }
.form__submit { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.form__submit .btn { min-height: 56px; padding: 0 30px; font-size: 16px; }
.form__submit p { flex: 1; min-width: 200px; margin: 0; color: var(--faint); font-size: 12px; line-height: 1.6; }

.inquiry__done { scroll-margin-top: calc(var(--header-h) + 24px); padding: 32px; border: 1px solid var(--acid); border-radius: 8px; background: rgba(217, 255, 67, .05); }
.inquiry__done:focus { outline: none; }
.inquiry__done h3 { margin: 0; font-size: clamp(24px, 2.6vw, 34px); font-weight: 800; letter-spacing: -.02em; line-height: 1.25; }
.inquiry__done > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.done-summary { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 10px 16px; margin: 22px 0 26px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; }
.done-summary dt { color: var(--faint); font-weight: 700; }
.done-summary dd { margin: 0; font-weight: 700; white-space: pre-wrap; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .inquiry { grid-template-columns: 1fr; }
  .inquiry__side { position: static; }
}
@media (max-width: 560px) {
  .field-row { grid-template-columns: 1fr; }
  .done-summary { grid-template-columns: 1fr; gap: 2px; }
  .done-summary dd { margin-bottom: 10px; }
  .inquiry__done { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-marquee__track, .pc-kicker i { animation: none !important; }
}

/* ---------- AI로만 만들지 않습니다 : 20년 경력 영상 전문가 ---------- */
.pc-services__craft { max-width: 560px; margin: 20px 0 0; padding: 11px 16px; border-left: 3px solid var(--acid); background: rgba(244, 241, 234, .05); color: rgba(244, 241, 234, .92); font-size: clamp(15px, 1.3vw, 18px); font-weight: 700; line-height: 1.55; }
.pc-hero__craft { max-width: 680px; margin: 12px 0 0; padding-left: 18px; color: rgba(244, 241, 234, .74); font-size: clamp(14px, 1.15vw, 16px); line-height: 1.55; }
.pc-craft { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 8px 32px; margin: 0 0 clamp(32px, 4vw, 48px); padding: clamp(20px, 3vw, 32px); border-radius: 6px; background: var(--paper-ink); color: var(--paper); }
.pc-craft__label { grid-row: span 2; margin: 0; padding: 10px 16px; border: 1px solid var(--acid); border-radius: 999px; color: var(--acid); font-size: 12px; font-weight: 800; letter-spacing: .18em; white-space: nowrap; }
.pc-craft__lead { margin: 0; font-size: clamp(22px, 2.4vw, 32px); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.pc-craft__text { margin: 0; color: rgba(238, 233, 223, .78); font-size: 15px; line-height: 1.7; }
@media (max-width: 760px) {
  .pc-craft { grid-template-columns: 1fr; }
  .pc-craft__label { grid-row: auto; justify-self: start; }
}

/* 첫 화면 : 한 문장 + 서비스 한 줄 + 버튼만 (영상이 더 보이도록) */
@media (max-width: 760px) {
  .pc-hero { padding-bottom: 28px; }
  .pc-hero__lead { padding: 10px 14px; font-size: 15.5px; }
  .pc-hero__craft { padding-left: 14px; font-size: 13.5px; }
  .pc-billing { display: none; }
}
