/*
Theme Name: Neve GeoHSS
Template: neve
Description: GeoHSS custom design system built on Neve. Modern navy/safety-orange visual identity, refined typography, spacing and components. No template overrides -- all changes are visual/CSS + content-preserving block markup, so URLs, permalinks and SEO markup are untouched.
Version: 1.0.0
Text Domain: neve-geohss
*/

:root {
	--geohss-radius: 14px;
	--geohss-radius-sm: 8px;
	--geohss-shadow: 0 1px 2px rgba(11, 31, 77, 0.06), 0 8px 24px -8px rgba(11, 31, 77, 0.12);
	--geohss-shadow-lg: 0 4px 8px rgba(11, 31, 77, 0.06), 0 24px 48px -16px rgba(11, 31, 77, 0.18);
	--geohss-transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
	--geohss-border: 1px solid rgba(11, 31, 77, 0.08);
	--geohss-max-content: 1200px;
}

/* ---------- Typography ---------- */
body,
button,
input,
select,
textarea {
	font-family: "Noto Sans Georgian", "Noto Sans", var(--nv-fallback-ff, Arial, Helvetica, sans-serif);
	letter-spacing: 0;
}

h5, h6 {
	font-family: "Noto Sans Georgian", "Noto Sans", var(--nv-fallback-ff, Arial, Helvetica, sans-serif);
	font-weight: 700;
	letter-spacing: -0.01em;
}
h1, h2, h3, h4,
.entry-title, .blog-entry-title, .nv-title-meta-wrap h1 {
	font-family: "Noto Serif Georgian", "Noto Sans Georgian", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
}

p, li {
	color: var(--nv-text-color);
}

::selection {
	background: var(--nv-secondary-accent);
	color: #fff;
}

/* ---------- Focus visibility (accessibility, not a template change) ---------- */
a:focus-visible,
button:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 2px solid var(--nv-secondary-accent);
	outline-offset: 2px;
}

/* ---------- Header ---------- */
.header {
	transition: box-shadow var(--geohss-transition);
}
.header-bottom,
.header-main {
	box-shadow: 0 1px 0 rgba(11, 31, 77, 0.06);
}
.builder-item--logo img {
	transition: opacity var(--geohss-transition);
}
.builder-item--primary-menu {
	--fontsize: 13.5px !important;
	--spacing: 22px !important;
	--letterspacing: 0.03em !important;
}
.builder-item--primary-menu a {
	position: relative;
}
.builder-item--primary-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -4px;
	height: 2px;
	background: var(--nv-secondary-accent);
	transition: right var(--geohss-transition);
}
.builder-item--primary-menu a:hover::after,
.builder-item--primary-menu .current-menu-item > a::after {
	right: 0;
}

/* ---------- Buttons ---------- */
.wp-block-button__link,
.wp-element-button {
	border-radius: var(--geohss-radius-sm) !important;
	font-weight: 600;
	letter-spacing: 0.01em;
	transition: transform var(--geohss-transition), box-shadow var(--geohss-transition), background-color var(--geohss-transition);
	box-shadow: var(--geohss-shadow);
}
/* Neve's default --primarybtncolor (#010101) is unreadable against our navy
   primary accent; force white text on filled primary buttons everywhere. */
.wp-block-button.is-style-primary .wp-block-button__link,
.is-style-primary .wp-block-button__link {
	color: #fff !important;
}
/* Neve's button size (20px text, generous padding) suits a hero CTA but is
   oversized for an inline "read more" link inside a card. */
.wp-block-button__link {
	font-size: 14px !important;
	padding: 10px 20px !important;
}
.geohss-hero .wp-block-button__link,
.geohss-cta-band .wp-block-button__link {
	font-size: 15px !important;
	padding: 13px 28px !important;
}
.wp-block-button.is-style-primary .wp-block-button__link:hover,
.is-style-primary .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: var(--geohss-shadow-lg);
}
.wp-block-button.is-style-secondary .wp-block-button__link,
.is-style-secondary .wp-block-button__link {
	border-radius: var(--geohss-radius-sm) !important;
	border-width: 2px;
}

/* ---------- Homepage: service section cards ---------- */
.geohss-section {
	padding: 80px 0;
}
/* Two stacked sections each carrying their own padding doubles the visual
   gap at the seam; let the first section's bottom padding do the work. */
