:root {
  --navy: #102a5f;
  --blue: #1f5fa8;
  --red: #c5262e;
  --red-dark: #8f171d;
  --cream: #fff8e8;
  --white: #ffffff;
  --ink: #181818;
  --muted: #5d6470;
  --gold: #f2bd45;
  --line: rgba(16, 42, 95, 0.16);
  --shadow: 0 18px 48px rgba(16, 42, 95, 0.16);
  --page-gutter: clamp(18px, 4vw, 48px);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-item img,
.team-card img,
.challenge img,
.gallery img {
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px var(--page-gutter);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(16, 42, 95, 0.96);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-link,
.brand-icon-link {
  align-items: flex-start;
  flex-direction: column;
}

.brand-logo-img {
  width: clamp(190px, 23vw, 292px);
  height: auto;
  border-radius: 2px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.brand-icon-img {
  width: clamp(64px, 6vw, 82px);
  height: clamp(64px, 6vw, 82px);
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "League Spartan", Arial, sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: 21px;
}

.brand-name span,
.logo-title span,
.footer-name span {
  font-family: "League Spartan", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-name em,
.logo-title em,
.footer-name em {
  font-family: "Pacifico", cursive;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.brand-name span {
  color: var(--white);
}

.brand-name em {
  color: var(--white);
  font-size: 0.95em;
  margin-left: 2px;
}

.brand small {
  display: block;
  padding-left: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateY(4px);
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 3px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  background: var(--white);
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.nav-toggle:active {
  background: transparent;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.94), rgba(16, 42, 95, 0.7) 43%, rgba(197, 38, 46, 0.36)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.06));
}

.hero-inner {
  position: relative;
  width: min(1120px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto 0 var(--page-gutter);
  padding: 142px 0 64px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 9vw, 112px);
  text-transform: uppercase;
}

.hero-word {
  display: inline;
}

.hero-word + .hero-word::before {
  content: " ";
}

.logo-title {
  display: grid;
  gap: 4px;
  text-transform: none;
}

.logo-title span {
  color: var(--white);
  font-size: 0.92em;
  line-height: 0.95;
}

.logo-title em {
  color: var(--white);
  font-size: 0.72em;
  line-height: 0.9;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 700;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px 12px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--red);
  color: var(--white);
}

.button.secondary {
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
}

.notice-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: clamp(34px, 5vw, 58px) max(18px, calc((100vw - 1120px) / 2));
  background: var(--cream);
  color: var(--ink);
}

.info-card,
.media-card,
.fact-card {
  border: 2px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.notice-band article {
  min-height: 180px;
  padding: clamp(24px, 3vw, 32px);
}

.notice-band article:nth-child(2) {
  border-top: 8px solid var(--red);
}

.notice-band span,
.menu-item span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.notice-band strong {
  display: block;
  color: var(--navy);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 0.98;
  text-transform: uppercase;
}

.notice-band p {
  max-width: 360px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 7vw, 88px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.challenge h2,
.visit h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 5.6vw, 64px);
  text-transform: uppercase;
}

#visit-title {
  font-size: calc(clamp(38px, 5.6vw, 64px) - 4px);
}

.section-copy p:not(.eyebrow),
.section-heading p,
.challenge p,
.visit-details p {
  color: var(--muted);
  font-size: 19px;
}

.stats-strip {
  display: grid;
  gap: 12px;
}

.stats-strip div {
  padding: 24px;
}

.stats-strip strong {
  display: block;
  color: var(--red);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 56px;
  line-height: 0.9;
}

