/* ============================================
   STELLAR — La Cucina dei Medici
   v2 — Da Maria-inspired editorial frame
   ============================================ */

:root {
  /* Brand palette */
  --coral: #ff6038;
  --coral-deep: #e04a20;
  --coral-soft: #f4dccd;
  --espresso: #1c3c2b;
  --ink: #090a0a;
  --cream: #f4ecde;        /* warmer cream like the reference */
  --cream-light: #faf3e6;
  --paper: #f1eced;
  --plum: #44112a;
  --leaf: #376b2d;
  --grey-40: #9a928d;
  --grey-60: #6b625d;
  --rule: rgba(255, 96, 56, 0.45);

  /* Type */
  --display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --condensed: "Oswald", "Anton", "Bebas Neue", "Arial Narrow", sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;

  /* Frame */
  --frame-pad: 22px;
  --frame-stroke: 0.75px;
  --inner-stroke: 0.75px;
  --gut: 24px;

  --base-font: 16px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: var(--base-font);
  line-height: 1.55;
  color: var(--espresso);
  background: var(--coral);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

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

/* ── Paper texture overlay ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9997;
  pointer-events: none;
  background-image: url("../assets/Rectangle 55.svg");
  background-repeat: repeat;
  background-size: 480px 490px;
  mix-blend-mode: multiply;
  opacity: 0.28;
}

/* ============== OUTER POSTER FRAME ============== */
.poster {
  position: relative;
  background: var(--cream);
  margin: var(--frame-pad);
  outline: var(--frame-stroke) solid var(--coral);
  outline-offset: -14px;
  min-height: calc(100vh - 2 * var(--frame-pad));
  padding: 14px;
}
.poster::before {
  /* second inner hairline for layered frame */
  content: "";
  position: absolute;
  inset: 14px;
  border: 0.75px solid var(--coral);
  pointer-events: none;
  z-index: 5;
}

.poster > * { position: relative; z-index: 1; }

/* corner registration marks (hidden) */
.reg {
  display: none;
}

/* ============== TOP STRIP NAV ============== */
.topstrip {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  padding: 12px 24px;
  border-bottom: var(--inner-stroke) solid var(--coral);
  font-family: var(--condensed);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  position: relative;
  z-index: 6;
}

.topstrip .left, .topstrip .right { display: flex; gap: 16px; }
.topstrip .left { justify-content: flex-start; }
.topstrip .right { justify-content: flex-end; }
.topstrip .center {
  text-align: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--espresso);
  text-transform: none;
}
.topstrip a:hover { color: var(--espresso); }

.topstrip .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--coral);
  border-radius: 999px;
}

/* ============== MAIN NAV (mid-strip) ============== */
.nav-burger { display: none; background: transparent; border: 0; cursor: pointer; padding: 8px; flex-direction: column; gap: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--espresso); }
.nav-burger-close { display: none; background: transparent; border: 0; font-size: 36px; line-height: 1; color: var(--espresso); position: absolute; top: 16px; right: 20px; cursor: pointer; }

