:root {
  --red-deep: #2b0608;
  --red: #6d0d12;
  --red-bright: #a01218;
  --cream: #f5e7cf;
  --cream-soft: #e9d6b6;
  --surface-warm: #f2e3cb;
  --surface-warm-deep: #e6cfaa;
  --gold: #d9b779;
  --ink: #0c0102;
  --line: rgba(109, 13, 18, 0.2);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--surface-warm); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-warm);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 20; padding: 10px 14px; background: var(--cream); color: var(--red); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.subhead {
  background: linear-gradient(180deg, rgba(18, 2, 3, .78), rgba(18, 2, 3, .2) 72%, transparent);
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  padding: max(16px, env(safe-area-inset-top)) clamp(20px, 4vw, 64px) 16px;
  color: #fff8ed;
  border-bottom: 0;
}
.subhead__home,
.subhead__links a {
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.subhead__home { justify-self: start; display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; gap: 9px; }
.subhead__home svg { width: 17px; }
.subhead__brand { justify-self: center; }
.subhead__brand img { width: clamp(126px, 15vw, 182px); filter: brightness(0) invert(1); }
.subhead__links { justify-self: end; display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
.subhead__links a { display: inline-flex; align-items: center; min-height: 44px; }
.subhead a { transition: opacity 180ms ease; }
.subhead a:hover { opacity: 0.65; }
.subhead__home,
.subhead__links { display: none; }
.mobile-menu-trigger,
.mobile-menu-panel { display: none; }

/* Menu principale: identico alla tendina della homepage. */
.subhead .menu {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: -11px -6px;
  padding: 11px 6px;
  border: 0;
  background: none;
  color: #fff8ed;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.menu__icon { display: inline-flex; opacity: .85; }
.navsheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  background: rgba(8,1,2,.5);
  -webkit-backdrop-filter: blur(7px) saturate(.85);
  backdrop-filter: blur(7px) saturate(.85);
  pointer-events: none;
  transition: opacity .45s ease, visibility 0s linear .45s;
}
.navsheet.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition: opacity .45s ease; }
html.nav-open, html.nav-open body { overflow: hidden; }
.navsheet__panel {
  position: absolute;
  top: max(clamp(72px,9vh,104px), calc(env(safe-area-inset-top) + 60px));
  left: max(clamp(16px,4vw,40px), env(safe-area-inset-left));
  right: max(clamp(16px,4vw,40px), env(safe-area-inset-right));
  display: flex;
  flex-direction: column;
  max-width: 720px;
  max-height: calc(100svh - clamp(120px,16vh,188px) - env(safe-area-inset-bottom));
  margin-inline: auto;
  padding: clamp(56px,7vw,72px) clamp(20px,4.5vw,44px) clamp(20px,4.5vw,44px);
  overflow-y: auto;
  border: 1px solid rgba(245,231,207,.18);
  border-radius: clamp(22px,3vw,30px);
  background: radial-gradient(120% 85% at 84% -12%,rgba(160,18,24,.5),transparent 60%), linear-gradient(180deg,rgba(109,13,18,.82),rgba(43,6,8,.9));
  box-shadow: inset 0 1px 0 rgba(245,231,207,.22), 0 40px 90px -24px rgba(0,0,0,.7);
  color: var(--cream);
  opacity: 0;
  transform: translateY(-28px);
  transition: opacity .5s ease, transform .62s cubic-bezier(.22,1,.36,1);
}
.navsheet.is-open .navsheet__panel { opacity: 1; transform: none; }
.navsheet__panel:focus { outline: none; }
.navsheet__panel::before { content: ""; position: absolute; top: clamp(20px,2.6vw,26px); left: clamp(26px,4.5vw,44px); width: 30px; height: 2px; border-radius: 2px; background: var(--gold); opacity: .72; }
.navsheet__close { position: absolute; top: clamp(16px,2.4vw,22px); right: clamp(16px,3vw,24px); display: inline-flex; align-items: center; gap: 10px; padding: 11px 6px; border: 0; background: none; color: var(--cream); cursor: pointer; font-size: 12px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; }
.navsheet__nav { display: flex; flex-direction: column; gap: clamp(2px,.6vh,8px); width: 100%; }
.navsheet__link { display: flex; align-items: baseline; padding: clamp(11px,1.9vh,20px) 0; border-bottom: 1px solid rgba(245,231,207,.14); color: var(--cream); text-decoration: none; opacity: 0; transform: translateY(20px); }
.navsheet.is-open .navsheet__link { opacity: 1; transform: none; transition: opacity .5s ease, transform .6s cubic-bezier(.22,1,.36,1); }
.navsheet__word { font-family: "Playfair Display",serif; font-size: clamp(30px,7vw,54px); font-weight: 500; line-height: 1.06; }
.navsheet__link[aria-current="page"] .navsheet__word { color: var(--gold); }
.navsheet__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; width: 100%; margin: clamp(22px,3.4vh,38px) 0 0; color: rgba(245,231,207,.7); font-size: 13px; opacity: 0; transition: opacity .5s ease .46s; }
.navsheet.is-open .navsheet__foot { opacity: 1; }
.navsheet__call { padding-bottom: 2px; border-bottom: 1px solid var(--gold); color: var(--cream); }
.navsheet__sep { opacity: .45; }

