/*
Theme Name: FORMA Store
Author: FORMA
Description: Легка редакційна тема для fashion-магазину на WooCommerce.
Requires at least: 6.4
Requires PHP: 7.4
Version: 1.8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forma-store
Tags: e-commerce, block-styles, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

:root {
	--forma-ink: #121212;
	--forma-paper: #f7f6f2;
	--forma-white: #fff;
	--forma-muted: #71716b;
	--forma-line: #dddcd5;
	--forma-night: #121212;
	--forma-heading: #E4E4E4;
	--forma-accent: #65725b;
	--forma-danger: #9a3024;
	--forma-container: min(100% - 40px, 1440px);
	--forma-readable: 760px;
	--forma-header: 78px;
	--forma-radius: 0;
	--forma-transition: 190ms ease;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	color: var(--forma-ink);
	background: var(--forma-paper);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	min-width: 320px;
	color: var(--forma-ink);
	background: var(--forma-paper);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.has-drawer-open {
	overflow: hidden;
}

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

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color var(--forma-transition);
}

a:hover {
	color: var(--forma-accent);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 2px solid var(--forma-accent);
	outline-offset: 3px;
}

::selection {
	color: var(--forma-white);
	background: var(--forma-accent);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	color: var(--forma-white);
	background: var(--forma-night);
}

.site-main {
	min-height: 55vh;
}

.forma-shell {
	width: var(--forma-container);
	margin-inline: auto;
}

.forma-readable {
	width: min(100%, var(--forma-readable));
	margin-inline: auto;
}

.forma-section {
	padding-block: clamp(68px, 9vw, 140px);
	border-top: 1px solid var(--forma-line);
}

.forma-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: clamp(30px, 5vw, 64px);
}

.forma-eyebrow {
	margin: 0 0 14px;
	color: var(--forma-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(3rem, 9vw, 8.5rem);
}

h2 {
	font-size: clamp(2.35rem, 5.7vw, 6rem);
}

h3 {
	font-size: clamp(1.35rem, 2.6vw, 2.6rem);
}

p {
	margin: 0 0 1.2em;
}

.forma-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-block: 7px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
}

.forma-link::after {
	content: "→";
	transition: transform var(--forma-transition);
}

.forma-link:hover::after {
	transform: translateX(4px);
}

.button,
.wp-element-button,
.forma-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	color: var(--forma-white);
	background: var(--forma-ink);
	border: 1px solid var(--forma-ink);
	border-radius: var(--forma-radius);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color var(--forma-transition),
		background var(--forma-transition),
		border-color var(--forma-transition);
}

.button:hover,
.wp-element-button:hover,
.forma-button:hover {
	color: var(--forma-white);
	background: var(--forma-accent);
	border-color: var(--forma-accent);
}

.forma-button--light {
	color: var(--forma-ink);
	background: var(--forma-white);
	border-color: var(--forma-white);
}

.forma-button--ghost {
	color: var(--forma-ink);
	background: transparent;
}

.forma-announcement {
	padding: 8px 20px;
	color: var(--forma-white);
	background: var(--forma-night);
	font-size: 0.7rem;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

.site-header {
	position: sticky;
	z-index: 60;
	top: 0;
	background: color-mix(in srgb, var(--forma-paper) 94%, transparent);
	border-bottom: 1px solid var(--forma-line);
	backdrop-filter: blur(16px);
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: var(--forma-header);
	gap: clamp(24px, 4vw, 64px);
}

.site-header__brand-slot {
	justify-self: start;
}

.site-header__navigation-slot {
	min-width: 0;
	justify-self: center;
}

.site-header__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--forma-ink);
	font-size: clamp(1.45rem, 2.5vw, 2.2rem);
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header__logo .custom-logo {
	width: auto;
	max-height: 46px;
}

.site-header__actions {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	white-space: nowrap;
}

.site-header__action,
.site-header__menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 7px 10px;
	color: var(--forma-ink);
	background: transparent;
	border: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header__menu-toggle {
	display: none;
	justify-content: flex-start;
	padding-left: 0;
}

.site-header__action:hover,
.site-header__menu-toggle:hover {
	color: var(--forma-accent);
}

.js-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	margin-left: 5px;
	color: var(--forma-white);
	background: var(--forma-accent);
	border-radius: 20px;
	font-size: 0.66rem;
	letter-spacing: 0;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.1vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover {
	color: var(--forma-accent);
}

.forma-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	min-height: min(820px, calc(100svh - var(--forma-header)));
}

.forma-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(70px, 8vw, 140px) clamp(20px, 6vw, 100px);
}

.forma-hero__copy h1 {
	max-width: 9ch;
}

.forma-hero__text {
	max-width: 500px;
	margin: 20px 0 34px;
	color: var(--forma-muted);
	font-size: clamp(1rem, 1.35vw, 1.25rem);
}

.forma-hero__media {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: #d8d7cf;
}

.forma-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.forma-hero__media--placeholder {
	background:
		linear-gradient(135deg, transparent 48%, rgba(255,255,255,.44) 49% 51%, transparent 52%),
		radial-gradient(circle at 65% 36%, #f2eee4 0 13%, transparent 13.2%),
		linear-gradient(148deg, #a7aa9b 0 42%, #d8d1c4 42% 66%, #8d9383 66%);
}

.forma-hero__badge {
	position: absolute;
	right: 26px;
	bottom: 26px;
	max-width: 210px;
	padding: 18px;
	color: var(--forma-white);
	background: var(--forma-night);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.forma-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--forma-line);
	border: 1px solid var(--forma-line);
}

.forma-category-card {
	position: relative;
	min-height: clamp(310px, 38vw, 560px);
	overflow: hidden;
	color: var(--forma-ink);
	background: var(--forma-white);
	text-decoration: none;
}

.forma-category-card:nth-child(3n + 1) {
	background: #e6e1d5;
}

.forma-category-card:nth-child(3n + 2) {
	background: #c8c9be;
}

.forma-category-card:nth-child(3n + 3) {
	background: #ded7ce;
}

.forma-category-card::before {
	position: absolute;
	inset: 18% 20% 25%;
	content: "";
	background:
		radial-gradient(circle at 50% 50%, transparent 0 37%, rgba(17,17,15,.22) 38% 40%, transparent 41%),
		linear-gradient(135deg, transparent 46%, rgba(255,255,255,.55) 47% 53%, transparent 54%);
	transform: rotate(-8deg);
	transition: transform 360ms ease;
}

.forma-category-card:hover::before {
	transform: scale(1.045) rotate(-3deg);
}

.forma-category-card--has-image::before {
	display: none;
}

.forma-category-card__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.forma-category-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 520ms ease;
}

.forma-category-card:hover .forma-category-card__media img {
	transform: scale(1.045);
}

.forma-category-card__content {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 22px;
	left: 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 15px;
	padding: 14px;
	background: color-mix(in srgb, var(--forma-paper) 90%, transparent);
	backdrop-filter: blur(8px);
}

.forma-category-card h3 {
	margin: 0;
	font-size: clamp(1.45rem, 3.4vw, 3.5rem);
}

.forma-category-card span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.forma-story {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
	gap: clamp(44px, 9vw, 150px);
	align-items: start;
}

.forma-story__aside {
	position: sticky;
	top: 40px;
}

.forma-story__copy p {
	font-size: clamp(1.65rem, 3.8vw, 4.15rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.forma-marquee {
	overflow: hidden;
	padding: 14px 0;
	color: var(--forma-white);
	background: var(--forma-accent);
	font-size: clamp(1rem, 2.1vw, 2rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.forma-marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: forma-marquee 24s linear infinite;
}

@keyframes forma-marquee {
	to {
		transform: translateX(-100%);
	}
}

.page-header {
	padding: clamp(68px, 10vw, 150px) 0 clamp(40px, 6vw, 90px);
	border-bottom: 1px solid var(--forma-line);
}

.page-header h1 {
	max-width: 12ch;
}

.entry-content {
	padding-block: clamp(50px, 7vw, 100px);
}

.entry-content > * {
	max-width: var(--forma-readable);
	margin-right: auto;
	margin-left: auto;
}

.entry-content > .alignwide {
	max-width: min(100% - 40px, 1120px);
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content blockquote {
	padding-left: 24px;
	margin-block: 42px;
	border-left: 3px solid var(--forma-accent);
	font-size: 1.35rem;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 12px;
	border-bottom: 1px solid var(--forma-line);
	text-align: left;
}

.forma-faq {
	border-top: 1px solid var(--forma-ink);
}

.forma-faq__item {
	border-bottom: 1px solid var(--forma-line);
}

.forma-faq__heading {
	margin: 0;
	font-size: 1rem;
}

.forma-faq__button {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	width: 100%;
	padding: 24px 0;
	border: 0;
	color: var(--forma-ink);
	background: transparent;
	font: inherit;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.forma-faq__button::after {
	content: "+";
	font-size: 1.4rem;
	font-weight: 400;
}

.forma-faq__button[aria-expanded="true"]::after {
	content: "−";
}

.forma-faq__button:focus-visible {
	outline: 2px solid var(--forma-accent);
	outline-offset: 6px;
}

.forma-faq__answer {
	padding: 0 44px 24px 0;
	color: var(--forma-muted);
}

.forma-faq__answer p {
	margin: 0;
}

.forma-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	padding-block: 1px;
	background: var(--forma-line);
}

.forma-post-card {
	padding: clamp(28px, 4vw, 54px);
	background: var(--forma-white);
}

.forma-post-card__meta {
	color: var(--forma-muted);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.forma-post-card__title {
	margin-top: 38px;
}

.forma-post-card__title a {
	text-decoration: none;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding-block: 45px;
}

.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	border: 1px solid var(--forma-line);
	text-decoration: none;
}

.nav-links .current {
	color: var(--forma-white);
	background: var(--forma-ink);
	border-color: var(--forma-ink);
}

.forma-empty {
	padding: clamp(70px, 12vw, 180px) 0;
	text-align: center;
}

.forma-empty h1,
.forma-empty h2 {
	max-width: 12ch;
	margin-inline: auto;
}

.search-form {
	display: flex;
	width: min(100%, 620px);
	margin: 32px auto 0;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	min-height: 52px;
	padding: 10px 16px;
	color: var(--forma-ink);
	background: var(--forma-white);
	border: 1px solid var(--forma-line);
	border-radius: 0;
}

.search-submit {
	min-height: 52px;
	padding: 10px 20px;
	color: var(--forma-white);
	background: var(--forma-ink);
	border: 1px solid var(--forma-ink);
}

.site-footer {
	color: var(--forma-white);
	background: var(--forma-night);
}

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

.site-footer__top {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	gap: clamp(24px, 4vw, 58px);
	padding-block: clamp(34px, 4.5vw, 58px);
}

.site-footer__brand {
	font-size: clamp(2.25rem, 4vw, 4.25rem);
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: .9;
	text-transform: uppercase;
}

.site-footer__heading {
	margin-bottom: 14px;
	color: #aaaba5;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer li + li {
	margin-top: 6px;
}

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

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding: 14px 0;
	color: #aaaba5;
	border-top: 1px solid #373833;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.forma-drawer {
	position: fixed;
	z-index: 100;
	inset: 0;
	visibility: hidden;
	transition: visibility 0s linear 280ms;
}

.forma-drawer[aria-hidden="false"] {
	visibility: visible;
	transition-delay: 0s;
}

.forma-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 15, .52);
	border: 0;
	opacity: 0;
	transition: opacity 260ms ease;
}

.forma-drawer[aria-hidden="false"] .forma-drawer__backdrop {
	opacity: 1;
}

.forma-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(100%, 480px);
	height: 100%;
	max-height: 100dvh;
	padding: 25px;
	overflow: auto;
	background: var(--forma-paper);
	transform: translateX(100%);
	transition: transform 260ms ease;
}

.forma-drawer[aria-hidden="false"] .forma-drawer__panel {
	transform: translateX(0);
}

.forma-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--forma-line);
}

.forma-drawer__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.forma-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	color: var(--forma-ink);
	background: transparent;
	border: 0;
	font-size: 1.7rem;
	line-height: 1;
}

.mobile-navigation {
	padding-top: 34px;
}

.mobile-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-navigation li {
	border-bottom: 1px solid var(--forma-line);
}

.mobile-navigation a {
	display: block;
	padding: 15px 0;
	font-size: clamp(1.6rem, 7vw, 3rem);
	letter-spacing: -0.03em;
	text-decoration: none;
}

.mobile-navigation__search {
	padding-top: 28px;
}

.mobile-navigation__search .search-form {
	margin: 0;
}

.forma-drawer__contact {
	margin-top: auto;
	padding-top: 40px;
	color: var(--forma-muted);
}

.forma-search-drawer .forma-drawer__contact {
	margin-top: 0;
}

.forma-search-drawer .search-form {
	margin: 26px 0 0;
}

.forma-shop-sidebar {
	padding-block: 35px 70px;
	border-top: 1px solid var(--forma-line);
}

.forma-shop-sidebar__widgets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.forma-shop-sidebar .widget-title {
	font-size: 1rem;
	letter-spacing: -.01em;
}

.forma-shop-sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 1024px) {
	:root {
		--forma-container: min(100% - 32px, 1440px);
	}

	.site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.site-header__menu-toggle {
		display: inline-flex;
	}

	.site-header__navigation-slot {
		justify-self: center;
	}

	.primary-navigation {
		display: none;
	}

	.forma-hero {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__top {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.site-footer__brand-wrap {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	:root {
		--forma-container: min(100% - 24px, 1440px);
		--forma-header: 66px;
	}

	.forma-announcement {
		padding-inline: 12px;
		font-size: 0.62rem;
	}

	.site-header__inner {
		gap: 8px;
	}

	.site-header__logo {
		font-size: 1.25rem;
		letter-spacing: 0.15em;
	}

	.site-header__action--search,
	.site-header__action-label {
		display: none;
	}

	.forma-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.forma-hero__copy {
		padding: 64px 20px 54px;
	}

	.forma-hero__media {
		min-height: min(118vw, 620px);
		order: -1;
	}

	.forma-hero__badge {
		right: 14px;
		bottom: 14px;
	}

	.forma-section__head {
		display: block;
	}

	.forma-section__head .forma-link {
		margin-top: 20px;
	}

	.forma-category-grid {
		grid-template-columns: 1fr;
	}

	.forma-category-card {
		min-height: 110vw;
	}

	.forma-story {
		grid-template-columns: 1fr;
	}

	.forma-story__aside {
		position: static;
	}

	.forma-post-grid {
		grid-template-columns: 1fr;
	}

	.site-footer__top {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__brand-wrap {
		grid-column: 1 / -1;
	}

	.site-footer__bottom {
		display: block;
	}

	.site-footer__bottom > * + * {
		margin-top: 12px;
	}

	.forma-drawer__panel {
		padding: 18px;
	}

	.forma-shop-sidebar__widgets {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	.site-header__menu-toggle {
		font-size: 0;
	}

	.site-header__menu-toggle::after {
		content: "☰";
		font-size: 1.3rem;
	}

	.site-header__action {
		padding-inline: 6px;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* Compact editorial redesign. */
