/* CHEF SENZA CONFINI — solo sezioni successive alla hero consolidata. */
.event-page--chef .chef-stats {
  width: 100%;
  margin: 0;
  padding: 24px 0 26px;
  background: #f5f5f3;
}

.event-page--chef .chef-stats__inner {
  display: grid;
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.event-page--chef .chef-stat {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 158px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  text-align: center;
}

.event-page--chef .chef-stat::before,
.event-page--chef .chef-stat:last-child::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: #d9d9d9;
}

.event-page--chef .chef-stat::before { left: 0; }
.event-page--chef .chef-stat:last-child::after { right: 0; }

.event-page--chef .chef-stat svg {
  width: 46px;
  height: 46px;
  margin-bottom: 7px;
  fill: none;
  stroke: #df1c25;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.event-page--chef .chef-stat strong {
  display: block;
  color: #df1c25;
  font-size: clamp(1.8rem, 2.1vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1;
  white-space: nowrap;
}

.event-page--chef .chef-stat span {
  display: block;
  margin-top: 8px;
  color: #191919;
  font-size: clamp(.67rem, .73vw, .8rem);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .event-page--chef .chef-stats__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .event-page--chef .chef-stat:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 16px;
    width: 1px;
    background: #d9d9d9;
  }
}

@media (max-width: 700px) {
  .event-page--chef .chef-stats {
    padding: 24px 0 28px;
  }

  .event-page--chef .chef-stats__inner {
    width: min(100% - 28px, 620px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-page--chef .chef-stat {
    min-height: 168px;
    padding: 12px 10px;
  }

  .event-page--chef .chef-stat:nth-child(3)::after { display: none; }

  .event-page--chef .chef-stat:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 16px;
    width: 1px;
    background: #d9d9d9;
  }
}


/* =========================================================
   PRESENTATORI — fondo bianco, modello pagine asta consolidate
   ========================================================= */
.event-page--chef .chef-page-shell {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
}

.event-page--chef .chef-presenters {
  width: 100%;
  margin: 0;
  padding: 46px 0 54px;
  background: #ffffff;
}

.event-page--chef .chef-presenters__header {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  align-items: end;
  gap: clamp(28px, 4vw, 76px);
  margin-bottom: 30px;
}

.event-page--chef .chef-section-heading h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(2rem, 2.55vw, 3rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .95;
  text-transform: uppercase;
}

.event-page--chef .chef-section-heading > span {
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 15px;
  background: #e32323;
}

.event-page--chef .chef-presenters__header > p {
  max-width: 900px;
  margin: 0;
  color: #242424;
  font-size: clamp(.94rem, 1vw, 1.05rem);
  font-weight: 500;
  line-height: 1.65;
}

.event-page--chef .chef-presenters__header > p strong {
  font-weight: 700;
}

.event-page--chef .chef-presenters__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.event-page--chef .chef-presenter-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.event-page--chef .chef-presenter-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f4f2;
}

.event-page--chef .chef-presenter-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-page--chef .chef-presenter-card--conductors .chef-presenter-card__media img {
  object-position: center center;
}

.event-page--chef .chef-presenter-card--chiara .chef-presenter-card__media img {
  object-position: center 34%;
}

.event-page--chef .chef-presenter-card--sonia .chef-presenter-card__media img {
  object-position: center 34%;
}

.event-page--chef .chef-presenter-card--monica .chef-presenter-card__media img {
  object-position: center 30%;
}

.event-page--chef .chef-presenter-card--maria .chef-presenter-card__media img {
  object-position: center 27%;
}

.event-page--chef .chef-presenter-card__body {
  display: flex;
  min-height: 98px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 17px 20px;
}

