:root {
  --bg: #0b0b0b;
  --bg-soft: #151515;
  --card: #111111;
  --text: #f5f5f5;
  --muted: #b8b8b8;
  --accent: #20b8f2;
  --accent-dark: #0a85b4;
  --border: rgba(32, 184, 242, 0.28);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  --radius: 22px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: linear-gradient(180deg, #080808 0%, #101010 100%);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

.container {
  width: min(92%, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 8, 8, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.logo {
  width: 150px;
  height: auto;
}

.top-tag {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--text);
  font-weight: 700;
  font-size: 0.95rem;
}

.eyebrow {
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  margin: 0 0 12px;
}

.hero h1,
.section-heading h2,
.menu-card h3,
.order-card h3,
.contact-card h3,
.info-box h2,
.featured-content h3 {
  font-family: "League Spartan", Arial, sans-serif;
  line-height: 0.96;
  letter-spacing: 0.01em;
}

/* HERO */
.hero {
  padding: 0;
}

.hero-bg {
  position: relative;
  min-height: 92vh;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.45) 30%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    url("images/hero.png") center center / cover no-repeat;
}

.hero-overlay {
  min-height: 92vh;
  display: flex;
  align-items: center;
}

.hero-content {
  padding: 110px 0 70px;
  max-width: 760px;
}

.hero h1 {
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  margin: 0 0 18px;
  max-width: 12ch;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.hero-copy {
  color: #f0f0f0;
  max-width: 58ch;
  font-size: 1.08rem;
  margin-bottom: 24px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #04131a;
}

.btn-outline {
  border: 2px solid var(--accent);
  color: var(--text);
  background: transparent;
}

.small-btn {
  padding: 10px 18px;
  font-size: 0.95rem;
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.detail-card,
.info-box,
.menu-card,
.order-card,
.contact-card,
.map-card,
.featured-card {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(12, 12, 12, 0.98));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-card {
  padding: 18px;
  background: rgba(8, 8, 8, 0.7);
  backdrop-filter: blur(4px);
}

.detail-card h3 {
  font-size: 1rem;
  margin: 0 0 6px;
  color: var(--accent);
}

.detail-card p {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

/* QUICK INFO */
.quick-info {
  padding: 20px 0 60px;
}

.quick-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.info-box {
  padding: 28px;
}

.info-box h2 {
  font-size: 2rem;
  margin: 0 0 12px;
}

.info-box p {
  margin: 0;
  color: var(--muted);
}

.accent-box {
  background:
    linear-gradient(180deg, rgba(32, 184, 242, 0.14), rgba(12, 12, 12, 0.96)),
    linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(12, 12, 12, 0.98));
}

/* FEATURED */
.featured-section {
  padding: 20px 0 70px;
}

.featured-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.featured-link:hover {
  opacity: 1;
}

.featured-link:hover .featured-card {
  transform: translateY(-4px);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.featured-card {
  overflow: hidden;
  transition: transform 0.2s ease;
}

.featured-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.featured-content {
  padding: 22px;
}

.featured-content h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}

.featured-content p {
  margin: 0 0 16px;
  color: var(--muted);
}

.featured-price,
.featured-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
}

.featured-price {
  background: var(--accent);
  color: #04131a;
}

.featured-tag {
  border: 2px solid var(--accent);
  color: var(--text);
}

/* SECTIONS */
.menu-section,
.order-section,
.find-us-section {
  padding: 70px 0;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin: 0 0 10px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

/* MENU */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.menu-card {
  overflow: hidden;
}

.menu-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border);
}

.menu-card-body {
  padding: 26px;
}

.menu-card h3 {
  font-size: 2rem;
  margin: 0 0 8px;
}

.menu-subtitle {
  color: var(--accent);
  font-weight: 800;
  margin: 0 0 18px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.menu-item span:last-child {
  color: var(--accent);
  white-space: nowrap;
}

.menu-note {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 10px 0 12px;
}

.pricing-note {
  margin-top: 24px;
  padding: 18px 20px;
  background: rgba(32, 184, 242, 0.08);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.pricing-note p {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

/* ORDER */
.order-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.order-card {
  padding: 26px;
}

.order-card h3 {
  font-size: 1.85rem;
  margin: 0 0 10px;
}

.order-card p {
  margin: 0;
  color: var(--muted);
}

.order-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.phone-large a {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.delivery-note {
  margin-top: 10px !important;
  font-size: 0.82rem;
  color: var(--muted);
  font-style: italic;
}

/* FIND US */
.find-us-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 22px;
  align-items: stretch;
}

.contact-card {
  padding: 28px;
}

.contact-card h3 {
  font-size: 1.5rem;
  margin: 0 0 8px;
  color: var(--accent);
}

.contact-card p {
  margin: 0 0 22px;
  color: var(--text);
}

.map-card {
  overflow: hidden;
  min-height: 420px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(0.15) contrast(1.05) brightness(0.88);
}

/* FOOTER */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #080808;
}

.footer-content {
  padding: 26px 0 40px;
  text-align: center;
}

.footer-content p {
  margin: 6px 0;
  color: var(--muted);
}

.footer-content strong {
  color: var(--text);
}

.credit-line {
  font-size: 0.92rem;
}

.credit-line a {
  color: var(--accent);
  font-weight: 700;
}

/* TABLET */
@media (max-width: 1000px) {
  .quick-info-grid,
  .featured-grid,
  .menu-grid,
  .order-grid,
  .find-us-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .site-header {
    position: relative;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-left {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-links {
    gap: 10px;
  }

  .top-tag {
    font-size: 0.95rem;
  }

  .logo {
    width: 110px;
  }

  .hero-bg,
  .hero-overlay {
    min-height: 78vh;
  }

  .hero-content {
    padding: 90px 0 40px;
  }

  .hero-details {
    grid-template-columns: 1fr;
  }

  .menu-card h3,
  .info-box h2,
  .featured-content h3 {
    font-size: 1.7rem;
  }

  .section-heading h2 {
    font-size: 2.2rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .order-links .btn {
    width: auto;
  }

  .featured-image,
  .menu-card-image {
    height: 220px;
  }
}