@import url("https://fonts.googleapis.com/css2?family=Gasoek+One&display=swap");

:root {
  --ink: #24170f;
  --muted: #705f55;
  --brand: #d9281f;
  --brand-dark: #9f1712;
  --gold: #f4b63f;
  --leaf: #2f8f55;
  --cream: #fff7e8;
  --paper: #fffdf8;
  --line: rgba(36, 23, 15, 0.12);
}

* {
  letter-spacing: 0;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.app-navbar {
  background: #770303;
  backdrop-filter: blur(12px);
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16); */
}

.navbar-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
}

.brand-font {
  font-family: "Gasoek One", system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-brand .brand-font {
  font-size: 1.05rem;
}

.site-footer .brand-font {
  font-size: 1.55rem;
}

.site-logo {
  width: 58px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
}

.footer-logo,
.admin-logo {
  width: 200px;
  height: 180px;
  object-fit: contain;
}
.nav-link:focus,
.nav-link:hover {
  color: #d9281f;
}
.navbar-nav .nav-link.active {
  color: #d9281f;
}
.nav-link {
  font-weight: 650;
  color: #ffffff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 154, 227, 0.28);
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 227, 77, 0.28);
}

.btn-brand,
.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 12px 24px rgba(217, 40, 31, 0.28);
}

.btn-outline-brand {
  color: var(--brand);
  border-color: var(--brand);
}

.btn-outline-brand:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 128px 0 64px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(20, 12, 8, 0.92),
      rgba(20, 12, 8, 0.55),
      rgba(20, 12, 8, 0.3)
    ),
    url("../img/home-oven-pizza-banner.jpg") center/cover;
}

.home-hero {
  background:
    linear-gradient(
      90deg,
      rgba(20, 12, 8, 0.92),
      rgba(20, 12, 8, 0.6),
      rgba(20, 12, 8, 0.2)
    ),
    url("../img/home-oven-pizza-banner.jpg") center 58% / cover;
}

.hero.compact {
  min-height: 48vh;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.98;
  font-weight: 850;
}

.hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.section {
  padding: 78px 0;
}

.section-soft {
  background: var(--cream);
}

.section-title {
  max-width: 680px;
  margin-bottom: 34px;
}

.section-title h2 {
  font-weight: 850;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.section-title p {
  color: var(--muted);
}

.feature-card,
.menu-card,
.store-card,
.admin-card {
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(36, 23, 15, 0.08);
}

.feature-card {
  padding: 28px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--brand);
  margin-bottom: 18px;
}

.menu-card {
  overflow: hidden;
}

.menu-img {
  min-height: 210px;
  background:
    linear-gradient(135deg, rgba(217, 40, 31, 0.18), rgba(244, 182, 63, 0.18)),
    url("https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=900&q=80")
      center/cover;
}

.menu-card .body,
.store-card,
.admin-card {
  padding: 24px;
}

.indicator {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  align-items: center;
  justify-content: center;
}

.indicator::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.veg {
  color: var(--leaf);
}

.non-veg {
  color: var(--brand);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-row .btn {
  border-radius: 999px;
  font-weight: 700;
}

.process-step {
  border-left: 3px solid var(--brand);
  padding-left: 22px;
  margin-bottom: 26px;
}

.timeline-item {
  position: relative;
  padding: 0 0 28px 34px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 24px;
  bottom: 0;
  width: 2px;
  background: var(--line);
}

.form-shell {
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(36, 23, 15, 0.08);
}

.stat {
  padding: 22px;
  border-radius: 8px;
  background: rgba(244, 182, 63, 0.18);
}

.site-footer {
  padding: 64px 0 24px;
  color: #ffffff;
  background: #770303;
}

.site-footer h4,
.site-footer h6 {
  color: #ffffff;
}

.site-footer a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 38px;
  padding-top: 22px;
  font-size: 0.92rem;
  font-weight: 600;
}

.admin-layout {
  min-height: 100vh;
  background: #f6f3ee;
}

.admin-sidebar {
  background: #770303;
  color: #fff;
  min-height: 100vh;
  padding: 24px;
}

.admin-sidebar a {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  padding: 10px 0;
}

.admin-content {
  padding: 28px;
}

.location-modern-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.location-modern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.location-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

.location-content {
  padding: 28px;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffe8e8;
  color: #d9281f;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.location-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d9281f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.location-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #555;
}

.location-item i {
  color: #d9281f;
  font-size: 18px;
  margin-top: 2px;
}

.youtube-full-section {
  position: relative;
  background: #1d1616;
  overflow: hidden;
}

.youtube-bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 0, 0, 0.15),
    transparent 40%
  );
  pointer-events: none;
}

.youtube-full-video {
  position: relative;
  height: 100%;
}

.youtube-full-video iframe {
  width: 100%;
  height: 540px;
  border: 0;
  display: block;
}

.youtube-content {
  padding: 36px 60px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.youtube-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.youtube-badge i {
  color: #ff0000;
  font-size: 20px;
}

.youtube-content h2 {
  font-size: 50px;
  line-height: 1.05;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 25px;
}

.youtube-content p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

.youtube-features {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 500;
}

.feature-item i {
  color: #ff3b30;
}

@media (max-width: 1400px) {
  .youtube-content h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .youtube-full-video iframe {
    height: 300px;
  }

  .youtube-content {
    padding: 50px 25px;
  }

  .youtube-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .location-content {
    padding: 22px;
  }

  .location-map iframe {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .container {
    --bs-gutter-x: 3rem;
  }
  .hero {
    min-height: 68vh;
    padding-top: 110px;
  }

  .admin-sidebar {
    min-height: auto;
  }
}
