/*!
Theme Name: Kadence
Theme URI: https://www.liquidweb.com/software/kadence/
Author: Kadence WP
Author URI: https://www.liquidweb.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.5.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

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

/* Gaming Social Inca — editorial atlas visual system */
:root {
	--gsi-ink: #171714;
	--gsi-paper: #f2eee4;
	--gsi-paper-deep: #e7dfcf;
	--gsi-copper: #a4512b;
	--gsi-moss: #2f4a3a;
	--gsi-rule: rgba(23, 23, 20, .18);
	--gsi-shadow: 0 24px 60px rgba(24, 20, 13, .12);
}

body {
	background: var(--gsi-paper);
	color: var(--gsi-ink);
}

body.home .site,
body.blog .site {
	background: var(--gsi-paper);
}

#masthead {
	border-bottom: 1px solid var(--gsi-rule);
	background: rgba(242, 238, 228, .92);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.site-branding .site-title,
.site-branding .site-title a {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.035em;
}

#primary-menu > li > a {
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gsi-home-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 83% 20%, rgba(164,81,43,.16), transparent 24rem),
		linear-gradient(135deg, #1a201b 0%, #202a22 48%, #141613 100%);
	color: #f7f0df;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.gsi-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .16;
	background-image:
		linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.gsi-home-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1290px, calc(100% - 48px));
	margin: 0 auto;
	padding: 28px 0 38px;
}

.gsi-home-hero__eyebrow,
.gsi-home-hero__footer {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(247,240,223,.7);
}

.gsi-home-hero__line {
	flex: 1;
	height: 1px;
	background: rgba(247,240,223,.22);
}

.gsi-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(240px, .7fr);
	align-items: center;
	gap: 64px;
	padding: 78px 0 72px;
}

.gsi-home-hero__kicker {
	margin: 0 0 18px;
	color: #d58b64;
	font-size: .85rem;
	font-weight: 800;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.gsi-home-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #fff9ec;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6.2vw, 6.8rem);
	font-weight: 500;
	line-height: .93;
	letter-spacing: -.055em;
}

.gsi-home-hero__lede {
	max-width: 760px;
	margin: 30px 0 0;
	font-size: clamp(1.05rem, 1.6vw, 1.32rem);
	line-height: 1.7;
	color: rgba(247,240,223,.76);
}

.gsi-home-hero__mark {
	display: flex;
	justify-content: center;
}

.gsi-home-hero__ring {
	width: min(25vw, 260px);
	aspect-ratio: 1;
	border: 1px solid rgba(247,240,223,.34);
	border-radius: 50%;
	display: grid;
	place-content: center;
	text-align: center;
	box-shadow: inset 0 0 0 12px rgba(247,240,223,.025), inset 0 0 0 13px rgba(247,240,223,.12);
	transform: rotate(-5deg);
}

.gsi-home-hero__ring span {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.3rem, 5vw, 4.8rem);
	line-height: 1;
	letter-spacing: -.07em;
}

.gsi-home-hero__ring small {
	display: block;
	margin-top: 12px;
	font-size: .67rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #d58b64;
}

.gsi-home-hero__footer {
	justify-content: space-between;
	padding-top: 22px;
	border-top: 1px solid rgba(247,240,223,.18);
}

.gsi-home-hero__footer a {
	color: #fff9ec;
	text-decoration: none;
}

body.home .content-area {
	margin-top: 0;
	padding: 68px 0 84px;
}

body.home #archive-container {
	gap: 28px;
}

body.home .loop-entry {
	height: 100%;
	border: 1px solid var(--gsi-rule);
	border-radius: 2px;
	box-shadow: none;
	background: rgba(255,253,247,.64);
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body.home .loop-entry:hover {
	transform: translateY(-7px);
	box-shadow: var(--gsi-shadow);
	border-color: rgba(164,81,43,.38);
}

body.home .post-thumbnail {
	overflow: hidden;
	background: #d9d0be;
}

body.home .post-thumbnail img {
	transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
	filter: saturate(.82) contrast(1.03);
}

body.home .loop-entry:hover .post-thumbnail img {
	transform: scale(1.035);
	filter: saturate(.96) contrast(1.05);
}

body.home .loop-entry .entry-content-wrap {
	padding: 25px 26px 28px;
}

body.home .entry-taxonomies a {
	color: var(--gsi-copper);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.home .entry-title {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 1.8vw, 2rem);
	line-height: 1.12;
	letter-spacing: -.035em;
}

body.home .entry-title a {
	color: var(--gsi-ink);
}

body.home .entry-meta {
	font-size: .72rem;
	letter-spacing: .035em;
	color: #746d62;
}

body.home .entry-summary {
	font-size: .96rem;
	line-height: 1.7;
	color: #5e584f;
}

body.home .post-more-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--gsi-moss);
}

body.home #archive-container > .entry-list-item:first-child {
	grid-column: span 2;
}

body.home #archive-container > .entry-list-item:first-child .loop-entry {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
}

body.home #archive-container > .entry-list-item:first-child .post-thumbnail {
	height: 100%;
}

