/*
Theme Name: Giovas Stable — Arena Edition
Theme URI: https://instagram.com/giovasstable
Author: Giovas Stable
Author URI: https://instagram.com/giovasstable
Description: Premium Gen Z equestrian WordPress theme with a cinematic hero slider, 3-second jumping loader, 3D cards, parallax motion, Events and responsive layouts.
Version: 1.4.1
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giovas-stable
Tags: custom-logo, custom-menu, featured-images, full-width-template, blog, portfolio
*/

:root {
	--gs-ink: #07130f;
	--gs-forest: #123d2d;
	--gs-green: #1b5a42;
	--gs-gold: #d7b66f;
	--gs-cream: #f3f0e8;
	--gs-paper: #fbfaf6;
	--gs-white: #fff;
	--gs-muted: #9daaa3;
	--gs-line: rgba(255,255,255,.13);
	--gs-container: 1320px;
	--gs-radius: 28px;
	--gs-shadow: 0 30px 80px rgba(2, 13, 9, .22);
	--gs-ease: cubic-bezier(.22,1,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--gs-paper);
	color: var(--gs-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.menu-open { overflow: hidden; overscroll-behavior: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
::selection { background: var(--gs-gold); color: var(--gs-ink); }

.gs-container {
	width: min(calc(100% - 64px), var(--gs-container));
	margin-inline: auto;
}
.gs-section { position: relative; padding: 140px 0; }
.gs-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .22em;
	line-height: 1;
	text-transform: uppercase;
}
.gs-eyebrow i { width: 28px; height: 1px; background: currentColor; }
.gs-section h2,
.gs-manifesto__statement,
.gs-footer__top h2,
.gs-location h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(50px, 6.3vw, 94px);
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .94;
}
.gs-section h2 em,
.gs-manifesto__statement em,
.gs-footer__top h2 em,
.gs-location h2 em {
	color: var(--gs-gold);
	font-family: Georgia, serif;
	font-weight: 400;
}
.gs-section-head--split {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 90px;
	align-items: end;
	margin-bottom: 80px;
}

/* Loader */
.gs-loader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 45%, rgba(34,83,64,.54), transparent 38%),
		linear-gradient(145deg, #020806, #071a13 58%, #020806);
	color: var(--gs-white);
	animation: gs-loader-out .3s var(--gs-ease) 2.7s both;
}
.gs-loader::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	opacity: .13;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.gs-loader__stage {
	position: relative;
	z-index: 4;
	width: min(760px, 92vw);
	text-align: center;
}
.gs-loader__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 2px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .22em;
	opacity: .72;
	animation: gs-loader-copy .65s var(--gs-ease) .1s both;
}
.gs-loader__eyebrow i { width: 42px; height: 1px; background: var(--gs-gold); }
.gs-loader__arena { position: relative; width: 100%; height: clamp(250px, 34vw, 365px); }
.gs-loader__subject {
	position: absolute;
	left: 50%;
	bottom: 4%;
	z-index: 2;
	width: min(630px, 88vw);
	will-change: transform, opacity;
	animation: gs-equestrian-jump 2.7s cubic-bezier(.35,.05,.2,1) both;
}
.gs-loader__subject img {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(1) contrast(1.08) drop-shadow(0 24px 28px rgba(0,0,0,.42));
}
.gs-loader__fence {
	position: absolute;
	left: 50%;
	bottom: 7%;
	z-index: 1;
	width: min(330px, 52vw);
	height: 35%;
	transform: translateX(-50%);
}
.gs-loader__fence::before,
.gs-loader__fence::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
	border: 1px solid rgba(255,255,255,.45);
	background: #0c2119;
}
.gs-loader__fence::before { left: 0; }
.gs-loader__fence::after { right: 0; }
.gs-loader__fence i { position: absolute; left: 0; right: 0; height: 4px; border: 1px solid rgba(255,255,255,.48); background: repeating-linear-gradient(90deg, var(--gs-white) 0 36px, var(--gs-ink) 36px 72px); }
.gs-loader__fence i:nth-child(1) { top: 15%; }
.gs-loader__fence i:nth-child(2) { top: 48%; }
.gs-loader__fence i:nth-child(3) { top: 81%; }
.gs-loader__name {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(18px, 2.5vw, 28px);
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1;
	animation: gs-loader-copy .75s var(--gs-ease) .18s both;
}
.gs-loader__name span { color: var(--gs-gold); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.gs-loader__progress { width: min(520px, 78vw); height: 2px; margin: 24px auto 14px; overflow: hidden; background: rgba(255,255,255,.2); }
.gs-loader__progress i { display: block; width: 100%; height: 100%; background: var(--gs-gold); transform-origin: left; animation: gs-load 2.7s linear both; }
.gs-loader__count { display: flex; justify-content: space-between; width: min(520px, 78vw); margin: 0 auto; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .18em; }
.gs-loader__count b { color: var(--gs-white); font-size: 12px; font-weight: 700; }
@keyframes gs-load { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes gs-equestrian-jump {
	0% { opacity: 0; transform: translate3d(-68%,18%,0) scale(.8) rotate(-4deg); }
	12% { opacity: 1; }
	38% { transform: translate3d(-57%,2%,0) scale(.96) rotate(-1deg); }
	58% { transform: translate3d(-50%,-9%,0) scale(1.03) rotate(2deg); }
	76% { transform: translate3d(-42%,1%,0) scale(.99) rotate(1deg); }
	100% { opacity: 1; transform: translate3d(-32%,17%,0) scale(.86) rotate(-4deg); }
}
@keyframes gs-loader-copy { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes gs-loader-out { to { opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.015); } }

/* Header */
.gs-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	color: var(--gs-white);
	transition: background .45s ease, transform .45s ease, border-color .45s ease;
}
.admin-bar .gs-header { top: 32px; }
.gs-header.is-scrolled {
	background: rgba(5, 19, 14, .83);
	border-bottom: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(18px) saturate(140%);
}
body.menu-open .gs-header {
	background: #04100c;
	border-bottom-color: rgba(255,255,255,.1);
	backdrop-filter: none;
}
.gs-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; }
.gs-brand { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 12px; }
.gs-brand__emblem { display: grid; place-items: center; width: 46px; height: 46px; overflow: hidden; border: 1px solid rgba(215,182,111,.55); border-radius: 50%; background: rgba(255,255,255,.08); }
.gs-brand__emblem svg { width: 34px; }
.gs-brand__emblem path { fill: none; stroke: var(--gs-gold); stroke-width: 2; stroke-linejoin: round; }
.gs-brand__instagram-logo { width: 100%; height: 100%; object-fit: cover; }
.gs-brand__fallback { display: none; }
.gs-brand__emblem.is-fallback .gs-brand__instagram-logo { display: none; }
.gs-brand__emblem.is-fallback .gs-brand__fallback { display: block; }
.gs-brand__local-logo { display: block; width: auto; height: 54px; max-width: 215px; }
.gs-brand__type { display: flex; flex-direction: column; line-height: 1; }
.gs-brand__type strong { font-size: 17px; letter-spacing: .18em; }
.gs-brand__type small { margin-top: 6px; color: var(--gs-gold); font-size: 7px; font-weight: 700; letter-spacing: .25em; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 180px; max-height: 54px; }
.error404 .gs-header { background: var(--gs-ink); border-bottom: 1px solid rgba(255,255,255,.1); }
.gs-menu { display: flex; align-items: center; gap: clamp(26px, 3vw, 52px); margin: 0; padding: 0; list-style: none; }
.gs-menu a { position: relative; padding: 12px 0; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.gs-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gs-gold); transition: right .35s var(--gs-ease); }
.gs-menu a:hover::after,
.gs-menu .current-menu-item a::after { right: 0; }
.gs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	min-height: 58px;
	padding: 0 28px;
	border: 1px solid var(--gs-gold);
	border-radius: 999px;
	background: var(--gs-gold);
	color: var(--gs-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 12px 34px rgba(215,182,111,.14);
	transition: transform .35s var(--gs-ease), box-shadow .35s ease, background .35s ease, color .35s ease;
}
.gs-button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(215,182,111,.25); }
.gs-button span { font-size: 18px; font-weight: 400; }
.gs-button--sm { min-height: 45px; padding: 0 20px; gap: 14px; font-size: 10px; }
.gs-button--light { background: var(--gs-white); border-color: var(--gs-white); }
.gs-button--ghost { background: transparent; color: var(--gs-white); border-color: rgba(255,255,255,.4); }
.gs-menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; }
.gs-menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: .3s; }
.gs-mobile-panel { display: none; }

