:root {
	--rossi-olive: #263126;
	--rossi-dark: #182019;
	--rossi-terracotta: #b64a2e;
	--rossi-cream: #f3ebdd;
	--rossi-sand: #e8d8b8;
	--rossi-gold: #d6a84c;
	--rossi-white: #fff9ed;
	--rossi-text: #263126;
	--rossi-serif: "Cormorant Garamond", Georgia, serif;
	--rossi-sans: "Manrope", Arial, sans-serif;
	--rossi-container: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--rossi-cream);
	color: var(--rossi-text);
	font-family: var(--rossi-sans);
	font-size: 16px;
	line-height: 1.65;
}

body::after {
	content: "";
	position: fixed;
	z-index: 9999;
	inset: 0;
	pointer-events: none;
	opacity: 0.06;
	background-image:
		radial-gradient(circle at 18% 23%, var(--rossi-olive) 0 1px, transparent 1.3px),
		radial-gradient(circle at 76% 64%, var(--rossi-terracotta) 0 1px, transparent 1.4px);
	background-size: 13px 15px, 17px 19px;
	mix-blend-mode: multiply;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--rossi-gold);
	outline-offset: 4px;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-family: var(--rossi-serif);
	font-weight: 500;
	line-height: 0.98;
}

h1 {
	font-size: clamp(4rem, 8vw, 7.8rem);
	letter-spacing: -0.045em;
}

h2 {
	font-size: clamp(3.1rem, 6vw, 5.5rem);
	letter-spacing: -0.035em;
}

h3 {
	font-size: 2rem;
}

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

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

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	min-height: 88px;
	background: rgba(24, 32, 25, 0.97);
	border-bottom: 1px solid rgba(255, 249, 237, 0.18);
	backdrop-filter: blur(10px);
	transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
	background: var(--rossi-dark);
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.site-header__inner {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: clamp(18px, 2vw, 32px);
	width: min(100% - 40px, var(--rossi-container));
	min-height: 88px;
	margin: 0 auto;
}

.site-brand,
.custom-logo-link {
	display: block;
}

.site-brand img,
.custom-logo {
	display: block;
	width: 126px;
	max-height: 74px;
	object-fit: contain;
}

.primary-navigation {
	min-width: 0;
	justify-self: end;
}

.mobile-contact-link {
	display: none;
}

.language-switcher {
	display: flex;
	align-items: center;
	padding-left: 12px;
	border-left: 1px solid rgba(255, 249, 237, 0.22);
}

.language-switcher ul {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.language-switcher li {
	display: flex;
	align-items: center;
}

.language-switcher li + li::before {
	content: "/";
	margin: 0 6px;
	color: rgba(255, 249, 237, 0.28);
	font-size: 0.62rem;
}

.language-switcher a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: rgba(255, 249, 237, 0.58);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.25s ease;
}

.language-switcher__flag {
	font-size: 0.86rem;
	line-height: 1;
	filter: saturate(0.88);
}

.language-switcher .current-lang a,
.language-switcher a:hover {
	color: var(--rossi-gold);
}

.rossi-menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.3vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.rossi-menu a {
	position: relative;
	padding: 12px 0;
	color: var(--rossi-white);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rossi-menu a::after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 6px;
	left: 0;
	height: 1px;
	background: var(--rossi-gold);
	transition: right 0.35s ease;
}

.rossi-menu a:hover::after,
.rossi-menu .current-menu-item a::after {
	right: 0;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	border: 0;
	background: transparent;
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 1px;
	margin: 6px 0;
	background: var(--rossi-white);
}

.rossi-button {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	overflow: hidden;
	border: 1px solid currentColor;
	border-radius: 0;
	clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.3;
	text-transform: uppercase;
	transition: color 0.3s ease, transform 0.3s ease;
}

.rossi-button::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: var(--rossi-white);
	transform: translateX(-102%);
	transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rossi-button:hover {
	transform: translateY(-2px);
}

.rossi-button:hover::before {
	transform: translateX(0);
}

.rossi-button > span {
	width: 5px;
	height: 5px;
	margin-left: 11px;
	border-radius: 50%;
	background: var(--rossi-gold);
}

.rossi-button--header {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 9px 18px;
	color: var(--rossi-white);
	border-color: var(--rossi-gold);
	white-space: nowrap;
}

.rossi-button--header::before {
	background: var(--rossi-gold);
}

.rossi-button--header:hover {
	color: var(--rossi-dark);
}

.rossi-button--primary {
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	border-color: var(--rossi-terracotta);
}

.rossi-button--primary::before {
	background: var(--rossi-olive);
}

.rossi-button--light {
	color: var(--rossi-white);
	background: rgba(24, 32, 25, 0.16);
	border-color: rgba(255, 249, 237, 0.74);
}

.rossi-button--light:hover {
	color: var(--rossi-olive);
}

