/* =============================================
   AMP UP — Protein Energy Bars + Protein Oatmeal Cream Pies
   Baked Fresh to Order — Option B: Game Film → Flavor Pop → Game Film
   Elementor HTML Widget · CSS prefix: .bf-
============================================= */
.bf-root{
  /* Game Film palette */
  --gf-bg:#0C0C0D;
  --gf-red:#E8171F;
  --gf-white:#FFFFFF;
  --gf-dim:#BDBDBD;
  --gf-rule:#2C2C2C;

  /* Flavor Pop palette */
  --fp-cream:#FAF7F2;
  --fp-cream-dark:#F0EAE0;
  --fp-purple:#4B1259;
  --fp-purple-light:#6B2E7A;
  --fp-coral:#E8171F;
  --fp-ink:#1C0B22;
  --fp-muted:#7A6A85;
  --fp-line:#E2D6EC;

  font-family:'Roboto',sans-serif;
  overflow-x:hidden; width:100%; display:block; color-scheme:light only;
}
.bf-root *{box-sizing:border-box; margin:0; padding:0;}
.bf-root a{color:inherit; text-decoration:none;}
.bf-wrap{max-width:1180px; margin:0 auto; padding:0 48px;}
@media(max-width:1024px){.bf-wrap{padding:0 32px;}}
@media(max-width:768px){.bf-wrap{padding:0 20px;}}
.elementor-widget-html .bf-root,
.elementor-widget-container .bf-root{width:100% !important; max-width:100% !important;}

/* =============================================
   GAME FILM — dark cinematic sections
============================================= */
.bf-gamefilm{background:#0C0C0D; position:relative; isolation:isolate; overflow:hidden;}
.bf-gamefilm .bf-noise{position:absolute; inset:-60px; z-index:0; pointer-events:none; background-repeat:repeat; background-size:180px 180px; animation:bf-grain 1.6s steps(3) infinite;}
.bf-gamefilm::after{content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    radial-gradient(70% 100% at 20% 12%, rgba(255,255,255,0.07), transparent 58%),
    radial-gradient(50% 75% at 88% 88%, rgba(232,23,31,0.10), transparent 62%),
    linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);}
.bf-gamefilm > *:not(.bf-noise){position:relative; z-index:2;}

