/*
Theme Name: Gaga Hub
Theme URI: https://gagahub.com.br
Author: Gaga Hub
Description: Tema editorial leve e responsivo para o portal brasileiro Gaga Hub, com foco em notícias, SEO, leitura, monetização e automação.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gaga-hub
Tags: news, blog, entertainment, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--gh-paper: #f7f5ef;
	--gh-white: #fff;
	--gh-ink: #111;
	--gh-muted: #6c6a65;
	--gh-line: #d8d5cc;
	--gh-acid: #d7ff3f;
	--gh-violet: #5b32ff;
	--gh-rose: #f21f78;
	--gh-max: 1240px;
	--gh-reading: 760px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-wrap: break-word; background: var(--gh-paper); color: var(--gh-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.gh-shell { width: min(calc(100% - 40px), var(--gh-max)); margin-inline: auto; }
.gh-narrow { max-width: 880px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: var(--gh-acid); color: var(--gh-ink); font-weight: 800; }

/* Header */
.gh-site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--gh-ink); background: var(--gh-paper); }
.gh-topline { background: var(--gh-ink); color: var(--gh-white); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.gh-topline__inner { height: 30px; display: flex; align-items: center; justify-content: space-between; }
.gh-domain { color: var(--gh-acid); }
.gh-header-main { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gh-logo, .custom-logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.gh-logo { font-size: clamp(30px, 5vw, 49px); line-height: 1; font-weight: 900; letter-spacing: -.075em; }
.gh-logo b { display: inline-block; padding: .16em .25em .13em .2em; background: var(--gh-acid); font-size: .53em; letter-spacing: -.03em; transform: rotate(-2deg); }
.custom-logo { display: block; width: auto; max-width: 260px; max-height: 76px; }
.gh-search-form { width: min(360px, 40vw); display: flex; border-bottom: 1px solid var(--gh-ink); }
.gh-search-form input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; padding: 11px 2px; color: var(--gh-ink); }
.gh-search-form button { border: 0; background: transparent; cursor: pointer; font-size: 21px; padding: 6px 3px 6px 12px; }
.gh-primary-nav { min-height: 45px; display: flex; align-items: center; }
.gh-menu, .gh-footer-menu { margin: 0; padding: 0; list-style: none; }
.gh-primary-nav .gh-menu { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 750; }
.gh-primary-nav .menu-item { position: relative; }
.gh-primary-nav a { display: block; padding: 14px 0; }
.gh-primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 3px; background: var(--gh-violet); transition: right .2s ease; }
.gh-primary-nav a:hover::after, .gh-primary-nav a:focus-visible::after, .gh-primary-nav .current-menu-item > a::after, .gh-primary-nav .current-category-ancestor > a::after { right: 0; }
.gh-primary-nav .sub-menu { display: none; position: absolute; top: 100%; left: -16px; min-width: 220px; margin: 0; padding: 8px 16px; list-style: none; border: 1px solid var(--gh-ink); background: var(--gh-white); }
.gh-primary-nav .menu-item:hover > .sub-menu, .gh-primary-nav .menu-item:focus-within > .sub-menu { display: block; }
.gh-menu-toggle { display: none; width: 30px; padding: 4px 2px; border: 0; background: transparent; cursor: pointer; }
.gh-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 4px 0; background: var(--gh-ink); }

