:root {
  --bg: #eee8d7;
  --paper: #fffdf4;
  --ink: #29323a;
  --muted: #667078;
  --blue: #1f6582;
  --blue-dark: #164a61;
  --red: #a94734;
  --sand: #d9c69f;
  --line: #c7b68f;
  --card: #fffaf0;
  --shadow: 0 10px 24px rgba(42, 50, 58, .13);
  --max: 1040px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.22) 0 1px, transparent 1px 38px),
    linear-gradient(180deg, #f5f0df 0%, #e8dcc0 100%);
}
a { color: inherit; }
.page { min-height: 100vh; }
.wrap { width: min(100% - 28px, var(--max)); margin-inline: auto; }

.site-header {
  border-bottom: 5px solid var(--blue-dark);
  background: #fff7df;
  box-shadow: 0 3px 0 rgba(0,0,0,.08);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 3px solid var(--blue-dark);
  border-radius: 999px;
  background: #e8f2f4;
  font-size: 28px;
}
.brand-text {
  color: var(--blue-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.03em;
  text-transform: uppercase;
  line-height: .96;
  font-size: 22px;
}
.top-nav {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.top-nav a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: #fffdf4;
  color: var(--blue-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.top-nav a:hover { background: #e8f2f4; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 28px;
  align-items: stretch;
  padding: 42px 0 34px;
}
.hero-copy,
.old-card,
.content-card,
.mini-card,
.error-card {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: clamp(26px, 4vw, 44px);
  border-top: 7px solid var(--red);
}
.kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 10px;
  border: 1px solid var(--blue-dark);
  background: #e8f2f4;
  color: var(--blue-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
h1 {
  margin: 0 0 16px;
  color: #23313a;
  font-size: clamp(38px, 6vw, 68px);
  line-height: .95;
  letter-spacing: -.055em;
}
.lead {
  margin: 0;
  color: #4f5b62;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
}
.notice {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 6px solid var(--blue);
  background: #f4ecd5;
  color: #4d473c;
  line-height: 1.55;
  font-size: 15px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid var(--blue-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: #fffdf4; color: var(--blue-dark); }
.btn-secondary:hover { background: #e8f2f4; }

.old-card {
  position: relative;
  min-height: 480px;
  padding: 18px;
  background: #efe4c8;
  border-top: 7px solid var(--blue-dark);
}
.old-card-top {
  padding: 10px;
  background: var(--red);
  color: #fffbe8;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.chalkboard {
  margin: 22px auto 0;
  width: min(100%, 340px);
  min-height: 265px;
  padding: 26px 22px;
  border: 8px solid #7d5633;
  background: #233029;
  color: #f5f0df;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.07);
  transform: rotate(-1.2deg);
}
.chalkboard span {
  display: block;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255,255,255,.28);
  font-size: 22px;
  font-style: italic;
}
.old-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  background: rgba(255,253,244,.92);
  border: 1px solid var(--line);
}
.old-card figcaption strong {
  display: block;
  color: var(--blue-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.old-card figcaption span { color: var(--muted); line-height: 1.5; }

.section { padding: 20px 0; }
.content-card {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 24px;
  padding: clamp(22px, 4vw, 36px);
}
.side-title h2,
.mini-card h2,
.error-card h1 {
  margin: 0;
  color: var(--blue-dark);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.side-title h2 { font-size: clamp(28px, 4vw, 42px); }
.rich-text p {
  margin: 0;
  color: #3f4a51;
  line-height: 1.75;
  font-size: 17px;
}
.rich-text p + p { margin-top: 14px; }
.text-link {
  color: #9b3c2b;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.text-link:hover { color: var(--red); }
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.mini-card {
  padding: 22px;
  border-top: 5px solid var(--blue);
}
.icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: #e8f2f4;
  border: 1px solid #b9cbd2;
  font-size: 24px;
}
.mini-card h2 { font-size: 23px; margin-bottom: 10px; }
.mini-card p { margin: 0; color: #4f5b62; line-height: 1.62; }

.site-footer {
  margin-top: 32px;
  padding: 28px 0;
  background: #27343b;
  color: rgba(255,253,244,.78);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer p { margin: 0; max-width: 680px; line-height: 1.55; }
.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-links a,
.footer-contact {
  color: rgba(255,253,244,.82);
  text-underline-offset: 4px;
  font: inherit;
}
.footer-contact {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.footer-links a:hover,
.footer-contact:hover { color: #fff; }
.error-wrap { padding: 60px 0; }
.error-card { text-align: center; padding: clamp(28px, 5vw, 48px); }
.error-code {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  background: var(--red);
  color: #fff;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.error-card p { color: var(--muted); line-height: 1.65; }

@media (max-width: 860px) {
  .hero,
  .content-card { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .old-card { min-height: 430px; }
}
@media (max-width: 580px) {
  .wrap { width: min(100% - 22px, var(--max)); }
  .header-inner { align-items: flex-start; }
  .top-nav { display: none; }
  h1 { font-size: clamp(38px, 14vw, 52px); }
  .hero-actions .btn { width: 100%; }
  .old-card { min-height: 390px; }
  .chalkboard span { font-size: 19px; }
}

.photo-section {
  padding-top: 10px;
}

.restaurant-photo-card {
  position: relative;
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(80, 49, 24, .26);
  border-radius: 18px;
  background: #f7ead4;
  box-shadow: 0 16px 34px rgba(48, 28, 12, .16);
  isolation: isolate;
}

.restaurant-photo-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 247, 230, .42);
  border-radius: 12px;
  pointer-events: none;
}

.restaurant-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(35, 22, 12, .03) 0%, rgba(35, 22, 12, .74) 100%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, .035) 0 1px,
      transparent 1px 5px
    );
  pointer-events: none;
}

.restaurant-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.02) brightness(.86);
}

.restaurant-photo-card figcaption {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 247, 230, .30);
  background: rgba(42, 25, 13, .78);
  color: #fff6e5;
}

.restaurant-photo-card figcaption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.restaurant-photo-card figcaption span {
  display: block;
  color: rgba(255, 246, 229, .78);
  line-height: 1.6;
}

@media (max-width: 700px) {
  .restaurant-photo-card {
    min-height: 340px;
  }

  .restaurant-photo-card img {
    min-height: 340px;
  }

  .restaurant-photo-card::before {
    inset: 10px;
  }

  .restaurant-photo-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 15px;
  }
}