:root {
  --site-ink: #071426;
  --site-muted: #53627a;
  --site-line: #d9e1eb;
  --site-red: #bd1f2d;
  --site-red-dark: #981421;
  --site-blue: #0c5c8e;
  --site-gold: #ffc943;
  --site-teal: #087f8c;
}

html {
  scroll-padding-top: 104px;
}

body.site-v2 {
  color: var(--site-ink);
  background: #f6f8fb;
  overflow-x: hidden;
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--site-line);
  backdrop-filter: blur(14px);
}

.public-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.public-brand img {
  width: 72px;
  height: 52px;
  object-fit: contain;
}

.public-brand strong,
.public-brand small {
  display: block;
}

.public-brand strong {
  font-size: 20px;
  line-height: 1.05;
}

.public-brand small {
  margin-top: 4px;
  color: var(--site-muted);
  font-size: 13px;
}

.nav-toggle {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  color: var(--site-ink);
  background: #fff;
  font-weight: 950;
}

.public-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.public-nav a {
  padding: 11px 8px;
  border-radius: 8px;
  color: #1b2a42;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.public-nav a:hover {
  background: #eef5fb;
}

.public-nav a.is-active {
  color: var(--site-red);
  background: #fff4f5;
}

.public-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.public-actions .icon-btn {
  width: 48px;
  height: 44px;
}

.public-actions .cart-pill {
  min-height: 44px;
  padding: 0 11px;
}

.reserve-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--site-red);
  font-weight: 950;
  text-decoration: none;
}

.public-main {
  width: 100%;
  margin: 0;
}

.maintenance-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.82), rgba(5, 14, 28, 0.42)),
    url("story/hero-restaurant.jpeg") center / cover no-repeat fixed;
}

.maintenance-shell {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 32px;
}

.maintenance-card {
  width: min(680px, 100%);
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 20, 38, 0.82);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.maintenance-logo {
  width: 118px;
  height: 76px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}

.maintenance-card h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(46px, 8vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

.maintenance-lead {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.5;
}

.maintenance-note {
  display: grid;
  gap: 4px;
  max-width: 520px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 201, 67, 0.55);
  border-radius: 8px;
  background: rgba(255, 201, 67, 0.14);
}

.maintenance-note strong {
  color: var(--site-gold);
  font-size: 17px;
}

.maintenance-note span,
.maintenance-small {
  color: rgba(255, 255, 255, 0.84);
}

.maintenance-card .hero-action {
  width: fit-content;
  min-height: 58px;
}

.maintenance-small {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: clamp(74px, 10vw, 136px) 32px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.76) 0%, rgba(5, 14, 28, 0.54) 44%, rgba(5, 14, 28, 0.13) 78%),
    linear-gradient(0deg, rgba(5, 14, 28, 0.62) 0%, rgba(5, 14, 28, 0.02) 44%),
    url("story/hero-restaurant.jpeg") center / cover no-repeat;
}

.home-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 880px;
  color: #fff;
}

.hero-eyebrow {
  margin: 0 0 14px;
  color: var(--site-gold);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 770px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 23px;
  line-height: 1.45;
}

.hero-distance {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 11px 15px;
  border-radius: 8px;
  color: #061320;
  background: var(--site-gold);
  font-size: 18px;
  font-weight: 950;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-action {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 950;
  text-decoration: none;
}

.hero-action-primary {
  min-width: 190px;
  color: #fff;
  background: var(--site-red);
}

.hero-action-secondary {
  min-width: 180px;
  color: var(--site-ink);
  background: #fff;
}

.hero-action-ghost {
  min-width: 150px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.hero-badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1100px;
  margin-top: 58px;
}

.hero-badges span {
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  font-size: 18px;
  font-weight: 950;
  backdrop-filter: blur(12px);
}

.home-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: var(--site-line);
}

.home-proof-strip article {
  min-height: 154px;
  padding: 28px 32px;
  background: #fff;
}

.home-proof-strip strong,
.home-proof-strip span {
  display: block;
}

.home-proof-strip strong {
  color: var(--site-red-dark);
  font-size: 22px;
}

.home-proof-strip span {
  margin-top: 10px;
  color: var(--site-muted);
  font-size: 17px;
  line-height: 1.45;
}

.story-preview {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.74fr;
  gap: 26px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 44px 32px 64px;
}

.story-media,
.mini-gallery img {
  overflow: hidden;
  border-radius: 8px;
  background: #e9eef5;
  border: 1px solid var(--site-line);
}

.story-media img,
.mini-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-media {
  aspect-ratio: 0.9;
}

.story-copy {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: 34px 18px;
}

.story-copy .hero-eyebrow,
.section-heading .hero-eyebrow,
.reservation-band .hero-eyebrow,
.coming-soon-grid .hero-eyebrow {
  color: var(--site-red);
}

.story-copy h2,
.section-heading h2,
.reservation-band h2,
.coming-soon-grid h2 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

.story-copy h2 {
  max-width: 620px;
  font-size: clamp(38px, 4.8vw, 70px);
}

.story-copy p,
.section-heading p,
.reservation-band p,
.coming-soon-grid p {
  color: var(--site-muted);
  line-height: 1.48;
}

