:root {
  --navy: #4a1116;
  --navy-soft: #6b1d25;
  --burgundy: #4a1116;
  --burgundy-soft: #6b1d25;
  --ivory: #fbf7ed;
  --beige: #efe2cf;
  --terracotta: #6b1d25;
  --olive: #173f2a;
  --ink: #1d1814;
  --muted: #695f53;
  --line: rgba(23, 63, 42, 0.16);
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.view-gateway {
  overflow: hidden;
}

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

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

.gateway {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100svh;
  width: 100%;
}

.gateway-panel {
  color: var(--white);
  display: grid;
  overflow: hidden;
  position: relative;
}

.gateway-panel + .gateway-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.gateway-panel > img,
.gateway-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.gateway-panel > img {
  filter: saturate(0.96) contrast(1.06);
  object-fit: cover;
  transition: filter 220ms ease, transform 260ms ease;
}

.gateway-restaurant > img {
  object-position: center;
}

.gateway-box > img {
  object-position: center;
}

.gateway-overlay {
  background:
    linear-gradient(0deg, rgba(18, 22, 16, 0.9), rgba(18, 22, 16, 0.38) 58%, rgba(18, 22, 16, 0.24)),
    linear-gradient(90deg, rgba(74, 17, 22, 0.42), rgba(23, 63, 42, 0.2));
  z-index: 1;
}

.gateway-panel:hover > img,
.gateway-panel:focus-visible > img {
  filter: saturate(1.08) contrast(1.1);
  transform: scale(1.035);
}

.gateway-content {
  align-self: end;
  display: grid;
  gap: 10px;
  grid-template-rows: clamp(58px, 6vw, 86px) minmax(72px, auto) minmax(54px, auto) auto;
  max-width: 520px;
  padding: clamp(24px, 4.2vw, 58px);
  position: relative;
  z-index: 2;
}

.gateway-logo,
.gateway-box-logo {
  align-self: start;
  background: transparent;
  height: clamp(58px, 6vw, 86px);
  object-fit: contain;
  padding: 0;
  width: auto;
}

.gateway-logo {
  justify-self: start;
}

.gateway-box-logo {
  justify-self: start;
}

.gateway-kicker,
.eyebrow {
  color: #ead7bd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gateway-content > strong {
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  max-width: 13ch;
  text-transform: uppercase;
}

.gateway-content small {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(14px, 1.12vw, 16px);
  line-height: 1.45;
  max-width: 36ch;
}

.gateway-content em {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-top: 14px;
  padding-top: 14px;
  text-transform: uppercase;
}

.site-view {
  display: none;
}

body.view-restaurant .restaurant-view,
body.view-box .box-view {
  display: block;
}

body.view-restaurant .gateway,
body.view-box .gateway {
  display: none;
}

.site-bar {
  align-items: center;
  background: rgba(251, 248, 241, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 82px;
  padding: 14px clamp(18px, 5vw, 64px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-logo img {
  height: 52px;
  object-fit: contain;
  width: auto;
}

.box-site-logo img {
  border-radius: 0;
  height: 52px;
  max-width: min(360px, 56vw);
  object-fit: contain;
  width: auto;
}

.switch-link,
.button {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 48px;
  padding: 12px 18px;
  text-transform: uppercase;
}

.switch-link {
  background: var(--navy);
  color: var(--white);
}

.button.primary {
  background: var(--burgundy);
  color: var(--white);
}

.button.secondary {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.restaurant-hero,
.box-hero {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 88px);
  min-height: calc(100svh - 82px);
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 72px);
}

.restaurant-food-hero {
  align-items: center;
  color: var(--white);
  display: grid;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 72px);
  position: relative;
}

.box-food-hero {
  align-items: center;
  color: var(--white);
  display: grid;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 72px);
  position: relative;
}

.restaurant-food-hero > img,
.box-food-hero > img,
.food-hero-shade,
.box-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.restaurant-food-hero > img {
  filter: saturate(1.02) contrast(1.06);
  object-fit: cover;
  object-position: center;
}

.box-food-hero > img {
  filter: saturate(1.03) contrast(1.05);
  object-fit: cover;
  object-position: center;
}

.food-hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 7, 9, 0.9) 0%, rgba(6, 7, 9, 0.74) 32%, rgba(6, 7, 9, 0.26) 68%, rgba(6, 7, 9, 0.08)),
    linear-gradient(0deg, rgba(6, 7, 9, 0.3), rgba(6, 7, 9, 0.12));
  z-index: 1;
}

