@font-face {
  font-family: "Syne";
  src: url("../fonts/syne.woff2") format("woff2");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit.woff2") format("woff2");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --carta: #FAF9F6;
  --panna: #FFFFFF;
  --zucchero: #2E4C5E;
  --zafferano: #C89238;
  --filo: #B84A40;
  --lana: #DCD3BE;
  --ink: #243541;
  --velluto: #8E2C4E;
  --gobelin: #4D7652;
  --rafia: #A8C6D5;
  --cartella: #B98524;
  --shadow: rgba(46, 76, 94, 0.18);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--carta);
  color: var(--zucchero);
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background-color: var(--carta);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='32' viewBox='0 0 56 32' fill='none'%3E%3Cg stroke='%232E4C5E' stroke-opacity='.08' stroke-width='1.2' stroke-linecap='round'%3E%3Cpath d='M0 10c7-8 21-8 28 0s21 8 28 0'/%3E%3Cpath d='M-14 26c7-8 21-8 28 0s21 8 28 0s21-8 28 0'/%3E%3Cpath d='M14 16c3.5-4 10.5-4 14 0s10.5 4 14 0'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px 32px;
  background-attachment: fixed;
  color: var(--zucchero);
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.62;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

img,
svg,
canvas {
  display: block;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-nav {
  position: absolute;
  z-index: 6;
  inset: 0 0 auto;
  padding: 22px 0;
  color: var(--zucchero);
}

.site-nav__inner {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-nav__brand,
.site-nav__links a {
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav__brand {
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: none;
}

.site-nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav__links a {
  color: rgba(36, 53, 65, 0.8);
  font-size: 0.72rem;
  transition: color 180ms ease;
}

.site-nav__links a:hover,
.site-nav__links a[aria-current="page"] {
  color: var(--zafferano);
}

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background: var(--carta);
}

.unravel-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(250, 249, 246, .52);
}

.hero__halo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(560px, 74vw, 1020px);
  height: clamp(360px, 48vw, 600px);
  pointer-events: none;
  transform: translate(-50%, -54%);
  background: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 72px 0 120px;
}