.stats-strip span {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-strip {
  width: min(1120px, calc(100% - 36px));
  margin: clamp(-20px, -2vw, -12px) auto clamp(22px, 4vw, 44px);
  padding: clamp(22px, 4vw, 34px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 118px;
}

.testimonial-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.testimonial-heading .eyebrow {
  margin-bottom: 0;
}

.testimonial-heading h2 {
  max-width: none;
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3.2vw, 40px);
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.testimonial-controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.testimonial-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
}

.testimonial-controls button:hover,
.testimonial-controls button:focus-visible {
  border-color: var(--red);
  color: var(--red);
  outline: none;
}

.testimonial-window {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.testimonial-grid {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 calc((100% - 28px) / 3);
  min-height: 170px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(16, 42, 95, 0.08);
  color: inherit;
  scroll-snap-align: start;
  text-decoration: none;
}

.stars {
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.testimonial-card p {
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-author-link {
  width: fit-content;
  color: inherit;
  text-decoration: none;
}

.testimonial-author-link:hover .testimonial-avatar,
.testimonial-author-link:focus-visible .testimonial-avatar {
  border-color: var(--red);
}

.testimonial-author-link:hover strong,
.testimonial-author-link:focus-visible strong {
  color: var(--red);
}

.testimonial-author-link:focus-visible {
  outline: 3px solid rgba(197, 38, 46, 0.22);
  outline-offset: 4px;
}

.testimonial-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #edf3ff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.testimonial-meta {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.testimonial-meta strong {
  color: var(--navy);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.testimonial-meta time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.testimonial-strip + .menu-section {
  padding-top: clamp(24px, 4vw, 44px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  gap: 24px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.menu-item {
  overflow: hidden;
}

.menu-item img {
  width: 100%;
  height: clamp(210px, 22vw, 285px);
  aspect-ratio: 4 / 3;
  background: var(--cream);
  object-fit: contain;
  object-position: center;
}

.menu-item div {
  padding: 24px;
}

.menu-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
  text-transform: uppercase;
}

.menu-item p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.food-showcase {
  padding-top: clamp(44px, 6vw, 74px);
}

.food-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.food-photo-grid img {
  width: 100%;
  height: clamp(190px, 20vw, 285px);
  border: 2px solid var(--line);
  background: var(--white);
  object-fit: cover;
  object-position: center;
}

.owner-showcase {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin-bottom: 18px;
  overflow: hidden;
}

.owner-showcase img {
  width: 100%;
  height: clamp(250px, 29vw, 390px);
  background: var(--cream);
  object-fit: cover;
  object-position: center;
}

.owner-showcase div {
  padding: clamp(24px, 4vw, 42px);
}

.owner-showcase span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.owner-showcase h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(36px, 5vw, 58px);
  text-transform: uppercase;
}

.owner-showcase p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.team-card {
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: clamp(260px, 32vw, 380px);
  aspect-ratio: 16 / 10;
  background: var(--cream);
  object-fit: contain;
  object-position: center;
}

.team-card img.front-of-house-photo {
  object-fit: cover;
  object-position: center 40%;
}

.team-card div {
  padding: 24px;
}

.team-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  text-transform: uppercase;
}

.challenge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(54px, 7vw, 86px) max(18px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(135deg, rgba(16, 42, 95, 0.97), rgba(31, 95, 168, 0.88)),
    repeating-linear-gradient(90deg, transparent, transparent 16px, rgba(255, 255, 255, 0.04) 16px, rgba(255, 255, 255, 0.04) 32px);
  color: var(--white);
}

.challenge h2 {
  color: var(--white);
}

.challenge p {
  color: rgba(255, 255, 255, 0.82);
}

.challenge img {
  width: 100%;
  height: clamp(260px, 30vw, 380px);
  aspect-ratio: 4 / 3;
  background: var(--white);
  object-fit: contain;
  object-position: center;
  border: 8px solid var(--white);
  box-shadow: 18px 18px 0 var(--red);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 14px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 2px solid var(--line);
  background: var(--white);
}

.gallery img:first-child {
  grid-column: span 2;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  padding: clamp(56px, 7vw, 88px) max(18px, calc((100vw - 1120px) / 2));
  background: var(--white);
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(52px, 7vw, 82px) max(18px, calc((100vw - 1120px) / 2));
  background: var(--cream);
  color: var(--ink);
}

.newsletter h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 5.4vw, 58px);
  text-transform: uppercase;
}

.newsletter p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
}

.newsletter-form {
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.newsletter-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-row {
  display: flex;
  gap: 10px;
}

.newsletter-row input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 2px solid var(--line);
  color: var(--ink);
  font: inherit;
}

.newsletter-row input:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(31, 95, 168, 0.18);
}

