/** Shopify CDN: Minification failed

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

**/
/* ================================================
   STACKED Landing Page — Global Styles
   File: assets/stacked-global.css

   Loaded by every stacked-* section.
   All variables prefixed --lp- to avoid collisions
   with Dawn or any installed app.
   All component rules scoped to .stacked-* classes.
   No bare element selectors anywhere in this file.
   ================================================ */

/* ── CSS VARIABLES ──────────────────────────────── */
:root {
  --lp-red:          #E31837;
  --lp-red-dark:     #B01228;
  --lp-yellow:       #FFD100;
  --lp-yellow-dark:  #E6BC00;
  --lp-black:        #111111;
  --lp-dark:         #1a0a0a;
  --lp-white:        #FFFFFF;
  --lp-font-display: 'Anton', 'Barlow Condensed', sans-serif;
  --lp-font-body:    'Barlow', sans-serif;
}

/* ── GOOGLE FONTS ───────────────────────────────── */
/* Anton + Barlow loaded here once for all sections  */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@700;900&family=Barlow:wght@400;500;600;700&display=swap');

/* ── SHARED SECTION WRAPPER ─────────────────────── */
.stacked-section {
  font-family: var(--lp-font-body);
  overflow-x: hidden;
}
.stacked-section a        { text-decoration: none; color: inherit; }
.stacked-section img      { max-width: 100%; display: block; }
.stacked-section ul,
.stacked-section ol       { list-style: none; margin: 0; padding: 0; }
.stacked-section *,
.stacked-section *::before,
.stacked-section *::after { box-sizing: border-box; }

/* ── SECTION INNER ──────────────────────────────── */
.lp-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── TYPOGRAPHY HELPERS ─────────────────────────── */
.lp-label {
  font-family: var(--lp-font-display);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  color: var(--lp-red);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.lp-title {
  font-family: var(--lp-font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.lp-title .highlight { color: var(--lp-yellow); }
.lp-title .lp-red    { color: var(--lp-red); }

/* ── BUTTONS ────────────────────────────────────── */
.lp-btn {
  display: inline-block;
  font-family: var(--lp-font-display);
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 12px 28px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  line-height: 1;
}
.lp-btn-primary {
  background: var(--lp-yellow);
  color: var(--lp-black);
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.lp-btn-primary:hover {
  background: var(--lp-yellow-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.lp-btn-primary-red {
  background: var(--lp-red);
  color: var(--lp-white);
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  box-shadow: 0 6px 24px rgba(227,24,55,0.45), 0 2px 8px rgba(0,0,0,0.2);
}
.lp-btn-primary-red:hover {
  background: var(--lp-red-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(227,24,55,0.55);
}
.lp-btn-secondary {
  background: transparent;
  color: var(--lp-white);
  border: 2px solid var(--lp-white) !important;
  padding: 10px 26px;
}
.lp-btn-secondary:hover {
  background: var(--lp-white);
  color: var(--lp-red);
  transform: translateY(-2px);
}
.lp-btn-black {
  background: var(--lp-black);
  color: var(--lp-white);
  border: 2px solid var(--lp-black) !important;
}
.lp-btn-black:hover {
  background: #222;
  transform: translateY(-2px);
}
.lp-btn-yellow {
  background: var(--lp-yellow);
  color: var(--lp-black);
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
.lp-btn-yellow:hover {
  background: var(--lp-yellow-dark);
  transform: translateY(-2px);
}
.lp-btn-outline-white {
  background: transparent;
  color: var(--lp-white);
  border: 2px solid var(--lp-white) !important;
}
.lp-btn-outline-white:hover {
  background: var(--lp-white);
  color: var(--lp-red);
  transform: translateY(-2px);
}
.lp-btn-large {
  font-size: 1.25rem;
  padding: 18px 44px;
  letter-spacing: 0.12em;
}
.lp-btn-xl {
  font-size: 1.5rem;
  padding: 22px 60px;
  letter-spacing: 0.14em;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  box-shadow: 0 6px 24px rgba(227,24,55,0.4);
}
.lp-btn-xl:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(227,24,55,0.5);
}
.lp-btn-atc {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--lp-red);
  color: var(--lp-white);
  font-family: var(--lp-font-display);
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  padding: 20px 32px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  box-shadow: 0 4px 16px rgba(227,24,55,0.3);
}
.lp-btn-atc:hover {
  background: var(--lp-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(227,24,55,0.45);
}

/* ── TRUST BADGE ────────────────────────────────── */
.lp-trust-badge {
  background: var(--lp-black);
  color: var(--lp-yellow);
  font-family: var(--lp-font-display);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  padding: 6px 14px;
  text-transform: uppercase;
  clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
  display: inline-block;
}

/* ── SCROLL ENTRANCE ANIMATION ──────────────────── */
.lp-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.lp-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}