/* ==========================================================================
   Gold Star Liquor — main stylesheet
   ========================================================================== */

:root {
	--gs-black: #000000;
	--gs-ink: #111010;
	--gs-ink-2: #1e1c19;
	--gs-line-dark: rgba(232, 214, 170, .16);
	--gs-gold: #c7a148;
	--gs-gold-2: #dcc07e;
	--gs-gold-deep: #9b7a2f;
	--gs-cream: #f6f2ea;
	--gs-paper: #fbf9f5;
	--gs-white: #ffffff;
	--gs-text: #1b1a17;
	--gs-text-soft: #5d5850;
	--gs-text-light: #efe9dc;
	--gs-text-muted: #a8a193;
	--gs-line: #e6dfd1;
	--gs-radius: 14px;
	--gs-radius-sm: 8px;
	--gs-shadow: 0 18px 40px -22px rgba(20, 16, 8, .35);
	--gs-serif: "Cormorant Garamond", "Times New Roman", serif;
	--gs-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
	--gs-header-h: 84px;
	--gs-gutter: clamp(16px, 4vw, 40px);
	--gs-max: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--gs-paper);
	color: var(--gs-text);
	font-family: var(--gs-sans);
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-color: rgba(201, 162, 77, .5); text-underline-offset: 3px; }
a:hover { color: var(--gs-gold-deep); }
button { font: inherit; }
h1, h2, h3, h4 { font-family: var(--gs-serif); font-weight: 600; line-height: 1.12; margin: 0 0 .5em; letter-spacing: .005em; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.gs-skip { position: absolute; left: -999px; top: 8px; z-index: 999; background: var(--gs-gold); color: #000; padding: 8px 14px; }
.gs-skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--gs-gold); outline-offset: 3px; }

.gs-container { width: 100%; max-width: var(--gs-max); margin: 0 auto; padding: 0 var(--gs-gutter); }
.gs-icon { display: inline-flex; width: 1.15em; height: 1.15em; vertical-align: -.2em; }
.gs-icon svg { width: 100%; height: 100%; }

/* ---------- Typography helpers ---------- */
.gs-eyebrow {
	display: inline-block;
	font-family: var(--gs-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--gs-gold-deep);
	margin: 0 0 14px;
	text-decoration: none;
}
.gs-prose { font-size: 16.5px; color: var(--gs-text-soft); max-width: 72ch; }
.gs-prose p:last-child { margin-bottom: 0; }
.gs-prose--lead { font-size: 18.5px; color: var(--gs-text); }
.gs-prose--page { color: var(--gs-text); }
.gs-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--gs-text); white-space: nowrap; }
.gs-link:hover { color: var(--gs-gold-deep); }
.gs-link .gs-icon { transition: transform .25s ease; }
.gs-link:hover .gs-icon { transform: translateX(4px); }