.story-copy p {
  max-width: 610px;
  margin: 20px 0 0;
  font-size: 21px;
}

.story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.story-links a,
.reservation-band a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--site-blue);
  font-weight: 950;
  text-decoration: none;
}

.story-links a:nth-child(2) {
  color: var(--site-ink);
  background: #eaf1f8;
}

.mini-gallery {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.home-next-pages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 32px 72px;
}

.home-next-pages a {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  color: var(--site-ink);
  background: #fff;
  text-decoration: none;
}

.home-next-pages a:hover {
  border-color: rgba(189, 31, 45, 0.5);
  box-shadow: 0 18px 42px rgba(7, 20, 38, 0.10);
}

.home-next-pages span {
  color: var(--site-red);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-next-pages strong {
  max-width: 360px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}

.order-hero,
.basic-page-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  padding: 78px 32px 44px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.78) 0%, rgba(5, 14, 28, 0.56) 52%, rgba(5, 14, 28, 0.18) 100%),
    url("story/restaurant-lights.jpeg") center / cover no-repeat;
}

.order-hero > div,
.basic-page-hero > div {
  width: min(900px, 100%);
}

.order-hero h1,
.basic-page-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.order-hero p:not(.hero-eyebrow),
.basic-page-hero p:not(.hero-eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.45;
}

.order-page .order-section {
  padding-top: 30px;
}

.order-page .promo-strip:empty {
  display: none;
}

.dine-in-page {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.68) 0%, rgba(5, 14, 28, 0.42) 48%, rgba(5, 14, 28, 0.08) 100%),
    url("media/dine-in/hero-restaurant.jpg") center / cover no-repeat;
}

.reservations-page {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.80) 0%, rgba(5, 14, 28, 0.56) 52%, rgba(5, 14, 28, 0.18) 100%),
    url("story/pom-pom-group.jpg") center / cover no-repeat;
}

.photos-page {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.78) 0%, rgba(5, 14, 28, 0.48) 54%, rgba(5, 14, 28, 0.12) 100%),
    url("story/poutine-sea.jpg") center / cover no-repeat;
}

.delivery-page {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.82) 0%, rgba(5, 14, 28, 0.60) 52%, rgba(5, 14, 28, 0.20) 100%),
    url("media/dine-in/quebec-poutine.jpg") center / cover no-repeat;
}

.delivery-public .public-main {
  background: #f7f9fc;
}

.delivery-hero-actions {
  margin-top: 28px;
}

.delivery-intro,
.delivery-food-band,
.delivery-cta-band {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.delivery-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding-top: 62px;
  padding-bottom: 58px;
}

.delivery-intro-copy {
  max-width: 760px;
}

.delivery-intro-copy h2,
.delivery-cta-band h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.delivery-intro-copy p:not(.hero-eyebrow),
.delivery-cta-band p:not(.hero-eyebrow) {
  margin: 18px 0 0;
  color: var(--site-muted);
  font-size: 20px;
  line-height: 1.5;
}

.delivery-checklist {
  display: grid;
  gap: 10px;
}

.delivery-checklist span {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(12, 92, 142, 0.18);
  border-radius: 8px;
  color: #07334f;
  background: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
}

.delivery-food-band {
  padding-top: 52px;
  padding-bottom: 70px;
  border-top: 1px solid var(--site-line);
}

.delivery-food-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.delivery-food-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #e9eef5;
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.08);
}

.delivery-food-card.is-wide {
  grid-column: span 2;
}

.delivery-food-card.is-tall {
  grid-row: span 2;
}

.delivery-food-card img {
  display: block;
  width: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.delivery-food-card.is-tall img {
  height: 100%;
  min-height: 536px;
  aspect-ratio: auto;
}

.delivery-food-card.is-wide img {
  aspect-ratio: 16 / 9;
}

.delivery-food-card:hover img {
  transform: scale(1.025);
}

.delivery-food-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 9px 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 20, 38, 0.88);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.15;
}

.delivery-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 72px;
  border-top: 1px solid var(--site-line);
}

.delivery-cta-band > div {
  max-width: 760px;
}

.photos-public .public-main {
  background: #f7f9fc;
}

.media-video-section,
.media-photo-section {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.media-video-section {
  padding-top: 64px;
  padding-bottom: 70px;
}

.media-photo-section {
  padding-bottom: 78px;
}

.media-section-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.media-section-heading h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.media-section-heading p:not(.hero-eyebrow) {
  margin: 16px 0 0;
  color: var(--site-muted);
  font-size: 20px;
  line-height: 1.5;
}

.media-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.media-video-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.08);
}

.media-video-copy {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
}

.media-video-copy strong {
  color: var(--site-ink);
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.02;
}

.media-video-copy span {
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.5;
}

.media-video-copy a {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--site-red);
  font-weight: 950;
  text-decoration: none;
}

.media-video-embed {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 430px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(8, 127, 140, 0.12), rgba(189, 31, 45, 0.08)),
    #f4f8fb;
}

.media-video-embed-local {
  background:
    linear-gradient(135deg, rgba(12, 92, 142, 0.18), rgba(189, 31, 45, 0.16)),
    #071426;
}

