/*
Theme Name: Gramercy Gold
Theme URI: https://www.gramercygold.com/
Description: Independent precious-metals guides. Child theme of Twenty Twenty-Five.
Author: Gramercy Gold
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gramercy-gold
*/

:root {
	--gg-ink: var(--wp--preset--color--ink, #14202E);
	--gg-ink-soft: var(--wp--preset--color--ink-soft, #3A4350);
	--gg-slate: var(--wp--preset--color--slate, #545D6A);
	--gg-gold: var(--wp--preset--color--gold, #845A14);
	--gg-gold-dark: var(--wp--preset--color--gold-dark, #5E3F0C);
	--gg-gold-light: var(--wp--preset--color--gold-light, #E3C57D);
	--gg-ivory: var(--wp--preset--color--ivory, #F7F4EC);
	--gg-paper: var(--wp--preset--color--paper, #FFFFFF);
	--gg-sand: var(--wp--preset--color--sand, #EFE9DC);
	--gg-line: var(--wp--preset--color--line, #E3DCCD);
	--gg-navy-line: var(--wp--preset--color--navy-line, #2E3B4D);
	--gg-mist: var(--wp--preset--color--mist, #AAB3C0);
	--gg-serif: var(--wp--preset--font-family--serif, Georgia, serif);
	--gg-sans: var(--wp--preset--font-family--sans, system-ui, sans-serif);
	--gg-radius: 14px;
	--gg-radius-lg: 18px;
	--gg-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
	--gg-icon-book: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5.5A1.5 1.5 0 0 1 5.5 4H11v16H5.5A1.5 1.5 0 0 1 4 18.5v-13z'/%3E%3Cpath d='M20 5.5A1.5 1.5 0 0 0 18.5 4H13v16h5.5a1.5 1.5 0 0 0 1.5-1.5v-13z'/%3E%3C/svg%3E");
	--gg-icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3Cpath d='M9 15l2 2 4-4'/%3E%3C/svg%3E");
	--gg-icon-coin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M14.5 9.5c-.5-1-1.5-1.5-2.5-1.5-1.4 0-2.5.8-2.5 2s1.1 1.7 2.5 2 2.5.8 2.5 2-1.1 2-2.5 2c-1 0-2-.5-2.5-1.5M12 6.5V8M12 16v1.5'/%3E%3C/svg%3E");
	--gg-icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
	--gg-icon-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E");
	--gg-icon-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E");
	--gg-icon-home-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 14l6 6M15 14l-6 6'/%3E%3C/svg%3E");
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

:where(a, button, input, summary):focus-visible {
	outline: 2px solid var(--gg-gold);
	outline-offset: 3px;
	border-radius: 4px;
}

.screen-reader-text:not(:focus) {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* ---------- Shared bits ---------- */

.gg-eyebrow,
p.gg-eyebrow {
	margin: 0;
	font-family: var(--gg-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gg-gold);
}

.gg-lede,
p.gg-lede {
	font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
	line-height: 1.55;
	color: var(--gg-ink-soft);
	max-width: 38rem;
}

.gg-muted {
	color: var(--gg-slate);
}

.gg-more a,
a.gg-more {
	font-weight: 600;
	color: var(--gg-gold);
	text-decoration: underline;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	color: var(--gg-ink);
	border: 1px solid var(--gg-ink);
	padding: calc(0.9rem - 1px) calc(1.6rem - 1px);
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--gg-ink);
	color: var(--gg-ivory);
}

.gg-arrow > .wp-block-button__link::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: -3px;
	background: currentColor;
	-webkit-mask: var(--gg-icon-arrow) center / contain no-repeat;
	mask: var(--gg-icon-arrow) center / contain no-repeat;
}

.gg-section {
	padding-top: clamp(4rem, 8vw, 7rem);
}

.gg-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 3rem;
	margin-bottom: 2.25rem;
}

.gg-section-head > * {
	margin: 0;
}

.gg-section-head h2 {
	margin-top: 0.85rem;
}

/* ---------- Header ---------- */

.gg-header {
	border-bottom: 1px solid var(--gg-line);
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

.gg-header__inner {
	gap: 1.5rem;
}

.gg-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gg-brand > * {
	margin: 0 !important;
}

.gg-brand__mark svg {
	display: block;
	width: 36px;
	height: 36px;
}

.gg-brand__text {
	gap: 3px !important;
}

.gg-brand .wp-block-site-tagline {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gg-slate);
}

.gg-header .wp-block-navigation {
	gap: 2rem;
}

.gg-header .wp-block-navigation-item__content:hover,
.gg-header .current-menu-item > .wp-block-navigation-item__content {
	text-decoration: underline;
	text-decoration-color: var(--gg-gold);
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

.gg-header .wp-block-search__button {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #D8CFBD;
	border-radius: 22px;
	background: transparent;
	color: var(--gg-ink);
}

.gg-header .wp-block-search__button svg {
	fill: currentColor;
}

.gg-header .wp-block-search__input {
	border-radius: 22px;
	border: 1px solid #D8CFBD;
	padding: 0.6rem 1rem;
	background: var(--gg-paper);
}

/* ---------- Home: hero and "at a glance" ---------- */

.gg-hero {
	padding-top: clamp(2.5rem, 6vw, 5.5rem);
	padding-bottom: clamp(2.5rem, 6vw, 5.5rem);
	align-items: center !important;
	gap: clamp(2rem, 5vw, 5rem) !important;
}

.gg-hero h1 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.gg-hero .wp-block-buttons {
	margin-top: 1.75rem;
}

.gg-glance {
	background: var(--gg-ink);
	color: var(--gg-ivory);
	border-radius: var(--gg-radius-lg);
	padding: 1.85rem 1.85rem 1.6rem;
}

.gg-glance > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.gg-glance__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gg-navy-line);
}

.gg-glance__head p {
	margin: 0;
	font-size: 0.875rem;
	color: var(--gg-mist);
}

.gg-glance__head .gg-eyebrow {
	color: var(--gg-gold-light);
}

.gg-glance__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.1rem 0;
	border-bottom: 1px solid var(--gg-navy-line);
}

.gg-glance__row:last-of-type {
	border-bottom: 0;
}

.gg-glance__row > * {
	margin: 0 !important;
}

.gg-glance__label {
	font-size: 0.9375rem;
	color: #E9EDF2;
	line-height: 1.4;
}

.gg-glance__label small {
	display: block;
	margin-top: 4px;
	font-size: 0.8125rem;
	color: var(--gg-mist);
}

.gg-glance__value {
	font-family: var(--gg-serif);
	font-size: 1.875rem;
	line-height: 1;
	color: var(--gg-gold-light);
	white-space: nowrap;
	text-align: right;
}

.gg-glance__foot {
	padding-top: 0.9rem !important;
	border-top: 1px solid var(--gg-navy-line);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--gg-mist);
}

.gg-glance a {
	color: var(--gg-gold-light);
}

/* ---------- Home: trust strip ---------- */

.gg-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	padding: 1.35rem 0;
	border-top: 1px solid var(--gg-line);
	border-bottom: 1px solid var(--gg-line);
}

.gg-trust > p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.9375rem;
	line-height: 1.4;
	color: #2B3440;
}

.gg-trust > p::before {
	content: "";
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: var(--gg-gold);
	-webkit-mask: var(--gg-icon, var(--gg-icon-shield)) center / contain no-repeat;
	mask: var(--gg-icon, var(--gg-icon-shield)) center / contain no-repeat;
}

.gg-trust .gg-i-shield { --gg-icon: var(--gg-icon-shield); }
.gg-trust .gg-i-book { --gg-icon: var(--gg-icon-book); }
.gg-trust .gg-i-calendar { --gg-icon: var(--gg-icon-calendar); }
.gg-trust .gg-i-coin { --gg-icon: var(--gg-icon-coin); }

.gg-trust a {
	color: #2B3440;
}

/* ---------- Cards ---------- */

.gg-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.gg-card {
	background: var(--gg-paper);
	border: 1px solid var(--gg-line);
	border-radius: var(--gg-radius);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	min-height: 290px;
	box-sizing: border-box;
}

.gg-card > * {
	margin: 0 !important;
}

.gg-card__meta {
	font-size: 0.875rem;
	color: var(--gg-slate);
}

.gg-card h3 {
	font-size: clamp(1.5rem, 2.2vw, 1.875rem);
	line-height: 1.15;
}

.gg-card h3 a {
	color: inherit;
	text-decoration: none;
}

.gg-card p {
	font-size: 1.0625rem;
	line-height: 1.55;
	color: var(--gg-ink-soft);
}

.gg-card .gg-more {
	margin-top: auto !important;
}

/* ---------- Home: quick answers ---------- */

.gg-qa-wrap {
	gap: clamp(2rem, 6vw, 6rem) !important;
}

.gg-qa {
	padding: 1.6rem 0;
	border-top: 1px solid var(--gg-line);
}

.gg-qa:last-child {
	border-bottom: 1px solid var(--gg-line);
}

.gg-qa > * {
	margin: 0 0 0.6rem !important;
}

.gg-qa > *:last-child {
	margin-bottom: 0 !important;
}

.gg-qa h3 {
	font-size: clamp(1.3125rem, 1.8vw, 1.5625rem);
	line-height: 1.25;
}

.gg-qa p {
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--gg-ink-soft);
}

/* ---------- Home: coin guides ---------- */

.gg-coins {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.gg-coin-card {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.5rem;
	background: var(--gg-paper);
	border: 1px solid var(--gg-line);
	border-radius: var(--gg-radius);
	margin: 0 !important;
}

.gg-coin-card > * {
	margin: 0 !important;
}

.gg-coin-card svg {
	display: block;
	width: 76px;
	height: 76px;
	flex-shrink: 0;
}

.gg-coin-card__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gg-coin-card__text > * {
	margin: 0 !important;
}

.gg-coin-card h3 {
	font-size: 1.4375rem;
	line-height: 1.2;
}

.gg-coin-card h3 a {
	color: var(--gg-ink);
	text-decoration: none;
}

.gg-coin-card h3 a::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--gg-radius);
}

.gg-coin-card {
	position: relative;
}

.gg-coin-card:hover {
	border-color: #CDBF9F;
}

.gg-coin-card__meta {
	font-size: 0.9375rem;
	color: #4D5663;
}

.gg-pill,
p.gg-pill {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
}

.gg-pill::before {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	-webkit-mask: var(--gg-icon-check) center / contain no-repeat;
	mask: var(--gg-icon-check) center / contain no-repeat;
}

.gg-pill--yes {
	background: #E3EFE6;
	color: #1F5436;
}

.gg-pill--no {
	background: #F4E6DF;
	color: #7A3322;
}

.gg-pill--no::before {
	-webkit-mask-image: var(--gg-icon-x);
	mask-image: var(--gg-icon-x);
}

/* ---------- Home: latest guides (Query Loop) ---------- */

.gg-latest .wp-block-post-template {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gg-latest .wp-block-post {
	margin: 0 !important;
	border-top: 1px solid var(--gg-line);
}

.gg-latest .wp-block-post:last-child {
	border-bottom: 1px solid var(--gg-line);
}

.gg-latest__row {
	display: grid !important;
	grid-template-columns: 3fr 7fr 2fr;
	column-gap: 1.5rem;
	align-items: baseline;
	padding: 1.6rem 0;
}

.gg-latest__row > * {
	margin: 0 !important;
}

.gg-latest__main > * {
	margin: 0 0 0.4rem !important;
}

.gg-latest .wp-block-post-title {
	font-size: clamp(1.3125rem, 2vw, 1.625rem);
	line-height: 1.2;
}

.gg-latest .wp-block-post-title a {
	color: var(--gg-ink);
	text-decoration: none;
}

.gg-latest .wp-block-post-title a:hover {
	text-decoration: underline;
	text-decoration-color: var(--gg-gold);
}

.gg-latest .wp-block-post-excerpt__excerpt {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--gg-ink-soft);
}

.gg-latest .wp-block-post-date {
	text-align: right;
}

/* ---------- Home: editorial team ---------- */

.gg-team {
	background: var(--gg-sand);
	border-radius: var(--gg-radius-lg);
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem) !important;
	align-items: center !important;
	gap: 2rem !important;
}

.gg-team svg {
	display: block;
	width: 120px;
	height: 120px;
}

.gg-team__name {
	font-family: var(--gg-serif);
	font-size: clamp(1.625rem, 2.6vw, 2.125rem);
	line-height: 1.15;
	margin: 0.6rem 0 !important;
}

.gg-team__aside {
	padding-left: 1.5rem;
	border-left: 1px solid #D8CFBD;
}

.gg-team__aside p {
	font-size: 1rem;
	line-height: 1.6;
	color: #2B3440;
}

.gg-team__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}

.gg-team__links p {
	margin: 0;
}

/* ---------- Footer ---------- */

.gg-footer {
	background: var(--gg-ink);
	color: #C9CFD8;
	padding-top: clamp(3rem, 5vw, 4rem);
	padding-bottom: 2.5rem;
	margin-top: clamp(4rem, 8vw, 7.5rem);
}

.gg-footer a {
	color: #E9EDF2;
	text-decoration: none;
}

.gg-footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.gg-footer__brand {
	font-family: var(--gg-serif);
	font-size: 1.75rem;
	font-weight: 500;
	color: var(--gg-ivory);
	margin: 0 0 0.75rem !important;
}

.gg-footer .gg-eyebrow {
	color: var(--gg-gold-light);
	margin-bottom: 0.75rem;
}

.gg-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gg-footer li {
	margin: 0;
	padding: 0.35rem 0;
	font-size: 0.9375rem;
}

.gg-footer__bottom {
	margin-top: 2.5rem !important;
	padding-top: 1.5rem;
	border-top: 1px solid var(--gg-navy-line);
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--gg-mist);
	gap: 1rem 3rem !important;
}

.gg-footer__bottom p {
	margin: 0;
}

/* ---------- Breadcrumbs ---------- */

.gg-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.9375rem;
	color: var(--gg-slate);
}