.geohss-section + .geohss-section {
	padding-top: 0;
}
.geohss-section--tint {
	background: var(--nv-light-bg);
}
.geohss-section--dark {
	background: var(--nv-dark-bg);
	color: #fff;
}
.geohss-section--dark .geohss-service h2 {
	color: #fff;
}
.geohss-section--dark p,
.geohss-section--dark li {
	color: rgba(255, 255, 255, 0.82);
}
.geohss-section--dark .geohss-service__eyebrow {
	color: #ffb648;
}
/* Primary buttons are navy-on-navy inside a dark section (same color as the
   section background) -- use the orange accent instead so CTAs stay visible. */
.geohss-section--dark .is-style-primary .wp-block-button__link {
	background: var(--nv-secondary-accent) !important;
	color: #1e2a3a !important;
}
.geohss-section--dark .is-style-primary .wp-block-button__link:hover {
	background: #ffb648 !important;
}
.geohss-container {
	max-width: var(--geohss-max-content);
	margin: 0 auto;
	padding: 0 24px;
}
.geohss-service {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.geohss-service > .wp-block-group__inner-container {
	display: contents;
}
.geohss-service--reverse .geohss-service__media {
	order: 2;
}
.geohss-service__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--geohss-radius);
	box-shadow: var(--geohss-shadow-lg);
	display: block;
}
.geohss-service__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nv-secondary-accent);
	margin-bottom: 12px;
}
.geohss-service__eyebrow::before {
	content: "";
	width: 24px;
	height: 2px;
	background: var(--nv-secondary-accent);
	display: inline-block;
}
.geohss-service h2 {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.25;
	margin: 0 0 16px;
	color: var(--nv-primary-accent);
}
.geohss-service p {
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 24px;
}

/* ---------- Homepage: service cards grid (replaces alternating bands) ---------- */
.geohss-service-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
.geohss-service-card {
	background: #fff;
	border-radius: var(--geohss-radius);
	box-shadow: var(--geohss-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform var(--geohss-transition), box-shadow var(--geohss-transition);
}
.geohss-service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--geohss-shadow-lg);
}
.geohss-service-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.geohss-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 400ms ease;
}
.geohss-service-card:hover .geohss-service-card__media img {
	transform: scale(1.05);
}
.geohss-service-card__body {
	padding: 26px 28px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.geohss-service-card h3 {
	color: var(--nv-primary-accent);
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 10px;
}
.geohss-service-card p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px;
	flex: 1;
}
.geohss-service-card .wp-block-buttons {
	margin-top: auto;
}
@media (max-width: 767px) {
	.geohss-service-cards { grid-template-columns: 1fr; }
}

/* ---------- Hero ---------- */
.geohss-hero.wp-block-cover {
	min-height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.geohss-hero .wp-block-cover__inner-container {
	width: 100%;
}
.geohss-hero__eyebrow {
	color: #ffb648;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 18px;
}
.geohss-hero h1 {
	color: #fff;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.15;
	max-width: 820px;
	margin: 0 auto 20px;
}
.geohss-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	max-width: 620px;
	margin: 0 auto 36px;
}
.geohss-hero .wp-block-buttons {
	justify-content: center;
}
.geohss-hero .is-style-secondary .wp-block-button__link {
	color: #fff !important;
	border-color: #fff !important;
	background: transparent !important;
}
.geohss-hero .is-style-secondary .wp-block-button__link:hover {
	background: #fff !important;
	color: var(--nv-primary-accent) !important;
}

@media (max-width: 767px) {
	.geohss-section { padding: 56px 0; }
	.geohss-service { grid-template-columns: 1fr; gap: 28px; }
	.geohss-service--reverse .geohss-service__media { order: 0; }
	.geohss-hero.wp-block-cover { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition-duration: 0.001ms !important;
	}
}

/* =====================================================================
   Interior-page banner (Neve's own page-title bar: breadcrumb + <h1>).
   Standardises every non-front page around one real, unedited H1 instead
   of the previous mix of missing / duplicated / auto-generated titles.
   ===================================================================== */