.event-page--chef .chef-presenter-card__body h3 {
  margin: 0;
  color: #111111;
  font-size: clamp(.95rem, 1vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.event-page--chef .chef-presenter-card__body h3 span {
  display: block;
}

.event-page--chef .chef-presenter-card__body p {
  margin: 10px 0 0;
  color: #4f4f4f;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .event-page--chef .chef-page-shell {
    width: calc(100% - 36px);
  }

  .event-page--chef .chef-presenters {
    padding: 40px 0 46px;
  }

  .event-page--chef .chef-presenters__header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    margin-bottom: 24px;
  }

  .event-page--chef .chef-presenters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .event-page--chef .chef-presenter-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 22px) / 2);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .event-page--chef .chef-page-shell {
    width: calc(100% - 24px);
  }

  .event-page--chef .chef-presenters {
    padding: 34px 0 40px;
  }

  .event-page--chef .chef-section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .event-page--chef .chef-section-heading > span {
    width: 70px;
    height: 3px;
    margin-top: 12px;
  }

  .event-page--chef .chef-presenters__header > p {
    font-size: .89rem;
    line-height: 1.56;
  }

  .event-page--chef .chef-presenters__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .event-page--chef .chef-presenter-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .event-page--chef .chef-presenter-card__body {
    min-height: 0;
    padding: 16px 16px 18px;
  }

  .event-page--chef .chef-presenter-card__body h3 {
    font-size: clamp(1.05rem, 4.8vw, 1.34rem);
  }

  .event-page--chef .chef-presenter-card__body p {
    margin-top: 9px;
    font-size: .78rem;
  }
}

@media (max-width: 380px) {
  .event-page--chef .chef-page-shell {
    width: calc(100% - 16px);
  }
}


/* =========================================================
   I MOMENTI PIÙ BELLI — fondo grigio chiaro, modello consolidato
   ========================================================= */
.event-page--chef .chef-moments {
  width: 100%;
  margin: 0;
  background: #f5f5f3;
  color: #191919;
}

.event-page--chef .chef-moments__inner {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: clamp(36px, 3.4vw, 50px) clamp(28px, 3.5vw, 52px) clamp(42px, 3.8vw, 58px);
}

.event-page--chef .chef-moments__inner h2 {
  margin: 0 0 22px;
  color: #111820;
  text-align: left;
  font-size: clamp(1.55rem, 1.9vw, 2rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.event-page--chef .chef-moments__inner h2::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 12px;
  background: #df1c25;
}

.event-page--chef .chef-moments__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 30px) clamp(22px, 2.2vw, 34px);
}

.event-page--chef .chef-moment-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #151515;
  text-align: center;
  text-decoration: none;
}

.event-page--chef .chef-moment-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background: #11151a;
}

.event-page--chef .chef-moment-card__blur {
  position: absolute;
  z-index: 0;
  inset: -10%;
  display: block;
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  filter: blur(24px) brightness(.74);
  opacity: .9;
  transform: scale(1.08);
  transition: transform .22s ease;
}

.event-page--chef .chef-moment-card__foreground {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .22s ease;
}

.event-page--chef .chef-moment-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(58px, 4.8vw, 72px);
  height: clamp(58px, 4.8vw, 72px);
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 50%;
  background: rgba(8,8,8,.82);
  box-shadow: 0 5px 18px rgba(0,0,0,.34);
  transform: translate(-50%, -50%);
}

.event-page--chef .chef-moment-card__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
  transform: translate(-42%, -50%);
}