.media-video-embed-link {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(12, 92, 142, 0.88), rgba(189, 31, 45, 0.82)),
    #071426;
}

.media-video-embed .tiktok-embed {
  width: 100%;
  margin: 0 !important;
  border-radius: 8px;
}

.media-video-embed .tiktok-embed section {
  display: grid;
  min-height: 540px;
  place-items: center;
  padding: 24px;
  border: 1px dashed rgba(12, 92, 142, 0.32);
  border-radius: 8px;
  background: #fff;
}

.media-video-embed .tiktok-embed a {
  color: var(--site-blue);
  font-weight: 950;
}

.external-video-panel {
  display: grid;
  gap: 12px;
  width: min(420px, 100%);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.external-video-panel strong,
.external-video-panel span {
  display: block;
}

.external-video-panel strong {
  font-size: 28px;
  line-height: 1.05;
}

.external-video-panel span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.45;
}

.external-video-panel a {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 8px;
  color: var(--site-ink);
  background: #fff;
  font-weight: 950;
  text-decoration: none;
}

.facebook-video-frame,
.local-video-player {
  display: block;
  width: 100%;
  max-width: 560px;
  border-radius: 8px;
  background: #050c16;
}

.facebook-video-frame {
  min-height: 430px;
}

.local-video-player {
  max-height: 560px;
  object-fit: contain;
}

.media-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.media-photo-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e9eef5;
  box-shadow: 0 12px 28px rgba(7, 20, 38, 0.07);
}

.media-photo-card.is-wide {
  grid-column: span 2;
}

.media-photo-card.is-tall {
  grid-row: span 2;
}

.media-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.media-photo-card.is-wide img {
  aspect-ratio: 16 / 9;
}

.media-photo-card.is-tall img {
  aspect-ratio: 3 / 4;
}

.media-photo-card:hover img {
  transform: scale(1.025);
}

.media-photo-card figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 20, 38, 0.82);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.reviews-page {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.78) 0%, rgba(5, 14, 28, 0.50) 54%, rgba(5, 14, 28, 0.12) 100%),
    url("story/pom-pom-group.jpg") center / cover no-repeat;
}

.reviews-public .public-main {
  background: #f7f9fc;
}

.reviews-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.reviews-proof-band,
.reviews-list-band,
.reviews-cta-band {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.reviews-proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.reviews-score-copy {
  min-width: 0;
}

.reviews-score-copy h2,
.reviews-list-heading h2,
.reviews-cta-band h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.reviews-score-copy p:not(.hero-eyebrow),
.reviews-cta-band p:not(.hero-eyebrow) {
  margin: 18px 0 0;
  color: var(--site-muted);
  font-size: 20px;
  line-height: 1.5;
}

.reviews-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.reviews-stat-row div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 20, 38, 0.06);
}

.reviews-stat-row strong {
  color: var(--site-red);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 0.9;
}

.reviews-stat-row span {
  color: var(--site-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.review-photo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.review-photo-strip figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8eef5;
  box-shadow: 0 18px 42px rgba(7, 20, 38, 0.08);
}

.review-photo-strip figure.is-wide {
  grid-column: 1 / -1;
}

.review-photo-strip img {
  display: block;
  width: 100%;
  min-height: 210px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.review-photo-strip figure.is-wide img {
  min-height: 300px;
  aspect-ratio: 16 / 9;
  object-position: center 36%;
}

.review-photo-strip figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 20, 38, 0.82);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.reviews-list-band {
  padding-bottom: 78px;
}

.reviews-list-heading {
  max-width: 880px;
  margin-bottom: 28px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.review-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 20, 38, 0.06);
}

.review-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--review-accent, var(--site-blue));
}

.review-card.is-featured {
  grid-column: span 2;
}

.review-card-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.review-avatar {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--review-accent, var(--site-blue));
  font-weight: 950;
}

.review-card-head strong,
.review-card-head small {
  display: block;
  overflow-wrap: anywhere;
}

.review-card-head strong {
  color: var(--site-blue);
  font-size: 17px;
  line-height: 1.15;
}

.review-card-head small {
  margin-top: 3px;
  color: var(--site-muted);
  font-size: 13px;
  line-height: 1.25;
}

.review-rating-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--site-muted);
  font-size: 14px;
  line-height: 1.2;
}

.review-stars {
  display: inline-flex;
  gap: 1px;
  color: var(--site-gold);
  font-size: 18px;
  line-height: 1;
}

.review-stars .is-muted {
  color: #cfd7e2;
}

.review-rating-line em {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #c9d2dd;
  border-radius: 5px;
  color: #4b5563;
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.review-price {
  margin: 0;
  color: var(--site-ink);
  font-size: 14px;
  font-weight: 850;
}

.review-quote {
  margin: 0;
  color: #26374f;
  font-size: 17px;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.review-card.is-featured .review-quote {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.review-score-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.review-score-chips span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #07323b;
  background: #e7f6f2;
  font-size: 13px;
  font-weight: 900;
}

.reviews-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 58px;
  border-top: 1px solid var(--site-line);
}

.reviews-cta-band .text-link-strong {
  white-space: nowrap;
}

.about-page {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.82) 0%, rgba(5, 14, 28, 0.58) 54%, rgba(5, 14, 28, 0.18) 100%),
    url("story/poutine-sea.jpg") center / cover no-repeat;
}

