@font-face {
	font-family: "Circular Pro";
	src: url("../fonts/hinted-CircularPro-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular Pro";
	src: url("../fonts/hinted-CircularPro-BookItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Circular Pro";
	src: url("../fonts/hinted-CircularPro-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular Pro";
	src: url("../fonts/hinted-CircularPro-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Archive";
	src: url("../fonts/archive-regular.woff2") format("woff2"), url("../fonts/archive-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-body-font-family: "Circular Pro", Arial, sans-serif;
	--bs-body-color: #050505;
	--bs-link-color: #050505;
	--bs-link-hover-color: #050505;
	--ggm-max-width: 1480px;
	--ggm-gutter: clamp(18px, 3vw, 48px);
	--ggm-logo: clamp(32px, 5.4vw, 78px);
	--ggm-title: clamp(26px, 3.2vw, 48px);
	--ggm-card-title: clamp(20px, 2.1vw, 32px);
	--ggm-small: 12px;
	--ggm-page-title: clamp(24px, 1.82vw, 35px);
	--ggm-card-artist: clamp(18px, 1.67vw, 28px);
	--ggm-card-title: clamp(17px, 1.46vw, 28px);
	--ggm-card-meta: clamp(15px, 1.1vw, 24px);
	--ggm-line: #dedede;
	--ggm-muted: #767676;
	--ggm-soft: #f3f3f3;
}

body {
	background: #fff;
	line-height: 1.35;
}

a {
	text-underline-offset: 0.18em;
	color: var(--bs-link-color);
}

body a,
body a:hover,
body a:focus,
body a * {
	text-decoration: none !important;
}

body img {
	object-fit: contain !important;
}

:focus-visible {
	outline: 2px solid #050505;
	outline-offset: 4px;
}

.ggm-container {
	--bs-gutter-x: var(--ggm-gutter);
	max-width: var(--ggm-max-width);
	margin-right: auto;
	margin-left: auto;
}



.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.skip-link:focus {
	z-index: 1080;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #fff;
	border: 1px solid #050505;
}

.site-header .navbar {
	--bs-navbar-toggler-focus-width: 0;
	padding-top: clamp(44px, 2.27vw, 72px) !important;
	padding-bottom: clamp(16px, 1.8vw, 26px) !important;
}

.site-logo {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--ggm-gutter);
	align-items: end;
	width: 100%;
	color: #050505;
	text-decoration: none;
}

.site-logo {
	font-size: var(--ggm-logo);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: 0;
	min-height: 70.33px;
	max-width: 1195px;
	margin-right: auto;
	margin-left: auto;
}

.primary-nav {
	width: min(100%, 1195px);
	max-width: 1195px;
	margin-top: clamp(62px, 4vw, 78px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0;
}

.custom-logo-link {
	display: block;
	width: min(100%, 1195px);
	margin-right: auto;
	margin-left: auto;
}

.custom-logo {
	display: block;
	width: 100%;
	height: 70.33px;
	object-fit: contain;
}

.primary-nav .navbar-nav {
	gap: clamp(14px, 2.2vw, 36px);
}

.primary-nav .nav-link {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0;
	color: #050505;
	font-size: clamp(13px, 1.25vw, 20px);
	font-weight: 400;
	line-height: 1.1;
}

.primary-nav .dropdown-item {
	font-weight: 400;
}



.ggm-menu-toggle {
	--ggm-toggle-size: 46px;
	position: relative;
	display: inline-grid;
	place-items: center;
	width: var(--ggm-toggle-size);
	height: var(--ggm-toggle-size);
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.ggm-menu-toggle:focus {
	box-shadow: none;
}

.ggm-menu-toggle:focus-visible {
	outline: 1px solid #050505;
	outline-offset: 4px;
}

.ggm-menu-toggle__mark {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
}

.ggm-menu-toggle__line,
.ggm-menu-toggle__pin {
	position: absolute;
	left: 4px;
	display: block;
	background: #050505;
	transition: transform 260ms ease, width 260ms ease, opacity 180ms ease, left 260ms ease, top 260ms ease;
}

.ggm-menu-toggle__line {
	width: 24px;
	height: 1px;
	transform-origin: center;
}

.ggm-menu-toggle__line--top {
	top: 8px;
}

.ggm-menu-toggle__line--middle {
	top: 15px;
	width: 18px;
}

.ggm-menu-toggle__line--bottom {
	top: 22px;
	width: 24px;
}

.ggm-menu-toggle__pin {
	top: 13px;
	left: 25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.ggm-menu-toggle:hover .ggm-menu-toggle__line--middle {
	width: 24px;
}

.ggm-menu-toggle:hover .ggm-menu-toggle__pin {
	transform: translateX(-6px);
}

.ggm-menu-toggle[aria-expanded="true"] .ggm-menu-toggle__line--top {
	top: 15px;
	transform: rotate(45deg);
}

.ggm-menu-toggle[aria-expanded="true"] .ggm-menu-toggle__line--middle {
	width: 0;
	opacity: 0;
}

.ggm-menu-toggle[aria-expanded="true"] .ggm-menu-toggle__line--bottom {
	top: 15px;
	transform: rotate(-45deg);
}

.ggm-menu-toggle[aria-expanded="true"] .ggm-menu-toggle__pin {
	left: 14px;
	top: 14px;
	transform: scale(0.65);
}

.primary-nav .dropdown-menu {
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-padding-y: 0.45rem;
	--bs-dropdown-link-active-bg: #050505;
	--bs-dropdown-link-hover-bg: #f3f3f3;
	min-width: 10rem;
}

.primary-nav .nav-item {
	padding-top: 0.5rem;
}
.primary-nav .nav-item.active {
	border-top: 1px solid var(--bs-body-color);
}

.home-main {
	max-width: 100%;
	margin: 0 auto;
}

.home-hero {
	height: auto;
	background: var(--ggm-soft);
}

.home-hero__link {
	display: grid;
	min-height: min(78vh, 720px);
	color: #050505;
	text-decoration: none;
}

.home-hero__media,
.home-hero__caption,
.home-hero__empty {
	grid-area: 1 / 1;
}

.home-hero__media {
	min-height: min(78vh, 720px);
}

.home-hero__image {
	width: 100%;
	height: 100%;
	min-height: min(78vh, 720px);
	object-fit: contain;
	overflow:hidden;
}

.home-hero__placeholder {
	width: 100%;
	height: 100%;
	min-height: clamp(360px, 48vh, 560px);
	background: var(--ggm-soft);
}

.home-hero__caption,
.home-hero__empty {
	align-self: end;
	max-width: 760px;
	padding: 0 var(--ggm-gutter) clamp(34px, 4vw, 58px);
}

.home-hero__title {
	margin: 0;
	font-size: var(--ggm-card-title);
	font-weight: 400;
	line-height: 1;
}

.home-section {
	margin-bottom: clamp(52px, 7vw, 92px);
}

.section-title {
	margin: 0 0 24px;
	font-size: var(--ggm-small);
	font-weight: 700;
	text-transform: uppercase;
}

.content-card {
	position: relative;
}

.content-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 220px;
	background: var(--ggm-soft);
}

.content-card__body > * {
	margin: 0;
}

.content-card__title,
.content-card__subtitle,
.eyebrow {
	font-size: var(--ggm-card-title);
	line-height: 1.05;
}

.content-card--compact .content-card__title,
.content-card--compact .content-card__subtitle {
	font-size: clamp(18px, 1.6vw, 26px);
}

.eyebrow {
	margin-bottom: 4px;
	font-weight: 900;
	text-transform: uppercase;
}

.meta-date {
	margin-top: 10px;
	color: var(--ggm-muted);
	font-size: var(--ggm-small);
	font-weight: 700;
	text-transform: uppercase;
}

.newsletter {
	border-top: 1px solid var(--ggm-line);
	border-bottom: 3px solid var(--bs-body-color);
	padding: 42px 0;
}

.newsletter .widget,
.site-footer .widget {
	margin: 0;
}

.newsletter .widget__title,
.newsletter h2:first-child {
	margin: 0 0 24px;
	font-size: var(--ggm-small);
	font-weight: 700;
	text-transform: uppercase;
}

.newsletter form {
	--bs-gutter-x: 1.25rem;
	--bs-gutter-y: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--bs-gutter-y) var(--bs-gutter-x);
	align-items: normal;
}

.newsletter form * {
	color: var(--ggm-muted);
	border-color: var(--ggm-muted);
}

.newsletter form > * {
	flex: 1 1 220px;
}


.newsletter input:not([type="submit"]),
.newsletter textarea,
.newsletter select {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--ggm-muted);
	border-radius: 0;
	padding: 8px 0;
	background: transparent;
}

.newsletter input[type="submit"],
.newsletter button[type="submit"] {
	border: 0;
	border-bottom: 1px solid var(--ggm-muted);
	border-radius: 0;
	padding: 8px 0;
	background: transparent;
	font-weight: 700;
	text-transform: uppercase;
}

.site-footer {
	padding-bottom: 92px;
}

.site-footer__grid {
	padding: 34px 0;
	font-size: 14px;
}

.site-footer__grid p {
	margin: 0 0 10px;
}

.footer-nav {
	border-top: 1px solid var(--ggm-line);
	padding: 18px 0;
}

.footer-nav__list,
.legal-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--ggm-small);
	font-weight: 700;
}

.site-footer__bottom {
	border-top: 1px solid var(--ggm-line);
	padding-top: 18px;
	color: var(--ggm-muted);
	font-size: var(--ggm-small);
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__bottom a {
	font-size: clamp(13px, 0.94vw, 18px);
	font-weight: 400;
}

.site-footer a {
	color: #050505;
	text-decoration: none;
}

.floating-cart {
	position: fixed;
	top: clamp(224px, 17.06vw, 340px);
	right: 0;
	z-index: 1040;
	display: inline-grid;
	place-items: center;
	width: 78px;
	height: 88px;
	border: 0;
	border-radius: 20px 0 0 20px;
	background: #fff;
	color: #7c7c7c;
}

.floating-cart:focus {
	outline: 0;
}

.floating-cart:focus-visible {
	outline: 1px solid #050505;
	outline-offset: 4px;
}

.floating-cart__icon {
	display: block;
	width: 24px;
	height: 27px;
	object-fit: contain;
	transform: translate(-3px, -2px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.floating-cart__count {
	position: absolute;
	right: 16px;
	bottom: 20px;
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #8c8c8c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.floating-cart:hover {
	color: #050505;
}

.floating-cart:hover .floating-cart__icon {
	opacity: 0.76;
	transform: translate(-3px, -3px);
}

.floating-cart:hover .floating-cart__count {
	background: #050505;
}

.woocommerce-mini-cart {
	list-style: none;
	padding-left: 0;
}

.cart-drawer {
	--bs-offcanvas-width: min(420px, 100vw);
	border-left: 1px solid #050505;
	background: #fff;
	color: #050505;
}

.cart-drawer:not(.show):not(.showing) {
	width: 0;
	border-left: 0;
	overflow: hidden;
}

.cart-drawer .offcanvas-header {
	min-height: 64px;
	padding: 22px 28px 18px;
	border-color: var(--ggm-line) !important;
}

.cart-drawer .offcanvas-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.cart-drawer .btn-close {
	width: 20px;
	height: 20px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	opacity: 0.72;
}

.cart-drawer .btn-close:focus-visible {
	outline: 1px solid #050505;
	outline-offset: 5px;
	box-shadow: none;
}

.cart-drawer .offcanvas-body {
	display: flex;
	flex-direction: column;
	padding: 28px;
	overflow-x: hidden;
}

.cart-drawer a {
	color: inherit;
	text-decoration: none;
}

.cart-drawer a:hover {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 3px;
}

.cart-drawer .woocommerce-mini-cart {
	display: grid;
	gap: 26px;
	margin: 0 0 30px;
	padding: 0;
}

.cart-drawer .woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	column-gap: 20px;
	margin: 0;
	padding: 0 28px 0 0;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.22;
}

.cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 96px minmax(0, 1fr);
	column-gap: 20px;
	align-items: start;
	min-width: 0;
}

.cart-drawer .woocommerce-mini-cart-item img {
	grid-column: 1;
	float: none !important;
	width: 96px !important;
	max-width: 96px !important;
	height: 128px !important;
	margin: 0 !important;
	object-fit: contain;
	background: #f3f3f3;
}

.cart-drawer .woocommerce-mini-cart-item .quantity {
	grid-column: 2;
	display: block;
	margin-top: 9px;
	color: var(--ggm-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.cart-drawer .remove_from_cart_button {
	position: absolute;
	top: -4px;
	right: 0;
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	color: var(--ggm-muted);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.cart-drawer .remove_from_cart_button:hover,
.cart-drawer .remove_from_cart_button:focus-visible {
	border-color: #050505;
	color: #050505;
	text-decoration: none;
	outline: 0;
}

.cart-drawer .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin: auto 0 18px;
	padding-top: 18px;
	border-top: 1px solid var(--ggm-line);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.cart-drawer .woocommerce-mini-cart__total strong {
	text-transform: uppercase;
}

.cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.cart-drawer .woocommerce-mini-cart__buttons .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 14px;
	border: 1px solid #b8b8b8;
	background: #fff;
	color: #050505;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-transform: none;
	text-decoration: none;
}

.cart-drawer .woocommerce-mini-cart__buttons .checkout {
	border-color: #050505;
	background: #050505;
	color: #fff;
}

.cart-drawer .woocommerce-mini-cart__buttons .button:hover,
.cart-drawer .woocommerce-mini-cart__buttons .button:focus-visible {
	border-color: #050505;
	background: #f5f5f5;
	color: #050505;
	text-decoration: none;
	outline: 0;
}

.cart-drawer .woocommerce-mini-cart__buttons .checkout:hover,
.cart-drawer .woocommerce-mini-cart__buttons .checkout:focus-visible {
	background: #fff;
	color: #050505;
}

.cart-drawer .woocommerce-mini-cart__empty-message {
	margin: 0;
	color: var(--ggm-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 991.98px) {
	:root {
		--ggm-page-title: 20px;
		--ggm-card-artist: 18px;
		--ggm-card-title: 16px;
		--ggm-card-meta: 14px;
	}

	.site-header .navbar {
		padding-top: 16px !important;
		padding-bottom: 10px !important;
	}

	.site-header {
		position: sticky !important;
		background: #fff;
		border-bottom: 1px solid var(--ggm-line);
	}

	.site-logo {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(8px, 3vw, 18px);
		min-width: 0;
		min-height: 0;
		font-size: clamp(24px, 8.5vw, 42px);
		line-height: 0.95;
		white-space: nowrap;
	}

	.custom-logo-link {
		width: min(100%, calc(100vw - 72px));
		margin-right: auto;
		margin-left: 0;
	}

	.custom-logo {
		height: auto;
		max-height: 42px;
	}

	.primary-nav {
		position: relative;
		margin-top: 18px !important;
		border-top: 1px solid #050505;
		background: #fff;
	}

	.primary-nav::before {
		position: absolute;
		top: -6px;
		right: 0;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #050505;
		content: "";
	}

	.primary-nav .navbar-nav {
		gap: 0;
		padding-top: 12px;
		padding-bottom: 18px;
		font-size: clamp(24px, 7vw, 42px);
		font-weight: 400 !important;
		line-height: 1;
	}

	.primary-nav .nav-item {
		border-top: 1px solid var(--ggm-line);
	}

	.primary-nav .nav-item:first-child {
		border-top: 0;
	}

	.primary-nav .nav-link {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 0;
		font-weight: 400;
		letter-spacing: 0;
	}

	.primary-nav .nav-link::after {
		width: 0.34em;
		height: 0.34em;
		margin-left: 16px;
		border: 1px solid currentColor;
		border-radius: 50%;
		content: "";
		opacity: 0;
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.primary-nav .nav-link:hover::after,
	.primary-nav .nav-link:focus-visible::after,
	.primary-nav .current-menu-item > .nav-link::after {
		opacity: 1;
		transform: translateX(-4px);
	}

	.primary-nav .dropdown-toggle::after {
		display: block;
		vertical-align: 0;
	}

	.primary-nav .dropdown-menu {
		border: 0;
		padding: 0 0 12px clamp(18px, 6vw, 34px);
		background: transparent;
	}

	.primary-nav .dropdown-item {
		padding: 8px 0;
		font-size: 0.48em;
		line-height: 1.15;
	}

	.floating-cart {
		top: 114px;
		right: 0;
		width: 48px;
		height: 54px;
		border-radius: 14px 0 0 14px;
	}

	.floating-cart__icon {
		width: 21px;
		height: 23px;
		transform: translate(-2px, -1px);
	}

	.floating-cart__count {
		right: 8px;
		bottom: 10px;
		min-width: 16px;
		height: 16px;
		font-size: 10px;
	}

	.home-hero,
	.home-hero__link,
	.home-hero__media,
	.home-hero__image {
		min-height: 58vh;
	}

	.home-hero__placeholder {
		min-height: 340px;
	}
}

.home-hero__link,
.home-hero__media,
.home-hero__image {
	height: 100dvh;
	min-height: 0;
}

.home-hero__caption,
.home-hero__empty {
	padding-right: clamp(24px, 7.26vw, 108px);
	padding-bottom: clamp(28px, 3vw, 44px);
	padding-left: clamp(24px, 7.26vw, 108px);
}

.home-content.ggm-container,
.site-footer.ggm-container {
	--bs-gutter-x: 0;
	max-width: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
}

.home-content {
	padding-top: clamp(56px, 5.25vw, 78px);
}

.home-row {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(36px, 4.7vw, 70px);
	margin-bottom: clamp(72px, 5.6vw, 84px);
}

.home-row::before {
	position: absolute;
	top: -4px;
	bottom: 0;
	left: 50%;
	width: 1px;
	max-height: 100%;
	background: #050505;
	content: "";
	transform: translateX(-0.5px);
}

.home-row--single {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-row--single::before {
	display: none;
}

.home-listing__title {
	margin: 0 0 clamp(40px, 4.6vw, 70px);
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.home-listing__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(28px, 4.3vw, 64px);
	row-gap: 32px;
}

.home-listing__item {
	min-width: 0;
}

.home-listing__link {
	display: block;
	color: #050505;
	text-decoration: none;
}

.home-listing__kicker,
.home-listing__subtitle,
.home-listing__date {
	margin: 0;
	line-height: 1.08;
}

.home-listing__kicker {
	font-size: var(--ggm-card-artist);
	font-weight: 700;
	text-transform: uppercase;
}

.home-listing__subtitle {
	font-size: var(--ggm-card-title);
	font-weight: 400;
}

.home-listing__date {
	font-size: var(--ggm-card-meta);
	font-weight: 400;
}

.site-footer {
	padding-bottom: 42px;
}

.newsletter {
	border-top: 0;
	padding: clamp(4px, 2vw, 26px) 0 clamp(58px, 4.4vw, 66px);
}

.newsletter .widget__title,
.newsletter h2:first-child {
	margin-bottom: clamp(44px, 4.1vw, 62px);
	font-size: var(--ggm-page-title);
	line-height: 1.1;
}

.newsletter form {
	display: grid;
	grid-template-columns: minmax(220px, 470px) minmax(140px, 205px) minmax(140px, 205px) 155px;
	gap: clamp(24px, 6.9vw, 103px);
	align-items: normal;
}

.newsletter form > * {
	min-width: 0;
}

.newsletter label {
	margin-bottom: 0;
	color: #050505;
	font-size: var(--ggm-card-meta);
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
	display: block;
	margin-bottom: 6px;
	color: var(--ggm-muted);
	font-size: var(--ggm-small);
	text-transform: uppercase;
}

.newsletter input:not([type="submit"]),
.newsletter textarea,
.newsletter select {
	padding: 0 0 12px;
	font-size: var(--ggm-card-meta);
	line-height: 1.35;
}

.newsletter input[type="submit"],
.newsletter button[type="submit"] {
	width: 200px;
	height: 62px;
	border: 1px solid var(--ggm-muted);
	padding: 0;
	font-size: var(--ggm-card-meta);
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	text-transform: none;
	margin-top: 1rem;
}

.site-footer__grid {
	--bs-gutter-x: 0;
	display: grid;
	grid-template-columns: minmax(0, 260px) minmax(0, 296px) minmax(0, 337px);
	justify-content: space-between;
	margin-right: 0;
	margin-left: 0;
	padding: 31px 0 clamp(80px, 8.2vw, 122px);
	font-size: var(--ggm-card-meta);
	line-height: 1.35;
}

.site-footer__grid > * {
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.site-footer__bottom {
	justify-content: center !important;
	padding-top: 0;
	border-top: 0;
	color: #050505;
	font-size: clamp(13px, 0.94vw, 18px);
	text-align: center;
}

.site-footer__bottom .legal-nav__list {
	justify-content: center;
}

@media (max-width: 991.98px) {
	.home-hero,
	.home-hero__link,
	.home-hero__media,
	.home-hero__image {
		height: 58vh;
		min-height: 380px;
	}

	.home-hero {
		margin-top: 0;
	}

	.home-content {
		padding-top: 44px;
	}

	.home-row {
		grid-template-columns: 1fr;
		row-gap: 48px;
		margin-bottom: 58px;
	}

	.home-row::before {
		display: none;
	}

	.home-listing__title {
		margin-bottom: 28px;
	}

	.newsletter form {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.newsletter input[type="submit"],
	.newsletter button[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	:root {
		--ggm-page-title: 16px;
		--ggm-card-artist: 16px;
		--ggm-card-title: 15px;
		--ggm-card-meta: 13px;
	}

	.home-listing__items {
		grid-template-columns: 1fr;
	}
}

.exhibition-archive {
	padding-top: clamp(300px, 17.92vw, 344px);
	padding-bottom: clamp(56px, 4vw, 76px);
}

.exhibition-archive__shell {
	display: grid;
	--bs-gutter-x: 0;
	grid-template-columns: minmax(0, 260px) minmax(0, 1368px);
	gap: 16px;
	align-items: start;
	max-width: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
}

.exhibition-archive__sidebar {
	position: sticky;
	top: clamp(90px, 10vw, 140px);
}

.exhibition-archive__title {
	margin: 0 0 clamp(70px, 5.25vw, 101px);
	font-size: var(--ggm-page-title);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.exhibition-archive__document {
	display: grid;
	gap: 0;
	border-top: 0;
}

.exhibition-archive__tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border: 0;
	border-bottom: 0;
	padding: 0;
	background: transparent;
	color: var(--ggm-muted);
	font: inherit;
	font-size: clamp(18px, 1.56vw, 30px);
	line-height: 1.83;
	text-align: left;
	text-transform: none;
}

.exhibition-archive__tab.is-active {
	color: var(--bs-body-color);
	font-weight: 700;
}

.exhibition-archive__tab span:first-child {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.exhibition-archive__tab span:first-child::before {
	display: block;
	width: 0;
	height: 1px;
	background: #050505;
	content: "";
	transition: width 180ms ease;
}

.exhibition-archive__tab.is-active span:first-child::before,
.exhibition-archive__tab:hover span:first-child::before,
.exhibition-archive__tab:focus-visible span:first-child::before {
	width: 0;
}

.exhibition-archive__count {
	font-size: 0;
	line-height: 1;
}

.exhibition-archive__panel[hidden] {
	display: none;
}

.exhibition-archive__panel-head {
	display: none;
}

.exhibition-archive__content {
	padding-top: 23px;
}

.exhibition-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(74px, 5.05vw, 97px) 20px;
}

.exhibition-card {
	min-width: 0;
}

.exhibition-card__link {
	display: block;
	color: #050505;
	text-decoration: none;
}

.exhibition-card__media {
	aspect-ratio: 674 / 516;
	margin-bottom: 26px;
	overflow: hidden;
	background: var(--ggm-soft);
}

.exhibition-card__image,
.exhibition-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.exhibition-card__image {
	object-fit: contain;
	transition: transform 360ms ease;
}

.exhibition-card__link:hover .exhibition-card__image,
.exhibition-card__link:focus-visible .exhibition-card__image {
	transform: none;
}

.exhibition-card__body > * {
	margin: 0;
}

.exhibition-card__title,
.exhibition-card__artist,
.exhibition-card__date {
	line-height: 1.08;
}

.exhibition-card__title {
	font-size: var(--ggm-card-title);
	font-weight: 400;
}

.exhibition-card__artist {
	font-size: var(--ggm-card-artist);
	font-weight: 700;
	text-transform: uppercase;
}

.exhibition-card__date {
	margin-top: 0;
	font-size: var(--ggm-card-meta);
}

.exhibition-archive__empty {
	margin: 0;
	font-size: 13px;
}

.exhibition-archive__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: clamp(58px, 5.8vw, 86px);
	white-space: nowrap;
}

.exhibition-archive__page,
.exhibition-archive__page-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	min-height: 18px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.exhibition-archive__page--direction {
	min-width: 28px;
	font-size: 15px;
}

.exhibition-archive__page-status {
	min-width: 56px;
	font-weight: 700;
}

.exhibition-archive__page.is-active {
	border: 1px solid #b8b8b8;
}

@media (max-width: 991.98px) {
	.exhibition-archive {
		padding-top: 118px;
	}

	.exhibition-archive__shell {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.exhibition-archive__sidebar {
		position: static;
	}

	.exhibition-archive__title {
		margin-bottom: 28px;
	}

	.exhibition-archive__document {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-bottom: 1px solid var(--ggm-line);
	}

	.exhibition-archive__tab {
		justify-content: center;
		gap: 8px;
		border-bottom: 0;
		padding: 14px 10px;
		text-align: center;
	}

	.exhibition-archive__tab + .exhibition-archive__tab {
		border-left: 1px solid var(--ggm-line);
	}

	.exhibition-archive__tab span:first-child::before {
		display: none;
	}

	.exhibition-archive__tab.is-active {
		font-weight: 700;
	}
}

@media (max-width: 767.98px) {
	.exhibition-archive__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}

.single-exhibition {
	--single-exhibition-rail: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
	--single-exhibition-copy: min(100%, 1088px);
	padding-top: clamp(300px, 17.92vw, 344px);
	padding-bottom: clamp(72px, 9vw, 132px);
}

.single-exhibition__header {
	--bs-gutter-x: 0;
	max-width: var(--single-exhibition-rail);
	margin-right: auto;
	margin-bottom: clamp(74px, 5.7vw, 109px);
	margin-left: auto;
}

.single-exhibition__heading {
	max-width: 520px;
}

.single-exhibition__artist,
.single-exhibition__title,
.single-exhibition__date {
	margin: 0;
	font-size: var(--ggm-card-meta);
	line-height: 1.18;
}

.single-exhibition__artist {
	font-weight: 700;
	text-transform: uppercase;
}

.single-exhibition__title {
	font-weight: 400;
}

.single-exhibition__media {
	--bs-gutter-x: 0;
	position: relative;
	width: 100%;
	max-width: var(--single-exhibition-rail);
	margin-right: auto;
	margin-bottom: clamp(60px, 6.2vw, 104px);
	margin-left: auto;
	overflow: hidden;
}

.single-exhibition__carousel {
	position: relative;
	background: transparent;
}

.single-exhibition__slide {
	margin: 0;
}

.single-exhibition__slide[hidden] {
	display: none;
}

.single-exhibition__slide-image {
	display: block;
	width: 100%;
	aspect-ratio: 1640 / 1000;
	height: auto;
	max-height: none;
	object-fit: contain;
	background: #fff;
}

.single-exhibition__caption {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.35;
}

.single-exhibition__controls {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 16px 0 18px;
	font-size: 13px;
}

.single-exhibition__control {
	border: 0;
	padding: 0 8px;
	background: transparent;
	color: #050505;
	font: inherit;
	line-height: 1;
}

.single-exhibition__side-control {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 64px;
	border: 0;
	background: transparent;
	color: #9c9c9c;
	font: inherit;
	font-size: 58px;
	line-height: 1;
	transform: translateY(-50%);
}

.single-exhibition__side-control--prev {
	left: clamp(8px, 1.8vw, 34px);
}

.single-exhibition__side-control--next {
	right: clamp(8px, 1.8vw, 34px);
}

.single-exhibition__counter {
	min-width: 48px;
	text-align: center;
}

.single-exhibition__slideshow {
	display: grid;
	grid-auto-columns: minmax(120px, 142px);
	grid-auto-flow: column;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	margin-top: 18px;
	padding-bottom: 6px;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
}

.single-exhibition__thumb {
	aspect-ratio: 4 / 3;
	border: 0;
	border-bottom: 2px solid transparent;
	padding: 0 0 8px;
	background: transparent;
	opacity: 0.48;
	transition: opacity 180ms ease, border-color 180ms ease;
}

.single-exhibition__thumb.is-active,
.single-exhibition__thumb:hover,
.single-exhibition__thumb:focus-visible {
	border-color: #050505;
	opacity: 1;
}

.single-exhibition__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-exhibition__description {
	--bs-gutter-x: 0;
	max-width: var(--single-exhibition-rail);
	margin-right: auto;
	margin-bottom: clamp(86px, 7.6vw, 132px);
	margin-left: auto;
}

.single-exhibition__description-text {
	max-width: var(--single-exhibition-copy);
	margin-left: auto;
	font-size: var(--ggm-card-meta);
	line-height: 1.18;
}

.single-exhibition__description-text > *:last-child {
	margin-bottom: 0;
}

.single-exhibition__more {
	display: block;
	margin-top: 22px;
	margin-left: calc(36% + 500px);
	border: 0;
	border-bottom: 1px solid currentColor;
	padding: 0 0 3px;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
}

.single-exhibition__checklist {
	--bs-gutter-x: 0;
	max-width: var(--single-exhibition-rail);
	margin-right: auto;
	margin-left: auto;
	break-inside: avoid;
}

.single-exhibition__checklist-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: clamp(42px, 4.4vw, 64px);
	border-top: 0;
	padding-top: 0;
}

.single-exhibition__checklist-title {
	margin: 0;
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.single-exhibition__download {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	padding: 0 0 2px;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
}

.single-exhibition__download-icon {
	position: relative;
	width: 15px;
	height: 15px;
	border-bottom: 1.5px solid currentColor;
}

.single-exhibition__download-icon::before,
.single-exhibition__download-icon::after {
	position: absolute;
	content: "";
}

.single-exhibition__download-icon::before {
	top: 0;
	left: 7px;
	width: 1.5px;
	height: 10px;
	background: currentColor;
}

.single-exhibition__download-icon::after {
	top: 6px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.single-exhibition__checklist-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(54px, 5.2vw, 82px) 12px;
}

.single-exhibition__checklist-item {
	min-width: 0;
	break-inside: avoid;
}

.single-exhibition__checklist-media {
	aspect-ratio: 1.31 / 1;
	display: block;
	width: 100%;
	border: 0;
	margin-bottom: 8px;
	padding: 0;
	background: linear-gradient(263deg, #e4e4e4, #e0e0e0);
	overflow: hidden;
}

.single-exhibition__checklist-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-exhibition__checklist-body > * {
	margin: .2rem 1rem;
}

.single-exhibition__work-title,
.single-exhibition__work-artist,
.single-exhibition__work-meta {
	font-size: 13px;
	line-height: 1.18;
}

.single-exhibition__work-title {
	font-weight: 400;
}

.single-exhibition__work-artist {
	font-weight: 700;
	text-transform: uppercase;
}

.single-viewingroom {
	overflow-x: clip;
}

.single-viewingroom__content {
	padding-top: clamp(42px, 4vw, 76px);
	margin-top: 9em;
}

.single-viewingroom__content > :first-child {
	margin-top: 0;
}

.single-viewingroom__empty {
	padding-top: clamp(92px, 8vw, 150px);
	padding-bottom: clamp(72px, 7vw, 124px);
}

.single-viewingroom__title {
	margin: 0;
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.08;
}

@media (max-width: 1199.98px) {
	.single-exhibition__checklist-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	/* .single-exhibition__slideshow {
		grid-auto-flow: row;
		grid-auto-columns: initial;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow-x: visible;
	} */

	.single-exhibition__description-text,
	.single-exhibition__more {
		margin-left: 0;
	}

	.single-viewingroom__content {
		padding-top: clamp(42px, 4vw, 76px);
		margin-top: 0;
	}
}

@media (max-width: 767.98px) {
	.single-exhibition {
		padding-top: 118px;
		--single-exhibition-rail: min(100%, 100%);
	}

	.single-exhibition__checklist-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.single-exhibition__checklist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 479.98px) {
	.single-exhibition__checklist-grid {
		grid-template-columns: 1fr;
	}

	.single-exhibition__slideshow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	.single-exhibition__checklist,
	.single-exhibition__checklist * {
		visibility: visible !important;
	}

	.single-exhibition__checklist {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 24px !important;
	}

	.single-exhibition__download {
		display: none !important;
	}

	.single-exhibition__checklist-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px 16px;
	}

	.single-exhibition__slideshow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.single-fair {
	padding-top: clamp(318px, 19.38vw, 372px);
	padding-bottom: clamp(54px, 6vw, 88px);
}

.single-fair__article {
	--bs-gutter-x: 0;
	max-width: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
}

.single-fair__layout {
	display: grid;
	grid-template-columns: minmax(0, 950px) minmax(0, 611px);
	gap: 79px;
	align-items: start;
	min-height: 0;
}

.single-fair__page-head {
	margin-bottom: clamp(54px, 3.85vw, 74px);
}

.single-fair__layout--no-media {
	grid-template-columns: minmax(0, 680px);
}

.single-fair__media,
.single-fair__content {
	position: relative;
	min-width: 0;
}

.single-fair__carousel {
	position: relative;
	background: transparent;
}

.single-fair__slide {
	margin: 0;
}

.single-fair__slide[hidden] {
	display: none;
}

.single-fair__slide-image {
	display: block;
	width: 100%;
	aspect-ratio: 950 / 727;
	height: clamp(420px, 37.86vw, 727px);
	max-height: 727px;
	object-fit: contain;
}

.single-fair__caption,
.single-fair__controls {
	display: none;
}

.single-fair__side-control {
	position: absolute;
	top: 43%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 64px;
	border: 0;
	background: transparent;
	color: #9c9c9c;
	font: inherit;
	font-size: 58px;
	line-height: 1;
	transform: translateY(-50%);
}

.single-fair__side-control--prev {
	left: 12px;
}

.single-fair__side-control--next {
	right: 12px;
}

.single-fair__slideshow {
	display: grid;
	grid-auto-columns: 260px;
	grid-auto-flow: column;
	gap: 16px;
	overflow-x: auto;
	margin-top: 40px;
	padding-bottom: 6px;
	scrollbar-width: thin;
}

.single-fair__thumb {
	aspect-ratio: 260 / 159;
	border: 0;
	border-bottom: 2px solid transparent;
	padding: 0 0 8px;
	background: transparent;
	opacity: 0.48;
	transition: opacity 180ms ease, border-color 180ms ease;
}

.single-fair__thumb.is-active,
.single-fair__thumb:hover,
.single-fair__thumb:focus-visible {
	border-color: #050505;
	opacity: 1;
}

.single-fair__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-fair__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(28px, 4vw, 52px);
	min-height: 727px;
}

.single-fair__header {
	margin-bottom: 0;
}

.single-fair__title,
.single-fair__city,
.single-fair__date {
	margin: 0;
	max-width: 611px;
	font-size: var(--ggm-card-meta);
	line-height: 1.18;
}

.single-fair__title {
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.single-fair__city {
	font-weight: 700;
	text-transform: uppercase;
}

.single-fair__description {
	max-width: 611px;
	overflow-wrap: anywhere;
	font-size: var(--ggm-card-meta);
	line-height: 1.18;
}

.single-fair__description > *:last-child {
	margin-bottom: 0;
}

.single-fair__contact {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 14px;
	padding-bottom: 3px;
	color: #050505;
	font-size: var(--ggm-card-meta);
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
}

.single-fair__contact-icon {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 13px;
	border: 2px solid currentColor;
}

.single-fair__contact-icon::before {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: center;
}

.single-fair__contact:hover,
.single-fair__contact:focus-visible {
	color: #050505;
	border-color: transparent;
}

.single-news {
	padding-top: clamp(4rem, 13vw, 7rem);
	padding-bottom: clamp(72px, 9vw, 132px);
}

.single-news__header {
	max-width: 560px;
	margin-bottom: clamp(34px, 5vw, 70px);
}

.single-news__section,
.single-news__artist,
.single-news__title,
.single-news__meta p {
	margin: 0;
	font-size: 13px;
	line-height: 1.42;
}

.single-news__section,
.single-news__artist {
	font-weight: 700;
	text-transform: uppercase;
}

.single-news__section {
	margin-bottom: 28px;
}

.single-news__title {
	font-weight: 400;
}

.single-news__meta {
	margin-top: 18px;
}

.single-news__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: start;
}

.single-news__layout--no-media {
	grid-template-columns: minmax(0, 760px);
}

.single-news__media {
	margin: 0;
	background: var(--ggm-soft);
}

.single-news__image {
	display: block;
	width: 100%;
	height: auto;
}

.single-news__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(28px, 4vw, 52px);
	min-width: 0;
}

.single-news__body {
	max-width: 560px;
	font-size: 15px;
	line-height: 1.55;
}

.single-news__body > *:last-child {
	margin-bottom: 0;
}

.single-news__external {
	display: inline-flex;
	align-items: center;
	padding-bottom: 3px;
	color: #050505;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
}

.single-news__external:hover,
.single-news__external:focus-visible {
	color: #050505;
	border-color: transparent;
}

@media (max-width: 991.98px) {
	.single-fair {
		padding-top: 118px;
	}

	.single-news {
		padding-top: 118px;
	}

	.single-fair__layout,
	.single-fair__layout--no-media,
	.single-news__layout,
	.single-news__layout--no-media {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.single-fair__content {
		min-height: 0;
		gap: 34px;
	}
}

.ggm-info-page,
.ggm-index-page,
.ggm-grid-archive,
.single-artist,
.ggm-shop,
.ggm-page {
	padding-top: clamp(245px, 16.2vw, 310px);
	padding-bottom: clamp(72px, 9vw, 132px);
}

.ggm-product {
	padding-top: clamp(304px, 19vw, 365px);
	padding-bottom: clamp(72px, 9vw, 132px);
}

.ggm-info-page > .ggm-container,
.ggm-index-page > .ggm-container,
.ggm-grid-archive > .ggm-container,
.single-artist > .ggm-container,
.ggm-shop > .ggm-container,
.ggm-product > .ggm-container,
.ggm-page > .ggm-container {
	--bs-gutter-x: 0;
	max-width: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
}

.ggm-page__header {
	margin-bottom: clamp(64px, 5vw, 96px);
}

.ggm-page__title {
	margin: 0;
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-page__content {
	font-size: var(--ggm-card-meta);
	line-height: 1.25;
}

.ggm-page__content .woocommerce,
.ggm-page__content .woocommerce-cart-form,
.ggm-page__content .woocommerce-checkout,
.ggm-page__content .woocommerce-MyAccount-content {
	max-width: 1364px;
}

.woocommerce-cart .wp-site-blocks,
.woocommerce-checkout .wp-site-blocks {
	max-width: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(245px, 16.2vw, 310px);
	padding-bottom: clamp(72px, 9vw, 132px);
}

.woocommerce-cart .wp-site-blocks .wp-block-heading,
.woocommerce-checkout .wp-site-blocks .wp-block-heading {
	margin: 0 0 clamp(42px, 5vw, 82px) !important;
	font-family: var(--bs-body-font-family) !important;
	font-size: var(--ggm-page-title) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-align: left !important;
	text-transform: uppercase;
}

.woocommerce-cart .wp-site-blocks p,
.woocommerce-checkout .wp-site-blocks p {
	max-width: 720px;
	font-family: var(--bs-body-font-family) !important;
	font-size: var(--ggm-card-meta);
	line-height: 1.25;
	text-align: left !important;
}

.ggm-page__content .button,
.ggm-page__content button,
.ggm-page__content input[type="submit"] {
	min-height: 62px;
	border: 1px solid #050505;
	border-radius: 0;
	padding: 0 28px;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: var(--ggm-card-meta);
	line-height: 60px;
	text-transform: uppercase;
}

.ggm-page__content input,
.ggm-page__content select,
.ggm-page__content textarea {
	border-radius: 0;
	font: inherit;
}

.ggm-info-page__shell,
.ggm-index-page__shell {
	display: grid;
	grid-template-columns: minmax(160px, 245px) minmax(0, 1fr);
	gap: clamp(36px, 6vw, 88px);
	align-items: start;
}

.ggm-info-page__sidebar,
.ggm-index-page__sidebar {
	position: sticky;
	top: clamp(90px, 10vw, 140px);
}

.ggm-info-page__title,
.ggm-index-page__title,
.ggm-grid-archive__title {
	margin: 0 0 clamp(34px, 5vw, 72px);
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-info-page__content {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1fr);
	gap: clamp(28px, 5vw, 78px);
	align-items: start;
}

.ggm-info-page__image {
	background: var(--ggm-soft);
}

.ggm-info-page__img {
	display: block;
	width: 100%;
	height: auto;
}

.ggm-info-page__text {
	max-width: 680px;
	font-size: 14px;
	line-height: 1.55;
}

.ggm-info-page--about .ggm-info-page__content {
	grid-template-columns: minmax(0, 674px) minmax(0, 900px);
	gap: 66px;
}

.ggm-info-page--about {
	padding-top: clamp(300px, 17.92vw, 344px);
}

.ggm-info-page--about .ggm-info-page__shell {
	display: block;
	--bs-gutter-x: 0;
	max-width: min(1640px, calc(100vw - (2 * var(--ggm-gutter))));
}

.ggm-info-page--about .ggm-info-page__sidebar {
	position: static;
}

.ggm-info-page--about .ggm-info-page__title {
	margin-bottom: clamp(66px, 4.95vw, 95px);
}


.ggm-info-page--about .ggm-info-page__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ggm-info-page--about .ggm-info-page__text {
	max-width: none;
	font-size: var(--ggm-card-meta);
	line-height: 1.18;
}

.ggm-info-page__details,
.ggm-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 4vw, 56px);
	grid-column: 1 / -1;
	margin-top: clamp(34px, 5vw, 72px);
	border-top: 1px solid #050505;
	padding-top: 18px;
}

.ggm-info-page__detail h2,
.ggm-contact-grid h2,
.ggm-contact-grid .widget__title {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-info-page__detail,
.ggm-contact-grid__item {
	font-size: 13px;
	line-height: 1.38;
}

.ggm-info-page__detail--wide {
	grid-column: 1 / -1;
}

.ggm-info-page--contact .ggm-info-page__content {
	display: block;
	max-width: none;
	min-width: 0;
}

.ggm-info-page--contact {
	--ggm-contact-content-padding: clamp(48px, 5.26vw, 101px);
	padding-top: clamp(300px, 17.92vw, 344px);
}

.ggm-info-page--contact .ggm-info-page__shell {
	display: block;
	--bs-gutter-x: 0;
	max-width: min(1392px, calc(100vw - (2 * var(--ggm-gutter))));
}

.ggm-info-page--contact .ggm-info-page__sidebar {
	position: static;
}

.ggm-info-page--contact .ggm-info-page__title {
	margin-bottom: clamp(64px, 4.95vw, 95px);
	padding-inline: var(--ggm-contact-content-padding);
	font-size: 35px;
}

.ggm-contact-form {
	display: grid;
	grid-template-columns: minmax(180px, 236px) minmax(0, 790px);
	column-gap: 63px;
	row-gap: 28px;
	padding-inline: var(--ggm-contact-content-padding);
	margin-bottom: 82px;
}

.ggm-contact-form__intro {
	max-width: 236px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.15;
}

.ggm-contact-form__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 15px;
	row-gap: 38px;
	min-width: 0;
}

.ggm-info-page--contact .ggm-contact-form > .wpcf7,
.ggm-info-page--contact .ggm-contact-form__form > p,
.ggm-info-page--contact .ggm-contact-form__form .wpcf7-form-control-wrap {
	min-width: 0;
}

.ggm-info-page--contact .ggm-contact-form__form > p {
	margin: 0;
}

.ggm-info-page--contact .ggm-contact-form__form > p:has(textarea) {
	grid-column: 1 / -1;
}

.ggm-info-page--contact .ggm-contact-form__form .wpcf7-form-control-wrap {
	display: block;
}

.ggm-info-page--contact .ggm-contact-form__form br {
	display: none;
}

.ggm-contact-form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #777;
	font-size: 18px;
	line-height: 1.2;
	min-width: 0;
}

.ggm-contact-form input,
.ggm-contact-form select,
.ggm-contact-form textarea {
	width: 100%;
	min-width: 0;
	border: 0;
	border-bottom: 1px solid #8d8d8d;
	border-radius: 0;
	padding: 9px 0;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: 18px;
}

.ggm-info-page--contact .ggm-contact-form input:focus,
.ggm-info-page--contact .ggm-contact-form select:focus,
.ggm-info-page--contact .ggm-contact-form textarea:focus {
	border-bottom-color: #050505;
	outline: 0;
}

.ggm-info-page--contact .ggm-contact-form input:focus-visible,
.ggm-info-page--contact .ggm-contact-form select:focus-visible,
.ggm-info-page--contact .ggm-contact-form textarea:focus-visible {
	outline: 1px solid #050505;
	outline-offset: 4px;
}

.ggm-contact-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
	background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.ggm-contact-form textarea {
	min-height: 145px;
	resize: vertical;
}

.ggm-contact-form__wide {
	grid-column: 1 / -1;
}

.ggm-contact-form button,
.ggm-info-page--contact .ggm-contact-form input[type="submit"] {
	justify-self: start;
	width: auto;
	min-width: 108px;
	min-height: 45px;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	padding: 0 22px;
	background: transparent;
	color: #666;
	font: inherit;
	font-size: 18px;
}

.ggm-contact-form button:hover,
.ggm-contact-form button:focus-visible,
.ggm-info-page--contact .ggm-contact-form input[type="submit"]:hover,
.ggm-info-page--contact .ggm-contact-form input[type="submit"]:focus-visible {
	border-color: #050505;
	color: #050505;
	outline-color: #050505;
}

.ggm-info-page--contact .ggm-contact-form .wpcf7-spinner {
	display: none;
}

.ggm-info-page--contact .ggm-contact-form .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0;
}

.ggm-contact-section {
	margin-bottom: clamp(112px, 10vw, 188px);
}

.ggm-info-page--contact .ggm-contact-section--hours {
	padding-inline: var(--ggm-contact-content-padding);
}

.ggm-contact-section__title {
	margin: 0 0 52px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-contact-section__grid {
	display: grid;
	grid-template-columns: minmax(420px, 590px) minmax(280px, 352px);
	gap: clamp(48px, 7.92vw, 152px);
	min-width: 0;
}

.ggm-contact-section__grid--two {
	grid-template-columns: repeat(2, minmax(0, 413px));
	gap: clamp(32px, 5.2vw, 100px);
	max-width: 926px;
	margin-left: clamp(0px, 5.2vw, 100px);
}

.ggm-contact-section h3 {
	margin: 0 0 34px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-contact-section,
.ggm-contact-section p {
	font-size: 24px;
	line-height: 1.18;
}

.ggm-contact-section__map {
	aspect-ratio: 820 / 588;
	min-height: 0;
	background: url("../images/contact-map.png") center / contain no-repeat;
	border: 0;
}

.ggm-contact-section__map iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
}

.ggm-contact-section__access {
	display: grid;
	gap: 28px;
	align-self: start;
	padding-top: 10px;
}

.ggm-contact-section--location .ggm-contact-section__title {
	margin-bottom: clamp(54px, 7.4vw, 143px);
	padding-inline: var(--ggm-contact-content-padding);
}

.ggm-contact-section--location,
.ggm-contact-section--location p {
	font-size: 18px;
	line-height: 1.3;
}

.ggm-contact-section--location h3 {
	margin-bottom: 20px;
	font-size: 24px;
}

.ggm-artists-list {
	column-count: 4;
	column-gap: clamp(28px, 5vw, 72px);
	max-width: 900px;
}

.ggm-artists-list__link {
	position: relative;
	display: block;
	break-inside: avoid;
	margin-bottom: 5px;
	color: #050505;
	font-size: 13px;
	line-height: 1.28;
	text-decoration: none;
	transition: padding-left 180ms ease, opacity 180ms ease;
}

.ggm-artists-list__link::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transition: width 180ms ease;
}

.ggm-index-page__content:has(.ggm-artists-list__link:hover) .ggm-artists-list__link {
	opacity: 0.34;
}

.ggm-index-page__content:has(.ggm-artists-list__link:hover) .ggm-artists-list__link:hover,
.ggm-artists-list__link:focus-visible {
	padding-left: 24px;
	opacity: 1;
}

.ggm-artists-list__link:hover::before,
.ggm-artists-list__link:focus-visible::before {
	width: 14px;
}

.ggm-index-page__content {
	position: relative;
}

.ggm-artist-preview {
	position: relative;
	margin-top: 28px;
	width: 100%;
	max-width: 300px;
	pointer-events: none;
	opacity: 0;
	transform: translateY(8px);
	transform-origin: center;
	transition: opacity 170ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, opacity;
}

.ggm-artist-preview.is-active {
	opacity: 1;
	transform: translateY(0);
}

.ggm-artist-preview__frame {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 1px solid rgba(5, 5, 5, 0.26);
	background: #fff;
	box-shadow: 0 18px 60px rgba(5, 5, 5, 0.12);
}

.ggm-artist-preview__frame::before,
.ggm-artist-preview__frame::after {
	position: absolute;
	z-index: 2;
	background: #fff;
	content: "";
}

.ggm-artist-preview__frame::before {
	inset: 12px;
	border: 1px solid rgba(5, 5, 5, 0.14);
	background: transparent;
}

.ggm-artist-preview__frame::after {
	right: 0;
	bottom: 0;
	width: 34%;
	height: 1px;
	background: #050505;
}

.ggm-artist-preview__image {
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px;
	object-fit: contain;
	filter: grayscale(0.12) contrast(1.03);
	transform: none;
	transition: transform 480ms ease, filter 480ms ease;
}

.ggm-artist-preview.is-active .ggm-artist-preview__image {
	filter: grayscale(0) contrast(1);
	transform: scale(1);
}

.ggm-artist-preview__name {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 3;
	margin: 0;
	padding: 9px 10px;
	background: rgba(255, 255, 255, 0.86);
	color: #050505;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.ggm-grid-archive__grid,
.single-artist__grid,
.ggm-shop__grid,
.ggm-product__gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(30px, 4vw, 58px) clamp(18px, 2.4vw, 34px);
}

.ggm-grid-archive--news .ggm-grid-archive__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ggm-image-card__link,
.ggm-product-card__link {
	display: block;
	color: #050505;
	text-decoration: none;
}

.ggm-image-card__media,
.ggm-product-card__media {
	aspect-ratio: 4 / 3;
	margin-bottom: 14px;
	overflow: hidden;
	background: var(--ggm-soft);
}

.ggm-product-card__media {
	aspect-ratio: 3 / 4;
}

.ggm-image-card__image,
.ggm-image-card__placeholder,
.ggm-product-card__image,
.ggm-product-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ggm-image-card__body > *,
.ggm-product-card__body > * {
	margin: 0;
}

.ggm-image-card__kicker,
.ggm-image-card__title,
.ggm-image-card__meta,
.ggm-product-card__title,
.ggm-product-card__price {
	line-height: 1.12;
}

.ggm-image-card__kicker {
	font-size: var(--ggm-card-artist);
	font-weight: 700;
	text-transform: uppercase;
}

.ggm-image-card__title {
	font-size: var(--ggm-card-title);
	font-weight: 400;
}

.ggm-image-card__meta {
	font-size: var(--ggm-card-meta);
}

.ggm-product-card__title {
	font-size: var(--ggm-card-title);
	font-weight: 400;
}

.ggm-product-card__price {
	font-size: var(--ggm-card-meta);
}

.single-artist__header {
	margin-bottom: clamp(42px, 5.4vw, 82px);
}

.single-artist__title {
	margin: 0 0 24px;
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.single-artist__hero {
	background: var(--ggm-soft);
	max-height: 80dvh;
	height: 100%;
	overflow: hidden;
}

.single-artist__hero-img {
	display: block;
	width: 100%;
	max-height: 80dvh;
	/* aspect-ratio: 16 / 9; */
	/* max-height: none; */
	object-fit: contain!important;
}

.single-artist__intro {
	display: grid;
	grid-template-columns: 41.2% minmax(0, 1fr);
	column-gap: 9.4%;
	row-gap: 30px;
	margin-bottom: clamp(54px, 8vw, 110px);
}

.single-artist__portrait {
	aspect-ratio: 175 / 197;
	align-self: start;
}

.single-artist__portrait-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain!important;
}

.single-artist__text {
	font-family: 'Archive';
	font-size: clamp(18px, 1.2vw, 23px);
	line-height: 1.55;
}

.single-artist__secondary {
	position: relative;
	margin: clamp(46px, 7vw, 96px) 0 0;
}

.single-artist__secondary-img {
	display: block;
    width: 100%;
    height: auto;
    max-height: 60dvh;
    object-fit: contain;
}

.single-artist__secondary-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(18px, 3vw, 48px) var(--ggm-gutter);
	background: #767676c9;
	color: var(--bs-body-color);
	font-family: 'Archive';
	font-size: clamp(16px, 1.2vw, 21px);
	line-height: 1.4;
}

.single-artist__section {
	margin-top: clamp(46px, 7vw, 96px);
}

.single-artist__section-title,
.ggm-product__related h2 {
	margin: 0 0 24px;
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-shop__head {
	margin-bottom: 20px;
}

.ggm-shop__title {
	margin: 0;
	font-size: var(--ggm-page-title);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-shop__toolbar {
	display: grid;
	grid-template-columns: minmax(150px, 0.32fr) minmax(280px, 0.42fr) 150px minmax(100px, 0.12fr) 150px;
	min-height: 62px;
	margin-bottom: clamp(86px, 7.4vw, 126px);
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}

.ggm-shop__toolbar-empty,
.ggm-shop__toolbar-spacer,
.ggm-shop__search input,
.ggm-shop__search button,
.ggm-shop__filter-toggle {
	border: 0;
	border-left: 1px solid #b8b8b8;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: var(--ggm-card-meta);
}

.ggm-shop__search {
	display: contents;
}

.ggm-shop__search input {
	width: 100%;
	min-width: 0;
	padding: 0 38px;
	border-radius: 0;
	color: #050505;
}

.ggm-shop__search input::placeholder {
	color: #808080;
	opacity: 1;
}

.ggm-shop__search button,
.ggm-shop__filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 0 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.ggm-shop__filter-toggle {
	border-right: 1px solid #b8b8b8;
}

.ggm-shop__products {
	margin-bottom: clamp(70px, 8vw, 120px);
}

.ggm-shop__grid {
	max-width: 1640px;
	margin: 0 auto;
	gap: clamp(70px, 6vw, 92px) 45px;
}

.ggm-shop__layout {
	display: grid;
	grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
	gap: clamp(36px, 6vw, 88px);
}

.ggm-shop__filters {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1990;
	width: min(520px, 92vw);
	height: 100vh;
	padding: clamp(86px, 10vh, 126px) clamp(40px, 5vw, 72px) 46px;
	overflow-y: auto;
	border-left: 1px solid #050505;
	background: #fff;
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.ggm-shop__filters.is-open {
	transform: translateX(0);
}

.ggm-shop__filters-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.ggm-shop__filters h2 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ggm-shop__filter-section {
	border-top: 1px solid #b8b8b8;
	padding: 18px 0;
}

.ggm-shop__filter-section h3 {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.ggm-shop__filters-head button {
	border: 0;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: 28px;
	line-height: 1;
}

.ggm-shop__filter-list {
	display: grid;
	gap: 11px;
}

.ggm-shop__filter-list a {
	color: #050505;
	font-size: 13px;
	line-height: 1.25;
	text-decoration: none;
}

.ggm-product-card {
	text-align: center;
}

.ggm-shop .ggm-product-card__media {
	aspect-ratio: 1 / 1.18;
	margin-bottom: 22px;
	background: #efefef;
}

.ggm-shop .ggm-product-card__image {
	object-fit: contain;
	padding: clamp(22px, 2.4vw, 38px);
}

.ggm-shop .ggm-product-card__body {
	display: grid;
	justify-items: center;
	gap: 24px;
}

.ggm-shop .ggm-product-card__title {
	font-size: var(--ggm-card-title);
	font-weight: 700;
	line-height: 1.12;
	text-align: center;
	text-transform: uppercase;
}

.ggm-shop .ggm-product-card__price {
	display: none;
}

.ggm-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	min-height: 62px;
	border: 1px solid #b8b8b8;
	padding: 0 20px;
	color: #666;
	font-size: var(--ggm-card-meta);
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.ggm-shop .woocommerce-pagination {
	margin-top: clamp(74px, 7vw, 110px);
}

.ggm-shop .woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.ggm-shop .woocommerce-pagination li {
	margin: 0;
	border: 0;
}

.ggm-shop .woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	min-height: 18px;
	border: 0;
	color: #050505;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.ggm-shop .woocommerce-pagination .page-numbers.current {
	border: 1px solid #b8b8b8;
}

.ggm-product__top {
	display: grid;
	grid-template-columns: minmax(0, 950px) minmax(0, 536px);
	gap: clamp(74px, 8vw, 154px);
	align-items: start;
	margin-bottom: clamp(96px, 6.8vw, 131px);
}

.ggm-product__media {
	background: var(--ggm-soft);
	text-align: center;
}

.ggm-product__image {
	display: block;
	width: 100%;
	aspect-ratio: 950 / 1007;
	height: auto;
	object-fit: contain;
	padding: clamp(24px, 3vw, 52px);
}

.ggm-product__title,
.ggm-product__price {
	margin: 0;
	font-size: var(--ggm-card-title);
	line-height: 1.12;
}

.ggm-product__title {
	font-weight: 700;
	text-transform: uppercase;
}

.ggm-product__short,
.ggm-product__description {
	max-width: 1364px;
	font-size: var(--ggm-card-meta);
	line-height: 1.18;
}

.ggm-product form.cart {
	display: flex;
	gap: 14px;
	margin-top: 28px;
}

.ggm-product form.cart .quantity input {
	width: 121px;
	min-height: 62px;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	background: transparent;
	color: #050505;
	font-size: var(--ggm-card-meta);
	text-align: center;
}

.ggm-product .single_add_to_cart_button,
.ggm-product .single_add_to_cart_button.button,
.ggm-product .single_add_to_cart_button.button.alt {
	min-width: 260px;
	min-height: 62px;
	border: 1px solid #050505;
	border-radius: 0;
	padding: 0 18px;
	background: transparent;
	color: #050505;
	font-size: var(--ggm-card-meta);
	line-height: 60px;
	text-transform: uppercase;
}

.ggm-product .single_add_to_cart_button:hover,
.ggm-product .single_add_to_cart_button.button.alt:hover {
	background: #050505;
	color: #fff;
}

.ggm-product__details {
	max-width: 1364px;
	margin-bottom: clamp(70px, 7vw, 104px);
}

.ggm-product__tabs {
	display: flex;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.ggm-product__tab {
	min-height: 81px;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	padding: 0 22px;
	background: transparent;
	color: #050505;
	font: inherit;
	font-size: var(--ggm-card-title);
}

.ggm-product__tab.active {
	background: #f3f3f3;
}

.ggm-product__description > *:last-child {
	margin-bottom: 0;
}

.ggm-product__related {
	margin-top: clamp(48px, 7vw, 96px);
}

.ggm-product__gallery-image {
	display: block;
	width: 100%;
	height: auto;
	background: var(--ggm-soft);
}

@media (max-width: 1199.98px) {
	.ggm-info-page--contact {
		--ggm-contact-content-padding: 48px;
	}

	.ggm-info-page--contact .ggm-info-page__title,
	.ggm-info-page--contact .ggm-contact-section__title {
		font-size: 28px;
	}

	.ggm-info-page--contact .ggm-contact-form__intro,
	.ggm-info-page--contact .ggm-contact-form label,
	.ggm-info-page--contact .ggm-contact-form input,
	.ggm-info-page--contact .ggm-contact-form select,
	.ggm-info-page--contact .ggm-contact-form textarea,
	.ggm-info-page--contact .ggm-contact-form button {
		font-size: 16px;
	}

	.ggm-info-page--contact .ggm-contact-section h3 {
		font-size: 22px;
	}

	.ggm-info-page--contact .ggm-contact-section,
	.ggm-info-page--contact .ggm-contact-section p {
		font-size: 18px;
	}

	.ggm-info-page--contact .ggm-contact-section--location,
	.ggm-info-page--contact .ggm-contact-section--location p {
		font-size: 16px;
	}

	.ggm-info-page--contact .ggm-contact-section--location h3 {
		font-size: 20px;
	}

	.ggm-grid-archive__grid,
	.single-artist__grid,
	.ggm-shop__grid,
	.ggm-product__gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ggm-artists-list {
		column-count: 3;
	}
}

@media (max-width: 991.98px) {
	.ggm-info-page,
	.ggm-index-page,
	.ggm-grid-archive,
	.single-artist,
	.ggm-shop,
	.ggm-product {
		padding-top: 118px;
	}

	.ggm-info-page__shell,
	.ggm-index-page__shell,
	.ggm-info-page__content,
	.ggm-shop__layout,
	.ggm-product__top,
	.single-artist__intro {
		grid-template-columns: 1fr;
	}

	.ggm-info-page__sidebar,
	.ggm-index-page__sidebar {
		position: static;
	}

	.ggm-info-page__details,
	.ggm-contact-grid,
	.ggm-grid-archive--news .ggm-grid-archive__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ggm-info-page--contact .ggm-info-page__content {
		max-width: none;
	}

	.ggm-info-page--contact {
		--ggm-contact-content-padding: 0px;
	}

	.ggm-info-page--contact .ggm-info-page__title {
		font-size: 20px;
	}

	.ggm-contact-form {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 72px;
	}

	.ggm-contact-form__intro {
		max-width: 520px;
		font-size: 14px;
	}

	.ggm-info-page--contact .ggm-contact-form label,
	.ggm-info-page--contact .ggm-contact-form input,
	.ggm-info-page--contact .ggm-contact-form select,
	.ggm-info-page--contact .ggm-contact-form textarea,
	.ggm-info-page--contact .ggm-contact-form button {
		font-size: 14px;
	}

	.ggm-info-page--contact .ggm-contact-form textarea {
		min-height: 80px;
	}

	.ggm-contact-section {
		margin-bottom: 72px;
	}

	.ggm-info-page--contact .ggm-contact-section__title {
		margin-bottom: 24px;
		font-size: 16px;
	}

	.ggm-info-page--contact .ggm-contact-section,
	.ggm-info-page--contact .ggm-contact-section p,
	.ggm-info-page--contact .ggm-contact-section--location,
	.ggm-info-page--contact .ggm-contact-section--location p {
		font-size: 15px;
		line-height: 1.35;
	}

	.ggm-info-page--contact .ggm-contact-section h3,
	.ggm-info-page--contact .ggm-contact-section--location h3 {
		margin-bottom: 18px;
		font-size: 14px;
	}

	.ggm-contact-section__grid,
	.ggm-contact-section__grid--two {
		grid-template-columns: 1fr;
		max-width: none;
		margin-left: 0;
		gap: 34px;
	}

	.ggm-contact-section__map {
		aspect-ratio: 16 / 9;
		min-height: 260px;
	}

	.ggm-contact-section,
	.ggm-contact-section p,
	.ggm-contact-section--location,
	.ggm-contact-section--location p {
		font-size: 15px;
		line-height: 1.35;
	}

	.ggm-contact-section h3,
	.ggm-contact-section--location h3 {
		margin-bottom: 18px;
		font-size: 14px;
	}

	.ggm-info-page--about .ggm-info-page__content {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ggm-info-page--about .ggm-info-page__image {
		min-height: 0;
	}

	.ggm-info-page--about .ggm-info-page__img {
		height: auto;
	}

	.ggm-shop__toolbar {
		grid-template-columns: 1fr 118px 118px;
	}

	.ggm-shop__toolbar-empty,
	.ggm-shop__toolbar-spacer {
		display: none;
	}

	.ggm-shop__search input {
		padding: 0 18px;
		border-left: 0;
	}

	.ggm-shop__search button,
	.ggm-shop__filter-toggle {
		min-height: 50px;
		padding: 0 14px;
	}

	.ggm-artist-preview {
		display: none;
	}

	.ggm-index-page__content:has(.ggm-artists-list__link:hover) .ggm-artists-list__link {
		opacity: 1;
	}

	.ggm-index-page__content:has(.ggm-artists-list__link:hover) .ggm-artists-list__link:hover,
	.ggm-artists-list__link:focus-visible {
		padding-left: 0;
	}

	.ggm-artists-list__link::before {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.ggm-contact-form__form {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.ggm-contact-form__wide {
		grid-column: auto;
	}

	.ggm-contact-section__title {
		margin-bottom: 24px;
		font-size: 16px;
	}

	.ggm-contact-section__map {
		min-height: 220px;
	}

	.ggm-grid-archive__grid,
	.single-artist__grid,
	.ggm-shop__grid,
	.ggm-product__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ggm-artists-list {
		column-count: 2;
	}

	.single-exhibition__side-control,
	.single-fair__side-control {
		display: none;
	}

	.ggm-shop__title,
	.ggm-shop .ggm-product-card__title {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ggm-artists-list__link,
	.ggm-artists-list__link::before,
	.ggm-artist-preview,
	.ggm-artist-preview__image {
		transition: none;
	}
}

@media (max-width: 479.98px) {
	.ggm-contact-form,
	.ggm-contact-section {
		margin-bottom: 56px;
	}

	.ggm-contact-form button,
	.ggm-info-page--contact .ggm-contact-form input[type="submit"] {
		justify-self: stretch;
		width: 100%;
		min-height: 42px;
	}

	.ggm-contact-section__map {
		min-height: 180px;
	}

	.ggm-grid-archive__grid,
	.single-artist__grid,
	.ggm-shop__grid,
	.ggm-product__gallery {
		grid-template-columns: 1fr;
	}

	.ggm-artists-list {
		column-count: 1;
	}

	.ggm-shop__toolbar {
		grid-template-columns: 1fr 92px;
	}

	.ggm-shop__search input {
		grid-column: 1 / -1;
		min-height: 50px;
		border-bottom: 1px solid #b8b8b8;
	}

	.ggm-shop__search button {
		grid-column: 1;
		border-left: 0;
	}

	.ggm-shop__filter-toggle {
		grid-column: 2;
	}
}

.has-ggm-modal {
	overflow: hidden;
}

.ggm-modal[hidden] {
	display: none;
}

.ggm-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-y: auto;
	padding: clamp(82px, 12.6vh, 120px) clamp(24px, 5vw, 72px) clamp(24px, 5vw, 72px);
}

.ggm-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.97);
}

.ggm-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	width: min(100%, 600px);
}

.ggm-modal__close {
	position: absolute;
	top: -48px;
	right: 0;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: #050505;
	font-size: 16px;
	line-height: 1;
}

.ggm-modal__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 64px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #777;
	font: inherit;
	font-size: 58px;
	line-height: 1;
	transform: translateY(-50%);
	transition: color 180ms ease, transform 180ms ease;
}

.ggm-modal__nav[hidden] {
	display: none;
}

.ggm-modal__nav--prev {
	left: -48px;
}

.ggm-modal__nav--next {
	right: -48px;
}

.ggm-modal__nav:hover,
.ggm-modal__nav:focus-visible {
	color: #050505;
	transform: translateY(-50%) scale(1.04);
}

.ggm-modal__image {
	display: block;
	width: 100%;
	max-height: calc(100dvh - 260px);
	object-fit: contain;
	background: linear-gradient(263deg, #e4e4e4, #e0e0e0);;
}

.ggm-modal__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.ggm-modal__title,
.ggm-modal__meta {
	margin: 0;
	font-size: 13px;
	line-height: 1.28;
}

.ggm-modal__title {
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.ggm-modal {
		align-items: center;
		padding: 24px;
	}

	.ggm-modal__dialog {
		grid-template-columns: 1fr;
	}

	.ggm-modal__nav {
		top: auto;
		bottom: -58px;
		width: 42px;
		height: 42px;
		font-size: 42px;
		transform: none;
	}

	.ggm-modal__nav--prev {
		left: 0;
	}

	.ggm-modal__nav--next {
		right: 0;
	}

	.ggm-modal__nav:hover,
	.ggm-modal__nav:focus-visible {
		transform: scale(1.04);
	}
}