:root {
	--forma-container: min(100% - 40px, 1280px);
	--forma-header: 62px;
	--forma-radius: 5px;
}

.forma-announcement {
	padding: 5px 18px;
	font-size: .62rem;
	letter-spacing: .11em;
}

.site-header__inner {
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: var(--forma-header);
	gap: clamp(18px, 3vw, 44px);
}

.site-header__logo {
	font-size: clamp(1.3rem, 1.8vw, 1.75rem);
	letter-spacing: .19em;
}

.site-header__logo .custom-logo {
	max-height: 34px;
}

.primary-navigation ul {
	gap: 4px;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 11px;
	border-radius: var(--forma-radius);
	font-size: .7rem;
	letter-spacing: .08em;
}

.primary-navigation a[aria-current="page"],
.primary-navigation a:hover {
	color: var(--forma-accent);
	background: rgba(101, 114, 91, .08);
}

.primary-navigation__catalog a,
.primary-navigation__catalog a[aria-current="page"] {
	padding-inline: 16px;
	color: var(--forma-white);
	background: var(--forma-ink);
}

.primary-navigation__catalog a:hover {
	color: var(--forma-white);
	background: var(--forma-accent);
}

.site-header__actions {
	gap: 2px;
}

.site-header__action,
.site-header__menu-toggle {
	min-width: 38px;
	min-height: 38px;
	padding: 7px;
	border-radius: var(--forma-radius);
}

.site-header__action:hover,
.site-header__menu-toggle:hover {
	background: rgba(101, 114, 91, .09);
}

