@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');
:root {
  --bg:#0d0d0e;
  --surface:#151516;
  --surface-2:#1c1c1e;
  --surface-3:#242427;
  --text:#f7f4ec;
  --muted:#9a9690;
  --line:#2d2b28;
  --gold:#d6a94d;
  --gold-soft:#e7c879;
  --gold-dark:#8f692d;
  --danger:#a43b36;
  --success:#4c9664;
  --radius:18px;
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  min-height:100vh;
  background:var(--bg);
  color:var(--text);
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
}

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

img {
  max-width:100%;
  display:block
}

button,input,select {
  font:inherit
}

.nc-navbar {
  background:rgba(13,13,14,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
}

.nc-navbar .container {
  min-height:96px
}

.navbar-brand {
  display:flex;
  align-items:center;
  padding:0;
  margin-right:1.25rem
}

.brand-image {
  width:210px;
  height:auto;
  object-fit:contain
}

.nc-navbar .nav-link {
  color:#c6c1ba!important;
  font-size:.93rem;
  font-weight:600;
  padding:.65rem .9rem!important;
  position:relative
}

.nc-navbar .nav-link:hover,.nc-navbar .nav-link.active {
  color:var(--gold-soft)!important
}

.nc-navbar .nav-link.active:after {
  content:"";
  height:2px;
  background:var(--gold);
  position:absolute;
  left:.9rem;
  right:.9rem;
  bottom:.25rem
}

.location-mini {
  font-size:.82rem;
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:999px;
  padding:.5rem .8rem;
  background:var(--surface)
}

.btn-gold,.btn-outline-light-custom,.btn-dark-soft {
  border-radius:10px;
  min-height:42px;
  padding:.68rem 1.05rem;
  font-weight:700;
  transition:.16s ease;
}

.btn-gold {
  background:var(--gold);
  border:1px solid var(--gold);
  color:#15110b
}

.btn-gold:hover {
  background:var(--gold-soft);
  border-color:var(--gold-soft);
  color:#15110b;
  transform:translateY(-1px)
}

.btn-outline-light-custom {
  border:1px solid #55514b;
  background:transparent;
  color:var(--text)
}

.btn-outline-light-custom:hover {
  border-color:var(--gold);
  color:var(--gold-soft)
}

.btn-dark-soft {
  background:var(--surface-2);
  border:1px solid var(--line);
  color:var(--text)
}

.btn-dark-soft:hover {
  border-color:#5d564b;
  color:var(--gold-soft)
}

.eyebrow {
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:.72rem;
  color:var(--gold-soft);
  font-weight:700
}

.section-space {
  padding:72px 0
}

.section-title-row {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px
}

.section-title-row.compact {
  align-items:center;
  margin-bottom:18px
}

.section-title-row h2 {
  font-family:"Cinzel",serif;
  font-size:clamp(1.8rem,3vw,2.6rem);
  margin:.4rem 0 0
}

.text-link {
  color:var(--gold-soft);
  font-weight:700;
  font-size:.88rem
}

.text-link:hover {
  color:#fff
}

.home-hero {
  padding:34px 0 22px
}

.hero-shell {
  min-height:620px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(135deg,#111112 0%,#191818 68%,#241d13 100%);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  overflow:hidden;
  position:relative
}

.hero-shell:before {
  content:"";
  position:absolute;
  inset:auto -120px -180px auto;
  width:430px;
  height:430px;
  border:1px solid rgba(214,169,77,.18);
  border-radius:50%
}

.hero-content {
  padding:72px 70px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2
}

.hero-content h1 {
  font-family:"Cinzel",serif;
  font-size:clamp(3rem,6vw,6.5rem);
  line-height:.94;
  margin:18px 0 20px;
  max-width:750px;
  letter-spacing:-.04em
}

.hero-content p {
  color:#bab4ad;
  max-width:650px;
  line-height:1.8;
  font-size:1rem;
  margin:0 0 28px
}

.hero-meta {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px
}

.hero-meta span {
  border:1px solid var(--line);
  padding:.35rem .65rem;
  border-radius:999px;
  color:#d7d0c8;
  font-size:.78rem
}

.hero-poster-wrap {
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:35px 42px 0;
  overflow:hidden
}

.hero-poster-wrap:before {
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  background:var(--gold);
  border-radius:50%;
  filter:blur(0);
  opacity:.13;
  top:90px;
  right:45px
}

.hero-poster {
  width:min(360px,78%);
  aspect-ratio:2/3;
  object-fit:cover;
  border-radius:18px 18px 0 0;
  box-shadow:0 25px 90px rgba(0,0,0,.65);
  position:relative;
  z-index:2
}

.hero-number {
  position:absolute;
  font-family:"Cinzel",serif;
  font-size:9rem;
  font-weight:700;
  color:rgba(214,169,77,.08);
  right:30px;
  top:30px
}

.quick-strip {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  margin-top:18px;
  background:var(--surface)
}

.quick-item {
  padding:22px 24px;
  border-right:1px solid var(--line)
}

.quick-item:last-child {
  border-right:0
}

.quick-item small {
  color:var(--muted);
  display:block;
  margin-bottom:5px
}

.quick-item strong {
  font-size:.96rem
}

.movie-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px
}

.movie-card {
  min-width:0
}

.movie-poster {
  aspect-ratio:2/3;
  border-radius:16px;
  overflow:hidden;
  position:relative;
  background:#181818;
  border:1px solid var(--line);
  display:block
}

.movie-poster img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.3s ease
}

