/* ===========================================================
   Aahar — Energy in Every Bite
   Custom theme stylesheet
   =========================================================== */

:root {
  /* Brand palette sampled from the Aahar logo
     (orange #F28C06 on charcoal #151515) */
  --orange-50:  #fef5ea;
  --orange-100: #fce7cc;
  --orange-200: #f8d29b;
  --orange-400: #f7a93c;
  --orange-500: #f28c06;
  --orange-600: #d87a04;
  --orange-700: #b5650a;
  /* "fresh" accent remapped to the brand charcoal for a clean two-tone look */
  --green-500:  #2a2a2a;
  --green-600:  #151515;
  --charcoal:   #151515;
  --charcoal-2: #1f1f1f;
  --ink:        #161616;
  --ink-soft:   #3d3a36;
  --muted:      #6b6660;
  --cream:      #fff8f0;
  --line:       #f0e6d7;
  --white:      #ffffff;
  --shadow-sm:  0 2px 8px rgba(21, 21, 21, .06);
  --shadow-md:  0 12px 30px rgba(242, 140, 6, .16);
  --radius:     18px;
  --maxw:       1160px;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 .5em;
  font-weight: 700;
}

p { margin: 0 0 1rem; color: var(--ink-soft); }

a { color: var(--orange-600); text-decoration: none; }
a:hover { color: var(--orange-700); }

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

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

.section { padding: 76px 0; }
.section--cream { background: var(--cream); }
.section--tight { padding: 52px 0; }

.eyebrow {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange-600);
  background: var(--orange-100);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.section-title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.section-lead { max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.center { text-align: center; }
.center .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .98rem;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn--primary {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn--primary:hover { color: #fff; transform: translateY(-2px); }
.btn--ghost {
  background: #fff;
  color: var(--orange-700);
  border-color: var(--orange-200);
}
.btn--ghost:hover { background: var(--orange-50); color: var(--orange-700); }
.btn--light { background: #fff; color: var(--orange-700); }
.btn--light:hover { color: var(--orange-700); transform: translateY(-2px); }

/* ===========================================================
   Header / Navigation
   =========================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(21, 21, 21, .96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(242, 140, 6, .18);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__brand img { height: 54px; width: auto; display: block; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: .96rem;
  color: #e8e6e3;
  padding: 9px 14px;
  border-radius: 10px;
  transition: background .15s, color .15s;
}
.nav__links a:hover { background: rgba(242, 140, 6, .12); color: var(--orange-400); }
.nav__links a.is-active { color: var(--orange-500); background: rgba(242, 140, 6, .14); }
.nav__cta { margin-left: 8px; }

.lang-switch {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: .9rem !important;
  color: var(--orange-400) !important;
  border: 1px solid rgba(242, 140, 6, .35);
  border-radius: 999px !important;
  padding: 7px 14px !important;
}
.lang-switch:hover { background: rgba(242, 140, 6, .14) !important; color: var(--orange-500) !important; }
.lang-switch__icon { font-size: .95rem; line-height: 1; }

.nav__toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  color: #f5f3f0;
  cursor: pointer;
  line-height: 1;
}

/* ===========================================================
   Hero
   =========================================================== */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 85% -10%, var(--orange-100), transparent 60%),
    linear-gradient(180deg, var(--cream), #fff);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 84px 0;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: -.5px;
}
.hero h1 .accent { color: var(--orange-600); }
.hero__lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero__stats {
  display: flex;
  gap: 30px;
  margin-top: 38px;
  flex-wrap: wrap;
}
.hero__stat strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  color: var(--orange-600);
}
.hero__stat span { font-size: .9rem; color: var(--muted); }

.hero__card {
  position: relative;
  background: #fff;
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 30px 60px rgba(234, 88, 12, .16);
  border: 1px solid var(--line);
}
.hero__plate {
  aspect-ratio: 1/1;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 45%, #fff 0 22%, transparent 22.5%),
    radial-gradient(circle at 50% 45%, var(--orange-200) 0 40%, transparent 40.5%),
    conic-gradient(from 20deg, var(--orange-400), var(--orange-600), var(--orange-500), var(--orange-700), var(--orange-400));
  display: grid;
  place-items: center;
  color: var(--ink);
}
.hero__plate-inner {
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 56%;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  box-shadow: var(--shadow-sm);
}
.hero__plate-inner .emoji { font-size: 2.6rem; }
.hero__plate-inner span { font-family: "Poppins", sans-serif; font-weight: 600; color: var(--ink); }
.hero__badge {
  position: absolute;
  bottom: 14px; right: -14px;
  background: var(--green-500);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .82rem;
  padding: 10px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
}

/* ===========================================================
   Feature / value cards
   =========================================================== */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--orange-100);
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.card h3 { font-size: 1.2rem; }
.card p { margin-bottom: 0; color: var(--muted); }

/* ===========================================================
   Page header (interior pages)
   =========================================================== */
.page-head {
  background:
    radial-gradient(800px 360px at 90% -20%, var(--orange-100), transparent 60%),
    var(--cream);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--line);
}
.page-head h1 { font-size: clamp(2rem, 4vw, 2.9rem); }
.page-head p { font-size: 1.08rem; color: var(--ink-soft); max-width: 680px; }

