:root {
	--fa-site-accent: #d1713f;
	--fa-site-accent-deep: #8e4c27;
	--fa-site-accent-soft: rgba(209, 113, 63, 0.2);
	--fa-site-ink: #f3ebe3;
	--fa-site-ink-muted: #b7a79a;
	--fa-site-bg: #080808;
	--fa-site-bg-soft: #131313;
	--fa-site-panel: rgba(18, 18, 18, 0.8);
	--fa-site-panel-strong: rgba(9, 9, 9, 0.92);
	--fa-site-border: rgba(209, 113, 63, 0.18);
	--fa-site-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	--fa-site-radius: 26px;
	--fa-logo-text: url("http://fractaudio.com/wp-content/uploads/2026/05/LogoTEXT.png");
	--fa-logo-mark: url("http://fractaudio.com/wp-content/uploads/2026/05/FractLogo.png");
}

html,
body {
	min-height: 100%;
}

body {
	color: var(--fa-site-ink);
	background:
		radial-gradient(circle at top left, rgba(209, 113, 63, 0.24), transparent 26rem),
		radial-gradient(circle at 85% 14%, rgba(255, 170, 111, 0.08), transparent 18rem),
		linear-gradient(180deg, #111111 0%, #090909 30%, #060606 100%);
	background-color: var(--fa-site-bg);
}

body::before {
	content: "";
	position: fixed;
	inset: auto auto 4vh 2vw;
	width: min(32vw, 380px);
	height: min(32vw, 380px);
	background: var(--fa-logo-mark) center/contain no-repeat;
	opacity: 0.08;
	pointer-events: none;
	filter: drop-shadow(0 0 30px rgba(209, 113, 63, 0.18));
	z-index: 0;
}

.site,
.site-content,
.ast-container,
.site-header,
.site-footer {
	position: relative;
	z-index: 1;
}

a {
	color: #f0d4c2;
	transition: color 180ms ease, opacity 180ms ease;
}

a:hover,
a:focus {
	color: #ffffff;
}

::selection {
	color: #fff;
	background: var(--fa-site-accent);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-title a,
.entry-title {
	color: var(--fa-site-ink);
	letter-spacing: -0.03em;
}

p,
li,
label,
.entry-content,
.entry-meta,
.site-description {
	color: var(--fa-site-ink-muted);
}

.site-header {
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(8, 8, 8, 0.88));
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(18px);
	position: sticky;
	top: 0;
	z-index: 100;
}

.main-header-bar,
.site-primary-header-wrap,
.main-header-bar-wrap {
	background: transparent;
}

.main-header-bar {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.site-branding,
.ast-site-identity {
	display: flex;
	align-items: center;
	min-height: 56px;
}

.site-title,
.site-title a {
	margin: 0;
}

.site-title a {
	display: block;
	width: clamp(180px, 16vw, 240px);
	height: clamp(32px, 3vw, 42px);
	background: var(--fa-logo-text) left center / contain no-repeat;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.site-description {
	display: none;
}

.ast-site-identity {
	padding-right: 1.25rem;
}

.main-header-menu,
.ast-masthead-custom-menu-items {
	align-items: center;
}

.main-header-menu > .menu-item > .menu-link,
.ast-header-custom-item a {
	color: rgba(243, 235, 227, 0.88);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-left: 1rem;
	padding-right: 1rem;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link,
.main-header-menu > .current-menu-ancestor > .menu-link,
.ast-header-custom-item a:hover {
	color: #fff;
}

.main-header-menu > .menu-item > .menu-link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	margin-top: 0.35rem;
	background: linear-gradient(90deg, var(--fa-site-accent), rgba(255, 255, 255, 0.9));
	transition: width 180ms ease;
}

.main-header-menu > .menu-item:hover > .menu-link::after,
.main-header-menu > .current-menu-item > .menu-link::after,
.main-header-menu > .current-menu-ancestor > .menu-link::after {
	width: 100%;
}

.ast-menu-toggle,
.menu-toggle,
.ast-mobile-menu-buttons-outline.menu-toggle {
	color: var(--fa-site-ink);
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
}

.ast-menu-toggle:hover,
.menu-toggle:hover {
	background: rgba(209, 113, 63, 0.16);
	border-color: rgba(209, 113, 63, 0.34);
}

.ast-header-break-point .main-header-menu {
	background: rgba(10, 10, 10, 0.98);
}

.ast-header-break-point .main-header-menu .menu-link {
	border-color: rgba(255, 255, 255, 0.06);
}

.site-content {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

.ast-separate-container {
	background: transparent;
}

.ast-separate-container #primary,
.ast-separate-container .ast-container {
	background: transparent;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comments-area,
.ast-separate-container .ast-author-box,
.ast-separate-container .ast-archive-description,
.ast-separate-container .site-main > article,
.woocommerce .site-main,
.woocommerce-page .site-main {
	background:
		linear-gradient(180deg, rgba(25, 25, 25, 0.84), rgba(12, 12, 12, 0.92));
	border: 1px solid var(--fa-site-border);
	border-radius: var(--fa-site-radius);
	box-shadow: var(--fa-site-shadow);
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .site-main > article {
	padding: clamp(2rem, 3vw, 3rem);
}

.home .entry-header {
	padding: 2.5rem 0 1.5rem;
	text-align: left;
	position: relative;
}

.home .entry-header::after {
	content: "";
	position: absolute;
	top: -1.5rem;
	right: 0;
	width: min(28vw, 260px);
	height: min(28vw, 260px);
	background: var(--fa-logo-mark) center/contain no-repeat;
	opacity: 0.12;
	filter: drop-shadow(0 0 36px rgba(209, 113, 63, 0.2));
	pointer-events: none;
}

.entry-title {
	font-size: clamp(2.3rem, 5vw, 5.6rem);
	font-weight: 700;
	line-height: 0.94;
	margin-bottom: 0.9rem;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	max-width: 10ch;
}

.entry-title::after {
	content: "";
	display: block;
	width: 88px;
	height: 3px;
	margin-top: 1rem;
	background: linear-gradient(90deg, var(--fa-site-accent), rgba(255, 255, 255, 0.7));
	border-radius: 999px;
}

.entry-content > * {
	line-height: 1.78;
}

.entry-content > p:first-child {
	max-width: 54rem;
	font-size: 1.08rem;
	color: #d5c7bc;
}

.button,
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.ast-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 999px;
	background: linear-gradient(135deg, var(--fa-site-accent), var(--fa-site-accent-deep));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 40px rgba(209, 113, 63, 0.18);
	color: #fff;
	font-weight: 700;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
.ast-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-1px);
	filter: brightness(1.06);
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
textarea,
select {
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: var(--fa-site-ink);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
	border-color: var(--fa-site-accent);
	box-shadow: 0 0 0 4px rgba(209, 113, 63, 0.12);
}

input::placeholder,
textarea::placeholder {
	color: rgba(243, 235, 227, 0.42);
}

.widget {
	border-radius: calc(var(--fa-site-radius) - 8px);
}

.widget-title {
	color: var(--fa-site-ink);
}

.site-footer {
	background: linear-gradient(180deg, rgba(8, 8, 8, 0.6), rgba(5, 5, 5, 0.98));
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer .site-title,
.site-footer .site-title a,
.site-footer,
.site-footer a {
	color: var(--fa-site-ink-muted);
}

.site-footer a:hover {
	color: #fff;
}

.ast-small-footer {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.ast-small-footer::before {
	content: "";
	position: absolute;
	right: clamp(1rem, 5vw, 4rem);
	top: 50%;
	transform: translateY(-50%);
	width: 68px;
	height: 68px;
	background: var(--fa-logo-mark) center/contain no-repeat;
	opacity: 0.13;
	pointer-events: none;
}

.ast-account-action-wrap,
.ast-site-header-cart,
.ast-woocommerce-account-links {
	color: var(--fa-site-ink);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	padding: 1.2rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
	color: var(--fa-site-ink);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #efb58e;
}

@media (max-width: 921px) {
	body::before {
		width: 220px;
		height: 220px;
		opacity: 0.06;
	}

	.site-header {
		position: relative;
	}

	.home .entry-header::after {
		width: 160px;
		height: 160px;
		opacity: 0.09;
	}

	.entry-title {
		max-width: none;
	}
}

@media (max-width: 544px) {
	.site-title a {
		width: 170px;
		height: 28px;
	}

	.ast-separate-container .ast-article-post,
	.ast-separate-container .ast-article-single,
	.ast-separate-container .site-main > article {
		padding: 1.4rem;
	}

	.entry-title {
		font-size: 2.2rem;
	}

	.ast-small-footer::before {
		display: none;
	}
}
