/* Live San Diego News - Shared Stylesheet */
:root {
  --navy: #1a2744;
  --navy-light: #2d3f66;
  --red: #dc2626;
  --orange: #ea580c;
  --blue: #2563eb;
  --teal: #0891b2;
  --green: #16a34a;
  --purple: #7c3aed;
  --gold: #b45309;
  --bg: #ffffff;
  --bg2: #f9fafb;
  --bg3: #f3f4f6;
  --border: #e5e7eb;
  --txt: #111827;
  --txt2: #6b7280;
  --rad: 8px;
  --sh: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --shh: 0 4px 20px rgba(0,0,0,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--txt);background:var(--bg);line-height:1.6}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:Georgia,'Times New Roman',serif;line-height:1.25;color:var(--navy)}
p{margin-bottom:1.1rem}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Header */
.site-header{background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}
.header-top{background:var(--navy);color:rgba(255,255,255,.75);font-size:.75rem;padding:7px 0;text-align:center;letter-spacing:.4px}
.header-top a{color:rgba(255,255,255,.75)}
.header-main{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:24px}
.logo{display:flex;align-items:center;gap:10px;font-size:1.35rem;font-family:Georgia,serif;font-weight:700;color:var(--navy);white-space:nowrap}
.logo-icon{color:var(--red);font-size:1.5rem;line-height:1}
.logo em{color:var(--red);font-style:normal}
nav.site-nav{display:flex;align-items:center;gap:6px}
nav.site-nav a{font-size:.83rem;font-weight:500;color:var(--txt2);padding:6px 10px;border-radius:4px;white-space:nowrap}
nav.site-nav a:hover{color:var(--navy);background:var(--bg3);text-decoration:none}
nav.site-nav a.active{color:var(--red)}
.nav-subscribe{background:var(--red);color:#fff !important;padding:7px 16px !important}
.nav-subscribe:hover{background:#b91c1c !important}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:6px}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--navy);transition:background .2s}

/* Category badges */
.cat{display:inline-block;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.6px}
.cat-home{background:#fff3ed;color:var(--orange)}
.cat-realestate{background:#eff6ff;color:var(--blue)}
.cat-medical{background:#ecfeff;color:var(--teal)}
.cat-legal{background:#f5f3ff;color:var(--purple)}
.cat-lifestyle{background:#f0fdf4;color:var(--green)}

/* Section header */
.section-label{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-family:Georgia,serif;font-weight:700;color:var(--navy);margin-bottom:24px}
.section-label::before{content:'';display:block;width:4px;height:1.2em;background:var(--red);border-radius:2px;flex-shrink:0}
.section-label a{color:var(--txt2);font-size:.78rem;font-family:sans-serif;font-weight:500;margin-left:auto}
.section-label a:hover{color:var(--red)}

/* Article meta */
.art-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:.78rem;color:var(--txt2)}
.art-meta .author{font-weight:600;color:var(--navy)}
.art-meta .sep{color:var(--border)}

/* Featured article */
.featured-section{padding:36px 0}
.featured-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:36px;align-items:start}
.featured-img-wrap{border-radius:var(--rad);overflow:hidden;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}
.featured-content .cat{margin-bottom:12px}
.featured-title{font-size:1.9rem;color:var(--navy);line-height:1.2;margin:10px 0 14px}
.featured-title a:hover{color:var(--red);text-decoration:none}
.featured-excerpt{color:var(--txt2);font-size:.97rem;line-height:1.75;margin-bottom:14px}
.read-more{color:var(--red);font-weight:600;font-size:.85rem}
.read-more:hover{text-decoration:underline}

/* Sidebar list */
.sidebar-list{display:flex;flex-direction:column;gap:0}
.sidebar-item{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}
.sidebar-item:last-child{border-bottom:none}
.sidebar-img-wrap{border-radius:6px;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:1.4rem}
.sidebar-item h3{font-size:.9rem;color:var(--navy);line-height:1.35;margin-bottom:6px}
.sidebar-item h3 a:hover{color:var(--red);text-decoration:none}

/* Article grid */
.arts-section{padding:40px 0;border-top:1px solid var(--border)}
.arts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.art-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--rad);overflow:hidden;transition:box-shadow .2s,transform .15s}
.art-card:hover{box-shadow:var(--shh);transform:translateY(-2px)}
.art-card-img{aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center}
.art-card-body{padding:18px 20px}
.art-card-body .cat{margin-bottom:8px}
.art-card-body h3{font-size:1rem;color:var(--navy);line-height:1.35;margin-bottom:10px}
.art-card-body h3 a:hover{color:var(--red);text-decoration:none}
.art-card-body p{font-size:.84rem;color:var(--txt2);line-height:1.65;margin-bottom:10px}
.art-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--txt2);padding-top:12px;border-top:1px solid var(--border)}

/* About strip */
.about-strip{background:var(--navy);color:#fff;padding:40px 0}
.about-strip-inner{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:center}
.about-strip h2{color:#fff;font-size:1.5rem}
.about-strip p{color:rgba(255,255,255,.75);font-size:.92rem;line-height:1.8;margin-bottom:0}

/* Article page */
.article-layout{display:grid;grid-template-columns:1fr 340px;gap:48px;padding:32px 0 60px;max-width:1200px;margin:0 auto}
.article-main{}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--txt2);padding:14px 20px;border-bottom:1px solid var(--border);background:var(--bg2)}
.breadcrumb a{color:var(--txt2)}
.breadcrumb a:hover{color:var(--red)}
.breadcrumb-sep{color:var(--border)}
.article-header{margin-bottom:28px}
.article-header .cat{margin-bottom:12px}
.article-header h1{font-size:2.2rem;color:var(--navy);line-height:1.2;margin:12px 0 16px}
.article-header .art-meta{margin-bottom:0}
.article-hero-img{border-radius:var(--rad);overflow:hidden;margin-bottom:32px;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}
.article-body{font-size:1.02rem;line-height:1.85;color:var(--txt)}
.article-body h2{font-size:1.5rem;color:var(--navy);margin:36px 0 14px;padding-top:4px}
.article-body h3{font-size:1.15rem;color:var(--navy);margin:28px 0 10px}
.article-body p{margin-bottom:1.35rem}
.article-body a{color:var(--blue);text-decoration:underline}
.article-body a:hover{color:var(--red)}
.article-body ul,.article-body ol{margin:0 0 1.35rem 1.6rem;color:var(--txt)}
.article-body li{margin-bottom:.55rem}
.article-body blockquote{border-left:4px solid var(--red);padding:14px 20px;margin:28px 0;background:var(--bg2);font-style:italic;color:var(--txt2);border-radius:0 var(--rad) var(--rad) 0}
.article-cta{background:linear-gradient(135deg,var(--navy),var(--navy-light));color:#fff;border-radius:var(--rad);padding:28px 32px;margin:40px 0;text-align:center}
.article-cta h3{color:#fff;font-size:1.2rem;margin-bottom:10px;font-family:Georgia,serif}
.article-cta p{color:rgba(255,255,255,.8);font-size:.92rem;margin-bottom:18px;line-height:1.7}
.article-cta a.cta-btn{display:inline-block;background:var(--red);color:#fff;padding:12px 28px;border-radius:4px;font-weight:600;font-size:.92rem;text-decoration:none}
.article-cta a.cta-btn:hover{background:#b91c1c}
.article-tags{margin-top:32px;padding-top:24px;border-top:1px solid var(--border);font-size:.82rem;color:var(--txt2)}
.article-tags span{font-weight:600;color:var(--navy)}

/* Sidebar (article page) */
.article-sidebar{}
.sidebar-widget{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rad);padding:22px;margin-bottom:24px}
.sidebar-widget h4{font-size:.9rem;font-family:Georgia,serif;color:var(--navy);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.sidebar-widget ul{list-style:none}
.sidebar-widget li{padding:8px 0;border-bottom:1px solid var(--border);font-size:.84rem}
.sidebar-widget li:last-child{border-bottom:none}
.sidebar-widget a{color:var(--navy)}
.sidebar-widget a:hover{color:var(--red)}
.sidebar-cta{background:var(--navy);color:#fff;border-radius:var(--rad);padding:24px;margin-bottom:24px;text-align:center}
.sidebar-cta h4{color:#fff;font-size:1rem;margin-bottom:8px}
.sidebar-cta p{color:rgba(255,255,255,.7);font-size:.82rem;margin-bottom:14px;line-height:1.65}
.sidebar-cta a{display:inline-block;background:var(--red);color:#fff;padding:9px 20px;border-radius:4px;font-size:.82rem;font-weight:600;text-decoration:none}
.sidebar-cta a:hover{background:#b91c1c}

/* Related articles */
.related-section{padding:40px 20px;border-top:2px solid var(--border);margin-top:0}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}

/* Footer */
footer.site-footer{background:var(--navy);color:rgba(255,255,255,.7);padding:56px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-col h4{color:#fff;font-size:.9rem;font-family:Georgia,serif;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-col p,.footer-col li{font-size:.82rem;line-height:1.9;color:rgba(255,255,255,.6)}
.footer-col ul{list-style:none}
.footer-col a{color:rgba(255,255,255,.6)}
.footer-col a:hover{color:#fff;text-decoration:none}
.footer-logo-txt{font-family:Georgia,serif;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:10px}
.footer-logo-txt em{color:var(--red);font-style:normal}
hr.footer-line{border:none;border-top:1px solid rgba(255,255,255,.1);margin:24px 0}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.75rem;color:rgba(255,255,255,.4)}
.footer-disclaimer{font-size:.72rem;color:rgba(255,255,255,.3);margin-top:12px;text-align:center;line-height:1.6}

/* Responsive */
@media(max-width:1024px){
  .arts-grid{grid-template-columns:repeat(2,1fr)}
  .featured-grid{grid-template-columns:1fr}
  .sidebar-list{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .article-layout{grid-template-columns:1fr}
  .article-sidebar{display:none}
  .related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .arts-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  nav.site-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:16px 20px;gap:6px;box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:300}
  nav.site-nav.open{display:flex}
  .nav-toggle{display:flex}
  .header-main{position:relative;flex-wrap:wrap}
  .article-header h1{font-size:1.75rem}
  .featured-title{font-size:1.4rem}
  .related-grid{grid-template-columns:1fr}
  .about-strip-inner{grid-template-columns:1fr}
}