/* HERO — red → pink → purple ombré with grain on top */
.bf-gamefilm.bf-hero-ombre{
  background:linear-gradient(
    135deg,
    #FF0000 0%,
    #E8171F 12%,
    #E8255C 30%,
    #C4186A 46%,
    #8B1A7A 62%,
    #4B1259 78%,
    #2D0A3A 100%
  );
}
.bf-gamefilm.bf-hero-ombre::after{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    radial-gradient(60% 70% at 0% 0%, rgba(255,255,255,0.12), transparent 55%),
    radial-gradient(40% 50% at 100% 100%, rgba(0,0,0,0.35), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
}

@keyframes bf-grain{0%{transform:translate(0,0);}33%{transform:translate(-14px,9px);}66%{transform:translate(10px,-12px);}100%{transform:translate(0,0);}}
@media(prefers-reduced-motion:reduce){.bf-gamefilm .bf-noise{animation:none;}}

/* =============================================
   TRANSITION WASH — Hero ombré → Flavor Pop
============================================= */
.bf-transition{
  height:120px;
  background:linear-gradient(180deg, #2D0A3A 0%, #4B1259 50%, #FAF7F2 100%);
  position:relative;
}

/* =============================================
   FLAVOR POP — warm, food-forward sections
============================================= */
.bf-fp-section{background:#FAF7F2; position:relative;}
.bf-fp-section.purple{background:#4B1259;}
.bf-fp-section.cream-dark{background:#F0EAE0;}

/* Flavor Pop eyebrow */
.bf-fp-eyebrow{
  font-family:'Oswald',sans-serif;font-weight:600;font-size:13px;
  letter-spacing:0.16em;text-transform:uppercase;
  color:#E8171F;margin-bottom:12px;
  display:flex;align-items:center;gap:10px;
}
.bf-fp-eyebrow::before{content:"";width:30px;height:3px;background:#E8171F;flex-shrink:0;}

/* Flavor Pop headline */
.bf-fp-title{
  font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;
  font-size:clamp(28px,3.8vw,46px);line-height:1.04;
  color:#1C0B22;margin-bottom:18px;
}
.bf-fp-title em{font-style:italic;color:#E8171F;}
.bf-fp-title.on-purple{color:#FFFFFF;}
.bf-fp-title.on-purple em{color:#E8171F;}

/* Flavor Pop body */
.bf-fp-body{font-size:17px;line-height:1.75;color:#7A6A85;max-width:720px;margin-bottom:18px;}
.bf-fp-body strong{color:#1C0B22;}
.bf-fp-body.on-purple{color:rgba(255,255,255,0.75);}
.bf-fp-body.on-purple strong{color:#FFFFFF;}

/* Flavor Pop buttons */
.bf-btn{display:inline-flex;align-items:center;justify-content:center;font-family:'Oswald',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;font-size:14px;padding:14px 28px;border:2px solid transparent;cursor:pointer;transition:all .18s ease;text-decoration:none;}
.bf-btn:hover{transform:translateY(-2px);}
.bf-btn-coral{background:#4B1259;color:#FFFFFF;border-color:#4B1259;}
.bf-btn-coral:hover{background:#3A0E48;}
.bf-btn-purple{background:#4B1259;color:#FFFFFF;border-color:#4B1259;}
.bf-btn-purple:hover{background:#3A0E48;}
.bf-btn-cream{background:#FAF7F2;color:#4B1259;border-color:#FAF7F2;}
.bf-btn-outline-purple{background:transparent;color:#4B1259;border-color:#4B1259;}
.bf-btn-outline-purple:hover{background:#4B1259;color:#FFFFFF;}
.bf-btn-outline-cream{background:transparent;color:#FAF7F2;border-color:rgba(250,247,242,0.5);}
.bf-btn-outline-cream:hover{border-color:#FAF7F2;background:rgba(250,247,242,0.08);}

/* Game Film buttons */
.bf-btn-red{background:#E8171F;color:#FFFFFF;border-color:#E8171F;}
.bf-btn-red:hover{background:#B80F16;}
.bf-btn-white{background:#FFFFFF;color:#111111;border-color:#FFFFFF;}
.bf-btn-outline-w{background:transparent;color:#FFFFFF;border-color:rgba(255,255,255,0.45);}
.bf-btn-outline-w:hover{border-color:#FFFFFF;}
.bf-btn-black{background:#111111;color:#FFFFFF;border-color:#111111;}

/* Game Film shared */
.bf-gf-eyebrow{font-family:'Oswald',sans-serif;font-weight:600;font-size:13px;letter-spacing:0.16em;text-transform:uppercase;color:#E8171F;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.bf-gf-eyebrow::before{content:"";width:30px;height:3px;background:#E8171F;flex-shrink:0;}
.bf-hero-ombre .bf-gf-eyebrow::before{display:none;}
.bf-gf-title{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(28px,3.8vw,46px);line-height:1.04;color:#FFFFFF;margin-bottom:18px;}
.bf-gf-title em{font-style:italic;color:#E8171F;}
.bf-gf-body{font-size:17px;line-height:1.75;color:rgba(255,255,255,0.8);max-width:720px;font-family:'Roboto',sans-serif;font-weight:500;}
.bf-gf-body strong{color:#FFFFFF;}

/* Reveal */
@media(prefers-reduced-motion:no-preference){
  .bf-reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease;}
  .bf-reveal.bf-in{opacity:1;transform:translateY(0);}
}
@media(prefers-reduced-motion:reduce){.bf-reveal{opacity:1;transform:none;}}

/* ---- GAME FILM HERO ---- */
.bf-hero{padding:96px 0 80px;}
@media(max-width:768px){.bf-hero{padding:64px 0 52px;}}
.bf-hero h1{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(40px,6vw,78px);line-height:0.95;color:#FFFFFF;margin-bottom:28px;letter-spacing:-0.01em;max-width:900px;}
.bf-hero h1 em{font-style:italic;color:#E8171F;}
.bf-hero-rule{width:56px;height:3px;background:#FFFFFF;margin-bottom:28px;}
.bf-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}

/* ---- IMAGE BREAK ---- */
.bf-imgbreak{position:relative;overflow:hidden;height:480px;background:#0C0C0D;}
@media(max-width:768px){.bf-imgbreak{height:300px;}}
.bf-imgbreak img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.bf-imgbreak-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(12,12,13,0.55) 0%,rgba(75,18,89,0.25) 50%,rgba(12,12,13,0.75) 100%);}
.bf-imgbreak-text{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:48px;}
@media(max-width:768px){.bf-imgbreak-text{padding:28px 20px;}}
.bf-imgbreak-line{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(26px,3.8vw,50px);line-height:1.0;color:#FFFFFF;margin-bottom:10px;}
.bf-imgbreak-line em{font-style:italic;color:#E8171F;}
.bf-imgbreak-rule{width:48px;height:3px;background:#FFFFFF;margin-top:6px;}

/* ---- HOW IT WORKS (Flavor Pop cream) ---- */
.bf-steps-section{padding:78px 0;}
.bf-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:3px solid #4B1259;margin:44px 0;}
@media(max-width:860px){.bf-steps{grid-template-columns:repeat(2,1fr);}}
@media(max-width:540px){.bf-steps{grid-template-columns:1fr;}}
.bf-step{padding:32px 24px 0 0;}
@media(max-width:860px){.bf-step{padding:24px 0;border-bottom:1px solid #E2D6EC;}}
.bf-step-num{font-family:'Oswald',sans-serif;font-weight:700;font-size:clamp(52px,5.5vw,72px);color:#E8171F;line-height:1;margin-bottom:14px;letter-spacing:-0.02em;}
.bf-step h3{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:17px;color:#1C0B22;margin-bottom:10px;line-height:1.2;}
.bf-step p{font-size:14px;line-height:1.65;color:#7A6A85;}

/* ---- FULL-BLEED IMAGE BANNER ---- */
.bf-banner{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);line-height:0;background:#FAF7F2;}
.bf-banner img{width:100%;height:auto;display:block;}

/* ---- TIMELINE (purple section) ---- */
.bf-timeline-section{padding:56px 0;}
.bf-timeline{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:0;}
@media(max-width:768px){.bf-timeline{grid-template-columns:1fr;gap:0;}}
.bf-tl-div{background:rgba(255,255,255,0.15);}
@media(max-width:768px){.bf-tl-div{display:none;}}
.bf-tl-item{padding:28px 36px;text-align:center;}
@media(max-width:768px){.bf-tl-item{text-align:left;padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.15);}}
.bf-tl-item:last-child{border-bottom:none;}
.bf-tl-num{font-family:'Oswald',sans-serif;font-weight:700;font-size:clamp(28px,3.5vw,44px);color:#B8E8FF;line-height:1;margin-bottom:8px;}
.bf-tl-label{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:14px;color:#FFFFFF;margin-bottom:6px;letter-spacing:0.06em;}
.bf-tl-desc{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.6;}

/* ---- WHY IT'S WORTH IT (cream-dark) ---- */
.bf-worth-section{padding:78px 0;}
.bf-worth-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
@media(max-width:900px){.bf-worth-grid{grid-template-columns:1fr;}}
.bf-worth-list{display:flex;flex-direction:column;border-top:3px solid #4B1259;margin-top:32px;}
.bf-worth-row{display:flex;align-items:baseline;gap:14px;padding:16px 0;border-bottom:1px solid #E2D6EC;}
.bf-worth-row:last-child{border-bottom:none;}
.bf-worth-arrow{font-family:'Oswald',sans-serif;font-weight:700;font-size:20px;color:#E8171F;flex-shrink:0;line-height:1.3;}
.bf-worth-text{font-family:'Oswald',sans-serif;font-weight:600;text-transform:uppercase;font-size:clamp(14px,1.6vw,18px);color:#1C0B22;line-height:1.25;}
.bf-worth-text em{font-style:italic;color:#E8171F;}
.bf-ingr-img{width:100%;display:block;border-left:6px solid #4B1259;}

/* ---- DROP CYCLE (cream) ---- */
.bf-drops-section{padding:78px 0;}
.bf-drops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;}
@media(max-width:768px){.bf-drops-grid{grid-template-columns:1fr;}}
.bf-drop-card{background:#FFFFFF;border-top:4px solid #4B1259;padding:28px 24px;}
.bf-drop-card:nth-child(2){border-top-color:#6B2E7A;}
.bf-drop-card:nth-child(3){border-top-color:#4B1259;}
.bf-drop-card .bf-fp-eyebrow{margin-bottom:10px;}
.bf-drop-card h3{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:18px;color:#1C0B22;margin-bottom:10px;line-height:1.2;}
.bf-drop-card p{font-size:14px;color:#7A6A85;line-height:1.65;}

/* ---- TRANSITION BACK (Flavor Pop → Game Film) ---- */
.bf-transition-back{
  height:120px;
  background:linear-gradient(180deg, #FAF7F2 0%, #4B1259 50%, #0C0C0D 100%);
}

/* ---- BTB ---- */
.bf-btb-inner{padding:52px 24px;text-align:center;}
.bf-btb-eyebrow{font-family:'Oswald',sans-serif;font-weight:600;font-size:12px;letter-spacing:0.22em;text-transform:uppercase;color:#E8171F;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:12px;}
.bf-btb-eyebrow span{display:inline-block;width:28px;height:2px;background:#E8171F;}
.bf-btb-setup{font-family:'Oswald',sans-serif;font-weight:500;font-size:14px;color:#6B6B6B;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:32px;}
.bf-btb-cols{display:grid;grid-template-columns:1fr 1px 1fr;border-top:1px solid #2C2C2C;border-bottom:1px solid #2C2C2C;max-width:860px;margin:0 auto;}
@media(max-width:600px){.bf-btb-cols{grid-template-columns:1fr;} .bf-btb-div{display:none;}}
.bf-btb-col{padding:36px 28px;text-align:center;}
.bf-btb-num{font-family:'Oswald',sans-serif;font-weight:700;font-size:clamp(56px,7vw,88px);color:#E8171F;line-height:1;margin-bottom:12px;}
.bf-btb-title{font-family:'Oswald',sans-serif;font-weight:700;font-size:clamp(13px,1.8vw,18px);color:#FFFFFF;text-transform:uppercase;line-height:1.2;margin-bottom:7px;}
.bf-btb-attr{font-family:'Oswald',sans-serif;font-weight:500;font-size:11.5px;color:#6B6B6B;letter-spacing:0.12em;text-transform:uppercase;}
.bf-btb-div{background:#2C2C2C;}