/* Prime Donair & Deli — Premium butcher / deli manufacturing */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600&family=Source+Sans+3:wght@400;600;700&display=swap");

:root {
  --cream: #f7f1e8;
  --cream-dark: #ebe3d4;
  --charcoal: #141210;
  --charcoal-soft: #1f1b18;
  --maroon: #5c0f18;
  --maroon-deep: #3d0a10;
  --blood: #8b1c26;
  --gold: #b8942f;
  --gold-bright: #d4af37;
  --gold-dim: rgba(184, 148, 47, 0.35);
  --text: #1a1614;
  --muted: #4a423c;
  --line: rgba(184, 148, 47, 0.45);
  --line-strong: rgba(92, 15, 24, 0.55);
  --radius: 4px;
  --radius-lg: 6px;
  --max: 1140px;
  --font-body: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --shadow-deep: 0 24px 60px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.6;
  background-color: var(--cream);
  background-image:
    linear-gradient(180deg, rgba(20, 18, 16, 0.06) 0%, transparent 28%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0 1px,
      transparent 1px 6px
    ),
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(92, 15, 24, 0.12), transparent 55%),
    linear-gradient(165deg, var(--cream) 0%, var(--cream-dark) 45%, #e8dfd0 100%);
  background-attachment: fixed;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

img[src=""] {
  display: none;
}

h1,
h2,
h3,
.h-display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--charcoal);
}

h1 {
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.12;
  margin: 0.35em 0 0.5em;
}

h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  margin: 0 0 0.65em;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 0.35em;
  display: inline-block;
}

h3 {
  font-size: 1.25rem;
  margin: 1.25em 0 0.5em;
  color: var(--maroon-deep);
}

p {
  margin: 0.65em 0;
  color: var(--muted);
}

.lead {
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--charcoal-soft);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: var(--maroon);
  color: #fff;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  z-index: 1000;
  font-weight: 700;
}

.container {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(20, 18, 16, 0.97), rgba(31, 27, 24, 0.96));
  border-bottom: 3px double var(--gold);
  box-shadow: var(--shadow-deep);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 120px;
  height: 70px;
}

.brand-logo {
  width: 120px;
  height: 62px;
  object-fit: fill;
  filter: contrast(1.08) saturate(0.92);
}

.menu-toggle {
  display: none;
  border: 2px solid var(--gold);
  background: var(--charcoal-soft);
  color: #f5e6c8;
  border-radius: var(--radius);
  padding: 10px 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-body);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: var(--radius);
  color: #e8dcc8;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.nav-links a:hover {
  color: #fff;
  border-color: var(--gold-dim);
  background: rgba(139, 28, 38, 0.35);
}

.nav-links a[aria-current="page"] {
  color: #1a1614;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-color: #8b6914;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;بص
  justify-content: flex-end;
}

.lang-toggle {
  display: flex;
  border: 2px solid var(--gold);
  border-radius: 999px;
  overflow: hidden;
  background: var(--charcoal-soft);
}

.lang-toggle button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 9px 14px;
  font-weight: 700;
  color: #c9b89a;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.15s ease, color 0.15s ease;
}

.lang-toggle button[aria-pressed="true"] {
  background: linear-gradient(180deg, #5c0f18, #3d0a10);
  color: #fdf6e3;
}

/* Hero — manufacturing floor */
.hero-full {
  margin: 0 calc(50% - 50vw) 28px;
  width: 100vw;
  background-image: 
  linear-gradient(105deg, rgba(20, 18, 16, 0.6), rgba(60, 20, 24, 0.4)),
  url("../images/home-back.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-bottom: 4px double var(--gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.hero-full-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  /* display: grid; */
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
  padding: 48px 0 44px;
}

.hero-full-copy {
  padding: 8px 0 12px;
}

.hero-full-copy .eyebrow {
  margin-bottom: 10px;
}

.hero-full-copy h1 {
  color: #fdf6e3;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.hero-full-copy .lead {
  color: #e8d5b5;
}

.hero-full-copy p {
  color: #d8c9ae;
}

.hero-full-media {
  border: 3px double var(--gold);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent),
    linear-gradient(135deg, rgba(92, 15, 24, 0.35), rgba(20, 18, 16, 0.9));
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-full-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-full-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hero-full-media .caption {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  color: #f5e6c8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 12px;
}

main {
  padding-bottom: 32px;
}

/* Cards & sections */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(92, 15, 24, 0.08);
  color: var(--maroon);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card {
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 232, 0.92));
  box-shadow: 0 14px 40px rgba(20, 16, 14, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.card.pad {
  padding: 26px 28px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 8px;
}

.about-hero {
  grid-template-columns: minmax(0, 960px);
  justify-content: center;
  margin-top: 18px;
}

.about-content {
  padding: 34px 38px;
}

.about-content h1 {
  margin-bottom: 0.7em;
}

.about-content h3 {
  margin-top: 1.2em;
}

.about-content p {
  max-width: 74ch;
}

.halal-top-banner {
  margin-top: 14px;
}

.halal-top-banner-media {
  border: 3px double var(--gold);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, rgba(92, 15, 24, 0.12), rgba(20, 18, 16, 0.06));
  box-shadow: 0 16px 34px rgba(20, 16, 14, 0.2);
}

.halal-top-banner-media img {
  width: 100%;
  height: 100%;
  /* min-height: 260px; */
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.halal-hero {
  margin-top: 6px;
}

.halal-hero .about-content {
  max-width: none;
}

.halal-hero .about-content p {
  max-width: 82ch;
}

.contact-full {
  margin-top: 18px;
}

.contact-content {
  max-width: none;
}

.contact-content .footer-item {
  max-width: 78ch;
}

.section-block {
  margin-top: 36px;
}

.section-title {
  margin-bottom: 18px;
}

/* Product grid (home) */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, #fffefb, var(--cream));
  box-shadow: 0 12px 32px rgba(20, 16, 14, 0.1);
}

.product-card .media-frame {
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(145deg, rgba(20, 18, 16, 0.2), rgba(92, 15, 24, 0.15)),
    linear-gradient(135deg, #e8dfd0, #cfc4b4);
  border-bottom: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.product-card .media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-card:hover .media-frame img {
  transform: scale(1.04);
}

.product-card .label {
  padding: 16px 16px 18px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--maroon-deep);
  text-align: center;
  border-top: 1px solid rgba(184, 148, 47, 0.35);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.pill {
  padding: 16px 16px;
  border-radius: var(--radius);
  border: 2px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(235, 227, 212, 0.55));
}

.pill strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--maroon);
}