/* Hero */
.gs-hero { position: relative; height: max(720px, 100svh); min-height: 720px; overflow: hidden; background: var(--gs-ink); color: var(--gs-white); }
.gs-hero__slides,
.gs-hero__slide { position: absolute; inset: 0; }
.gs-hero__slide { z-index: 0; visibility: hidden; opacity: 0; transition: opacity 1.1s ease, visibility 1.1s; }
.gs-hero__slide.is-active { z-index: 1; visibility: visible; opacity: 1; }
.gs-hero__media { position: absolute; inset: 0; display: block; overflow: hidden; }
.gs-hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 8s linear; }
.gs-hero__slide.is-active .gs-hero__media img { transform: scale(1); }
.gs-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2,10,7,.88) 0%, rgba(2,10,7,.6) 34%, rgba(2,10,7,.12) 68%, rgba(2,10,7,.35) 100%),
		linear-gradient(0deg, rgba(1,10,7,.72) 0%, transparent 42%);
}
.gs-hero__content { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; padding-top: 70px; }
.gs-hero__copy { width: min(720px, 67vw); }
.gs-hero__copy h1 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(74px, 9.2vw, 146px);
	font-weight: 800;
	letter-spacing: -.085em;
	line-height: .79;
	text-transform: uppercase;
}
.gs-hero__copy h1 em { color: var(--gs-gold); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.gs-hero__intro { max-width: 500px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.gs-hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.gs-text-link { display: inline-flex; align-items: center; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--gs-white); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.gs-text-link span { color: var(--gs-gold); }
.gs-hero__meta {
	position: absolute;
	right: 0;
	bottom: 135px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	width: 365px;
	padding: 22px 24px;
}
.gs-glass-card { border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(5,20,14,.48); box-shadow: var(--gs-shadow); backdrop-filter: blur(17px) saturate(120%); }
.gs-hero__meta > span { color: var(--gs-gold); font-family: Georgia, serif; font-size: 34px; }
.gs-hero__meta div { display: flex; flex-direction: column; }
.gs-hero__meta small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .18em; }
.gs-hero__meta strong { margin-top: 4px; font-size: 12px; letter-spacing: .1em; }
.gs-hero__meta i { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-style: normal; }
.gs-hero__controls { position: absolute; z-index: 5; left: 50%; bottom: 38px; display: flex; align-items: center; gap: 20px; transform: translateX(-50%); }
.gs-hero__controls > button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: var(--gs-white); cursor: pointer; transition: .3s; }
.gs-hero__controls > button:hover { background: var(--gs-gold); border-color: var(--gs-gold); color: var(--gs-ink); }
.gs-hero__dots { display: flex; align-items: center; gap: 14px; }
.gs-hero__dots button { display: flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: none; color: rgba(255,255,255,.4); font-size: 9px; cursor: pointer; }
.gs-hero__dots span { display: block; width: 30px; height: 1px; background: rgba(255,255,255,.22); transition: width .4s ease, background .4s; }
.gs-hero__dots button[aria-selected="true"] { color: var(--gs-white); }
.gs-hero__dots button[aria-selected="true"] span { width: 66px; background: var(--gs-gold); }
.gs-hero__scroll { position: absolute; z-index: 4; right: 28px; top: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .2em; transform: rotate(90deg) translateX(50%); transform-origin: right center; }
.gs-hero__scroll span { display: block; width: 45px; height: 1px; background: currentColor; }
.gs-hero__slide.is-active .gs-reveal { animation: gs-reveal .85s var(--gs-ease) both; }
.gs-hero__slide.is-active h1.gs-reveal { animation-delay: .08s; }
.gs-hero__slide.is-active .gs-hero__intro { animation-delay: .16s; }
.gs-hero__slide.is-active .gs-hero__actions { animation-delay: .24s; }
@keyframes gs-reveal { from { opacity: 0; transform: translateY(42px); } to { opacity: 1; transform: translateY(0); } }

