/* GeoGuide — main styles. Accent colours come from the site profile (--gg-accent). */
:root {
	--gg-accent: #0b6ea8;
	--gg-accent-dark: #07507a;
	--gg-soft: #eef6fb;
	--gg-ink: #14212b;
	--gg-muted: #5a6b78;
	--gg-line: #dde6ec;
	--gg-bg: #ffffff;
	--gg-sand: #f7f4ee;
	--gg-radius: 14px;
	--gg-shadow: 0 1px 2px rgba(20, 33, 43, .06), 0 8px 24px rgba(20, 33, 43, .08);
	--gg-font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
	--gg-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--gg-wrap: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--gg-font); font-size: 17px; line-height: 1.65; color: var(--gg-ink); background: var(--gg-bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gg-accent); text-underline-offset: 3px; }
a:hover { color: var(--gg-accent-dark); }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.gg-skip { position: absolute; left: -9999px; top: 0; background: #fff; padding: 8px 12px; z-index: 1000; }
.gg-skip:focus { left: 8px; top: 8px; }
.gg-wrap { width: 100%; max-width: var(--gg-wrap); margin: 0 auto; padding: 0 20px; }
.gg-narrow { max-width: 780px; }
.gg-eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; color: var(--gg-accent); margin-bottom: .6em; }

/* Buttons */
.gg-btn { display: inline-flex; align-items: center; justify-content: center; gap: .4em; background: var(--gg-accent); color: #fff; font-weight: 650; text-decoration: none; border-radius: 999px; padding: .75em 1.35em; line-height: 1.1; border: 2px solid var(--gg-accent); transition: background .15s, transform .15s; }
.gg-btn:hover { background: var(--gg-accent-dark); border-color: var(--gg-accent-dark); color: #fff; transform: translateY(-1px); }
.gg-btn--sm { padding: .55em 1.1em; font-size: .92rem; }
.gg-btn--lg { padding: .95em 1.7em; font-size: 1.05rem; }
.gg-btn--ghost { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .85); color: #fff; }
.gg-btn--ghost:hover { background: #fff; color: var(--gg-ink); border-color: #fff; }
.gg-btn--light { background: #fff; color: var(--gg-accent-dark); border-color: #fff; }
.gg-btn--light:hover { background: var(--gg-soft); color: var(--gg-accent-dark); border-color: var(--gg-soft); }
.gg-btn-wrap { margin: 1.5em 0; }

/* Header */
.gg-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gg-line); }
.gg-header__in { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.gg-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--gg-ink); font-weight: 800; letter-spacing: -.01em; }
.gg-logo__mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--gg-accent); color: #fff; font-size: 1.1rem; }
.gg-logo__text { font-size: 1.08rem; }
.gg-logo__img { max-height: 44px; width: auto; }
.gg-nav { display: flex; align-items: center; gap: 22px; }
.gg-menu { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.gg-menu a { color: var(--gg-ink); text-decoration: none; font-weight: 550; font-size: .97rem; }
.gg-menu a:hover, .gg-menu .current-menu-item > a { color: var(--gg-accent); }
.gg-nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; position: relative; cursor: pointer; }
.gg-nav-toggle span:first-child, .gg-nav-toggle span:first-child::before, .gg-nav-toggle span:first-child::after { position: absolute; left: 11px; width: 22px; height: 2px; background: var(--gg-ink); content: ""; transition: transform .2s; }
.gg-nav-toggle span:first-child { top: 21px; }
.gg-nav-toggle span:first-child::before { top: -7px; left: 0; }
.gg-nav-toggle span:first-child::after { top: 7px; left: 0; }
.gg-nav-toggle[aria-expanded="true"] span:first-child { background: transparent; }
.gg-nav-toggle[aria-expanded="true"] span:first-child::before { transform: translateY(7px) rotate(45deg); }
.gg-nav-toggle[aria-expanded="true"] span:first-child::after { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.gg-hero { position: relative; color: #fff; min-height: min(82vh, 720px); display: flex; align-items: flex-end; padding: 120px 0 72px;
	background:
		linear-gradient(180deg, rgba(8, 20, 30, .10) 0%, rgba(8, 20, 30, .55) 70%, rgba(8, 20, 30, .75) 100%),
		radial-gradient(1200px 500px at 80% 10%, rgba(255, 255, 255, .18), transparent 60%),
		linear-gradient(135deg, var(--gg-accent) 0%, var(--gg-accent-dark) 100%);
}
.gg-hero--img { background:
		linear-gradient(180deg, rgba(8, 20, 30, .15) 0%, rgba(8, 20, 30, .45) 55%, rgba(8, 20, 30, .78) 100%),
		var(--gg-hero) center / cover no-repeat, var(--gg-accent-dark); }
.gg-hero__in { max-width: var(--gg-wrap); }
.gg-hero .gg-eyebrow { color: rgba(255, 255, 255, .88); }
.gg-hero__title { font-family: var(--gg-serif); font-weight: 600; font-size: clamp(2.3rem, 6vw, 4.3rem); max-width: 20ch; text-shadow: 0 2px 20px rgba(0, 0, 0, .25); margin-bottom: .35em; }
.gg-hero__sub { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 60ch; opacity: .95; }
.gg-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.6em 0 1.2em; }
.gg-hero__trust { font-size: .92rem; opacity: .85; margin: 0; }