/* ---------- Buttons ---------- */
.gs-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 50px; padding: 0 26px;
	border-radius: 999px; border: 1px solid transparent;
	font-family: var(--gs-sans); font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
	text-decoration: none; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.gs-btn--gold { background: linear-gradient(135deg, var(--gs-gold-2), var(--gs-gold) 55%, var(--gs-gold-deep)); color: #17130a; }
.gs-btn--gold:hover { color: #000; transform: translateY(-1px); box-shadow: 0 10px 24px -12px rgba(201, 162, 77, .8); }
.gs-btn--outline { border-color: var(--gs-text); color: var(--gs-text); background: transparent; }
.gs-btn--outline:hover { background: var(--gs-text); color: var(--gs-paper); }
.gs-btn--ghost { border-color: rgba(255, 255, 255, .45); color: #fff; }
.gs-btn--ghost:hover { background: #fff; color: #000; }

/* ---------- Header ---------- */
.gs-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(12, 11, 10, .96);
	color: var(--gs-text-light);
	border-bottom: 1px solid var(--gs-line-dark);
	transition: background .3s ease, box-shadow .3s ease;
}
.gs-has-hero .gs-header { position: fixed; left: 0; right: 0; background: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,0)); border-bottom-color: transparent; }
.gs-has-hero .gs-header.is-scrolled, .gs-header.is-scrolled { background: rgba(12, 11, 10, .97); border-bottom-color: var(--gs-line-dark); box-shadow: 0 8px 30px -20px #000; }
.admin-bar .gs-header { top: 32px; }
.gs-header__inner { display: flex; align-items: center; gap: 28px; height: var(--gs-header-h); }

.gs-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--gs-text-light); flex-shrink: 0; }
.gs-logo:hover { color: var(--gs-text-light); }
.gs-logo__img { max-height: 58px; width: auto; }
.gs-logo__mark { width: 40px; height: 40px; border: 1px solid var(--gs-gold); border-radius: 50%; display: grid; place-items: center; color: var(--gs-gold-2); }
.gs-logo__mark .gs-icon { width: 20px; height: 20px; }
.gs-logo__text { display: flex; flex-direction: column; line-height: 1; }
.gs-logo__name { font-family: var(--gs-serif); font-size: 26px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: linear-gradient(180deg, #f3dfa6, #c9a24d 70%, #a8842f); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gs-logo__sub { font-size: 10px; letter-spacing: .62em; text-transform: uppercase; color: var(--gs-text-muted); margin-top: 6px; padding-left: 2px; }

.gs-nav { margin-left: auto; }
.gs-menu { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.gs-menu > li { position: relative; }
.gs-menu a { display: block; padding: 10px 14px; font-size: 12.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; color: var(--gs-text-light); }
.gs-menu a:hover, .gs-menu .current-menu-item > a, .gs-menu .current-menu-ancestor > a, .gs-menu .current_page_item > a { color: var(--gs-gold-2); }
.gs-menu .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 240px; list-style: none; margin: 0; padding: 12px;
	background: var(--gs-ink); border: 1px solid var(--gs-line-dark); border-radius: var(--gs-radius-sm);
	display: grid; grid-template-columns: 1fr 1fr; gap: 0 8px; width: 380px;
	opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .22s ease; box-shadow: 0 24px 50px -24px #000;
}
.gs-menu li:hover > .sub-menu, .gs-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.gs-menu .sub-menu a { font-size: 12px; letter-spacing: .1em; padding: 9px 10px; border-radius: 6px; }
.gs-menu .sub-menu a:hover { background: rgba(201, 162, 77, .1); }
.gs-subtoggle { display: none; }

.gs-header__tools { display: flex; gap: 6px; }
.gs-iconbtn { width: 44px; height: 44px; display: grid; place-items: center; background: none; border: 1px solid transparent; border-radius: 50%; color: var(--gs-text-light); cursor: pointer; }
.gs-iconbtn:hover { border-color: var(--gs-line-dark); color: var(--gs-gold-2); }
.gs-iconbtn .gs-icon { width: 22px; height: 22px; }
.gs-nav-toggle { display: none; }

.gs-search { background: var(--gs-ink); border-top: 1px solid var(--gs-line-dark); padding: 18px 0; }
.gs-search__form { display: flex; gap: 12px; }
.gs-search__form input { flex: 1; min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--gs-line-dark); background: #0a0908; color: #fff; font: inherit; }

/* ---------- Page hero ---------- */
.gs-pagehero {
	position: relative; overflow: hidden;
	background: radial-gradient(1200px 400px at 85% -10%, rgba(201, 162, 77, .18), transparent 60%), var(--gs-black);
	color: var(--gs-text-light);
	padding: 38px 0 64px;
}
.gs-pagehero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gs-gold), transparent); opacity: .5; }
.gs-pagehero .gs-eyebrow { color: var(--gs-gold-2); }
.gs-pagehero__title { font-size: clamp(38px, 6vw, 72px); color: #fff; margin-bottom: 14px; max-width: 18ch; }
.gs-pagehero__intro { max-width: 60ch; color: var(--gs-text-muted); font-size: 17px; margin: 0; }
.gs-pagehero--compact { padding-bottom: 40px; }

.gs-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 30px; padding: 0; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gs-text-muted); }
.gs-crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.gs-crumbs a { text-decoration: none; }
.gs-crumbs a:hover { color: var(--gs-gold-2); }
.gs-product .gs-crumbs ol { color: var(--gs-text-soft); }
.gs-product .gs-crumbs a:hover { color: var(--gs-gold-deep); }

/* ---------- Filter bar ---------- */
.gs-filterbar { position: sticky; top: var(--gs-header-h); z-index: 20; background: rgba(251, 249, 245, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--gs-line); }
.admin-bar .gs-filterbar { top: calc(var(--gs-header-h) + 32px); }
.gs-filterbar__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding-top: 16px; padding-bottom: 16px; }
.gs-chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; flex: 1 1 520px; padding: 2px; margin: -2px; }
.gs-chips::-webkit-scrollbar { display: none; }
.gs-chip {
	flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px;
	padding: 9px 16px; border-radius: 999px; border: 1px solid var(--gs-line); background: var(--gs-white);
	font-size: 12.5px; font-weight: 500; letter-spacing: .04em; text-decoration: none; color: var(--gs-text); cursor: pointer; transition: all .2s ease;
}
.gs-chip:hover { border-color: var(--gs-gold); color: var(--gs-text); }
.gs-chip.is-active { background: var(--gs-black); border-color: var(--gs-black); color: var(--gs-gold-2); }
.gs-chip__count { font-size: 11px; color: var(--gs-text-muted); }
.gs-chip.is-active .gs-chip__count { color: var(--gs-text-muted); }
.gs-chips--light { margin-bottom: 28px; flex: none; }

.gs-filterbar__tools { display: flex; gap: 10px; flex: 0 1 auto; margin: 0; }
.gs-select select, .gs-searchfield input {
	height: 44px; border-radius: 999px; border: 1px solid var(--gs-line); background: var(--gs-white);
	font: inherit; font-size: 13.5px; color: var(--gs-text);
}
.gs-select select { padding: 0 38px 0 18px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23555' stroke-width='1.8'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 16px; background-position: right 14px center; max-width: 220px; }
.gs-searchfield { position: relative; display: block; }
.gs-searchfield .gs-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--gs-text-muted); }
.gs-searchfield input { padding: 0 18px 0 42px; width: 240px; }
.gs-select select:focus, .gs-searchfield input:focus { outline: none; border-color: var(--gs-gold); box-shadow: 0 0 0 3px rgba(201, 162, 77, .18); }

