﻿:root{
  --ink:#142119;
  --ink-soft:#496052;
  --ink-faint:#758379;
  --white:#ffffff;
  --paper:#f8fbee;
  --soft:#eef4dd;
  --soft-2:#e2ebcd;
  --line:#dfe7dc;
  --green:#c2ea20;
  --green-dark:#5c7010;
  --green-deep:#292f0e;
  --green-soft:#f0f7d4;
  --yellow:#f7e96d;
  --radius:30px;
  --radius-sm:20px;
  --pad:18px;
  --max:2000px;
  --font:'DM Sans',Arial,sans-serif;
}
.nfe-scope, .nfe-scope *{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{overflow-x:hidden}
.nfe-scope{
  display:block;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:18px;
  line-height:1.45;
}
.nfe-scope ::selection{background:var(--green);color:var(--ink)}
.nfe-scope a{color:inherit;text-decoration:none}
.nfe-scope button,.nfe-scope input{font:inherit}
.nfe-scope button{color:inherit}
.nfe-scope img{max-width:100%;display:block}
.nfe-scope h1,.nfe-scope h2,.nfe-scope h3,.nfe-scope h4{font-family:'Manrope',sans-serif;letter-spacing:-.045em;line-height:1.03;overflow-wrap:normal;word-break:normal}
.nfe-scope p{color:var(--ink-soft)}

/* COMMON */
.nfe-scope .site-section{padding:0 var(--pad)}
.nfe-scope .wrap{max-width:var(--max);margin:0 auto;padding:120px clamp(22px,5vw,78px)}
.nfe-scope .eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:700;color:var(--green-dark);margin-bottom:22px}
.nfe-scope .eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--green)}
.nfe-scope .section-title{font-size:clamp(44px,5.5vw,84px);max-width:11ch}
.nfe-scope .section-title.wide{max-width:15ch}
.nfe-scope .section-intro{max-width:630px;font-size:18px;line-height:1.65;margin-top:24px}
.nfe-scope .rule{height:1px;background:var(--line);max-width:var(--max);margin:0 auto}
.nfe-scope .reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}
.nfe-scope .reveal.in{opacity:1;transform:translateY(0)}

/* BUTTONS */
.nfe-scope .btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:58px;border-radius:999px;padding:0 68px 0 28px;font-weight:700;font-size:16px;border:0;cursor:pointer;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.nfe-scope .btn:hover{transform:translateY(-2px)}
.nfe-scope .btn-green{background:var(--green);color:var(--green-deep);box-shadow:0 16px 40px rgba(54,144,44,.14)}
.nfe-scope .btn-dark{background:var(--green-deep);color:var(--white)}
.nfe-scope .btn-white{background:var(--white);color:var(--ink)}
.nfe-scope .btn .disc{position:absolute;right:4px;top:4px;width:50px;height:50px;border-radius:50%;background:var(--green-deep);display:grid;place-items:center;overflow:hidden}
.nfe-scope .btn-dark .disc{background:var(--green)}
.nfe-scope .btn-white .disc{background:var(--green)}
.nfe-scope .btn svg{width:17px;height:17px;transition:transform .35s cubic-bezier(.4,0,.2,1)}
.nfe-scope .btn-green svg{color:var(--green)}
.nfe-scope .btn-dark svg{color:var(--green-deep)}
.nfe-scope .btn-white svg{color:var(--green-deep)}
.nfe-scope .btn svg.ghost{position:absolute;transform:translate(-220%,220%)}
.nfe-scope .btn:hover svg.main{transform:translate(220%,-220%)}
.nfe-scope .btn:hover svg.ghost{transform:translate(0,0)}
.nfe-scope .text-link{display:inline-flex;align-items:center;gap:10px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px;transition:gap .25s ease,color .25s ease}
.nfe-scope .text-link:hover{gap:15px;color:var(--green-dark)}