.nv-page-title-wrap {
	background: linear-gradient(135deg, var(--nv-primary-accent) 0%, #12336b 100%) !important;
	padding: 56px 0 !important;
	text-align: center !important;
}
/* Single-post banner (.nv-post-cover): when a post has no featured image,
   its ~50%-opacity tint overlay was sitting directly on the white page
   background, producing a washed-out lavender-gray instead of navy. Give
   it the same solid banner as pages -- a real photo (if present) simply
   paints over this and looks unchanged. */
.nv-post-cover {
	background: linear-gradient(135deg, var(--nv-primary-accent) 0%, #12336b 100%) !important;
}
.nv-page-title-wrap .nv-page-title {
	text-align: center !important;
}
.nv-page-title-wrap .entry-title,
.nv-page-title-wrap h1 {
	color: #fff !important;
	font-size: clamp(28px, 4vw, 42px);
	margin: 10px 0 0;
}
/* Same banner look for pages that embed their own <h1> in content instead
   of using Neve's title bar (kept that way to avoid a duplicate H1). */
.geohss-page-banner {
	background: linear-gradient(135deg, var(--nv-primary-accent) 0%, #12336b 100%);
	padding: 56px 24px;
	margin: 0 0 0;
	text-align: center;
}
.geohss-page-banner .geohss-breadcrumb {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	margin: 0 0 10px;
}
.geohss-page-banner .geohss-breadcrumb a {
	color: rgba(255, 255, 255, 0.72);
}
.geohss-page-banner .geohss-breadcrumb a:hover {
	color: #fff;
}
.geohss-page-banner h1 {
	color: #fff !important;
	font-size: clamp(28px, 4vw, 42px);
	margin: 0;
}
.nv-page-title-wrap .nv--yoast-breadcrumb {
	display: block !important;
	margin-bottom: 6px;
}
.nv--yoast-breadcrumb,
.nv--yoast-breadcrumb a,
.nv--yoast-breadcrumb .breadcrumb_last {
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 14px;
}
.nv--yoast-breadcrumb a:hover {
	color: #fff !important;
}

/* =====================================================================
   Readable article typography -- applies to every page/post body without
   touching content, so all pages/posts benefit immediately.
   ===================================================================== */
.entry-content {
	font-size: 17px;
	line-height: 1.75;
}
.entry-content h2 {
	color: var(--nv-primary-accent);
	margin-top: 2.2em;
	margin-bottom: 0.6em;
}
.entry-content h3 {
	color: var(--nv-primary-accent);
	margin-top: 1.8em;
	margin-bottom: 0.5em;
}
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > h2,
.entry-content > h3,
.entry-content > blockquote {
	max-width: 800px;
}
.entry-content blockquote {
	border-left: 4px solid var(--nv-secondary-accent);
	padding: 4px 0 4px 24px;
	font-style: italic;
	color: var(--nv-text-color);
}
.entry-content table {
	border-collapse: collapse;
	width: 100%;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid rgba(11, 31, 77, 0.12);
	padding: 10px 14px;
}
.entry-content table th {
	background: var(--nv-light-bg);
}
/* legacy inline font-size overrides from the old editor -- normalise back
   to the type scale so copy is consistent site-wide */
.entry-content span[style*="font-size"] {
	font-size: 17px !important;
}

/* Checklist look for plain <ul> content lists (replaces bare bullets) */
.entry-content ul:not(.wp-block-social-links):not(.wp-block-gallery) {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 14px;
}
.entry-content ul:not(.wp-block-social-links):not(.wp-block-gallery) li {
	position: relative;
	padding-left: 34px;
}
.entry-content ul:not(.wp-block-social-links):not(.wp-block-gallery) li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--nv-secondary-accent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12 9 17 20 6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

/* Plain inline text links in body copy (e.g. cross-links to other service
   pages) had no theme styling and fell back to the browser default blue/
   underline, clashing with surrounding navy text -- brand them instead. */
.entry-content a:not(.btn-link):not(.wp-block-button__link):not(.wp-element-button) {
	color: var(--nv-primary-accent);
	text-decoration: underline;
	text-decoration-color: rgba(11, 31, 77, 0.35);
	text-underline-offset: 2px;
	transition: color var(--geohss-transition), text-decoration-color var(--geohss-transition);
}
.entry-content a:not(.btn-link):not(.wp-block-button__link):not(.wp-element-button):hover {
	color: var(--nv-secondary-accent);
	text-decoration-color: currentColor;
}

/* Plain-text CTA links some pages use (e.g. tel: links) styled as buttons */
.entry-content a.btn-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--nv-primary-accent);
	color: #fff !important;
	padding: 12px 24px;
	border-radius: var(--geohss-radius-sm);
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: var(--geohss-shadow);
	transition: transform var(--geohss-transition), box-shadow var(--geohss-transition), background-color var(--geohss-transition);
}
.entry-content a.btn-link:hover {
	transform: translateY(-2px);
	box-shadow: var(--geohss-shadow-lg);
	background: var(--nv-secondary-accent);
	color: #1e2a3a !important;
}

/* =====================================================================
   Blog / archive listing cards
   ===================================================================== */
.posts-wrapper {
	gap: 28px;
	margin-top: 48px;
}
.nv-index-posts article {
	width: calc(50% - 14px) !important;
	background: #fff;
	border-radius: var(--geohss-radius);
	box-shadow: var(--geohss-shadow);
	overflow: hidden;
	margin: 0 !important;
	transition: transform var(--geohss-transition), box-shadow var(--geohss-transition);
}
@media (max-width: 767px) {
	.nv-index-posts article {
		width: 100% !important;
	}
}
.nv-index-posts article:hover {
	transform: translateY(-4px);
	box-shadow: var(--geohss-shadow-lg);
}
.nv-index-posts .article-content-col {
	padding: 28px;
}
.nv-index-posts .nv-meta-list {
	display: none;
}
.blog-entry-title,
.blog-entry-title a {
	color: var(--nv-primary-accent) !important;
	font-size: 21px !important;
	line-height: 1.35;
}
.nv-index-posts article {
	display: flex;
	flex-direction: column;
}
.nv-index-posts .article-content-col {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.excerpt-wrap p {
	color: var(--nv-text-color);
	font-size: 15px;
	line-height: 1.65;
	margin: 12px 0 0;
	min-height: calc(1.65em * 4);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.excerpt-wrap a {
	color: var(--nv-secondary-accent);
	font-weight: 700;
	text-decoration: none;
}
.excerpt-wrap a:hover {
	text-decoration: underline;
}

/* =====================================================================
   Contact info cards
   ===================================================================== */
.geohss-contact-card {
	background: #fff;
	border-radius: var(--geohss-radius);
	box-shadow: var(--geohss-shadow);
	padding: 40px 24px;
	text-align: center;
	transition: transform var(--geohss-transition), box-shadow var(--geohss-transition);
}
.geohss-contact-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--geohss-shadow-lg);
}
.geohss-contact-card > img {
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
}
.geohss-contact-card .wp-block-image {
	margin: -40px -24px 20px;
}
.geohss-contact-card .wp-block-image img {
	width: 100%;
	height: auto;
	border-radius: var(--geohss-radius) var(--geohss-radius) 0 0;
	display: block;
}
.geohss-contact-card h3 {
	color: var(--nv-primary-accent);
	margin: 0 0 8px;
}
.geohss-contact-card a {
	color: var(--nv-text-color);
	font-size: 17px;
	text-decoration: none;
}
.geohss-contact-card a:hover {
	color: var(--nv-secondary-accent);
}

/* =====================================================================
   Homepage: quick-links grid + closing CTA band
   ===================================================================== */
/* Neve core's ".entry-content h2 { margin-top: 2.2em }" outranks a single
   class selector, so this needs the extra specificity to actually win. */
.entry-content .geohss-quicklinks-heading {
	text-align: center;
	color: var(--nv-primary-accent);
	font-size: clamp(24px, 3vw, 34px);
	margin: 0 0 40px;
}
.geohss-quicklinks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.geohss-quicklink {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	background: #fff;
	border: var(--geohss-border);
	border-radius: var(--geohss-radius);
	box-shadow: var(--geohss-shadow);
	padding: 32px 18px;
	color: var(--nv-text-color);
	text-decoration: none !important;
	transition: transform var(--geohss-transition), box-shadow var(--geohss-transition), border-color var(--geohss-transition);
}
.geohss-quicklink:hover {
	transform: translateY(-4px);
	box-shadow: var(--geohss-shadow-lg);
	border-color: var(--nv-secondary-accent);
	color: var(--nv-primary-accent);
}
.geohss-quicklink svg {
	width: 30px;
	height: 30px;
	color: var(--nv-secondary-accent);
	flex-shrink: 0;
}
.geohss-quicklink span {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
}
@media (max-width: 900px) {
	.geohss-quicklinks { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.geohss-quicklinks { grid-template-columns: 1fr; }
}

.geohss-cta-band {
	background: linear-gradient(135deg, var(--nv-primary-accent) 0%, #12336b 100%);
	color: #fff;
	text-align: center;
	padding: 72px 24px;
	border-radius: var(--geohss-radius);
}
.geohss-cta-band h2 {
	color: #fff;
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 34px);
}
.geohss-cta-band p {
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 28px;
	font-size: 18px;
}
.geohss-cta-band .wp-block-buttons {
	justify-content: center;
}
.geohss-cta-band .is-style-primary .wp-block-button__link {
	background: var(--nv-secondary-accent) !important;
	color: #1e2a3a !important;
}
.geohss-cta-band .is-style-primary .wp-block-button__link:hover {
	background: #ffb648 !important;
}

/* =====================================================================
   404 page search form
   ===================================================================== */
.search-form {
	display: flex;
	gap: 10px;
	max-width: 420px;
	margin: 0 auto;
}
.search-form .search-field {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid rgba(11, 31, 77, 0.15);
	border-radius: var(--geohss-radius-sm);
	font-size: 15px;
	font-family: inherit;
}
.search-form .search-submit {
	background: var(--nv-primary-accent);
	color: #fff;
	border: none;
	padding: 12px 22px;
	border-radius: var(--geohss-radius-sm);
	font-weight: 600;
	cursor: pointer;
	transition: background-color var(--geohss-transition);
}
.search-form .search-submit:hover {
	background: var(--nv-secondary-accent);
	color: #1e2a3a;
}

/* Any short page (few lines of content, no form) hits Neve's sticky-footer
   min-height on <main> and is left with a large dead gap between its
   content and the footer below on taller viewports -- first found on the
   contact page, then again on the exam-tests page, so this is a general
   template issue rather than a one-off. Center the content in the space
   main already occupies instead of pinning it to the top; this has no
   effect on pages with enough content to fill the viewport on their own. */
main.neve-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Neve's own iframe embed wrapper (.nv-iframe-embed) already reserves the
   correct aspect-ratio height for the video on its own. Core's separate
   responsive-embed padding-hack on the OUTER wrapper was stacking a second,
   redundant block of the same height on top, doubling the reserved space
   and leaving a blank gap above every video thumbnail. Only neutralize the
   hack where Neve's own mechanism is present, so plain embeds elsewhere
   (without .nv-iframe-embed) keep working exactly as before. */
.wp-block-embed__wrapper:has(.nv-iframe-embed)::before {
	content: none !important;
	padding-top: 0 !important;
}

/* =====================================================================
   Real site footer (the theme's own footer only had a "Neve | Powered by
   WordPress" attribution line -- this adds actual business info).
   ===================================================================== */
.geohss-footer {
	background: var(--nv-dark-bg);
	color: rgba(255, 255, 255, 0.75);
	padding: 56px 24px 24px;
}
.geohss-footer__grid {
	max-width: var(--geohss-max-content);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.geohss-footer h3 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.geohss-footer__brand {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 8px;
}
.geohss-footer__tagline {
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
.geohss-footer__grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.geohss-footer__grid a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-size: 15px;
}
.geohss-footer__grid a:hover {
	color: var(--nv-secondary-accent);
}
.geohss-footer__bottom {
	max-width: var(--geohss-max-content);
	margin: 0 auto;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}
.geohss-footer__bottom a {
	color: rgba(255, 255, 255, 0.5);
}
.geohss-footer__bottom a:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.geohss-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.geohss-footer__bottom { flex-direction: column; }
}
/* Replaced by .geohss-footer below (real content instead of just a theme
   attribution line), so hide Neve's own empty footer row. */
#site-footer .footer-bottom {
	display: none !important;
}
