@font-face{font-family:Baloo Display;font-weight:600 800;font-style:normal;font-display:swap;src:url(/fonts/baloo2-variable.woff2)format("woff2")}@font-face{font-family:Nunito Body;font-weight:400 700;font-style:normal;font-display:swap;src:url(/fonts/nunito-variable.woff2)format("woff2")}:root{--ink:#3e2712;--ink-soft:#6b4e30;--muted:#9c8563;--bg:#fdf6e0;--surface:#fff;--surface-alt:#fff9e9;--line:#eedfaf;--yellow:#fbdb28;--yellow-deep:#dcb81c;--maroon:#7c1810;--maroon-deep:#55100a;--maroon-tint:#7c181014;--footer-bg:#3e2712;--footer-text:#e9dcc0;--footer-muted:#cbb98e;--font-display:"Baloo Display", ui-rounded, "SF Pro Rounded", system-ui, sans-serif;--font-body:"Nunito Body", -apple-system, "Segoe UI", sans-serif;--page-max-width:1120px;--text-display:clamp(1.75rem, 1.4rem + 1.5vw, 2.75rem);--text-h1:clamp(1.375rem, 1.11rem + 1.13vw, 2.125rem);--text-h2:clamp(1.125rem, .95rem + .75vw, 1.625rem);--text-h3:clamp(1rem, .87rem + .56vw, 1.375rem);--text-body-lg:clamp(.9375rem, .87rem + .28vw, 1.125rem);--text-body:clamp(.875rem, .83rem + .19vw, 1rem);--text-body-sm:clamp(.75rem, .71rem + .19vw, .875rem);--text-caption:clamp(.6875rem, .65rem + .15vw, .8125rem);--text-price:clamp(1.625rem, 1.45rem + .75vw, 2.125rem)}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}#root{flex-direction:column;min-height:100svh;display:flex}.page-main{flex:1 0 auto}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-display);margin:0}.btn-primary{background:var(--maroon);color:var(--yellow);font-family:var(--font-display);font-weight:700;font-size:var(--text-body);cursor:pointer;border:none;border-radius:24px;padding:12px 24px}.page-container{width:100%;max-width:var(--page-max-width);margin:0 auto;padding:0 16px}@media (width>=768px){.page-container{padding:0 32px}}.btn-ghost{border:1.5px solid var(--maroon);color:var(--maroon);font-family:var(--font-display);font-weight:700;font-size:var(--text-body);cursor:pointer;background:0 0;border-radius:24px;padding:12px 24px}.announcement-bar{background:var(--maroon);text-align:center;padding:8px 16px}.announcement-bar p{font-size:var(--text-caption);color:var(--yellow);margin:0;font-weight:700}@media (width>=768px){.announcement-bar{padding:10px 32px}}.navbar{background:var(--surface);border-bottom:1px solid var(--line);z-index:10;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.navbar-links{display:none}.navbar-right{align-items:center;gap:4px;display:flex}.navbar-menu-toggle{width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:20px;display:flex}.navbar-mobile-menu{background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;padding:8px 16px 16px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 20px -12px #0003}.navbar-mobile-menu a{font-family:var(--font-display);font-weight:700;font-size:var(--text-body);color:var(--ink);border-bottom:1px solid var(--line);border-left:3px solid #0000;padding:12px 4px 12px 12px;text-decoration:none;transition:border-left-color .15s,background-color .15s}.navbar-mobile-menu a:last-child{border-bottom:none}.navbar-mobile-menu a:hover{background:var(--bg)}.navbar-mobile-menu a.active{border-left-color:var(--maroon);color:var(--maroon)}.navbar-logo-link{line-height:0;display:block}.navbar-logo{width:auto;height:38px}.navbar-cart{justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex;position:relative}.navbar-cart-badge{background:var(--maroon);color:var(--yellow);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.navbar-cart-badge-pulse{animation:.4s navbar-cart-badge-pulse}@keyframes navbar-cart-badge-pulse{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.navbar-cart-badge-pulse{animation:none}}@media (width>=768px){.navbar-inner{padding:14px 32px}.navbar-logo{height:52px}.navbar-links{align-items:center;gap:32px;margin-left:48px;margin-right:auto;display:flex}.navbar-links a{font-family:var(--font-display);font-weight:700;font-size:var(--text-body);color:var(--ink);padding-bottom:4px;text-decoration:none;position:relative}.navbar-links a:hover{color:var(--maroon)}.navbar-links a:after{content:"";background:var(--maroon);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.navbar-links a:hover:after{transform:scaleX(1)}.navbar-links a.active{color:var(--maroon)}.navbar-links a.active:after{transform:scaleX(1)}.navbar-menu-toggle{display:none}.navbar-cart{width:42px;height:42px;font-size:24px}.navbar-cart-badge{width:20px;height:20px;font-size:12px;top:-4px;right:-4px}}.site-footer{background:var(--footer-bg);color:var(--footer-text);margin-top:32px}.site-footer-inner{padding-top:20px;padding-bottom:28px}.site-footer-top,.site-footer-left{flex-direction:column;display:flex}.site-footer-links{font-size:var(--text-body-sm);flex-wrap:wrap;gap:8px 16px;margin-bottom:10px;display:flex}.site-footer-links a{color:var(--footer-text);text-decoration:none}.site-footer-links a:hover{text-decoration:underline}.site-footer-socials{gap:14px;margin-bottom:14px;display:flex}.site-footer-socials a{color:var(--footer-muted);display:flex}.site-footer-socials a:hover{color:var(--footer-text)}.site-footer-contact{font-size:var(--text-body-sm);color:var(--footer-muted);margin:0 0 6px}.site-footer-contact a{color:var(--footer-muted)}.site-footer-bottom{text-align:center;border-top:1px solid color-mix(in srgb, var(--footer-muted) 30%, transparent);margin-top:4px;padding-top:14px}.site-footer-fine{font-size:var(--text-caption);color:var(--footer-muted);margin:0 0 4px}.site-footer-copyright{font-size:var(--text-caption);color:var(--footer-muted);margin:0}@media (width>=768px){.site-footer-inner{padding-top:28px;padding-bottom:32px}.site-footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}.site-footer-socials{margin-bottom:0}.site-footer-bottom{margin-top:8px;padding-top:18px}}.price-tag{align-items:baseline;gap:8px;display:flex}.price-tag-mrp{color:var(--muted);text-decoration:line-through}.price-tag-sale{font-family:var(--font-display);color:var(--ink);font-weight:800}.price-tag-off{font-size:var(--text-caption);background:var(--maroon-tint);color:var(--maroon);border-radius:6px;padding:3px 8px;font-weight:800}.price-tag-sm{flex-wrap:wrap;justify-content:center;row-gap:2px}.price-tag-sm .price-tag-mrp{font-size:var(--text-caption)}.price-tag-sm .price-tag-sale{font-size:var(--text-body)}.price-tag-sm .price-tag-off{padding:2px 6px;font-size:9px}.price-tag-md .price-tag-mrp{font-size:var(--text-body-lg)}.price-tag-md .price-tag-sale{font-size:var(--text-price)}.product-card{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:20px 16px;display:flex}.product-card-highlighted{border:2px solid var(--maroon);position:relative}.product-card-badge{background:var(--yellow);color:var(--maroon);font-family:var(--font-display);font-weight:800;font-size:var(--text-caption);white-space:nowrap;border-radius:999px;padding:4px 14px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}@media (width<=767.98px){.product-cards-grid>.product-card .product-card-image,.product-cards-grid>.product-card .product-card-image{max-width:100%}}.product-card-image{object-fit:cover;border-radius:10px;width:100%;max-width:180px;height:auto;margin-bottom:8px}.product-card-body{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.product-card-label{font-size:var(--text-h3);min-height:2.4em;color:var(--ink);justify-content:center;align-items:center;line-height:1.2;display:flex}.product-card-blurb{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 6px}.product-card .price-tag{margin-top:auto;margin-bottom:10px}.product-card-add{width:100%;margin-bottom:8px}.product-card-details-link{font-size:var(--text-caption);color:var(--maroon);font-weight:700;text-decoration:none}.product-card-details-link:hover{text-decoration:underline}@media (width>=768px){.product-card{padding:24px 20px}.product-card-image{max-width:100%}}.product-card-skeleton{animation:1.4s ease-in-out infinite product-card-skeleton-pulse}@media (prefers-reduced-motion:reduce){.product-card-skeleton{animation:none}}@keyframes product-card-skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}.product-card-skeleton-image{aspect-ratio:1;background:var(--surface-alt);border:1px solid var(--line);border-radius:10px;width:100%;max-width:180px;margin-bottom:8px}.product-card-skeleton-line{background:var(--surface-alt);border-radius:4px;width:80%;height:14px;margin:4px 0}.product-card-skeleton-line-title{width:55%;height:20px;margin-top:4px}.product-card-skeleton-line-short{width:55%}.product-card-skeleton-button{background:var(--surface-alt);border-radius:24px;width:100%;height:44px;margin-top:10px}@media (width>=768px){.product-card-skeleton-image{max-width:100%}}.add-cart-toast-layer{pointer-events:none;z-index:40;justify-content:center;padding:14px 16px 0;display:flex;position:fixed;top:0;left:0;right:0}.add-cart-toast{pointer-events:auto;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--maroon);opacity:0;border-radius:12px;align-items:center;gap:12px;width:100%;max-width:420px;padding:12px 14px;transition:transform .22s,opacity .22s;display:flex;transform:translateY(-16px);box-shadow:0 16px 34px -16px #3e271259}.add-cart-toast-show{opacity:1;transform:translateY(0)}.add-cart-toast-icon{flex-shrink:0;font-size:20px}.add-cart-toast-body{flex:1;min-width:0}.add-cart-toast-title{font-weight:800;font-size:var(--text-body-sm);color:var(--ink);margin:0 0 1px}.add-cart-toast-sub{font-size:var(--text-caption);color:var(--ink-soft);margin:0}.add-cart-toast-link{font-family:var(--font-display);font-weight:700;font-size:var(--text-body-sm);color:var(--maroon);background:var(--maroon-tint);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:7px 12px;text-decoration:none}.add-cart-toast-dismiss{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px;font-size:16px;line-height:1}@media (width>=768px){.add-cart-toast{max-width:460px}}@media (prefers-reduced-motion:reduce){.add-cart-toast{transition:none}}.faq-list{flex-direction:column;display:flex;position:relative}.faq-fade{background:linear-gradient(180deg, transparent 0%, var(--bg) 90%);pointer-events:none;height:48px;margin-top:-48px}.faq-item{border-bottom:1px solid var(--line)}.faq-question{text-align:left;width:100%;font-family:var(--font-display);font-weight:700;font-size:var(--text-body);color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 4px;display:flex}.faq-question-icon{font-size:var(--text-h3);color:var(--maroon);flex-shrink:0}.faq-answer{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 16px;padding:0 4px;line-height:1.6}.faq-view-more{align-self:center;margin-top:28px}.popup-scrim{z-index:50;background:#1e120873;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.popup-sheet{background:var(--bg);border-radius:18px 18px 0 0;width:100%;max-width:420px;padding:22px 20px 20px;position:relative;box-shadow:0 -10px 30px -10px #0000004d}.popup-close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;position:absolute;top:12px;right:14px}.popup-sheet h2{font-size:var(--text-h3);margin:0 0 6px;padding-right:24px}.popup-offer{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 16px}.popup-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.popup-field{font-size:var(--text-body-sm);color:var(--ink-soft);margin-bottom:10px;font-weight:700;display:block}.popup-field input{width:100%;font-family:var(--font-body);font-size:var(--text-body);color:var(--ink);border:1px solid var(--line);background:var(--surface);box-sizing:border-box;border-radius:8px;margin-top:4px;padding:10px 12px;font-weight:400;display:block}.popup-error{color:var(--maroon);font-size:var(--text-caption);margin-top:4px;font-weight:600;display:block}.popup-submit{width:100%;margin-top:6px}.popup-submit:disabled{opacity:.6;cursor:not-allowed}.popup-thanks{text-align:center;font-weight:700;font-size:var(--text-body-lg);color:var(--ink);margin:0;padding:20px 0 10px}@media (width>=768px){.popup-scrim{align-items:center}.popup-sheet{border-radius:14px}}.home-hero{line-height:0}.home-hero-banner-link,.home-hero-banner-link-mobile{display:block}.home-hero-banner-image,.home-hero-banner-image-mobile{width:100%;height:auto;display:block}.home-hero-banner-link{display:none}.home-products-section{padding-block:32px}.product-cards-grid{flex-direction:column;gap:16px;display:flex}.home-section-title{font-size:var(--text-h2);margin-bottom:20px}.home-about-block{text-align:center;background:var(--surface-alt);padding-block:32px}.home-about-block .home-about-inner{max-width:640px}.home-about-image-placeholder{aspect-ratio:16/9;border:1.5px dashed var(--muted);background:var(--surface-alt);border-radius:10px;justify-content:center;align-items:center;max-width:400px;margin:0 auto 20px;display:flex}.home-about-image-placeholder span{font-size:var(--text-caption);color:var(--muted)}.home-about-block h3{font-family:var(--font-display);font-size:var(--text-h3);color:var(--maroon);margin-bottom:14px}.home-about-block p{font-size:var(--text-body);color:var(--ink-soft);margin:0 0 12px;line-height:1.6}.home-about-link{font-size:var(--text-body-sm);color:var(--maroon);margin-top:8px;font-weight:700;text-decoration:none;display:inline-block}.home-about-link:hover{text-decoration:underline}.home-faq-section{padding-block:32px}.home-contact-section{text-align:center;padding-block:16px}.home-contact-prompt{font-size:var(--text-body-lg);color:var(--ink-soft);margin:0}.home-contact-prompt a{color:var(--maroon);font-weight:700}@media (width>=768px){.home-faq-section{padding-block:56px}.home-contact-section{padding-block:24px}.home-products-section{padding-block:56px}.product-cards-grid{flex-direction:row;gap:24px}.product-cards-grid>*{flex:1}.home-section-title{margin-bottom:28px}.home-about-block{padding-block:56px}.home-about-block h3{margin-bottom:16px}.home-about-block p{line-height:1.7}}.home-error{text-align:center;color:var(--maroon);font-size:var(--text-body-sm);padding:0 16px 16px}@media (width>=768px){.home-hero-banner-link{display:block}.home-hero-banner-link-mobile{display:none}}.combo-selector{gap:8px;display:flex}.combo-option{background:var(--surface);border:1.5px solid var(--line);cursor:pointer;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;padding:10px 8px;font-family:inherit;transition:border-color .15s,background .15s;display:flex;position:relative}.combo-option-badge{background:var(--yellow);color:var(--maroon);font-family:var(--font-display);white-space:nowrap;border-radius:999px;padding:2px 10px;font-size:10px;font-weight:800;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.combo-option.is-selected{border-color:var(--maroon);background:var(--maroon-tint)}.combo-option-label{font-family:var(--font-display);font-weight:700;font-size:var(--text-body);color:var(--ink)}.combo-option-delivery{font-size:var(--text-caption);color:var(--muted)}@media (width>=1024px){.combo-selector{justify-content:flex-start;gap:10px}.combo-option{flex:none;min-width:120px;padding:12px 18px}}.product-gallery-slide{position:relative}.product-gallery-image{object-fit:cover;background:var(--surface-alt);border-radius:14px;width:100%;height:auto;display:block}.product-gallery-arrow{border:1.5px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--maroon);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery-arrow-prev{left:8px}.product-gallery-arrow-next{right:8px}.product-gallery-dots{justify-content:center;gap:6px;margin-top:10px;display:flex}.product-gallery-dot{background:var(--line);cursor:pointer;border:none;border-radius:50%;width:7px;height:7px;padding:0}.product-gallery-dot.is-active{background:var(--maroon)}.sticky-buy-bar{z-index:20;background:var(--surface-alt);border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 14px -10px #00000026}.sticky-buy-bar-price{font-family:var(--font-display);font-weight:800;font-size:var(--text-h3);color:var(--ink)}.sticky-buy-bar-price small{font-family:var(--font-body);font-weight:600;font-size:var(--text-caption);color:var(--muted);display:block}@media (width>=1024px){.sticky-buy-bar{display:none}}.nutrition-table{border-collapse:collapse;border:1px solid var(--line);width:100%;max-width:360px;font-size:var(--text-body-sm);border-radius:8px;overflow:hidden}.nutrition-table caption{font-family:var(--font-display);font-weight:700;font-size:var(--text-body);text-align:left;caption-side:top;margin-bottom:8px}.nutrition-table th,.nutrition-table td{border-bottom:1px solid var(--line);text-align:left;color:var(--ink-soft);padding:8px 12px;font-weight:400}.nutrition-table td{text-align:right;color:var(--ink);font-weight:600}.nutrition-table tr:last-child th,.nutrition-table tr:last-child td{border-bottom:none}.product-page-shell{flex-direction:column;flex:1 0 auto;padding-bottom:76px;display:flex}.product-page-shell>.page-container{flex:1 0 auto}.product-page{flex-direction:column;align-items:center;padding-block:20px 8px;display:flex}.product-loading{text-align:center;color:var(--muted);padding:40px 16px}.product-gallery{width:100%;margin-bottom:16px}.product-info{width:100%;max-width:420px}.product-title{font-size:var(--text-h1);margin-bottom:6px}.product-description{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 12px}.product-info>.price-tag{margin-bottom:14px}.product-delivery-note{font-size:var(--text-caption);color:var(--muted);margin:10px 0 0}.product-desktop-cta{display:none}.product-nutrition{flex-direction:column;align-items:center;gap:10px;padding-block:8px 24px;display:flex}.product-ingredients{font-size:var(--text-caption);color:var(--muted);text-align:center;max-width:360px;margin:0}@media (width>=1024px){.product-page-shell{padding-bottom:0}.product-page{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:48px;padding-block:40px 32px}.product-gallery{flex:none;width:340px}.product-info{max-width:460px;padding-top:4px}.product-desktop-cta{margin-top:18px;display:inline-block}.product-nutrition{align-items:flex-start}.product-ingredients{text-align:left}}.cart-loading{text-align:center;color:var(--muted);padding:40px 16px}.cart-empty{text-align:center;color:var(--ink-soft);flex-direction:column;align-items:center;gap:16px;padding:60px 20px;display:flex}.cart-empty .btn-primary{text-decoration:none}.cart-page{flex-direction:column;gap:20px;padding-block:16px;display:flex}.cart-title{font-size:var(--text-h1);margin-bottom:4px}.cart-items{flex-direction:column;display:flex}.cart-item{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:12px 0;display:flex}.cart-item-image-link{border-radius:6px;flex:none;display:block}.cart-item-image-link:focus-visible{outline:2px solid var(--maroon);outline-offset:2px}.cart-item-image{object-fit:cover;background:var(--maroon-tint);border-radius:6px;width:56px;height:56px;display:block}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:var(--text-body-sm);color:var(--ink);font-weight:700}.cart-item-variant{font-size:var(--text-caption);color:var(--muted);margin:2px 0 8px}.cart-item-stepper{border:1px solid var(--line);border-radius:16px;align-items:center;display:inline-flex}.cart-item-stepper button{width:26px;height:26px;font-size:var(--text-body);color:var(--ink-soft);cursor:pointer;background:0 0;border:none}.cart-item-stepper button:disabled{color:var(--line);cursor:not-allowed}.cart-item-stepper span{text-align:center;min-width:20px;font-size:var(--text-body-sm);font-family:var(--font-display);font-weight:700}.cart-item-right{text-align:right;flex:none}.cart-item-price{font-family:var(--font-display);font-weight:800;font-size:var(--text-body);color:var(--ink);margin-bottom:6px}.cart-item-remove{color:var(--muted);font-size:var(--text-caption);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.cart-summary{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:16px}.cart-nudge{background:var(--maroon-tint);border:1px solid #7c181025;border-radius:8px;margin-bottom:14px;padding:10px 12px}.cart-nudge p{font-size:var(--text-body-sm);color:var(--maroon-deep);margin:0 0 6px;font-weight:700}.cart-nudge-unlocked{background:#2f6b3d14;border-color:#2f6b3d25}.cart-nudge-unlocked p{color:#2f6b3d;margin:0}.cart-nudge-track{background:var(--line);border-radius:3px;height:6px;overflow:hidden}.cart-nudge-fill{background:var(--maroon);height:100%;transition:width .2s}.cart-summary-line{font-size:var(--text-body-sm);color:var(--ink-soft);justify-content:space-between;padding:4px 0;display:flex}.cart-summary-total{color:var(--ink);font-weight:800;font-size:var(--text-body-lg);border-top:1px dashed var(--line);margin-top:6px;padding-top:10px}.cart-checkout-btn{text-align:center;box-sizing:border-box;width:100%;margin-top:14px;text-decoration:none;display:block}@media (width>=768px){.cart-page{flex-direction:row;align-items:flex-start;gap:8rem;padding-block:40px}.cart-items{flex:1}.cart-summary{flex:none;width:300px;position:sticky;top:80px}}.confirm-dialog-scrim{z-index:60;background:#1e120873;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.confirm-dialog-sheet{background:var(--bg);border-radius:18px 18px 0 0;width:100%;max-width:380px;padding:22px 20px 20px;box-shadow:0 -10px 30px -10px #0000004d}.confirm-dialog-sheet h2{font-size:var(--text-h3);margin:0 0 8px}.confirm-dialog-message{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 20px;line-height:1.5}.confirm-dialog-actions{flex-direction:column-reverse;gap:10px;display:flex}.confirm-dialog-actions .btn-primary,.confirm-dialog-actions .btn-ghost{width:100%}@media (width>=768px){.confirm-dialog-scrim{align-items:center}.confirm-dialog-sheet{border-radius:14px}.confirm-dialog-actions{flex-direction:row;justify-content:flex-end}.confirm-dialog-actions .btn-primary,.confirm-dialog-actions .btn-ghost{width:auto}}.checkout-loading,.checkout-empty{text-align:center;color:var(--ink-soft);padding:60px 20px}.checkout-empty{flex-direction:column;align-items:center;gap:16px;display:flex}.checkout-empty .btn-primary{text-decoration:none}.checkout-page{flex-direction:column;gap:20px;max-width:480px;margin:0 auto;padding:16px;display:flex}.checkout-title{font-size:var(--text-h1)}.checkout-section{border:none;flex-direction:column;gap:10px;min-width:0;margin:0;padding:0;display:flex}.checkout-section legend{font-family:var(--font-display);font-weight:700;font-size:var(--text-body-sm);color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;padding:0}.checkout-field{font-size:var(--text-body-sm);color:var(--ink-soft);flex-direction:column;gap:4px;font-weight:700;display:flex}.checkout-field input{font-family:var(--font-body);font-size:var(--text-body);color:var(--ink);border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:10px 12px;font-weight:400}.checkout-field input:focus{outline:2px solid var(--maroon);outline-offset:1px}.checkout-row2{gap:10px;min-width:0;display:flex}.checkout-row2 .checkout-field{flex:1;min-width:0}.checkout-field-label{display:inline-block}.checkout-required{color:var(--maroon);font-weight:700}.checkout-error{color:var(--maroon-deep);background:var(--maroon-tint);border:1px solid var(--maroon);font-size:var(--text-caption);border-radius:6px;align-items:flex-start;gap:6px;padding:6px 8px;font-weight:600;line-height:1.4;display:flex}.checkout-error:before{content:"⚠";flex-shrink:0}.checkout-delivery-line{border:1px solid var(--line);font-size:var(--text-body-sm);color:var(--ink-soft);border-radius:8px;margin:0;padding:10px 12px}.checkout-pay-box{border:1.5px solid var(--maroon);background:var(--maroon-tint);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.checkout-pay-box p{font-size:var(--text-body-sm);color:var(--maroon-deep);margin:0}.checkout-summary{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:14px 16px}.checkout-summary-line{font-size:var(--text-body-sm);color:var(--ink-soft);justify-content:space-between;padding:3px 0;display:flex}.checkout-summary-total{color:var(--ink);font-weight:800;font-size:var(--text-body-lg);border-top:1px dashed var(--line);margin-top:6px;padding-top:8px}.checkout-submit-error{color:var(--maroon);font-size:var(--text-body-sm);text-align:center;margin:0}.checkout-submit{width:100%}.checkout-submit:disabled{opacity:.6;cursor:not-allowed}.checkout-submit-pending{opacity:.6}@media (width>=768px){.checkout-page{max-width:640px;padding:40px 32px}}.confirmation-loading{text-align:center;color:var(--muted);padding:60px 20px}.confirmation-page{text-align:center;max-width:420px;margin:0 auto;padding:50px 20px 40px}.confirmation-check{background:var(--maroon);width:56px;height:56px;color:var(--yellow);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:26px;display:flex}.confirmation-page h1{font-size:var(--text-h1);margin-bottom:8px}.confirmation-order-number{font-family:ui-monospace,monospace;font-size:var(--text-body-sm);background:var(--surface-alt);border:1px dashed var(--line);color:var(--maroon-deep);border-radius:6px;margin:0 0 24px;padding:5px 12px;font-weight:700;display:inline-block}.confirmation-summary{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:10px;margin-bottom:20px;padding:14px 16px}.confirmation-summary-line{font-size:var(--text-body-sm);color:var(--ink-soft);justify-content:space-between;padding:4px 0;display:flex}.confirmation-summary-total{color:var(--ink);font-weight:800;font-size:var(--text-body-lg);border-top:1px dashed var(--line);margin-top:6px;padding-top:10px}.confirmation-address{text-align:left;margin-bottom:20px}.confirmation-address h2{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px}.confirmation-address p{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 2px}.confirmation-note{color:var(--muted);font-size:var(--text-caption)}@media (width>=768px){.confirmation-page{padding-top:70px}}.content-page{max-width:640px;margin:0 auto;padding:28px 20px 48px}.content-page-title{font-size:var(--text-h1);color:var(--maroon);margin-bottom:6px}.content-page-updated{font-size:var(--text-body-sm);color:var(--muted);margin:0 0 24px}.content-page p{font-size:var(--text-body-lg);margin:0 0 16px;line-height:1.65}.content-page h2{font-size:var(--text-h2);color:var(--ink);margin:28px 0 10px;scroll-margin-top:68px}.content-page h2:first-of-type{margin-top:8px}.content-page h3{font-size:var(--text-h3);color:var(--ink-soft);margin:18px 0 8px}.content-page ul{margin:0 0 16px;padding-left:20px}.content-page li{font-size:var(--text-body-lg);margin-bottom:6px;line-height:1.6}.content-page-contact{background:var(--surface-alt);border-radius:12px;margin-top:8px;padding:16px 18px}.content-page-contact p{font-size:var(--text-body);margin:0 0 4px}.content-page-contact p:last-child{margin-bottom:0}.content-page-image-placeholder{aspect-ratio:16/9;border:1.5px dashed var(--muted);background:var(--surface-alt);border-radius:10px;justify-content:center;align-items:center;margin:0 0 24px;display:flex}.content-page-image-placeholder span{font-size:var(--text-caption);color:var(--muted)}@media (width>=768px){.content-page{padding:48px 20px 72px}.content-page h2{scroll-margin-top:90px}}.process-steps{gap:16px;padding:4px 0 8px;display:flex;overflow-x:auto}.process-step{text-align:center;flex:none;width:95px}.process-step-icon{background:var(--surface);border:1.5px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 6px;font-size:22px;display:flex}.process-step-label{font-size:var(--text-caption);color:var(--ink-soft);font-weight:700;line-height:1.2}@media (width>=768px){.process-steps{justify-content:center;gap:40px;padding:0;overflow-x:visible}.process-step{width:100px}.process-step-icon{width:64px;height:64px;font-size:28px}}.process-steps--numbered{flex-direction:column;gap:0;width:fit-content;margin:0 auto;padding:4px 0;overflow-x:visible}.process-steps--numbered .process-step{text-align:left;align-items:flex-start;gap:16px;width:auto;padding-bottom:32px;display:flex;position:relative}.process-steps--numbered .process-step:last-child{padding-bottom:0}.process-steps--numbered .process-step-icon{z-index:1;flex-shrink:0;width:60px;height:60px;margin:0;font-size:26px;position:relative}.process-steps--numbered .process-step-label{font-size:var(--text-body-sm);white-space:nowrap;flex-shrink:0;padding-top:16px}.process-steps--numbered .process-step:not(:last-child):after{content:"";background:var(--line);width:2px;position:absolute;top:60px;bottom:0;left:29px}.process-step-number{border:2px solid var(--bg);background:var(--maroon);width:22px;height:22px;color:var(--yellow);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}@media (width>=768px){.process-steps--numbered{flex-direction:row;justify-content:space-between;width:100%;margin:0;position:relative}.process-steps--numbered .process-step{text-align:center;flex-direction:column;align-items:center;gap:0;width:auto;padding-bottom:0;display:flex}.process-steps--numbered .process-step-icon{width:88px;height:88px;margin:0 auto 12px;font-size:38px}.process-steps--numbered .process-step-label{font-size:var(--text-body);padding-top:0}.process-steps--numbered:before{content:"";background:var(--line);z-index:0;height:2px;position:absolute;top:44px;left:44px;right:44px}.process-steps--numbered .process-step:not(:last-child):after{content:none}}.process-steps--badges{justify-content:center;gap:32px;padding:4px 0;overflow-x:visible}.process-steps--badges .process-step{width:auto}.process-steps--badges .process-step-icon{background:0 0;border:none;width:90px;height:90px;margin:0}.process-steps--badges .process-step-icon img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.process-steps--badges .process-step-label{font-size:var(--text-body-sm);margin-top:6px}@media (width>=768px){.process-steps--badges{justify-content:space-between;gap:40px}.process-steps--badges .process-step-icon{width:140px;height:140px}.process-steps--badges .process-step-label{font-size:var(--text-body);margin-top:10px}}.b2b-dialog-scrim{z-index:50;background:#1e120873;justify-content:center;align-items:flex-end;padding:24px 0;display:flex;position:fixed;inset:0;overflow-y:auto}.b2b-dialog-sheet{background:var(--bg);border-radius:18px 18px 0 0;width:100%;max-width:440px;margin:auto 16px 0;padding:22px 20px 20px;position:relative;box-shadow:0 -10px 30px -10px #0000004d}.b2b-dialog-close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;position:absolute;top:12px;right:14px}.b2b-dialog-sheet h2{font-size:var(--text-h3);margin:0 0 6px;padding-right:24px}.b2b-dialog-subhead{font-size:var(--text-body-sm);color:var(--ink-soft);margin:0 0 16px}.b2b-dialog-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.b2b-dialog-field{font-size:var(--text-body-sm);color:var(--ink-soft);margin-bottom:10px;font-weight:700;display:block}.b2b-dialog-field input,.b2b-dialog-field textarea{width:100%;font-family:var(--font-body);font-size:var(--text-body);color:var(--ink);border:1px solid var(--line);background:var(--surface);box-sizing:border-box;resize:none;border-radius:8px;margin-top:4px;padding:10px 12px;font-weight:400;display:block}.b2b-dialog-error{color:var(--maroon);font-size:var(--text-caption);margin-top:4px;font-weight:600;display:block}.b2b-dialog-submit{width:100%;margin-top:6px}.b2b-dialog-submit:disabled{opacity:.6;cursor:not-allowed}.b2b-dialog-thanks{text-align:center;font-weight:700;font-size:var(--text-body-lg);color:var(--ink);margin:0;padding:20px 0 10px}@media (width>=768px){.b2b-dialog-scrim{align-items:center}.b2b-dialog-sheet{border-radius:14px;margin:0}}.b2b-hero{background:linear-gradient(180deg, var(--bg) 0%, var(--bg) 45%, var(--surface-alt) 100%);flex-direction:column;display:flex}.b2b-hero-text{flex-direction:column;padding:28px 20px 24px;display:flex}.b2b-hero-bottom{margin-top:20px}.b2b-hero-image-wrap{aspect-ratio:1000/783;width:100%;position:relative}.b2b-hero-image{object-fit:contain;width:70%;height:100%;margin:0 auto;display:block}.b2b-hero-title{font-size:var(--text-display);margin:0 0 10px;line-height:1.05}.b2b-hero-title-primary,.b2b-hero-title-accent{display:block}.b2b-hero-title-primary{color:var(--ink)}.b2b-hero-title-accent{color:var(--maroon)}.b2b-hero-subhead{font-size:var(--text-body-lg);color:var(--ink-soft);max-width:420px;margin:0}.b2b-hero-ctas{flex-direction:row;gap:10px;margin-bottom:24px;display:flex}.b2b-hero-ctas .btn-primary,.b2b-hero-ctas .btn-ghost{text-align:center;font-size:var(--text-body-sm);white-space:nowrap;text-transform:uppercase;border-radius:6px;flex:1;padding:12px 10px;text-decoration:none}.b2b-hero-badges{flex-wrap:wrap;gap:14px 30px;margin:0;padding:0;list-style:none;display:flex}.b2b-hero-badge{flex:0 0 calc(50% - 15px);align-items:center;gap:6px;min-width:0;display:flex}.b2b-hero-badge-icon{color:var(--maroon);flex-shrink:0;display:flex}.b2b-hero-badge-label{min-width:0;color:var(--maroon);text-transform:uppercase;letter-spacing:.01em;overflow-wrap:anywhere;font-size:10px;font-weight:800;line-height:1.25;display:block}.b2b-section{padding-block:40px}.b2b-section--alt{background:var(--surface-alt)}.b2b-section-title{font-size:var(--text-h2);text-align:center;margin:0 0 32px}.b2b-zigzag-group{flex-direction:column;display:flex}.b2b-zigzag+.b2b-zigzag{border-top:1px solid var(--line);margin-top:40px;padding-top:40px}.b2b-zigzag{scroll-margin-top:68px}.b2b-zigzag-icon-wrap{justify-content:center;margin-bottom:20px;display:flex}.b2b-zigzag-icon{background:var(--surface-alt);border:1.5px solid var(--line);width:120px;height:120px;color:var(--maroon);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.b2b-zigzag-icon svg{width:56px;height:56px}.b2b-vertical-title{font-size:var(--text-h3);color:var(--maroon);margin:0 0 10px}.b2b-vertical-tagline{font-family:var(--font-display);font-weight:700;font-size:var(--text-body-lg);color:var(--ink);margin:0 0 12px}.b2b-vertical-intro{font-size:var(--text-body-lg);color:var(--ink-soft);margin:0 0 16px;line-height:1.6}.b2b-zigzag-toggle{font-family:var(--font-display);font-weight:700;font-size:var(--text-body-sm);color:var(--maroon);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin:0 0 4px;padding:4px 0;display:inline-flex}.b2b-zigzag-toggle-icon{transition:transform .2s;display:inline-flex}.b2b-zigzag-toggle[aria-expanded=true] .b2b-zigzag-toggle-icon{transform:rotate(180deg)}.b2b-zigzag-details{max-height:0;transition:max-height .3s;overflow:hidden}.b2b-zigzag-details.is-open{max-height:2000px}@media (prefers-reduced-motion:reduce){.b2b-zigzag-details,.b2b-zigzag-toggle-icon{transition:none}}.b2b-fits-heading{font-family:var(--font-display);font-weight:700;font-size:var(--text-body-sm);text-transform:uppercase;letter-spacing:.03em;color:var(--maroon);margin:20px 0 10px}.b2b-fits-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.b2b-fits-list li{background:var(--surface-alt);border-radius:10px;padding:12px 14px}.b2b-fits-list strong{font-family:var(--font-display);color:var(--ink);margin-bottom:2px;display:block}.b2b-fits-list span{font-size:var(--text-body-sm);color:var(--ink-soft);line-height:1.5;display:block}@media (width>=768px){.b2b-section{padding-block:64px}.b2b-hero{background:linear-gradient(90deg, var(--bg) 0%, var(--bg) 45%, var(--surface-alt) 100%);flex-direction:row;align-items:stretch;min-height:560px}.b2b-hero-text{margin-left:max(24px, calc((100vw - var(--page-max-width)) / 2));flex-direction:column;flex:0 560px;justify-content:center;gap:24px;padding:0 24px;display:flex}.b2b-hero-bottom{margin-top:0}.b2b-hero-image-wrap{aspect-ratio:auto;flex:1;min-width:0}.b2b-hero-ctas{flex:none;margin-bottom:32px}.b2b-hero-ctas .btn-primary,.b2b-hero-ctas .btn-ghost{font-size:var(--text-body);white-space:normal;flex:none;padding:12px 24px}.b2b-hero-badge{flex:none}.b2b-zigzag+.b2b-zigzag{margin-top:64px;padding-top:64px}.b2b-zigzag{align-items:flex-start;gap:56px;scroll-margin-top:90px;display:flex}.b2b-zigzag--reverse{flex-direction:row-reverse}.b2b-zigzag-icon-wrap{flex:none;width:220px;margin-bottom:0}.b2b-zigzag-icon{width:180px;height:180px;margin:0 auto}.b2b-zigzag-icon svg{width:80px;height:80px}.b2b-zigzag-content{flex:1;min-width:0}}