@media (max-width: 768px) {
  .nav-burger-close { display: block; }
  .desktop-only { display: none !important; }
  /* Mobile nav: [logo — flex grow] [Reservation] [≡] */
  .mainnav { display: flex !important; align-items: center; padding: 10px 14px; gap: 0; }
  .mainnav-brand { flex: 1; order: 1; display: flex; justify-content: flex-start; align-items: center; }
  .mainnav-brand a { display: block; line-height: 0; }
  .nav-brand-logo { display: block; width: auto; height: 20px; }
  .mainnav .right { order: 2; display: flex; align-items: center; gap: 0; }
  .nav-burger {
    order: 3; display: flex; position: relative; z-index: 110;
    border: 1.5px solid var(--coral) !important; border-radius: 999px;
    padding: 7px 10px; gap: 4px; margin-left: 8px;
  }
  .nav-burger span { background: var(--coral); }
  .mainnav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 82%;
    max-width: 340px;
    background: var(--cream);
    box-shadow: -4px 0 32px rgba(0,0,0,0.16);
    z-index: 200;
    flex-direction: column !important;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0 !important;
    padding: 72px 32px 40px;
    transform: translateX(100%);
    transition: transform 0.28s ease-out, visibility 0s 0.28s;
    visibility: hidden;
  }
  .nav-burger-close { top: 14px; right: 18px; z-index: 210; font-size: 28px; color: var(--coral) !important; }
  .mainnav-links.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.28s ease-out, visibility 0s;
  }

  /* logo wordmark inside drawer — allineato a destra */
  .nav-drawer-header { margin-bottom: 28px; display: flex; justify-content: flex-end; width: 100%; }
  .nav-drawer-logo { height: 32px; width: auto; display: block; }

  /* staggered entrance for items — slide da destra */
  @keyframes drawerItemIn {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
  }
  .mainnav-links a.nav-drawer-item {
    display: block !important;
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 36px !important;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    color: var(--espresso) !important;
    padding: 14px 0 !important;
    width: 100%;
    text-align: right !important;
    border-bottom: 1px solid color-mix(in oklab, var(--espresso) 12%, transparent) !important;
    border-top: 0 !important;
    opacity: 0;
    transition: color .18s;
    text-decoration: none;
  }
  .mainnav-links a.nav-drawer-item:first-of-type { border-top: 1px solid color-mix(in oklab, var(--espresso) 12%, transparent) !important; }
  .mainnav-links.is-open a.nav-drawer-item {
    animation: drawerItemIn 300ms ease-out both;
  }
  .mainnav-links a.nav-drawer-item:hover { color: var(--coral) !important; }
  .reserve-pill { font-size: 12px; padding: 5px 12px; }
}
@media (min-width: 769px) {
  .nav-brand-logo { height: 44px; }
  .mobile-only { display: none !important; }
}
.mainnav {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 24px;
  background: var(--cream);
  border-bottom: var(--inner-stroke) solid var(--coral);
  z-index: 100;
}

/* drawer-header esiste solo dentro il drawer mobile — nascosto su desktop */
.nav-drawer-header { display: none; }

.mainnav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--espresso);
}
.mainnav-links a { padding: 4px 0; border-bottom: 1px solid transparent; transition: border-color .2s, color .2s; }
.mainnav-links a:hover, .mainnav-links a.is-active { color: var(--coral); border-bottom-color: var(--coral); }

.mainnav-brand {
  display: flex;
  justify-content: center;
}
.mainnav-brand .wordmark,
.mainnav-brand .nav-brand-logo {
  height: 44px;
  width: auto;
  display: block;
}
@media (min-width: 769px) {
  .mainnav-brand { justify-content: center; }
  .mainnav-brand .nav-brand-logo { height: 44px; }
}
.mainnav-brand .wordmark text { fill: currentColor; }

.mainnav .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--espresso);
}

.reserve-pill {
  border: 1.5px solid var(--coral);
  color: var(--coral);
  padding: 6px 16px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s, color .2s;
}
.reserve-pill:hover { background: var(--coral); color: var(--cream); }

/* ============== HERO ============== */
.hero {
  position: relative;
  padding: 24px 0 0;
  text-align: center;
}
.hero .hero-photo, .hero .hero-stats { padding-left: 0; padding-right: 0; }

.hero .super {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--condensed);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 24px;
}
.hero .super .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); display: inline-block; vertical-align: middle; margin: 0 8px; }

.hero-marquee {
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: var(--cream);
  padding: 0;
}
.hero-marquee-track {
  display: flex;
  gap: 0;
  align-items: center;
  white-space: nowrap;
  animation: hero-slide 50s linear infinite;
  width: max-content;
}
.hero-marquee-item {
  display: inline-flex;
  align-items: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(80px, 14vw, 220px);
  line-height: 1;
  color: var(--coral);
  letter-spacing: -0.02em;
}
.hero-marquee-sep {
  display: inline-block;
  margin: 0 0.4em;
  color: var(--coral);
  font-style: normal;
  position: relative;
  top: -0.18em;
}
@keyframes hero-slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-marquee-track { animation: none; }
}

.hero-sub {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 4.4vw, 56px);
  color: var(--espresso);
  margin-top: 18px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.hero-photo {
  margin: 36px 0 0;
  max-width: none;
  position: relative;
}
.hero-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

