:root {
  --raj-red: #7a0000;
  --raj-red-dark: #260000;
  --raj-red-soft: #a81512;
  --raj-gold: #d8a84b;
  --raj-gold-light: #f7e2a0;
  --raj-cream: #fff8eb;
  --raj-ivory: #fffdf8;
  --raj-charcoal: #17100d;
  --raj-muted: #6c625c;
  --raj-border: rgba(216, 168, 75, 0.35);
  --shadow-soft: 0 18px 60px rgba(25, 10, 5, 0.12);
  --shadow-deep: 0 28px 90px rgba(30, 6, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  color: var(--raj-charcoal);
  background: var(--raj-ivory);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 16px; }
.container { width: min(var(--container), calc(100% - 34px)); margin: 0 auto; }

.topbar {
  background: linear-gradient(135deg, #170000 0%, #500000 52%, #1a0502 100%);
  color: #fff;
  border-bottom: 1px solid rgba(216, 168, 75, 0.3);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  font-size: 15px;
}
.topbar-info, .topbar-social { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.info-pill { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); white-space: nowrap; }
.info-pill i { color: var(--raj-gold-light); }
.social-icon {
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  transition: transform .25s ease, background .25s ease;
}
.social-icon:hover { transform: translateY(-3px); background: rgba(216,168,75,.24); }

.site-header {
  position: sticky; top: 0; z-index: 99;
  background: rgba(255, 253, 248, 0.96); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 168, 75, 0.28); box-shadow: 0 10px 30px rgba(40, 10, 0, 0.06);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 190px; }
.brand img { max-height: 64px; width: auto; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: "Playfair Display", serif; font-size: 23px; letter-spacing: .03em; color: var(--raj-red); }
.brand-text span { color: var(--raj-muted); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.nav-toggle { display: none; }
.hamburger { display: none; cursor: pointer; }
.hamburger span { display: block; width: 28px; height: 3px; background: var(--raj-red); margin: 6px 0; border-radius: 5px; }
.nav-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 5px; }
.nav-menu a {
  display: inline-flex; padding: 12px 16px; color: #34110d; font-weight: 800; text-transform: uppercase;
  font-size: 13px; letter-spacing: .08em; border-radius: 999px; transition: .25s ease;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--raj-red); background: rgba(216, 168, 75, 0.13); }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 999px;
  color: #210b00; background: linear-gradient(135deg, #f8e7a8, var(--raj-gold)); font-weight: 900;
  text-transform: uppercase; font-size: 13px; letter-spacing: .08em; box-shadow: 0 14px 35px rgba(216, 168, 75, .32);
  border: 1px solid rgba(255,255,255,.6);
}

