/*
Theme Name: Customers Champion Magazine Yellow V3
Theme URI: https://customerschampion.com
Author: Tatu Interactive LTD
Description: Client-aligned magazine theme retaining the supplied Customers Champion identity while adding a five-post hero slider, About page, LinkedIn follow action and site-wide contact details.
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: customers-champion-v3
*/
:root{--yellow:#f4c928;--black:#101010;--grey:#f5f5f5;--line:#dedede;--white:#fff;--text:#202124;--muted:#6b6b6b;--max:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Poppins,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.skip-link:focus{clip:auto;width:auto;height:auto;top:8px;left:8px;background:#fff;padding:8px;z-index:9999}
.site-header{background:#fff;border-top:7px solid var(--yellow)}.header-main{min-height:94px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:36px}.brand-logo{width:270px;max-height:75px;object-fit:contain}.tagline{text-align:center;font-size:15px;color:#555}.header-actions{display:flex;align-items:center;gap:18px}.search-link{font-weight:500}.follow-btn,.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:#111;font-size:12px;font-weight:800;text-transform:uppercase;padding:14px 18px;border:0;transition:.2s}.follow-btn:hover,.btn:hover{background:#111;color:#fff}.menu-toggle{display:none;border:0;background:var(--yellow);font:700 13px Poppins;padding:10px 14px}
.primary-nav{background:var(--black);color:#fff}.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.primary-nav a{display:block;padding:17px 21px;font-size:12px;font-weight:800;text-transform:uppercase}.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--yellow)}
.ticker{border-bottom:1px solid var(--line);background:#fff}.ticker-inner{display:flex;align-items:center;min-height:45px}.ticker-label{background:var(--yellow);font-size:11px;font-weight:800;text-transform:uppercase;padding:9px 13px;margin-right:14px}.ticker-track{white-space:nowrap;overflow:hidden}.ticker-items{display:inline-flex;gap:55px;animation:ticker 30s linear infinite}.ticker a{font-size:15px}.ticker:hover .ticker-items{animation-play-state:paused}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.hero-section{background:var(--grey);padding:38px 0 64px}.hero-grid{display:grid;grid-template-columns:2.08fr 1fr;gap:22px}.hero-slider{position:relative;min-height:530px;overflow:hidden;background:#111}.hero-track{display:flex;height:530px;transition:transform .55s ease}.hero-slide{position:relative;min-width:100%;height:530px}.hero-slide img,.side-story img{width:100%;height:100%;object-fit:cover}.hero-slide:after,.side-story:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55))}.hero-copy{position:absolute;z-index:2;left:30px;right:30px;bottom:25px;color:#fff}.category{display:inline-block;color:var(--yellow);font-size:11px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.hero-title{font-size:clamp(24px,2.5vw,38px);line-height:1.15;margin:10px 0 0;font-weight:700;max-width:70%}.hero-excerpt{font-size:15px;max-width:740px;margin:0}.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:20px}.side-story{position:relative;min-height:255px;overflow:hidden;background:#111}.side-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:24px;color:#fff}.side-title{font-size:18px;line-height:1.25;font-weight:700;margin:9px 0 0}.slider-control{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:50%;background:rgba(244,201,40,.95);font-size:24px;cursor:pointer}.slider-prev{left:13px}.slider-next{right:13px}.slider-dots{position:absolute;z-index:5;right:22px;bottom:17px;display:flex;gap:7px}.slider-dot{width:9px;height:9px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;cursor:pointer}.slider-dot.active{background:var(--yellow);border-color:var(--yellow)}
.section{padding:70px 0}.section-title-row{display:flex;align-items:center;gap:18px;margin-bottom:34px}.section-title{font-size:31px;line-height:1.15;margin:0;font-weight:800;color:#111}.section-line{height:4px;background:var(--yellow);flex:1}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-card{background:#fff}.card-image-wrap{display:block;overflow:hidden;background:#ddd;aspect-ratio:16/10}.card-image{width:100%;height:100%;object-fit:cover;transition:.3s}.post-card:hover .card-image{transform:scale(1.035)}.card-body{padding:18px 0}.card-title{font-size:21px;line-height:1.3;margin:9px 0;font-weight:700}.meta{font-size:12px;color:var(--muted)}.excerpt{font-size:14px;color:#555}.pagination{margin-top:36px}.nav-links{display:flex;gap:8px}.page-numbers{background:var(--grey);padding:9px 13px}.page-numbers.current{background:var(--yellow);font-weight:700}
.page-hero{background:var(--grey);padding:70px 0}.page-hero h1,.entry-title{font-size:clamp(42px,6vw,72px);line-height:1.08;margin:0;font-weight:800;color:#111}.accent-line{width:82px;height:6px;background:var(--yellow);margin:22px 0}.content{width:min(820px,calc(100% - 36px));margin:auto;padding:62px 0;font-size:17px}.content h2{font-size:30px;line-height:1.2;margin-top:42px}.content a{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:3px}.single-head{text-align:center;padding:65px 0 36px}.single-head .entry-title{max-width:1000px;margin:10px auto}.single-featured{width:min(1100px,calc(100% - 36px));height:min(62vw,650px);object-fit:cover;margin:auto}.related{background:var(--grey)}
.site-footer{background:#101010;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:55px}.footer-logo{width:300px;background:#fff;padding:8px}.footer-title{font-size:13px;text-transform:uppercase;color:var(--yellow);margin:0 0 18px}.footer-text{color:#c8c8c8;font-size:14px}.footer-contact a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid #333;margin-top:40px;padding-top:19px;color:#999;font-size:12px}
@media(max-width:980px){.header-main{grid-template-columns:230px 1fr auto}.brand-logo{width:220px}.tagline{display:none}.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.site-header{position:relative}.header-main{min-height:78px;grid-template-columns:1fr auto}.brand-logo{width:225px}.header-actions .search-link,.header-actions .follow-btn{display:none}.menu-toggle{display:block}.primary-nav{display:none}.primary-nav.open{display:block}.primary-nav ul{display:block}.primary-nav a{padding:13px 18px;border-top:1px solid #252525}.hero-section{padding-top:18px}.hero-track,.hero-slide{height:430px}.hero-slider{min-height:430px}.hero-copy{left:22px;right:22px;bottom:34px}.hero-title{font-size:35px}.hero-excerpt{display:none}.hero-side{grid-template-columns:1fr}.side-story{min-height:230px}.post-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:34px}.section{padding:50px 0}}
