/*
Theme Name: Cinescope Narayanganj
Theme URI: https://cinescopenarayanganj.store
Author: Cinescope
Author URI: https://cinescopenarayanganj.store
Description: Professional corporate theme for Cinescope, Narayanganj - an air-conditioned cinema hall and entertainment venue on Bangabandhu Road, Narayanganj 1400, Bangladesh. Includes home, about and contact templates with full business identity details.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cinescope-narayanganj
Tags: business, entertainment, cinema, responsive, custom-menu, one-column, footer-widgets
*/

/* ---------- Design tokens ---------- */
:root {
  --cs-bg: #0b0b0f;
  --cs-surface: #14141c;
  --cs-surface-2: #1c1c27;
  --cs-line: rgba(255, 255, 255, 0.1);
  --cs-text: #f4f2ee;
  --cs-muted: #a9a5b8;
  --cs-gold: #e0b357;
  --cs-gold-soft: rgba(224, 179, 87, 0.15);
  --cs-radius: 14px;
  --cs-max: 1140px;
  --cs-font-display: "Playfair Display", Georgia, serif;
  --cs-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cs-bg);
  color: var(--cs-text);
  font-family: var(--cs-font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cs-gold); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--cs-font-display); line-height: 1.15; margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }

.cs-container { width: 100%; max-width: var(--cs-max); margin: 0 auto; padding: 0 20px; }
.cs-section { padding: 76px 0; }
.cs-section--alt { background: var(--cs-surface); border-block: 1px solid var(--cs-line); }
.cs-eyebrow {
  font-family: var(--cs-font-body); font-size: .74rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--cs-gold); margin: 0 0 .8rem;
}
.cs-lead { color: var(--cs-muted); font-size: 1.05rem; max-width: 62ch; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px);
}

/* ---------- Buttons ---------- */
.cs-btn {
  display: inline-block; padding: 13px 26px; border-radius: 999px; font-weight: 600;
  font-size: .95rem; letter-spacing: .02em; transition: transform .18s ease, opacity .18s ease;
  border: 1px solid transparent; cursor: pointer;
}
.cs-btn:hover { transform: translateY(-2px); text-decoration: none; }
.cs-btn--primary { background: var(--cs-gold); color: #14100a; }
.cs-btn--ghost { border-color: var(--cs-line); color: var(--cs-text); background: transparent; }

/* ---------- Header ---------- */
.cs-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 15, .88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--cs-line);
}
.cs-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }
.cs-brand { display: flex; align-items: center; gap: 12px; }
.cs-brand__mark {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  background: var(--cs-gold-soft); border: 1px solid rgba(224,179,87,.4);
  color: var(--cs-gold); font-family: var(--cs-font-display); font-weight: 700; font-size: 1.15rem;
}
.cs-brand__name { font-family: var(--cs-font-display); font-size: 1.12rem; font-weight: 700; color: var(--cs-text); }
.cs-brand__name:hover { text-decoration: none; }
.cs-brand__tag { display: block; font-family: var(--cs-font-body); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cs-muted); }
.cs-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.cs-nav a { color: var(--cs-text); font-size: .93rem; font-weight: 500; opacity: .82; }
.cs-nav a:hover, .cs-nav .current-menu-item > a { color: var(--cs-gold); opacity: 1; text-decoration: none; }
.cs-header__cta { display: none; }
.cs-nav-toggle {
  display: inline-block; background: transparent; border: 1px solid var(--cs-line);
  color: var(--cs-text); border-radius: 10px; padding: 8px 12px; font-size: .85rem;
}
@media (min-width: 900px) {
  .cs-nav-toggle { display: none; }
  .cs-header__cta { display: inline-block; }
}
@media (max-width: 899px) {
  .cs-nav { display: none; width: 100%; }
  .cs-header__inner.is-open { flex-wrap: wrap; padding-bottom: 16px; }
  .cs-header__inner.is-open .cs-nav { display: block; }
  .cs-nav ul { flex-direction: column; gap: 12px; }
}

/* ---------- Hero ---------- */
.cs-hero {
  position: relative; padding: 110px 0 96px; overflow: hidden;
  background:
    radial-gradient(900px 420px at 15% -10%, rgba(224,179,87,.16), transparent 65%),
    radial-gradient(700px 400px at 90% 10%, rgba(120,80,200,.14), transparent 60%),
    linear-gradient(180deg, #0b0b0f 0%, #101018 100%);
}
.cs-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 64px);
}
.cs-hero__inner { position: relative; z-index: 1; max-width: 760px; }
.cs-hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.cs-badge {
  font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--cs-muted);
  border: 1px solid var(--cs-line); border-radius: 999px; padding: 7px 14px; background: rgba(255,255,255,.03);
}
.cs-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

