/** Shopify CDN: Minification failed

Line 31:0 All "@import" rules must come first

**/
/* ============================================================
   igulu-footprint.css
   Upload to: Shopify Admin → Online Store → Themes → Edit code → Assets
   ============================================================ */

/* ── TOKENS ───────────────────────────────────────────────── */
:root {
  --fp-orange:      #E8872A;
  --fp-orange-lt:   #F5A94E;
  --fp-orange-pale: #FDF3E8;
  --fp-brown:       #2C1A0E;
  --fp-brown-mid:   #5D4D3E;
  --fp-warm-gray:   #F7F4F0;
  --fp-line:        #E5DDD5;
  --fp-green:       #2E7D52;
  --fp-green-pale:  #EBF5EF;
  --fp-blue:        #2454A4;
  --fp-blue-pale:   #EEF3FB;
  --fp-white:       #FFFFFF;
  --fp-font-serif:  'Playfair Display', Georgia, serif;
  --fp-radius:      12px;
  --fp-transition:  0.3s ease;
}

/* ── GOOGLE FONT (Playfair Display) ──────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

/* ── LAYOUT WRAPPER ──────────────────────────────────────── */
.igulu-footprint { overflow-x: hidden; }

/* ── EYEBROW ─────────────────────────────────────────────── */
.fp-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fp-orange);
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.fp-eyebrow--dark { color: var(--fp-orange); }

/* ── DIVIDER ─────────────────────────────────────────────── */
.fp-divider {
  width: 48px;
  height: 2px;
  background: var(--fp-orange);
  margin: 20px 0 24px;
}
.fp-divider--light { background: var(--fp-orange-lt); }

/* ── PILLS ───────────────────────────────────────────────── */
.fp-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.fp-pill {
  padding: 7px 16px;
  border-radius: 24px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
}

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.fp-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: var(--fp-brown);
  overflow: hidden;
}
.fp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fp-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.fp-hero__bg-img--placeholder { opacity: 0.1; }
.fp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(44,26,14,0.8) 0%, rgba(44,26,14,0.4) 100%);
  z-index: 1;
}
.fp-hero__leaf {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 550px;
  height: 550px;
  background: var(--fp-orange);
  opacity: 0.09;
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  transform: rotate(-15deg);
  z-index: 1;
}
.fp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  width: 100%;
}
.fp-hero__h1 {
  font-family: var(--fp-font-serif);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.15;
  color: var(--fp-white);
  margin-bottom: 20px;
  font-weight: 600;
}
.fp-hero__h1 em { color: var(--fp-orange-lt); font-style: italic; }
.fp-hero__body {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
}
.fp-hero__right { display: flex; flex-direction: column; gap: 16px; }
.fp-hero__stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fp-hero__stat {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--fp-radius);
  padding: 24px 26px;
  backdrop-filter: blur(4px);
}
.fp-hero__stat-num {
  font-family: var(--fp-font-serif);
  font-size: 40px;
  font-weight: 600;
  color: var(--fp-orange-lt);
  line-height: 1;
  margin-bottom: 6px;
}
.fp-hero__stat-num small { font-size: 20px; }
.fp-hero__stat-label { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; }

/* ════════════════════════════════════════
   SECTIONS
════════════════════════════════════════ */
.fp-section { padding: 96px 0; }
.fp-section--warm  { background: var(--fp-warm-gray); }
.fp-section--white { background: var(--fp-white); }
.fp-section--dark  { background: var(--fp-brown); }
.fp-section--cta   { background: var(--fp-orange-pale); }
.fp-section--newsletter { background: var(--fp-white); border-top: 1px solid var(--fp-line); }

.fp-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.fp-section__inner--center { text-align: center; }

.fp-section__header { margin-bottom: 56px; }
.fp-section__title {
  font-family: var(--fp-font-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  color: var(--fp-brown);
  margin-bottom: 16px;
  font-weight: 600;
}
.fp-section__title--light { color: var(--fp-white); }

.fp-section__body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--fp-brown-mid);
  max-width: 600px;
}
.fp-section__body--light { color: rgba(255,255,255,0.65); }
.fp-section__body--full  { max-width: none; }

