
:root {
  --green: #173d1b;
  --green-2: #255b27;
  --red: #a63a1f;
  --gold: #c99933;
  --cream: #f9e8b7;
  --paper: #fff5d8;
  --ink: #2f1b12;
  --line: rgba(66, 45, 16, .22);
  --shadow: 0 18px 50px rgba(43, 31, 12, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.45), transparent 30%),
    linear-gradient(180deg, #fff8e7 0%, var(--paper) 100%);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 64px);
  background: rgba(255, 247, 224, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 38px);
}
.site-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.site-nav a:hover { color: var(--red); }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--green);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: #fff7de;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--green-2); }
.btn-outline {
  background: rgba(255, 248, 224, .9);
  color: var(--green);
}
.btn-small { min-height: 42px; padding: 9px 18px; font-size: 12px; }

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg,
    rgba(255,244,208,.97) 0%,
    rgba(255,244,208,.88) 31%,
    rgba(255,244,208,.28) 55%,
    rgba(0,0,0,.02) 100%);
}
.hero-content {
  width: min(1100px, calc(100% - 48px));
  margin-left: clamp(24px, 7vw, 110px);
  padding: 310px 0 70px;
}
.hero-logo {
  position: absolute;
  top: 18px;
  left: 20px;
  width: clamp(245px, 25vw, 360px);
  height: auto;
  margin: 0;
  filter: drop-shadow(0 10px 18px rgba(70,45,12,.10));
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .17em;
}
h1,h2,h3 { margin-top: 0; line-height: 1.05; }
h1 {
  margin-bottom: 28px;
  color: var(--green);
  letter-spacing: -.025em;
}
.hero-kicker, .hero-main {
  display: block;
  font-weight: 800;
  white-space: nowrap;
}
.hero-kicker {
  margin-bottom: 10px;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.08;
}
.hero-main {
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1.02;
}
h2 {
  color: var(--green);
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -.025em;
}
h3 { color: var(--green); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.section {
  padding: clamp(74px, 8vw, 120px) clamp(22px, 6vw, 90px);
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading > p:last-child { margin-bottom: 0; font-size: 18px; }

.combos-section {
  background:
    linear-gradient(rgba(255,247,224,.92), rgba(255,247,224,.92)),
    url("assets/molfar-house-logo.png") center / 520px auto no-repeat;
}
.combo-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.combo-card {
  position: relative;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(64, 43, 14, .20);
  border-radius: 24px;
  background: rgba(255, 251, 236, .92);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.combo-card.featured { border: 2px solid var(--green); }
.combo-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  border: 28px solid rgba(166,58,31,.06);
}
.combo-card h3 { font-size: clamp(28px, 3vw, 40px); max-width: 520px; }
.combo-price {
  margin: 18px 0 6px;
  color: var(--red);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 800;
  line-height: 1;
}
.combo-card ul { margin: 22px 0 0; padding-left: 20px; font-size: 17px; }
.combo-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.menu-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 15%, rgba(218,173,72,.14), transparent 24%),
    radial-gradient(circle at 12% 78%, rgba(31,86,34,.09), transparent 24%),
    #fff7df;
}
.menu-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.menu-group {
  padding: 32px;
  border-radius: 20px;
  background: rgba(255,255,255,.55);
  border: 1px solid var(--line);
}
.menu-group h3 {
  margin-bottom: 8px;
  font-size: 30px;
}
.group-note {
  margin-top: 0;
  color: #72533f;
  font-style: italic;
}
.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px dotted rgba(47,27,18,.35);
  font-size: 18px;
}
.menu-row small {
  display: block;
  margin-top: 4px;
  color: #765b48;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
.menu-row strong { color: var(--green); font-size: 19px; }

.story-section {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}
.story-copy .lead {
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.45;
}
.story-copy > p:last-child { font-size: 18px; }
.story-points { display: grid; gap: 16px; }
.story-points article {
  padding: 26px;
  border-left: 4px solid var(--red);
  background: #fff7df;
  box-shadow: 0 10px 30px rgba(50,31,10,.06);
}
.story-points span {
  color: var(--red);
  font: 800 12px Arial, sans-serif;
  letter-spacing: .15em;
}
.story-points h3 { margin: 8px 0 6px; font-size: 23px; }
.story-points p { margin: 0; }

.visit-section {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 34px;
  background: var(--green);
  color: #fff3cf;
}
.visit-section h2, .visit-section h3 { color: #fff3cf; }
.visit-section .eyebrow { color: #f0b85c; }
.visit-info { padding: clamp(10px, 2vw, 26px); }
.visit-block {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.18);
}
.visit-block h3 { margin-bottom: 6px; font-size: 18px; }
.visit-block p { margin: 4px 0; font-size: 17px; }
.visit-section .btn {
  margin-top: 16px;
  background: #f5d67f;
  color: #173d1b;
  border-color: #f5d67f;
}
.map-wrap {
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }

.site-footer {
  padding: 48px 22px 30px;
  text-align: center;
  background: #27190f;
  color: #f5e6bd;
}
.site-footer img {
  width: 120px;
  margin: 0 auto 18px;
  border-radius: 6px;
}
.footer-tagline { font-size: 20px; color: #fff2c8; }
.site-footer p { margin: 7px 0; }
.copyright { margin-top: 24px !important; font-size: 12px; opacity: .7; }

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 18px 24px 24px;
    flex-direction: column;
    align-items: center;
    background: #fff6dc;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-bg { object-position: 64% center; }
  .hero-shade {
    background: linear-gradient(180deg,
      rgba(255,244,208,.98) 0%,
      rgba(255,244,208,.90) 46%,
      rgba(255,244,208,.18) 78%,
      rgba(0,0,0,.08) 100%);
  }
  .hero-content { margin: 0 auto; padding: 300px 22px 54px; text-align: center; }
  .hero-logo { top: 16px; left: 16px; }
  .hero-actions { justify-content: center; }
  .combo-grid, .menu-grid, .story-section, .visit-section { grid-template-columns: 1fr; }
  .map-wrap { min-height: 390px; }
  .map-wrap iframe { min-height: 390px; }
}

@media (max-width: 560px) {
  .site-header { min-height: 68px; padding: 8px 15px; }
  .site-nav { top: 68px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 40px; }
  .hero-kicker { font-size: 27px; }
  .hero-main { font-size: 45px; }
  .btn { width: 100%; }
  .combo-badge {
    position: static;
    display: inline-block;
    margin-bottom: 22px;
  }
  .section { padding: 66px 18px; }
  .combo-card, .menu-group { padding: 25px; border-radius: 18px; }
  .menu-grid { gap: 16px; }
}




/* v5 requested hero adjustments */
.hero-content {
  transform: none !important; /* keep buttons in their original vertical position */
}

.hero-text-block {
  position: relative;
  transform: translateY(-110px); /* raise only the three text lines */
  margin-bottom: -92px;          /* preserve the original button position */
}

.hero-line {
  display: block;
  white-space: nowrap;
  color: var(--green);
  line-height: 1.05;
}

.hero-line-first {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 1000;
  letter-spacing: -0.025em;
  text-shadow: 0 0 0 currentColor, 0.35px 0 currentColor, -0.35px 0 currentColor;
  margin-bottom: 8px;
}

.hero-line-second {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 900;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}

.hero-line-third {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 900;
  letter-spacing: .16em;
}

@media (max-width: 900px) {
  .hero-text-block {
    transform: translateY(-55px);
    margin-bottom: -40px;
  }
  .hero-line {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .hero-text-block {
    transform: translateY(-30px);
    margin-bottom: -18px;
  }
}


/* v6 hero-only adjustments requested by user */
.hero-content{
  width: min(980px, 92%) !important;
  min-height: calc(100vh - 76px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 38px !important;
  padding-bottom: 34px !important;
  transform: none !important;
}

.hero-logo{
  margin-bottom: 54px !important;
}

.hero-text-block{
  max-width: 1000px !important;
  margin-bottom: 0 !important;
  transform: none !important;
}

.hero-line{
  display: block !important;
  white-space: nowrap !important;
  line-height: 0.98 !important;
  margin: 0 0 10px 0 !important;
  font-family: "Trebuchet MS", "Arial Black", Verdana, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  background: repeating-linear-gradient(
    -18deg,
    #2a6b33 0 4px,
    #1f5226 4px 8px,
    #397940 8px 12px
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  -webkit-text-stroke: 1.4px #163d1b !important;
  text-shadow:
    0.8px 0.8px 0 rgba(243, 213, 136, 0.25),
    1.6px 1.6px 0 rgba(0, 0, 0, 0.02) !important;
}

.hero-line-first{
  font-size: clamp(39px, 3.2vw, 58px) !important;
  font-weight: 1000 !important;
}

.hero-line-second{
  font-size: clamp(43px, 3.6vw, 64px) !important;
  font-weight: 900 !important;
}

.hero-line-third{
  font-size: clamp(32px, 2.7vw, 46px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  margin-top: 6px !important;
}

.hero-actions{
  margin-top: auto !important;
  padding-top: 26px !important;
  position: relative !important;
  bottom: auto !important;
}

@media (max-width: 900px){
  .hero-content{
    width: 92% !important;
    min-height: 760px !important;
    padding-top: 28px !important;
    padding-bottom: 26px !important;
  }
  .hero-line{
    white-space: normal !important;
  }
  .hero-actions{
    margin-top: auto !important;
    padding-top: 22px !important;
  }
}

@media (max-width: 560px){
  .hero-content{
    min-height: 690px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .hero-line-first{ font-size: 34px !important; }
  .hero-line-second{ font-size: 38px !important; }
  .hero-line-third{ font-size: 26px !important; }
}


/* v7 requested change: lower ONLY the three-line hero text block and increase spacing */
.hero-text-block{
  transform: translateY(150px) !important;
}

.hero-line{
  margin-bottom: 24px !important;
}

.hero-line-third{
  margin-bottom: 0 !important;
}

@media (max-width: 900px){
  .hero-text-block{
    transform: translateY(105px) !important;
  }
  .hero-line{
    margin-bottom: 20px !important;
  }
}

@media (max-width: 560px){
  .hero-text-block{
    transform: translateY(75px) !important;
  }
  .hero-line{
    margin-bottom: 16px !important;
  }
}


/* v8: replace the three text phrases with uploaded slogan graphic and center it between logo and buttons */
.hero-slogan-wrap{
  flex: 1 1 auto !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 0 10px !important;
}

.hero-slogan-image{
  display: block !important;
  width: min(860px, 94%) !important;
  max-width: 860px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 900px){
  .hero-slogan-image{
    width: min(720px, 96%) !important;
  }
}

@media (max-width: 560px){
  .hero-slogan-wrap{
    padding: 10px 0 6px !important;
  }
  .hero-slogan-image{
    width: 100% !important;
  }
}


/* v9: remove crossed-out lower elements and shift slogan graphic slightly left and down */
.hero-slogan-wrap{
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 86px 0 0 110px !important;
}

.hero-slogan-image{
  width: min(820px, 92%) !important;
}

@media (max-width: 900px){
  .hero-slogan-wrap{
    justify-content: center !important;
    padding: 42px 0 0 0 !important;
  }
  .hero-slogan-image{
    width: min(720px, 96%) !important;
  }
}

@media (max-width: 560px){
  .hero-slogan-wrap{
    padding-top: 24px !important;
  }
  .hero-slogan-image{
    width: 100% !important;
  }
}


/* v10: remove leftover lower text block and move slogan much farther left and down */
.hero-content{
  width: min(980px, 92%) !important;
  min-height: calc(100vh - 76px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 36px !important;
  padding-bottom: 24px !important;
}

.hero-logo{
  margin-bottom: 18px !important;
}

.hero-slogan-wrap{
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-left: 18px !important;
  padding-top: 150px !important;
}

.hero-slogan-image{
  width: min(760px, 88%) !important;
  max-width: 760px !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 900px){
  .hero-slogan-wrap{
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0 !important;
    padding-top: 60px !important;
  }
  .hero-slogan-image{
    width: min(680px, 94%) !important;
  }
}

@media (max-width: 560px){
  .hero-slogan-wrap{
    padding-top: 34px !important;
  }
  .hero-slogan-image{
    width: 100% !important;
  }
}


/* v11: move HOT CHEBUREKI / AUTHENTIC STREET FOOD much farther left and to the very bottom */
.hero-content{
  position: relative !important;
  min-height: calc(100vh - 76px) !important;
  padding-bottom: 10px !important;
}

.hero-slogan-wrap{
  margin-top: auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-slogan-image{
  width: min(760px, 86%) !important;
  max-width: 760px !important;
  margin-left: -28px !important;
  margin-bottom: -2px !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 900px){
  .hero-slogan-wrap{
    justify-content: center !important;
    align-items: flex-end !important;
  }
  .hero-slogan-image{
    width: min(680px, 94%) !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 560px){
  .hero-slogan-image{
    width: 100% !important;
  }
}


/* v12: shift HOT CHEBUREKI / AUTHENTIC STREET FOOD farther left only */
.hero-slogan-image{
  margin-left: -95px !important;
}

@media (max-width: 900px){
  .hero-slogan-image{
    margin-left: 0 !important;
  }
}


/* v13: add top note only, keep all existing elements in place */
.hero-top-note{
  position: absolute !important;
  top: 46px !important;
  left: 420px !important;
  margin: 0 !important;
  color: #1f5226 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(26px, 2.15vw, 40px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  z-index: 3 !important;
}

@media (max-width: 1100px){
  .hero-top-note{
    left: 350px !important;
    top: 52px !important;
    font-size: clamp(24px, 2vw, 34px) !important;
  }
}

@media (max-width: 900px){
  .hero-top-note{
    position: static !important;
    margin: 10px auto 0 !important;
    text-align: center !important;
    white-space: normal !important;
    align-self: center !important;
  }
}


/* v14: replace combo cards with provided combos artwork */
.combo-poster-wrap{
  width: min(1400px, 100%);
  margin: 0 auto;
}

.combo-poster-image{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

@media (max-width: 560px){
  .combo-poster-image{
    border-radius: 18px;
  }
}


/* v15: replace menu cards with provided menu artwork */
.menu-poster-wrap{
  width: min(1400px, 100%);
  margin: 0 auto;
}

.menu-poster-image{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

@media (max-width: 560px){
  .menu-poster-image{
    border-radius: 18px;
  }
}


/* v16 requested hero adjustments */
.hero-logo{
  margin-left: -40px !important;
}

.hero-top-note{
  top: 78px !important;
}


/* v17: Our Story title lines */
.story-title-lines{
  display: flex;
  flex-direction: column;
  gap: 0.18em;
  line-height: 1;
}

.story-title-line{
  display: block;
  white-space: nowrap;
}


/* v18: mobile-only hero composition. Desktop remains unchanged. */
.mobile-brand { display: none; }

@media (max-width: 560px) {
  .site-header {
    min-height: 86px;
    height: 86px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 6px 14px 6px 10px;
    gap: 8px;
  }

  .mobile-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
  }

  .mobile-brand img {
    flex: 0 0 auto;
    width: 76px;
    height: 70px;
    object-fit: contain;
  }

  .mobile-brand span {
    min-width: 0;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(15px, 4.25vw, 18px);
    font-weight: 700;
    line-height: 1.08;
    white-space: nowrap;
  }

  .menu-toggle {
    justify-self: end;
    align-self: center;
    padding: 6px;
  }

  .menu-toggle span {
    width: 31px;
    height: 3px;
    margin: 6px 0;
  }

  .site-nav { top: 86px; }

  /* Original desktop logo/note are replaced visually only on phones. */
  .hero-logo,
  .hero-top-note {
    display: none !important;
  }

  .hero {
    min-height: calc(100svh - 86px) !important;
    height: calc(100svh - 86px);
    align-items: stretch;
    overflow: hidden;
    background: #fff1c9;
  }

  /* Same original chebureki image; only its mobile crop/placement changes. */
  .hero-bg {
    width: 100%;
    height: 58%;
    top: auto;
    bottom: 0;
    object-fit: cover;
    object-position: 58% 46%;
  }

  .hero-shade {
    background: linear-gradient(180deg,
      rgba(255,244,208,.98) 0%,
      rgba(255,244,208,.96) 34%,
      rgba(255,244,208,.68) 51%,
      rgba(255,244,208,.06) 68%,
      rgba(0,0,0,.02) 100%);
  }

  .hero-content {
    width: 100% !important;
    min-height: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 28px 16px 0 !important;
    display: block !important;
    text-align: center;
  }

  .hero-slogan-wrap {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .hero-slogan-image {
    width: min(94vw, 430px) !important;
    max-width: 94vw !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}


/* v19: MOBILE ONLY — move Michigan note into hero and normalize section widths */
@media (max-width: 560px) {

  /* Header: keep the small logo at left; move the Michigan note out of the header. */
  .mobile-brand span {
    display: none !important;
  }

  .mobile-brand {
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .site-header {
    grid-template-columns: auto 1fr auto !important;
  }

  .menu-toggle {
    grid-column: 3 !important;
  }

  /* Re-use the existing note and place it in the light area above the chebureki. */
  .hero-top-note {
    display: block !important;
    position: absolute !important;
    top: 53% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: calc(100% - 36px) !important;
    margin: 0 !important;
    z-index: 6 !important;
    text-align: center !important;
    white-space: nowrap !important;
    color: var(--green) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(20px, 5.7vw, 24px) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
  }

  .hero-logo {
    display: none !important;
  }

  /* Normalize all mobile sections to the same content width. */
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .section,
  .story-section,
  .menu-section,
  .combos-section,
  .visit-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  .story-copy,
  .story-points,
  .story-points article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .story-title-lines {
    width: 100% !important;
    max-width: 100% !important;
    gap: 0.22em !important;
  }

  .story-title-line {
    white-space: nowrap !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.03em !important;
  }

  .story-copy .lead,
  .story-copy > p:last-child {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  .menu-poster-wrap,
  .combo-poster-wrap,
  .map-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* v20: MOBILE ONLY — requested refinements */
@media (max-width: 560px) {

  /* Michigan`s First Chebureki Spot in exactly two lines. */
  .hero-top-note {
    width: calc(100% - 36px) !important;
    white-space: normal !important;
    line-height: 1.08 !important;
    font-size: clamp(20px, 5.5vw, 23px) !important;
    text-align: center !important;
  }

  /* Force the exact requested line break without changing desktop HTML. */
  .hero-top-note {
    font-size: 0 !important;
  }
  .hero-top-note::before {
    content: "Michigan`s First\A Chebureki Spot";
    white-space: pre !important;
    display: block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(20px, 5.5vw, 23px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    color: var(--green) !important;
    text-align: center !important;
  }

  /* Our Story title approximately 1.5× smaller than v19. */
  .story-title-line {
    font-size: clamp(19px, 5.35vw, 23px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
  }

  /* Remove decorative background artwork from the Combos section on mobile only. */
  .combos-section {
    background-image: none !important;
    background: #fff7e0 !important;
  }
}


/* v21: MOBILE ONLY — tap Menu/Combos posters for full-screen viewing. */
.mobile-poster-viewer {
  display: none;
}

@media (max-width: 560px) {
  .menu-poster-image,
  .combo-poster-image {
    cursor: zoom-in;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-poster-viewer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.94);
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: none;
  }

  .mobile-poster-viewer.is-open {
    display: block;
  }

  .poster-viewer-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
  }

  .poster-viewer-image {
    display: block;
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform-origin: 50% 50%;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
    will-change: transform;
  }

  .poster-viewer-close {
    position: absolute;
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    color: #132f18;
    font: 400 34px/42px Arial, sans-serif;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.28);
  }

  body.poster-viewer-open {
    overflow: hidden !important;
    touch-action: none;
  }
}

/* v22: desktop hero logo clearance — move logo up and left only. */
@media (min-width: 901px) {
  .hero-logo {
    transform: translate(-42px, -34px) !important;
  }
}

/* v22: reliable full-screen poster viewer on phone/tablet touch layouts. */
@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .menu-poster-image,
  .combo-poster-image {
    cursor: zoom-in;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-poster-viewer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.94);
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: none;
  }

  .mobile-poster-viewer.is-open { display: block; }
  .poster-viewer-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
  }
  .poster-viewer-image {
    display: block;
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform-origin: 50% 50%;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
    will-change: transform;
  }
  .poster-viewer-close {
    position: absolute;
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    color: #132f18;
    font: 400 34px/42px Arial, sans-serif;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.28);
  }
  body.poster-viewer-open {
    overflow: hidden !important;
    touch-action: none;
  }
}

/* v23: desktop-only — move ONLY the Molfar House logo and Michigan note farther left. */
@media (min-width: 901px) {
  .hero-logo {
    transform: translate(-95px, -34px) !important;
  }

  .hero-top-note {
    transform: translateX(-80px) !important;
  }
}

/* v26: new Menu + Combo posters, identical canvas size, no cropping. */
.menu-poster-wrap,
.combo-poster-wrap {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.menu-poster-image,
.combo-poster-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: auto !important;
}
@media (max-width: 900px) {
  .menu-poster-wrap,
  .combo-poster-wrap {
    width: min(92vw, 720px) !important;
    max-width: min(92vw, 720px) !important;
  }
}
@media (max-width: 560px) {
  .menu-poster-wrap,
  .combo-poster-wrap {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }
  .menu-poster-image,
  .combo-poster-image {
    border-radius: 12px !important;
  }
}