.site-header__action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.site-header__menu-toggle {
	gap: 7px;
}

.site-header__menu-toggle > span:first-child {
	font-size: 1rem;
	line-height: 1;
}

.js-cart-count {
	position: absolute;
	top: 1px;
	right: 0;
	min-width: 16px;
	height: 16px;
	padding-inline: 4px;
	margin: 0;
	font-size: .58rem;
}

.forma-hero {
	display: block;
	min-height: 0;
	padding: clamp(28px, 4vw, 58px) 0;
	border-bottom: 1px solid var(--forma-line);
}

.forma-hero__inner {
	display: grid;
	grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
	align-items: stretch;
	gap: clamp(28px, 4vw, 64px);
}

.forma-hero__copy {
	justify-content: center;
	padding: clamp(24px, 3vw, 48px) 0;
}

.forma-hero__copy h1 {
	max-width: 10ch;
	margin-bottom: 0;
	font-size: clamp(2.8rem, 5.2vw, 5.3rem);
	line-height: .96;
}

.forma-hero__text {
	max-width: 440px;
	margin: 18px 0 26px;
	font-size: clamp(.96rem, 1.15vw, 1.1rem);
	line-height: 1.55;
}

.forma-hero__media {
	min-height: 0;
	aspect-ratio: 4 / 3;
	border-radius: var(--forma-radius);
}

.forma-section {
	padding-block: clamp(48px, 6vw, 82px);
}

.forma-section__head {
	align-items: center;
	margin-bottom: clamp(24px, 3vw, 38px);
}

.forma-section__head h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.forma-section--products {
	border-top: 0;
}

.page-header {
	padding: clamp(40px, 5vw, 68px) 0 clamp(28px, 3.5vw, 44px);
}

.page-header h1 {
	margin-bottom: 0;
	font-size: clamp(2.5rem, 5vw, 5.2rem);
}

.entry-content {
	padding-block: clamp(38px, 5vw, 72px);
}

.site-footer__top {
	grid-template-columns: 1.25fr repeat(3, 1fr);
	gap: clamp(22px, 3vw, 44px);
	padding-block: clamp(28px, 3.5vw, 44px);
}

.site-footer__brand {
	font-size: clamp(2rem, 3vw, 3.1rem);
}

.site-footer__brand-wrap p {
	max-width: 260px;
	margin: 10px 0 0;
	color: #b7b8b2;
	font-size: .88rem;
}

@media (max-width: 1024px) {
	.site-header__navigation-slot {
		justify-self: start;
		order: -1;
	}

	.site-header__brand-slot {
		justify-self: center;
	}

	.site-header__inner {
		grid-template-columns: 1fr auto 1fr;
	}

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

	.site-footer__brand-wrap {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	:root {
		--forma-container: min(100% - 28px, 1280px);
		--forma-header: 58px;
	}

	.forma-announcement {
		padding-block: 4px;
	}

	.site-header__inner {
		gap: 4px;
	}

	.site-header__menu-toggle {
		font-size: .66rem;
	}

	.site-header__menu-toggle::after {
		display: none;
		content: none;
	}

	.site-header__action--search {
		display: none;
	}

	.forma-hero {
		padding: 28px 0 36px;
	}

	.forma-hero__inner {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.forma-hero__copy {
		padding: 10px 0 0;
	}

	.forma-hero__copy h1 {
		font-size: clamp(2.55rem, 13vw, 4.6rem);
	}

	.forma-hero__media {
		order: 0;
		min-height: 0;
		aspect-ratio: 16 / 11;
	}

	.forma-section__head {
		display: flex;
		align-items: flex-end;
	}

	.forma-section__head .forma-link {
		margin-top: 0;
	}

	.site-footer__top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 480px) {
	.site-header__menu-toggle > span:last-child {
		display: none;
	}

	.site-header__logo {
		font-size: 1.12rem;
	}

	.forma-section__head {
		display: block;
	}

	.forma-section__head .forma-link {
		display: inline-flex;
		margin-top: 14px;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}
}

/* Refined brand system: clear structure, strong type and functional calm. */
:root {
	--forma-paper: #f4f2ec;
	--forma-white: #fbfaf7;
	--forma-line: #d7d5ce;
	--forma-muted: #6d6c66;
	--forma-accent: #596650;
	--forma-container: min(100% - 40px, 1320px);
	--forma-radius: 8px;
}

html {
	background: var(--forma-night);
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

body > .site-main {
	width: 100%;
	flex: 1 0 auto;
}

body > .site-footer {
	width: 100%;
	margin-top: auto;
}

.forma-kicker {
	margin: 0 0 14px;
	color: var(--forma-muted);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.35;
}

.primary-navigation__item a {
	color: var(--forma-ink);
	background: transparent;
}

.primary-navigation__item a[aria-current="page"],
.primary-navigation__item a:hover {
	color: var(--forma-ink);
	background: rgba(17, 17, 15, .065);
}

.site-footer__main {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 40px;
	padding: 42px 0 30px;
	border-bottom: 1px solid #343530;
}

.site-footer__brand-wrap p {
	max-width: 360px;
	margin-top: 12px;
	font-size: .92rem;
}

.site-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	font-size: 1rem;
}

.site-footer__label {
	margin: 0 0 5px;
	color: #92938d;
	font-size: .72rem;
}

.site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	padding: 20px 0;
	border-bottom: 1px solid #343530;
}

.site-footer__nav a,
.site-footer__contact a {
	text-decoration: none;
}

.site-footer__bottom {
	padding: 15px 0 18px;
	border-top: 0;
}

.forma-about-hero,
.forma-contact-hero,
.forma-search-header {
	padding: clamp(48px, 6vw, 92px) 0;
	border-bottom: 1px solid var(--forma-line);
}

.forma-about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	align-items: center;
	gap: clamp(42px, 7vw, 110px);
}

.forma-about-hero__copy h1 {
	max-width: 11ch;
	margin-bottom: 28px;
	font-size: clamp(3rem, 6vw, 6.4rem);
	line-height: .94;
}

.forma-about-hero__lead {
	max-width: 660px;
	margin: 0;
	color: var(--forma-muted);
	font-size: clamp(1.08rem, 1.5vw, 1.35rem);
	line-height: 1.55;
}

.forma-about-hero__media,
.forma-about-note__media {
	margin: 0;
	overflow: hidden;
	background: #d8d4ca;
	border-radius: var(--forma-radius);
}

.forma-about-hero__media {
	aspect-ratio: 4 / 5;
}

.forma-about-hero__media img,
.forma-about-note__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.forma-about-principles,
.forma-about-note,
.forma-contact-section,
.forma-contact-help,
.forma-search-results {
	padding: clamp(52px, 7vw, 96px) 0;
}

.forma-about-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: 18px clamp(42px, 8vw, 120px);
	align-items: end;
	margin-bottom: clamp(36px, 5vw, 62px);
}

.forma-about-section-head .forma-kicker {
	grid-column: 1 / -1;
}

.forma-about-section-head h2 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(2.4rem, 4.6vw, 5rem);
}

.forma-about-section-head > p:last-child {
	max-width: 560px;
	margin: 0 0 4px;
	color: var(--forma-muted);
	font-size: 1.06rem;
}

.forma-value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--forma-line);
}

.forma-value-card {
	min-height: 280px;
	padding: 24px 28px 30px 0;
	border-bottom: 1px solid var(--forma-line);
}

.forma-value-card + .forma-value-card {
	padding-left: 28px;
	border-left: 1px solid var(--forma-line);
}

.forma-value-card > span {
	display: block;
	margin-bottom: 78px;
	color: var(--forma-muted);
	font-size: .74rem;
}

.forma-value-card h3 {
	margin-bottom: 12px;
	font-size: clamp(1.35rem, 2vw, 2rem);
}

.forma-value-card p {
	max-width: 360px;
	margin: 0;
	color: var(--forma-muted);
}

.forma-about-note {
	background: #e9e6dd;
}

.forma-about-note__grid {
	display: grid;
	grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(42px, 8vw, 120px);
}

.forma-about-note__media {
	aspect-ratio: 5 / 4;
}

.forma-about-note__copy h2 {
	max-width: 12ch;
	margin-bottom: 24px;
	font-size: clamp(2.3rem, 4.5vw, 4.8rem);
}

.forma-about-note__copy > p:not(.forma-kicker) {
	max-width: 580px;
	margin-bottom: 28px;
	color: var(--forma-muted);
	font-size: 1.06rem;
}

