:root{--ink:#17120f;--muted:#6f645d;--cream:#fff9f3;--line:#eadfd5;--coffee:#8b3f16;--caramel:#d56b22;--orange:#f2842f;--white:#fff;--shadow:0 16px 45px rgba(62,31,13,.09);--radius:22px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}img{max-width:100%;display:block}a{color:var(--coffee);text-decoration:none}button,input,select{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(234,223,213,.8);backdrop-filter:blur(16px)}.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:1.35rem;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:14px 14px 18px 18px;background:linear-gradient(145deg,var(--orange),var(--coffee));position:relative;box-shadow:0 7px 18px rgba(139,63,22,.24)}.brand-mark:after{content:"";position:absolute;width:12px;height:11px;border:3px solid var(--coffee);border-left:0;border-radius:0 10px 10px 0;right:-9px;top:10px}.site-nav{margin-left:auto;display:flex;align-items:center;gap:23px}.site-nav a{color:#342a25;font-weight:700;font-size:.91rem}.site-nav a:hover{color:var(--caramel)}.menu-toggle{display:none;margin-left:auto;border:0;background:var(--cream);width:45px;height:45px;border-radius:14px;font-size:1.4rem;color:var(--ink)}.hero{padding:82px 0 52px;overflow:hidden;background:radial-gradient(circle at 82% 15%,#ffddc3 0,transparent 25%),linear-gradient(180deg,#fff 0,#fff9f3 100%)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:64px}.eyebrow,.badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:7px 12px;background:#fff0e5;color:var(--coffee);font-size:.77rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(2.5rem,5.6vw,5rem);line-height:1.02;letter-spacing:-.065em;margin:17px 0 22px;max-width:950px}.hero p{font-size:1.1rem;color:#4f4540;max-width:760px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:14px;background:linear-gradient(135deg,var(--caramel),var(--coffee));color:#fff;font-weight:850;border:1px solid transparent;box-shadow:0 10px 22px rgba(139,63,22,.2);transition:.22s ease}.button:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(139,63,22,.27);color:#fff}.button-secondary{background:#fff;color:var(--coffee);border-color:var(--line);box-shadow:none}.button-secondary:hover{color:var(--coffee)}.hero-visual{min-height:380px;border-radius:40px;background:linear-gradient(145deg,#fff,#f6e5d5);box-shadow:var(--shadow);display:grid;place-items:center;position:relative;isolation:isolate}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:50%;z-index:-1}.hero-visual:before{width:250px;height:250px;background:#f6a463;opacity:.28}.hero-visual:after{width:125px;height:125px;border:18px solid rgba(139,63,22,.12);right:25px;top:25px}.hero-cup{width:180px;height:220px;border-radius:20px 20px 54px 54px;background:#fff;box-shadow:0 24px 45px rgba(64,31,10,.2);position:relative}.hero-cup:before{content:"Scooters\A Menu";white-space:pre;position:absolute;inset:55px 15px auto;text-align:center;color:var(--coffee);font-size:1.4rem;font-weight:950;line-height:1.15}.hero-cup:after{content:"";position:absolute;left:-9px;right:-9px;top:-13px;height:28px;background:var(--ink);border-radius:10px}.trust{padding:22px 0;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-item{font-size:.88rem;color:var(--muted);padding:15px;border-left:3px solid #e9b181}.section{padding:76px 0}.section-tint{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-heading h2,.page-title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.05em;margin:0}.section-heading p{max-width:680px;color:var(--muted);margin:9px 0 0}.category-strip{position:sticky;top:78px;z-index:100;background:#fff;border-bottom:1px solid var(--line);padding:14px 0}.pills{display:flex;gap:9px;overflow:auto;scrollbar-width:none}.pills::-webkit-scrollbar{display:none}.pill{white-space:nowrap;border:1px solid var(--line);background:#fff;color:#3e322c;padding:9px 14px;border-radius:999px;font-size:.86rem;font-weight:750;transition:.2s}.pill:hover,.pill.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search-panel{display:grid;grid-template-columns:1fr 300px;gap:14px;margin-bottom:28px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 28px rgba(66,34,15,.05)}.search-panel input,.search-panel select{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 15px;color:var(--ink);background:#fff;outline:none}.search-panel input:focus,.search-panel select:focus{border-color:var(--caramel);box-shadow:0 0 0 4px rgba(213,107,34,.1)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 25px rgba(62,31,13,.055);transition:.25s ease;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#e4c6ad}.product-media{height:225px;background:linear-gradient(145deg,#fff8f0,#f5e7da);position:relative;overflow:hidden;display:grid;place-items:center}.product-media img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .35s}.product-card:hover img{transform:scale(1.04)}.image-placeholder{height:100%;width:100%;display:grid;place-items:center;padding:25px;text-align:center;background:radial-gradient(circle at 25% 20%,#ffd9b8,transparent 36%),linear-gradient(145deg,#fff8f0,#efddcd);color:var(--coffee);font-weight:950;font-size:1.35rem;line-height:1.2}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.card-body h3{font-size:1.17rem;line-height:1.25;margin:12px 0 7px;letter-spacing:-.025em}.price{font-weight:900;color:var(--coffee);margin:0 0 16px}.price.unavailable{color:var(--muted);font-weight:700}.card-body .button{margin-top:auto;width:100%;padding:10px}.menu-section{border-top:1px solid var(--line)}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:18px;margin-top:27px}table{width:100%;border-collapse:collapse;min-width:700px;background:#fff}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #eee5dc}th{background:#2d211c;color:#fff;font-size:.79rem;text-transform:uppercase;letter-spacing:.06em}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fff9f3}.category-link{display:inline-flex;margin-top:22px;font-weight:850}.breadcrumbs{padding:24px 0;font-size:.9rem;color:var(--muted)}.breadcrumbs a{font-weight:700}.page-hero{padding:46px 0 54px;background:linear-gradient(180deg,#fff8f1,#fff)}.page-hero p{max-width:760px;color:var(--muted)}.product-detail{display:grid;grid-template-columns:minmax(300px,.82fr) 1.18fr;gap:52px;align-items:start}.product-detail .product-media{height:480px;border-radius:30px;border:1px solid var(--line);box-shadow:var(--shadow)}.product-copy h1{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1;letter-spacing:-.06em;margin:17px 0}.product-description{font-size:1.08rem;color:#514640}.feature-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:none}.feature-list li{padding:8px 12px;border:1px solid var(--line);border-radius:999px;font-weight:750}.content-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff;box-shadow:0 10px 30px rgba(62,31,13,.05)}.content-card h2{margin-top:0}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.faq-question{width:100%;padding:18px 20px;border:0;background:#fff;text-align:left;font-weight:850;color:var(--ink);display:flex;justify-content:space-between;gap:15px;cursor:pointer}.faq-question:after{content:"+";font-size:1.3rem}.faq-item.open .faq-question:after{content:"−"}.faq-answer{display:none;padding:0 20px 18px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.empty-answer{display:none}.site-footer{background:#211813;color:#e9dfd9;padding:64px 0 25px;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:45px}.site-footer h2,.site-footer h3{color:#fff;margin-top:0}.site-footer a{display:block;color:#ddcfc6;margin:8px 0}.site-footer a:hover{color:#ffb87f}.site-footer p{color:#cdbeb5;font-size:.9rem}.footer-bottom{margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:.85rem;color:#bbaaa0}.back-to-top{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border:0;border-radius:15px;background:var(--ink);color:#fff;box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s;z-index:90}.back-to-top.visible{opacity:1;pointer-events:auto;transform:none}.no-results{text-align:center;padding:50px;border:1px dashed var(--line);border-radius:20px;color:var(--muted);grid-column:1/-1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1020px){.site-nav{position:fixed;left:20px;right:20px;top:88px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav a{padding:10px 12px}.menu-toggle{display:block}.hero-grid{grid-template-columns:1fr}.hero-visual{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.product-detail .product-media{height:420px}.category-strip{top:78px}}
@media(max-width:640px){.container{width:min(100% - 24px,var(--container))}.header-inner{min-height:70px}.site-nav{top:79px;left:12px;right:12px}.hero{padding:54px 0 38px}.hero h1{font-size:2.7rem}.trust-grid{grid-template-columns:1fr}.trust-item{padding:10px 13px}.section{padding:55px 0}.section-heading{align-items:start;flex-direction:column}.category-strip{top:70px}.search-panel{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-media{height:280px}.footer-grid{grid-template-columns:1fr;gap:25px}.product-detail{gap:28px}.product-detail .product-media{height:340px}.product-copy h1{font-size:2.8rem}.hero-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.authored-content>h1,.authored-content>h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.05em;margin:0 0 22px}.authored-content>h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.025em;margin:30px 0 10px}.authored-content>p{max-width:900px;color:#514640;margin:0 0 14px}.detailed-copy{margin-top:52px}.detailed-copy>h2{margin-top:60px}.detailed-copy>.table-scroll{margin-bottom:28px}.related-products{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);grid-template-columns:none;overflow-x:auto;padding:4px 3px 18px;scroll-snap-type:x mandatory}.related-products .product-card{scroll-snap-align:start}

/* Scooter's Coffee brand refresh */
:root{--ink:#111;--muted:#625b5b;--cream:#fff6f6;--line:#f0d9dc;--coffee:#f4253a;--caramel:#f4253a;--orange:#ff4a5b;--shadow:0 18px 50px rgba(31,19,20,.12)}
body{overflow-x:hidden}.site-header{border-top:4px solid #f4253a;border-bottom-color:#f1d7da}.header-inner{min-height:82px}.brand{gap:12px;font-size:1.25rem;letter-spacing:-.035em}.brand-logo{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(244,37,58,.14))}.site-nav a{color:#171313}.site-nav a:hover{color:#f4253a}.menu-toggle{background:#fff0f2;color:#f4253a}.hero{background:radial-gradient(circle at 10% 8%,rgba(244,37,58,.11),transparent 30%),linear-gradient(180deg,#fff 0,#fff7f7 100%)}.hero h1{color:#111}.hero h1::first-line{color:#f4253a}.eyebrow,.badge{background:#fff0f2;color:#d8142a;border:1px solid #ffd3d8}.button{background:#f4253a;border-radius:999px;box-shadow:0 12px 28px rgba(244,37,58,.24)}.button:hover{background:#111;box-shadow:0 16px 30px rgba(17,17,17,.2)}.button-secondary{background:#fff;color:#111;border-color:#111}.button-secondary:hover{background:#111;color:#fff}.hero-visual{min-height:430px;background:#f4253a;border:8px solid #fff;outline:2px solid #f4253a;border-radius:32px;overflow:hidden;box-shadow:0 25px 55px rgba(244,37,58,.18)}.hero-visual:before,.hero-visual:after{display:none}.hero-menu-image{width:100%;height:100%;object-fit:cover}.trust-item{border-left-color:#f4253a}.category-strip{border-top:1px solid #f5e3e5}.pill:hover,.pill.active{background:#f4253a;border-color:#f4253a}.search-panel{border-top:4px solid #f4253a}.search-panel input:focus,.search-panel select:focus{border-color:#f4253a;box-shadow:0 0 0 4px rgba(244,37,58,.1)}.product-card{border-color:#eddcde;border-radius:24px;box-shadow:0 10px 28px rgba(24,15,16,.07)}.product-card:hover{border-color:#f4253a;box-shadow:0 20px 45px rgba(244,37,58,.13)}.product-card:before{content:"";height:5px;background:linear-gradient(90deg,#f4253a,#ff6675);display:block}.product-media{height:250px;background:radial-gradient(circle at 50% 45%,#fff 0 48%,#fff0f2 49% 100%)}.product-media img{width:100%;height:100%;object-fit:contain;padding:0;transform:scale(1.12);transition:transform .35s ease}.product-card:hover .product-media img{transform:scale(1.18)}.product-detail .product-media img{transform:scale(1.06)}.product-detail .product-media{background:radial-gradient(circle at 50% 48%,#fff 0 52%,#ffe8eb 53% 100%);border:2px solid #f4253a}.image-placeholder{background:linear-gradient(145deg,#fff,#ffe8eb);color:#d8142a}.price{color:#e0182e;font-size:1.08rem}.table-scroll{overflow:visible;border:0;border-radius:22px;background:#fff;margin-top:28px;box-shadow:0 14px 38px rgba(26,16,17,.09);padding:10px}table{min-width:0;border-collapse:separate;border-spacing:0 8px;background:transparent}thead th{background:#111;color:#fff;border:0;padding:15px 16px}thead th:first-child{border-radius:14px 0 0 14px;border-left:5px solid #f4253a}thead th:last-child{border-radius:0 14px 14px 0}tbody th,tbody td{background:#fff7f8;border-top:1px solid #f4dfe2;border-bottom:1px solid #f4dfe2;padding:14px 16px}tbody th{border-left:4px solid #f4253a;border-radius:12px 0 0 12px;color:#171313}tbody td:last-child{border-right:1px solid #f4dfe2;border-radius:0 12px 12px 0;font-weight:850;color:#d8142a}tbody tr:hover th,tbody tr:hover td{background:#fff0f2}.site-footer{background:#111;border-top:7px solid #f4253a}.site-footer a:hover{color:#ff6675}.back-to-top{background:#f4253a}.faq-item{border-color:#ead7da}.faq-item.open{border-color:#f4253a;box-shadow:0 10px 24px rgba(244,37,58,.09)}
@media(max-width:640px){.header-inner{min-height:70px}.brand-logo{width:48px;height:48px}.brand{font-size:1.08rem}.hero h1{font-size:2.45rem}.hero-visual{display:block;min-height:0;aspect-ratio:1/1;margin-top:5px;border-width:5px;border-radius:23px}.hero-grid{gap:30px}.category-strip{position:relative;top:auto;padding:12px 0}.pills{flex-wrap:wrap;overflow:visible}.pill{font-size:.76rem;padding:7px 10px}.product-media{height:310px}.table-scroll{overflow:visible;padding:0;background:transparent;box-shadow:none}.table-scroll table,.table-scroll tbody,.table-scroll tr,.table-scroll th,.table-scroll td{display:block;width:100%;min-width:0}.table-scroll thead{display:none}.table-scroll tbody{display:grid;gap:12px}.table-scroll tr{border:1px solid #f0d7da;border-top:4px solid #f4253a;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(26,16,17,.07);overflow:hidden}.table-scroll tbody th,.table-scroll tbody td{border:0;border-bottom:1px solid #f5e4e6;border-radius:0;background:#fff;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:right}.table-scroll tbody th{font-size:1rem;text-align:left;background:#fff7f8}.table-scroll tbody th:before,.table-scroll tbody td:before{content:attr(data-label);font-size:.68rem;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#7c6c6e;font-weight:850;text-align:left}.table-scroll tbody th:before{color:#d8142a}.table-scroll tbody td:last-child{border-bottom:0;color:#d8142a}.related-products{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;overflow:visible;padding-bottom:0;scroll-snap-type:none}.product-detail .product-media{height:400px}}

/* Layout corrections: complete artwork, wrapped category navigation, calmer density */
.category-strip{position:relative;top:auto;z-index:20;padding:16px 0;box-shadow:0 8px 22px rgba(17,17,17,.04)}.category-strip .pills{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;overflow:visible}.category-strip .pill{display:flex;align-items:center;justify-content:center;min-height:44px;white-space:normal;text-align:center;line-height:1.2;border-radius:14px;background:#fff;font-size:.82rem}.product-media{height:270px;padding:0}.product-media img{position:absolute;inset:14px;width:calc(100% - 28px);height:calc(100% - 28px);object-fit:contain;padding:0;transform:none!important;image-rendering:auto}.product-card:hover .product-media img{transform:none!important}.product-detail .product-media{padding:0}.product-detail .product-media img{inset:24px;width:calc(100% - 48px);height:calc(100% - 48px);max-width:none;max-height:none;transform:none!important}.product-card{isolation:isolate}.product-card .card-body{border-top:1px solid #f5e1e4}.card-body h3{font-size:1.12rem}.menu-section>.container{display:grid;gap:24px}.menu-section .authored-content,.menu-section .product-grid,.menu-section .category-link{min-width:0}.menu-section .category-link{justify-self:start;background:#111;color:#fff;padding:10px 16px;border-radius:999px}.menu-section .category-link:hover{background:#f4253a}.authored-content>h2{position:relative;padding-bottom:16px}.authored-content>h2:after{content:"";position:absolute;left:0;bottom:0;width:64px;height:5px;border-radius:99px;background:#f4253a}
@media(max-width:1020px){.category-strip .pills{grid-template-columns:repeat(5,minmax(0,1fr))}.product-media{height:250px}}
@media(max-width:640px){.category-strip .pills{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.category-strip .pill{min-height:44px;font-size:.66rem;padding:6px 4px}.product-media{height:260px}.product-media img{inset:18px;width:calc(100% - 36px);height:calc(100% - 36px)}.product-detail .product-media{height:330px}.product-detail .product-media img{inset:22px;width:calc(100% - 44px);height:calc(100% - 44px)}.hero-menu-image{object-fit:contain;background:#f4253a}}

/* Interaction and product-art fixes */
.category-strip .pill:hover,.category-strip .pill:focus-visible,.category-strip .pill.active{background:#f4253a;color:#fff;border-color:#f4253a;box-shadow:0 9px 20px rgba(244,37,58,.2);transform:translateY(-2px)}.category-strip .pill:focus-visible{outline:3px solid rgba(244,37,58,.2);outline-offset:3px}.product-media:before{content:"";position:absolute;z-index:0;width:72%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#fff,#ffe1e5);border:1px solid #ffd1d6;box-shadow:inset 0 0 0 16px rgba(255,255,255,.55)}.product-media:after{content:"";position:absolute;z-index:0;right:18px;bottom:18px;width:46px;height:46px;background:radial-gradient(circle,#f4253a 2px,transparent 3px);background-size:11px 11px;opacity:.22}.product-media img{z-index:2}.image-placeholder{position:absolute;inset:0;z-index:3}.image-placeholder[hidden]{display:none!important}.product-card:hover .product-media:before{border-color:#f4253a;box-shadow:inset 0 0 0 12px rgba(255,255,255,.75),0 14px 30px rgba(244,37,58,.1)}
