:root {
	--fws-black: #0c0d0d;
	--fws-black-soft: #161614;
	--fws-ivory: #efede7;
	--fws-paper: #f7f5f0;
	--fws-gold: #b99a62;
	--fws-line-dark: rgba(255, 255, 255, .18);
	--fws-line-light: rgba(10, 10, 9, .18);
	--fws-ui: "Inter", sans-serif;
	--fws-display: "Syne", sans-serif;
	--fws-hero-shift: 0px;
}

/* 0.3.0 — editorial family browser, derived from the approved Collections module. */
.fws-types {
	background: var(--fws-black);
	color: var(--fws-paper);
	height: auto;
	min-height: 0;
	overflow: hidden;
	padding: min(8vw, 112px) 3vw min(7vw, 94px);
}

.fws-type-browser {
	border-top: 1px solid rgba(154, 117, 74, .46);
	display: grid;
	grid-template-columns: minmax(250px, 22vw) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1680px;
	min-height: 650px;
}

.fws-type-browser__rail {
	border-right: 1px solid rgba(255, 255, 255, .16);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 46px 34px 0 0;
}

.fws-type-browser__rail .fws-eyebrow {
	margin-bottom: 26px;
}

.fws-type-browser__rail h2 {
	font-family: var(--fws-display);
	font-size: clamp(42px, 4.2vw, 72px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .94;
	margin: 0;
	text-transform: uppercase;
}

.fws-type-browser__copy {
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
	line-height: 1.55;
	margin: 22px 0 0;
	max-width: 220px;
}

.fws-type-tabs {
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: auto;
}

.fws-type-tabs button {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	color: rgba(255, 255, 255, .47);
	cursor: pointer;
	display: grid;
	font-size: 10px;
	gap: 14px;
	grid-template-columns: 22px 1fr;
	letter-spacing: .08em;
	padding: 15px 0;
	text-align: left;
	text-transform: uppercase;
	transition: border-color .35s ease, color .35s ease;
	width: 100%;
}

.fws-type-tabs button i {
	color: var(--fws-gold);
	font-size: 9px;
	font-style: normal;
}

.fws-type-tabs button.is-active,
.fws-type-tabs button:hover,
.fws-type-tabs button:focus-visible {
	border-bottom-color: var(--fws-gold);
	color: #fff;
	outline: none;
}

.fws-type-panels {
	display: flex;
	gap: 8px;
	height: min(72vh, 690px);
	min-height: 590px;
	overflow: hidden;
	padding-left: 8px;
}

.fws-type-panel {
	background: #11110f;
	border: 0;
	color: #fff;
	cursor: pointer;
	flex: 0 0 clamp(62px, 6vw, 94px);
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transition: flex-basis .7s cubic-bezier(.19, 1, .22, 1), opacity .42s ease;
}

.fws-type-panel.is-active {
	flex: 1 1 auto;
}

.fws-type-panel:focus-visible {
	outline: 1px solid var(--fws-gold);
	outline-offset: -1px;
}

.fws-type-panel__media,
.fws-type-panel__media::after {
	inset: 0;
	position: absolute;
}

.fws-type-panel__media::after {
	background: linear-gradient(180deg, rgba(9, 9, 8, .08) 28%, rgba(9, 9, 8, .82) 100%);
	content: "";
}

.fws-type-panel__media img {
	height: 100%;
	object-fit: cover;
	opacity: .42;
	transform: scale(1.04);
	transition: opacity .55s ease, transform 1s cubic-bezier(.19, 1, .22, 1);
	width: 100%;
}

.fws-type-panel.is-active .fws-type-panel__media img {
	opacity: .92;
	transform: scale(1);
}

.fws-type-panel__index {
	font-size: 9px;
	left: 18px;
	letter-spacing: .12em;
	position: absolute;
	top: 18px;
	z-index: 2;
}

.fws-type-panel__vertical {
	bottom: 26px;
	font-size: 10px;
	left: 50%;
	letter-spacing: .1em;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%) rotate(180deg);
	transition: opacity .28s ease;
	writing-mode: vertical-rl;
	z-index: 2;
}

.fws-type-panel.is-active .fws-type-panel__vertical {
	opacity: 0;
}

.fws-type-panel__content {
	bottom: 42px;
	display: block;
	left: clamp(28px, 3vw, 54px);
	max-width: min(560px, 74%);
	opacity: 0;
	position: absolute;
	transform: translateY(16px);
	transition: opacity .35s ease .16s, transform .55s cubic-bezier(.19, 1, .22, 1) .12s;
	visibility: hidden;
	z-index: 3;
}