/* ---------- Grid & cards ---------- */
.gs-portfolio { padding-bottom: 80px; }
.gs-results { margin: 26px 0 18px; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gs-text-soft); }
.gs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; transition: opacity .25s ease; }
.is-loading .gs-grid { opacity: .4; pointer-events: none; }
.gs-grid--row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gs-grid__item { display: flex; }
.gs-grid__item > .gs-card { width: 100%; }
.gs-empty { grid-column: 1 / -1; text-align: center; padding: 60px 0; color: var(--gs-text-soft); font-family: var(--gs-serif); font-size: 22px; }

.gs-card {
	display: flex; flex-direction: column; background: var(--gs-white); border: 1px solid var(--gs-line); border-radius: var(--gs-radius);
	overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; position: relative;
}
.gs-card:hover { transform: translateY(-4px); box-shadow: var(--gs-shadow); border-color: #d9ceb6; }
.gs-card__media { display: block; aspect-ratio: 4 / 5; background: #fff; overflow: hidden; }
.gs-card__img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .6s ease; }
.gs-card:hover .gs-card__img { transform: scale(1.045); }
.gs-card__body { padding: 16px 18px 18px; border-top: 1px solid #f1ece2; display: flex; flex-direction: column; flex: 1; }
.gs-card__brand { font-size: 10.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gs-gold-deep); margin: 0 0 6px; }
.gs-card__title { font-size: 21px; line-height: 1.18; margin: 0 0 12px; }
.gs-card__title a { text-decoration: none; }
.gs-card__title a::after { content: ""; position: absolute; inset: 0; }
.gs-card__foot { margin-top: auto; display: flex; justify-content: space-between; gap: 10px; align-items: center; font-size: 12px; color: var(--gs-text-soft); }
.gs-card__cat { padding: 3px 10px; border-radius: 999px; background: var(--gs-cream); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.gs-noimg { display: grid; place-items: center; width: 100%; height: 100%; font-size: 48px; color: var(--gs-gold); background: var(--gs-cream); }

.gs-loadmore { display: flex; justify-content: center; margin-top: 44px; }
.gs-loadmore .page-numbers { display: inline-block; padding: 6px 12px; }

/* ---------- Sections ---------- */
.gs-section { padding: clamp(60px, 8vw, 110px) 0; }
.gs-section--flush { padding-top: 48px; }
.gs-section--tint { background: var(--gs-cream); }
.gs-section__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 36px; }
.gs-section__title { font-size: clamp(32px, 4vw, 50px); margin: 0; }

/* ---------- Single product ---------- */
.gs-product { padding-top: 34px; }
.gs-product__top { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; padding-bottom: 56px; }
.gs-product__gallery { position: sticky; top: calc(var(--gs-header-h) + 24px); }
.gs-product__stage {
	aspect-ratio: 1 / 1; border-radius: 22px; overflow: hidden; display: grid; place-items: center;
	background: radial-gradient(60% 55% at 50% 45%, #ffffff 0, #f7f3eb 60%, #efe8da 100%); border: 1px solid var(--gs-line);
}
.gs-product__img { width: 100%; height: 100%; object-fit: contain; padding: 6%; mix-blend-mode: multiply; }
.gs-product__thumbs { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.gs-thumb { width: 76px; height: 76px; padding: 0; border: 1px solid var(--gs-line); border-radius: 10px; overflow: hidden; background: #fff; cursor: pointer; opacity: .7; transition: all .2s ease; }
.gs-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gs-thumb.is-active, .gs-thumb:hover { opacity: 1; border-color: var(--gs-gold); }

.gs-product__summary { padding-top: 10px; }
.gs-product__brand { margin-bottom: 10px; }
.gs-product__title { font-size: clamp(38px, 5vw, 62px); margin-bottom: 22px; }
.gs-pills { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; padding: 0; }
.gs-pills li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--gs-white); border: 1px solid var(--gs-line); font-size: 13px; font-weight: 600; }
.gs-pills li span { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gs-text-muted); font-weight: 600; }
.gs-pills__link { padding: 0 !important; }
.gs-pills__link a { padding: 8px 14px; text-decoration: none; font-weight: 500; }
.gs-pills__link:hover { border-color: var(--gs-gold) !important; }
.gs-product__excerpt { font-size: 17.5px; color: var(--gs-text); margin-bottom: 28px; }
.gs-product__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.gs-quicknotes { list-style: none; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--gs-line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gs-quicknotes li { display: flex; gap: 10px; font-size: 13.5px; color: var(--gs-text-soft); line-height: 1.45; }
.gs-quicknotes .gs-icon { width: 26px; height: 26px; color: var(--gs-gold-deep); flex-shrink: 0; }
.gs-quicknotes strong { display: block; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gs-text); margin-bottom: 2px; }

.gs-tabs { border-top: 1px solid var(--gs-line); margin-bottom: 80px; }
.gs-tabs__nav { display: flex; gap: 6px; overflow-x: auto; border-bottom: 1px solid var(--gs-line); }
.gs-tabs__btn { padding: 22px 18px 18px; background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; font-size: 12.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gs-text-soft); cursor: pointer; white-space: nowrap; }
.gs-tabs__btn.is-active, .gs-tabs__btn:hover { color: var(--gs-text); border-bottom-color: var(--gs-gold); }
.gs-tabs__panel { padding-top: 38px; }
.gs-tabs__heading { font-size: 34px; margin-bottom: 20px; }
.gs-notes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-bottom: 20px; }
.gs-note { background: var(--gs-white); border: 1px solid var(--gs-line); border-radius: var(--gs-radius); padding: 24px 22px; }
.gs-note .gs-icon { width: 34px; height: 34px; color: var(--gs-gold-deep); margin-bottom: 14px; }
.gs-note h3 { font-size: 22px; margin-bottom: 8px; }
.gs-note p { margin: 0; color: var(--gs-text-soft); font-size: 15px; }
.gs-specs { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); border: 1px solid var(--gs-line); border-radius: var(--gs-radius); overflow: hidden; background: var(--gs-white); }
.gs-specs > div { padding: 20px 22px; border-right: 1px solid var(--gs-line); border-bottom: 1px solid var(--gs-line); margin: -1px -1px 0 0; }
.gs-specs dt { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gs-text-muted); margin-bottom: 6px; }
.gs-specs dd { margin: 0; font-family: var(--gs-serif); font-size: 21px; font-weight: 600; }
.gs-specs dd a { text-decoration: none; }