.movie-poster:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.75),transparent 45%);
  opacity:.4;
  transition:.2s
}

.movie-card:hover .movie-poster img {
  transform:scale(1.025)
}

.movie-card:hover .movie-poster:after {
  opacity:.75
}

.movie-age {
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  background:#0c0c0de8;
  border:1px solid #3b3936;
  color:#fff;
  border-radius:7px;
  font-size:.72rem;
  padding:.3rem .45rem;
  font-weight:700
}

.movie-hover {
  position:absolute;
  z-index:3;
  bottom:16px;
  left:16px;
  color:#fff;
  font-weight:700;
  font-size:.85rem;
  opacity:0;
  transform:translateY(6px);
  transition:.2s
}

.movie-card:hover .movie-hover {
  opacity:1;
  transform:none
}

.movie-card-body {
  padding:14px 2px 0
}

.movie-card h3 {
  font-size:1rem;
  margin:0 0 5px;
  line-height:1.4;
  font-weight:700
}

.movie-card p {
  font-size:.79rem;
  color:var(--muted);
  margin:0
}

.movie-card-actions {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:12px
}

.page-hero {
  padding:58px 0 28px;
  border-bottom:1px solid var(--line);
  background:#101011
}

.page-hero h1 {
  font-family:"Cinzel",serif;
  font-size:clamp(2.6rem,5vw,4.8rem);
  margin:10px 0 0;
  letter-spacing:-.04em
}

.page-hero p {
  max-width:620px;
  color:var(--muted);
  line-height:1.7;
  margin-top:12px
}

.filter-bar {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px
}

.nc-input,.nc-select,.nc-form-control {
  background:var(--surface)!important;
  color:var(--text)!important;
  border:1px solid var(--line)!important;
  border-radius:10px!important;
  min-height:46px
}

.nc-input::placeholder,.nc-form-control::placeholder {
  color:#77716b!important
}

.nc-input:focus,.nc-select:focus,.nc-form-control:focus {
  box-shadow:0 0 0 .18rem rgba(214,169,77,.13)!important;
  border-color:var(--gold-dark)!important
}

.nc-select option {
  background:var(--surface);
  color:#fff
}

.empty-state {
  border:1px dashed #4a4742;
  border-radius:16px;
  padding:40px;
  text-align:center;
  color:var(--muted);
  margin-top:25px
}

.detail-shell {
  display:grid;
  grid-template-columns:350px 1fr;
  gap:58px;
  align-items:start
}

.detail-poster-card {
  position:sticky;
  top:105px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--surface)
}

.detail-poster-card img {
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover
}

.detail-age {
  position:absolute;
  top:15px;
  left:15px;
  background:#111;
  border:1px solid #47433d;
  border-radius:8px;
  padding:.35rem .5rem;
  font-size:.78rem;
  font-weight:700
}

.detail-content-col {
  padding-top:10px
}

