/* Clear storefront components: no glow, and horizontal scrolling is confined to rails. */
.featured-category-bar{border-block:1px solid var(--line);background:#fff;padding:10px 20px}
.featured-category-inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.featured-category-card{min-width:0;min-height:44px;display:grid;place-items:center;padding:8px 12px;border:1px solid #e3e6eb;background:#fff;border-radius:10px;font-size:13px;font-weight:600;text-align:center;line-height:1.35}
.featured-category-card:hover,.featured-category-card:focus-visible{border-color:var(--red);color:var(--red)}
.hero-actions{display:flex;align-items:center;gap:16px;margin-top:18px}
.hero .hero-actions .hero-mascot{display:block;width:68px;height:68px;flex:none;object-fit:contain}
.hero-media{position:relative;min-width:0;width:100%;height:390px}
.hero .hero-media .hero-photo{display:block;width:100%;height:100%;object-fit:cover}
.value-strip{display:flex;justify-content:space-around;gap:14px;flex-wrap:wrap;padding:16px 18px;margin:18px 0 4px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:13px;font-weight:600}
.value-strip span{min-width:0}
.home-promotions{display:grid;gap:14px;margin-top:30px}
.promo-banner{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);align-items:center;min-height:235px;overflow:hidden;border-radius:18px}
.promo-banner:not(:has(.promo-banner-image)){grid-template-columns:1fr}
.promo-banner.theme-yellow,.promo-dialog.theme-yellow{background:#ffe16b;color:#172033}
.promo-banner.theme-cream,.promo-dialog.theme-cream{background:#fff6e7;color:#172033}
.promo-banner.theme-dark,.promo-dialog.theme-dark{background:#233243;color:#fff}
.promo-banner.theme-dark .eyebrow,.promo-dialog.theme-dark .eyebrow{color:#ffdc61}
.promo-copy{padding:clamp(24px,4vw,48px)}
.promo-copy h2{font-size:clamp(24px,3vw,34px);line-height:1.3;margin:8px 0}
.promo-copy p{margin:8px 0 20px;max-width:52ch}
.promo-banner-image{width:100%;height:100%;max-height:360px;object-fit:cover}
.home-articles{margin-top:44px}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.article-card{min-width:0;border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff;display:flex;flex-direction:column}
.article-kicker{font-size:12px;color:var(--red);font-weight:700}
.article-card h3{font-size:20px;line-height:1.5;margin:12px 0}
.article-card p{font-size:14px;color:var(--muted);flex:1}
.text-link{font-size:14px;color:#b92b29;font-weight:700}
.delivery-strip{max-width:1200px;margin:45px auto -15px;padding:18px 22px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.delivery-strip>div{display:flex;align-items:center;gap:18px;min-width:0}
.delivery-strip img{width:132px;height:auto;max-height:48px;object-fit:contain}
.delivery-strip small{display:block;color:var(--muted)}
.delivery-strip>a{flex:none;font-weight:700;font-size:13px;color:#b92b29}
footer{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr);gap:28px}
.footer-brand>a{display:flex;align-items:center;gap:12px;width:fit-content;font-size:24px;font-weight:800}
.footer-brand img{width:58px;height:58px;object-fit:contain}
.footer-brand strong{color:var(--yellow)}
.footer-brand p{font-size:13px}
.footer-links{display:grid;align-content:start;gap:9px}
.promo-modal[hidden]{display:none}
.promo-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:16px}
.promo-backdrop{position:absolute;inset:0;background:rgba(16,25,37,.63)}
.promo-dialog{position:relative;width:min(100%,540px);max-height:min(90vh,800px);overflow-y:auto;border-radius:18px;background:#fff}
.promo-dialog-image{width:100%;max-height:230px;object-fit:cover}
.promo-dialog-copy{padding:30px}
.promo-dialog h2{margin:7px 0 10px;font-size:clamp(24px,5vw,32px)}
.promo-dialog p{line-height:1.65}
.promo-close{position:absolute;right:12px;top:12px;z-index:1;width:40px;height:40px;padding:0;background:#fff;color:#172033;border-radius:50%;border:1px solid var(--line);font-size:25px;line-height:1}
.franchise-hero{background:#fff5d3;border-radius:24px;padding:40px clamp(24px,4vw,60px);display:flex;align-items:center;justify-content:space-between;gap:25px}
.franchise-hero>div{max-width:650px}
.franchise-hero h1{font-size:clamp(34px,4vw,54px);line-height:1.2;margin:10px 0}
.franchise-hero p{color:#596474;line-height:1.7}
.franchise-hero img{width:clamp(110px,18vw,190px);height:auto;object-fit:contain}
.franchise-carousel{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:6px 2px 18px;overscroll-behavior-inline:contain}
.franchise-slide{flex:0 0 clamp(270px,31%,350px);min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;padding:26px;display:flex;flex-direction:column;scroll-snap-align:start}
.franchise-slide.is-popular{border:2px solid var(--red)}
.franchise-slide-top{display:flex;justify-content:space-between;align-items:center;gap:8px}
.plan-code{font-size:20px;font-weight:800}
.plan-tag{background:var(--red);color:#fff;border-radius:99px;padding:4px 9px;font-size:11px}
.plan-subtitle{color:var(--muted);margin:8px 0}
.plan-price{font-size:32px;font-weight:800;color:#cf352b;margin:9px 0 12px}
.plan-price small{font-size:14px;color:var(--muted);font-weight:500}
.franchise-slide>p:not(.plan-subtitle){font-size:14px}
.franchise-slide ul{padding-left:22px;line-height:1.8;flex:1;color:#4d5969;font-size:14px}
.franchise-slide .button{text-align:center}
.carousel-controls{display:flex;gap:8px}
.carousel-controls button{width:40px;height:40px;padding:0;border-radius:50%;background:#fff;color:var(--ink);border:1px solid var(--line)}
.carousel-controls button:hover{border-color:var(--red)}
.plan-disclaimer{font-size:12px;line-height:1.7;margin:4px 0 30px}
.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.step-grid>div{background:#f7f8f9;border-radius:15px;padding:23px}
.step-grid b{font-size:22px;color:var(--red)}
.step-grid h3{margin:7px 0}
.step-grid p{color:var(--muted);font-size:14px}
@media(max-width:800px){
 .featured-category-bar{padding-inline:14px}
 .featured-category-inner{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding-bottom:3px}
 .featured-category-card{flex:0 0 min(40vw,180px);scroll-snap-align:start}
 .hero-media{height:230px}
 .hero .hero-actions .hero-mascot{width:60px;height:60px}
 .promo-banner{grid-template-columns:minmax(0,1fr) minmax(0,.65fr)}
 .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .franchise-slide{flex-basis:min(65vw,340px)}
 .step-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
 .featured-category-card{flex-basis:44vw}
 .hero-media{height:200px}
 .hero .hero-actions .hero-mascot{width:52px;height:52px}
 .value-strip{justify-content:flex-start;font-size:12px;gap:8px}
 .value-strip span{width:100%}
 .promo-banner{grid-template-columns:minmax(0,1fr)}
 .promo-banner-image{height:155px;grid-row:1}
 .promo-copy{padding:23px}
 .article-grid{grid-template-columns:1fr}
 .delivery-strip{margin:30px 14px -18px;padding:15px;align-items:flex-start;flex-direction:column}
 .delivery-strip>div{gap:10px}
 .delivery-strip img{width:95px}
 footer{grid-template-columns:1fr 1fr;gap:24px}
 .footer-brand{grid-column:1/-1}
 .franchise-hero{padding:28px;flex-direction:column;align-items:center;text-align:center;gap:15px;}
 .franchise-hero > div {max-width: 100%;}
 .franchise-hero h1 {font-size: 28px;}
 .franchise-hero img{width:82px}
 .franchise-slide{flex-basis:min(84vw,330px);padding:22px}
 .promo-dialog-copy{padding:24px}
}