.hero, .page-hero {
  position: relative; display: flex; align-items: center; color: #fff; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,0,0,.92) 0%, rgba(82,0,0,.78) 47%, rgba(15,0,0,.72) 100%),
    url('https://rajrestaurant.co.uk/./AllNew/FileDirectory/rajrestaurant.co.uk/images/indian_curry.jpg') center/cover no-repeat;
}
.hero { min-height: 680px; }
.page-hero { min-height: 430px; }
.hero:before, .page-hero:before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 72% 28%, rgba(216,168,75,.22), transparent 28%), radial-gradient(circle at 25% 75%, rgba(255,255,255,.08), transparent 24%);
  pointer-events: none;
}
.hero-card, .page-hero-card { position: relative; max-width: 800px; padding: 68px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px; border-radius: 999px;
  color: var(--raj-gold-light); background: rgba(255,255,255,.08); border: 1px solid rgba(216, 168, 75, .42);
  font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; margin-bottom: 26px;
}
.hero h1, .page-hero h1 {
  margin: 0; font-family: "Playfair Display", serif; line-height: .98; letter-spacing: -.035em;
  text-shadow: 0 16px 45px rgba(0,0,0,.45);
}
.hero h1 { font-size: clamp(46px, 7vw, 94px); }
.page-hero h1 { font-size: clamp(42px, 6vw, 78px); }
.hero h2, .page-hero p { margin: 28px 0 0; color: #fff3c9; font-weight: 900; }
.hero h2 { font-size: clamp(20px, 2.6vw, 32px); }
.page-hero p { font-size: clamp(18px, 2.2vw, 25px); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 36px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 15px 26px;
  border-radius: 999px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-gold { color: #270900; background: linear-gradient(135deg, #fff2bb, #d49b31 82%); box-shadow: 0 22px 44px rgba(216,168,75,.32); border: 1px solid rgba(255,255,255,.55); }
.btn-red { color: #fff; background: linear-gradient(135deg, #9a0e0b, #560000); border: 1px solid rgba(216,168,75,.34); box-shadow: 0 18px 38px rgba(122,0,0,.28); }

.section { padding: 90px 0; position: relative; }
.section.alt { background: linear-gradient(180deg, #fff8eb 0%, #fffdf8 100%); }
.section.dark { background: linear-gradient(135deg, rgba(20,0,0,.93), rgba(95,0,0,.88)), url('https://rajrestaurant.co.uk/./AllNew/FileDirectory/rajrestaurant.co.uk/images/pexel.jpg') center/cover fixed; color: #fff; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.section-kicker { display: inline-block; color: var(--raj-red); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.dark .section-kicker { color: var(--raj-gold-light); }
.section h3, .section-title { font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.12; margin: 0; color: var(--raj-red-dark); }
.dark .section h3, .dark .section-title, .dark h3 { color: #fff; }
.section-subtitle { color: var(--raj-muted); font-size: 18px; margin-top: 16px; }
.section-subtitle.light { color: rgba(255,255,255,.82); }
.lux-card { background: rgba(255,255,255,.88); border: 1px solid var(--raj-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); padding: clamp(28px, 4vw, 52px); }
.about-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; overflow: hidden; }
.about-card p, .about-card span, .about-card strong { font-size: 18px !important; color: #34231d; }
.about-image { min-height: 360px; border-radius: 24px; background: url('https://rajrestaurant.co.uk/Image/about-image.jpg') center/cover no-repeat; box-shadow: inset 0 0 0 1px rgba(216,168,75,.45), var(--shadow-deep); position: relative; overflow: hidden; }
.about-image:after { content: "Western Food in Uxbridge"; position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 16px 18px; border-radius: 16px; color: #fff4cc; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; background: rgba(20,0,0,.72); border: 1px solid rgba(216,168,75,.35); backdrop-filter: blur(12px); }
.grid { display: grid; gap: 26px; }
.special-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.dish-card, .category-card, .testimonial-card, .faq-item, .contact-card, .gallery-card, .menu-row, .info-box { background: #fff; border: 1px solid rgba(216, 168, 75, 0.28); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 14px 45px rgba(36, 10, 0, .08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.dish-card:hover, .category-card:hover, .testimonial-card:hover, .faq-item:hover, .contact-card:hover, .gallery-card:hover, .menu-row:hover, .info-box:hover { transform: translateY(-6px); border-color: rgba(216,168,75,.58); box-shadow: 0 22px 60px rgba(36, 10, 0, .14); }
.dish-card img { width: 100%; height: 230px; object-fit: cover; }
.dish-card .dish-label { padding: 16px 16px 18px; font-weight: 900; color: var(--raj-red-dark); text-align: center; }

.western-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.western-menu-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius-md); border: 1px solid rgba(216, 168, 75, 0.35); background: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(255, 244, 220, 0.92)); box-shadow: 0 18px 55px rgba(24, 8, 0, .18); display: flex; flex-direction: column; justify-content: space-between; color: var(--raj-charcoal); isolation: isolate; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.western-menu-card:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 8%, rgba(247, 226, 160, .38), transparent 31%), linear-gradient(180deg, rgba(122, 0, 0, .02), rgba(122, 0, 0, .08)); z-index: -2; }
.western-menu-card:after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(216, 168, 75, .34); border-radius: 16px; pointer-events: none; z-index: -1; }
.western-menu-card:hover { transform: translateY(-8px); border-color: rgba(216,168,75,.7); box-shadow: 0 28px 78px rgba(24, 8, 0, .26); }
.western-menu-visual { min-height: 160px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(122,0,0,.96), rgba(34,0,0,.98)); border-bottom: 1px solid rgba(216,168,75,.35); position: relative; overflow: hidden; }
.western-menu-visual:before { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; background: rgba(216,168,75,.18); filter: blur(4px); }
.western-menu-icon { position: relative; font-size: 70px; line-height: 1; filter: drop-shadow(0 16px 18px rgba(0,0,0,.35)); transform: translateY(4px); }
.western-menu-content { padding: 24px 24px 26px; text-align: left; }
.menu-badge { display: inline-flex; align-items: center; padding: 7px 12px; margin-bottom: 14px; border-radius: 999px; color: var(--raj-red-dark); background: linear-gradient(135deg, var(--raj-gold-light), var(--raj-gold)); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 10px 24px rgba(216,168,75,.28); }
.western-menu-content h5 { margin: 0 0 10px; font-family: "Playfair Display", serif; font-size: 26px; color: var(--raj-red-dark); }
.western-menu-content p { margin: 0; color: var(--raj-muted); font-size: 15px; line-height: 1.65; }
.center-action { display: flex; justify-content: center; margin-top: 36px; }

.menu-list { display: grid; gap: 18px; max-width: 980px; margin: 0 auto; }
.menu-row { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 22px; padding: 20px; }
.menu-thumb { width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #7a0000, #230000); font-size: 42px; box-shadow: inset 0 0 0 1px rgba(216,168,75,.35); }
.menu-row h4 { margin: 0 0 4px; font-family: "Playfair Display", serif; color: var(--raj-red-dark); font-size: 25px; }
.menu-row p { margin: 0; color: var(--raj-muted); }
.price { display: inline-flex; padding: 10px 15px; border-radius: 999px; background: linear-gradient(135deg, #fff2bb, #d8a84b); color: #230700; font-weight: 900; white-space: nowrap; }

.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-card { position: relative; min-height: 300px; }
.gallery-card img { width: 100%; height: 300px; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-card span { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border-radius: 16px; color: #fff8d6; font-weight: 900; background: linear-gradient(135deg, rgba(122,0,0,.9), rgba(20,0,0,.82)); border: 1px solid rgba(216,168,75,.42); backdrop-filter: blur(10px); }

.testimonial-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 980px; margin: 0 auto; }
.testimonial-card { padding: 34px; text-align: left; position: relative; }
.testimonial-card:before { content: "\201C"; position: absolute; right: 28px; top: -10px; font-family: "Playfair Display", serif; font-size: 110px; line-height: 1; color: rgba(216,168,75,.22); }
.testimonial-card h5 { margin: 0 0 12px; color: var(--raj-red); font-size: 21px; font-weight: 900; }
.stars { display: flex; gap: 5px; color: var(--raj-gold); margin-top: 18px; font-size: 21px; }

.faq-grid { max-width: 980px; margin: 0 auto; display: grid; gap: 16px; }
.faq-item { padding: 0; }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 26px; font-weight: 900; color: var(--raj-red-dark); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 18px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { content: "+"; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(216,168,75,.18); color: var(--raj-red); flex: 0 0 auto; font-size: 22px; line-height: 1; }
.faq-item[open] summary:after { content: "−"; }
.faq-item p { padding: 0 26px 24px; color: #5b4a44; font-size: 17px; }

.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.contact-card { padding: 34px; text-align: center; }
.contact-card i { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, #fff2bb, #d8a84b); color: #400000; font-size: 25px; margin-bottom: 18px; }
.contact-card h4 { margin: 0 0 8px; font-family: "Playfair Display", serif; font-size: 26px; color: var(--raj-red-dark); }
.contact-card p { margin: 0; color: var(--raj-muted); }
.map-section iframe { width: 100%; height: 450px; border: 0; display: block; filter: grayscale(.08) contrast(1.02); }

.footer { color: #fff; background: radial-gradient(circle at 20% 10%, rgba(216,168,75,.16), transparent 30%), linear-gradient(135deg, #180000 0%, #560000 56%, #160000 100%); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr 1.2fr; gap: 34px; align-items: start; }
.footer h5 { margin: 0 0 18px; color: #fff3c9; font-family: "Playfair Display", serif; font-size: 23px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 9px; }
.footer a { color: rgba(255,255,255,.88); }
.footer a:hover { color: var(--raj-gold-light); }
.footer p, .footer address { color: rgba(255,255,255,.84); font-style: normal; margin: 0; }
.payment-img { max-width: 250px; height: auto; margin-top: 6px; }
.footer-bottom { border-top: 1px solid rgba(216,168,75,.24); margin-top: 44px; padding-top: 22px; text-align: center; color: rgba(255,255,255,.7); font-size: 14px; }

@media (max-width: 1180px) { .special-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  .topbar-inner { align-items: flex-start; flex-direction: column; }
  .nav { gap: 16px; }
  .hamburger { display: block; }
  .nav-menu { position: absolute; left: 17px; right: 17px; top: 100%; display: none; flex-direction: column; align-items: stretch; background: #fffdf8; border: 1px solid rgba(216, 168, 75, .34); border-radius: 22px; box-shadow: var(--shadow-soft); padding: 12px; }
  .nav-menu a { display: flex; justify-content: center; }
  .nav-toggle:checked ~ .nav-menu { display: flex; }
  .nav-cta { display: none; }
  .about-card { grid-template-columns: 1fr; }
  .about-image { min-height: 300px; }
  .western-menu-grid, .gallery-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-row { grid-template-columns: 76px 1fr; }
  .price { grid-column: 2; width: fit-content; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 26px, var(--container)); }
  .topbar-info { gap: 12px; }
  .info-pill { white-space: normal; }
  .brand-text { display: none; }
  .brand img { max-height: 54px; }
  .hero { min-height: 600px; text-align: left; }
  .page-hero { min-height: 360px; }
  .hero-card, .page-hero-card { padding: 54px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .section { padding: 64px 0; }
  .lux-card { padding: 24px; border-radius: 22px; }
  .special-grid, .western-menu-grid, .gallery-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .dish-card img, .gallery-card img { height: 240px; }
  .menu-row { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .price { grid-column: auto; }
  .footer { padding-top: 54px; }
}

.hero {
  position: relative;
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(42,0,0,0.72) 38%, rgba(0,0,0,0.25) 100%),
    url("/Image/home-banner.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(193, 139, 48, 0.18), transparent 42%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-card {
  max-width: 720px;
  padding: 60px 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

.hero-card .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f8d77b;
  background: rgba(92, 0, 0, 0.58);
  border: 1px solid rgba(248, 215, 123, 0.55);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-card h1 {
  margin: 28px 0 12px;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 10px 35px rgba(0,0,0,0.65);
}

.hero-card h2 {
  font-size: clamp(24px, 3vw, 42px);
  color: #d8a93c;
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.82) 0%, rgba(61,0,0,0.72) 55%, rgba(0,0,0,0.72) 100%),
      url("/Image/home-banner.jpg") center center / cover no-repeat;
    text-align: center;
  }

  .hero-card {
    padding: 80px 0 55px;
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }
}