/*!
Theme Name: Golden Commerce
Theme URI: http://underscores.me/
Author: Robert Long | Golden Commerce
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golden-commerce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Golden Commerce is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--gc-link);
}



a:hover,
a:focus,
a:active {
	color: var(--gc-link);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

#primary {
	min-height: 60vh;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Golden Commerce App Shell
--------------------------------------------------------------*/
:root {
	--gc-primary: #b58a3b;
	--gc-secondary: #273241;
	--gc-bg-light: #f7f4ed;
	--gc-bg-dark: #111827;
	--gc-link: #9f7328;
	--gc-button-primary: #b58a3b;
	--gc-button-secondary: #273241;
	--gc-body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gc-heading-font: Georgia, "Times New Roman", serif;
	--gc-surface: #ffffff;
	--gc-ink: #111827;
	--gc-muted: #667085;
	--gc-border: rgba(17, 24, 39, 0.12);
	--gc-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

body {
	background: var(--gc-bg-light);
	color: var(--gc-ink);
	font-family: var(--gc-body-font, 'Open Sans', sans-serif);
}

.gc-theme-dark {
	--gc-surface: #182233;
	--gc-ink: #f8fafc;
	--gc-muted: #cbd5e1;
	--gc-border: rgba(255, 255, 255, 0.14);
	background: var(--gc-bg-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	color: var(--gc-ink);
	font-family: var(--gc-heading-font, 'Open Sans', sans-serif) !important;
	letter-spacing: 0;
	text-transform: capitalize;
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link,
.gc-button {
	align-items: center;
	background: var(--gc-button-primary);
	border: 1px solid transparent;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover,
.gc-button:hover {
	background: var(--gc-secondary);
	color: #fff;
	transform: translateY(-1px);
}

.gc-button-secondary {
	background: transparent;
	border-color: var(--gc-border);
	color: var(--gc-ink);
}

.gc-button-secondary:hover {
	background: var(--gc-button-secondary);
	border-color: var(--gc-button-secondary);
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
select,
textarea {
	background: var(--gc-surface);
	border: 1px solid var(--gc-border);
	border-radius: 6px;
	color: var(--gc-ink);
	min-height: 44px;
	padding: 10px 12px;
}

#page {
	min-height: 100vh;
	overflow: hidden;
}

.site-header {
	background: color-mix(in srgb, var(--gc-surface) 92%, transparent);
	border-bottom: 1px solid var(--gc-border);
	position: sticky;
	top: 0;
	z-index: 50;
}

.gc-header-inner,
.gc-section-inner,
.gc-footer-inner,
.gc-footer-bottom {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 22px;
	padding-right: 22px;
}

.gc-header-inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 86px;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 14px;
}

.custom-logo {
	display: block;
	max-height: 54px;
	width: auto;
}

.site-title {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.site-title a {
	color: var(--gc-ink);
	text-decoration: none;
}

.site-description {
	color: var(--gc-muted);
	font-size: 0.82rem;
	margin: 3px 0 0;
}

.main-navigation {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
	width: auto;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	border-radius: 6px;
	color: var(--gc-ink);
	display: block;
	font-size: 0.94rem;
	font-weight: 700;
	padding: 10px 12px;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	background: color-mix(in srgb, var(--gc-primary) 13%, transparent);
	color: var(--gc-link);
}

.menu-toggle {
	display: none;
}

.gc-nav-stacked .gc-header-inner {
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	padding-bottom: 18px;
	padding-top: 18px;
}

.gc-nav-stacked .site-branding,
.gc-nav-stacked .main-navigation {
	justify-content: center;
	text-align: center;
}

.site-header-cart {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header-cart > li {
	list-style: none;
}

.cart-contents {
	background: var(--gc-secondary);
	border-radius: 6px;
	color: #fff !important;
	display: inline-flex;
	flex-direction: column;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.1;
	padding: 9px 12px;
	text-decoration: none;
}

.cart-contents .amount {
	font-size: 0.95rem;
}

.gc-cart-overlay {
	background: rgba(17, 17, 15, 0.44);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 998;
}

.gc-cart-drawer {
	background: #fffaf3;
	box-shadow: -22px 0 60px rgba(17, 17, 15, 0.24);
	height: 100vh;
	max-width: 88vw;
	overflow: auto;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: transform 220ms ease;
	width: 320px;
	z-index: 999;
}

.gc-cart-drawer-open {
	overflow: hidden;
}

.gc-cart-drawer-open .gc-cart-overlay {
	opacity: 1;
	pointer-events: auto;
}

.gc-cart-drawer-open .gc-cart-drawer {
	transform: translateX(0);
}

.gc-cart-drawer-header {
	align-items: center;
	border-bottom: 1px solid rgba(23, 23, 21, 0.12);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
}

.gc-cart-drawer-header h2 {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.gc-cart-drawer-close {
	background: transparent;
	border: 1px solid rgba(23, 23, 21, 0.16);
	color: var(--gc-ink);
	font-size: 1.5rem;
	height: 38px;
	min-height: 0;
	padding: 0;
	width: 38px;
}

.gc-cart-drawer .widget_shopping_cart_content,
.gc-cart-drawer .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
}

.gc-cart-drawer .woocommerce-mini-cart li {
	border-bottom: 1px solid rgba(23, 23, 21, 0.1);
	list-style: none;
	padding: 14px 0;
}

.gc-cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
}

.gc-cart-drawer .button {
	width: 100%;
}

.gc-section {
	padding: 76px 0;
}

.gc-hero {
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--gc-bg-dark) 95%, #000), color-mix(in srgb, var(--gc-secondary) 82%, var(--gc-primary))),
		var(--gc-bg-dark);
	color: #fff;
	padding: 92px 0 84px;
}

.gc-hero-grid {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.gc-hero h1 {
	color: #fff;
	font-size: clamp(2.7rem, 4vw, 5.5rem);
	line-height: 0.98;
	margin: 0 0 22px;
	max-width: 850px;
	text-transform: capitalize;
}

.gc-hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.13rem;
	margin: 0 0 28px;
	max-width: 650px;
}

.gc-eyebrow {
	color: var(--gc-primary);
	font-size: 0.78rem;
	font-weight: 800 !important;
	letter-spacing: 5px !important;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gc-hero-visual {
	min-height: 390px;
}

.gc-hero-visual img,
.gc-metal-card {
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	box-shadow: var(--gc-shadow);
	height: 100%;
	max-height: 700px;
	object-fit: cover;
	width: 100%;
}

.gc-metal-card {
background: linear-gradient(90deg, rgba(17, 17, 15, 0.78), rgba(17, 17, 15, 0.24)),
radial-gradient(circle at 45% 50%, rgba(201, 169, 106, 0.55), transparent 50%),
#2a241b !important;
	border: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
}

.gc-metal-card span,
.gc-metal-card small {
	color: rgba(255, 255, 255, 0.72);
}

.gc-metal-card strong {
	color: #fff;
	display: block;
	font-family: var(--gc-heading-font);
	font-size: 2rem;
	line-height: 1.05;
	margin: 12px 0;
}

.gc-split,
.gc-contact-inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.gc-section h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.02;
	margin: 0;
}

.gc-section p {
	color: var(--gc-muted);
	font-size: 1.05rem;
	margin: 0;
}

.gc-section-heading {
	margin: 0 0 30px;
	max-width: 720px;
}

.gc-section-heading h2 {
	margin-bottom: 12px;
}

.gc-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-card {
	background: var(--gc-surface);
	border: 1px solid var(--gc-border);
	border-radius: 8px;
	min-height: 172px;
	padding: 24px;
}

.gc-card h3 {
	font-family: var(--gc-body-font);
	font-size: 1.12rem;
	margin: 18px 0 0;
}

.gc-card-mark {
	background: var(--gc-primary);
	border-radius: 999px;
	box-shadow: 0 0 0 8px color-mix(in srgb, var(--gc-primary) 16%, transparent);
	display: block;
	height: 12px;
	width: 12px;
}

.gc-products-preview {
	background: color-mix(in srgb, var(--gc-surface) 64%, transparent);
}

.gc-contact-band {
	background: var(--gc-bg-dark);
	color: #fff;
}
.gc-contact-band p {
	color: #c1c1c1 !important;
}

.gc-contact-band h2 {
	color: #fff;
}

.gc-contact-band p {
	color: rgba(255, 255, 255, 0.78);
}

.gc-contact-inner {
	grid-template-columns: minmax(0, 1fr) auto;
}

.site-main:not(.gc-home),
.content-area,
.entry-content {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1180px;*/
	/*padding-left: 22px;*/
	/*padding-right: 22px;*/
}

.site-main:not(.gc-home) {
	padding-bottom: 70px;
	padding-top: 54px;
}

.page .site-main:not(.gc-home) {
	padding-top: 0;
}

.gc-page-title-band {
	background: var(--gc-bg-dark);
	color: #fff;
	margin: 0 0 52px;
	max-width: none;
	padding: 76px 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.entry-header.gc-page-title-band {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.gc-page-title-band .entry-title,
.gc-page-title-band h1 {
	color: #fff;
}

.gc-page-title-band .gc-eyebrow,
.gc-page-title-band .gc-blog-meta,
.gc-page-title-band .gc-blog-meta a {
	color: var(--gc-primary);
}

.gc-page-title-band .gc-eyebrow {
	justify-content: center;
}

.gc-page-title-band .gc-eyebrow::after {
	background: var(--gc-primary);
	content: "";
	display: inline-block;
	height: 1px;
	width: 38px;
}

.entry-header {
	margin: 0 auto 28px;
	/*max-width: 1180px;*/
	padding-left: 22px;
	padding-right: 22px;
}
.entry-content {
	max-width: 1180px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 54px;
	paddin-bottom: 54px;
}
.entry-title {
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	line-height: 1;
	margin: 0;
}

.site-footer {
	background: #0d1420;
	color: rgba(255, 255, 255, 0.78);
	padding: 56px 0 24px;
}

.gc-footer-inner {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(160px, 0.6fr));
}

.gc-footer-brand strong {
	color: #fff;
	display: block;
	font-family: var(--gc-heading-font);
	font-size: 1.35rem;
	margin: 12px 0 8px;
}

.gc-footer-brand p {
	margin: 0;
	max-width: 430px;
}

.gc-footer-column h2 {
	color: #fff;
	font-family: var(--gc-body-font);
	font-size: 0.86rem;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gc-footer-column ul,
.gc-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-footer-column li,
.gc-footer-menu a {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	margin: 0 0 8px;
	text-decoration: none;
}

.gc-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 36px;
	padding-top: 22px;
}

.gc-footer-compact .gc-footer-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.gc-footer-compact .gc-footer-brand p {
	max-width: 620px;
}

@media (max-width: 840px) {
	.gc-header-inner,
	.main-navigation,
	.main-navigation ul,
	.gc-footer-compact .gc-footer-inner,
	.gc-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.gc-header-inner,
	.gc-nav-stacked .gc-header-inner {
		gap: 16px;
		min-height: 0;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.main-navigation,
	.main-navigation ul {
		width: 100%;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.main-navigation .site-header-cart,
	.main-navigation.toggled .site-header-cart {
		display: flex;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.site-header-cart {
		width: 100%;
	}

	.cart-contents {
		width: 100%;
	}

	.gc-hero {
		padding: 68px 0;
	}

	.gc-hero-grid,
	.gc-card-grid,
	.gc-split,
	.gc-contact-inner,
	.gc-footer-inner {
		grid-template-columns: 1fr;
	}

	.gc-hero-visual {
		min-height: 300px;
	}

	.gc-section {
		padding: 58px 0;
	}
}

/*--------------------------------------------------------------
# Luxury Dealer Direction
--------------------------------------------------------------*/
body {
	background: var(--gc-bg-light);
	font-size: 15px;
	letter-spacing: 0;
}

.site-header {
	background: var(--gc-bg-light);
	position: relative;
}

.gc-header-inner {
	min-height: 104px;
}

.main-navigation a {
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-title {
	font-size: 1.42rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.site-description {
	font-family: var(--gc-heading-font);
	font-size: 0.78rem;
	text-align: center;
}

.gc-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link {
	border-radius: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	min-height: 48px;
	padding: 15px 28px;
	text-transform: uppercase;
}

.gc-button-secondary {
	border-color: var(--gc-secondary);
}

.gc-hero {
	background: var(--gc-bg-light);
	color: var(--gc-ink);
	padding: 58px 0 56px;
}

.gc-hero-grid {
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.gc-hero h1 {
	color: var(--gc-ink);
	font-size: clamp(3.6rem, 4vw, 6.6rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.98;
	margin-bottom: 24px;
	max-width: 680px;
}

.gc-hero h1::first-line {
	color: var(--gc-ink);
}

.gc-hero p {
	color: #4f4a42;
	font-size: 1rem;
	line-height: 1.85;
	max-width: 500px;
}

.gc-hero .gc-button-secondary {
	background: transparent;
	color: var(--gc-secondary);
}

.gc-eyebrow {
	align-items: center;
	color: var(--gc-primary);
	display: flex;
	font-size: 0.66rem;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

/*.gc-eyebrow::before {*/
/*	background: var(--gc-primary);*/
/*	content: "";*/
/*	display: inline-block;*/
/*	height: 1px;*/
/*	width: 38px;*/
/*}*/

.gc-hero-visual {
	min-height: 520px;
}

.gc-hero-visual img,
.gc-metal-card {
	aspect-ratio: 1.22 / 1;
	border-radius: 0;
	box-shadow: none;
}

.gc-metal-card {
	background:
		linear-gradient(90deg, rgba(17, 17, 15, 0.78), rgba(17, 17, 15, 0.24)),
		radial-gradient(circle at 60% 45%, rgba(201, 169, 106, 0.55), transparent 28%),
		#2a241b;
	border: 0;
	height: 80vh;
}

.gc-metal-card strong {
	font-size: 3rem;
	font-weight: 500;
}

.gc-stats-band {
	background: var(--gc-bg-dark);
	color: #fff;
}

.gc-stats-band .gc-section-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 34px;
	padding-top: 34px;
}

.gc-stats-band div {
	text-align: center;
}

.gc-stats-band strong {
	color: var(--gc-primary);
	display: block;
	font-size: 2.2rem;
	line-height: 1;
}

.gc-stats-band span {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-size: 0.64rem;
	letter-spacing: 0.22em;
	margin-top: 10px;
	text-transform: uppercase;
}

.gc-offer-strip {
	background: var(--gc-primary);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 12px 22px;
	text-align: center;
}

.gc-section {
	padding: 112px 0;
}

.gc-section h2 {
	font-weight: 500;
	letter-spacing: 0;
}

.gc-section p {
	color: #4f4a42;
	line-height: 1.9;
}

.gc-about .gc-split {
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.gc-services {
	background: var(--gc-bg-dark);
	color: #fff;
}

.gc-home-services-values {
	padding: 112px 0;
}

.gc-services h2,
.gc-services h3 {
	color: #fff;
}

.gc-services .gc-section-heading {
	display: block;
	margin-bottom: 30px;
	max-width: 720px;
	text-align: left;
}

.gc-services .gc-section-heading .gc-eyebrow {
	color: var(--gc-primary);
	justify-content: flex-start;
}

.gc-services .gc-card-grid {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-services .gc-card {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	min-height: 238px;
	overflow: hidden;
	position: relative;
}

.gc-services .gc-card small {
	color: var(--gc-primary);
	display: block;
	font-size: 0.64rem;
	letter-spacing: 0.22em;
	margin-bottom: 26px;
}

.gc-services .gc-card h3 {
	font-family: var(--gc-heading-font);
	font-size: 1.34rem;
	font-weight: 500;
}

.gc-services .gc-card::after {
	bottom: -18px;
	color: rgba(255, 255, 255, 0.035);
	content: attr(class);
	display: none;
	font-family: var(--gc-heading-font);
	font-size: 7rem;
	position: absolute;
	right: 24px;
}

.gc-services .gc-card-mark {
	border-radius: 0;
	box-shadow: none;
	height: 1px;
	margin-bottom: 18px;
	width: 34px;
}

.gc-products-preview {
	background: #f1ebe0;
}

.gc-contact-band {
	background:
		linear-gradient(rgba(17, 17, 15, 0.72), rgba(17, 17, 15, 0.72)),
		var(--gc-bg-dark);
	padding: 104px 0;
	text-align: center;
}

.gc-contact-inner {
	display: block;
	max-width: 820px;
}

.gc-contact-inner .gc-eyebrow {
	justify-content: center;
}

.gc-contact-inner .gc-eyebrow::after {
	background: var(--gc-primary);
	content: "";
	display: inline-block;
	height: 1px;
	width: 38px;
}

.gc-contact-inner h2 {
	margin-bottom: 18px;
}

.gc-contact-inner p {
	margin: 0 auto 28px;
	max-width: 640px;
}

.site-footer {
	background: var(--gc-bg-dark);
	padding-top: 72px;
}

.gc-footer-inner {
	grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(180px, 0.7fr));
}

.gc-footer-brand strong {
	font-weight: 500;
	text-transform: uppercase;
}

.gc-footer-column h2 {
	color: var(--gc-primary);
	font-size: 0.68rem;
	letter-spacing: 0.22em;
}

.gc-blog-index.site-main,
.gc-single-post.site-main {
	max-width: none;
	padding: 0;
}

.gc-blog-hero,
.gc-single-hero {
	background: var(--gc-bg-light);
	padding: 88px 0 54px;
}

.gc-blog-hero-grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
}

.gc-blog-hero h1,
.gc-single-hero h1 {
	font-size: clamp(3rem, 4vw, 5.8rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 18px;
	max-width: 880px;
}

.gc-blog-hero p {
	color: #4f4a42;
	line-height: 1.8;
	max-width: 640px;
}

.gc-blog-section {
	padding: 46px 0 110px;
}

.gc-home-blog {
	background: var(--gc-bg-light);
	padding: 0 0 110px;
}

.gc-home-blog-hero {
	padding-bottom: 42px;
}

.gc-home-blog-hero h2 {
	font-size: clamp(3rem, 6vw, 5.8rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 18px;
	max-width: 880px;
}

.gc-home-blog-button {
	margin-top: 32px;
}

.gc-heading-row {
	align-items: end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.gc-blog-loop-grid {
	display: grid;
	gap: 22px;
}

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

.gc-blog-columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-blog-columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gc-blog-loop-list {
	display: grid;
	gap: 18px;
}

.gc-blog-card {
	background: #fffaf3;
	border: 1px solid rgba(23, 23, 21, 0.12);
	border-radius: 0;
	display: grid;
	min-height: 100%;
	overflow: hidden;
}

.gc-blog-loop-list .gc-blog-card {
	grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
}

.gc-blog-card-image {
	background: var(--gc-bg-dark);
	color: var(--gc-primary);
	display: block;
	min-height: 210px;
	overflow: hidden;
	text-decoration: none;
}

.gc-blog-card-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gc-blog-card-image span {
	align-items: center;
	display: flex;
	font-family: var(--gc-heading-font);
	height: 100%;
	justify-content: center;
	min-height: 210px;
	padding: 22px;
}

.gc-blog-card-content {
	padding: 28px;
}

.gc-blog-meta {
	color: var(--gc-primary);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.66rem;
	gap: 12px;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.gc-blog-meta a {
	color: var(--gc-primary);
	text-decoration: none;
}

.gc-blog-card h2 {
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.24;
	margin: 0 0 14px;
}

.gc-blog-card h2 a {
	color: var(--gc-ink);
	text-decoration: none;
}

.gc-blog-card p {
	color: #4f4a42;
	line-height: 1.75;
	margin: 0 0 22px;
}

.gc-read-more {
	color: var(--gc-link);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.gc-single-hero {
	text-align: center;
}

.gc-single-hero .gc-eyebrow,
.gc-single-hero .gc-blog-meta {
	justify-content: center;
}

.gc-single-featured {
	margin-bottom: 56px;
}

.gc-single-featured img {
	aspect-ratio: 16 / 7;
	display: block;
	object-fit: cover;
	width: 100%;
}

.gc-single-content {
	background: #fffaf3;
	border: 1px solid rgba(23, 23, 21, 0.1);
	margin: 0 auto 56px;
	max-width: 820px;
	padding: 54px;
}

.gc-single-post {
	background: var(--gc-bg-light);
}

.gc-single-post .gc-single-hero {
	padding: 88px 0 74px;
}

.gc-single-post .gc-single-hero h1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.gc-single-post .gc-blog-meta {
	margin-top: 20px;
}

.gc-single-content > *:first-child {
	margin-top: 0;
}

.gc-single-content p,
.gc-single-content li {
	color: #3e3931;
	font-size: 1.06rem;
	line-height: 1.95;
}

.gc-single-content h2,
.gc-single-content h3 {
	font-weight: 500;
	margin-top: 1.7em;
}

.gc-single-nav {
	margin-bottom: 88px;
}

.gc-contact-page.site-main {
	max-width: none;
	padding: 0;
}

.gc-contact-hero {
	background: var(--gc-bg-light);
	padding: 92px 0 72px;
}

.gc-contact-hero-grid {
	align-items: end;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
}

.gc-contact-hero h1 {
	font-size: clamp(3.2rem, 4vw, 6.2rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 22px;
	max-width: 820px;
}

.gc-contact-hero p {
	color: #4f4a42;
	font-size: 1.05rem;
	line-height: 1.9;
	max-width: 650px;
}

.gc-contact-info-list {
	display: grid;
	gap: 12px;
}

.gc-contact-info-card {
	align-items: center;
	background: #fffaf3;
	border: 1px solid rgba(23, 23, 21, 0.12);
	display: grid;
	gap: 16px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 18px;
}

.gc-contact-icon {
	align-items: center;
	background: var(--gc-bg-dark);
	color: var(--gc-primary);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.gc-contact-icon svg {
	fill: none;
	height: 22px;
	stroke: var(--gc-primary);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 22px;
}

.gc-contact-info-card strong {
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.gc-contact-info-card span {
	color: #4f4a42;
	line-height: 1.5;
}

.gc-contact-main {
	background: #f1ebe0;
	padding: 86px 0 112px;
}

.gc-contact-main-grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.gc-contact-form-panel,
.gc-contact-map-panel {
	background: #fffaf3;
	border: 1px solid rgba(23, 23, 21, 0.12);
}

.gc-contact-form-panel {
	padding: 42px;
}

.gc-contact-form-panel h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 28px;
}

.gc-contact-form {
	display: grid;
	gap: 16px;
}

.gc-contact-form label {
	display: grid;
	gap: 7px;
}

.gc-contact-form label span {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gc-contact-form input,
.gc-contact-form textarea {
	background: #fff;
	border-color: rgba(23, 23, 21, 0.16);
	border-radius: 0;
	width: 100%;
}

.gc-contact-form button {
	justify-self: start;
	margin-top: 8px;
}

.gc-contact-map-panel {
	min-height: 100%;
	overflow: hidden;
}

.gc-contact-map-panel iframe {
	display: block;
	height: 100%;
	min-height: 620px;
	width: 100%;
}

.gc-about-page.site-main {
	max-width: none;
	padding: 0;
}

.gc-about-page-hero {
	background: var(--gc-bg-light);
	padding: 88px 0 76px;
}

.gc-about-page-hero-grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
}

.gc-about-page-hero h1 {
	font-size: clamp(3.4rem, 4vw, 6.6rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 24px;
	max-width: 820px;
}

.gc-about-page-hero p,
.gc-about-story p,
.gc-about-process p {
	color: #4f4a42;
	font-size: 1.05rem;
	line-height: 1.9;
}

.gc-about-page-image,
.gc-about-story-media {
	min-height: 520px;
}

.gc-about-page-image img,
.gc-about-story-media img,
.gc-about-image-fallback {
	display: block;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	width: 100%;
}

.gc-about-image-fallback {
	background:
		linear-gradient(90deg, rgba(17, 17, 15, 0.72), rgba(17, 17, 15, 0.22)),
		radial-gradient(circle at 70% 38%, rgba(201, 169, 106, 0.58), transparent 28%),
		#2a241b;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 34px;
}

.gc-about-image-fallback span {
	color: var(--gc-primary);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.gc-about-image-fallback strong {
	color: #fff;
	font-family: var(--gc-heading-font);
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 1;
	margin-top: 14px;
}

.gc-about-image-fallback-light {
	background:
		linear-gradient(135deg, rgba(247, 242, 234, 0.92), rgba(201, 169, 106, 0.22)),
		#fffaf3;
	border: 1px solid rgba(23, 23, 21, 0.12);
	color: var(--gc-ink);
}

.gc-about-image-fallback-light strong {
	color: var(--gc-ink);
}

.gc-about-story {
	background: var(--gc-bg-light);
	padding: 112px 0;
}

.gc-about-story-grid {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.gc-about-story h2,
.gc-about-process h2 {
	font-size: clamp(2.4rem, 5vw, 5rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 22px;
}

.gc-about-values {
	background: var(--gc-bg-dark);
	color: #fff;
	padding: 112px 0;
}

.gc-about-values h2,
.gc-about-values h3 {
	color: #fff;
}

.gc-about-values-grid {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gc-home-services-values .gc-about-values-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-about-values-grid article {
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	min-height: 260px;
	padding: 28px;
}

.gc-about-values-grid small {
	color: var(--gc-primary);
	display: block;
	font-size: 0.64rem;
	letter-spacing: 0.22em;
	margin-bottom: 34px;

}
.gc-values-grid-number {
	color: var(--gc-primary);
	display: block;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	font-family: var(--gc-heading-font);
}

.gc-about-values-grid h3 {
	font-family: var(--gc-heading-font);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

.gc-about-values-grid p {
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.8;
	margin: 0;
}

.gc-about-process {
	background: #f1ebe0;
	padding: 112px 0;
}

.gc-about-process-grid {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.gc-about-process-list {
	border-left: 1px solid rgba(23, 23, 21, 0.16);
	display: grid;
	gap: 0;
}

.gc-about-process-list article {
	border-bottom: 1px solid rgba(23, 23, 21, 0.12);
	padding: 0 0 26px 28px;
}

.gc-about-process-list article + article {
	padding-top: 26px;
}

.gc-about-process-list h3 {
	font-family: var(--gc-body-font);
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 8px;
}

.gc-about-process-list p {
	font-size: 0.98rem;
	margin: 0;
}

.post-navigation .nav-links {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-navigation a {
	background: #fffaf3;
	border: 1px solid rgba(23, 23, 21, 0.12);
	color: var(--gc-ink);
	display: block;
	padding: 22px;
	text-decoration: none;
}

.post-navigation .nav-subtitle {
	color: var(--gc-primary);
	display: block;
	font-size: 0.66rem;
	letter-spacing: 0.18em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.gc-blog-columns-3,
	.gc-blog-columns-4,
	.gc-services .gc-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.gc-hero-grid,
	.gc-blog-columns-2,
	.gc-blog-columns-3,
	.gc-blog-columns-4,
	.gc-blog-loop-list .gc-blog-card,
	.gc-services .gc-card-grid,
	.gc-blog-hero-grid,
	.gc-stats-band .gc-section-inner,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.gc-header-inner {
		min-height: 0;
	}

	.gc-hero h1,
	.gc-blog-hero h1,
	.gc-home-blog-hero h2,
	.gc-single-hero h1 {
		font-size: 3.2rem;
	}

	.gc-hero-visual {
		min-height: 320px;
	}

	.gc-single-content {
		padding: 28px;
	}

	.gc-heading-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.gc-contact-hero-grid,
	.gc-contact-main-grid {
		grid-template-columns: 1fr;
	}

	.gc-contact-form-panel {
		padding: 28px;
	}

	.gc-contact-map-panel iframe {
		min-height: 360px;
	}

	.gc-about-page-hero-grid,
	.gc-about-story-grid,
	.gc-about-process-grid {
		grid-template-columns: 1fr;
	}

	.gc-about-page-image,
	.gc-about-story-media,
	.gc-about-page-image img,
	.gc-about-story-media img,
	.gc-about-image-fallback {
		min-height: 340px;
	}

	.gc-about-values-grid {
		grid-template-columns: 1fr;
	}
}


/*******************************************************/
/******************** ANIMATIONS ***********************/
/*******************************************************/

#gc_hero_coin {
	transform: translatey(0px);
	animation: floatY 4s ease-in-out infinite;
	max-width: 480px;
	margin: 0 auto 20px;
	height: auto;
	display: block !important;
	width: 100%;
	aspect-ratio: auto;
}

@keyframes floatY {
	0% {

		transform: translatey(0px);
	}
	50% {

		transform: translatey(-20px);
	}
	100% {

		transform: translatey(0px);
	}
}


/*****************************************************************/
/******************** WooCommerce Specific ***********************/
/****************************************************************/

.woocommerce-products-header__title, .page-title,
.gc-section-inner {
	
}