.forma-contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	align-items: end;
	gap: clamp(42px, 8vw, 120px);
}

.forma-contact-hero h1 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(3rem, 6vw, 6.4rem);
}

.forma-contact-hero__lead {
	max-width: 540px;
	margin: 0 0 8px;
	color: var(--forma-muted);
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.forma-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.forma-contact-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: clamp(24px, 3vw, 38px);
	background: var(--forma-white);
	border: 1px solid var(--forma-line);
	border-radius: var(--forma-radius);
}

.forma-contact-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.forma-contact-card__number {
	color: var(--forma-muted);
	font-size: .72rem;
}

.forma-contact-card__value {
	margin: auto 0 20px;
	font-size: clamp(1.6rem, 3.4vw, 3.5rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1.05;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.forma-contact-card > p:last-child {
	margin: 0;
	color: var(--forma-muted);
}

.forma-contact-help {
	padding-top: 0;
}

.forma-contact-help__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
	gap: clamp(40px, 8vw, 120px);
	padding-top: clamp(44px, 6vw, 76px);
	border-top: 1px solid var(--forma-line);
}

.forma-contact-help h2 {
	max-width: 11ch;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.forma-contact-help__links {
	display: flex;
	flex-direction: column;
}

.forma-contact-help__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0;
	border-bottom: 1px solid var(--forma-line);
	font-weight: 600;
	text-decoration: none;
}

.forma-search-header__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
	align-items: end;
	gap: 40px;
}

.forma-search-header h1 {
	max-width: 14ch;
	margin-bottom: 14px;
	font-size: clamp(2.6rem, 5vw, 5.4rem);
}

.forma-search-header__count {
	margin: 0;
	color: var(--forma-muted);
}

.forma-search-header__form .search-form {
	margin: 0;
}

.forma-search-results {
	min-height: 36vh;
}

.forma-search-empty {
	max-width: 600px;
	padding: clamp(36px, 6vw, 72px) 0;
}

.forma-search-empty h2 {
	font-size: clamp(2rem, 4vw, 4rem);
}

.page-header--commerce {
	padding: clamp(38px, 4vw, 56px) 0 clamp(26px, 3vw, 38px);
}