/* Marquee */
.gs-marquee { overflow: hidden; padding: 20px 0; background: var(--gs-gold); color: var(--gs-ink); }
.gs-marquee > div { display: flex; width: max-content; align-items: center; gap: 26px; animation: gs-marquee 24s linear infinite; }
.gs-marquee span { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.gs-marquee i { font-style: normal; }
@keyframes gs-marquee { to { transform: translateX(-50%); } }

/* Intro & 3D cards */
.gs-intro { overflow: hidden; background: var(--gs-paper); }
.gs-intro__lead p { margin: 0 0 35px; color: #4d5c55; font-size: 18px; }
.gs-arrow-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(7,19,15,.28); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gs-arrow-link b { color: var(--gs-green); font-size: 18px; }
.gs-focus-grid { display: grid; grid-template-columns: .8fr 1.45fr .8fr; gap: 24px; align-items: stretch; perspective: 1500px; }
.gs-focus-card {
	position: relative;
	min-height: 480px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid rgba(7,19,15,.1);
	border-radius: var(--gs-radius);
	background: var(--gs-cream);
	box-shadow: 0 30px 60px rgba(7,19,15,.08);
	transform-style: preserve-3d;
	transition: transform .25s ease, box-shadow .35s ease;
}
.gs-focus-card:hover { box-shadow: 0 38px 80px rgba(7,19,15,.16); }
.gs-focus-card__no { color: #6e7c75; font-size: 10px; letter-spacing: .14em; }
.gs-focus-card__icon { display: grid; place-items: center; width: 74px; height: 74px; margin-top: 90px; border: 1px solid rgba(7,19,15,.16); border-radius: 50%; color: var(--gs-green); font-size: 34px; }
.gs-focus-card h3 { margin: 34px 0 14px; font-family: "Manrope", sans-serif; font-size: 29px; letter-spacing: -.04em; }
.gs-focus-card p { margin: 0; color: #68766f; font-size: 14px; }
.gs-focus-card > a { position: absolute; right: 30px; bottom: 30px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(7,19,15,.2); border-radius: 50%; }
.gs-focus-card--feature { min-height: 580px; padding: 0; background: var(--gs-ink); color: var(--gs-white); transform: translateY(-42px); }
.gs-focus-card__photo { position: absolute; inset: 0; }
.gs-focus-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,12,.97) 0%, rgba(4,16,12,.1) 68%); }
.gs-focus-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.gs-focus-card--feature .gs-focus-card__no { position: absolute; z-index: 2; top: 30px; left: 30px; color: var(--gs-white); }
.gs-focus-card__body { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 38px; transform: translateZ(38px); }
.gs-focus-card--feature h3 { margin: 14px 0 10px; font-size: 38px; }
.gs-focus-card--feature p { color: rgba(255,255,255,.68); }
.gs-chip { display: inline-block; padding: 8px 12px; border: 1px solid rgba(215,182,111,.4); border-radius: 999px; color: var(--gs-gold) !important; font-size: 8px !important; font-weight: 800; letter-spacing: .14em; }
.gs-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.gs-orb--one { top: 110px; right: -180px; width: 410px; height: 410px; background: radial-gradient(circle at 30% 30%, rgba(215,182,111,.28), rgba(18,61,45,.04) 65%, transparent); }

/* Manifesto */
.gs-manifesto { min-height: 790px; display: flex; align-items: center; overflow: hidden; color: var(--gs-white); background: var(--gs-ink); }
.gs-manifesto__media,
.gs-manifesto__shade { position: absolute; inset: 0; }
.gs-manifesto__media img { width: 100%; height: 118%; object-fit: cover; object-position: center center; transform: translateY(-7%); }
.gs-manifesto__shade { background: linear-gradient(90deg, rgba(3,14,10,.96), rgba(3,14,10,.65) 51%, rgba(3,14,10,.2)), linear-gradient(0deg, rgba(3,14,10,.78), transparent 55%); }
.gs-manifesto__content { position: relative; z-index: 2; }
.gs-manifesto__statement { max-width: 880px; font-size: clamp(55px, 7.1vw, 106px); }
.gs-manifesto__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 870px; margin-top: 90px; }
.gs-manifesto__facts div { display: flex; align-items: center; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); }
.gs-manifesto__facts strong { color: var(--gs-gold); font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.gs-manifesto__facts span { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

/* Event */
.gs-event-feature { background: #e8e6de; overflow: hidden; }
.gs-event-feature__top { display: grid; grid-template-columns: 1.15fr .55fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.gs-event-feature__top > p { margin: 0 0 12px; color: #596861; font-size: 17px; }
.gs-event-stage { position: relative; min-height: 670px; overflow: hidden; border-radius: 34px; box-shadow: var(--gs-shadow); color: var(--gs-white); transform-style: preserve-3d; }
.gs-event-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--gs-ease); }
.gs-event-stage:hover > img { transform: scale(1.04); }
.gs-event-stage__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,9,.9), rgba(2,13,9,.26) 65%), linear-gradient(0deg, rgba(2,13,9,.72), transparent 50%); }
.gs-event-stage__tag { position: absolute; top: 34px; left: 40px; display: flex; align-items: center; gap: 15px; }
.gs-event-stage__tag span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 8px; letter-spacing: .13em; }
.gs-event-stage__tag strong { font-size: 11px; letter-spacing: .16em; }
.gs-event-stage__content { position: absolute; z-index: 2; left: 6.5%; bottom: 9%; transform: translateZ(36px); }
.gs-event-stage__content > p { color: var(--gs-gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.gs-event-stage__content h3 { margin: 12px 0 32px; font-family: "Manrope", sans-serif; font-size: clamp(55px, 6vw, 92px); letter-spacing: -.07em; line-height: .92; }
.gs-event-stage__content h3 em { color: var(--gs-gold); font-family: Georgia, serif; font-weight: 400; }
.gs-event-stage__stamp { position: absolute; right: 50px; bottom: 45px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 145px; height: 145px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; backdrop-filter: blur(9px); }
.gs-event-stage__stamp small { font-size: 8px; letter-spacing: .15em; }
.gs-event-stage__stamp strong { color: var(--gs-gold); font-family: Georgia, serif; font-size: 35px; font-weight: 400; line-height: 1.2; }
.gs-event-stage__stamp span { font-size: 6px; letter-spacing: .15em; }

/* Journal */
.gs-journal { background: var(--gs-paper); }
.gs-journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gs-article-card__media { position: relative; display: block; height: 390px; overflow: hidden; border-radius: 24px; background: var(--gs-cream); }
.gs-article-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,10,.45), transparent 50%); opacity: 0; transition: opacity .4s; }
.gs-article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--gs-ease); }
.gs-article-card__media span { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--gs-gold); font-size: 8px; font-weight: 800; opacity: 0; transform: translateY(12px); transition: .4s var(--gs-ease); }
.gs-article-card:hover .gs-article-card__media img { transform: scale(1.05); }
.gs-article-card:hover .gs-article-card__media::after,
.gs-article-card:hover .gs-article-card__media span { opacity: 1; transform: translateY(0); }
.gs-article-card__meta { margin: 24px 0 12px; color: #77827d; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.gs-article-card h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 25px; letter-spacing: -.035em; line-height: 1.2; }
.gs-article-card h3 a { transition: color .3s; }
.gs-article-card h3 a:hover { color: var(--gs-green); }
.gs-source-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--gs-green); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gs-source-link span { color: var(--gs-gold); font-size: 13px; }
.gs-source-link--light { color: var(--gs-white); }
.gs-source-link--light span { color: var(--gs-gold); }