/* HEADER */
.nfe-scope .site-header{
  position:fixed;top:14px;left:0;right:0;z-index:1200;
  padding:0 30px;pointer-events:none;
}
/* Clear the WP admin toolbar (visible when logged in) instead of sitting behind it. */
.admin-bar .nfe-scope .site-header{top:calc(14px + 32px)}
@media(max-width:782px){
  .admin-bar .nfe-scope .site-header{top:calc(14px + 46px)}
}
.nfe-scope .header-shell{
  max-width:calc(var(--max) - 34px);margin:0 auto;min-height:68px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;
  padding:8px 8px 8px 16px;border-radius:999px;
  background:transparent;border:1px solid transparent;
  transition:background .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease;
  pointer-events:auto;
}
.nfe-scope .site-header.scrolled .header-shell,
.nfe-scope .site-header.no-hero .header-shell{
  background:rgba(255,255,255,.91);border-color:rgba(20,33,25,.08);
  box-shadow:0 14px 45px rgba(20,33,25,.10);backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.nfe-scope .brand{display:flex;align-items:center;gap:10px;color:#fff;transition:color .3s ease}
.nfe-scope .site-header.scrolled .brand,
.nfe-scope .site-header.no-hero .brand{color:var(--ink)}
.nfe-scope .brand-mark{width:38px;height:38px;border-radius:50%;background:var(--green);display:grid;place-items:center;color:var(--green-deep);box-shadow:0 8px 20px rgba(93,214,44,.18)}
.nfe-scope .brand-mark svg{width:21px;height:21px}
.nfe-scope .brand-name{font-family:'Manrope',sans-serif;font-size:26px;font-weight:700;letter-spacing:-.025em;line-height:1}
.nfe-scope .brand-name small{display:block;font-family:var(--font);font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62);margin-top:4px;transition:color .3s ease}
.nfe-scope .site-header.scrolled .brand-name small,
.nfe-scope .site-header.no-hero .brand-name small{color:var(--ink-faint)}
.nfe-scope .desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.1vw,34px)}
.nfe-scope .desktop-nav a{font-size:15px;font-weight:600;color:rgba(255,255,255,.82);position:relative;padding:8px 0;transition:color .25s ease}
.nfe-scope .desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--green);transition:right .25s ease}
.nfe-scope .desktop-nav a:hover{color:#fff}
.nfe-scope .desktop-nav a:hover::after{right:0}
.nfe-scope .site-header.scrolled .desktop-nav a,
.nfe-scope .site-header.no-hero .desktop-nav a{color:var(--ink-soft)}
.nfe-scope .site-header.scrolled .desktop-nav a:hover,
.nfe-scope .site-header.no-hero .desktop-nav a:hover{color:var(--ink)}
.nfe-scope .header-actions{display:flex;align-items:center;gap:8px;justify-self:end}
.nfe-scope .header-cta{min-height:48px;border-radius:999px;background:rgba(10,24,15,.92);color:#fff;padding:0 7px 0 20px;display:flex;align-items:center;gap:14px;font-size:12px;font-weight:700;box-shadow:0 9px 26px rgba(0,0,0,.16);transition:transform .25s ease,background .25s ease}
.nfe-scope .header-cta:hover{transform:translateY(-2px);background:var(--green-deep)}
.nfe-scope .cta-ring{position:relative;width:36px;height:36px;border-radius:50%;background:var(--green);color:var(--green-deep);display:grid;place-items:center;font-size:16px}
.nfe-scope .cta-ring-svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}
.nfe-scope .cta-ring-svg circle{fill:none;stroke-width:2}
.nfe-scope .cta-ring-svg .bg{stroke:rgba(22,59,29,.2)}
.nfe-scope .cta-ring-svg .fg{stroke:var(--green-deep);stroke-linecap:round}
.nfe-scope .cta-arrow{position:relative;z-index:2}
.nfe-scope .burger{display:none;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(10,24,15,.20);backdrop-filter:blur(10px);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;position:relative;transition:background .3s ease,border-color .3s ease}
.nfe-scope .site-header.scrolled .burger,
.nfe-scope .site-header.no-hero .burger{background:rgba(20,33,25,.045);border-color:rgba(20,33,25,.09)}
.nfe-scope .burger i{width:16px;height:1.5px;background:#fff;display:block;transition:transform .3s ease,background .3s ease}
.nfe-scope .site-header.scrolled .burger i,
.nfe-scope .site-header.no-hero .burger i{background:var(--ink)}
.nfe-scope .burger.open i:first-of-type{transform:translateY(3.25px) rotate(45deg)}
.nfe-scope .burger.open i:last-of-type{transform:translateY(-3.25px) rotate(-45deg)}

.nfe-scope .mobile-menu{
  position:fixed;inset:0;z-index:1300;background:rgba(13,24,17,.98);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  display:flex;flex-direction:column;padding:110px 28px 40px;
  transform:translateY(-100%);opacity:0;visibility:hidden;
  transition:transform .5s cubic-bezier(.77,0,.18,1),opacity .3s ease,visibility 0s linear .5s;
}
.nfe-scope .mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible;transition:transform .5s cubic-bezier(.77,0,.18,1),opacity .3s ease}
.nfe-scope .mobile-menu-close{position:absolute;top:20px;right:20px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#fff;cursor:pointer}
.nfe-scope .mobile-menu-close svg{width:18px;height:18px}
.nfe-scope .mobile-menu-links{display:flex;flex-direction:column}
.nfe-scope .mobile-menu-links a{font-family:'Manrope',sans-serif;font-size:clamp(28px,8vw,42px);font-weight:600;letter-spacing:-.03em;color:#fff;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.nfe-scope .mobile-menu-links a:last-child{border-bottom:0}
.nfe-scope .mobile-menu-cta{margin-top:32px;align-self:flex-start}

/* GENERIC PAGE (PMPro login/checkout/account/levels, via template-nfe-page.php) */
.nfe-scope .nfe-page-main{max-width:900px;margin:0 auto;padding:150px 20px 100px}

/* HERO — photo-led, inspired by premium cycling/editorial layouts */
.nfe-scope .hero{padding:14px var(--pad) var(--pad);min-height:100svh}
.nfe-scope .hero-frame{
  max-width:var(--max);min-height:calc(100svh - 32px);margin:0 auto;border-radius:34px;
  position:relative;overflow:hidden;isolation:isolate;border:1px solid rgba(20,33,25,.07);
  background-image:
    linear-gradient(90deg,rgba(7,18,11,.70) 0%,rgba(7,18,11,.38) 42%,rgba(7,18,11,.05) 70%),
    linear-gradient(0deg,rgba(7,18,11,.52) 0%,rgba(7,18,11,.04) 46%),
    url('https://drewaddis.com/wp-content/uploads/2026/08/DSC01137-1-scaled.webp');
  background-size:cover;background-position:center 53%;
}
.nfe-scope .hero-frame::after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 75% 24%,rgba(197,255,49,.17),transparent 25%);pointer-events:none}
.nfe-scope .hero-copy{position:absolute;left:clamp(28px,5vw,78px);top:50%;transform:translateY(-50%);z-index:3;max-width:770px;color:#fff}
.nfe-scope .hero-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:rgba(255,255,255,.82);margin-bottom:24px}
.nfe-scope .hero-kicker span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(93,214,44,.13)}
.nfe-scope .hero h1{font-size:clamp(58px,7.4vw,112px);line-height:.91;letter-spacing:-.065em;max-width:8.8ch;font-weight:500;color:#fff;text-wrap:balance}
.nfe-scope .hero h1 .swash{display:inline;color:var(--green);background:none;padding:0;border-radius:0;transform:none}
.nfe-scope .hero-sub{max-width:600px;margin-top:25px;font-size:clamp(15px,1.3vw,19px);line-height:1.6;color:rgba(255,255,255,.74)}
.nfe-scope .hero-actions{display:flex;align-items:center;gap:12px;margin-top:30px;flex-wrap:wrap}
.nfe-scope .hero .btn-green{background:var(--green);color:var(--green-deep);box-shadow:0 15px 35px rgba(0,0,0,.16)}
.nfe-scope .hero-secondary{min-height:58px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);color:#fff;font-size:14px;font-weight:700;transition:background .25s ease,transform .25s ease}
.nfe-scope .hero-secondary:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}
.nfe-scope .hero-secondary span{font-size:18px;color:var(--green)}
.nfe-scope .hero-proof{display:none}
.nfe-scope .hero-word{position:absolute;left:-.02em;right:0;bottom:-.17em;z-index:1;font-family:'Manrope',sans-serif;font-size:clamp(120px,15vw,250px);line-height:.8;letter-spacing:-.085em;font-weight:700;color:rgba(255,255,255,.105);white-space:nowrap;pointer-events:none;user-select:none}
.nfe-scope .hero-scroll{position:absolute;right:clamp(26px,4vw,60px);bottom:78px;z-index:3;width:54px;height:54px;border:1px solid rgba(255,255,255,.38);border-radius:50%;display:grid;place-items:center;color:#fff;backdrop-filter:blur(8px);background:rgba(255,255,255,.04);transition:transform .25s ease,background .25s ease}
.nfe-scope .hero-scroll:hover{transform:translateY(4px);background:rgba(255,255,255,.12)}
.nfe-scope .hero-scroll svg{width:17px;height:17px}
.nfe-scope .hero-caption{position:absolute;right:clamp(26px,4vw,60px);bottom:30px;z-index:3;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.52)}

