/* =========================================================
   GENMYTH THEME — Bold Streetwear · Black + Yellow
   Design tokens · Layout · Components · WooCommerce
   ========================================================= */

/* -------- 1. TOKENS -------- */
:root {
	--gm-bg: #0A0A0A;
	--gm-bg-2: #111111;
	--gm-bg-3: #171717;
	--gm-bg-4: #1F1F1F;
	--gm-line: #262626;
	--gm-line-2: #333333;
	--gm-text: #F5F5F5;
	--gm-text-2: #B5B5B5;
	--gm-text-3: #7A7A7A;
	--gm-yellow: #FFD400;
	--gm-yellow-2: #FFE94D;
	--gm-yellow-ink: #0A0A0A;
	--gm-danger: #FF5252;

	--gm-r-sm: 8px;
	--gm-r-md: 14px;
	--gm-r-lg: 22px;
	--gm-r-pill: 999px;

	--gm-shadow-y: 0 20px 60px -20px rgba(255,212,0,0.35);
	--gm-shadow-d: 0 24px 80px -20px rgba(0,0,0,0.6);

	--gm-font-display: 'Anton', 'Bebas Neue', Impact, sans-serif;
	--gm-font-head: 'Bebas Neue', 'Anton', sans-serif;
	--gm-font-body: 'Inter Tight', system-ui, -apple-system, sans-serif;
	--gm-font-mono: 'JetBrains Mono', ui-monospace, monospace;

	--gm-container: 1280px;
	--gm-transition: 250ms cubic-bezier(.2,.7,.2,1);
}

/* -------- 2. RESET & BASE -------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--gm-bg);
	color: var(--gm-text);
	font-family: var(--gm-font-body);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
::selection { background: var(--gm-yellow); color: var(--gm-yellow-ink); }
img,svg,video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--gm-transition), opacity var(--gm-transition); }
a:hover { color: var(--gm-yellow); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }

.gm-container { max-width: var(--gm-container); margin: 0 auto; padding: 0 24px; }
@media (max-width: 640px) { .gm-container { padding: 0 18px; } }

.screen-reader-text { position: absolute!important; clip: rect(1px,1px,1px,1px); width:1px; height:1px; overflow:hidden; }
.skip-link { position:absolute; top:-40px; left:8px; background:var(--gm-yellow); color:#000; padding:8px 12px; z-index:9999; }
.skip-link:focus { top:8px; }

/* -------- 3. TYPOGRAPHY -------- */
h1,h2,h3,h4 { font-family: var(--gm-font-head); font-weight: 400; margin: 0; letter-spacing: 0.01em; text-transform: uppercase; line-height: 0.95; }
h1 { font-size: clamp(2.6rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.05rem; letter-spacing: 0.08em; }
p { margin: 0 0 1em; color: var(--gm-text-2); }
.gm-h2 { font-family: var(--gm-font-display); font-size: clamp(2.5rem, 5.5vw, 4.4rem); line-height: 0.92; }
.gm-h2 em { font-style: normal; color: var(--gm-yellow); }

.gm-eyebrow {
	font-family: var(--gm-font-mono);
	font-size: 12px;
	letter-spacing: 0.14em;
	color: var(--gm-text-3);
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 14px;
}
.gm-eyebrow--y { color: var(--gm-yellow); }

.gm-lead { font-size: 1.15rem; color: var(--gm-text); line-height: 1.55; margin-bottom: 1.5em; }

/* -------- 4. BUTTONS -------- */
.gm-btn {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 14px 26px;
	border: 2px solid var(--gm-text);
	background: transparent; color: var(--gm-text);
	font-family: var(--gm-font-head); font-size: 1rem; letter-spacing: 0.12em; text-transform: uppercase;
	border-radius: var(--gm-r-pill);
	transition: transform var(--gm-transition), background-color var(--gm-transition), color var(--gm-transition), border-color var(--gm-transition), box-shadow var(--gm-transition);
	cursor: pointer;
	white-space: nowrap;
}
.gm-btn:hover { transform: translateY(-2px); }
.gm-btn--yellow { background: var(--gm-yellow); color: var(--gm-yellow-ink); border-color: var(--gm-yellow); }
.gm-btn--yellow:hover { background: var(--gm-yellow-2); border-color: var(--gm-yellow-2); color: var(--gm-yellow-ink); box-shadow: var(--gm-shadow-y); }
.gm-btn--ghost { border-color: var(--gm-line-2); color: var(--gm-text); }
.gm-btn--ghost:hover { border-color: var(--gm-yellow); color: var(--gm-yellow); background: transparent; }
.gm-btn--lg { padding: 18px 36px; font-size: 1.1rem; }
.gm-btn--sm { padding: 10px 18px; font-size: 0.85rem; }
.gm-btn--full { width: 100%; justify-content: center; }

.gm-icon-btn {
	position: relative;
	width: 42px; height: 42px;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--gm-text);
	border-radius: var(--gm-r-pill);
	transition: background-color var(--gm-transition), color var(--gm-transition);
}
.gm-icon-btn:hover { background: var(--gm-bg-3); color: var(--gm-yellow); }
.gm-icon-btn svg { width: 20px; height: 20px; }

