:root {
  --red: #ed4e45;
  --red-dark: #c73530;
  --cyan: #1da7d5;
  --ink: #181818;
  --muted: #656565;
  --paper: #fff;
  --soft: #f7f7f5;
  --line: #e5e5e1;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.8;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 99; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.25rem; font-weight: 800; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-inline-start: auto; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red); }
.nav-toggle, .nav-button { display: none; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 2px solid var(--red);
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 5px;
  transition: background .2s, border-color .2s, transform .2s;
}
.button:hover, .button:focus-visible { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-1px); }
.button-ghost { background: transparent; border-color: #fff; }
.button-ghost:hover, .button-ghost:focus-visible { background: #fff; border-color: #fff; color: var(--ink); }
.button-light { background: #fff; border-color: #fff; color: var(--red-dark); }
.button-light:hover, .button-light:focus-visible { background: var(--ink); border-color: var(--ink); color: #fff; }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  color: #fff;
  background: url('/assets/bokees-restaurant.jpeg') center 42% / cover no-repeat;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.82)); }
.hero-content { position: relative; padding-block: 80px; }
.hero-logo { width: 112px; height: 112px; object-fit: contain; object-position: top; border-radius: 6px; margin-bottom: 20px; }
.eyebrow { margin: 0 0 8px; color: #fff; font-weight: 800; font-size: .95rem; }
.eyebrow.red { color: var(--red); }
h1, h2 { margin: 0; line-height: 1.35; }
h1 { max-width: 650px; font-size: clamp(2.8rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.hero-copy { max-width: 600px; margin: 22px 0 28px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.story-visual { min-width: 0; }
.story-visual img { width: 100%; max-height: 620px; object-fit: contain; }

.menu { background: var(--ink); color: #fff; }
.section-heading { max-width: 700px; margin-bottom: 38px; }
.section-heading > p:last-child { color: #c6c6c6; }
.menu-categories { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.menu-categories span { padding: 7px 15px; border: 1px solid #4c4c4c; border-radius: 4px; color: #eee; }
.menu-photo { position: relative; min-height: 470px; overflow: hidden; border-radius: 6px; }
.menu-photo > img { width: 100%; height: 520px; object-fit: cover; }
.menu-callout { position: absolute; inset-inline-start: 26px; bottom: 26px; width: min(390px, calc(100% - 52px)); padding: 26px; background: var(--red); border-radius: 6px; }
.menu-callout strong, .menu-callout span { display: block; }
.menu-callout strong { font-size: 1.35rem; }
.menu-callout span { margin: 4px 0 18px; }

.hours { padding: 62px 0; background: var(--cyan); color: #fff; }
.hours-inner { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 28px; }
.hours-inner img { width: 92px; height: 92px; }
.hours-time { display: flex; align-items: center; gap: 14px; margin: 0; }
.hours-time strong { font-size: 1.35rem; }
.hours-time span { opacity: .8; }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
address { max-width: 650px; margin: 22px 0; color: var(--muted); font-style: normal; font-size: 1.08rem; }
.contact-actions { display: flex; align-items: center; gap: 22px; }
.text-link { color: var(--red-dark); font-size: 1.3rem; font-weight: 800; }
.contact-mark img { width: min(100%, 390px); margin-inline: auto; }

.franchise { padding: 70px 0; background: var(--red); color: #fff; }
.franchise-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.franchise-inner p { max-width: 700px; margin-bottom: 0; }

.site-footer { padding: 36px 0; background: #111; color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span, .site-footer p { color: #aaa; font-size: .86rem; }

@media (max-width: 900px) {
  .header-order { display: none; }
  .nav-button { display: grid; gap: 5px; margin-inline-start: auto; cursor: pointer; padding: 10px; }
  .nav-button span { display: block; width: 25px; height: 2px; background: var(--ink); }
  .main-nav { display: none; position: absolute; top: 82px; inset-inline: 0; padding: 18px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 8px; }
  .main-nav a { padding: 9px 0; }
  .nav-toggle:checked ~ .main-nav { display: flex; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-visual { grid-row: 1; }
  .hours-inner { grid-template-columns: 80px 1fr; }
  .hours-time { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .main-nav { top: 72px; }
  .hero { min-height: 680px; background-position: 43% center; }
  .hero-shade { background: rgba(0,0,0,.64); }
  .hero-content { padding-block: 60px; }
  .hero-logo { width: 92px; height: 92px; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2rem; }
  .menu-photo { min-height: 540px; }
  .menu-photo > img { height: 540px; }
  .menu-callout { inset-inline: 14px; bottom: 14px; width: auto; padding: 20px; }
  .hours-inner { grid-template-columns: 64px 1fr; gap: 18px; }
  .hours-inner img { width: 64px; height: 64px; }
  .hours-time { flex-wrap: wrap; }
  .contact-mark { display: none; }
  .contact-actions, .franchise-inner, .footer-inner { align-items: stretch; flex-direction: column; }
  .franchise-inner { gap: 24px; }
  .footer-inner { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