/* ---------- Brands ---------- */
.gs-brandgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gs-brandcard__link { position: relative; display: block; aspect-ratio: 4 / 3.2; border-radius: var(--gs-radius); overflow: hidden; text-decoration: none; color: #fff; background: var(--gs-ink); isolation: isolate; }
.gs-brandcard__media, .gs-brandcard__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gs-brandcard__media img { transition: transform .8s ease; }
.gs-brandcard__link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.82)); z-index: 1; transition: background .4s ease; }
.gs-brandcard__link:hover .gs-brandcard__media img { transform: scale(1.06); }
.gs-brandcard__link:hover { color: #fff; }
.gs-brandcard__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; z-index: 2; display: flex; flex-direction: column; }
.gs-brandcard__origin { font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gs-gold-2); margin-bottom: 6px; }
.gs-brandcard__title { font-family: var(--gs-serif); font-size: 30px; font-weight: 600; line-height: 1.05; }
.gs-brandcard__meta { margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.gs-brandcard__meta .gs-icon { transition: transform .25s ease; }
.gs-brandcard__link:hover .gs-brandcard__meta .gs-icon { transform: translateX(5px); }

.gs-brandhero { position: relative; min-height: min(88vh, 820px); display: flex; align-items: flex-end; background: var(--gs-black); color: #fff; overflow: hidden; padding: calc(var(--gs-header-h) + 30px) 0 70px; }
.gs-brandhero__media { position: absolute; inset: 0; }
.gs-brandhero__media video, .gs-brandhero__media img { width: 100%; height: 100%; object-fit: cover; }
.gs-brandhero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.85) 100%); }
.gs-brandhero__content { position: relative; z-index: 2; }
.gs-brandhero .gs-crumbs ol { color: rgba(255,255,255,.7); }
.gs-brandhero .gs-eyebrow { color: var(--gs-gold-2); }
.gs-brandhero__logo { max-height: 90px; width: auto; margin-bottom: 18px; }
.gs-brandhero__title { font-size: clamp(44px, 7vw, 92px); color: #fff; max-width: 16ch; margin-bottom: 26px; }

.gs-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 90px); align-items: center; }
.gs-split--single { grid-template-columns: minmax(0, 1fr); }
.gs-split__media { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: var(--gs-shadow); aspect-ratio: 4 / 3; }
.gs-split__media img { width: 100%; height: 100%; object-fit: cover; }
.gs-split .gs-section__title { margin-bottom: 22px; }