@media (max-width: 800px) {
  .navsheet__panel {
    top: 50%;
    translate: 0 -50%;
    bottom: auto;
    max-height: calc(100svh - max(18px, env(safe-area-inset-bottom)));
    min-height: 0;
    padding: clamp(52px, 8svh, 66px) clamp(20px, 6vw, 30px) 16px;
    overflow-y: auto;
  }
  .navsheet__panel::before { top: 18px; left: clamp(22px, 6vw, 30px); }
  .navsheet__close { top: 10px; right: 14px; min-width: 44px; min-height: 44px; justify-content: flex-end; }
  .navsheet__nav { gap: 0; }
  .navsheet__link { padding: clamp(7px, 1.45svh, 13px) 0; }
  .navsheet__word { font-size: clamp(2rem, 10vw, 2.6rem); }
  .navsheet__foot { gap: 6px 10px; margin: clamp(10px, 2svh, 18px) 0 0; font-size: 12px; }
}

@media (max-width: 800px) and (max-height: 650px) {
  .navsheet__panel { padding-top: 46px; padding-bottom: 8px; }
  .navsheet__link { padding-block: 5px; }
  .navsheet__word { font-size: 1.8rem; }
  .navsheet__foot { display: none; }
}

.page-hero {
  background: var(--red-deep);
  position: relative;
  min-height: min(820px, 92svh);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: #fff8ed;
}
.page-hero--plain { min-height: min(680px, 78svh); }
.page-hero__media,
.page-hero__scrim { position: absolute; inset: 0; }
.page-hero__media { z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); animation: heroSettle 1.5s var(--ease) both; }
.page-hero--team .page-hero__media img { object-position: center 48%; }
.page-hero__scrim { z-index: -1; background: linear-gradient(180deg, rgba(20, 1, 2, 0.18), rgba(34, 2, 4, 0.24) 36%, rgba(25, 1, 2, 0.86)); }
.page-hero__content { padding-block: clamp(170px, 24vh, 260px) clamp(60px, 9vw, 105px); }
.page-hero__label { display: block; margin-bottom: 18px; color: var(--gold); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.page-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.3rem, 8vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.page-hero__intro { max-width: 54ch; margin: 28px 0 0; color: rgba(255, 248, 237, 0.88); font-size: clamp(1rem, 1.4vw, 1.2rem); }
@keyframes heroSettle { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1.035); } }

