/*
Theme Name: Showbizfilla Media
Theme URI: https://showbizfilla.com/
Author: Dabtech
Description: Showbizfilla newsroom theme foundation.
Version: 0.1.0
Text Domain: showbizfilla-media
*/

:root {
	--sf-bg: #071b12;
	--sf-surface: #102d20;
	--sf-surface-strong: #173b2a;
	--sf-text: #f8f4ec;
	--sf-muted: #c6d1c8;
	--sf-accent: #d5a928;
	--sf-red: #d62828;
	--sf-border: rgba(218, 239, 224, 0.2);
	--sf-content-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--sf-bg);
	color: var(--sf-text);
	font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.65;
}
a { color: inherit; }
img, video, iframe, embed, object { max-width: 100%; height: auto; }
.site-shell { min-height: 100vh; overflow: clip; }
.site-header { border-top: 4px solid var(--sf-red); border-bottom: 1px solid var(--sf-border); background: #052216; }
.site-header__inner, .site-main, .site-footer__inner { width: min(100% - 2rem, var(--sf-content-width)); margin-inline: auto; }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; padding: 1rem 0; }
.site-brand { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.site-nav ul { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; padding: 0.5rem 0.75rem; border-radius: 0.5rem; text-decoration: none; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible { background: var(--sf-surface-strong); outline: none; }
.site-search { display: flex; gap: 0.4rem; }
.site-search input { width: 11rem; min-width: 0; padding: 0.6rem 0.7rem; border: 1px solid var(--sf-border); border-radius: 0.5rem; background: var(--sf-surface); color: var(--sf-text); }
button, .button { padding: 0.6rem 0.85rem; border: 0; border-radius: 0.5rem; background: var(--sf-accent); color: #17120a; font-weight: 800; cursor: pointer; }
.site-main { padding-block: 2.5rem 4rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 2rem; align-items: start; }
.content-panel, .sidebar-panel, .story-card { border: 1px solid var(--sf-border); border-radius: 1rem; background: var(--sf-surface); }
.content-panel, .sidebar-panel { padding: clamp(1rem, 3vw, 2rem); }
.story-card { padding: 1rem; }
.story-card + .story-card { margin-top: 1rem; }
.story-card__image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0.7rem; }
.site-footer { border-top: 1px solid var(--sf-border); background: #04170e; }
.site-footer__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-block: 2rem; }
.ad-slot { min-height: 4rem; display: grid; place-items: center; border: 1px dashed var(--sf-border); border-radius: 0.75rem; color: var(--sf-muted); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .65rem 1rem; background: var(--sf-accent); color: #17120a; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header__inner { min-height: 5.25rem; }
.site-brand { letter-spacing: .02em; }
.site-nav__toggle { display: none; }
.site-nav__menu ul { list-style: none; }
.site-nav__menu a { white-space: nowrap; }
.site-main { max-width: var(--sf-content-width); }
.newsroom-home > .ad-slot { margin-bottom: 1.5rem; }
.newsroom-layout { display: grid; grid-template-columns: minmax(0, 1fr) 19rem; gap: 2rem; align-items: start; }
.newsroom-main { min-width: 0; }
.newsroom-hero { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(15rem, .8fr); gap: 1rem; margin-bottom: 2.5rem; }
.hero-story, .hero-secondary, .newsroom-section, .sidebar-panel, .single-story, .archive-header, .author-header, .page-header { border: 1px solid var(--sf-border); border-radius: 1rem; background: var(--sf-surface); }
.hero-story { overflow: hidden; }
.hero-story__media { display: block; }
.hero-story__media .story-media { height: clamp(17rem, 40vw, 31rem); }
.hero-story__media .story-card__image { height: 100%; border-radius: 0; }
.hero-story__copy { padding: clamp(1.25rem, 3vw, 2.5rem); }
.hero-story h1 { margin: .25rem 0 .75rem; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; }
.hero-story h1 a, .story-card__title a { text-decoration: none; }
.hero-story h1 a:hover, .story-card__title a:hover { color: var(--sf-accent); }
.hero-secondary { display: grid; gap: 1rem; padding: 1rem; align-content: start; }
.hero-secondary .story-card { border: 0; padding: 0 0 1rem; border-bottom: 1px solid var(--sf-border); border-radius: 0; }
.hero-secondary .story-card:last-child { border-bottom: 0; padding-bottom: 0; }
.hero-secondary .story-media { aspect-ratio: 16 / 9; }
.newsroom-section { padding: clamp(1rem, 2.5vw, 2rem); margin-bottom: 2rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; border-bottom: 2px solid var(--sf-red); padding-bottom: .75rem; }
.section-heading h2, .section-heading p { margin: 0; }
.section-heading h2 { font-size: clamp(1.35rem, 2.5vw, 2rem); }
.section-heading__link { color: var(--sf-accent); font-weight: 800; }
.section-heading--small { display: block; border: 0; padding: 0; }
.story-grid { display: grid; gap: 1rem; }
.story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-card { min-width: 0; overflow: hidden; padding: 0; }
.story-card__link { display: block; }
.story-media { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sf-surface-strong); }
.story-media--fallback { color: var(--sf-muted); font-weight: 800; letter-spacing: .08em; }
.story-card__image { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.story-card__body { padding: 1rem; }
.story-card__category, .eyebrow { margin: 0 0 .35rem; color: var(--sf-accent); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-card__title { margin: .2rem 0 .5rem; font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.2; }
.story-card__meta { margin: .35rem 0; color: var(--sf-muted); font-size: .85rem; }
.story-card__excerpt { margin: .6rem 0 0; color: var(--sf-muted); }
.story-card--compact { display: grid; grid-template-columns: 6rem minmax(0, 1fr); gap: .8rem; }
.story-card--compact .story-media { aspect-ratio: 1; }
.story-card--compact .story-card__body { padding: 0; }
.story-card--compact .story-card__title { font-size: 1rem; margin: 0; }
.story-card--compact .story-card__category, .story-card--compact .story-card__meta { display: none; }
.sidebar-panel { padding: 1rem; position: sticky; top: 1rem; }
.sidebar-story-list { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; }
.sidebar-story { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: .7rem; align-items: start; text-decoration: none; }
.sidebar-story strong { display: block; font-size: .95rem; line-height: 1.25; }
.sidebar-story small { display: block; margin-top: .25rem; color: var(--sf-muted); }
.sidebar-story__thumb .story-media { aspect-ratio: 1; }
.sidebar-story__thumb .story-card__image { border-radius: .45rem; }
.sidebar-story__thumb .story-media--fallback { font-size: .6rem; }
.sidebar-story__thumb { position: relative; display: block; }
.sidebar-story__rank { position: absolute; z-index: 2; top: .35rem; left: .35rem; display: grid; place-items: center; min-width: 1.65rem; height: 1.45rem; padding: 0 .25rem; border-radius: 999px; background: rgba(8,16,24,.82); color: #fff; font: 800 .68rem/1 Arial, sans-serif; }
.archive-header, .author-header, .page-header { padding: clamp(1rem, 3vw, 2rem); margin-bottom: 1.5rem; }
.archive-header h1, .author-header h1, .page-header h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; }
.archive-description, .author-header p:last-child { color: var(--sf-muted); }
.single-story { padding: clamp(1rem, 4vw, 2.5rem); }
.single-story__header h1 { margin: 0 0 .75rem; font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1.05; }
.single-story__featured { margin: 1.5rem 0; }
.single-story__featured .story-media { aspect-ratio: 16 / 9; }
.single-story__featured .story-card__image { border-radius: .75rem; }
.share-strip { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin: 2rem 0; padding-top: 1rem; border-top: 1px solid var(--sf-border); }
.share-strip a { padding: .4rem .7rem; border: 1px solid var(--sf-border); border-radius: .4rem; text-decoration: none; }
.empty-state { color: var(--sf-muted); }
.site-footer__inner h2 { margin-top: 0; }
@media (max-width: 800px) {
	.site-header__inner, .content-grid, .site-footer__inner { grid-template-columns: 1fr; }
	.site-nav ul { justify-content: flex-start; }
	.site-search input { width: 100%; }
	.site-nav__toggle { display: inline-block; }
	.site-nav__menu[hidden] { display: none; }
	.site-nav__menu:not([hidden]) { display: block; }
	.newsroom-layout, .newsroom-hero { grid-template-columns: 1fr; }
	.sidebar-panel { position: static; }
	.story-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 801px) { .site-nav__menu[hidden] { display: block; } }
@media (max-width: 479px) { .story-grid--three { grid-template-columns: 1fr; } .site-header__inner { gap: .75rem; } }

/* Production Showbizfilla visual fidelity layer. */
:root { --sf-bg: #f4f1e7; --sf-surface: #fffdf7; --sf-surface-strong: #0b7c3d; --sf-text: #10212d; --sf-muted: #5d6976; --sf-accent: #f7b718; --sf-red: #d62828; --sf-border: rgba(16, 33, 45, .12); --sf-green-deep: #08562a; --sf-dark: #071018; }
body { font-family: Georgia, "Times New Roman", serif; color: var(--sf-text); background: radial-gradient(circle at top left, rgba(247,183,24,.22), transparent 18%), radial-gradient(circle at top right, rgba(11,124,61,.12), transparent 22%), linear-gradient(180deg, #fffef9, var(--sf-bg)); }
.site-shell { overflow: clip; }
.site-header { position: sticky; top: 0; z-index: 1000; border-top: 0; border-bottom: 0; background: linear-gradient(90deg, rgba(247,183,24,.95) 0 8px, transparent 8px 100%), linear-gradient(135deg, #050b11, #0d2718 55%, #0b7c3d); box-shadow: 0 16px 40px rgba(7,16,24,.24); }
.site-header__inner { width: min(100% - 2rem, 1140px); grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 1rem; padding: .8rem 0; }
.site-brand { gap: .7rem; color: #fff; font-size: 1.2rem; }
.site-logo { width: 48px; height: 48px; border: 2px solid rgba(247,183,24,.95); border-radius: 50%; background: #000; box-shadow: 0 0 0 4px rgba(247,183,24,.12); object-fit: cover; }
.site-nav ul { gap: .25rem; }
.site-nav a { color: rgba(255,255,255,.84); padding: .42rem .65rem; border-radius: 999px; font-size: .86rem; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; background: rgba(255,255,255,.1); }
.site-search { width: min(100%, 220px); }
.site-search input { width: 100%; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: #fff; }
.site-search input::placeholder { color: rgba(255,255,255,.7); }
.site-search button { background: var(--sf-accent); border-radius: 999px; padding-inline: 1rem; }
.header-social { display: inline-flex; gap: .45rem; }
.header-social a { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-family: Arial, sans-serif; font-weight: 800; text-decoration: none; }
.header-social a:hover, .header-social a:focus-visible { color: #071018; background: var(--sf-accent); }
.site-main.newsroom-home { width: 100%; max-width: none; padding: 2rem max(1rem, calc((100% - 1140px) / 2)) 4rem; background: linear-gradient(135deg, #071018 0, #11331d 48%, #0b7c3d 100%); }
.newsroom-home > .ad-slot, .newsroom-home > .newsroom-hero, .newsroom-home > .newsroom-layout { width: min(100%, 1140px); margin-inline: auto; }
.newsroom-home > .ad-slot { margin-bottom: 1.25rem; }
.newsroom-home .ad-slot { min-height: 4.5rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.94)); color: rgba(16,33,45,.58); text-transform: uppercase; letter-spacing: .14em; font: 700 .72rem Arial, sans-serif; }
.newsroom-hero { grid-template-columns: minmax(0, 1.7fr) minmax(17rem, .8fr); gap: 1.25rem; margin-bottom: 1.25rem; }
.hero-slider { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(247,183,24,.3); border-radius: 1.4rem; background: #071811; box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.hero-slide { display: none; border: 0; border-radius: 0; background: #071811; }
.hero-slide.is-active { display: block; }
.hero-story__media .story-media { height: clamp(18rem, 38vw, 31rem); }
.hero-story__copy { background: linear-gradient(180deg, rgba(8,16,24,.15), rgba(8,18,13,.98)); padding: 1.35rem 1.7rem 1.6rem; color: #fff; }
.hero-story h1 { font-size: clamp(1.8rem, 3.2vw, 3.25rem); }
.hero-story h1 a { color: #fff; }
.hero-story__copy .story-card__meta { color: rgba(255,255,255,.68); }
.hero-slider__controls { position: absolute; inset: 1rem 1rem auto; z-index: 3; display: flex; align-items: center; justify-content: flex-end; gap: .35rem; }
.hero-slider__controls button { min-width: 1.8rem; height: 1.8rem; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(5,14,10,.62); color: #fff; font: 700 1rem Arial, sans-serif; }
.hero-slider__controls .hero-dot { width: .62rem; min-width: .62rem; height: .62rem; border: 0; background: rgba(255,255,255,.58); }
.hero-slider__controls .hero-dot.is-active { width: 1.5rem; border-radius: 999px; background: var(--sf-accent); }
.hero-secondary { align-content: start; padding: 1.25rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.25rem; background: rgba(5,11,17,.3); box-shadow: 0 18px 42px rgba(0,0,0,.16); }
.hero-secondary__heading { margin-bottom: .65rem; color: #fff; }
.hero-secondary__heading h2 { margin: 0; font-size: 1.55rem; }
.hero-secondary .story-card { background: transparent; color: #fff; }
.hero-secondary .story-card__title a { color: #fff; }
.hero-secondary .story-card__title a:hover { color: var(--sf-accent); }
.hero-secondary .story-card__category { color: var(--sf-accent); }
.hero-secondary .story-card__meta { color: rgba(255,255,255,.68); }
.newsroom-home > .newsroom-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 360px); gap: 2rem; padding: 2rem; border-radius: 1.4rem 1.4rem 0 0; background: linear-gradient(180deg, #fffef9, #f4f1e7); box-shadow: 0 -10px 28px rgba(7,16,24,.12); }
.newsroom-section, .sidebar-panel { border: 0; border-radius: 1.2rem; background: transparent; box-shadow: none; padding: 0; }
.section-heading { border-bottom: 0; padding-bottom: .4rem; }
.section-heading::after { content: ""; display: block; }
.section-heading h2 { color: var(--sf-dark); }
.section-heading .eyebrow { color: var(--sf-green-deep); }
.story-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.newsroom-section .story-card { border: 0; border-top: 6px solid var(--sf-accent); border-radius: 1.15rem; background: #fff; box-shadow: 0 18px 42px rgba(15,23,42,.09); }
.newsroom-section .story-card:nth-child(2n) { border-top-color: var(--sf-green-deep); }
.newsroom-section .story-media { aspect-ratio: 16 / 10; }
.newsroom-section .story-card__body { padding: 1.15rem 1.25rem 1.35rem; }
.newsroom-section .story-card__category { color: var(--sf-green-deep); }
.newsroom-section .story-card__title { color: var(--sf-dark); font-size: 1.35rem; }
.newsroom-section .story-card__excerpt { color: var(--sf-muted); }
.category-lane { margin-top: 2rem; }
.sidebar-panel { position: sticky; top: 5.5rem; padding: 1.25rem; border: 1px solid rgba(8,16,24,.08); border-radius: 1rem; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(8,16,24,.08); }
.sidebar-panel .section-heading { border-left: 6px solid var(--sf-accent); padding-left: .85rem; }
.sidebar-panel .section-heading h2 { font-size: 1.45rem; }
.sidebar-story { grid-template-columns: 78px minmax(0,1fr); padding: .78rem 0; border-bottom: 1px solid rgba(8,16,24,.12); color: var(--sf-dark); }
.sidebar-story__thumb .story-media { width: 78px; aspect-ratio: 4 / 3; border-radius: .72rem; }
.sidebar-story strong { font-size: .95rem; }
.sidebar-panel > .ad-slot { margin-top: 1.15rem; background: linear-gradient(180deg, rgba(255,213,90,.18), rgba(255,255,255,.98) 35%); color: rgba(16,33,45,.5); }
.site-footer { border-top: 0; background: #071018; color: rgba(255,255,255,.75); }
.site-footer__inner { grid-template-columns: 1.3fr 1fr 1fr; width: min(100% - 2rem, 1140px); padding-block: 3rem; }
.site-footer h2 { color: #fff; font-size: 1.15rem; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer a:hover { color: var(--sf-accent); }
.footer-builder-credit { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; color: rgba(255,255,255,.62); font: .78rem/1.4 Arial, sans-serif; }
.footer-builder-logo { width: 38px; height: 38px; object-fit: contain; border-radius: 50%; }
@media (max-width: 1100px) { .site-header__inner { grid-template-columns: auto minmax(0,1fr) auto; } .header-social { grid-column: 3; } .site-search { grid-column: 2 / 4; grid-row: 2; justify-self: end; } .site-nav { min-width: 0; } }
@media (max-width: 800px) { .site-header__inner { grid-template-columns: auto 1fr auto; } .site-nav__toggle { display: inline-block; } .site-nav__menu { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .35rem); padding: .8rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: #071018; box-shadow: 0 16px 40px rgba(0,0,0,.28); } .site-nav__menu ul { display: grid; justify-content: stretch; } .site-nav__menu a { white-space: normal; } .site-search { grid-column: 1 / 4; grid-row: 2; justify-self: stretch; } .header-social { grid-column: 3; } .newsroom-home > .newsroom-layout { grid-template-columns: 1fr; padding: 1.25rem; } .sidebar-panel { position: static; } }
@media (max-width: 479px) { .site-brand span { display: none; } .newsroom-home { padding-inline: .7rem !important; } .newsroom-home > .newsroom-layout { padding: .9rem; } .story-grid--three { grid-template-columns: 1fr; } .hero-story__copy { padding: 1.1rem; } }
.ad-slot { display: flex; align-items: center; justify-content: center; gap: .75rem; }
.ad-slot__label { color: var(--sf-green-deep); font-weight: 800; }