.event-page--chef .chef-moment-card__title {
  display: block;
  min-height: 0;
  margin-top: 11px;
  font-size: clamp(.84rem, .9vw, .98rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
}

.event-page--chef .chef-moment-card:hover .chef-moment-card__foreground,
.event-page--chef .chef-moment-card:focus-visible .chef-moment-card__foreground {
  transform: scale(1.018);
}

.event-page--chef .chef-moment-card:hover .chef-moment-card__blur,
.event-page--chef .chef-moment-card:focus-visible .chef-moment-card__blur {
  transform: scale(1.1);
}

.event-page--chef .chef-moment-card:focus-visible {
  outline: 3px solid #df1c25;
  outline-offset: 5px;
}

@media (max-width: 1100px) {
  .event-page--chef .chef-moments__inner {
    padding: 42px 34px 48px;
  }

  .event-page--chef .chef-moments__inner h2 {
    margin-left: -6px;
  }

  .event-page--chef .chef-moments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .event-page--chef .chef-moments__inner {
    padding: 34px 20px 40px;
  }

  .event-page--chef .chef-moments__inner h2 {
    margin-left: 0;
    margin-bottom: 18px;
    font-size: clamp(1.4rem, 6.7vw, 1.75rem);
  }

  .event-page--chef .chef-moments__inner h2::after {
    width: 58px;
    margin-top: 10px;
  }

  .event-page--chef .chef-moments__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .event-page--chef .chef-moment-card__title {
    margin-top: 10px;
    font-size: .9rem;
  }
}


/* =========================================================
   CATALOGO + BEST OF — fondo bianco, modello pagine consolidate
   ========================================================= */
.event-page--chef .event-archive {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #171717;
  border-top: 1px solid #e7e7e7;
}

.event-page--chef .event-archive__grid {
  display: grid;
  width: min(1480px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.55fr);
  align-items: stretch;
  padding: clamp(38px, 3.6vw, 52px) clamp(28px, 3.5vw, 52px) clamp(42px, 4vw, 58px);
}

.event-page--chef .event-archive h2 {
  margin: 0 0 18px;
  color: #111820;
  font-size: clamp(1.55rem, 1.9vw, 2rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.event-page--chef .event-archive__catalog {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 8px clamp(32px, 3.5vw, 52px) 8px 0;
}

.event-page--chef .event-archive__catalog p {
  max-width: 35ch;
  margin: 0 0 22px;
  color: #353535;
  font-size: clamp(.98rem, 1.05vw, 1.12rem);
  font-weight: 500;
  line-height: 1.55;
}

.event-page--chef .event-archive__catalog-link {
  display: inline-flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 20px;
  background: #df1c25;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: clamp(.79rem, .85vw, .94rem);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.25;
  transition: filter .18s ease, transform .18s ease;
}

.event-page--chef .event-archive__catalog-link svg {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.event-page--chef .event-archive__catalog-link:hover,
.event-page--chef .event-archive__catalog-link:focus-visible {
  filter: brightness(.92);
  transform: translateY(-1px);
}

.event-page--chef .event-archive__catalog-link:focus-visible,
.event-page--chef .event-archive__video:focus-visible {
  outline: 3px solid #111;
  outline-offset: 5px;
}

.event-page--chef .event-archive__best-of {
  min-width: 0;
  padding-left: clamp(32px, 3.5vw, 52px);
  border-left: 1px solid #e7e7e7;
}

.event-page--chef .event-archive__video {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #07162b;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
}

.event-page--chef .event-archive__video img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .22s ease, filter .22s ease;
}

.event-page--chef .event-archive__video:hover img,
.event-page--chef .event-archive__video:focus-visible img {
  filter: brightness(.96);
  transform: scale(1.012);
}

@media (max-width: 1100px) {
  .event-page--chef .event-archive__grid {
    grid-template-columns: 1fr;
    padding: 42px 34px 48px;
  }

  .event-page--chef .event-archive__catalog {
    padding: 0 0 30px;
  }

  .event-page--chef .event-archive__catalog p {
    max-width: 52ch;
  }

  .event-page--chef .event-archive__catalog-link {
    max-width: 430px;
  }

  .event-page--chef .event-archive__best-of {
    padding: 30px 0 0;
    border-top: 1px solid #e7e7e7;
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .event-page--chef .event-archive__grid {
    padding: 32px 20px 40px;
  }

  .event-page--chef .event-archive h2 {
    margin-bottom: 16px;
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .event-page--chef .event-archive__catalog {
    padding-bottom: 28px;
  }

  .event-page--chef .event-archive__catalog p {
    margin-bottom: 24px;
    font-size: .94rem;
  }

  .event-page--chef .event-archive__catalog-link {
    max-width: none;
    min-height: 58px;
    padding: 13px 15px;
    font-size: .78rem;
  }

  .event-page--chef .event-archive__catalog-link svg {
    width: 27px;
    height: 27px;
  }

  .event-page--chef .event-archive__best-of {
    padding-top: 28px;
  }
}