/* ════════════════════════════════════════
   SUPPLY CHAIN
════════════════════════════════════════ */
.fp-chain {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  gap: 0;
  margin-top: 48px;
  align-items: start;
}
.fp-chain__col { display: flex; flex-direction: column; }
.fp-chain__header {
  text-align: center;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
}
.fp-chain__header--old { background: #D85A30; color: var(--fp-white); }
.fp-chain__header--new { background: var(--fp-green); color: var(--fp-white); }
.fp-chain__node {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.fp-chain__node--old { border-color: #F0997B; background: var(--fp-white); color: #993C1D; }
.fp-chain__node--old .fp-chain__text { text-decoration: line-through; opacity: 0.7; }
.fp-chain__node--new { border-color: #86C9A2; background: var(--fp-white); color: var(--fp-green); }
.fp-chain__node--filler { border-color: transparent; background: transparent; min-height: 49px; }
.fp-chain__icon { flex-shrink: 0; font-style: normal; font-weight: 600; }
.fp-chain__vs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 52px;
}
.fp-chain__vs-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--fp-brown);
  color: var(--fp-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.fp-callout {
  margin-top: 36px;
  background: var(--fp-orange-pale);
  border-left: 4px solid var(--fp-orange);
  padding: 22px 26px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--fp-brown-mid);
  border-radius: 0 var(--fp-radius) var(--fp-radius) 0;
}
.fp-callout strong { color: var(--fp-brown); }

/* ════════════════════════════════════════
   IMPACT NUMBERS
════════════════════════════════════════ */
.fp-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1.5px solid var(--fp-line);
  border-radius: var(--fp-radius);
  overflow: hidden;
  margin-top: 48px;
}
.fp-impact-card {
  padding: 40px 28px;
  text-align: center;
  background: var(--fp-white);
  transition: background var(--fp-transition);
}
.fp-impact-card:hover { background: var(--fp-orange-pale); }
.fp-impact-card + .fp-impact-card { border-left: 1.5px solid var(--fp-line); }
.fp-impact-icon { font-size: 32px; margin-bottom: 16px; }
.fp-impact-num {
  font-family: var(--fp-font-serif);
  font-size: 46px;
  font-weight: 600;
  color: var(--fp-orange);
  line-height: 1;
  margin-bottom: 10px;
}
.fp-impact-unit { font-size: 18px; font-weight: 400; }
.fp-impact-label { font-size: 14px; color: var(--fp-brown-mid); line-height: 1.6; }
.fp-impact-label small { font-size: 12px; color: #9A8F84; display: block; margin-top: 4px; }
.fp-footnote { font-size: 12px; color: #9A8F84; text-align: center; margin-top: 20px; line-height: 1.6; }

/* ════════════════════════════════════════
   CALCULATOR
════════════════════════════════════════ */
.fp-calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 48px;
}
.fp-calc__controls { display: flex; flex-direction: column; gap: 28px; }
.fp-calc__row {}
.fp-calc__label {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.fp-calc__val {
  font-family: var(--fp-font-serif);
  font-size: 18px;
  color: var(--fp-orange-lt);
}
.fp-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.fp-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--fp-orange);
  border: 3px solid var(--fp-brown);
  box-shadow: 0 0 0 2px var(--fp-orange);
  cursor: pointer;
}
.fp-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--fp-orange);
  border: 3px solid var(--fp-brown);
  cursor: pointer;
}
.fp-calc__note {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  padding: 16px 18px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
}
.fp-calc__results { display: flex; flex-direction: column; gap: 16px; }
.fp-calc__card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--fp-radius);
  padding: 22px 26px;
}
.fp-calc__card--highlight { background: var(--fp-orange); border-color: var(--fp-orange); }
.fp-calc__res-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 6px;
}
.fp-calc__card--highlight .fp-calc__res-label { color: rgba(255,255,255,0.75); }
.fp-calc__res-num {
  font-family: var(--fp-font-serif);
  font-size: 34px;
  font-weight: 600;
  color: var(--fp-orange-lt);
  line-height: 1;
  margin-bottom: 4px;
}
.fp-calc__card--highlight .fp-calc__res-num { color: var(--fp-white); }
.fp-calc__res-desc { font-size: 13px; color: rgba(255,255,255,0.5); }
.fp-calc__card--highlight .fp-calc__res-desc { color: rgba(255,255,255,0.8); }

