/*
Theme Name: GoHaul NWA
Theme URI: https://gohaulnwa.com
Author: GoHaul NWA / DROOSY STUDIO
Description: Custom high-performance local-SEO theme for GoHaul NWA — junk removal & hauling in Fayetteville and Northwest Arkansas. Self-contained: all pages, schema, llms.txt and lead capture are built into the theme.
Version: 1.3.3
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: gohaulnwa
*/

/* ============ Tokens ============ */
:root {
	--gold: #E8A921;
	--gold-dark: #C08A10;
	--gold-soft: #F9EDCF;
	--green: #2E7D4F;          /* primary — fresher, lighter forest green */
	--green-deep: #23603C;     /* hero / dark cards */
	--green-ink: #17422B;      /* footer only */
	--green-tint: #EAF3EC;     /* soft section tint */
	--ink: #17201A;
	--muted: #5B6660;
	--paper: #FFFFFF;
	--paper-soft: #F6F8F4;
	--line: #E2E8E0;
	--radius: 16px;
	--curve: clamp(26px, 4.5vw, 54px);
	--shadow: 0 12px 34px rgba(23, 66, 43, .13);
	--shadow-soft: 0 4px 16px rgba(23, 66, 43, .07);
	--font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	--font-head: 'Sora', 'Inter', system-ui, sans-serif;
}

