@font-face {
  font-family: "Goudy Handtooled";
  src: url("../fonts/GOUDHNDN.TTF") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #231f1b;
  --muted: #645b50;
  --paper: #fffaf1;
  --panel: #ffffff;
  --line: #dfd4c3;
  --red: #00a0e6;
  --red-dark: #007fba;
  --green: #37513b;
  --gold: #c99033;
  --shadow: 0 18px 45px rgba(35, 31, 27, 0.12);
  --radius: 8px;
  --font-body: "proxima-nova", "Proxima Nova", "Lato", "Segoe UI", Arial, sans-serif;
  --font-display: "Goudy Handtooled", "Fraunces", Georgia, serif;
  --font-hero: "Goudy Handtooled", "Fraunces", Georgia, serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.section-inner,
.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-wrap,
.hero-inner {
  width: min(1680px, calc(100% - 96px));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 169px;
  min-height: 169px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .45));
  transform: translateY(18px);
}

.brand img {
  width: 129px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

.site-nav a {
  padding: .35rem 0;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 800;
  color: #fff;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: #fff;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, .68);
}

.site-nav .button {
  padding: .65rem .95rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  text-shadow: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: var(--red);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: var(--red-dark);
}

.button.secondary {
  background: #fff;
  color: var(--red);
  border-color: var(--red);
}

.button.secondary:hover {
  background: #e7f7ff;
}

.button.dark {
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #2b2018;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/main_hero1.jpg") center / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(11rem, 13vw, 14rem) 0 clamp(3rem, 8vw, 6rem);
}

.hero-copy {
  max-width: 900px;
  text-shadow: 0 3px 18px rgba(18, 14, 11, .62);
}

.eyebrow {
  margin: 0 0 .75rem;
  color: #f0c36f;
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-family: var(--font-hero);
  font-size: clamp(3.2rem, 8vw, 6.6rem);
  font-weight: 400;
}

.hero h1 {
  max-width: 880px;
  font-size: clamp(2.65rem, 5.6vw, 4.9rem);
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 400;
}

h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.3rem;
}

.lead {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero .lead {
  color: #fff7ec;
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  max-width: 520px;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.status-card {
  display: grid;
  grid-template-columns: .9fr 1.4fr .9fr;
  gap: 1px;
  max-width: 860px;
  margin-top: 2rem;
  background: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius);
  overflow: hidden;
}

.status-card div {
  padding: 1rem;
  background: rgba(20, 15, 12, .55);
}

.status-card b {
  display: block;
  color: #f7d68b;
  font-size: .85rem;
  text-transform: uppercase;
}

.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.section.alt {
  background: #f3eadc;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.15fr) minmax(180px, .65fr);
  grid-template-rows: 260px 260px;
  gap: .75rem;
  padding: .75rem;
  background: #fffaf1;
}

.photo-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: var(--radius);
}

.mosaic-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(1.25rem, 4vw, 3rem);
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.mosaic-copy .eyebrow {
  color: #8bdcff;
}

.mosaic-large {
  grid-row: span 2;
}

.split-band,
.story-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 460px;
}

.split-band.reverse {
  grid-template-columns: .9fr 1.1fr;
}

.split-media,
.story-media {
  min-height: 460px;
  background: center / cover no-repeat;
}

.split-content,
.story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
  background: #fffaf1;
}

.split-content p,
.story-content p {
  max-width: 430px;
  color: var(--muted);
}

.split-content > p:not(.eyebrow),
.story-content > p:not(.eyebrow),
.menu-preview-intro > p:not(.eyebrow) {
  font-family: var(--font-body);
  font-size: 1.12rem;
}

.image-breakfast {
  background-image: url("../images/breakfast-plates.jpg");
}

.image-skillet {
  background-image: url("../images/skillet-web.jpg");
}

.image-omelette {
  background-image: url("../images/ommelette.jpg");
}

.image-owners {
  background-image: url("../images/owners-web.jpg");
}

.image-staff {
  background-image: url("../images/staff2_horiz-web.jpg");
}

.image-with-snuffy {
  background-image: url("../images/withsnuffy.png");
}

.image-coffee {
  background-image: url("../images/coffee.JPG");
}

.image-mug {
  background-image: url("../images/mug-web.jpg");
}

.image-walkingplates {
  background-image: url("../images/walkingplates-web.jpg");
}

.image-visit {
  background-image: url("../images/visitus.jpg");
}

.image-pie {
  background-image: url("../images/pie.JPG");
}

.page-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  padding: .75rem;
  background: #fffaf1;
}

.page-photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

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

.menu-showcase {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.menu-preview-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1rem;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.tile {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius);
  text-decoration: none;
  color: #fff;
  background: #231f1b;
  box-shadow: var(--shadow);
}

.tile-wide {
  grid-column: auto;
  grid-row: auto;
}