.about-public .public-main {
  background: #f7f9fc;
}

.about-intro-band,
.about-story-band,
.about-identity-band,
.about-pompom-band,
.about-next-band {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.about-intro-band,
.about-story-band,
.about-pompom-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-story-band {
  grid-template-columns: minmax(320px, 1.02fr) minmax(0, 0.98fr);
  border-top: 1px solid var(--site-line);
}

.about-identity-band,
.about-pompom-band,
.about-next-band {
  border-top: 1px solid var(--site-line);
}

.about-intro-band > div,
.about-story-band > div,
.about-pompom-band > div,
.about-identity-heading {
  min-width: 0;
}

.about-intro-band h2,
.about-story-band h2,
.about-identity-heading h2,
.about-pompom-band h2,
.about-next-band h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.about-intro-band p:not(.hero-eyebrow),
.about-story-band p:not(.hero-eyebrow),
.about-identity-heading p:not(.hero-eyebrow),
.about-pompom-band p:not(.hero-eyebrow),
.about-next-band p:not(.hero-eyebrow) {
  margin: 18px 0 0;
  color: var(--site-muted);
  font-size: 20px;
  line-height: 1.55;
}

.about-intro-band figure,
.about-story-band figure,
.about-pompom-band figure {
  min-width: 0;
  margin: 0;
}

.about-intro-band img,
.about-story-band img,
.about-pompom-band img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(360px, 42vw, 560px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.10);
}

.about-story-band img {
  object-position: center 58%;
}

.about-pompom-band img {
  height: clamp(340px, 36vw, 500px);
  object-position: center 48%;
}

.about-identity-band {
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-identity-heading {
  max-width: 880px;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.about-feature-grid article {
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 20, 38, 0.06);
}

.about-feature-grid img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.about-feature-grid article > div {
  padding: 24px;
}

.about-feature-grid h3 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.about-feature-grid p {
  margin: 12px 0 0;
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.5;
}

.about-next-band {
  padding-top: 64px;
  padding-bottom: 78px;
}

.about-next-band h2,
.about-next-band p {
  max-width: 880px;
}

.about-next-band .text-link-strong {
  margin-top: 24px;
}

.page-building-grid,
.photo-grid-preview {
  max-width: 1380px;
  margin: 0 auto;
  padding: 46px 32px 72px;
}

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

.page-building-grid article {
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
}

.page-building-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-building-grid h2,
.page-building-grid p {
  margin-right: 24px;
  margin-left: 24px;
}

.page-building-grid h2 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.05;
}

.page-building-grid p {
  margin-top: 12px;
  margin-bottom: 26px;
  color: var(--site-muted);
  font-size: 18px;
  line-height: 1.48;
}

.photo-grid-preview {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.photo-grid-preview img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #e9eef5;
}

.dine-in-public .public-main {
  background: #f7f9fc;
}

.dine-in-public .public-main h1,
.dine-in-public .public-main h2,
.dine-in-public .public-main p,
.dine-in-public .public-main a,
.dine-in-public .public-main span {
  overflow-wrap: break-word;
}

.dine-hero {
  min-height: min(610px, calc(100vh - 92px));
}

.dine-invite,
.dine-story-band,
.dine-relax-band,
.dine-groups-band,
.dine-family-band,
.dine-occasion-band {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.dine-story-copy,
.dine-relax-copy,
.dine-groups-copy,
.dine-family-heading,
.dine-occasion-copy,
.dine-photo-pair,
.dine-story-media,
.dine-relax-photo,
.dine-relax-wide,
.dine-groups-photo,
.dine-family-grid,
.dine-family-grid figure,
.dine-occasion-photo {
  min-width: 0;
  max-width: 100%;
}

.dine-invite {
  padding-top: 54px;
  padding-bottom: 42px;
}

.dine-invite h2,
.dine-story-copy h2,
.dine-relax-copy h2,
.dine-groups-copy h2,
.dine-family-heading h2,
.dine-occasion-copy h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.dine-invite > p:not(.hero-eyebrow),
.dine-story-copy p:not(.hero-eyebrow),
.dine-relax-copy p:not(.hero-eyebrow),
.dine-groups-copy p:not(.hero-eyebrow),
.dine-family-heading p:not(.hero-eyebrow),
.dine-occasion-copy p:not(.hero-eyebrow) {
  margin: 18px 0 0;
  color: var(--site-muted);
  font-size: 20px;
  line-height: 1.5;
}

.dine-invite {
  max-width: 1060px;
  text-align: center;
}

.dine-pill-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.dine-pill-row span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(12, 92, 142, 0.22);
  border-radius: 8px;
  color: #07334f;
  background: #fff;
  font-size: 17px;
  font-weight: 950;
  text-align: center;
}

.dine-story-band {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding-top: 52px;
  padding-bottom: 58px;
}

