:root {
  --blue: #0649a8;
  --blue-bright: #0b5bbf;
  --cream: #f4ebdd;
  --paper: #fff7e9;
  --trim: #fff8ee;
  --ink: #1d1812;
  --muted: #5e5145;
  --wood: #3c2819;
  --wood-dark: #21160e;
  --red: #a9362d;
  --red-dark: #85291f;
  --line: rgba(64, 42, 24, .18);
  --shadow: 0 20px 48px rgba(29, 24, 18, .25);
  --small-shadow: 0 8px 22px rgba(29, 24, 18, .18);
  --paper-bg: var(--paper) url('assets/paper-texture.jpg') center / 420px 420px repeat;
  --wood-bg: #2d1d13 url('assets/dark-wood.jpg') center / 720px 360px repeat;
  --blue-wood-bg: #0649a8 url('assets/blue-wood.jpg') center / 720px 300px repeat;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--wood-bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.page {
  min-height: 100vh;
  max-width: 1320px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 0 54px rgba(0,0,0,.36);
  background:
    radial-gradient(circle at 10% 5%, rgba(255,255,255,.45), transparent 34%),
    var(--cream);
}

.topbar {
  background: var(--wood-bg);
  border-bottom: 4px solid rgba(255, 248, 238, .14);
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
}
.topbar-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 112px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 28px;
}
.roof-sign {
  width: min(790px, 100%);
  filter: drop-shadow(0 4px 0 rgba(0,0,0,.22));
}
.top-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--trim);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(0,0,0,.45);
}
.top-phone svg { width: 25px; height: 25px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 8px;
  border: 3px solid rgba(255,255,255,.78);
  background: linear-gradient(180deg, #ba493f 0%, var(--red) 52%, var(--red-dark) 100%);
  color: #fff7ea;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 4px 0 rgba(55, 28, 20, .55), inset 0 1px 0 rgba(255,255,255,.25);
  text-shadow: 0 1px 0 rgba(0,0,0,.28);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-outline {
  background: rgba(255,248,238,.92);
  color: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 3px 0 rgba(6, 73, 168, .2), inset 0 1px 0 rgba(255,255,255,.35);
  text-shadow: none;
}

.hero {
  background: var(--wood-bg);
  display: grid;
  grid-template-columns: minmax(420px, 48%) minmax(0, 52%);
  min-height: 660px;
  overflow: hidden;
  border-bottom: 0;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 44px 54px 58px;
  background: var(--paper-bg);
  clip-path: polygon(0 0, 97% 0, 99% 11%, 96% 25%, 98% 39%, 97% 55%, 100% 71%, 97% 89%, 99% 100%, 0 100%);
  box-shadow: 14px 0 40px rgba(0,0,0,.24);
}
.hero-copy:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(139,94,52,.08), transparent 20%, transparent),
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.65), transparent 24%);
  mix-blend-mode: multiply;
}
.logo-badge {
  width: 260px;
  height: 260px;
  object-fit: contain;
  margin-bottom: 26px;
  filter: drop-shadow(0 8px 10px rgba(29,24,18,.26));
}
h1 {
  margin: 0;
  color: var(--blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 900;
  font-size: clamp(62px, 7vw, 92px);
  line-height: .89;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255,255,255,.4);
}
.red-rule {
  width: min(430px, 100%);
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0 24px;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}
.red-rule:before, .red-rule:after {
  content: "";
  height: 2px;
  flex: 1;
  background: var(--red);
  opacity: .85;
}
.hero-copy p {
  max-width: 500px;
  margin: 0;
  color: #27211b;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 750;
}
.hero-copy p strong { font-weight: 950; }
.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.hero-media {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #160f0a;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.08) brightness(.95);
  transform: scale(1.025);
}
.hero-media:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(29,24,18,.12), transparent 28%),
    linear-gradient(180deg, transparent 60%, rgba(29,24,18,.42) 100%);
}