.gm-cart-btn { position: relative; }
.gm-cart-count {
	position: absolute; top: 2px; right: 2px;
	background: var(--gm-yellow); color: var(--gm-yellow-ink);
	font-family: var(--gm-font-mono); font-size: 10px; font-weight: 600;
	min-width: 18px; height: 18px; padding: 0 5px;
	border-radius: var(--gm-r-pill);
	display: inline-flex; align-items: center; justify-content: center;
}

.gm-link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gm-yellow); font-family: var(--gm-font-mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.gm-link-arrow span { transition: transform var(--gm-transition); }
.gm-link-arrow:hover span { transform: translateX(6px); }
.gm-link-arrow--lg { font-size: 15px; }

/* -------- 5. ANNOUNCE BAR + HEADER -------- */
.gm-announce {
	background: var(--gm-yellow); color: var(--gm-yellow-ink);
	font-family: var(--gm-font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
	overflow: hidden; padding: 8px 0;
	text-transform: uppercase;
}
.gm-marquee { display: flex; gap: 40px; white-space: nowrap; animation: gm-marquee 40s linear infinite; }
.gm-marquee span { display: inline-block; }
@keyframes gm-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.gm-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(10,10,10,0.85);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color var(--gm-transition), background-color var(--gm-transition);
}
.gm-header.is-stuck { border-bottom-color: var(--gm-line); background: rgba(10,10,10,0.95); }
.gm-header__inner {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	min-height: 76px;
}
.gm-header__burger { display: none; flex-direction: column; gap: 5px; width: 34px; height: 34px; align-items: center; justify-content: center; }
.gm-header__burger span { width: 22px; height: 2px; background: var(--gm-text); border-radius: 2px; }

.gm-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--gm-font-display); letter-spacing: 0.06em; }
.gm-logo__mark {
	width: 34px; height: 34px; background: var(--gm-yellow); color: #000;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 1.3rem; border-radius: 8px;
	transform: rotate(-6deg);
	transition: transform var(--gm-transition);
}
.gm-logo:hover .gm-logo__mark { transform: rotate(6deg); }
.gm-logo__word { font-size: 1.35rem; color: var(--gm-text); letter-spacing: 0.14em; }
.gm-logo--lg .gm-logo__word { font-size: 2rem; }
.gm-logo--lg .gm-logo__mark { width: 48px; height: 48px; font-size: 1.8rem; }

.gm-nav__list, .gm-drawer__list {
	list-style: none; margin: 0; padding: 0;
	display: flex; align-items: center; gap: 6px;
}
.gm-nav__list li a {
	font-family: var(--gm-font-mono); font-size: 13px;
	letter-spacing: 0.1em; text-transform: uppercase;
	padding: 10px 14px; border-radius: var(--gm-r-pill);
	color: var(--gm-text-2);
}
.gm-nav__list li a:hover, .gm-nav__list li.current-menu-item a {
	color: var(--gm-text); background: var(--gm-bg-3);
}
.gm-header__actions { display: flex; align-items: center; gap: 4px; }

.gm-search {
	max-height: 0; overflow: hidden;
	transition: max-height 350ms cubic-bezier(.2,.7,.2,1);
	border-top: 1px solid transparent;
}
.gm-search.is-open { max-height: 100px; border-top-color: var(--gm-line); padding: 18px 0; }
.gm-search .gm-searchform { display: flex; gap: 10px; }
.gm-searchform input {
	flex: 1; padding: 14px 20px; background: var(--gm-bg-3);
	border: 1px solid var(--gm-line); border-radius: var(--gm-r-pill);
	color: var(--gm-text); font-size: 15px;
}
.gm-searchform input:focus { outline: 2px solid var(--gm-yellow); }
.gm-searchform button {
	padding: 14px 28px; background: var(--gm-yellow); color: #000;
	border-radius: var(--gm-r-pill); font-family: var(--gm-font-head);
	letter-spacing: 0.14em; text-transform: uppercase;
}