/* SOCIAL PROOF */
.nfe-scope .social-proof{padding:34px var(--pad) 0}
.nfe-scope .social-proof-inner{max-width:640px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;text-align:center}
.nfe-scope .social-proof-avatars{display:flex;flex-shrink:0}
.nfe-scope .social-proof-avatars span{width:30px;height:30px;border-radius:50%;background:var(--green-soft);border:2px solid var(--paper);margin-left:-10px;box-shadow:0 2px 6px rgba(20,33,25,.08)}
.nfe-scope .social-proof-avatars span:first-child{margin-left:0}
.nfe-scope .social-proof-avatars span:nth-child(1){background:var(--green)}
.nfe-scope .social-proof-avatars span:nth-child(2){background:var(--green-dark)}
.nfe-scope .social-proof-avatars span:nth-child(3){background:var(--soft-2)}
.nfe-scope .social-proof-avatars span:nth-child(4){background:var(--yellow)}
.nfe-scope .social-proof p{font-size:14.5px;color:var(--ink-soft);font-weight:600}
.nfe-scope .social-proof p b{color:var(--ink);font-weight:700}

/* AUDIENCE */
.nfe-scope .audience .wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;align-items:start}
.nfe-scope .audience-side{position:sticky;top:120px}
.nfe-scope .audience-side p{font-size:15px;max-width:28ch;line-height:1.6;margin-top:20px}
.nfe-scope .audience-main h2{font-size:clamp(50px,6.2vw,94px);max-width:11ch}
.nfe-scope .audience-main .lead{font-size:clamp(20px,2.1vw,30px);line-height:1.38;max-width:31ch;margin-top:30px;color:var(--ink)}
.nfe-scope .audience-main .copy{max-width:650px;margin-top:18px;line-height:1.7}
.nfe-scope .audience-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap;margin-top:36px}
.nfe-scope .sport-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:54px}
.nfe-scope .sport-chip{border:1px solid var(--line);border-radius:999px;background:var(--white);padding:10px 15px;font-size:13px;color:var(--ink-soft)}