body.home #archive-container > .entry-list-item:first-child .post-thumbnail-inner,
body.home #archive-container > .entry-list-item:first-child img {
	height: 100%;
}

body.home #archive-container > .entry-list-item:first-child img {
	object-fit: cover;
}

body.home #archive-container > .entry-list-item:first-child .entry-content-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px;
}

body.home #archive-container > .entry-list-item:first-child .entry-title {
	font-size: clamp(2rem, 3vw, 3.35rem);
}

.single-post .entry-title {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -.04em;
}

.single-post .entry-content p {
	line-height: 1.82;
}

.site-footer-wrap {
	border-top: 1px solid var(--gsi-rule);
}

@media (max-width: 1024px) {
	.gsi-home-hero__grid {
		grid-template-columns: 1fr 220px;
		gap: 34px;
		padding: 58px 0 54px;
	}
	body.home #archive-container > .entry-list-item:first-child {
		grid-column: span 2;
	}
}

@media (max-width: 767px) {
	.gsi-home-hero__inner {
		width: min(100% - 30px, 1290px);
		padding-top: 20px;
	}
	.gsi-home-hero__eyebrow span:last-child,
	.gsi-home-hero__mark {
		display: none;
	}
	.gsi-home-hero__grid {
		grid-template-columns: 1fr;
		padding: 48px 0 44px;
	}
	.gsi-home-hero h1 {
		font-size: clamp(3rem, 14vw, 4.7rem);
	}
	.gsi-home-hero__footer {
		align-items: flex-start;
		gap: 12px;
		flex-direction: column;
	}
	body.home .content-area {
		padding: 42px 0 60px;
	}
	body.home #archive-container > .entry-list-item:first-child {
		grid-column: auto;
	}
	body.home #archive-container > .entry-list-item:first-child .loop-entry {
		display: block;
	}
	body.home #archive-container > .entry-list-item:first-child .entry-content-wrap {
		padding: 28px 24px 30px;
	}
}

/* Refined masthead: keep utility/legal links in the editorial footer. */
#masthead .site-main-header-wrap .site-header-row-container-inner {
	background: rgba(242, 238, 228, .94);
}

.site-main-header-inner-wrap {
	min-height: 86px;
}

.site-branding .site-title a {
	font-size: clamp(1.35rem, 2vw, 1.72rem);
}

#primary-menu .page-item-15,
#primary-menu .page-item-17,
#primary-menu .page-item-20,
.mobile-navigation .page-item-15,
.mobile-navigation .page-item-17,
.mobile-navigation .page-item-20 {
	display: none;
}

#primary-menu > li > a {
	position: relative;
	padding-inline: .9rem;
}

#primary-menu > li > a::after {
	content: "";
	position: absolute;
	left: .9rem;
	right: .9rem;
	bottom: .45rem;
	height: 1px;
	background: var(--gsi-copper);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
}

#primary-menu > li > a:hover::after,
#primary-menu > li.current-menu-item > a::after {
	transform: scaleX(1);
}

/* Single-story cover and long-form reading system. */
/* Kadence also renders the featured image inside the article; the custom cover above is the single canonical hero. */
.single-post .post-thumbnail.article-post-thumbnail {
	display: none !important;
}

.gsi-story-cover {
	width: min(1160px, calc(100% - 48px));
	margin: 34px auto 0;
}

.gsi-story-cover__frame {
	position: relative;
	aspect-ratio: 2.35 / 1;
	max-height: 470px;
	overflow: hidden;
	background: #d6cdbb;
	border: 1px solid var(--gsi-rule);
}

.gsi-story-cover__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.78) contrast(1.03);
}

.gsi-story-cover__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 70%, rgba(18,20,17,.28) 100%);
}

.gsi-story-cover__stamp {
	display: none;
}

.single-post .content-area {
	margin-top: 0;
	margin-bottom: 0;
}

.single-post .content-container.site-container {
	max-width: 1080px;
}

.single-post .single-entry,
.page .single-entry {
	background: transparent;
	box-shadow: none;
}

.single-post .single-entry > .entry-content-wrap {
	padding: 0 0 88px;
}

.single-post .entry-header {
	max-width: 900px;
	padding: 42px 0 34px;
	margin: 0 auto 42px;
	border-bottom: 1px solid var(--gsi-rule);
}

.single-post .entry-taxonomies a {
	color: var(--gsi-copper);
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.single-post .entry-title {
	max-width: 860px;
	margin: 13px 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.75rem, 4.25vw, 4.35rem);
	font-weight: 500;
	line-height: 1.01;
	letter-spacing: -.045em;
	color: var(--gsi-ink);
}

.single-post .entry-meta {
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .05em;
	color: #756d61;
}

.single-post .entry-meta .posted-by {
	display: none;
}

.single-post .single-content {
	width: min(100%, 720px);
	margin-inline: auto;
	font-size: 1.04rem;
	color: #35312b;
}

.single-post .single-content > p:first-of-type {
	font-size: 1.13rem;
	line-height: 1.78;
	color: #49433a;
}

.single-post .single-content p {
	line-height: 1.82;
	margin-bottom: 1.42em;
}

