:root {
  --cream: #f4eee4;
  --paper: #faf6ef;
  --espresso: #2a1d16;
  --roast: #4a342a;
  --muted: #7a675b;
  --clay: #b5532c;
  --line: #e2d7c6;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Instrument Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--espresso);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

h1, h2, .feature-title, .logo {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.08;
}
h1 { font-size: clamp(40px, 5vw, 60px); }
h2 { font-size: clamp(32px, 3.6vw, 44px); margin-bottom: 20px; }
h1 em, .feature-title em { font-style: italic; font-weight: 400; color: var(--clay); }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 14px;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--espresso);
  color: var(--paper);
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.btn:hover { background: var(--clay); transform: translateY(-1px); }
.btn-small { padding: 9px 18px; font-size: 15px; }
.btn-light { background: var(--cream); color: var(--espresso); }
.btn-light:hover { background: #fff; }
.link { font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--clay); padding-bottom: 2px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(244, 238, 228, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { font-size: 24px; text-decoration: none; }
.logo span { font-style: italic; font-weight: 400; color: var(--clay); }
.nav nav { display: flex; align-items: center; gap: 28px; }
.nav nav a:not(.btn) { text-decoration: none; font-weight: 500; color: var(--roast); }
.nav nav a:not(.btn):hover { color: var(--clay); }

/* Hero */
.hero { padding: 56px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.lede { font-size: 19px; color: var(--roast); max-width: 30em; margin: 22px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-facts { display: flex; gap: 36px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts dt { font-size: 13px; color: var(--muted); }
.hero-facts dd { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.hero-img img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  object-position: 45% center;
  border-radius: 200px 200px 16px 16px;
}

/* Menu */
.menu { background: var(--paper); padding: 88px 0; border-block: 1px solid var(--line); }
.section-head { text-align: center; margin-bottom: 48px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.menu-col h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 2px solid var(--espresso);
}
.menu-col ul { list-style: none; }
.menu-col li { display: flex; align-items: baseline; gap: 10px; padding: 11px 0; }
.menu-col li span { font-weight: 500; }
.menu-col li small { display: block; font-size: 13px; color: var(--muted); font-weight: 400; }
.menu-col li i { flex: 1; border-bottom: 1px dotted #bfae98; transform: translateY(-4px); }
.menu-col li b { font-weight: 600; font-variant-numeric: tabular-nums; }
.feature {
  margin-top: 56px;
  padding: 28px 36px;
  border-radius: 16px;
  background: var(--espresso);
  color: var(--cream);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.feature .eyebrow { margin: 0; color: #e0a07f; max-width: 11em; }
.feature-title { font-size: 26px; }
.feature-title em { color: #e0a07f; }
.feature-note { color: #cbbba8; font-size: 15px; }

/* Story */
.story { padding: 96px 0; }
.story-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.story-img img { border-radius: 16px; aspect-ratio: 5 / 4; object-fit: cover; }
.story-copy > p { color: var(--roast); }
.values { list-style: none; margin-top: 28px; display: grid; gap: 14px; }
.values li { padding-left: 22px; position: relative; color: var(--roast); }
.values li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; border-radius: 50%; background: var(--clay); }
.values strong { color: var(--espresso); }

/* Visit */
.visit { background: var(--clay); color: var(--paper); padding: 88px 0; }
.visit .eyebrow { color: #f6d4c1; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.visit address { font-style: normal; font-size: 20px; margin-bottom: 10px; }
.contact { margin-bottom: 28px; color: #f6e0d3; }
.contact a { text-underline-offset: 3px; }
.hours { width: 100%; border-collapse: collapse; font-size: 18px; }
.hours caption { text-align: left; font-family: var(--serif); font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.hours th, .hours td { padding: 16px 0; border-bottom: 1px solid rgba(250, 246, 239, .3); }
.hours th { text-align: left; font-weight: 500; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }

/* Footer */
.footer { background: var(--espresso); color: #cbbba8; padding: 32px 0; font-size: 15px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer .logo { color: var(--cream); font-size: 20px; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .story-grid, .visit-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-img { order: -1; }
  .hero-img img { aspect-ratio: 16 / 11; border-radius: 120px 120px 16px 16px; }
  .menu-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .nav nav a:not(.btn) { display: none; }
  .hero { padding-top: 28px; }
  .hero-facts { gap: 22px; }
  .hero-facts dd { font-size: 17px; }
  .menu, .story, .visit { padding: 64px 0; }
  .footer-inner { flex-direction: column; text-align: center; }
}
