@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{--ink:#111111;--paper:#f7f3ed;--cream:#fffaf3;--orange:#ff5b1a;--yellow:#ffbd12;--muted:#6c6861;--line:rgba(17,17,17,.13);--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none}
.site-header{height:76px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;gap:28px;background:#101010;color:#fff;border-bottom:1px solid rgba(255,255,255,.13);position:sticky;top:0;z-index:10}
.brand{display:flex;align-items:center;gap:12px;font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:-.02em}
.brand b{color:var(--yellow)}
.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--orange);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800;transform:rotate(-3deg)}
.site-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto}.site-nav a{font-size:14px;font-weight:600;color:rgba(255,255,255,.76);transition:color .2s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--yellow)}
.header-cta{font-size:14px;font-weight:700;color:var(--yellow);border-bottom:1px solid currentColor;padding-bottom:2px}
.hero{min-height:700px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background:#121212}
.hero-image{position:absolute;inset:0;background:url('assets/takeaway-feast.png') center/cover no-repeat;transform:scale(1.01)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.87) 37%,rgba(8,8,8,.28) 70%,rgba(8,8,8,.08) 100%)}
.hero-copy{width:min(var(--max),calc(100% - 48px));margin:0 auto;position:relative;z-index:2;padding:88px 0 72px}
.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:800;margin:0 0 22px;color:var(--orange)}
.eyebrow{color:var(--yellow);display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:2px;background:var(--orange)}
h1,h2,h3{font-family:'Manrope',sans-serif;margin-top:0;line-height:1.06;letter-spacing:-.045em}
h1{font-size:clamp(49px,7vw,88px);max-width:830px;margin-bottom:28px}h1 em{font-style:normal;color:var(--yellow)}
.hero-lead{font-size:clamp(18px,2vw,22px);max-width:620px;line-height:1.5;color:rgba(255,255,255,.8);margin:0 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:8px;font-weight:700;transition:.2s ease}.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--orange);color:#fff;box-shadow:0 12px 36px rgba(255,91,26,.25)}.button-quiet{border:1px solid rgba(255,255,255,.25);color:#fff}
.hero-proof{display:flex;gap:0;margin-top:60px;border-top:1px solid rgba(255,255,255,.18);max-width:760px}.hero-proof div{padding:20px 30px 0 0;margin-right:30px;border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column}.hero-proof div:last-child{border:0}.hero-proof strong{font-size:14px}.hero-proof span{font-size:12px;color:rgba(255,255,255,.57)}
.truth-strip{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;padding:26px 24px;background:var(--yellow);font-family:'Manrope',sans-serif;font-size:18px;font-weight:700}.truth-strip p{margin:0}.truth-strip .accent{position:relative}.truth-strip .accent:before{content:'→';margin-right:22px}
.section{padding:110px max(24px,calc((100vw - var(--max))/2))}.section-intro{max-width:680px;margin-bottom:48px}.section-intro.centered{text-align:center;margin:0 auto 58px}.section h2{font-size:clamp(38px,5vw,60px);margin-bottom:20px}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.problem-card{background:var(--cream);border:1px solid var(--line);border-radius:20px;padding:34px;min-height:290px;display:flex;flex-direction:column}.problem-card.featured{background:var(--orange);color:#fff;border-color:var(--orange);transform:translateY(-12px)}.problem-card .num{font-family:'Manrope';font-weight:800;color:var(--orange);margin-bottom:auto}.problem-card.featured .num{color:var(--yellow)}.problem-card h3{font-size:25px;margin:40px 0 10px}.problem-card p{margin:0;color:var(--muted)}.problem-card.featured p{color:rgba(255,255,255,.78)}
.plan-section{background:var(--ink);color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.section-kicker.light{color:var(--yellow)}.plan-copy{position:sticky;top:28px;align-self:start}.plan-copy>p:not(.section-kicker){color:rgba(255,255,255,.65);font-size:18px}.mini-note{margin-top:40px;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:12px;color:rgba(255,255,255,.62);font-size:13px}.mini-note span{color:var(--orange);margin-right:9px}
.deliverables{border-top:1px solid rgba(255,255,255,.17)}.deliverable{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.17)}.deliverable>b{color:var(--orange);font-family:'Manrope';font-size:13px}.deliverable span{display:flex;flex-direction:column}.deliverable strong{font-family:'Manrope';font-size:20px}.deliverable small{font-size:15px;color:rgba(255,255,255,.55);margin-top:5px}
.process-section{background:var(--cream)}.process-line{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.process-line article{padding:32px 28px 0 0;position:relative}.process-line article:not(:last-child){border-right:1px solid var(--line);margin-right:28px}.process-line span{width:34px;height:34px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-family:'Manrope';font-weight:800;font-size:13px;margin-top:-50px}.process-line h3{font-size:21px;margin:32px 0 10px}.process-line p{font-size:14px;color:var(--muted);margin:0}
.pricing-section{background:var(--paper)}.pricing-intro p:last-child{color:var(--muted);font-size:18px}.package-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.package-card{padding:52px;border-radius:26px;color:#fff;display:flex;flex-direction:column;box-shadow:0 30px 80px rgba(74,35,13,.12)}.package-reset{background:linear-gradient(145deg,#e6440c,#ff651f)}.package-monthly{background:#151515}.package-label{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--yellow);margin:0}.package-price{font-family:'Manrope';font-size:72px;font-weight:800;line-height:1;margin:22px 0 24px;letter-spacing:-.06em}.package-price sup{font-size:30px;vertical-align:top;line-height:1.5}.package-price small{font-family:'DM Sans';font-size:15px;font-weight:600;letter-spacing:0;color:rgba(255,255,255,.65)}.package-summary{font-size:17px;color:rgba(255,255,255,.75);min-height:82px}.package-card ul{list-style:none;padding:0;margin:18px 0 28px}.package-card li{padding:9px 0 9px 27px;position:relative;color:rgba(255,255,255,.85)}.package-card li:before{content:'✓';position:absolute;left:0;color:var(--yellow);font-weight:800}.package-foot{border-top:1px solid rgba(255,255,255,.2);padding-top:20px;margin:auto 0 0;color:rgba(255,255,255,.66);font-size:14px}.package-cta{background:var(--yellow);color:var(--ink);width:max-content;margin:30px auto 0}.ordering-note{max-width:920px;margin:26px auto 0;padding:20px 24px;border:1px solid var(--line);border-radius:14px;background:var(--cream);display:grid;grid-template-columns:200px 1fr;gap:22px}.ordering-note strong{font-family:'Manrope'}.ordering-note span{color:var(--muted);font-size:14px}.setup-note{text-align:center;max-width:820px;margin:22px auto 0;color:var(--muted);font-size:14px}.honesty{text-align:center;max-width:720px;margin:12px auto 0;color:var(--muted);font-size:14px}
.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;background:var(--cream)}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:25px 0;font-family:'Manrope';font-size:18px;font-weight:700;display:flex;justify-content:space-between;gap:25px}summary::-webkit-details-marker{display:none}summary span{color:var(--orange);font-size:25px;font-weight:500;transition:.2s}details[open] summary span{transform:rotate(45deg)}details p{margin:-8px 44px 24px 0;color:var(--muted)}
.contact-section{padding:90px max(24px,calc((100vw - var(--max))/2));background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.contact-section h2{font-size:clamp(40px,5vw,64px);margin-bottom:18px}.contact-section>div>p:not(.section-kicker){color:rgba(255,255,255,.61);font-size:18px;max-width:600px}.contact-card{background:var(--yellow);color:var(--ink);padding:42px;border-radius:20px;transform:none;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.contact-label{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:#8f320d}.contact-card h3{font-size:29px;margin:13px 0}.contact-card p{line-height:1.55;color:rgba(17,17,17,.78)!important;font-size:17px!important;max-width:none!important;margin:0}.placeholder-contact{border-top:1px solid rgba(0,0,0,.18);margin-top:24px;padding-top:20px}.contact-card small{display:block;margin-top:8px;opacity:.55;font-size:11px}
.button-contact{background:var(--ink);color:#fff;width:100%;margin-top:24px}.button-contact:hover{background:#292929}.contact-number,.contact-email{align-self:center;font-size:14px;font-weight:700;border-bottom:1px solid rgba(17,17,17,.3)}.contact-number{margin-top:12px}.contact-email{margin-top:7px}
.contact-promise{width:100%;border-top:1px solid rgba(0,0,0,.18);margin-top:24px;padding-top:20px;display:flex;flex-direction:column}
.contact-promise span{font-size:13px;opacity:.65;margin-top:2px}
footer{padding:35px max(24px,calc((100vw - var(--max))/2));background:#080808;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}footer p{color:rgba(255,255,255,.5)}.footer-contact{color:var(--yellow);font-weight:700;margin-left:6px;border-bottom:1px solid currentColor}
@media(max-width:950px){.site-nav{gap:20px}.site-nav .nav-secondary{display:none}}
@media(max-width:850px){.header-cta{display:none}.hero{min-height:760px;align-items:flex-end}.hero-image{background-position:66% center}.hero-shade{background:linear-gradient(0deg,rgba(8,8,8,.99) 0%,rgba(8,8,8,.87) 48%,rgba(8,8,8,.14) 100%)}.hero-copy{padding-top:230px}.hero-proof{display:grid;grid-template-columns:1fr}.hero-proof div{border-right:0;padding-top:14px}.problem-grid,.plan-section,.package-grid,.faq-section,.contact-section{grid-template-columns:1fr}.problem-card.featured{transform:none}.plan-section{gap:48px}.plan-copy{position:static}.process-line{grid-template-columns:1fr 1fr;row-gap:55px}.package-summary{min-height:0}.faq-section,.contact-section{gap:34px}}
@media(max-width:560px){html{scroll-padding-top:76px}.site-header{height:68px;padding:0 17px;gap:16px}.site-nav{gap:16px}.site-nav a{font-size:12px}.brand{font-size:14px}.brand-mark{width:34px;height:34px}.hero{min-height:720px}.hero-copy{width:calc(100% - 34px);padding-bottom:42px}.hero-actions{flex-direction:column}.button{width:100%}.hero-proof{margin-top:36px}.truth-strip{display:block;text-align:center;font-size:15px}.truth-strip .accent:before{content:'';margin:0}.section{padding:76px 18px}.problem-grid{grid-template-columns:1fr}.problem-card{min-height:235px}.process-line{grid-template-columns:1fr}.process-line article:not(:last-child){border-right:0}.package-card{padding:34px 26px}.package-price{font-size:60px}.package-cta{width:100%}.ordering-note{grid-template-columns:1fr;gap:6px}.contact-section{padding:75px 18px}footer{flex-direction:column;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