.single-post .single-content h2 {
	margin-top: 3.25rem;
	margin-bottom: 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.9rem, 3vw, 2.35rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -.035em;
	color: var(--gsi-ink);
}

.single-post .single-content a {
	color: var(--gsi-copper);
	text-decoration-color: rgba(164,81,43,.35);
	text-underline-offset: 3px;
}

/* Static pages share a compact editorial masthead. */
.gsi-page-masthead {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #1a201b, #252c25 66%, #171915);
	color: #fff9ec;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.gsi-page-masthead::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	right: 8%;
	top: -130px;
	border: 1px solid rgba(213,139,100,.22);
	border-radius: 50%;
	box-shadow: 0 0 0 24px rgba(213,139,100,.025), 0 0 0 25px rgba(213,139,100,.09);
}

.gsi-page-masthead__inner {
	position: relative;
	z-index: 1;
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
	padding: 72px 0 68px;
}

.gsi-page-masthead p,
.gsi-page-masthead span {
	margin: 0;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #d58b64;
}

.gsi-page-masthead h1 {
	max-width: 830px;
	margin: 13px 0 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 500;
	line-height: .98;
	letter-spacing: -.05em;
	color: #fff9ec;
}

.gsi-page-masthead span {
	color: rgba(255,249,236,.58);
}

.page .content-area {
	margin: 0;
	padding: 68px 0 88px;
}

.page .content-container.site-container {
	max-width: 900px;
}

.page .single-entry > .entry-content-wrap {
	padding: 0;
}

.page .single-content {
	font-size: 1.05rem;
	line-height: 1.82;
	color: #3e3931;
}

.page .single-content h2 {
	margin-top: 3rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -.04em;
	color: var(--gsi-ink);
}

.page .single-content > h2:first-child {
	margin-top: 0;
	font-size: clamp(2.45rem, 4vw, 3.45rem);
}

.page .single-content a {
	color: var(--gsi-copper);
	text-underline-offset: 3px;
}

/* Signature editorial footer. */
.site-footer-wrap {
	display: none !important;
}

.gsi-editorial-footer {
	background: #141613;
	color: #f6efdf;
	border-top: 1px solid rgba(255,255,255,.12);
}

.gsi-editorial-footer__inner {
	width: min(1290px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 90px;
	padding: 78px 0 66px;
}

.gsi-editorial-footer__eyebrow,
.gsi-editorial-footer__nav span {
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #d58b64;
}

.gsi-editorial-footer__brand h2 {
	margin: 12px 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 500;
	line-height: .96;
	letter-spacing: -.055em;
	color: #fff9ec;
}

.gsi-editorial-footer__brand > p:last-child {
	max-width: 650px;
	margin: 0;
	font-size: 1.03rem;
	line-height: 1.72;
	color: rgba(246,239,223,.67);
}

.gsi-editorial-footer__nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-content: start;
	padding-top: 12px;
}

.gsi-editorial-footer__nav div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gsi-editorial-footer__nav span {
	margin-bottom: 7px;
}

.gsi-editorial-footer__nav a {
	color: rgba(255,249,236,.78);
	text-decoration: none;
	font-size: .92rem;
}

.gsi-editorial-footer__nav a:hover {
	color: #fff9ec;
}

.gsi-editorial-footer__base {
	width: min(1290px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 22px;
	padding: 22px 0 26px;
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: rgba(246,239,223,.48);
}

@media (max-width: 900px) {
	.gsi-editorial-footer__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.single-post .entry-title {
		font-size: clamp(2.7rem, 7vw, 4.1rem);
	}
}

@media (max-width: 767px) {
	.gsi-story-cover {
		width: calc(100% - 30px);
		margin-top: 24px;
	}
	.gsi-story-cover__frame {
		aspect-ratio: 16 / 10;
		max-height: none;
	}
	.gsi-story-cover__stamp {
		left: 18px;
		bottom: 18px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
	.single-post .content-area {
		margin-top: 24px;
	}
	.single-post .single-entry > .entry-content-wrap {
		padding-bottom: 64px;
	}
	.single-post .entry-header {
		padding-bottom: 30px;
		margin-bottom: 34px;
	}
	.single-post .entry-title {
		font-size: clamp(2.35rem, 10vw, 3.35rem);
		line-height: 1.04;
	}
	.single-post .single-content {
		font-size: 1rem;
	}
	.single-post .single-content > p:first-of-type {
		font-size: 1.12rem;
	}
	.gsi-page-masthead__inner {
		width: calc(100% - 30px);
		padding: 54px 0 50px;
	}
	.page .content-area {
		padding: 46px 0 64px;
	}
	.gsi-editorial-footer__inner,
	.gsi-editorial-footer__base {
		width: calc(100% - 30px);
	}
	.gsi-editorial-footer__inner {
		padding: 58px 0 48px;
	}
	.gsi-editorial-footer__nav {
		grid-template-columns: 1fr 1fr;
	}
	.gsi-editorial-footer__base {
		align-items: flex-start;
		flex-direction: column;
	}
}