/* Sections */
.gg-section { padding: 76px 0; }
.gg-section--soft { background: var(--gg-soft); }
.gg-section__head { max-width: 760px; margin-bottom: 34px; }
.gg-section__head p:last-child { color: var(--gg-muted); font-size: 1.07rem; }
.gg-section__head--row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.gg-link-more { font-weight: 650; text-decoration: none; white-space: nowrap; }

/* Why */
.gg-why { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: center; }
.gg-why__text p { color: #2c3b46; }
.gg-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; }
.gg-fact { background: var(--gg-sand); border-radius: var(--gg-radius); padding: 20px 20px 18px; }
.gg-fact dt { font-family: var(--gg-serif); font-size: 1.9rem; font-weight: 700; color: var(--gg-accent-dark); line-height: 1.1; }
.gg-fact dd { margin: .35em 0 0; color: var(--gg-muted); font-size: .93rem; line-height: 1.4; }

/* Widget */
.gg-widget { margin: 0; background: #fff; border-radius: var(--gg-radius); padding: 18px; box-shadow: var(--gg-shadow); }
.gg-widget [data-gyg-widget] { min-height: 220px; }
.gg-widget figcaption { font-size: .9rem; color: var(--gg-muted); margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--gg-line); }
.gg-widget figcaption a { font-weight: 650; }
.gg-content .gg-widget { margin: 1.8em 0; }