.dine-story-greek {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  border-top: 1px solid var(--site-line);
}

.dine-story-copy {
  max-width: 620px;
}

.text-link-strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--site-red);
  font-weight: 950;
  text-decoration: none;
}

.dine-photo-pair {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
}

.dine-photo-pair img,
.dine-story-media img,
.dine-relax-photo img,
.dine-relax-wide img,
.dine-groups-photo img,
.dine-family-grid img,
.dine-occasion-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: #e9eef5;
}

.dine-photo-main {
  aspect-ratio: 4 / 5;
  height: clamp(360px, 38vw, 560px);
}

.dine-photo-side {
  aspect-ratio: 4 / 3;
  height: clamp(260px, 28vw, 420px);
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.12);
}

.dine-story-media img {
  aspect-ratio: 5 / 4;
  height: clamp(340px, 38vw, 560px);
}

.dine-relax-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 64px;
  border-top: 1px solid var(--site-line);
}

.dine-relax-photo img {
  aspect-ratio: 4 / 5;
  height: clamp(360px, 42vw, 620px);
}

.dine-relax-copy {
  max-width: 700px;
}

.dine-relax-wide {
  grid-column: 1 / -1;
}

.dine-relax-wide img {
  height: clamp(260px, 32vw, 420px);
  max-height: 420px;
  aspect-ratio: 16 / 7;
}

.dine-groups-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding-top: 60px;
  padding-bottom: 64px;
  background: #fff;
}

.dine-groups-photo img {
  aspect-ratio: 16 / 9;
  height: clamp(300px, 34vw, 480px);
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.10);
}

.dine-family-band {
  padding-top: 60px;
  padding-bottom: 66px;
  background: linear-gradient(180deg, #eaf7f5 0%, #f7f9fc 100%);
}

.dine-family-heading {
  max-width: 820px;
}

.dine-family-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 20px;
  margin-top: 30px;
}

.dine-family-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 140, 0.22);
  border-radius: 8px;
  background: #fff;
}

.dine-family-grid img {
  aspect-ratio: 4 / 3;
  height: clamp(280px, 30vw, 430px);
}

.dine-family-grid figcaption {
  padding: 16px 18px 18px;
  color: var(--site-ink);
  font-size: 22px;
  font-weight: 950;
}

.dine-occasion-band {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(260px, 1.06fr);
  gap: 28px;
  align-items: stretch;
  padding-top: 62px;
  padding-bottom: 76px;
}

.dine-occasion-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(189, 31, 45, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.10);
}

.dine-occasion-photo img {
  height: clamp(360px, 42vw, 560px);
  object-fit: contain;
  background: #111923;
}

.dine-occasion-photo figcaption {
  padding: 16px 18px 18px;
  color: #7e1620;
  background: #fff9f1;
  font-size: 19px;
  font-weight: 950;
  text-align: center;
}

.dine-occasion-photo figcaption a {
  color: inherit;
  text-decoration: none;
}

.dine-occasion-photo figcaption a:hover {
  text-decoration: underline;
}

.reservation-band,
.order-section,
.coming-soon-grid {
  max-width: 1380px;
  margin: 0 auto;
}

.reservation-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 32px;
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: #fff;
}

.reservation-band h2 {
  font-size: clamp(30px, 3vw, 46px);
}

.reservation-band p {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: 18px;
}

.reservation-band a {
  min-height: 58px;
  padding: 0 24px;
  background: var(--site-teal);
  white-space: nowrap;
}

.reservation-public .public-main {
  background: #f7f9fc;
}

.reservation-hero .hero-action {
  margin-top: 28px;
}

.reservation-layout,
.reservation-special-band {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding-top: 58px;
  padding-bottom: 66px;
}

.reservation-copy,
.reservation-form-card,
.reservation-special-band > div {
  min-width: 0;
}

.reservation-copy h2,
.reservation-form-head h2,
.reservation-special-band h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.reservation-copy p:not(.hero-eyebrow),
.reservation-special-band p:not(.hero-eyebrow) {
  margin: 18px 0 0;
  color: var(--site-muted);
  font-size: 20px;
  line-height: 1.5;
}

.reservation-z-gallery {
  position: relative;
  min-height: 560px;
  margin-top: 32px;
}

.reservation-z-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 8px;
  background: #e9eef5;
  box-shadow: 0 18px 36px rgba(7, 20, 38, 0.16);
}

.reservation-z-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reservation-z-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 20, 38, 0.82);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.reservation-z-photo-1 {
  top: 0;
  left: 0;
  z-index: 1;
  width: min(82%, 460px);
  height: 230px;
  transform: rotate(-1.2deg);
}

.reservation-z-photo-2 {
  top: 145px;
  right: 0;
  z-index: 3;
  width: min(54%, 270px);
  height: 280px;
  transform: rotate(1.5deg);
}

.reservation-z-photo-2 img {
  object-position: center 54%;
}

.reservation-z-photo-3 {
  top: 318px;
  left: 34px;
  z-index: 2;
  width: min(76%, 430px);
  height: 220px;
  transform: rotate(-0.6deg);
}

.reservation-direct-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--site-teal);
  font-weight: 950;
  text-decoration: none;
}