.quick-section {
  background: var(--blue-wood-bg);
  padding: 0 0 58px;
  border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 9px 24px rgba(0,0,0,.16);
}
.info-card {
  position: relative;
  top: -28px;
  width: min(1100px, calc(100% - 86px));
  margin: 0 auto -4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper-bg);
  border: 1px solid rgba(80,50,28,.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.info-item {
  text-align: center;
  padding: 33px 27px 32px;
  border-right: 1px solid var(--line);
}
.info-item:last-child { border-right: 0; }
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 3px solid var(--red);
  border-radius: 999px;
  margin-bottom: 11px;
  color: var(--red);
}
.icon-circle svg { width: 31px; height: 31px; stroke-width: 2.25; }
.info-item h3 {
  margin: 0 0 9px;
  color: var(--red);
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
}
.info-item .big {
  margin: 0;
  color: #28211b;
  font-weight: 950;
  font-size: 25px;
  line-height: 1.15;
}
.info-item p {
  margin: 12px auto 0;
  max-width: 210px;
  color: #2f2924;
  font-size: 17px;
  line-height: 1.3;
}
.info-item .text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.location {
  background: var(--cream) url('assets/paper-texture.jpg') center / 520px 520px repeat;
  padding: 54px 0 54px;
}
.location-grid {
  width: min(1100px, calc(100% - 86px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .95fr);
  gap: 42px;
  align-items: stretch;
}
.map-card, .hours-card {
  background: var(--paper-bg);
  border: 1px solid rgba(80,50,28,.16);
  box-shadow: var(--small-shadow);
}
.map-card {
  border-radius: 6px;
  overflow: hidden;
  min-height: 420px;
}
.map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hours-card {
  position: relative;
  border-radius: 8px;
  padding: 30px 42px 30px;
  background:
    linear-gradient(0deg, rgba(139,94,52,.08), rgba(139,94,52,.02)),
    var(--paper-bg);
}
.hours-card h2 {
  margin: 0;
  text-align: center;
  color: var(--blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.02em;
}
.hours-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  margin: 10px 0 28px;
  justify-content: center;
}
.hours-rule:before, .hours-rule:after { content: ""; height: 1px; width: 110px; background: var(--red); opacity: .6; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours-table th, .hours-table td { padding: 10px 0; border-bottom: 1px solid rgba(64,42,24,.14); }
.hours-table th { text-align: left; font-family: Impact, 'Arial Narrow', sans-serif; letter-spacing: .04em; font-weight: 700; }
.hours-table td { text-align: right; font-weight: 900; }
.open-daily {
  margin: 26px 0 0;
  text-align: center;
  color: var(--red);
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 25px;
  font-weight: 800;
}

.footer {
  background: var(--wood-bg);
  color: var(--trim);
  border-top: 4px solid rgba(255,255,255,.08);
}
.footer-inner {
  width: min(1100px, calc(100% - 86px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 2px 260px;
  gap: 38px;
  align-items: center;
  min-height: 185px;
}
.footer-logo { width: 128px; filter: drop-shadow(0 5px 5px rgba(0,0,0,.28)); }
.footer-copy {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.22;
  color: #fff3df;
  text-shadow: 0 2px 0 rgba(0,0,0,.45);
}
.facebook-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.facebook-badge {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2769c9;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 900;
}
.footer-divider { height: 118px; width: 2px; background: rgba(255,248,238,.42); }
.stamp {
  color: rgba(255,248,238,.58);
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: 36px;
  line-height: .98;
  letter-spacing: .04em;
  filter: blur(.15px);
  mix-blend-mode: screen;
  opacity: .78;
}
.stamp svg { width: 66px; height: 66px; display: block; margin: 0 auto 4px; fill: currentColor; }
.copyright {
  background: rgba(255,248,238,.9);
  color: rgba(29,24,18,.76);
  text-align: center;
  padding: 12px 20px 14px;
  font-size: 14px;
}

/* Mobile and forced mobile artifact */
body.force-mobile {
  background: #1d1812;
}
body.force-mobile .page {
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 50px rgba(0,0,0,.65);
}
body.force-mobile .topbar-inner,
body.force-mobile .location-grid,
body.force-mobile .info-card,
body.force-mobile .footer-inner { width: calc(100% - 26px); }
body.force-mobile .topbar-inner { min-height: auto; padding: 16px 0 18px; grid-template-columns: 1fr; gap: 12px; }
body.force-mobile .roof-sign { width: 100%; }
body.force-mobile .top-phone { justify-content: center; font-size: 18px; }
body.force-mobile .topbar .btn { width: 100%; min-height: 50px; font-size: 18px; }
body.force-mobile .hero { display: flex; flex-direction: column; min-height: 0; }
body.force-mobile .hero-copy { order: 2; padding: 26px 28px 34px; clip-path: none; }
body.force-mobile .logo-badge { width: 172px; height: 172px; margin: -98px auto 20px; position: relative; z-index: 2; }
body.force-mobile h1 { font-size: 54px; text-align: center; }
body.force-mobile .red-rule { margin: 22px auto 18px; }
body.force-mobile .hero-copy p { font-size: 17px; text-align: center; }
body.force-mobile .hero-actions { justify-content: center; gap: 12px; margin-top: 26px; }
body.force-mobile .hero-actions .btn { min-height: 50px; padding: 0 18px; font-size: 16px; flex: 1; }
body.force-mobile .hero-media { order: 1; min-height: 268px; }
body.force-mobile .hero-media img { object-position: center center; }
body.force-mobile .quick-section { padding-bottom: 32px; }
body.force-mobile .info-card { top: -18px; grid-template-columns: 1fr 1fr; }
body.force-mobile .info-item { padding: 22px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.force-mobile .info-item:nth-child(2) { border-right: 0; }
body.force-mobile .info-item:nth-child(3), body.force-mobile .info-item:nth-child(4) { border-bottom: 0; }
body.force-mobile .icon-circle { width: 48px; height: 48px; margin-bottom: 8px; }
body.force-mobile .icon-circle svg { width: 24px; height: 24px; }
body.force-mobile .info-item h3 { font-size: 22px; }
body.force-mobile .info-item .big { font-size: 20px; }
body.force-mobile .info-item p { font-size: 14px; }
body.force-mobile .location { padding: 30px 0 34px; }
body.force-mobile .location-grid { grid-template-columns: 1fr; gap: 22px; }
body.force-mobile .map-card { min-height: 265px; }
body.force-mobile .hours-card { padding: 24px 28px 28px; }
body.force-mobile .hours-card h2 { font-size: 41px; }
body.force-mobile .hours-table { font-size: 13px; }
body.force-mobile .open-daily { font-size: 21px; }
body.force-mobile .footer-inner { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 30px 0; text-align: center; }
body.force-mobile .footer-logo { margin: 0 auto; width: 118px; }
body.force-mobile .footer-copy { font-size: 18px; }
body.force-mobile .facebook-row { justify-content: center; }
body.force-mobile .footer-divider { display: none; }
body.force-mobile .stamp { font-size: 30px; }

@media (max-width: 860px) {
  body:not(.force-mobile) .topbar-inner { min-height: auto; padding: 16px 0 18px; grid-template-columns: 1fr; gap: 12px; width: calc(100% - 26px); }
  body:not(.force-mobile) .roof-sign { width: 100%; }
  body:not(.force-mobile) .top-phone { justify-content: center; font-size: 18px; }
  body:not(.force-mobile) .topbar .btn { width: 100%; min-height: 50px; font-size: 18px; }
  body:not(.force-mobile) .hero { display: flex; flex-direction: column; min-height: 0; }
  body:not(.force-mobile) .hero-copy { order: 2; padding: 26px 28px 34px; clip-path: none; }
  body:not(.force-mobile) .logo-badge { width: 172px; height: 172px; margin: -98px auto 20px; position: relative; z-index: 2; }
  body:not(.force-mobile) h1 { font-size: 54px; text-align: center; }
  body:not(.force-mobile) .red-rule { margin: 22px auto 18px; }
  body:not(.force-mobile) .hero-copy p { font-size: 17px; text-align: center; }
  body:not(.force-mobile) .hero-actions { justify-content: center; gap: 12px; margin-top: 26px; }
  body:not(.force-mobile) .hero-actions .btn { min-height: 50px; padding: 0 18px; font-size: 16px; flex: 1; }
  body:not(.force-mobile) .hero-media { order: 1; min-height: 268px; }
  body:not(.force-mobile) .quick-section { padding-bottom: 32px; }
  body:not(.force-mobile) .info-card { width: calc(100% - 26px); top: -18px; grid-template-columns: 1fr 1fr; }
  body:not(.force-mobile) .info-item { padding: 22px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  body:not(.force-mobile) .info-item:nth-child(2) { border-right: 0; }
  body:not(.force-mobile) .info-item:nth-child(3), body:not(.force-mobile) .info-item:nth-child(4) { border-bottom: 0; }
  body:not(.force-mobile) .icon-circle { width: 48px; height: 48px; margin-bottom: 8px; }
  body:not(.force-mobile) .icon-circle svg { width: 24px; height: 24px; }
  body:not(.force-mobile) .info-item h3 { font-size: 22px; }
  body:not(.force-mobile) .info-item .big { font-size: 20px; }
  body:not(.force-mobile) .info-item p { font-size: 14px; }
  body:not(.force-mobile) .location { padding: 30px 0 34px; }
  body:not(.force-mobile) .location-grid { width: calc(100% - 26px); grid-template-columns: 1fr; gap: 22px; }
  body:not(.force-mobile) .map-card { min-height: 265px; }
  body:not(.force-mobile) .hours-card { padding: 24px 28px 28px; }
  body:not(.force-mobile) .hours-card h2 { font-size: 41px; }
  body:not(.force-mobile) .hours-table { font-size: 13px; }
  body:not(.force-mobile) .open-daily { font-size: 21px; }
  body:not(.force-mobile) .footer-inner { width: calc(100% - 26px); grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 30px 0; text-align: center; }
  body:not(.force-mobile) .footer-logo { margin: 0 auto; width: 118px; }
  body:not(.force-mobile) .footer-copy { font-size: 18px; }
  body:not(.force-mobile) .facebook-row { justify-content: center; }
  body:not(.force-mobile) .footer-divider { display: none; }
  body:not(.force-mobile) .stamp { font-size: 30px; }
}

@media (max-width: 1110px) and (min-width: 861px) {
  .topbar-inner { gap: 18px; }
  .roof-sign { width: 620px; }
  .top-phone { font-size: 19px; }
  .btn { font-size: 17px; padding: 0 22px; }
  .hero { grid-template-columns: minmax(380px, 48%) minmax(0, 52%); }
  .hero-copy { padding: 42px 38px 54px; }
  .logo-badge { width: 220px; height: 220px; }
  h1 { font-size: 68px; }
  .info-card, .location-grid, .footer-inner { width: min(1000px, calc(100% - 54px)); }
  .location-grid { gap: 28px; }
}
/* Final rendering fixes */
.hero-media { height: 660px; }
.hero-media img { height: 100%; }
.map-card img { object-position: left center; }
body.force-mobile .hero-media { height: 300px; min-height: 300px; }
body.force-mobile .hero-media img { height: 100%; object-fit: cover; object-position: center center; }
@media (max-width: 860px) {
  body:not(.force-mobile) .hero-media { height: 300px; min-height: 300px; }
  body:not(.force-mobile) .hero-media img { height: 100%; object-fit: cover; object-position: center center; }
}
figure { margin: 0; }
.map-card { aspect-ratio: 546 / 353; min-height: 0; }
.map-card img { height: 100%; object-fit: cover; object-position: left top; }
@media (max-width: 1110px) and (min-width: 861px) {
  .hero-copy p { font-size: 17px; line-height: 1.25; max-width: 390px; }
  .hero-actions { gap: 12px; margin-top: 26px; }
  .hero-actions .btn { min-height: 50px; padding: 0 19px; font-size: 16px; }
  .red-rule { margin: 24px 0 18px; }
}
body.force-mobile .info-item .text-link { font-size: 16px; }
@media (max-width: 860px) { body:not(.force-mobile) .info-item .text-link { font-size: 16px; } }
@media (max-width: 1110px) and (min-width: 861px) {
  .hero { min-height: 620px; height: 620px; }
  .hero-media { min-height: 620px; height: 620px; }
  .hero-copy { padding: 38px 38px 42px; }
  .logo-badge { width: 205px; height: 205px; margin-bottom: 22px; }
  h1 { font-size: 64px; }
  .quick-section { padding-bottom: 42px; }
  .info-card { top: -24px; }
  .info-item { padding: 22px 14px 24px; }
  .icon-circle { width: 48px; height: 48px; margin-bottom: 9px; }
  .icon-circle svg { width: 25px; height: 25px; }
  .info-item h3 { font-size: 23px; margin-bottom: 8px; }
  .info-item .big { font-size: 21px; line-height: 1.13; }
  .info-item p { font-size: 14px; line-height: 1.25; margin-top: 9px; }
  .info-item .text-link { font-size: 15px; margin-top: 12px; }
  .location { padding: 42px 0 46px; }
  .hours-card { padding: 28px 34px 26px; }
  .hours-card h2 { font-size: 44px; }
  .hours-rule { margin-bottom: 22px; }
  .hours-table { font-size: 13px; }
  .hours-table th, .hours-table td { padding: 8px 0; }
  .open-daily { font-size: 22px; margin-top: 21px; }
  .footer-inner { min-height: 150px; gap: 28px; grid-template-columns: 128px minmax(0, 1fr) 2px 240px; }
  .footer-logo { width: 110px; }
  .footer-copy { font-size: 19px; }
  .footer-divider { height: 98px; }
  .stamp { font-size: 32px; }
  .stamp svg { width: 56px; height: 56px; }
}
.location-grid { align-items: start; }
@media (max-width: 1110px) and (min-width: 861px) {
  .hours-card { padding: 22px 34px 20px; }
  .hours-card h2 { font-size: 40px; }
  .hours-rule { margin: 8px 0 18px; }
  .hours-table { font-size: 12px; }
  .hours-table th, .hours-table td { padding: 6px 0; }
  .open-daily { font-size: 20px; margin-top: 16px; }
}
/* Fixed desktop preview artifact: keeps the generated-preview proportions even in a wide browser. */
body.force-desktop { background: #1d1812; }
body.force-desktop .page {
  width: 941px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 0 54px rgba(0,0,0,.58);
}
body.force-desktop .topbar-inner { gap: 18px; width: min(1000px, calc(100% - 54px)); }
body.force-desktop .roof-sign { width: 620px; }
body.force-desktop .top-phone { font-size: 19px; }
body.force-desktop .btn { font-size: 17px; padding: 0 22px; }
body.force-desktop .hero { grid-template-columns: minmax(380px, 48%) minmax(0, 52%); min-height: 620px; height: 620px; }
body.force-desktop .hero-media { min-height: 620px; height: 620px; }
body.force-desktop .hero-copy { padding: 38px 38px 42px; }
body.force-desktop .logo-badge { width: 205px; height: 205px; margin-bottom: 22px; }
body.force-desktop h1 { font-size: 64px; }
body.force-desktop .hero-copy p { font-size: 17px; line-height: 1.25; max-width: 390px; }
body.force-desktop .hero-actions { gap: 12px; margin-top: 26px; }
body.force-desktop .hero-actions .btn { min-height: 50px; padding: 0 19px; font-size: 16px; }
body.force-desktop .red-rule { margin: 24px 0 18px; }
body.force-desktop .info-card,
body.force-desktop .location-grid,
body.force-desktop .footer-inner { width: min(1000px, calc(100% - 54px)); }
body.force-desktop .quick-section { padding-bottom: 42px; }
body.force-desktop .info-card { top: -24px; }
body.force-desktop .info-item { padding: 22px 14px 24px; }
body.force-desktop .icon-circle { width: 48px; height: 48px; margin-bottom: 9px; }
body.force-desktop .icon-circle svg { width: 25px; height: 25px; }
body.force-desktop .info-item h3 { font-size: 23px; margin-bottom: 8px; }
body.force-desktop .info-item .big { font-size: 21px; line-height: 1.13; }
body.force-desktop .info-item p { font-size: 14px; line-height: 1.25; margin-top: 9px; }
body.force-desktop .info-item .text-link { font-size: 15px; margin-top: 12px; }
body.force-desktop .location { padding: 42px 0 46px; }
body.force-desktop .location-grid { gap: 28px; align-items: start; }
body.force-desktop .hours-card { padding: 22px 34px 20px; }
body.force-desktop .hours-card h2 { font-size: 40px; }
body.force-desktop .hours-rule { margin: 8px 0 18px; }
body.force-desktop .hours-table { font-size: 12px; }
body.force-desktop .hours-table th,
body.force-desktop .hours-table td { padding: 6px 0; }
body.force-desktop .open-daily { font-size: 20px; margin-top: 16px; }
body.force-desktop .footer-inner { min-height: 150px; gap: 28px; grid-template-columns: 128px minmax(0, 1fr) 2px 240px; }
body.force-desktop .footer-logo { width: 110px; }
body.force-desktop .footer-copy { font-size: 19px; }
body.force-desktop .footer-divider { height: 98px; }
body.force-desktop .stamp { font-size: 32px; }
body.force-desktop .stamp svg { width: 56px; height: 56px; }

/* Preview fidelity pass: align the responsive 941px render with the supplied concept. */
@media (max-width: 1110px) and (min-width: 861px) {
  .topbar-inner {
    gap: 20px;
    width: min(1000px, calc(100% - 48px));
  }
  .roof-sign { width: 565px; }
  .top-phone {
    font-size: 17px;
    gap: 8px;
  }
  .top-phone svg {
    width: 22px;
    height: 22px;
  }
  .topbar .btn {
    min-height: 56px;
    padding: 0 22px;
    font-size: 17px;
  }
  .hero-copy {
    padding-top: 24px;
  }
  .hero-copy p {
    max-width: 430px;
  }
  .info-card {
    top: 40px;
    margin-bottom: 32px;
  }
  .info-item .big {
    font-size: 20px;
    white-space: nowrap;
  }
  .location {
    padding: 24px 0 24px;
  }
  .map-card {
    aspect-ratio: 1.4;
  }
  .hours-card {
    padding: 20px 34px 18px;
  }
  .open-daily {
    white-space: nowrap;
  }
  .menu-hero-inner {
    width: min(1000px, calc(100% - 54px));
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
  }
  .menu-hero-copy {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
  }
  .menu-logo {
    width: 132px;
    height: 132px;
  }
  .menu-hero h1 {
    font-size: 52px;
    letter-spacing: -.03em;
  }
  .menu-hero p {
    font-size: 16px;
    line-height: 1.25;
  }
  .menu-hero .hero-actions {
    gap: 12px;
    margin-top: 22px;
  }
  .menu-hero .hero-actions .btn {
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }
}

@media (min-width: 1111px) {
  h1 {
    font-size: clamp(64px, 6vw, 80px);
  }
  .info-item .big {
    white-space: nowrap;
  }
}

body.force-desktop .topbar-inner {
  gap: 20px;
  width: min(1000px, calc(100% - 48px));
}
body.force-desktop .roof-sign { width: 565px; }
body.force-desktop .top-phone {
  font-size: 17px;
  gap: 8px;
}
body.force-desktop .top-phone svg {
  width: 22px;
  height: 22px;
}
body.force-desktop .topbar .btn {
  min-height: 56px;
  padding: 0 22px;
  font-size: 17px;
}
body.force-desktop .hero-copy {
  padding-top: 24px;
}
body.force-desktop .hero-copy p {
  max-width: 430px;
}
body.force-desktop .info-card {
  top: 40px;
  margin-bottom: 32px;
}
body.force-desktop .info-item .big {
  font-size: 20px;
  white-space: nowrap;
}
body.force-desktop .location {
  padding: 24px 0 24px;
}
body.force-desktop .map-card {
  aspect-ratio: 1.4;
}
body.force-desktop .hours-card {
  padding: 20px 34px 18px;
}
body.force-desktop .open-daily {
  white-space: nowrap;
}

.menu-hero {
  background: var(--wood-bg);
  border-bottom: 0;
  overflow: hidden;
}
.menu-hero-inner {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 38px;
  align-items: stretch;
  padding: 42px 0 50px;
}
.menu-hero-copy {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 34px 38px;
  background: var(--paper-bg);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.menu-logo {
  width: 190px;
  height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(29,24,18,.26));
}
.menu-hero h1 {
  font-size: clamp(64px, 8vw, 108px);
}
.menu-hero p {
  max-width: 560px;
  margin: 0;
  color: #27211b;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 800;
}
.menu-photo {
  min-height: 390px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.08) brightness(.95);
}
.menu-board {
  background:
    linear-gradient(180deg, var(--blue-wood-bg) 0 240px, transparent 240px),
    var(--cream) url('assets/paper-texture.jpg') center / 520px 520px repeat;
  padding: 46px 0 60px;
}
.menu-board-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.menu-panel {
  background:
    linear-gradient(0deg, rgba(139,94,52,.06), rgba(139,94,52,.01)),
    var(--paper-bg);
  border: 1px solid rgba(80,50,28,.16);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  padding: 28px 32px 30px;
}
.menu-panel.featured {
  grid-row: span 2;
}
.menu-panel h2 {
  margin: 0 0 18px;
  color: var(--blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.02em;
  text-align: center;
}
.menu-panel h2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 270px;
  height: 2px;
  margin: 14px auto 0;
  background: var(--red);
  opacity: .55;
}
.dish {
  padding: 18px 0;
  border-top: 1px solid rgba(64,42,24,.14);
}
.dish:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.dish h3 {
  margin: 0 0 8px;
  color: var(--red);
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.dish p,
.menu-panel > p {
  margin: 8px 0;
  color: #28211b;
  font-size: 16px;
  line-height: 1.35;
}
.dish p:has(span),
.price-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(64,42,24,.1);
  padding-bottom: 7px;
}
.dish span,
.price-line span {
  color: var(--ink);
  font-weight: 950;
  white-space: nowrap;
}
.menu-list {
  columns: 2;
  padding-left: 20px;
  margin: 10px 0 18px;
  color: #28211b;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .menu-hero-inner {
    width: calc(100% - 26px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 30px;
  }
  .menu-hero-copy {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px 30px;
    text-align: center;
  }
  .menu-logo {
    width: 172px;
    height: 172px;
    margin: 0 auto;
  }
  .menu-hero h1 {
    font-size: 64px;
  }
  .menu-hero .red-rule {
    margin: 22px auto 18px;
  }
  .menu-hero p {
    font-size: 17px;
    margin: 0 auto;
  }
  .menu-hero .hero-actions {
    justify-content: center;
    gap: 12px;
  }
  .menu-hero .hero-actions .btn {
    flex: 1;
    min-height: 50px;
    padding: 0 14px;
    font-size: 15px;
  }
  .menu-photo {
    min-height: 240px;
  }
  .menu-board {
    padding: 28px 0 34px;
    background:
      linear-gradient(180deg, var(--blue-wood-bg) 0 140px, transparent 140px),
      var(--cream) url('assets/paper-texture.jpg') center / 520px 520px repeat;
  }
  .menu-board-inner {
    width: calc(100% - 26px);
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .menu-panel {
    padding: 24px 22px 26px;
  }
  .menu-panel.featured {
    grid-row: auto;
  }
  .menu-panel h2 {
    font-size: 36px;
  }
  .dish h3 {
    font-size: 22px;
  }
  .dish p,
  .menu-panel > p {
    font-size: 15px;
  }
  .dish p:has(span),
  .price-line {
    align-items: flex-start;
  }
  .menu-list {
    columns: 1;
  }
}

@media (max-width: 1110px) and (min-width: 861px) {
  .menu-hero-inner {
    width: min(1000px, calc(100% - 54px));
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
  }
  .menu-hero-copy {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    padding: 28px;
  }
  .menu-logo {
    width: 132px;
    height: 132px;
  }
  .menu-hero h1 {
    font-size: 52px;
    letter-spacing: -.03em;
  }
  .menu-hero p {
    font-size: 16px;
    line-height: 1.25;
  }
  .menu-hero .hero-actions {
    gap: 12px;
    margin-top: 22px;
  }
  .menu-hero .hero-actions .btn {
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }
}

/* Restaurant design polish: tighter hero crop, cleaner section transitions, and refined menu rhythm. */
@media (min-width: 861px) {
  .hero {
    grid-template-columns: minmax(390px, 46%) minmax(0, 54%);
    min-height: 640px;
    height: 640px;
  }

  .hero-copy {
    padding: 32px 52px 44px;
  }

  .logo-badge {
    width: 210px;
    height: 210px;
    margin-bottom: 20px;
  }

  .hero-copy p {
    max-width: 520px;
  }

  .hero-actions {
    gap: 16px;
    margin-top: 24px;
  }

  .hero-actions .btn {
    min-height: 54px;
    padding: 0 24px;
    font-size: 18px;
  }

  .hero-media {
    display: flex;
    flex-direction: column;
    min-height: 640px;
    height: 640px;
    background: var(--blue-wood-bg);
  }

  .hero-media img {
    position: relative;
    z-index: 0;
    flex: 1 1 auto;
    height: 100%;
    object-position: 38% center;
    transform: scale(1.025);
    transform-origin: 38% center;
  }

  .hero-media:after {
    content: none;
    display: none;
  }

  .quick-section {
    padding-bottom: 50px;
  }

  .info-card {
    top: -12px;
    margin-bottom: 0;
  }

  .location {
    padding-top: 46px;
  }

  .menu-hero-inner {
    padding: 36px 0 42px;
    gap: 32px;
  }

  .menu-hero-copy {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 26px;
    padding: 32px 34px;
  }

  .menu-logo {
    width: 160px;
    height: 160px;
  }

  .menu-hero h1 {
    letter-spacing: 0;
  }

  .menu-photo {
    height: 430px;
    min-height: 0;
  }

  .menu-board {
    padding: 38px 0 56px;
    background:
      linear-gradient(180deg, var(--blue-wood-bg) 0 210px, transparent 210px),
      var(--cream) url('assets/paper-texture.jpg') center / 520px 520px repeat;
  }

  .menu-board-inner {
    gap: 24px;
  }

  .menu-panel {
    padding: 26px 30px 28px;
  }

  .menu-panel h2 {
    font-size: 38px;
  }

  .dish {
    padding: 15px 0;
  }

  .dish h3 {
    font-size: 24px;
  }
}

@media (min-width: 1111px) {
  h1 {
    font-size: clamp(62px, 5.5vw, 78px);
  }

  .menu-hero h1 {
    font-size: clamp(66px, 7.2vw, 96px);
  }
}

@media (max-width: 1110px) and (min-width: 861px) {
  .hero,
  .hero-media {
    min-height: 620px;
    height: 620px;
  }

  .hero-copy {
    padding: 24px 36px 36px;
  }

  .logo-badge {
    width: 176px;
    height: 176px;
    margin-bottom: 18px;
  }

  h1 {
    font-size: 56px;
  }

  .hero-copy p {
    font-size: 16px;
    max-width: 390px;
  }

  .hero-media img {
    flex-basis: auto;
    height: 100%;
  }

  .info-card {
    top: -12px;
  }

  .menu-photo {
    height: 360px;
    min-height: 0;
  }
}

@media (max-width: 860px) {
  body:not(.force-mobile) .hero-copy,
  body.force-mobile .hero-copy {
    padding: 18px 28px 24px;
  }

  body:not(.force-mobile) .logo-badge,
  body.force-mobile .logo-badge {
    width: 132px;
    height: 132px;
    margin: -66px auto 12px;
  }

  body:not(.force-mobile) h1,
  body.force-mobile h1 {
    font-size: 46px;
    line-height: .9;
  }

  body:not(.force-mobile) .red-rule,
  body.force-mobile .red-rule {
    margin: 14px auto 12px;
  }

  body:not(.force-mobile) .hero-copy p,
  body.force-mobile .hero-copy p {
    font-size: 15.5px;
    line-height: 1.24;
  }

  body:not(.force-mobile) .hero-actions,
  body.force-mobile .hero-actions {
    margin-top: 18px;
  }

  body:not(.force-mobile) .hero-media,
  body.force-mobile .hero-media {
    height: 220px;
    min-height: 220px;
    background: var(--blue-wood-bg);
  }

  body:not(.force-mobile) .hero-media img,
  body.force-mobile .hero-media img {
    height: 100%;
    object-position: center 18%;
    transform: scale(1.03);
  }

  body:not(.force-mobile) .menu-hero h1,
  body.force-mobile .menu-hero h1 {
    letter-spacing: 0;
  }
}

@media (max-width: 860px) and (min-width: 361px) {
  body:not(.force-mobile) .hero-actions .btn,
  body.force-mobile .hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    padding: 0 8px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  body:not(.force-mobile) .hero-actions,
  body.force-mobile .hero-actions,
  body:not(.force-mobile) .menu-hero .hero-actions,
  body.force-mobile .menu-hero .hero-actions {
    flex-direction: column;
  }

  body:not(.force-mobile) .hero-actions .btn,
  body.force-mobile .hero-actions .btn,
  body:not(.force-mobile) .menu-hero .hero-actions .btn,
  body.force-mobile .menu-hero .hero-actions .btn {
    width: 100%;
  }

  body:not(.force-mobile) .info-card,
  body.force-mobile .info-card {
    grid-template-columns: 1fr;
  }

  body:not(.force-mobile) .info-item,
  body.force-mobile .info-item {
    border-right: 0;
  }

  body:not(.force-mobile) .info-item:nth-child(3),
  body.force-mobile .info-item:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }
}

/* Browser comment pass: lighter quick-info band, non-condensed headings, and separated interactive map. */
.info-card,
body.force-desktop .info-card,
body.force-mobile .info-card {
  top: 0;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.hero-copy h1,
body.force-desktop .hero-copy h1 {
  font-size: clamp(56px, 5vw, 68px);
  line-height: .9;
}

.logo-badge,
body.force-desktop .logo-badge {
  width: 180px;
  height: 180px;
  margin-bottom: 18px;
}

.hero,
body.force-desktop .hero,
.hero-media,
body.force-desktop .hero-media {
  min-height: 700px;
  height: 700px;
}

.hero-copy,
body.force-desktop .hero-copy {
  padding-bottom: 70px;
}

.quick-section,
body.force-mobile .quick-section {
  padding: 34px 0 62px;
}

.info-item,
body.force-desktop .info-item,
body.force-mobile .info-item {
  padding: 24px 24px 26px;
  color: #fff8ee;
  border-color: rgba(255, 248, 238, .28);
}

.icon-circle,
body.force-desktop .icon-circle,
body.force-mobile .icon-circle {
  border-color: rgba(255, 248, 238, .92);
  color: #fff8ee;
  background: rgba(255, 255, 255, .08);
}

.info-item h3,
.hours-table th,
.dish h3,
.stamp {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .035em;
}

.info-item h3,
body.force-desktop .info-item h3,
body.force-mobile .info-item h3 {
  color: #fff3df;
  font-size: 25px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
}

.info-item .big,
body.force-desktop .info-item .big,
body.force-mobile .info-item .big {
  color: #fffdf6;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .28);
}

.info-item p,
body.force-desktop .info-item p,
body.force-mobile .info-item p {
  color: rgba(255, 248, 238, .9);
}

.info-item .text-link,
body.force-desktop .info-item .text-link,
body.force-mobile .info-item .text-link {
  color: #fff3df;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
}

.location {
  padding: 54px 0 60px;
}

.location-grid,
body.force-desktop .location-grid,
body.force-mobile .location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .85fr);
  gap: 34px;
  align-items: stretch;
  width: min(1100px, calc(100% - 86px));
}

.map-card,
body.force-desktop .map-card,
body.force-mobile .map-card {
  position: relative;
  min-height: 0;
  height: 660px;
  aspect-ratio: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #dceee9;
  border: 1px solid rgba(80, 50, 28, .16);
  box-shadow: var(--shadow);
}

.map-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 33, 62, .12), transparent 42%),
    linear-gradient(180deg, rgba(255, 248, 238, .05), rgba(29, 24, 18, .18));
}

.map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.92) contrast(.98) brightness(.96);
}

