
/* =========================================================
   EQUACOM NEWS 2026 — CORPORATE NEWSROOM HOMEPAGE
   Visual system based on the supplied reference images.
   Uses existing Equacom News brand variables; no logo/color replacement.
   ========================================================= */
.eq-home-main{background:var(--background);font-family:"Lauer","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.eq-home2026{width:100%;padding-bottom:8px}
.eq-home2026 h1,.eq-home2026 h2,.eq-home2026 h3,.eq-home2026 h4{font-family:"Lauer","Inter",Arial,sans-serif}
.eq-home2026 a{color:inherit}
.eqh-hero-wrap{padding:0 0 8px}
.eqh-hero{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,3.25fr) minmax(300px,1.15fr);min-height:430px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}
.eqh-hero-main{position:relative;min-height:430px;overflow:hidden;color:#fff;background:#12233f}
.eqh-hero-main>img{width:100%;height:100%;min-height:430px;object-fit:cover;transition:transform .6s ease}
.eqh-hero-main:hover>img{transform:scale(1.025)}
.eqh-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,24,48,.92) 0%,rgba(7,24,48,.68) 42%,rgba(7,24,48,.08) 78%),linear-gradient(0deg,rgba(7,24,48,.6),transparent 55%)}
.eqh-hero-copy{position:absolute;left:30px;bottom:44px;max-width:650px;z-index:2}
.eqh-kicker{display:inline-flex;background:var(--primary);color:#fff;padding:4px 10px;border-radius:2px;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.04em;margin-bottom:12px}
.eqh-hero-copy h1{font-size:34px;line-height:1.15;margin:0 0 12px;font-weight:800;color:#fff}
.eqh-hero-copy p{font-size:15px;line-height:1.45;max-width:610px;color:rgba(255,255,255,.92);margin-bottom:15px}
.eqh-read{display:inline-flex;border:1px solid rgba(255,255,255,.75);padding:7px 14px;font-size:12px;font-weight:700;border-radius:2px}
.eqh-hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3}
.eqh-hero-dots i{width:11px;height:11px;border-radius:50%;background:#fff;opacity:.85;display:block}
.eqh-hero-dots i:nth-child(2){background:#d32f2f}.eqh-hero-dots i:nth-child(3){background:#d32f2f}.eqh-hero-dots i:nth-child(4){background:#d32f2f}
.eqh-latest{background:var(--card);padding:12px 14px;overflow:hidden}
.eqh-block-head,.eqh-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}
.eqh-block-head{padding:4px 0 10px;border-bottom:1px solid var(--border);margin-bottom:3px}
.eqh-block-head h2,.eqh-section-title h2{font-size:16px;line-height:1.2;color:var(--foreground);text-transform:uppercase;font-weight:900;margin:0}
.eqh-block-head span{width:24px;height:3px;background:var(--primary);margin-right:auto}
.eqh-latest-item{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid var(--border);min-height:78px}
.eqh-latest-item img{width:72px;height:58px;object-fit:cover;border-radius:2px}
.eqh-latest-item span{display:flex;flex-direction:column;min-width:0}
.eqh-latest-item b{font-size:8px;text-transform:uppercase;color:var(--primary);line-height:1.1;margin-bottom:4px}
.eqh-latest-item strong{font-size:11px;line-height:1.25;color:var(--foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.eqh-latest-item small{font-size:8px;color:var(--muted);margin-top:4px}
.eqh-section{max-width:1280px;margin:0 auto;padding:12px 16px}
.eqh-section-title{border-bottom:1px solid var(--border);padding-bottom:7px;margin-bottom:10px}
.eqh-section-title h2{position:relative;padding-left:0}
.eqh-section-title h2:after{content:"";display:block;width:14px;height:2px;background:var(--ticker-bg);margin-top:5px}
.eqh-section-title a{font-size:10px;color:var(--primary);white-space:nowrap}
.eqh-sector-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px}
.eqh-sector-more{display:none;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;margin-top:6px}
.eqh-sector-more.is-open{display:grid}
.eqh-sector{min-height:88px;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:8px 5px;transition:transform .2s,box-shadow .2s,border-color .2s}
.eqh-sector:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:var(--shadow)}
.eqh-sector span{font-size:30px;line-height:1;margin-bottom:8px;color:var(--secondary)}
.eqh-sector b{font-size:10px;line-height:1.2;color:var(--foreground);font-weight:800}
.eqh-more-btn{display:block;margin:9px auto 0;background:transparent;border:0;color:var(--primary);font-weight:800;font-size:11px;cursor:pointer}
.eqh-feature-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding-top:0}
.eqh-panel{background:var(--card);border:1px solid var(--border);min-width:0;padding:10px;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.eqh-panel .eqh-section-title{margin-bottom:8px}
.eqh-company-list{display:flex;flex-direction:column}
.eqh-company{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:9px 2px;border-bottom:1px solid var(--border);align-items:center}
.eqh-company:last-child{border-bottom:0}
.eqh-company img{width:92px;height:64px;object-fit:contain;background:#fff;border:1px solid #eef1f5}
.eqh-company span,.eqh-investment span,.eqh-opinion span,.eqh-doc span{display:flex;flex-direction:column;min-width:0}
.eqh-company b,.eqh-investment b,.eqh-opinion b,.eqh-doc b{font-size:12px;line-height:1.25;color:var(--foreground)}
.eqh-company small,.eqh-investment small,.eqh-opinion small,.eqh-doc small{font-size:9px;color:var(--muted);line-height:1.35;margin-top:4px}
.eqh-company em,.eqh-investment em,.eqh-opinion em,.eqh-doc em{font-size:9px;color:var(--ticker-bg);font-style:normal;font-weight:700;margin-top:5px}
.eqh-investment,.eqh-opinion{display:grid;grid-template-columns:45% 1fr;gap:12px;min-height:150px}
.eqh-investment img,.eqh-opinion img{width:100%;height:150px;object-fit:cover}
.eqh-empty{font-size:11px;color:var(--muted);padding:22px 5px}
.eqh-directory{max-width:1248px;margin:0 auto 10px;background:var(--secondary);color:#fff;padding:13px 15px;display:grid;grid-template-columns:1.2fr 1.55fr 1.1fr;align-items:center;gap:14px}
.eqh-directory h2{font-size:15px;text-transform:uppercase;margin:0;color:#fff}
.eqh-directory p{font-size:9px;color:rgba(255,255,255,.8);margin:3px 0 0}
.eqh-directory-search{display:grid;grid-template-columns:1.2fr 1fr auto;min-width:0}
.eqh-directory-search input,.eqh-directory-search select{height:31px;border:0;border-right:1px solid var(--border);background:#fff;color:#1e2a3a;padding:0 8px;font-size:9px;min-width:0}
.eqh-directory-search button{height:31px;border:0;background:var(--ticker-bg);color:#fff;font-size:9px;font-weight:900;padding:0 13px;cursor:pointer}
.eqh-directory-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.eqh-directory-stats b{text-align:center;font-size:17px;line-height:1.05}
.eqh-directory-stats small{display:block;font-size:7px;line-height:1.2;margin-top:3px;color:rgba(255,255,255,.82);font-weight:600}
.eqh-bottom-row{display:grid;grid-template-columns:1.25fr 1fr;gap:10px;padding-top:0}
.eqh-event{display:grid;grid-template-columns:48px 1fr;gap:10px;padding:10px 2px;border-bottom:1px solid var(--border)}
.eqh-event:last-child{border-bottom:0}
.eqh-event>strong{background:var(--secondary);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;height:48px;font-size:16px;line-height:1}
.eqh-event>strong small{font-size:8px;margin-top:4px}
.eqh-event>span{display:flex;flex-direction:column;justify-content:center}
.eqh-event b{font-size:11px;color:var(--foreground);line-height:1.3}
.eqh-event span small{font-size:8px;color:var(--muted);margin-top:3px}
.eqh-doc{display:grid;grid-template-columns:50px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}
.eqh-doc:last-child{border-bottom:0}
.eqh-doc img{width:50px;height:66px;object-fit:cover;background:#eef1f5}
.eqh-bottom-row .eqh-panel{min-height:145px}
.eq-home2026 + .eqv8-trust-band,.eqv8-trust-band{margin-top:0}
.eqv8-trust-band{background:var(--secondary);color:#fff}
@media (max-width:1100px){
 .eqh-hero{grid-template-columns:minmax(0,2.4fr) minmax(260px,1fr)}
 .eqh-sector-grid,.eqh-sector-more{grid-template-columns:repeat(4,1fr)}
 .eqh-feature-row{grid-template-columns:1fr 1fr}
 .eqh-feature-row .eqh-panel:last-child{grid-column:1/-1}
 .eqh-directory{grid-template-columns:1fr 1.4fr}
 .eqh-directory-stats{grid-column:1/-1}
}
@media (max-width:760px){
 .eqh-hero{display:block;border-left:0;border-right:0}
 .eqh-hero-main,.eqh-hero-main>img{min-height:300px;height:300px}
 .eqh-hero-copy{left:18px;right:18px;bottom:30px}
 .eqh-hero-copy h1{font-size:24px}
 .eqh-hero-copy p{font-size:12px}
 .eqh-latest{display:grid;grid-template-columns:1fr 1fr;gap:0 10px;padding:10px}
 .eqh-block-head{grid-column:1/-1}
 .eqh-latest-item{grid-template-columns:58px 1fr;min-height:68px}
 .eqh-latest-item img{width:58px;height:48px}
 .eqh-sector-grid,.eqh-sector-more{grid-template-columns:repeat(4,1fr)}
 .eqh-sector{min-height:78px}
 .eqh-sector span{font-size:23px}
 .eqh-feature-row,.eqh-bottom-row{grid-template-columns:1fr}
 .eqh-feature-row .eqh-panel:last-child{grid-column:auto}
 .eqh-directory{margin:0 10px 10px;display:block}
 .eqh-directory-search{margin:10px 0}
 .eqh-directory-stats{grid-template-columns:repeat(3,1fr)}
 .eqh-directory-stats b{font-size:14px}
}
@media (max-width:480px){
 .eqh-latest{display:block}
 .eqh-latest-item{grid-template-columns:68px 1fr}
 .eqh-sector-grid,.eqh-sector-more{grid-template-columns:repeat(2,1fr)}
 .eqh-hero-copy h1{font-size:21px}
 .eqh-directory-search{grid-template-columns:1fr}
 .eqh-directory-search input,.eqh-directory-search select,.eqh-directory-search button{width:100%;border:0;margin-bottom:4px}
}

/* Sector and company pages — reference information architecture */
.eq-sector-page,.eq-company-page{background:var(--background);min-height:70vh;padding:18px 0 30px}
.eq-sector-shell,.eq-company-shell{max-width:1180px;margin:0 auto;padding:0 16px}
.eq-sector-heading{background:var(--card);border:1px solid var(--border);padding:18px 20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.eq-mini-label{display:inline-block;font-size:9px;font-weight:900;color:#fff;background:var(--primary);padding:4px 8px;text-transform:uppercase;border-radius:2px}
.eq-sector-heading h1{font-size:28px;color:var(--foreground);margin:6px 0 3px}
.eq-sector-heading p{font-size:11px;color:var(--muted)}
.eq-sector-back{font-size:11px;color:var(--primary);font-weight:800}
.eq-sector-layout{display:grid;grid-template-columns:155px 1fr;gap:12px}
.eq-sector-menu{background:var(--card);border:1px solid var(--border);align-self:start;display:flex;flex-direction:column}
.eq-sector-menu strong{padding:14px 12px;background:#f7f9fb;color:var(--foreground);font-size:11px}
body.dark-mode .eq-sector-menu strong{background:rgba(255,255,255,.03)}
.eq-sector-menu a{padding:10px 12px;font-size:10px;border-top:1px solid var(--border);color:var(--foreground)}
.eq-sector-menu a.is-active,.eq-sector-menu a:hover{color:var(--primary);font-weight:800;border-left:3px solid var(--primary);padding-left:9px}
.eq-sector-main{min-width:0}
.eq-sector-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--card);border:1px solid var(--border);min-height:220px}
.eq-sector-feature img{width:100%;height:220px;object-fit:cover}
.eq-sector-feature>div{padding:24px}
.eq-sector-feature h2{font-size:20px;color:var(--foreground);margin:8px 0}
.eq-sector-feature p{font-size:11px;color:var(--muted);line-height:1.55}
.eq-sector-stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--card);border:1px solid var(--border);border-top:0;margin-bottom:12px}
.eq-sector-stats div{text-align:center;padding:13px;border-right:1px solid var(--border)}
.eq-sector-stats div:last-child{border-right:0}
.eq-sector-stats b{display:block;font-size:20px;color:var(--secondary)}
.eq-sector-stats span{font-size:9px;color:var(--muted)}
.eq-sector-block{background:var(--card);border:1px solid var(--border);padding:12px;margin-bottom:12px}
.eq-sector-companies{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.eq-sector-companies>a{border:1px solid var(--border);padding:9px;display:grid;grid-template-columns:55px 1fr;gap:8px;align-items:center}
.eq-sector-company-logo{width:55px;height:45px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #edf0f4;grid-row:span 2}
.eq-sector-company-logo img{width:100%;height:100%;object-fit:contain}
.eq-sector-company-logo span{font-weight:900;color:var(--secondary)}
.eq-sector-companies b{font-size:10px;color:var(--foreground)}
.eq-sector-companies small{font-size:8px;color:var(--muted)}
.eq-sector-news{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.eq-sector-news>a{border:1px solid var(--border);background:var(--card)}
.eq-sector-news img{width:100%;height:105px;object-fit:cover}
.eq-sector-news span{display:flex;flex-direction:column;padding:8px}
.eq-sector-news b{font-size:10px;line-height:1.3;color:var(--foreground)}
.eq-sector-news small{font-size:8px;color:var(--muted);margin-top:4px}
.eq-sector-news em{font-size:8px;color:var(--muted);font-style:normal;margin-top:5px}
.eq-empty-copy{font-size:10px;color:var(--muted);padding:10px}
.eq-company-back{display:inline-block;color:var(--primary);font-size:10px;font-weight:800;margin-bottom:10px}
.eq-company-hero{display:grid;grid-template-columns:150px 1.2fr 1fr;background:var(--card);border:1px solid var(--border);min-height:210px}
.eq-company-logo{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);padding:14px;background:#fff}
.eq-company-logo img{max-width:125px;max-height:125px;object-fit:contain}
.eq-company-logo span{font-size:28px;font-weight:900;color:var(--secondary)}
.eq-company-data{padding:18px}
.eq-company-data h1{font-size:25px;color:var(--foreground);margin-bottom:7px}
.eq-company-sector{display:inline-block;background:var(--primary);color:#fff;padding:4px 9px;font-size:8px;font-weight:900;text-transform:uppercase;border-radius:3px}
.eq-company-data p{font-size:10px;color:var(--muted);margin:10px 0}
.eq-company-facts{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;margin-top:8px}
.eq-company-facts div{display:flex;gap:5px;font-size:9px}
.eq-company-facts b{color:var(--foreground)}
.eq-company-facts span{color:var(--muted)}
.eq-company-socials{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}
.eq-company-socials a{font-size:9px;border:1px solid var(--border);padding:5px 8px;color:var(--primary);font-weight:800}
.eq-company-cover{overflow:hidden}
.eq-company-cover img{width:100%;height:100%;min-height:210px;object-fit:cover}
.eq-company-tabs{display:flex;background:var(--card);border:1px solid var(--border);border-top:0;overflow:auto}
.eq-company-tabs a{padding:11px 16px;font-size:9px;text-transform:uppercase;color:var(--muted);white-space:nowrap;border-bottom:2px solid transparent}
.eq-company-tabs a.is-active,.eq-company-tabs a:hover{color:var(--primary);border-bottom-color:var(--primary)}
.eq-company-description{background:var(--card);border:1px solid var(--border);margin-top:10px;padding:15px}
.eq-company-description h2,.eq-company-lower h2,.eq-company-contact h2{font-size:13px;color:var(--foreground);margin-bottom:8px}
.eq-company-description p,.eq-company-description div{font-size:10px;line-height:1.6;color:var(--muted)}
.eq-company-lower{display:grid;grid-template-columns:1.25fr 1fr;gap:10px;margin-top:10px}
.eq-company-news,.eq-company-location{background:var(--card);border:1px solid var(--border);padding:12px}
.eq-company-news-item{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}
.eq-company-news-item:last-child{border-bottom:0}
.eq-company-news-item img{width:72px;height:55px;object-fit:cover}
.eq-company-news-item span{display:flex;flex-direction:column}
.eq-company-news-item b{font-size:10px;color:var(--foreground);line-height:1.3}
.eq-company-news-item small{font-size:8px;color:var(--muted);margin-top:3px}
.eq-company-news-item em{font-size:8px;color:var(--muted);font-style:normal;margin-top:3px}
.eq-company-map{height:130px;background:linear-gradient(135deg,#dfeef5,#c7e0ee);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#c62828}
.eq-company-map span{font-size:34px}.eq-company-map b{font-size:10px;color:#17304d}
.eq-company-location p{font-size:9px;color:var(--muted);margin-top:7px}
.eq-company-contact{background:var(--card);border:1px solid var(--border);margin-top:10px;padding:12px}
.eq-company-contact>div{display:flex;gap:15px;flex-wrap:wrap}
.eq-company-contact a{font-size:10px;color:var(--primary);font-weight:700}
@media(max-width:800px){
 .eq-sector-layout{grid-template-columns:1fr}.eq-sector-menu{display:grid;grid-template-columns:repeat(2,1fr)}.eq-sector-menu strong{grid-column:1/-1}
 .eq-sector-feature{grid-template-columns:1fr}.eq-sector-feature img{height:190px}.eq-sector-companies,.eq-sector-news{grid-template-columns:1fr 1fr}
 .eq-company-hero{grid-template-columns:100px 1fr}.eq-company-cover{grid-column:1/-1;height:180px}.eq-company-cover img{min-height:180px}.eq-company-logo{padding:8px}.eq-company-logo img{max-width:80px;max-height:80px}.eq-company-data h1{font-size:20px}
 .eq-company-lower{grid-template-columns:1fr}
}
@media(max-width:520px){
 .eq-sector-heading{display:block}.eq-sector-back{display:inline-block;margin-top:10px}.eq-sector-companies,.eq-sector-news{grid-template-columns:1fr}
 .eq-company-hero{grid-template-columns:1fr}.eq-company-logo{border-right:0;border-bottom:1px solid var(--border);min-height:100px}.eq-company-data{padding:13px}.eq-company-facts{grid-template-columns:1fr}
}