.rossi-button--sand {
	color: var(--rossi-olive);
	background: var(--rossi-sand);
	border-color: var(--rossi-sand);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.eyebrow {
	margin-bottom: 18px;
	color: var(--rossi-gold);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.intro-screen {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
	opacity: 1;
	visibility: visible;
	transition:
		clip-path 0.85s cubic-bezier(0.76, 0, 0.24, 1),
		visibility 0s linear 0.85s;
	clip-path: inset(0);
}

.intro-screen.is-leaving {
	visibility: hidden;
	clip-path: inset(0 0 100% 0);
}

.intro-screen__grain {
	position: absolute;
	inset: -25%;
	opacity: 0.08;
	background-image:
		radial-gradient(circle at 20% 30%, var(--rossi-gold) 0 1px, transparent 1.5px),
		radial-gradient(circle at 70% 60%, var(--rossi-white) 0 1px, transparent 1.5px);
	background-size: 21px 21px, 27px 27px;
	transform: rotate(8deg);
	animation: intro-grain 2.4s linear both;
}

.intro-screen__brand {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: min(76vw, 440px);
	text-align: center;
}

.intro-screen__logo-mask {
	width: min(56vw, 290px);
	overflow: hidden;
}

.intro-screen__logo-mask img {
	display: block;
	width: 100%;
	opacity: 0;
	filter: drop-shadow(0 12px 34px rgba(0, 0, 0, 0.3));
	transform: translateY(42px) scale(0.94);
	animation: intro-logo 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.12s forwards;
}

.intro-screen__route {
	width: 100%;
	height: 38px;
	margin-top: -8px;
	overflow: visible;
}

.intro-screen__route path {
	fill: none;
	stroke: var(--rossi-gold);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	filter: drop-shadow(0 0 5px rgba(214, 168, 76, 0.45));
	animation: intro-route 0.75s ease 0.62s forwards;
}

.intro-screen__brand p {
	margin: 6px 0 0;
	color: var(--rossi-sand);
	font-size: 0.66rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	animation: intro-caption 0.55s ease 0.82s forwards;
}

body.intro-is-playing {
	overflow: hidden;
}

.inner-hero {
	position: relative;
	min-height: min(720px, calc(100svh - 88px));
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.pasta-page {
	position: relative;
	isolation: isolate;
	overflow: clip;
}

.pasta-page > section,
.pasta-page > .home-editor-content {
	position: relative;
	z-index: auto;
}

.pasta-ribbon {
	position: absolute;
	z-index: 3;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.pasta-ribbon svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pasta-ribbon__shadow,
.pasta-ribbon__body,
.pasta-ribbon__highlight {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	vector-effect: non-scaling-stroke;
}

.pasta-ribbon__shadow {
	stroke: rgba(37, 25, 9, 0.16);
	stroke-width: 20;
}

.pasta-ribbon__body {
	stroke: rgba(222, 177, 69, 0.7);
	stroke-width: 14;
	filter: drop-shadow(0 3px 4px rgba(49, 32, 7, 0.18));
}

.pasta-ribbon__highlight {
	stroke: rgba(255, 230, 158, 0.72);
	stroke-width: 2;
	transform: translateX(-3px);
}

.pasta-ribbon__curl {
	fill: none;
	stroke: var(--rossi-gold);
	stroke-width: 8;
	stroke-linecap: round;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.45s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
	vector-effect: non-scaling-stroke;
}

.pasta-ribbon.is-complete .pasta-ribbon__curl {
	opacity: 0.78;
	transform: translateY(0);
}

.pasta-intro__title,
.pasta-intro__copy,
.pasta-formats__heading,
.pasta-format__copy,
.pasta-process__content,
.pasta-final > * {
	position: relative;
	z-index: 5;
}

.pasta-intro__title,
.pasta-intro__copy {
	background: var(--rossi-sand);
	box-shadow: 0 0 0 22px var(--rossi-sand);
}

.pasta-formats__heading,
.pasta-format__copy {
	background: var(--rossi-cream);
	box-shadow: 0 0 0 24px var(--rossi-cream);
}

.pasta-process__content {
	background: var(--rossi-olive);
	box-shadow: 0 0 0 24px var(--rossi-olive);
}

.pasta-final > * {
	background: var(--rossi-sand);
	box-shadow: 0 0 0 16px var(--rossi-sand);
}

.inner-hero__image,
.inner-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.inner-hero__image {
	object-fit: cover;
	animation: inner-hero-zoom 8s ease-out both;
}

.inner-hero__shade {
	background:
		linear-gradient(90deg, rgba(18, 26, 19, 0.94), rgba(18, 26, 19, 0.5) 55%, rgba(18, 26, 19, 0.14)),
		linear-gradient(0deg, rgba(18, 26, 19, 0.58), transparent 60%);
}

.inner-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: min(100% - 48px, var(--rossi-container));
	min-height: min(720px, calc(100svh - 88px));
	padding: 120px 0 80px;
	margin: 0 auto;
}

.inner-hero__content h1 {
	max-width: 800px;
	color: var(--rossi-white);
}

.inner-hero__content h1 em {
	color: #f1cf82;
	font-weight: 400;
}

.inner-hero__content > p:last-child {
	max-width: 520px;
	color: var(--rossi-white);
	font-size: 1.05rem;
}

.inner-hero__index {
	position: absolute;
	z-index: 3;
	right: max(24px, calc((100vw - var(--rossi-container)) / 2));
	bottom: 34px;
	color: var(--rossi-gold);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
}

.inner-hero__index span {
	margin: 0 7px;
	color: var(--rossi-white);
}

.pasta-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	padding: 120px max(24px, calc((100% - var(--rossi-container)) / 2));
	background: var(--rossi-sand);
}

.pasta-intro__copy {
	align-self: end;
	max-width: 560px;
}

.pasta-intro__copy .lead {
	color: var(--rossi-terracotta);
	font-family: var(--rossi-serif);
	font-size: 1.65rem;
}

.pasta-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding-top: 24px;
	margin-top: 34px;
	border-top: 1px solid rgba(38, 49, 38, 0.2);
}

.pasta-facts > div {
	position: relative;
	min-height: 150px;
	padding: 24px 20px 20px;
	color: var(--rossi-olive);
	background: rgba(255, 249, 237, 0.48);
	border-bottom: 2px solid var(--rossi-gold);
}

.pasta-facts strong {
	display: block;
	margin-bottom: 12px;
	color: var(--rossi-terracotta);
	font-family: var(--rossi-serif);
	font-size: 1.18rem;
	line-height: 1.05;
}

.pasta-facts p {
	margin: 0;
	color: var(--rossi-olive);
	font-size: 0.78rem;
	line-height: 1.55;
}

.pasta-formats {
	padding: 120px max(24px, calc((100% - var(--rossi-container)) / 2));
	overflow: hidden;
	background: var(--rossi-cream);
}

.pasta-formats__heading {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	align-items: end;
	margin-bottom: 88px;
}

.pasta-formats__heading > p {
	max-width: 520px;
}

.pasta-format-list {
	display: grid;
	gap: 74px;
}

.pasta-format {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	gap: 7%;
	align-items: center;
}

.pasta-format--reverse {
	grid-template-columns: 0.65fr 1.35fr;
}

.pasta-format--reverse .pasta-format__image {
	grid-column: 2;
	grid-row: 1;
}

.pasta-format__image {
	position: relative;
	height: 470px;
	overflow: hidden;
}

.pasta-format__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pasta-format:hover .pasta-format__image img {
	transform: scale(1.045);
}

.pasta-format__image span {
	position: absolute;
	right: 18px;
	bottom: 12px;
	color: var(--rossi-white);
	font-family: var(--rossi-serif);
	font-size: 4rem;
	line-height: 1;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.pasta-format__copy > p:first-child {
	color: var(--rossi-gold);
	font-size: 0.67rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.pasta-format__copy h3 {
	color: var(--rossi-terracotta);
	font-size: clamp(2.4rem, 4.6vw, 4.8rem);
}

.pasta-format__details {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 0 0;
	border-top: 1px solid rgba(38, 49, 38, 0.18);
	border-bottom: 1px solid rgba(38, 49, 38, 0.18);
}

.pasta-format__details > div {
	padding: 17px 14px 17px 0;
}

.pasta-format__details > div + div {
	padding-left: 14px;
	border-left: 1px solid rgba(38, 49, 38, 0.14);
}

.pasta-format__details dt {
	margin-bottom: 7px;
	color: var(--rossi-gold-dark);
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pasta-format__details dd {
	margin: 0;
	color: var(--rossi-olive);
	font-size: 0.77rem;
	line-height: 1.45;
}

.pasta-stories {
	padding: 120px max(24px, calc((100% - var(--rossi-container)) / 2));
	background: var(--rossi-sand);
}

.pasta-stories__heading {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 10%;
	align-items: end;
	margin-bottom: 70px;
}

.pasta-stories__heading h2 {
	margin: 0;
	font-size: clamp(3.3rem, 5.4vw, 5.6rem);
	line-height: 0.92;
}

.pasta-stories__heading h2 em {
	color: var(--rossi-terracotta);
}

.pasta-stories__heading > p {
	max-width: 520px;
	margin-bottom: 8px;
}

.pasta-stories__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: repeat(2, minmax(280px, 360px));
	gap: 20px;
}

.pasta-story {
	position: relative;
	z-index: 4;
	min-height: 0;
	overflow: hidden;
	background: var(--rossi-olive);
}

.pasta-story--featured {
	grid-row: 1 / span 2;
}

.pasta-story::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(15, 24, 18, 0.88) 100%);
}

.pasta-story img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pasta-story:hover img {
	transform: scale(1.035);
}

.pasta-story__content {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 34px;
	color: var(--rossi-white);
}

.pasta-story__content .eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 11px;
	margin-bottom: 12px;
	color: #f3c75d;
	font-weight: 600;
	letter-spacing: 0.13em;
	background: rgba(15, 26, 19, 0.9);
	border: 1px solid rgba(243, 199, 93, 0.68);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(7px);
}

.pasta-story__content h3 {
	margin: 0 0 8px;
	color: var(--rossi-white);
	font-size: clamp(2rem, 3vw, 3.25rem);
	line-height: 0.95;
}

.pasta-story__content > p:last-child {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 249, 237, 0.88);
	font-size: 0.84rem;
	line-height: 1.55;
}

.pasta-process {
	display: grid;
	grid-template-columns: 46% 54%;
	min-height: 620px;
	color: var(--rossi-white);
	background: var(--rossi-olive);
}

.pasta-process__photo {
	position: relative;
	min-height: 620px;
	max-height: 680px;
	overflow: hidden;
}

.pasta-process__photo img,
.pasta-process__photo video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pasta-process__video {
	background: var(--rossi-olive);
	object-position: 50% 50%;
}

.pasta-process__social {
	position: absolute;
	z-index: 4;
	right: 24px;
	bottom: 24px;
	display: flex;
	flex-direction: column;
	min-width: 190px;
	padding: 18px 22px;
	color: var(--rossi-white);
	text-decoration: none;
	background: rgba(17, 29, 21, 0.86);
	border-left: 2px solid var(--rossi-gold);
	backdrop-filter: blur(8px);
	transition: transform 0.25s ease, background 0.25s ease;
}

.pasta-process__social:hover,
.pasta-process__social:focus-visible {
	color: var(--rossi-white);
	background: rgba(17, 29, 21, 0.96);
	transform: translateY(-3px);
}

.pasta-process__social strong {
	color: var(--rossi-gold);
	font-family: var(--rossi-serif);
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1;
}

.pasta-process__social span {
	margin-top: 5px;
	font-size: 0.67rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pasta-process__content {
	align-self: center;
	max-width: 760px;
	padding: 58px 10%;
}

.pasta-process__content h2 {
	margin-bottom: 22px;
	color: var(--rossi-white);
	font-size: clamp(3.25rem, 5vw, 5rem);
	line-height: 0.96;
}

.pasta-process__content ul {
	padding: 8px 0 0;
	margin: 0;
	list-style: none;
}

.pasta-process__content li {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	padding: 17px 0 17px 30px;
	border-top: 1px solid rgba(255, 249, 237, 0.18);
}

.pasta-process__content li::before {
	content: "";
	position: absolute;
	top: 26px;
	left: 2px;
	width: 12px;
	height: 12px;
	border: 1px solid var(--rossi-gold);
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px var(--rossi-olive);
	background: var(--rossi-gold);
}

.pasta-process__content strong {
	display: block;
	margin-bottom: 5px;
	font-family: var(--rossi-serif);
	font-size: 1.45rem;
}

.pasta-process__content li p {
	margin: 0;
	color: var(--rossi-sand);
	font-size: 0.88rem;
	line-height: 1.55;
}

.pasta-guide {
	padding: 120px max(24px, calc((100% - var(--rossi-container)) / 2));
	background:
		radial-gradient(circle at 85% 15%, rgba(214, 168, 76, 0.12), transparent 24%),
		var(--rossi-cream);
}

.pasta-guide__heading {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	gap: 9%;
	align-items: end;
	margin-bottom: 64px;
}

.pasta-guide__heading h2 {
	color: var(--rossi-olive);
}

.pasta-guide__heading h2 em {
	color: var(--rossi-terracotta);
	font-weight: 400;
}

.pasta-guide__heading > p {
	max-width: 440px;
}

.pasta-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(38, 49, 38, 0.16);
	border-bottom: 1px solid rgba(38, 49, 38, 0.16);
}