/* Mobile drawer */
.gm-drawer { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.gm-drawer.is-open { pointer-events: auto; }
.gm-drawer__scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.7); opacity: 0; transition: opacity 300ms; }
.gm-drawer.is-open .gm-drawer__scrim { opacity: 1; }
.gm-drawer__panel {
	position: absolute; top: 0; left: 0; bottom: 0;
	width: min(360px, 88vw);
	background: var(--gm-bg-2);
	transform: translateX(-100%);
	transition: transform 350ms cubic-bezier(.2,.7,.2,1);
	padding: 24px; display: flex; flex-direction: column; gap: 24px;
}
.gm-drawer.is-open .gm-drawer__panel { transform: none; }
.gm-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--gm-line); }
.gm-drawer__list { flex-direction: column; align-items: stretch; gap: 0; }
.gm-drawer__list li { border-bottom: 1px solid var(--gm-line); }
.gm-drawer__list li a { display: block; padding: 18px 4px; font-family: var(--gm-font-head); font-size: 1.4rem; text-transform: uppercase; letter-spacing: 0.06em; }
.gm-drawer__cta { margin-top: auto; }

/* -------- 6. HERO -------- */
.gm-hero { position: relative; overflow: hidden; padding: 90px 0 120px; }
.gm-hero__bg { position: absolute; inset: 0; z-index: 0; }
.gm-hero__grain {
	position: absolute; inset: 0;
	background-image:
		radial-gradient(1px 1px at 25% 30%, rgba(255,255,255,0.06) 40%, transparent 41%),
		radial-gradient(1px 1px at 75% 60%, rgba(255,255,255,0.05) 40%, transparent 41%),
		radial-gradient(1px 1px at 45% 80%, rgba(255,255,255,0.04) 40%, transparent 41%);
	background-size: 3px 3px, 4px 4px, 5px 5px;
	opacity: 0.9;
}
.gm-hero__blob {
	position: absolute; width: 700px; height: 700px; border-radius: 50%;
	filter: blur(120px); opacity: 0.14;
}
.gm-hero__blob--y { background: var(--gm-yellow); top: -200px; right: -200px; }

.gm-hero__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center;
}
.gm-hero__title { font-family: var(--gm-font-display); line-height: 0.9; margin: 18px 0 22px; }
.gm-hero__title .line { display: block; font-size: clamp(3.5rem, 9vw, 8.5rem); }
.gm-hero__title .line--yellow { color: var(--gm-yellow); }
.gm-hero__title .line--outline {
	-webkit-text-stroke: 2px var(--gm-text);
	color: transparent;
}
.gm-hero__sub { font-size: 1.15rem; color: var(--gm-text-2); max-width: 520px; margin-bottom: 32px; }
.gm-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.gm-hero__meta {
	list-style: none; padding: 0; margin: 0;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
	border-top: 1px solid var(--gm-line); padding-top: 22px;
}
.gm-hero__meta li { display: flex; flex-direction: column; }
.gm-hero__meta strong { font-family: var(--gm-font-head); font-size: 1.5rem; color: var(--gm-text); letter-spacing: 0.03em; }
.gm-hero__meta span { font-family: var(--gm-font-mono); font-size: 11px; color: var(--gm-text-3); letter-spacing: 0.1em; text-transform: uppercase; }

.gm-hero__art { position: relative; height: 520px; }
.gm-hero__card {
	position: absolute;
	width: 220px; height: 300px;
	background: var(--gm-bg-3);
	border: 1px solid var(--gm-line);
	border-radius: var(--gm-r-lg);
	padding: 22px;
	display: flex; flex-direction: column; justify-content: space-between;
	box-shadow: var(--gm-shadow-d);
	transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}
.gm-hero__card:hover { transform: translateY(-8px) rotate(0deg) !important; }
.gm-hero__card--1 { top: 20px;  left: 20px;  transform: rotate(-8deg); background: var(--gm-bg-3); }
.gm-hero__card--2 { top: 70px;  right: 30px; transform: rotate(6deg); background: var(--gm-yellow); color: #000; }
.gm-hero__card--2 .gm-hero__cardMeta span { color: rgba(0,0,0,0.65) !important; }
.gm-hero__card--3 { bottom: 20px; left: 80px; transform: rotate(-4deg); }
.gm-hero__cardShape { font-size: 4rem; font-family: var(--gm-font-display); }
.gm-hero__cardMeta { display: flex; flex-direction: column; }
.gm-hero__cardMeta span:first-child { font-family: var(--gm-font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--gm-text-3); }
.gm-hero__cardMeta span:last-child { font-family: var(--gm-font-head); font-size: 1.5rem; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 4px; }

.gm-hero__badge {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%) rotate(-15deg);
	background: var(--gm-yellow); color: #000;
	width: 130px; height: 130px; border-radius: 50%;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	font-family: var(--gm-font-display);
	box-shadow: 0 20px 60px -10px rgba(255,212,0,0.5);
	animation: gm-spin 12s linear infinite;
}
.gm-hero__badge span { font-family: var(--gm-font-mono); font-size: 10px; letter-spacing: 0.14em; }
.gm-hero__badge strong { font-size: 1.6rem; letter-spacing: 0.05em; }
@keyframes gm-spin { to { transform: translate(-50%, -50%) rotate(345deg); } }

