:root {
  --red: #a62320;
  --deep-red: #681816;
  --ink: #151311;
  --paper: #f4eee2;
  --cream: #fffaf1;
  --gold: #d9ab5d;
  --line: rgba(21, 19, 17, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hero { position: relative; min-height: 100svh; color: white; background: linear-gradient(90deg, rgba(15,9,7,.82) 0%, rgba(15,9,7,.5) 48%, rgba(15,9,7,.18) 100%), url("assets/real/hero-storefront.jpg") center/cover no-repeat; }
.nav { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.32); }
.brand { font-family: "Fraunces", serif; font-size: 28px; font-weight: 600; letter-spacing: 0; }
.nav-links { display: flex; gap: 36px; font-size: 14px; }
.nav-call { border: 1px solid rgba(255,255,255,.75); padding: 13px 20px; font-size: 14px; }
.hero-content { padding: 16vh 0 100px; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { margin: 0; font-family: "Fraunces", serif; font-weight: 500; letter-spacing: 0; }
h1 { max-width: 820px; font-size: clamp(58px, 7vw, 104px); line-height: .93; }
.hero-copy { max-width: 520px; margin: 30px 0 34px; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid; font-weight: 600; font-size: 14px; }
.button-light { border-color: white; background: white; color: var(--ink); }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.65); }
.text-link span { margin-left: 10px; }
.concept { position: absolute; right: 24px; bottom: 18px; margin: 0; font-size: 11px; opacity: .72; }

.intro { padding: 120px 0; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: start; }
h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1.04; }
.intro-copy { padding-top: 34px; font-size: 17px; line-height: 1.75; }
.intro-copy p:first-child { margin-top: 0; }

.heritage-band { min-height: 640px; display: grid; grid-template-columns: 1.55fr .75fr; background: var(--ink); color: white; }
.heritage-image { background: url("assets/real/heritage-building.jpg") center/cover no-repeat; }
.heritage-card { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.heritage-card span { color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.heritage-card strong { margin: 24px 0; font-family: "Fraunces", serif; font-size: 43px; line-height: 1.1; font-weight: 500; }
.heritage-card p { max-width: 340px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }

.menu-section { padding: 120px 0; background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading > div { max-width: 730px; }
.section-heading > p { max-width: 310px; margin: 0 0 8px; color: #6b6257; line-height: 1.6; }
.menu-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.menu-card { position: relative; min-height: 560px; display: flex; align-items: end; overflow: hidden; background-position: center; background-size: cover; color: white; }
.menu-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,7,5,.88), rgba(10,7,5,0) 68%); }
.menu-card-dinner { background-image: url("assets/food/family-dinner.jpg"); }
.menu-card-pizza { background-image: url("assets/food/pizza.jpg"); }
.menu-card-classics { background-image: url("assets/food/chinese-classics.jpg"); }
.menu-card-content { position: relative; padding: 34px; }
.menu-card-content span { color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.menu-card h3 { margin: 10px 0 13px; font-size: 34px; }
.menu-card p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.6; }

.review-section { padding: 110px 0; background: var(--red); color: white; }
.review-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.review-image { min-height: 580px; background: url("assets/food/review-table.jpg") center/cover no-repeat; }
.reviews h2 { max-width: 660px; font-size: clamp(42px, 4.4vw, 68px); }
.review-source { margin: 28px 0 48px; color: rgba(255,255,255,.72); }
.review-notes { display: flex; flex-wrap: wrap; gap: 10px; }
.review-notes span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.45); font-size: 13px; }

.visit { padding: 115px 0; background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; }
.visit-copy address { margin: 32px 0 10px; font-style: normal; font-size: 20px; line-height: 1.55; }
.phone { display: block; margin-bottom: 34px; font-size: 20px; text-decoration: underline; text-underline-offset: 5px; }
.button-dark { border-color: var(--ink); background: var(--ink); color: white; }
.hours { padding: 42px; border-top: 4px solid var(--red); background: var(--cream); }
.hours h3 { font-size: 34px; }
.hours dl { margin: 30px 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; text-align: right; line-height: 1.5; }
.hours > p { margin: 0; color: #70665b; font-size: 13px; line-height: 1.6; }

footer { padding: 75px 0 25px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-grid span { color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid p { color: rgba(255,255,255,.67); line-height: 1.6; }
.footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }

@media (max-width: 820px) {
  .wrap { width: calc(100% - 30px); max-width: 1180px; }
  .nav { height: 76px; }
  .brand { font-size: 22px; }
  .nav-links { display: none; }
  .nav-call { display: none; }
  .hero { min-height: 820px; background-position: 58% center; }
  .hero-content { padding-top: 135px; }
  h1 { max-width: 360px; font-size: clamp(48px, 14vw, 60px); line-height: .98; }
  .hero-copy { max-width: 350px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .concept { left: 15px; right: auto; }
  .intro, .menu-section, .review-section, .visit { padding: 80px 0; }
  .intro-grid, .review-grid, .visit-grid { grid-template-columns: 1fr; gap: 45px; }
  h2 { font-size: 44px; }
  .intro-copy { padding-top: 0; }
  .heritage-band { grid-template-columns: 1fr; }
  .heritage-image { min-height: 440px; }
  .heritage-card { padding: 55px 30px; }
  .heritage-card strong { font-size: 38px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 480px; }
  .review-image { min-height: 440px; }
  .reviews h2 { font-size: 42px; }
  .visit-grid { gap: 40px; }
  .hours { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
}

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