/* circular animated menu button on hero */
.hero-menu-btn {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--cream);
  z-index: 4;
  cursor: pointer;
  background: transparent;
  border: none;
}
.hero-menu-backdrop {
  position: absolute;
  width: 152px;
  height: 152px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(20, 20, 20, 0.12);
  z-index: 0;
  pointer-events: none;
}
.hero-menu-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: heroMenuSpin 16s linear infinite;
  will-change: transform;
  pointer-events: none;
  z-index: 1;
}
.hero-menu-text {
  fill: var(--cream);
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.hero-menu-core {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--coral);
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), background 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 20px rgba(255,96,56,0.45);
  z-index: 2;
}
.hero-menu-arrow {
  display: inline-block;
  line-height: 1;
  font-size: 22px;
}
.hero-menu-btn:hover .hero-menu-core {
  transform: scale(1.15);
  background: var(--coral-deep);
  box-shadow: 0 10px 28px rgba(255,96,56,0.55);
}
.hero-menu-btn:hover .hero-menu-ring {
  animation-duration: 8s;
}
@keyframes heroMenuSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (max-width: 720px) {
  .hero-menu-btn { width: 128px; height: 128px; }
  .hero-menu-text { font-size: 12px; }
  .hero-menu-core { width: 56px; height: 56px; font-size: 22px; }
}
.hero-photo .caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: var(--espresso);
  color: var(--cream-light);
  padding: 10px 14px;
  font-family: var(--condensed);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  max-width: 50%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 28px auto 0;
  text-align: left;
}
.hero-stats > div {
  border-top: 1px solid var(--rule);
  padding-top: 12px;
}
.hero-stats .num {
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  color: var(--coral);
}
.hero-stats .lab {
  font-family: var(--condensed);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-60);
  margin-top: 4px;
}

/* ============== BLOCK GRID (poster body) ============== */
.grid {
  padding: 40px 24px 24px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.block {
  background: var(--cream-light);
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.block.dark {
  background: var(--espresso);
  color: var(--cream);
}
.block.dark .block-title { color: var(--cream); }
.block.dark .tag { color: var(--cream); }
.block.dark .tag::before { background: var(--cream); }

.block.coral {
  background: var(--coral);
  color: var(--cream);
}
.block.coral .block-title { color: var(--cream); }
.block.coral .tag { color: var(--cream); }
.block.coral .tag::before { background: var(--cream); }

/* corner pill (e.g. "S", "G") */
.corner-pill {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  background: var(--coral);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.block.coral .corner-pill, .block.dark .corner-pill {
  background: var(--cream);
  color: var(--coral);
}

.tag {
  font-family: var(--condensed);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--leaf);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.tag::before {
  content: "";
  width: 16px; height: 1px;
  background: var(--leaf);
}

.block-title {
  font-family: var(--display);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(40px, 4.6vw, 76px);
  line-height: 0.95;
  color: var(--plum);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  text-wrap: balance;
}
.block-title em, .block-title i { color: var(--coral); font-style: italic; }

.block-body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--espresso);
  flex: 1;
}
.block-body em { color: var(--leaf); font-style: italic; }
.block.dark .block-body, .block.coral .block-body { color: var(--cream); }
.block.dark .block-body em, .block.coral .block-body em { color: var(--coral-soft); }
.block.dark .block-title em, .block.coral .block-title em { color: var(--cream); }

.block .figure {
  margin: 20px auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block .figure svg.illu {
  width: 100%;
  max-width: 240px;
  height: auto;
  color: var(--espresso);
}
.block.dark .figure svg.illu, .block.coral .figure svg.illu { color: var(--cream); }

.block-cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--condensed);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  border: 1px solid var(--coral);
  padding: 10px 18px;
  align-self: flex-start;
  transition: background .2s, color .2s;
}
.block-cta:hover { background: var(--coral); color: var(--cream); }
.block.coral .block-cta { color: var(--cream); border-color: var(--cream); }
.block.coral .block-cta:hover { background: var(--cream); color: var(--coral); }
.block.dark .block-cta { color: var(--cream); border-color: var(--cream); }
.block.dark .block-cta:hover { background: var(--cream); color: var(--espresso); }

/* serif drop cap inside body */
.dropcap {
  font-family: var(--display);
  font-style: italic;
  font-size: 56px;
  line-height: 0.8;
  float: left;
  color: var(--plum);
  padding: 8px 12px 0 0;
  font-weight: 500;
}

/* ============== BLOCK SIZES ============== */
/* ---- Menu cards row wrapper ---- */
.menu-cards-row {
  grid-column: span 12;
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.menu-cards-row > .b-menu-card { flex: 1; min-width: 0; }
/* reserve is now a full-width strip below the cards */

.b-menu-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(0);
  transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.b-menu-card:hover { transform: translateY(-5px); }

/* border-drawing animation — same technique as .dish events */
.b-menu-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  border-top: 2px solid var(--coral);
  border-right: 2px solid var(--coral);
  clip-path: inset(0 0 100% 100%);
  transition: clip-path .42s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-menu-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  border-bottom: 2px solid var(--coral);
  border-left: 2px solid var(--coral);
  clip-path: inset(100% 100% 0 0);
  transition: clip-path .42s cubic-bezier(0.4, 0, 0.2, 1) .1s;
}
.b-menu-card:hover::before { clip-path: inset(0 0 0 0); }
.b-menu-card:hover::after  { clip-path: inset(0 0 0 0); }