.gs-story { background: var(--gs-black); color: var(--gs-text-light); }
.gs-story .gs-eyebrow { color: var(--gs-gold-2); }
.gs-story__inner { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 60px; align-items: start; }
.gs-story__quote { margin: 0; font-family: var(--gs-serif); font-size: clamp(22px, 2.4vw, 30px); line-height: 1.45; color: #f4ecd9; font-style: italic; border-left: 2px solid var(--gs-gold); padding-left: 28px; }
.gs-downloads { background: var(--gs-ink-2); border: 1px solid var(--gs-line-dark); border-radius: var(--gs-radius); padding: 26px; }
.gs-downloads h3 { font-size: 24px; color: #fff; }
.gs-downloads ul { list-style: none; margin: 0; padding: 0; }
.gs-downloads a { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid var(--gs-line-dark); text-decoration: none; font-size: 14px; }
.gs-downloads a:hover { color: var(--gs-gold-2); }

.gs-brandnav { display: grid; grid-template-columns: 1fr 1fr; }
.gs-brandnav__item { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 260px; padding: 34px var(--gs-gutter); text-decoration: none; color: #fff; overflow: hidden; background: var(--gs-ink); }
.gs-brandnav__item--next { align-items: flex-end; text-align: right; }
.gs-brandnav__bg, .gs-brandnav__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gs-brandnav__bg { opacity: .45; transition: opacity .4s ease, transform .8s ease; }
.gs-brandnav__item:hover .gs-brandnav__bg { opacity: .65; transform: scale(1.04); }
.gs-brandnav__item:hover { color: #fff; }
.gs-brandnav__label, .gs-brandnav__title { position: relative; z-index: 1; }
.gs-brandnav__label { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gs-gold-2); }
.gs-brandnav__title { font-family: var(--gs-serif); font-size: clamp(26px, 3vw, 40px); font-weight: 600; margin-top: 6px; }

/* ---------- Home ---------- */
.gs-homehero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: center; background: var(--gs-black); color: #fff; overflow: hidden; padding: calc(var(--gs-header-h) + 40px) 0 80px; }
.gs-homehero__media { position: absolute; inset: 0; }
.gs-homehero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.gs-homehero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.25)); }
.gs-homehero__content { position: relative; z-index: 1; }
.gs-homehero .gs-eyebrow { color: var(--gs-gold-2); }
.gs-homehero__title { font-size: clamp(46px, 7.5vw, 104px); max-width: 13ch; color: #fff; }
.gs-homehero__text { max-width: 52ch; color: rgba(255,255,255,.78); font-size: 18px; margin-bottom: 34px; }
.gs-homehero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.gs-catstrip { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px; background: var(--gs-line); border: 1px solid var(--gs-line); border-radius: var(--gs-radius); overflow: hidden; }
.gs-catstrip__item { background: var(--gs-white); padding: 22px 18px; text-decoration: none; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; transition: background .2s ease; }
.gs-catstrip__item span { font-family: var(--gs-serif); font-size: 21px; font-weight: 600; }
.gs-catstrip__item small { color: var(--gs-text-muted); font-size: 12px; }
.gs-catstrip__item:hover { background: var(--gs-black); color: var(--gs-gold-2); }

/* ---------- Generic ---------- */
.gs-postlist { max-width: 860px; }
.gs-postitem { padding: 28px 0; border-bottom: 1px solid var(--gs-line); }
.gs-postitem h2 a { text-decoration: none; }
.gs-404 { padding: 120px 0; }

/* ---------- Footer ---------- */
.gs-footer { background: var(--gs-black); color: var(--gs-text-muted); padding-top: 80px; font-size: 14.5px; }
.gs-footer__grid { display: grid; grid-template-columns: 1.4fr 1.3fr .9fr 1fr; gap: 48px; padding-bottom: 60px; }
.gs-footer__brand p { margin-top: 20px; max-width: 34ch; }
.gs-footer__title { font-family: var(--gs-sans); font-size: 11.5px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--gs-gold-2); margin-bottom: 18px; }
.gs-footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.gs-footer__links--cols { grid-template-columns: 1fr 1fr; column-gap: 18px; }
.gs-footer a { text-decoration: none; color: var(--gs-text-light); }
.gs-footer a:hover { color: var(--gs-gold-2); }
.gs-social { list-style: none; display: flex; gap: 16px; padding: 0; margin: 20px 0 0; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.gs-footer__bottom { border-top: 1px solid var(--gs-line-dark); padding: 22px 0; font-size: 12.5px; }
.gs-footer__bottom .gs-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.gs-footer__bottom p { margin: 0; }

/* ---------- Motion ---------- */
.gs-reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.gs-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
	.gs-reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
	.gs-grid, .gs-grid--row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.gs-catstrip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.gs-notes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gs-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
	:root { --gs-header-h: 72px; }
	.gs-nav-toggle { display: grid; }
	.gs-nav {
		position: fixed; inset: var(--gs-header-h) 0 0 0; background: var(--gs-black); padding: 20px var(--gs-gutter) 40px;
		overflow-y: auto; transform: translateX(100%); transition: transform .35s ease; margin: 0;
	}
	.admin-bar .gs-nav { top: calc(var(--gs-header-h) + 46px); }
	.gs-nav.is-open { transform: none; }
	.gs-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.gs-menu > li { border-bottom: 1px solid var(--gs-line-dark); display: flex; flex-wrap: wrap; align-items: center; }
	.gs-menu > li > a { flex: 1; padding: 18px 4px; font-size: 14px; }
	.gs-subtoggle { display: grid; place-items: center; width: 44px; height: 44px; background: none; border: 0; color: var(--gs-gold-2); cursor: pointer; }
	.gs-subtoggle::before { content: "+"; font-size: 22px; line-height: 1; }
	.is-open > .gs-subtoggle::before { content: "–"; }
	.gs-menu .sub-menu { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; display: none; box-shadow: none; background: transparent; border: 0; padding: 0 0 14px; }
	.gs-menu .is-open > .sub-menu { display: grid; }
	.gs-nav-open { overflow: hidden; }
	.gs-header__inner { gap: 12px; }
	.gs-header__tools { margin-left: auto; }
	.gs-product__top { grid-template-columns: minmax(0, 1fr); }
	.gs-product__gallery { position: static; }
	.gs-split, .gs-story__inner { grid-template-columns: minmax(0, 1fr); }
	.gs-brandgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gs-filterbar__tools { width: 100%; }
	.gs-filterbar__tools .gs-searchfield { flex: 1; }
	.gs-searchfield input { width: 100%; }
}

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