.gg-breadcrumbs a {
	color: var(--gg-slate);
}

/* ---------- Article ---------- */

.gg-article-head {
	padding-top: clamp(2rem, 4vw, 3rem);
}

.gg-article-head > * {
	margin-top: 0 !important;
	margin-bottom: 1.35rem !important;
}

.gg-article-head .wp-block-post-title {
	font-size: clamp(2.25rem, 4.4vw, 3.625rem);
	line-height: 1.06;
	letter-spacing: -0.015em;
	max-width: 60rem;
}

.gg-deck .wp-block-post-excerpt__excerpt,
.gg-deck {
	font-size: clamp(1.125rem, 1.5vw, 1.3125rem);
	line-height: 1.55;
	color: var(--gg-ink-soft);
	max-width: 52rem;
	margin: 0;
}

.gg-deck .wp-block-post-excerpt__more-text {
	display: none;
}

.gg-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	padding: 1.1rem 0;
	border-top: 1px solid var(--gg-line);
	border-bottom: 1px solid var(--gg-line);
	font-size: 0.9375rem;
	color: var(--gg-ink-soft);
}

.gg-byline > * {
	margin: 0 !important;
}

.gg-byline__who {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem 0.9rem;
}

.gg-byline__who > * {
	margin: 0 !important;
}