.pasta-guide-card {
	position: relative;
	min-height: 360px;
	padding: 46px 34px;
	overflow: hidden;
	background: rgba(255, 249, 237, 0.42);
	transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

.pasta-guide-card + .pasta-guide-card {
	border-left: 1px solid rgba(38, 49, 38, 0.16);
}

.pasta-guide-card:hover {
	color: var(--rossi-white);
	background: var(--rossi-olive);
	transform: translateY(-7px);
}

.pasta-guide-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 38px;
	color: var(--rossi-terracotta);
	border: 1px solid rgba(182, 74, 46, 0.4);
	border-radius: 50%;
	transition: color 0.35s ease, border-color 0.35s ease, transform 0.5s ease;
}

.pasta-guide-card:hover .pasta-guide-card__icon {
	color: var(--rossi-gold);
	border-color: rgba(214, 168, 76, 0.68);
	transform: rotate(8deg) scale(1.05);
}

.pasta-guide-card__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.pasta-guide-card h3 {
	margin-bottom: 16px;
	color: var(--rossi-olive);
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
	transition: color 0.35s ease;
}

.pasta-guide-card > p:last-child {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.75;
}

.pasta-guide-card:hover h3,
.pasta-guide-card:hover > p:last-child {
	color: var(--rossi-white);
}

.pasta-final {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: 550px;
	padding: 90px 24px;
	text-align: center;
	background: var(--rossi-sand);
}

.pasta-final h2 {
	color: var(--rossi-olive);
}

.pasta-final h2 em {
	color: var(--rossi-terracotta);
	font-weight: 400;
}

.pantry-hero .inner-hero__image {
	object-position: center 52%;
}

.pantry-hero .inner-hero__shade {
	background:
		linear-gradient(90deg, rgba(45, 17, 10, 0.94), rgba(83, 28, 15, 0.6) 52%, rgba(24, 32, 25, 0.22)),
		linear-gradient(0deg, rgba(24, 15, 11, 0.58), transparent 58%);
}

.pantry-hero__seal {
	position: absolute;
	z-index: 4;
	right: max(32px, calc((100vw - var(--rossi-container)) / 2));
	bottom: 48px;
	display: grid;
	place-content: center;
	width: 126px;
	height: 126px;
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	border: 1px solid rgba(255, 249, 237, 0.72);
	border-radius: 50%;
	text-align: center;
	transform: rotate(7deg);
	animation: ring-breathe 5s ease-in-out infinite alternate;
}

.pantry-hero__seal span {
	font-size: 0.64rem;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.pantry-hero__seal strong {
	font-family: var(--rossi-serif);
	font-size: 1.35rem;
	font-style: italic;
	font-weight: 400;
}

.pantry-intro {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	padding: 120px max(24px, calc((100% - var(--rossi-container)) / 2));
	overflow: hidden;
	background: var(--rossi-sand);
}

.pantry-intro__mark {
	position: absolute;
	right: -26px;
	bottom: -55px;
	color: rgba(182, 74, 46, 0.07);
	font-family: var(--rossi-serif);
	font-size: clamp(8rem, 18vw, 16rem);
	line-height: 0.8;
}

.pantry-intro__heading,
.pantry-intro__copy {
	position: relative;
	z-index: 1;
}

.pantry-intro__copy {
	align-self: end;
	max-width: 550px;
}

.pantry-intro__copy .lead {
	color: var(--rossi-terracotta);
	font-family: var(--rossi-serif);
	font-size: 1.7rem;
}

.sauce-showcase {
	display: grid;
	grid-template-columns: 48% 52%;
	min-height: 980px;
	background: var(--rossi-cream);
}

.sauce-showcase__photo {
	position: sticky;
	top: 88px;
	height: calc(100vh - 88px);
	min-height: 620px;
	overflow: hidden;
	background: var(--rossi-terracotta);
}

.sauce-showcase__photo img,
.sauce-showcase__photo video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.03);
}

.sauce-showcase__video {
	background: var(--rossi-terracotta);
	object-position: 50% 50%;
}

.sauce-showcase__caption {
	position: absolute;
	right: 28px;
	bottom: 28px;
	left: 28px;
	padding: 22px;
	color: var(--rossi-white);
	background: rgba(24, 32, 25, 0.88);
	backdrop-filter: blur(8px);
}

.sauce-showcase__caption span {
	display: block;
	margin-bottom: 4px;
	color: var(--rossi-gold);
	font-size: 0.64rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sauce-showcase__caption strong {
	font-family: var(--rossi-serif);
	font-size: 1.6rem;
	font-weight: 400;
}

.sauce-list {
	padding: 100px 10%;
}

.sauce-list header {
	margin-bottom: 48px;
}

.sauce-list h2 {
	color: var(--rossi-terracotta);
}

.sauce-item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	padding: 27px 0;
	border-top: 1px solid rgba(38, 49, 38, 0.18);
}

.sauce-item h3 {
	margin-bottom: 6px;
	color: var(--rossi-olive);
	font-size: 1.55rem;
}

.sauce-item p {
	max-width: 540px;
	margin: 0;
	font-size: 0.9rem;
}