@media (max-width: 680px) {
	.gs-grid, .gs-grid--row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.gs-card__img { padding: 10px; }
	.gs-card__body { padding: 12px 12px 14px; }
	.gs-card__title { font-size: 18px; }
	.gs-card__foot { flex-direction: column; align-items: flex-start; gap: 6px; }
	.gs-brandgrid { grid-template-columns: minmax(0, 1fr); }
	.gs-catstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gs-section__head { flex-direction: column; align-items: flex-start; }
	.gs-quicknotes { grid-template-columns: minmax(0, 1fr); }
	.gs-notes { grid-template-columns: minmax(0, 1fr); }
	.gs-filterbar { position: static; }
	.gs-filterbar__tools { flex-direction: column; }
	.gs-select select { max-width: none; width: 100%; }
	.gs-select { width: 100%; }
	.gs-brandnav { grid-template-columns: minmax(0, 1fr); }
	.gs-brandnav__item { min-height: 180px; }
	.gs-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
	.gs-logo__name { font-size: 22px; }
	.gs-logo__mark { width: 34px; height: 34px; }
	.gs-search__form { flex-direction: column; }
}

/* ==========================================================================
   Homepage
   ========================================================================== */
.gs-btn--dark { background: var(--gs-black); color: var(--gs-gold-2); border-color: var(--gs-black); }
.gs-btn--dark:hover { background: transparent; color: var(--gs-black); }
.gs-link--light { color: var(--gs-text-light); }
.gs-link--light:hover { color: var(--gs-gold-2); }

.gs-home-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 44px; }
.gs-home-head--center { flex-direction: column; align-items: center; text-align: center; }
.gs-home-head__title { font-size: clamp(36px, 4.6vw, 62px); margin: 0; letter-spacing: .01em; }
.gs-home-head__text { max-width: 52ch; margin: 14px 0 0; color: var(--gs-text-muted); }
.gs-eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 12px; opacity: .8; }
.gs-home-head--center .gs-eyebrow::after { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-left: 12px; opacity: .8; }

/* Hero */
.gs-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; background: var(--gs-black); color: #fff; overflow: hidden; padding: calc(var(--gs-header-h) + 40px) 0 120px; }
.gs-hero__media { position: absolute; inset: 0; }
.gs-hero__media picture { display: block; width: 100%; height: 100%; }
.gs-hero__media img, .gs-hero__media video { width: 100%; height: 100%; object-fit: cover; animation: gs-kenburns 22s ease-out both; }
.gs-hero__media::after { content: ""; position: absolute; inset: 0; background:
	linear-gradient(90deg, rgba(0,0,0,calc(var(--gs-overlay) + .25)) 0%, rgba(0,0,0,var(--gs-overlay)) 45%, rgba(0,0,0,calc(var(--gs-overlay) * .35)) 100%),
	linear-gradient(0deg, var(--gs-black) 0%, rgba(0,0,0,0) 28%); }