.gg-byline__who svg {
	display: block;
	width: 40px;
	height: 40px;
}

.gg-byline__who strong {
	color: var(--gg-ink);
	font-weight: 600;
}

.gg-byline__dot {
	color: #B9AD95;
}

.gg-article-layout {
	margin-top: 2.5rem !important;
	gap: clamp(2rem, 5vw, 4.5rem) !important;
	align-items: flex-start !important;
}

.gg-article-aside {
	position: sticky;
	top: 1.5rem;
}

.gg-article-aside > * + * {
	margin-top: 1.5rem;
}

/* Article body typography */
.gg-article-body {
	font-family: var(--gg-serif);
	font-size: var(--wp--preset--font-size--body-serif, 1.25rem);
	line-height: 1.65;
}

.gg-article-body > * {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

.gg-article-body > h2 {
	font-size: clamp(1.75rem, 2.8vw, 2.375rem);
	line-height: 1.15;
	margin-top: 3rem;
	margin-bottom: 1.1rem;
	scroll-margin-top: 1.5rem;
}

.gg-article-body > h3 {
	font-size: clamp(1.3125rem, 2vw, 1.5625rem);
	line-height: 1.25;
	margin-top: 2.25rem;
	margin-bottom: 0.75rem;
	scroll-margin-top: 1.5rem;
}

.gg-article-body ul,
.gg-article-body ol {
	padding-left: 1.4em;
}

.gg-article-body li {
	margin-bottom: 0.5rem;
}

.gg-article-body a {
	color: var(--gg-gold);
}

.gg-article-body strong {
	font-weight: 600;
}

.gg-article-body .wp-block-table {
	margin: 1.75rem 0;
	font-family: var(--gg-sans);
	font-size: 1rem;
	line-height: 1.5;
	overflow-x: auto;
}

.gg-article-body .wp-block-table table {
	border-collapse: collapse;
	width: 100%;
	background: var(--gg-paper);
	border: 1px solid var(--gg-line);
}

.gg-article-body .wp-block-table thead {
	border-bottom: 0;
}

.gg-article-body .wp-block-table th,
.gg-article-body .wp-block-table td {
	padding: 0.85rem 1.1rem;
	border: 0;
	border-bottom: 1px solid var(--gg-line);
	text-align: left;
	vertical-align: top;
}

.gg-article-body .wp-block-table thead th {
	background: var(--gg-sand);
	font-weight: 600;
}

.gg-article-body .wp-block-table tr:last-child td {
	border-bottom: 0;
}

.gg-article-body .wp-block-table figcaption,
.gg-article-body .wp-element-caption {
	font-family: var(--gg-sans);
	font-size: 0.9375rem;
	color: var(--gg-slate);
	text-align: left;
	margin-top: 0.75rem;
}

/* The short answer */
.gg-short-answer {
	background: var(--gg-paper);
	border: 1px solid var(--gg-line);
	border-radius: 16px;
	padding: clamp(1.5rem, 3vw, 1.9rem) clamp(1.25rem, 3vw, 2rem) !important;
	margin-bottom: 2.25rem !important;
}

.gg-short-answer > * {
	margin: 0 !important;
}

.gg-short-answer > * + * {
	margin-top: 0.75rem !important;
}

.gg-short-answer p:not(.gg-eyebrow) {
	font-size: clamp(1.1875rem, 1.7vw, 1.375rem);
	line-height: 1.55;
}

/* At-a-glance facts table */
.gg-article-body .gg-facts table {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--gg-line);
}

