/* ── THE SIGRET INGREDIENT — MAIN STYLES v1.8.0 ─────────────────────────── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #f0ebe0;
  --cream-dark: #e6dfd0;
  --linen: #f8f4ed;
  --brown: #2c1f0f;
  --green: #3d5c2a;
  --green-light: #6b8c4e;
  --text: #1a1008;
  --text-mid: #3d2e1a;
  --text-light: #5a4a35;
  --border: rgba(44,31,15,0.15);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  background: var(--cream);
  color: var(--text);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ── NAV ─────────────────────────────────────────────────────────────────── */
.si-nav {
  background: var(--linen);
  border-bottom: 2px solid var(--border);
  padding: 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.si-nav-left { display: flex; align-items: center; gap: 0.8rem; }

.si-nav-icon {
  width: 100px; height: 100px;
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0; background: #fff;
  min-height: 100px;
}

.si-nav-logo { width: 85px; height: 85px; object-fit: contain; }

.si-nav-brand { display: flex; flex-direction: column; line-height: 1.3; }

.si-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--brown);
  text-transform: uppercase;
}

.si-brand-sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-mid);
}

.si-brand-sub2 {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-light);
}

.si-nav-links { display: flex; gap: 1.5rem; list-style: none; }

.si-nav-links a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-mid);
  transition: color .25s;
}
.si-nav-links a:hover { color: var(--green); }

.si-nav-order {
  background: var(--green);
  color: #fff !important;
  padding: .45rem 1rem;
  border-radius: 4px;
}
.si-nav-order:hover { background: var(--brown) !important; }

.si-nav-toggle {
  display: none;
  background: var(--green); border: none;
  font-family: 'Lato', sans-serif;
  font-size: .8rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: #fff; padding: .55rem 1.1rem;
  border-radius: 4px; cursor: pointer;
}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.si-hero {
  position: relative;
  height: 240px;
  overflow: hidden; flex-shrink: 0;
}

.si-hero-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.si-hero-placeholder {
  background: linear-gradient(135deg, #3d5c2a 0%, #2c1f0f 100%);
}

.si-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,18,6,.75) 0%, rgba(28,18,6,.1) 60%);
}

.si-hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end;
}

.si-hero-script {
  font-family: 'Dancing Script', cursive;
  font-size: 4.5rem;
  font-weight: 600;
  color: rgba(255,255,255,.95);
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
  -webkit-text-stroke: .5px black;
  padding: 0 1.5rem 1.5rem;
}

.si-moringa { position: absolute; pointer-events: none; opacity: .18; }
.si-moringa svg { display: block; }
.si-moringa-hero-tr { top: .8rem; right: 1.5rem; width: 55px; transform: rotate(20deg); }
.si-moringa-hero-bl { bottom: .8rem; left: 1.5rem; width: 44px; transform: rotate(-150deg); }

/* ── INGREDIENT BANNER ───────────────────────────────────────────────────── */
.si-ingredient-bar {
  background: var(--brown);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.5rem;
  flex-wrap: nowrap;
}

.si-ingredient-bar-img {
  width: 80px; height: 80px;
  border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(255,255,255,.25);
  flex-shrink: 0;
}

.si-ingredient-bar-text {
  display: flex; flex-direction: column; flex: 1; min-width: 0;
}

.si-ingredient-bar-label {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: .15rem;
}

