/* ============================================================================
   MyZUCCHINI — FOOTER BRAND 2.0
   Source of truth: footer-desktop-FINAL.svg (1440px) + footer-mobile-FINAL.svg (390px)
   Scoped to #mz-footer to avoid conflicts.
   ============================================================================ */

/* --- Reset old legal bar injected by wp_footer hook --- */
#mz-legal-bar { display: none !important; }

/* --- Base ------------------------------------------------------------------ */
#mz-footer {
  font-family: 'Archivo', Arial, sans-serif;
  background: #0E2E21;
  color: #F2EBDB;
  margin: 0;
  padding: 0;
}
#mz-footer *, #mz-footer *::before, #mz-footer *::after {
  box-sizing: border-box;
}
#mz-footer a {
  text-decoration: none;
}
#mz-footer ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =============================================================================
   SECTION 1 — CAPTURE BAND  (bg #14402E, 150px tall on desktop)
   ============================================================================= */
.mz-fc-band {
  background: #14402E;
  border-bottom: 2px solid rgba(217, 161, 59, 0.5);
}
.mz-fc-band-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 150px;
  gap: 40px;
}
.mz-fc-text {
  flex: 1;
  padding: 28px 0;
}
.mz-fc-headline {
  font-family: 'Fraunces', Lora, Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color: #F2EBDB !important;
  line-height: 1.15 !important;
  margin: 0 0 8px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.mz-fc-sub {
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 16px !important;
  color: #C9D6BC !important;
  margin: 0 0 6px !important;
  line-height: 1.4 !important;
}
.mz-fc-note {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  color: #9CBF6B !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

/* Form wrapper */
.mz-fc-form {
  flex-shrink: 0;
}
#mz-footer .mz-fc-form .mc4wp-form,
#mz-footer .mz-fc-form form {
  display: flex !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}
#mz-footer .mz-fc-form .mc4wp-form p,
#mz-footer .mz-fc-form form p {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}
#mz-footer .mz-fc-form input[type="email"] {
  width: 290px !important;
  height: 52px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 2px 0 0 2px !important;
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 15px !important;
  color: #221F1A !important;
  padding: 0 20px !important;
  outline: none !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
}
#mz-footer .mz-fc-form input[type="email"]::placeholder {
  color: #8a8270 !important;
}
#mz-footer .mz-fc-form input[type="submit"],
#mz-footer .mz-fc-form button[type="submit"] {
  width: 160px !important;
  height: 52px !important;
  background: #D9A13B !important;
  border: none !important;
  border-radius: 0 2px 2px 0 !important;
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  color: #0E2E21 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}
#mz-footer .mz-fc-form input[type="submit"]:hover,
#mz-footer .mz-fc-form button[type="submit"]:hover {
  background: #c79133 !important;
}

/* =============================================================================
   SECTION 2 — MAIN FOOTER GRID
   ============================================================================= */
.mz-fm-main {
  background: #0E2E21;
  padding: 62px 0 70px;
}
.mz-fm-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 31fr 19fr 22fr 22fr;
  column-gap: 28px;
  align-items: start;
}

/* --- Column headings --- */
#mz-footer .mz-fm-col-heading {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
  color: #9CBF6B !important;
  text-transform: uppercase !important;
  margin: 0 0 10px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  border: none !important;
  padding: 0 !important;
}
.mz-fm-col-rule {
  width: 34px;
  height: 2px;
  background: #D9A13B;
  margin-bottom: 30px;
}

/* --- Links list --- */
#mz-footer .mz-fm-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#mz-footer .mz-fm-links li {
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 15px !important;
  color: #D7DECB !important;
  margin-bottom: 24px !important;
  line-height: 1 !important;
}
#mz-footer .mz-fm-links li a {
  color: #D7DECB !important;
  text-decoration: none !important;
}
#mz-footer .mz-fm-links li a:hover {
  color: #D9A13B !important;
}
#mz-footer .mz-fm-links li.mz-fm-muted {
  color: #9aa890 !important;
}