.fws-type-panel.is-active .fws-type-panel__content {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.fws-type-panel__content small {
	color: var(--fws-gold);
	display: block;
	font-size: 9px;
	letter-spacing: .16em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.fws-type-panel__content strong {
	display: block;
	font-family: var(--fws-display);
	font-size: clamp(42px, 5vw, 82px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .9;
	text-transform: uppercase;
}

.fws-type-panel__content em {
	color: rgba(255, 255, 255, .72);
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin-top: 18px;
	max-width: 390px;
}

.fws-type-panel__content > span {
	border-bottom: 1px solid var(--fws-gold);
	display: inline-flex;
	font-size: 9px;
	gap: 24px;
	letter-spacing: .11em;
	margin-top: 25px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.fws-type-panel__content > span i {
	color: var(--fws-gold);
	font-style: normal;
}

@media (max-width: 1100px) {
	.fws-type-browser {
		grid-template-columns: 235px minmax(0, 1fr);
	}

	.fws-type-browser__rail {
		padding-right: 24px;
	}

	.fws-type-panels {
		min-height: 540px;
	}

	.fws-type-panel {
		flex-basis: 60px;
	}
}

@media (max-width: 760px) {
	.fws-types {
		padding: 46px 0 34px;
	}

	.fws-type-browser {
		border-top: 0;
		display: block;
		min-height: 0;
	}

	.fws-type-browser__rail {
		border-right: 0;
		min-height: 0;
		padding: 0 20px 24px;
	}

	.fws-type-browser__rail h2 {
		font-size: 39px;
	}

	.fws-type-browser__copy {
		margin-top: 12px;
	}

	.fws-type-tabs {
		display: flex;
		gap: 8px;
		margin-top: 26px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.fws-type-tabs::-webkit-scrollbar {
		display: none;
	}

	.fws-type-tabs button {
		border: 1px solid rgba(255, 255, 255, .2);
		flex: 0 0 auto;
		gap: 8px;
		grid-template-columns: auto auto;
		padding: 10px 12px;
		width: auto;
	}

	.fws-type-tabs button.is-active {
		border-color: var(--fws-gold);
	}

	.fws-type-panels {
		gap: 8px;
		height: 390px;
		min-height: 0;
		overflow-x: auto;
		padding: 0 20px 10px;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: pan-x;
	}

	.fws-type-panels::-webkit-scrollbar {
		display: none;
	}

	.fws-type-panel,
	.fws-type-panel.is-active {
		flex: 0 0 82vw;
		scroll-snap-align: center;
	}

	.fws-type-panel__media img,
	.fws-type-panel.is-active .fws-type-panel__media img {
		opacity: .9;
		transform: scale(1);
	}

	.fws-type-panel__vertical {
		display: none;
	}

	.fws-type-panel__content,
	.fws-type-panel.is-active .fws-type-panel__content {
		bottom: 28px;
		left: 22px;
		max-width: calc(100% - 44px);
		opacity: 1;
		transform: none;
		visibility: visible;
	}

	.fws-type-panel__content strong {
		font-size: 38px;
	}

	.fws-type-panel__content em {
		font-size: 11px;
		margin-top: 10px;
	}

	.fws-type-panel__content > span {
		margin-top: 15px;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.fws-preview-body {
	margin: 0;
	background: var(--fws-black);
	color: var(--fws-paper);
	font-family: var(--fws-ui);
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

/* Identita Faber 2026: nessun font estraneo entra nelle preview. */
.fws-catalog-preview,
.fws-catalog-preview button,
.fws-catalog-preview input,
.fws-catalog-preview select,
.fws-pack-preview,
.fws-pack-preview button,
.fws-pack-preview input,
.fws-pack-preview select {
	font-family: var(--fws-ui);
}

.fws-catalog-preview h1,
.fws-catalog-preview h2,
.fws-catalog-preview h3,
.fws-pack-preview h1,
.fws-pack-preview h2,
.fws-pack-preview h3 {
	font-family: var(--fws-display);
}

body.fws-modal-open {
	overflow: hidden;
}

.fws-catalog-preview,
.fws-catalog-preview button,
.fws-catalog-preview input,
.fws-catalog-preview select {
	font-family: var(--fws-ui);
}

.fws-catalog-preview button,
.fws-catalog-preview input,
.fws-catalog-preview select {
	border-radius: 0;
}

.fws-catalog-preview button,
.fws-catalog-preview a {
	-webkit-tap-highlight-color: transparent;
}

.fws-catalog-preview a {
	color: inherit;
	text-decoration: none;
}

.fws-preview-header {
	align-items: center;
	border-bottom: 1px solid var(--fws-line-dark);
	display: flex;
	height: 84px;
	justify-content: space-between;
	left: 0;
	padding: 0 3.2vw;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.fws-preview-header__brand img {
	display: block;
	filter: invert(1);
	height: auto;
	width: 212px;
}

.fws-preview-header__actions {
	align-items: center;
	display: flex;
	font-size: 10px;
	gap: 26px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.fws-preview-header__actions span {
	color: rgba(255, 255, 255, .58);
}

.fws-preview-header__actions a {
	border-bottom: 1px solid rgba(255, 255, 255, .65);
	padding-bottom: 5px;
}

.fws-stage {
	background: var(--fws-black);
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.fws-stage__image {
	background-image: var(--fws-hero-image);
	background-position: 88% calc(50% + var(--fws-hero-shift));
	background-repeat: no-repeat;
	background-size: contain;
	inset: 7% 0 0 38%;
	opacity: .96;
	position: absolute;
	transform: scale(1.02);
}

.fws-stage__shade {
	background:
		linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .94) 25%, rgba(9, 9, 8, .3) 61%, rgba(9, 9, 8, .22) 100%),
		linear-gradient(0deg, #090908 0%, transparent 28%);
	inset: 0;
	position: absolute;
}

.fws-stage__content {
	bottom: 26%;
	left: 7.8vw;
	position: absolute;
	z-index: 2;
}

.fws-eyebrow {
	color: var(--fws-gold);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .2em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.fws-stage h1,
.fws-section-heading h2,
.fws-product-intro h2,
.fws-modal__content h2 {
	font-family: var(--fws-display);
	font-weight: 500;
	letter-spacing: -.058em;
	margin: 0;
	text-transform: uppercase;
}

.fws-stage h1 {
	font-size: clamp(64px, 8.6vw, 154px);
	line-height: .82;
	max-width: 82vw;
}

.fws-stage h1 span {
	display: block;
}

.fws-stage h1 span:last-child {
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .8);
}

.fws-stage__copy {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	line-height: 1.55;
	margin: 30px 0 0;
	max-width: 310px;
}

.fws-hero-search {
	border-top: 1px solid var(--fws-line-dark);
	bottom: 3.7vw;
	display: block;
	left: 49.5%;
	max-width: 710px;
	padding-top: 16px;
	position: absolute;
	right: 6.5vw;
	z-index: 3;
}

.fws-hero-search label {
	color: rgba(255, 255, 255, .56);
	display: block;
	font-size: 9px;
	letter-spacing: .14em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.fws-hero-search > div {
	display: flex;
	gap: 16px;
}

.fws-hero-search input {
	background: transparent;
	border: 0;
	color: #fff;
	font-family: var(--fws-display);
	font-size: clamp(17px, 1.5vw, 23px);
	min-width: 0;
	outline: none;
	padding: 6px 0;
	width: 100%;
}

.fws-hero-search input::placeholder {
	color: rgba(255, 255, 255, .42);
}

.fws-hero-search button {
	align-items: center;
	background: var(--fws-ivory);
	border: 0;
	color: var(--fws-black);
	cursor: pointer;
	display: flex;
	font-size: 10px;
	gap: 32px;
	letter-spacing: .12em;
	padding: 0 22px;
	text-transform: uppercase;
}

.fws-hero-search button i {
	font-size: 18px;
	font-style: normal;
}

.fws-stage__counter {
	align-items: center;
	bottom: 3.7vw;
	display: flex;
	font-size: 9px;
	gap: 10px;
	left: 3.2vw;
	letter-spacing: .1em;
	position: absolute;
	z-index: 2;
}

.fws-stage__counter i {
	background: rgba(255, 255, 255, .26);
	height: 1px;
	position: relative;
	width: 62px;
}

.fws-stage__counter i::after {
	background: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 33%;
}

.fws-stage__scroll {
	align-items: center;
	display: flex;
	font-size: 9px;
	gap: 16px;
	left: 3.2vw;
	letter-spacing: .13em;
	position: absolute;
	text-transform: uppercase;
	top: 51%;
	transform: rotate(-90deg) translateX(-50%);
	transform-origin: left center;
	z-index: 3;
}

.fws-stage__scroll span {
	font-size: 17px;
}

.fws-types {
	background: var(--fws-ivory);
	color: var(--fws-black);
	padding: 11vw 6.4vw 9vw;
}

.fws-section-heading {
	align-items: end;
	display: grid;
	gap: 5vw;
	grid-template-columns: .7fr 2.6fr 1fr;
	margin-bottom: 6vw;
}

.fws-section-heading__index {
	display: block;
	font-family: var(--fws-display);
	font-size: 12px;
	letter-spacing: .12em;
	margin-bottom: 44px;
}

.fws-section-heading .fws-eyebrow {
	margin: 0;
}

.fws-section-heading h2 {
	font-size: clamp(42px, 5.4vw, 92px);
	line-height: .92;
}

.fws-section-heading > p,
.fws-product-intro > p {
	font-size: 13px;
	line-height: 1.65;
	margin: 0 0 5px;
	max-width: 280px;
}

.fws-type-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(12, 1fr);
}

.fws-type-card {
	background: #dad4ca;
	border: 0;
	color: var(--fws-paper);
	cursor: pointer;
	display: block;
	grid-column: span 3;
	height: clamp(290px, 27vw, 510px);
	overflow: clip;
	padding: 0;
	position: relative;
	text-align: left;
}

.fws-type-card:nth-child(-n+2) {
	grid-column: span 6;
	height: clamp(390px, 38vw, 690px);
}

.fws-type-card__media,
.fws-type-card__media::after {
	inset: 0;
	position: absolute;
}

.fws-type-card__media {
	background: #22221f;
}

.fws-type-card__media::after {
	background: linear-gradient(180deg, rgba(9, 9, 8, .08) 25%, rgba(9, 9, 8, .78) 100%);
	content: "";
}

.fws-type-card__media img {
	height: 100%;
	object-fit: contain;
	transition: transform 1.2s cubic-bezier(.19, 1, .22, 1), opacity .5s ease;
	width: 100%;
}

.fws-type-card:hover .fws-type-card__media img,
.fws-type-card:focus-visible .fws-type-card__media img {
	transform: scale(1.025);
}

.fws-type-card__top {
	display: flex;
	font-size: 9px;
	justify-content: space-between;
	left: 22px;
	letter-spacing: .12em;
	position: absolute;
	right: 22px;
	top: 20px;
	text-transform: uppercase;
}

.fws-type-card__top i {
	font-style: normal;
}

.fws-type-card strong {
	bottom: 22px;
	font-family: var(--fws-display);
	font-size: clamp(25px, 2.5vw, 43px);
	font-weight: 500;
	left: 22px;
	letter-spacing: -.045em;
	position: absolute;
	text-transform: uppercase;
}

.fws-type-card__arrow {
	bottom: 24px;
	font-size: 21px;
	position: absolute;
	right: 22px;
	transition: transform .35s ease;
}

.fws-type-card:hover .fws-type-card__arrow,
.fws-type-card:focus-visible .fws-type-card__arrow {
	transform: translate(4px, -4px);
}

.fws-products {
	background: var(--fws-black);
	color: var(--fws-paper);
	min-height: 100vh;
	padding: 10vw 6.4vw 9vw;
}

.fws-product-intro {
	align-items: end;
	display: grid;
	gap: 5vw;
	grid-template-columns: .7fr 2.6fr 1fr;
	margin-bottom: 6vw;
}

.fws-product-intro .fws-section-heading__index {
	margin-bottom: 0;
}

.fws-product-intro h2 {
	font-size: clamp(50px, 7vw, 118px);
	line-height: .88;
}

.fws-product-intro .fws-eyebrow {
	margin-bottom: 20px;
}

.fws-catalog-controls {
	align-items: end;
	border-bottom: 1px solid var(--fws-line-dark);
	border-top: 1px solid var(--fws-line-dark);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(260px, 1.1fr) 2.4fr minmax(125px, .5fr);
	padding: 24px 0 20px;
}

.fws-catalog-query,
.fws-sort {
	display: block;
	position: relative;
}

.fws-catalog-query > span,
.fws-sort > span {
	color: rgba(255, 255, 255, .48);
	display: block;
	font-size: 8px;
	letter-spacing: .17em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.fws-catalog-query input,
.fws-sort select {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .36);
	color: #fff;
	font-size: 13px;
	height: 34px;
	outline: none;
	padding: 0 25px 0 0;
	width: 100%;
}

.fws-catalog-query i {
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	bottom: 10px;
	height: 10px;
	position: absolute;
	right: 4px;
	width: 10px;
}

.fws-catalog-query i::after {
	background: rgba(255, 255, 255, .7);
	content: "";
	height: 1px;
	position: absolute;
	right: -5px;
	top: 8px;
	transform: rotate(45deg);
	width: 6px;
}

.fws-category-filters {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
}

.fws-category-filters::-webkit-scrollbar {
	display: none;
}

.fws-category-filters button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .28);
	color: rgba(255, 255, 255, .72);
	cursor: pointer;
	font-size: 9px;
	letter-spacing: .09em;
	padding: 10px 15px;
	text-transform: uppercase;
	white-space: nowrap;
}

.fws-category-filters button.is-active,
.fws-category-filters button:hover {
	background: var(--fws-paper);
	color: var(--fws-black);
}

.fws-sort select {
	appearance: none;
	cursor: pointer;
}

.fws-sort::after {
	bottom: 10px;
	content: "↓";
	pointer-events: none;
	position: absolute;
	right: 2px;
}

.fws-sort option {
	background: var(--fws-black);
}

.fws-results-meta {
	color: rgba(255, 255, 255, .48);
	font-size: 9px;
	letter-spacing: .15em;
	padding: 20px 0 30px;
	text-transform: uppercase;
}

.fws-results-meta span {
	color: var(--fws-paper);
}

.fws-product-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
}

.fws-product-card {
	background: #121210;
	min-width: 0;
}

.fws-product-card__open {
	background: transparent;
	border: 0;
	color: var(--fws-paper);
	cursor: pointer;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}

.fws-product-card__media {
	background: #1d1d1a;
	display: block;
	height: min(48vw, 630px);
	overflow: hidden;
	position: relative;
}

.fws-product-card__media::after {
	background: linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, .55) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.fws-product-card__media img {
	height: 100%;
	object-fit: contain;
	transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
	width: 100%;
}

.fws-product-card__open:hover img,
.fws-product-card__open:focus-visible img {
	transform: scale(1.02);
}

.fws-product-card__index,
.fws-product-card__availability {
	font-size: 8px;
	letter-spacing: .13em;
	position: absolute;
	text-transform: uppercase;
	top: 18px;
	z-index: 2;
}

.fws-product-card__index {
	left: 18px;
}

.fws-product-card__availability {
	right: 18px;
}

.fws-product-card__body {
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 22px 19px 29px;
}

.fws-product-card__meta {
	color: var(--fws-gold);
	font-size: 8px;
	grid-column: 1 / -1;
	letter-spacing: .16em;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.fws-product-card__body strong {
	font-family: var(--fws-display);
	font-size: clamp(22px, 2vw, 35px);
	font-weight: 500;
	grid-column: 1 / -1;
	letter-spacing: -.045em;
	line-height: .98;
	text-transform: uppercase;
}

.fws-product-card__action {
	border-top: 1px solid var(--fws-line-dark);
	display: flex;
	font-size: 9px;
	grid-column: 1 / -1;
	justify-content: space-between;
	letter-spacing: .12em;
	margin-top: 30px;
	padding-top: 14px;
	text-transform: uppercase;
}

.fws-product-card__action i {
	font-size: 17px;
	font-style: normal;
	transition: transform .35s ease;
}

.fws-product-card__open:hover .fws-product-card__action i {
	transform: translate(4px, -4px);
}

.fws-load-more {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .36);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 9px;
	gap: 44px;
	letter-spacing: .13em;
	margin: 58px auto 0;
	padding: 16px 22px;
	text-transform: uppercase;
}

.fws-load-more[hidden] {
	display: none;
}

.fws-empty {
	align-items: center;
	border: 1px solid var(--fws-line-dark);
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	min-height: 260px;
	padding: 30px;
	text-align: center;
}

.fws-empty span {
	color: var(--fws-gold);
	font-family: var(--fws-display);
	font-size: 38px;
	margin-right: 22px;
}

.fws-empty p {
	margin: 0;
}

.fws-preview-footer {
	align-items: center;
	background: var(--fws-ivory);
	border-top: 1px solid var(--fws-line-light);
	color: var(--fws-black);
	display: grid;
	font-size: 9px;
	grid-template-columns: 1fr 1fr 1fr;
	letter-spacing: .12em;
	padding: 56px 6.4vw;
	text-transform: uppercase;
}

.fws-preview-footer img {
	height: auto;
	width: 190px;
}

.fws-preview-footer p {
	margin: 0;
	text-align: center;
}

.fws-preview-footer a {
	justify-self: end;
}

.fws-modal {
	display: grid;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity .35s ease;
	z-index: 1000;
}

.fws-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.fws-modal__backdrop {
	background: rgba(0, 0, 0, .76);
	inset: 0;
	position: absolute;
}

.fws-modal__panel {
	background: var(--fws-ivory);
	color: var(--fws-black);
	height: 100%;
	justify-self: end;
	max-width: 1180px;
	overflow: auto;
	position: relative;
	transform: translateX(100%);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	width: 82vw;
	z-index: 2;
}

.fws-modal.is-open .fws-modal__panel {
	transform: translateX(0);
}

.fws-modal__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--fws-black);
	cursor: pointer;
	display: flex;
	font-size: 9px;
	gap: 18px;
	letter-spacing: .14em;
	position: absolute;
	right: 30px;
	text-transform: uppercase;
	top: 26px;
	z-index: 3;
}

.fws-modal__close i {
	font-size: 27px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.fws-modal__inner {
	display: grid;
	grid-template-columns: 1.03fr .97fr;
	min-height: 100%;
}

.fws-modal__gallery {
	background: #171715;
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	max-height: 100vh;
	position: sticky;
	top: 0;
}

.fws-modal__gallery img {
	height: 100%;
	min-height: 0;
	object-fit: contain;
	width: 100%;
}

.fws-modal__gallery img + img {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.fws-modal__gallery img:only-child {
	grid-row: 1 / -1;
}

.fws-modal__content {
	align-self: center;
	padding: 100px 7.2vw 70px 5vw;
}

.fws-modal__content h2 {
	font-size: clamp(44px, 5vw, 78px);
	line-height: .88;
	margin-bottom: 32px;
}

.fws-modal__intro {
	font-size: 13px;
	line-height: 1.7;
	margin: 0 0 38px;
	max-width: 420px;
}

.fws-material-facts {
	border-top: 1px solid var(--fws-line-light);
	margin: 0 0 46px;
}

.fws-material-facts > div {
	border-bottom: 1px solid var(--fws-line-light);
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	padding: 13px 0;
}

.fws-material-facts dt {
	color: rgba(9, 9, 8, .5);
	font-size: 8px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.fws-material-facts dd {
	font-size: 11px;
	margin: 0;
	text-align: right;
}

.fws-modal__cta {
	align-items: center;
	background: var(--fws-black);
	color: #fff !important;
	display: flex;
	font-size: 9px;
	justify-content: space-between;
	letter-spacing: .13em;
	padding: 18px 20px;
	text-transform: uppercase;
}

.fws-modal__cta span {
	font-size: 20px;
}

.fws-loading {
	align-items: center;
	background: rgba(9, 9, 8, .62);
	display: flex;
	gap: 7px;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity .2s ease;
	z-index: 900;
}

.fws-loading span {
	animation: fws-pulse .9s infinite alternate;
	background: var(--fws-paper);
	height: 5px;
	width: 5px;
}

.fws-loading span:nth-child(2) {
	animation-delay: .15s;
}

.fws-loading span:nth-child(3) {
	animation-delay: .3s;
}

.is-loading .fws-loading {
	opacity: 1;
}

.fws-reveal {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .9s ease, transform 1.05s cubic-bezier(.19, 1, .22, 1);
}

.fws-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.fws-type-card.fws-reveal {
	transition-delay: calc(var(--fws-order, 0) * 60ms);
}

@keyframes fws-pulse {
	to { opacity: .2; transform: translateY(-5px); }
}

@media (max-width: 1100px) {
	.fws-stage__image {
		left: 30%;
	}

	.fws-section-heading,
	.fws-product-intro {
		grid-template-columns: .4fr 2fr 1fr;
	}

	.fws-catalog-controls {
		grid-template-columns: 1fr 2fr;
	}

	.fws-sort {
		grid-column: 1 / -1;
		max-width: 180px;
	}

	.fws-product-card__media {
		height: 52vw;
	}

	.fws-modal__panel {
		width: 92vw;
	}
}

@media (max-width: 760px) {
	.fws-preview-header {
		height: 66px;
		padding: 0 18px;
	}

	.fws-preview-header__brand img {
		width: 148px;
	}

	.fws-preview-header__actions span {
		display: none;
	}

	.fws-stage {
		min-height: 100svh;
	}

	.fws-stage__image {
		background-position: center center;
		inset: 13% -24% 31% 20%;
		opacity: .82;
		transform: none;
	}

	.fws-stage__shade {
		background: linear-gradient(0deg, #090908 0%, rgba(9, 9, 8, .84) 42%, rgba(9, 9, 8, .08) 80%, rgba(9, 9, 8, .48) 100%);
	}

	.fws-stage__content {
		bottom: 31%;
		left: 20px;
		right: 20px;
	}

	.fws-eyebrow {
		font-size: 8px;
		margin-bottom: 14px;
	}

	.fws-stage h1 {
		font-size: clamp(43px, 14vw, 67px);
		line-height: .87;
		max-width: 100%;
	}

	.fws-stage h1 span:last-child {
		-webkit-text-stroke-width: .7px;
	}

	.fws-stage__copy {
		font-size: 11px;
		margin-top: 18px;
		max-width: 255px;
	}

	.fws-hero-search {
		bottom: 24px;
		left: 20px;
		padding-top: 12px;
		right: 20px;
	}

	.fws-hero-search label {
		font-size: 8px;
	}

	.fws-hero-search > div {
		gap: 8px;
	}

	.fws-hero-search input {
		font-size: 14px;
	}

	.fws-hero-search button {
		gap: 13px;
		padding: 0 14px;
	}

	.fws-hero-search button span {
		display: none;
	}

	.fws-stage__counter,
	.fws-stage__scroll {
		display: none;
	}

	.fws-types,
	.fws-products {
		padding: 82px 0 72px;
	}

	.fws-section-heading,
	.fws-product-intro {
		align-items: start;
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr;
		margin: 0 20px 42px;
	}

	.fws-section-heading > div,
	.fws-product-intro > .fws-section-heading__index {
		display: flex;
		justify-content: space-between;
	}

	.fws-section-heading__index {
		font-size: 10px;
		margin-bottom: 0;
	}

	.fws-section-heading h2,
	.fws-product-intro h2 {
		font-size: clamp(40px, 12vw, 58px);
		line-height: .92;
	}

	.fws-section-heading > p,
	.fws-product-intro > p {
		font-size: 11px;
		max-width: 270px;
	}

	.fws-type-grid {
		display: flex;
		gap: 1px;
		overflow-x: auto;
		padding: 0 20px 14px;
		scroll-padding-left: 20px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.fws-type-grid::-webkit-scrollbar {
		display: none;
	}

	.fws-type-card,
	.fws-type-card:nth-child(-n+2) {
		flex: 0 0 78vw;
		height: 112vw;
		max-height: 570px;
		scroll-snap-align: start;
	}

	.fws-type-card__top {
		left: 16px;
		right: 16px;
		top: 15px;
	}

	.fws-type-card strong {
		bottom: 17px;
		font-size: 31px;
		left: 16px;
	}

	.fws-type-card__arrow {
		bottom: 17px;
		right: 16px;
	}

	.fws-catalog-controls {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0 20px;
		padding: 20px 0;
	}

	.fws-category-filters {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px;
	}

	.fws-sort {
		max-width: none;
	}

	.fws-results-meta {
		padding: 18px 20px 24px;
	}

	.fws-product-grid {
		display: flex;
		flex-direction: column;
	}

	.fws-product-card__media {
		height: 128vw;
		max-height: 720px;
	}

	.fws-product-card__body {
		padding: 19px 20px 30px;
	}

	.fws-product-card__body strong {
		font-size: 31px;
	}

	.fws-load-more {
		margin-top: 42px;
	}

	.fws-preview-footer {
		align-items: start;
		gap: 32px;
		grid-template-columns: 1fr auto;
		padding: 42px 20px;
	}

	.fws-preview-footer img {
		width: 150px;
	}

	.fws-preview-footer p {
		display: none;
	}

	.fws-modal__panel {
		width: 100vw;
	}

	.fws-modal__close {
		background: var(--fws-ivory);
		padding: 8px;
		right: 12px;
		top: 12px;
	}

	.fws-modal__close span {
		display: none;
	}

	.fws-modal__inner {
		display: block;
	}

	.fws-modal__gallery {
		display: flex;
		height: 58svh;
		overflow-x: auto;
		position: relative;
		scroll-snap-type: x mandatory;
	}

	.fws-modal__gallery img {
		flex: 0 0 100%;
		scroll-snap-align: start;
	}

	.fws-modal__gallery img + img {
		border-left: 1px solid rgba(255, 255, 255, .2);
		border-top: 0;
	}

	.fws-modal__content {
		padding: 48px 20px 34px;
	}

	.fws-modal__content h2 {
		font-size: clamp(40px, 12vw, 58px);
	}

	.fws-material-facts > div {
		padding: 12px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
	.fws-reveal { opacity: 1; transform: none; }
}

/* -------------------------------------------------------------------------
 * Reference 03 alignment — approved warehouse home
 * ---------------------------------------------------------------------- */

.fws-preview-header {
	height: 66px;
	padding: 0 2.6vw;
}

.fws-preview-header__brand img {
	width: 154px;
}

.fws-preview-header__nav {
	display: flex;
	font-size: 9px;
	gap: 34px;
	left: 50%;
	letter-spacing: .12em;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transform: translateX(-50%);
}

.fws-preview-header__nav a {
	align-items: center;
	display: flex;
	height: 66px;
	position: relative;
}

.fws-preview-header__nav a:first-child {
	color: var(--fws-gold);
}

.fws-preview-header__nav a:first-child::after {
	background: var(--fws-gold);
	bottom: 12px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.fws-stage {
	height: 78svh;
	max-height: 850px;
	min-height: 650px;
}

.fws-stage__image {
	background-position: center calc(50% + var(--fws-hero-shift));
	background-size: cover;
	inset: 0;
	opacity: 1;
	transform: scale(1.015);
}

.fws-stage__shade {
	background:
		linear-gradient(90deg, rgba(5, 5, 4, .97) 0%, rgba(5, 5, 4, .76) 28%, rgba(5, 5, 4, .16) 63%, rgba(5, 5, 4, .34) 100%),
		linear-gradient(0deg, rgba(5, 5, 4, .86) 0%, transparent 42%);
}

.fws-stage__content {
	bottom: auto;
	left: 2.6vw;
	top: 39%;
}

.fws-stage h1 {
	font-size: clamp(45px, 5vw, 78px);
	letter-spacing: -.045em;
	line-height: .98;
	max-width: 70vw;
}

.fws-stage h1 span:last-child {
	color: var(--fws-paper);
	-webkit-text-stroke: 0;
}

.fws-stage__copy {
	font-size: 13px;
	margin-top: 14px;
}

.fws-hero-search {
	background: rgba(10, 10, 9, .68);
	border: 1px solid rgba(255, 255, 255, .32);
	bottom: 30px;
	left: 14vw;
	max-width: none;
	padding: 0;
	right: 18vw;
}

.fws-hero-search label {
	display: none;
}

.fws-hero-search > div {
	gap: 0;
}

.fws-hero-search input {
	font-family: var(--fws-ui);
	font-size: 14px;
	height: 52px;
	padding: 0 22px;
}

.fws-hero-search button {
	background: rgba(241, 236, 227, .94);
	min-width: 132px;
	justify-content: space-between;
}

.fws-types {
	background: var(--fws-black);
	color: var(--fws-paper);
	height: 140vh;
	min-height: 980px;
	overflow: visible;
	padding: 0;
	position: relative;
}

.fws-types__sticky {
	box-sizing: border-box;
	height: 100vh;
	max-height: none;
	min-height: 640px;
	overflow: hidden;
	padding: 16px 0 30px;
	position: sticky;
	top: 0;
}

.fws-types__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 2.6vw 12px;
}

.fws-types__heading .fws-eyebrow {
	margin: 0;
}

.fws-types__heading > span {
	font-size: 9px;
	letter-spacing: .14em;
}

.fws-types__heading b {
	font-weight: 500;
}

.fws-type-grid {
	display: flex;
	gap: 8px;
	grid-template-columns: none;
	overflow: hidden;
	padding: 0 2.6vw 12px;
}

.fws-type-grid::-webkit-scrollbar {
	display: none;
}

.fws-type-card,
.fws-type-card:nth-child(-n+2) {
	flex: 1 1 0;
	grid-column: auto;
	height: calc(100vh - 104px);
	max-height: 820px;
	min-height: 520px;
	min-width: 0;
	opacity: .46;
	transition: flex-basis .48s cubic-bezier(.22, .61, .36, 1), flex-grow .48s cubic-bezier(.22, .61, .36, 1), opacity .32s ease;
}

.fws-type-card.is-active {
	flex: 0 0 56vw;
	opacity: 1;
}

.fws-type-card__media::after {
	background: linear-gradient(180deg, rgba(9, 9, 8, .08) 24%, rgba(9, 9, 8, .76) 100%);
}

.fws-type-card__media img {
	object-fit: cover;
}

.fws-type-card strong {
	bottom: 44px;
	font-size: clamp(29px, 3.2vw, 52px);
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.fws-type-card:not(.is-active) strong {
	bottom: 24px;
	font-size: 12px;
	left: 50%;
	letter-spacing: .08em;
	transform: translateX(-50%) rotate(180deg);
	writing-mode: vertical-rl;
}

.fws-type-card__top small {
	display: none;
}

.fws-type-card.is-active .fws-type-card__top small {
	display: block;
}

.fws-type-card:not(.is-active) .fws-type-card__arrow {
	opacity: 0;
}

.fws-type-card__arrow {
	bottom: 25px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.fws-type-card:hover .fws-type-card__arrow,
.fws-type-card:focus-visible .fws-type-card__arrow {
	transform: translateX(calc(-50% + 4px));
}

.fws-filmstrip-progress {
	background: rgba(255, 255, 255, .2);
	height: 1px;
	margin: 4px auto 0;
	position: relative;
	width: min(50vw, 680px);
}

.fws-filmstrip-progress i {
	background: var(--fws-gold);
	display: block;
	height: 1px;
	transition: width .55s cubic-bezier(.19, 1, .22, 1);
	width: 20%;
}

.fws-products {
	background: var(--fws-ivory);
	color: var(--fws-black);
	min-height: 100vh;
	padding: 42px 2.6vw 84px;
}

.fws-product-intro {
	align-items: end;
	gap: 24px;
	grid-template-columns: auto 1fr minmax(220px, 320px);
	margin-bottom: 30px;
}

.fws-product-intro .fws-section-heading__index {
	color: var(--fws-gold);
	font-size: 10px;
	margin-bottom: 5px;
}

.fws-product-intro .fws-eyebrow {
	display: none;
}

.fws-product-intro h2 {
	font-size: clamp(34px, 3.7vw, 58px);
	line-height: .95;
}

.fws-product-intro > p {
	font-size: 11px;
}

.fws-catalog-controls {
	border-bottom-color: var(--fws-line-light);
	border-top-color: var(--fws-line-light);
	gap: 20px;
	grid-template-columns: minmax(230px, 1fr) 3fr minmax(120px, .55fr);
	padding: 16px 0 14px;
}

.fws-catalog-query > span,
.fws-sort > span,
.fws-results-meta {
	color: rgba(9, 9, 8, .48);
}

.fws-catalog-query input,
.fws-sort select {
	border-bottom-color: rgba(9, 9, 8, .32);
	color: var(--fws-black);
}

.fws-catalog-query i {
	border-color: rgba(9, 9, 8, .7);
}

.fws-catalog-query i::after {
	background: rgba(9, 9, 8, .7);
}

.fws-category-filters button {
	border-color: rgba(9, 9, 8, .22);
	color: rgba(9, 9, 8, .72);
}

.fws-category-filters button.is-active,
.fws-category-filters button:hover {
	background: var(--fws-black);
	color: var(--fws-paper);
}

.fws-sort option {
	background: var(--fws-ivory);
}

.fws-results-meta {
	padding: 17px 0 20px;
}

.fws-results-meta span {
	color: var(--fws-black);
}

.fws-product-grid {
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fws-product-card {
	background: rgba(255, 255, 255, .34);
	border: 1px solid rgba(9, 9, 8, .12);
}

.fws-product-card__open {
	color: var(--fws-black);
}

.fws-product-card__media {
	aspect-ratio: 1.18 / 1;
	background: #e6e0d6;
	height: auto;
}

.fws-product-card__media::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, .02) 55%, rgba(0, 0, 0, .58) 100%);
}

.fws-product-card__media img {
	object-fit: contain;
}

.fws-product-card__index,
.fws-product-card__availability {
	color: #fff;
	top: 12px;
}

.fws-product-card__index {
	left: 12px;
}

.fws-product-card__availability {
	right: 12px;
}

.fws-product-card__body {
	display: block;
	padding: 14px 13px 16px;
}

.fws-product-card__meta {
	display: block;
	margin-bottom: 7px;
}

.fws-product-card__body strong {
	display: block;
	font-size: clamp(16px, 1.35vw, 23px);
	line-height: 1;
}

.fws-product-card__action {
	border-top-color: var(--fws-line-light);
	font-size: 8px;
	margin-top: 18px;
	padding-top: 10px;
}

.fws-load-more {
	border-color: rgba(9, 9, 8, .45);
	color: var(--fws-black);
}

.fws-empty {
	border-color: var(--fws-line-light);
}

@media (max-width: 1100px) {
	.fws-type-card,
	.fws-type-card:nth-child(-n+2) { flex: 1 1 0; }
	.fws-type-card.is-active { flex: 0 0 60vw; }
	.fws-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.fws-product-card__media { height: auto; }
}

@media (max-width: 760px) {
	.fws-preview-header {
		height: 60px;
	}

	.fws-preview-header__brand img {
		width: 122px;
	}

	.fws-preview-header__nav,
	.fws-preview-header__actions span {
		display: none;
	}

	.fws-stage {
		height: 510px;
		min-height: 510px;
	}

	.fws-stage__image {
		background-position: 61% center;
		inset: 0;
		opacity: 1;
		transform: scale(1.02);
	}

	.fws-stage__shade {
		background:
			linear-gradient(90deg, rgba(5, 5, 4, .86) 0%, rgba(5, 5, 4, .25) 82%),
			linear-gradient(0deg, rgba(5, 5, 4, .94) 0%, rgba(5, 5, 4, .08) 67%, rgba(5, 5, 4, .52) 100%);
	}

	.fws-stage__content {
		bottom: auto;
		left: 20px;
		right: 20px;
		top: 132px;
	}

	.fws-stage h1 {
		font-size: clamp(34px, 10vw, 46px);
		line-height: .96;
	}

	.fws-stage__copy {
		font-size: 11px;
		margin-top: 10px;
	}

	.fws-hero-search {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.fws-hero-search input {
		height: 48px;
		padding: 0 14px;
	}

	.fws-hero-search button {
		min-width: 48px;
	}

	.fws-types {
		height: auto;
		min-height: 0;
		overflow: hidden;
		padding: 14px 0 24px;
	}

	.fws-types__sticky {
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: visible;
		padding: 0;
		position: static;
	}

	.fws-types__heading {
		margin: 0 20px 12px;
	}

	.fws-type-grid {
		gap: 6px;
		overflow-x: auto;
		padding: 0 20px 10px;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: pan-x;
	}

	.fws-type-card,
	.fws-type-card:nth-child(-n+2) {
		flex: 0 0 22vw;
		height: 220px;
		max-height: none;
		min-height: 0;
		scroll-snap-align: center;
	}

	.fws-type-card.is-active {
		flex: 0 0 80vw;
	}

	.fws-type-card strong {
		bottom: 38px;
		font-size: 28px;
	}

	.fws-type-card__arrow {
		bottom: 18px;
	}

	.fws-filmstrip-progress {
		width: calc(100vw - 40px);
	}

	.fws-products {
		padding: 30px 0 66px;
	}

	.fws-product-intro {
		align-items: start;
		gap: 8px 14px;
		grid-template-columns: auto 1fr;
		margin: 0 20px 22px;
	}

	.fws-product-intro > p {
		display: none;
	}

	.fws-product-intro h2 {
		font-size: 31px;
	}

	.fws-catalog-controls {
		gap: 14px;
		margin: 0 20px;
		padding: 14px 0;
	}

	.fws-results-meta {
		padding: 15px 20px 18px;
	}

	.fws-product-grid {
		display: grid;
		gap: 6px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 6px;
	}

	.fws-product-card__media {
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.fws-product-card__availability {
		font-size: 7px;
		left: 10px;
		right: auto;
		top: auto;
		bottom: 10px;
	}

	.fws-product-card__index {
		left: 10px;
		top: 10px;
	}

	.fws-product-card__body {
		padding: 11px 10px 13px;
	}

	.fws-product-card__body strong {
		font-size: 15px;
	}

	.fws-product-card__action {
		display: none;
	}

	.fws-modal {
		align-items: end;
	}

	.fws-modal__panel {
		border-radius: 18px 18px 0 0;
		height: 88svh;
		transform: translateY(100%);
		width: 100vw;
	}

	.fws-modal.is-open .fws-modal__panel {
		transform: translateY(0);
	}

	.fws-modal__gallery {
		height: 42svh;
	}

	.fws-modal__content {
		padding-top: 42px;
	}
}

/* Keep the new browser in normal document flow after legacy preview overrides. */
.fws-types {
	background: var(--fws-black);
	color: var(--fws-paper);
	height: auto;
	min-height: 0;
	overflow: hidden;
	padding: min(8vw, 112px) 3vw min(7vw, 94px);
	position: relative;
}

@media (max-width: 760px) {
	.fws-types {
		height: auto;
		min-height: 0;
		overflow: hidden;
		padding: 46px 0 34px;
	}
}

/* Header globale del magazzino, coerente con la reference Faber. */
.fws-catalog-header {
	align-items: stretch;
	backdrop-filter: blur(18px);
	background: rgba(9, 9, 8, .9);
	border-bottom-color: rgba(255, 255, 255, .16);
	display: grid;
	grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
	height: 78px;
	padding: 0 clamp(22px, 3vw, 52px);
}

.fws-catalog-header .fws-preview-header__brand {
	align-items: center;
	display: inline-flex;
	justify-self: start;
}

.fws-catalog-header .fws-preview-header__brand img {
	width: clamp(148px, 12vw, 178px);
}

.fws-catalog-header__nav.fws-preview-header__nav {
	align-items: stretch;
	display: flex;
	gap: clamp(24px, 3vw, 46px);
	left: auto;
	position: static;
	transform: none;
}

.fws-catalog-header__nav.fws-preview-header__nav a {
	color: rgba(255, 255, 255, .62);
	height: 78px;
	transition: color .25s ease;
}

.fws-catalog-header__nav.fws-preview-header__nav a:hover,
.fws-catalog-header__nav.fws-preview-header__nav a:focus-visible {
	color: #fff;
}

.fws-catalog-header__nav.fws-preview-header__nav a:first-child {
	color: var(--fws-gold);
}

.fws-catalog-header__nav.fws-preview-header__nav a:first-child::after {
	bottom: 17px;
}

.fws-catalog-header__links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-self: end;
	min-width: 140px;
}

.fws-catalog-header__links a {
	color: rgba(255, 255, 255, .66);
	display: flex;
	font-size: 8px;
	justify-content: space-between;
	letter-spacing: .12em;
	line-height: 1.85;
	text-transform: uppercase;
	transition: color .25s ease;
}

.fws-catalog-header__links a:hover,
.fws-catalog-header__links a:focus-visible {
	color: #fff;
}

.fws-catalog-header__links span {
	color: var(--fws-gold);
	margin-left: 18px;
}

@media (max-width: 760px) {
	.fws-catalog-header {
		display: flex;
		height: 64px;
		justify-content: space-between;
		padding: 0 18px;
	}

	.fws-catalog-header .fws-preview-header__brand img {
		width: 126px;
	}

	.fws-catalog-header__nav.fws-preview-header__nav {
		display: flex;
		gap: 18px;
		margin-left: auto;
	}

	.fws-catalog-header__nav.fws-preview-header__nav a {
		display: none;
		height: 64px;
	}

	.fws-catalog-header__nav.fws-preview-header__nav a:last-child {
		display: flex;
	}

	.fws-catalog-header__nav.fws-preview-header__nav a:first-child::after {
		display: none;
	}

	.fws-catalog-header__links {
		display: none;
	}
}

/* 0.14.0 — navigazione catalogo / tipologie / selezione */
.fws-catalog-header__selection {
	align-items: center;
	color: rgba(255,255,255,.9) !important;
	display: flex !important;
	font-weight: 600;
	gap: 12px;
	justify-content: flex-end !important;
	margin-bottom: 2px;
}

.fws-catalog-header__selection b {
	align-items: center;
	border: 1px solid rgba(185,154,98,.62);
	border-radius: 999px;
	color: var(--fws-gold);
	display: inline-flex;
	font-family: var(--fws-ui);
	font-size: 8px;
	font-weight: 600;
	height: 22px;
	justify-content: center;
	letter-spacing: 0;
	min-width: 22px;
	padding: 0 6px;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.fws-catalog-header__selection.has-selection b {
	background: var(--fws-gold);
	border-color: var(--fws-gold);
	color: #10100f;
}

.fws-catalog-context {
	align-items: center;
	border-bottom: 1px solid rgba(12,13,13,.13);
	border-top: 1px solid rgba(12,13,13,.13);
	display: grid;
	grid-template-columns: auto minmax(0,1fr) auto;
	margin-top: clamp(30px,4vw,58px);
	min-height: 68px;
	padding: 0;
}

.fws-catalog-context > span {
	color: rgba(12,13,13,.48);
	font-family: var(--fws-ui);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: .14em;
	margin-right: clamp(18px,2.5vw,42px);
	text-transform: uppercase;
}

.fws-catalog-context strong {
	color: var(--fws-black);
	font-family: var(--fws-display);
	font-size: clamp(16px,1.55vw,23px);
	font-weight: 500;
	letter-spacing: -.035em;
}

.fws-catalog-context.is-filtered strong::before {
	background: var(--fws-gold);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	margin: 0 11px 2px 0;
	width: 6px;
}

.fws-catalog-context button {
	background: transparent;
	border: 0;
	color: rgba(12,13,13,.58);
	cursor: pointer;
	font-family: var(--fws-ui);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: .09em;
	padding: 18px 0 18px 24px;
	text-transform: uppercase;
	transition: color .2s ease;
}

.fws-catalog-context button:hover,
.fws-catalog-context button:focus-visible {
	color: var(--fws-gold);
}

.fws-catalog-context button[hidden] {
	display: none;
}

.fws-catalog-context + .fws-results-meta {
	margin-top: 22px;
}

.fws-type-panel.is-active .fws-type-panel__content > span {
	color: #fff;
}

.fws-type-panel__content > span {
	transition: color .2s ease, border-color .2s ease;
}

.fws-type-panel:hover .fws-type-panel__content > span,
.fws-type-panel:focus-visible .fws-type-panel__content > span {
	border-color: rgba(185,154,98,.9);
	color: #fff;
}

@media (max-width: 760px) {
	.fws-catalog-header__links {
		display: flex;
		margin-left: auto;
		min-width: 0;
	}

	.fws-catalog-header__links > a:not(.fws-catalog-header__selection) {
		display: none;
	}

	.fws-catalog-header__selection {
		font-size: 8px !important;
		margin: 0;
	}

	.fws-catalog-header__selection b {
		height: 20px;
		min-width: 20px;
	}

	.fws-catalog-header__nav.fws-preview-header__nav {
		display: none;
	}

	.fws-catalog-context {
		grid-template-columns: 1fr auto;
		min-height: 62px;
	}

	.fws-catalog-context > span {
		display: none;
	}

	.fws-catalog-context strong {
		font-size: 17px;
	}

	.fws-catalog-context button {
		font-size: 8px;
		padding-left: 16px;
	}
}

/* 0.16.0 — global visual polish + mobile/tablet refinements */
.fws-preview-body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fws-preview-body button,
.fws-preview-body a,
.fws-preview-body input,
.fws-preview-body select,
.fws-preview-body textarea { outline-color: var(--fws-gold); }

.fws-product-card,
.fws-type-panel,
.fws-type-card { contain: layout paint; }

.fws-product-card__body small,
.fws-product-card__availability,
.fws-product-card__index,
.fws-results-meta,
.fws-eyebrow { text-rendering: geometricPrecision; }

@media (max-width: 760px) {
	/* Il nuovo header mobile occupa due righe: manteniamo il contenuto ben separato. */
	.fws-stage__content { top: 154px; }
	.fws-stage { min-height: 540px; height: 540px; }
	.fws-stage__copy { font-size: 12px; line-height: 1.55; max-width: 31em; }
	.fws-hero-search { bottom: 22px; }
	.fws-hero-search input { font-size: 16px; min-height: 48px; }

	.fws-types__heading,
	.fws-product-intro,
	.fws-catalog-controls { margin-left: 18px; margin-right: 18px; }
	.fws-type-grid { padding-left: 18px; padding-right: 18px; }
	.fws-type-card,
	.fws-type-card:nth-child(-n+2) { flex-basis: 24vw; }
	.fws-type-card.is-active { flex-basis: 78vw; }
	.fws-type-card strong { font-size: 29px; }

	.fws-product-intro h2 { font-size: 33px; line-height: .98; }
	.fws-results-meta { font-size: 9px; line-height: 1.45; }
	.fws-product-card__availability,
	.fws-product-card__index { font-size: 8px; }
	.fws-product-card__body strong { font-size: 16px; line-height: 1.12; }
}

@media (max-width: 520px) {
	.fws-stage { height: 560px; min-height: 560px; }
	.fws-stage__content { left: 18px; right: 18px; top: 150px; }
	.fws-stage h1 { font-size: clamp(38px, 12vw, 52px); }
	.fws-hero-search { left: 18px; right: 18px; }

	.fws-type-card,
	.fws-type-card:nth-child(-n+2) { flex-basis: 28vw; }
	.fws-type-card.is-active { flex-basis: 82vw; }

	.fws-product-grid {
		gap: 22px 0;
		grid-template-columns: 1fr;
		padding: 0 10px;
	}
	.fws-product-card__media { aspect-ratio: 1.35 / 1; }
	.fws-product-card__body { padding: 14px 10px 18px; }
	.fws-product-card__body strong { font-size: 19px; }
	.fws-product-card__availability { bottom: 12px; left: 12px; }
}

/* 0.18.1 — approved warehouse hero + single full material texture in modal */
.fws-stage {
  min-height: min(760px, calc(100svh - 72px));
  height: min(760px, calc(100svh - 72px));
}
.fws-stage__image {
  inset: 0;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transform: none;
}
.fws-stage__shade {
  background:
    linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.88) 26%, rgba(5,5,5,.28) 53%, rgba(5,5,5,.04) 78%, rgba(5,5,5,.12) 100%),
    linear-gradient(0deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.18) 33%, rgba(5,5,5,.05) 65%);
}
.fws-stage__content {
  left: 4.2vw;
  bottom: 38%;
}
.fws-stage h1 {
  font-size: clamp(48px, 5.1vw, 84px);
  line-height: .92;
  max-width: 760px;
}
.fws-stage h1 span:last-child {
  color: #fff;
  -webkit-text-stroke: 0;
}
.fws-stage__copy {
  color: rgba(255,255,255,.88);
  margin-top: 18px;
}
.fws-hero-search {
  left: 4.2vw;
  right: 4.2vw;
  bottom: 5.2%;
  max-width: none;
  border-top: 0;
  padding-top: 0;
}
.fws-hero-search > div {
  width: 100%;
}

.fws-modal__inner {
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.22fr);
}
.fws-modal__gallery--texture {
  background: #e8e3d8;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
}
.fws-modal__gallery--texture .fws-modal__texture {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.fws-modal__gallery--texture .fws-modal__texture + img { border: 0; }

@media (max-width: 980px) {
  .fws-stage { min-height: 620px; height: 620px; }
  .fws-stage__content { left: 24px; right: 24px; bottom: 40%; }
  .fws-hero-search { left: 24px; right: 24px; bottom: 28px; }
  .fws-modal__gallery--texture {
    height: 64svh;
    min-height: 64svh;
    max-height: 64svh;
  }
  .fws-modal__gallery--texture .fws-modal__texture {
    height: 64svh;
    min-height: 64svh;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .fws-stage { min-height: 560px; height: 560px; }
  .fws-stage__image { background-position: 62% center; }
  .fws-stage__content { top: auto; bottom: 42%; }
  .fws-stage h1 { font-size: clamp(38px, 11vw, 52px); }
}

/* 0.18.8 — static generated home hero */
.fws-stage--home {
  min-height: 620px;
  height: 76svh;
  max-height: 760px;
}
.fws-stage--home .fws-stage__image {
  background-position: 62% center;
  background-size: cover;
  transform: scale(1.01);
}
.fws-stage--home .fws-stage__shade {
  background:
    linear-gradient(90deg, rgba(4,4,4,.86) 0%, rgba(4,4,4,.74) 24%, rgba(4,4,4,.42) 46%, rgba(4,4,4,.14) 72%, rgba(4,4,4,.08) 100%),
    linear-gradient(180deg, rgba(4,4,4,.18) 0%, rgba(4,4,4,.05) 22%, rgba(4,4,4,.26) 100%);
}
.fws-stage--home .fws-stage__content {
  left: clamp(40px, 4vw, 76px);
  top: 50%;
  bottom: auto;
  transform: translateY(-48%);
  width: min(660px, 42vw);
  z-index: 3;
}
.fws-stage--home .fws-eyebrow {
  margin-bottom: 18px;
  color: rgba(205,169,97,.92);
  letter-spacing: .22em;
  font-size: 11px;
}
.fws-stage--home h1 {
  font-size: clamp(56px, 5.6vw, 92px);
  line-height: .92;
  letter-spacing: -.065em;
  max-width: 650px;
}
.fws-stage--home .fws-stage__copy {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.86);
  max-width: 340px;
}
.fws-stage--home .fws-hero-search {
  left: clamp(40px, 4vw, 76px);
  right: clamp(40px, 4vw, 76px);
  bottom: 28px;
  border-top: 0;
  padding-top: 0;
  max-width: none;
  z-index: 4;
}
.fws-stage--home .fws-hero-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.fws-stage--home .fws-hero-search > div {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(8,8,8,.52);
  backdrop-filter: blur(6px);
}
.fws-stage--home .fws-hero-search input {
  min-height: 64px;
  padding: 0 24px;
  font-size: 16px;
  color: #f7f3ec;
}
.fws-stage--home .fws-hero-search input::placeholder {
  color: rgba(255,255,255,.56);
}
.fws-stage--home .fws-hero-search button {
  min-height: 64px;
  min-width: 170px;
  padding: 0 28px;
  font-size: 11px;
  letter-spacing: .18em;
}
@media (max-width: 1200px) {
  .fws-stage--home {
    min-height: 580px;
    height: 72svh;
  }
  .fws-stage--home .fws-stage__content {
    width: min(620px, 52vw);
  }
  .fws-stage--home h1 {
    font-size: clamp(52px, 6vw, 78px);
  }
}
@media (max-width: 820px) {
  .fws-stage--home {
    min-height: 560px;
    height: 560px;
  }
  .fws-stage--home .fws-stage__image {
    background-position: 68% center;
  }
  .fws-stage--home .fws-stage__shade {
    background:
      linear-gradient(180deg, rgba(5,5,5,.28) 0%, rgba(5,5,5,.16) 18%, rgba(5,5,5,.60) 74%, rgba(5,5,5,.86) 100%),
      linear-gradient(90deg, rgba(5,5,5,.62) 0%, rgba(5,5,5,.24) 54%, rgba(5,5,5,.12) 100%);
  }
  .fws-stage--home .fws-stage__content {
    left: 22px;
    right: 22px;
    width: auto;
    top: auto;
    bottom: 170px;
    transform: none;
  }
  .fws-stage--home h1 {
    font-size: clamp(42px, 10vw, 58px);
    max-width: 100%;
  }
  .fws-stage--home .fws-stage__copy {
    font-size: 13px;
  }
  .fws-stage--home .fws-hero-search {
    left: 22px;
    right: 22px;
    bottom: 20px;
  }
  .fws-stage--home .fws-hero-search > div {
    min-height: 58px;
  }
  .fws-stage--home .fws-hero-search input,
  .fws-stage--home .fws-hero-search button {
    min-height: 58px;
  }
}
@media (max-width: 560px) {
  .fws-stage--home {
    min-height: 620px;
    height: 620px;
  }
  .fws-stage--home .fws-stage__content {
    bottom: 182px;
  }
  .fws-stage--home h1 {
    font-size: clamp(38px, 12vw, 48px);
  }
  .fws-stage--home .fws-hero-search > div {
    grid-template-columns: 1fr;
  }
  .fws-stage--home .fws-hero-search button {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,.12);
  }
}


/* 0.20.0 — dedicated generic materials page */
.fws-materials-hero {
  position: relative;
  min-height: 360px;
  height: min(42vw, 420px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.fws-materials-hero__media,
.fws-materials-hero__shade {
  position: absolute;
  inset: 0;
}
.fws-materials-hero__media {
  background-image: var(--fws-hero-image);
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}
.fws-materials-hero__shade {
  background: linear-gradient(90deg, rgba(4,4,4,.84) 0%, rgba(4,4,4,.68) 34%, rgba(4,4,4,.26) 62%, rgba(4,4,4,.16) 100%);
}
.fws-materials-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 72px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fws-materials-hero__inner h1 {
  margin: 0;
  color: #f7f3ec;
  font-family: var(--fws-display);
  font-size: clamp(46px, 5vw, 80px);
  line-height: .94;
  letter-spacing: -.06em;
}
.fws-materials-hero__inner p:last-child {
  margin: 12px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.6;
}
.fws-products--page {
  padding-top: 34px;
}
.fws-materials-page .fws-product-intro {
  align-items: end;
}
@media (max-width: 820px) {
  .fws-materials-hero {
    min-height: 300px;
    height: 300px;
  }
  .fws-materials-hero__inner {
    padding: 22px;
  }
}

/* 0.20.1 — Materiali: taxonomy directory instead of block list */
.fws-materials-page .fws-materials-hero {
	min-height: 390px;
	height: min(43vw, 460px);
	padding-top: 78px;
}
.fws-materials-page .fws-materials-hero__media {
	background-position: 62% center;
	background-size: cover;
}
.fws-materials-page .fws-materials-hero__shade {
	background:
		linear-gradient(90deg, rgba(5,5,5,.88) 0%, rgba(5,5,5,.72) 30%, rgba(5,5,5,.30) 58%, rgba(5,5,5,.12) 100%),
		linear-gradient(180deg, rgba(5,5,5,.12) 0%, rgba(5,5,5,.08) 55%, rgba(5,5,5,.38) 100%);
}
.fws-materials-page .fws-materials-hero__inner {
	justify-content: flex-end;
	padding: clamp(42px, 4.8vw, 72px) clamp(28px, 5vw, 76px);
}
.fws-materials-page .fws-materials-hero__inner h1 {
	font-size: clamp(58px, 7vw, 108px);
	letter-spacing: -.07em;
}

.fws-material-directory {
	background: #f1eee7;
	color: #11110f;
	padding: clamp(62px, 7vw, 112px) clamp(24px, 5.2vw, 82px) clamp(78px, 8vw, 130px);
}
.fws-material-directory__intro {
	align-items: end;
	display: grid;
	gap: clamp(28px, 5vw, 80px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	margin: 0 auto clamp(32px, 4vw, 54px);
	max-width: 1540px;
}
.fws-material-directory__intro .fws-eyebrow {
	margin-bottom: 14px;
}
.fws-material-directory__intro h2 {
	font-family: var(--fws-display);
	font-size: clamp(46px, 5.6vw, 88px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .9;
	margin: 0;
	text-transform: uppercase;
}
.fws-material-directory__search {
	border-bottom: 1px solid rgba(17,17,15,.28);
	display: block;
	padding-bottom: 10px;
}
.fws-material-directory__search span {
	color: rgba(17,17,15,.56);
	display: block;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .15em;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.fws-material-directory__search input {
	background: transparent;
	border: 0;
	color: #11110f;
	font-family: var(--fws-display);
	font-size: clamp(17px, 1.4vw, 22px);
	outline: 0;
	padding: 4px 0;
	width: 100%;
}
.fws-material-directory__search input::placeholder { color: rgba(17,17,15,.36); }

.fws-material-directory__families {
	border-bottom: 1px solid rgba(17,17,15,.16);
	border-top: 1px solid rgba(17,17,15,.16);
	display: flex;
	gap: 0;
	margin: 0 auto clamp(58px, 6vw, 90px);
	max-width: 1540px;
	overflow-x: auto;
	scrollbar-width: none;
}
.fws-material-directory__families::-webkit-scrollbar { display: none; }
.fws-material-directory__families a {
	align-items: center;
	border-right: 1px solid rgba(17,17,15,.14);
	display: flex;
	font-size: 10px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: .12em;
	min-height: 56px;
	padding: 0 clamp(18px, 2vw, 32px);
	text-transform: uppercase;
	white-space: nowrap;
}
.fws-material-directory__families a:last-child { border-right: 0; }
.fws-material-directory__families span { color: #9d7e47; font-size: 9px; }

.fws-material-groups {
	margin: 0 auto;
	max-width: 1540px;
}
.fws-material-group {
	scroll-margin-top: 110px;
}
.fws-material-group + .fws-material-group {
	border-top: 1px solid rgba(17,17,15,.18);
	margin-top: clamp(70px, 8vw, 124px);
	padding-top: clamp(64px, 7vw, 100px);
}
.fws-material-group__head {
	align-items: end;
	display: grid;
	grid-template-columns: 60px minmax(0,1fr) auto;
	margin-bottom: clamp(26px, 3.2vw, 46px);
}
.fws-material-group__head > span {
	color: #9d7e47;
	font-family: var(--fws-display);
	font-size: 12px;
	letter-spacing: .12em;
}
.fws-material-group__head h3 {
	font-family: var(--fws-display);
	font-size: clamp(34px, 4vw, 62px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .95;
	margin: 0;
	text-transform: uppercase;
}
.fws-material-group__head small {
	color: rgba(17,17,15,.48);
	font-size: 9px;
	letter-spacing: .12em;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.fws-material-category-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0,1fr));
	background: rgba(17,17,15,.16);
	border: 1px solid rgba(17,17,15,.16);
}
.fws-material-category-card {
	background: #f1eee7;
	display: grid;
	grid-template-rows: minmax(210px, 18vw) auto;
	min-width: 0;
	transition: background .25s ease, color .25s ease;
}
.fws-material-category-card[hidden] { display: none !important; }
.fws-material-category-card__media {
	background: #dad5ca;
	display: block;
	overflow: hidden;
	position: relative;
}
.fws-material-category-card__media::after {
	background: linear-gradient(180deg, transparent 68%, rgba(0,0,0,.12) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}
.fws-material-category-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.19,1,.22,1);
	width: 100%;
}
.fws-material-category-card__copy {
	display: grid;
	min-height: 136px;
	padding: 20px 20px 18px;
}
.fws-material-category-card__copy small {
	color: rgba(17,17,15,.45);
	font-size: 8px;
	font-style: normal;
	letter-spacing: .12em;
	line-height: 1.45;
	text-transform: uppercase;
}
.fws-material-category-card__copy strong {
	align-self: center;
	font-family: var(--fws-display);
	font-size: clamp(19px, 1.55vw, 25px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1;
	text-transform: uppercase;
}
.fws-material-category-card__copy em {
	align-items: center;
	align-self: end;
	color: #9d7e47;
	display: flex;
	font-size: 9px;
	font-style: normal;
	justify-content: space-between;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.fws-material-category-card:hover,
.fws-material-category-card:focus-visible {
	background: #151513;
	color: #f4f0e8;
	outline: 0;
}
.fws-material-category-card:hover .fws-material-category-card__copy small,
.fws-material-category-card:focus-visible .fws-material-category-card__copy small { color: rgba(255,255,255,.48); }
.fws-material-category-card:hover .fws-material-category-card__media img,
.fws-material-category-card:focus-visible .fws-material-category-card__media img { transform: scale(1.035); }
.fws-material-group[hidden] { display: none !important; }

.fws-materials-page .fws-products--page {
	background: #10110f;
	color: #f5f0e8;
	padding-top: clamp(70px, 7vw, 108px);
}
.fws-materials-page .fws-products--page .fws-product-intro h2,
.fws-materials-page .fws-products--page .fws-product-intro > p { color: inherit; }
.fws-materials-page .fws-products--page .fws-catalog-context a {
	background: transparent;
	border: 0;
	color: #b99a62;
	font: inherit;
	text-decoration: none;
}
.fws-materials-page .fws-products--page .fws-catalog-controls {
	grid-template-columns: minmax(260px,1fr) minmax(140px,220px);
}

@media (max-width: 1180px) {
	.fws-material-category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.fws-material-category-card { grid-template-rows: minmax(210px, 24vw) auto; }
}
@media (max-width: 820px) {
	.fws-materials-page .fws-materials-hero { min-height: 340px; height: 340px; padding-top: 106px; }
	.fws-materials-page .fws-materials-hero__media { background-position: 68% center; }
	.fws-material-directory { padding-inline: 20px; }
	.fws-material-directory__intro { align-items: stretch; grid-template-columns: 1fr; }
	.fws-material-directory__families { margin-inline: -20px; padding-left: 20px; }
	.fws-material-group__head { grid-template-columns: 42px minmax(0,1fr); row-gap: 7px; }
	.fws-material-group__head small { grid-column: 2; }
	.fws-material-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.fws-material-category-card { grid-template-rows: minmax(180px, 42vw) auto; }
	.fws-materials-page .fws-products--page .fws-catalog-controls { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
	.fws-material-category-grid { grid-template-columns: 1fr; }
	.fws-material-category-card { grid-template-rows: minmax(240px, 72vw) auto; }
	.fws-material-category-card__copy { min-height: 120px; }
}

/* 0.20.2 — combinable filters for Materials directory */
.fws-material-directory__summary {
  margin: 0 0 4px auto;
  align-self: end;
  color: rgba(20,20,18,.56);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fws-material-directory__summary strong {
  color: var(--fws-black);
  font-family: var(--fws-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.02em;
}
.fws-material-filterbar {
  display: grid;
  grid-template-columns: minmax(280px, 1.75fr) repeat(3, minmax(150px, .72fr)) auto;
  gap: 0;
  margin: 34px 0 30px;
  border: 1px solid rgba(18,18,16,.14);
  background: rgba(255,255,255,.28);
}
.fws-material-filterbar label {
  min-width: 0;
  border-right: 1px solid rgba(18,18,16,.12);
}
.fws-material-directory__search,
.fws-material-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 12px 18px;
}
.fws-material-directory__search span,
.fws-material-filter span {
  display: block;
  margin-bottom: 8px;
  color: rgba(18,18,16,.48);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.fws-material-directory__search input,
.fws-material-filter select {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--fws-black);
}
.fws-material-directory__search input {
  padding: 0;
  font-family: var(--fws-display);
  font-size: 17px;
  font-weight: 500;
}
.fws-material-directory__search input::placeholder { color: rgba(18,18,16,.36); }
.fws-material-filter select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 22px 0 0;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 8px) 48%, calc(100% - 3px) 48%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  font-family: var(--fws-display);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.fws-material-filter-reset {
  min-width: 138px;
  border: 0;
  background: var(--fws-black);
  color: #fff;
  padding: 0 18px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .2s ease, background .2s ease;
}
.fws-material-filter-reset span { margin-left: 10px; color: var(--fws-gold); font-size: 14px; }
.fws-material-filter-reset:disabled { opacity: .28; cursor: default; }
.fws-material-filter-reset:not(:disabled):hover { background: #262620; }
.fws-material-filter-empty {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 12px 0 34px;
  padding: 26px 0;
  border-top: 1px solid rgba(18,18,16,.14);
  border-bottom: 1px solid rgba(18,18,16,.14);
}
.fws-material-filter-empty[hidden] { display: none; }
.fws-material-filter-empty span {
  color: var(--fws-gold);
  font-family: var(--fws-display);
  font-size: 34px;
}
.fws-material-filter-empty p { margin: 0; font-size: 13px; }
.fws-material-category-card[hidden],
.fws-material-group[hidden] { display: none !important; }
@media (max-width: 1180px) {
  .fws-material-filterbar {
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, 1fr);
  }
  .fws-material-filter-reset {
    grid-column: 1 / -1;
    min-height: 46px;
  }
  .fws-material-filterbar label:nth-of-type(4) { border-right: 0; }
}
@media (max-width: 760px) {
  .fws-material-directory__summary { margin: 18px 0 0; align-self: start; }
  .fws-material-filterbar {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
  .fws-material-directory__search { grid-column: 1 / -1; border-right: 0 !important; border-bottom: 1px solid rgba(18,18,16,.12); }
  .fws-material-filter { border-bottom: 1px solid rgba(18,18,16,.12); }
  .fws-material-filter:nth-of-type(3) { border-right: 0; }
  .fws-material-filter:nth-of-type(4) { grid-column: 1 / -1; border-right: 0; }
  .fws-material-filter-reset { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .fws-material-filterbar { grid-template-columns: 1fr; }
  .fws-material-directory__search,
  .fws-material-filter { grid-column: 1; border-right: 0; }
  .fws-material-filter-reset { grid-column: 1; }
}