.tile::before {
  content: none;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.tile:hover img {
  transform: scale(1.04);
}

.tile span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  padding: .3rem .6rem .4rem;
  border-radius: var(--radius);
  background: var(--red);
  box-shadow: 0 10px 24px rgba(35, 31, 27, .18);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.poster-band {
  min-height: 640px;
  display: grid;
  align-items: end;
  padding: clamp(2rem, 6vw, 5rem);
  color: #fff;
  background: url("../images/bghot2.jpg") center / cover no-repeat;
}

.poster-copy {
  max-width: min(920px, 100%);
  text-shadow: 0 3px 18px rgba(18, 14, 11, .72);
}

.poster-copy h2 {
  font-size: clamp(3.5rem, 8vw, 8rem);
}

.poster-copy h2 span {
  display: block;
  white-space: nowrap;
}

.photo-cta .grid.two {
  align-items: center;
}

.cta-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.cta-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cta-card .action-row {
  padding: 1rem;
  margin-top: 0;
}

.card,
.info-panel,
.menu-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(35, 31, 27, .06);
}

.card {
  padding: 1.25rem;
}

.card p,
.menu-section p {
  color: var(--muted);
}

.feature-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 5px solid var(--gold);
}

.feature-card:nth-child(2) {
  border-top-color: var(--red);
}

.feature-card:nth-child(3) {
  border-top-color: var(--green);
}

.merch-section .section-header {
  align-items: center;
}

.merch-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 0;
  overflow: hidden;
}

.merch-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.merch-card div {
  padding: 0 1.25rem 1.25rem;
}

.merch-card h3 {
  margin-top: 0;
}

#groups {
  scroll-margin-top: 120px;
}

.hours-list,
.contact-list,
.side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hours-list li,
.contact-list li,
.side-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
}

.hours-list li:last-child,
.contact-list li:last-child,
.side-list li:last-child {
  border-bottom: 0;
}

.page-hero {
  position: relative;
  padding: clamp(8rem, 14vw, 10rem) 0 clamp(3rem, 8vw, 5rem);
  overflow: hidden;
  background: #352820 center / cover no-repeat;
  color: #fff;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 14, 11, .82) 0%, rgba(18, 14, 11, .56) 48%, rgba(18, 14, 11, .22) 100%);
}

.page-hero .section-inner {
  position: relative;
  z-index: 1;
}

.page-hero .lead {
  color: #f6e8d7;
}

.menu-page-hero {
  background-image: url("../images/piewithsnuffywide.jpg");
}

.visit-page-hero {
  background-image: url("../images/walkingplates-web.jpg");
  background-position: center;
}

.about-page-hero {
  background-image: url("../images/staff-web.jpg");
  background-position: center 38%;
}

.menu-tabs {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  padding: .75rem calc((100% - min(1120px, calc(100% - 32px))) / 2);
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(0, 127, 186, .18);
}

.menu-tabs a {
  flex: 0 0 auto;
  padding: .55rem .8rem;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: #fff;
  color: var(--red-dark);
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
}