.pill p {
  margin: 0;
  font-size: 0.95rem;
}

/* Media placeholder (inner pages) */
.media-placeholder {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 3px double var(--gold);
  background:
    linear-gradient(160deg, rgba(92, 15, 24, 0.12), rgba(20, 18, 16, 0.06)),
    linear-gradient(135deg, #ebe3d4, #d8cfc0);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.table-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--line-strong);
  background: #fffefb;
  margin: 16px 0 10px;
}

.table-image-wrap img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}

.product-spec-list {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.product-spec-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 14px;
  align-items: stretch;
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 241, 232, 0.85));
  box-shadow: 0 12px 28px rgba(20, 16, 14, 0.08);
}

.product-spec-media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--line-strong);
  background: #fffefb;
  min-height: 220px;
  width: 70%;
}

.product-spec-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.product-spec-table {
  margin: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Tables */
.table-wrap {
  overflow-x: auto;
  margin: 18px 0 8px;
  border: 2px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: #fffefb;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 280px;
}

thead th {
  text-align: left;
  padding: 14px 16px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fdf6e3;
  background: linear-gradient(180deg, var(--maroon), var(--maroon-deep));
  border-bottom: 3px double var(--gold);
  letter-spacing: 0.04em;
}

tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(74, 66, 60, 0.2);
  color: var(--muted);
  vertical-align: top;
}

tbody tr:nth-child(even) td {
  background: rgba(247, 241, 232, 0.55);
}

tbody tr:last-child td {
  border-bottom: 0;
}

tbody td strong {
  color: var(--charcoal);
  font-weight: 700;
}

.product-image-row td {
  padding: 8px;
  background: #fffefb !important;
}

.product-image-row img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(74, 66, 60, 0.2);
}

.group-row td {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--maroon-deep);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.22), rgba(247, 241, 232, 0.9)) !important;
  border-bottom: 2px solid var(--gold);
  padding-top: 16px;
  padding-bottom: 12px;
}

/* Lists (Halal) */
.list-block {
  margin: 12px 0 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--maroon);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0 var(--radius) var(--radius) 0;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.list-block ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
  color: var(--muted);
}

.list-block li {
  margin: 0.35em 0;
}

.verse {
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(247, 241, 232, 0.75);
  font-style: italic;
  color: var(--charcoal-soft);
}

/* Footer */
.site-footer {
  margin-top: 40px;
  padding: 28px 0 36px;
  background: linear-gradient(180deg, #1f1b18, #141210);
  border-top: 4px double var(--gold);
  color: #d8c9ae;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.footer-card {
  border: 2px solid var(--gold-dim);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  background: rgba(31, 27, 24, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 0 0 12px;
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 8px;
}

.site-footer .footer-item {
  margin: 0 0 10px;
  color: #c9b89a;
}

.site-footer .footer-item strong {
  color: #fdf6e3;
}

.card .footer-item {
  margin: 0 0 10px;
  color: var(--muted);
}

.card .footer-item strong {
  color: var(--charcoal);
}

.footer-bottom {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(184, 148, 47, 0.35);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.small {
  font-size: 0.88rem;
  color: #9a8b74;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social a {
  padding: 8px 12px;
  border-radius: var(--radius);
  border: 1px solid var(--gold-dim);
  background: rgba(92, 15, 24, 0.35);
  color: #f5e6c8;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.social a:hover {
  background: rgba(139, 28, 38, 0.55);
  border-color: var(--gold-bright);
}

/* Contact main */
.contact-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.inset-contact-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--maroon-deep);
  margin: 1.35em 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}

.inset-contact-title:first-of-type {
  margin-top: 0.35em;
}

@media (max-width: 960px) {
  .hero-full-inner,
  .hero,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .product-spec-card {
    grid-template-columns: 1fr;
  }

  .product-spec-media,
  .product-spec-media img {
    min-height: 190px;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    width: 180px;
    height: 180px;
  }

  .nav-actions {
    min-width: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0 4px;
    gap: 4px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    text-align: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 72px;
    height: 72px;
  }
}

@media print {
  .site-header,
  .menu-toggle,
  .lang-toggle {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .card,
  .site-footer {
    box-shadow: none;
  }
}

.address-map-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.map-box {
  width: 320px;
  height: 220px;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* Layout جنب بعض بدون تخريب الستايل */
.contact-flex {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: start;
}

/* الفورم */
.contact-form {
  border: 2px solid var(--line);
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.7);
  margin-top: 150px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-body);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.contact-form button {
  padding: 12px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border: none;
  border-radius: var(--radius);
  font-weight: bold;
  cursor: pointer;
}

.contact-form button:hover {
  background: var(--maroon);
  color: #fff;
}

/* موبايل */
@media (max-width: 900px) {
  .contact-flex {
    grid-template-columns: 1fr;
  }
}