.story-intro { padding-block: clamp(80px, 11vw, 150px); }
.story-intro__grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(50px, 10vw, 150px); align-items: start; }
.section-label { margin: 0; color: var(--red-bright); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.display {
  margin: 14px 0 0;
  color: var(--red-deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.story-intro__copy { max-width: 62ch; padding-top: 8px; }
.story-intro__copy p { margin: 0 0 1.2em; font-size: clamp(1.02rem, 1.2vw, 1.16rem); }
.story-intro__copy p:first-child { color: var(--red); font-family: "Playfair Display", serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.35; }

.feature { padding-block: clamp(76px, 10vw, 140px); }
.feature--soft { background: var(--surface-warm-deep); }
.feature--red { background: var(--red-deep); color: #fff8ed; }
.feature__row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); align-items: center; gap: clamp(42px, 8vw, 120px); }
.feature__row--reverse { grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr); }
.feature__row--reverse .feature__media { order: 2; }
.feature__media { position: relative; margin: 0; }
.feature__media img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.feature__media--wide img { aspect-ratio: 5 / 4; }
.feature__row:not(.feature__row--reverse) .feature__media { width: calc(100% + max(20px, (100vw - 1200px) / 2)); margin-left: calc(0px - max(20px, (100vw - 1200px) / 2)); }
.feature__row--reverse .feature__media { width: calc(100% + max(20px, (100vw - 1200px) / 2)); margin-right: calc(0px - max(20px, (100vw - 1200px) / 2)); }
.feature__media img { min-height: clamp(440px, 58vw, 760px); }
.feature__caption { margin: 12px 0 0; color: rgba(12, 1, 2, 0.68); font-size: 0.72rem; letter-spacing: 0.04em; }
.feature__row:not(.feature__row--reverse) .feature__caption { padding-left: max(20px, calc((100vw - 1200px) / 2)); }
.feature--red .feature__caption { color: rgba(255, 248, 237, 0.68); }
.feature__copy { max-width: 55ch; }
.feature__copy h2 {
  margin: 12px 0 22px;
  color: var(--red-deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.feature--red .feature__copy h2 { color: #fff8ed; }
.feature__copy p { margin: 0 0 1.2em; }
.feature--red .feature__copy p { color: rgba(255, 248, 237, 0.82); }
.feature--sharing .feature__copy { max-width: 64ch; }
.feature--sharing .feature__copy h2 { font-size: clamp(2.15rem, 3.5vw, 3.6rem); }
@media (min-width: 801px) {
  .feature--sharing .feature__row--reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(42px, 6vw, 96px); }
}
.feature__list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature__list li { display: flex; justify-content: space-between; gap: 20px; padding-block: 15px; border-bottom: 1px solid var(--line); }
.feature--red .feature__list { border-color: rgba(255,255,255,.2); }
.feature--red .feature__list li { border-color: rgba(255,255,255,.2); }
.feature__list span { color: var(--red); font-family: "Playfair Display", serif; font-size: 1.2rem; }
.feature--red .feature__list span { color: var(--gold); }

.manifesto { padding-block: clamp(90px, 13vw, 180px); text-align: center; }
.manifesto blockquote { max-width: 19ch; margin: 0 auto; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(2.7rem, 6vw, 6rem); font-weight: 500; line-height: 1; letter-spacing: -0.035em; text-wrap: balance; }
.manifesto p { max-width: 58ch; margin: 30px auto 0; }

.cta-band { position: relative; min-height: 620px; display: grid; place-items: center; isolation: isolate; overflow: hidden; color: #fff8ed; text-align: center; }
.cta-band img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(35, 2, 4, 0.72); }
.cta-band__inner { padding-block: 90px; }
.cta-band h2 { max-width: 13ch; margin: 12px auto 20px; font-family: "Playfair Display", serif; font-size: clamp(2.7rem, 5vw, 5.3rem); font-weight: 500; line-height: 1; letter-spacing: -0.03em; text-wrap: balance; }
.cta-band p { max-width: 48ch; margin: 0 auto; color: rgba(255,248,237,.82); }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.cta-band .button--gold { border-radius: 0; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid currentColor; border-radius: 999px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; transition: background 200ms ease, color 200ms ease, transform 200ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button--gold { border-color: var(--gold); background: var(--gold); color: var(--red-deep); }

/* Brand-close footer (logo + ≤3 actions + quiet legal) — not a sitemap */
.site-footer { padding: 58px 0 max(36px, env(safe-area-inset-bottom)); background: var(--red-deep); color: rgba(255,248,237,.78); }
.site-footer a { text-decoration: none; -webkit-tap-highlight-color: rgba(217,183,121,.18); }
.site-footer__brand, .site-footer__brand:visited { color: var(--cream); }
.site-footer__signature { display: grid; justify-items: center; gap: 18px; text-align: center; }
.site-footer__brand img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.site-footer__signature p { margin: 0; color: rgba(245,231,207,.72); font-size: 13px; line-height: 1.65; letter-spacing: .04em; }
.site-footer__primary { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 4vw, 56px); margin-top: clamp(32px, 4vw, 56px); }
.site-footer__primary a,
.site-footer__primary a:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-bottom: 6px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-footer__primary a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(.28);
  transition: transform 220ms ease;
}
.site-footer__primary a:hover::after { transform: scaleX(1); }
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: clamp(36px, 5vw, 64px);
  padding-top: 22px;
  border-top: 1px solid rgba(245,231,207,.13);
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .78;
}
.site-footer__utility { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer__utility a,
.site-footer__utility a:visited {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(245,231,207,.7);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer__legal { margin: 14px 0 0; font-size: 9px; letter-spacing: .04em; opacity: .72; }
/* legacy hooks kept empty so old markup classes don't break mid-deploy */
.site-footer__main, .site-footer__nav, .site-footer__meta { display: contents; }

[data-reveal] { transition: opacity 750ms var(--ease), transform 750ms var(--ease); }
.reveal-on [data-reveal] { opacity: 1; transform: translateY(24px); }
.reveal-on [data-reveal].is-in { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .subhead { min-height: 78px; grid-template-columns: 1fr auto 1fr; padding-inline: 18px; }
  .subhead__home span { display: none; }
  .subhead__links { display: none; }
  .story-intro__grid,
  .feature__row,
  .feature__row--reverse { grid-template-columns: 1fr; }
  .story-intro__grid,
  .feature__row,
  .feature__row--reverse { gap: 34px; }
  .story-intro__grid { grid-template-columns: 1fr; text-align: center; }
  .story-intro__copy { max-width: 34ch; margin-inline: auto; padding-top: 0; }
  .feature__row--reverse .feature__media { order: 0; }
  /* full-bleed media without expanding document width */
  .feature__row:not(.feature__row--reverse) .feature__media,
  .feature__row--reverse .feature__media {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .feature__media img { min-height: 0; aspect-ratio: 4 / 4.7; }
  .feature__media--cake img { aspect-ratio: 4 / 3; }
  .feature__caption { padding-inline: 20px; }
  .site-footer__bottom { flex-direction: column; text-align: center; justify-content: center; }
  .site-footer__utility { justify-content: center; }
  .site-footer__legal { text-align: center; }
}

  .subhead .mobile-menu-trigger {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-items: center;
    gap: 9px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff8ed;
    cursor: pointer;
  }
  .mobile-menu-trigger span,
  .mobile-menu-trigger span::before,
  .mobile-menu-trigger span::after {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
  }
  .mobile-menu-trigger span { position: relative; }
  .mobile-menu-trigger span::before,
  .mobile-menu-trigger span::after { content: ""; position: absolute; left: 0; }
  .mobile-menu-trigger span::before { top: -5px; }
  .mobile-menu-trigger span::after { top: 5px; }
  .mobile-menu-trigger b { font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    padding: max(20px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));
    background: var(--red-deep);
    color: #fff8ed;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: opacity 220ms ease, visibility 220ms ease;
  }
  .mobile-menu-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu-panel__top { display: flex; align-items: center; justify-content: space-between; min-height: 52px; }
  .mobile-menu-panel__top img { width: 138px; filter: brightness(0) invert(1); }
  .mobile-menu-panel__close {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255,248,237,.38);
    border-radius: 50%;
    background: transparent;
    color: inherit;
  }
  .mobile-menu-panel__close span,
  .mobile-menu-panel__close span::after { display: block; width: 18px; height: 1px; background: currentColor; }
  .mobile-menu-panel__close span { transform: rotate(45deg); }
  .mobile-menu-panel__close span::after { content: ""; transform: rotate(90deg); }
  .mobile-menu-panel__nav { display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 28px 0; }
  .mobile-menu-panel__nav a {
    display: flex;
    align-items: center;
    min-height: 56px;
    border-bottom: 1px solid rgba(255,248,237,.14);
    color: #fff8ed;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.05;
  }
  html.internal-menu-open,
  html.internal-menu-open body { overflow: hidden; }
  .mobile-menu-panel__nav a[aria-current="page"] { color: var(--gold); }

@media (max-width: 800px) and (max-height: 600px) {
  .mobile-menu-panel { padding-block: 12px; }
  .mobile-menu-panel__top { min-height: 44px; }
  .mobile-menu-panel__top img { width: 112px; }
  .mobile-menu-panel__nav { flex: none; justify-content: flex-start; padding: 12px 0; }
  .mobile-menu-panel__nav a { min-height: 44px; font-size: 1.45rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-panel { transition: none; }
}

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

.proof { padding-block: clamp(80px, 11vw, 150px); background: var(--surface-warm); }
.proof__head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 16px clamp(40px, 8vw, 110px); align-items: end; margin-bottom: clamp(50px, 7vw, 90px); }
.proof__head .section-label { grid-column: 1; }
.proof__head .display { grid-column: 1; }
.proof__head > p:last-child { grid-column: 2; grid-row: 2; max-width: 58ch; margin: 0; }
.proof__rows { border-top: 1px solid var(--line); }
.proof__row { display: grid; grid-template-columns: .55fr .9fr 1.35fr; gap: 24px clamp(24px, 5vw, 78px); align-items: baseline; padding-block: clamp(28px, 4vw, 46px); border-bottom: 1px solid var(--line); }
.proof__row strong { color: var(--red-bright); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.proof__row h3 { margin: 0; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(1.55rem, 2.6vw, 2.4rem); font-weight: 500; line-height: 1.1; }
.proof__row p { max-width: 56ch; margin: 0; }

/* Contatti: canali diretti, senza una griglia di card o un modulo fittizio. */
.page-hero--contact .page-hero__media img { object-position: center 42%; }
.contact { padding-block: clamp(80px, 11vw, 150px); background: var(--surface-warm); }
.contact__layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(52px, 10vw, 150px); align-items: start; }
.contact__heading { position: sticky; top: 130px; }
.contact__heading > p:last-child { max-width: 45ch; margin: 28px 0 0; }
.contact__rows { border-top: 1px solid var(--line); }
.contact__row { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 7px 24px; padding-block: clamp(25px, 3.5vw, 40px); border-bottom: 1px solid var(--line); }
.contact__label { padding-top: 8px; color: var(--red-bright); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact__value { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; gap: 12px; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(1.3rem, 2.5vw, 2.1rem); font-weight: 500; line-height: 1.2; overflow-wrap: anywhere; }
.contact__value span { color: var(--red-bright); font-family: "Montserrat", sans-serif; font-size: .75em; transition: transform 180ms var(--ease); }
.contact__value:hover span { transform: translate(3px, -3px); }
.contact__row small { grid-column: 2; max-width: 52ch; color: rgba(12, 1, 2, .68); }
.contact__actions { justify-content: flex-start; }
.feature--soft .contact__actions .button:not(.button--gold) { color: var(--red-deep); }
.contact-map { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); min-height: clamp(480px, 52vw, 660px); background: var(--red); color: #fff8ed; }
.contact-map__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(64px, 9vw, 132px) clamp(24px, 7vw, 108px); }
.contact-map__copy .section-label { color: var(--gold); }
.contact-map__copy .display { color: #fff8ed; }
.contact-map__copy > p:not(.section-label) { max-width: 37ch; margin: 26px 0 0; color: rgba(255,248,237,.84); }
.contact-map__actions { justify-content: flex-start; }
.contact-map__frame { position: relative; min-height: 320px; overflow: hidden; background: var(--cream-soft); }
.contact-map__frame::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(109,13,18,.38), transparent 42%), linear-gradient(0deg, rgba(43,6,8,.22), transparent 45%); }
.contact-map__frame #contactMap { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; background: #ead7b7; font-family: "Montserrat", sans-serif; pointer-events: none; }
.contact-map__frame .leaflet-tile-pane { filter: saturate(.78) contrast(1.04); }
.contact-map__frame .leaflet-control-attribution { color: var(--red-deep); background: rgba(255,248,237,.9); }
.contact-map__frame .leaflet-control-attribution a { color: var(--red-deep); }
.contact-map-pin { background: none; border: 0; }
.contact-map-pin > span { position: relative; display: block; width: 26px; height: 26px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: #7dbb43; box-shadow: 0 2px 7px rgba(0,0,0,.35); transform: rotate(-45deg); }
.contact-map-pin > span::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #fff; }

/* Dove siamo: una pagina pratica, senza contenuti di altri progetti. */
.location-hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--red-deep); color: #fff8ed; }
.location-hero__copy { width: min(600px, calc(100% - 64px)); align-self: center; margin: 0; padding: clamp(160px, 20vh, 230px) 0 clamp(72px, 9vw, 120px) clamp(24px, 6vw, 96px); }
.location-hero h1 { margin: 0; max-width: 9ch; font-family: "Playfair Display", serif; font-size: clamp(3.5rem, 7vw, 6rem); font-weight: 500; line-height: .96; letter-spacing: -.035em; text-wrap: balance; }
.location-hero__copy > p:last-of-type { max-width: 48ch; margin: 28px 0 0; color: rgba(255,248,237,.82); }
.actions--start { justify-content: flex-start; }
.location-hero__media { position: relative; min-height: 680px; margin: 0; overflow: hidden; }
@media (min-width: 801px) {
  .location-hero__media {
    margin-top: clamp(154px, 11vw, 176px);
    border-top: 1px solid rgba(217, 183, 121, .28);
  }
}
.location-hero__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(43,6,8,.42), transparent 38%), linear-gradient(0deg, rgba(20,1,2,.5), transparent 34%); }
.location-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.location-hero__map::before {
  content: none;
}
.location-hero__map::after { content: none; }
.location-hero__map #locationMap {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #ead7b7;
  font-family: "Montserrat", sans-serif;
}
.location-hero__map .leaflet-tile-pane {
  filter: sepia(.14) saturate(.72) brightness(.92) contrast(1.08);
}
.fainello-map-pin { background: none; border: 0; }
.fainello-map-pin > span {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(43, 6, 8, .32);
}
.fainello-map-pin > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 16px;
  height: 16px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  background: var(--red);
  transform: translateX(-50%) rotate(45deg);
}
.fainello-map-pin img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.location-hero__map .leaflet-control-zoom a { color: var(--red-deep); }
.location-hero__map .leaflet-popup-content-wrapper { border-radius: 8px; color: var(--red-deep); }
.location-hero__map .leaflet-control-attribution { color: var(--red-deep); background: rgba(255,248,237,.92); }
.location-hero__map .leaflet-control-attribution a { color: var(--red-deep); }
.location-hero__media figcaption { position: absolute; z-index: 1; right: 28px; bottom: 24px; color: rgba(255,248,237,.8); font-size: .72rem; letter-spacing: .08em; }
.arrival { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); min-height: min(760px, 78vw); background: var(--cream-soft); }
.arrival__media { min-height: 540px; margin: 0; overflow: hidden; background: var(--red-deep); }
.arrival__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 53%; }
.arrival__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(64px, 9vw, 152px) clamp(28px, 7vw, 112px); background: var(--red); color: #fff8ed; }
.arrival__copy .page-hero__label { color: var(--gold); }
.arrival__copy h2 { max-width: 7ch; margin: 0; font-family: "Playfair Display", serif; font-size: clamp(3rem, 5.5vw, 5.4rem); font-weight: 500; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.arrival__copy > p:not(.page-hero__label) { max-width: 35ch; margin: 26px 0 0; color: rgba(255,248,237,.82); }
.arrival__copy .text-link { margin-top: 34px; color: #fff8ed; }
.visit { padding-block: clamp(90px, 12vw, 170px); background: var(--surface-warm); }
.visit__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(56px, 10vw, 150px); align-items: start; }
.visit__heading p { max-width: 52ch; margin: 28px 0 0; }
.visit__facts { margin: 0; border-top: 1px solid var(--line); }
.visit__facts > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 24px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.visit__facts dt { color: var(--red-bright); font-size: .7rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.visit__facts dd { margin: 0; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; overflow-wrap: anywhere; }
.visit__facts a { text-decoration: underline; text-decoration-color: rgba(109,13,18,.28); text-underline-offset: 5px; }

/* Allergeni: linguaggio prudente e una gerarchia volutamente informativa. */
.allergen-hero { padding: clamp(190px, 25vh, 270px) 0 clamp(90px, 12vw, 160px); background: var(--red-deep); color: #fff8ed; }
.allergen-hero__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 32px clamp(48px, 10vw, 140px); align-items: end; }
.allergen-hero__inner .page-hero__label { grid-column: 1 / -1; }
.allergen-hero h1 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(3.6rem, 8vw, 6rem); font-weight: 500; line-height: .94; letter-spacing: -.035em; }
.allergen-hero h1 em { color: var(--gold); font-weight: inherit; }
.allergen-hero__inner > p:last-child { max-width: 48ch; margin: 0 0 6px; color: rgba(255,248,237,.84); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.allergen-guide { padding-block: clamp(90px, 12vw, 170px); background: var(--surface-warm); }
.allergen-guide__intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 130px); align-items: end; }
.allergen-guide__intro > p { max-width: 58ch; margin: 0; }
.allergen-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 4vw, 64px); margin-top: clamp(70px, 9vw, 120px); border-top: 1px solid var(--line); }
.allergen-steps article { padding-top: 26px; }
.allergen-steps span { color: var(--red-bright); font-size: .72rem; font-weight: 600; }
.allergen-steps h3 { margin: 12px 0 16px; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(1.55rem, 2.5vw, 2.2rem); font-weight: 500; line-height: 1.12; }
.allergen-steps p { max-width: 42ch; margin: 0; }
.allergen-note { padding-block: clamp(85px, 11vw, 150px); background: var(--surface-warm-deep); }
.allergen-note__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(50px, 10vw, 150px); }
.allergen-note h2 { margin: 0 0 22px; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(2.3rem, 4.5vw, 4.2rem); font-weight: 500; line-height: 1.02; }
.allergen-note__action { align-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.allergen-note__badge { display: block; width: min(100%, 440px); height: auto; margin-bottom: clamp(12px, 1.8vw, 24px); }
.allergen-note__action p { margin: 0; font-weight: 600; }
.allergen-note__action > a:last-child { min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 800px) {
  .proof__head, .proof__row { grid-template-columns: 1fr; }
  .proof__head .section-label, .proof__head .display, .proof__head > p:last-child { grid-column: 1; grid-row: auto; }
  .proof__row { gap: 8px; }
  .proof__row p { margin-top: 8px; }
  .contact__layout { grid-template-columns: 1fr; gap: 44px; }
  .contact__heading { position: static; }
  .contact__row { grid-template-columns: 1fr; gap: 6px; }
  .contact__label { padding-top: 0; }
  .contact__row small { grid-column: 1; }
  .contact__actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .contact__actions .button { width: 100%; }
  .contact-map { grid-template-columns: 1fr; }
  .contact-map__copy { order: 2; padding: 62px 28px 72px; }
  .contact-map__frame { display: block; min-height: clamp(250px, 54svh, 360px); }
  .location-hero { grid-template-columns: 1fr; }
  .location-hero__copy { width: min(100% - 40px, 1200px); margin-inline: auto; padding: 150px 0 64px; }
  .location-hero__media { min-height: min(72svh, 620px); }
  .location-hero__media::after { background: linear-gradient(0deg, rgba(20,1,2,.55), transparent 45%); }
  .arrival { grid-template-columns: 1fr; }
  .arrival__media { min-height: min(78vw, 560px); }
  .arrival__copy { min-height: 440px; }
  .visit__grid, .allergen-hero__inner, .allergen-guide__intro, .allergen-note__grid { grid-template-columns: 1fr; }
  .allergen-hero__inner .page-hero__label { grid-column: 1; }
  .allergen-hero { padding: 150px 0 82px; }
  .allergen-steps { grid-template-columns: 1fr; }
  .allergen-steps article { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
}

@media (max-width: 480px) {
  .visit__facts > div { grid-template-columns: 1fr; gap: 6px; }
  .location-hero__media figcaption { right: 20px; bottom: 18px; }
}

.error-page { min-height: 100svh; background: var(--red-deep); color: #fff8ed; }
.error-page__main { min-height: 100svh; display: grid; place-items: center; padding: 110px 24px 70px; text-align: center; }
.error-page__brand { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); }
.error-page__brand img { width: 160px; filter: brightness(0) invert(1); }
.error-page__copy > p:first-child { margin: 0 0 16px; color: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.error-page h1 { max-width: 12ch; margin: 0 auto; font-family: "Playfair Display", serif; font-size: clamp(3.2rem, 8vw, 6rem); font-weight: 500; line-height: .95; letter-spacing: -.035em; }
.error-page__copy > p:not(:first-child) { max-width: 48ch; margin: 26px auto 0; color: rgba(255,248,237,.82); }

/* Landing essenziale per i visitatori internazionali. */
.visitor-hero { position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate; overflow: hidden; background: var(--red-deep); color: #fff8ed; }
.visitor-hero > img, .visitor-hero__scrim { position: absolute; inset: 0; }
.visitor-hero > img { z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.visitor-hero__scrim { z-index: -1; background: linear-gradient(90deg, rgba(31,2,4,.88), rgba(31,2,4,.28) 72%), linear-gradient(0deg, rgba(31,2,4,.72), transparent 55%); }
.visitor-hero__copy { padding-block: clamp(190px, 24vh, 260px) clamp(70px, 10vw, 120px); }
.visitor-hero__copy > p:first-child { margin: 0 0 18px; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.visitor-hero h1 { max-width: 14ch; margin: 0; font-family: "Playfair Display", serif; font-size: clamp(3.3rem, 7.5vw, 6rem); font-weight: 500; line-height: .96; letter-spacing: -.035em; }
.visitor-hero h1 em { color: var(--gold); font-weight: inherit; }
.visitor-hero__copy > p:not(:first-child) { max-width: 50ch; margin: 28px 0 0; color: rgba(255,248,237,.86); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.visitor-info { padding-block: clamp(90px, 12vw, 170px); background: var(--surface-warm); }
.visitor-info__intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 130px); align-items: end; }
.visitor-info__intro > p { max-width: 52ch; margin: 0; }
.visitor-info__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 70px); margin-top: clamp(68px, 9vw, 110px); border-top: 1px solid var(--line); }
.visitor-info__facts article { padding-top: 26px; }
.visitor-info__facts h3 { margin: 0 0 16px; color: var(--red-deep); font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 500; }
.visitor-info__facts p { overflow-wrap: anywhere; }
.visitor-info__facts a { min-height: 44px; display: inline-flex; align-items: center; color: var(--red); text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
@media (max-width: 800px) {
  .visitor-info__intro, .visitor-info__facts { grid-template-columns: 1fr; }
  .visitor-info__facts article { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .visitor-hero__scrim { background: linear-gradient(0deg, rgba(31,2,4,.86), rgba(31,2,4,.18) 82%); }
}


/* ---------- AWARD POLISH 2026-07-15 ---------- */
::selection { background: var(--red); color: #fff8ed; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
/* desktop: lighter scrim so photo leads (award); mobile override below keeps type legible */
.page-hero__scrim { background: linear-gradient(90deg, rgba(18,2,3,.58), rgba(18,2,3,.08) 62%), linear-gradient(0deg, rgba(25,1,2,.62), rgba(34,2,4,.08) 52%); }
.page-hero__intro, .story-intro__copy, .feature__copy p { text-wrap: pretty; }
.page-hero__intro { max-width: 50ch; color: rgba(255,248,237,.92); }
.button:active { transform: translateY(0); }
.subhead__links a { position: relative; }
.subhead__links a::after { content: ""; position: absolute; inset: auto 0 7px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 220ms var(--ease); }
.subhead__links a:hover::after, .subhead__links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.page-hero__media img, .feature__media img, .cta-band img { background: var(--red-deep); }
@media (max-width: 800px) {
  .page-hero { min-height: min(760px, 94svh); }
  .page-hero__content { padding-block: 150px 72px; }
  .page-hero--contact .page-hero__media img { transform: none; animation: none; }
  .page-hero__content { text-align: center; }
  .page-hero h1 { max-width: 10ch; margin-inline: auto; font-size: clamp(2.85rem, 12vw, 3.85rem); }
  .page-hero__intro { margin-inline: auto; }
  .page-hero__intro { margin-top: 22px; font-size: .96rem; line-height: 1.6; }
  .page-hero__scrim { background: linear-gradient(0deg, rgba(25,1,2,.96), rgba(25,1,2,.54) 42%, rgba(25,1,2,.1) 78%); }
  .page-hero--team .page-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: max(92px, calc(env(safe-area-inset-top) + 78px));
    aspect-ratio: 3 / 2;
  }
  .page-hero--team .page-hero__scrim {
    inset: max(92px, calc(env(safe-area-inset-top) + 78px)) auto auto 0;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: linear-gradient(
      180deg,
      var(--red-deep) 0%,
      rgba(43, 6, 8, 0.7) 11%,
      rgba(43, 6, 8, 0.2) 30%,
      rgba(25, 1, 2, 0.08) 58%,
      rgba(25, 1, 2, 0.42) 100%
    );
  }
  .page-hero--team .page-hero__media img {
    object-fit: contain;
    object-position: center top;
    transform: none;
    animation: none;
  }
  .page-hero--team {
    display: block;
    min-height: 0;
  }
  .page-hero--team .page-hero__content { padding-block: clamp(48px, 12vw, 72px); }
  .story-intro { padding-block: 76px; }
  .feature { padding-block: 72px; }
  .manifesto { padding-block: 88px; }
}
@media (max-width: 480px) {
  .container { width: min(100% - 36px, 1200px); }
  .subhead__brand img { width: clamp(116px, 34vw, 144px); }
  .page-hero__content { padding-block: 136px 64px; }
  .page-hero__label { margin-bottom: 14px; }
  .story-intro__grid { gap: 28px; }
  .display { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .feature__row:not(.feature__row--reverse) .feature__media, .feature__row--reverse .feature__media { width: calc(100% + 36px); margin-inline: -18px; }
  .feature__caption { padding-inline: 18px; }
  .feature__copy h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .feature__list li { align-items: baseline; }
  .feature__list small { max-width: 46%; text-align: right; }
  .manifesto blockquote { font-size: clamp(2.6rem, 12.5vw, 3.7rem); }
  .cta-band { min-height: 560px; }
  .cta-band h2 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .site-footer { padding-top: 50px; }
  .location-hero__copy { width: calc(100% - 36px); padding: 132px 0 58px; text-align: center; }
  .location-hero h1 { max-width: 10ch; margin-inline: auto; font-size: clamp(2.65rem, 11vw, 3.55rem); }
  .location-hero__copy > p:last-of-type { margin-inline: auto; }
  .location-hero .actions--start { justify-content: center; }
  .location-hero__media { min-height: 62svh; }
  .arrival__media { min-height: 72vw; }
  .arrival__copy { min-height: auto; padding: 62px 28px 70px; }
  .arrival__copy h2 { font-size: clamp(2.65rem, 11vw, 3.55rem); }
  .visit, .contact, .proof, .allergen-guide { padding-block: 80px; }
}


/* One restrained material transition: the red scene rises like a poured ribbon. */
.feature--red { position: relative; margin-top: 0; }
.feature--red::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(-54px, -4vw, -32px);
  z-index: 0;
  width: 100%;
  height: clamp(64px, 7vw, 104px);
  border-radius: 50% 48% 0 0 / 100% 100% 0 0;
  background: var(--red-deep);
  transform: none;
}
.feature--red > .container { position: relative; z-index: 1; }
@media (max-width: 800px) {
  .feature--red { margin-top: 0; }
  .feature--red::before { left: 0; width: 100%; height: 70px; transform: none; }
}

/* ---------- AWARD NIGHT 2026-07-15 (Grok) ---------- */
/* chi-siamo info density: fewer “eyebrow everywhere” feel without killing content */
.proof__grid > div > p:first-child,
.allergen-guide .section-label {
  letter-spacing: 0.12em;
}
.proof__grid {
  gap: clamp(28px, 4vw, 48px);
}

/* Registro allergeni: il contenuto resta leggibile, senza overlay sulla grafica approvata. */
.allergen-cta {
  display: block;
  min-height: 0;
  padding-block: clamp(72px, 10vw, 144px);
  background-color: #f5edda;
  background-image: url("images/allergeni/carta-allergeni-fainello-20260722.png");
  background-repeat: repeat;
  background-size: 350px 80px;
  color: var(--red-deep);
}
.allergen-cta::after { display: none; }
.allergen-cta .cta-band__inner { padding: 0 0 clamp(34px, 5vw, 64px); }
.allergen-cta h2 { color: var(--red-deep); }
.allergen-cta p { color: color-mix(in srgb, var(--red-deep) 78%, var(--cream)); }
.allergen-cta__scroll-hint { display: none; }
.allergen-cta__scrollbar { display: none; }
.allergen-cta__media {
  width: 100%;
  margin-inline: auto;
}
.allergen-cta__media img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
}
@media (max-width: 480px) {
  .allergen-cta { padding-block: 72px; }
  .allergen-cta .cta-band__inner { padding-bottom: 34px; }
  .allergen-cta__media { width: 100%; }
}
@media (max-width: 640px) {
  .allergen-cta__media {
    overflow: visible;
  }
  .allergen-cta__media img { width: 100%; max-width: 100%; }
}
/* ensure curve never widens document */
.feature--red {
  overflow-x: clip;
}
/* contact facts breathe more like editorial, less form table */
.contact__list,
.visitor-info__facts {
  row-gap: clamp(22px, 3vw, 36px);
}
@media (min-width: 801px) {
  .page-hero__media img {
    animation-duration: 1.8s;
  }
}