.b-menu-card .mc-photo { position: relative; overflow: hidden; height: 360px; flex-shrink: 0; }
.b-menu-card .mc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.mc-icon { position: absolute; pointer-events: none; z-index: 2; height: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.55)) drop-shadow(0 0px 2px rgba(0,0,0,0.3)); }
.b-menu-card .mc-body { padding: 22px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.b-menu-card .mc-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.1;
  color: var(--espresso);
  margin-bottom: 10px;
  margin-top: 4px;
}
.b-menu-card .mc-desc { font-size: 13px; line-height: 1.6; flex: 1; }
.b-menu-card .mc-cta {
  margin-top: 14px;
  font-family: var(--condensed);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.b-menu-card .mc-cta:hover { color: var(--espresso); border-bottom-color: var(--espresso); }

/* Reserve strip — full width horizontal band */
.b-reserve {
  grid-column: span 12;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 6px 48px 6px 0;
  gap: 32px;
}
.b-reserve .res-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.b-reserve .res-illus svg {
  width: auto;
  height: 160px;
  flex-shrink: 0;
}
.b-reserve .res-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.b-reserve .res-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1;
  color: var(--cream);
  letter-spacing: -0.02em;
  margin: 0;
}
.b-reserve .res-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}
.b-reserve .res-contact {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  color: var(--cream);
  text-align: right;
  opacity: 0.85;
}
.b-reserve .res-contact a { border-bottom: 1px solid currentColor; }
.b-reserve .res-cta {
  font-size: 11px;
  color: var(--cream);
  border-color: var(--cream);
  align-self: flex-end;
}
.b-reserve .res-cta:hover { background: var(--cream); color: var(--coral); }
.b-who { grid-column: span 12; display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; padding: 0; overflow: hidden; min-height: 0; max-height: 640px; }
.b-who .who-text {
  padding: 40px 44px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.b-who .who-text .tag { margin-top: 4px; }
.b-who .who-head { display: flex; flex-direction: column; gap: 10px; padding-top: 28px; }
.b-who .who-text .block-title { margin: 0; max-width: 14ch; line-height: 0.95; }
.b-who .who-sub {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: color-mix(in oklab, var(--espresso) 70%, transparent);
  margin-top: 2px;
}
.b-who .who-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 56ch;
  border-top: 1px solid color-mix(in oklab, var(--espresso) 16%, transparent);
  padding-top: 22px;
}
.b-who .who-body .block-body { margin: 0; }
.b-who .who-body .who-lead::after { content: ""; display: block; clear: both; }
.b-who .who-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 4px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid color-mix(in oklab, var(--espresso) 16%, transparent);
}
.b-who .who-facts > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 16px;
  border-right: 1px solid color-mix(in oklab, var(--espresso) 10%, transparent);
}
.b-who .who-facts > div:last-child { border-right: 0; }
.b-who .who-facts > div + div { padding-left: 16px; }
.b-who .who-facts dt {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--espresso) 55%, transparent);
  margin: 0;
}
.b-who .who-facts dd {
  font-family: var(--display);
  font-size: 22px;
  font-style: italic;
  color: var(--plum);
  margin: 0;
  line-height: 1.05;
}
.b-who .who-text .who-cta { margin-top: 6px; align-self: flex-start; }
.b-who .who-icons {
  background: var(--cream);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  position: relative;
}
.b-who .who-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.b-who .who-icons-box {
  position: relative;
  width: min(100%, 380px);
  aspect-ratio: 1 / 1.05;
  border: 1px solid color-mix(in oklab, var(--espresso) 18%, transparent);
  border-radius: 4px;
  background: #fff;
}
.b-who .who-ic { position: absolute; display: block; }
.b-who .who-ic.ic-1 { top: 6%;   left: 50%; transform: translateX(-50%); width: 46%; }
.b-who .who-ic.ic-2 { top: 38%;  left: 8%;  width: 22%; }
.b-who .who-ic.ic-3 { top: 42%;  right: 6%; width: 30%; }
.b-who .who-ic.ic-4 { bottom: 6%; left: 6%; width: 32%; }
.b-who .who-ic.ic-5 { bottom: 8%; right: 8%; width: 28%; }
.b-special { grid-column: span 7; }
.b-cooks { grid-column: span 5; padding: 40px 40px 36px; display: flex; flex-direction: column; overflow: hidden; }
.b-cooks .cn-content { display: flex; flex-direction: column; flex: 1; }
.b-cooks .cn-content .cn-sig { padding-top: 18px; }
.b-cooks .cn-photo { display: none; }
.b-cooks .cn-photo figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 14px;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
}
.b-orderonline { grid-column: span 12; padding: 0; display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; overflow: hidden; max-height: 640px; }
.b-orderonline .ev-text { padding: 40px 44px 32px; display: flex; flex-direction: column; gap: 22px; position: relative; }
.b-orderonline .ev-text .tag { margin-top: 28px; }
.b-orderonline .ev-text .block-title { margin: 0; }
.b-orderonline .ev-text .block-body { margin: 0; max-width: 56ch; }
.b-orderonline .ev-text .dishes { margin-top: auto; }
.b-orderonline .ev-text .block-cta { align-self: flex-start; margin-top: 4px; }
.b-orderonline .ev-photo { background: var(--cream); overflow: hidden; }
.b-orderonline .ev-photo img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }

/* Events carousel */
.b-orderonline .ev-carousel {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  height: 100%;
  background: var(--cream);
}
.ev-carousel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.ev-carousel-img.is-active {
  opacity: 1;
}
.ev-carousel-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 2;
}
.ev-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: 1.5px solid rgba(255,255,255,0.7);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}
.ev-dot.is-active {
  background: var(--coral);
  border-color: var(--coral);
  transform: scale(1.35);
}
.b-cookchat { grid-column: span 4; }
.b-book { grid-column: span 12; }

/* book-now block — compact unified strip */
.b-book {
  display: flex;
  flex-direction: column;
  padding: 36px 48px 0;
  outline: 1px solid var(--coral);
  overflow: hidden;
}
.b-book .book-body {
  flex: 0;
  margin-top: 12px;
  max-width: 60ch;
}
/* head row: text on the left, map illustration on the right */
.b-book { padding: 24px 28px 0; }
.b-book .book-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 32px;
}
.b-book .book-head-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.b-book .book-head-map {
  min-width: 0;
  display: block;
}
.b-book .book-head-map img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
  border: 1px solid color-mix(in oklab, var(--coral) 50%, transparent);
}
.book-stellar-strip {
  width: 100%;
  height: 36px;
  display: block;
  margin-top: 20px;
  flex-shrink: 0;
}
.b-book .book-bottom {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
}
/* TheFork + contact on same row after the pattern strip */
.b-book .book-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 28px;
  border-top: 1px solid var(--rule);
  margin-top: 0;
}
.b-book .book-ctas {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.book-fork-btn {
  display: block;
  transition: opacity .2s;
  flex-shrink: 0;
}
.book-fork-btn:hover { opacity: 0.6; }
.book-fork-logo {
  display: block;
  width: 160px;
  height: auto;
}
.b-book .book-right-note {
  font-family: var(--condensed);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey-40);
  max-width: 18ch;
  line-height: 1.4;
}
.b-book .book-contact {
  font-size: 14px;
  line-height: 1.75;
  color: var(--espresso);
  text-align: right;
  flex: 1;
}
.b-book .book-contact em { font-style: italic; }
.b-book .book-contact a {
  color: var(--coral);
  font-weight: 500;
  border-bottom: 1px solid var(--coral);
  transition: opacity .2s;
}
.b-book .book-contact a:hover { opacity: 0.7; }

/* Aperitivo block: photo + text */
.b-aperitivo {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  min-height: 520px;
}
.b-aperitivo .ap-photo {
  background: var(--cream);
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
.b-aperitivo .ap-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.b-aperitivo .ap-text { padding: 28px; }

/* Order online: 4 small dish illustrations in a row */
.b-orderonline .dishes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 16px 0 24px;
}
.b-orderonline .dish {
  position: relative;
  padding: 16px;
  background: var(--cream);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(0);
  transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1), background .3s ease;
  will-change: transform;
}
/* Border draws in from top-right corner */
.b-orderonline .dish::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1.5px solid var(--coral);
  border-right: 1.5px solid var(--coral);
  clip-path: inset(0 0 100% 100%);
  transition: clip-path .38s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Border draws in from bottom-left corner */