@keyframes gs-kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.gs-hero__content { position: relative; z-index: 2; }
.gs-hero__content > * { animation: gs-rise 1s cubic-bezier(.2,.7,.2,1) both; }
.gs-hero__content > *:nth-child(2) { animation-delay: .12s; }
.gs-hero__content > *:nth-child(3) { animation-delay: .24s; }
.gs-hero__content > *:nth-child(4) { animation-delay: .36s; }
@keyframes gs-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.gs-hero__eyebrow { display: flex; align-items: center; gap: 16px; font-size: 12.5px; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; color: var(--gs-gold-2); margin: 0 0 26px; }
.gs-hero__eyebrow span { width: 56px; height: 1px; background: var(--gs-gold); }
.gs-hero__title { font-size: clamp(46px, 7.4vw, 112px); line-height: .98; font-weight: 500; color: #fff; max-width: 13ch; margin: 0 0 28px; }
.gs-hero__text { max-width: 54ch; font-size: clamp(16px, 1.35vw, 19px); font-weight: 300; color: rgba(255,255,255,.82); margin: 0 0 40px; }
.gs-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.gs-hero__scroll { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.7); text-decoration: none; font-size: 10px; letter-spacing: .4em; text-transform: uppercase; }
.gs-hero__scroll i { width: 1px; height: 46px; background: linear-gradient(180deg, var(--gs-gold), transparent); animation: gs-scrollline 2s ease-in-out infinite; transform-origin: top; }
@keyframes gs-scrollline { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* Tiles */
.gs-tiles { position: relative; background-color: var(--gs-black); background-size: cover; background-position: center; padding: 20px 0 110px; }
.gs-tiles__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: -90px; position: relative; z-index: 3; }
.gs-tile { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: 4px; overflow: hidden; text-decoration: none; color: #fff; background: var(--gs-ink); box-shadow: 0 30px 60px -30px rgba(0,0,0,.9); isolation: isolate; }
.gs-tile__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.gs-tile::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.88)); transition: opacity .4s ease; }
.gs-tile::after { content: ""; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(199,161,72,.0); transition: border-color .45s ease, inset .45s ease; pointer-events: none; }
.gs-tile:hover::after { border-color: rgba(199,161,72,.75); inset: 16px; }
.gs-tile:hover .gs-tile__img { transform: scale(1.08); }
.gs-tile:hover { color: #fff; }
.gs-tile__num { position: absolute; top: 24px; left: 26px; z-index: 3; font-family: var(--gs-serif); font-size: 18px; color: var(--gs-gold-2); letter-spacing: .1em; }
.gs-tile__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 28px 26px; display: flex; flex-direction: column; }
.gs-tile__title { font-family: var(--gs-serif); font-size: clamp(24px, 2.2vw, 32px); font-weight: 600; line-height: 1.05; }
.gs-tile__text { font-size: 13px; color: rgba(255,255,255,.72); margin-top: 8px; letter-spacing: .02em; }
.gs-tile__arrow { margin-top: 18px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(199,161,72,.6); display: grid; place-items: center; color: var(--gs-gold-2); transition: all .35s ease; }
.gs-tile:hover .gs-tile__arrow { background: var(--gs-gold); color: #000; border-color: var(--gs-gold); }

/* About */
.gs-about { background-color: var(--gs-cream); background-size: cover; background-position: center; padding: clamp(80px, 10vw, 140px) 0; color: var(--gs-text); }
.gs-about__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.gs-about__title { font-size: clamp(38px, 4.8vw, 66px); line-height: 1.02; margin-bottom: 18px; text-transform: none; }
.gs-about__ornament { width: 150px; height: auto; margin: 6px 0 26px; opacity: .9; }
.gs-about__prose { margin-bottom: 34px; font-size: 17.5px; color: #3f3a32; }
.gs-about__media { margin: 0; position: relative; }
.gs-about__media img { width: 100%; height: auto; mix-blend-mode: multiply; }
.gs-stats { list-style: none; margin: clamp(56px, 7vw, 90px) 0 0; padding: 38px 0 0; border-top: 1px solid rgba(0,0,0,.14); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gs-stats li { display: flex; flex-direction: column; align-items: center; text-align: center; }
.gs-stats li + li { border-left: 1px solid rgba(0,0,0,.12); }
.gs-stats strong { font-family: var(--gs-serif); font-size: clamp(46px, 5.5vw, 78px); line-height: 1; font-weight: 600; color: var(--gs-gold-deep); }
.gs-stats span { margin-top: 10px; font-size: 12px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: #5a5348; }

/* Band */
.gs-band { position: relative; background-color: var(--gs-black); background-size: cover; background-position: center; background-attachment: fixed; color: #fff; text-align: center; padding: clamp(100px, 13vw, 190px) 0; }
.gs-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,0,0,.55), rgba(0,0,0,.85)); }
.gs-band__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.gs-band .gs-eyebrow { color: var(--gs-gold-2); }
.gs-band .gs-eyebrow::after { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-left: 12px; opacity: .8; }
.gs-band__badge { max-width: 140px; height: auto; margin-bottom: 28px; }
.gs-band__star { width: 64px; height: 64px; border: 1px solid var(--gs-gold); border-radius: 50%; display: grid; place-items: center; color: var(--gs-gold-2); margin-bottom: 28px; }
.gs-band__star .gs-icon { width: 26px; height: 26px; }
.gs-band__title { font-size: clamp(34px, 4.6vw, 62px); color: #fff; max-width: 20ch; font-weight: 500; }
.gs-band__text { max-width: 60ch; color: rgba(255,255,255,.78); font-size: 17px; margin: 6px 0 36px; font-weight: 300; }

/* Services */
.gs-services { background-color: var(--gs-cream); background-size: cover; background-position: center; padding: clamp(80px, 10vw, 130px) 0; }
.gs-services__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid rgba(0,0,0,.12); background: rgba(255,255,255,.35); backdrop-filter: blur(2px); }
.gs-service { position: relative; padding: 40px 28px 40px; text-align: center; border-right: 1px solid rgba(0,0,0,.12); transition: background .35s ease; }
.gs-service:last-child { border-right: 0; }
.gs-service:hover { background: rgba(255,255,255,.7); }
.gs-service__num { position: absolute; top: 16px; left: 18px; font-family: var(--gs-serif); font-size: 15px; color: var(--gs-gold-deep); }
.gs-service__icon { display: block; aspect-ratio: 16 / 9; margin: 6px 0 26px; overflow: hidden; }
.gs-service__icon img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s ease; }
.gs-service:hover .gs-service__icon img { transform: scale(1.06); }
.gs-service__title { font-size: 25px; margin-bottom: 10px; }
.gs-service__text { font-size: 15px; color: #5a5348; margin: 0; }

/* Carousels */
.gs-homebrands { background: var(--gs-black); color: var(--gs-text-light); padding: clamp(80px, 10vw, 130px) 0; overflow: hidden; }
.gs-homebrands .gs-eyebrow { color: var(--gs-gold-2); }
.gs-homebrands .gs-home-head__title { color: #fff; }
.gs-carousel__nav { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.gs-carousel__nav .gs-link { margin-left: 14px; }
.gs-carousel__btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(199,161,72,.55); background: transparent; color: var(--gs-gold-2); display: grid; place-items: center; cursor: pointer; transition: all .25s ease; }
.gs-carousel__btn:hover { background: var(--gs-gold); color: #000; border-color: var(--gs-gold); }
.gs-carousel__btn:disabled { opacity: .3; cursor: default; background: transparent; color: var(--gs-gold-2); }
.gs-carousel__btn--dark { border-color: rgba(0,0,0,.25); color: var(--gs-text); }
.gs-carousel__btn--dark:disabled { color: var(--gs-text); }
.gs-carousel__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: clamp(250px, 26vw, 360px); gap: 22px;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-x: contain;
	padding: 0 max(var(--gs-gutter), calc((100vw - var(--gs-max)) / 2 + var(--gs-gutter))) 10px;
	scroll-padding: 0 max(var(--gs-gutter), calc((100vw - var(--gs-max)) / 2 + var(--gs-gutter)));
}
.gs-carousel__track::-webkit-scrollbar { display: none; }
.gs-carousel__track > * { scroll-snap-align: start; }
.gs-bslide { position: relative; display: block; aspect-ratio: 1 / 1.12; border-radius: 4px; overflow: hidden; text-decoration: none; color: #fff; background: var(--gs-ink); isolation: isolate; }
.gs-bslide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease; filter: saturate(.9); }
.gs-bslide::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.9)); }
.gs-bslide:hover img { transform: scale(1.07); filter: saturate(1.05); }
.gs-bslide:hover { color: #fff; }
.gs-bslide__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px; display: flex; flex-direction: column; }
.gs-bslide__origin { font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gs-gold-2); margin-bottom: 8px; }
.gs-bslide__title { font-family: var(--gs-serif); font-size: 30px; font-weight: 600; line-height: 1.05; }
.gs-bslide__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.8); max-height: 0; opacity: 0; overflow: hidden; transition: all .4s ease; }
.gs-bslide:hover .gs-bslide__cta, .gs-bslide:focus-visible .gs-bslide__cta { max-height: 30px; opacity: 1; }