/* HOW IT WORKS */
.nfe-scope .how-panel{
  max-width:var(--max);margin:0 auto;color:var(--white);border-radius:44px;overflow:hidden;position:relative;
  background-image:
    linear-gradient(180deg,rgba(9,12,5,.82) 0%,rgba(9,12,5,.9) 60%,rgba(9,12,5,.96) 100%),
    url('https://drewaddis.com/wp-content/uploads/2026/08/24-04-1-scaled.png');
  background-size:cover;background-position:center;
}
.nfe-scope .how-panel::after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-230px;top:-240px;background:radial-gradient(circle,rgba(194,234,32,.35),rgba(194,234,32,.06) 58%,transparent 70%);pointer-events:none}
.nfe-scope .how-head{padding:100px clamp(24px,6vw,90px) 44px;display:flex;justify-content:space-between;gap:40px;align-items:end;position:relative;z-index:2}
.nfe-scope .how-head .eyebrow{color:var(--green)}
.nfe-scope .how-head h2{font-size:clamp(48px,6vw,88px);max-width:10ch}
.nfe-scope .how-head p{max-width:530px;color:rgba(255,255,255,.6);line-height:1.7}
.nfe-scope .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 clamp(24px,6vw,90px) 60px;position:relative;z-index:2}
.nfe-scope .step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);min-height:260px;padding:28px;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}
.nfe-scope .step:hover{transform:translateY(-6px);box-shadow:0 25px 50px rgba(0,0,0,.25)}
.nfe-scope .step-icon{position:relative;z-index:2;width:46px;height:46px;border-radius:50%;background:var(--white);display:grid;place-items:center;color:var(--green-deep)}
.nfe-scope .step-icon svg{width:22px;height:22px}
.nfe-scope .step.green .step-icon{background:rgba(41,47,14,.1)}
.nfe-scope .step.dark .step-icon{background:rgba(255,255,255,.1);color:var(--green)}
.nfe-scope .step.soft .step-icon{background:rgba(41,47,14,.08)}
.nfe-scope .step h3{position:relative;z-index:2;font-size:26px;color:var(--ink);margin-top:16px}
/* WHAT YOU GET — small cards (added alongside the existing .get-grid/.get-card
   system, which stays in place because template-nfe-fuel-lab.php's bigger
   cards reuse it via nfe-fuel-lab.css). */
