:root {
  --bg: #ffffff;
  --paper: #fbfaf7;
  --ink: #17211d;
  --muted: #68726d;
  --line: #e8e3d9;
  --green: #164733;
  --green-2: #236145;
  --gold: #c99732;
  --shadow: 0 22px 70px rgba(23, 33, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(201, 151, 50, 0.65);
  outline-offset: 4px;
}

main > section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: contain;
  background: white;
  box-shadow: 0 0 0 1px var(--line);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #33413b;
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
}

.nav-cta,
.button.primary {
  background: var(--green);
  color: white;
}

.button.secondary {
  background: white;
  color: var(--green);
  border: 1px solid #cdd9d1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.review-bar {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) 1.3fr;
  gap: 16px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.rating-card,
.review-ticker a {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rating-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
}

.rating-card h1 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.rating-card p,
.review-ticker p,
.review-ticker span {
  margin: 0;
}

.rating-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.review-ticker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.review-ticker a {
  padding: 16px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.review-ticker a:hover,
.review-card:hover {
  border-color: #bfd2c7;
  transform: translateY(-2px);
}

.review-ticker p {
  color: #2b332f;
  font-size: 0.92rem;
  font-weight: 600;
}

.review-ticker span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  min-height: calc(100vh - 142px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero h2,
.section h2,
.process h2,
.location h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero h2 {
  max-width: 680px;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
}

.hero-text {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-image {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.05) 38%),
    url("assets/hero-halal-meats.png") center / cover no-repeat;
}

.section,
.process,
.location {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 80px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h2,
.process h2,
.location h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.about-section {
  background: white;
  border-bottom: 1px solid var(--line);
}

.about-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-copy p {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
}

.photo-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) 1.45fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.photo-strip h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
}

.photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(160px, 0.65fr);
  gap: 14px;
}

.photo-grid img {
  display: block;
  width: 100%;
  height: clamp(260px, 32vw, 430px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 48px rgba(23, 33, 29, 0.1);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article,
.review-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.service-grid span {
  color: var(--gold);
  font-weight: 800;
}

.service-grid h3,
.review-card p {
  margin: 18px 0 10px;
}

.service-grid p,
.review-card p,
.process-list span,
.location-card p,
.review-note {
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 78px);
  background: var(--green);
  color: white;
}

.process .eyebrow,
.process p,
.process-list span {
  color: rgba(255, 255, 255, 0.78);
}

.process-copy p {
  max-width: 610px;
  margin: 24px 0 0;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 7px;
  font-size: 1.1rem;
}

.review-section {
  background: var(--paper);
}

.review-summary-card {
  max-width: 980px;
  margin: -8px 0 24px;
  padding: 22px;
  border: 1px solid #c7dbcf;
  border-radius: 8px;
  background: #f7fbf8;
}

.review-summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
}

.review-summary-card p {
  margin: 0;
  color: var(--muted);
}

.review-scroll {
  display: grid;
  grid-auto-columns: minmax(280px, 390px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--green) #e7ece8;
}

.review-card {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  box-shadow: 0 12px 38px rgba(23, 33, 29, 0.06);
  transition: border-color 180ms ease, transform 180ms ease;
}

.review-card strong {
  display: block;
  margin-top: auto;
  color: var(--ink);
}

.review-card em {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.review-live-card {
  background: #f7fbf8;
  border-color: #c7dbcf;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.google-review-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--green);
  color: white;
  font-weight: 800;
}

.secondary-link {
  background: white;
  color: var(--green);
  border: 1px solid #cdd9d1;
}

.review-note {
  max-width: 860px;
  margin: 20px 0 0;
  font-size: 0.9rem;
}

.location {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) 1.22fr;
  gap: 18px;
  align-items: stretch;
}

.location-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.location-card p {
  margin: 18px 0 0;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-lines a {
  color: var(--green);
  font-weight: 800;
}

iframe {
  width: 100%;
  min-height: 440px;
  border: 0;
  border-radius: 8px;
  filter: grayscale(12%);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    inset: 78px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .review-bar,
  .hero,
  .intro,
  .about-copy,
  .photo-strip,
  .process,
  .location {
    grid-template-columns: 1fr;
  }

  .review-ticker,
  .photo-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    min-height: 380px;
    order: -1;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 16px;
    backdrop-filter: none;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    display: none;
  }

  .review-bar {
    padding: 12px;
  }

  .rating-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
  }

  .rating-card h1 {
    font-size: 1.25rem;
  }

  .review-ticker {
    display: none;
  }

  .hero-copy {
    padding: 34px 16px 42px;
  }

  .hero h2 {
    font-size: clamp(2.3rem, 12vw, 2.85rem);
  }

  .hero-image {
    min-height: 260px;
  }

  .button {
    width: 100%;
  }

  .section,
  .process,
  .location,
  .photo-strip {
    padding: 48px 16px;
  }

  .about-copy p,
  .service-grid article,
  .review-card,
  .review-summary-card,
  .location-card {
    padding: 18px;
    box-shadow: none;
  }

  .photo-grid img {
    height: min(72vw, 330px);
    box-shadow: none;
  }

  .review-scroll {
    grid-auto-columns: minmax(82vw, 1fr);
    gap: 12px;
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .service-grid article,
  .review-card {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