.b-orderonline .dish::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-bottom: 1.5px solid var(--coral);
  border-left: 1.5px solid var(--coral);
  clip-path: inset(100% 100% 0 0);
  transition: clip-path .38s cubic-bezier(0.4, 0, 0.2, 1) .08s;
}
.b-orderonline .dish:hover {
  transform: translateY(-5px);
  background: rgba(255, 96, 56, 0.04);
}
.b-orderonline .dish:hover::before { clip-path: inset(0 0 0 0); }
.b-orderonline .dish:hover::after  { clip-path: inset(0 0 0 0); }
.b-orderonline .dish svg {
  width: 100%;
  height: auto;
  max-height: 80px;
  color: var(--espresso);
  transition: color .3s ease, transform .5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.b-orderonline .dish:hover svg {
  color: var(--coral);
  transform: scale(1.08);
}
.b-orderonline .dish-name {
  font-family: var(--display);
  font-style: italic;
  font-size: 13px;
  margin-top: 8px;
  color: var(--espresso);
  transition: color .3s ease;
}
.b-orderonline .dish:hover .dish-name { color: var(--coral); }

/* Special: accordion items */
.b-special .specials-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Row wrapper */
.b-special .sp-row {
  border-bottom: 1px dashed var(--rule);
}
.b-special .sp-row:last-child { border-bottom: 0; }

/* Trigger button */
.b-special .sp-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 10px;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: background .18s, transform .5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* Border-drawing hover — same technique as events cards */
.b-special .sp-item::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1.5px solid var(--coral);
  border-right: 1.5px solid var(--coral);
  clip-path: inset(0 0 100% 100%);
  transition: clip-path .38s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-special .sp-item::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-bottom: 1.5px solid var(--coral);
  border-left: 1.5px solid var(--coral);
  clip-path: inset(100% 100% 0 0);
  transition: clip-path .38s cubic-bezier(0.4, 0, 0.2, 1) .08s;
}
.b-special .sp-item:hover::before,
.b-special .sp-row.is-open .sp-item::before { clip-path: inset(0 0 0 0); }
.b-special .sp-item:hover::after,
.b-special .sp-row.is-open .sp-item::after  { clip-path: inset(0 0 0 0); }
.b-special .sp-item:hover { transform: translateY(-2px); background: rgba(255, 96, 56, 0.03); }

.b-special .sp-item > svg { width: 56px; height: auto; color: var(--espresso); flex-shrink: 0; }
.b-special .sp-info { display: flex; flex-direction: column; gap: 2px; }
.b-special .sp-item .nm {
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  color: var(--espresso);
}
.b-special .sp-item .meta {
  font-family: var(--condensed);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-60);
  margin-top: 2px;
}

/* Chevron indicator */
.sp-chevron {
  width: 20px;
  height: 20px;
  color: var(--coral);
  flex-shrink: 0;
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-chevron svg { width: 100%; height: 100%; display: block; }
.sp-row.is-open .sp-chevron { transform: rotate(180deg); }

/* Accordion panel */
.sp-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .42s cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-row.is-open .sp-panel { max-height: 400px; }
.sp-panel-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 4px 0 20px 0;
}

.sp-panel-photo {
  height: 180px;
  overflow: hidden;
  border-radius: 2px;
  flex-shrink: 0;
}
.sp-panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sp-panel-desc {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  color: var(--espresso);
  margin-bottom: 14px;
}
.sp-panel-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sp-panel-list li {
  font-family: var(--condensed);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-60);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-panel-list li::before {
  content: '';
  width: 14px;
  height: 1px;
  background: var(--coral);
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .sp-panel-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 16px;
  }
  .sp-panel-photo { height: 160px; }
}

/* Cooks note */
.b-cooks .cn-greet {
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 16px;
}
.b-cooks .cn-body {
  font-family: var(--display);
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cream);
}
.b-cooks .cn-divider {
  width: 112px;
  height: 112px;
  display: block;
  margin: auto;
  flex-shrink: 0;
  align-self: center;
}
.b-cooks .cn-sig {
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  margin-top: 14px;
  color: var(--cream);
}

/* Cook's chat — small pull quote/illustration */
.b-cookchat .quote {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
  color: var(--coral);
  margin: 16px 0;
}
.b-cookchat .quote-author {
  font-family: var(--condensed);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-60);
}