.nfe-scope .get-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.nfe-scope .get-mini-card{background:var(--soft);border:1px solid rgba(20,33,25,.04);border-radius:var(--radius-sm);padding:22px}
.nfe-scope .get-mini-card h3{font-size:16px;font-weight:700;font-family:var(--font);letter-spacing:0}
.nfe-scope .get-mini-card p{font-size:13px;line-height:1.55;margin-top:8px}
@media(max-width:1100px){
  .nfe-scope .get-mini-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .nfe-scope .get-mini-grid{grid-template-columns:1fr}
}
.nfe-scope .step p{position:relative;z-index:2;font-size:14px;line-height:1.6;color:var(--ink-soft);margin-top:12px;max-width:26ch}
.nfe-scope .step-bignum{position:absolute;right:18px;top:16px;z-index:1;font-family:'Manrope';font-size:64px;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--green-deep);pointer-events:none}
.nfe-scope .step.green{background:var(--green);border-color:transparent}
.nfe-scope .step.green h3{color:var(--green-deep)}
.nfe-scope .step.green p{color:rgba(41,47,14,.68)}
.nfe-scope .step.green .step-bignum{color:rgba(41,47,14,.35)}
.nfe-scope .step.dark{background:var(--green-deep);border-color:transparent}
.nfe-scope .step.dark h3{color:#fff}
.nfe-scope .step.dark p{color:rgba(255,255,255,.62)}
.nfe-scope .step.dark .step-bignum{color:rgba(255,255,255,.1)}
.nfe-scope .step.soft{background:var(--green-soft);border-color:transparent}
.nfe-scope .step.soft h3{color:var(--green-deep)}
.nfe-scope .step.soft p{color:var(--green-dark)}
.nfe-scope .step.soft .step-bignum{color:rgba(41,47,14,.14)}

/* WHAT YOU GET */
.nfe-scope .get-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px}
.nfe-scope .get-head h2{font-size:clamp(50px,6vw,92px);max-width:19ch}
.nfe-scope .get-head p{max-width:520px;line-height:1.7}
.nfe-scope .get-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:repeat(2,290px);gap:16px}
.nfe-scope .get-card{border-radius:var(--radius);padding:28px;background:var(--soft);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(20,33,25,.04);transition:transform .35s ease,box-shadow .35s ease}
.nfe-scope .get-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(20,33,25,.08)}
.nfe-scope .get-card.large{grid-row:span 2;background:var(--green);padding:36px}
.nfe-scope .get-card.dark{background:var(--green-deep);color:var(--white)}
.nfe-scope .get-card.white{background:var(--white);border-color:var(--line)}
.nfe-scope .get-card-number{font-family:'Manrope';font-size:13px;color:var(--green-dark);font-weight:700}
.nfe-scope .get-card.dark .get-card-number{color:var(--green)}
.nfe-scope .get-card h3{font-size:clamp(26px,2.4vw,38px);max-width:10ch}
.nfe-scope .get-card.large h3{font-size:clamp(38px,4vw,60px);max-width:9ch}
.nfe-scope .get-card p{font-size:14px;line-height:1.55;max-width:32ch}
.nfe-scope .get-card.dark p{color:rgba(255,255,255,.58)}
.nfe-scope .big-symbol{position:absolute;right:-10px;top:25px;font-family:'Manrope';font-size:190px;line-height:1;color:rgba(22,59,29,.08);font-weight:700;letter-spacing:-.1em}
.nfe-scope .get-card.dark .big-symbol{color:rgba(255,255,255,.05)}