.si-ingredient-bar-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.si-ingredient-bar-desc {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(248,244,237,.8);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.si-week-badge {
  background: rgba(255,255,255,.12);
  color: rgba(248,244,237,.9);
  font-size: .85rem;
  font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.si-ingredient-bar-cutoff {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(248,244,237,.8);
  white-space: nowrap;
  flex-shrink: 0;
}
.si-ingredient-bar-cutoff strong { color: #fff; font-weight: 700; }

/* ── MAIN BODY ───────────────────────────────────────────────────────────── */
.si-main { flex: 1; display: flex; flex-direction: column; }

/* ── ORDER SECTION ───────────────────────────────────────────────────────── */
.si-order-section {
  display: grid;
  grid-template-columns: 1fr 400px;
  flex: 1;
  min-height: 0;
}

/* LEFT — DISH GRID */
.si-dishes-order-col {
  padding: 1.2rem 1.4rem;
  border-right: 1px solid var(--border);
  overflow-y: auto;
}

.si-section-label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.si-dish-order-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.si-dish-order-card {
  background: var(--linen);
  border: 2px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
  display: flex; flex-direction: column;
}

.si-dish-order-card:hover {
  border-color: rgba(61,92,42,.4);
  box-shadow: 0 4px 16px rgba(44,31,15,.1);
}

.si-dish-selected {
  border-color: var(--green) !important;
  box-shadow: 0 0 0 3px rgba(61,92,42,.2) !important;
}

.si-dish-order-img-wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
  background: var(--cream-dark);
}

.si-dish-order-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.si-dish-order-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; background: var(--cream);
}

.si-dish-order-badge {
  position: absolute; top: .55rem; left: .55rem;
  background: var(--green); color: #fff;
  font-size: .65rem; font-weight: 700;
  padding: 4px 10px; border-radius: 12px;
  letter-spacing: .06em; text-transform: uppercase;
}

.si-dish-order-body {
  padding: .9rem 1rem;
  display: flex; flex-direction: column; flex: 1;
}

.si-dish-order-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .3rem;
  line-height: 1.2;
}

.si-dish-order-desc {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.5;
  margin-bottom: .4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.si-dish-order-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: .55rem;
  border-top: 1.5px solid var(--border);
}

.si-dish-order-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--green);
}

/* QTY CONTROLS */
.si-qty-wrap { display: flex; align-items: center; gap: .3rem; }

.si-qty-btn {
  width: 30px; height: 30px;
  background: var(--cream-dark);
  border: 2px solid var(--border);
  border-radius: 5px;
  font-size: 1.1rem; font-weight: 700;
  cursor: pointer; color: var(--text-mid);
  display: flex; align-items: center; justify-content: center;
  transition: background .15s;
  font-family: 'Lato', sans-serif;
}
.si-qty-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }

.si-qty-input {
  width: 40px; text-align: center;
  padding: .22rem; border: 2px solid var(--border);
  border-radius: 5px; font-size: 1rem; font-weight: 700;
  font-family: 'Lato', sans-serif; color: var(--text);
  background: #fff; -moz-appearance: textfield;
}
.si-qty-input::-webkit-inner-spin-button,
.si-qty-input::-webkit-outer-spin-button { opacity: 1; }
.si-qty-input:focus { border-color: var(--green); outline: none; }

.si-no-dishes {
  text-align: center; font-size: 1rem;
  color: var(--text-light); font-style: italic; padding: 2rem 0;
}

/* RIGHT — ORDER FORM */
.si-form-col {
  background: var(--linen);
  border-left: 1px solid var(--border);
  overflow-y: auto;
}

.si-form-inner { padding: 1.4rem 1.3rem; }

.si-order-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .25rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.si-order-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-mid);
  text-align: center;
  margin-bottom: 1rem;
}

/* ORDER SUMMARY */
#si-order-summary {
  background: #fff;
  border: 2px solid rgba(61,92,42,.25);
  border-radius: 7px;
  padding: .9rem 1.1rem;
  margin-bottom: .9rem;
}

.si-summary-title {
  font-size: .75rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--green); margin-bottom: .5rem;
}

.si-cart-line {
  display: flex; justify-content: space-between;
  font-size: .95rem; font-weight: 400;
  color: var(--text-mid); padding: .22rem 0;
  border-bottom: 1px solid rgba(44,31,15,.07);
}
.si-cart-line:last-of-type { border-bottom: none; }

.si-cart-total-row {
  display: flex; justify-content: space-between;
  font-weight: 700; font-size: 1.05rem; color: var(--brown);
  margin-top: .55rem; padding-top: .55rem;
  border-top: 2px solid rgba(44,31,15,.15);
}

/* FORM FIELDS */
.si-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }

.si-field { display: flex; flex-direction: column; margin-bottom: .7rem; }

.si-field label {
  font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-mid); margin-bottom: .28rem;
}

.si-field input,
.si-field select,
.si-field textarea {
  font-family: 'Lato', sans-serif;
  font-size: .95rem; font-weight: 400;
  color: var(--text); background: #fff;
  border: 2px solid var(--border);
  border-radius: 5px; padding: .55rem .8rem;
  outline: none; transition: border-color .25s; width: 100%;
}
.si-field input:focus,
.si-field select:focus,
.si-field textarea:focus { border-color: var(--green); }
.si-field textarea { min-height: 62px; resize: vertical; }

