/* ============================================================
   Singh's Leeds — styles
   Palette: deep burgundy, warm gold, cream
   ============================================================ */
:root {
  --burgundy: #6D1623;
  --burgundy-dark: #4f0f19;
  --gold: #CB9A3B;
  --gold-light: #e0b85e;
  --cream: #F5ECDC;
  --cream-soft: #faf6ee;
  --ink: #241015;
  --muted: #6b5c5f;
  --white: #ffffff;
  --shadow: 0 18px 40px -20px rgba(36, 16, 21, 0.45);
  --radius: 16px;
  --maxw: 1140px;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream-soft);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--burgundy); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.15; margin: 0 0 .5em; font-weight: 600; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--burgundy); color: #fff;
  padding: 10px 16px; z-index: 1000; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.eyebrow {
  text-transform: uppercase; letter-spacing: 3px; font-size: .78rem; font-weight: 600;
  color: var(--gold); margin: 0 0 .6rem;
}
.eyebrow.gold { color: var(--gold-light); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  padding: 12px 24px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-lg { padding: 15px 32px; font-size: 1.02rem; }
.btn-order { background: var(--gold); color: var(--burgundy-dark); box-shadow: 0 10px 22px -10px rgba(203,154,59,.8); }
.btn-order:hover { background: var(--gold-light); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-primary { background: var(--burgundy); color: #fff; border-color: var(--gold); box-shadow: 0 10px 22px -10px rgba(109,22,35,.8); }
.btn-primary:hover { background: var(--burgundy-dark); border-color: var(--gold-light); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(73, 15, 25, .96); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(203,154,59,.25);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand:hover { text-decoration: none; }
.brand-mark { height: 50px; width: 50px; border-radius: 50%; background: var(--cream); padding: 2px; }
.brand-word {
  display: flex; flex-direction: column; line-height: .95;
  font-family: var(--serif); font-weight: 600; color: var(--cream);
  font-size: 1.5rem;
}
.brand-word small { font-size: .62rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-light); font-weight: 500; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--cream); font-weight: 500; font-size: .98rem; }
.nav a:hover { color: var(--gold-light); text-decoration: none; }
.nav .nav-order { color: var(--burgundy-dark); }
.nav .nav-order:hover { color: var(--burgundy-dark); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  padding: 8px; cursor: pointer;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--cream); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; text-align: center;
  background:
    linear-gradient(135deg, rgba(42,10,16,.92), rgba(109,22,35,.82) 60%, rgba(138,32,48,.8)),
    url("/assets/tandoori.jpg");
  background-size: cover; background-position: center;
  padding: 110px 0 120px;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(203,154,59,.18) 1px, transparent 0);
  background-size: 26px 26px; opacity: .5;
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.1rem); margin-bottom: .35em; }
.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,.9); max-width: 560px; margin: 0 auto 1.8em; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-status { margin-top: 1.4rem; font-weight: 500; color: var(--gold-light); min-height: 1.2em; }
.hero-status .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
.hero-status.open .dot { background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.25); }
.hero-status.closed .dot { background: #f87171; box-shadow: 0 0 0 4px rgba(248,113,113,.25); }

/* ---------- Strip ---------- */
.strip { background: var(--burgundy-dark); color: var(--cream); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 28px 22px; }
.strip-item { text-align: center; padding: 8px 14px; }
.strip-ico { font-size: 1.7rem; }
.strip-item h3 { color: var(--gold-light); font-size: 1.15rem; margin: .35em 0 .15em; }
.strip-item p { margin: 0; font-size: .92rem; color: rgba(245,236,220,.82); }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--cream); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--burgundy); }
.section-lead { color: var(--muted); margin: 0; }