/* Social */
.gs-social { overflow: hidden; background: var(--gs-ink); color: var(--gs-white); }
.gs-social__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.gs-social__rail { display: grid; grid-template-columns: .9fr .75fr 1.4fr; grid-template-rows: 300px 160px; gap: 18px; }
.gs-social-card { position: relative; overflow: hidden; border-radius: 24px; }
.gs-social-card--tall { grid-row: 1 / 3; }
.gs-social-card--wide { grid-column: 2 / 4; }
.gs-social-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--gs-ease), filter .5s; }
.gs-social-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,13,9,.65), transparent 55%); }
.gs-social-card span { position: absolute; z-index: 2; left: 22px; bottom: 18px; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.gs-social-card:hover img { transform: scale(1.06); filter: saturate(1.15); }

/* Location */
.gs-location { padding: 120px 0; background: var(--gs-gold); }
.gs-location__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.gs-location h2 { font-size: clamp(55px, 6.5vw, 90px); }
.gs-location h2 em { color: var(--gs-green); }
.gs-location address { max-width: 440px; margin-top: 30px; font-size: 17px; }
.gs-location__actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.gs-location .gs-button { background: var(--gs-ink); border-color: var(--gs-ink); color: var(--gs-white); }
.gs-location .gs-text-link { border-color: rgba(7,19,15,.25); color: var(--gs-ink); }
.gs-location__map { position: relative; display: grid; place-items: center; min-height: 480px; overflow: hidden; border: 1px solid rgba(7,19,15,.2); border-radius: 50% 50% 38% 62% / 47% 38% 62% 53%; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.35), transparent 28%), repeating-linear-gradient(25deg, transparent 0 46px, rgba(7,19,15,.07) 47px 49px), repeating-linear-gradient(115deg, transparent 0 61px, rgba(7,19,15,.08) 62px 64px); transition: border-radius .8s var(--gs-ease), transform .6s var(--gs-ease); }
.gs-location__map:hover { border-radius: 43% 57% 58% 42% / 60% 47% 53% 40%; transform: rotate(-1deg) scale(1.01); }
.gs-location__rings { position: absolute; inset: 0; display: grid; place-items: center; }
.gs-location__rings i { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(7,19,15,.17); border-radius: 50%; animation: gs-rings 3s ease-out infinite; }
.gs-location__rings i:nth-child(2) { animation-delay: 1s; }
.gs-location__rings i:nth-child(3) { animation-delay: 2s; }
@keyframes gs-rings { 0% { opacity: .7; transform: scale(.55); } 100% { opacity: 0; transform: scale(2); } }
.gs-location__pin { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding: 22px 30px; border-radius: 18px; background: var(--gs-ink); color: var(--gs-white); box-shadow: 0 25px 55px rgba(7,19,15,.22); }
.gs-location__pin::after { content: ""; position: absolute; bottom: -12px; border: 12px solid transparent; border-top-color: var(--gs-ink); border-bottom: 0; }
.gs-location__pin > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 10px; border: 1px solid var(--gs-gold); border-radius: 50%; color: var(--gs-gold); font-family: Georgia, serif; }
.gs-location__pin strong { font-size: 11px; letter-spacing: .14em; }
.gs-location__pin small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 7px; letter-spacing: .12em; }
.gs-location__map > p { position: absolute; right: 42px; bottom: 35px; margin: 0; font-size: 8px; font-weight: 800; letter-spacing: .15em; }