/* PLANS */
.nfe-scope .plans{background:var(--soft);margin:var(--pad);border-radius:44px;position:relative;overflow:hidden}
.nfe-scope .plans::before{content:"";position:absolute;width:640px;height:640px;border-radius:50%;left:-260px;bottom:-320px;background:radial-gradient(circle,rgba(93,214,44,.12),transparent 68%);pointer-events:none}
.nfe-scope .plans .wrap{padding-left:clamp(20px,5vw,78px);padding-right:clamp(20px,5vw,78px);position:relative;z-index:2}
.nfe-scope .plans-head{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:64px}
.nfe-scope .plans-head h2{font-size:clamp(50px,6vw,88px);max-width:26ch}
.nfe-scope .plans-head p{max-width:580px;margin-top:22px;line-height:1.65}
.nfe-scope .plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1160px;margin:0 auto;align-items:stretch}
.nfe-scope .plan{background:var(--white);border-radius:36px;padding:40px;border:1px solid var(--line);display:flex;flex-direction:column;min-height:660px;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(20,33,25,.05);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}
.nfe-scope .plan:hover{transform:translateY(-6px);box-shadow:0 30px 65px rgba(20,33,25,.1)}
.nfe-scope .plan.featured{background:var(--green-deep);color:var(--white);border-color:transparent;box-shadow:0 30px 70px rgba(15,35,20,.28);z-index:2}
.nfe-scope .plan.featured:hover{transform:translateY(-6px);box-shadow:0 40px 85px rgba(15,35,20,.34)}
.nfe-scope .plan-ribbon{position:absolute;top:26px;right:-38px;transform:rotate(40deg);background:var(--green);color:var(--green-deep);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;padding:6px 46px;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.nfe-scope .plan-badge{align-self:flex-start;border-radius:999px;padding:8px 14px;background:var(--green-soft);color:var(--green-dark);font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}
.nfe-scope .featured .plan-badge{background:rgba(93,214,44,.16);color:var(--green)}
.nfe-scope .plan h3{font-size:clamp(30px,3vw,42px);max-width:15ch;margin-top:24px}
.nfe-scope .price{font-family:'Manrope';font-weight:700;letter-spacing:-.03em;margin-top:14px;color:var(--ink);display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.nfe-scope .price .amount{font-size:clamp(34px,3.2vw,46px)}
.nfe-scope .price .period{font-family:var(--font);font-size:13px;font-weight:600;color:var(--ink-faint)}
.nfe-scope .featured .price{color:#fff}
.nfe-scope .featured .price .period{color:rgba(255,255,255,.5)}
.nfe-scope .plan-desc{margin-top:16px;line-height:1.65;max-width:40ch;font-size:14.5px}
.nfe-scope .featured .plan-desc{color:rgba(255,255,255,.6)}
.nfe-scope .plan-divider{height:1px;background:var(--line);margin:28px 0 0}
.nfe-scope .featured .plan-divider{background:rgba(255,255,255,.12)}
.nfe-scope .plan ul{list-style:none;margin:26px 0 36px;display:flex;flex-direction:column;gap:13px}
.nfe-scope .plan li{display:flex;gap:12px;align-items:center;font-size:14.5px;color:var(--ink-soft)}
.nfe-scope .featured li{color:rgba(255,255,255,.78)}
.nfe-scope .check{flex:none;width:22px;height:22px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center;color:var(--green-dark);margin-top:0}
.nfe-scope .check svg{width:11px;height:11px}
.nfe-scope .featured .check{background:var(--green);color:var(--green-deep)}
.nfe-scope .plan .btn{margin-top:auto;align-self:stretch;justify-content:center}
.nfe-scope .plan-note{font-size:11.5px;line-height:1.5;color:var(--ink-faint);margin-top:16px}
.nfe-scope .featured .plan-note{color:rgba(255,255,255,.4)}
.nfe-scope .feature-ring{position:absolute;right:-100px;top:-100px;width:260px;height:260px;border-radius:50%;border:52px solid rgba(93,214,44,.08)}

/* RECIPES */
.nfe-scope .recipe-head{display:grid;grid-template-columns:1fr .8fr;gap:8vw;align-items:end;margin-bottom:52px}
.nfe-scope .recipe-head h2{font-size:clamp(50px,6vw,90px);max-width:15ch}
.nfe-scope .recipe-head p{line-height:1.7;max-width:560px}
.nfe-scope .recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nfe-scope .recipe-card{min-height:440px;border-radius:var(--radius);overflow:hidden;background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column;position:relative;transition:transform .35s ease,box-shadow .35s ease}
.nfe-scope .recipe-card:hover{transform:translateY(-6px);box-shadow:0 28px 56px rgba(20,33,25,.1)}
.nfe-scope .recipe-art{height:250px;position:relative;overflow:hidden;background:var(--soft) center/cover no-repeat;transition:transform .5s ease}
.nfe-scope .recipe-card:hover .recipe-art{transform:scale(1.05)}
.nfe-scope .recipe-body{padding:24px;display:flex;flex-direction:column;flex:1}
.nfe-scope .recipe-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--ink-faint)}
.nfe-scope .recipe-access{color:var(--green-dark)}
.nfe-scope .recipe-access.lab{color:#8a6b00}
.nfe-scope .recipe-card h3{font-size:26px;margin-top:16px}
.nfe-scope .recipe-facts{display:flex;gap:18px;margin-top:auto;padding-top:24px;font-size:11px;color:var(--ink-faint)}
.nfe-scope .recipe-facts b{color:var(--ink);font-size:13px}
.nfe-scope .recipe-cta{text-align:center;margin-top:42px}

/* STORY */
.nfe-scope .story-panel{max-width:var(--max);margin:0 auto;background:var(--green);border-radius:44px;padding:clamp(32px,4.5vw,64px);display:flex;gap:8vw;position:relative;overflow:hidden}
.nfe-scope .story-panel::before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;left:-250px;bottom:-350px;background:radial-gradient(circle,rgba(255,255,255,.42),transparent 65%);pointer-events:none}
.nfe-scope .story-media{flex:0 0 40%;position:relative;border-radius:36px;overflow:hidden;box-shadow:0 24px 60px rgba(22,59,29,.2)}
.nfe-scope .story-media-img{
  position:absolute;inset:0;
  background-image:url('https://drewaddis.com/wp-content/uploads/2026/08/IMG_3745-2-1-scaled.png');
  background-size:cover;background-position:center;
}
.nfe-scope .portrait-tag{position:absolute;left:30px;bottom:30px;z-index:3;background:rgba(255,255,255,.92);border-radius:999px;padding:12px 16px;font-size:12px;color:var(--ink);font-weight:700}
.nfe-scope .story-copy{position:relative;z-index:2;align-self:center;flex:1 1 60%;min-width:0}
.nfe-scope .story-copy .eyebrow{color:var(--green-deep)}
.nfe-scope .story-copy h2{font-size:clamp(48px,5.5vw,80px);max-width:11ch}
.nfe-scope .story-copy p{color:rgba(22,59,29,.72);font-size:17px;line-height:1.72;margin-top:19px;max-width:660px}
.nfe-scope .story-copy p strong{color:var(--green-deep);font-weight:700}
.nfe-scope .story-quote{margin-top:34px;padding-top:24px;border-top:1px solid rgba(22,59,29,.18);font-family:'Manrope';font-size:22px;line-height:1.4;max-width:30ch;color:var(--green-deep)}

/* FAQ */
.nfe-scope .faq .wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw}
.nfe-scope .faq-title{position:sticky;top:120px;align-self:start}
.nfe-scope .faq-title h2{font-size:clamp(52px,6vw,90px);max-width:9ch;overflow-wrap:normal;word-break:normal}
.nfe-scope .faq-title p{max-width:34ch;margin-top:22px;line-height:1.65}
.nfe-scope .faq-list{border-top:1px solid var(--line) !important}
.nfe-scope .faq-item{background:none !important;border:0 !important;border-bottom:1px solid var(--line) !important;border-radius:0 !important;box-shadow:none !important}
.nfe-scope .faq-q{width:100%;border:0 !important;border-radius:0 !important;box-shadow:none !important;background:transparent !important;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px 0;text-align:left;font-family:'Manrope';font-size:clamp(20px,2vw,27px);font-weight:600;letter-spacing:-.035em;cursor:pointer}
.nfe-scope .faq-plus{width:40px;height:40px;border-radius:50%;background:var(--soft);position:relative;flex:none;transition:background .25s,transform .35s}
.nfe-scope .faq-plus::before,.nfe-scope .faq-plus::after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:var(--ink);transform:translate(-50%,-50%)}
.nfe-scope .faq-plus::after{transform:translate(-50%,-50%) rotate(90deg)}
.nfe-scope .faq-item.open .faq-plus{background:var(--green);transform:rotate(45deg)}
.nfe-scope .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.22,1,.36,1)}
.nfe-scope .faq-a>div{overflow:hidden}
.nfe-scope .faq-a p{padding:0 68px 26px 0;max-width:720px;line-height:1.7;font-size:16px}
.nfe-scope .faq-item.open .faq-a{grid-template-rows:1fr}