/* About */
.about-grid { display: grid; grid-template-columns: 360px 1fr; gap: 56px; align-items: center; }
.about-photo { position: relative; }
.about-photo img {
  width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 22px;
  box-shadow: var(--shadow); border: 4px solid #fff;
}
.about-photo::before {
  content: ""; position: absolute; inset: -14px -14px auto auto; width: 70%; height: 70%;
  border: 2px solid var(--gold); border-radius: 22px; z-index: -1;
}
.about-copy h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--burgundy); }
.about-copy p { color: #4a3a3d; margin: 0 0 1.1em; }

/* Menu */
.menu-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 44px;
}
.menu-card {
  background: var(--white); border: 1px solid rgba(109,22,35,.08); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: 0 10px 30px -22px rgba(36,16,21,.5);
  border-top: 3px solid var(--gold); transition: transform .18s ease, box-shadow .2s ease;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.menu-card h3 { color: var(--burgundy); font-size: 1.25rem; }
.menu-card p { margin: 0; color: var(--muted); font-size: .95rem; }

/* CTA band */
.cta-band {
  position: relative; text-align: center; color: #fff;
  background: url("/assets/onionbhaji.jpg") center/cover fixed;
  padding: 92px 0;
}
.cta-band-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(40,8,14,.82), rgba(109,22,35,.78)); }
.cta-band-content { position: relative; z-index: 2; max-width: 620px; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.cta-band p { color: rgba(255,255,255,.9); margin: 0 0 1.6em; font-size: 1.08rem; }

/* Hours */
.hours-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 860px; margin: 0 auto; }
.hours-card {
  background: var(--white); border-radius: var(--radius); padding: 30px 32px; box-shadow: var(--shadow);
  border: 1px solid rgba(109,22,35,.08);
}
.hours-card h3 { color: var(--burgundy); display: flex; align-items: center; gap: 10px; font-size: 1.45rem; margin-bottom: .6em; }
.hours-ico { font-size: 1.3rem; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td { padding: 11px 4px; text-align: left; border-bottom: 1px solid rgba(109,22,35,.1); }
.hours-table th { font-weight: 500; font-family: var(--sans); color: var(--ink); }
.hours-table td { text-align: right; color: #3f2f32; font-variant-numeric: tabular-nums; }
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: 0; }
.hours-table tr.closed td { color: #b03a3a; font-weight: 600; }
.hours-table tr.today th, .hours-table tr.today td { background: rgba(203,154,59,.14); }
.hours-table tr.today th::after { content: " • Today"; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: 1px; }

/* Awards */
.awards-grid {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 40px;
}
.award {
  background: var(--white); border-radius: var(--radius); padding: 24px 28px;
  box-shadow: 0 10px 30px -22px rgba(36,16,21,.5); border: 1px solid rgba(109,22,35,.08);
  transition: transform .18s ease, box-shadow .2s ease;
}
.award:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.award img { height: 130px; width: auto; object-fit: contain; }

/* Find us */
.section-dark { background: var(--burgundy); color: var(--cream); }
.find-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }
.find-copy h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.7rem); }
.contact-list { list-style: none; padding: 0; margin: 0 0 28px; }
.contact-list li { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; font-size: 1.05rem; }
.contact-list a { color: var(--gold-light); }
.contact-ico { font-size: 1.25rem; }
.socials { display: flex; gap: 12px; margin-top: 30px; }
.socials a {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255,255,255,.1); color: var(--cream);
  transition: background .2s ease, color .2s ease, transform .15s ease;
}
.socials a:hover { background: var(--gold); color: var(--burgundy-dark); transform: translateY(-3px); }
.find-map { min-height: 380px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.find-map iframe { width: 100%; height: 100%; min-height: 380px; display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--burgundy-dark); color: rgba(245,236,220,.85); }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding: 56px 22px 40px; }
.footer-brand img { height: 56px; width: auto; margin-bottom: 14px; }
.footer-brand p { margin: 0; max-width: 240px; font-size: .95rem; }
.footer-col h4 { color: var(--gold-light); font-family: var(--sans); font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a, .footer-col p { color: rgba(245,236,220,.85); margin: 0 0 8px; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(203,154,59,.2); padding: 18px 0; }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; font-size: .9rem; }

/* ---------- Sticky mobile order bar ---------- */
.mobile-order-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .about-emblem img { width: 180px; height: 180px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .find-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--burgundy-dark); padding: 12px 0 20px;
    transform: translateY(-130%); transition: transform .3s ease; align-items: stretch;
    border-bottom: 1px solid rgba(203,154,59,.25); max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav .nav-order { margin: 14px 24px 4px; }
  .nav-toggle { display: flex; }

  .strip-grid { grid-template-columns: 1fr; gap: 18px; }
  .hours-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .section { padding: 60px 0; }

  .cta-band { background-attachment: scroll; padding: 64px 0; }
  .about-grid { grid-template-columns: 1fr; }

  body { padding-bottom: 64px; }
  .mobile-order-bar {
    display: flex; align-items: center; justify-content: center;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: var(--gold); color: var(--burgundy-dark); font-weight: 700;
    padding: 16px; font-size: 1.05rem; box-shadow: 0 -8px 20px -10px rgba(0,0,0,.4);
  }
  .mobile-order-bar:hover { text-decoration: none; }
  .footer-bottom .container { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