.menu-tabs a:hover,
.menu-tabs a:focus-visible {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.menu-section {
  position: relative;
  scroll-margin-top: 145px;
  padding: clamp(1rem, 3vw, 1.5rem);
}

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

.has-snuffy-peek {
  isolation: isolate;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.has-snuffy-peek::before {
  content: "";
  position: absolute;
  right: clamp(.25rem, 3vw, 2rem);
  top: clamp(-150px, -10vw, -112px);
  z-index: -1;
  width: clamp(190px, 24vw, 320px);
  aspect-ratio: 3 / 2;
  background: url("../images/snuffylook.png") center / contain no-repeat;
  pointer-events: none;
}

.menu-section header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid var(--line);
}

.menu-note {
  color: var(--red);
  font-family: var(--font-body);
  font-weight: 800;
}

.menu-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.menu-item {
  padding-bottom: .9rem;
  border-bottom: 1px dashed #d8c7b0;
}

.menu-item h3 {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  font-size: 1.12rem;
}

.menu-item h3 span:last-child {
  flex: 0 0 auto;
  color: var(--red);
}

.menu-item p {
  margin: .35rem 0 0;
  font-size: .97rem;
}

.menu-simple {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
}

.menu-simple span {
  padding: .7rem;
  background: #fff8ec;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 800;
}

.notice {
  padding: 1rem;
  border-left: 5px solid var(--red);
  background: #fff;
  border-radius: var(--radius);
}

.story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.story-mark {
  padding: 2rem;
  min-height: 320px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0, 160, 230, .92), rgba(55, 81, 59, .9)),
    url("../images/header1.jpg") center / cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-mark strong {
  display: block;
  max-width: 320px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.story-photo-card {
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.story-photo-card .owners-photo {
  object-position: 35% center;
}

.story-photo-card strong {
  display: block;
  padding: 1.25rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
}

.site-footer {
  padding: 2.5rem 0 6rem;
  background: #fff;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.footer-brand img {
  width: 116px;
  height: auto;
}

.footer-details {
  display: grid;
  gap: .2rem;
}

.footer-details strong {
  color: var(--red);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.footer-details a,
.footer-nav a {
  color: var(--ink);
}

.footer-nav {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-weight: 700;
}

.footer-nav a {
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--red);
}

.open-now {
  color: #3ff28a;
}

.closed-now {
  color: #ffd186;
}

@media (max-width: 860px) {
  .nav-wrap {
    min-height: auto;
    padding: .8rem 0;
    align-items: center;
    flex-direction: row;
  }

  .site-nav {
    width: auto;
    overflow-x: auto;
    padding-bottom: .2rem;
  }

  .site-nav .button {
    display: none;
  }

  .hero {
    min-height: 660px;
  }

  .status-card,
  .grid.three,
  .grid.two,
  .menu-showcase,
  .menu-items,
  .story,
  .split-band,
  .split-band.reverse,
  .story-band {
    grid-template-columns: 1fr;
  }

  .photo-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 240px 240px;
  }

  .page-photo-strip {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 7.5rem;
  }

  .mosaic-copy {
    grid-column: span 2;
  }

  .mosaic-large {
    grid-row: auto;
  }

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

  .split-media,
  .story-media {
    min-height: 330px;
  }

  .section-header {
    display: block;
  }

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

  .poster-band {
    min-height: 520px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 520px) {
  .nav-wrap,
  .section-inner,
  .hero-inner,
  .footer-inner {
    width: min(100% - 24px, 1120px);
  }

  .nav-wrap {
    min-height: 88px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: .75rem;
    padding: .65rem 0;
  }

  .brand {
    width: 72px;
    min-height: 72px;
    transform: none;
  }

  .brand img {
    width: 64px;
  }

  .site-nav {
    width: auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    gap: .25rem;
    overflow: visible;
    padding: 0;
  }

  .site-nav a {
    padding: .5rem .2rem;
    font-size: .7rem;
    letter-spacing: .035em;
  }

  .hero {
    min-height: max(780px, 100svh);
    align-items: start;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(20, 15, 12, .84) 0%, rgba(20, 15, 12, .72) 52%, rgba(20, 15, 12, .52) 100%),
      url("../images/main_hero1.jpg") 70% center / cover no-repeat;
  }

  .page-hero {
    padding: 6.75rem 0 3.25rem;
  }

  .page-hero::before {
    background: linear-gradient(180deg, rgba(18, 14, 11, .88) 0%, rgba(18, 14, 11, .68) 58%, rgba(18, 14, 11, .38) 100%);
  }

  .menu-page-hero {
    background-position: 58% center;
  }

  .visit-page-hero {
    background-position: 45% center;
  }

  .about-page-hero {
    background-position: center;
  }

  .hero-inner {
    padding: 7rem 0 2.75rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero .eyebrow {
    margin-bottom: .45rem;
    font-size: .95rem;
  }

  h1 {
    font-size: clamp(2.85rem, 11vw, 3.8rem);
  }

  .hero h1 {
    max-width: 28rem;
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  .hero .lead {
    max-width: 31rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin-top: 1.1rem;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: .65rem .8rem;
    font-size: .92rem;
    text-align: center;
    white-space: normal;
  }

  .hero-actions .button.dark {
    grid-column: 1 / -1;
  }

  .status-card {
    grid-template-areas:
      "serving address"
      "hours hours";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.35rem;
    background: rgba(255, 255, 255, .35);
  }

  .status-card div {
    padding: .75rem;
    background: rgba(20, 15, 12, .68);
  }

  .status-card div:nth-child(1) {
    grid-area: serving;
  }

  .status-card div:nth-child(2) {
    grid-area: hours;
  }

  .status-card div:nth-child(3) {
    grid-area: address;
  }

  .status-card b {
    font-size: .76rem;
  }

  .status-card span {
    display: block;
    font-size: .92rem;
    line-height: 1.25;
  }

  .menu-tabs {
    top: 0;
  }

  .menu-simple {
    grid-template-columns: 1fr;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .photo-mosaic img {
    min-height: 240px;
  }

  .mosaic-copy,
  .tile-wide {
    grid-column: auto;
  }

  .tile-grid {
    grid-template-columns: 1fr;
  }

  .poster-band {
    min-height: 560px;
    padding: 1.5rem;
    background: url("../images/bghot2.jpg") center / cover no-repeat;
  }

  .menu-item h3 {
    align-items: baseline;
  }
}

@media (max-width: 390px) {
  .site-nav a {
    padding: .48rem .5rem;
    font-size: .7rem;
    letter-spacing: .03em;
  }

  h1 {
    font-size: clamp(2.55rem, 11vw, 3.2rem);
  }

  .hero h1 {
    font-size: clamp(2.05rem, 8.6vw, 2.65rem);
  }

  .status-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "serving"
      "hours"
      "address";
  }
}