/* -------- 7. STRIP -------- */
.gm-strip { border-top: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line); padding: 22px 0; background: var(--gm-bg-2); }
.gm-strip__row {
	display: flex; align-items: center; gap: 52px; flex-wrap: wrap; justify-content: center;
	font-family: var(--gm-font-head); letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--gm-text-3); font-size: 1rem;
}
.gm-strip__row span:first-child { color: var(--gm-yellow); }

/* -------- 8. SECTIONS common -------- */
.gm-cats, .gm-featured, .gm-manifesto, .gm-quotes, .gm-cta-band, .gm-about, .gm-contact, .gm-size, .gm-faq, .gm-track, .gm-404 { padding: 100px 0; }
.gm-section-head { margin-bottom: 48px; }
.gm-section-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }

/* Reveal anim */
.gm-reveal > * { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.gm-reveal.is-in > * { opacity: 1; transform: none; }
.gm-reveal.is-in > *:nth-child(2) { transition-delay: 80ms; }
.gm-reveal.is-in > *:nth-child(3) { transition-delay: 160ms; }
.gm-reveal.is-in > *:nth-child(4) { transition-delay: 240ms; }

/* -------- 9. CATEGORIES -------- */
.gm-cats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gm-cat {
	position: relative;
	background: var(--gm-bg-2);
	border: 1px solid var(--gm-line);
	border-radius: var(--gm-r-lg);
	padding: 30px;
	min-height: 280px;
	display: flex; flex-direction: column; justify-content: space-between;
	overflow: hidden;
	transition: transform var(--gm-transition), border-color var(--gm-transition);
}
.gm-cat:hover { transform: translateY(-6px); border-color: var(--gm-yellow); }
.gm-cat__glyph { font-family: var(--gm-font-display); font-size: 6rem; color: var(--gm-text-3); line-height: 1; transition: color var(--gm-transition); }
.gm-cat:hover .gm-cat__glyph { color: var(--gm-yellow); }
.gm-cat h3 { font-size: 1.5rem; margin-top: 12px; }
.gm-cat span { font-family: var(--gm-font-mono); font-size: 12px; color: var(--gm-text-3); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 8px; }
.gm-cat--yellow { background: var(--gm-yellow); color: #000; border-color: var(--gm-yellow); }
.gm-cat--yellow .gm-cat__glyph { color: rgba(0,0,0,0.4); }
.gm-cat--yellow:hover .gm-cat__glyph { color: #000; }
.gm-cat--yellow span { color: rgba(0,0,0,0.7); }
.gm-cat--dark { background: #000; }

/* -------- 10. PRODUCT GRID -------- */
.gm-products-grid, ul.products {
	list-style: none; padding: 0; margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
ul.products.columns-3 { grid-template-columns: repeat(3, 1fr); }
ul.products.columns-2 { grid-template-columns: repeat(2, 1fr); }

.gm-product-card, li.product {
	list-style: none;
	background: var(--gm-bg-2);
	border: 1px solid var(--gm-line);
	border-radius: var(--gm-r-lg);
	overflow: hidden;
	transition: transform var(--gm-transition), border-color var(--gm-transition), box-shadow var(--gm-transition);
	display: flex; flex-direction: column;
}
.gm-product-card:hover, li.product:hover {
	transform: translateY(-6px); border-color: var(--gm-yellow);
	box-shadow: 0 30px 60px -30px rgba(255,212,0,0.15);
}
.gm-product-card__thumb, li.product > a:first-child {
	display: block; position: relative;
	aspect-ratio: 1/1.15;
	background: #0d0d0d;
	overflow: hidden;
}
.gm-product-card__thumb img, li.product img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.gm-product-card:hover img, li.product:hover img { transform: scale(1.06); }
.gm-product-card__glyph {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
	font-family: var(--gm-font-display); font-size: 6rem; color: var(--gm-yellow); opacity: 0.9;
	text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.gm-product-card__body, li.product .price, li.product .woocommerce-loop-product__title {
	padding: 18px 20px 22px;
}
.gm-product-card__body { padding: 20px; display:flex; flex-direction: column; gap: 10px; }
.gm-product-card h3, li.product .woocommerce-loop-product__title {
	font-family: var(--gm-font-head); font-size: 1.15rem !important;
	letter-spacing: 0.04em; text-transform: uppercase; padding: 0 !important;
	margin: 0;
	color: var(--gm-text);
}
.gm-product-card h3 a { color: inherit; }
.gm-price, li.product .price {
	display: flex; align-items: baseline; gap: 10px;
	font-family: var(--gm-font-mono);
	color: var(--gm-yellow) !important;
	font-size: 1.05rem !important;
	padding: 0 !important;
	margin: 0 !important;
}
.gm-price__was, .price del, .price ins { text-decoration: none; }
.gm-price__was, .price del { color: var(--gm-text-3) !important; text-decoration: line-through; font-size: 0.85rem; }
.gm-price ins, .price ins { color: var(--gm-yellow) !important; text-decoration: none; }

.gm-sale-badge {
	position: absolute; top: 14px; left: 14px; z-index: 2;
	background: var(--gm-yellow); color: #000;
	font-family: var(--gm-font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.14em;
	padding: 6px 10px; border-radius: 4px;
}
li.product .button, li.product .add_to_cart_button {
	background: transparent !important; color: var(--gm-text) !important;
	border: 2px solid var(--gm-line-2) !important;
	border-radius: var(--gm-r-pill) !important;
	padding: 10px 18px !important;
	font-family: var(--gm-font-head) !important; letter-spacing: 0.12em !important; text-transform: uppercase !important;
	font-size: 0.85rem !important;
	margin-top: 8px !important;
	transition: all var(--gm-transition) !important;
}
li.product .button:hover { background: var(--gm-yellow) !important; color: #000 !important; border-color: var(--gm-yellow) !important; }

/* -------- 11. MANIFESTO -------- */
.gm-manifesto__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.gm-check { list-style: none; padding: 0; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 10px; }
.gm-check li { padding-left: 28px; position: relative; color: var(--gm-text); }
.gm-check li::before {
	content: "✓"; position: absolute; left: 0; top: 0;
	width: 20px; height: 20px;
	background: var(--gm-yellow); color: #000;
	border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 12px; font-weight: 700;
}

.gm-stack { display: flex; flex-direction: column; gap: 14px; transform: rotate(-2deg); }
.gm-stack__tag {
	background: var(--gm-bg-3); border: 1px solid var(--gm-line);
	padding: 18px 24px; border-radius: var(--gm-r-md);
	font-family: var(--gm-font-display); font-size: 1.6rem; letter-spacing: 0.06em; text-transform: uppercase;
	text-align: center;
}
.gm-stack__tag--y { background: var(--gm-yellow); color: #000; border-color: var(--gm-yellow); }

/* -------- 12. TESTIMONIALS -------- */
.gm-quotes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.gm-quote {
	background: var(--gm-bg-2); border: 1px solid var(--gm-line);
	border-radius: var(--gm-r-lg); padding: 30px;
	margin: 0;
}
.gm-quote blockquote { margin: 0 0 22px; font-size: 1.1rem; line-height: 1.55; color: var(--gm-text); }
.gm-quote figcaption { color: var(--gm-text-3); font-size: 0.9rem; margin-bottom: 12px; }
.gm-quote figcaption strong { color: var(--gm-text); }
.gm-stars { color: var(--gm-yellow); letter-spacing: 4px; }
.gm-quote--y { background: var(--gm-yellow); color: #000; border-color: var(--gm-yellow); }
.gm-quote--y blockquote, .gm-quote--y figcaption strong { color: #000; }
.gm-quote--y figcaption { color: rgba(0,0,0,0.7); }
.gm-quote--y .gm-stars { color: #000; }

/* -------- 13. CTA BAND -------- */
.gm-cta-band { background: var(--gm-yellow); color: #000; padding: 80px 0; }
.gm-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.gm-cta-band h2 { font-family: var(--gm-font-display); font-size: clamp(2rem, 5vw, 4rem); color: #000; }
.gm-cta-band h2 em { font-style: normal; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 8px; }
.gm-cta-band .gm-btn { background: #000; color: var(--gm-yellow); border-color: #000; }
.gm-cta-band .gm-btn:hover { background: #111; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.4); }

/* -------- 14. FOOTER -------- */
.gm-footer { background: var(--gm-bg-2); border-top: 1px solid var(--gm-line); padding: 80px 0 30px; }
.gm-footer__top { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; padding-bottom: 50px; border-bottom: 1px solid var(--gm-line); }
.gm-footer__tag { margin: 16px 0 20px; color: var(--gm-text-3); }
.gm-social { display: flex; gap: 10px; }
.gm-social a {
	width: 40px; height: 40px; border-radius: 50%;
	background: var(--gm-bg-3); border: 1px solid var(--gm-line);
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--gm-text-2); transition: all var(--gm-transition);
}
.gm-social a:hover { background: var(--gm-yellow); color: #000; border-color: var(--gm-yellow); transform: translateY(-2px); }
.gm-social a svg { width: 18px; height: 18px; }

.gm-footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-widget ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-widget ul li a { color: var(--gm-text-2); font-size: 0.95rem; }
.footer-widget-title, .gm-footer h4 {
	font-family: var(--gm-font-mono); font-size: 12px !important; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--gm-yellow); margin: 0 0 18px !important;
}
.footer-widget--news p { font-size: 0.9rem; color: var(--gm-text-3); margin-bottom: 14px; }
.gm-newsletter { display: flex; flex-direction: column; gap: 8px; }
.gm-newsletter input {
	background: var(--gm-bg-3); border: 1px solid var(--gm-line); color: var(--gm-text);
	padding: 12px 16px; border-radius: var(--gm-r-pill); font-size: 14px;
}
.gm-newsletter input:focus { outline: 2px solid var(--gm-yellow); border-color: var(--gm-yellow); }
.gm-newsletter button {
	background: var(--gm-yellow); color: #000;
	padding: 12px 20px; border-radius: var(--gm-r-pill);
	font-family: var(--gm-font-head); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.9rem;
	transition: background-color var(--gm-transition);
}
.gm-newsletter button:hover { background: var(--gm-yellow-2); }
.gm-newsletter__msg { color: var(--gm-yellow); font-family: var(--gm-font-mono); font-size: 12px; }

.gm-footer__bottom {
	padding-top: 24px;
	display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	color: var(--gm-text-3); font-family: var(--gm-font-mono); font-size: 12px; letter-spacing: 0.06em;
}
.gm-pay-icons { display: flex; gap: 8px; }
.gm-pay-icons span {
	padding: 4px 10px; background: var(--gm-bg-3); border: 1px solid var(--gm-line);
	border-radius: 4px; font-weight: 600; font-size: 10px; letter-spacing: 0.1em;
}

/* -------- 15. PAGE HEAD -------- */
.gm-page-head { padding: 80px 0 40px; border-bottom: 1px solid var(--gm-line); }
.gm-page-head--shop { border-bottom: 0; padding-bottom: 20px; }
.gm-page-title { font-family: var(--gm-font-display); font-size: clamp(2.5rem, 6vw, 5rem); }
.gm-page-title em { font-style: normal; color: var(--gm-yellow); }
.gm-page-sub { font-size: 1.1rem; color: var(--gm-text-2); max-width: 640px; margin-top: 16px; }

/* -------- 16. BLOG / POSTS -------- */
.gm-blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 60px; padding-top: 60px; padding-bottom: 100px; }
.gm-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.gm-post-card {
	background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-lg);
	overflow: hidden; transition: transform var(--gm-transition), border-color var(--gm-transition);
}
.gm-post-card:hover { transform: translateY(-4px); border-color: var(--gm-yellow); }
.gm-post-card__thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.gm-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gm-post-card__body { padding: 24px; }
.gm-post-card__date { font-family: var(--gm-font-mono); font-size: 12px; color: var(--gm-text-3); letter-spacing: 0.08em; text-transform: uppercase; }
.gm-post-card__title { font-family: var(--gm-font-head); font-size: 1.5rem; margin: 10px 0 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.gm-post-card__title a { color: var(--gm-text); }

.gm-sidebar .widget { background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-md); padding: 20px; margin-bottom: 20px; }
.widget-title { font-family: var(--gm-font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gm-yellow); margin: 0 0 14px; }

/* -------- 17. SINGLE / PAGE PROSE -------- */
.gm-single__head { padding: 80px 0 40px; }
.gm-single__thumb { margin-bottom: 40px; border-radius: var(--gm-r-lg); overflow: hidden; }
.gm-single__title { font-family: var(--gm-font-display); font-size: clamp(2.2rem, 5vw, 4rem); }
.gm-single__meta { font-family: var(--gm-font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--gm-text-3); margin-top: 12px; text-transform: uppercase; }
.gm-single__content, .gm-prose { max-width: 780px; margin: 0 auto; padding-bottom: 100px; font-size: 1.1rem; line-height: 1.7; }
.gm-prose h2, .gm-prose h3, .gm-single__content h2, .gm-single__content h3 { margin-top: 2em; margin-bottom: 0.5em; color: var(--gm-yellow); }
.gm-prose ul, .gm-single__content ul { padding-left: 22px; }
.gm-prose ul li, .gm-single__content ul li { margin-bottom: 8px; }
.gm-prose a { color: var(--gm-yellow); text-decoration: underline; }

/* -------- 18. ABOUT / STATS -------- */
.gm-about__grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 60px; align-items: start; }
.gm-about__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gm-stat { background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-md); padding: 24px; }
.gm-stat strong { display: block; font-family: var(--gm-font-display); font-size: 2.2rem; letter-spacing: 0.03em; color: var(--gm-text); margin-bottom: 4px; }
.gm-stat span { font-family: var(--gm-font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gm-text-3); }
.gm-stat--y { background: var(--gm-yellow); border-color: var(--gm-yellow); }
.gm-stat--y strong { color: #000; }
.gm-stat--y span { color: rgba(0,0,0,0.7); }

/* -------- 19. CONTACT -------- */
.gm-contact__grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 60px; align-items: start; }
.gm-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.gm-field label { font-family: var(--gm-font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gm-text-3); }
.gm-field input, .gm-field select, .gm-field textarea {
	background: var(--gm-bg-2); border: 1px solid var(--gm-line);
	border-radius: var(--gm-r-md); padding: 14px 16px; color: var(--gm-text); font-size: 15px;
	transition: border-color var(--gm-transition);
}
.gm-field input:focus, .gm-field select:focus, .gm-field textarea:focus { outline: none; border-color: var(--gm-yellow); }
.gm-contact__ok { color: var(--gm-yellow); font-family: var(--gm-font-mono); margin-top: 12px; }
.gm-contact__side { display: flex; flex-direction: column; gap: 22px; }
.gm-contact__block { background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-md); padding: 20px; }
.gm-contact__block h4 { color: var(--gm-yellow); margin-bottom: 8px; }
.gm-contact__block a { display: block; color: var(--gm-text); margin-bottom: 4px; }
.gm-contact__block a:hover { color: var(--gm-yellow); }

/* -------- 20. SIZE / TABLE -------- */
.gm-size__how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.gm-size__how > div { background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-md); padding: 20px; }
.gm-size__how strong { display: block; font-family: var(--gm-font-head); font-size: 1.1rem; letter-spacing: 0.04em; margin-bottom: 8px; }
.gm-size__how span { color: var(--gm-text-2); font-size: 0.95rem; }

.gm-table-wrap { overflow-x: auto; margin: 20px 0 40px; }
.gm-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.gm-table th, .gm-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--gm-line); }
.gm-table th { font-family: var(--gm-font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gm-yellow); background: var(--gm-bg-2); }
.gm-table td { color: var(--gm-text); }
.gm-table tbody tr:hover { background: var(--gm-bg-2); }

/* -------- 21. TRACK ORDER -------- */
.gm-track__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.gm-track__form { background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-lg); padding: 30px; }
.gm-track__result { background: var(--gm-bg-2); border: 1px solid var(--gm-line); border-radius: var(--gm-r-lg); padding: 30px; }
.gm-track__result h3 { color: var(--gm-yellow); margin-bottom: 20px; font-size: 1.4rem; }
.gm-timeline { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; position: relative; }
.gm-timeline li { padding-left: 32px; position: relative; }
.gm-timeline li::before {
	content: ""; position: absolute; left: 6px; top: 6px;
	width: 12px; height: 12px; border-radius: 50%; background: var(--gm-line-2); border: 2px solid var(--gm-bg-2);
}
.gm-timeline li.is-done::before { background: var(--gm-yellow); }
.gm-timeline li.is-current::before { background: var(--gm-yellow); box-shadow: 0 0 0 4px rgba(255,212,0,0.25); animation: gm-pulse 1.5s ease-in-out infinite; }
.gm-timeline li:not(:last-child)::after { content: ""; position: absolute; left: 11px; top: 22px; width: 2px; height: 100%; background: var(--gm-line); }
.gm-timeline li.is-done:not(:last-child)::after { background: var(--gm-yellow); }
.gm-timeline li span { color: var(--gm-text); font-weight: 600; display: block; }
.gm-timeline li em { color: var(--gm-text-3); font-family: var(--gm-font-mono); font-style: normal; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
@keyframes gm-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(255,212,0,0.25); } 50% { box-shadow: 0 0 0 8px rgba(255,212,0,0.1); } }

/* -------- 22. FAQ -------- */
.gm-faq__item {
	background: var(--gm-bg-2); border: 1px solid var(--gm-line);
	border-radius: var(--gm-r-md); margin-bottom: 12px;
	transition: border-color var(--gm-transition);
}
.gm-faq__item[open] { border-color: var(--gm-yellow); }
.gm-faq__item summary {
	list-style: none; cursor: pointer;
	padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
	font-family: var(--gm-font-head); font-size: 1.15rem; letter-spacing: 0.03em; text-transform: uppercase;
}
.gm-faq__item summary::-webkit-details-marker { display: none; }
.gm-faq__item summary span {
	width: 34px; height: 34px; border-radius: 50%;
	background: var(--gm-bg-3); color: var(--gm-yellow);
	display: inline-flex; align-items: center; justify-content: center;
	font-family: var(--gm-font-mono); font-size: 1.4rem; font-weight: 400;
	transition: transform var(--gm-transition);
	flex-shrink: 0;
}
.gm-faq__item[open] summary span { background: var(--gm-yellow); color: #000; transform: rotate(45deg); }
.gm-faq__body { padding: 0 24px 24px; color: var(--gm-text-2); }
.gm-faq__body a { color: var(--gm-yellow); text-decoration: underline; }
.gm-faq__cta { margin-top: 40px; text-align: center; }
.gm-faq__cta p { color: var(--gm-text-2); font-size: 1.1rem; margin-bottom: 14px; }

/* -------- 23. 404 -------- */
.gm-404 { text-align: center; padding: 140px 0; }
.gm-404__glyph { font-family: var(--gm-font-display); font-size: 12rem; color: var(--gm-yellow); line-height: 1; margin-bottom: 20px; }
.gm-404 h1 { font-family: var(--gm-font-display); margin-bottom: 14px; }
.gm-404 p { max-width: 500px; margin: 0 auto 28px; color: var(--gm-text-2); }

/* -------- 24. RESPONSIVE -------- */
@media (max-width: 1024px) {
	.gm-hero__inner { grid-template-columns: 1fr; }
	.gm-hero__art { height: 400px; }
	.gm-cats__grid { grid-template-columns: repeat(2, 1fr); }
	.gm-products-grid, ul.products { grid-template-columns: repeat(3, 1fr); }
	ul.products.columns-4 { grid-template-columns: repeat(3, 1fr); }
	.gm-quotes__grid { grid-template-columns: 1fr; }
	.gm-manifesto__grid, .gm-about__grid, .gm-contact__grid, .gm-track__grid, .gm-blog-layout { grid-template-columns: 1fr; }
	.gm-footer__top { grid-template-columns: 1fr; gap: 40px; }
	.gm-footer__cols { grid-template-columns: repeat(2, 1fr); }
	.gm-size__how { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
	.gm-hero { padding: 60px 0 80px; }
	.gm-hero__meta { grid-template-columns: 1fr 1fr; gap: 20px; }
	.gm-hero__art { height: 340px; }
	.gm-hero__card { width: 160px; height: 220px; padding: 16px; }
	.gm-hero__card--1 { top: 0; left: 0; }
	.gm-hero__card--2 { top: 30px; right: 0; }
	.gm-hero__card--3 { bottom: 0; left: 30px; }
	.gm-hero__badge { width: 100px; height: 100px; }

	.gm-nav, .gm-header__actions .gm-icon-btn[aria-label="Search"], .gm-header__actions .gm-icon-btn[aria-label="Account"] { display: none; }
	.gm-header__burger { display: flex; }

	.gm-cats__grid, .gm-post-grid { grid-template-columns: 1fr; }
	.gm-products-grid, ul.products, ul.products.columns-4, ul.products.columns-3 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.gm-footer__cols { grid-template-columns: 1fr 1fr; }
	.gm-footer__bottom { flex-direction: column; align-items: flex-start; }
	.gm-cta-band__inner { flex-direction: column; text-align: center; align-items: center; }
	.gm-size__how { grid-template-columns: 1fr; }
	.gm-cats, .gm-featured, .gm-manifesto, .gm-quotes, .gm-cta-band, .gm-about, .gm-contact, .gm-size, .gm-faq, .gm-track { padding: 60px 0; }
	.gm-hero__title .line { font-size: 3.2rem; }
}
@media (max-width: 420px) {
	.gm-products-grid, ul.products, ul.products.columns-4, ul.products.columns-3 { grid-template-columns: 1fr; }
	.gm-footer__cols { grid-template-columns: 1fr; }
}
