﻿:root {
  --bg: #090b0f;
  --surface: #121722;
  --surface-soft: #1a2030;
  --line: #2f3545;
  --text: #f1f3f8;
  --muted: #a8b0c2;
  --light-bg: #efefef;
  --light-text: #161b24;
  --brand: #e33a2f;
  --brand-dark: #b92d25;
  --ok: #8ae58f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1220px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #d8dbe2;
}

.header-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #191e27;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.logo-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand);
  position: relative;
  box-shadow: 0 0 0 3px rgba(227, 58, 47, 0.2);
}

.logo-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.logo strong {
  color: var(--brand);
  margin-left: 0.2rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}

.main-nav a {
  color: #181e28;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.5rem 0.55rem;
  border-radius: 8px;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--brand);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  border: 1px solid #e2e5eb;
  color: #1d2330;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #ffffff;
}

.action-pill.branch {
  color: var(--brand);
}

.action-pill.cart {
  min-width: 32px;
  padding: 0;
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  font-size: 0.8rem;
}

.hero-home {
  position: relative;
  min-height: calc(100svh - 74px);
  overflow: hidden;
  background: #000;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/343b06fea_WhatsAppImage2025-10-02at231043_1.jpeg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.58);
  transform: scale(1.02);
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 12, 0.82) 0%, rgba(9, 11, 16, 0.52) 46%, rgba(9, 11, 16, 0.18) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
}

.hero-panel {
  width: min(560px, 100%);
}

.hero-title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(2.4rem, 8vw, 4.8rem);
  line-height: 0.92;
  color: #ff503f;
}

.hero-copy {
  margin-top: 0.9rem;
  margin-bottom: 0;
  color: #f4f6fb;
  font-size: clamp(0.94rem, 1.8vw, 1.25rem);
  max-width: 500px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.2rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.btn-primary {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
}

.btn-primary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-dark {
  color: #ffffff;
  background: rgba(17, 23, 34, 0.92);
  border-color: #5d6472;
}

.btn-dark:hover {
  background: #262d3c;
}

.badges {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 30px;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: rgba(10, 15, 24, 0.85);
  border: 1px solid #4b5260;
  color: #eceff7;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

.hero-scroll {
  margin-top: 3.2rem;
  color: #d4dae5;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-why {
  background: var(--light-bg);
  color: var(--light-text);
  padding: 3.3rem 0 4.2rem;
}

.section-head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.section-head p {
  margin: 0.5rem 0 0;
  color: #5f6674;
}

.feature-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d3d7df;
  box-shadow: 0 10px 24px rgba(18, 23, 34, 0.12);
}

.feature-media {
  position: relative;
  min-height: 132px;
}

.feature-media img {
  min-height: 132px;
  object-fit: cover;
}

.feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 10%, rgba(0, 0, 0, 0.58) 100%);
}

.feature-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(227, 58, 47, 0.38);
}

.feature-body {
  padding: 0.9rem 0.8rem 1rem;
  text-align: center;
}

.feature-body h3 {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feature-body p {
  margin: 0.42rem 0 0;
  color: #596172;
  font-size: 0.84rem;
  line-height: 1.45;
}

.secondary-main {
  padding: 2rem 0 3rem;
  background: linear-gradient(180deg, #0d1118 0%, #090b0f 75%);
}

.page-hero {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #05080c;
  margin-bottom: 1.1rem;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
}

.page-hero.menu::before {
  background-image: url("../images/343b06fea_WhatsAppImage2025-10-02at231043.jpeg");
}

.page-hero.about::before,
.page-hero.tahir::before,
.page-hero.careers::before,
.page-hero.catering::before,
.page-hero.locations::before,
.page-hero.contact::before {
  background-image: url("../images/343b06fea_WhatsAppImage2025-10-02at231043_1.jpeg");
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 12, 0.82) 0%, rgba(7, 10, 15, 0.4) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.04em;
}

.page-hero p {
  margin: 0.6rem 0 0;
  color: #dce1ea;
  max-width: 680px;
}

.card-grid,
.info-grid,
.menu-grid,
.branch-grid,
.job-grid {
  display: grid;
  gap: 0.9rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-grid,
.branch-grid,
.job-grid,
.menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.1rem;
}

.panel h2,
.panel h3 {
  margin: 0 0 0.55rem;
}

.panel p,
.panel li {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.menu-list {
  display: grid;
  gap: 0.62rem;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dashed #434b5b;
  padding-bottom: 0.38rem;
}

.menu-item strong {
  font-size: 0.95rem;
}

.menu-item span {
  color: #ff7d67;
  font-weight: 700;
}

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.inline-list li {
  padding-bottom: 0.42rem;
  border-bottom: 1px dashed #434b5b;
}

.site-footer {
  border-top: 1px solid #2b313f;
  background: #06080c;
  padding: 0.95rem 0 1.25rem;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: space-between;
  color: #a2aab8;
  font-size: 0.84rem;
}

.footer-wrap strong {
  color: var(--ok);
}

@media (max-width: 1150px) {
  .header-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.55rem 0;
  }

  .main-nav {
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .feature-grid,
  .card-grid,
  .info-grid,
  .menu-grid,
  .branch-grid,
  .job-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .hero-title {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .feature-grid,
  .card-grid,
  .info-grid,
  .menu-grid,
  .branch-grid,
  .job-grid {
    grid-template-columns: 1fr;
  }

  .hero-scroll {
    margin-top: 2rem;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }
}
