/*
Theme Name: NFLoop
Version: 0.1.0
*/
:root{--green:#123f30;--green2:#1f5a43;--cream:#f7f1df;--paper:#fffdf8;--yellow:#ffcf50;--coral:#ed6a4c;--ink:#17362c;--muted:#667066;--line:#ddd3ba}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-head{position:sticky;top:0;z-index:50;background:rgba(247,241,223,.94);backdrop-filter:blur(15px);border-bottom:1px solid rgba(18,63,48,.14)}.site-head .wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;display:flex;align-items:center;gap:.7rem;font:800 1.75rem Georgia,serif}.brand-mark{display:grid;place-items:center;width:42px;height:42px;background:var(--yellow);border:2px solid var(--green);border-radius:50%;font:900 1.3rem system-ui}.site-nav{display:flex;align-items:center;gap:1.7rem}.site-nav a{text-decoration:none;font-size:.9rem;font-weight:750}.nav-submit{background:var(--coral);color:white!important;border-radius:99px;padding:.75rem 1rem}.menu-toggle{display:none;border:1px solid var(--green);background:transparent;border-radius:99px;padding:.55rem .8rem;color:var(--green)}.hero{position:relative;overflow:hidden;padding:110px 0 90px;background:linear-gradient(155deg,#f7f1df,#fffaf0)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%}.hero:before{width:420px;height:420px;background:var(--yellow);right:-100px;top:-130px}.hero:after{width:280px;height:280px;border:60px solid #c9dfbf;left:-150px;bottom:-170px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:5rem;align-items:center}.eyebrow,.nfl-eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--coral);font-size:.73rem;font-weight:900}.hero h1{font:750 clamp(4rem,8vw,7.7rem)/.88 Georgia,serif;letter-spacing:-.06em;margin:.18em 0}.hero h1 em{font-weight:400;color:var(--coral)}.hero-copy>p{font-size:1.2rem;line-height:1.7;color:#58665d;max-width:620px}.hero-search{display:flex;background:white;border:1px solid var(--line);border-radius:99px;padding:.45rem;margin-top:2rem;box-shadow:0 18px 50px rgba(18,63,48,.12)}.hero-search input{flex:1;border:0;background:transparent;padding:0 1rem;font:inherit;min-width:0;outline:0}.hero-search button{border:0;border-radius:99px;background:var(--green);color:white;padding:.9rem 1.3rem;font-weight:850}.hero-card{background:var(--green);color:white;border-radius:34px 34px 140px 34px;padding:2.5rem;min-height:390px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:24px 24px 0 var(--yellow)}.hero-card>span{color:#bcd6c8;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;font-weight:800}.hero-card h2{font:500 3rem/1.05 Georgia,serif;margin:.3em 0}.loop-list{display:grid;gap:.7rem}.loop-list div{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.18);padding-top:.75rem}.loop-list b{color:var(--yellow)}.city-strip{background:var(--green);color:white;padding:1.2rem 0}.city-strip .wrap{display:flex;gap:.7rem;align-items:center;overflow:auto}.city-strip strong{white-space:nowrap;margin-right:.7rem}.city-strip a{white-space:nowrap;text-decoration:none;border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:.5rem .8rem;color:#dcebe3}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:2.5rem}.section h2{font:700 clamp(2.8rem,6vw,5rem)/1 Georgia,serif;letter-spacing:-.04em;margin:.2em 0}.section-head p{max-width:520px;color:var(--muted);line-height:1.75}.link-arrow{color:var(--coral);font-weight:850;text-underline-offset:5px}.discovery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.discovery-card{min-height:310px;border:1px solid var(--line);border-radius:24px;padding:2rem;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.discovery-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:var(--blob);right:-60px;top:-70px;opacity:.8}.discovery-card>*{position:relative;z-index:1}.discovery-card span{font-size:2.1rem}.discovery-card h3{font:700 2rem Georgia,serif;margin:.3em 0}.discovery-card p{line-height:1.65;color:var(--muted)}.discovery-card b{color:var(--coral)}.latest{background:var(--paper);border-block:1px solid var(--line)}.honest-empty{border:1px dashed #b8ad93;border-radius:26px;padding:3rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.honest-empty h3{font:700 2rem Georgia,serif;margin:0}.honest-empty p{color:var(--muted)}.button,.nfl-button{display:inline-block;background:var(--coral);color:white;text-decoration:none;border-radius:99px;padding:1rem 1.3rem;font-weight:900;white-space:nowrap}.join{padding:110px 0}.join-box{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:var(--yellow);border:2px solid var(--green);border-radius:32px;padding:4rem;box-shadow:14px 14px 0 var(--green)}.join h2{font:700 clamp(3rem,6vw,5rem)/1 Georgia,serif;margin:.15em 0}.join p{line-height:1.7}.join-form{align-self:center}.join-form form{display:flex;background:white;padding:.45rem;border-radius:99px}.join-form input{min-width:0;flex:1;border:0;background:transparent;padding:0 1rem;font:inherit}.join-form button{border:0;border-radius:99px;background:var(--green);color:white;padding:.9rem 1.2rem;font-weight:900}.page-hero{padding:75px 0 45px}.page-hero h1{font:700 clamp(3.5rem,8vw,6.5rem)/1 Georgia,serif;margin:.15em 0}.page-hero p{font-size:1.1rem;color:var(--muted);max-width:650px}.page-content{padding-bottom:100px}.entry-shell{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:3rem;max-width:860px}.entry-shell h1{font:700 3.6rem Georgia,serif}.site-footer{background:var(--green);color:#d6e4dc;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem}.footer-grid b{font:700 1.6rem Georgia,serif;color:white}.footer-grid a{display:block;color:#d6e4dc;margin:.6rem 0;text-decoration:none}.footer-note{border-top:1px solid rgba(255,255,255,.15);margin-top:2rem;padding-top:1.5rem;color:#99b0a4;font-size:.8rem}@media(max-width:850px){.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--line);padding:1.4rem 20px;flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.hero{padding:75px 0}.hero-grid,.join-box{grid-template-columns:1fr}.hero h1{font-size:4.5rem}.hero-card{min-height:330px}.discovery-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.honest-empty{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.join-box{padding:2rem}.section{padding:70px 0}}@media(max-width:500px){.wrap{width:min(100% - 28px,1180px)}.hero h1{font-size:3.7rem}.hero-search,.join-form form{border-radius:18px;flex-direction:column}.hero-search button,.join-form button{margin-top:.4rem}.hero-card{border-radius:28px;padding:1.6rem;box-shadow:9px 9px 0 var(--yellow)}.entry-shell{padding:1.4rem}.page-hero h1{font-size:3.5rem}}