.brand-kicker,
.section-label,
.small-note,
figcaption {
  margin: 0;
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.brand-kicker,
.section-label {
  color: var(--zafferano);
  font-size: 0.76rem;
}

.hero h1 {
  margin: 10px 0 0;
  color: #24404F;
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(3.2rem, 9vw, 6.4rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(250, 249, 246, 0.6);
}

.hero__tagline {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--ink);
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.72rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.28;
}

.story {
  position: relative;
  overflow: hidden;
}

.charm {
  position: absolute;
  z-index: 3;
  width: clamp(43px, 4.9vw, 67px);
  height: auto;
  opacity: 0.5;
  overflow: visible;
  pointer-events: none;
  transform-box: fill-box;
  transform-origin: 50% 0%;
  will-change: transform;
}

.charm--tassel {
  top: 72px;
  right: max(18px, calc((100vw - var(--max)) / 2 - 22px));
}

.charm--bamboo {
  top: 52px;
  left: max(16px, calc((100vw - var(--max)) / 2 - 28px));
}

.charm--button {
  top: 64px;
  right: max(14px, calc((100vw - var(--max)) / 2 - 18px));
}

.charm__cord,
.charm__fringe,
.charm__ring-mark {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.charm__cord {
  stroke: rgba(46, 76, 94, 0.46);
  stroke-width: 3;
}

.charm__pearl {
  fill: var(--panna);
  stroke: rgba(46, 76, 94, 0.34);
  stroke-width: 2;
}

.charm__pearl--gold {
  fill: #E6C67A;
}

.charm__cap {
  fill: var(--velluto);
  stroke: rgba(46, 76, 94, 0.2);
  stroke-width: 2;
}

.charm__fringe {
  stroke: var(--velluto);
  stroke-width: 4;
}

.charm__fringe--fine {
  stroke-width: 2;
  opacity: 0.72;
}

.charm__ring {
  fill: none;
  stroke: var(--cartella);
  stroke-width: 12;
}

.charm__ring-mark {
  stroke: rgba(36, 53, 65, 0.24);
  stroke-width: 3;
}

.charm__button-face {
  fill: #D7B85D;
  stroke: rgba(46, 76, 94, 0.24);
  stroke-width: 3;
}

.charm__button-hole {
  fill: var(--zucchero);
}

.marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-block: 1px solid rgba(46, 76, 94, 0.14);
}

.marquee--paper {
  color: var(--zucchero);
  background: transparent;
}

.marquee--blue {
  color: var(--zucchero);
  background: transparent;
  border-color: rgba(46, 76, 94, 0.14);
}

.marquee__track {
  width: max-content;
  display: flex;
  gap: 0;
  padding: 17px 0;
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  animation: marquee-scroll 34s linear infinite;
  will-change: transform;
}

.marquee__track span {
  display: block;
  padding-right: 0;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.chapter,
.finale {
  position: relative;
  z-index: 2;
}

.chapter {
  display: grid;
  align-items: center;
  border-top: 2px solid transparent;
  padding: clamp(96px, 11vw, 128px) 0;
}

.chapter__inner,
.finale__inner {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
}

.chapter__inner--narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.chapter__inner--center {
  text-align: center;
}

.chapter__inner--center p {
  margin-right: auto;
  margin-left: auto;
}

.chapter--intro {
  background: transparent;
}

.chapter--materials {
  border-top-color: rgba(168, 198, 213, 0.72);
  background: transparent;
}

.chapter--hands {
  color: var(--zucchero);
  border-top-color: rgba(77, 118, 82, 0.78);
  background: transparent;
}

.chapter--collection {
  border-top-color: rgba(142, 44, 78, 0.72);
  background: transparent;
}

.chapter--italia {
  color: var(--zucchero);
  border-top-color: rgba(142, 44, 78, 0.72);
  background: transparent;
}

.chapter--materials .section-label,
.chapter--materials h2 {
  color: #547B88;
}

.chapter--hands .section-label,
.chapter--hands h2 {
  color: var(--gobelin);
}

.chapter--collection .section-label,
.chapter--collection h2,
.chapter--italia .section-label,
.chapter--italia h2 {
  color: var(--velluto);
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 10px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(2.7rem, 6.2vw, 4.35rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: 0;
}

[data-split-title] {
  visibility: hidden;
}

h2.is-static,
.reduced-motion h2 {
  visibility: visible;
}

.split-char {
  display: inline-block;
  will-change: transform, opacity;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: 1.28rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 0.78fr);
  align-items: center;
  gap: 72px;
}

.split-layout--reverse {
  grid-template-columns: minmax(300px, 0.78fr) minmax(280px, 0.92fr);
}

.copy-block {
  max-width: 560px;
}

.copy-block p {
  margin: 24px 0 0;
  color: var(--ink);
}

.small-note {
  max-width: 480px;
  color: rgba(46, 76, 94, 0.78);
  font-size: 0.78rem;
}

.accent-divider {
  width: min(340px, 100%);
  margin: 26px 0 0;
  border-top: 1px solid rgba(200, 146, 56, 0.62);
}

.accent-divider::after {
  display: block;
  width: 54px;
  height: 3px;
  margin-top: -2px;
  content: "";
  background: var(--zafferano);
}

.chapter--hands .accent-divider {
  border-color: rgba(77, 118, 82, 0.36);
}

.chapter--hands .accent-divider::after {
  background: var(--gobelin);
}

.photo-panel,
.product-card figure,
.finale__photo {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.photo-panel {
  margin: 0;
  min-height: clamp(360px, 44vw, 520px);
  display: grid;
  align-items: end;
  justify-items: center;
  grid-template-rows: minmax(0, 1fr) auto;
}

.photo-panel img,
.product-card img,
.finale__photo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 250ms ease;
  will-change: transform;
}

.photo-panel figcaption {
  position: static;
  margin-top: 14px;
  color: rgba(36, 53, 65, 0.68);
  font-size: 0.68rem;
  text-align: center;
}

.photo-panel--large {
  position: relative;
}

.photo-panel--large figcaption {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.photo-panel--right {
  border-right: 0;
  border-left: 1px solid rgba(46, 76, 94, 0.12);
}

.photo-panel:hover img,
.finale__photo:hover img {
  transform: translateY(-6px) scale(1.015);
}

.video-placeholder {
  position: relative;
  min-height: 480px;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(46, 76, 94, 0.14);
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(46, 76, 94, 0.045) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(200, 146, 56, 0.07) 0 1px, transparent 1px 34px),
    rgba(255, 255, 255, 0.46);
}

.play-button {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: default;
  color: var(--carta);
  background: var(--zucchero);
  border: 1px solid rgba(46, 76, 94, 0.42);
  border-radius: 999px;
  box-shadow: 0 12px 36px rgba(46, 76, 94, 0.25);
}

.play-button svg {
  width: 34px;
  height: 34px;
  margin-left: 4px;
  fill: currentColor;
}

.video-placeholder figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: var(--zafferano);
  font-size: 0.72rem;
  text-align: center;
}

.video-placeholder--live {
  display: block;
  border: none;
  background: none;
}

.video-placeholder--live video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  border-radius: 8px;
}

