/*
Theme Name: GayHub Community News
Theme URI: https://www.gayhub.com/blog/
Author: GayHub
Description: GayHub's media-led community news surface.
Version: 1.1.0
Text Domain: gayhub-community-news
*/

:root { --gh-orange:#e43a00; --gh-orange-bright:#ff4a10; --gh-black:#070707; --gh-charcoal:#121212; --gh-panel:#181818; --gh-soft:#222; --gh-muted:#b8b8b8; --gh-line:rgba(255,255,255,.12); }
* { box-sizing:border-box; } html,body { min-height:100%; } body { margin:0; background:var(--gh-charcoal); color:#fff; font:16px/1.55 Roboto,Arial,sans-serif; } a { color:inherit; } .gh-wrap { width:calc(100% - 32px); max-width:1180px; margin:0 auto; }
.gh-topline { border-bottom:1px solid var(--gh-line); background:#000; } .gh-topline .gh-wrap { display:flex; gap:24px; padding:8px 0; overflow-x:auto; white-space:nowrap; } .gh-topline a { color:var(--gh-muted); font-size:12px; font-weight:700; text-decoration:none; } .gh-topline a:hover { color:var(--gh-orange); }
.gh-header { border-bottom:1px solid var(--gh-line); background:#070707; } .gh-header .gh-wrap { display:flex; min-height:76px; align-items:center; justify-content:space-between; gap:28px; } .gh-logo { display:flex; align-items:baseline; gap:10px; text-decoration:none; } .gh-logo__wordmark { font-size:30px; font-weight:900; letter-spacing:-1.3px; } .gh-logo__wordmark span { color:var(--gh-orange); } .gh-logo__descriptor { color:var(--gh-muted); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; } .gh-nav { display:flex; align-items:center; gap:20px; } .gh-nav a { color:var(--gh-muted); font-size:13px; font-weight:700; text-decoration:none; } .gh-nav a:hover { color:var(--gh-orange); }
.gh-main { padding:34px 0 68px; } .news-hero { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr)); overflow:hidden; margin:0 0 28px; border:1px solid var(--gh-line); background:#0c0c0c; } .news-hero__copy { padding:32px; } .eyebrow,.entry-meta,.news-card__meta { color:var(--gh-orange); font-size:11px; font-weight:800; letter-spacing:.1em; line-height:1.2; text-transform:uppercase; } .news-hero h1 { max-width:660px; margin:7px 0 10px; font-size:clamp(31px,4.2vw,48px); line-height:1.04; letter-spacing:-1.4px; } .news-hero p { max-width:590px; margin:0; color:#d6d6d6; font-size:17px; line-height:1.45; }
.news-hero__visual { position:relative; overflow:hidden; min-height:238px; border-left:1px solid var(--gh-line); background-color:#0d0d0d; background-image:linear-gradient(115deg,transparent 0 46%,rgba(228,58,0,.32) 46.2% 47%,transparent 47.2%),repeating-linear-gradient(0deg,transparent 0 33px,rgba(255,255,255,.065) 34px),repeating-linear-gradient(90deg,transparent 0 33px,rgba(255,255,255,.065) 34px); } .news-hero__visual:before { position:absolute; inset:20px; border:1px solid rgba(228,58,0,.52); content:""; } .news-hero__visual:after { position:absolute; right:28px; bottom:25px; width:116px; height:72px; border:1px solid rgba(255,255,255,.24); box-shadow:24px -22px 0 -1px rgba(228,58,0,.82),24px -22px 0 0 rgba(255,255,255,.12); content:""; }
.post-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,390px),1fr)); gap:16px; } .news-card { overflow:hidden; border:1px solid var(--gh-line); background:var(--gh-panel); color:#fff; text-decoration:none; transition:border-color .18s ease,transform .18s ease; } .news-card:hover { border-color:rgba(228,58,0,.75); color:#fff; transform:translateY(-2px); } .news-card__media,.article-media { position:relative; display:block; overflow:hidden; aspect-ratio:16/9; background-color:#0d0d0d; } .news-card__media img,.article-media img { display:block; width:100%; height:100%; object-fit:cover; object-position:top center; } .news-card__media:before,.article-media:before { position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.42),transparent 62%); content:""; pointer-events:none; z-index:1; } .news-card__media:after,.article-media:after { position:absolute; top:14px; left:14px; width:38px; height:4px; background:var(--gh-orange); box-shadow:48px 0 0 rgba(255,255,255,.55); content:""; pointer-events:none; z-index:2; }
.news-card__content { display:block; padding:17px 18px 19px; } .news-card h2 { display:-webkit-box; overflow:hidden; margin:6px 0 7px; font-size:22px; line-height:1.18; letter-spacing:-.35px; -webkit-box-orient:vertical; -webkit-line-clamp:3; } .news-card p { display:-webkit-box; overflow:hidden; margin:0; color:var(--gh-muted); font-size:14px; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.entry { width:100%; max-width:790px; margin:0 auto; } .entry-header { margin-bottom:19px; } .entry-title { margin:7px 0 0; font-size:clamp(34px,5vw,51px); line-height:1.06; letter-spacing:-1.45px; } .article-media { margin:0 0 27px; border:1px solid var(--gh-line); } .entry-content { color:#dedede; font-size:18px; line-height:1.65; } .entry-content h2 { margin:34px 0 11px; color:#fff; font-size:26px; line-height:1.2; } .entry-content p,.entry-content ul { margin:0 0 20px; } .entry-content a { color:#fff; text-decoration-color:var(--gh-orange); text-underline-offset:.14em; } .entry-content strong { color:#fff; }
.gh-callout { margin:29px 0; padding:20px; border-left:4px solid var(--gh-orange); background:#1b130f; } .gh-callout p:last-child { margin-bottom:0; } .gh-country-chips { display:flex; flex-wrap:wrap; gap:9px; margin:21px 0 25px; } .gh-country-chips a { min-height:38px; padding:9px 13px; border:1px solid rgba(228,58,0,.55); background:rgba(228,58,0,.12); font-size:14px; font-weight:700; line-height:1.2; text-decoration:none; } .gh-country-chips a:hover { background:var(--gh-orange); }
.comments-area { margin-top:47px; padding:27px 0 0; border-top:1px solid var(--gh-line); } .comments-title,.comment-reply-title { margin:0 0 12px; font-size:23px; } .comment-list { padding:0; list-style:none; } .comment-body { margin:14px 0; padding:17px; background:#111; border:1px solid var(--gh-line); } .comment-meta { color:var(--gh-muted); font-size:13px; } .comment-form { padding:20px; background:#111; border:1px solid var(--gh-line); } .comment-form textarea,.comment-form input[type=text],.comment-form input[type=email] { width:100%; min-height:44px; margin-top:5px; padding:11px; border:1px solid #4b4b4b; border-radius:0; background:#080808; color:#fff; font:inherit; } .comment-form textarea { min-height:155px; } .comment-form input[type=submit] { min-height:44px; padding:11px 18px; border:0; background:var(--gh-orange); color:#fff; font-weight:800; cursor:pointer; } .comment-form input[type=submit]:hover { background:var(--gh-orange-bright); }
.comment-form-gh-trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.gh-footer { padding:27px 0; border-top:1px solid var(--gh-line); background:#070707; color:var(--gh-muted); font-size:13px; } .gh-footer .gh-wrap { display:flex; justify-content:space-between; gap:16px; }
@media (max-width:900px) { .gh-wrap { width:calc(100% - 24px); } .gh-header .gh-wrap { min-height:66px; } .gh-logo__wordmark { font-size:26px; } .gh-logo__descriptor { font-size:9px; } .gh-nav { gap:13px; } .gh-nav a { font-size:12px; } .gh-nav a:last-child { display:none; } .gh-main { padding:19px 0 45px; } .news-hero__copy { padding:24px 20px; } .news-hero h1 { font-size:32px; line-height:1.1; } .news-hero p { font-size:15px; } .news-hero__visual { min-height:142px; border-top:1px solid var(--gh-line); border-left:0; } .news-card h2 { font-size:21px; } .entry-title { font-size:32px; line-height:1.12; } .entry-content { font-size:17px; } .entry-content h2 { font-size:23px; } .article-media { margin-bottom:22px; } .gh-country-chips { gap:7px; } .gh-country-chips a { min-height:36px; padding:8px 10px; font-size:13px; } .gh-footer .gh-wrap { display:block; } .gh-footer span+span { display:block; margin-top:7px; } }