.box-hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 7, 9, 0.88) 0%, rgba(6, 7, 9, 0.7) 36%, rgba(6, 7, 9, 0.22) 72%, rgba(6, 7, 9, 0.08)),
    linear-gradient(0deg, rgba(6, 7, 9, 0.32), rgba(6, 7, 9, 0.12));
  z-index: 1;
}

.food-hero-content {
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.food-hero-content h2 {
  color: var(--white);
  font-size: clamp(46px, 6.3vw, 88px);
  max-width: 760px;
}

.food-hero-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Libre Baskerville", Georgia, serif;
  max-width: 580px;
}

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

.food-hero-content .button {
  margin-top: 16px;
}

.food-hero-actions .button {
  margin-top: 0;
}

.restaurant-hero {
  background: var(--ivory);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.restaurant-hero > img,
.split-feature img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.restaurant-hero > div,
.box-hero > div,
.split-feature > div,
.visit-panel > div:first-child,
.delivery-panel > div {
  max-width: 720px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--navy);
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(54px, 7vw, 112px);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(32px, 4vw, 58px);
  margin-bottom: 16px;
}

p {
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
}

.restaurant-hero p,
.box-hero p,
.split-feature p,
.visit-panel p,
.delivery-panel p {
  font-family: "Libre Baskerville", Georgia, serif;
}

.restaurant-hero small {
  color: var(--muted);
  display: block;
  font-weight: 800;
  margin-top: 18px;
}

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

.delivery-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.delivery-links a {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--navy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  min-height: 54px;
  padding: 8px 14px 8px 8px;
  text-transform: uppercase;
}

.delivery-links img {
  height: 36px;
  object-fit: cover;
  width: 36px;
}