.newsletter-row .button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quick-links article,
.special-card,
.event-card,
.order-grid article,
.menu-list article {
  border: 2px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-links article {
  min-height: 220px;
  padding: 24px;
}

.quick-links span,
.special-card span,
.event-card time,
.order-grid span,
.menu-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-links strong,
.special-card h2,
.event-card h2,
.order-grid h2,
.menu-list h2 {
  display: block;
  margin: 0;
  color: var(--navy);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 0.95;
  text-transform: uppercase;
}

.quick-links p,
.special-card p,
.event-card p,
.order-grid p,
.menu-list p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.page-main {
  padding-top: 72px;
}

.menu-main {
  min-height: 100vh;
  background: var(--cream);
}

.pdf-only-main {
  min-height: 100vh;
  padding: clamp(14px, 3vw, 32px) clamp(14px, 4vw, 48px);
}

.pdf-only {
  display: grid;
  gap: 14px;
}

.menu-pdf-shell {
  padding: clamp(96px, 10vw, 132px) var(--page-gutter) clamp(32px, 5vw, 64px);
}

.page-hero {
  min-height: 470px;
  display: grid;
  align-content: end;
  padding: clamp(70px, 9vw, 120px) max(18px, calc((100vw - 1120px) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.75), rgba(197, 38, 46, 0.48)),
    url("assets/rise-dine-front-cleaned.png") center top / cover;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(58px, 9vw, 108px);
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 700;
}

.menu-hero {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.78), rgba(197, 38, 46, 0.38)),
    url("https://lirp.cdn-website.com/my-site88/dms3rep/multi/opt/10432932_860981517250078_7929870446392546663_n-960x720-800w.jpg") center / cover;
}

.specials-hero {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.76), rgba(197, 38, 46, 0.44)),
    url("https://lirp.cdn-website.com/my-site88/dms3rep/multi/opt/Summer%20Ad%202015-2225x2809-1920w.jpg") center / cover;
}

.events-hero {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.72), rgba(197, 38, 46, 0.42)),
    url("https://image-res-platform.s3.amazonaws.com/my-site88%2FYlUZN6bPRguJ2Qjwoxba_rise+n+dine.jpg") center / cover;
}

.order-hero {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.74), rgba(197, 38, 46, 0.42)),
    url("https://irp-cdn.multiscreensite.com/my-site88/yHzpyfNzSO6M02uMXXbU_pierogi%20burger.jpg") center / cover;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.72), rgba(197, 38, 46, 0.42)),
    url("assets/images/Rise and Dine 1.png") 65% center / cover;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(16, 42, 95, 0.96), rgba(16, 42, 95, 0.72), rgba(197, 38, 46, 0.42)),
    url("assets/rise-dine-front-cleaned.png") center top / cover;
}

.menu-list,
.specials-board,
.order-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.menu-list article,
.special-card,
.order-grid article {
  padding: clamp(26px, 4vw, 38px);
}

.special-card strong {
  display: inline-flex;
  margin-top: 20px;
  padding: 10px 14px 8px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.event-list {
  display: grid;
  gap: 14px;
}

.event-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
}

.event-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px 8px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-gallery {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 520px;
}

.menu-gallery img:first-child {
  grid-row: auto;
}

.pdf-section {
  padding-top: clamp(28px, 4vw, 48px);
}

.pdf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.pdf-header h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(44px, 6vw, 72px);
  text-transform: uppercase;
}

.pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  width: min(1060px, 100%);
  margin: 0 auto;
}

.pdf-section .button.secondary {
  color: var(--navy);
}

.pdf-only .button.secondary {
  color: var(--navy);
}

.pdf-viewer {
  overflow: hidden;
  border: 2px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.pdf-viewer iframe {
  display: block;
  width: 100%;
  height: min(900px, 78vh);
  min-height: 560px;
  border: 0;
}

.pdf-viewer-clean iframe {
  height: calc(100vh - 112px);
  min-height: 620px;
}

.menu-pdf-pages {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.menu-pdf-pages-inline {
  width: min(1060px, 100%);
  margin: 0 auto;
  cursor: default;
}

.menu-pdf-pages canvas {
  display: block;
  width: min(100%, 1060px);
  height: auto;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 42, 95, 0.16);
}

.menu-pdf-fallback {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 1060px);
  padding: 28px;
  border: 2px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 42, 95, 0.16);
  text-align: center;
}

.menu-pdf-fallback p {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.menu-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow-y: auto;
  padding: 72px clamp(8px, 2vw, 24px) 28px;
  background: var(--cream);
}

.menu-fullscreen[hidden] {
  display: none;
}

.menu-fullscreen-open {
  overflow: hidden;
}

.menu-fullscreen-close {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 101;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.menu-pdf-pages-full {
  width: min(1400px, 100%);
  margin: 0 auto;
  cursor: default;
}

.visit .button.secondary {
  color: var(--navy);
}

.map-card {
  overflow: hidden;
  margin-top: 22px;
  border: 2px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 46vw, 560px);
  border: 0;
}