/* ── Col 1: Brand ── */
.mz-fm-logo-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
.mz-fm-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 16px;
}
.mz-fm-logo-name {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 6px;
}
.mz-fm-logo-my {
  font-family: 'Fraunces', Lora, Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 33px !important;
  color: #9CBF6B !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.mz-fm-logo-zuc {
  font-family: 'Fraunces', Lora, Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 33px !important;
  letter-spacing: 3.36px !important;
  color: #F2EBDB !important;
  line-height: 1 !important;
  text-transform: none !important;
}
.mz-fm-logo-tagline {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 12px !important;
  letter-spacing: 2.8px !important;
  color: #9CBF6B !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.mz-fm-desc {
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 14.5px !important;
  color: #C9D6BC !important;
  line-height: 1.5 !important;
  margin: 0 0 26px !important;
}
.mz-fm-promise {
  background: #14402E;
  border-left: 5px solid #D9A13B;
  padding: 22px 22px 22px 20px;
}
.mz-fm-promise-label {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 11.5px !important;
  letter-spacing: 2.5px !important;
  color: #D9A13B !important;
  text-transform: uppercase !important;
  margin: 0 0 18px !important;
  display: block !important;
  font-weight: 400 !important;
}
#mz-footer .mz-fm-promise p {
  font-family: 'Fraunces', Lora, Georgia, serif !important;
  font-size: 16.5px !important;
  color: #F2EBDB !important;
  line-height: 1.55 !important;
  margin: 0 0 10px !important;
  font-style: normal !important;
}
.mz-fm-promise-sig {
  font-family: 'Fraunces', Lora, Georgia, serif !important;
  font-style: italic !important;
  font-size: 17px !important;
  color: #9CBF6B !important;
  margin: 8px 0 0 !important;
  display: block !important;
}

/* ── Col 3: Contact ── */
.mz-fm-cold-label {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 11.5px !important;
  letter-spacing: 1.5px !important;
  color: #D9A13B !important;
  text-transform: uppercase !important;
  margin: 28px 0 10px !important;
  display: block !important;
}
.mz-fm-cold-note {
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 13.5px !important;
  color: #C9D6BC !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.mz-fm-ships-label {
  display: none; /* mobile only */
}
.mz-fm-tap-call {
  display: none; /* mobile only */
}