.gg-article-body .gg-facts td {
	padding: 1rem 0;
	border-bottom: 1px solid var(--gg-line) !important;
	color: var(--gg-ink-soft);
}

.gg-article-body .gg-facts td:first-child {
	width: 38%;
	padding-right: 1.5rem;
	font-weight: 600;
	color: var(--gg-ink);
}

.gg-facts-title {
	font-family: var(--gg-sans);
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase;
	color: var(--gg-slate) !important;
	margin-top: 0 !important;
	margin-bottom: 0.25rem !important;
}

/* Callout (dark box) */
.gg-callout {
	background: var(--gg-ink);
	color: var(--gg-ivory);
	border-radius: 16px;
	padding: clamp(1.5rem, 3vw, 2rem) !important;
	margin: 2.25rem 0 !important;
}

.gg-callout > * {
	margin: 0 !important;
}

.gg-callout > * + * {
	margin-top: 0.75rem !important;
}

.gg-callout h2,
.gg-callout h3 {
	color: var(--gg-ivory);
	font-size: clamp(1.4375rem, 2.2vw, 1.875rem);
	line-height: 1.2;
	scroll-margin-top: 1.5rem;
}

.gg-callout p,
.gg-callout li {
	font-family: var(--gg-sans);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #D6DBE2;
}