.visit-social {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.visit-social a {
  color: var(--navy);
  font-weight: 900;
}

.hours {
  padding: clamp(28px, 4vw, 42px);
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.hours h3 {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 38px;
  text-transform: uppercase;
}

.hours dl,
.hours dd {
  margin: 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hours dt {
  font-weight: 900;
  text-transform: uppercase;
}

.hours dd {
  text-align: right;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(150px, 0.7fr));
  align-items: start;
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 52px) 24px;
  background: var(--red);
  color: var(--white);
}

.site-footer p {
  margin: 0;
}

.footer-brand,
.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-logo {
  display: block;
  width: 76px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-name {
  font-weight: 900;
  text-transform: uppercase;
}

.footer-column strong {
  color: var(--gold);
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span,
.footer-brand p:not(.footer-name),
.footer-bottom {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
}

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

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.footer-name span,
.footer-name em {
  color: var(--white);
}

.footer-name em {
  margin-left: 3px;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
    background: transparent;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 18px;
    display: none;
    width: min(280px, calc(100vw - 36px));
    padding: 16px;
    background: var(--navy);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: 680px;
  }

  .notice-band,
  .intro,
  .menu-grid,
  .team-grid,
  .owner-showcase,
  .challenge,
  .visit,
  .newsletter,
  .quick-links,
  .menu-list,
  .specials-board,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .notice-band article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .food-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 220px;
  }

  .menu-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 420px;
  }

  .section-heading.compact {
    display: block;
  }

  .testimonial-heading {
    display: grid;
    align-items: flex-start;
    justify-content: stretch;
  }

  .testimonial-heading h2 {
    margin-top: 8px;
    text-align: left;
  }

  .testimonial-controls {
    justify-content: flex-start;
  }

  .testimonial-card {
    flex-basis: min(78vw, 420px);
  }

  .pdf-header {
    align-items: flex-start;
    display: grid;
  }

  .pdf-actions {
    margin-top: 18px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

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

  .gallery img:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 620px) {
  :root {
    --page-gutter: 14px;
  }

  .site-header {
    padding: 12px var(--page-gutter);
  }

  .brand-logo-img {
    width: clamp(164px, 56vw, 210px);
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 18px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-media img {
    object-position: center top;
  }

  .hero-inner {
    width: min(1120px, calc(100% - (var(--page-gutter) * 2)));
    padding: 116px 0 38px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .notice-band strong,
  .section-copy h2,
  .section-heading h2,
  .testimonial-heading h2,
  .challenge h2,
  .visit h2 {
    font-size: 34px;
  }

  .testimonial-heading h2 {
    font-size: 26px;
    white-space: normal;
  }

  .testimonial-strip {
    margin-top: 0;
  }

  .testimonial-card {
    flex-basis: 100%;
    min-height: auto;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-actions .button {
    width: auto;
    min-width: min(220px, 100%);
  }

  .newsletter-row {
    display: grid;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .food-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .food-photo-grid img {
    height: 210px;
  }

  .owner-showcase img {
    height: 260px;
  }

  .menu-item img,
  .team-card img,
  .challenge img {
    height: 240px;
  }

  .page-hero {
    min-height: 420px;
  }

  .page-hero h1 {
    font-size: 50px;
  }

  .menu-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 460px;
  }

  .pdf-viewer iframe {
    min-height: 480px;
  }

  .menu-pdf-shell {
    padding: 96px 0 28px;
  }

  .menu-pdf-shell .pdf-actions {
    padding: 0 var(--page-gutter);
  }

  .menu-pdf-pages {
    gap: 12px;
  }

  .menu-pdf-pages canvas {
    box-shadow: 0 8px 22px rgba(16, 42, 95, 0.12);
  }

  .menu-fullscreen {
    padding: 66px 0 18px;
  }

  .menu-fullscreen-close {
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
  }

  .gallery img:first-child {
    grid-column: auto;
  }

  .hours div {
    display: block;
  }

  .hours dd {
    margin-top: 4px;
    text-align: left;
  }

  .map-card iframe {
    height: 360px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
  }

  .footer-logo {
    width: 68px;
  }
}

@media (max-width: 390px) {
  #hero-title .hero-word {
    display: block;
  }

  #hero-title .hero-word + .hero-word::before {
    content: none;
  }
}