/* ── Col 4: Instagram Grid ── */
.mz-fm-ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 70px);
  grid-template-rows: repeat(2, 70px);
  gap: 0;
  margin-bottom: 20px;
}
.mz-ig-cell {
  width: 70px;
  height: 70px;
  border: 1px solid #4F7E3A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.mz-ig-cell-1 { background: #14402E; }
.mz-ig-cell-2 { background: #0E2E21; }
.mz-ig-cell-3 { background: #F2EBDB; }
.mz-ig-cell-4 { background: #14402E; }
.mz-ig-cell-5 { background: #0E2E21; }
.mz-ig-cell-6 { background: #F2EBDB; }

/* Cell 1 */
.mz-ig-c1-label {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-weight: 700;
  font-size: 10.5px;
  color: #F2EBDB;
  text-align: center;
  margin-top: 4px;
  line-height: 1;
}
.mz-ig-c1-label span { color: #D9A13B; }

/* Cell 2 */
.mz-ig-c2-label {
  font-family: 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 7px;
  letter-spacing: 1px;
  color: #9CBF6B;
  text-align: center;
  text-transform: uppercase;
}

/* Cell 3 */
.mz-ig-c3-days {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-weight: 700;
  font-size: 15.4px;
  color: #14402E;
  line-height: 1.2;
  text-align: center;
}
.mz-ig-c3-heat {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-weight: 700;
  font-size: 15.4px;
  color: #C03A2B;
  line-height: 1.2;
  text-align: center;
}

/* Cell 4 */
.mz-ig-c4-text {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-weight: 700;
  font-size: 10.85px;
  color: #F2EBDB;
  text-align: center;
  line-height: 1.3;
}
.mz-ig-c4-sub {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-style: italic;
  font-size: 7.7px;
  color: #9CBF6B;
  text-align: center;
  margin-top: 3px;
}

/* Cell 5 */
.mz-ig-c5-dead {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-weight: 700;
  font-size: 10.85px;
  color: #F2EBDB;
  text-align: center;
  line-height: 1.3;
}
.mz-ig-c5-ours {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-style: italic;
  font-size: 10.5px;
  color: #9CBF6B;
  text-align: center;
  margin-top: 2px;
}

/* Cell 6 */
.mz-ig-c6-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 15px;
  background: #D9A13B;
}
.mz-ig-c6-off {
  font-family: 'Fraunces', Lora, Georgia, serif;
  font-weight: 700;
  font-size: 11.2px;
  color: #14402E;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 14px;
  line-height: 1;
}
.mz-ig-c6-code-wrap {
  background: #14402E;
  padding: 3px 7px;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}
.mz-ig-c6-code {
  font-family: 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 7.35px;
  letter-spacing: 1px;
  color: #D9A13B;
}

/* Review */
.mz-fm-review {
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 14px !important;
  color: #F2EBDB !important;
  line-height: 1.5 !important;
  margin-bottom: 6px !important;
}
.mz-fm-review-by {
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 13px !important;
  color: #9aa890 !important;
  margin-bottom: 18px !important;
}
.mz-fm-reviews-link {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 11.5px !important;
  letter-spacing: 1.5px !important;
  color: #D9A13B !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: block !important;
}
.mz-fm-reviews-link:hover {
  color: #c79133 !important;
}

/* =============================================================================
   SECTION 3 — TAG STRIP
   ============================================================================= */
.mz-ft-strip {
  padding: 0;
  background: #0E2E21;
  padding-top: 10px;
}
.mz-ft-strip-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}
.mz-ft-strip-box {
  background: #0a241a;
  border: 2px dashed #F2EBDB;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 17px;
  letter-spacing: 3.5px;
  color: #F2EBDB;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.mz-ft-live {
  color: #D9A13B;
  font-weight: 500;
}
/* Desktop: single-line text; hide mobile lines */
.mz-ft-mobile-l1, .mz-ft-mobile-l2 { display: none; }
.mz-ft-desktop { display: inline; }

/* =============================================================================
   SECTION 4 — LEGAL BAR
   ============================================================================= */
.mz-ft-legal {
  background: #0E2E21;
  padding: 0;
}
.mz-ft-legal-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #2c4f3d;
  padding-top: 20px;
  padding-bottom: 30px;
}
.mz-ft-legal-inner span,
.mz-ft-legal-l,
.mz-ft-legal-r {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  color: #7d8f76 !important;
  text-transform: uppercase !important;
}
#mz-footer .mz-ft-legal-r a {
  color: #7d8f76 !important;
  text-decoration: none !important;
}
#mz-footer .mz-ft-legal-r a:hover {
  color: #D7DECB !important;
}

/* =============================================================================
   MOBILE — ≤ 768px  (source: footer-mobile-FINAL.svg, 390px canvas)
   ============================================================================= */
@media (max-width: 768px) {

  /* ── Capture band ── */
  .mz-fc-band {
    padding-bottom: 24px;
  }
  .mz-fc-band-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 24px 0;
    min-height: auto;
    gap: 16px;
  }
  .mz-fc-text {
    padding: 0;
  }
  .mz-fc-headline {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }
  .mz-fc-sub {
    font-size: 12.5px !important;
    margin-top: 10px !important;
  }
  .mz-fc-note {
    display: none !important;
  }
  #mz-footer .mz-fc-form .mc4wp-form,
  #mz-footer .mz-fc-form form {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }
  #mz-footer .mz-fc-form input[type="email"] {
    width: 100% !important;
    height: 44px !important;
    border-radius: 2px !important;
  }
  #mz-footer .mz-fc-form input[type="submit"],
  #mz-footer .mz-fc-form button[type="submit"] {
    width: 100% !important;
    height: 44px !important;
    border-radius: 2px !important;
    font-size: 13px !important;
  }

  /* ── Main grid: switch to single-column flex ── */
  .mz-fm-main {
    padding: 28px 0 0;
  }
  .mz-fm-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 0;
  }

  /* Mobile column order */
  .mz-fm-col-brand   { order: 1; }
  .mz-fm-col-contact { order: 2; }
  .mz-fm-col-shop    { order: 3; }
  .mz-fm-col-social  { order: 4; }

  /* ── Col 1 mobile ── */
  .mz-fm-logo-row {
    margin-bottom: 0;
  }
  .mz-fm-logo-my  { font-size: 27px !important; }
  .mz-fm-logo-zuc { font-size: 27px !important; letter-spacing: 2.76px !important; }
  .mz-fm-logo-tagline {
    font-size: 10px !important;
    letter-spacing: 2.3px !important;
  }
  .mz-fm-desc { display: none !important; }
  .mz-fm-promise {
    margin: 28px 0 32px;
  }
  #mz-footer .mz-fm-promise p {
    font-size: 14.5px !important;
  }
  .mz-fm-promise-sig {
    font-size: 14.5px !important;
  }

  /* ── Col 3 contact mobile ── */
  .mz-fm-col-contact .mz-fm-col-heading,
  .mz-fm-col-contact .mz-fm-col-rule {
    display: none !important;
  }
  .mz-fm-tap-call {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    border: 1px solid #9CBF6B;
    border-radius: 3px;
    height: 50px;
    font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
    font-size: 12.5px !important;
    letter-spacing: 1.5px !important;
    color: #F2EBDB !important;
    text-decoration: none !important;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  #mz-footer .mz-fm-col-contact .mz-fm-links li {
    font-size: 13.5px !important;
    margin-bottom: 14px !important;
  }
  .mz-fm-cold-label,
  .mz-fm-cold-note {
    display: none !important;
  }
  .mz-fm-ships-label {
    display: block !important;
    font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
    font-size: 10.5px !important;
    letter-spacing: 1px !important;
    color: #D9A13B !important;
    text-transform: uppercase !important;
    margin: 14px 0 28px !important;
  }

  /* ── Col 2 shop mobile → accordion buttons ── */
  .mz-fm-col-shop .mz-fm-col-heading,
  .mz-fm-col-shop .mz-fm-col-rule,
  .mz-fm-col-shop .mz-fm-links {
    display: none !important;
  }
  .mz-mob-accordion {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    border: 1px solid #2c4f3d;
    border-radius: 3px;
    height: 46px;
    padding: 0 16px;
    font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    color: #F2EBDB !important;
    margin-bottom: 12px;
    cursor: pointer;
    text-transform: uppercase;
  }

  /* ── Col 4 social mobile ── */
  #mz-footer .mz-fm-col-social .mz-fm-col-heading {
    font-size: 11px !important;
    letter-spacing: 2px !important;
    margin-top: 20px !important;
    margin-bottom: 4px !important;
  }
  /* Instagram grid: 2×2, 166×166px cells */
  .mz-fm-ig-grid {
    grid-template-columns: repeat(2, 166px) !important;
    grid-template-rows: repeat(2, 166px) !important;
  }
  .mz-ig-cell {
    width: 166px !important;
    height: 166px !important;
  }
  /* Desktop-only cells hidden on mobile */
  .mz-ig-cell-2 { display: none !important; }
  .mz-ig-cell-4 { display: none !important; }
  /* Mobile grid: cells 1,3,5,6 auto-flow into 2×2 */
  .mz-ig-c1-label { font-size: 24.9px !important; }
  .mz-ig-c1-label span { color: #D9A13B; }
  .mz-ig-cell-1 svg { width: 62px !important; height: 82px !important; }
  .mz-ig-c3-days { font-size: 36.52px !important; }
  .mz-ig-c3-heat { font-size: 36.52px !important; }
  .mz-ig-c5-dead { font-size: 25.73px !important; }
  .mz-ig-c5-ours { font-size: 24.9px !important; }
  .mz-ig-c6-top  { height: 36.52px !important; }
  .mz-ig-c6-off  { font-size: 26.56px !important; margin-top: 28px !important; }
  .mz-ig-c6-code-wrap { padding: 6px 12px !important; }
  .mz-ig-c6-code { font-size: 17.43px !important; letter-spacing: 1px !important; }

  /* ── Tag strip mobile: 2 explicit lines, no "CULTURES:" ── */
  .mz-ft-strip {
    padding: 40px 24px 0;
  }
  .mz-ft-strip-inner {
    padding: 0;
  }
  .mz-ft-strip-box {
    height: 78px !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    white-space: nowrap !important;
    flex-direction: column !important;
    line-height: 1.8 !important;
    padding: 12px 16px !important;
  }
  .mz-ft-desktop { display: none !important; }
  .mz-ft-mobile-l1, .mz-ft-mobile-l2 { display: block !important; }

  /* ── Legal mobile ── */
  .mz-ft-legal-inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 6px !important;
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
  .mz-ft-legal-l,
  .mz-ft-legal-r,
  .mz-ft-legal-inner span {
    font-size: 9.5px !important;
    letter-spacing: 1px !important;
  }
}

/* Hide accordion buttons on desktop */
@media (min-width: 769px) {
  .mz-mob-accordion {
    display: none !important;
  }
}