/* MESSAGES */
#si-order-message { margin-bottom: .65rem; }

.si-msg {
  padding: .9rem 1.1rem; border-radius: 6px;
  font-size: .95rem; font-weight: 400; line-height: 1.55;
}
.si-msg-success { background: #e8f5e9; border-left: 4px solid var(--green); color: #1b5e20; }
.si-msg-error { background: #fff3e0; border-left: 4px solid #c8831a; color: #7a4a00; }

/* SUBMIT */
.si-submit-btn {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: .88rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: #fff; background: var(--green);
  border: none; border-radius: 5px;
  padding: .9rem; cursor: pointer;
  transition: background .25s; margin-top: .35rem;
}
.si-submit-btn:hover { background: var(--brown); }
.si-submit-btn:disabled { background: var(--text-light); cursor: not-allowed; }

.si-form-note {
  font-size: .8rem; font-weight: 400;
  color: var(--text-light); text-align: center;
  margin-top: .5rem; font-style: italic;
}

/* ── FOOTER ──────────────────────────────────────────────────────────────── */
.si-footer {
  background: var(--brown);
  color: rgba(248,244,237,.8);
  padding: .9rem 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between;
  font-size: .82rem; font-weight: 400;
  flex-shrink: 0; flex-wrap: wrap; gap: .5rem;
}

.si-footer-left { display: flex; align-items: center; gap: .6rem; }

.si-footer-logo { width: 30px; height: 30px; object-fit: contain; opacity: .75; }

.si-footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 700; color: var(--linen);
}

.si-footer-right { display: flex; gap: 1.3rem; }

.si-footer-contact {
  color: var(--cream-dark); text-decoration: none;
  font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; font-size: .75rem;
  border-bottom: 1px solid rgba(240,235,224,.3);
  transition: color .25s;
}
.si-footer-contact:hover { color: #fff; }

/* ── CONTACT PAGE ─────────────────────────────────────────────────────────── */
.si-contact-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  max-width: 1100px; margin: 2.5rem auto;
  gap: 2.5rem; padding: 0 2rem; flex: 1;
}
.si-contact-info h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 700; color: var(--brown); margin-bottom: .45rem;
}
.si-contact-script {
  font-family: 'Dancing Script', cursive;
  font-size: 1.7rem; color: var(--green); display: block; margin-bottom: 1.1rem;
}
.si-contact-info > p {
  font-size: 1rem; font-weight: 400; line-height: 1.8; color: var(--text-mid); margin-bottom: 1.5rem;
}
.si-info-blocks { display: flex; flex-direction: column; gap: 1.1rem; }
.si-info-block { display: flex; align-items: flex-start; gap: .9rem; }
.si-info-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--green); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
.si-info-block h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 700; color: var(--brown);
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: .12rem;
}
.si-info-block p { font-size: .95rem; font-weight: 400; color: var(--text-mid); }
.si-info-block a { color: var(--green); text-decoration: none; }
.si-contact-form-wrap {
  background: var(--linen); border-radius: 6px;
  padding: 2rem 1.8rem; border: 1px solid var(--border);
}
.si-contact-form-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 700; color: var(--brown); margin-bottom: .28rem;
  text-transform: uppercase; letter-spacing: .06em;
}
.si-contact-form-sub {
  font-size: .95rem; font-weight: 400; color: var(--text-light);
  margin-bottom: 1.3rem; font-style: italic;
}
@media (max-width: 700px) {
  .si-contact-wrap { grid-template-columns: 1fr; margin: 1.5rem auto; }
}

