:root {
  color-scheme: light;
  --ink: #191817;
  --muted: #6c6259;
  --paper: #fbf8f2;
  --panel: #ffffff;
  --line: #e7ddd0;
  --gold: #d69b2d;
  --brick: #9a3324;
  --green: #1f5e47;
  --shadow: 0 24px 70px rgba(27, 22, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(214, 155, 45, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, var(--paper) 45%, #f4ede3 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(231, 221, 208, 0.8);
  background: rgba(251, 248, 242, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--brick), #552114);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--brick);
}

.hero {
  width: min(1160px, calc(100% - 32px));
  min-height: min(780px, calc(100svh - 72px));
  margin: 0 auto;
  padding: 70px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.2rem;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.primary {
  color: white;
  background: var(--brick);
  box-shadow: 0 14px 30px rgba(154, 51, 36, 0.28);
}

.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.hero-plate {
  position: relative;
  min-height: 500px;
}

.hero-plate img {
  width: 100%;
  height: min(68svh, 620px);
  min-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hours-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(220px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  color: white;
  background: rgba(25, 24, 23, 0.78);
  backdrop-filter: blur(12px);
}

.hours-card span,
.special-price span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hours-card strong,
.special-price strong {
  display: block;
  margin-top: 4px;
  font-size: 1.5rem;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.intro div {
  padding: 26px;
  background: rgba(255, 255, 255, 0.78);
}

.intro strong,
.intro span {
  display: block;
}

.intro span {
  margin-top: 6px;
  color: var(--muted);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 42px rgba(33, 27, 22, 0.08);
}

.menu-card.featured {
  grid-column: span 2;
}

.menu-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.featured img {
  height: 330px;
}

.menu-card-body {
  padding: 22px;
}

.menu-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.menu-card-title span {
  flex: 0 0 auto;
  color: var(--green);
  font-weight: 900;
}

.menu-card p,
.specials p {
  margin: 12px 0 0;
  color: var(--muted);
}

.specials {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 24px;
  padding: 42px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(90deg, rgba(25, 24, 23, 0.92), rgba(25, 24, 23, 0.66)),
    url("assets/images/shake-fries.jpg") center / cover;
  box-shadow: var(--shadow);
}

.specials .eyebrow {
  color: var(--gold);
}

.specials p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
}

.special-price {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
}

.visit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
}

address {
  color: var(--muted);
  font-style: normal;
  font-weight: 650;
}

address a {
  color: var(--brick);
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 44px;
  }

  .hero-plate {
    min-height: 0;
  }

  .hero-plate img {
    height: 46svh;
    min-height: 280px;
  }

  .intro,
  .menu-grid,
  .specials {
    grid-template-columns: 1fr;
  }

  .menu-card.featured {
    grid-column: auto;
  }

  .featured img,
  .menu-card img {
    height: 250px;
  }

  .visit {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .brand span:last-child {
    max-width: 240px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: 2.72rem;
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hours-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .section {
    padding: 52px 0;
  }

  .intro {
    padding: 0;
  }

  .specials {
    padding: 28px;
  }
}
