
:root{--ink:#263027;--ink2:#16231c;--cream:#fff8eb;--cream2:#f5ead3;--amber:#f28a2f;--gold:#e4b84f;--green:#61a943;--orange:#ee702b;--muted:#667067;--line:rgba(38,48,39,.13);--white:#fffdf7;--radius:30px;--shadow:0 22px 60px rgba(28,35,29,.12)}
*{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,"Segoe UI",Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.topbar{background:var(--ink2);color:#f8ecd4;font-size:13px;letter-spacing:.03em}.topbar .wrap{min-height:34px;display:flex;align-items:center;gap:12px;justify-content:flex-end}.topbar a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,248,235,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:84px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;min-width:180px}.brand img{width:132px;height:auto}.brand span{display:none;font-size:11px;color:var(--muted)}nav{display:flex;gap:24px;margin-left:auto}.nav-link{font-size:14px;font-weight:700;position:relative}.nav-link:after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:-8px;background:var(--orange);transition:.25s}.nav-link:hover:after,.nav-link.active:after{right:0}.nav-cta{padding:12px 16px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:800}.menu-btn{display:none;border:0;background:var(--white);width:52px;height:52px;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.menu-btn i{display:block;width:23px;height:2px;background:var(--ink);margin:5px auto}.drawer{position:fixed;inset:0;z-index:90;background:var(--ink2);color:#fff;transform:translateX(100%);transition:.35s;padding:24px}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head img{width:150px}.drawer-close{font-size:42px;color:white;background:none;border:0}.drawer-links{margin-top:44px;display:grid}.drawer-links a{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:25px;font-weight:700}.drawer-links span{display:inline-block;width:42px;color:var(--gold);font-size:12px}.drawer-foot{display:flex;gap:20px;margin-top:30px;color:#f2d99b}.hero{min-height:700px;position:relative;display:flex;align-items:flex-end;color:white;overflow:hidden}.hero-media,.hero-scrim{position:absolute;inset:0}.hero-media video{width:100%;height:100%;object-fit:cover}.hero-scrim{background:linear-gradient(90deg,rgba(18,30,24,.94) 0%,rgba(18,30,24,.72) 47%,rgba(18,30,24,.16) 100%),linear-gradient(0deg,rgba(18,30,24,.64),transparent 58%)}.hero-content{position:relative;z-index:2;padding:120px 0 64px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.19em;color:#9b6f21;margin-bottom:16px}.eyebrow.light{color:#f1c86c}.hero h1,.page-hero h1{font-size:clamp(44px,6.6vw,78px);max-width:840px;line-height:1.02;letter-spacing:-.045em;margin:0}.hero p,.page-hero p{font-size:20px;max-width:730px;color:rgba(255,255,255,.78);margin:22px 0 0}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:900;border:1px solid transparent;cursor:pointer;font:inherit}.btn.gold{background:linear-gradient(135deg,#f0c86f,#e49a33);color:#1e2a21}.btn.ghost{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08)}.btn.outline{border-color:var(--ink);color:var(--ink)}.btn.darkbtn{background:var(--ink);color:white}.proof-strip{display:flex;gap:36px;margin-top:54px;padding-top:24px;border-top:1px solid rgba(255,255,255,.25);max-width:760px}.proof-strip div{display:grid}.proof-strip strong{font-size:27px}.proof-strip span{font-size:13px;color:rgba(255,255,255,.65)}.section{padding:100px 0}.section.warm{background:radial-gradient(circle at 85% 12%,rgba(228,184,79,.15),transparent 27%),var(--cream)}.section.dark{background:radial-gradient(circle at 12% 12%,rgba(97,169,67,.12),transparent 27%),var(--ink2);color:white}.section.compact{padding:72px 0}.split-intro,.section-head{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end}.split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2{font-size:clamp(36px,4.5vw,58px);line-height:1.06;letter-spacing:-.04em;margin:0}.lead{font-size:19px;color:var(--muted);margin:0}.lighttext{color:rgba(255,255,255,.74)}.four-grid,.six-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:50px}.six-grid{grid-template-columns:repeat(3,1fr)}.feature-card{background:rgba(255,255,255,.66);border:1px solid rgba(38,48,39,.1);padding:28px;border-radius:26px;box-shadow:0 18px 50px rgba(41,50,42,.06)}.feature-card .ico{width:31px;height:31px;margin-bottom:28px;stroke:var(--ink);fill:none;stroke-width:1.6}.feature-card>span{display:block;font-size:11px;font-weight:900;letter-spacing:.15em;color:#b27925}.feature-card h3{font-size:23px;margin:8px 0}.feature-card p{color:var(--muted);margin:0}.visual-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.story-copy p{color:rgba(255,255,255,.7);font-size:18px}.text-link{display:inline-block;font-weight:900;color:#9b6f21;padding-bottom:4px;border-bottom:1px solid currentColor}.text-link.light{color:#f0c86f}.story-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:14px}.story-mosaic figure{position:relative;margin:0;border-radius:24px;overflow:hidden;min-height:240px}.story-mosaic figure.big{grid-column:1/-1;min-height:380px}.story-mosaic img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.story-mosaic figcaption{position:absolute;left:16px;bottom:16px;background:rgba(22,35,28,.86);padding:8px 12px;border-radius:999px;font-weight:800}.menu-preview{background:#f8efd9}.bev-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}.bev-tile{background:white;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.bev-tile:hover{transform:translateY(-6px)}.bev-tile img{width:100%;aspect-ratio:1/1.08;object-fit:cover}.bev-tile div{padding:18px}.bev-tile small{color:#a56e22;font-weight:900;letter-spacing:.13em}.bev-tile h3{margin:5px 0 2px}.bev-tile span{font-weight:900;color:var(--green)}.manufacturing{background:linear-gradient(135deg,#eef2e8,#fff6e4)}.manufacture-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.manufacture-photo img,.manufacture-grid>img{border-radius:32px;box-shadow:var(--shadow);width:100%;max-height:560px;object-fit:cover}.manufacture-grid p{font-size:18px;color:var(--muted)}.mini-points{display:grid;gap:10px;margin:28px 0}.mini-points span{display:flex;align-items:center;gap:12px;font-weight:800}.mini-points .ico,.check-list .ico,.package-full li .ico{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.8}.packages-tease{background:#fff9ee}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px}.pricing-grid article{position:relative;padding:32px;border:1px solid var(--line);border-radius:28px;background:white}.pricing-grid article.featured{background:var(--ink);color:white;transform:translateY(-12px)}.pricing-grid em{position:absolute;top:-13px;right:22px;background:var(--gold);color:var(--ink);padding:6px 10px;border-radius:999px;font-size:11px;font-style:normal;font-weight:900}.pricing-grid small,.package-full small{font-weight:900;letter-spacing:.14em;color:#b27b25}.pricing-grid h3{font-size:37px;margin:8px 0}.pricing-grid p{color:var(--muted)}.pricing-grid .featured p{color:rgba(255,255,255,.68)}.journey-band{background:linear-gradient(135deg,#263027,#16231c);color:white}.journey-band h2{font-size:54px;margin:0}.journey-scroller{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.14);margin-top:42px}.journey-scroller article{background:var(--ink2);padding:28px}.journey-scroller strong{font-size:11px;color:#e8b953}.journey-scroller span{display:block;font-size:20px;font-weight:900;margin:10px 0}.journey-scroller p{color:rgba(255,255,255,.65);font-size:14px}.final-cta{background:#f1e1bd}.cta-panel{display:flex;align-items:end;justify-content:space-between;gap:40px;background:var(--white);border-radius:34px;padding:48px;box-shadow:var(--shadow)}.cta-panel p{color:var(--muted);font-size:17px;max-width:680px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.page-hero{min-height:560px;padding:130px 0 70px;color:white;background:linear-gradient(125deg,rgba(22,35,28,.98),rgba(48,65,49,.9)),url('img/gallery/current-outlet.webp') center/cover}.franchise-hero{background-image:linear-gradient(125deg,rgba(22,35,28,.97),rgba(48,65,49,.72)),url('img/gallery/legacy-opening-04.webp')}.menu-hero{background-image:linear-gradient(125deg,rgba(22,35,28,.96),rgba(48,65,49,.65)),url('img/beverages/cardamom.webp')}.packages-hero{background-image:linear-gradient(125deg,rgba(22,35,28,.97),rgba(48,65,49,.67)),url('img/gallery/current-opening.webp')}.network-hero{background-image:linear-gradient(125deg,rgba(22,35,28,.95),rgba(48,65,49,.6)),url('img/gallery/legacy-opening-03.webp')}.about-hero{background-image:linear-gradient(125deg,rgba(22,35,28,.97),rgba(48,65,49,.68)),url('img/gallery/legacy-opening-01.webp')}.contact-hero{background-image:linear-gradient(125deg,rgba(22,35,28,.97),rgba(48,65,49,.78)),url('img/gallery/legacy-counter-team.webp')}.page-hero.simple{min-height:360px}.six-grid{margin-top:50px}.timeline{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}.timeline-copy h2{font-size:54px;line-height:1.05;margin:0}.timeline-copy p{color:rgba(255,255,255,.7)}.timeline-steps{display:grid;grid-template-columns:1fr 1fr;gap:16px}.timeline-steps article{padding:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:24px}.timeline-steps span{color:#eec45e;font-weight:900;font-size:12px}.timeline-steps h3{font-size:24px}.timeline-steps p{color:rgba(255,255,255,.67)}.image-split-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.image-split-grid img{border-radius:30px;max-height:620px;width:100%;object-fit:cover}.image-split-grid h2{font-size:48px;line-height:1.07;margin:0}.image-split-grid p{color:var(--muted);font-size:18px}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.menu-card{display:grid;grid-template-columns:220px 1fr;background:white;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 45px rgba(31,38,31,.06)}.menu-card>img{width:100%;height:100%;object-fit:cover}.menu-card-copy{padding:28px;display:grid;grid-template-columns:1fr auto;align-content:center}.menu-card-copy small{color:#a47225;font-weight:900;letter-spacing:.13em}.menu-card-copy h2{font-size:28px;margin:5px 0}.menu-card-copy strong{font-size:25px;color:var(--green)}.menu-card-copy p{grid-column:1/-1;color:var(--muted);margin-bottom:0}.menu-note,.legal-note{margin-top:30px;padding:18px 22px;border-radius:18px;background:#efe1c0;color:#594b2f}.package-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.package-full{position:relative;background:white;border-radius:30px;padding:32px;border:1px solid var(--line);display:flex;flex-direction:column}.package-full.featured{background:var(--ink);color:white;transform:translateY(-16px)}.package-full em{position:absolute;top:-14px;right:24px;background:var(--gold);color:var(--ink);padding:7px 12px;border-radius:999px;font-style:normal;font-size:11px;font-weight:900}.package-full h2{font-size:40px;margin:8px 0}.package-full p{color:var(--muted)}.package-full.featured p{color:rgba(255,255,255,.66)}.package-full ul{list-style:none;padding:0;margin:20px 0 28px;display:grid;gap:11px}.package-full li{display:flex;gap:10px;align-items:flex-start;font-size:14px}.package-full.featured li .ico{stroke:white}.package-full .btn{margin-top:auto}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.check-list span{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.07);padding:16px;border-radius:15px}.check-list .ico{stroke:white}.network-grid{columns:3 280px;column-gap:16px}.network-grid figure{break-inside:avoid;margin:0 0 16px;background:white;border-radius:26px;overflow:hidden;box-shadow:0 15px 35px rgba(30,36,30,.08)}.network-grid img{width:100%;height:auto}.network-grid figcaption{padding:18px}.network-grid small{display:block;color:#a56f26;font-weight:900;letter-spacing:.1em}.network-grid strong{display:block;margin-top:5px}.video-story{display:grid;gap:36px}.video-story h2{font-size:50px;margin:0}.video-story p{color:rgba(255,255,255,.68)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.video-grid figure{margin:0;background:rgba(255,255,255,.06);border-radius:24px;overflow:hidden}.video-grid video{width:100%;aspect-ratio:9/12;object-fit:cover}.video-grid figcaption{padding:14px 16px;font-weight:800}.story-timeline{display:grid;gap:28px}.story-timeline article{display:grid;grid-template-columns:80px 1fr 320px;gap:26px;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--line)}.story-timeline span{font-size:42px;font-weight:900;color:#d39533}.story-timeline h2{font-size:34px;margin:0}.story-timeline p{color:var(--muted)}.story-timeline img{height:220px;width:100%;object-fit:cover;border-radius:24px}.founders{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:18px;align-items:stretch}.founders article{border:1px solid rgba(255,255,255,.13);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.05)}.founders article img{height:340px;width:100%;object-fit:cover;object-position:50% 20%}.founders article div{padding:22px}.founders small{color:#f0c361;font-weight:900;letter-spacing:.12em}.founders h3{font-size:24px;margin:6px 0}.founders p{color:rgba(255,255,255,.64)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px}.contact-cards{display:grid;gap:12px;align-content:start}.contact-cards a{padding:22px;border-radius:22px;background:white;border:1px solid var(--line)}.contact-cards span{display:block;color:#a16f22;font-size:11px;font-weight:900;letter-spacing:.12em}.contact-cards strong{display:block;font-size:21px;margin:5px 0}.contact-cards small{color:var(--muted)}form{background:white;padding:36px;border-radius:30px;box-shadow:var(--shadow)}form h2{font-size:38px;margin:0 0 24px}label{display:grid;gap:7px;margin:0 0 16px;font-size:13px;font-weight:800}input,select,textarea{width:100%;font:inherit;padding:14px 15px;border:1px solid #d8d2c4;border-radius:14px;background:#fffdf7;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:2px solid #e6b54b;outline-offset:1px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-note{font-size:12px;color:var(--muted)}.prose{max-width:780px}.prose h2{font-size:30px}.prose p{color:var(--muted)}footer{background:#111c16;color:#f5ecdb;padding:72px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.3fr;gap:40px}.footer-brand img{width:170px}.footer-grid h4{color:#e5bc5b;margin-top:0}.footer-grid>div:not(.footer-brand){display:grid;align-content:start;gap:8px}.footer-grid p{color:rgba(255,255,255,.6);font-size:14px;margin:0 0 10px}.footer-grid a{font-size:14px}.footer-bottom{margin-top:50px;padding-top:18px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:16px;color:rgba(255,255,255,.48);font-size:12px}.ico{stroke:currentColor;fill:none}
@media(max-width:980px){nav,.nav-cta{display:none}.menu-btn{display:block;margin-left:auto}.topbar .wrap{justify-content:center;overflow:hidden;white-space:nowrap}.hero{min-height:660px}.hero-scrim{background:linear-gradient(0deg,rgba(18,30,24,.92),rgba(18,30,24,.35) 70%)}.four-grid{grid-template-columns:1fr 1fr}.six-grid{grid-template-columns:1fr 1fr}.visual-story,.manufacture-grid,.timeline,.image-split-grid,.contact-grid{grid-template-columns:1fr}.story-copy{max-width:700px}.bev-row{grid-template-columns:1fr 1fr}.package-full-grid,.pricing-grid{grid-template-columns:1fr}.package-full.featured,.pricing-grid article.featured{transform:none}.founders{grid-template-columns:1fr 1fr}.founder-intro{grid-column:1/-1}.menu-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:620px){.wrap{width:calc(100% - 34px)}.topbar{font-size:10.5px}.topbar .wrap{gap:6px;min-height:30px}.topbar span{display:none}.nav-wrap{height:72px}.brand img{width:120px}.site-header{background:#fff8eb}.hero{min-height:690px}.hero-content{padding:120px 0 36px}.hero h1,.page-hero h1{font-size:40px;line-height:1.03}.hero p,.page-hero p{font-size:17px}.proof-strip{gap:14px;overflow-x:auto}.proof-strip div{min-width:130px}.proof-strip strong{font-size:22px}.section{padding:70px 0}.split-intro,.section-head{grid-template-columns:1fr;gap:22px}.split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2{font-size:34px}.lead{font-size:16px}.four-grid,.six-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.feature-card{padding:20px;border-radius:20px}.feature-card .ico{margin-bottom:18px}.feature-card h3{font-size:19px}.feature-card p{font-size:14px}.visual-story{gap:34px}.story-mosaic{gap:8px}.story-mosaic figure{min-height:170px;border-radius:18px}.story-mosaic figure.big{min-height:260px}.bev-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.bev-tile{min-width:72vw;scroll-snap-align:start}.manufacture-grid{gap:30px}.journey-band h2{font-size:36px}.journey-scroller{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.journey-scroller article{min-width:76vw;scroll-snap-align:start}.cta-panel{padding:28px;display:grid;align-items:start}.page-hero{min-height:470px;padding:115px 0 50px}.timeline{gap:30px}.timeline-copy h2{font-size:36px}.timeline-steps{grid-template-columns:1fr}.image-split-grid h2{font-size:36px}.menu-card{grid-template-columns:125px 1fr}.menu-card-copy{padding:18px}.menu-card-copy h2{font-size:20px}.menu-card-copy strong{font-size:20px}.menu-card-copy p{font-size:13.5px}.package-full{padding:24px}.network-grid{columns:2 160px;column-gap:10px}.network-grid figure{border-radius:18px;margin-bottom:10px}.network-grid figcaption{padding:13px}.video-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.video-grid figure{min-width:78vw;scroll-snap-align:start}.story-timeline article{grid-template-columns:52px 1fr}.story-timeline img{grid-column:1/-1;height:240px}.story-timeline span{font-size:30px}.story-timeline h2{font-size:27px}.founders{grid-template-columns:1fr}.founder-intro{grid-column:auto}.founders article img{height:410px}.contact-grid{gap:26px}form{padding:24px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:grid;text-align:left}.drawer-links a{font-size:22px}}
@media(max-width:380px){.four-grid,.six-grid{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:36px}.network-grid{columns:1}.menu-card{grid-template-columns:110px 1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* V2.1 PROOF + MENU + PACKAGE CORRECTION */
.ico-svg{width:42px;height:42px;border-radius:14px;display:inline-grid;place-items:center;background:#fff7e7;border:1px solid #ead7ad;color:#9b6a20;flex:0 0 auto}
.ico-svg svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature-card>.ico-svg{margin-bottom:18px}
.mini-points .ico-svg,.check-list .ico-svg,.package-full li .ico-svg{width:26px;height:26px;border-radius:8px;background:rgba(230,181,75,.13);border-color:rgba(230,181,75,.28)}
.package-full.featured li .ico-svg,.dark .ico-svg{color:#efc65e;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}

.proof-video-section{background:linear-gradient(145deg,#f9f2df 0%,#eef3ea 100%)}
.proof-video-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px}
.proof-video{margin:0;background:#15251c;border-radius:28px;overflow:hidden;box-shadow:0 22px 55px rgba(26,34,27,.13)}
.proof-video video{display:block;width:100%;aspect-ratio:9/12;object-fit:cover;background:#0d1812}
.proof-video.featured-proof video{aspect-ratio:4/5}
.proof-video figcaption{padding:17px 18px 20px;color:white;display:grid;gap:5px}
.proof-video figcaption small{color:#e7ba53;font-size:10px;font-weight:900;letter-spacing:.13em}
.proof-video figcaption strong{font-size:16px;line-height:1.35}
.proof-photo-strip,.archive-band{background:#f7f0de}
.proof-photo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.proof-photo-row img{width:100%;height:260px;object-fit:cover;border-radius:20px;border:1px solid rgba(38,48,39,.12);box-shadow:0 12px 30px rgba(30,38,30,.08)}

.package-full>small{font-size:11px;color:#9c6b24;font-weight:900;letter-spacing:.14em}
.package-full.featured>small{color:#edc25c}
.package-full h2{font-size:36px;margin:10px 0 6px}
.package-full.featured h2{color:white}
.package-full .btn{width:100%;text-align:center}

.menu-board-section{padding:52px 0;background:#17271e;color:white}
.menu-board{border:1px solid rgba(255,255,255,.14);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));overflow:hidden}
.menu-board-head{padding:26px 30px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.12)}
.menu-board-head h2{font-size:34px;margin:6px 0 0}.menu-board-head>span{font-size:12px;color:#edc15a;font-weight:800;white-space:nowrap}
.menu-board-cols{display:grid;grid-template-columns:1fr 1fr}.menu-board-cols>div+div{border-left:1px solid rgba(255,255,255,.12)}
.menu-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:17px 28px;border-bottom:1px solid rgba(255,255,255,.09)}
.menu-row:last-child{border-bottom:0}.menu-row strong{font-size:17px;line-height:1.3}.menu-row b{min-width:54px;text-align:center;background:#e8b94e;color:#17271e;padding:8px 10px;border-radius:999px;font-size:15px}
.menu-card{grid-template-columns:180px minmax(0,1fr)}
.menu-card-copy{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;align-items:start}
.menu-card-copy>div{min-width:0}.menu-card-copy h2{line-height:1.15;margin-top:7px;overflow-wrap:anywhere}.menu-price{align-self:start;justify-self:end;min-width:58px;text-align:center;background:#f0c45f;color:#17271e!important;padding:8px 11px;border-radius:999px;font-size:16px!important;line-height:1}
.menu-card-copy p{padding-top:4px}

.franchise-proof{background:#edf2ea}
.proof-archive-grid{grid-template-columns:repeat(3,1fr)}
.field-voices{margin-top:42px;padding-top:36px;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:start}
.field-voices h3{font-size:32px;margin:6px 0}.field-voices p{color:rgba(255,255,255,.65)}
.voice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.voice-grid figure{margin:0;border-radius:24px;overflow:hidden;background:rgba(255,255,255,.06)}.voice-grid video{display:block;width:100%;aspect-ratio:9/13;object-fit:cover}.voice-grid figcaption{padding:14px 16px;color:white;font-weight:800}

@media(max-width:980px){
 .proof-video-grid{grid-template-columns:1fr 1fr}.proof-video.featured-proof{grid-column:1/-1}.proof-video.featured-proof video{aspect-ratio:16/9}
 .proof-photo-row{grid-template-columns:repeat(3,1fr)}.proof-photo-row img{height:230px}
 .field-voices{grid-template-columns:1fr}.proof-archive-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .proof-video-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px}.proof-video,.proof-video.featured-proof{min-width:78vw;scroll-snap-align:start}.proof-video.featured-proof video,.proof-video video{aspect-ratio:9/12}
 .proof-photo-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.proof-photo-row img{min-width:68vw;height:300px;scroll-snap-align:start}
 .menu-board-section{padding:38px 0}.menu-board-head{padding:22px;display:grid}.menu-board-head h2{font-size:27px}.menu-board-cols{grid-template-columns:1fr}.menu-board-cols>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.12)}.menu-row{padding:14px 18px}.menu-row strong{font-size:15.5px}.menu-row b{font-size:14px;min-width:50px}
 .menu-card{grid-template-columns:108px minmax(0,1fr);min-height:150px}.menu-card>img{min-height:150px}.menu-card-copy{padding:16px;gap:7px 9px}.menu-card-copy small{font-size:9.5px}.menu-card-copy h2{font-size:18px;margin:5px 0}.menu-price{font-size:14px!important;min-width:48px;padding:7px 8px}.menu-card-copy p{font-size:13px;line-height:1.45}
 .package-full{padding:26px 22px}.package-full h2{font-size:30px}.package-full li{font-size:14.5px;line-height:1.45}
 .proof-archive-grid{display:flex;grid-template-columns:none}.field-voices{margin-top:30px}.voice-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.voice-grid figure{min-width:78vw;scroll-snap-align:start}
}
@media(max-width:390px){.menu-card{grid-template-columns:96px minmax(0,1fr)}.menu-card-copy{padding:14px}.menu-card-copy h2{font-size:17px}.menu-card-copy p{font-size:12.5px}}


/* V2.2 FRANCHISE-FIRST CONVERSION SYSTEM — intentionally distinct from PNG Associates */
:root{--ink:#31251b;--ink2:#241a13;--cream:#fff6e6;--cream2:#f6e6c5;--amber:#f59b23;--gold:#f4c34f;--green:#4e973f;--orange:#f07818;--muted:#726b60;--line:rgba(66,48,31,.14);--white:#fffdf7;--shadow:0 20px 48px rgba(76,51,26,.12)}
body{background:#fff8ec}.topbar{background:#2c2018}.topbar strong{color:#ffc95d;letter-spacing:.12em;font-size:10px}.site-header{background:#fff9ec;border-bottom:2px solid rgba(240,120,24,.18);backdrop-filter:none}.brand span{display:block;color:#b25a15;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.nav-wrap{height:78px}.brand img{width:128px}.nav-link:after{background:linear-gradient(90deg,var(--orange),var(--green))}.nav-cta{background:var(--orange);color:white}.menu-btn{border:1px solid rgba(240,120,24,.18);border-radius:50%;background:white}.drawer{background:radial-gradient(circle at 85% 15%,rgba(240,120,24,.22),transparent 34%),#2a1f17}.drawer-kicker{margin-top:28px;color:#f7bd4e;font-size:11px;font-weight:900;letter-spacing:.17em}.drawer-links span{color:#f4a431}.hero-scrim{background:linear-gradient(90deg,rgba(43,29,20,.94),rgba(43,29,20,.68) 48%,rgba(43,29,20,.12)),linear-gradient(0deg,rgba(43,29,20,.7),transparent 58%)}.hero h1,.page-hero h1{letter-spacing:-.052em}.btn.gold{background:linear-gradient(135deg,#ffcf59,#f18b1d);color:#332214}.btn.orangebtn{background:var(--orange);color:#fff}.btn.greenbtn{background:var(--green);color:#fff}.text-link{color:#c66518}.franchise-marquee{overflow:hidden;background:var(--green);color:white;border-top:4px solid var(--orange);border-bottom:4px solid #f6c452}.franchise-marquee div{padding:13px 20px;text-align:center;font-size:12px;font-weight:900;letter-spacing:.14em;white-space:nowrap}.franchise-marquee b{color:#ffd26c;margin:0 12px}.franchise-value{background:radial-gradient(circle at 12% 18%,rgba(240,120,24,.11),transparent 28%),#fff7e8}.feature-card.punch{border-top:5px solid var(--orange);background:#fffdf7}.feature-card.punch:nth-child(even){border-top-color:var(--green)}.feature-card.punch>span{font-size:13px;color:#c65b17}.retail-proof{background:linear-gradient(145deg,#fff0d0,#f0f5df)}.proof-video{background:#2a1f17}.proof-video figcaption small{color:#ffb33b}.package-spotlight{background:#f7e5bd}.setup-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.setup-card{background:#fffdf7;border-radius:28px;overflow:hidden;border:1px solid rgba(73,51,28,.12);box-shadow:var(--shadow)}.setup-photo{position:relative}.setup-photo img{width:100%;height:260px;object-fit:cover}.setup-photo span{position:absolute;left:14px;bottom:14px;background:rgba(39,28,20,.84);color:white;padding:7px 9px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.09em}.setup-card>div:last-child{padding:25px}.setup-card small{color:#c15e17;font-weight:900;letter-spacing:.14em}.setup-card.standard small{color:#3f8437}.setup-card h3{font-size:28px;margin:7px 0}.setup-card p{color:var(--muted)}.setup-card a{font-weight:900;color:#c55d16}.roi-tease{background:radial-gradient(circle at 75% 25%,rgba(242,139,29,.19),transparent 28%),#2d2018;color:white}.roi-tease-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center}.roi-tease h2{font-size:clamp(38px,4.7vw,58px);line-height:1.04;margin:0}.roi-tease p{color:rgba(255,255,255,.72);font-size:18px}.roi-mini{display:grid;gap:12px}.roi-mini div{display:grid;grid-template-columns:46px 1fr;gap:2px 14px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06)}.roi-mini span{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-weight:900}.roi-mini strong{font-size:18px}.roi-mini small{color:rgba(255,255,255,.58)}.retail-menu{background:#fff9eb}.menu-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}.menu-quick div{border-radius:22px;padding:22px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(77,52,25,.06);display:grid;gap:8px}.menu-quick span{font-size:30px;color:var(--orange);font-weight:950}.menu-quick strong{font-size:15px}.network-conversion{background:radial-gradient(circle at 15% 20%,rgba(78,151,63,.15),transparent 30%),#322319;color:white}.network-conversion .story-copy p{color:rgba(255,255,255,.7)}.story-mosaic figcaption{background:rgba(49,35,25,.88)}.franchise-process{background:#fff0d5}.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:40px;border-radius:26px;overflow:hidden;border:1px solid #e5c78f}.process-line article{padding:26px;background:#fffdf7;position:relative}.process-line article+article{border-left:1px solid #ead2a5}.process-line b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f18a1d;color:white}.process-line article:nth-child(even) b{background:var(--green)}.process-line h3{font-size:20px;margin:16px 0 7px}.process-line p{font-size:14px;color:var(--muted);margin:0}.backend-strip{background:#4b913d;color:#fff;border-top:5px solid #f28c1d;border-bottom:5px solid #f3c84f}.backend-strip .wrap{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px}.backend-strip div div{display:grid}.backend-strip span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#ffe08a}.backend-strip strong{font-size:19px}.backend-strip a{font-weight:900;background:#fff;color:#3e7136;padding:11px 16px;border-radius:999px}.franchise-final{background:#ffe6b3}.retail-page-hero{background-color:#3a291d;background-blend-mode:multiply}.packages-hero{background-image:linear-gradient(115deg,rgba(48,31,20,.96),rgba(78,151,63,.42)),url('img/gallery/current-opening.webp')}.roi-hero{background-image:linear-gradient(115deg,rgba(48,31,20,.96),rgba(240,120,24,.32)),url('img/gallery/legacy-counter-team.webp')}.package-intro{padding:44px 0;background:#fff0d3}.package-note{display:flex;gap:20px;align-items:center;border-left:6px solid var(--orange);padding:20px 24px;background:white;border-radius:0 20px 20px 0}.package-note strong{font-size:20px}.package-note span{color:var(--muted)}.package-detail-section{background:#fffaf0}.package-detail-section.alternate{background:#f0f6e8}.package-detail{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start}.package-detail.reverse{grid-template-columns:1.18fr .82fr}.package-detail.reverse .package-visual{order:2}.package-visual{position:sticky;top:115px}.package-visual img{width:100%;height:540px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.package-visual small{display:block;margin-top:10px;color:var(--muted);font-size:11px}.package-name{display:flex;gap:18px;align-items:center}.package-name>span{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:white;font-weight:950}.alternate .package-name>span{background:var(--green)}.package-name small{font-weight:900;letter-spacing:.14em;color:#c05b17}.package-name h2{font-size:44px;margin:4px 0}.package-copy>p{font-size:18px;color:var(--muted)}.package-groups{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.package-groups>div{background:white;padding:20px;border-radius:20px;border:1px solid var(--line)}.alternate .package-groups>div{background:#fbfff7}.package-groups h3{margin:0 0 12px;font-size:17px}.package-groups ul{margin:0;padding-left:18px;color:var(--muted);font-size:14px;display:grid;gap:7px}.comparison-section{background:#2f2118;color:white}.comparison-section .section-head h2{color:white}.compare-wrap{overflow:auto;border-radius:24px;border:1px solid rgba(255,255,255,.12)}.package-compare{border-collapse:collapse;width:100%;min-width:720px;background:rgba(255,255,255,.04)}.package-compare th,.package-compare td{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.package-compare th{background:#f08a1b;color:#2f2118;font-size:13px}.package-compare th:nth-child(3){background:#5da04c;color:white}.package-compare td:not(:first-child){font-weight:800}.package-commercial-note{margin-top:28px;background:rgba(255,255,255,.07);border-radius:18px;padding:20px}.package-commercial-note strong{color:#ffd071}.package-commercial-note p{color:rgba(255,255,255,.69);margin-bottom:0}.detail-photo-policy{background:#fff1d4}.calculator-section{background:linear-gradient(145deg,#fff1d1,#f0f6e7)}.calculator-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}.calc-form{background:#fffdf7;border-radius:30px;padding:36px;box-shadow:var(--shadow)}.calc-form h2,.calc-results h2{font-size:38px;margin:0 0 25px}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.calc-grid label{margin:0}.calc-grid label small{font-weight:500;color:var(--muted)}.investment-field{grid-column:1/-1;border-top:1px dashed #d8bc87;padding-top:16px}.calc-actions{display:flex;gap:12px;margin-top:24px}.calc-reset{border:0;background:transparent;font-weight:800;color:#8b6b47}.calc-results{position:sticky;top:110px;background:#2e2119;color:white;border-radius:30px;padding:34px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-grid>div{padding:16px;border-radius:16px;background:rgba(255,255,255,.07);display:grid;gap:5px}.result-grid span{font-size:11px;color:rgba(255,255,255,.59);line-height:1.35}.result-grid strong{font-size:20px}.result-grid .highlight{grid-column:1/-1;background:linear-gradient(135deg,#ee791a,#cf5512)}.result-grid .highlight strong{font-size:29px}.roi-share{width:100%;margin-top:18px}.calc-explainer{background:#fff9ec}.roi-disclaimer{padding:48px 0;background:#4d913f;color:white}.roi-disclaimer .wrap{max-width:900px}.roi-disclaimer strong{font-size:22px}.roi-disclaimer p{color:rgba(255,255,255,.79);margin-bottom:0}.enquiry-next{background:#fff0d1}.footer-brand .backend-badge{display:inline-flex;gap:8px;align-items:center;margin-top:14px;padding:9px 11px;border:1px solid rgba(255,255,255,.14);border-radius:12px}.backend-badge span{font-size:9px;color:#ffcf60;font-weight:900;letter-spacing:.1em}.backend-badge a{font-size:12px!important;font-weight:900}.topbar .wrap{justify-content:center}
@media(max-width:980px){.setup-levels,.process-line,.menu-quick{grid-template-columns:1fr 1fr}.roi-tease-grid,.package-detail,.package-detail.reverse,.calculator-layout{grid-template-columns:1fr}.package-detail.reverse .package-visual{order:0}.package-visual,.calc-results{position:static}.package-visual img{height:420px}.process-line article+article{border-left:0}.process-line article{border-bottom:1px solid #ead2a5}.backend-strip .wrap{padding:20px 0}}
@media(max-width:620px){.brand span{display:none}.franchise-marquee div{font-size:10px;overflow:hidden;text-overflow:clip}.setup-levels,.process-line,.menu-quick,.package-groups,.calc-grid,.result-grid{grid-template-columns:1fr}.setup-photo img{height:230px}.roi-tease-grid{gap:34px}.roi-tease h2{font-size:34px}.menu-quick div{grid-template-columns:70px 1fr;align-items:center}.menu-quick span{font-size:24px}.process-line{border-radius:20px}.backend-strip .wrap{display:grid}.backend-strip a{justify-self:start}.package-detail{gap:25px}.package-visual img{height:300px}.package-name h2{font-size:33px}.package-groups{gap:8px}.package-groups>div{padding:17px}.calc-form,.calc-results{padding:24px}.calc-form h2,.calc-results h2{font-size:30px}.result-grid .highlight{grid-column:auto}.result-grid .highlight strong{font-size:25px}.investment-field{grid-column:auto}.package-note{display:grid}.topbar .wrap{font-size:10px}.topbar strong{display:none}}

/* V2.3 batch-based ROI correction */
.batch-assumption-note{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;margin-bottom:24px;padding:24px 28px;border-radius:26px;background:#fffdf7;border:1px solid rgba(73,51,28,.12);box-shadow:0 12px 32px rgba(77,52,25,.06)}
.batch-assumption-note h2{margin:3px 0 8px;font-size:30px}.batch-assumption-note p{margin:0;color:var(--muted);line-height:1.65}.batch-example-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.batch-example-stats div{padding:14px 16px;border-radius:16px;background:#fff3d9;border:1px solid #ead2a5;display:grid;gap:3px}.batch-example-stats span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#9e6718;text-transform:uppercase}.batch-example-stats strong{font-size:20px}.calc-subhead{margin:26px 0 12px;padding-top:18px;border-top:1px solid #ead9b8;font-weight:950;color:#9d591c;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.calc-subhead:first-of-type{margin-top:4px}.batch-results{grid-template-columns:1fr 1fr}.batch-math-note{margin-top:14px;padding:14px 16px;border-radius:14px;background:rgba(255,207,89,.11);border:1px solid rgba(255,207,89,.25);color:rgba(255,255,255,.78);font-size:13px;line-height:1.5}.expense-grid label{min-width:0}
@media(max-width:980px){.batch-assumption-note{grid-template-columns:1fr}.batch-example-stats{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){.batch-assumption-note{padding:20px}.batch-example-stats{grid-template-columns:1fr 1fr}.batch-results{grid-template-columns:1fr}.calc-grid.expense-grid{grid-template-columns:1fr}.batch-assumption-note h2{font-size:26px}}


/* V2.5 COMPLETE MOBILE / NAV / ROI STABILIZATION */
html,body{max-width:100%;overflow-x:hidden}
.topbar .wrap{justify-content:center!important;white-space:normal!important;text-align:center;flex-wrap:wrap;padding:6px 0;line-height:1.35}
.topbar strong{color:#ffc95d}
.nav-wrap{min-width:0}.brand{min-width:150px}.site-header nav{gap:18px}.site-header .nav-link{white-space:nowrap}
.hero-home .hero-content{padding-bottom:52px}
.proof-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important;overflow:visible!important;max-width:860px}
.proof-strip div{min-width:0!important;padding:14px 14px 12px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}
.proof-strip strong{font-size:18px!important;line-height:1.15}.proof-strip span{margin-top:5px;font-size:11px!important;line-height:1.35}
.franchise-support-section{background:linear-gradient(145deg,#fff2d7,#edf5e7)}
.home-roi{border-top:5px solid var(--orange);border-bottom:5px solid var(--green)}
.roi-callout-v25{padding:82px 0}
.calc-grid input,.calc-grid select,.calc-grid textarea{width:100%;max-width:100%}
.calc-form{min-width:0}.calculator-layout>*{min-width:0}
.result-grid>div{min-width:0}.result-grid strong{overflow-wrap:anywhere}
@media(max-width:1100px){.site-header nav{gap:13px}.site-header .nav-link{font-size:12.5px}.nav-cta{padding:10px 13px;font-size:12px}}
@media(max-width:980px){.topbar .wrap{min-height:32px}.proof-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-home .hero-content{padding-top:90px}.roi-callout-v25{padding:70px 0}}
@media(max-width:620px){
 .topbar{font-size:10px}.topbar .wrap{gap:7px;padding:6px 0}.topbar strong{display:inline!important;font-size:9px}
 .hero-home{min-height:720px}.hero-home .hero-content{padding:84px 0 30px}
 .proof-strip{grid-template-columns:1fr!important;gap:8px!important;margin-top:28px!important;padding-top:14px!important}
 .proof-strip div{padding:10px 12px!important;display:grid!important;grid-template-columns:120px 1fr;align-items:center;gap:8px}
 .proof-strip strong{font-size:14px!important}.proof-strip span{font-size:10.5px!important;margin:0!important}
 .home-roi .hero-actions{display:grid}.home-roi .hero-actions .btn{width:100%}
 .roi-callout-v25{padding:64px 0}
 .roi-tease-grid{gap:28px!important}.roi-mini div{padding:16px!important}
 .calc-actions{display:grid}.calc-actions .btn,.calc-reset{width:100%;min-height:48px}
 .footer-grid{grid-template-columns:1fr!important}.footer-brand,.footer-grid>div:last-child{grid-column:auto!important}
}


/* V2.6 — MOBILE TYPOGRAPHY, SPACING, MEDIA & CALCULATOR REFINEMENT */
:root{--mobile-pad:18px}
body{overflow-x:hidden}
section,header,footer,main{max-width:100%}
.hero h1,.page-hero h1,.split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2,.timeline-copy h2,.image-split-grid h2,.video-story h2,form h2{overflow-wrap:normal;word-break:normal;text-wrap:balance}
.section-head,.split-intro{align-items:start}
.proof-video-grid,.video-grid,.bev-row,.journey-scroller{max-width:100%}
.investment-box{margin-top:22px;padding-top:4px}.investment-box label{max-width:520px}

@media(max-width:980px){
 .section{padding:78px 0}.section.compact{padding:58px 0}
 .split-intro,.section-head{gap:24px}
 .visual-story,.manufacture-grid,.timeline,.image-split-grid,.contact-grid{gap:38px}
 .pricing-grid,.package-full-grid{gap:20px}
 .four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .proof-video-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .journey-scroller{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:620px){
 body{font-size:16px;line-height:1.5}
 .wrap{width:calc(100% - 36px)!important;max-width:none}
 .topbar .wrap{min-height:38px!important;padding:5px 0!important;gap:8px!important;font-size:10px!important;white-space:nowrap!important;flex-wrap:nowrap!important}
 .topbar strong{font-size:10px!important}.topbar span{display:inline!important}
 .nav-wrap{height:74px!important;gap:12px}.brand{min-width:0!important}.brand img{width:122px!important}.menu-btn{width:48px;height:48px;border-radius:16px}
 .drawer{padding:18px}.drawer-head img{width:128px}.drawer-links{margin-top:28px}.drawer-links a{font-size:20px;padding:13px 0}.drawer-foot{display:grid;gap:8px;margin-top:22px}
 .eyebrow{font-size:10.5px;letter-spacing:.15em;margin-bottom:12px}
 .hero{min-height:610px!important;align-items:flex-end}.hero-home .hero-content,.hero-content{padding:78px 0 34px!important}
 .hero h1,.page-hero h1{font-size:clamp(36px,10.6vw,42px)!important;line-height:1.03!important;letter-spacing:-.035em!important}
 .hero p,.page-hero p{font-size:16.5px!important;line-height:1.56!important;margin-top:18px!important}
 .hero-actions{margin-top:24px;display:grid!important;grid-template-columns:1fr;gap:10px}.hero-actions .btn{width:100%}
 .hero-media{background:url('img/gallery/current-outlet.webp') center/cover no-repeat}.hero-media video{display:none}.hero-scrim{background:linear-gradient(0deg,rgba(24,19,14,.94),rgba(24,19,14,.48) 76%,rgba(24,19,14,.18))}
 .proof-strip{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:24px!important;padding-top:14px!important;overflow:visible!important}
 .proof-strip div{display:grid!important;grid-template-columns:120px 1fr!important;gap:10px!important;align-items:center!important;padding:10px 12px!important;min-width:0!important;border-radius:14px!important}.proof-strip strong{font-size:14px!important}.proof-strip span{font-size:11px!important;margin:0!important}
 .page-hero{min-height:390px!important;padding:82px 0 46px!important;background-position:center!important}
 .section{padding:60px 0!important}.section.compact{padding:50px 0!important}
 .split-intro,.section-head{grid-template-columns:1fr!important;gap:18px!important}
 .split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2,.timeline-copy h2,.image-split-grid h2,.video-story h2,form h2{font-size:32px!important;line-height:1.08!important;letter-spacing:-.03em!important}
 .lead,.story-copy p,.manufacture-grid p,.image-split-grid p{font-size:16px!important;line-height:1.6!important}
 .four-grid,.six-grid{grid-template-columns:1fr!important;gap:12px!important;margin-top:26px!important}
 .feature-card{padding:22px!important;border-radius:20px!important}.feature-card .ico-svg{margin-bottom:14px}.feature-card h3{font-size:21px!important;margin:6px 0 8px!important}.feature-card p{font-size:15px!important;line-height:1.55}
 .visual-story{grid-template-columns:1fr!important;gap:28px!important}.story-mosaic{grid-template-columns:1fr!important;gap:10px!important}.story-mosaic figure,.story-mosaic figure.big{grid-column:auto!important;min-height:240px!important;border-radius:20px!important}
 .pricing-grid,.package-full-grid{grid-template-columns:1fr!important;gap:16px!important;margin-top:28px!important}.pricing-grid article,.package-full{padding:24px!important;border-radius:22px!important}.pricing-grid article.featured,.package-full.featured{transform:none!important}.pricing-grid h3,.package-full h2{font-size:30px!important}.pricing-grid em,.package-full em{position:static!important;display:inline-flex!important;align-self:flex-start!important;margin-bottom:10px}
 .package-full li{font-size:14px!important;line-height:1.48!important}.package-full ul{gap:10px!important;margin:18px 0 24px!important}.legal-note,.menu-note{font-size:13px;line-height:1.55;margin-top:18px;padding:15px 16px}
 .check-list{grid-template-columns:1fr!important;gap:8px!important}.check-list span{padding:13px!important}
 .proof-video-grid,.video-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;overflow:visible!important}.proof-video-grid figure,.video-grid figure{min-width:0!important;width:100%!important;margin:0!important}.proof-video video,.video-grid video{width:100%!important;aspect-ratio:16/11!important;object-fit:cover!important}.proof-video figcaption,.video-grid figcaption{padding:14px 16px!important}
 .bev-row{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;overflow:visible!important;padding-bottom:0!important}.bev-tile{min-width:0!important;width:100%!important}.bev-tile img{aspect-ratio:16/11!important}.bev-tile div{padding:18px!important}
 .journey-scroller{display:grid!important;grid-template-columns:1fr!important;gap:1px!important;overflow:visible!important}.journey-scroller article{min-width:0!important;width:100%!important;padding:22px!important}
 .network-grid{columns:1!important;column-gap:0!important}.network-grid figure{margin-bottom:14px!important;border-radius:20px!important}.network-grid figcaption{padding:16px!important}
 .story-timeline article{grid-template-columns:44px 1fr!important;gap:14px!important}.story-timeline img{grid-column:1/-1!important;height:220px!important;border-radius:18px!important}.story-timeline h2{font-size:25px!important}.story-timeline span{font-size:28px!important}
 .founders{grid-template-columns:1fr!important;gap:14px!important}.founders article img{height:340px!important}
 .manufacture-grid img,.manufacture-photo img{border-radius:22px!important;max-height:420px!important}
 .contact-grid{grid-template-columns:1fr!important;gap:20px!important}.contact-cards{gap:10px!important}.contact-cards a{padding:18px!important;border-radius:18px!important}.contact-cards strong{font-size:18px!important;overflow-wrap:anywhere}
 form{padding:22px!important;border-radius:22px!important}.form-row{grid-template-columns:1fr!important}.form-note{line-height:1.5}
 .menu-board{border-radius:20px!important;padding:18px!important}.menu-board-head{display:grid!important;gap:10px!important}.menu-board-head h2{font-size:28px!important}.menu-board-cols{grid-template-columns:1fr!important;gap:0!important}.menu-row{padding:11px 0!important}.menu-row strong{font-size:14px!important}.menu-row b{font-size:16px!important}
 .menu-grid{grid-template-columns:1fr!important;gap:14px!important}.menu-card{grid-template-columns:112px 1fr!important;border-radius:20px!important;min-width:0!important}.menu-card>img{height:100%!important;min-height:180px!important}.menu-card-copy{padding:16px!important;grid-template-columns:1fr auto!important;min-width:0}.menu-card-copy h2{font-size:19px!important;line-height:1.15!important}.menu-card-copy strong{font-size:18px!important}.menu-card-copy p{font-size:13px!important;line-height:1.45!important}
 .cta-panel{display:grid!important;gap:20px!important;padding:24px!important;border-radius:24px!important}.cta-actions{display:grid!important}.cta-actions .btn,.cta-panel>.btn{width:100%}
 .footer-grid{grid-template-columns:1fr!important;gap:24px!important}.footer-brand,.footer-grid>div:last-child{grid-column:auto!important}.footer-bottom{display:grid!important;gap:6px!important;margin-top:28px!important}
 footer{padding:54px 0 18px!important}
 .calculator-section{padding-top:44px!important}.batch-assumption-note{grid-template-columns:1fr!important;gap:16px!important;padding:20px!important;margin-bottom:18px!important;border-radius:20px!important}.batch-assumption-note h2{font-size:27px!important}.batch-example-stats{grid-template-columns:1fr 1fr!important;gap:8px!important}.batch-example-stats div{padding:12px!important}.batch-example-stats strong{font-size:17px!important}
 .calculator-layout{grid-template-columns:1fr!important;gap:18px!important}.calc-form,.calc-results{padding:22px!important;border-radius:22px!important}.calc-form h2,.calc-results h2{font-size:28px!important}.calc-grid,.calc-grid.expense-grid{grid-template-columns:1fr!important;gap:10px!important}.calc-subhead{margin:22px 0 10px!important;padding-top:14px!important}.investment-box{margin-top:8px!important}.result-grid,.batch-results{grid-template-columns:1fr 1fr!important;gap:8px!important}.result-grid>div{padding:13px!important}.result-grid span{font-size:10px!important}.result-grid strong{font-size:17px!important}.result-grid .highlight{grid-column:1/-1!important}.result-grid .highlight strong{font-size:24px!important}.roi-share{width:100%!important}.roi-disclaimer{padding:36px 0!important}
}

@media(max-width:390px){
 .hero h1,.page-hero h1{font-size:36px!important}
 .split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2,.timeline-copy h2,.image-split-grid h2,.video-story h2,form h2{font-size:30px!important}
 .result-grid,.batch-results{grid-template-columns:1fr!important}.result-grid .highlight{grid-column:auto!important}
 .menu-card{grid-template-columns:100px 1fr!important}.menu-card-copy{padding:14px!important}
}

@media(max-width:620px){
 .proof-photo-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important}
 .proof-photo-row img{min-width:0!important;width:100%!important;height:240px!important;scroll-snap-align:none!important}
}

.fixed-batch-note{margin:0 0 14px;padding:14px 16px;border-radius:14px;background:#fff1d1;border:1px solid #e8cf9c;color:#5b4a32;font-size:14px;line-height:1.5}


/* V2.7 CUSTOMER-SIMPLE BUSINESS POTENTIAL + COMPACT MOBILE SYSTEM */
.compact-page-hero{min-height:470px}
.simple-calculator{background:linear-gradient(145deg,#fff1d1,#f0f6e7)}
.simple-calc-layout{grid-template-columns:1.05fr .95fr;gap:24px}
.simple-calc-form{padding:32px}
.simple-calc-form h2{font-size:36px;margin:0 0 18px}
.calc-block{padding-top:18px;margin-top:18px;border-top:1px solid #ead7b3}
.calc-block.first-block{padding-top:0;margin-top:0;border-top:0}
.calc-helper{font-size:13px;color:var(--muted);margin:-2px 0 12px}
.cup-presets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.cup-presets button{min-height:44px;border:1px solid #d9c298;background:#fff9ed;border-radius:12px;color:#493622;font:inherit;font-weight:900;cursor:pointer}
.cup-presets button.active{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(240,120,24,.18)}
.custom-cups-field{margin-top:10px!important}
.custom-cups-field[hidden]{display:none!important}
.compact-input-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.compact-expense-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.compact-expense-grid label:last-child{grid-column:1/-1}
.simple-results{padding:30px}
.scenario-line{display:flex;justify-content:space-between;align-items:end;gap:12px;padding-bottom:16px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.13)}
.scenario-line strong{font-size:24px}.scenario-line span{font-size:13px;color:#f1c86c;font-weight:800}
.simple-result-grid{grid-template-columns:1fr}
.simple-result-grid>div{padding:15px 16px}
.simple-result-grid .highlight{grid-column:auto}
.simple-result-grid .payback-result{background:rgba(244,195,79,.13);border:1px solid rgba(244,195,79,.23)}
.result-note{font-size:12px;line-height:1.5;color:rgba(255,255,255,.62);margin:15px 0 0}
.calc-basis{margin-top:18px;padding:14px 16px;border:1px solid #e1cc9f;border-radius:14px;background:#fff8e9;color:#5c4933}
.calc-basis summary{cursor:pointer;font-weight:900;font-size:13px}.calc-basis p{font-size:13px;margin:10px 0 0;color:#6d5b46}
.compact-disclaimer{padding:28px 0;background:#4d913f;color:#fff}.compact-disclaimer .wrap{max-width:900px}.compact-disclaimer strong{font-size:18px}.compact-disclaimer p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.82);margin:5px 0 0}
.compact-final-cta{padding-top:46px!important;padding-bottom:46px!important}

@media(max-width:620px){
 /* compact vertical rhythm */
 body{font-size:15.5px!important;line-height:1.48!important}
 .wrap{width:calc(100% - 32px)!important}
 .topbar .wrap{min-height:32px!important;padding:3px 0!important}
 .nav-wrap{height:68px!important}.brand img{width:116px!important}.menu-btn{width:44px!important;height:44px!important;border-radius:14px!important}
 .hero{min-height:560px!important}.hero-home .hero-content,.hero-content{padding:60px 0 26px!important}
 .hero h1{font-size:36px!important;line-height:1.04!important}.hero p{font-size:15.5px!important;line-height:1.5!important;margin-top:14px!important}
 .hero-actions{margin-top:18px!important;gap:8px!important}.btn{min-height:46px!important;padding:0 18px!important;font-size:15px!important}
 .proof-strip{margin-top:18px!important;padding-top:12px!important;gap:6px!important}.proof-strip div{padding:8px 10px!important}
 .page-hero,.compact-page-hero{min-height:330px!important;padding:58px 0 34px!important}
 .page-hero h1{font-size:34px!important;line-height:1.05!important}.page-hero p{font-size:15px!important;line-height:1.48!important;margin-top:13px!important}
 .section{padding:38px 0!important}.section.compact{padding:30px 0!important}
 .split-intro,.section-head{gap:10px!important}.eyebrow{margin-bottom:9px!important}
 .split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2,.timeline-copy h2,.image-split-grid h2,.video-story h2,form h2{font-size:28px!important;line-height:1.08!important;margin-bottom:0!important}
 .lead,.story-copy p,.manufacture-grid p,.image-split-grid p{font-size:15px!important;line-height:1.52!important;margin-top:7px!important}
 .text-link{margin-top:10px!important;font-size:14px!important}

 /* compact cards */
 .four-grid,.six-grid{gap:8px!important;margin-top:18px!important}.feature-card{padding:16px!important;border-radius:17px!important;box-shadow:none!important}.feature-card>.ico-svg{width:36px!important;height:36px!important;margin-bottom:8px!important}.feature-card>span{font-size:9px!important}.feature-card h3{font-size:18px!important;margin:3px 0 5px!important}.feature-card p{font-size:13.5px!important;line-height:1.45!important}
 .pricing-grid,.package-full-grid{gap:10px!important;margin-top:18px!important}.pricing-grid article,.package-full{padding:19px!important;border-radius:18px!important}.pricing-grid h3,.package-full h2{font-size:27px!important}.pricing-grid p{font-size:14px!important;margin:5px 0!important}.pricing-grid em,.package-full em{margin-bottom:6px!important;font-size:10px!important}.package-full ul{gap:7px!important;margin:13px 0 18px!important}.package-full li{font-size:13.5px!important;line-height:1.42!important}.legal-note,.menu-note{margin-top:12px!important;padding:12px 14px!important}
 .check-list{gap:6px!important;margin-top:14px!important}.check-list span{padding:10px 12px!important;font-size:13.5px!important}

 /* media alignment: full clean cards, no half-visible neighbouring cards */
 .proof-video-grid,.video-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important;padding-bottom:5px!important}.proof-video-grid figure,.video-grid figure{flex:0 0 100%!important;min-width:100%!important;scroll-snap-align:start!important;border-radius:18px!important}.proof-video video,.video-grid video{aspect-ratio:16/10!important}.proof-video figcaption,.video-grid figcaption{padding:11px 13px!important}.proof-video figcaption strong{font-size:14px!important}
 .bev-row{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important;margin-top:18px!important}.bev-tile{flex:0 0 100%!important;min-width:100%!important;scroll-snap-align:start!important;border-radius:18px!important;box-shadow:none!important}.bev-tile img{aspect-ratio:16/10!important}.bev-tile div{padding:13px 15px!important}.bev-tile h3{font-size:18px!important;margin:3px 0!important}.bev-tile small{font-size:9px!important}
 .proof-photo-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:18px!important}.proof-photo-row img{height:132px!important;border-radius:14px!important}
 .network-grid{display:grid!important;grid-template-columns:1fr 1fr!important;columns:auto!important;gap:9px!important}.network-grid figure{margin:0!important;border-radius:15px!important;overflow:hidden!important}.network-grid figure img{width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important}.network-grid figcaption{padding:10px!important}.network-grid figcaption small{font-size:9px!important}.network-grid figcaption strong,.network-grid figcaption h3{font-size:14px!important;line-height:1.28!important;margin:4px 0!important}.network-grid figcaption p{font-size:12px!important;line-height:1.35!important}

 /* story/timeline compact */
 .visual-story{gap:18px!important}.story-mosaic{grid-template-columns:1fr 1fr!important;gap:7px!important}.story-mosaic figure,.story-mosaic figure.big{min-height:155px!important;border-radius:15px!important}.story-mosaic figure.big{grid-column:1/-1!important;min-height:190px!important}.story-mosaic figcaption{font-size:11px!important;left:9px!important;bottom:9px!important;padding:6px 8px!important}
 .journey-band h2{font-size:29px!important}.journey-scroller{display:grid!important;grid-template-columns:1fr!important;margin-top:16px!important;gap:1px!important}.journey-scroller article{display:grid!important;grid-template-columns:38px 1fr!important;column-gap:10px!important;padding:13px 15px!important}.journey-scroller strong{grid-row:1/3;font-size:10px!important;padding-top:4px}.journey-scroller span{font-size:17px!important;margin:0!important}.journey-scroller p{font-size:12.5px!important;line-height:1.4!important;margin:3px 0 0!important}
 .timeline{gap:16px!important}.timeline-steps{gap:8px!important}.timeline-steps article{padding:15px!important;border-radius:16px!important}.timeline-steps h3{font-size:18px!important;margin:5px 0!important}.timeline-steps p{font-size:13px!important;margin:0!important}

 /* contact and form compact */
 .contact-grid{gap:14px!important}.contact-cards{gap:7px!important}.contact-cards a{padding:13px 14px!important;border-radius:15px!important}.contact-cards strong{font-size:16px!important;margin:2px 0!important}.contact-cards small{font-size:12px!important}
 form{padding:18px!important;border-radius:18px!important;box-shadow:none!important}form h2{font-size:27px!important;margin:0 0 16px!important}label{margin-bottom:11px!important;gap:5px!important}input,select,textarea{padding:11px 12px!important;border-radius:11px!important}.form-note{margin:8px 0 0!important;font-size:11px!important}

 /* menu compact */
 .menu-board-section{padding:32px 0!important}.menu-board{padding:14px!important;border-radius:17px!important}.menu-board-head{padding:0 0 12px!important;gap:5px!important}.menu-board-head h2{font-size:25px!important}.menu-row{padding:9px 0!important}.menu-row strong{font-size:13.5px!important}.menu-row b{font-size:14px!important;padding:6px 8px!important}
 .menu-grid{gap:9px!important}.menu-card{grid-template-columns:94px 1fr!important;border-radius:16px!important}.menu-card>img{min-height:132px!important}.menu-card-copy{padding:12px!important}.menu-card-copy h2{font-size:17px!important}.menu-card-copy strong{font-size:16px!important}.menu-card-copy p{font-size:11.8px!important;line-height:1.38!important}

 /* CTA / footer compact */
 .cta-panel{gap:14px!important;padding:18px!important;border-radius:18px!important;box-shadow:none!important}.cta-panel h2{font-size:27px!important}.final-cta{padding:34px 0!important}.compact-final-cta{padding:30px 0!important}
 footer{padding:38px 0 16px!important}.footer-grid{gap:16px!important}.footer-brand img{width:138px!important}.footer-grid p,.footer-grid a{font-size:12.5px!important}.footer-grid h4{margin-bottom:3px!important}.footer-bottom{margin-top:18px!important;padding-top:12px!important}

 /* simple calculator */
 .simple-calculator{padding:30px 0!important}.simple-calc-layout{grid-template-columns:1fr!important;gap:12px!important}.simple-calc-form,.simple-results{padding:17px!important;border-radius:18px!important}.simple-calc-form h2{font-size:26px!important;margin-bottom:11px!important}.calc-block{padding-top:12px!important;margin-top:12px!important}.calc-subhead{margin:0 0 8px!important;padding:0!important;font-size:13px!important}.cup-presets{grid-template-columns:repeat(5,1fr)!important;gap:5px!important}.cup-presets button{min-height:38px!important;padding:0!important;font-size:12px!important;border-radius:10px!important}.compact-input-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.compact-input-grid label:first-child{grid-column:1/-1}.compact-expense-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.compact-expense-grid label:last-child{grid-column:1/-1}.simple-calc-form label{font-size:11.5px!important;margin-bottom:0!important}.simple-calc-form input{padding:10px!important}.investment-box{padding-top:12px!important;margin-top:12px!important}.calc-actions{margin-top:14px!important;gap:8px!important}.calc-actions .btn{flex:1}.calc-reset{padding:0 10px!important}.calc-basis{margin-top:12px!important;padding:11px 12px!important}.calc-basis summary{font-size:12px!important}.calc-basis p{font-size:11.5px!important;line-height:1.45!important}
 .scenario-line{padding-bottom:10px!important;margin-bottom:8px!important}.scenario-line strong{font-size:20px!important}.scenario-line span{font-size:11px!important}.simple-result-grid{grid-template-columns:1fr 1fr!important;gap:7px!important}.simple-result-grid>div{padding:11px!important}.simple-result-grid span{font-size:9px!important}.simple-result-grid strong{font-size:15px!important}.simple-result-grid .highlight{grid-column:1/-1!important}.simple-result-grid .highlight strong{font-size:21px!important}.simple-result-grid .payback-result{grid-column:1/-1!important}.result-note{margin-top:10px!important;font-size:10.5px!important}.roi-share{margin-top:12px!important}.compact-disclaimer{padding:22px 0!important}.compact-disclaimer strong{font-size:16px!important}.compact-disclaimer p{font-size:11.5px!important}
}

@media(max-width:390px){
 .cup-presets{grid-template-columns:repeat(3,1fr)!important}.cup-presets button:last-child{grid-column:2/4}
 .simple-result-grid{grid-template-columns:1fr!important}.simple-result-grid .highlight,.simple-result-grid .payback-result{grid-column:auto!important}
 .network-grid{grid-template-columns:1fr!important}.network-grid figure img{aspect-ratio:16/10!important}
}

.cup-helper{margin:8px 0 0;color:var(--muted);font-size:12px}
@media(max-width:620px){.cup-helper{font-size:10.5px!important;margin-top:6px!important}}
@media(max-width:620px){
 .manufacture-grid,.image-split-grid{gap:18px!important}
 .field-voices{margin-top:18px!important;padding-top:18px!important;gap:12px!important}.field-voices h3{font-size:23px!important;margin:4px 0!important}.field-voices p{font-size:13px!important;margin:4px 0!important}
 .voice-grid{gap:8px!important}.voice-grid figure{flex:0 0 100%!important;min-width:100%!important;border-radius:16px!important}.voice-grid figcaption{padding:10px 12px!important;font-size:13px!important}
 .founders{gap:9px!important}.founders article{border-radius:18px!important}.founders article img{height:260px!important}.founders article div{padding:15px!important}.founders h3{font-size:20px!important}.founders p{font-size:13px!important;line-height:1.42!important;margin:4px 0!important}
 .story-timeline{gap:12px!important}.story-timeline article{padding-bottom:16px!important}.story-timeline img{height:190px!important}
}


/* V2.8 — menu clarity, sequence alignment, premium packages, whole-outlet potential */
.menu-visual-section .menu-card-copy{grid-template-columns:1fr!important}.menu-visual-section .menu-card-copy p{grid-column:1/-1}.menu-visual-section .menu-price{display:none!important}
.seq-head,.step-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.seq-head .seq-no,.step-head .step-no{font-size:12px;font-weight:950;letter-spacing:.16em;color:#b57b24}.seq-head .ico-svg,.step-head .ico-svg{margin:0!important;width:46px;height:46px;border-radius:14px;background:#fff8e8;border:1px solid #ead9ae;color:#b57b24;display:grid;place-items:center}.step-head .ico-svg svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.sequence-feature>span:not(.ico-svg){display:none}
.outlet-policy-section{background:#fff8e9}.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.policy-card{padding:32px;border-radius:28px;border:1px solid var(--line);background:white;box-shadow:0 14px 38px rgba(65,42,20,.06)}.policy-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.policy-card-head span{font-weight:950;color:#bd7d1e}.policy-card-head strong{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.policy-card h3{font-size:28px;margin:0 0 10px}.policy-card p{color:var(--muted);margin:0}.brand-card{background:#24352d;color:white;border-color:#24352d}.brand-card p{color:rgba(255,255,255,.75)}.brand-card .policy-card-head span{color:#ffd47b}
.package-teaser-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.package-teaser-no{font-size:12px;font-weight:950;letter-spacing:.12em;color:#c17d20}.package-teaser-kicker{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.package-teaser-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.package-teaser-chips span{font-size:11px;padding:7px 10px;border-radius:999px;background:#fff5dd;border:1px solid #ead4a7;color:#6b5135}.pricing-grid .featured .package-teaser-chips span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.82)}
.package-showcase-section{background:linear-gradient(180deg,#fffaf0 0%,#f8efd9 100%)}.package-showcase-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:38px}.package-showcase-intro h2{font-size:52px;max-width:760px;margin:0}.package-showcase-intro>p{font-size:18px;color:var(--muted);margin:0}.package-spotlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.package-spotlight{position:relative;overflow:hidden;padding:30px;border-radius:30px;background:white;border:1px solid rgba(85,57,25,.12);box-shadow:0 18px 50px rgba(69,46,19,.08)}.package-spotlight:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:#d9b154}.standard-spotlight{background:#302117;color:white;transform:translateY(-10px)}.standard-spotlight:before{background:linear-gradient(90deg,#ffb63a,#f37b1b)}.premium-spotlight:before{background:#4f8d46}.spotlight-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.spotlight-top>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff4d7;color:#a66b18;font-weight:950}.standard-spotlight .spotlight-top>span{background:#ff9d25;color:#2d1c12}.spotlight-top small{font-size:10px;font-weight:950;letter-spacing:.14em;color:#a87429}.standard-spotlight .spotlight-top small{color:#ffd581}.package-spotlight h2{font-size:44px;margin:24px 0 6px}.package-spotlight p{min-height:54px;color:var(--muted)}.standard-spotlight p{color:rgba(255,255,255,.72)}.package-keylines{display:grid;gap:7px;margin:24px 0}.package-keylines span{padding:10px 12px;border-radius:12px;background:#fff6e2;font-size:13px;font-weight:800}.standard-spotlight .package-keylines span{background:rgba(255,255,255,.08)}.spotlight-badge{position:absolute;right:18px;top:18px;background:#ffc348;color:#302117;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:950}.package-difference-bar{margin-top:28px;padding:20px 24px;border-radius:22px;background:#24352d;color:white;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center}.package-difference-bar div{display:grid;gap:3px}.package-difference-bar small{font-size:9px;letter-spacing:.12em;color:#ffd27c}.package-difference-bar strong{font-size:14px}.package-difference-bar>span{color:#f3b849}.package-detail-stack{display:grid;gap:18px;margin-top:34px}.package-detail-card{background:white;border-radius:28px;border:1px solid rgba(75,50,24,.12);overflow:hidden;box-shadow:0 12px 36px rgba(68,45,20,.05)}.package-detail-card>header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:26px 28px;border-bottom:1px solid var(--line)}.package-detail-card>header small{font-size:10px;letter-spacing:.13em;font-weight:950;color:#b97a20}.package-detail-card>header h2{font-size:34px;margin:4px 0 0}.package-detail-card>header>span{font-size:12px;font-weight:800;color:var(--muted)}.standard-detail-card>header{background:#302117;color:white}.standard-detail-card>header>span{color:rgba(255,255,255,.64)}.package-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#eadcc3}.package-highlight-grid>div{background:#fffaf0;padding:18px 22px;display:grid;gap:5px}.package-highlight-grid small{font-size:9px;letter-spacing:.11em;color:#a77832;font-weight:950}.package-highlight-grid strong{font-size:17px}.package-inclusions{border-top:1px solid var(--line)}.package-inclusions summary{list-style:none;cursor:pointer;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:900}.package-inclusions summary::-webkit-details-marker{display:none}.package-inclusions summary span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff1d0;color:#9f6816;font-size:20px}.package-inclusions[open] summary span{transform:rotate(45deg)}.package-inclusion-columns{padding:0 28px 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.package-inclusion-columns>div{padding:18px;border-radius:18px;background:#fff9ed}.package-inclusion-columns h3{font-size:15px;margin:0 0 10px}.package-inclusion-columns ul{margin:0;padding-left:18px;display:grid;gap:7px;color:var(--muted);font-size:13px;line-height:1.45}.package-photo-note{margin-top:18px;padding:20px 24px;border-radius:20px;background:#fff;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center}.package-photo-note strong{font-size:16px}.package-photo-note span{font-size:13px;color:var(--muted)}
.revenue-mix-section{background:#fff8e9}.revenue-mix-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:end}.revenue-mix-intro h2{font-size:46px;margin:0}.revenue-mix-intro>p{color:var(--muted);font-size:17px}.revenue-stream-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.revenue-stream-grid article{padding:25px;border-radius:24px;background:white;border:1px solid var(--line)}.revenue-stream-grid article:nth-child(2){background:#302117;color:white}.revenue-stream-grid article:nth-child(2) p{color:rgba(255,255,255,.68)}.stream-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.stream-head span{font-weight:950;color:#bb7b1f}.stream-head strong{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.revenue-stream-grid h3{font-size:23px;margin:0 0 8px}.revenue-stream-grid p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}.revenue-standard-note{margin-top:14px;padding:16px 20px;border-radius:16px;background:#24352d;color:white;display:flex;gap:12px;align-items:flex-start}.revenue-standard-note strong{white-space:nowrap;color:#ffd27c}.revenue-standard-note span{font-size:13px;color:rgba(255,255,255,.74)}
.additional-sales-grid{grid-template-columns:1fr 1fr!important}.additional-cost-field{grid-column:1/-1}.additional-sales-grid label small{display:block;margin-top:3px;line-height:1.35}.extra-cost-warning{margin:9px 0 0;padding:10px 12px;border-radius:10px;background:#fff1db;color:#9f5314;font-size:12px;font-weight:700}.whole-result-grid .total-sales-result{grid-column:1/-1;background:rgba(255,255,255,.11)}.whole-result-grid .total-sales-result strong{font-size:23px}.whole-outlet-results .highlight{background:linear-gradient(135deg,#f18b1d,#d45e15)}

@media(max-width:980px){.package-showcase-intro,.revenue-mix-intro{grid-template-columns:1fr;gap:16px}.package-spotlight-grid,.revenue-stream-grid{grid-template-columns:1fr}.standard-spotlight{transform:none}.package-inclusion-columns{grid-template-columns:1fr 1fr}.package-highlight-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){
 .section{padding:42px 0!important}.section.compact{padding:36px 0!important}.page-hero{min-height:320px!important;padding:68px 0 34px!important}.hero h1,.page-hero h1{font-size:34px!important}.hero p,.page-hero p{font-size:15px!important;margin-top:12px!important}.split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2,.timeline-copy h2,.image-split-grid h2,.video-story h2,form h2{font-size:28px!important}.split-intro,.section-head{gap:12px!important}.lead{font-size:14.5px!important;line-height:1.48!important}.eyebrow{margin-bottom:8px!important}
 .seq-head,.step-head{margin-bottom:10px!important}.seq-head .ico-svg,.step-head .ico-svg{width:36px!important;height:36px!important;border-radius:11px!important}.seq-head .seq-no,.step-head .step-no{font-size:10px!important}.feature-card h3{margin-top:0!important}
 .policy-grid{grid-template-columns:1fr;gap:9px;margin-top:16px}.policy-card{padding:17px;border-radius:17px;box-shadow:none}.policy-card-head{margin-bottom:11px}.policy-card h3{font-size:21px;margin-bottom:6px}.policy-card p{font-size:13px;line-height:1.45}
 .package-teaser-top{margin-bottom:10px}.package-teaser-chips{margin-top:12px;gap:5px}.package-teaser-chips span{font-size:9.5px;padding:5px 8px}
 .package-showcase-section{padding-top:34px!important}.package-showcase-intro{margin-bottom:18px}.package-showcase-intro h2{font-size:29px}.package-showcase-intro>p{font-size:14px}.package-spotlight-grid{gap:10px}.package-spotlight{padding:19px;border-radius:19px;box-shadow:none}.package-spotlight h2{font-size:30px;margin:14px 0 4px}.package-spotlight p{font-size:13.5px;min-height:0}.package-keylines{margin:13px 0;gap:5px}.package-keylines span{font-size:11px;padding:7px 9px}.spotlight-top>span{width:34px;height:34px}.spotlight-badge{position:static;display:inline-flex;margin-bottom:10px}.package-difference-bar{margin-top:12px;padding:13px;border-radius:15px;grid-template-columns:1fr;gap:7px}.package-difference-bar>span{display:none}.package-difference-bar div{padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.1)}.package-difference-bar div:last-child{border-bottom:0;padding-bottom:0}.package-detail-stack{margin-top:16px;gap:9px}.package-detail-card{border-radius:18px;box-shadow:none}.package-detail-card>header{padding:16px;align-items:start}.package-detail-card>header h2{font-size:24px}.package-detail-card>header>span{font-size:10px;text-align:right;max-width:120px}.package-highlight-grid{grid-template-columns:1fr 1fr}.package-highlight-grid>div{padding:11px 12px}.package-highlight-grid strong{font-size:14px}.package-inclusions summary{padding:14px 16px;font-size:12.5px}.package-inclusion-columns{grid-template-columns:1fr;padding:0 14px 14px;gap:7px}.package-inclusion-columns>div{padding:13px;border-radius:13px}.package-inclusion-columns h3{font-size:13.5px}.package-inclusion-columns ul{font-size:12px;gap:5px}.package-photo-note{grid-template-columns:1fr;gap:4px;padding:13px 15px;border-radius:14px}.package-photo-note strong{font-size:13px}.package-photo-note span{font-size:11.5px}
 .revenue-mix-intro{gap:10px}.revenue-mix-intro h2{font-size:29px}.revenue-mix-intro>p{font-size:14px}.revenue-stream-grid{margin-top:16px;gap:8px}.revenue-stream-grid article{padding:16px;border-radius:16px}.stream-head{margin-bottom:10px}.revenue-stream-grid h3{font-size:19px}.revenue-stream-grid p{font-size:12.5px}.revenue-standard-note{margin-top:8px;padding:12px 13px;border-radius:13px;display:grid;gap:4px}.revenue-standard-note strong{font-size:12px}.revenue-standard-note span{font-size:11.5px}
 .simple-calculator{padding:26px 0!important}.simple-calc-form h2{font-size:24px!important}.additional-sales-grid{grid-template-columns:1fr!important}.additional-cost-field{grid-column:auto}.calc-block{padding-top:10px!important;margin-top:10px!important}.whole-result-grid{grid-template-columns:1fr 1fr!important}.whole-result-grid .total-sales-result,.whole-result-grid .highlight,.whole-result-grid .payback-result{grid-column:1/-1!important}.whole-result-grid .total-sales-result strong{font-size:19px!important}.extra-cost-warning{font-size:10.5px;padding:8px 9px}
 .menu-visual-section .menu-card-copy{padding:11px!important}.menu-visual-section .menu-card-copy h2{font-size:16px!important}.menu-visual-section .menu-card-copy p{font-size:11.5px!important}.menu-visual-section .menu-card{grid-template-columns:90px 1fr!important}.menu-visual-section .menu-card>img{min-height:120px!important}
}
@media(max-width:390px){.whole-result-grid{grid-template-columns:1fr!important}.whole-result-grid .total-sales-result,.whole-result-grid .highlight,.whole-result-grid .payback-result{grid-column:auto!important}}

/* V2.8 final compact mobile rhythm */
@media(max-width:620px){.section{padding:34px 0!important}.section.compact{padding:30px 0!important}.final-cta{padding:28px 0!important}.split-intro,.section-head{margin-bottom:0!important}.four-grid,.six-grid{margin-top:14px!important}.visual-story,.manufacture-grid,.image-split-grid,.timeline{gap:14px!important}.packages-tease .pricing-grid{margin-top:14px!important}.proof-video-grid,.video-grid,.bev-row,.journey-scroller{margin-top:14px!important}}


/* V2.9 market credibility strip */
.market-proof-band{background:#2b1c13;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.market-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:108px;align-items:stretch}
.market-proof-item{display:grid;align-content:center;justify-items:center;text-align:center;position:relative;padding:16px 20px}
.market-proof-item:not(:last-child):after{content:"";position:absolute;right:0;top:24%;bottom:24%;width:1px;background:rgba(255,255,255,.18)}
.market-proof-item strong{font-size:32px;line-height:1;color:#f5bc4f;letter-spacing:-.03em}
.market-proof-item span{font-size:12px;font-weight:950;letter-spacing:.13em;margin-top:5px}
.market-proof-item small{font-size:11px;color:rgba(255,255,255,.62);margin-top:2px}
.menu-card-copy:not(:has(.menu-price)){grid-template-columns:1fr!important}
@media(max-width:620px){
 .market-proof-grid{min-height:78px}
 .market-proof-item{padding:11px 6px}
 .market-proof-item strong{font-size:24px}
 .market-proof-item span{font-size:9px;letter-spacing:.08em}
 .market-proof-item small{font-size:8.5px;line-height:1.2}
 .market-proof-item:not(:last-child):after{top:18%;bottom:18%}
 .menu-visual-section .menu-card-copy,.menu-card-copy{grid-template-columns:1fr!important}
}


/* V2.10 — compact mobile rhythm + aligned numbered sequences */
.sequence-feature .seq-head,.timeline-steps .step-head,.journey-scroller .step-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}
.sequence-feature .seq-no,.timeline-steps .step-no,.journey-scroller .step-no{font-size:11px;font-weight:950;letter-spacing:.16em;color:#b57b24}
.sequence-feature .ico-svg,.timeline-steps .ico-svg,.journey-scroller .ico-svg{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;background:#fff7e6;border:1px solid #ead8ad;color:#b57b24;margin:0!important}
.sequence-feature .ico-svg svg,.timeline-steps .ico-svg svg,.journey-scroller .ico-svg svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8}
.timeline-steps .step-no,.journey-scroller .step-no{color:#f0c362}.timeline-steps .ico-svg,.journey-scroller .ico-svg{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:#f0c362}
.journey-scroller article{display:block}
.bev-row .bev-tile>div>span{display:none!important}

@media(max-width:620px){
  body{line-height:1.43!important}
  .section{padding:27px 0!important}.section.compact{padding:24px 0!important}.final-cta{padding:24px 0!important}
  .wrap{width:calc(100% - 28px)!important}
  .hero{min-height:520px!important}.hero-home .hero-content,.hero-content{padding:46px 0 22px!important}
  .hero h1{font-size:32px!important;line-height:1.03!important}.hero p{font-size:14.5px!important;line-height:1.46!important;margin-top:11px!important}
  .hero-actions{margin-top:15px!important}.btn{min-height:43px!important;padding:0 16px!important;font-size:14px!important}
  .page-hero,.compact-page-hero{min-height:294px!important;padding:52px 0 28px!important}.page-hero h1{font-size:30px!important}.page-hero p{font-size:14px!important}
  .split-intro h2,.section-head h2,.story-copy h2,.manufacture-grid h2,.cta-panel h2,.founder-intro h2,.timeline-copy h2,.image-split-grid h2,.video-story h2,form h2{font-size:25px!important;line-height:1.07!important}
  .lead,.story-copy p,.manufacture-grid p,.image-split-grid p{font-size:13.5px!important;line-height:1.45!important;margin-top:5px!important}
  .eyebrow{font-size:10px!important;margin-bottom:6px!important}.text-link{margin-top:7px!important;font-size:13px!important}
  .four-grid,.six-grid{grid-template-columns:1fr!important;gap:7px!important;margin-top:12px!important}
  .feature-card{padding:14px 15px!important;border-radius:15px!important;min-height:0!important}
  .sequence-feature .seq-head{margin-bottom:8px!important}.sequence-feature .seq-no{font-size:10px!important}.sequence-feature .ico-svg{width:35px!important;height:35px!important;border-radius:10px!important}.sequence-feature .ico-svg svg{width:18px!important;height:18px!important}
  .feature-card h3{font-size:18px!important;margin:0 0 4px!important}.feature-card p{font-size:12.5px!important;line-height:1.4!important}
  .timeline{gap:11px!important}.timeline-steps{gap:7px!important}.timeline-steps article{padding:13px 14px!important;border-radius:14px!important}.timeline-steps .step-head{margin-bottom:7px!important}.timeline-steps .ico-svg{width:34px!important;height:34px!important;border-radius:10px!important}.timeline-steps .ico-svg svg{width:17px!important;height:17px!important}.timeline-steps h3{font-size:17px!important;margin:0 0 3px!important}.timeline-steps p{font-size:12px!important;line-height:1.38!important}
  .journey-band h2{font-size:26px!important}.journey-scroller{gap:7px!important;background:transparent!important}.journey-scroller article{padding:13px 14px!important;border-radius:14px!important}.journey-scroller .step-head{margin-bottom:7px!important}.journey-scroller .ico-svg{width:33px!important;height:33px!important;border-radius:10px!important}.journey-scroller .ico-svg svg{width:17px!important;height:17px!important}.journey-scroller>article>span{font-size:16px!important;margin:0!important}.journey-scroller p{font-size:11.8px!important;margin-top:3px!important}
  .pricing-grid,.package-full-grid{margin-top:12px!important}.packages-tease .pricing-grid{margin-top:12px!important}.pricing-grid article{padding:16px!important}.pricing-grid h3{font-size:25px!important}
  .visual-story,.manufacture-grid,.image-split-grid,.timeline{gap:11px!important}.story-mosaic{margin-top:2px!important}
  .proof-video-grid,.video-grid,.bev-row,.journey-scroller{margin-top:11px!important}.proof-photo-row{margin-top:11px!important}
  .bev-tile div{padding:11px 13px!important}.bev-tile h3{font-size:17px!important;margin:2px 0!important}
  .cta-panel{padding:15px!important;gap:10px!important}.cta-panel h2{font-size:24px!important}.cta-panel p{font-size:12.5px!important;margin:5px 0 0!important}
  footer{padding:30px 0 14px!important}.footer-grid{gap:12px!important}.footer-bottom{margin-top:14px!important;padding-top:10px!important}
}

/* V2.11 — mobile journey repair + market-proof spacing refinement */
.hero-home,.market-proof-band{margin-bottom:0!important}
.hero-home + .market-proof-band{margin-top:0!important}
.market-proof-band{padding-top:0!important;padding-bottom:0!important}

@media(max-width:620px){
  /* Repair the V2.10 journey cards: an older !important grid rule was forcing
     the paragraph into a 38px column and breaking it word-by-word. */
  .journey-scroller article{
    display:block!important;
    grid-template-columns:none!important;
    width:100%!important;
    min-width:0!important;
    padding:14px 15px!important;
  }
  .journey-scroller .step-head{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin:0 0 8px!important;
    width:100%!important;
  }
  .journey-scroller .step-no{flex:0 0 auto!important;width:auto!important}
  .journey-scroller .ico-svg{flex:0 0 33px!important}
  .journey-scroller>article>span{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    font-size:16px!important;
    line-height:1.22!important;
    margin:0 0 4px!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  .journey-scroller p{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    font-size:12.5px!important;
    line-height:1.42!important;
    margin:0!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    white-space:normal!important;
  }

  /* Keep the 500+ / 7+ / 6 years credibility strip visually attached to the hero. */
  .hero-home{margin-bottom:0!important}
  .hero-home + .market-proof-band{margin-top:-1px!important}
  .market-proof-grid{margin-top:0!important;margin-bottom:0!important}
}

/* V2.11 — actual mobile fixes from field screenshot */
.hero + .market-proof-band,
.market-proof-band{margin:0!important;padding:0!important}
.market-proof-grid{margin-top:0!important;margin-bottom:0!important}

@media(max-width:620px){
  .hero-home{margin-bottom:0!important}
  .hero-home + .market-proof-band{margin-top:0!important}
  .market-proof-band{transform:translateY(0)!important}

  /* Journey cards: stop the old 38px grid from squeezing copy word-by-word. */
  .journey-scroller{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;overflow:visible!important;background:transparent!important}
  .journey-scroller article{display:block!important;grid-template-columns:none!important;width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;padding:15px 16px!important;border-radius:15px!important}
  .journey-scroller .step-head{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 8px!important}
  .journey-scroller>article>span{display:block!important;width:100%!important;max-width:none!important;font-size:17px!important;line-height:1.22!important;margin:0!important;overflow-wrap:normal!important;word-break:normal!important}
  .journey-scroller>article>p{display:block!important;width:100%!important;max-width:none!important;font-size:13px!important;line-height:1.42!important;margin:5px 0 0!important;overflow-wrap:normal!important;word-break:normal!important}
}


/* V2.12 — premium package experience + complete outlet earning potential */
.package-premium-v212{position:relative;overflow:hidden}.package-premium-v212:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-140px;top:-150px;background:radial-gradient(circle,rgba(225,174,66,.18),transparent 68%);pointer-events:none}
.package-premium-v212 .package-spotlight{min-height:520px;display:flex;flex-direction:column;isolation:isolate}.package-premium-v212 .package-spotlight:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 55%,rgba(204,157,61,.08));z-index:-1;pointer-events:none}.package-premium-v212 .premium-spotlight{background:linear-gradient(145deg,#fffdf7,#edf4e7);border-color:#c9d9bf}.package-premium-v212 .premium-spotlight:before{height:8px;background:linear-gradient(90deg,#3f7e43,#d0af54)}.package-premium-v212 .package-keylines{margin-top:auto}.package-premium-v212 .btn{margin-top:12px;width:100%}.package-premium-v212 .standard-spotlight .btn.gold{box-shadow:0 12px 30px rgba(241,163,52,.22)}
.package-details-v212 .package-detail-card{transition:transform .2s ease,box-shadow .2s ease}.package-details-v212 .package-detail-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(68,45,20,.09)}.premium-detail-card>header{background:linear-gradient(120deg,#edf4e7,#fffaf0)}.package-inclusion-list{padding:0 28px 28px}.package-inclusion-list ul{columns:2;column-gap:34px;margin:0;padding-left:20px}.package-inclusion-list li{break-inside:avoid;margin:0 0 10px;color:var(--muted);font-size:13.5px;line-height:1.5}.package-card-action{padding:0 28px 28px}.package-card-action .btn{min-width:250px}.package-common-v212 .check-list span{border:1px solid rgba(255,255,255,.1)}
.outlet-income-v212 .revenue-stream-grid article{min-height:240px;display:flex;flex-direction:column}.outlet-income-v212 .revenue-stream-grid h3{font-size:25px}.outlet-income-v212 .revenue-standard-note{margin-top:18px;padding:20px 22px}.whole-outlet-calculator-v212 .calc-helper{line-height:1.5}.whole-outlet-calculator-v212 .additional-sales-grid label small{font-size:10.5px;color:var(--muted);font-weight:600}.margin-note{margin:10px 0 0;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.72);font-size:11px;line-height:1.5}.whole-outlet-results .result-grid>div{min-width:0}.whole-outlet-results .result-grid strong{overflow-wrap:anywhere}
.outlet-freedom-v212 .policy-card{min-height:290px}.outlet-freedom-v212 .brand-card{background:linear-gradient(145deg,#20352b,#16231c)}
@media(max-width:980px){.package-premium-v212 .package-spotlight{min-height:0}.package-inclusion-list ul{columns:1}.package-card-action .btn{width:100%}.outlet-income-v212 .revenue-stream-grid article{min-height:0}}
@media(max-width:620px){.package-showcase-intro h2,.revenue-mix-intro h2{font-size:31px!important}.package-premium-v212 .package-spotlight{padding:22px!important;border-radius:22px!important}.package-premium-v212 .package-spotlight h2{font-size:34px!important;margin-top:16px!important}.package-premium-v212 .package-spotlight p{min-height:0!important;font-size:14px!important}.package-difference-bar{grid-template-columns:1fr!important;gap:6px!important;padding:17px!important}.package-difference-bar>span{display:none}.package-detail-card>header{display:grid!important;gap:7px!important;padding:20px!important}.package-detail-card>header h2{font-size:27px!important}.package-highlight-grid{grid-template-columns:1fr 1fr!important}.package-highlight-grid>div{padding:14px!important}.package-highlight-grid strong{font-size:14px!important}.package-inclusions summary{padding:17px 20px!important}.package-inclusion-list{padding:0 20px 20px!important}.package-inclusion-list li{font-size:13px!important}.package-card-action{padding:0 20px 20px!important}.package-photo-note{grid-template-columns:1fr!important;padding:17px!important}.outlet-income-v212 .revenue-stream-grid{gap:10px!important}.outlet-income-v212 .revenue-stream-grid article{padding:20px!important}.outlet-income-v212 .revenue-standard-note{display:grid!important;padding:16px!important}.outlet-freedom-v212 .policy-grid{grid-template-columns:1fr!important}.outlet-freedom-v212 .policy-card{min-height:0!important;padding:22px!important}.whole-outlet-calculator-v212 .additional-sales-grid{grid-template-columns:1fr!important}}

/* V2.13 final customer-facing polish */
.package-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 28px 28px}.package-group{padding:20px;border-radius:18px;background:#fffdf8;border:1px solid rgba(71,49,28,.11);box-shadow:0 8px 22px rgba(70,45,20,.035)}.package-group>small{display:block;color:#bd711d;font-size:9.5px;font-weight:950;letter-spacing:.14em;margin-bottom:7px}.package-group h3{font-size:18px;margin:0 0 11px;line-height:1.15}.package-group ul{margin:0;padding-left:18px;display:grid;gap:7px}.package-group li{color:var(--muted);font-size:13px;line-height:1.45}.package-group-accent{background:linear-gradient(135deg,#fff2cf,#f0f6e9);border-color:#dccb97}.package-group-accent h3{color:#2f6e3c}.package-inclusions[open] summary{border-bottom:0}.contribution-snapshot{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.1)!important;padding:10px!important}.contribution-snapshot>div{padding:12px!important;border-radius:12px!important;background:rgba(255,255,255,.07)!important}.contribution-snapshot small{display:block;font-size:8.5px!important;line-height:1.35;color:rgba(255,255,255,.56)!important;letter-spacing:.07em}.contribution-snapshot strong{display:block;margin-top:5px;font-size:18px!important}.contribution-snapshot p{grid-column:1/-1;margin:0 3px 2px;color:rgba(255,255,255,.58);font-size:10.5px;line-height:1.45}.whole-outlet-results .highlight span small{display:block;margin-top:3px;color:rgba(255,255,255,.66);font-size:9.5px;line-height:1.35}.menu-grid img,.story-mosaic img,.proof-photo-row img,.story-timeline img,.founders img{content-visibility:auto}
@media(max-width:620px){.package-group-grid{grid-template-columns:1fr;padding:0 20px 20px;gap:8px}.package-group{padding:16px;border-radius:15px}.package-group h3{font-size:16px}.package-group li{font-size:12.5px}.contribution-snapshot{grid-template-columns:1fr 1fr!important}.contribution-snapshot>div:last-of-type{grid-column:1/-1}.contribution-snapshot strong{font-size:16px!important}}
@media(max-width:390px){.contribution-snapshot{grid-template-columns:1fr!important}.contribution-snapshot>div:last-of-type{grid-column:auto}}

/* V2.14 — simplified speciality input */
.whole-outlet-calculator-v212 .calc-explainer{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#fff4d9,#f2f7ea);border:1px solid rgba(82,129,58,.16);min-height:100%}.whole-outlet-calculator-v212 .calc-explainer strong{font-size:13px;color:#2f6e3c}.whole-outlet-calculator-v212 .calc-explainer span{font-size:11.5px;line-height:1.5;color:var(--muted)}
@media(max-width:620px){.whole-outlet-calculator-v212 .calc-explainer{padding:13px 14px}.whole-outlet-calculator-v212 .calc-explainer span{font-size:11px}}
\n/* V2.15 FINAL LIVE PATCH — scoped corrections only */\nbody.drawer-open{overflow:hidden!important;touch-action:none}.drawer{height:100dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:max(24px,env(safe-area-inset-bottom))}.drawer-head{position:relative;z-index:2}.menu-visual-section .menu-card>img{object-fit:contain!important;object-position:center center!important;background:#f7eedc!important;padding:6px!important}.founders{grid-template-columns:repeat(4,minmax(0,1fr))!important}.founders .founder-intro{grid-column:1/-1!important}.founders article{min-width:0}.founders article img{object-fit:cover;object-position:50% 18%}\n@media(max-width:980px){.founders{grid-template-columns:1fr 1fr!important}}\n@media(max-width:620px){.drawer{padding:14px 20px calc(22px + env(safe-area-inset-bottom))!important}.drawer-head{position:sticky!important;top:-14px;background:var(--ink2);padding:8px 0 6px}.drawer-head img{width:128px!important}.drawer-close{font-size:36px!important;line-height:1!important}.drawer-links{margin-top:14px!important}.drawer-links a{font-size:19px!important;line-height:1.15!important;padding:11px 0!important}.drawer-links span{width:34px!important}.drawer-foot{display:grid!important;gap:7px!important;margin-top:18px!important;padding-bottom:8px}.menu-visual-section .menu-card>img{padding:5px!important}.founders{grid-template-columns:1fr!important}.founders article img{height:360px!important}}\n

/* V2.16 MOBILE DRAWER + MENU IMAGE + LEADERSHIP CROP PATCH — scoped only */
html,body{max-width:100%;overflow-x:hidden}
.drawer{width:100%;max-width:100vw;height:100dvh;min-height:100svh;transform:translate3d(100%,0,0);opacity:0;visibility:hidden;pointer-events:none;backface-visibility:hidden;will-change:transform;transition:transform .28s ease,opacity .18s ease,visibility 0s linear .28s}
.drawer.open{transform:translate3d(0,0,0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .28s ease,opacity .18s ease,visibility 0s}
body.drawer-open{position:fixed!important;left:0!important;right:0!important;width:100%!important;overflow:hidden!important;touch-action:none}
.menu-visual-section .menu-card>img{object-fit:contain!important;object-position:center center!important;background:#f7eedc!important;padding:9px!important}
.founders article img{object-position:center top!important}
@media(max-width:620px){
.drawer{inset:0!important;padding:16px 20px calc(18px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}
.drawer-head{position:static!important;top:auto!important;background:transparent!important;padding:0!important}
.drawer-head img{width:126px!important}.drawer-close{font-size:35px!important;line-height:1!important;padding:2px 6px!important}
.drawer-links{margin-top:18px!important}.drawer-links a{font-size:19px!important;line-height:1.15!important;padding:11px 0!important}.drawer-links span{width:34px!important}
.drawer-foot{display:grid!important;gap:7px!important;margin-top:16px!important;padding-bottom:4px!important}
.menu-visual-section .menu-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:142px!important}
.menu-visual-section .menu-card>img{width:100%!important;height:100%!important;min-height:142px!important;padding:6px!important}
.founders article img{height:380px!important;object-position:center top!important}
}
@media(max-width:390px){.menu-visual-section .menu-card{grid-template-columns:108px minmax(0,1fr)!important}.founders article img{height:350px!important}}