/* ════════════════════════════════════════
   ESG PILLARS
════════════════════════════════════════ */
.fp-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fp-pillar {
  background: var(--fp-white);
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  overflow: hidden;
  transition: transform var(--fp-transition), box-shadow var(--fp-transition);
}
.fp-pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(44,26,14,0.08);
}
.fp-pillar__img {
  height: 220px;
  overflow: hidden;
  background: var(--fp-line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-pillar__img-el { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-pillar__img-placeholder { font-size: 60px; opacity: 0.35; }
.fp-pillar__body { padding: 28px; }
.fp-pillar__letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-family: var(--fp-font-serif);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.fp-pillar__letter--e { background: var(--fp-green-pale); color: var(--fp-green); }
.fp-pillar__letter--s { background: var(--fp-blue-pale);  color: var(--fp-blue); }
.fp-pillar__letter--g { background: var(--fp-orange-pale); color: var(--fp-orange); }
.fp-pillar__title {
  font-family: var(--fp-font-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--fp-brown);
  margin-bottom: 10px;
}
.fp-pillar__text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--fp-brown-mid);
  margin-bottom: 20px;
}
.fp-progress__item { margin-bottom: 14px; }
.fp-progress__meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 5px;
  color: var(--fp-brown-mid);
}
.fp-progress__meta span:last-child { font-weight: 600; color: var(--fp-brown); }
.fp-progress__bg {
  height: 4px;
  background: var(--fp-line);
  border-radius: 2px;
  overflow: hidden;
}
.fp-progress__fill {
  height: 100%;
  border-radius: 2px;
  transition: width 1s ease;
  width: 0;
}
.fp-progress__fill--green  { background: var(--fp-green); }
.fp-progress__fill--blue   { background: var(--fp-blue); }
.fp-progress__fill--orange { background: var(--fp-orange); }
.fp-honest-note {
  font-size: 12px;
  color: #9A8F84;
  font-style: italic;
  padding-top: 14px;
  border-top: 1px solid var(--fp-line);
  margin-top: 14px;
  line-height: 1.6;
}