/* FINAL CTA */
.nfe-scope .final{padding:var(--pad)}
.nfe-scope .final-panel{
  max-width:var(--max);margin:0 auto;border-radius:44px;color:#fff;min-height:610px;position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 24px;
  background-image:
    linear-gradient(0deg,rgba(7,18,11,.88) 0%,rgba(7,18,11,.72) 55%,rgba(7,18,11,.6) 100%),
    url('https://drewaddis.com/wp-content/uploads/2026/08/IG3-03.png');
  background-size:cover;background-position:center;
}
.nfe-scope .final-copy{position:relative;z-index:2;max-width:920px}
.nfe-scope .final-copy .eyebrow{justify-content:center;color:var(--green)}
.nfe-scope .final-copy h2{font-size:clamp(54px,7vw,106px);max-width:12ch;margin:0 auto}
.nfe-scope .final-copy p{color:rgba(255,255,255,.62);max-width:630px;margin:28px auto 0;font-size:18px;line-height:1.7}
.nfe-scope .final-actions{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap;margin-top:38px}
.nfe-scope .final .text-link{color:#fff}
.nfe-scope .final .text-link:hover{color:var(--green)}

/* FOOTER */
.nfe-scope footer{padding:0 var(--pad) 50px}
.nfe-scope .footer-inner{max-width:var(--max);margin:0 auto;border-top:1px solid var(--line);padding:44px clamp(20px,5vw,78px) 0;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}
.nfe-scope .footer-brand{font-family:'Manrope',sans-serif;font-weight:700;font-size:26px;letter-spacing:-.02em;color:var(--ink)}
.nfe-scope .footer-copy{font-size:15px;color:var(--ink-faint);max-width:340px;margin-top:16px;line-height:1.65}
.nfe-scope .footer-cols{display:flex;gap:60px;flex-wrap:wrap}
.nfe-scope .footer-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.09em;color:var(--ink-faint);font-weight:700;margin-bottom:18px}
.nfe-scope .footer-col{display:flex;flex-direction:column;gap:13px}
.nfe-scope .footer-col a{font-size:16px;color:var(--ink-soft);font-weight:600}
.nfe-scope .footer-col a:hover{color:var(--green-dark)}
.nfe-scope .social-links{display:flex;align-items:center;gap:10px;margin-top:20px}
.nfe-scope .social-link{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--white);display:grid;place-items:center;color:var(--ink-soft);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}
.nfe-scope .social-link:hover{background:var(--green);border-color:var(--green);color:var(--green-deep);transform:translateY(-2px)}
.nfe-scope .social-link svg{width:17px;height:17px}

