/* ═══════════════════════════════════════════════════════════
   EEINA Sauce Page · Shared Styles
   ═══════════════════════════════════════════════════════════ */

:root {
  --sauce-cream: var(--bg-soft, #FAFAF7);
  --sauce-olive: var(--olive-dark, #3D7A1F);
}

.sp-shell { max-width: 1180px; margin: 0 auto; padding-inline: var(--gutter); }

/* ═══ Hero ═══ */
.sp-hero {
  padding-block: calc(var(--nav-h, 64px) + clamp(32px, 5vw, 56px)) clamp(40px, 5vw, 64px);
  background: var(--cream, #FBF8F3);
  position: relative;
  overflow: hidden;
}

.sp-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

@media (min-width: 880px) {
  .sp-hero-inner { grid-template-columns: 1.1fr 1fr; }
}

.sp-hero-text { max-width: 580px; }
.sp-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; color: var(--olive-dark); margin-block-end: 14px; }
.sp-eyebrow svg { width: 14px; height: 14px; }
.sp-hero h1 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; margin-block-end: 14px; }
.sp-hero .lede { font-size: clamp(15px, 1.5vw, 18px); line-height: 1.75; color: var(--text-soft); margin-block-end: 22px; }

.sp-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-end: 18px;
}

.sp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text);
}

.sp-chip.olive { background: var(--olive-tint, #F0F7EA); border-color: transparent; color: var(--olive-darker, #2E5A18); }
.sp-chip svg { width: 12px; height: 12px; color: var(--olive-dark); }
.sp-chip strong { font-feature-settings: "tnum"; }

.sp-hero-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.sp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: var(--olive-dark);
  color: var(--white);
  border-radius: 10px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: transform 160ms var(--ease-out-quart, ease);
}
.sp-btn-primary:hover { transform: translateY(-1px); background: var(--olive-darker, #2E5A18); }
.sp-btn-primary svg { width: 14px; height: 14px; }

.sp-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 10px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: all 160ms;
}
.sp-btn-ghost:hover { border-color: var(--olive); background: var(--olive-tint); color: var(--olive-darker); }

.sp-hero-visual {
  aspect-ratio: 1;
  max-width: 480px;
  margin-inline: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(60,52,38,0.18);
  background: var(--cream);
}
.sp-hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ═══ Sections ═══ */
.sp-section {
  padding-block: clamp(36px, 5vw, 64px);
  border-block-start: 1px solid var(--border-light, #F0F0EE);
}

.sp-section.cream { background: var(--cream); }

.sp-section-head { max-width: 720px; margin-block-end: 28px; }
.sp-section-eyebrow { font-size: 11.5px; font-weight: 600; letter-spacing: 0.1em; color: var(--olive-dark); margin-block-end: 10px; }
.sp-section h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 500; line-height: 1.25; letter-spacing: -0.015em; color: var(--olive-darker, #2E5A18); margin-block-end: 8px; }
.sp-section .sub { font-size: 14.5px; color: var(--text-soft); line-height: 1.7; }

/* ═══ Description ═══ */
.sp-desc { max-width: 720px; font-size: 16px; line-height: 1.9; color: var(--text); }
.sp-desc p { margin-block-end: 14px; }
.sp-desc p:last-child { margin-block-end: 0; }
.sp-desc strong { font-weight: 600; color: var(--olive-darker); }

/* ═══ Ingredients ═══ */
.sp-ing-grid {
  max-width: 760px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.sp-ing-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: baseline;
  gap: 14px;
  padding: 16px 22px;
  border-block-end: 1px solid var(--border-light);
}
.sp-ing-row:last-child { border-block-end: 0; }

.sp-ing-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--olive-dark);
  font-feature-settings: "tnum";
  opacity: 0.6;
}

.sp-ing-name { font-size: 15px; font-weight: 500; color: var(--text); }
.sp-ing-qty { font-size: 13.5px; color: var(--text-soft); font-weight: 600; font-feature-settings: "tnum"; white-space: nowrap; }

/* ═══ Steps ═══ */
.sp-steps {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sp-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 200ms;
}

.sp-step:hover { border-color: var(--olive); }

.sp-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--olive-tint);
  color: var(--olive-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "tnum";
  flex-shrink: 0;
}

.sp-step-text { font-size: 15.5px; line-height: 1.8; color: var(--text); padding-block-start: 4px; }

/* ═══ Pairs with (chips) ═══ */
.sp-pairs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-pair-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  transition: all 180ms var(--ease-out-quart, ease);
}

.sp-pair-chip:hover {
  border-color: var(--olive);
  background: var(--olive-tint);
  color: var(--olive-darker);
  transform: translateY(-2px);
}

.sp-pair-chip svg { width: 14px; height: 14px; color: var(--olive-dark); }

/* ═══ Related ═══ */
.sp-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.sp-related-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: all 220ms var(--ease-out-quart, ease);
  text-decoration: none;
  color: var(--text);
}

.sp-related-card:hover { border-color: var(--olive); box-shadow: 0 14px 30px rgba(60,52,38,0.08); transform: translateY(-2px); }

.sp-related-img { aspect-ratio: 4/3; background: var(--cream); overflow: hidden; }
.sp-related-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms; }
.sp-related-card:hover .sp-related-img img { transform: scale(1.04); }

.sp-related-body { padding: 14px 18px 18px; }
.sp-related-eye { font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; color: var(--olive-dark); }
.sp-related-title { font-size: 16px; font-weight: 600; margin-block: 4px; }
.sp-related-tag { font-size: 12.5px; color: var(--text-soft); line-height: 1.5; }

/* ═══ Breadcrumb ═══ */
.sp-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--text-soft);
  padding-block-end: 14px;
}
.sp-crumb a { color: var(--text-soft); transition: color 160ms; text-decoration: none; }
.sp-crumb a:hover { color: var(--olive-dark); }
.sp-crumb svg { width: 11px; height: 11px; opacity: 0.5; }

@media (max-width: 720px) {
  .sp-hero-inner { grid-template-columns: 1fr; }
  .sp-hero-visual { aspect-ratio: 4/3; max-width: 100%; }
}