/* Breaking bar */
.gh-breaking { border-bottom: 1px solid var(--gh-ink); background: var(--gh-acid); }
.gh-breaking__inner { min-height: 43px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; font-size: 12px; }
.gh-breaking__inner p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gh-breaking__label { padding: 3px 7px; background: var(--gh-ink); color: var(--gh-acid); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.gh-breaking__more { font-weight: 800; }

/* Shared editorial elements */
.gh-eyebrow { margin: 0 0 11px; color: var(--gh-violet); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.gh-section-heading { margin-bottom: 30px; }
.gh-inline-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-bottom: 16px; border-bottom: 1px solid var(--gh-ink); }
.gh-inline-heading h2, .gh-evergreen-intro h2 { margin: 0; font-size: clamp(35px, 5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.gh-section-link, .gh-text-link { font-size: 12px; font-weight: 850; }
.gh-section-link:hover, .gh-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.gh-content-section { padding: 64px 0; }
.gh-card-grid { display: grid; gap: 24px; }
.gh-three-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-latest-list { display: grid; }

/* Media */
.gh-media { position: relative; display: block; min-height: 210px; overflow: hidden; background: #d7d2ff; }
.gh-media__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gh-media:hover .gh-media__image { transform: scale(1.015); }
.gh-media__fallback { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #b9a4ff; color: #5631ff; }
.gh-media__fallback::before, .gh-media__fallback::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.gh-media__fallback::before { width: 72%; aspect-ratio: 1; left: -20%; top: 10%; background: currentColor; opacity: .78; }
.gh-media__fallback::after { width: 58%; aspect-ratio: 1; right: -15%; bottom: -20%; background: var(--gh-ink); opacity: .78; }
.gh-media__fallback span { padding: 8px 10px; background: rgba(17,17,17,.88); color: var(--gh-white); font-size: 12px; font-weight: 900; letter-spacing: -.04em; }
.gh-media__fallback b { color: var(--gh-acid); }

/* Home */
.gh-hero { padding: 68px 0 72px; }
.gh-hero__heading { display: grid; grid-template-columns: 1.5fr .65fr; gap: 60px; align-items: end; }
.gh-hero__heading h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; font-weight: 850; }
.gh-hero__intro { max-width: 360px; margin: 0; color: #4f4d48; font-size: 17px; line-height: 1.55; }
.gh-lead-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .72fr); gap: 25px; }
.gh-lead-story { display: grid; grid-template-columns: 1.23fr .92fr; min-height: 480px; border: 1px solid var(--gh-ink); background: var(--gh-white); }
.gh-lead-story > .gh-media { min-height: 478px; }
.gh-lead-story__copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; }
.gh-lead-story h2 { margin: 15px 0; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.02; letter-spacing: -.045em; }
.gh-lead-story h2 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.gh-lead-story__excerpt { margin-bottom: 22px; color: var(--gh-muted); line-height: 1.55; }
.gh-lead-story__excerpt p { margin: 0; }
.gh-secondary-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 25px; }
.gh-latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 70px; }
.gh-popular-panel { align-self: start; position: sticky; top: 24px; padding: 28px; border: 1px solid var(--gh-ink); background: var(--gh-acid); box-shadow: 8px 8px 0 var(--gh-ink); }
.gh-popular-panel h2 { margin: 0 0 18px; font-size: 29px; letter-spacing: -.04em; }
.gh-popular-panel ol { margin: 0; padding: 0; list-style: none; }
.gh-popular-panel li { display: grid; grid-template-columns: 38px 1fr; gap: 9px; padding: 14px 0; border-top: 1px solid rgba(17,17,17,.3); }
.gh-popular-panel li span { font: 700 11px ui-monospace, monospace; }
.gh-popular-panel li a { font-size: 14px; font-weight: 800; line-height: 1.3; }
.gh-ink-band { padding: 72px 0 78px; background: var(--gh-ink); color: var(--gh-white); }
.gh-on-dark { border-color: #555; }
.gh-on-dark .gh-eyebrow, .gh-card--dark .gh-card-meta a { color: var(--gh-acid); }
.gh-evergreen-section { display: grid; grid-template-columns: .77fr 1.25fr; gap: 80px; align-items: start; }
.gh-evergreen-intro { position: sticky; top: 24px; }
.gh-evergreen-intro > p:not(.gh-eyebrow) { max-width: 470px; color: var(--gh-muted); font-size: 17px; line-height: 1.6; }
.gh-button-link { display: inline-block; margin-top: 14px; padding: 13px 17px; background: var(--gh-ink); color: var(--gh-white); font-size: 12px; font-weight: 850; }
.gh-button-link:hover { background: var(--gh-violet); }
.gh-evergreen-list { counter-reset: guide; }
.gh-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 10px; margin-bottom: 80px; border: 1px solid var(--gh-ink); }
.gh-trust-strip div { display: flex; flex-direction: column; gap: 4px; padding: 21px; border-right: 1px solid var(--gh-ink); }
.gh-trust-strip div:last-child { border-right: 0; }
.gh-trust-strip strong { font-size: 13px; }
.gh-trust-strip span { color: var(--gh-muted); font-size: 11px; }