.hours-card,
body.force-desktop .hours-card,
body.force-mobile .hours-card {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  width: auto;
  padding: 30px 38px 30px;
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(255, 248, 238, .82), rgba(255, 248, 238, .9)),
    var(--paper-bg);
  box-shadow: 0 18px 46px rgba(29, 24, 18, .28);
}

@media (max-width: 860px) {
  body:not(.force-mobile) .hero-copy h1,
  body.force-mobile .hero-copy h1 {
    font-size: 40px;
    line-height: .94;
  }

  body:not(.force-mobile) .hero,
  body.force-mobile .hero,
  body:not(.force-mobile) .hero-media,
  body.force-mobile .hero-media {
    min-height: 0;
    height: auto;
  }

  body:not(.force-mobile) .logo-badge,
  body.force-mobile .logo-badge {
    width: 118px;
    height: 118px;
    margin: -58px auto 12px;
  }

  body:not(.force-mobile) .quick-section,
  body.force-mobile .quick-section {
    padding: 26px 0 36px;
  }

  body:not(.force-mobile) .info-card,
  body.force-mobile .info-card {
    width: calc(100% - 26px);
  }

  body:not(.force-mobile) .info-item,
  body.force-mobile .info-item {
    padding: 20px 12px 22px;
  }

  body:not(.force-mobile) .location-grid,
  body.force-mobile .location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }

  body:not(.force-mobile) .map-card,
  body.force-mobile .map-card {
    min-height: 360px;
    height: 360px;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    aspect-ratio: auto;
  }

  body:not(.force-mobile) .hours-card,
  body.force-mobile .hours-card {
    width: calc(100% - 26px);
    margin: 0 auto;
    padding: 22px 24px 24px;
  }
}