/* RESPONSIVE */
@media(max-width:1100px){
  .nfe-scope .desktop-nav{display:none}
  .nfe-scope .header-shell .header-cta{display:none}
  .nfe-scope .burger{display:flex}
  .nfe-scope .hero h1{max-width:9.4ch}
  .nfe-scope .audience .wrap{grid-template-columns:1fr;gap:30px}
  .nfe-scope .audience-side{position:static}
  .nfe-scope .how-head{flex-direction:column;align-items:flex-start}
  .nfe-scope .steps{grid-template-columns:1fr 1fr}
  .nfe-scope .get-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .nfe-scope .get-card{min-height:280px}
  .nfe-scope .get-card.large{grid-row:auto;grid-column:span 2;min-height:420px}
  .nfe-scope .recipe-grid{grid-template-columns:1fr 1fr}
  .nfe-scope .story-panel{flex-direction:column;gap:50px}
  .nfe-scope .story-media{flex:none;min-height:500px;max-width:580px;width:100%}
  .nfe-scope .faq .wrap{grid-template-columns:1fr;gap:50px}
  .nfe-scope .faq-title{position:static}
  .nfe-scope .faq-title h2{max-width:10ch}
}
@media(max-width:900px){
  .nfe-scope .plan-grid{grid-template-columns:1fr;max-width:520px}
  .nfe-scope .plan{padding:32px}
  .nfe-scope .recipe-grid{grid-template-columns:1fr}
  .nfe-scope .get-grid{grid-template-columns:1fr}
  .nfe-scope .get-card.large{grid-column:auto}
}
@media(max-width:760px){
  :root{--pad:10px;--radius:24px}
  .nfe-scope{font-size:16px}
  .nfe-scope .site-header{top:8px;padding:0 12px}
  .nfe-scope .header-shell{min-height:58px;padding:6px 6px 6px 10px;gap:8px}
  .nfe-scope .brand{gap:8px}
  .nfe-scope .brand-mark{width:34px;height:34px}
  .nfe-scope .brand-name{font-size:19px}
  .nfe-scope .brand-name small{font-size:7px}
  .nfe-scope .burger{width:44px;height:44px}
  .nfe-scope .mobile-menu{padding:90px 22px 32px}
  .nfe-scope .mobile-menu-close{top:16px;right:16px;width:42px;height:42px}
  .nfe-scope .mobile-menu-links a{padding:12px 0}
  .nfe-scope .wrap{padding:84px 18px}
  .nfe-scope .nfe-page-main{padding:110px 18px 60px}
  .nfe-scope .hero{padding:8px 8px 10px;min-height:auto}
  .nfe-scope .hero-frame{min-height:760px;border-radius:24px;background-position:58% center}
  .nfe-scope .hero-copy{left:22px;right:22px;bottom:72px}
  .nfe-scope .hero-kicker{margin-bottom:18px;font-size:9px}
  .nfe-scope .hero h1{font-size:clamp(47px,14.2vw,70px);max-width:8.5ch}
  .nfe-scope .hero-sub{font-size:14px;line-height:1.55;max-width:34em}
  .nfe-scope .hero-actions{align-items:flex-start;flex-direction:column;gap:10px;margin-top:24px}
  .nfe-scope .hero .btn,.nfe-scope .hero-secondary{min-height:54px}
  .nfe-scope .hero-scroll{display:none}
  .nfe-scope .hero-word{font-size:23vw;bottom:-.08em}
  .nfe-scope .hero-caption{right:20px;bottom:20px;font-size:8px}
  .nfe-scope .section-title{font-size:48px}
  .nfe-scope .audience-main h2{font-size:50px}
  .nfe-scope .audience-main .lead{font-size:22px}
  .nfe-scope .how-panel{border-radius:30px}
  .nfe-scope .how-head{padding:72px 22px 32px}
  .nfe-scope .steps{grid-template-columns:1fr;padding:0 16px 32px}
  .nfe-scope .step{min-height:200px;padding:24px}
  .nfe-scope .get-head{flex-direction:column;align-items:flex-start}
  .nfe-scope .get-grid{grid-template-columns:1fr}
  .nfe-scope .get-card.large{grid-column:auto;min-height:370px}
  .nfe-scope .plans{margin:10px;border-radius:30px}
  .nfe-scope .plan-grid{grid-template-columns:1fr}
  .nfe-scope .plan{min-height:auto;padding:28px}
  .nfe-scope .plan.featured{transform:none}
  .nfe-scope .plan.featured:hover{transform:translateY(-4px)}
  .nfe-scope .plan-ribbon{top:20px;right:-42px}
  .nfe-scope .plan .btn{margin-top:15px}
  .nfe-scope .recipe-head{grid-template-columns:1fr;gap:22px}
  .nfe-scope .recipe-grid{grid-template-columns:1fr}
  .nfe-scope .recipe-card{min-height:410px}
  .nfe-scope .story-panel{border-radius:30px;padding:24px}
  .nfe-scope .story-media{min-height:430px;border-radius:24px}
  .nfe-scope .story-copy{padding:15px 2px 10px}
  .nfe-scope .faq-q{font-size:20px}
  .nfe-scope .faq-a p{padding-right:10px}
  .nfe-scope .final-panel{border-radius:30px;min-height:540px}
  .nfe-scope .final-copy h2{font-size:52px}
  .nfe-scope .final-actions{flex-direction:column}
  .nfe-scope .footer-inner{flex-direction:column;padding:28px 20px 0}
  .nfe-scope .footer-cols{gap:36px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .nfe-scope *,.nfe-scope *::before,.nfe-scope *::after{animation:none!important;transition:none!important}
  .nfe-scope .reveal{opacity:1;transform:none}
}
