:root {
	--gcs-ink: #eef3f0;
	--gcs-ink-dim: #b9c4be;
	--gcs-bg: #0a1210;
	--gcs-panel: #12201c;
	--gcs-edge: rgba(232, 160, 74, 0.38);
	--gcs-accent: #e8a04a;
	--gcs-accent-2: #5ec9b8;
	--gcs-max: 1180px;
	--gcs-radius: 12px;
	--gcs-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
	--gcs-font-ui: "Plus Jakarta Sans", system-ui, sans-serif;
	--gcs-font-read: "Lora", Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.gcs-skin {
	margin: 0;
	font-family: var(--gcs-font-read);
	font-size: 1.05rem;
	line-height: 1.65;
	background:
		radial-gradient(900px 700px at 15% 0%, rgba(94, 201, 184, 0.09) 0%, transparent 55%),
		radial-gradient(700px 500px at 95% 30%, rgba(232, 160, 74, 0.07) 0%, transparent 45%),
		var(--gcs-bg);
	color: var(--gcs-ink);
	padding-bottom: 88px;
}

a {
	color: #9fe8dc;
	text-decoration: none;
	border-bottom: 1px solid rgba(159, 232, 220, 0.35);
}

a:hover {
	color: var(--gcs-ink);
	border-bottom-color: var(--gcs-accent);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

h1,
h2,
h3,
.gcs-spotlight__emphasis,
.gcs-band h2,
.gcs-duo__copy h2,
.gcs-tile__text h3,
.gcs-faq__heading,
.gcs-safe h2,
.gcs-extra h2,
.gcs-touchpoint h3,
.gcs-masthead__brand,
.gcs-facts__label {
	font-family: var(--gcs-font-ui);
}

.gcs-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.gcs-skip {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gcs-skip:focus {
	left: 12px;
	top: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--gcs-accent);
	color: var(--gcs-bg);
	border: 0;
	border-radius: 8px;
	z-index: 200;
}

/* Chrome + masthead */
.gcs-chrome {
	position: relative;
	z-index: 70;
}

.gcs-masthead {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.gcs-masthead__bar {
	max-width: var(--gcs-max);
	margin: 0 auto;
	padding: 14px 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	pointer-events: auto;
}

.gcs-masthead__brand {
	margin: 0;
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gcs-ink);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

.gcs-masthead__links {
	display: none;
	gap: 18px;
	align-items: center;
	font-family: var(--gcs-font-ui);
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.gcs-masthead__links a {
	color: var(--gcs-ink);
	border-bottom: 1px solid transparent;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.gcs-masthead__links a:hover {
	border-bottom-color: var(--gcs-accent);
	color: #fff;
}

.gcs-masthead__pin {
	border: 1px solid var(--gcs-edge) !important;
	border-radius: 999px;
	padding: 6px 12px !important;
	background: rgba(18, 32, 28, 0.55);
}

@media (min-width: 960px) {
	.gcs-masthead__links {
		display: flex;
	}
}

/* Mobile nav (details) */
.gcs-mobile-nav {
	position: fixed;
	left: 12px;
	top: 52px;
	z-index: 90;
}

.gcs-mobile-nav__trigger {
	list-style: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid var(--gcs-edge);
	background: rgba(18, 32, 28, 0.82);
	color: var(--gcs-ink);
	font-family: var(--gcs-font-ui);
	font-weight: 700;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	box-shadow: var(--gcs-shadow);
}

.gcs-mobile-nav__trigger::-webkit-details-marker {
	display: none;
}

.gcs-mobile-nav__glyph {
	width: 18px;
	height: 2px;
	background: var(--gcs-accent);
	position: relative;
}

.gcs-mobile-nav__glyph::before,
.gcs-mobile-nav__glyph::after {
	content: "";
	position: absolute;
	left: 0;
	width: 18px;
	height: 2px;
	background: var(--gcs-accent);
}

.gcs-mobile-nav__glyph::before {
	top: -6px;
}

.gcs-mobile-nav__glyph::after {
	top: 6px;
}

.gcs-mobile-nav__sheet {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	min-width: min(320px, 92vw);
	padding: 12px 14px;
	border-radius: var(--gcs-radius);
	border: 1px solid rgba(232, 160, 74, 0.22);
	background: linear-gradient(160deg, #152822, var(--gcs-panel));
	box-shadow: var(--gcs-shadow);
}

.gcs-mobile-nav__sheet a {
	display: block;
	padding: 12px 6px;
	border-bottom: 1px solid rgba(238, 243, 240, 0.08);
	color: var(--gcs-ink);
	font-family: var(--gcs-font-ui);
	font-weight: 600;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

.gcs-mobile-nav__sheet a:hover {
	color: var(--gcs-accent);
}

@media (min-width: 960px) {
	.gcs-mobile-nav {
		display: none;
	}
}

/* Hero */
.gcs-spotlight {
	position: relative;
	overflow: hidden;
	min-height: 46svh;
	max-height: 66svh;
}

.gcs-spotlight__backdrop {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.gcs-spotlight__visual {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.gcs-spotlight__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(10, 18, 16, 0.88) 0%, rgba(10, 18, 16, 0.42) 48%, rgba(10, 18, 16, 0.62) 100%);
	z-index: 1;
}

.gcs-spotlight__content {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 10%;
	max-width: var(--gcs-max);
	margin: 0 auto;
	padding: 0 22px;
}

@media (min-width: 900px) {
	.gcs-spotlight__content {
		bottom: 18%;
		padding-left: max(22px, calc(50vw - var(--gcs-max) / 2));
	}
}

.gcs-spotlight__content h1 {
	margin: 0;
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.85);
	font-family: var(--gcs-font-ui);
}

.gcs-spotlight__emphasis {
	margin: 14px 0 0;
	font-size: clamp(0.98rem, 2vw, 1.28rem);
	font-weight: 600;
	line-height: 1.45;
	max-width: 38rem;
	color: rgba(238, 243, 240, 0.96);
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.75);
}

.gcs-spotlight__plain {
	margin: 12px 0 0;
	max-width: 36rem;
	font-size: clamp(0.86rem, 1.6vw, 1.04rem);
	color: var(--gcs-ink-dim);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

/* Band */
.gcs-band {
	max-width: var(--gcs-max);
	margin: 44px auto 32px;
	padding: 0 22px;
}

.gcs-band h2 {
	margin: 0 0 14px;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.gcs-band p {
	margin: 0;
	color: #d5ded9;
}

.gcs-band p + p {
	margin-top: 14px;
}

/* Facts (list) */
.gcs-facts {
	max-width: var(--gcs-max);
	margin: 36px auto 28px;
	padding: 0 16px;
}

.gcs-facts__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 640px) {
	.gcs-facts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.gcs-facts__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.gcs-facts__cell {
	margin: 0;
	padding: 16px 18px;
	border-radius: var(--gcs-radius);
	border: 1px solid rgba(94, 201, 184, 0.18);
	background: rgba(18, 32, 28, 0.55);
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gcs-facts__label {
	display: block;
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--gcs-accent);
}

.gcs-facts__value {
	display: block;
	margin: 0;
	font-size: 0.92rem;
	color: var(--gcs-ink-dim);
}

/* Duo + slider */
.gcs-duo {
	max-width: var(--gcs-max);
	margin: 48px auto;
	padding: 0 22px;
	display: grid;
	gap: 26px;
	align-items: start;
}

@media (min-width: 880px) {
	.gcs-duo {
		grid-template-columns: 1fr 1fr;
		gap: 34px;
	}

	.gcs-duo--figure-first .gcs-duo__figure {
		order: 0;
	}

	.gcs-duo--figure-first .gcs-duo__copy {
		order: 1;
	}

	.gcs-duo--text-first .gcs-duo__figure {
		order: 1;
	}

	.gcs-duo--text-first .gcs-duo__copy {
		order: 0;
	}
}

.gcs-duo__copy h2 {
	margin: 0 0 12px;
	font-size: 1.62rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.gcs-duo__copy p {
	margin: 0;
	color: #dbe3de;
}

.gcs-duo__copy p + p {
	margin-top: 1rem;
}

.gcs-duo__figure {
	margin: 0;
}

.gcs-slider {
	position: relative;
	width: 100%;
	border-radius: calc(var(--gcs-radius) - 2px);
	overflow: hidden;
	box-shadow: var(--gcs-shadow);
	border: 1px solid rgba(232, 160, 74, 0.2);
}

.gcs-slider__strip {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--gcs-accent-2) rgba(0, 0, 0, 0.28);
}

.gcs-slider__strip::-webkit-scrollbar {
	height: 8px;
}

.gcs-slider__strip::-webkit-scrollbar-thumb {
	background: rgba(94, 201, 184, 0.45);
	border-radius: 6px;
}

.gcs-slider__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	margin: 0;
	min-height: 260px;
	background: #142520;
	position: relative;
}

@media (min-width: 768px) {
	.gcs-slider__slide {
		min-height: 360px;
	}
}

.gcs-slider__slide img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.gcs-slider__slide img {
		height: 360px;
	}
}

.gcs-slider__hint {
	margin: 10px 0 0;
	font-size: 0.78rem;
	color: var(--gcs-ink-dim);
	text-align: center;
	font-family: var(--gcs-font-ui);
}

/* Matrix tiles (ul > li > article) */
.gcs-matrix-wrap {
	max-width: var(--gcs-max);
	margin: 48px auto;
	padding: 0 18px;
}

.gcs-matrix {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 720px) {
	.gcs-matrix {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px;
	}
}

.gcs-matrix__item {
	margin: 0;
}

.gcs-tile {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 14px;
	padding: 16px;
	border-radius: var(--gcs-radius);
	background: rgba(18, 32, 28, 0.62);
	border: 1px solid rgba(94, 201, 184, 0.2);
}

.gcs-tile__media {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(232, 160, 74, 0.18);
	max-height: 220px;
}

.gcs-tile__media img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.gcs-tile__text h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.gcs-tile__text p {
	margin: 0;
	font-size: 0.94rem;
	color: #d5ded9;
}

.gcs-tile__text p + p {
	margin-top: 10px;
}

/* Extra */
.gcs-extra {
	max-width: var(--gcs-max);
	margin: 40px auto;
	padding: 0 22px;
}

.gcs-extra__wrap {
	text-align: left;
	padding: 26px 22px;
	border-radius: var(--gcs-radius);
	background: linear-gradient(125deg, rgba(94, 201, 184, 0.1), rgba(232, 160, 74, 0.07));
	border: 1px solid rgba(238, 243, 240, 0.1);
}

.gcs-extra h2 {
	margin: 0 0 10px;
	font-size: clamp(1.15rem, 2.4vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.03em;
}

.gcs-extra p {
	margin: 0;
	color: var(--gcs-ink-dim);
	font-size: 1.02rem;
}

.gcs-extra p + p {
	margin-top: 14px;
}

/* Safe */
.gcs-safe {
	max-width: var(--gcs-max);
	margin: 42px auto;
	padding: 0 22px;
}

.gcs-safe__inner {
	background: rgba(8, 14, 12, 0.78);
	border: 1px solid var(--gcs-edge);
	border-radius: var(--gcs-radius);
	padding: 24px 20px 28px;
}

.gcs-safe h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.gcs-safe__lead {
	margin: 0;
	color: #dbe3de;
}

.gcs-safe__nav {
	margin: 14px 0 0;
}

.gcs-safe__list {
	margin: 0;
	padding-left: 1.25rem;
	color: #dbe3de;
}

.gcs-safe__list li + li {
	margin-top: 8px;
}

.gcs-safe__docs {
	margin: 16px 0 0 !important;
	font-size: 0.95rem !important;
	color: var(--gcs-ink-dim) !important;
}

/* FAQ */
.gcs-faq {
	max-width: var(--gcs-max);
	margin: 40px auto 36px;
	padding: 0 22px;
}

.gcs-faq__heading {
	margin: 0 0 18px;
	font-size: 1.42rem;
	font-weight: 700;
}

.gcs-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gcs-faq__item {
	margin: 0;
}

.gcs-faq__block {
	border-radius: var(--gcs-radius);
	border: 1px solid rgba(94, 201, 184, 0.22);
	background: rgba(18, 32, 28, 0.55);
	padding: 0 16px;
}

.gcs-faq__block summary {
	cursor: pointer;
	list-style: none;
	font-family: var(--gcs-font-ui);
	font-weight: 600;
	padding: 14px 0;
}

.gcs-faq__block summary::-webkit-details-marker {
	display: none;
}

.gcs-faq__body {
	padding: 0 0 14px;
	border-top: 1px solid rgba(238, 243, 240, 0.08);
}

.gcs-faq__body p {
	margin: 12px 0 0;
	color: #dbe3de;
}

/* Sticky ribbon */
.gcs-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	margin: 0;
	padding: 10px 14px;
	text-align: center;
	font-family: var(--gcs-font-ui);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: rgba(10, 18, 16, 0.92);
	border-top: 1px solid rgba(232, 160, 74, 0.35);
	color: var(--gcs-ink-dim);
}

/* Footer */
.gcs-touchpoint {
	margin-top: 52px;
	padding: 0 0 72px;
	border-top: 1px solid rgba(94, 201, 184, 0.18);
	background: linear-gradient(180deg, rgba(18, 32, 28, 0.35), var(--gcs-bg));
}

.gcs-touchpoint__primary {
	max-width: var(--gcs-max);
	margin: 0 auto;
	padding: 36px 22px 12px;
}

.gcs-touchpoint__card,
.gcs-touchpoint__card--adr {
	font-style: normal;
}

.gcs-touchpoint__card h3,
.gcs-touchpoint__card-title {
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-weight: 700;
}

.gcs-touchpoint__registry {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 6px 16px;
	margin: 12px 0 0;
	padding: 0;
	font-size: 0.9rem;
	color: #c9d4ce;
}

.gcs-touchpoint__registry dt {
	margin: 0;
	font-family: var(--gcs-font-ui);
	font-weight: 700;
	color: var(--gcs-accent);
}

.gcs-touchpoint__registry dd {
	margin: 0;
}

.gcs-touchpoint__card p {
	margin: 0;
	color: #dbe3de;
}

.gcs-touchpoint__hint {
	margin-top: 10px !important;
	font-size: 0.92rem;
	color: var(--gcs-ink-dim) !important;
}

.gcs-touchpoint__action {
	margin-top: 16px !important;
}

.gcs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid var(--gcs-edge);
	font-family: var(--gcs-font-ui);
	font-weight: 700;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--gcs-ink);
	background: rgba(94, 201, 184, 0.12);
	cursor: pointer;
	transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.gcs-btn:hover {
	background: var(--gcs-accent);
	color: var(--gcs-bg);
	border-color: var(--gcs-accent);
}

.gcs-btn--map {
	text-decoration: none;
	border-bottom: 0;
}

.gcs-touchpoint__secondary {
	max-width: var(--gcs-max);
	margin: 0 auto;
	padding: 8px 22px 28px;
}

.gcs-touchpoint__mini {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	margin-bottom: 18px;
	font-family: var(--gcs-font-ui);
	font-size: 0.82rem;
	font-weight: 600;
}

.gcs-touchpoint__mini a {
	color: var(--gcs-ink);
}

.gcs-touchpoint__legal h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gcs-touchpoint__entity {
	margin: 0 0 8px;
}

.gcs-touchpoint__addr,
.gcs-touchpoint__note {
	margin: 0 0 12px;
	font-size: 0.9rem;
	color: #c9d4ce;
}

.gcs-touchpoint__copy {
	margin: 16px 0 0;
	font-size: 0.82rem;
	color: var(--gcs-ink-dim);
}

/* Age gate */
.gcs-age-shell {
	position: fixed;
	inset: 0;
	z-index: 150;
	display: grid;
	place-items: center;
	padding: 22px;
	background: rgba(5, 10, 9, 0.78);
	backdrop-filter: blur(6px);
}

.gcs-age-shell__panel {
	max-width: 520px;
	width: 100%;
	padding: 28px 24px 26px;
	border-radius: calc(var(--gcs-radius) + 4px);
	border: 1px solid var(--gcs-edge);
	background: linear-gradient(165deg, #152822, #0f1c19);
	box-shadow: var(--gcs-shadow);
}

.gcs-age-shell__title {
	margin: 0 0 12px;
	font-family: var(--gcs-font-ui);
	font-size: 1.45rem;
	font-weight: 700;
}

.gcs-age-shell__lead {
	margin: 0 0 18px;
	color: #dbe3de;
}

.gcs-age-shell__form {
	margin: 0 0 12px;
}

.gcs-age-shell__btn {
	width: 100%;
	padding: 14px 16px;
	border-radius: 10px;
	border: 0;
	font-family: var(--gcs-font-ui);
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
}

.gcs-age-shell__btn--ok {
	background: var(--gcs-accent);
	color: var(--gcs-bg);
}

.gcs-age-shell__btn--ok:hover {
	filter: brightness(1.05);
}

.gcs-age-shell__minor {
	margin: 0;
	text-align: center;
	font-size: 0.9rem;
}

/* Deny page */
.gcs-gate-deny {
	min-height: 100vh;
	display: grid;
	place-items: center;
	padding: 32px 18px 100px;
}

.gcs-gate-deny__card {
	max-width: 560px;
	padding: 28px 24px;
	border-radius: var(--gcs-radius);
	border: 1px solid rgba(94, 201, 184, 0.22);
	background: rgba(18, 32, 28, 0.65);
}

.gcs-gate-deny__card h1 {
	margin: 0 0 12px;
	font-family: var(--gcs-font-ui);
	font-size: 1.5rem;
	font-weight: 700;
}

.gcs-gate-deny__cta {
	margin-top: 20px !important;
}

.gcs-gate-deny__foot {
	margin-top: 18px !important;
	font-size: 0.9rem;
	color: var(--gcs-ink-dim);
}

/* Paper pages */
.gcs-paper {
	max-width: 900px;
	margin: 100px auto 48px;
	padding: 0 22px 24px;
}

.gcs-paper__stream {
	display: block;
}

@media (min-width: 960px) {
	.gcs-paper {
		margin-top: 120px;
	}
}

.gcs-paper__intro h1 {
	margin: 0 0 12px;
	font-family: var(--gcs-font-ui);
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 700;
}

.gcs-paper__lede {
	margin: 0 0 10px;
	color: #dbe3de;
}

.gcs-paper__meta {
	margin: 0 0 22px;
	font-size: 0.88rem;
	color: var(--gcs-ink-dim);
}

.gcs-paper__chunk h2 {
	margin: 22px 0 10px;
	font-family: var(--gcs-font-ui);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.gcs-paper__chunk p,
.gcs-paper__chunk li {
	color: #dbe3de;
}

.gcs-paper__ul {
	margin: 8px 0 0;
	padding-left: 1.1rem;
}

.gcs-paper__ul li + li {
	margin-top: 8px;
}

.gcs-paper__back {
	margin-top: 28px;
}

.gcs-primary:focus {
	outline: none;
}