.detail-title {
  font-family:"Cinzel",serif;
  font-size:clamp(2.8rem,6vw,5.6rem);
  line-height:1;
  margin:14px 0 18px;
  letter-spacing:-.045em
}

.detail-meta-row {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:22px
}

.detail-meta-row span {
  color:#cac4bd;
  border-right:1px solid #47433d;
  padding-right:10px;
  font-size:.88rem
}

.detail-meta-row span:last-child {
  border-right:0
}

.detail-description {
  font-size:1rem;
  line-height:1.85;
  color:#b9b3ac;
  max-width:850px
}

.detail-facts {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:15px;
  margin:28px 0 45px
}

.detail-facts>div {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px
}

.detail-facts small {
  display:block;
  color:var(--muted);
  margin-bottom:7px;
  font-size:.73rem
}

.detail-facts strong {
  font-size:.9rem;
  line-height:1.55;
  display:block
}

.showtime-section {
  border-top:1px solid var(--line);
  padding-top:34px
}

.cinema-chip {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:999px;
  padding:.55rem .8rem;
  color:#c9c3bc;
  font-size:.8rem
}

.date-list {
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding-bottom:5px;
  margin-bottom:22px
}

.date-box {
  min-width:78px;
  border:1px solid var(--line);
  background:var(--surface);
  color:#c9c4bd;
  border-radius:12px;
  padding:10px 12px;
  text-align:left
}

.date-box span,.date-box small {
  font-size:.64rem;
  color:var(--muted);
  display:block
}

.date-box strong {
  display:block;
  font-size:1.35rem;
  line-height:1.1;
  margin:3px 0
}

.date-box.active {
  background:var(--gold);
  border-color:var(--gold);
  color:#16120c
}

.date-box.active span,.date-box.active small {
  color:#5f4a22
}

.experience-row {
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:15px;
  padding:20px;
  margin-bottom:12px
}

.experience-head {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:start;
  margin-bottom:14px
}

.experience-head strong {
  font-size:1rem;
  display:block
}

.experience-head small {
  color:var(--muted);
  display:block;
  margin-top:3px
}

.experience-head>span {
  color:var(--gold-soft);
  font-weight:700
}

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

.time-btn {
  border:1px solid #403d38;
  background:#111;
  color:#eee;
  border-radius:9px;
  padding:.65rem .85rem;
  min-width:94px
}

.time-btn:hover {
  border-color:var(--gold);
  color:var(--gold-soft)
}

.offers-empty {
  position:relative;
  max-width:900px;
  margin:0 auto;
  background:linear-gradient(145deg,#1d1914,#121212);
  border:1px solid #4b3b23;
  border-radius:24px;
  padding:70px;
  text-align:center;
  overflow:hidden
}

.offers-empty:before {
  content:"OFFERS";
  position:absolute;
  left:20px;
  top:4px;
  font-family:"Cinzel",serif;
  font-size:8rem;
  color:rgba(214,169,77,.035);
  font-weight:700
}

.offers-empty h2 {
  font-family:"Cinzel",serif;
  font-size:clamp(2rem,5vw,3.8rem);
  margin:14px auto;
  max-width:670px
}

.offers-empty p {
  color:var(--muted);
  line-height:1.8;
  max-width:650px;
  margin:0 auto 24px
}

.ticket-cutout {
  position:absolute;
  width:46px;
  height:46px;
  background:var(--bg);
  border-radius:50%;
  top:50%;
  transform:translateY(-50%)
}

.ticket-cutout.left {
  left:-24px
}

.ticket-cutout.right {
  right:-24px
}

.booking-top {
  padding:42px 0 22px;
  border-bottom:1px solid var(--line)
}

.booking-top-grid {
  display:flex;
  align-items:center;
  gap:20px
}

.booking-mini-poster {
  width:74px;
  height:106px;
  object-fit:cover;
  border-radius:9px;
  border:1px solid var(--line)
}

.booking-top h1 {
  font-family:"Cinzel",serif;
  margin:0 0 6px;
  font-size:2rem
}

.booking-top p {
  margin:0;
  color:var(--muted)
}

.booking-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:26px;
  align-items:start
}