/* ============ Base ============ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--green); }
a:hover { color: var(--gold-dark); }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.16; font-weight: 700; margin: 0 0 .5em; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.18rem; }
h1 span, h2 span { color: var(--gold-dark); }
.ghn-wrap { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
.ghn-narrow { max-width: 840px; }
.ghn-center { text-align: center; }
.ghn-lead { font-size: 1.12rem; font-weight: 500; color: #2b4234; }
.ghn-ic { width: 1.25em; height: 1.25em; vertical-align: -0.28em; }
.ghn-ic--sm { width: .85em; height: .85em; }
.ghn-skip { position: absolute; left: -9999px; }
.ghn-skip:focus { left: 12px; top: 12px; background: var(--gold); color: var(--ink); padding: 10px 16px; z-index: 999; border-radius: 8px; }
.ghn-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ============ Buttons ============ */
.ghn-btn {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 13px 26px; border-radius: 10px;
	font-weight: 700; font-size: 1rem; text-decoration: none;
	border: 2px solid transparent; cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.ghn-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.ghn-btn--gold { background: var(--gold); color: var(--ink); }
.ghn-btn--gold:hover { background: var(--gold-dark); color: #fff; }
.ghn-btn--green { background: var(--green); color: #fff; }
.ghn-btn--green:hover { background: var(--green-deep); color: #fff; }
.ghn-btn--dark { background: var(--ink); color: #fff; }
.ghn-btn--dark:hover { background: var(--green-deep); color: #fff; }
.ghn-btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.ghn-btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.ghn-btn--line { border-color: var(--green); color: var(--green); background: transparent; }
.ghn-btn--line:hover { background: var(--green); color: #fff; }
.ghn-btn--line-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.ghn-btn--line-dark:hover { background: var(--ink); color: var(--gold); }
.ghn-btn--block { width: 100%; justify-content: center; }
.ghn-btn--xl { padding: 18px 36px; font-size: 1.3rem; border-radius: 14px; }
.ghn-btn--xl .ghn-ic { width: 1.3em; height: 1.3em; }
/* Header phone button: gold background, green outline + text */
.ghn-btn--phonehead {
	background: var(--gold); color: var(--green-deep);
	border: 2px solid var(--green); font-weight: 800;
	padding: 12px 22px; font-size: 1.05rem; white-space: nowrap;
}
.ghn-btn--phonehead:hover { background: var(--gold-dark); color: #fff; border-color: var(--gold-dark); }

/* ============ Header ============ */
.ghn-header {
	position: sticky; top: 0; z-index: 100;
	background: #fff; border-bottom: 1px solid var(--line);
	box-shadow: 0 2px 14px rgba(13,36,21,.06);
}
.ghn-header-inner { display: flex; align-items: center; gap: 26px; min-height: 78px; }
.ghn-logo img { display: block; width: 246px; height: auto; }
.ghn-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.ghn-nav > a, .ghn-nav-drop > a {
	color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem;
	padding: 6px 2px; border-bottom: 2px solid transparent; white-space: nowrap;
}
.ghn-nav > a:hover, .ghn-nav-drop > a:hover { color: var(--green); border-bottom-color: var(--gold); }
.ghn-nav-drop { position: relative; }
.ghn-drop-menu {
	position: absolute; top: 100%; left: -10px; min-width: 240px;
	background: #fff; border: 1px solid var(--line); border-radius: 12px;
	box-shadow: var(--shadow); padding: 8px;
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: all .18s ease;
}
.ghn-nav-drop:hover .ghn-drop-menu, .ghn-nav-drop:focus-within .ghn-drop-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ghn-drop-menu a { display: block; padding: 10px 14px; border-radius: 8px; color: var(--ink); text-decoration: none; font-weight: 500; }
.ghn-drop-menu a:hover { background: var(--paper-soft); color: var(--green); }
.ghn-nav-ctas { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.ghn-nav-ctas .ghn-btn { padding: 10px 16px; font-size: .9rem; white-space: nowrap; }
.ghn-nav-toggle, .ghn-burger { display: none; }

/* ============ Hero ============ */
.ghn-hero {
	background:
		radial-gradient(1100px 520px at 85% -10%, rgba(232,169,33,.25), transparent 60%),
		linear-gradient(155deg, var(--green-deep) 0%, var(--green) 62%, #3A9160 100%);
	color: #fff;
	padding: 70px 0 118px; /* extra bottom room for the floating trust bar */
	position: relative;
	overflow: hidden;
	border-radius: 0 0 var(--curve) var(--curve);
}
.ghn-hero::after {
	content: ""; position: absolute; inset: auto -80px -140px auto;
	width: 520px; height: 520px; border-radius: 50%;
	background: radial-gradient(circle, rgba(232,169,33,.16), transparent 65%);
}
/* Logo watermark behind the hero text */
.ghn-hero-mark {
	position: absolute; left: -40px; top: 50%;
	transform: translateY(-52%) rotate(-4deg);
	width: min(760px, 72vw); opacity: .07;
	pointer-events: none; user-select: none; z-index: 0;
}
.ghn-hero-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.ghn-kicker {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 600; font-size: .92rem; letter-spacing: .02em;
	color: var(--gold); margin: 0 0 14px;
}
.ghn-hero h1 { color: #fff; margin-bottom: 16px; }
.ghn-hero h1 span { color: var(--gold); }
.ghn-hero-sub { font-size: 1.15rem; color: #DCE7DE; max-width: 560px; margin: 0 0 26px; }
.ghn-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.ghn-hero-hours { color: #B9CCBE; font-size: .95rem; margin: 0; }
.ghn-hero-card {
	background: rgba(18, 48, 31, .78);
	border: 1px solid rgba(232,169,33,.38);
	backdrop-filter: blur(8px);
	border-radius: var(--radius);
	padding: 28px 26px;
	box-shadow: var(--shadow);
}
.ghn-hero-card h2 { color: #fff; font-size: 1.45rem; margin-bottom: 2px; }
.ghn-hero-card-sub { color: var(--gold); font-weight: 600; font-style: italic; margin: 0 0 16px; font-size: .95rem; }

/* ============ Forms ============ */
.ghn-form { display: grid; gap: 12px; }
.ghn-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ghn-form input, .ghn-form select, .ghn-form textarea {
	width: 100%; padding: 12px 14px; border-radius: 9px;
	border: 1px solid rgba(255,255,255,.25);
	background: rgba(255,255,255,.08); color: #fff;
	font-family: var(--font); font-size: .98rem;
}
.ghn-form ::placeholder { color: #A9BCAF; }
.ghn-form select { appearance: none; }
.ghn-form select:invalid { color: #A9BCAF; }
.ghn-form option { color: var(--ink); }
.ghn-form input:focus, .ghn-form select:focus, .ghn-form textarea:focus {
	outline: 2px solid var(--gold); border-color: var(--gold);
}
.ghn-form-note { font-size: .85rem; color: #A9BCAF; margin: 2px 0 0; }
.ghn-form-note a { color: var(--gold); font-weight: 600; }
.ghn-hp { position: absolute !important; left: -9999px !important; height: 1px; width: 1px; opacity: 0; }
/* Dark sidebar/contact form cards (specificity beats .ghn-side-card) */
.ghn-side-card.ghn-side-card--form { background: var(--green-deep); color: #fff; border-color: var(--green-deep); }
.ghn-side-card.ghn-side-card--form h3 { color: #fff; }

/* ============ Hero photo-quote steps card ============ */
.ghn-steps-list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 14px; counter-reset: ghnstep; }
.ghn-steps-list li { display: flex; gap: 14px; align-items: flex-start; }
.ghn-steps-ic {
	flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px;
	background: rgba(232,169,33,.16); border: 1px solid rgba(232,169,33,.45);
	color: var(--gold); display: inline-flex; align-items: center; justify-content: center;
}
.ghn-steps-ic .ghn-ic { width: 22px; height: 22px; vertical-align: 0; }
.ghn-steps-list strong { display: block; color: #fff; font-size: 1rem; }
.ghn-steps-list li > div > span { color: #C7D6CB; font-size: .9rem; line-height: 1.45; display: block; }

/* ============ More-services compact cards ============ */
.ghn-more-services { padding: 10px 0 44px; }
.ghn-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.ghn-more-card {
	display: flex; flex-direction: column; gap: 10px;
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	padding: 26px; text-decoration: none; color: var(--ink);
	box-shadow: var(--shadow-soft);
	transition: transform .15s, box-shadow .15s, border-color .15s;
}
.ghn-more-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--gold); color: var(--ink); }
.ghn-more-ic {
	width: 52px; height: 52px; border-radius: 14px;
	background: var(--green-tint); color: var(--green);
	display: inline-flex; align-items: center; justify-content: center;
}
.ghn-more-ic .ghn-ic { width: 26px; height: 26px; vertical-align: 0; }
.ghn-more-card h3 { margin: 4px 0 0; }
.ghn-more-card p { margin: 0; color: var(--muted); font-size: .95rem; flex: 1; }
.ghn-more-link { color: var(--gold-dark); font-weight: 700; font-size: .95rem; }

/* ============ FAQ page: topic nav + group titles ============ */
.ghn-faq-toc { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
.ghn-faq-toc a {
	text-decoration: none; font-weight: 600; font-size: .9rem;
	background: var(--green-tint); color: var(--green);
	border-radius: 999px; padding: 8px 16px;
	transition: background .15s, color .15s;
}
.ghn-faq-toc a:hover { background: var(--green); color: #fff; }
.ghn-faq-group-title { margin-top: 44px; scroll-margin-top: 110px; }

/* ============ Trust badges — floating card over hero edge ============ */
.ghn-badges { background: transparent; padding: 0; margin-top: -58px; position: relative; z-index: 5; }
.ghn-badges-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
	background: #fff; border: 1px solid var(--line); border-radius: 18px;
	box-shadow: var(--shadow); padding: 22px 26px;
}
.ghn-badge { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 600; font-size: .95rem; justify-content: center; }
.ghn-badge-ic {
	flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px;
	background: var(--green-tint); color: var(--green);
	display: inline-flex; align-items: center; justify-content: center;
}
.ghn-badge-ic .ghn-ic { width: 24px; height: 24px; vertical-align: 0; }

/* ============ Intro ============ */
.ghn-intro { padding: 64px 0 8px; }

/* ============ Services rows ============ */
.ghn-services { padding: 56px 0 30px; }
.ghn-srow {
	display: grid; grid-template-columns: 1fr 1fr; gap: 46px;
	align-items: center; padding: 34px 0;
}
.ghn-srow--rev .ghn-art { order: 2; }
.ghn-srow-copy h3 { font-size: 1.7rem; }
.ghn-srow-copy .ghn-lead { color: var(--green); }

/* Real photos */
.ghn-photo {
	margin: 0; border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow); position: relative;
}
.ghn-photo img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.ghn-photo::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(200deg, rgba(232,169,33,.10), transparent 45%);
	pointer-events: none;
}

/* Decorative art panels (photo placeholders) */
.ghn-art {
	position: relative; border-radius: var(--radius); overflow: hidden;
	min-height: 300px; display: flex; align-items: flex-end;
	box-shadow: var(--shadow);
}
.ghn-art img { position: absolute; inset: 0; margin: auto; width: 55%; opacity: .92; filter: drop-shadow(0 12px 24px rgba(0,0,0,.25)); }
.ghn-art span {
	position: relative; z-index: 1; width: 100%;
	padding: 14px 18px; font-weight: 600; color: #fff; font-size: .95rem;
	background: linear-gradient(transparent, rgba(13,36,21,.72));
}
.ghn-art--a { background: linear-gradient(145deg, #3E9165, var(--green)); }
.ghn-art--b { background: linear-gradient(145deg, #F0BC49, var(--gold-dark)); }
.ghn-art--c { background: linear-gradient(145deg, #7FA98E, #4E7A60); }
.ghn-art--d { background: linear-gradient(145deg, #58A379, var(--green-deep)); }

/* ============ Process — slanted transition band ============ */
.ghn-process {
	background:
		radial-gradient(900px 420px at 12% 0%, rgba(232,169,33,.14), transparent 55%),
		linear-gradient(150deg, var(--green-deep), var(--green) 85%);
	color: #fff;
	padding: calc(64px + 3.2vw) 0 calc(64px + 3.2vw);
	clip-path: polygon(0 3vw, 100% 0, 100% calc(100% - 3vw), 0 100%);
	margin: 26px 0;
}
.ghn-h2-ondark { color: #fff; text-align: center; margin-bottom: 44px; }
.ghn-h2-ondark span { color: var(--gold); }
.ghn-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.ghn-step { text-align: center; position: relative; }
.ghn-step-ic {
	width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%;
	background: rgba(255,255,255,.10);
	border: 2px solid var(--gold);
	color: var(--gold);
	display: flex; align-items: center; justify-content: center;
	position: relative;
}
.ghn-step-ic .ghn-ic { width: 34px; height: 34px; vertical-align: 0; }
.ghn-step-n {
	position: absolute; top: -8px; right: -8px;
	background: var(--gold); color: var(--ink); font-size: .78rem; font-weight: 700;
	border-radius: 999px; padding: 3px 8px;
}
.ghn-step h3 { color: var(--gold); font-size: 1.12rem; }
.ghn-step p { color: #E4EFE7; font-size: .95rem; margin: 0; }

/* ============ Who we serve ============ */
.ghn-who { padding: 70px 0; }
.ghn-who-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: start; }
.ghn-who-copy h2 { margin-bottom: 8px; }
.ghn-checklist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.ghn-checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.ghn-checklist .ghn-ic { color: var(--gold-dark); flex: 0 0 auto; margin-top: 3px; }
.ghn-checklist--2col { grid-template-columns: 1fr 1fr; }
.ghn-who-art { display: grid; gap: 20px; }
.ghn-who-art .ghn-art { min-height: 210px; }

/* ============ Light band / reviews ============ */
.ghn-band-light {
	background: var(--paper-soft); padding: 64px 0;
	border-radius: var(--curve);
	max-width: calc(100% - 36px); margin: 14px auto;
}
/* Soft tinted service-area band on the homepage */
.ghn-areas-home {
	background: var(--green-tint); padding: 64px 0;
	border-radius: var(--curve);
	max-width: calc(100% - 36px); margin: 14px auto;
}
.ghn-areas-home .ghn-city-card { border-color: transparent; box-shadow: var(--shadow-soft); }
.ghn-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.ghn-review {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	padding: 24px; margin: 0; box-shadow: 0 4px 16px rgba(13,36,21,.05);
	display: flex; flex-direction: column; gap: 12px;
}
.ghn-stars { color: var(--gold); }
.ghn-stars .ghn-ic { width: 18px; height: 18px; }
.ghn-review blockquote { margin: 0; font-size: .98rem; flex: 1; }
.ghn-review figcaption { font-weight: 700; }
.ghn-review figcaption span { font-weight: 500; color: #6b6f6a; }
.ghn-center-note { text-align: center; color: #6b6f6a; margin-top: 26px; }

/* ============ FAQs ============ */
.ghn-faqs { display: grid; gap: 12px; margin-top: 24px; }
.ghn-faq {
	background: #fff; border: 1px solid var(--line); border-radius: 12px;
	padding: 0 20px; box-shadow: 0 3px 10px rgba(13,36,21,.04);
}
.ghn-faq summary {
	list-style: none; cursor: pointer; font-weight: 600; padding: 17px 0;
	display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.ghn-faq summary::-webkit-details-marker { display: none; }
.ghn-faq summary .ghn-ic { color: var(--gold-dark); transition: transform .2s; flex: 0 0 auto; }
.ghn-faq[open] summary .ghn-ic { transform: rotate(180deg); }
.ghn-faq-a { padding: 0 0 18px; color: #333; }
.ghn-faq-a p { margin: 0; }

/* ============ CTA band — card straddles the footer boundary ============ */
.ghn-cta {
	padding: 46px 0 0; position: relative; z-index: 6;
	background: linear-gradient(to bottom, transparent 52%, var(--green-ink) 52%);
}
.ghn-cta-inner {
	background: linear-gradient(140deg, #F3B93B, var(--gold) 55%, #D69A15);
	border-radius: 24px; text-align: center;
	padding: 54px 36px; box-shadow: var(--shadow);
}
.ghn-cta-inner h2 { color: var(--ink); font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.ghn-cta-inner p { max-width: 720px; margin: 0 auto 26px; font-weight: 500; color: #2b2410; }
.ghn-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ Page hero (interior) ============ */
.ghn-pagehero {
	background:
		radial-gradient(900px 380px at 90% -20%, rgba(232,169,33,.22), transparent 60%),
		linear-gradient(155deg, var(--green-deep), var(--green) 80%);
	color: #fff; padding: 54px 0 58px;
	border-radius: 0 0 var(--curve) var(--curve);
}
.ghn-pagehero h1 { color: #fff; margin: 0; }
.ghn-pagehero h1 span { color: var(--gold); }
.ghn-pagehero-sub { color: #DCE7DE; font-size: 1.12rem; margin: 12px 0 0; max-width: 640px; }
.ghn-crumbs { font-size: .88rem; color: #A9BCAF; margin-bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.ghn-crumbs a { color: #DCE7DE; text-decoration: none; }
.ghn-crumbs a:hover { color: var(--gold); }
.ghn-crumb-cur { color: var(--gold); }

/* ============ Prose sections & sidebars ============ */
.ghn-prose-sec { padding: 60px 0; }
.ghn-prose-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 48px; align-items: start; }
.ghn-prose h2 { margin-top: 34px; }
.ghn-prose h2:first-child { margin-top: 0; }
.ghn-side { display: grid; gap: 22px; position: sticky; top: 100px; }
.ghn-side-card {
	background: var(--paper-soft); border: 1px solid var(--line);
	border-radius: var(--radius); padding: 24px;
}
.ghn-side-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ghn-side-links a { text-decoration: none; font-weight: 500; }
.ghn-zip-note { margin-top: 28px; color: #56605a; font-size: .95rem; }
.ghn-center-lead { text-align: center; max-width: 800px; margin: 0 auto 34px; }

/* ============ Cities grid ============ */
.ghn-cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin-top: 8px; }
.ghn-city-card {
	display: flex; gap: 12px; align-items: flex-start;
	background: #fff; border: 1px solid var(--line); border-radius: 12px;
	padding: 16px; text-decoration: none; color: var(--ink);
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.ghn-city-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow); color: var(--ink); }
.ghn-city-card--static { cursor: default; }
.ghn-city-card--static:hover { border-color: var(--line); transform: none; box-shadow: none; }
.ghn-city-card .ghn-ic { color: var(--gold-dark); flex: 0 0 auto; margin-top: 2px; }
.ghn-city-card strong { display: block; }
.ghn-city-card span { font-size: .85rem; color: #6b6f6a; }

/* ============ Contact ============ */
.ghn-contact-grid { display: grid; grid-template-columns: 1.2fr .9fr; gap: 46px; align-items: start; }
.ghn-contact-phone {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 1.6rem; font-weight: 800; color: var(--green); text-decoration: none;
	margin: 8px 0 18px;
}
.ghn-contact-phone:hover { color: var(--gold-dark); }
.ghn-contact-list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 12px; }
.ghn-contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.ghn-contact-list .ghn-ic { color: var(--gold-dark); flex: 0 0 auto; margin-top: 4px; }

/* ============ Thanks / 404 ============ */
.ghn-thanks { padding: 90px 0; }
.ghn-thanks-ic {
	width: 84px; height: 84px; margin: 0 auto 22px; border-radius: 50%;
	background: var(--green); color: var(--gold);
	display: flex; align-items: center; justify-content: center;
}
.ghn-thanks-ic .ghn-ic { width: 40px; height: 40px; vertical-align: 0; }

/* ============ Footer ============ */
.ghn-footer { background: var(--green-ink); color: #C9D6CC; }
.ghn-footer a { color: #E6EEE8; text-decoration: none; }
.ghn-footer a:hover { color: var(--gold); }
.ghn-footer-grid {
	display: grid; grid-template-columns: 1.4fr .8fr .8fr .9fr;
	gap: 40px; padding: 64px 22px 42px;
}
.ghn-footer h3 {
	color: #fff; font-size: 1.05rem; margin-bottom: 16px;
	padding-bottom: 10px; border-bottom: 2px solid var(--gold); display: inline-block;
}
.ghn-footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.ghn-footer-item { color: #C9D6CC; }
.ghn-footer-col p { margin: 0 0 10px; }
.ghn-footer-brand img { width: 225px; margin-bottom: 18px; }
.ghn-footer-tag { font-size: .97rem; line-height: 1.7; max-width: 300px; }
.ghn-footer-alllink { font-weight: 600; color: var(--gold) !important; }
.ghn-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; font-size: .88rem; }
.ghn-footer-bottom p { margin: 0; }

/* ============ Mobile call bar ============ */
.ghn-mobile-call {
	display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
	background: var(--gold); color: var(--ink);
	font-weight: 800; text-decoration: none; text-align: center;
	padding: 15px 10px; gap: 10px;
	box-shadow: 0 -6px 18px rgba(0,0,0,.18);
}

/* ============ Responsive ============ */
@media (max-width: 1020px) {
	.ghn-hero-grid, .ghn-prose-grid, .ghn-contact-grid, .ghn-who-grid { grid-template-columns: 1fr; }
	.ghn-side { position: static; }
	.ghn-process-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
	.ghn-badges-grid { grid-template-columns: 1fr 1fr; }
	.ghn-reviews-grid { grid-template-columns: 1fr; }
	.ghn-more-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
	.ghn-srow { grid-template-columns: 1fr; gap: 24px; }
	.ghn-srow--rev .ghn-art { order: 0; }
	.ghn-nav {
		position: fixed; inset: 78px 0 0 0; background: #fff;
		flex-direction: column; align-items: stretch; gap: 0;
		padding: 18px 24px; overflow-y: auto;
		transform: translateX(100%); transition: transform .25s ease;
	}
	.ghn-nav > a, .ghn-nav-drop > a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
	.ghn-drop-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; }
	.ghn-nav-ctas { flex-direction: column; align-items: stretch; margin: 18px 0 0; }
	.ghn-nav-toggle:checked ~ .ghn-nav { transform: translateX(0); }
	.ghn-burger {
		display: flex; flex-direction: column; gap: 5px; margin-left: auto;
		cursor: pointer; padding: 10px;
	}
	.ghn-burger span { width: 26px; height: 3px; background: var(--ink); border-radius: 2px; transition: all .2s; }
	.ghn-nav-toggle:checked ~ .ghn-burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.ghn-nav-toggle:checked ~ .ghn-burger span:nth-child(2) { opacity: 0; }
	.ghn-nav-toggle:checked ~ .ghn-burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.ghn-mobile-call { display: flex; align-items: center; justify-content: center; }
	body { padding-bottom: 54px; }
}
@media (max-width: 640px) {
	.ghn-process-grid, .ghn-badges-grid, .ghn-checklist--2col, .ghn-form-row { grid-template-columns: 1fr; }
	.ghn-more-grid { grid-template-columns: 1fr; }
	.ghn-logo img { width: 186px; }
	.ghn-hero-mark { display: none; }
	.ghn-hero { padding: 46px 0 54px; }
	.ghn-cta-inner { padding: 38px 22px; }
	.ghn-footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