.gg-callout a {
	color: var(--gg-gold-light);
}

.gg-callout--light {
	background: var(--gg-sand);
	color: var(--gg-ink);
}

.gg-callout--light h2,
.gg-callout--light h3 {
	color: var(--gg-ink);
}

.gg-callout--light p,
.gg-callout--light li {
	color: #2B3440;
}

.gg-callout--light a {
	color: var(--gg-gold);
}

/* Numbered steps */
.gg-article-body ol.gg-steps {
	list-style: none;
	padding: 0;
	counter-reset: gg-step;
}

.gg-article-body ol.gg-steps > li {
	counter-increment: gg-step;
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
	min-height: 2rem;
}

.gg-article-body ol.gg-steps > li::before {
	content: counter(gg-step);
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
	background: var(--gg-sand);
	font-family: var(--gg-sans);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 2rem;
	text-align: center;
}

/* FAQ */
.gg-faq {
	margin-top: 1rem !important;
}

.gg-faq > * {
	margin: 0 !important;
}

.gg-faq h3 {
	font-family: var(--gg-sans);
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
	padding-top: 1.35rem;
	border-top: 1px solid var(--gg-line);
	margin-bottom: 0.5rem !important;
}

.gg-faq p {
	font-size: 1.1875rem;
	line-height: 1.6;
	color: #2B3440;
	padding-bottom: 1.35rem;
}