/* ---------- Generic prose ---------- */
.prose { max-width: 760px; }
.prose p { font-size: 1.06rem; }
.prose blockquote {
  margin: 28px 0;
  padding: 20px 26px;
  border-left: 5px solid var(--orange-500);
  background: var(--orange-50);
  border-radius: 0 14px 14px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ink);
}
.prose blockquote p { margin: 0; color: var(--ink); }

/* ===========================================================
   Services list
   =========================================================== */
.service {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service__icon {
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border-radius: 16px;
  font-size: 1.8rem;
  background: linear-gradient(135deg, var(--orange-100), var(--orange-200));
}
.service h3 { font-size: 1.25rem; margin-bottom: 6px; }
.service p { margin: 0; color: var(--muted); }

/* ===========================================================
   Menu table
   =========================================================== */
.menu-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.menu-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
.menu-table thead th {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #fff;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .95rem;
  padding: 16px 20px;
}
.menu-table tbody td { padding: 20px; border-top: 1px solid var(--line); vertical-align: top; color: var(--ink-soft); }
.menu-table tbody tr:nth-child(even) { background: var(--cream); }
.menu-table .comp {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.menu-table .serve { font-weight: 500; color: var(--ink); }

/* Weekly menu image */
.menu-image-frame {
  display: block;
  position: relative;
  max-width: 920px;
  margin: 40px auto 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  background: var(--charcoal);
  transition: transform .2s ease, box-shadow .2s ease;
}
.menu-image-frame:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(242,140,6,.22); }
.menu-image-frame img { width: 100%; height: auto; display: block; }
.menu-image-frame__hint {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(21, 21, 21, .82);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: .82rem;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity .2s ease;
}
.menu-image-frame:hover .menu-image-frame__hint { opacity: 1; }

.price-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 32px auto 0;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-700));
  color: #fff;
  font-family: "Poppins", sans-serif;
  box-shadow: var(--shadow-md);
}
.price-tag strong { font-size: 1.9rem; font-weight: 700; line-height: 1; }
.price-tag span { font-size: .98rem; opacity: .95; }

.menu-note {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: var(--orange-50);
  border: 1px dashed var(--orange-200);
  border-radius: 14px;
  padding: 18px 22px;
}

/* ===========================================================
   Contact
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
}
.contact-card__icon {
  width: 48px; height: 48px; flex: 0 0 48px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--orange-100);
  font-size: 1.3rem;
}
.contact-card h4 { margin: 0 0 4px; font-size: 1.02rem; }
.contact-card a, .contact-card p { margin: 0; color: var(--ink-soft); }

.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.form label { display: block; font-family: "Poppins", sans-serif; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--ink); }
.form .field { margin-bottom: 18px; }
.form input, .form textarea, .form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5d9c9;
  border-radius: 12px;
  font: inherit;
  color: var(--ink);
  background: var(--cream);
  transition: border .15s, box-shadow .15s;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--orange-400);
  box-shadow: 0 0 0 3px rgba(251, 146, 60, .25);
  background: #fff;
}

/* ===========================================================
   CTA band
   =========================================================== */
.cta-band {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-700));
  color: #fff;
  border-radius: 26px;
  padding: 48px;
  text-align: center;
}
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.cta-band p { color: rgba(255,255,255,.9); max-width: 620px; margin: 0 auto 26px; }

/* ===========================================================
   Footer
   =========================================================== */
.site-footer { background: var(--charcoal); color: #e5e7eb; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer p, .site-footer a, .site-footer li { color: #cbd5e1; }
.site-footer a:hover { color: var(--orange-400); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand strong { font-family: "Poppins", sans-serif; font-size: 1.4rem; color: #fff; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 10px; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .9rem;
  color: #94a3b8;
}
.footer-slogan { color: var(--orange-400); font-family: "Poppins", sans-serif; font-weight: 600; }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav__links {
    position: absolute;
    top: 78px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--charcoal);
    border-bottom: 1px solid rgba(242, 140, 6, .18);
    padding: 14px 22px 20px;
    box-shadow: 0 12px 24px rgba(0,0,0,.3);
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__cta { margin: 8px 0 0; }
  .nav__toggle { display: block; }
  .grid--3, .grid--4, .grid--2, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 36px 22px; }
}