/* Footer */
.gs-footer { position: relative; overflow: hidden; padding: 120px 0 30px; background: #04100c; color: var(--gs-white); }
.gs-footer__glow { position: absolute; top: -300px; right: -250px; width: 680px; height: 680px; border-radius: 50%; background: rgba(22,76,55,.25); filter: blur(45px); }
.gs-footer__top { position: relative; display: flex; justify-content: space-between; align-items: end; padding-bottom: 100px; border-bottom: 1px solid var(--gs-line); }
.gs-footer__top h2 { font-size: clamp(60px, 7.5vw, 112px); }
.gs-orbit-link { position: relative; display: grid; place-items: center; width: 190px; height: 190px; border: 1px solid rgba(215,182,111,.55); border-radius: 50%; color: var(--gs-gold); }
.gs-orbit-link span { position: absolute; font-size: 8px; font-weight: 800; letter-spacing: .15em; animation: gs-orbit 12s linear infinite; }
.gs-orbit-link b { font-size: 35px; font-weight: 400; }
@keyframes gs-orbit { to { transform: rotate(360deg); } }
.gs-footer__grid { display: grid; grid-template-columns: 1.25fr .65fr 1fr .75fr; gap: 70px; padding: 70px 0; }
.gs-footer__brand { display: flex; flex-direction: column; }
.gs-footer__brand strong { font-size: 30px; letter-spacing: .16em; line-height: 1; }
.gs-footer__brand > span { color: var(--gs-gold); font-size: 13px; letter-spacing: .45em; }
.gs-footer__brand p { max-width: 260px; margin-top: 24px; color: rgba(255,255,255,.52); font-size: 13px; }
.gs-footer__label { margin: 0 0 20px; color: var(--gs-gold); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.gs-footer-menu { margin: 0; padding: 0; list-style: none; }
.gs-footer-menu li + li { margin-top: 8px; }
.gs-footer__grid a,
.gs-footer__grid address { display: block; color: rgba(255,255,255,.62); font-size: 13px; }
.gs-footer__grid a { margin-top: 10px; transition: color .3s; }
.gs-footer__grid a:hover { color: var(--gs-gold); }
.gs-footer__bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--gs-line); color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

/* Inner pages */
.gs-page-hero { position: relative; min-height: 560px; display: flex; align-items: end; padding: 180px 0 80px; overflow: hidden; background: var(--gs-ink); color: var(--gs-white); }
.gs-page-hero__image { position: absolute; inset: 0; }
.gs-page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.gs-page-hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,11,.94), rgba(3,15,11,.3)), linear-gradient(0deg, rgba(3,15,11,.75), transparent); }
.gs-page-hero__inner { position: relative; z-index: 2; }
.gs-page-hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(68px, 10vw, 145px); font-weight: 800; letter-spacing: -.08em; line-height: .8; text-transform: uppercase; }
.gs-page-hero h1 em { color: var(--gs-gold); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.gs-content-area { padding: 110px 0; }
.gs-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 80px; }
.gs-entry-content { font-size: 18px; }
.gs-entry-content > * { max-width: 820px; }
.gs-entry-content h2,
.gs-entry-content h3 { font-family: "Manrope", sans-serif; letter-spacing: -.04em; line-height: 1.1; }
.gs-entry-content h2 { margin-top: 1.5em; font-size: 44px; }
.gs-entry-content a { color: var(--gs-green); text-decoration: underline; text-decoration-color: var(--gs-gold); text-underline-offset: 4px; }
.gs-entry-content blockquote { margin: 2em 0; padding: 22px 30px; border-left: 3px solid var(--gs-gold); background: var(--gs-cream); font-family: Georgia, serif; font-size: 27px; }
.gs-source-box { display: grid; gap: 10px; max-width: 820px; margin-top: 55px; padding: 30px; border: 1px solid rgba(7,19,15,.12); border-radius: 22px; background: var(--gs-cream); }
.gs-source-box__label { margin: 0 0 5px; color: #728079; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.gs-source-box > a { width: fit-content; color: var(--gs-green); font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 800; text-decoration: none; }
.gs-source-box > a span { color: var(--gs-gold); }
.gs-source-box > p:last-child { max-width: 650px; margin: 7px 0 0; color: #67746e; font-size: 12px; }
.gs-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 22px; }
.gs-pagination { margin-top: 60px; }
.gs-pagination .nav-links { display: flex; gap: 8px; }
.gs-pagination a,
.gs-pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1px solid rgba(7,19,15,.15); border-radius: 50%; }
.gs-pagination .current { background: var(--gs-ink); color: var(--gs-white); }
.gs-not-found { padding: 200px 0 140px; text-align: center; }
.gs-not-found h1 { margin: 0; color: var(--gs-gold); font-family: Georgia, serif; font-size: 180px; line-height: 1; }
.gs-empty-state { max-width: 780px; padding: 70px; border-radius: var(--gs-radius); background: var(--gs-cream); }
.gs-empty-state h2 { margin-bottom: 28px; }
.gs-event-stage--archive { min-height: 650px; }
.gs-single-title { max-width: 1050px; font-size: clamp(50px, 7vw, 98px) !important; line-height: .94 !important; text-transform: none !important; }
.gs-single-aside { position: sticky; top: 130px; align-self: start; padding: 32px; border-radius: 22px; background: var(--gs-cream); }
.gs-single-aside a { display: block; margin-top: 14px; font-size: 13px; font-weight: 700; }
.gs-about-story { background: var(--gs-paper); }
.gs-about-story__grid { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: start; }
.gs-about-story__copy { padding-top: 35px; color: #5c6a63; font-size: 16px; }
.gs-about-story__lead { margin-top: 0; color: var(--gs-ink); font-family: "Manrope", sans-serif; font-size: 26px; font-weight: 700; letter-spacing: -.03em; line-height: 1.35; }
.gs-about-story__copy .gs-entry-content { font-size: 16px; }
.gs-about-values { padding: 100px 0; background: var(--gs-gold); }
.gs-about-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.gs-about-values article { padding-top: 24px; border-top: 1px solid rgba(7,19,15,.28); }
.gs-about-values span { font-family: Georgia, serif; font-size: 28px; }
.gs-about-values h3 { margin: 40px 0 10px; font-family: "Manrope", sans-serif; font-size: 27px; letter-spacing: -.04em; }
.gs-about-values p { margin: 0; color: rgba(7,19,15,.68); }
.gs-about-visual .gs-button { margin-top: 45px; }

/* Scroll reveal / motion */
.js .gs-on-scroll { opacity: 0; transform: translateY(35px); transition: opacity .8s var(--gs-ease), transform .8s var(--gs-ease); }
.js .gs-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
	.gs-nav, .gs-header__cta { display: none; }
	.gs-menu-toggle { position: relative; z-index: 3; display: block; }
	.gs-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
	.gs-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
	.gs-mobile-panel { position: fixed; inset: 0; z-index: 990; display: block; min-height: 100vh; min-height: 100dvh; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; pointer-events: none; background: linear-gradient(145deg, #03100b 0%, #09271b 62%, #04100c 100%); transform: translateY(-16px); transition: opacity .45s var(--gs-ease), transform .45s var(--gs-ease), visibility 0s linear .45s; -webkit-overflow-scrolling: touch; }
	.gs-mobile-panel::before { content: ""; position: fixed; right: -25vw; bottom: -18vw; width: 70vw; height: 70vw; border: 1px solid rgba(215,182,111,.16); border-radius: 50%; box-shadow: 0 0 0 14vw rgba(215,182,111,.025), 0 0 0 28vw rgba(215,182,111,.018); pointer-events: none; }
	.gs-mobile-panel.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
	.gs-mobile-panel__inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; width: min(calc(100% - 64px), var(--gs-container)); min-height: 100vh; min-height: 100dvh; margin: auto; padding: 150px 0 max(50px, env(safe-area-inset-bottom)); }
	.gs-mobile-menu, .gs-mobile-panel .gs-menu { display: block; margin: 0; padding: 0; list-style: none; }
	.gs-mobile-menu a, .gs-mobile-panel .gs-menu a { display: block; padding: 10px 0; color: var(--gs-white); font-family: "Manrope", sans-serif; font-size: clamp(45px, 8vw, 80px); font-weight: 800; letter-spacing: -.06em; line-height: 1.05; }
	.gs-mobile-menu .current-menu-item > a, .gs-mobile-panel .gs-menu .current-menu-item > a { color: var(--gs-gold); }
	.gs-mobile-panel__foot { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid var(--gs-line); color: rgba(255,255,255,.55); font-size: 12px; }
	.gs-mobile-panel__foot p { max-width: 430px; margin: 0; }
	.gs-mobile-panel__foot a { color: var(--gs-gold); }
	.gs-focus-grid { grid-template-columns: 1fr 1.2fr; }
	.gs-focus-card:last-child { grid-column: 1 / -1; min-height: 320px; }
	.gs-focus-card:last-child .gs-focus-card__icon { margin-top: 45px; }
	.gs-journal__grid, .gs-post-grid { grid-template-columns: repeat(2, 1fr); }
	.gs-article-card:last-child { display: none; }
	.gs-social__rail { grid-template-columns: 1fr 1fr; }
	.gs-social-card--wide { grid-column: 2; }
	.gs-location__grid { gap: 50px; }
	.gs-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
	.admin-bar .gs-header { top: 46px; }
}

@media (max-width: 760px) {
	.gs-container { width: min(calc(100% - 36px), var(--gs-container)); }
	.gs-section { padding: 88px 0; }
	.gs-section-head--split,
	.gs-event-feature__top,
	.gs-location__grid { grid-template-columns: 1fr; gap: 36px; }
	.gs-section-head--split { margin-bottom: 54px; }
	.gs-section h2,
	.gs-location h2 { font-size: 52px; }
	.gs-header__inner { min-height: 76px; }
	.gs-brand__local-logo { height: 44px; max-width: 175px; }
	.gs-brand__emblem { width: 40px; height: 40px; }
	.gs-brand__type strong { font-size: 14px; }
	.gs-brand__type small { font-size: 6px; }
	.gs-mobile-panel__inner { width: calc(100% - 36px); padding-top: max(112px, calc(86px + env(safe-area-inset-top))); padding-bottom: max(34px, env(safe-area-inset-bottom)); }
	.gs-mobile-panel__foot { display: block; }
	.gs-mobile-panel__foot a { display: inline-block; margin-top: 15px; }
	.gs-hero { height: 100svh; min-height: 690px; }
	.gs-hero__shade { background: linear-gradient(0deg, rgba(2,10,7,.9) 0%, rgba(2,10,7,.35) 64%, rgba(2,10,7,.44)); }
	.gs-hero__content { align-items: end; padding-top: 120px; padding-bottom: 160px; }
	.gs-hero__copy { width: 100%; }
	.gs-hero__copy h1 { font-size: clamp(58px, 17.5vw, 84px); line-height: .82; }
	.gs-hero__intro { max-width: 92%; margin-top: 22px; font-size: 14px; }
	.gs-hero__actions { gap: 18px; margin-top: 28px; }
	.gs-hero__actions .gs-text-link { display: none; }
	.gs-button { min-height: 53px; padding: 0 22px; }
	.gs-hero__meta { display: none; }
	.gs-hero__controls { bottom: 28px; justify-content: center; }
	.gs-hero__controls > button { display: none; }
	.gs-hero__dots span { width: 18px; }
	.gs-hero__dots button[aria-selected="true"] span { width: 46px; }
	.gs-hero__scroll { display: none; }
	.gs-focus-grid { display: block; }
	.gs-focus-card { min-height: 360px; margin-bottom: 18px; }
	.gs-focus-card--feature { min-height: 500px; transform: none; }
	.gs-focus-card__icon { margin-top: 45px; }
	.gs-manifesto { min-height: 710px; }
	.gs-manifesto__shade { background: linear-gradient(0deg, rgba(3,14,10,.96), rgba(3,14,10,.38) 75%); }
	.gs-manifesto__media img { object-position: 60% center; }
	.gs-manifesto__statement { font-size: 49px; }
	.gs-manifesto__facts { grid-template-columns: 1fr; gap: 10px; margin-top: 60px; }
	.gs-manifesto__facts div { padding-top: 12px; }
	.gs-event-feature__top > p { font-size: 15px; }
	.gs-event-stage { min-height: 590px; border-radius: 25px; }
	.gs-event-stage > img { object-position: 57% center; }
	.gs-event-stage__content { left: 25px; right: 25px; bottom: 35px; }
	.gs-event-stage__content h3 { font-size: 51px; }
	.gs-event-stage__stamp { top: 28px; right: 25px; bottom: auto; width: 108px; height: 108px; }
	.gs-event-stage__stamp strong { font-size: 27px; }
	.gs-event-stage__tag { left: 25px; }
	.gs-event-stage__tag strong { display: none; }
	.gs-journal__grid, .gs-post-grid { grid-template-columns: 1fr; }
	.gs-article-card:last-child { display: block; }
	.gs-article-card__media { height: 330px; }
	.gs-social__head { display: block; }
	.gs-social__head .gs-button { margin-top: 30px; }
	.gs-social__rail { display: flex; width: calc(100vw - 18px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
	.gs-social-card { flex: 0 0 78vw; height: 440px; scroll-snap-align: start; }
	.gs-location { padding: 90px 0; }
	.gs-location__map { min-height: 390px; }
	.gs-location__actions { flex-wrap: wrap; }
	.gs-location__actions .gs-text-link { color: var(--gs-ink); }
	.gs-footer { padding-top: 85px; }
	.gs-footer__top { display: block; padding-bottom: 70px; }
	.gs-footer__top h2 { font-size: 60px; }
	.gs-orbit-link { width: 140px; height: 140px; margin-top: 45px; }
	.gs-footer__grid { grid-template-columns: 1fr; gap: 40px; }
	.gs-footer__bottom { display: block; }
	.gs-page-hero { min-height: 500px; padding-bottom: 55px; }
	.gs-page-hero h1 { font-size: 70px; }
	.gs-content-grid { grid-template-columns: 1fr; }
	.gs-about-story__grid,
	.gs-about-values__grid { grid-template-columns: 1fr; gap: 45px; }
	.gs-about-story__grid { gap: 10px; }
	.gs-about-values article { padding-bottom: 30px; }
	.gs-empty-state { padding: 40px 24px; }
	.gs-not-found h1 { font-size: 120px; }
	.gs-hero__media img { object-position: center center !important; }
	.gs-loader__stage { width: calc(100% - 24px); }
	.gs-loader__eyebrow { font-size: 8px; }
	.gs-loader__arena { height: clamp(235px, 68vw, 300px); }
	.gs-loader__subject { width: 92vw; }
	.gs-loader__fence { width: 54vw; height: 34%; }
	.gs-loader__name { font-size: clamp(15px, 4.4vw, 20px); }
	.gs-loader__progress,
	.gs-loader__count { width: min(88vw, 520px); }
}

@media (max-width: 782px) {
	.admin-bar .gs-mobile-panel__inner { padding-top: max(152px, calc(126px + env(safe-area-inset-top))); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.gs-loader { animation-duration: .3s !important; animation-delay: .4s !important; }
	.js .gs-on-scroll { opacity: 1; transform: none; }
}
