:root {
	--ff-bg: #0d1b2a;
	--ff-surface: #121414;
	--ff-line: rgba(216, 165, 70, 0.24);
	--ff-line-soft: rgba(255, 255, 255, 0.12);
	--ff-gold: #d8a546;
	--ff-muted: #c4c6cc;
	--ff-heading: "Manrope", Arial, sans-serif;
	--ff-body: "Manrope", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--ff-body) !important;
}

html,
body {
	margin: 0;
	padding: 0;
}

.ff-nav {
	align-items: center;
	background: rgba(13, 27, 42, 0.9);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--ff-line);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	left: 0;
	padding: 16px clamp(20px, 4.2vw, 80px);
	position: fixed;
	right: 0;
	top: var(--wp-admin--admin-bar--height, 0);
	transition: background 180ms ease, padding 180ms ease;
	z-index: 50;
}

.ff-nav.is-scrolled {
	background: rgba(13, 27, 42, 0.96);
	padding-bottom: 12px;
	padding-top: 12px;
}

.ff-brand {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
	width: clamp(220px, 16vw, 300px);
}

.ff-brand img {
	display: block;
	height: 58px;
	max-height: none;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.ff-brand__text {
	color: #fff;
	font-family: var(--ff-heading);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.ff-nav__links {
	align-items: center;
	display: flex;
	gap: 32px;
	margin-left: auto;
}

.ff-nav__links a {
	border-bottom: 2px solid transparent;
	color: #fff;
	font-family: var(--ff-heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 160ms ease, color 160ms ease;
}

.ff-nav__links a:hover,
.ff-nav__links a.is-active {
	border-color: var(--ff-gold);
	color: var(--ff-gold);
}

.ff-nav__cart {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	display: inline-flex;
	font-family: var(--ff-heading);
	line-height: 1;
	height: 44px;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
	justify-content: center;
	position: relative;
	top: -2px;
	width: 44px;
}

.ff-nav__cart:hover {
	color: var(--ff-gold);
	transform: translateY(-1px);
}

.ff-nav__cart strong {
	align-items: center;
	background: var(--ff-gold);
	border: 2px solid #0d1b2a;
	color: #142033;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	min-width: 18px;
	padding: 0 5px;
	position: absolute;
	right: 3px;
	top: 1px;
}

.ff-nav__cart svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 23px;
	margin-top: -5px;
}

.ff-nav__toggle {
	background: transparent;
	border: 1px solid var(--ff-line);
	display: none;
	height: 44px;
	padding: 0;
	width: 44px;
}

.ff-nav__toggle span {
	background: var(--ff-gold);
	display: block;
	height: 2px;
	margin: 7px auto;
	width: 20px;
}

.ff-button {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	color: inherit;
	display: inline-flex;
	font-family: var(--ff-heading);
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	min-height: 50px;
	padding: 18px 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ff-button--gold {
	background: var(--ff-gold);
	color: #142033;
}

.ff-button--gold:hover {
	background: #ffdeaa;
	color: #142033;
	transform: translateY(-1px);
}

.ff-site-container {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: clamp(20px, 4.2vw, 80px);
	padding-right: clamp(20px, 4.2vw, 80px);
	width: 100%;
}

.ff-footer {
	background: #0d1b2a;
	border-top: 1px solid var(--ff-line);
	color: var(--ff-muted);
	font-family: var(--ff-body);
	padding: 120px 0 32px;
}

.ff-footer a {
	text-decoration: none;
}

.ff-footer__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(150px, 0.6fr));
	padding-bottom: 120px;
}

.ff-footer__logo {
	display: inline-block;
	width: 260px;
}

.ff-footer__logo img {
	display: block;
	height: 64px;
	max-height: none;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.ff-footer__logo .ff-brand__text {
	display: block;
	font-size: 22px;
}

.ff-footer__brand p {
	font-size: 15px;
	line-height: 1.7;
	margin: 22px 0 0;
	max-width: 440px;
}

.ff-footer h3 {
	color: #fff;
	font-family: var(--ff-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ff-footer a:not(.ff-footer__logo) {
	color: var(--ff-muted);
	display: block;
	font-size: 14px;
	margin-bottom: 13px;
	transition: color 160ms ease;
}

.ff-footer a:hover {
	color: var(--ff-gold);
}

.ff-footer__bottom {
	align-items: center;
	border-top: 1px solid var(--ff-line-soft);
	display: flex;
	font-size: 12px;
	gap: 16px;
	justify-content: space-between;
	padding-top: 32px;
}

@media (max-width: 900px) {
	.ff-nav {
		gap: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ff-brand {
		width: 180px;
	}

	.ff-brand img {
		height: 46px;
	}

	.ff-nav__cart {
		margin-left: auto;
		height: 42px;
		width: 42px;
	}

	.ff-nav__toggle {
		display: block;
	}

	.ff-nav__links {
		background: rgba(13, 27, 42, 0.98);
		border-bottom: 1px solid var(--ff-line);
		border-top: 1px solid var(--ff-line);
		display: none;
		flex-direction: column;
		gap: 18px;
		left: 0;
		padding: 24px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.ff-nav__links.is-open {
		display: flex;
	}

	.ff-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.ff-brand {
		width: 138px;
	}

	.ff-brand img {
		height: 36px;
	}

	.ff-footer__grid {
		grid-template-columns: 1fr;
	}

	.ff-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.ff-footer {
		padding-top: 80px;
	}

	.ff-footer__grid {
		padding-bottom: 72px;
	}
}