/* ---------- Grids & cards ---------- */
.cs-grid { display: grid; gap: 22px; }
.cs-grid--2 { grid-template-columns: 1fr; }
.cs-grid--3 { grid-template-columns: 1fr; }
.cs-grid--4 { grid-template-columns: 1fr; }
@media (min-width: 700px) {
  .cs-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .cs-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .cs-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .cs-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .cs-grid--4 { grid-template-columns: repeat(4, 1fr); }
}
.cs-card {
  background: var(--cs-surface); border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius); padding: 26px; transition: border-color .2s ease, transform .2s ease;
}
.cs-card:hover { border-color: rgba(224,179,87,.45); transform: translateY(-3px); }
.cs-card__icon {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--cs-gold-soft); color: var(--cs-gold); font-size: 1.2rem; margin-bottom: 16px;
}
.cs-card p { color: var(--cs-muted); margin: 0; font-size: .95rem; }

/* Showtime cards */
.cs-movie {
  background: linear-gradient(180deg, var(--cs-surface-2), var(--cs-surface));
  border: 1px solid var(--cs-line); border-radius: var(--cs-radius); overflow: hidden;
}
.cs-movie__poster {
  aspect-ratio: 2 / 3; display: grid; place-items: center; text-align: center; padding: 18px;
  background: radial-gradient(circle at 50% 30%, rgba(224,179,87,.2), rgba(20,20,28,.9));
  font-family: var(--cs-font-display); font-size: 1.25rem; color: var(--cs-text);
}
.cs-movie__body { padding: 18px 20px 22px; }
.cs-movie__meta { color: var(--cs-muted); font-size: .85rem; margin-bottom: 10px; }
.cs-times { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.cs-times li {
  font-size: .82rem; padding: 6px 12px; border-radius: 8px;
  border: 1px solid var(--cs-line); color: var(--cs-text); background: rgba(255,255,255,.03);
}

/* Info / detail rows */
.cs-info { list-style: none; margin: 0; padding: 0; }
.cs-info li { padding: 14px 0; border-bottom: 1px solid var(--cs-line); display: flex; flex-wrap: wrap; gap: 6px 16px; }
.cs-info li:last-child { border-bottom: 0; }
.cs-info span {
  min-width: 170px; color: var(--cs-muted); font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase;
}
.cs-info strong { font-weight: 600; }

/* Timeline */
.cs-timeline { list-style: none; margin: 0; padding: 0 0 0 22px; border-left: 1px solid var(--cs-line); }
.cs-timeline li { position: relative; padding: 0 0 26px 20px; }
.cs-timeline li::before {
  content: ""; position: absolute; left: -28px; top: 8px; width: 11px; height: 11px;
  border-radius: 50%; background: var(--cs-gold);
}
.cs-timeline h3 { margin-bottom: .25em; }
.cs-timeline p { color: var(--cs-muted); margin: 0; }

/* Map placeholder */
.cs-map {
  border: 1px solid var(--cs-line); border-radius: var(--cs-radius); overflow: hidden;
  min-height: 320px; display: grid; place-items: center; text-align: center; padding: 30px;
  background:
    linear-gradient(135deg, rgba(224,179,87,.08), transparent 60%),
    repeating-linear-gradient(45deg, #14141c 0 18px, #171722 18px 36px);
  color: var(--cs-muted);
}
.cs-map iframe { width: 100%; min-height: 320px; border: 0; display: block; }

/* Forms */
.cs-form { display: grid; gap: 16px; }
.cs-field { display: grid; gap: 7px; }
.cs-field label { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cs-muted); }
.cs-field input, .cs-field textarea, .cs-field select {
  width: 100%; padding: 13px 15px; border-radius: 10px; font: inherit; font-size: .95rem;
  background: var(--cs-surface-2); border: 1px solid var(--cs-line); color: var(--cs-text);
}
.cs-field input:focus, .cs-field textarea:focus, .cs-field select:focus {
  outline: 2px solid rgba(224,179,87,.5); outline-offset: 1px; border-color: transparent;
}
.cs-field textarea { min-height: 150px; resize: vertical; }

/* Content (posts/pages) */
.cs-entry { max-width: 780px; margin: 0 auto; }
.cs-entry ul, .cs-entry ol { color: var(--cs-muted); }
blockquote { border-left: 3px solid var(--cs-gold); margin: 0 0 1rem; padding-left: 18px; color: var(--cs-muted); }

/* CTA strip */
.cs-cta {
  border: 1px solid rgba(224,179,87,.35); border-radius: 20px; padding: 44px 32px; text-align: center;
  background: linear-gradient(135deg, rgba(224,179,87,.12), rgba(20,20,28,.6));
}

/* ---------- Footer ---------- */
.cs-footer { background: #08080c; border-top: 1px solid var(--cs-line); padding: 62px 0 26px; }
.cs-footer h3 { font-family: var(--cs-font-body); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cs-gold); margin-bottom: 16px; }
.cs-footer p, .cs-footer li { color: var(--cs-muted); font-size: .93rem; }
.cs-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.cs-footer a { color: var(--cs-muted); }
.cs-footer a:hover { color: var(--cs-gold); }
.cs-footer__legal {
  margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--cs-line);
  display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between;
  color: var(--cs-muted); font-size: .84rem;
}

/* WordPress core alignment classes */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { margin: 0 auto 1rem; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--cs-muted); font-size: .85rem; }
.sticky, .gallery-caption, .bypostauthor { display: block; }