/* ── CATERING PAGE ─────────────────────────────────────────────────────────── */
.si-catering-hero {
  background: var(--brown); padding: 3.2rem 2.5rem;
  text-align: center; position: relative; overflow: hidden;
}
.si-catering-moringa { position: absolute; pointer-events: none; }
.si-catering-moringa svg { display: block; }
.si-catering-moringa-tr { top: 1rem; right: 2rem; width: 65px; opacity: .1; transform: rotate(25deg); }
.si-catering-moringa-bl { bottom: 1rem; left: 2rem; width: 50px; opacity: .08; transform: rotate(-145deg); }
.si-catering-eyebrow {
  font-size: .82rem; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; color: var(--green-light); margin-bottom: .9rem;
}
.si-catering-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 700; color: #fff; margin-bottom: .9rem; line-height: 1.2;
}
.si-catering-tagline {
  font-size: 1.05rem; font-weight: 400;
  color: rgba(255,255,255,.8); line-height: 1.7;
  max-width: 520px; margin: 0 auto;
}
.si-catering-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  max-width: 1200px; margin: 2.5rem auto;
  gap: 2.5rem; padding: 0 2rem; flex: 1;
}
.si-catering-info h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem; font-weight: 700; color: var(--brown); margin-bottom: .65rem;
}
.si-catering-desc {
  font-size: 1rem; font-weight: 400; line-height: 1.8;
  color: var(--text-mid); margin-bottom: 1.9rem;
}
.si-catering-features { display: flex; flex-direction: column; gap: 1.3rem; margin-bottom: 2.1rem; }
.si-catering-feature { display: flex; align-items: flex-start; gap: .95rem; }
.si-catering-feature-icon {
  width: 42px; height: 42px; flex-shrink: 0; background: var(--green);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
.si-catering-feature h5 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 700;
  color: var(--brown); margin-bottom: .18rem; text-transform: uppercase; letter-spacing: .06em;
}
.si-catering-feature p { font-size: .95rem; font-weight: 400; color: var(--text-mid); line-height: 1.6; }
.si-catering-call { background: var(--cream-dark); border-radius: 6px; padding: 1.2rem 1.4rem; }
.si-catering-call p { font-size: .9rem; font-weight: 400; color: var(--text-mid); margin-bottom: .35rem; }
.si-catering-call a { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 700; color: var(--green); text-decoration: none; }
.si-catering-form-wrap { background: var(--linen); border-radius: 6px; padding: 2rem 1.8rem; border: 1px solid var(--border); }
.si-catering-form-wrap h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700;
  color: var(--brown); margin-bottom: .28rem; text-transform: uppercase; letter-spacing: .06em;
}
.si-catering-form-sub { font-size: .95rem; font-weight: 400; color: var(--text-light); margin-bottom: 1.3rem; font-style: italic; }
input[type="date"] { font-family: 'Lato', sans-serif; font-size: .95rem; color: var(--text); }
@media (max-width: 760px) {
  .si-catering-wrap { grid-template-columns: 1fr; margin: 1.5rem auto; }
  .si-catering-hero { padding: 2.2rem 1.5rem; }
}

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .si-order-section { grid-template-columns: 1fr 360px; }
}

@media (max-width: 900px) {
  .si-order-section { grid-template-columns: 1fr; }
  .si-dishes-order-col { border-right: none; border-bottom: 1px solid var(--border); }
  .si-form-col { border-left: none; }
}

@media (max-width: 768px) {
  html { font-size: 14px; }
  .si-nav-links { display: none; }
  .si-nav-toggle { display: block; }
  .si-nav-icon { width: 80px; height: 80px; min-height: 80px; }
  .si-nav-logo { width: 65px; height: 65px; }
  .si-brand-name { font-size: 1.4rem; }
  .si-brand-sub { font-size: 1rem; }
  .si-brand-sub2 { font-size: 0.72rem; }
  .si-hero { height: 200px; }
  .si-hero-script { font-size: 3rem; }
  /* Ingredient bar stays horizontal on mobile */
  .si-ingredient-bar { flex-wrap: wrap; padding: .6rem 1rem; gap: .6rem; }
  .si-ingredient-bar-name { font-size: 1.1rem; white-space: normal; }
  .si-ingredient-bar-desc { font-size: .8rem; white-space: normal; }
  .si-ingredient-bar-label { font-size: .65rem; }
  .si-week-badge { display: none; }
  .si-ingredient-bar-cutoff { font-size: .75rem; width: 100%; }
  .si-dish-order-name { font-size: 1.1rem; }
  .si-dish-order-desc { font-size: .85rem; }
  .si-dish-order-price { font-size: 1.1rem; }
  .si-order-title { font-size: 2rem; }
  .si-order-sub { font-size: 1rem; }
  .si-footer { flex-direction: column; text-align: center; }
  .si-footer-right { justify-content: center; }
}

@media (max-width: 480px) {
  .si-form-row { grid-template-columns: 1fr; }
}