.content-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.restaurant-about {
  background: var(--ivory);
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.restaurant-about article {
  background: var(--white);
  border: 1px solid rgba(74, 17, 22, 0.14);
  box-shadow: 0 18px 46px rgba(74, 17, 22, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
}

.restaurant-about .eyebrow,
.offerings-section .eyebrow {
  color: var(--olive);
}

.restaurant-about h2,
.offerings-section h2 {
  color: var(--burgundy);
}

.restaurant-about p {
  font-family: "Libre Baskerville", Georgia, serif;
  max-width: 680px;
}

.restaurant-about .text-link {
  margin-top: auto;
}

.text-link {
  color: var(--olive);
  display: inline-block;
  font-weight: 900;
  margin-top: 12px;
  text-transform: uppercase;
}

.offerings-section {
  background: var(--burgundy);
  color: var(--white);
}

.section-heading {
  margin-bottom: clamp(26px, 4vw, 44px);
  max-width: 820px;
}

.section-heading h2 {
  color: var(--white);
  max-width: 780px;
}

.offerings-section .eyebrow {
  color: #ead7bd;
}

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

.offerings-grid article {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 54px rgba(10, 6, 6, 0.22);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(24px, 3vw, 38px);
}

.offerings-grid h3 {
  color: var(--burgundy);
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1;
  margin: 0 0 auto;
  text-transform: uppercase;
}

.offerings-grid p {
  color: var(--muted);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(16px, 1.2vw, 18px);
  margin: 34px 0 0;
}

.offerings-contact {
  color: #ead7bd;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 900;
  margin: 28px 0 0;
  text-transform: uppercase;
}

.offerings-contact a {
  color: var(--white);
  margin: 0 6px;
  overflow-wrap: anywhere;
}

.box-steps {
  background: var(--olive);
  color: var(--white);
}

.box-steps .eyebrow {
  color: #ead7bd;
}

.box-steps h2 {
  color: var(--white);
}

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

.steps-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 280px;
  padding: clamp(24px, 3vw, 38px);
}

.steps-grid span {
  color: #ead7bd;
  display: block;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 44px;
}

.steps-grid h3 {
  color: var(--white);
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.steps-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(16px, 1.18vw, 18px);
  margin: 0;
}

.why-grid,
.box-points {
  background: var(--beige);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-grid article,
.box-points article {
  background: rgba(251, 248, 241, 0.78);
  border: 1px solid var(--line);
  padding: 28px;
}

.why-grid span {
  color: var(--terracotta);
  display: block;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 28px;
}

.why-grid p,
.box-points p {
  margin-bottom: 0;
}

.split-feature,
.visit-panel,
.delivery-panel {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
}

.split-feature {
  background: var(--ivory);
}

.visit-panel {
  background: var(--navy);
  color: var(--white);
}

.visit-panel h2,
.visit-panel p {
  color: inherit;
}

.visit-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.visit-details {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  padding: clamp(24px, 4vw, 42px);
}

.visit-details strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.1;
}

.visit-details span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.visit-details a {
  color: #ead7bd;
  font-weight: 900;
  margin-top: 10px;
  text-transform: uppercase;
}

.restaurant-sections {
  background: var(--ivory);
  color: var(--ink);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card {
  background: var(--white);
  border: 1px solid rgba(74, 17, 22, 0.14);
  box-shadow: 0 18px 46px rgba(74, 17, 22, 0.08);
  padding: clamp(24px, 4vw, 38px);
}

.restaurant-sections .eyebrow {
  color: var(--olive);
}

.info-card h2 {
  color: var(--burgundy);
}

.info-card p {
  color: var(--muted);
  font-family: "Libre Baskerville", Georgia, serif;
}

.info-card a {
  color: var(--olive);
}

.service-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.service-list section {
  background: #fbf2e6;
  border: 1px solid rgba(74, 17, 22, 0.12);
  padding: 16px;
}

.service-list h3 {
  color: var(--burgundy);
  font-size: 22px;
  margin: 0 0 4px;
}

.service-list p {
  font-size: 15px;
  margin: 0;
}

.hours-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.hours-card div {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(110px, 0.55fr) 1fr;
}

.hours-card dt,
.hours-card dd {
  margin: 0;
}

.hours-card dt {
  color: var(--muted);
  font-weight: 800;
}

.hours-card dd {
  color: var(--ink);
  font-weight: 900;
}

.impact-card a {
  display: inline-block;
  font-weight: 900;
  margin-top: 8px;
  text-transform: uppercase;
}

.delivery-options-card .delivery-links {
  margin-top: 18px;
}

.mpesa-inline {
  background: var(--white);
  color: var(--navy);
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
}

.mpesa-inline span,
.mpesa-inline small {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.mpesa-inline strong {
  color: var(--ink);
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: 0.1em;
  line-height: 1;
}

.box-view {
  background: var(--ivory);
}

.box-bar {
  background: rgba(255, 255, 255, 0.96);
}

.box-hero {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
}

.box-hero > img {
  aspect-ratio: 4 / 3;
  border: 12px solid var(--white);
  box-shadow: 0 24px 70px rgba(7, 31, 59, 0.14);
  object-fit: cover;
  width: 100%;
}

.box-points {
  background: #f7efe1;
}

.box-points h2 {
  color: var(--olive);
}

.delivery-panel {
  background: var(--navy);
  color: var(--white);
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
}

.delivery-panel img {
  justify-self: center;
  max-height: 320px;
  object-fit: contain;
}

.delivery-panel h2,
.delivery-panel p {
  color: inherit;
}

.delivery-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.box-order-panel {
  background: var(--burgundy);
  color: var(--white);
}

.box-order-panel > div {
  max-width: 900px;
}

.box-order-panel h2,
.box-order-panel p {
  color: inherit;
}

.box-order-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Libre Baskerville", Georgia, serif;
  max-width: 720px;
}

.whatsapp-number {
  color: #e3b765;
  display: inline-block;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 7vw, 86px);
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}

@media (max-width: 980px) {
  body.view-gateway {
    overflow: auto;
  }

  .gateway {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
  }

  .gateway-panel {
    min-height: 50svh;
  }

  .gateway-panel + .gateway-panel {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .gateway-content {
    padding: 24px;
  }

  .gateway-content > strong {
    font-size: clamp(28px, 5.5vw, 48px);
    max-width: 13ch;
  }

  .restaurant-hero,
  .box-hero,
  .restaurant-food-hero,
  .box-food-hero,
  .restaurant-about,
  .section-heading,
  .split-feature,
  .visit-panel,
  .delivery-panel,
  .restaurant-sections,
  .why-grid,
  .offerings-grid,
  .box-points {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .gateway-logo {
    height: 42px;
    max-width: none;
    padding: 0;
    width: auto;
  }

  .gateway-box-logo {
    height: 42px;
    max-width: none;
    padding: 0;
    width: auto;
  }

  .gateway-content {
    gap: 7px;
    grid-template-rows: 42px minmax(34px, auto) auto auto;
    padding: 18px;
  }

  .gateway-kicker {
    font-size: 10px;
  }

  .gateway-content > strong {
    font-size: clamp(22px, 6.8vw, 32px);
    max-width: 14ch;
  }

  .gateway-content small {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    max-width: 30ch;
  }

  .gateway-content em {
    font-size: 10px;
    margin-top: 8px;
    padding-top: 10px;
  }

  .site-bar {
    gap: 10px;
    min-height: 70px;
    padding: 10px 14px;
  }

  .site-logo img {
    height: 42px;
    max-width: 56vw;
  }

  .box-site-logo img {
    height: 42px;
    max-width: 58vw;
    width: auto;
  }

  .switch-link {
    font-size: 10px;
    letter-spacing: 0.02em;
    min-height: 42px;
    padding: 10px;
    text-align: center;
  }

  .restaurant-hero,
  .box-hero {
    min-height: auto;
    padding-top: 34px;
  }

  .restaurant-food-hero {
    min-height: calc(100svh - 70px);
    padding: 44px 18px;
  }

  .box-food-hero {
    min-height: calc(100svh - 70px);
    padding: 44px 18px;
  }

  .restaurant-food-hero > img {
    object-position: 64% center;
  }

  .box-food-hero > img {
    object-position: center;
  }

  .food-hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 7, 9, 0.92) 0%, rgba(6, 7, 9, 0.72) 58%, rgba(6, 7, 9, 0.2)),
      linear-gradient(0deg, rgba(6, 7, 9, 0.42), rgba(6, 7, 9, 0.14));
  }

  .box-hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 7, 9, 0.9) 0%, rgba(6, 7, 9, 0.72) 58%, rgba(6, 7, 9, 0.2)),
      linear-gradient(0deg, rgba(6, 7, 9, 0.42), rgba(6, 7, 9, 0.14));
  }

  .food-hero-content h2 {
    font-size: clamp(34px, 10.5vw, 50px);
  }

  .food-hero-content p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  p {
    font-size: 16px;
  }

  .content-section {
    padding: 44px 18px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .restaurant-about article,
  .info-card {
    min-height: auto;
    padding: 24px;
  }

  .box-order-panel {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .whatsapp-number {
    font-size: clamp(42px, 17vw, 64px);
    overflow-wrap: anywhere;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .offerings-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .offerings-grid article {
    min-height: auto;
    padding: 24px;
  }

  .offerings-grid h3,
  .steps-grid h3 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .steps-grid article {
    min-height: auto;
    padding: 24px;
  }

  .steps-grid span {
    margin-bottom: 24px;
  }

  .offerings-contact {
    font-size: 14px;
    line-height: 1.7;
  }

  .delivery-links a {
    width: 100%;
  }

  .hours-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mpesa-inline strong {
    font-size: clamp(40px, 14vw, 56px);
    letter-spacing: 0.06em;
  }

  .delivery-panel img {
    max-height: 220px;
  }
}
