/* HomeAfterWork Retirement Guides -- own stylesheet, intentionally separate from
   /destinations/assets/style.css. Same palette/tokens as the rest of the site (kept in sync by
   hand, same as the destinations sheet already is), but its own file so guide-page layout can
   evolve (multi-section long-form articles, sources, FAQs, related content) without touching or
   risking the destination-page stylesheet. */
:root{
  --bg:#F6F1E4; --surface:#FFFFFF; --surface-2:#F1EAD8; --line:#E3D8BE;
  --text:#2A241C; --muted:#8A7F6C; --brass:#c9a13a; --brass-dim:#A9832A;
  --teal:#1F4A3D; --warn:#A6412E; --radius:14px; --radius-pill:100px;
}
*{box-sizing:border-box;}
body{background:var(--bg);color:var(--text);font-family:'Inter',system-ui,sans-serif;margin:0;line-height:1.6;}
.rg-root{max-width:760px;margin:0 auto;padding:28px 20px 40px;}
.rg-header{margin-bottom:24px;}
.rg-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-family:Georgia,'Fraunces',serif;font-size:18px;font-weight:600;}
.rg-mark{width:26px;height:26px;flex:none;}
.rg-breadcrumb{font-size:12px;color:var(--muted);margin:14px 0 0;}
.rg-breadcrumb a{color:var(--muted);}
.rg-eyebrow{font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--teal);text-transform:uppercase;letter-spacing:.06em;margin:18px 0 8px;}
h1.rg-title{font-family:Georgia,'Fraunces',serif;font-size:32px;font-weight:500;margin:0 0 12px;max-width:22ch;}
.rg-dek{font-size:16px;color:var(--muted);margin:0 0 20px;max-width:60ch;}
.rg-meta{font-size:12px;color:var(--muted);margin:0 0 22px;}
.rg-hero{width:100%;border-radius:var(--radius);overflow:hidden;margin-bottom:24px;background:var(--surface-2);}
.rg-hero img{width:100%;height:auto;display:block;}
.rg-body h2{font-family:Georgia,'Fraunces',serif;font-size:22px;font-weight:600;margin:30px 0 10px;}
.rg-body h3{font-family:Georgia,'Fraunces',serif;font-size:18px;font-weight:600;margin:22px 0 8px;}
.rg-body p{margin:0 0 14px;font-size:15.5px;color:var(--text);max-width:66ch;}
.rg-body ul,.rg-body ol{margin:0 0 14px;padding-left:22px;max-width:66ch;}
.rg-body li{margin-bottom:6px;font-size:15px;}
.rg-body a{color:var(--teal);}
.rg-cta{background:var(--surface-2);border-radius:var(--radius);padding:22px;margin:28px 0;text-align:center;}
.rg-cta p{font-size:16px;font-weight:600;margin-bottom:14px;max-width:none;}
.rg-btn{display:inline-block;font-weight:600;font-size:14px;padding:12px 26px;border-radius:var(--radius-pill);background:var(--brass);color:#241F17;text-decoration:none;}
.rg-btn:hover{background:var(--brass-dim);}
.rg-related{border-top:1px solid var(--line);padding-top:16px;margin-top:28px;}
.rg-related h2{font-family:Georgia,'Fraunces',serif;font-size:18px;font-weight:600;margin:0 0 12px;}
.rg-related-list{display:flex;flex-direction:column;gap:8px;}
.rg-related-list a{color:var(--teal);font-size:14.5px;text-decoration:none;}
.rg-related-list a:hover{text-decoration:underline;}
.rg-sources{border-top:1px solid var(--line);padding-top:16px;margin-top:28px;}
.rg-sources h2{font-family:Georgia,'Fraunces',serif;font-size:16px;font-weight:600;margin:0 0 10px;}
.rg-sources ul{margin:0;padding-left:18px;}
.rg-sources li{font-size:12.5px;color:var(--muted);margin-bottom:4px;}
.rg-sources a{color:var(--muted);}
.rg-faq{border-top:1px solid var(--line);padding-top:16px;margin-top:28px;}
.rg-faq h2{font-family:Georgia,'Fraunces',serif;font-size:18px;font-weight:600;margin:0 0 12px;}
.rg-faq-item{margin-bottom:16px;}
.rg-faq-q{font-weight:600;font-size:15px;margin-bottom:4px;}
.rg-faq-a{font-size:14.5px;color:var(--text);}
.rg-reviewed{font-size:11.5px;color:var(--muted);margin-top:24px;}
.rg-back{margin-top:24px;font-size:13px;}
.rg-back a{color:var(--muted);}
.rg-footer{max-width:760px;margin:36px auto 0;padding-top:16px;border-top:1px solid var(--line);font-size:11px;line-height:1.5;color:var(--muted);text-align:center;}
.hw-social-block{margin:0 0 16px;}
.hw-social-label{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text);text-align:center;margin:0 0 10px;}
.hw-social{display:flex;justify-content:center;gap:18px;margin:0;}
.hw-social-link{display:inline-flex;color:var(--brass-dim);}
.hw-social-link svg{width:24px;height:24px;}
.hw-social-link:hover,.hw-social-link:focus-visible{color:var(--teal);}

/* Hub / category listing pages share this stylesheet too. */
.rg-hub-intro{max-width:66ch;}
.rg-pillar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin:22px 0;}
.rg-pillar-card{border:1px solid var(--line);border-radius:var(--radius);padding:16px;background:var(--surface);text-decoration:none;color:var(--text);}
.rg-pillar-card:hover{border-color:var(--teal);}
.rg-pillar-card .t-name{font-family:Georgia,'Fraunces',serif;font-size:15.5px;font-weight:600;margin-bottom:4px;}
.rg-pillar-card .t-count{font-size:12px;color:var(--muted);}
.rg-card-list{display:flex;flex-direction:column;gap:14px;margin:18px 0;}
.rg-card{border:1px solid var(--line);border-radius:var(--radius);padding:16px;background:var(--surface);}
.rg-card a.rg-card-title{font-family:Georgia,'Fraunces',serif;font-size:17px;font-weight:600;color:var(--text);text-decoration:none;}
.rg-card a.rg-card-title:hover{color:var(--teal);}
.rg-card p{font-size:14px;color:var(--muted);margin:6px 0 0;max-width:60ch;}
