/*
Theme Name: gethealthy.online
Theme URI: https://gethealthy.online
Author: gethealthy.online
Description: A trustworthy, editorial magazine theme for evidence-based health & supplement affiliate blogs. Color-coded subniche categories, an affiliate "Top-Rated" module, review-ready single posts, and built-in disclosure/compliance blocks. Fully responsive.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gethealthy
Tags: blog, magazine, news, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, editor-style, translation-ready
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root{
  --paper:#faf9f5;
  --paper-2:#f4f3ec;
  --ink:#1c211e;
  --muted:#6b716c;
  --faint:#9a9a8f;
  --line:rgba(28,33,30,0.14);
  --line-soft:rgba(28,33,30,0.08);
  --accent:#2e7d57;
  --serif:'Newsreader',Georgia,'Times New Roman',serif;
  --sans:'Libre Franklin',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --mono:ui-monospace,Menlo,Consolas,monospace;
  /* category colors */
  --cat-weight:#c2603a;
  --cat-mens:#2f6fb0;
  --cat-dental:#2f9b9b;
  --cat-womens:#b0507e;
  --cat-brain:#6a5bb0;
  --cat-heart:#c1453f;
  --cat-reviews:#2e7d57;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; }
body{
  margin:0; background:#ecebe4; color:var(--ink);
  font-family:var(--sans); font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
a:hover{ color:var(--accent); }
::selection{ background:var(--accent); color:#fff; }
h1,h2,h3,h4,p{ margin:0; }
button{ font-family:inherit; }

.gh-site{ max-width:1280px; margin:0 auto; background:var(--paper); box-shadow:0 0 80px rgba(0,0,0,0.06); }
.gh-pad{ padding-left:40px; padding-right:40px; }
.screen-reader-text{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }

/* placeholder (shown when no featured image) */
.gh-ph{ position:relative; background:repeating-linear-gradient(135deg,#eceadf,#eceadf 10px,#e4e2d5 10px,#e4e2d5 20px); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; }
.gh-ph span{ font-family:var(--mono); font-size:11px; color:var(--faint); letter-spacing:0.04em; }
.gh-ar-16-9{ aspect-ratio:16/9; } .gh-ar-16-10{ aspect-ratio:16/10; } .gh-ar-4-3{ aspect-ratio:4/3; } .gh-ar-1-1{ aspect-ratio:1/1; } .gh-ar-3-4{ aspect-ratio:3/4; }
.gh-thumb{ width:100%; object-fit:cover; border:1px solid var(--line); }

/* ============================================================
   HEADER
   ============================================================ */
.gh-util{ display:flex; align-items:center; justify-content:space-between; padding:8px 40px; border-bottom:1px solid var(--line-soft); font-size:11.5px; letter-spacing:0.04em; text-transform:uppercase; color:var(--muted); }
.gh-util a{ color:var(--muted); }
.gh-util .gh-top-rated{ font-weight:700; color:var(--accent); }
.gh-util-left, .gh-util-right{ display:flex; gap:18px; align-items:center; }
.gh-util-sep{ color:rgba(28,33,30,0.25); }

.gh-masthead{ padding:24px 40px 18px; text-align:center; border-bottom:2px solid var(--ink); }
.gh-logo{ font-family:var(--serif); font-weight:600; font-size:44px; letter-spacing:-0.02em; line-height:1; display:inline-block; color:var(--ink); }
.gh-logo b{ color:var(--accent); font-weight:600; }
.gh-logo img{ display:inline-block; max-height:56px; width:auto; }
.gh-tagline{ margin-top:8px; font-size:11px; letter-spacing:0.34em; text-transform:uppercase; color:var(--muted); }

.gh-nav{ border-bottom:1px solid var(--line); }
.gh-nav ul{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:0; margin:0; padding:0 40px; list-style:none; }
.gh-nav li{ margin:0; }
.gh-nav a{ display:block; padding:13px 18px; font-size:12.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; border-bottom:3px solid transparent; }
.gh-nav a:hover, .gh-nav .current-menu-item > a{ color:var(--accent); border-bottom-color:var(--accent); }

/* disclosure bar */
.gh-disclosure{ padding:9px 40px; background:var(--paper-2); border-bottom:1px solid var(--line-soft); font-size:11.5px; color:var(--muted); text-align:center; line-height:1.5; }
.gh-disclosure strong{ color:var(--ink); }
.gh-disclosure a{ color:var(--accent); font-weight:600; text-decoration:underline; }

/* ============================================================
   SHARED BITS
   ============================================================ */
.gh-kicker{ font-size:10.5px; font-weight:800; letter-spacing:0.09em; text-transform:uppercase; }
.gh-eyebrow{ font-size:11px; font-weight:800; letter-spacing:0.1em; text-transform:uppercase; color:var(--accent); }
.gh-dot{ display:inline-block; width:4px; height:4px; border-radius:50%; background:rgba(28,33,30,0.3); }
.gh-sec-head{ display:flex; align-items:center; gap:16px; margin-bottom:24px; }
.gh-sec-head h2{ font-family:var(--serif); font-weight:600; font-size:26px; letter-spacing:-0.01em; }
.gh-sec-head .rule{ flex:1; height:1px; background:var(--line); }
.gh-sec-head .swatch{ width:10px; height:10px; border-radius:50%; }
.gh-sec-head .more{ font-size:12px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; }

.gh-btn{ display:inline-block; text-align:center; padding:12px 18px; font-size:12px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; cursor:pointer; }
.gh-btn--fill{ background:var(--accent); color:#fff; border:none; }
.gh-btn--fill:hover{ filter:brightness(1.08); color:#fff; }
.gh-btn--outline{ border:1.5px solid var(--ink); color:var(--ink); background:transparent; }
.gh-btn--outline:hover{ background:var(--ink); color:#fff; }
.gh-stars{ color:#e0a92e; letter-spacing:2px; }

/* card */
.gh-card .gh-media{ margin-bottom:13px; }
.gh-card h3{ font-family:var(--serif); font-weight:600; font-size:18px; line-height:1.2; letter-spacing:-0.01em; }
.gh-card p{ font-size:12.5px; line-height:1.5; color:var(--muted); margin:9px 0 10px; }
.gh-card .gh-meta{ font-size:11px; color:var(--faint); }
.gh-card .gh-kicker{ display:block; margin-bottom:7px; }

/* ============================================================
   HOMEPAGE
   ============================================================ */
.gh-hero{ display:grid; grid-template-columns:1.55fr 1fr; border-bottom:1px solid var(--line); }
.gh-lead-story{ padding:38px 40px 42px; border-right:1px solid var(--line); }
.gh-lead-story .gh-media{ margin-bottom:22px; }
.gh-lead-story h1, .gh-lead-story h2{ font-family:var(--serif); font-weight:600; font-size:42px; line-height:1.08; letter-spacing:-0.02em; margin:12px 0 0; text-wrap:balance; }
.gh-lead-story .dek{ font-family:var(--serif); font-size:19px; line-height:1.5; color:#3d423e; margin:16px 0 0; max-width:56ch; }
.gh-metaline{ margin-top:20px; display:flex; align-items:center; gap:10px; font-size:12.5px; color:var(--muted); }
.gh-metaline b{ color:var(--ink); }

.gh-rail{ padding:38px 40px 20px; }
.gh-sec-item{ display:grid; grid-template-columns:1fr 92px; gap:16px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid var(--line-soft); }
.gh-sec-item h3{ font-family:var(--serif); font-weight:600; font-size:20px; line-height:1.16; letter-spacing:-0.01em; }
.gh-sec-item .gh-meta{ margin-top:9px; font-size:11.5px; color:var(--muted); }
.gh-trending .th{ display:flex; align-items:baseline; gap:8px; margin-bottom:6px; }
.gh-trending .th b{ font-family:var(--serif); font-weight:700; font-size:17px; }
.gh-trending .th .rule{ flex:1; height:1px; background:rgba(28,33,30,0.18); }
.gh-trending a{ display:grid; grid-template-columns:26px 1fr; gap:12px; padding:10px 0; border-bottom:1px solid var(--line-soft); align-items:start; }
.gh-trending .num{ font-family:var(--serif); font-weight:600; font-size:22px; color:var(--accent); line-height:1; }
.gh-trending .tt{ font-size:13.5px; font-weight:500; line-height:1.3; }

.gh-toprated{ padding:44px 40px 48px; background:var(--paper-2); border-bottom:1px solid var(--line); }
.gh-toprated-head{ display:flex; align-items:flex-end; justify-content:space-between; flex-wrap:wrap; gap:12px; margin-bottom:6px; }
.gh-toprated-head h2{ font-family:var(--serif); font-weight:600; font-size:32px; letter-spacing:-0.02em; margin-top:6px; }
.gh-toprated .lede{ font-size:12.5px; color:var(--muted); margin:10px 0 26px; max-width:60ch; }
.gh-toprated .lede em{ font-style:italic; }
.gh-reviews-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }

.gh-review{ background:#fff; border:1px solid var(--line); display:flex; flex-direction:column; }
.gh-review .rv-top{ display:flex; align-items:center; justify-content:space-between; padding:12px 16px; border-bottom:1px solid var(--line-soft); }
.gh-review .rv-rank{ display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:800; letter-spacing:0.05em; text-transform:uppercase; }
.gh-review .rv-rank i{ display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:50%; background:var(--accent); color:#fff; font-family:var(--serif); font-style:normal; font-size:13px; }
.gh-review .rv-tag{ font-size:10.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; padding:3px 8px; border-radius:2px; color:#fff; }
.gh-review .rv-body{ padding:18px; display:flex; flex-direction:column; flex:1; }
.gh-review h3{ font-family:var(--serif); font-weight:700; font-size:22px; letter-spacing:-0.01em; }
.gh-review .rv-score{ font-family:var(--serif); font-weight:700; font-size:22px; line-height:1; color:var(--accent); text-align:center; }
.gh-review .rv-score small{ display:block; font-size:8.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--faint); }
.gh-review .rv-blurb{ font-size:13px; line-height:1.5; color:#3d423e; margin:12px 0 14px; flex:1; }
.gh-review .rv-price{ display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; padding-top:12px; border-top:1px solid var(--line-soft); font-size:11px; color:var(--muted); }
.gh-review .rv-price b{ color:var(--ink); font-size:15px; }
.gh-review .rv-price .tag{ font-size:10.5px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:var(--accent); }
.gh-review .rv-cta{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.gh-review .rv-cta .gh-btn{ padding:11px; }

.gh-catsec{ padding:40px 40px 8px; border-bottom:1px solid var(--line); }
.gh-grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; padding-bottom:36px; }

/* ============================================================
   CATEGORY / ARCHIVE
   ============================================================ */
.gh-banner{ padding:44px 40px 40px; border-bottom:1px solid var(--line); background:#f7f4f0; }
.gh-crumb{ display:flex; gap:8px; align-items:center; font-size:11.5px; letter-spacing:0.03em; color:var(--faint); margin-bottom:16px; }
.gh-banner h1{ font-family:var(--serif); font-weight:600; font-size:48px; line-height:1.03; letter-spacing:-0.025em; max-width:20ch; text-wrap:balance; }
.gh-banner .desc{ font-family:var(--serif); font-size:20px; line-height:1.5; color:#4a504b; margin:16px 0 0; max-width:64ch; }
.gh-banner .stats{ display:flex; gap:24px; margin-top:20px; font-size:12px; letter-spacing:0.03em; text-transform:uppercase; color:var(--muted); }
.gh-banner .stats b{ color:var(--ink); font-family:var(--serif); font-size:16px; }
.gh-banner .catline{ display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.gh-banner .catline .swatch{ width:12px; height:12px; border-radius:50%; }

.gh-wrap{ padding:0 40px; }
.gh-catgrid{ display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:52px; padding:32px 0 8px; }
.gh-archlead{ display:grid; grid-template-columns:1.1fr 1fr; gap:26px; padding-bottom:30px; margin-bottom:8px; border-bottom:2px solid var(--ink); }
.gh-archlead .body{ display:flex; flex-direction:column; justify-content:center; }
.gh-archlead h2{ font-family:var(--serif); font-weight:600; font-size:30px; line-height:1.1; letter-spacing:-0.02em; }
.gh-archlead p{ font-size:14px; line-height:1.55; color:var(--muted); margin:12px 0 14px; }
.gh-archlead .gh-meta{ font-size:11.5px; color:var(--faint); }
.gh-sortbar{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0 18px; }
.gh-chips{ display:flex; gap:8px; flex-wrap:wrap; }
.gh-chip{ font-size:12px; font-weight:600; letter-spacing:0.02em; padding:7px 13px; border-radius:2px; border:1px solid var(--line); background:#fff; color:var(--muted); }
.gh-chip:hover{ border-color:var(--accent); color:var(--accent); }
.gh-chip.is-active{ font-weight:700; color:#fff; }
.gh-sort select{ font-family:inherit; font-size:12px; padding:7px 10px; border:1px solid rgba(28,33,30,0.2); background:#fff; color:var(--ink); border-radius:2px; }
.gh-postgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:28px 26px; padding-bottom:10px; }
.gh-postgrid .gh-card h3{ font-size:20px; line-height:1.18; }
.gh-postgrid .gh-card p{ font-size:13px; }
.gh-badge{ position:absolute; top:10px; left:10px; font-size:10px; font-weight:800; letter-spacing:0.05em; text-transform:uppercase; color:#fff; padding:4px 8px; border-radius:2px; }
.gh-pager{ display:flex; align-items:center; justify-content:center; gap:6px; padding:34px 0 8px; flex-wrap:wrap; }
.gh-pager .page-numbers{ padding:9px 15px; font-size:13px; font-weight:600; border:1px solid rgba(28,33,30,0.2); }
.gh-pager .page-numbers.current{ font-weight:700; color:#fff; }
.gh-pager .page-numbers:hover{ border-color:var(--accent); color:var(--accent); }
.gh-pager .page-numbers.current:hover{ color:#fff; }

/* ============================================================
   SINGLE POST
   ============================================================ */
.gh-artgrid{ display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:56px; padding:26px 0 8px; }
.gh-article{ max-width:720px; width:100%; justify-self:center; }
.gh-article h1{ font-family:var(--serif); font-weight:600; font-size:44px; line-height:1.08; letter-spacing:-0.02em; text-wrap:balance; }
.gh-article .dek{ font-family:var(--serif); font-style:italic; font-size:21px; line-height:1.45; color:#4a504b; margin:18px 0 0; }
.gh-byline{ display:flex; align-items:center; gap:16px; margin:24px 0; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.gh-byline .av{ width:44px; height:44px; border-radius:50%; overflow:hidden; flex-shrink:0; }
.gh-byline .who{ flex:1; min-width:0; }
.gh-byline .who .n{ font-size:13px; font-weight:700; }
.gh-byline .who .d{ font-size:11.5px; color:var(--muted); margin-top:2px; }
.gh-reviewed{ display:flex; align-items:center; gap:7px; padding:7px 12px; background:#eef4f0; border:1px solid rgba(46,125,87,0.25); border-radius:3px; }
.gh-reviewed span{ font-size:10.5px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; color:#2e6b4f; }
.gh-reviewed .ck{ color:var(--accent); font-size:14px; }
.gh-figure figcaption{ font-size:11.5px; color:var(--faint); margin-top:8px; font-style:italic; }

.gh-takeaways{ background:var(--paper-2); border-left:3px solid var(--accent); padding:20px 22px; margin:28px 0; }
.gh-takeaways .h{ font-size:11px; font-weight:800; letter-spacing:0.09em; text-transform:uppercase; color:var(--accent); margin-bottom:12px; }
.gh-takeaways ul{ margin:0; padding-left:18px; font-size:14.5px; line-height:1.6; color:#3d423e; }

.gh-body{ font-family:var(--serif); }
.gh-body p{ font-size:19px; line-height:1.68; color:#26302b; margin:0 0 22px; }
.gh-body h2{ font-family:var(--serif); font-weight:600; font-size:28px; letter-spacing:-0.01em; margin:40px 0 14px; }
.gh-body h3{ font-family:var(--sans); font-weight:700; font-size:16px; letter-spacing:0.02em; margin:26px 0 8px; }
.gh-body a{ color:var(--accent); text-decoration:underline; text-underline-offset:2px; }
.gh-body strong{ color:var(--ink); }
.gh-body ul,.gh-body ol{ font-size:18px; line-height:1.6; color:#26302b; margin:0 0 22px; padding-left:22px; }
.gh-body li{ margin-bottom:8px; }
.gh-body img{ margin:8px 0 12px; border:1px solid var(--line); }
.gh-body blockquote{ border:none; margin:34px 0; padding:0; text-align:center; }
.gh-body blockquote p{ font-family:var(--serif); font-weight:500; font-size:27px; line-height:1.3; letter-spacing:-0.01em; color:var(--ink); }
.gh-body .wp-block-button__link{ background:var(--accent); color:#fff; border-radius:2px; padding:13px 22px; font-family:var(--sans); font-weight:700; font-size:13px; letter-spacing:0.03em; text-transform:uppercase; text-decoration:none; }
.gh-dropcap p:first-of-type::first-letter{ font-family:var(--serif); font-weight:600; font-size:64px; float:left; line-height:0.82; padding:6px 10px 0 0; color:var(--accent); }

/* in-content review box (from post meta) */
.gh-inline-review{ background:#fff; border:1px solid var(--line); margin:14px 0 30px; }
.gh-inline-review .h{ display:flex; align-items:center; justify-content:space-between; padding:12px 18px; border-bottom:1px solid var(--line-soft); background:var(--paper-2); }
.gh-inline-review .h .l{ font-size:11px; font-weight:800; letter-spacing:0.06em; text-transform:uppercase; }
.gh-inline-review .h .tag{ font-size:10.5px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:#fff; padding:3px 8px; border-radius:2px; }
.gh-inline-review .in{ display:grid; grid-template-columns:120px 1fr; gap:18px; padding:18px; }
.gh-inline-review h3{ font-family:var(--serif); font-weight:700; font-size:23px; letter-spacing:-0.01em; }
.gh-inline-review .sc{ text-align:center; }
.gh-inline-review .sc b{ font-family:var(--serif); font-weight:700; font-size:24px; line-height:1; color:var(--accent); display:block; }
.gh-inline-review .sc small{ font-size:8.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--faint); }
.gh-inline-review .disc{ padding:0 18px 14px; font-size:10.5px; color:var(--faint); }

.gh-authorbio{ display:grid; grid-template-columns:64px 1fr; gap:18px; margin:30px 0 10px; padding:22px 0; border-top:2px solid var(--ink); }
.gh-authorbio .av{ width:64px; height:64px; border-radius:50%; overflow:hidden; }
.gh-authorbio .name{ font-family:var(--serif); font-weight:700; font-size:19px; }
.gh-authorbio p{ font-size:13.5px; line-height:1.6; color:var(--muted); margin-top:8px; }
.gh-medical{ margin:30px 0 0; padding:18px 20px; background:var(--paper-2); font-size:11.5px; line-height:1.6; color:var(--muted); }
.gh-medical strong{ color:var(--ink); }

/* ============================================================
   SIDEBAR (widgets)
   ============================================================ */
.gh-sidebar{ position:sticky; top:20px; align-self:start; }
.gh-widget{ border:1px solid var(--line); padding:18px; margin-bottom:20px; }
.gh-widget .widget-title, .gh-widget h2, .gh-widget h3.widget-title{ font-size:11px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink); margin:0 0 12px; font-family:var(--sans); }
.gh-widget ul{ list-style:none; margin:0; padding:0; }
.gh-widget li{ padding:8px 0; border-bottom:1px solid var(--line-soft); font-size:13px; }
.gh-widget a{ color:var(--muted); }
.gh-widget a:hover{ color:var(--accent); }

.gh-editorpick{ border:1px solid var(--line); margin-bottom:20px; }
.gh-editorpick .h{ padding:10px 16px; background:var(--accent); color:#fff; font-size:11px; font-weight:800; letter-spacing:0.06em; text-transform:uppercase; }
.gh-editorpick .in{ padding:16px; }
.gh-editorpick .name{ font-family:var(--serif); font-weight:700; font-size:19px; margin:0 0 6px; }

.gh-side-news{ background:var(--ink); color:var(--paper); padding:20px; margin-bottom:20px; }
.gh-side-news .t{ font-family:var(--serif); font-weight:600; font-size:19px; line-height:1.2; }
.gh-side-news p{ font-size:12.5px; line-height:1.5; color:rgba(250,249,245,0.7); margin:8px 0 14px; }
.gh-side-news form{ display:flex; flex-direction:column; gap:8px; }
.gh-side-news input{ padding:11px 12px; font-size:13px; font-family:inherit; border:1px solid rgba(250,249,245,0.25); background:rgba(250,249,245,0.06); color:var(--paper); outline:none; }
.gh-side-news button{ padding:11px; font-size:12px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; background:var(--accent); color:#fff; border:none; cursor:pointer; }

/* ============================================================
   NEWSLETTER BAND + FOOTER
   ============================================================ */
.gh-news{ padding:52px 40px; background:var(--ink); color:var(--paper); text-align:center; }
.gh-news .eyebrow{ font-size:11px; font-weight:800; letter-spacing:0.12em; text-transform:uppercase; color:#7fb99b; }
.gh-news h2{ font-family:var(--serif); font-weight:600; font-size:32px; letter-spacing:-0.02em; margin:12px 0 10px; text-wrap:balance; }
.gh-news p{ font-size:15px; line-height:1.5; color:rgba(250,249,245,0.7); max-width:52ch; margin:0 auto 24px; }
.gh-news-form{ display:flex; gap:10px; max-width:460px; margin:0 auto; }
.gh-news-form input{ flex:1; padding:14px 16px; font-size:14px; font-family:inherit; border:1px solid rgba(250,249,245,0.25); background:rgba(250,249,245,0.06); color:var(--paper); outline:none; }
.gh-news-form button{ padding:14px 26px; font-size:12.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; background:var(--accent); color:#fff; border:none; cursor:pointer; white-space:nowrap; }

.gh-footer{ padding:40px 40px 20px; background:var(--paper); }
.gh-footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:32px; padding-bottom:28px; border-bottom:1px solid var(--line); }
.gh-footer .brand{ font-family:var(--serif); font-weight:600; font-size:24px; letter-spacing:-0.02em; }
.gh-footer .brand b{ color:var(--accent); font-weight:600; }
.gh-footer .about{ font-size:12.5px; line-height:1.6; color:var(--muted); margin:12px 0 0; max-width:38ch; }
.gh-footer .col-title{ font-size:11px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink); margin-bottom:14px; }
.gh-footer .col a, .gh-footer .col li{ display:block; font-size:13px; color:var(--muted); padding:5px 0; list-style:none; }
.gh-footer ul{ margin:0; padding:0; }
.gh-legal{ padding:20px 0 0; font-size:11px; line-height:1.6; color:var(--faint); }
.gh-legal p{ margin:0 0 10px; }
.gh-legal strong{ color:var(--muted); }
.gh-legal .row{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-top:12px; }
.gh-legal .row a{ margin-left:16px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:980px){
  .gh-hero{ grid-template-columns:1fr; }
  .gh-lead-story{ border-right:none; }
  .gh-reviews-grid{ grid-template-columns:repeat(2,1fr); }
  .gh-grid-4{ grid-template-columns:repeat(2,1fr); }
  .gh-footer-grid{ grid-template-columns:repeat(2,1fr); }
  .gh-lead-story h1, .gh-lead-story h2{ font-size:36px; }
  .gh-catgrid, .gh-artgrid{ grid-template-columns:1fr; }
  .gh-archlead{ grid-template-columns:1fr; }
  .gh-postgrid{ grid-template-columns:repeat(2,1fr); }
  .gh-sidebar{ position:static; }
  .gh-article h1{ font-size:36px; }
}
@media (max-width:640px){
  .gh-pad, .gh-util, .gh-masthead, .gh-disclosure, .gh-banner, .gh-wrap, .gh-toprated, .gh-catsec, .gh-news, .gh-footer{ padding-left:16px; padding-right:16px; }
  .gh-util-sep, .gh-util .gh-hide-sm{ display:none; }
  .gh-logo{ font-size:30px; }
  .gh-nav ul{ justify-content:flex-start; flex-wrap:nowrap; overflow-x:auto; padding-left:8px; padding-right:8px; -webkit-overflow-scrolling:touch; }
  .gh-nav a{ white-space:nowrap; padding-left:12px; padding-right:12px; }
  .gh-lead-story{ padding:24px 16px 28px; }
  .gh-rail{ padding:20px 16px 8px; }
  .gh-lead-story h1, .gh-lead-story h2{ font-size:27px; }
  .gh-reviews-grid, .gh-grid-4, .gh-postgrid, .gh-footer-grid{ grid-template-columns:1fr; }
  .gh-banner h1{ font-size:34px; }
  .gh-article h1{ font-size:30px; }
  .gh-body p{ font-size:17px; }
  .gh-news-form{ flex-direction:column; }
  .gh-sortbar{ flex-wrap:wrap; gap:12px; }
  .gh-byline{ flex-wrap:wrap; }
  .gh-inline-review .in{ grid-template-columns:1fr; }
}
