: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.2 — two-scene cinematic hero slider */
.fws-stage--slider {
  min-height: min(680px, calc(100svh - 72px));
  height: min(680px, calc(100svh - 72px));
}
.fws-stage__slides,
.fws-stage__slide {
  position: absolute;
  inset: 0;
}
.fws-stage__slides { overflow: hidden; }
.fws-stage__slide {
  background-image: var(--fws-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.25s cubic-bezier(.22,.61,.36,1), transform 7.5s ease-out;
  will-change: opacity, transform;
}
.fws-stage__slide.is-active {
  opacity: 1;
  transform: scale(1.065);
}
.fws-stage--slider .fws-stage__shade {
  background:
    linear-gradient(90deg, rgba(4,4,4,.95) 0%, rgba(4,4,4,.82) 28%, rgba(4,4,4,.34) 49%, rgba(4,4,4,.08) 74%, rgba(4,4,4,.16) 100%),
    linear-gradient(0deg, rgba(4,4,4,.90) 0%, rgba(4,4,4,.34) 25%, rgba(4,4,4,.04) 63%);
}
.fws-stage--slider .fws-stage__content {
  left: 4.2vw;
  bottom: 35%;
  width: min(680px, 44vw);
}
.fws-stage__copy-slide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(14px);
  transition: opacity .72s ease, transform .8s cubic-bezier(.19,1,.22,1);
}
.fws-stage__copy-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}
.fws-stage--slider h1 {
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: .92;
  max-width: 670px;
  text-transform: none;
  letter-spacing: -.052em;
}
.fws-stage--slider .fws-stage__copy {
  margin-top: 18px;
  max-width: 360px;
}
.fws-stage__pager {
  align-items: center;
  display: flex;
  gap: 8px;
  left: 4.2vw;
  position: absolute;
  top: 4.4%;
  z-index: 3;
}
.fws-stage__pager button {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.5);
  cursor: pointer;
  font: 500 10px/1 var(--fws-body);
  letter-spacing: .16em;
  padding: 6px 2px;
  transition: color .25s ease;
}
.fws-stage__pager button.is-active { color: #fff; }
.fws-stage__pager i {
  color: var(--fws-gold);
  font-size: 10px;
  font-style: normal;
}
.fws-stage--slider .fws-hero-search {
  bottom: 5.5%;
  z-index: 4;
}
.fws-stage--slider .fws-hero-search > div {
  background: rgba(7,7,7,.54);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 980px) {
  .fws-stage--slider { min-height: 620px; height: 620px; }
  .fws-stage--slider .fws-stage__content {
    left: 24px;
    right: 24px;
    bottom: 38%;
    width: auto;
  }
  .fws-stage__pager { left: 24px; top: 24px; }
}

@media (max-width: 640px) {
  .fws-stage--slider { min-height: 570px; height: 570px; }
  .fws-stage--slider .fws-stage__content { bottom: 39%; }
  .fws-stage--slider h1 { font-size: clamp(37px, 11vw, 50px); max-width: 92%; }
  .fws-stage__slide { background-position: 62% center; }
  .fws-stage__slide:nth-child(2) { background-position: 57% center; }
}

@media (prefers-reduced-motion: reduce) {
  .fws-stage__slide,
  .fws-stage__copy-slide { transition: none; transform: none; }
}


/* 0.18.5 — cleaned two-scene hero: no baked UI, banner proportions */
.fws-stage--slider {
  min-height: 500px;
  height: 500px;
}
.fws-stage--slider .fws-stage__slide {
  background-position: center center;
  background-size: cover;
  transform: scale(1.01);
}
.fws-stage--slider .fws-stage__slide.is-active {
  transform: scale(1.035);
}
.fws-stage--slider .fws-stage__shade {
  background:
    linear-gradient(90deg, rgba(4,4,4,.80) 0%, rgba(4,4,4,.58) 24%, rgba(4,4,4,.22) 44%, rgba(4,4,4,.04) 68%, rgba(4,4,4,.08) 100%),
    linear-gradient(0deg, rgba(4,4,4,.52) 0%, rgba(4,4,4,.10) 30%, rgba(4,4,4,0) 70%);
}
.fws-stage--slider .fws-stage__content {
  left: 4.1vw;
  bottom: 34%;
  width: min(560px, 42vw);
}
.fws-stage--slider h1 {
  font-size: clamp(44px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
  max-width: 560px;
}
.fws-stage--slider .fws-stage__copy {
  margin-top: 15px;
  font-size: 12px;
}
.fws-stage__pager {
  left: 4.1vw;
  top: 22px;
}
.fws-stage--slider .fws-hero-search {
  left: 4.1vw;
  right: 4.1vw;
  bottom: 26px;
  max-width: none;
  width: auto;
}
.fws-stage--slider .fws-hero-search > div {
  background: rgba(6,6,6,.58);
}
@media (max-width: 980px) {
  .fws-stage--slider { min-height: 500px; height: 500px; }
  .fws-stage--slider .fws-stage__content { bottom: 35%; width: min(520px, 72vw); }
  .fws-stage--slider h1 { font-size: clamp(42px, 7vw, 58px); }
}
@media (max-width: 640px) {
  .fws-stage--slider { min-height: 520px; height: 520px; }
  .fws-stage--slider .fws-stage__slide { background-position: 58% center; }
  .fws-stage--slider .fws-stage__slide:nth-child(2) { background-position: 54% center; }
  .fws-stage--slider .fws-stage__content { left: 18px; right: 18px; bottom: 37%; width: auto; }
  .fws-stage--slider h1 { font-size: clamp(38px, 11vw, 48px); max-width: 88%; }
  .fws-stage--slider .fws-hero-search { left: 18px; right: 18px; bottom: 20px; }
  .fws-stage__pager { left: 18px; top: 18px; }
}


/* 0.18.6 — refined hero banner, closer to approved references */
.fws-stage--slider {
  min-height: clamp(400px, 31vw, 470px);
  height: clamp(400px, 31vw, 470px);
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.fws-stage--slider .fws-stage__slides,
.fws-stage--slider .fws-stage__shade,
.fws-stage--slider .fws-stage__content,
.fws-stage--slider .fws-stage__pager,
.fws-stage--slider .fws-hero-search {
  will-change: opacity, transform;
}
.fws-stage--slider .fws-stage__slide {
  background-position: center center;
  background-size: cover;
  transform: scale(1.008);
  transition: opacity .8s ease, transform 6.8s ease;
}
.fws-stage--slider .fws-stage__slide[data-fws-hero-slide="0"] { background-position: 62% center; }
.fws-stage--slider .fws-stage__slide[data-fws-hero-slide="1"] { background-position: center center; }
.fws-stage--slider .fws-stage__slide.is-active {
  transform: scale(1.028);
}
.fws-stage--slider .fws-stage__shade {
  background:
    linear-gradient(90deg, rgba(5,5,5,.88) 0%, rgba(5,5,5,.72) 28%, rgba(5,5,5,.34) 52%, rgba(5,5,5,.12) 72%, rgba(5,5,5,.18) 100%),
    linear-gradient(180deg, rgba(5,5,5,.10) 0%, rgba(5,5,5,0) 32%, rgba(5,5,5,.22) 100%);
}
.fws-stage--slider .fws-stage__content {
  left: clamp(34px, 4vw, 72px);
  top: clamp(94px, 9vw, 138px);
  bottom: auto;
  width: min(560px, 42vw);
}
.fws-stage--slider .fws-eyebrow {
  margin: 0 0 16px;
  font-size: 10px;
  letter-spacing: .22em;
}
.fws-stage--slider h1 {
  font-size: clamp(44px, 4.35vw, 74px);
  line-height: .94;
  letter-spacing: -.058em;
  max-width: 560px;
}
.fws-stage--slider h1 span:last-child {
  color: inherit;
  -webkit-text-stroke: 0;
}
.fws-stage--slider .fws-stage__copy {
  margin-top: 14px;
  max-width: 360px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}
.fws-stage--slider .fws-stage__pager {
  top: 18px;
  left: clamp(34px, 4vw, 72px);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  z-index: 4;
}
.fws-stage--slider .fws-stage__pager button,
.fws-stage--slider .fws-stage__pager i {
  font-size: 11px;
  letter-spacing: .18em;
}
.fws-stage--slider .fws-stage__pager button {
  color: rgba(255,255,255,.46);
  padding: 0;
}
.fws-stage--slider .fws-stage__pager button.is-active { color: #fff; }
.fws-stage--slider .fws-stage__pager i { color: rgba(255,255,255,.4); font-style: normal; }
.fws-stage--slider .fws-hero-search {
  left: clamp(34px, 4vw, 72px);
  right: clamp(34px, 4vw, 72px);
  bottom: 22px;
  border-top: 0;
  padding-top: 0;
  max-width: none;
}
.fws-stage--slider .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--slider .fws-hero-search > div {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 0;
  background: rgba(10,10,10,.56);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(5px);
}
.fws-stage--slider .fws-hero-search input {
  min-height: 54px;
  padding: 0 18px;
  font-family: var(--fws-body);
  font-size: 14px;
  letter-spacing: .01em;
}
.fws-stage--slider .fws-hero-search input::placeholder { color: rgba(255,255,255,.68); }
.fws-stage--slider .fws-hero-search button {
  min-height: 54px;
  padding: 0 24px;
  gap: 16px;
  font-size: 10px;
  letter-spacing: .16em;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .fws-stage--slider {
    min-height: 430px;
    height: 430px;
  }
  .fws-stage--slider .fws-stage__content {
    width: min(500px, 50vw);
    top: 96px;
  }
  .fws-stage--slider h1 {
    font-size: clamp(42px, 5.2vw, 62px);
  }
}
@media (max-width: 820px) {
  .fws-stage--slider {
    min-height: 470px;
    height: 470px;
  }
  .fws-stage--slider .fws-stage__shade {
    background:
      linear-gradient(180deg, rgba(5,5,5,.42) 0%, rgba(5,5,5,.18) 20%, rgba(5,5,5,.58) 72%, rgba(5,5,5,.82) 100%),
      linear-gradient(90deg, rgba(5,5,5,.52) 0%, rgba(5,5,5,.10) 54%, rgba(5,5,5,.22) 100%);
  }
  .fws-stage--slider .fws-stage__content {
    left: 22px;
    right: 22px;
    width: auto;
    top: 108px;
  }
  .fws-stage--slider .fws-stage__slide[data-fws-hero-slide="0"] { background-position: 68% center; }
  .fws-stage--slider h1 {
    font-size: clamp(38px, 8vw, 54px);
    max-width: 88%;
  }
  .fws-stage--slider .fws-stage__copy {
    font-size: 13px;
    max-width: 320px;
  }
  .fws-stage--slider .fws-stage__pager {
    top: 16px;
    left: 22px;
  }
  .fws-stage--slider .fws-hero-search {
    left: 22px;
    right: 22px;
    bottom: 18px;
  }
}
@media (max-width: 520px) {
  .fws-stage--slider {
    min-height: 500px;
    height: 500px;
  }
  .fws-stage--slider .fws-stage__content {
    top: 112px;
  }
  .fws-stage--slider h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    max-width: 100%;
  }
  .fws-stage--slider .fws-stage__copy {
    max-width: 100%;
    font-size: 12px;
  }
  .fws-stage--slider .fws-hero-search > div {
    grid-template-columns: 1fr;
  }
  .fws-stage--slider .fws-hero-search button {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,.12);
  }
}

/* 0.18.7 — approved hero composition: fixed copy, two cinematic backgrounds */
.fws-stage--slider {
  height: calc(100svh - 68px);
  min-height: 690px;
  max-height: 930px;
  background: #070707;
}
.fws-stage--slider .fws-stage__slide {
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.006);
  transition: opacity .9s ease, transform 7s ease;
}
.fws-stage--slider .fws-stage__slide[data-fws-hero-slide="0"] { background-position: 52% center; }
.fws-stage--slider .fws-stage__slide[data-fws-hero-slide="1"] { background-position: 52% center; }
.fws-stage--slider .fws-stage__slide.is-active {
  opacity: 1;
  transform: scale(1.025);
}
.fws-stage--slider .fws-stage__shade {
  background:
    linear-gradient(90deg, rgba(4,4,4,.78) 0%, rgba(4,4,4,.52) 26%, rgba(4,4,4,.17) 49%, rgba(4,4,4,.03) 70%, rgba(4,4,4,.08) 100%),
    linear-gradient(0deg, rgba(4,4,4,.50) 0%, rgba(4,4,4,.08) 27%, rgba(4,4,4,0) 55%);
}
.fws-stage--slider .fws-stage__content {
  left: 4.1vw;
  top: 34%;
  bottom: auto;
  width: min(780px, 48vw);
  transform: translateY(-50%);
}
.fws-stage--slider .fws-eyebrow {
  margin: 0 0 24px;
  font-size: 11px;
  letter-spacing: .23em;
}
.fws-stage--slider h1 {
  font-size: clamp(58px, 5.35vw, 92px);
  line-height: .92;
  max-width: 760px;
  letter-spacing: -.058em;
}
.fws-stage--slider h1 span:last-child {
  color: #fff;
  -webkit-text-stroke: 0;
}
.fws-stage--slider .fws-stage__copy {
  margin-top: 22px;
  font-size: 15px;
  color: rgba(255,255,255,.9);
  max-width: 390px;
}
.fws-stage--slider .fws-stage__pager {
  top: 28px;
  left: 4.1vw;
  z-index: 5;
}
.fws-stage--slider .fws-hero-search {
  left: 7.5vw;
  right: 7.5vw;
  bottom: 7.5%;
  max-width: none;
  border-top: 0;
  padding-top: 0;
}
.fws-stage--slider .fws-hero-search > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  min-height: 64px;
  background: rgba(5,5,5,.64);
  border: 1px solid rgba(255,255,255,.27);
  backdrop-filter: blur(5px);
}
.fws-stage--slider .fws-hero-search input {
  padding: 0 28px;
  min-height: 64px;
  font-family: var(--fws-body);
  font-size: 16px;
}
.fws-stage--slider .fws-hero-search button {
  min-width: 168px;
  min-height: 64px;
  justify-content: space-between;
  padding: 0 28px;
}
.fws-stage--slider .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;
}
@media (max-width: 1100px) {
  .fws-stage--slider { min-height: 650px; height: 78svh; }
  .fws-stage--slider .fws-stage__content { width: 58vw; top: 36%; }
  .fws-stage--slider h1 { font-size: clamp(52px, 6.2vw, 74px); }
  .fws-stage--slider .fws-hero-search { left: 4vw; right: 4vw; }
}
@media (max-width: 760px) {
  .fws-stage--slider { min-height: 620px; height: 76svh; }
  .fws-stage--slider .fws-stage__shade {
    background: linear-gradient(180deg, rgba(4,4,4,.34) 0%, rgba(4,4,4,.16) 28%, rgba(4,4,4,.64) 68%, rgba(4,4,4,.88) 100%);
  }
  .fws-stage--slider .fws-stage__slide[data-fws-hero-slide="0"],
  .fws-stage--slider .fws-stage__slide[data-fws-hero-slide="1"] { background-position: 61% center; }
  .fws-stage--slider .fws-stage__content { left: 22px; right: 22px; top: 40%; width: auto; }
  .fws-stage--slider h1 { font-size: clamp(42px, 11vw, 58px); max-width: 100%; }
  .fws-stage--slider .fws-stage__copy { font-size: 13px; }
  .fws-stage--slider .fws-hero-search { left: 22px; right: 22px; bottom: 22px; }
  .fws-stage--slider .fws-hero-search > div { min-height: 56px; }
  .fws-stage--slider .fws-hero-search input { min-height: 56px; padding: 0 16px; font-size: 15px; }
  .fws-stage--slider .fws-hero-search button { min-height: 56px; min-width: 120px; padding: 0 18px; }
  .fws-stage--slider .fws-stage__pager { left: 22px; top: 18px; }
}