.sauce-item > span {
	align-self: center;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: var(--rossi-terracotta);
	border: 1px solid rgba(182, 74, 46, 0.45);
	border-radius: 50%;
	transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.sauce-item:hover > span {
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	transform: rotate(45deg);
}

.pantry-marquee {
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	border-top: 1px solid rgba(255, 249, 237, 0.25);
	border-bottom: 1px solid rgba(255, 249, 237, 0.25);
}

.pantry-marquee > div {
	display: flex;
	align-items: center;
	gap: 34px;
	width: max-content;
	padding: 22px 0;
	font-family: var(--rossi-serif);
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	white-space: nowrap;
	animation: pantry-scroll 22s linear infinite;
}

.pantry-marquee i {
	color: var(--rossi-gold);
	font-style: normal;
}

.deli-section {
	display: grid;
	grid-template-columns: 46% 54%;
	min-height: 720px;
	color: var(--rossi-white);
	background: var(--rossi-olive);
}

.deli-section__copy {
	align-self: center;
	padding: 90px 12%;
}

.deli-section__copy h2 {
	color: var(--rossi-white);
}

.deli-section__copy h2 em {
	color: var(--rossi-gold);
	font-weight: 400;
}

.deli-section__copy p {
	color: var(--rossi-sand);
}

.deli-section__visual {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.deli-section__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.deli-section__circle {
	position: absolute;
	right: 40px;
	bottom: 40px;
	display: grid;
	place-content: center;
	width: 170px;
	height: 170px;
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	border-radius: 50%;
	text-align: center;
	animation: ring-breathe 5.5s ease-in-out infinite alternate;
}

.deli-section__circle span {
	font-size: 0.66rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.deli-section__circle strong {
	font-family: var(--rossi-serif);
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
}

.pantry-final {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	align-items: end;
	min-height: 530px;
	padding: 100px max(24px, calc((100% - var(--rossi-container)) / 2));
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.pantry-final__photo,
.pantry-final__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pantry-final__photo {
	object-fit: cover;
	object-position: center 52%;
	filter: saturate(0.88) contrast(1.04);
	transition: transform 8s ease-out;
}

.pantry-final.is-visible .pantry-final__photo {
	transform: scale(1.035);
}

.pantry-final__shade {
	background:
		linear-gradient(90deg, rgba(18, 26, 19, 0.82), rgba(18, 26, 19, 0.55) 47%, rgba(18, 26, 19, 0.34)),
		linear-gradient(0deg, rgba(18, 26, 19, 0.35), transparent 62%);
}

.pantry-final__heading,
.pantry-final__actions {
	position: relative;
	z-index: 2;
}

.pantry-final h2 {
	color: var(--rossi-white);
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.28);
}

.pantry-final h2 em {
	color: var(--rossi-gold);
	font-weight: 400;
}

.pantry-final__actions {
	max-width: 520px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

@keyframes pantry-scroll {
	to { transform: translateX(-50%); }
}

@keyframes inner-hero-zoom {
	from { transform: scale(1.08); }
	to { transform: scale(1); }
}

.hero {
	position: relative;
	min-height: min(760px, calc(100svh - 88px));
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.hero__media,
.hero__shade {
	position: absolute;
	inset: 0;
}

.hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	clip-path: inset(0 0 0 100%);
	transform: scale(1.13);
	transition:
		clip-path 1s cubic-bezier(0.76, 0, 0.24, 1),
		opacity 0.45s ease,
		transform 5.8s ease;
}

.hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	clip-path: inset(0);
	transform: scale(1.04);
}

.hero__slide.is-leaving {
	opacity: 1;
	clip-path: inset(0 100% 0 0);
}

.hero__shade {
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(18, 26, 19, 0.95) 0%, rgba(18, 26, 19, 0.84) 38%, rgba(18, 26, 19, 0.38) 68%, rgba(18, 26, 19, 0.16) 100%),
		linear-gradient(0deg, rgba(18, 26, 19, 0.6), transparent 58%);
}

.hero__content {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: min(100% - 48px, var(--rossi-container));
	min-height: min(760px, calc(100svh - 88px));
	padding: 150px 0 90px;
	margin: 0 auto;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.hero h1 {
	max-width: 820px;
	margin-bottom: 24px;
	color: var(--rossi-white);
}

.hero h1 em {
	color: #f1cf82;
	font-weight: 400;
}

.hero__lead {
	max-width: 520px;
	margin-bottom: 30px;
	color: var(--rossi-white);
	font-weight: 500;
}

.handmade-stamp {
	position: absolute;
	z-index: 7;
	top: 30px;
	right: max(28px, calc((100vw - var(--rossi-container)) / 2));
	display: grid;
	place-items: center;
	width: 90px;
	height: 90px;
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	border: 1px solid rgba(255, 249, 237, 0.82);
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
	font-family: var(--rossi-serif);
	font-size: 1.25rem;
	font-style: italic;
	line-height: 0.9;
	text-align: center;
	transform: rotate(7deg);
}

.hero__nav {
	position: absolute;
	z-index: 7;
	bottom: 31px;
	left: 50%;
	display: flex;
	gap: 9px;
	transform: translateX(-50%);
}

.hero__dot {
	position: relative;
	width: 36px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.hero__dot::before,
.hero__dot::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	height: 2px;
}

.hero__dot::before {
	width: 100%;
	background: rgba(255, 249, 237, 0.46);
}

.hero__dot::after {
	width: 0;
	background: var(--rossi-gold);
}

.hero__dot[aria-current="true"]::after {
	width: 100%;
	transition: width 4.8s linear;
}

.hero__count {
	position: absolute;
	z-index: 7;
	right: max(28px, calc((100vw - var(--rossi-container)) / 2));
	bottom: 28px;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
}

.hero__count strong {
	color: var(--rossi-gold);
	font-size: 1.15rem;
}

.gold-route--hero {
	position: absolute;
	z-index: 6;
	right: 0;
	bottom: 24px;
	left: 32%;
	height: 110px;
	color: var(--rossi-gold);
	pointer-events: none;
}

.gold-route svg {
	width: 100%;
	height: 100%;
}

.gold-route path {
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	animation: draw-route 2.8s ease 0.7s forwards;
}

.home-main {
	position: relative;
	isolation: isolate;
	overflow: clip;
}

.home-main > section,
.home-main > .home-editor-content {
	position: relative;
	z-index: 2;
}

.story-thread {
	position: absolute;
	z-index: 4;
	inset: 0;
	overflow: hidden;
	color: var(--rossi-gold);
	pointer-events: none;
	mix-blend-mode: normal;
}

.story-thread svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.story-thread__line,
.story-thread__shadow {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	vector-effect: non-scaling-stroke;
}

.story-thread__shadow {
	stroke: rgba(46, 31, 10, 0.18);
	stroke-width: 7;
}

.story-thread__line {
	stroke: currentColor;
	stroke-width: 2.5;
	filter: drop-shadow(0 0 5px rgba(214, 168, 76, 0.32));
}

.story-thread__ear {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	opacity: 0;
	transform-origin: 542px 4870px;
	transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
	transform: translateY(22px) rotate(-5deg);
	vector-effect: non-scaling-stroke;
}

.story-thread.is-complete .story-thread__ear {
	opacity: 1;
	transform: translateY(0) rotate(0);
}

.story-thread.is-over-dark .story-thread__line {
	filter: drop-shadow(0 0 6px rgba(214, 168, 76, 0.5));
}

.story {
	position: relative;
	display: grid;
	grid-template-columns: 44% 1fr;
	min-height: 720px;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-olive);
}

.story::after {
	content: "STORIA";
	position: absolute;
	right: -24px;
	bottom: -28px;
	color: rgba(232, 216, 184, 0.055);
	font-family: var(--rossi-serif);
	font-size: clamp(7rem, 14vw, 12rem);
	line-height: 1;
}

.story__photo {
	align-self: center;
	width: 108%;
	height: 570px;
	margin-left: -8%;
	overflow: hidden;
	border-radius: 0 50% 50% 0;
	box-shadow: 22px 0 0 var(--rossi-terracotta);
}

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

.story__copy {
	position: relative;
	z-index: 2;
	align-self: center;
	max-width: 600px;
	padding: 90px 9% 90px 15%;
}

.story__copy h2 {
	color: var(--rossi-white);
}

.story__copy p {
	color: var(--rossi-sand);
}

.story__copy .lead {
	color: var(--rossi-white);
	font-family: var(--rossi-serif);
	font-size: 1.65rem;
	line-height: 1.25;
}

.products {
	position: relative;
	padding: 110px max(24px, calc((100% - var(--rossi-container)) / 2)) 130px;
	overflow: hidden;
	background: var(--rossi-cream);
}

.products::before {
	content: "FORME";
	position: absolute;
	top: 30px;
	right: -20px;
	color: rgba(182, 74, 46, 0.09);
	font-family: var(--rossi-serif);
	font-size: clamp(7rem, 13vw, 11rem);
	line-height: 1;
}

.products__heading {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	align-items: end;
	margin-bottom: 72px;
}

.products__heading p:last-child {
	max-width: 500px;
}

.product-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.25fr 0.9fr 1.05fr;
	gap: 14px;
	align-items: start;
}

.product-card {
	position: relative;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-olive);
}

.product-card:nth-child(2) {
	margin-top: -26px;
}

.product-card img {
	display: block;
	width: 100%;
	height: 410px;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.03);
	transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
}

.product-card:hover img {
	transform: scale(1.07);
	filter: saturate(1) contrast(1.05);
}

.product-card::after {
	content: attr(data-label);
	position: absolute;
	top: 22px;
	right: 12px;
	color: rgba(255, 249, 237, 0.9);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	opacity: 0;
	transform: translateY(-12px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.product-card:hover::after {
	opacity: 1;
	transform: translateY(0);
}

.product-card__copy {
	min-height: 122px;
	padding: 22px 24px;
	background: var(--rossi-olive);
}

.product-card--terracotta,
.product-card--terracotta .product-card__copy {
	background: var(--rossi-terracotta);
}

.product-card__copy h3 {
	margin-bottom: 5px;
	color: var(--rossi-white);
}

.product-card__copy p {
	margin-bottom: 0;
	color: rgba(255, 249, 237, 0.88);
	font-size: 0.92rem;
}

.section-action {
	display: flex;
	justify-content: center;
	margin-top: 62px;
}

.manifesto {
	position: relative;
	display: grid;
	place-content: center;
	min-height: 560px;
	padding: 100px max(24px, calc((100% - var(--rossi-container)) / 2));
	overflow: hidden;
	color: var(--rossi-terracotta);
	background: var(--rossi-sand);
}

.manifesto::before {
	content: "“";
	position: absolute;
	top: 0;
	left: max(24px, calc((100% - var(--rossi-container)) / 2));
	color: var(--rossi-gold);
	font-family: var(--rossi-serif);
	font-size: 12rem;
	line-height: 1;
}

.manifesto h2 {
	position: relative;
	z-index: 1;
	max-width: 980px;
	color: var(--rossi-terracotta);
}

.manifesto p {
	color: var(--rossi-olive);
}

.manifesto__ring {
	position: absolute;
	top: 50%;
	right: 8%;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(182, 74, 46, 0.45);
	border-radius: 50%;
	animation: ring-breathe 5s ease-in-out infinite alternate;
}

.other-products {
	position: relative;
	min-height: 670px;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.other-products__photo,
.territory__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.other-products__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(24, 32, 25, 0.94), rgba(24, 32, 25, 0.4) 62%, rgba(24, 32, 25, 0.08));
}

.other-products__copy {
	position: relative;
	z-index: 2;
	max-width: 620px;
	padding: 155px max(24px, calc((100% - var(--rossi-container)) / 2));
}

.other-products__copy h2 {
	color: var(--rossi-white);
}

.territory {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-olive);
}

.territory__photo {
	filter: sepia(0.25) saturate(0.85);
}

.territory__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(24, 32, 25, 0.92), rgba(24, 32, 25, 0.05) 68%);
}

.territory__copy {
	position: absolute;
	z-index: 2;
	right: max(24px, calc((100% - var(--rossi-container)) / 2));
	bottom: 64px;
	left: max(24px, calc((100% - var(--rossi-container)) / 2));
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 10%;
	align-items: end;
}

.territory__copy h2 {
	margin-bottom: 0;
	color: var(--rossi-white);
}

.territory__copy > div:last-child {
	max-width: 500px;
}

.contact-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 570px;
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
}

.contact-cta__copy {
	align-self: center;
	padding: 90px max(32px, calc((100vw - var(--rossi-container)) / 2));
	padding-right: 10%;
}

.contact-cta__copy h2 {
	color: var(--rossi-white);
}