.gs-homeproducts { background: var(--gs-paper); padding: clamp(80px, 10vw, 130px) 0; overflow: hidden; }
.gs-carousel__track--products { grid-auto-columns: clamp(220px, 21vw, 290px); }
.gs-pslide { display: flex; }
.gs-pslide .gs-card { width: 100%; }

/* CTA */
.gs-cta { position: relative; background-color: var(--gs-black); background-size: cover; background-position: center; color: #fff; text-align: center; padding: clamp(100px, 12vw, 170px) 0; }
.gs-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.86)); }
.gs-cta::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(199,161,72,.35); pointer-events: none; }
.gs-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.gs-cta .gs-eyebrow { color: var(--gs-gold-2); }
.gs-cta .gs-eyebrow::after { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-left: 12px; opacity: .8; }
.gs-cta__title { font-size: clamp(40px, 5.6vw, 78px); color: #fff; font-weight: 500; }
.gs-cta__text { max-width: 56ch; color: rgba(255,255,255,.8); font-size: 17px; font-weight: 300; margin: 4px 0 36px; }

@media (max-width: 1100px) {
	.gs-tiles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gs-tile { aspect-ratio: 4 / 3.4; }
	.gs-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gs-service:nth-child(2) { border-right: 0; }
	.gs-service:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.12); }
}
@media (max-width: 960px) {
	.gs-about__grid { grid-template-columns: minmax(0, 1fr); }
	.gs-about__media { max-width: 520px; }
	.gs-band { background-attachment: scroll; }
	.gs-home-head { flex-direction: column; align-items: flex-start; }
	.gs-home-head--center { align-items: center; }
}
@media (max-width: 680px) {
	.gs-hero { padding-bottom: 100px; }
	.gs-hero__cta .gs-btn { width: 100%; }
	.gs-tiles__grid { grid-template-columns: minmax(0, 1fr); gap: 14px; margin-top: -60px; }
	.gs-tile { aspect-ratio: 16 / 10; }
	.gs-tile__arrow { display: none; }
	.gs-stats { grid-template-columns: minmax(0, 1fr); }
	.gs-stats li + li { border-left: 0; border-top: 1px solid rgba(0,0,0,.12); padding-top: 24px; }
	.gs-services__grid { grid-template-columns: minmax(0, 1fr); }
	.gs-service { border-right: 0 !important; border-bottom: 1px solid rgba(0,0,0,.12); }
	.gs-service:last-child { border-bottom: 0; }
	.gs-carousel__btn { width: 44px; height: 44px; }
	.gs-carousel__track { grid-auto-columns: 78vw; gap: 14px; }
	.gs-carousel__track--products { grid-auto-columns: 62vw; }
	.gs-cta::after { inset: 12px; }
}