.reservation-form-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.10);
}

.reservation-form-head {
  margin-bottom: 24px;
}

.reservation-form-head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.reservation-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reservation-fields label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--site-ink);
  font-size: 15px;
  font-weight: 950;
}

.reservation-wide-field {
  grid-column: 1 / -1;
}

.reservation-phone-row {
  display: grid;
  grid-template-columns: minmax(128px, 0.42fr) minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.reservation-fields input,
.reservation-fields select,
.reservation-fields textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cdd7e5;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--site-ink);
  background: #fbfcfe;
  font: inherit;
  font-weight: 700;
}

.reservation-fields textarea {
  min-height: 116px;
  padding-top: 12px;
  resize: vertical;
}

.reservation-fields input:focus,
.reservation-fields select:focus,
.reservation-fields textarea:focus {
  outline: 3px solid rgba(12, 92, 142, 0.18);
  border-color: var(--site-blue);
  background: #fff;
}

.reservation-submit {
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--site-red);
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.reservation-submit:hover {
  background: var(--site-red-dark);
}

.reservation-confirm-note {
  margin: 14px 0 0;
  color: var(--site-muted);
  font-size: 15px;
  line-height: 1.45;
}

.reservation-special-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 1.12fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding-top: 58px;
  padding-bottom: 76px;
  border-top: 1px solid var(--site-line);
}

.reservation-special-band img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(360px, 42vw, 560px);
  border-radius: 8px;
  background: #e9eef5;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.10);
}

.order-section {
  padding: 48px 32px 70px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.section-heading p {
  margin: 12px 0 0;
  font-size: 19px;
}

.order-section .order-controls {
  top: 92px;
  margin-right: -32px;
  margin-left: -32px;
  padding-right: 32px;
  padding-left: 32px;
}

.order-section .cart-pane {
  top: 172px;
}

.coming-soon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 0 32px 72px;
}

.coming-soon-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
}

.coming-soon-grid h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.coming-soon-grid p {
  margin: 14px 0 0;
  font-size: 18px;
}