.contact-cta__map {
	display: grid;
	place-items: center;
	min-height: 570px;
	color: var(--rossi-olive);
	background:
		linear-gradient(rgba(232, 216, 184, 0.84), rgba(232, 216, 184, 0.84)),
		repeating-linear-gradient(45deg, transparent 0 18px, rgba(38, 49, 38, 0.08) 18px 19px);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.map-placeholder {
	display: grid;
	place-items: center;
	max-width: 310px;
	text-align: center;
}

.map-placeholder > span {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 16px;
	color: var(--rossi-white);
	background: var(--rossi-terracotta);
	border-radius: 50%;
	font-size: 2rem;
}

.map-placeholder small {
	display: block;
	margin-top: 6px;
}

.site-footer {
	position: relative;
	min-height: 430px;
	padding: 92px max(24px, calc((100% - var(--rossi-container)) / 2)) 28px;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
	border-top: 5px solid var(--rossi-terracotta);
}

.site-footer__watermark {
	position: absolute;
	top: -42px;
	left: 2%;
	color: rgba(232, 216, 184, 0.07);
	font-family: var(--rossi-serif);
	font-size: clamp(9rem, 18vw, 15rem);
	line-height: 0.9;
	letter-spacing: -0.055em;
}

.site-footer__cta {
	position: absolute;
	z-index: 2;
	top: 42px;
	right: max(24px, calc((100% - var(--rossi-container)) / 2));
	color: var(--rossi-gold);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.site-footer__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.15fr 0.8fr 1.15fr 0.65fr 1.35fr;
	gap: clamp(24px, 3vw, 52px);
	align-items: start;
}

.site-footer__logo {
	width: 180px;
}

.site-footer h2 {
	margin-bottom: 12px;
	color: var(--rossi-gold);
	font-family: var(--rossi-sans);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-footer__grid a,
.site-footer__grid span {
	display: block;
	margin: 5px 0;
	color: rgba(255, 249, 237, 0.82);
	font-size: 0.86rem;
}

.site-footer__legal-data {
	margin-top: 14px !important;
}

.site-footer__map {
	display: block !important;
	margin: -26px 0 0 !important;
	color: var(--rossi-white) !important;
}

.site-footer__map-title {
	color: var(--rossi-gold) !important;
	font-size: 0.72rem !important;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-footer__map-visual {
	position: relative;
	display: block !important;
	width: 100%;
	max-width: 255px;
	height: 245px;
	margin: 10px 0 4px !important;
}

.site-footer__map-visual img {
	display: block;
	width: 158px;
	height: 220px;
	object-fit: contain;
	object-position: center;
	transition: transform 0.5s ease;
}

.site-footer__map:hover .site-footer__map-visual img {
	transform: translateY(-4px);
}

.footer-map__point,
.footer-map__pulse {
	position: absolute;
	z-index: 2;
	top: 83px;
	left: 49px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 !important;
	background: var(--rossi-terracotta);
	border: 2px solid var(--rossi-white);
	border-radius: 50%;
}

.footer-map__pulse {
	top: 76px;
	left: 42px;
	width: 23px;
	height: 23px;
	background: rgba(197, 70, 39, 0.22);
	border: 1px solid var(--rossi-terracotta);
	animation: footer-map-pulse 2.2s ease-out infinite;
}

.footer-map__label {
	position: absolute;
	top: 73px;
	left: 72px;
	display: grid !important;
	margin: 0 !important;
	color: var(--rossi-white) !important;
	font-size: 0.69rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.footer-map__label::before {
	position: absolute;
	top: 10px;
	right: calc(100% + 7px);
	width: 15px;
	height: 1px;
	background: var(--rossi-gold);
	content: "";
}

.footer-map__label small {
	color: var(--rossi-gold);
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.14em;
}

@keyframes footer-map-pulse {
	0% { opacity: 0.9; transform: scale(0.55); }
	75%, 100% { opacity: 0; transform: scale(1.45); }
}

.site-footer__bottom {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 38px;
	margin-top: 36px;
	color: rgba(255, 249, 237, 0.55);
	border-top: 1px solid rgba(255, 249, 237, 0.13);
	font-size: 0.72rem;
}

.site-footer__bottom > span:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px;
}

.site-footer__bottom a {
	color: var(--rossi-gold);
	transition: color 0.25s ease;
}

.site-footer__bottom a:hover {
	color: var(--rossi-white);
}

.content-shell,
.home-editor-content {
	width: min(100% - 48px, var(--rossi-container));
	padding: 100px 0;
	margin: 0 auto;
}

.content-shell--page {
	min-height: 60vh;
}

.entry-content {
	font-size: 1.05rem;
}

.entry-content > * {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.entry-content > .alignwide {
	max-width: var(--rossi-container);
}

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

.reveal-up {
	opacity: 0;
	transform: translateY(44px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-mask {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.1s cubic-bezier(0.22, 0.8, 0.2, 1);
}

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

.is-visible .reveal-mask,
.reveal-mask.is-visible {
	clip-path: inset(0);
}

.product-card:nth-child(2) {
	transition-delay: 0.14s;
}

.product-card:nth-child(3) {
	transition-delay: 0.28s;
}

@keyframes draw-route {
	to { stroke-dashoffset: 0; }
}

@keyframes ring-breathe {
	to { transform: scale(1.16) rotate(18deg); }
}

@keyframes intro-logo {
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes intro-route {
	to { stroke-dashoffset: 0; }
}

@keyframes intro-caption {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes intro-grain {
	to { transform: rotate(8deg) translate3d(18px, 10px, 0); }
}

/* Territory page */
.territory-page {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 20% 30%, rgba(214, 168, 76, 0.14) 0 1px, transparent 1.5px),
		var(--rossi-sand);
	background-size: 18px 18px;
}

.territory-page > section,
.territory-page > .home-editor-content {
	position: relative;
	z-index: 2;
}

.territory-line {
	position: absolute;
	z-index: 1;
	top: 78vh;
	right: 0;
	left: 0;
	height: calc(100% - 78vh);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.territory-line svg {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.territory-line path {
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	stroke-linecap: round;
}

.territory-line__shadow {
	stroke: rgba(85, 58, 22, 0.16);
	stroke-width: 7;
}

.territory-line__gold {
	stroke: var(--rossi-gold);
	stroke-width: 2.2;
}

.territory-hero {
	min-height: calc(100svh - 88px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.territory-hero__image,
.territory-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.territory-hero__image {
	object-fit: cover;
	object-position: center;
	animation: inner-hero-zoom 10s ease-out both;
}

.territory-hero__shade {
	background:
		linear-gradient(90deg, rgba(18, 26, 19, 0.86) 0%, rgba(18, 26, 19, 0.45) 42%, rgba(18, 26, 19, 0.08) 72%),
		linear-gradient(0deg, rgba(18, 26, 19, 0.55), transparent 58%);
}

.territory-hero__content {
	position: relative;
	z-index: 2;
	width: min(var(--rossi-container), calc(100% - 48px));
	margin: 0 auto;
	padding: 150px 0 110px;
}

.territory-hero h1 {
	max-width: 900px;
	margin-bottom: 28px;
	color: var(--rossi-white);
}

.territory-hero h1 em {
	color: #f0c768;
	font-weight: 400;
}

.territory-hero__content > p:last-child {
	max-width: 570px;
	font-size: clamp(1.1rem, 1.6vw, 1.35rem);
	line-height: 1.65;
}

.territory-hero__place {
	position: absolute;
	z-index: 3;
	top: 16%;
	right: max(24px, calc((100% - var(--rossi-container)) / 2));
	display: grid;
	gap: 5px;
	padding: 18px 0 18px 44px;
	border-left: 1px solid rgba(255, 255, 255, 0.55);
	text-align: right;
}

.territory-hero__place span {
	color: var(--rossi-gold);
	font-size: 0.72rem;
	letter-spacing: 0.2em;
}

.territory-hero__place strong {
	font-family: var(--rossi-serif);
	font-size: 1.55rem;
	font-weight: 400;
}

.territory-hero__scroll {
	position: absolute;
	z-index: 3;
	right: max(24px, calc((100% - var(--rossi-container)) / 2));
	bottom: 36px;
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--rossi-white);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.territory-hero__scroll i {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	font-style: normal;
}

.territory-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	align-items: start;
	padding: 135px max(24px, calc((100% - var(--rossi-container)) / 2));
}

.territory-intro h2 em,
.territory-values h2 em,
.territory-final h2 em {
	color: var(--rossi-red);
	font-weight: 400;
}

.territory-intro__copy {
	padding-top: 54px;
}

.territory-intro__copy .lead {
	margin-bottom: 18px;
	font-family: var(--rossi-serif);
	font-size: clamp(1.55rem, 2.2vw, 2.1rem);
	line-height: 1.25;
}

.territory-landscape {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	min-height: 720px;
	background: var(--rossi-dark);
}

.territory-landscape__photo {
	min-height: 720px;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.territory-landscape__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
	transform: scale(1.08);
	transition: transform 1.7s cubic-bezier(.2,.7,.2,1);
}

.territory-landscape__photo.is-visible img {
	transform: scale(1);
}

.territory-landscape__card {
	align-self: center;
	padding: 80px max(40px, calc((100vw - var(--rossi-container)) / 2)) 80px 7%;
	color: var(--rossi-white);
}

.territory-landscape__card h2 {
	color: var(--rossi-white);
}

.territory-landscape__card > p:not(.eyebrow) {
	margin: 28px 0 34px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.08rem;
	line-height: 1.75;
}

.territory-text-link {
	display: inline-flex;
	gap: 18px;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--rossi-gold);
	color: var(--rossi-gold);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.territory-values {
	padding: 130px max(24px, calc((100% - var(--rossi-container)) / 2));
}

.territory-values__heading {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 80px;
}

.territory-values__heading .eyebrow {
	grid-column: 1 / -1;
}

.territory-values__heading h2 {
	grid-column: 2;
}

.territory-values__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.territory-value {
	position: relative;
	min-height: 350px;
	padding: 42px;
	overflow: hidden;
	background: rgba(255, 249, 237, 0.72);
	border: 1px solid rgba(214, 168, 76, 0.22);
	box-shadow: 0 18px 55px rgba(69, 50, 24, 0.08);
	transition:
		transform 0.45s cubic-bezier(.2,.8,.2,1),
		box-shadow 0.45s ease,
		background 0.45s ease;
}

.territory-value::after {
	position: absolute;
	right: -10px;
	bottom: -20px;
	color: rgba(38, 45, 34, 0.045);
	font-family: var(--rossi-serif);
	font-size: clamp(4rem, 7vw, 7rem);
	content: attr(data-word);
	pointer-events: none;
}

.territory-value h3 {
	margin: 32px 0 20px;
	font-family: var(--rossi-serif);
	font-size: 2rem;
}

.territory-value p {
	position: relative;
	z-index: 2;
	max-width: 330px;
	line-height: 1.7;
}

.territory-value__icon {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	color: var(--rossi-red);
	background: rgba(214, 168, 76, 0.13);
	border: 1px solid rgba(214, 168, 76, 0.45);
	border-radius: 50%;
	box-shadow: inset 0 0 0 7px rgba(255, 249, 237, 0.55);
	transition: transform 0.55s cubic-bezier(.2,.8,.2,1), background 0.35s ease;
}

.territory-value__icon svg {
	width: 34px;
	height: 34px;
	overflow: visible;
}

.territory-value__icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 180;
	stroke-dashoffset: 180;
	transition: stroke-dashoffset 1.15s ease 0.2s;
}

.territory-value.is-visible .territory-value__icon path {
	stroke-dashoffset: 0;
}

.territory-value:hover {
	background: rgba(255, 249, 237, 0.94);
	box-shadow: 0 26px 68px rgba(69, 50, 24, 0.15);
	transform: translateY(-9px);
}

.territory-value:hover .territory-value__icon {
	background: rgba(214, 168, 76, 0.24);
	transform: rotate(-6deg) scale(1.08);
}

.territory-quote {
	display: grid;
	min-height: 670px;
	place-items: center;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.territory-quote__image {
	position: absolute;
	inset: 0;
}

.territory-quote__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	filter: saturate(0.75);
	transform: scale(1.03);
}

.territory-quote__image::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(18, 26, 19, 0.52), rgba(18, 26, 19, 0.28)),
		linear-gradient(0deg, rgba(18, 26, 19, 0.42), transparent 62%);
	content: "";
}

.territory-quote blockquote {
	position: relative;
	z-index: 2;
	width: min(1000px, calc(100% - 48px));
	margin: 0;
	text-align: center;
}

.territory-quote blockquote p {
	font-family: var(--rossi-serif);
	font-size: clamp(2.7rem, 5.2vw, 5.5rem);
	line-height: 1.08;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
}

.territory-quote blockquote em {
	color: #f0c768;
	font-weight: 400;
}

.territory-quote blockquote footer {
	margin-top: 40px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.territory-final {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: 12%;
	align-items: end;
	padding: 125px max(24px, calc((100% - var(--rossi-container)) / 2));
	background: var(--rossi-sand);
}

.territory-final > div:last-child {
	padding-bottom: 12px;
}

.territory-final > div:last-child p {
	margin-bottom: 30px;
	font-size: 1.1rem;
	line-height: 1.7;
}

/* Contact page */
.contact-page {
	background: var(--rossi-sand);
}

.contact-hero {
	position: relative;
	display: flex;
	min-height: 680px;
	align-items: flex-end;
	overflow: hidden;
	color: var(--rossi-white);
	background: var(--rossi-dark);
}

.contact-hero__image,
.contact-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.contact-hero__image {
	object-fit: cover;
	object-position: center 42%;
	animation: inner-hero-zoom 9s ease-out both;
}

.contact-hero__shade {
	background:
		linear-gradient(90deg, rgba(18, 26, 19, 0.9), rgba(18, 26, 19, 0.42) 50%, rgba(18, 26, 19, 0.08)),
		linear-gradient(0deg, rgba(18, 26, 19, 0.6), transparent 60%);
}

.contact-hero__content {
	position: relative;
	z-index: 2;
	width: min(var(--rossi-container), calc(100% - 48px));
	padding: 145px 0 90px;
	margin: 0 auto;
}

.contact-hero h1 {
	margin-bottom: 24px;
	color: var(--rossi-white);
}

.contact-hero h1 em,
.contact-details h2 em,
.contact-location h2 em {
	color: #f0c768;
	font-weight: 400;
}

.contact-hero__content > p:last-child {
	max-width: 570px;
	font-size: 1.18rem;
	line-height: 1.7;
}

.contact-details {
	padding: 125px max(24px, calc((100% - var(--rossi-container)) / 2));
}

.contact-details__heading {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	margin-bottom: 70px;
}

.contact-details__heading .eyebrow {
	grid-column: 1 / -1;
}

.contact-details__heading h2 {
	grid-column: 2;
}

.contact-details__heading h2 em {
	color: var(--rossi-red);
}

.contact-details__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.contact-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 260px;
	padding: 34px;
	flex-direction: column;
	color: var(--rossi-olive);
	background: rgba(255, 249, 237, 0.82);
	border: 1px solid rgba(214, 168, 76, 0.26);
	box-shadow: 0 18px 48px rgba(61, 45, 24, 0.08);
	transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.contact-card:hover {
	color: var(--rossi-olive);
	background: var(--rossi-white);
	box-shadow: 0 28px 65px rgba(61, 45, 24, 0.14);
	transform: translateY(-8px);
}

.contact-card__icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: auto;
	place-items: center;
	color: var(--rossi-red);
	background: rgba(214, 168, 76, 0.14);
	border-radius: 50%;
}

.contact-card__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-card small {
	margin: 28px 0 8px;
	color: var(--rossi-red);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.contact-card strong {
	overflow-wrap: anywhere;
	font-family: var(--rossi-serif);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 500;
}

.contact-card > i {
	position: absolute;
	top: 34px;
	right: 34px;
	color: var(--rossi-gold);
	font-style: normal;
	font-size: 1.25rem;
}

.contact-location {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	min-height: 680px;
	background: var(--rossi-dark);
}

.contact-location__copy {
	align-self: center;
	padding: 90px 12% 90px max(28px, calc((100vw - var(--rossi-container)) / 2));
	color: var(--rossi-white);
}

.contact-location__copy h2 {
	color: var(--rossi-white);
}

.contact-location__copy address {
	display: grid;
	gap: 4px;
	padding: 24px 0;
	margin: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	font-style: normal;
}

.contact-location__copy address strong {
	margin-bottom: 7px;
	color: var(--rossi-gold);
	font-family: var(--rossi-serif);
	font-size: 1.45rem;
	font-weight: 500;
}

.contact-location__copy > p {
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.contact-map-placeholder {
	position: relative;
	display: grid;
	min-height: 680px;
	place-items: center;
	overflow: hidden;
	color: var(--rossi-olive);
	background: #e6d5b2;
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.contact-map-placeholder__grid {
	position: absolute;
	inset: -10%;
	opacity: 0.42;
	background:
		linear-gradient(31deg, transparent 48%, rgba(38, 49, 38, 0.2) 49% 50%, transparent 51%),
		linear-gradient(147deg, transparent 48%, rgba(38, 49, 38, 0.16) 49% 50%, transparent 51%),
		linear-gradient(88deg, transparent 48%, rgba(197, 70, 39, 0.14) 49% 50%, transparent 51%);
	background-size: 155px 115px, 190px 145px, 245px 180px;
	transform: rotate(-6deg) scale(1.15);
}

.contact-map-placeholder__pin {
	position: absolute;
	top: 33%;
	left: 50%;
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	background: var(--rossi-terracotta);
	border: 8px solid rgba(255, 249, 237, 0.52);
	border-radius: 50% 50% 50% 8px;
	box-shadow: 0 18px 40px rgba(67, 36, 22, 0.28);
	transform: translate(-50%, -50%) rotate(-45deg);
	animation: contact-pin-float 2.8s ease-in-out infinite alternate;
}

.contact-map-placeholder__pin span {
	width: 20px;
	height: 20px;
	background: var(--rossi-white);
	border-radius: 50%;
}

.contact-map-placeholder__copy {
	position: relative;
	z-index: 2;
	max-width: 410px;
	padding: 240px 24px 40px;
	text-align: center;
}

.contact-map-placeholder__copy small {
	display: block;
	margin-bottom: 10px;
	color: var(--rossi-red);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-map-placeholder__copy strong {
	display: block;
	margin-bottom: 12px;
	font-family: var(--rossi-serif);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 500;
}

.contact-map-placeholder__copy p {
	line-height: 1.65;
}

.contact-legal {
	padding: 24px;
	color: rgba(255, 249, 237, 0.62);
	background: var(--rossi-terracotta);
	text-align: center;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-form-section {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: 9%;
	padding: 125px max(24px, calc((100% - var(--rossi-container)) / 2));
	background:
		radial-gradient(circle at 10% 18%, rgba(214, 168, 76, 0.16), transparent 28%),
		var(--rossi-sand);
}

.contact-form-section__intro {
	position: sticky;
	top: 135px;
	align-self: start;
}

.contact-form-section__intro h2 em {
	color: var(--rossi-red);
	font-weight: 400;
}

.contact-form-section__intro > p:last-child {
	max-width: 430px;
	margin-top: 26px;
	line-height: 1.75;
}

.contact-form-wrap {
	padding: clamp(30px, 5vw, 60px);
	background: rgba(255, 249, 237, 0.86);
	border: 1px solid rgba(214, 168, 76, 0.28);
	box-shadow: 0 24px 68px rgba(67, 48, 22, 0.1);
}

.rossi-contact-form {
	display: grid;
	gap: 25px;
}

.rossi-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.rossi-contact-form label {
	display: grid;
	gap: 9px;
	min-width: 0;
}

.rossi-contact-form label > span:first-child {
	color: var(--rossi-olive);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.rossi-contact-form input:not([type="checkbox"]),
.rossi-contact-form textarea {
	width: 100%;
	padding: 15px 0;
	color: var(--rossi-olive);
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(38, 49, 38, 0.34);
	border-radius: 0;
	outline: 0;
	font: inherit;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.rossi-contact-form textarea {
	min-height: 145px;
	resize: vertical;
}

.rossi-contact-form input:focus,
.rossi-contact-form textarea:focus {
	border-color: var(--rossi-red);
	box-shadow: 0 1px 0 var(--rossi-red);
}

.rossi-form-consent {
	display: grid !important;
	grid-template-columns: auto 1fr;
	gap: 12px !important;
	align-items: start;
	color: rgba(38, 49, 38, 0.76);
	font-size: 0.78rem;
	line-height: 1.55;
}

.rossi-form-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--rossi-red);
}

.rossi-form-consent a {
	color: var(--rossi-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rossi-contact-form .rossi-button {
	width: fit-content;
	margin-top: 5px;
	cursor: pointer;
}

.rossi-form-honey {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.contact-form-message {
	display: grid;
	gap: 4px;
	padding: 18px 20px;
	margin-bottom: 28px;
	border-left: 4px solid;
}

.contact-form-message--success {
	color: #244527;
	background: #e4efdf;
	border-color: #568555;
}

.contact-form-message--error {
	color: #6f281d;
	background: #f4dfd8;
	border-color: var(--rossi-red);
}

@keyframes contact-pin-float {
	to { transform: translate(-50%, -58%) rotate(-45deg); }
}

/* Legal pages */
.legal-page {
	background: var(--rossi-sand);
}

.legal-hero {
	padding: 150px max(24px, calc((100% - var(--rossi-container)) / 2)) 90px;
	color: var(--rossi-white);
	background:
		radial-gradient(circle at 82% 24%, rgba(214, 168, 76, 0.2), transparent 28%),
		var(--rossi-dark);
}

.legal-hero > div {
	max-width: 900px;
}

.legal-hero h1 {
	color: var(--rossi-white);
}

.legal-hero h1 em {
	color: var(--rossi-gold);
	font-weight: 400;
}

.legal-hero > div > p:last-child {
	max-width: 620px;
	font-size: 1.12rem;
	line-height: 1.7;
}

.legal-content {
	width: min(100% - 48px, 920px);
	padding: 100px 0 130px;
	margin: 0 auto;
}

.legal-content__body {
	padding: clamp(28px, 5vw, 70px);
	background: rgba(255, 249, 237, 0.78);
	border: 1px solid rgba(214, 168, 76, 0.24);
	box-shadow: 0 24px 70px rgba(64, 47, 24, 0.08);
}

.legal-content__body h2 {
	margin: 50px 0 16px;
	color: var(--rossi-olive);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.legal-content__body h2:first-of-type {
	margin-top: 25px;
}

.legal-content__body p,
.legal-content__body li {
	line-height: 1.8;
}

.legal-content__body a {
	color: var(--rossi-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.legal-updated {
	color: var(--rossi-red);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mobile-quickbar {
	display: none;
}

@media (max-width: 980px) {
	body.menu-is-open {
		overflow: hidden;
	}

	.site-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 14px;
		width: calc(100% - 32px);
	}

	.menu-toggle {
		display: block;
		grid-column: 3;
		grid-row: 1;
		position: relative;
		z-index: 3;
	}

	.primary-navigation {
		display: none;
		grid-column: 1 / 4;
		grid-row: 2;
		width: 100%;
		padding: 16px 0 24px;
	}

	.language-switcher {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		margin-right: 0;
		padding-left: 0;
		border-left: 0;
	}

	.primary-navigation.is-open {
		display: block;
	}

	.rossi-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.rossi-menu a {
		display: block;
		width: 100%;
		padding: 11px 0;
		font-size: 0.78rem;
	}

	.mobile-contact-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 15px 0 8px;
		margin-top: 10px;
		color: var(--rossi-gold);
		border-top: 1px solid rgba(255, 249, 237, 0.18);
		font-size: 0.78rem;
		font-weight: 600;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.site-header .rossi-button--header {
		display: none;
	}

	.mobile-quickbar {
		position: fixed;
		z-index: 950;
		right: 12px;
		bottom: max(12px, env(safe-area-inset-bottom));
		left: 12px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		overflow: hidden;
		color: var(--rossi-white);
		background: rgba(24, 32, 25, 0.96);
		border: 1px solid rgba(214, 168, 76, 0.42);
		border-radius: 14px;
		box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
		backdrop-filter: blur(12px);
		transform: translateY(calc(100% + 28px));
		opacity: 0;
		transition: transform 0.35s ease, opacity 0.35s ease;
	}

	.mobile-quickbar.is-visible {
		transform: translateY(0);
		opacity: 1;
	}

	.mobile-quickbar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-height: 54px;
		padding: 7px 5px;
		color: var(--rossi-white);
		font-size: 0.63rem;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.mobile-quickbar a + a {
		border-left: 1px solid rgba(255, 249, 237, 0.16);
	}

	.mobile-quickbar svg {
		width: 17px;
		height: 17px;
		fill: none;
		stroke: var(--rossi-gold);
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.6;
	}

	.story {
		grid-template-columns: 1fr;
		padding-bottom: 30px;
	}

	.pasta-format__details {
		grid-template-columns: 1fr;
	}

	.pasta-format__details > div,
	.pasta-format__details > div + div {
		padding: 13px 0;
		border-left: 0;
	}

	.pasta-format__details > div + div {
		border-top: 1px solid rgba(38, 49, 38, 0.12);
	}

	.pasta-guide__heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pasta-guide__grid {
		grid-template-columns: 1fr;
	}

	.pasta-guide-card {
		min-height: auto;
	}

	.pasta-guide-card + .pasta-guide-card {
		border-top: 1px solid rgba(38, 49, 38, 0.16);
		border-left: 0;
	}

	.story__photo {
		width: calc(100% - 28px);
		height: 470px;
		margin: 32px 28px 0 0;
	}

	.story__copy {
		padding: 64px 28px;
	}

	.product-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.product-card:nth-child(2) {
		margin-top: 0;
	}

	.contact-cta {
		grid-template-columns: 1fr;
	}

	.pasta-format,
	.pasta-format--reverse {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pasta-stories__heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pasta-format--reverse .pasta-format__image {
		grid-column: 1;
		grid-row: auto;
	}

	.pasta-process {
		grid-template-columns: 1fr;
	}

	.pasta-process__photo {
		min-height: 480px;
	}

	.sauce-showcase {
		grid-template-columns: 1fr;
	}

	.sauce-showcase__photo {
		position: relative;
		top: auto;
		height: 600px;
	}

	.deli-section {
		grid-template-columns: 1fr;
	}

	.deli-section__visual {
		min-height: 560px;
		clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
	}

	.contact-cta__copy {
		padding: 80px 28px;
	}

	.contact-cta__map {
		min-height: 420px;
		clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
	}

	.territory-intro {
		grid-template-columns: 1fr 1fr;
		gap: 7%;
	}

	.territory-intro__copy {
		padding-top: 0;
	}

	.territory-landscape {
		grid-template-columns: 1fr;
	}

	.territory-landscape__photo {
		min-height: 570px;
		clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
	}

	.territory-landscape__card {
		padding: 70px max(28px, calc((100vw - var(--rossi-container)) / 2)) 90px;
	}

	.territory-values__heading h2 {
		grid-column: 1 / -1;
	}

	.territory-values__grid {
		grid-template-columns: 1fr;
	}

	.territory-value {
		min-height: 280px;
	}

	.site-footer__grid {
		grid-template-columns: 1.1fr 0.8fr 1.15fr;
	}

	.site-footer__social {
		grid-column: 2;
	}

	.site-footer__map {
		grid-column: 3;
		grid-row: 1 / span 2;
	}

	.contact-details__grid {
		grid-template-columns: 1fr 1fr;
	}

	.contact-card:last-child {
		grid-column: 1 / -1;
	}

	.contact-location {
		grid-template-columns: 1fr;
	}

	.contact-location__copy {
		padding: 82px max(28px, calc((100vw - var(--rossi-container)) / 2));
	}

	.contact-map-placeholder {
		min-height: 580px;
		clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
	}

	.contact-form-section {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.contact-form-section__intro {
		position: static;
	}
}

@media (max-width: 720px) {
	h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
	h2 { font-size: clamp(3rem, 14vw, 4.5rem); }

	.site-header,
	.site-header__inner {
		min-height: 76px;
	}

	.site-brand img,
	.custom-logo {
		width: 110px;
		max-height: 66px;
	}

	.hero,
	.hero__content {
		min-height: calc(100svh - 76px);
	}

	.language-switcher a {
		gap: 3px;
		font-size: 0.61rem;
		letter-spacing: 0.07em;
	}

	.language-switcher li + li::before {
		margin: 0 4px;
	}

	.language-switcher__flag {
		font-size: 0.78rem;
	}

	.pasta-guide {
		padding: 82px 20px;
	}

	.pasta-guide__heading {
		margin-bottom: 42px;
	}

	.pasta-guide-card {
		padding: 38px 24px;
	}

	.hero__shade {
		background:
			linear-gradient(0deg, rgba(18, 26, 19, 0.96) 0%, rgba(18, 26, 19, 0.64) 65%, rgba(18, 26, 19, 0.22) 100%),
			linear-gradient(90deg, rgba(18, 26, 19, 0.64), rgba(18, 26, 19, 0.08));
	}

	.hero__content {
		width: calc(100% - 40px);
		padding: 180px 0 96px;
	}

	.handmade-stamp {
		top: 18px;
		right: 18px;
		width: 76px;
		height: 76px;
		font-size: 1rem;
	}

	.hero__nav {
		bottom: 22px;
	}

	.hero__count {
		right: 18px;
		bottom: 18px;
	}

	.inner-hero,
	.inner-hero__content {
		min-height: calc(100svh - 76px);
	}

	.inner-hero__content {
		width: calc(100% - 40px);
		padding: 130px 0 80px;
	}

	.inner-hero__shade {
		background: linear-gradient(0deg, rgba(18, 26, 19, 0.96), rgba(18, 26, 19, 0.25));
	}

	.pasta-ribbon {
		right: -34%;
		left: 20%;
		opacity: 0.58;
	}

	.pasta-ribbon__shadow {
		stroke-width: 13;
	}

	.pasta-ribbon__body {
		stroke-width: 9;
	}

	.pasta-ribbon__highlight {
		stroke-width: 1.4;
	}

	.pasta-intro,
	.pasta-formats__heading {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pasta-intro,
	.pasta-formats {
		padding: 82px 20px;
	}

	.pasta-facts {
		grid-template-columns: 1fr;
	}

	.pasta-format-list {
		gap: 58px;
	}

	.pasta-stories {
		padding: 82px 24px;
	}

	.pasta-stories__grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.pasta-story,
	.pasta-story--featured {
		grid-row: auto;
		min-height: 430px;
	}

	.pasta-story__content {
		padding: 26px;
	}

	.pasta-format__image {
		height: 390px;
	}

	.pasta-process__photo {
		min-height: 390px;
	}

	.pasta-process__content {
		padding: 58px 24px 64px;
	}

	.pasta-process__content h2 {
		font-size: clamp(3rem, 13vw, 4.2rem);
	}

	.pasta-process__social {
		right: 16px;
		bottom: 16px;
		min-width: 168px;
		padding: 15px 18px;
	}

	.pantry-hero__seal {
		right: 18px;
		bottom: 24px;
		width: 98px;
		height: 98px;
	}

	.pantry-intro,
	.pantry-final {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 82px 20px;
	}

	.sauce-showcase__photo {
		height: 500px;
		min-height: 500px;
	}

	.sauce-list {
		padding: 74px 20px;
	}

	.sauce-item {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sauce-item > span {
		display: none;
	}

	.deli-section__copy {
		padding: 78px 24px 58px;
	}

	.deli-section__visual {
		min-height: 480px;
	}

	.deli-section__circle {
		right: 22px;
		bottom: 22px;
		width: 132px;
		height: 132px;
	}

	.territory-line {
		right: -30%;
		left: -10%;
		opacity: 0.58;
	}

	.territory-hero {
		min-height: calc(100svh - 76px);
	}

	.territory-hero__shade {
		background:
			linear-gradient(0deg, rgba(18, 26, 19, 0.94) 0%, rgba(18, 26, 19, 0.5) 70%, rgba(18, 26, 19, 0.18) 100%),
			linear-gradient(90deg, rgba(18, 26, 19, 0.55), transparent);
	}

	.territory-hero__content {
		width: calc(100% - 40px);
		padding: 160px 0 100px;
	}

	.territory-hero__place {
		top: 28px;
		right: 20px;
		padding-left: 18px;
	}

	.territory-hero__scroll {
		right: 20px;
		bottom: 22px;
	}

	.territory-hero__scroll span {
		display: none;
	}

	.territory-intro {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 82px 20px;
	}

	.territory-intro__copy {
		grid-column: auto;
	}

	.territory-landscape__photo {
		min-height: 430px;
	}

	.territory-landscape__card {
		padding: 58px 24px 76px;
	}

	.territory-values {
		padding: 82px 20px;
	}

	.territory-values__heading {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}

	.territory-value {
		min-height: 270px;
		padding: 42px 24px;
	}

	.territory-value::before {
		top: 40px;
		left: 24px;
	}

	.territory-quote {
		min-height: 560px;
	}

	.territory-final {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 82px 20px;
	}

	.contact-hero {
		min-height: calc(100svh - 76px);
	}

	.contact-hero__shade {
		background:
			linear-gradient(0deg, rgba(18, 26, 19, 0.94), rgba(18, 26, 19, 0.22) 78%),
			linear-gradient(90deg, rgba(18, 26, 19, 0.56), transparent);
	}

	.contact-hero__content {
		width: calc(100% - 40px);
		padding: 140px 0 76px;
	}

	.contact-details {
		padding: 82px 20px;
	}

	.contact-details__heading,
	.contact-details__grid {
		grid-template-columns: 1fr;
	}

	.contact-details__heading h2,
	.contact-card:last-child {
		grid-column: auto;
	}

	.contact-card {
		min-height: 230px;
	}

	.contact-location__copy {
		padding: 72px 24px 82px;
	}

	.contact-map-placeholder {
		min-height: 500px;
	}

	.contact-form-section {
		padding: 82px 20px;
	}

	.contact-form-wrap {
		padding: 28px 22px;
	}

	.rossi-form-row {
		grid-template-columns: 1fr;
	}

	.legal-hero {
		padding: 125px 20px 72px;
	}

	.legal-content {
		width: calc(100% - 40px);
		padding: 70px 0 90px;
	}

	.gold-route--hero {
		left: 4%;
	}

	.story-thread {
		right: -20%;
		left: 18%;
		opacity: 0.72;
	}

	.story-thread__shadow {
		stroke-width: 5;
	}

	.story-thread__line {
		stroke-width: 2;
	}

	.products {
		padding: 82px 20px 92px;
	}

	.products__heading,
	.territory__copy {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.product-card img {
		height: 360px;
	}

	.manifesto {
		min-height: 520px;
		padding: 90px 24px;
	}

	.manifesto__ring {
		right: -30px;
		width: 130px;
		height: 130px;
	}

	.other-products {
		min-height: 650px;
	}

	.other-products__shade {
		background: linear-gradient(0deg, rgba(24, 32, 25, 0.95), rgba(24, 32, 25, 0.22) 74%);
	}

	.other-products__copy {
		position: absolute;
		right: 24px;
		bottom: 42px;
		left: 24px;
		padding: 0;
	}

	.territory {
		min-height: 680px;
	}

	.territory__copy {
		right: 24px;
		bottom: 42px;
		left: 24px;
	}

	.site-footer {
		min-height: 600px;
		padding-top: 92px;
	}

	.site-footer__watermark {
		top: 0;
		font-size: 7rem;
	}

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

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

	.site-footer__social {
		grid-column: auto;
	}

	.site-footer__map {
		grid-column: 1 / -1;
		grid-row: auto;
		width: 100%;
		max-width: 320px;
		margin-top: 18px !important;
	}

	.site-footer__map-visual {
		height: 270px;
	}

	.site-footer__map-visual img {
		width: 180px;
		height: 250px;
	}

	.footer-map__point {
		top: 94px;
		left: 56px;
	}

	.footer-map__pulse {
		top: 87px;
		left: 49px;
	}

	.footer-map__label {
		top: 84px;
		left: 81px;
	}

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

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

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

	.reveal-up {
		opacity: 1;
		transform: none;
	}

	.reveal-mask {
		clip-path: none;
	}

	.story-thread__line,
	.story-thread__shadow {
		stroke-dashoffset: 0 !important;
	}

	.story-thread__ear {
		opacity: 1;
		transform: none;
	}

	.intro-screen {
		display: none;
	}

	.pasta-ribbon__shadow,
	.pasta-ribbon__body,
	.pasta-ribbon__highlight {
		stroke-dashoffset: 0 !important;
	}

	.pasta-ribbon__curl {
		opacity: 0.78;
		transform: none;
	}
}