/* Post cards */
.gh-card { min-width: 0; }
.gh-card__copy { padding-top: 16px; }
.gh-card-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; color: var(--gh-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.gh-card-meta a { color: var(--gh-violet); font-weight: 850; }
.gh-card__title { margin: 10px 0 0; font-size: 21px; line-height: 1.12; letter-spacing: -.028em; }
.gh-card__title a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.gh-card__excerpt { color: var(--gh-muted); font-size: 14px; line-height: 1.5; }
.gh-card__excerpt p { margin: 8px 0 0; }
.gh-card--default .gh-media, .gh-card--dark .gh-media { aspect-ratio: 4/2.6; }
.gh-card--dark .gh-card__title { font-size: 25px; }
.gh-card--dark .gh-card-meta { color: #aaa; }
.gh-card--compact { display: grid; grid-template-columns: 44% 1fr; border: 1px solid var(--gh-line); background: var(--gh-white); }
.gh-card--compact .gh-media { min-height: 0; }
.gh-card--compact .gh-card__copy { padding: 20px; }
.gh-card--compact .gh-card__title { font-size: 19px; }
.gh-card--row { display: grid; grid-template-columns: 235px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--gh-line); }
.gh-card--row:first-child { padding-top: 0; }
.gh-card--row .gh-media { min-height: 155px; }
.gh-card--row .gh-card__copy { padding: 0; }
.gh-card--row .gh-card__title { font-size: 24px; }
.gh-card--minimal { display: grid; grid-template-columns: 58px 1fr; gap: 15px; padding: 25px 0; border-top: 1px solid var(--gh-line); counter-increment: guide; }
.gh-card--minimal::before { content: counter(guide, decimal-leading-zero); color: var(--gh-violet); font: 800 12px ui-monospace, monospace; }
.gh-card--minimal .gh-card__copy { padding: 0; }
.gh-card--minimal .gh-card__title { font-size: clamp(23px, 3vw, 31px); }
.gh-card--minimal .gh-text-link { display: block; margin-top: 13px; }

/* Advertisements */
.gh-ad { grid-column: 1 / -1; width: min(calc(100% - 40px), 970px); margin: 0 auto; padding: 18px 0 46px; text-align: center; color: #8b8984; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.gh-ad > span { display: block; margin-bottom: 7px; }
.gh-ad-widget { min-height: 90px; display: grid; place-items: center; }
.gh-ad-widget > * { max-width: 100%; }
.gh-ad--inline { width: 100%; margin: 42px 0; padding: 18px; border-block: 1px solid var(--gh-line); }

/* Archives and search */
.gh-archive-hero, .gh-static-hero, .gh-search-hero { padding: 70px 0 54px; border-bottom: 1px solid var(--gh-ink); background: var(--gh-white); }
.gh-archive-hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.gh-archive-hero h1, .gh-search-hero h1, .gh-static-hero h1 { margin: 0; font-size: clamp(52px, 8vw, 100px); line-height: .9; letter-spacing: -.07em; }
.gh-archive-hero h1 { text-transform: uppercase; }
.gh-archive-description, .gh-archive-hero__grid > p { max-width: 440px; color: var(--gh-muted); font-size: 18px; line-height: 1.55; }
.gh-archive-description p { margin: 0; }
.gh-archive-list-section { padding: 62px 0 90px; }
.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; justify-content: center; gap: 7px; }
.page-numbers { display: grid; min-width: 38px; height: 38px; padding: 0 8px; place-items: center; border: 1px solid var(--gh-ink); font-size: 12px; }
.page-numbers.current { background: var(--gh-ink); color: var(--gh-white); }
.gh-search-hero .gh-search-form { width: 100%; margin-top: 32px; padding: 7px 10px; border: 1px solid var(--gh-ink); background: var(--gh-paper); }
.gh-search-results { min-height: 45vh; padding-top: 48px; padding-bottom: 85px; }
.gh-results-label { padding-bottom: 20px; border-bottom: 1px solid var(--gh-ink); color: var(--gh-muted); }
.gh-empty { padding: 60px 0; }
.gh-empty h2 { margin: 0; font-size: 35px; letter-spacing: -.04em; }
.gh-empty > p { color: var(--gh-muted); }
.gh-empty .gh-search-form { width: min(100%, 560px); margin-top: 24px; }
.gh-author-hero { display: flex; gap: 30px; align-items: center; }
.gh-author-hero h1 { text-transform: none; }
.gh-author-mark { display: grid; flex: 0 0 110px; width: 110px; height: 110px; place-items: center; border: 1px solid var(--gh-ink); border-radius: 50%; background: var(--gh-acid); font-size: 34px; font-weight: 900; letter-spacing: -.08em; }
.gh-empty-state { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.gh-error-number { margin: 0; color: var(--gh-violet); font: 900 clamp(90px, 20vw, 210px)/.7 ui-monospace, monospace; letter-spacing: -.08em; }
.gh-empty-state h1 { max-width: 760px; margin: 15px 0 0; font-size: clamp(42px, 8vw, 88px); line-height: .95; letter-spacing: -.06em; }
.gh-empty-state .gh-search-form { margin: 20px 0; }

/* Articles */
.gh-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 28px; color: var(--gh-muted); font-size: 11px; }
.gh-breadcrumbs a:hover { text-decoration: underline; }
.gh-article-header { max-width: 1080px; padding-top: 55px; padding-bottom: 36px; }
.gh-article-category { margin: 0 0 12px; color: var(--gh-violet); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.gh-article-header h1 { max-width: 1030px; margin: 0; font-size: clamp(43px, 6.8vw, 83px); line-height: .98; letter-spacing: -.065em; }
.gh-article-dek { max-width: 850px; margin: 25px 0; color: #4d4b47; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }
.gh-byline { display: flex; flex-wrap: wrap; gap: 8px; color: var(--gh-muted); font-size: 11px; }
.gh-byline a { color: var(--gh-ink); font-weight: 800; }
.gh-article-figure { max-width: 1300px; margin-top: 0; margin-bottom: 0; }
.gh-article-figure .gh-media { min-height: 0; aspect-ratio: 16/8.3; }
.gh-article-figure figcaption { margin-top: 8px; color: var(--gh-muted); font-size: 10px; line-height: 1.4; }
.gh-article-layout { display: grid; grid-template-columns: 80px minmax(0, var(--gh-reading)) minmax(230px, 1fr); gap: 54px; align-items: start; }
.gh-share-rail { position: sticky; top: 25px; display: flex; flex-direction: column; gap: 9px; align-items: center; }
.gh-share-rail > span { writing-mode: vertical-rl; transform: rotate(180deg); margin-bottom: 7px; color: var(--gh-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.gh-share-rail a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--gh-ink); font-size: 12px; font-weight: 800; }
.gh-share-rail a:hover { background: var(--gh-acid); }
.gh-article-body { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.78; }
.gh-article-body > p { margin: 0 0 26px; }
.gh-article-body > p:first-child { font-size: 23px; line-height: 1.6; }
.gh-article-body h2 { margin: 52px 0 16px; font: 850 clamp(30px, 4vw, 44px)/1.05 Inter, ui-sans-serif, sans-serif; letter-spacing: -.045em; }
.gh-article-body h3 { margin: 40px 0 14px; font: 850 25px/1.1 Inter, ui-sans-serif, sans-serif; letter-spacing: -.03em; }
.gh-article-body a { color: #4523da; text-decoration: underline; text-underline-offset: 3px; }
.gh-article-body blockquote { margin: 36px 0; padding: 18px 0 18px 24px; border-left: 5px solid var(--gh-violet); font-size: 24px; line-height: 1.45; }
.gh-article-body iframe, .gh-article-body video, .gh-article-body embed, .gh-article-body object { max-width: 100%; }
.gh-article-body .wp-block-embed__wrapper { position: relative; max-width: 100%; }
.gh-article-body .alignwide { width: min(100vw - 40px, 980px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gh-article-body .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gh-article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 45px 0; padding-top: 20px; border-top: 1px solid var(--gh-line); font: 800 11px Inter, ui-sans-serif, sans-serif; }
.gh-article-tags a { padding: 5px 8px; border: 1px solid var(--gh-line); color: var(--gh-ink); text-decoration: none; }
.gh-article-tags a:hover { border-color: var(--gh-violet); color: var(--gh-violet); }
.gh-article-aside { position: sticky; top: 25px; padding: 22px; border-top: 5px solid var(--gh-acid); background: var(--gh-white); }
.gh-article-aside .gh-card--minimal { grid-template-columns: 1fr; }
.gh-article-aside .gh-card--minimal::before { display: none; }
.gh-article-aside .gh-card__title { font-size: 17px; }
.gh-related-section { padding: 65px 0 85px; background: var(--gh-white); }

/* Static pages and comments */
.gh-static-hero h1 { font-size: clamp(48px, 8vw, 88px); }
.gh-static-hero .gh-narrow > p:not(.gh-eyebrow) { max-width: 750px; margin: 23px 0 0; color: var(--gh-muted); font-size: 20px; line-height: 1.55; }
.gh-prose-page { padding-top: 55px; padding-bottom: 90px; font-size: 17px; line-height: 1.75; }
.gh-prose-page h2 { margin: 54px 0 15px; font-size: clamp(29px, 4vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.gh-prose-page a { color: var(--gh-violet); text-decoration: underline; text-underline-offset: 3px; }
.gh-comments { padding-top: 60px; padding-bottom: 80px; }
.gh-comments__title { font-size: 30px; letter-spacing: -.04em; }
.gh-comment-list { margin: 0 0 40px; padding: 0; list-style: none; }
.gh-comment-list .children { list-style: none; }
.gh-comment-list .comment-body { padding: 20px 0; border-bottom: 1px solid var(--gh-line); }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--gh-line); background: var(--gh-white); }
.comment-form input[type="submit"] { padding: 13px 18px; border: 0; background: var(--gh-ink); color: var(--gh-white); font-weight: 800; cursor: pointer; }

/* Footer */
.gh-site-footer { padding: 70px 0 20px; background: var(--gh-ink); color: var(--gh-white); }
.gh-footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.gh-footer-brand .gh-logo, .gh-footer-brand .custom-logo-link { margin-bottom: 20px; }
.gh-footer-brand > p { max-width: 420px; color: #c2c2c2; line-height: 1.6; }
.gh-footer-brand .gh-independent-note { color: #8d8d8d; font-size: 11px; }
.gh-footer-grid h2 { margin: 8px 0 18px; color: var(--gh-acid); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.gh-footer-menu, .gh-footer-grid nav .gh-menu { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.gh-footer-menu a:hover, .gh-footer-grid nav a:hover { color: var(--gh-acid); }
.gh-footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 20px; border-top: 1px solid #333; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

/* WordPress blocks */
.wp-caption, .gallery-caption { max-width: 100%; }
.wp-caption-text { color: var(--gh-muted); font-size: 12px; }
.sticky { display: block; }
.bypostauthor { display: block; }
.alignleft { float: left; margin: 0 24px 20px 0; }
.alignright { float: right; margin: 0 0 20px 24px; }
.aligncenter { display: block; margin-inline: auto; }

@media (max-width: 980px) {
	.gh-primary-nav { display: none; position: absolute; top: 114px; left: 0; right: 0; width: 100%; padding: 10px 20px 20px; border-bottom: 1px solid var(--gh-ink); background: var(--gh-paper); box-shadow: 0 18px 30px rgba(0,0,0,.15); }
	.gh-menu-open .gh-primary-nav { display: block; }
	.gh-primary-nav .gh-menu { display: grid; gap: 0; }
	.gh-primary-nav a { padding: 11px 0; border-bottom: 1px solid var(--gh-line); }
	.gh-primary-nav a::after { display: none; }
	.gh-primary-nav .sub-menu { position: static; display: block; padding: 0 0 0 18px; border: 0; background: transparent; }
	.gh-menu-toggle { display: block; order: -1; }
	.gh-header-main { min-height: 84px; }
	.gh-hero__heading { grid-template-columns: 1fr; gap: 18px; }
	.gh-lead-grid { grid-template-columns: 1fr; }
	.gh-secondary-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.gh-latest-layout { grid-template-columns: 1fr; gap: 48px; }
	.gh-popular-panel { position: static; }
	.gh-article-layout { grid-template-columns: 55px minmax(0, 1fr); }
	.gh-article-aside { display: none; }
	.gh-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
	.gh-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 700px) {
	.gh-shell { width: min(calc(100% - 28px), var(--gh-max)); }
	.gh-topline { display: none; }
	.gh-site-header { position: sticky; top: 0; }
	.admin-bar .gh-site-header { top: 46px; }
	.gh-header-main { min-height: 67px; }
	.gh-header-main .gh-logo, .gh-header-main .custom-logo-link { position: absolute; left: 50%; transform: translateX(-50%); }
	.gh-header-main .gh-logo { font-size: 29px; }
	.gh-header-main .custom-logo { max-width: 170px; max-height: 48px; }
	.gh-header-main .gh-search-form { width: 32px; margin-left: auto; border: 0; }
	.gh-header-main .gh-search-form input { position: absolute; top: 67px; left: 14px; right: 14px; width: calc(100% - 28px); visibility: hidden; padding: 12px; border: 1px solid var(--gh-ink); background: var(--gh-white); }
	.gh-header-main .gh-search-form:focus-within input { visibility: visible; }
	.gh-primary-nav { top: 67px; }
	.gh-breaking__inner { grid-template-columns: auto 1fr; }
	.gh-breaking__more { display: none; }
	.gh-hero { padding: 42px 0 50px; }
	.gh-hero__heading h1 { font-size: 45px; }
	.gh-hero__intro { font-size: 15px; }
	.gh-lead-story { grid-template-columns: 1fr; min-height: 0; }
	.gh-lead-story > .gh-media { min-height: 310px; }
	.gh-lead-story__copy { padding: 24px; }
	.gh-lead-story h2 { font-size: 31px; }
	.gh-secondary-stack, .gh-three-cols { grid-template-columns: 1fr; }
	.gh-card--compact { min-height: 180px; }
	.gh-content-section { padding: 50px 0; }
	.gh-inline-heading { align-items: flex-start; }
	.gh-inline-heading h2 { font-size: 39px; }
	.gh-section-link { margin-top: 24px; text-align: right; }
	.gh-card--row { grid-template-columns: 115px 1fr; gap: 15px; }
	.gh-card--row .gh-media { min-height: 112px; }
	.gh-card--row .gh-card__title { font-size: 18px; }
	.gh-card--row .gh-card__excerpt { display: none; }
	.gh-card--default, .gh-card--dark { display: grid; grid-template-columns: 43% 1fr; gap: 16px; }
	.gh-card--default .gh-media, .gh-card--dark .gh-media { min-height: 150px; aspect-ratio: auto; }
	.gh-card--default .gh-card__copy, .gh-card--dark .gh-card__copy { padding-top: 4px; }
	.gh-card--default .gh-card__title, .gh-card--dark .gh-card__title { font-size: 20px; }
	.gh-card--default .gh-card__excerpt, .gh-card--dark .gh-card__excerpt { display: none; }
	.gh-evergreen-section { grid-template-columns: 1fr; gap: 34px; }
	.gh-evergreen-intro { position: static; }
	.gh-trust-strip { grid-template-columns: 1fr 1fr; }
	.gh-trust-strip div:nth-child(2) { border-right: 0; }
	.gh-trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--gh-ink); }
	.gh-archive-hero, .gh-static-hero, .gh-search-hero { padding: 45px 0 36px; }
	.gh-archive-hero__grid { grid-template-columns: 1fr; gap: 22px; }
	.gh-archive-hero h1, .gh-search-hero h1, .gh-static-hero h1 { font-size: 48px; }
	.gh-archive-description { font-size: 15px; }
	.gh-archive-list-section { padding-top: 45px; }
	.gh-article-header { padding-top: 38px; }
	.gh-article-header h1 { font-size: 42px; }
	.gh-article-dek { font-size: 18px; }
	.gh-article-figure { width: 100%; }
	.gh-article-figure .gh-media { aspect-ratio: 4/3; }
	.gh-article-figure figcaption { padding-inline: 14px; }
	.gh-article-layout { grid-template-columns: 1fr; }
	.gh-share-rail { position: static; flex-direction: row; justify-content: flex-start; padding-bottom: 17px; border-bottom: 1px solid var(--gh-line); }
	.gh-share-rail > span { writing-mode: initial; transform: none; margin: 0 6px 0 0; }
	.gh-article-body { font-size: 18px; }
	.gh-article-body > p:first-child { font-size: 21px; }
	.gh-prose-page { padding-top: 38px; }
	.gh-author-hero { align-items: flex-start; }
	.gh-author-mark { flex-basis: 70px; width: 70px; height: 70px; font-size: 24px; }
	.gh-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
	.gh-footer-brand { grid-column: 1 / -1; }
	.gh-footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 420px) {
	.gh-hero__heading h1 { font-size: 39px; }
	.gh-card--compact { grid-template-columns: 39% 1fr; }
	.gh-card--compact .gh-card__copy { padding: 14px; }
	.gh-card--compact .gh-card__title { font-size: 16px; }
	.gh-card-meta time { display: none; }
	.gh-card--row { grid-template-columns: 100px 1fr; }
	.gh-footer-grid { grid-template-columns: 1fr; }
	.gh-footer-brand, .gh-footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