@media (max-width: 1220px) {
  .public-header {
    grid-template-columns: 1fr auto;
  }

  .public-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .story-preview,
  .home-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-copy {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

@media (max-width: 1040px) {
  .media-video-grid {
    grid-template-columns: 1fr;
  }

  .media-video-card {
    grid-template-columns: 1fr;
  }

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

  .dine-story-band,
  .dine-relax-band,
  .dine-groups-band,
  .dine-occasion-band,
  .delivery-intro,
  .delivery-cta-band,
  .about-intro-band,
  .about-story-band,
  .about-pompom-band,
  .reviews-proof-band,
  .reservation-layout,
  .reservation-special-band {
    grid-template-columns: 1fr;
  }

  .dine-story-copy,
  .dine-relax-copy,
  .dine-groups-copy,
  .dine-occasion-copy,
  .delivery-intro-copy,
  .about-intro-band > div,
  .about-story-band > div,
  .about-pompom-band > div,
  .about-identity-heading,
  .reviews-score-copy,
  .reservation-copy,
  .reservation-special-band > div {
    max-width: 820px;
  }

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

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

  .review-card.is-featured {
    grid-column: auto;
  }

  .about-story-band figure {
    order: 2;
  }

  .reservation-z-gallery {
    max-width: 640px;
  }

  .dine-story-greek .dine-story-media {
    order: 2;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 0;
  }

  .public-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 0;
    padding: 12px 16px;
  }

  .public-brand img {
    width: 70px;
    height: 48px;
  }

  .public-brand strong {
    font-size: 20px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .public-nav {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 10px;
    overflow: visible;
    padding: 0;
  }

  .public-header.is-nav-open .public-nav {
    display: grid;
  }

  .public-nav a {
    padding: 13px 12px;
    border: 1px solid var(--site-line);
    background: #fff;
  }

  .public-actions {
    grid-column: 1 / -1;
    margin-top: 10px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .public-actions {
    display: grid;
    grid-template-columns: repeat(3, 38px) 94px 74px 66px;
    gap: 4px;
    overflow: hidden;
  }

  .public-actions.no-cart {
    grid-template-columns: repeat(3, 40px) 90px 72px;
  }

  .public-actions .icon-btn {
    width: 100%;
    height: 40px;
  }

  .public-actions .cart-pill {
    width: 100%;
    min-height: 40px;
    padding: 0 8px;
  }

  .public-actions .nav-toggle {
    width: 100%;
    min-height: 40px;
  }

  .public-actions .cart-pill span:last-child {
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .reserve-now {
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .reserve-now::after {
    content: none;
  }

  .public-nav::-webkit-scrollbar,
  .public-actions::-webkit-scrollbar {
    display: none;
  }

  .home-hero {
    min-height: 680px;
    padding: 76px 18px 22px;
    background:
      linear-gradient(0deg, rgba(5, 14, 28, 0.76) 0%, rgba(5, 14, 28, 0.16) 70%),
      url("story/hero-restaurant.jpeg") center / cover no-repeat;
  }

  .home-hero h1 {
    max-width: 350px;
    font-size: 34px;
    line-height: 1;
  }

  .hero-lead {
    max-width: 350px;
    font-size: 17px;
  }

  .hero-distance {
    display: block;
    width: fit-content;
    max-width: 100%;
    font-size: 15px;
    white-space: normal;
  }

  .hero-action {
    min-height: 58px;
    padding: 0 20px;
    font-size: 16px;
  }

  .hero-action-primary,
  .hero-action-secondary {
    min-width: 156px;
  }

  .hero-badges,
  .home-proof-strip,
  .story-preview,
  .home-next-pages,
  .page-building-grid,
  .photo-grid-preview,
  .media-photo-grid,
  .delivery-food-grid,
  .delivery-checklist,
  .dine-pill-row,
  .dine-photo-pair,
  .dine-family-grid,
  .about-feature-grid,
  .reviews-grid,
  .reservation-fields,
  .coming-soon-grid {
    grid-template-columns: 1fr;
  }

  .hero-badges {
    margin-top: 34px;
  }

  .story-preview,
  .home-next-pages,
  .page-building-grid,
  .photo-grid-preview,
  .delivery-intro,
  .delivery-food-band,
  .delivery-cta-band,
  .dine-invite,
  .dine-story-band,
  .dine-relax-band,
  .dine-groups-band,
  .dine-family-band,
  .dine-occasion-band,
  .about-intro-band,
  .about-story-band,
  .about-identity-band,
  .about-pompom-band,
  .about-next-band,
  .media-video-section,
  .media-photo-section,
  .reviews-proof-band,
  .reviews-list-band,
  .reviews-cta-band,
  .reservation-layout,
  .reservation-special-band,
  .order-section,
  .coming-soon-grid {
    max-width: 100%;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-next-pages {
    padding-bottom: 42px;
  }

  .home-next-pages a {
    min-height: 140px;
  }

  .order-hero,
  .basic-page-hero {
    min-height: 360px;
    padding: 58px 18px 34px;
  }

  .dine-hero {
    min-height: 520px;
    background:
      linear-gradient(0deg, rgba(5, 14, 28, 0.70) 0%, rgba(5, 14, 28, 0.18) 70%),
      url("media/dine-in/hero-restaurant.jpg") center / cover no-repeat;
  }

  .order-hero h1,
  .basic-page-hero h1 {
    font-size: 38px;
  }

  .order-hero p:not(.hero-eyebrow),
  .basic-page-hero p:not(.hero-eyebrow) {
    font-size: 17px;
  }

  .photo-grid-preview img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .media-video-copy,
  .media-video-embed {
    padding: 18px;
  }

  .media-video-embed {
    min-height: 360px;
  }

  .media-video-embed .tiktok-embed {
    min-width: 0 !important;
  }

  .media-video-embed .tiktok-embed section {
    min-height: 420px;
  }

  .facebook-video-frame {
    min-height: 360px;
  }

  .media-photo-card,
  .media-photo-card.is-wide,
  .media-photo-card.is-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .media-photo-card img,
  .media-photo-card.is-wide img,
  .media-photo-card.is-tall img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .dine-invite {
    padding-top: 38px;
    padding-bottom: 30px;
    text-align: left;
  }

  .dine-invite h2,
  .dine-story-copy h2,
  .dine-relax-copy h2,
  .dine-groups-copy h2,
  .dine-family-heading h2,
  .dine-occasion-copy h2,
  .delivery-intro-copy h2,
  .delivery-cta-band h2,
  .about-intro-band h2,
  .about-story-band h2,
  .about-identity-heading h2,
  .about-pompom-band h2,
  .about-next-band h2,
  .media-section-heading h2,
  .reservation-copy h2,
  .reservation-form-head h2,
  .reservation-special-band h2 {
    font-size: 30px;
  }

  .dine-invite > p:not(.hero-eyebrow),
  .dine-story-copy p:not(.hero-eyebrow),
  .dine-relax-copy p:not(.hero-eyebrow),
  .dine-groups-copy p:not(.hero-eyebrow),
  .dine-family-heading p:not(.hero-eyebrow),
  .dine-occasion-copy p:not(.hero-eyebrow),
  .delivery-intro-copy p:not(.hero-eyebrow),
  .delivery-cta-band p:not(.hero-eyebrow),
  .about-intro-band p:not(.hero-eyebrow),
  .about-story-band p:not(.hero-eyebrow),
  .about-identity-heading p:not(.hero-eyebrow),
  .about-pompom-band p:not(.hero-eyebrow),
  .about-next-band p:not(.hero-eyebrow),
  .media-section-heading p:not(.hero-eyebrow),
  .reservation-copy p:not(.hero-eyebrow),
  .reservation-special-band p:not(.hero-eyebrow) {
    font-size: 17px;
  }

  .reviews-score-copy h2,
  .reviews-list-heading h2,
  .reviews-cta-band h2 {
    font-size: 30px;
  }

  .reviews-score-copy p:not(.hero-eyebrow),
  .reviews-cta-band p:not(.hero-eyebrow) {
    font-size: 17px;
  }

  .dine-pill-row span {
    min-height: 50px;
    justify-content: flex-start;
  }

  .dine-story-band,
  .dine-relax-band,
  .dine-groups-band,
  .dine-family-band,
  .dine-occasion-band,
  .delivery-intro,
  .delivery-food-band,
  .delivery-cta-band,
  .about-intro-band,
  .about-story-band,
  .about-identity-band,
  .about-pompom-band,
  .about-next-band,
  .media-video-section,
  .media-photo-section,
  .reviews-proof-band,
  .reviews-list-band,
  .reviews-cta-band,
  .reservation-layout,
  .reservation-special-band {
    padding-top: 40px;
    padding-bottom: 46px;
  }

  .dine-photo-main,
  .dine-photo-side,
  .dine-story-media img,
  .dine-relax-photo img,
  .dine-relax-wide img,
  .dine-groups-photo img,
  .dine-family-grid img,
  .delivery-food-card img,
  .delivery-food-card.is-tall img,
  .delivery-food-card.is-wide img,
  .about-intro-band img,
  .about-story-band img,
  .about-pompom-band img {
    aspect-ratio: 4 / 3;
    height: clamp(220px, 68vw, 340px);
  }

  .delivery-food-card,
  .delivery-food-card.is-wide,
  .delivery-food-card.is-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .delivery-food-card img,
  .delivery-food-card.is-tall img,
  .delivery-food-card.is-wide img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .delivery-cta-band .hero-action {
    width: 100%;
  }

  .about-feature-grid img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-feature-grid article > div {
    padding: 18px;
  }

  .reviews-stat-row,
  .reviews-cta-band {
    grid-template-columns: 1fr;
  }

  .review-photo-strip {
    gap: 10px;
  }

  .review-photo-strip img {
    min-height: 0;
  }

  .review-card {
    padding: 18px;
  }

  .review-card.is-featured .review-quote,
  .review-quote {
    font-size: 16px;
  }

  .reviews-cta-band .text-link-strong {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .dine-relax-wide img {
    max-height: none;
  }

  .dine-family-grid figcaption {
    font-size: 19px;
  }

  .dine-occasion-photo img {
    height: clamp(340px, 120vw, 520px);
  }

  .reservation-form-card {
    padding: 18px;
  }

  .reservation-phone-row {
    grid-template-columns: 1fr;
  }

  .reservation-z-gallery {
    display: grid;
    min-height: 0;
    gap: 12px;
  }

  .reservation-z-photo {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: auto;
    transform: none;
  }

  .reservation-z-photo img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .reservation-z-photo-1 {
    width: 92%;
    justify-self: start;
  }

  .reservation-z-photo-2 {
    width: 68%;
    justify-self: end;
  }

  .reservation-z-photo-2 img {
    aspect-ratio: 4 / 5;
  }

  .reservation-z-photo-3 {
    width: 86%;
    justify-self: start;
  }

  .reservation-direct-link {
    width: 100%;
    text-align: center;
  }

  .reservation-special-band img {
    height: clamp(340px, 120vw, 520px);
  }

  .reservation-band {
    display: block;
    padding: 30px 18px;
  }

  .reservation-band a {
    width: 100%;
    margin-top: 18px;
  }

  .order-section .order-controls {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  body.site-v2 .cart-pane {
    display: none !important;
    transform: translateY(120%) !important;
    pointer-events: none;
  }

  body.site-v2.cart-drawer-open .cart-pane {
    display: grid !important;
    transform: translateY(0) !important;
    pointer-events: auto;
  }
}

@media (min-width: 821px) {
  body.order-page .order-section {
    --order-scroll-top: 172px;
    --order-scroll-bottom: 18px;
  }

  body.order-page .order-layout {
    align-items: start;
  }

  body.order-page .category-rail,
  body.order-page .menu-pane {
    height: calc(100vh - var(--order-scroll-top) - var(--order-scroll-bottom));
    max-height: calc(100vh - var(--order-scroll-top) - var(--order-scroll-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
  }

  @supports (height: 100dvh) {
    body.order-page .category-rail,
    body.order-page .menu-pane {
      height: calc(100dvh - var(--order-scroll-top) - var(--order-scroll-bottom));
      max-height: calc(100dvh - var(--order-scroll-top) - var(--order-scroll-bottom));
    }
  }

  body.order-page .category-rail {
    top: var(--order-scroll-top);
    align-content: start;
    padding-right: 4px;
  }

  body.order-page .menu-pane {
    min-height: 0;
    padding-right: 4px;
  }
}

@media (min-width: 1181px) {
  body.order-page .cart-pane {
    top: var(--order-scroll-top);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: calc(100vh - var(--order-scroll-top) - var(--order-scroll-bottom));
    max-height: calc(100vh - var(--order-scroll-top) - var(--order-scroll-bottom));
    overflow: hidden;
  }

  @supports (height: 100dvh) {
    body.order-page .cart-pane {
      height: calc(100dvh - var(--order-scroll-top) - var(--order-scroll-bottom));
      max-height: calc(100dvh - var(--order-scroll-top) - var(--order-scroll-bottom));
    }
  }

  body.order-page .cart-items {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.order-page .cart-footer {
    position: static;
  }
}
