/* Compact wide-screen composition; the approved phone layout is retained. */
@media (min-width: 761px) {
  body:not(.menu-page-active):not(.booking-page-active):not(.profile-page-active) .topbar {
    height: 72px;
    padding-inline: max(32px, calc((100vw - 1120px) / 2));
  }
  body:not(.menu-page-active):not(.booking-page-active):not(.profile-page-active) .topbar .brand {
    font-size: 23px;
  }
  body:not(.menu-page-active):not(.booking-page-active):not(.profile-page-active) .topbar .top-link {
    font-size: 18px;
  }
  .ref-hero { padding-top: 96px; }
  .ref-masthead { width: min(760px, 70vw); margin-bottom: 20px; }
  .ref-year { bottom: 14px; font-size: 24px; gap: 16px; }
  .ref-year i { width: 46px; }
  .reference-home .ref-cuisine { font-size: 17px; margin-top: 0 !important; }
  .ref-photo-frame { width: min(1000px, calc(100% - 80px)); padding: 6px; }
  .ref-photo-window { height: clamp(340px, 50svh, 500px); }
  .ref-photo-window img { object-position: 50% 48%; }
  .ref-menu-button { min-height: 50px; padding: 10px 30px; font-size: 21px; border-radius: 20px; }
  .ref-transition { height: 106px !important; }
  .ref-table { width: min(1040px, calc(100% - 80px)); gap: 12px 52px; padding-bottom: 48px; }
  .reference-home .ref-table-title { font-size: clamp(46px, 5.4vw, 72px); line-height: 1.08; }
  .ref-burrata { margin-top: -78px; }
  .ref-pasta { margin-top: 10px; }
  .ref-table-copy { padding-top: 24px; }
  .ref-table-copy p { font-size: 16px; }
  .ref-downloads { margin-top: 34px; }
  .reference-home .atelier-place,
  .reference-home .atelier-dolce { width: min(1040px, calc(100% - 80px)); gap: 64px; }
  .reference-home .atelier-place { padding-block: 72px; }
  .reference-home .atelier-dolce { width: min(960px, calc(100% - 80px)); padding: 26px 0 78px; }
  .reference-home .atelier-place h2,
  .reference-home .atelier-dolce h2,
  .reference-home .atelier-visit h2 { font-size: clamp(38px, 3.7vw, 50px); }
  .reference-home .atelier-place-copy > p,
  .reference-home .atelier-dolce p,
  .reference-home .atelier-visit-info p { font-size: 16px; }
  .reference-home .atelier-visit {
    gap: 64px;
    padding: 64px max(40px, calc((100vw - 1040px) / 2)) 72px;
  }
}