.gg-faq > *:last-child {
	border-bottom: 1px solid var(--gg-line);
}

/* Sources */
.gg-sources {
	margin-top: 3rem !important;
}

.gg-sources > * {
	margin: 0 !important;
}

.gg-sources h2 {
	font-family: var(--gg-sans);
	font-size: 0.875rem !important;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gg-slate);
	margin-bottom: 0.85rem !important;
}

.gg-sources ol,
.gg-sources ul {
	font-family: var(--gg-sans);
	font-size: 1rem;
	line-height: 1.55;
	color: var(--gg-ink-soft);
	padding-left: 1.4em;
}

.gg-sources li {
	margin-bottom: 0.6rem;
}

/* On this page */
.gg-toc {
	background: var(--gg-paper);
	border: 1px solid var(--gg-line);
	border-radius: var(--gg-radius);
	padding: 1.5rem !important;
}

.gg-toc > * {
	margin: 0 !important;
}

.gg-toc .gg-eyebrow {
	color: var(--gg-slate);
	padding-bottom: 0.5rem;
}

.gg-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gg-toc__list li {
	margin: 0;
}

.gg-toc__list a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 36px;
	font-size: 0.9375rem;
	line-height: 1.35;
	color: var(--gg-ink-soft);
	text-decoration: none;
}

.gg-toc__list a::before {
	content: "";
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: transparent;
}

.gg-toc__list a:hover {
	color: var(--gg-ink);
}

.gg-toc__list a.is-current {
	color: var(--gg-ink);
	font-weight: 600;
}

.gg-toc__list a.is-current::before {
	background: var(--gg-gold);
}

.gg-note,
p.gg-note {
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--gg-slate);
}

/* Author box */
.gg-author-box {
	display: flex;
	gap: 1.4rem;
	align-items: flex-start;
	padding: 1.75rem !important;
	background: var(--gg-sand);
	border-radius: 16px;
	margin-top: 3rem !important;
}

.gg-author-box > * {
	margin: 0 !important;
}

.gg-author-box svg {
	display: block;
	width: 84px;
	height: 84px;
	flex-shrink: 0;
}

.gg-author-box__text > * {
	margin: 0 0 0.5rem !important;
}

.gg-author-box__name {
	font-family: var(--gg-serif);
	font-size: 1.625rem;
	line-height: 1.2;
}

.gg-author-box p {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--gg-ink-soft);
}

/* Related */
.gg-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.gg-related-card {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.6rem;
	background: var(--gg-paper);
	border: 1px solid var(--gg-line);
	border-radius: var(--gg-radius);
	color: var(--gg-ink);
	text-decoration: none;
}