/* Book now — title */
.b-book .book-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1;
  color: var(--coral);
  letter-spacing: -0.025em;
  margin: 6px 0 0;
}
.b-book .book-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.b-book .book-form .full { grid-column: span 2; }
.b-book .book-form input,
.b-book .book-form select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--coral);
  padding: 12px 0;
  font-family: var(--condensed);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--espresso);
  outline: none;
}
.b-book .book-form input::placeholder { color: var(--grey-40); }
.b-book .book-form button {
  grid-column: span 2;
  margin-top: 12px;
  background: var(--coral);
  color: var(--cream);
  border: 0;
  padding: 16px 24px;
  font-family: var(--condensed);
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}
.b-book .book-form button:hover { background: var(--espresso); }

/* ============== MARQUEE STRIP ============== */
.marquee {
  padding: 16px 0;
  overflow: hidden;
  background: var(--cream);
  margin: 24px 0;
}
.marquee-track {
  display: flex;
  gap: 36px;
  animation: marquee 60s linear infinite;
  white-space: nowrap;
  font-family: var(--condensed);
  font-size: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--coral);
  align-items: center;
}
.marquee-track em {
  font-family: var(--display);
  font-style: italic;
  text-transform: none;
  color: var(--espresso);
  font-weight: 400;
  font-size: 24px;
}
.marquee-track svg, .marquee-track .illu {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
  color: var(--coral);
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ============== FOOTER ============== */
footer.poster-footer {
  padding: 56px 40px 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.poster-footer .col-title {
  font-family: var(--condensed);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 18px;
}
.poster-footer p, .poster-footer a { font-size: 13px; line-height: 1.8; color: var(--espresso); }
.poster-footer a:hover { color: var(--coral); }
.poster-footer .brand-col .footer-logo-img {
  width: 200px;
  height: auto;
  display: block;
}
.poster-footer .brand-col .sub {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--grey-60);
}

.colophon {
  margin-top: 0;
  padding: 20px 40px 24px;
  display: flex;
  justify-content: space-between;
  font-family: var(--condensed);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey-60);
}
.colophon-legal {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.colophon-legal a {
  color: var(--grey-60);
  transition: color .2s;
}
.colophon-legal a:hover { color: var(--coral); }

/* ============================================================
   RESPONSIVE
   Breakpoints:
     980px — tablet landscape / small laptop
     768px — tablet portrait (nav burger already active)
     560px — mobile
   ============================================================ */

@media (max-width: 980px) {
  /* All blocks full-width */
  .b-menu-card, .b-reserve, .b-who, .b-special, .b-cooks,
  .b-orderonline, .b-cookchat, .b-book, .b-aperitivo {
    grid-column: span 12;
  }

  /* Menu cards: stack vertically */
  .menu-cards-row {
    flex-direction: column;
  }
  .b-menu-card .mc-photo { height: 260px; }
  .b-menu-card .mc-title { font-size: clamp(18px, 4vw, 24px); }

  /* Reserve strip: vertical */
  .b-reserve {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 28px 32px;
    gap: 20px;
  }
  .b-reserve .res-left { flex-direction: column; gap: 12px; }
  .b-reserve .res-illus svg { height: 100px; }
  .b-reserve .res-right { align-items: flex-start; width: 100%; }
  .b-reserve .res-cta { align-self: flex-start; }

  /* Who block: single column */
  .b-who { grid-template-columns: 1fr; max-height: none; }
  .b-who .who-text { padding: 28px; gap: 20px; }
  .b-who .who-icons { min-height: 280px; }

  /* Events block: single column, no max-height */
  .b-orderonline { grid-template-columns: 1fr; max-height: none; }
  .b-orderonline .ev-text { padding: 28px 28px 24px; }
  .b-orderonline .ev-text .tag { margin-top: 8px; }
  .b-orderonline .ev-photo { display: none; }
  .b-orderonline .dishes { grid-template-columns: repeat(2, 1fr); }

  /* Aperitivo: single column */
  .b-aperitivo { grid-template-columns: 1fr; min-height: 0; }
  .b-aperitivo .ap-photo { height: 260px; }
  .b-aperitivo .ap-text { padding: 24px; }

  /* Special + Cooks: full width */
  .b-special { grid-column: span 12; }
  .b-cooks   { grid-column: span 12; }

  /* Topstrip: centered single col */
  .topstrip { grid-template-columns: 1fr; gap: 8px; text-align: center; }
  .topstrip .left, .topstrip .right { justify-content: center; }

  /* Hero button: hidden on tablet and below */
  .hero-menu-btn { display: none !important; }

  /* Footer: 2 cols */
  footer.poster-footer { grid-template-columns: 1fr 1fr; gap: 32px; padding: 40px 28px 36px; }
}

@media (max-width: 768px) {
  /* Grid tighter */
  .grid { padding: 0 14px 14px; gap: 12px; }

  /* Menu cards: horizontal on tablet, but capped height */
  .menu-cards-row { flex-direction: row; }
  .b-menu-card .mc-photo { height: 200px; }
  .b-menu-card .mc-body { padding: 16px; }
  .b-menu-card .mc-title { font-size: 16px; }
  .b-menu-card .mc-desc { display: none; }

  /* Hero marquee: tighter */
  .hero-marquee-item { font-size: clamp(60px, 16vw, 140px); }

  /* Nav: logo ridotto e allineato a sinistra su mobile */
  .mainnav { padding: 8px 12px; }
  .mainnav-brand { justify-content: flex-start; }
  .mainnav-brand .nav-brand-logo { height: 32px; width: auto; white-space: nowrap; }
  .reserve-pill { font-size: 10px; padding: 6px 10px; gap: 3px; white-space: nowrap; }
  .nav-burger { padding: 6px 9px; gap: 3px; }
  .nav-burger span { width: 18px; height: 2px; }

  /* Hero photo: taller on mobile */
  .hero-photo img { aspect-ratio: 4/3; }

  /* Hero booking button: hidden on mobile */
  .hero-menu-btn { display: none; }

  /* b-who hide image col */
  .b-who .who-icons { display: none; }
  .b-who .who-text { padding: 24px; }
  .b-who .who-facts { grid-template-columns: repeat(3, 1fr); }

  /* Book row: stack on small tablet */
  .b-book .book-row { flex-direction: column; align-items: flex-start; }
  .b-book .book-contact { text-align: left; }
  .b-book .book-head { grid-template-columns: 1fr; gap: 24px; }
  .b-book .book-head-map { width: 100%; max-width: none; }
}

@media (max-width: 560px) {
  :root { --frame-pad: 10px; --gut: 12px; }
  .grid { padding: 0 10px 10px; gap: 10px; }
  .hero { padding: 16px 0 0; }

  /* Menu cards: full-width stack */
  .menu-cards-row { flex-direction: column; }
  .b-menu-card .mc-photo { height: 220px; }
  .b-menu-card .mc-body { padding: 18px; }
  .b-menu-card .mc-title { font-size: clamp(18px, 5vw, 22px); }
  .b-menu-card .mc-desc { display: block; font-size: 13px; }

  /* Reserve */
  .b-reserve { padding: 24px 18px 28px; }
  .b-reserve .res-title { font-size: clamp(28px, 9vw, 48px); }
  .b-reserve .res-illus { display: none; }

  /* Hero photo: portrait on small mobile */
  .hero-photo img { aspect-ratio: 3/4; }

  /* Hero booking button: hidden */
  .hero-menu-btn { display: none !important; }

  /* Events: 1 col dishes */
  .b-orderonline .dishes { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .b-orderonline .ev-text { padding: 22px 18px 20px; }

  /* Kitchen note */
  .b-cooks { padding: 28px 22px 28px; }

  /* Footer: single column */
  footer.poster-footer { grid-template-columns: 1fr; gap: 20px; padding: 32px 20px 28px; }
  .colophon { flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 16px 20px; }
  .colophon-legal { gap: 8px; flex-direction: column; align-items: center; }

  /* Book row: stacked on mobile */
  .b-book { padding: 24px 20px 0; }
  .b-book .book-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .b-book .book-contact { text-align: left; }
  .book-fork-logo { width: 130px; }

  /* Block base padding */
  .block { padding: 18px; }

  /* Who are we: prevent text overflow */
  .b-who .who-text { padding: 20px 18px 24px; }
  .b-who .who-text .block-title { font-size: clamp(32px, 9vw, 44px); max-width: 100%; }
  .b-who .who-body { max-width: 100%; }
  .b-who .who-body p, .b-who .who-sub { overflow-wrap: break-word; word-break: break-word; }
  .b-who .who-facts {
    grid-template-columns: 1fr;
  }
  .b-who .who-facts > div,
  .b-who .who-facts > div + div {
    border-right: 0;
    border-bottom: 1px solid color-mix(in oklab, var(--espresso) 10%, transparent);
    padding: 12px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .b-who .who-facts > div:last-child {
    border-bottom: 0;
    border-top: none;
    grid-column: auto;
  }
}