.seat-panel,.summary-panel,.checkout-card,.ticket-card {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:18px
}

.seat-panel {
  padding:28px;
  overflow-x:auto
}

.screen {
  width:82%;
  height:34px;
  border-top:4px solid var(--gold);
  border-radius:50%;
  margin:0 auto 40px;
  text-align:center;
  font-size:.66rem;
  letter-spacing:.28em;
  color:var(--muted);
  padding-top:8px
}

.seat-map {
  min-width:650px;
  display:flex;
  flex-direction:column;
  gap:9px;
  align-items:center
}

.seat-row {
  display:grid;
  grid-template-columns:24px repeat(12,34px);
  gap:8px;
  align-items:center
}

.seat-label {
  font-size:.7rem;
  color:#77716b;
  text-align:center
}

.seat {
  width:34px;
  height:30px;
  border:0;
  border-radius:7px 7px 4px 4px;
  background:#65615b;
  position:relative;
  transition:.13s
}

.seat:hover:not(:disabled) {
  background:var(--gold-soft);
  transform:translateY(-2px)
}

.seat.selected {
  background:var(--gold)
}

.seat.occupied {
  background:#2a2929;
  opacity:.65;
  cursor:not-allowed
}

.seat.aisle-after {
  margin-right:12px
}

.legend-row {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
  margin-top:32px;
  color:var(--muted);
  font-size:.75rem
}

.legend-dot {
  width:13px;
  height:13px;
  border-radius:4px;
  background:#65615b;
  display:inline-block;
  vertical-align:-2px;
  margin-right:6px
}

.legend-dot.selected {
  background:var(--gold)
}

.legend-dot.occupied {
  background:#2a2929
}

.summary-panel {
  padding:24px;
  position:sticky;
  top:100px
}

.summary-panel h3 {
  font-family:"Cinzel",serif;
  font-size:1.35rem;
  margin:7px 0 20px
}

.summary-row {
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
  font-size:.82rem
}

.summary-row span {
  color:var(--muted)
}

.summary-row strong {
  text-align:right
}

.summary-total {
  margin-top:20px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:15px
}

.summary-total small {
  display:block;
  color:var(--muted);
  font-size:.7rem
}

.summary-total strong {
  font-size:1.6rem;
  color:var(--gold-soft)
}

.checkout-grid {
  display:grid;
  grid-template-columns:1fr 390px;
  gap:28px;
  align-items:start
}

.checkout-card {
  padding:28px
}

.checkout-card h2 {
  font-family:"Cinzel",serif;
  font-size:1.6rem;
  margin-bottom:22px
}

.nc-label {
  font-size:.78rem;
  color:#bbb4ac;
  margin-bottom:7px
}

.order-card {
  padding:22px;
  position:sticky;
  top:100px
}

.order-movie {
  display:flex;
  gap:14px;
  align-items:start;
  padding-bottom:18px;
  border-bottom:1px solid var(--line)
}

.order-movie img {
  width:82px;
  height:120px;
  object-fit:cover;
  border-radius:10px
}

.order-movie h3 {
  font-size:1rem;
  margin:3px 0 7px
}

.order-movie p {
  font-size:.76rem;
  color:var(--muted);
  margin:2px 0
}

.success-wrap {
  max-width:760px;
  margin:0 auto
}

.success-header {
  text-align:center;
  margin-bottom:24px
}

.success-check {
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--success);
  display:grid;
  place-items:center;
  margin:0 auto 15px;
  font-size:1.5rem
}

.ticket-card {
  overflow:hidden
}

.ticket-main {
  display:grid;
  grid-template-columns:1fr 190px
}

.ticket-info {
  padding:28px
}

.ticket-info h2 {
  font-family:"Cinzel",serif;
  font-size:1.8rem;
  margin:8px 0 18px
}

.ticket-qr {
  padding:26px;
  border-left:1px dashed #45413b;
  display:grid;
  place-items:center;
  background:#111
}

.ticket-code {
  font-family:monospace;
  color:var(--gold-soft);
  font-size:1.05rem;
  letter-spacing:.08em
}

.auth-shell {
  max-width:1000px;
  margin:50px auto;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:var(--surface)
}