.gg-related-card:hover {
	border-color: #CDBF9F;
	color: var(--gg-ink);
}

.gg-related-card__meta {
	font-size: 0.875rem;
	color: var(--gg-slate);
}

.gg-related-card__title {
	font-family: var(--gg-serif);
	font-size: 1.5rem;
	line-height: 1.25;
}

/* ---------- Guide hubs (category archives) and lists ---------- */

.gg-hub-head {
	padding-top: clamp(2.5rem, 5vw, 4rem);
	padding-bottom: 2rem;
}

.gg-hub-head > * {
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
}

.gg-hub-head .wp-block-query-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1.05;
}

.gg-hub-head .wp-block-term-description p {
	font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
	line-height: 1.55;
	color: var(--gg-ink-soft);
	max-width: 44rem;
	margin: 0;
}

.gg-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gg-grid .wp-block-post {
	margin: 0 !important;
}

.gg-grid .gg-card {
	height: 100%;
}

.gg-grid .wp-block-post-title {
	font-size: clamp(1.375rem, 2vw, 1.625rem);
	line-height: 1.2;
}

.gg-grid .wp-block-post-title a {
	color: var(--gg-ink);
	text-decoration: none;
}

.gg-grid .wp-block-post-excerpt__excerpt {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--gg-ink-soft);
}

.gg-grid .wp-block-post-excerpt__more-text {
	margin: auto 0 0;
}

.gg-grid .wp-block-post-excerpt__more-link {
	font-weight: 600;
	color: var(--gg-gold);
}

.wp-block-query-pagination {
	margin-top: 2.5rem;
	gap: 1rem;
}

/* ---------- Plain pages ---------- */

.gg-page-head {
	padding-top: clamp(2.5rem, 5vw, 4rem);
}

.gg-page-body {
	font-size: 1.125rem;
	line-height: 1.7;
}

.gg-page-body > h2 {
	font-size: clamp(1.625rem, 2.6vw, 2.125rem);
	margin-top: 2.5rem;
}

/* Contact Form 7 */
.wpcf7-form label {
	display: block;
	font-weight: 600;
	font-size: 0.9375rem;
	margin-bottom: 1rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	display: block;
	width: 100%;
	margin-top: 0.4rem;
	padding: 0.8rem 1rem;
	font: inherit;
	font-weight: 400;
	font-size: 1rem;
	border: 1px solid #CFC4AE;
	border-radius: 10px;
	background: var(--gg-paper);
	color: var(--gg-ink);
	box-sizing: border-box;
}

.wpcf7-form input[type="submit"] {
	border: 0;
	border-radius: 999px;
	padding: 0.9rem 1.6rem;
	background: var(--gg-ink);
	color: var(--gg-ivory);
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
	background: #26364A;
}

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
	.gg-coins,
	.gg-cards,
	.gg-related-grid,
	.gg-grid .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.gg-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 781px) {
	.gg-coins,
	.gg-cards,
	.gg-related-grid,
	.gg-grid .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
	}
	.gg-card {
		min-height: 0;
		padding: 1.5rem;
	}
	.gg-latest__row {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0.4rem;
	}
	.gg-latest .wp-block-post-date {
		text-align: left;
	}
	.gg-team__aside {
		padding-left: 0;
		border-left: 0;
		padding-top: 1rem;
		border-top: 1px solid #D8CFBD;
	}
	.gg-article-aside {
		position: static;
	}
	.gg-coin-card svg {
		width: 58px;
		height: 58px;
	}
	.gg-coin-card h3 {
		font-size: 1.1875rem;
	}
	.gg-brand .wp-block-site-tagline {
		display: none;
	}
	.gg-hero .wp-block-buttons {
		flex-direction: column;
		align-items: stretch;
	}
	.gg-hero .wp-block-button,
	.gg-hero .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.gg-trust {
		grid-template-columns: minmax(0, 1fr);
	}
	.gg-glance__value {
		font-size: 1.625rem;
	}
}