.page-header--commerce h1 {
	max-width: 14ch;
	font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.entry-content--commerce {
	min-height: 34vh;
	padding: clamp(34px, 5vw, 68px) 0 clamp(56px, 7vw, 92px);
}

.entry-content--commerce > .woocommerce {
	width: min(100% - 40px, 1180px);
	max-width: none;
	margin-inline: auto;
}

@media (max-width: 900px) {
	.forma-about-hero__grid,
	.forma-about-note__grid,
	.forma-contact-hero__grid,
	.forma-contact-help__grid,
	.forma-search-header__grid,
	.forma-about-section-head {
		grid-template-columns: 1fr;
	}

	.forma-about-hero__media {
		max-height: 620px;
	}

	.forma-about-hero__copy h1,
	.forma-contact-hero h1 {
		max-width: 13ch;
	}

	.site-footer__main {
		align-items: start;
	}

	.forma-search-header__form {
		max-width: 560px;
	}
}

@media (max-width: 680px) {
	:root {
		--forma-container: min(100% - 28px, 1320px);
	}

	.forma-about-hero,
	.forma-contact-hero,
	.forma-search-header {
		padding: 42px 0;
	}

	.forma-about-hero__copy h1,
	.forma-contact-hero h1 {
		font-size: clamp(2.6rem, 13vw, 4.4rem);
	}

	.forma-about-section-head h2,
	.forma-about-note__copy h2,
	.forma-contact-help h2 {
		font-size: clamp(2.2rem, 10vw, 3.8rem);
	}

	.forma-value-grid,
	.forma-contact-grid {
		grid-template-columns: 1fr;
	}

	.forma-value-card,
	.forma-value-card + .forma-value-card {
		min-height: 0;
		padding: 24px 0 30px;
		border-left: 0;
	}

	.forma-value-card > span {
		margin-bottom: 38px;
	}

	.forma-contact-card {
		min-height: 240px;
	}

	.site-footer__main {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.site-footer__contact {
		align-items: flex-start;
	}

	.site-footer__nav {
		gap: 10px 18px;
	}

	.entry-content--commerce > .woocommerce {
		width: min(100% - 24px, 1180px);
	}
}

/* ================================================================
   FORMA 1.4 — immersive mono system inspired by modular tech sites.
   Original branding and shop content are preserved.
   ================================================================ */

:root {
	--forma-ink: #121212;
	--forma-paper: #ffffff;
	--forma-white: #ffffff;
	--forma-muted: #434649;
	--forma-line: rgba(16, 16, 16, 0.28);
	--forma-night: #121212;
	--forma-signal: #d7ff4f;
	--forma-sky: #94cff6;
	--forma-lilac: #d6a5dc;
	--forma-cobalt: #275db6;
	--forma-container: min(100% - 40px, 1500px);
	--forma-header: 64px;
	--forma-radius: 0;
	--forma-transition: 1ms ease;
	--forma-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	font-family: var(--forma-mono);
	background: var(--forma-paper);
}

html {
	scroll-behavior: auto;
	scrollbar-color: var(--forma-muted) var(--forma-night);
}

html.is-forma-smooth {
	overscroll-behavior: none;
}

body.forma-store {
	color: var(--forma-ink);
	background: var(--forma-paper);
	font-family: var(--forma-mono);
	font-size: 14px;
	line-height: 1.45;
}

body.forma-store h1,
body.forma-store h2,
body.forma-store h3,
body.forma-store h4,
body.forma-store h5,
body.forma-store h6 {
	font-family: var(--forma-mono);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 1.08;
	text-wrap: balance;
}

body.forma-store h1 {
	font-size: clamp(3rem, 5vw, 4rem);
}

body.forma-store h2 {
	font-size: clamp(2.35rem, 4vw, 3.5rem);
}

body.forma-store h3 {
	font-size: clamp(1.45rem, 2.3vw, 2rem);
}

body.forma-store a,
body.forma-store button,
body.forma-store input,
body.forma-store select,
body.forma-store textarea {
	font-family: inherit;
}

body.forma-store a {
	transition:
		color 1ms ease,
		background-color 1ms ease,
		border-color 1ms ease,
		transform 1ms ease;
}

body.forma-store :focus-visible {
	outline: 2px solid var(--forma-signal);
	outline-offset: 3px;
}

body.forma-store ::selection {
	color: var(--forma-ink);
	background: var(--forma-signal);
}

.forma-shell {
	width: var(--forma-container);
}

.forma-announcement {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	color: var(--forma-ink);
	background: var(--forma-signal);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.site-header {
	position: sticky;
	z-index: 80;
	top: 0;
	color: var(--forma-white);
	background: rgba(16, 16, 16, 0.98);
	border-color: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	min-height: var(--forma-header);
	gap: clamp(20px, 4vw, 70px);
}

.site-header__logo {
	color: var(--forma-white);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-transform: none;
}

.site-header__logo:hover,
.primary-navigation a:hover,
.primary-navigation a[aria-current="page"],
.site-header__action:hover,
.site-header__menu-toggle:hover {
	color: var(--forma-signal);
}

.site-header__logo .custom-logo {
	max-height: 34px;
	filter: grayscale(1) brightness(0) invert(1);
}

.primary-navigation ul {
	gap: clamp(18px, 2vw, 34px);
}

.primary-navigation a,
.site-header__action,
.site-header__menu-toggle {
	color: var(--forma-white);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.primary-navigation a[aria-current="page"] {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
}

.site-header__action svg {
	width: 18px;
	height: 18px;
}

.js-cart-count {
	color: var(--forma-ink);
	background: var(--forma-signal);
}

.forma-drawer__backdrop {
	background: rgba(148, 207, 246, 0.46);
	backdrop-filter: blur(5px);
}

.forma-drawer__panel {
	color: var(--forma-white);
	background: var(--forma-night);
	border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.forma-drawer__header {
	border-color: rgba(255, 255, 255, 0.28);
}

.forma-drawer input,
.forma-drawer select {
	color: var(--forma-white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
}

.forma-c51-label,
.forma-kicker,
.forma-eyebrow {
	margin: 0 0 18px;
	color: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.forma-scene {
	position: relative;
	isolation: isolate;
	overflow: clip;
	border-bottom: 1px solid currentColor;
}

.forma-c51-grid {
	position: absolute;
	z-index: -1;
	inset: 20px;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background-image:
		linear-gradient(to right, transparent 24.95%, rgba(255, 255, 255, 0.12) 25%, transparent 25.05%),
		linear-gradient(to right, transparent 49.95%, rgba(255, 255, 255, 0.12) 50%, transparent 50.05%),
		linear-gradient(to right, transparent 74.95%, rgba(255, 255, 255, 0.12) 75%, transparent 75.05%),
		linear-gradient(to bottom, transparent 32.95%, rgba(255, 255, 255, 0.12) 33%, transparent 33.05%),
		linear-gradient(to bottom, transparent 65.95%, rgba(255, 255, 255, 0.12) 66%, transparent 66.05%);
}

.forma-c51-index {
	position: absolute;
	right: 24px;
	bottom: 18px;
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.forma-c51-button,
body.forma-store .forma-button,
body.forma-store .button,
body.forma-store .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	color: currentColor;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.forma-c51-button:hover,
body.forma-store .forma-button:hover,
body.forma-store .button:hover,
body.forma-store .wp-element-button:hover {
	color: var(--forma-ink);
	background: var(--forma-signal);
	border-color: var(--forma-signal);
}

.forma-c51-button--signal {
	color: var(--forma-ink);
	background: var(--forma-signal);
	border-color: var(--forma-signal);
}

.forma-c51-button--signal:hover {
	color: var(--forma-white);
	background: transparent;
	border-color: var(--forma-white);
}

.forma-c51-hero {
	min-height: max(760px, calc(100svh - 108px));
	color: var(--forma-white);
	background: var(--forma-night);
}

.forma-c51-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
	align-items: center;
	min-height: inherit;
	padding: clamp(84px, 8vw, 138px) clamp(20px, 4vw, 72px);
}

.forma-c51-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 590px;
	margin-left: clamp(0px, 4vw, 100px);
}

.forma-signal-dot {
	display: block;
	width: 14px;
	height: 14px;
	margin-bottom: 20px;
	background: var(--forma-signal);
}

.forma-c51-hero h1 {
	max-width: 11ch;
	margin-bottom: 26px;
	font-size: clamp(3.2rem, 5vw, 5rem);
	font-weight: 300;
	text-transform: uppercase;
}

.forma-c51-hero__lead {
	max-width: 560px;
	margin: 0 0 28px;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.45;
}

.forma-c51-hero__media {
	position: relative;
	justify-self: center;
	width: min(100%, 700px);
	height: min(68vh, 780px);
	min-height: 540px;
	margin: 0;
	overflow: visible;
}

.forma-c51-hero__media img {
	position: absolute;
	z-index: 1;
	inset: 0 10% 0 18%;
	width: 72%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.08);
	clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.forma-c51-hero__media::before,
.forma-c51-hero__media::after {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	content: "";
	background: var(--forma-lilac);
	box-shadow:
		48px 78px 0 var(--forma-cobalt),
		-26px 155px 0 #8b6b26,
		85px 210px 0 var(--forma-lilac),
		-42px 304px 0 var(--forma-cobalt),
		112px 355px 0 #8b6b26,
		35px 438px 0 var(--forma-lilac),
		-56px 510px 0 var(--forma-cobalt),
		94px 570px 0 var(--forma-lilac);
	border-radius: 50%;
}

.forma-c51-hero__media::before {
	top: 4%;
	left: 12%;
}

.forma-c51-hero__media::after {
	right: 18%;
	bottom: 13%;
	transform: rotate(112deg);
}

.forma-c51-hero__media figcaption {
	position: absolute;
	z-index: 3;
	right: 4%;
	bottom: 5%;
	padding: 8px 10px;
	color: var(--forma-ink);
	background: var(--forma-signal);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.forma-c51-orbit {
	position: absolute;
	z-index: 0;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
}

.forma-c51-orbit--one {
	width: 76%;
	aspect-ratio: 1;
	top: 4%;
	right: 0;
}

.forma-c51-orbit--two {
	width: 48%;
	aspect-ratio: 1;
	right: 38%;
	bottom: 2%;
}

.forma-c51-scroll {
	position: absolute;
	left: 50%;
	bottom: 24px;
	display: flex;
	gap: 12px;
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.forma-c51-scroll span {
	color: var(--forma-signal);
}

.forma-c51-manifesto {
	min-height: 92svh;
	background: var(--forma-sky);
}

.forma-c51-manifesto__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding-block: clamp(90px, 11vw, 170px);
}

.forma-c51-manifesto__copy {
	width: min(100%, 980px);
	margin-inline: auto;
}

.forma-c51-manifesto h2 {
	max-width: 18ch;
	margin-bottom: 30px;
	font-size: clamp(3rem, 6vw, 5.6rem);
	text-transform: uppercase;
}

.forma-c51-manifesto__copy > p:last-child {
	max-width: 690px;
	font-size: clamp(15px, 1.3vw, 18px);
}

.forma-c51-metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(100%, 980px);
	margin: clamp(70px, 8vw, 120px) auto 0;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.forma-c51-metrics > div {
	display: flex;
	min-height: 150px;
	padding: 22px 18px;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid currentColor;
}

.forma-c51-metrics > div:first-child {
	border-left: 1px solid currentColor;
}

.forma-c51-metrics strong {
	font-size: clamp(2.6rem, 4.5vw, 4rem);
	font-weight: 300;
	letter-spacing: -0.07em;
}

.forma-c51-metrics span {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.forma-c51-categories {
	min-height: 100svh;
	padding: clamp(90px, 10vw, 150px) 0;
	background: var(--forma-signal);
}

.forma-c51-scene-head {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 28px;
	margin-bottom: clamp(46px, 7vw, 90px);
}

.forma-c51-scene-head .forma-c51-label {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.forma-c51-scene-head h2 {
	max-width: 15ch;
	margin: 0;
	font-size: clamp(3rem, 6vw, 5.4rem);
	text-transform: uppercase;
}

.forma-c51-scene-head > a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 10px 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.forma-c51-category-list {
	border-bottom: 1px solid currentColor;
}

.forma-c51-category {
	position: relative;
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr) 130px 40px;
	align-items: center;
	min-height: 92px;
	padding: 10px 16px;
	border-top: 1px solid currentColor;
	text-decoration: none;
}

.forma-c51-category strong {
	font-size: clamp(1.5rem, 2.6vw, 2.5rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	text-transform: uppercase;
}

.forma-c51-category__number,
.forma-c51-category__count,
.forma-c51-category__arrow {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.forma-c51-category__arrow {
	font-size: 20px;
	text-align: right;
}

.forma-c51-category__media {
	position: absolute;
	z-index: 3;
	right: 17%;
	bottom: 16px;
	width: 190px;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px) rotate(2deg);
	transition: opacity 120ms ease, transform 220ms ease;
}

.forma-c51-category__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.08);
}

.forma-c51-category:hover {
	color: var(--forma-white);
	background: var(--forma-night);
}

.forma-c51-category:hover .forma-c51-category__media {
	opacity: 1;
	transform: translateY(0) rotate(-2deg);
}

.forma-c51-products {
	min-height: 100svh;
	padding: clamp(90px, 10vw, 150px) 0;
	background: var(--forma-white);
}

.forma-c51-products .forma-c51-scene-head {
	padding-bottom: 24px;
	border-bottom: 1px solid currentColor;
}

.forma-c51-products .woocommerce ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--forma-ink);
	border: 1px solid var(--forma-ink);
}

.forma-c51-products .woocommerce ul.products li.product,
.forma-c51-products .woocommerce-page ul.products li.product {
	border: 0;
}

.forma-c51-cta {
	min-height: 88svh;
	color: var(--forma-white);
	background: var(--forma-night);
}

.forma-c51-cta__inner {
	position: relative;
	display: flex;
	min-height: inherit;
	padding: clamp(100px, 13vw, 200px) clamp(20px, 7vw, 110px);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.forma-c51-cta h2 {
	max-width: 12ch;
	margin-bottom: 28px;
	font-size: clamp(4rem, 8vw, 8rem);
	text-transform: uppercase;
}

.forma-c51-cta__inner > p:not(.forma-c51-label):not(.forma-c51-index) {
	max-width: 540px;
	margin-bottom: 30px;
	font-size: clamp(15px, 1.3vw, 18px);
}

/* Interior pages use the same scene language. */
.page-header,
.forma-search-header,
.woocommerce-products-header {
	color: var(--forma-white);
	background: var(--forma-night);
}

.page-header,
.forma-search-header {
	position: relative;
	padding: clamp(80px, 10vw, 150px) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.page-header::before,
.forma-search-header::before {
	position: absolute;
	inset: 20px;
	content: "";
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.page-header h1,
.forma-search-header h1 {
	position: relative;
	z-index: 1;
	max-width: 16ch;
	margin: 0;
	font-size: clamp(3rem, 6vw, 5.5rem);
	text-transform: uppercase;
}

.page-header .forma-kicker,
.forma-search-header .forma-kicker {
	position: relative;
	z-index: 1;
	color: var(--forma-signal);
}

.forma-about-hero {
	color: var(--forma-white);
	background: var(--forma-night);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.forma-about-hero__grid {
	min-height: max(700px, calc(100svh - 108px));
	align-items: center;
}

.forma-about-hero__copy h1,
.forma-contact-hero h1 {
	font-size: clamp(3rem, 5.6vw, 5.6rem);
	text-transform: uppercase;
}

.forma-about-hero__lead {
	color: rgba(255, 255, 255, 0.76);
}

.forma-about-hero__media {
	border: 1px solid rgba(255, 255, 255, 0.32);
}

.forma-about-hero__media img {
	filter: grayscale(1) contrast(1.08);
}

.forma-about-principles {
	background: var(--forma-sky);
}

.forma-value-grid {
	border-color: var(--forma-ink);
}

.forma-value-card,
.forma-value-card + .forma-value-card {
	border-color: var(--forma-ink);
}

.forma-about-note {
	background: var(--forma-signal);
}

.forma-about-note__media img {
	filter: grayscale(1) contrast(1.08);
}

.forma-contact-hero {
	background: var(--forma-sky);
}

.forma-contact-section {
	background: var(--forma-white);
}

.forma-contact-card {
	border: 1px solid var(--forma-ink);
	border-radius: 0;
}

.forma-contact-card__value {
	font-family: var(--forma-mono);
	letter-spacing: -0.055em;
}

.forma-contact-help {
	background: var(--forma-signal);
}

.forma-contact-help__links a {
	border-color: var(--forma-ink);
}

.forma-faq__item,
.entry-content > h2,
.entry-content > p {
	border-color: var(--forma-ink);
}

.site-footer {
	color: var(--forma-white);
	background: var(--forma-night);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.site-footer__main,
.site-footer__nav,
.site-footer__bottom {
	border-color: rgba(255, 255, 255, 0.28);
}

.site-footer__brand {
	font-family: var(--forma-mono);
	font-weight: 700;
	letter-spacing: -0.055em;
	text-transform: none;
}

.site-footer a:hover {
	color: var(--forma-signal);
}

/* Elements only become animated after JavaScript is confirmed available. */
.forma-motion-ready [data-forma-reveal] {
	opacity: 0;
	transform: translateY(52px);
	transition:
		opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.forma-motion-ready [data-forma-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1099px) {
	:root {
		--forma-container: min(100% - 32px, 1500px);
	}

	.forma-c51-hero__inner {
		grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
		padding-inline: 20px;
	}

	.forma-c51-hero__copy {
		margin-left: 0;
	}

	.forma-c51-category__media {
		right: 20%;
		width: 150px;
	}

	.forma-c51-products .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 809px) {
	:root {
		--forma-container: min(100% - 28px, 1500px);
		--forma-header: 58px;
	}

	body.forma-store {
		font-size: 13px;
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.forma-announcement {
		min-height: 40px;
		font-size: 9px;
	}

	.site-header__inner {
		grid-template-columns: 42px 1fr auto;
	}

	.site-header__navigation-slot {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	.site-header__brand-slot {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.site-header__actions {
		grid-column: 3;
		grid-row: 1;
	}

	.site-header__menu-toggle {
		display: inline-flex;
		min-width: 38px;
		padding: 0;
	}

	.site-header__menu-toggle > span:last-child,
	.site-header__action--search {
		display: none;
	}

	.primary-navigation {
		display: none;
	}

	.forma-c51-grid {
		inset: 12px;
	}

	.forma-c51-index {
		right: 16px;
		bottom: 12px;
	}

	.forma-c51-hero {
		min-height: 880px;
	}

	.forma-c51-hero__inner {
		display: flex;
		padding: 70px 14px 64px;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}

	.forma-c51-hero__copy {
		max-width: 100%;
	}

	.forma-c51-hero h1 {
		font-size: clamp(2.75rem, 13vw, 4.2rem);
	}

	.forma-c51-hero__media {
		width: 100%;
		height: 420px;
		min-height: 0;
		margin-top: 40px;
	}

	.forma-c51-hero__media img {
		inset: 0 2% 0 24%;
		width: 66%;
	}

	.forma-c51-scroll {
		left: 28px;
		bottom: 20px;
		transform: none;
	}

	.forma-c51-manifesto {
		min-height: 780px;
	}

	.forma-c51-manifesto h2,
	.forma-c51-scene-head h2 {
		font-size: clamp(2.8rem, 13vw, 4.5rem);
	}

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

	.forma-c51-metrics > div:nth-child(3) {
		border-left: 1px solid currentColor;
	}

	.forma-c51-metrics > div:nth-child(-n + 2) {
		border-bottom: 1px solid currentColor;
	}

	.forma-c51-scene-head {
		grid-template-columns: 1fr;
	}

	.forma-c51-scene-head .forma-c51-label {
		grid-column: auto;
	}

	.forma-c51-scene-head > a {
		justify-self: start;
	}

	.forma-c51-category {
		grid-template-columns: 38px minmax(0, 1fr) 30px;
		min-height: 80px;
		padding-inline: 6px;
	}

	.forma-c51-category__count,
	.forma-c51-category__media {
		display: none;
	}

	.forma-c51-category strong {
		font-size: clamp(1.25rem, 6vw, 1.85rem);
	}

	.forma-c51-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.forma-c51-cta {
		min-height: 720px;
	}

	.forma-c51-cta h2 {
		font-size: clamp(3.4rem, 16vw, 6rem);
	}

	.page-header::before,
	.forma-search-header::before {
		inset: 12px;
	}

	.forma-about-hero__grid {
		min-height: auto;
	}
}

@media (max-width: 480px) {
	.forma-c51-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.forma-c51-products,
	.forma-c51-categories {
		padding-block: 72px;
	}

	.forma-c51-category__number,
	.forma-c51-category__arrow {
		font-size: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.forma-motion-ready [data-forma-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.forma-c51-category__media,
	.forma-c51-hero__media::before,
	.forma-c51-hero__media::after {
		transition: none;
	}
}

/* ================================================================
   FORMA 1.5 — compact scroll-led composition.
   ================================================================ */

.site-header::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--forma-signal);
	transform: scaleX(var(--forma-page-progress, 0));
	transform-origin: left center;
	pointer-events: none;
}

.site-header__logo {
	font-size: 26px;
	line-height: 1;
}

.site-header__logo .custom-logo {
	max-height: 40px;
	width: auto;
}

.primary-navigation a,
.site-header__action,
.site-header__menu-toggle {
	font-size: 14px;
	letter-spacing: 0.015em;
}

.primary-navigation ul {
	gap: clamp(22px, 2.2vw, 38px);
}

.site-header__action svg {
	width: 22px;
	height: 22px;
}

.forma-announcement {
	font-size: 12px;
}

.forma-c51-index {
	display: none !important;
}

[data-forma-parallax] {
	--forma-parallax-y: 0px;
	translate: 0 var(--forma-parallax-y);
	will-change: translate;
}

[data-forma-parallax-rotate] {
	--forma-parallax-rotate: 0deg;
	--forma-parallax-scale: 1;
	rotate: var(--forma-parallax-rotate);
	scale: var(--forma-parallax-scale);
	transform-origin: center center;
	will-change: translate, rotate, scale;
}

.forma-scene .forma-c51-grid {
	opacity: 0.58;
	transition: opacity 600ms ease;
}

.forma-scene.is-forma-scene-active .forma-c51-grid {
	opacity: 1;
}

.forma-motion-ready [data-forma-reveal] {
	filter: blur(8px);
	clip-path: inset(0 0 14% 0);
	transition:
		opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 820ms cubic-bezier(0.22, 1, 0.36, 1),
		clip-path 820ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--forma-reveal-delay, 0ms);
}

.forma-motion-ready [data-forma-reveal].is-visible {
	filter: blur(0);
	clip-path: inset(0 0 0 0);
}

.forma-motion-ready .forma-c51-category[data-forma-reveal],
.forma-motion-ready .forma-product-section li.product[data-forma-reveal] {
	transform: translateY(28px) scale(0.985);
}

.forma-motion-ready .forma-c51-category[data-forma-reveal].is-visible,
.forma-motion-ready .forma-product-section li.product[data-forma-reveal].is-visible {
	transform: translateY(0) scale(1);
}

.forma-c51-hero {
	min-height: clamp(650px, 82svh, 840px);
}

.forma-c51-hero__inner {
	padding-block: clamp(58px, 6vw, 92px);
}

.forma-c51-hero__media {
	height: min(60vh, 660px);
	min-height: 470px;
}

.forma-c51-hero__media img {
	scale: 1.035;
}

.forma-c51-scroll {
	bottom: 16px;
}

.forma-c51-manifesto {
	min-height: auto;
}

.forma-c51-manifesto__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(480px, 0.9fr);
	align-items: center;
	gap: clamp(54px, 7vw, 118px);
	min-height: auto;
	padding-block: clamp(78px, 8vw, 118px);
}

.forma-c51-manifesto__copy {
	width: auto;
	margin: 0;
}

.forma-c51-manifesto h2 {
	margin-bottom: 22px;
	font-size: clamp(2.9rem, 4.6vw, 4.9rem);
}

.forma-c51-metrics {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin: 0;
}

.forma-c51-metrics > div {
	min-height: 112px;
	padding: 16px;
}

.forma-c51-metrics > div:nth-child(3) {
	border-left: 1px solid currentColor;
}

.forma-c51-metrics > div:nth-child(-n + 2) {
	border-bottom: 1px solid currentColor;
}

.forma-c51-metrics strong {
	font-size: clamp(2.25rem, 3.4vw, 3.25rem);
}

.forma-c51-categories,
.forma-c51-products {
	min-height: auto;
	padding-block: clamp(72px, 7vw, 106px);
}

.forma-c51-scene-head {
	margin-bottom: clamp(34px, 4vw, 58px);
}

.forma-c51-scene-head h2 {
	font-size: clamp(2.8rem, 5vw, 4.7rem);
}

.forma-c51-category {
	min-height: 76px;
}

.forma-c51-products .forma-c51-scene-head {
	padding-bottom: 18px;
}

.forma-c51-cta {
	min-height: clamp(560px, 68svh, 720px);
}

.forma-c51-cta__inner {
	padding-block: clamp(78px, 8vw, 120px);
}

.forma-c51-cta h2 {
	margin-bottom: 22px;
	font-size: clamp(3.7rem, 7vw, 6.8rem);
}

@media (max-width: 1099px) {
	.forma-c51-manifesto__inner {
		grid-template-columns: minmax(0, 1fr) minmax(410px, 0.85fr);
		gap: 46px;
	}
}

@media (max-width: 809px) {
	.site-header__logo {
		font-size: 21px;
	}

	.site-header__logo .custom-logo {
		max-height: 34px;
	}

	.site-header__action svg {
		width: 19px;
		height: 19px;
	}

	.forma-c51-hero {
		min-height: 760px;
	}

	.forma-c51-hero__inner {
		padding-block: 54px 48px;
	}

	.forma-c51-hero__media {
		height: 360px;
		margin-top: 28px;
	}

	.forma-c51-manifesto__inner {
		grid-template-columns: 1fr;
		gap: 42px;
		padding-block: 60px;
	}

	.forma-c51-manifesto h2 {
		font-size: clamp(2.55rem, 12vw, 4rem);
	}

	.forma-c51-metrics > div {
		min-height: 94px;
		padding: 13px;
	}

	.forma-c51-categories,
	.forma-c51-products {
		padding-block: 56px;
	}

	.forma-c51-scene-head {
		gap: 18px;
		margin-bottom: 30px;
	}

	.forma-c51-category {
		min-height: 68px;
	}

	.forma-c51-cta {
		min-height: 520px;
	}

	.forma-c51-cta__inner {
		padding-block: 68px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header::after {
		transition: none;
	}

	[data-forma-parallax],
	[data-forma-parallax-rotate] {
		translate: none;
		rotate: none;
		scale: 1;
		will-change: auto;
	}

	.forma-motion-ready [data-forma-reveal] {
		filter: none;
		clip-path: none;
	}
}

/* ================================================================
   FORMA 1.6 — signature kinetic motion.
   ================================================================ */

.site-header__actions {
	gap: 4px;
}

.site-header__action {
	min-width: 43px;
	min-height: 43px;
	padding: 7px;
}

.site-header__action svg {
	width: 27px;
	height: 27px;
	stroke-width: 1.8;
}

.js-cart-count {
	top: -4px;
	right: -5px;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	color: var(--forma-ink);
	background: var(--forma-signal);
	border: 2px solid var(--forma-night);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 17px;
	box-shadow: 0 0 0 1px var(--forma-signal);
}

.forma-kinetic-band {
	position: relative;
	z-index: 2;
	width: 100%;
	height: clamp(92px, 8vw, 138px);
	overflow: hidden;
	color: var(--forma-white);
	background: var(--forma-night);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.forma-kinetic-band__track {
	--forma-kinetic-x: 0px;
	display: flex;
	align-items: center;
	width: max-content;
	height: 100%;
	white-space: nowrap;
	transform: translate3d(calc(-12vw + var(--forma-kinetic-x)), 0, 0);
	will-change: transform;
}

.forma-kinetic-band__track span {
	display: block;
	padding-right: 0.28em;
	font-size: clamp(3rem, 6.8vw, 7.2rem);
	font-weight: 300;
	letter-spacing: -0.075em;
	line-height: 0.8;
	text-transform: uppercase;
}

html.forma-signature-motion [data-forma-parallax] {
	translate: 0 var(--forma-parallax-y, 0px);
	will-change: translate;
}

html.forma-signature-motion [data-forma-parallax-rotate] {
	rotate: var(--forma-parallax-rotate, 0deg);
	scale: var(--forma-parallax-scale, 1);
}

html.forma-signature-motion .forma-c51-hero__media img {
	transform: skewY(var(--forma-scroll-skew, 0deg)) translate3d(var(--forma-scroll-shift, 0px), 0, 0);
	transform-origin: center;
	will-change: transform;
}

html.forma-signature-motion.forma-motion-ready [data-forma-reveal] {
	opacity: 0;
	filter: blur(11px);
	clip-path: inset(0 0 18% 0);
	transform: translateY(48px) scale(0.985);
	transition:
		opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 920ms cubic-bezier(0.16, 1, 0.3, 1),
		clip-path 980ms cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--forma-reveal-delay, 0ms);
}

/* ================================================================
   FORMA 1.6.1 — fluid motion and repaired category previews.
   ================================================================ */

html.forma-signature-motion.forma-motion-ready .forma-c51-category[data-forma-reveal],
html.forma-signature-motion.forma-motion-ready .forma-c51-category[data-forma-reveal].is-visible {
	clip-path: none;
	transition:
		opacity 620ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 820ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 680ms cubic-bezier(0.16, 1, 0.3, 1),
		color 260ms cubic-bezier(0.16, 1, 0.3, 1),
		background-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
		padding-inline 560ms cubic-bezier(0.16, 1, 0.3, 1),
		clip-path 820ms cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--forma-reveal-delay, 0ms);
}

.forma-c51-category {
	isolation: isolate;
	transition:
		color 260ms cubic-bezier(0.16, 1, 0.3, 1),
		background-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
		padding-inline 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.forma-c51-category::after {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.forma-c51-category:hover {
	z-index: 10;
	padding-inline: 24px 12px;
}

.forma-c51-category:hover::after {
	transform: scaleX(1);
}

.forma-c51-category__media {
	top: 50%;
	right: 15%;
	bottom: auto;
	width: clamp(176px, 12vw, 230px);
	aspect-ratio: 4 / 3;
	background: #d8d7cf;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.25);
	transform: translate3d(0, calc(-50% + 18px), 0) rotate(1.2deg) scale(0.94);
	transform-origin: center;
	transition:
		opacity 280ms ease,
		transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform, opacity;
}

.forma-c51-category__media img {
	object-fit: contain;
	transform: scale(1.02);
	transition:
		filter 520ms ease,
		transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.forma-c51-category:hover .forma-c51-category__media {
	opacity: 1;
	transform: translate3d(0, -50%, 0) rotate(-1.2deg) scale(1);
}

.forma-c51-category:hover .forma-c51-category__media img {
	filter: grayscale(0) contrast(1.02);
	transform: scale(1.06);
}

.forma-c51-category__arrow {
	transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.forma-c51-category:hover .forma-c51-category__arrow {
	transform: translateX(7px);
}

.forma-c51-scene-head h2 {
	transform: translate3d(var(--forma-scene-x, 0px), 0, 0);
	transition: transform 120ms linear;
	will-change: transform;
}

.forma-c51-scene-head > a {
	transform: translate3d(var(--forma-scene-link-x, 0px), 0, 0);
	transition: transform 120ms linear;
}

.woocommerce ul.products li.product > a img {
	transform: translate3d(0, var(--forma-product-image-y, 0px), 0) scale(1.001);
	transition:
		filter 360ms ease,
		transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.woocommerce ul.products li.product:hover > a img {
	transform: translate3d(0, var(--forma-product-image-y, 0px), 0) scale(1.025);
}

html.forma-signature-motion.forma-motion-ready [data-forma-reveal] {
	filter: blur(5px);
	transform: translate3d(0, 34px, 0) scale(0.99);
}

html.forma-signature-motion.forma-motion-ready [data-forma-reveal].is-visible {
	filter: blur(0);
	transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1099px) {
	.forma-c51-category__media {
		right: 18%;
		width: 164px;
	}
}

@media (max-width: 809px) {
	.forma-c51-category:hover {
		padding-inline: 6px;
	}

	.forma-c51-scene-head h2,
	.forma-c51-scene-head > a {
		transform: none;
	}

	.woocommerce ul.products li.product > a img,
	.woocommerce ul.products li.product:hover > a img {
		transform: none;
		will-change: auto;
	}
}

html.forma-signature-motion.forma-motion-ready [data-forma-reveal].is-visible {
	opacity: 1;
	filter: blur(0);
	clip-path: inset(0 0 0 0);
	transform: translateY(0) scale(1);
}

html.forma-signature-motion .forma-c51-category strong,
html.forma-signature-motion .forma-catalog-card__content,
html.forma-signature-motion .woocommerce ul.products li.product {
	transition:
		transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 520ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 520ms ease,
		background-color 180ms ease,
		color 180ms ease;
}

@media (max-width: 809px) {
	.site-header__action {
		min-width: 38px;
		min-height: 38px;
	}

	.site-header__action svg {
		width: 23px;
		height: 23px;
	}

	.js-cart-count {
		top: -3px;
		right: -3px;
		min-width: 19px;
		height: 19px;
		font-size: 10px;
		line-height: 15px;
	}

	.forma-kinetic-band {
		height: 74px;
	}

	.forma-kinetic-band__track span {
		font-size: 2.6rem;
	}

	html.forma-signature-motion .forma-c51-hero__media img {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.forma-signature-motion .forma-c51-category {
		transition-duration: 620ms, 820ms, 680ms, 260ms, 260ms, 560ms, 820ms !important;
	}

	html.forma-signature-motion .forma-c51-category__media {
		transition-duration: 280ms, 680ms !important;
	}

	html.forma-signature-motion .forma-c51-category__media img {
		transition-duration: 520ms, 760ms !important;
	}

	html.forma-signature-motion .forma-c51-category__arrow {
		transition-duration: 620ms !important;
	}

	html.forma-signature-motion .forma-c51-scene-head h2,
	html.forma-signature-motion .forma-c51-scene-head > a {
		transition-duration: 120ms !important;
	}

	html.forma-signature-motion.forma-motion-ready [data-forma-reveal] {
		transition-duration: 620ms, 820ms, 680ms, 820ms !important;
	}

	html.forma-signature-motion.forma-motion-ready .forma-c51-category[data-forma-reveal] {
		transition-duration: 620ms, 820ms, 680ms, 260ms, 260ms, 560ms, 820ms !important;
	}
}

/* FORMA 1.7 final overrides. */
.forma-drawer__backdrop,
.forma-drawer[aria-hidden="false"] .forma-drawer__backdrop {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.forma-contact-card__top {
	justify-content: flex-start;
}

.forma-contact-card__top .forma-kicker {
	margin-bottom: 0;
}

.forma-contact-grid--single .forma-contact-card,
.forma-contact-card:only-child {
	grid-column: 1 / -1;
	min-height: 240px;
}

.forma-contact-help {
	padding: 34px 0 42px;
}

.forma-contact-help__grid {
	grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
	align-items: center;
	gap: clamp(32px, 5vw, 78px);
	padding-top: 0;
	border-top: 0;
}

.forma-contact-help .forma-kicker {
	margin-bottom: 10px;
}

.forma-contact-help h2 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.5rem);
	line-height: .98;
}

.forma-contact-help__links {
	display: grid;
	gap: 8px;
}

.forma-contact-help__links a {
	min-height: 58px;
	padding: 16px 18px;
	background: rgba(255, 255, 255, .18);
	border: 1px solid var(--forma-ink);
	font-size: clamp(1rem, 1.25vw, 1.2rem);
	font-weight: 700;
	line-height: 1.15;
	transition: color 220ms ease, background-color 220ms ease, transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.forma-contact-help__links a:hover,
.forma-contact-help__links a:focus-visible {
	color: var(--forma-white);
	background: var(--forma-night);
	transform: translateX(4px);
}

.forma-contact-help__links a span {
	font-size: 1.35em;
}

@media (max-width: 900px) {
	.forma-contact-help {
		padding: 30px 0 36px;
	}

	.forma-contact-help__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.forma-contact-help h2 {
		max-width: 20ch;
	}
}

@media (max-width: 680px) {
	.forma-contact-help {
		padding: 24px 0 30px;
	}

	.forma-contact-help h2 {
		font-size: clamp(1.85rem, 9vw, 2.6rem);
	}

	.forma-contact-help__links a {
		min-height: 54px;
		padding: 14px 16px;
		font-size: 1rem;
	}
}

/* FORMA 1.8 — JAB production fixes. */

/* A nearly opaque header does not need an expensive live backdrop blur. */
.site-header {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

/* Product and category photography always keeps its original colour. */
.forma-c51-category__media img,
.forma-c51-category:hover .forma-c51-category__media img {
	filter: none;
}

/* Keep desktop scrolling cheap: transforms are reserved for short entrances. */
.woocommerce ul.products li.product > a img,
.woocommerce ul.products li.product:hover > a img,
html.forma-signature-motion .woocommerce ul.products li.product > a img,
html.forma-signature-motion .woocommerce ul.products li.product:hover > a img {
	transform: none;
	will-change: auto;
}

.forma-about-hero__media img,
.forma-about-note__media img {
	filter: none;
}

/* Contact hero: readable editorial balance with no one-word lines. */
.forma-contact-hero {
	padding: clamp(64px, 7vw, 108px) 0;
}

.forma-contact-hero__grid {
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
	align-items: center;
	gap: clamp(44px, 7vw, 110px);
}

.forma-contact-hero h1 {
	max-width: 14ch;
	font-size: clamp(3rem, 4.7vw, 5rem);
	line-height: .98;
}

.forma-contact-hero__lead {
	max-width: 46ch;
	margin: 0;
	color: rgba(17, 17, 15, .78);
	font-size: clamp(1rem, 1.2vw, 1.18rem);
	line-height: 1.55;
}

@media (max-width: 820px) {
	.forma-contact-hero__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.forma-contact-hero h1 {
		max-width: 12ch;
	}
}

/* FORMA 1.8.1 — charcoal surfaces and softer headings. */
.forma-c51-hero h1,
.page-header h1,
.forma-search-header h1,
.woocommerce-products-header h1,
.forma-about-hero h1,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.forma-drawer__panel h2 {
	color: var(--forma-heading);
}

/* FORMA 1.8.2 — compact contact ending and dependable marquee. */
.forma-contact-page {
	min-height: 0;
}

.forma-contact-page + .site-footer {
	margin-top: 0;
}

.forma-contact-help {
	margin: 0;
}

.forma-kinetic-band__track {
	animation: forma-kinetic-loop 22s linear infinite;
}

@keyframes forma-kinetic-loop {
	from {
		transform: translate3d(-12vw, 0, 0);
	}

	to {
		transform: translate3d(calc(-12vw - 33.3333%), 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.forma-kinetic-band__track {
		animation: none;
	}
}