.auth-brand {
  background:#0b0b0c;
  padding:45px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:580px
}

.auth-brand img {
  width:230px;
  margin:0 auto
}

.auth-brand h1 {
  font-family:"Cinzel",serif;
  font-size:2.7rem
}

.auth-brand p {
  color:var(--muted);
  line-height:1.7
}

.auth-form-side {
  padding:45px
}

.auth-tabs {
  display:flex;
  gap:7px;
  margin-bottom:28px
}

.auth-tab {
  border:1px solid var(--line);
  background:#111;
  color:#aaa;
  border-radius:9px;
  padding:.6rem 1rem
}

.auth-tab.active {
  background:var(--gold);
  border-color:var(--gold);
  color:#14110c;
  font-weight:700
}

.site-footer {
  border-top:1px solid var(--line);
  margin-top:50px;
  padding:34px 0 44px;
  background:#0a0a0b
}

.footer-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:30px
}

.footer-brand img {
  width:170px;
  height:auto;
  display:block;
  object-fit:contain;
  margin-bottom:10px
}

.footer-brand p {
  color:var(--muted);
  font-size:.82rem;
  max-width:360px;
  line-height:1.6
}

.footer-title {
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:var(--gold-soft);
  margin-bottom:10px
}

.footer-links a {
  display:block;
  color:#aca69f;
  font-size:.84rem;
  margin:7px 0
}

.footer-links a:hover {
  color:#fff
}

.source-note {
  font-size:.68rem;
  color:#625f5a;
  margin-top:22px
}

@media(max-width:991px) {
  .hero-shell {
    grid-template-columns:1fr;
    min-height:auto
  }
  .hero-content {
    padding:55px 35px 30px
  }
  .hero-poster-wrap {
    min-height:450px
  }
  .quick-strip {
    grid-template-columns:repeat(2,1fr)
  }
  .quick-item:nth-child(2) {
    border-right:0
  }
  .quick-item:nth-child(-n+2) {
    border-bottom:1px solid var(--line)
  }
  .movie-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .detail-shell {
    grid-template-columns:280px 1fr;
    gap:30px
  }
  .detail-facts {
    grid-template-columns:1fr
  }
  .booking-layout,.checkout-grid {
    grid-template-columns:1fr
  }
  .summary-panel,.order-card {
    position:static
  }
  .footer-grid {
    grid-template-columns:1fr 1fr
  }
  .auth-shell {
    grid-template-columns:1fr
  }
  .auth-brand {
    min-height:auto
  }
}

@media(max-width:767px) {
  .brand-image {
    width:120px;
    height:auto
  }
  .location-mini {
    display:none
  }
  .section-space {
    padding:48px 0
  }
  .hero-content {
    padding:45px 24px 25px
  }
  .hero-content h1 {
    font-size:3rem
  }
  .hero-poster-wrap {
    min-height:360px;
    padding:20px 20px 0
  }
  .hero-poster {
    width:240px
  }
  .hero-number {
    font-size:6rem
  }
  .movie-grid {
    grid-template-columns:repeat(2,1fr);
    gap:16px
  }
  .detail-shell {
    grid-template-columns:1fr
  }
  .detail-poster-card {
    position:relative;
    top:auto;
    max-width:330px;
    margin:0 auto
  }
  .detail-title {
    font-size:3rem
  }
  .offers-empty {
    padding:50px 25px
  }
  .checkout-card {
    padding:20px
  }
  .ticket-main {
    grid-template-columns:1fr
  }
  .ticket-qr {
    border-left:0;
    border-top:1px dashed #45413b
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .auth-form-side,.auth-brand {
    padding:28px
  }
}

@media(max-width:480px) {
  .movie-grid {
    grid-template-columns:1fr 1fr;
    gap:12px
  }
  .movie-card h3 {
    font-size:.88rem
  }
  .movie-card p {
    font-size:.7rem
  }
  .movie-card-actions .btn {
    padding:.45rem .65rem;
    min-height:34px
  }
  .quick-strip {
    grid-template-columns:1fr
  }
  .quick-item {
    border-right:0;
    border-bottom:1px solid var(--line)!important
  }
  .quick-item:last-child {
    border-bottom:0!important
  }
}