/* ════════════════════════════════════════
   FERMENTATION STORY
════════════════════════════════════════ */
.fp-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.fp-story__img-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--fp-radius);
  overflow: hidden;
  background: var(--fp-line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-story__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-story__img-placeholder { font-size: 80px; opacity: 0.25; }
.fp-story__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--fp-white);
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.fp-story__badge-icon { font-size: 24px; }
.fp-story__badge strong { display: block; font-size: 14px; color: var(--fp-brown); }
.fp-story__badge span { font-size: 12px; color: var(--fp-brown-mid); }
.fp-quote {
  font-family: var(--fp-font-serif);
  font-size: 21px;
  font-style: italic;
  line-height: 1.5;
  color: var(--fp-brown);
  border-left: 3px solid var(--fp-orange);
  padding-left: 22px;
  margin: 24px 0;
}
.fp-facts { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.fp-fact {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: var(--fp-warm-gray);
  border-radius: 10px;
}
.fp-fact__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--fp-orange-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.fp-fact strong { display: block; font-size: 14px; color: var(--fp-brown); margin-bottom: 3px; }
.fp-fact p { font-size: 13px; color: var(--fp-brown-mid); line-height: 1.6; margin: 0; }

/* ════════════════════════════════════════
   BUTTONS
════════════════════════════════════════ */
.fp-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 32px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background var(--fp-transition), transform 0.15s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.fp-btn--primary {
  background: var(--fp-orange);
  color: var(--fp-white);
}
.fp-btn--primary:hover {
  background: var(--fp-orange-lt);
  transform: translateY(-1px);
  color: var(--fp-white);
}
.fp-btn--outline {
  background: transparent;
  color: var(--fp-brown);
  border: 1.5px solid var(--fp-brown);
}
.fp-btn--outline:hover { background: rgba(44,26,14,0.06); }

/* ════════════════════════════════════════
   CTA SECTION
════════════════════════════════════════ */
.fp-section--cta .fp-section__title { font-style: normal; }
.fp-section--cta .fp-section__title em { color: var(--fp-orange); font-style: italic; }
.fp-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ════════════════════════════════════════
   NEWSLETTER — matches subscription-pro "Still Deciding?" style
════════════════════════════════════════ */
.fp-section--newsletter {
  background: var(--fp-white);
  border-top: 1px solid var(--fp-line);
  padding: 80px 0;
}
.fp-newsletter {
  max-width: 480px;
  margin: 0 auto;
}
.fp-newsletter__title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--fp-brown);
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: inherit;
}
.fp-newsletter__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fp-brown-mid);
  margin-bottom: 28px;
}
.fp-newsletter__form {}
.fp-newsletter__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.fp-newsletter__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--fp-line);
  border-radius: 0;
  font-size: 15px;
  color: var(--fp-brown);
  background: var(--fp-white);
  outline: none;
  transition: border-color var(--fp-transition);
  font-family: inherit;
  -webkit-appearance: none;
}
.fp-newsletter__input:focus { border-color: var(--fp-brown); }
.fp-newsletter__input::placeholder { color: #B0A89E; }
.fp-newsletter__btn {
  width: 100%;
  height: 48px;
  background: var(--fp-brown);
  color: var(--fp-white);
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  font-family: inherit;
  transition: background var(--fp-transition);
}
.fp-newsletter__btn:hover { background: var(--fp-brown-mid); }
.fp-newsletter__disclaimer {
  font-size: 11px;
  color: #9A8F84;
  margin-top: 14px;
  line-height: 1.6;
  text-align: left;
}
.fp-newsletter__success {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--fp-green-pale);
  border: 1px solid #86C9A2;
  border-radius: 4px;
}
.fp-newsletter__success-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--fp-green);
  color: var(--fp-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.fp-newsletter__success p { font-size: 14px; color: var(--fp-brown-mid); line-height: 1.6; margin: 0; }
.fp-newsletter__success strong { color: var(--fp-green); }
.fp-newsletter__error {
  margin-top: 10px;
  font-size: 13px;
  color: #C0392B;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media screen and (max-width: 960px) {
  .fp-hero__inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .fp-section__inner { padding: 0 24px; }
  .fp-section { padding: 64px 0; }
  .fp-chain { grid-template-columns: 1fr; }
  .fp-chain__vs { display: none; }
  .fp-impact-grid { grid-template-columns: 1fr; border-radius: 0; }
  .fp-impact-card + .fp-impact-card { border-left: none; border-top: 1.5px solid var(--fp-line); }
  .fp-calc { grid-template-columns: 1fr; gap: 36px; }
  .fp-pillars { grid-template-columns: 1fr; }
  .fp-story { grid-template-columns: 1fr; gap: 40px; }
  .fp-hero__stat-row { grid-template-columns: 1fr 1fr; }
  .fp-newsletter__fields { flex-direction: column; align-items: stretch; }
  .fp-newsletter__submit { width: 100%; justify-content: center; display: flex; align-items: center; }
}

@media screen and (max-width: 600px) {
  .fp-hero__stat-row { grid-template-columns: 1fr; }
  .fp-pills { gap: 8px; }
  .fp-pill { font-size: 12px; padding: 6px 14px; }
  .fp-cta-buttons { flex-direction: column; align-items: center; }
}