.video-placeholder--live figcaption {
  left: 50%;
  right: auto;
  bottom: 14px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  background: rgba(20, 26, 32, 0.45);
  border-radius: 999px;
  padding: 6px 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

.collection-heading {
  max-width: 780px;
}

.collection-heading p:not(.section-label) {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 1.12rem;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  column-gap: 56px;
  row-gap: 110px;
  margin-top: 52px;
}

.chapter--collection .chapter__inner,
.chapter--italia .chapter__inner {
  max-width: 1060px;
}

.product-card {
  min-width: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-card figure {
  margin: 0;
  height: clamp(250px, 27vw, 340px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-card:hover img {
  transform: translateY(-6px) scale(1.015);
}

.product-card h3 {
  margin: 16px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-card p {
  margin: 4px 0 0;
  color: rgba(46, 76, 94, 0.58);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.collection-actions {
  margin-top: 44px;
}

.collection-rail__controls {
  display: none;
}

.product-card--desktop-extra,
.chapter--worn {
  display: none;
}

.finale {
  display: grid;
  align-items: center;
  padding: clamp(112px, 11vw, 128px) 0;
  color: var(--zucchero);
  border-top: 2px solid rgba(185, 133, 36, 0.72);
  background: var(--carta);
}

.finale__photo {
  width: min(340px, 72vw);
  margin: 36px auto 0;
  height: clamp(280px, 34vw, 390px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.finale__copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.finale__copy h2 {
  visibility: visible;
  max-width: 800px;
  margin: 10px 0 0;
  color: var(--cartella);
  font-size: clamp(3rem, 6.8vw, 5rem);
}

.finale__copy p:not(.section-label) {
  max-width: 560px;
  margin: 28px auto 0;
  color: rgba(36, 53, 65, 0.78);
}

.finale .section-label {
  color: var(--cartella);
}

.finale .button--outline {
  color: var(--zucchero);
  border-color: rgba(46, 76, 94, 0.28);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
  will-change: transform;
}

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

.button--primary {
  color: var(--carta);
  background: var(--zucchero);
  border: 1px solid var(--zucchero);
}

.button--outline {
  color: var(--zucchero);
  background: transparent;
  border: 1px solid rgba(46, 76, 94, 0.42);
}

.contact-line,
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 12px;
  color: rgba(36, 53, 65, 0.76);
  font-size: 0.86rem;
  line-height: 1.5;
}

.contact-line {
  margin-top: 26px;
}

.contact-line a,
.site-footer a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
}

.contact-line a:hover,
.site-footer a:hover {
  color: var(--zucchero);
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid rgba(46, 76, 94, 0.14);
  background: var(--carta);
}

.site-footer__inner {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 30px 0 42px;
}

.collection-page .site-nav {
  position: relative;
  inset: auto;
  background: rgba(250, 249, 246, 0.92);
}

.collection-shell {
  width: min(100% - 44px, 1060px);
  margin: 0 auto;
  padding: 56px 0 118px;
}

.collection-page-hero {
  max-width: 780px;
  margin-bottom: 52px;
}

.collection-page-hero h1 {
  margin: 10px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 7.2vw, 5.2rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.collection-page-hero p:not(.section-label) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 1.14rem;
}

.catalog-subtitle {
  margin: -20px 0 30px;
  color: rgba(36, 53, 65, 0.76);
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  font-style: italic;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  column-gap: 56px;
  row-gap: 110px;
}

.catalog-card {
  min-width: 0;
  width: 100%;
  padding: 0;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  outline: none;
}

.catalog-card:focus-visible {
  outline: 2px solid rgba(46, 76, 94, 0.36);
  outline-offset: 10px;
}

.catalog-card__image {
  position: relative;
  margin: 0;
  height: clamp(230px, 22vw, 310px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.catalog-card__image img {
  position: static;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 250ms ease;
  will-change: transform;
}

.catalog-card:hover .catalog-card__image img,
.catalog-card:focus-visible .catalog-card__image img {
  transform: translateY(-6px) scale(1.015);
}

.catalog-card h2 {
  visibility: visible;
  margin: 16px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog-card p {
  min-height: 1.55em;
  margin: 8px 0 0;
  overflow: hidden;
  color: rgba(36, 53, 65, 0.78);
  font-size: 0.83rem;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-modal {
  width: min(1180px, calc(100% - 32px));
  max-height: min(880px, calc(100% - 32px));
  padding: 0;
  overflow: auto;
  color: var(--zucchero);
  background: var(--carta);
  border: 1px solid rgba(46, 76, 94, 0.24);
  border-radius: 8px;
  box-shadow: 0 36px 100px rgba(36, 53, 65, 0.36);
}

.product-modal::backdrop {
  background: rgba(36, 53, 65, 0.46);
}

.product-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  gap: 34px;
  padding: 28px;
}

.product-modal__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  align-items: start;
  gap: 14px;
}

.product-modal__thumbs {
  order: 2;
  display: grid;
  gap: 12px;
}

.product-modal__thumb {
  width: 84px;
  aspect-ratio: 3 / 4;
  padding: 0;
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(46, 76, 94, 0.16);
  border-radius: 6px;
  opacity: 0.66;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-modal__thumb:hover,
.product-modal__thumb:focus-visible,
.product-modal__thumb.is-active {
  opacity: 1;
  border-color: rgba(46, 76, 94, 0.46);
  outline: none;
}

.product-modal__thumb:focus-visible {
  transform: translateY(-2px);
}

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

.product-modal__main-figure {
  order: 1;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(46, 76, 94, 0.12);
  border-radius: 8px;
}

.product-modal__main-figure img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 200ms ease;
}

.product-modal__main-figure img.is-switching {
  opacity: 0;
}

.product-modal__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.product-modal__title {
  visibility: visible;
  margin: 6px 0 0;
  color: var(--zucchero);
  font-size: 4rem;
}

.product-modal__materials {
  margin: 18px 0 0;
  color: var(--zafferano);
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-modal__description {
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 1.02rem;
}

.product-modal__note {
  margin: 18px 0 0;
  color: rgba(36, 53, 65, 0.72);
  font-size: 0.94rem;
  font-style: italic;
}

.product-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-modal__close {
  position: sticky;
  top: 18px;
  align-self: flex-end;
  width: 42px;
  height: 42px;
  margin-left: auto;
  display: grid;
  place-items: center;
  padding: 0;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: var(--zucchero);
  background: rgba(250, 249, 246, 0.84);
  border: 1px solid rgba(46, 76, 94, 0.2);
  border-radius: 999px;
}

.product-modal__close svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
}

[data-reveal] {
  will-change: transform, opacity;
}

@media (min-width: 768px) {
  .home-page .site-nav {
    position: fixed;
    inset: 0 0 auto;
    min-height: 58px;
    padding: 0;
    color: var(--zucchero);
    background: rgba(250, 249, 246, 0.94);
  }

  .home-page .site-nav::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: rgba(46, 76, 94, 0.14);
    opacity: 0;
    transition: opacity 250ms ease;
  }

  .home-page .site-nav.is-scrolled::after {
    opacity: 1;
  }

  .home-page .site-nav__inner {
    width: 100%;
    min-height: 58px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 28px;
    padding: 0 6vw;
  }

  .home-page .site-nav__brand {
    grid-column: 1;
    justify-self: start;
    font-size: 1.02rem;
    letter-spacing: 0.04em;
  }

  .home-page .site-nav__links {
    grid-column: 2;
    justify-self: end;
    gap: 24px;
  }

  .home-page .site-nav__links a {
    position: relative;
    padding: 22px 0 20px;
    color: rgba(36, 53, 65, 0.78);
    font-size: 11px;
    letter-spacing: 0.14em;
    transition: color 250ms ease;
  }

  .home-page .site-nav__links a::after {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 250ms ease;
  }

  .home-page .site-nav__links a:hover,
  .home-page .site-nav__links a[aria-current="page"] {
    color: var(--zucchero);
  }

  .home-page .site-nav__links a:hover::after,
  .home-page .site-nav__links a[aria-current="page"]::after {
    transform: scaleX(1);
  }

  .home-page .brand-kicker,
  .home-page .section-label,
  .home-page .small-note {
    color: #C0271A;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .home-page .chapter,
  .home-page .finale {
    border-top: 1px solid rgba(46, 76, 94, 0.12);
    background: transparent;
  }

  .home-page .chapter {
    padding: clamp(112px, 10vw, 150px) 0;
  }

  .home-page .chapter__inner,
  .home-page .finale__inner {
    width: 100%;
    max-width: none;
  }

  .home-page .chapter__inner--narrow {
    width: min(100% - 12vw, 920px);
    max-width: 920px;
    text-align: center;
  }

  .home-page h2 {
    font-size: clamp(2.15rem, 3.8vw, 3.35rem);
    line-height: 1.02;
  }

  .home-page .lead {
    max-width: 44ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.18rem;
    font-weight: 300;
    line-height: 1.7;
  }

  .home-page .chapter--materials,
  .home-page .chapter--hands {
    padding: 0;
  }

  .home-page .split-layout,
  .home-page .split-layout--reverse {
    min-height: clamp(620px, 62vw, 780px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
  }

  .home-page .copy-block {
    width: min(36ch, 100%);
    max-width: 36ch;
    align-self: center;
    justify-self: center;
    padding: clamp(44px, 6vw, 92px) 0;
  }

  .home-page .copy-block p {
    margin-top: 22px;
    font-size: 1.02rem;
    font-weight: 300;
    line-height: 1.76;
  }

  .home-page .accent-divider {
    width: 100%;
    margin-top: 24px;
    border-color: rgba(46, 76, 94, 0.16);
  }

  .home-page .accent-divider::after {
    width: 42px;
    height: 1px;
    margin-top: -1px;
    background: #C0271A;
  }

  .home-page .photo-panel {
    min-height: inherit;
    height: 100%;
    padding: clamp(44px, 6vw, 90px);
    align-items: center;
    border-right: 1px solid rgba(46, 76, 94, 0.12);
  }

  .home-page .photo-panel img {
    max-height: min(68svh, 620px);
  }

  .home-page .photo-panel figcaption,
  .home-page .worn-shot figcaption {
    margin-top: 14px;
    color: rgba(36, 53, 65, 0.58);
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .home-page .video-placeholder {
    min-height: inherit;
    height: 100%;
    border: 0;
    border-left: 1px solid rgba(46, 76, 94, 0.12);
    border-radius: 0;
  }

  .home-page .video-placeholder--live video {
    min-height: inherit;
    height: 100%;
    border-radius: 0;
  }

  .home-page .video-placeholder--live figcaption {
    bottom: 24px;
  }

  .home-page .marquee {
    border-block: 1px solid rgba(46, 76, 94, 0.12);
  }

  .home-page .marquee__track {
    padding: 14px 0;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .home-page .chapter--collection {
    padding: clamp(112px, 10vw, 150px) 0;
  }

  .home-page .chapter--collection .chapter__inner {
    max-width: none;
  }

  .home-page .collection-heading,
  .home-page .collection-actions {
    max-width: 44ch;
    margin-left: 6vw;
  }

  .home-page .collection-heading p:not(.section-label) {
    font-size: 1.02rem;
    font-weight: 300;
    line-height: 1.72;
  }

  .home-page .collection-rail {
    margin-top: 56px;
  }

  .home-page .collection-rail__controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 6vw 18px;
  }

  .home-page .collection-rail__button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
    appearance: none;
    cursor: pointer;
    color: var(--zucchero);
    background: transparent;
    border: 1px solid rgba(46, 76, 94, 0.18);
    border-radius: 999px;
    font: 300 1.5rem/1 "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
    transition: border-color 250ms ease, color 250ms ease, transform 250ms ease;
  }

  .home-page .collection-rail__button:hover,
  .home-page .collection-rail__button:focus-visible {
    color: #C0271A;
    border-color: rgba(192, 39, 26, 0.42);
    outline: none;
    transform: translateY(-1px);
  }

  .home-page .collection-rail__button:disabled {
    cursor: default;
    opacity: 0.32;
    transform: none;
  }

  .home-page .collection-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(286px, 23vw, 340px);
    grid-template-columns: none;
    align-items: end;
    gap: clamp(24px, 2.4vw, 38px);
    margin-top: 0;
    padding: 0 6vw 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-padding-inline: 6vw;
    scroll-snap-type: x mandatory;
    cursor: grab;
  }

  .home-page .collection-grid:active {
    cursor: grabbing;
  }

  .home-page .collection-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }

  .home-page .collection-grid::-webkit-scrollbar {
    display: none;
  }

  .home-page .product-card {
    scroll-snap-align: start;
  }

  .home-page .product-card--desktop-extra {
    display: block;
  }

  .home-page .product-card figure {
    height: clamp(320px, 34vw, 420px);
  }

  .home-page .product-card:hover img {
    transform: scale(1.025);
  }

  .home-page .collection-actions {
    display: flex;
    margin-top: 38px;
  }

  .home-page .chapter--worn {
    display: block;
    padding: clamp(104px, 9vw, 136px) 0 0;
  }

  .home-page .worn-heading {
    width: min(100% - 12vw, 760px);
    margin: 0 auto clamp(52px, 6vw, 88px);
    text-align: center;
  }

  .home-page .worn-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: clamp(58px, 7vw, 104px) 1px;
  }

  .home-page .worn-shot {
    min-width: 0;
    margin: 0;
    background: transparent;
  }

  .home-page .worn-shot img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .home-page .worn-shot figcaption {
    margin-right: 6vw;
    margin-left: 6vw;
    text-align: left;
  }

  .home-page .finale {
    padding: 0;
  }

  .home-page .finale__inner {
    padding: 0 6vw;
  }

  .home-page .finale__copy--mobile {
    display: none;
  }

  .home-page .maison-footer {
    display: block;
    padding: clamp(56px, 6vw, 84px) 0 28px;
  }

  .home-page .maison-footer__grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(140px, 1fr));
    gap: clamp(30px, 4vw, 74px);
    align-items: start;
  }

  .home-page .maison-footer h2,
  .home-page .maison-footer__eyebrow {
    visibility: visible;
  }

  .home-page .maison-footer h2 {
    margin: 0 0 16px;
    color: #C0271A;
    font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .home-page .maison-footer p {
    margin: 0;
    color: rgba(36, 53, 65, 0.72);
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.62;
  }

  .home-page .maison-footer p + p {
    margin-top: 8px;
  }

  .home-page .maison-footer__eyebrow {
    color: var(--zucchero);
    font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 650;
    line-height: 1.05;
  }

  .home-page .maison-footer a {
    color: inherit;
    text-decoration: none;
    text-underline-offset: 4px;
  }

  .home-page .maison-footer a:hover {
    color: var(--zucchero);
    text-decoration: underline;
  }

  .home-page .maison-footer__bottom {
    margin-top: clamp(46px, 5vw, 70px);
    padding-top: 18px;
    color: rgba(36, 53, 65, 0.66);
    border-top: 1px solid rgba(46, 76, 94, 0.12);
    text-align: center;
  }
}

@media (max-width: 900px) {
  body {
    background-attachment: scroll;
    font-size: 17px;
  }

  .site-nav {
    padding: 16px 0;
  }

  .site-nav__inner {
    width: min(100% - 32px, var(--max));
  }

  .site-nav__links {
    gap: 12px;
  }

  .hero__tagline {
    font-size: 1.58rem;
  }

  .chapter {
    padding: 86px 0;
  }

  .split-layout,
  .split-layout--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .split-layout--reverse .video-placeholder {
    order: -1;
  }

  .copy-block {
    max-width: none;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-modal__layout {
    grid-template-columns: 1fr;
  }

  .product-modal__gallery {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .product-modal__thumb {
    width: 72px;
  }

  .product-card figure,
  .photo-panel,
  .finale__photo {
    height: auto;
    min-height: 320px;
  }

  .product-card figure,
  .catalog-card__image {
    height: clamp(240px, 62vw, 380px);
  }

  .video-placeholder {
    min-height: 360px;
  }

}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .hero__content,
  .chapter__inner,
  .finale__inner,
  .collection-shell,
  .site-nav__inner {
    width: min(100% - 28px, var(--max));
  }

  .site-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-nav__links {
    justify-content: flex-start;
  }

  .hero__tagline {
    font-size: 1.32rem;
  }

  .lead {
    font-size: 1.08rem;
  }

  .brand-kicker,
  .section-label,
  .small-note,
  figcaption,
  .button {
    letter-spacing: 0.1em;
  }

  .charm {
    width: 41px;
    opacity: 0.36;
  }

  .charm--tassel,
  .charm--button {
    right: 10px;
  }

  .charm--bamboo {
    left: 8px;
  }

  .marquee__track {
    font-size: 0.78rem;
  }

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

  .collection-shell {
    padding-top: 42px;
  }

  .product-modal__layout {
    gap: 24px;
    padding: 18px;
  }

  .product-modal__gallery {
    grid-template-columns: 1fr;
  }

  .product-modal__thumbs {
    grid-template-columns: repeat(3, minmax(0, 72px));
    justify-content: start;
  }

  .product-modal__title {
    font-size: 3rem;
  }

  .cta-row,
  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .hero {
    min-height: 92svh;
  }

  .hero__content {
    min-height: 92svh;
  }

  [data-reveal],
  .split-char,
  .charm,
  .photo-panel img,
  .product-card img,
  .catalog-card,
  .catalog-card img,
  .worn-shot img,
  .product-modal__main-figure img,
  .finale__photo img {
    transform: none !important;
    opacity: 1 !important;
    will-change: auto;
  }

  .marquee__track {
    animation: none !important;
  }
}

/* richiesta cliente: occhiello hero in filo rosso */
.hero .brand-kicker {
  color: var(--filo);
}

/* richiesta cliente: titolo leggermente in grassetto, rosso deciso */
.hero h1 {
  -webkit-text-stroke: 0.7px #24404F;
}

.hero .brand-kicker {
  color: #C0271A;
  -webkit-text-stroke: 0.35px #C0271A;
}

.home-shell {
  position: relative;
  z-index: 2;
}

.home-grid {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) 0 clamp(84px, 9vw, 132px);
}

.home-grid__heading {
  max-width: 620px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}

.home-grid h2 {
  margin-top: 10px;
  color: var(--zucchero);
  font-size: clamp(1.9rem, 4.8vw, 2.8rem);
  line-height: 1.04;
}

.home-grid__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  column-gap: 24px;
  row-gap: 40px;
}

.home-grid__card {
  min-width: 0;
  color: inherit;
  text-align: center;
  text-decoration: none;
  outline-offset: 10px;
}

.home-grid__image {
  height: clamp(188px, 48vw, 330px);
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.home-grid__image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 250ms ease;
  will-change: transform;
}

.home-grid__card:hover .home-grid__image img,
.home-grid__card:focus-visible .home-grid__image img {
  transform: translateY(-6px) scale(1.015);
}

.home-grid__card:focus-visible {
  outline: 2px solid rgba(46, 76, 94, 0.36);
}

.home-grid__card h3 {
  margin: 16px 0 0;
  color: var(--zucchero);
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.story-hero {
  padding: clamp(72px, 9vw, 124px) 0 clamp(68px, 8vw, 108px);
  border-top: 1px solid rgba(46, 76, 94, 0.12);
}

.story-hero__inner {
  width: min(100% - 44px, 820px);
  margin: 0 auto;
  text-align: center;
}

.story-hero h1 {
  margin: 10px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.story-hero p:not(.section-label) {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--ink);
  font-size: 1.16rem;
  font-weight: 300;
}

.storia-page .site-nav {
  position: relative;
  inset: auto;
  background: rgba(250, 249, 246, 0.94);
}

.storia-page .site-nav::after {
  opacity: 1;
}

.storia-page .chapter--worn {
  display: block;
}

.storia-page .finale {
  padding: clamp(96px, 10vw, 132px) 0 0;
}

.storia-page .worn-heading {
  width: min(100% - 44px, 760px);
  margin: 0 auto clamp(42px, 6vw, 72px);
  text-align: center;
}

.storia-page .worn-gallery {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.storia-page .worn-shot {
  min-width: 0;
  margin: 0;
}

.storia-page .worn-shot img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.storia-page .worn-shot figcaption {
  margin-top: 14px;
  color: rgba(36, 53, 65, 0.58);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.storia-page .chapter--runway {
  border-top-color: rgba(185, 133, 36, 0.72);
}

.storia-page .chapter--runway .section-label,
.storia-page .chapter--runway h2 {
  color: var(--cartella);
}

.video-placeholder--vertical {
  max-width: 420px;
  min-height: 0;
  margin-inline: auto;
}

.video-placeholder--vertical video {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 8px;
}

.home-page .video-placeholder--vertical {
  height: auto;
  min-height: 0;
  align-self: center;
  justify-self: center;
  border: 0;
  border-radius: 8px;
}

.home-page .video-placeholder--vertical video {
  height: auto;
  min-height: 0;
  border-radius: 8px;
}

.collection-page-hero--archive {
  margin-top: 90px;
}

.collection-page-hero h2 {
  margin: 10px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(2.3rem, 5.4vw, 4rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.craft-hours {
  text-align: center;
}

.craft-hours__number {
  margin: 18px 0 0;
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(4.5rem, 12vw, 8.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}

.craft-hours__caption {
  visibility: visible;
  margin: 12px 0 0;
  color: var(--zafferano);
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.craft-hours p:not(.section-label):not(.craft-hours__number) {
  max-width: 640px;
  margin: 28px auto 0;
  color: var(--ink);
}

.craft-details-section .chapter__inner {
  width: min(100% - 44px, var(--max));
}

.craft-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: clamp(42px, 5vw, 64px);
}

.craft-details figure {
  min-width: 0;
  margin: 0;
}

.craft-details img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(46, 76, 94, .12);
}

.craft-details figcaption {
  margin-top: 14px;
  color: rgba(36, 53, 65, 0.68);
  font-size: 0.68rem;
  text-align: center;
}

.craft-statement {
  padding: clamp(90px, 12vw, 140px) 0;
  text-align: center;
  border-block: 1px solid rgba(46, 76, 94, .14);
}

.craft-statement__text {
  max-width: 720px;
  margin: 32px auto 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 300;
  line-height: 1.5;
}

.maison-footer {
  display: block;
  color: var(--zucchero);
}

.maison-footer--standalone {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: clamp(56px, 6vw, 84px) 0 28px;
  border-top: 1px solid rgba(46, 76, 94, 0.12);
}

.finale .maison-footer {
  width: 100%;
  margin-top: clamp(46px, 5vw, 70px);
  padding: clamp(46px, 5vw, 70px) 0 28px;
  border-top: 1px solid rgba(46, 76, 94, 0.12);
}

.maison-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.maison-footer h2,
.maison-footer__eyebrow {
  visibility: visible;
}

.maison-footer h2 {
  margin: 0 0 12px;
  color: #C0271A;
  font-family: "Outfit", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.maison-footer p {
  margin: 0;
  color: rgba(36, 53, 65, 0.72);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.62;
}

.maison-footer p + p {
  margin-top: 8px;
}

.maison-footer__eyebrow {
  color: var(--zucchero);
  font-family: "Syne", -apple-system, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 650;
  line-height: 1.05;
}

.maison-footer a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
}

.maison-footer a:hover {
  color: var(--zucchero);
  text-decoration: underline;
}

.maison-footer__bottom {
  margin-top: clamp(34px, 5vw, 70px);
  padding-top: 18px;
  color: rgba(36, 53, 65, 0.66);
  border-top: 1px solid rgba(46, 76, 94, 0.12);
  text-align: center;
}

@media (min-width: 768px) {
  .home-grid {
    width: min(100% - 12vw, var(--max));
    padding: clamp(90px, 8vw, 132px) 0 clamp(96px, 9vw, 148px);
  }

  .home-grid__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 24px;
  }

  .home-grid__image {
    height: clamp(260px, 28vw, 410px);
  }

  .storia-page .worn-gallery {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(58px, 7vw, 104px) 1px;
  }

  .maison-footer__grid {
    grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(140px, 1fr));
    gap: clamp(30px, 4vw, 74px);
  }

  .craft-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .craft-details-section .chapter__inner {
    width: min(100% - 12vw, var(--max));
    max-width: var(--max);
  }

  .home-page .craft-statement {
    padding: clamp(90px, 12vw, 140px) 0;
  }

  .home-page .photo-panel--right {
    border-right: 0;
    border-left: 1px solid rgba(46, 76, 94, 0.12);
  }
}

@media (max-width: 560px) {
  .home-grid,
  .story-hero__inner,
  .maison-footer--standalone,
  .storia-page .worn-heading,
  .storia-page .worn-gallery {
    width: min(100% - 28px, var(--max));
  }

  .home-grid__image {
    height: clamp(168px, 50vw, 260px);
  }

  .home-grid__card h3 {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-grid__card img {
    transform: none !important;
    opacity: 1 !important;
    will-change: auto;
  }
}
