/* ===================================================
   CineMitra – inner page components
   (loaded after style.css)
   =================================================== */

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); }
.center { text-align: center; }
.sep { color: #5a5752; margin: 0 6px; }
.gold-link { color: var(--gold); }
.gold-link:hover { text-decoration: underline; }
.serif { font-family: var(--font-head); font-weight: 500; }
.full-btn { width: 100%; margin-top: 10px; }
.link-btn { background: none; border: 0; color: var(--gold); cursor: pointer; font-size: 13px; }
.top-pad { padding-top: 110px !important; }
.narrow { max-width: 860px; }

/* ---------- Page hero ---------- */
.page-hero { position: relative; padding: 130px 0 56px; background: var(--bg) center / cover no-repeat; }
.page-hero::before { content: ""; position: absolute; inset: 0; background:
    linear-gradient(180deg, rgba(10,10,11,.6) 0%, rgba(10,10,11,.55) 50%, var(--bg) 100%),
    linear-gradient(90deg, rgba(10,10,11,.9) 0%, rgba(10,10,11,.4) 70%); }
.page-hero > .container { position: relative; }
.page-hero h1 { font-family: var(--font-head); font-weight: 500; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; margin: 10px 0 10px; max-width: 760px; }
.page-hero p { margin: 0; color: #e6e3de; max-width: 640px; }
.page-hero .tag, .page-hero .badge { margin-top: 12px; display: inline-block; }
.page-hero .hero-btns { margin-top: 22px; }
.academy-hero { padding-bottom: 80px; }
.crumbs { font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.crumbs i { font-size: 9px; margin: 0 4px; }
.crumbs a:hover { color: var(--gold); }
.crumbs span { color: #fff; }
.detail-flex { display: flex; gap: 32px; align-items: flex-end; }
.detail-flex .poster { width: 180px; border-radius: 10px; border: 1px solid var(--border); flex-shrink: 0; }

.page-body { padding-top: 30px; padding-bottom: 50px; }
.block { margin-top: 36px; }

/* ---------- Tags, chips, pills ---------- */
.tag { display: inline-block; font-size: 11px; font-weight: 600; color: var(--gold); background: rgba(233,173,79,.12); border: 1px solid var(--gold-soft); padding: 3px 10px; border-radius: 20px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.chip { background: var(--card); color: #ddd; border: 1px solid var(--border); border-radius: 20px; padding: 7px 16px; font-size: 13px; cursor: pointer; }
.chip:hover { border-color: var(--gold-soft); color: #fff; }
.chip.active { background: linear-gradient(180deg, #f3bb5f, var(--gold-2)); color: #1a1206; border-color: transparent; font-weight: 600; }
.pill { position: absolute; top: 10px; left: 10px; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.pill-rent { background: #1f6fe0; color: #fff; }
.pill-sale { background: #1f9d55; color: #fff; }
.status { position: absolute; top: 8px; left: 8px; font-style: normal; font-size: 10px; font-weight: 600; background: rgba(10,10,11,.8); border: 1px solid var(--gold-soft); color: var(--gold); padding: 2px 8px; border-radius: 12px; z-index: 1; }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.is-hidden { display: none !important; }

/* ---------- Search, filters, listing bar ---------- */
.inline-search { display: flex; gap: 10px; margin-bottom: 22px; }
.with-sidebar { display: grid; grid-template-columns: 250px 1fr; gap: 26px; align-items: start; }
.filters { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; position: sticky; top: 20px; }
.filters-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.filters-head h4 { margin: 0; font-size: 15px; }
.filters-head h4 i { color: var(--gold); margin-right: 6px; }
.filter-group { border-top: 1px solid var(--border); padding: 14px 0; }
.filter-group h5 { margin: 0 0 10px; font-size: 13px; font-weight: 600; }
.filter-group select, .range-row input { width: 100%; height: 38px; background: #0d0d0e; border: 1px solid #3a3a3e; border-radius: 6px; color: #eee; padding: 0 10px; }
.range-row { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #ddd; padding: 4px 0; cursor: pointer; }
.check input { accent-color: var(--gold); width: 16px; height: 16px; }
.list-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.list-bar p { margin: 0; color: var(--muted); font-size: 14px; }
.list-bar strong { color: #fff; }
.list-bar-right { display: flex; gap: 12px; align-items: center; }
.sort { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.sort select { height: 36px; background: var(--card); border: 1px solid var(--border); color: #eee; border-radius: 6px; padding: 0 10px; }
.filter-toggle { display: none; }

/* ---------- Pagination ---------- */
.pager { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 28px; }
.pager a, .pager span { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; border: 1px solid var(--border); font-size: 14px; color: #ddd; background: var(--card); }
.pager span { border: 0; background: none; }
.pager a:hover { border-color: var(--gold-soft); }
.pager .current { background: linear-gradient(180deg, #f3bb5f, var(--gold-2)); color: #1a1206; border-color: transparent; font-weight: 600; }

/* ---------- Cards ---------- */
.card-link { color: var(--gold); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; }
.artist-lg img { aspect-ratio: 4 / 3; }
.artist-lg .artist-info { padding: 12px 14px 14px; }
.artist-lg .artist-info h4 { font-size: 15px; }
.artist-lg .card-link { margin-top: 10px; }
.project-lg img { aspect-ratio: 3 / 4; }
.project-lg .project-info { padding: 40px 12px 12px; }
.project-lg .project-info h4 { font-size: 15px; }
.project-lg .project-info span { font-size: 12px; }

.castings-grid .casting { min-height: 190px; }
.casting .stretch::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.casting:hover { border-color: var(--gold-soft); }
.casting-foot .apply { color: var(--gold); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }

.media-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .2s; }
.media-card:hover { border-color: var(--gold-soft); }
.media-img { position: relative; }
.media-img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.media-img.short img { aspect-ratio: 16 / 7; }
.media-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.media-body h3 { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.35; }
.media-body p { margin: 0; font-size: 13px; color: var(--muted); }
.media-body .tag { align-self: flex-start; }
.media-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 8px; font-size: 12px; color: var(--muted); }
.media-foot small i { margin-right: 4px; }
.price { color: #fff; font-size: 15px; }
.date-float { position: absolute; left: 12px; bottom: -22px; width: 54px; height: 58px; box-shadow: 0 4px 14px rgba(0,0,0,.4); }
.date-float + * { }
.media-img:has(.date-float) + .media-body { padding-top: 30px; }
.facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 13px; color: var(--muted); }
.facts i { color: var(--gold); margin-right: 5px; }
.facts.col { flex-direction: column; margin-top: 16px; }

.house { position: relative; }
.house-logo { width: 52px; height: 52px; border-radius: 12px; background: #1d1a15; border: 1px solid var(--gold-soft); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 20px; flex-shrink: 0; }
.house .house-logo { margin-top: -40px; position: relative; }
.media-body h3 .verified, .org .verified { font-size: 12px; }

.crew-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 16px; }
.crew-card:hover { border-color: var(--gold-soft); }
.avatar { width: 84px; height: 84px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #3a2d18, #16130f); border: 2px solid var(--gold-soft); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 28px; margin-bottom: 8px; }
.crew-card h4 { margin: 0; font-size: 15px; display: flex; align-items: center; gap: 6px; }
.crew-card > span { font-size: 13px; color: #ddd; }
.crew-card small { font-size: 12px; color: var(--muted); }
.crew-card .card-link { margin-top: 10px; }

.feature-card { display: grid; grid-template-columns: 1.2fr 1fr; background: var(--card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 26px; }
.feature-card:hover { border-color: var(--gold-soft); }
.feature-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.feature-body { padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 12px; align-items: flex-start; }
.feature-body h2 { font-family: var(--font-head); font-weight: 500; font-size: 30px; margin: 0; line-height: 1.15; }
.feature-body p { margin: 0; color: var(--muted); }

.icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.icon-tile { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 20px 10px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; font-weight: 500; }
.icon-tile i { font-size: 26px; color: var(--gold); }
.icon-tile:hover { border-color: var(--gold-soft); }
.features .feature, .feature { text-align: left; }
.feature { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; }
.feature i { font-size: 26px; color: var(--gold); }
.feature h3, .feature h4 { margin: 12px 0 6px; font-size: 17px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }

/* ---------- Detail layouts ---------- */
.with-aside { display: grid; grid-template-columns: 1fr 340px; gap: 26px; align-items: start; }
.panel { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.panel h3 { margin: 0 0 14px; font-size: 19px; font-weight: 600; }
.panel h4 { margin: 18px 0 8px; font-size: 15px; font-weight: 600; }
.panel h4:first-child { margin-top: 0; }
.panel p { color: #d6d2cb; font-size: 14px; line-height: 1.7; margin: 0 0 10px; }
.panel .block-head { margin-bottom: 12px; }
.panel .block-head h2 { font-size: 19px; }
.aside .panel { padding: 20px; }
.sticky { position: sticky; top: 20px; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; margin: 16px 0 0; }
.specs.one { grid-template-columns: 1fr; gap: 10px; }
.specs div { border-bottom: 1px solid var(--border); padding-bottom: 10px; }
.specs dt { font-size: 12px; color: var(--muted); }
.specs dd { margin: 2px 0 0; font-size: 14px; font-weight: 500; }
.ticks { list-style: none; padding: 0; margin: 0 0 12px; }
.ticks li { position: relative; padding: 6px 0 6px 28px; font-size: 14px; color: #ddd; }
.ticks li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 6px; color: var(--gold); }
.ticks.two-col { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
.timeline { list-style: none; margin: 0; padding: 0 0 0 20px; border-left: 2px solid var(--gold-soft); }
.timeline li { position: relative; padding: 0 0 18px 12px; }
.timeline li::before { content: ""; position: absolute; left: -27px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }
.timeline strong { display: block; font-size: 15px; }
.timeline span { font-size: 13px; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.video-box { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #000 center / cover no-repeat; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.video-box::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.play { position: relative; width: 70px; height: 70px; border-radius: 50%; border: 0; background: linear-gradient(180deg, #f3bb5f, var(--gold-2)); color: #1a1206; font-size: 22px; cursor: pointer; }
.mini-list { display: flex; flex-direction: column; gap: 12px; }
.mini-list a { display: flex; gap: 12px; align-items: center; }
.mini-list img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.mini-list strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.3; }
.mini-list small { font-size: 12px; color: var(--muted); }
.mini-list a:hover strong { color: var(--gold); }
.org { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.org strong { display: block; font-size: 14px; }
.org small { font-size: 12px; color: var(--muted); }
.org.big img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.big-date { font-size: 22px; font-weight: 600; color: #fff !important; }
.ok { color: #58c77f !important; }
.ok i { font-size: 9px; margin-right: 6px; }
.map-box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; height: 160px; border-radius: 8px; background: repeating-linear-gradient(45deg, #121214, #121214 10px, #17171a 10px, #17171a 20px); color: var(--muted); font-size: 13px; }
.map-box i { font-size: 28px; color: var(--gold); }
.map-box.tall { height: 240px; }
.aside-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; margin-bottom: 14px; }
.price-lg { font-size: 28px; font-weight: 700; color: #fff !important; margin: 0 0 4px !important; }
.price-lg small { font-size: 14px; font-weight: 400; color: var(--muted); }

/* ---------- Profile ---------- */
.profile-cover { position: relative; height: 300px; background: var(--bg) center 30% / cover no-repeat; }
.profile-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,11,.3), var(--bg)); }
.profile-head { display: flex; align-items: flex-end; gap: 24px; margin-top: -90px; position: relative; flex-wrap: wrap; }
.profile-avatar { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; border: 4px solid var(--bg); box-shadow: 0 0 0 2px var(--gold); }
.profile-id { flex: 1; min-width: 240px; }
.profile-id h1 { font-family: var(--font-head); font-weight: 500; font-size: 36px; margin: 6px 0 4px; display: flex; align-items: center; gap: 10px; }
.profile-id h1 .verified { font-size: 20px; }
.profile-id p { margin: 0; color: var(--muted); font-size: 14px; }
.profile-actions { display: flex; gap: 10px; align-items: center; }
.icon-btn.round { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); }
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 18px; overflow-x: auto; }
.tabs .tab { border-radius: 6px 6px 0 0; padding: 10px 18px; font-size: 14px; white-space: nowrap; }
.tabs .tab.active { background: none; color: var(--gold); box-shadow: inset 0 -2px 0 var(--gold); font-weight: 600; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.js-toggle-save.saved { border-color: var(--gold); color: var(--gold); }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.form-grid .full, .form-grid h3.full { grid-column: 1 / -1; }
.form-grid h3.full { margin: 8px 0 -4px; font-size: 16px; color: var(--gold); }
.form-grid > .btn { justify-self: start; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.stack { display: flex; flex-direction: column; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 13px; font-weight: 500; color: #ddd; }
.form-field label b { color: var(--gold); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: #0d0d0e; border: 1px solid #3a3a3e; border-radius: 6px; color: #eee; padding: 11px 12px; font-size: 14px; outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }
.form-field input[type=file] { padding: 8px; }
.form-field textarea { resize: vertical; }
.form-field.invalid input, .form-field.invalid select, .form-field.invalid textarea { border-color: #e5484d; }
.field-error { color: #ff8589; font-size: 12px; }
.form-success { background: rgba(88,199,127,.12); border: 1px solid rgba(88,199,127,.5); color: #9be4b3; padding: 12px 14px; border-radius: 8px; font-size: 14px; grid-column: 1 / -1; }
.pw { position: relative; }
.pw input { padding-right: 44px; }
.pw-toggle { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: var(--muted); cursor: pointer; padding: 8px; }
.row-between { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.tickets { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ticket { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; }
.ticket:has(input:checked) { border-color: var(--gold); background: rgba(233,173,79,.06); }
.ticket input { accent-color: var(--gold); }
.ticket span { flex: 1; }
.ticket strong { display: block; font-size: 14px; }
.ticket small { font-size: 12px; color: var(--muted); }
.ticket b { font-size: 14px; }

/* ---------- Auth ---------- */
.auth { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.auth-art { position: relative; background: var(--bg) center / cover no-repeat; }
.auth-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,11,.2), rgba(10,10,11,.8)); }
.auth-art .hero-script { position: absolute; right: 12%; bottom: 14%; top: auto; font-size: 58px; }
.auth-form { padding: 130px 8% 60px; max-width: 560px; }
.auth-form.wide { max-width: 680px; }
.auth-form h1 { font-family: var(--font-head); font-weight: 500; font-size: 38px; margin: 0 0 6px; }
.auth-form > .muted { margin: 0 0 24px; }
.divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted); font-size: 13px; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.social-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.role-pick { border: 0; padding: 0; margin: 0 0 6px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.role-pick legend { font-size: 13px; font-weight: 500; margin-bottom: 10px; color: #ddd; }
.role { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 16px 8px; border: 1px solid var(--border); border-radius: 10px; background: var(--card); cursor: pointer; }
.role input { position: absolute; opacity: 0; }
.role i { font-size: 22px; color: var(--gold); margin-bottom: 4px; }
.role strong { font-size: 13px; }
.role small { font-size: 11px; color: var(--muted); line-height: 1.3; }
.role:has(input:checked) { border-color: var(--gold); background: rgba(233,173,79,.08); }
.role:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ---------- Dashboard ---------- */
.dash { display: grid; grid-template-columns: 250px 1fr; gap: 26px; align-items: start; }
.dash-nav { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; position: sticky; top: 20px; }
.dash-user { display: flex; gap: 12px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--border); margin-bottom: 10px; }
.dash-user img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.dash-user strong { display: block; font-size: 14px; }
.dash-user small { font-size: 12px; color: var(--muted); }
.dash-nav nav a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 6px; font-size: 14px; color: #ddd; }
.dash-nav nav a i { width: 18px; color: var(--muted); }
.dash-nav nav a:hover, .dash-nav nav a.active { background: rgba(233,173,79,.1); color: var(--gold); }
.dash-nav nav a.active i { color: var(--gold); }
.dash-main h1 { font-family: var(--font-head); font-weight: 500; font-size: 32px; margin: 0 0 18px; }
.progress-panel { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.progress-panel > div:first-child { flex: 1; min-width: 220px; }
.progress-panel h4 { margin: 0 0 4px; }
.progress-panel p { margin: 0; }
.progress { width: 180px; height: 8px; background: #26262a; border-radius: 8px; overflow: hidden; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, #f3bb5f, var(--gold-2)); }
.dash-stats { margin-bottom: 18px; }
.dash-stats .panel { margin: 0; }
.stat-card { display: flex; flex-direction: column; gap: 4px; }
.stat-card i { color: var(--gold); font-size: 20px; }
.stat-card strong { font-size: 24px; }
.stat-card span { font-size: 13px; color: var(--muted); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th { text-align: left; font-size: 12px; color: var(--muted); font-weight: 500; padding: 10px 12px; border-bottom: 1px solid var(--border); }
td { padding: 14px 12px; border-bottom: 1px solid #1f1f22; }
td a:hover { color: var(--gold); }
.status-pill { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.status-pill.ok { background: rgba(88,199,127,.14); color: #7ddc9d !important; }
.status-pill.warn { background: rgba(233,173,79,.14); color: var(--gold); }
.status-pill.info { background: rgba(47,140,255,.14); color: #7ab5ff; }
.status-pill.muted { background: #222226; color: var(--muted); }

/* ---------- Product ---------- */
.product { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; margin-top: 18px; }
.main-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); }
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); cursor: pointer; }
.product-info h1 { font-family: var(--font-head); font-weight: 500; font-size: 34px; margin: 10px 0 6px; }
.product-info > p { color: #d6d2cb; }
.product-info .form-grid { margin: 18px 0 12px; }

/* ---------- About / article / FAQ ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.split h2 { font-size: 32px; margin: 0 0 14px; line-height: 1.15; }
.split p { color: #d6d2cb; line-height: 1.75; }
.faq { background: var(--card); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; }
.faq summary { cursor: pointer; padding: 14px 18px; font-weight: 500; font-size: 15px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\2b"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--gold); font-size: 13px; }
.faq[open] summary::after { content: "\f068"; }
.faq p { margin: 0; padding: 0 18px 16px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.panel .faq { background: #0f0f11; }
.help-h { font-size: 20px; margin: 0 0 12px; }
.article { font-size: 16px; }
.article h2 { font-family: var(--font-head); font-weight: 500; font-size: 26px; margin: 32px 0 10px; }
.article p { color: #d6d2cb; line-height: 1.8; }
.article .lead { font-size: 19px; color: #fff; }
.article blockquote { margin: 28px 0; padding: 18px 24px; border-left: 3px solid var(--gold); background: var(--card); font-family: var(--font-head); font-size: 21px; font-style: italic; }
.notice { background: rgba(233,173,79,.1); border: 1px solid var(--gold-soft); border-radius: 8px; padding: 12px 16px; font-size: 14px !important; }
.notice i { color: var(--gold); margin-right: 6px; }
.share-row { display: flex; align-items: center; gap: 12px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: 14px; }
.share-row a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; }
.share-row a:hover { border-color: var(--gold); color: var(--gold); }
.not-found { padding: 160px 24px 100px; }
.hero-script.static { position: static; transform: rotate(-6deg); font-size: 90px; margin-bottom: 10px; }
.not-found h1 { font-family: var(--font-head); font-weight: 500; font-size: 38px; margin: 0 0 8px; }
.centered { justify-content: center; margin-top: 24px; }
.cta-band { margin-top: 10px; }
.cta-band .community-inner { grid-template-columns: 1fr auto; }

/* ===================================================
   Responsive
   =================================================== */
@media (max-width: 1180px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .icon-grid { grid-template-columns: repeat(3, 1fr); }
  .with-aside { grid-template-columns: 1fr 300px; }
}
@media (max-width: 960px) {
  .with-sidebar, .with-aside, .dash, .product, .split, .feature-card { grid-template-columns: 1fr; }
  .filters { display: none; position: static; }
  .filters.open { display: block; }
  .filter-toggle { display: inline-flex; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .sticky, .dash-nav { position: static; }
  .auth { grid-template-columns: 1fr; }
  .auth-art { display: none; }
  .auth-form, .auth-form.wide { max-width: 640px; margin: 0 auto; padding-top: 110px; }
  .role-pick { grid-template-columns: repeat(2, 1fr); }
  .detail-flex .poster { width: 130px; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2, .gallery { grid-template-columns: 1fr 1fr; }
  .castings-grid, .contact-cards { grid-template-columns: 1fr; }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid, .specs, .ticks.two-col { grid-template-columns: 1fr; }
  .inline-search { flex-direction: column; }
  .list-bar { flex-direction: column; align-items: flex-start; }
  .detail-flex { flex-direction: column; align-items: flex-start; }
  .profile-head { margin-top: -70px; }
  .profile-avatar { width: 120px; height: 120px; }
  .page-hero { padding: 110px 0 40px; }
  .feature-body { padding: 22px; }
  .cta-band .community-inner { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

/* Footer newsletter feedback */
.news-form { flex-wrap: wrap; }
.news-form .form-success, .news-form .field-error { flex-basis: 100%; }
.news-form.invalid input { border-color: #e5484d; }

/* Checkbox labels containing links */
.check { display: block; }
.check input { vertical-align: -3px; margin: 0 8px 0 0; }
.filter-group .check { display: flex; }
.panel .events { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .panel .events { grid-template-columns: 1fr; } }