/* Cards */
.gg-grid { display: grid; gap: 24px; }
.gg-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gg-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gg-card { background: #fff; border-radius: var(--gg-radius); overflow: hidden; box-shadow: var(--gg-shadow); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.gg-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(20, 33, 43, .06), 0 16px 36px rgba(20, 33, 43, .12); }
.gg-card__media { display: block; }
.gg-card__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.gg-card__ph { position: relative; aspect-ratio: 16 / 10; display: flex; align-items: flex-end; padding: 18px; color: #fff; font-family: var(--gg-serif); font-size: 1.35rem; font-weight: 700; overflow: hidden;
	background: linear-gradient(135deg, var(--gg-accent) 0%, var(--gg-accent-dark) 100%); }
.gg-card__ph span { position: relative; z-index: 1; text-shadow: 0 1px 10px rgba(0, 0, 0, .2); }
.gg-card__ph svg { position: absolute; inset: auto 0 0 0; width: 100%; height: 55%; }
.gg-card__ph--1 { background: linear-gradient(135deg, var(--gg-accent-dark), #2b8a8a); }
.gg-card__ph--2 { background: linear-gradient(135deg, #3a6b4f, var(--gg-accent)); }
.gg-card__ph--3 { background: linear-gradient(135deg, #b0703c, var(--gg-accent-dark)); }
.gg-card--place .gg-card__ph { aspect-ratio: 16 / 7; }
.gg-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.gg-card__body p { color: #3c4b56; font-size: .98rem; }
.gg-card__kicker { font-size: .8rem !important; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--gg-accent) !important; margin-bottom: .4em; }
.gg-card__title { font-size: 1.18rem; }
.gg-card__title a { color: var(--gg-ink); text-decoration: none; }
.gg-card__title a:hover { color: var(--gg-accent); }
.gg-card__link { margin-top: auto; font-weight: 650; text-decoration: none; }
.gg-ticks { list-style: none; padding: 0; margin: 0 0 1em; font-size: .95rem; color: #3c4b56; }
.gg-ticks li { padding-left: 1.5em; position: relative; margin-bottom: .3em; }
.gg-ticks li::before { content: ""; position: absolute; left: 0; top: .5em; width: .75em; height: .45em; border-left: 2px solid var(--gg-accent); border-bottom: 2px solid var(--gg-accent); transform: rotate(-45deg); }

/* FAQ accordion */
.gg-faqs { border-top: 1px solid var(--gg-line); }
.gg-faq { border-bottom: 1px solid var(--gg-line); }
.gg-faq summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; }
.gg-faq summary::-webkit-details-marker { display: none; }
.gg-faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 300; color: var(--gg-accent); transition: transform .2s; }
.gg-faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.gg-faq__q { font-size: 1.1rem; margin: 0; display: inline; font-weight: 650; }
.gg-faq__a { padding: 0 0 18px; color: #2c3b46; }
.gg-faq__a p:last-child { margin-bottom: 0; }
.gg-content .gg-faq:first-of-type { border-top: 1px solid var(--gg-line); }

/* Band */
.gg-band { background: linear-gradient(135deg, var(--gg-accent-dark), var(--gg-accent)); color: #fff; padding: 56px 0; }
.gg-band__in { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.gg-band h2 { margin-bottom: .2em; }
.gg-band p { margin: 0; opacity: .9; max-width: 60ch; }

/* Page heads & articles */
.gg-pagehead { background: var(--gg-soft); padding: 56px 0 40px; }
.gg-pagehead h1 { margin-bottom: .3em; }
.gg-pagehead__intro { font-size: 1.12rem; color: var(--gg-muted); max-width: 62ch; }
.gg-pagehead--post { padding-top: 40px; }
.gg-crumbs { font-size: .9rem; color: var(--gg-muted); margin-bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.gg-crumbs a { color: var(--gg-muted); text-decoration: none; }
.gg-crumbs a:hover { color: var(--gg-accent); }
.gg-meta { color: var(--gg-muted); font-size: .93rem; margin: 0; }
.gg-article__img { margin-top: 28px; }
.gg-article__img img { border-radius: var(--gg-radius); width: 100%; }
.gg-content { padding-top: 36px; padding-bottom: 36px; font-size: 1.06rem; }
.gg-content h2 { margin-top: 1.6em; }
.gg-content h3 { margin-top: 1.3em; }
.gg-content ul, .gg-content ol { padding-left: 1.3em; }
.gg-content li { margin-bottom: .35em; }
.gg-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .96rem; }
.gg-content th, .gg-content td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--gg-line); vertical-align: top; }
.gg-content th { background: var(--gg-soft); }
.gg-content blockquote { margin: 1.5em 0; padding: 14px 20px; border-left: 4px solid var(--gg-accent); background: var(--gg-sand); border-radius: 0 10px 10px 0; }
.gg-disclose { font-size: .88rem; color: var(--gg-muted); background: var(--gg-sand); padding: 10px 14px; border-radius: 10px; }
.gg-tip { background: var(--gg-soft); border-radius: var(--gg-radius); padding: 16px 20px; margin: 1.5em 0; }
.gg-cta-box { background: var(--gg-sand); border-radius: var(--gg-radius); padding: 28px; margin: 8px 0 56px; text-align: center; }
.gg-cta-box p { color: var(--gg-muted); }
.gg-related__h { margin-bottom: 24px; }
.gg-pager { margin-top: 36px; }
.gg-pager .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.gg-pager .page-numbers { padding: 8px 14px; border-radius: 8px; background: var(--gg-soft); text-decoration: none; }
.gg-pager .current { background: var(--gg-accent); color: #fff; }
.search-form { display: flex; gap: 8px; margin: 1em 0; }
.search-form input[type="search"] { flex: 1; padding: 12px 14px; border: 1px solid var(--gg-line); border-radius: 10px; font: inherit; }
.search-form input[type="submit"] { padding: 12px 18px; border: 0; border-radius: 10px; background: var(--gg-accent); color: #fff; font: inherit; font-weight: 650; cursor: pointer; }

/* Footer */
.gg-footer { background: #0f1c25; color: #c9d4dc; padding: 56px 0 28px; font-size: .95rem; }
.gg-footer a { color: #e7eef3; text-decoration: none; }
.gg-footer a:hover { color: #fff; text-decoration: underline; }
.gg-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.gg-footer__name { font-weight: 800; color: #fff; font-size: 1.15rem; }
.gg-footer__h { text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 700; color: #8fa3b1; }
.gg-footer ul { list-style: none; padding: 0; margin: 0; }
.gg-footer li { margin-bottom: .5em; }
.gg-footer__legal { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .84rem; color: #8fa3b1; }

/* Responsive */
@media (max-width: 960px) {
	.gg-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gg-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gg-why { grid-template-columns: 1fr; gap: 32px; }
	.gg-footer__grid { grid-template-columns: 1fr 1fr; }
	.gg-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
	.gg-nav-toggle { display: block; }
	.gg-nav { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--gg-line); flex-direction: column; align-items: stretch; padding: 12px 20px 20px; gap: 12px; display: none; }
	.gg-nav.is-open { display: flex; }
	.gg-menu { flex-direction: column; gap: 0; }
	.gg-menu a { display: block; padding: 12px 0; border-bottom: 1px solid var(--gg-line); }
}
@media (max-width: 620px) {
	body { font-size: 16px; }
	.gg-grid--4, .gg-grid--3 { grid-template-columns: 1fr; }
	.gg-section { padding: 52px 0; }
	.gg-hero { min-height: 78vh; padding: 100px 0 48px; }
	.gg-facts { grid-template-columns: 1fr 1fr; }
	.gg-fact dt { font-size: 1.5rem; }
	.gg-footer__grid { grid-template-columns: 1fr; }
	.gg-band__in { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; scroll-behavior: auto !important; }
}
