/* Made in Canada campaign page -- page-specific styles.
   Design system classes (.bs-page, .bs-ticker, .bs-ticker-inner,
   .bs-rulepair, .bs-dateline, .table, .rise, .reveal, .stamp-in,
   .bs-footer, etc.) come from components.css. */

/* ------------------------------------------------------------------ */
/* 1. Ticker band                                                     */
/* ------------------------------------------------------------------ */
.mic-ticker {
  background: var(--maple);
  color: oklch(0.98 0.005 27);
}

/* ------------------------------------------------------------------ */
/* 2. Hero section                                                    */
/* ------------------------------------------------------------------ */
.mic-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}

.mic-hero-badge {
  display: inline-block;
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid var(--maple);
  color: var(--maple-deep);
  background: var(--maple-tint);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  transform: rotate(-2deg);
}

.mic-hero-h1 {
  font-family: var(--shout);
  font-weight: 400;
  font-size: clamp(44px, 6.5vw, 104px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  margin: 35px 0 0;
}

.mic-hero-tagline {
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  max-width: 40ch;
  margin: 35px 0 0;
  transform: rotate(-0.5deg);
  color: var(--maple-deep);
}

.mic-hero-body {
  font-size: 17px;
  line-height: 28px;
  max-width: 48ch;
  margin: 28px 0 0;
}

/* ------------------------------------------------------------------ */
/* 3. The swap list                                                   */
/* ------------------------------------------------------------------ */
.mic-swap-label {
  margin: 0 0 42px;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--maple-deep);
}

.mic-swap-table-wrap {
  overflow-x: auto;
}

.mic-swap-note {
  font-style: italic;
  font-size: 13px;
  line-height: 26px;
  margin: 14px 0 0;
  color: color-mix(in srgb, var(--color-text) 70%, transparent);
}

/* ------------------------------------------------------------------ */
/* 4. Field guide: reading a label under pressure                     */
/* ------------------------------------------------------------------ */
.mic-guide-stamp {
  display: inline-block;
  font-family: var(--shout);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--color-text);
  color: var(--color-bg);
  padding: 6px 14px;
  transform: rotate(-1.2deg);
}

.mic-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 42px clamp(28px, 4vw, 64px);
  margin-top: 49px;
}

.mic-guide-num {
  display: block;
  font-family: var(--shout);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  color: var(--maple);
  margin: 0;
}

.mic-guide-grid h2 {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  font-size: 19px;
  line-height: 26px;
  margin: 12px 0 0;
}

.mic-guide-grid p {
  font-size: 14.5px;
  line-height: 24px;
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--color-text) 80%, transparent);
}

/* ------------------------------------------------------------------ */
/* 5. Poster band (full-width maple)                                  */
/* ------------------------------------------------------------------ */
.mic-poster {
  background: var(--maple);
  color: oklch(0.98 0.005 27);
  padding: 84px 0;
  margin-bottom: 84px;
  clear: both;
}

.mic-poster-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

.mic-poster-shout {
  font-family: var(--shout);
  font-size: clamp(36px, 6vw, 84px);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
  max-width: 20ch;
}

.mic-poster-scrawl {
  font-family: var(--scrawl);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin: 35px 0 0;
  opacity: 0.9;
  transform: rotate(-0.5deg);
}

/* ------------------------------------------------------------------ */
/* Responsive: 860px -- stack 2-column layout, scroll table            */
/* ------------------------------------------------------------------ */
@media (max-width: 860px) {
  .mic-hero-grid {
    display: block !important;
  }

  .mic-hero-grid > aside {
    margin-top: 42px;
  }

  .table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
  }

  h1 {
    overflow-wrap: break-word;
  }
}

/* ------------------------------------------------------------------ */
/* Responsive: 480px -- tighten spacing                                */
/* ------------------------------------------------------------------ */
@media (max-width: 480px) {
  .btn {
    width: 100%;
    justify-content: center;
  }
}
