:root{--ink: #111114;--ink-2: #2a2a2e;--muted: #6b7280;--muted-2: #9096a1;--body: #4b5563;--bg: #ffffff;--grey: #f6f6f6;--grey-2: #f4f7f9;--green: #34c75a;--green-ink: #1f9d4e;--green-soft: #e8f7ec;--info: #2f6bff;--info-soft: #eaf0ff;--border: #ececec;--border-2: #e4e4e8;--line: #f0f0f2;--r-sm: 10px;--r: 14px;--r-lg: 20px;--r-xl: 26px;--pill: 999px;--shadow-sm: 0 1px 2px rgba(17, 17, 20, .04), 0 2px 6px rgba(17, 17, 20, .04);--shadow-md: 0 6px 20px rgba(17, 17, 20, .07), 0 2px 8px rgba(17, 17, 20, .05);--shadow-lg: 0 40px 70px -24px rgba(17, 17, 20, .28), 0 16px 34px -18px rgba(17, 17, 20, .18);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block}a{color:inherit}h1,h2,h3,h4,p{margin:0}button{font-family:inherit}[id]{scroll-margin-top:88px}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px}.skip-link{position:absolute;left:16px;top:-60px;z-index:200;background:var(--ink);color:#fff;padding:10px 16px;border-radius:var(--r);font-weight:700;text-decoration:none;transition:top .2s}.skip-link:focus{top:16px}:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:6px}.section{padding:clamp(64px,9vw,118px) 0}.section-head{max-width:640px;margin:0 auto clamp(40px,5vw,64px);text-align:center}.section-title{font-size:clamp(1.9rem,3.6vw,2.9rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-top:.7rem}.section-lead{font-size:clamp(1.02rem,1.4vw,1.15rem);color:var(--body);line-height:1.6;margin:1rem auto 0;max-width:42rem}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:700;color:var(--green-ink)}.eyebrow__dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #34c75a29}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;text-decoration:none;border-radius:var(--pill);border:1px solid transparent;cursor:pointer;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn--dark{background:var(--ink);color:#fff;padding:11px 22px}.btn--dark:hover{transform:translateY(-1px);box-shadow:0 10px 22px -10px #11111499}.btn--sm{padding:9px 18px;font-size:.9rem}.badge-row{display:flex;flex-wrap:wrap;gap:14px}.badge{display:inline-flex;align-items:center;gap:12px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:var(--r);padding:10px 18px;text-decoration:none;min-width:168px;transition:transform .2s ease,box-shadow .2s ease}.badge:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.badge__glyph{display:inline-flex;flex-shrink:0}.badge__text{display:flex;flex-direction:column;line-height:1.12}.badge__top{font-size:.66rem;letter-spacing:.02em;opacity:.82}.badge__store{font-size:1.06rem;font-weight:700;letter-spacing:-.01em}.site-header{position:sticky;top:0;z-index:100;background:#fffc;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.site-header.is-scrolled{border-bottom-color:var(--border);background:#ffffffeb;box-shadow:0 6px 24px -18px #11111466}.site-header__inner{display:flex;align-items:center;gap:20px;height:66px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.brand__word{font-size:1.32rem;font-weight:800;letter-spacing:-.02em}.site-nav{display:flex;gap:4px;margin:0 auto}.site-nav a{padding:8px 14px;border-radius:var(--r-sm);color:var(--body);text-decoration:none;font-size:.95rem;font-weight:600;transition:color .2s ease,background .2s ease}.site-nav a:hover{color:var(--ink);background:#1111140b}.site-header__actions{display:flex;align-items:center;gap:10px}.hamburger{display:none;width:42px;height:42px;border:1px solid var(--border);border-radius:11px;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.hamburger span{width:18px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.hamburger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{display:none;overflow:hidden;max-height:0;background:#fff;border-bottom:1px solid transparent;transition:max-height .3s ease,border-color .3s ease}.mobile-menu.is-open{max-height:380px;border-bottom-color:var(--border)}.mobile-menu nav{display:flex;flex-direction:column;padding:8px 24px 20px}.mobile-menu a{padding:13px 6px;color:var(--ink);text-decoration:none;font-weight:600;border-bottom:1px solid var(--line)}.mobile-menu .btn{margin-top:14px}.hero{position:relative;overflow:hidden;padding:clamp(28px,5vw,60px) 0 clamp(56px,8vw,96px)}.hero:before{content:"";position:absolute;top:-20%;right:-10%;width:60%;height:90%;background:radial-gradient(circle at 60% 40%,rgba(52,199,90,.1),transparent 62%);pointer-events:none}.hero__inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,64px);align-items:center}.hero__copy{max-width:560px}.hero__title{font-size:clamp(2.6rem,6.4vw,4.4rem);font-weight:800;letter-spacing:-.035em;line-height:1.02;margin-top:1.1rem}.hero__title-accent{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='120'%20height='12'%20viewBox='0%200%20120%2012'%3E%3Cpath%20d='M2%208%20C18%200%2030%200%2046%206%20S84%2012%20118%204'%20fill='none'%20stroke='%2334C75A'%20stroke-width='4'%20stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:left 100%;background-size:118px 11px;padding-bottom:.14em}.hero__lead{font-size:clamp(1.05rem,1.5vw,1.22rem);color:var(--body);line-height:1.6;margin:1.5rem 0 2rem;max-width:32rem}.hero__badges{margin-bottom:1.8rem}.hero__trust{display:flex;flex-wrap:wrap;gap:14px 28px;list-style:none;padding:0;margin:0;font-size:.92rem;color:var(--body);font-weight:500}.hero__trust li{display:inline-flex;align-items:center;gap:8px}.hero__stars{display:inline-flex;gap:1px;color:#f5b301}.hero__check{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--green);color:#fff}.hero__phone{position:relative;display:flex;justify-content:center;align-items:center}.hero__phone-glow{position:absolute;top:-12%;right:-6%;bottom:-12%;left:-6%;background:radial-gradient(circle at 50% 42%,rgba(52,199,90,.16),transparent 60%);filter:blur(8px);z-index:0}.hero__phone .phone{position:relative;z-index:1}.stores{padding:clamp(28px,4vw,46px) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.stores__label{text-align:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted-2);font-weight:700;margin-bottom:24px}.stores__row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(16px,3.6vw,44px)}.store-chip__mark{font-size:clamp(1.05rem,2vw,1.42rem);color:#16161a;opacity:.72;white-space:nowrap;transition:opacity .2s ease}.store-chip:hover .store-chip__mark{opacity:1}.store-chip__mark--zara{font-family:Georgia,Times New Roman,serif;letter-spacing:.22em;font-weight:400}.store-chip__mark--spinneys{color:#2f8f43;font-weight:800;letter-spacing:-.01em}.store-chip__mark--virgin{color:#d81f26;font-family:Georgia,serif;font-style:italic;font-weight:800}.store-chip__mark--maliks{font-family:Georgia,serif;letter-spacing:.12em;font-weight:600}.store-chip__mark--antoine{font-family:Georgia,serif;letter-spacing:.03em;font-weight:600}.store-chip__mark--aintli{font-family:Georgia,serif;letter-spacing:.16em;font-weight:300}.store-chip__mark--pharmacy{color:#2f8f43;font-weight:700;letter-spacing:.01em}.features{background:var(--grey)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-2)}.feature-card__icon{width:52px;height:52px;border-radius:var(--r);display:grid;place-items:center;background:var(--ink);color:#fff;margin-bottom:18px}.feature-card__title{font-size:1.12rem;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.feature-card__body{font-size:.96rem;line-height:1.6;color:var(--muted)}.how__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.how-step{position:relative}.how-step__badge{width:46px;height:46px;border-radius:var(--r);background:var(--ink);color:#fff;display:grid;place-items:center;font-size:1.15rem;font-weight:800;margin-bottom:18px}.how-step__line{position:absolute;top:22px;left:62px;right:-12px;height:2px;background:repeating-linear-gradient(90deg,var(--border-2) 0 6px,transparent 6px 12px)}.how-step__title{font-size:1.15rem;font-weight:700;margin-bottom:8px}.how-step__text{color:var(--muted);line-height:1.6;font-size:.98rem}.preview{background:var(--grey-2)}.preview__rail{display:flex;justify-content:center;align-items:flex-end;gap:clamp(14px,2.4vw,32px);flex-wrap:nowrap}.preview__item{display:flex;flex-direction:column;align-items:center;gap:18px}.preview__item figcaption{font-size:.95rem;font-weight:600;text-align:center}.preview__item--back{margin-bottom:26px}.preview__item--front{z-index:2}.cta-band{background:radial-gradient(circle at 50% -10%,#1c1c22,#0a0a0b 62%);color:#fff;padding:clamp(64px,9vw,112px) 0;text-align:center}.cta-band__inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-band__mark{display:inline-flex;padding:14px;border-radius:var(--r-lg);background:#ffffff0f;border:1px solid rgba(255,255,255,.12);margin-bottom:24px}.cta-band__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;margin-bottom:14px}.cta-band__lead{color:#ffffffb8;font-size:1.1rem;line-height:1.6;margin-bottom:32px;max-width:34rem}.cta-band__badges{justify-content:center}.cta-band__badges .badge{background:#fff;color:var(--ink);border-color:#fff}.footer{background:var(--grey);border-top:1px solid var(--border);padding:clamp(56px,7vw,80px) 0 32px}.footer__inner{display:grid;grid-template-columns:1.4fr 2fr;gap:clamp(32px,5vw,64px)}.footer__brand{max-width:340px}.footer__blurb{color:var(--muted);line-height:1.6;margin:16px 0 20px;font-size:.96rem}.footer__contact{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.footer__contact a{color:var(--ink);font-weight:600;font-size:.95rem;text-decoration:none}.footer__contact a:hover{color:var(--green-ink)}.footer__social{display:flex;gap:10px}.footer__social a{width:38px;height:38px;border-radius:var(--r-sm);border:1px solid var(--border);background:#fff;display:grid;place-items:center;color:var(--ink);transition:background .2s ease,color .2s ease,border-color .2s ease}.footer__social a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.footer__col h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-2);margin-bottom:14px}.footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer__col a{color:var(--body);text-decoration:none;font-size:.95rem}.footer__col a:hover{color:var(--ink)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);margin-top:clamp(40px,5vw,56px);padding-top:24px;font-size:.85rem;color:var(--muted-2);flex-wrap:wrap;gap:8px}.phone{width:300px}.phone--lg{width:min(336px,86vw)}.phone--md{width:min(262px,78vw)}.phone__frame{position:relative;background:linear-gradient(150deg,#17171b,#050506);border-radius:46px;padding:11px;box-shadow:var(--shadow-lg),0 0 0 2px #1d1d21}.phone__notch{position:absolute;top:20px;left:50%;transform:translate(-50%);width:32%;height:22px;background:#050506;border-radius:12px;z-index:5}.phone__screen{position:relative;aspect-ratio:9 / 19.3;background:#fff;border-radius:36px;overflow:hidden;display:flex;flex-direction:column}.pf__status{display:flex;align-items:center;justify-content:space-between;padding:13px 22px 5px;color:var(--ink);flex-shrink:0}.pf__time{font-size:13px;font-weight:700;letter-spacing:.02em}.pf__status-right{display:inline-flex;align-items:center;gap:6px}.pf__body{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:column}.pf__nav{display:flex;justify-content:space-around;align-items:center;padding:9px 6px 12px;border-top:1px solid var(--line);background:#fff;flex-shrink:0}.pf__nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;font-weight:500;color:var(--muted-2)}.pf__nav-item.is-active{color:var(--ink);font-weight:700}.mk{display:flex;flex-direction:column;height:100%;padding:12px 15px 0;font-size:12px;color:var(--ink)}.mk-topbar{display:flex;align-items:center;gap:8px;margin-bottom:14px}.mk-back{font-size:26px;line-height:1;color:var(--ink);width:22px}.mk-topbar__title{flex:1;text-align:center;font-weight:700;font-size:14px}.mk-topbar__spacer{width:30px}.mk-icon-btn{width:30px;height:30px;border:1px solid var(--border);border-radius:9px;display:grid;place-items:center;color:var(--ink);flex-shrink:0}.mk-icon-btn--ghost{border-color:transparent}.mk-pill{display:inline-flex;align-items:center;padding:4px 9px;border-radius:var(--pill);font-size:10.5px;font-weight:700;line-height:1;white-space:nowrap}.mk-pill--soft{background:#f0f1f3;color:#566}.mk-pill--ok{background:var(--green-soft);color:var(--green-ink)}.mk-pill--info{background:var(--info-soft);color:var(--info)}.mk-thumb{width:34px;height:34px;border-radius:8px;flex-shrink:0}.mk-thumb--lg{width:50px;height:50px;border-radius:10px}.mk-store-box{width:46px;height:46px;border:1px solid var(--border);border-radius:10px;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.mk-store-box--sm{width:40px;height:40px}.mk-eyebrow{font-size:13px;font-weight:700;color:#4b5563;margin:6px 0 8px}.mk-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:12px;margin-bottom:12px;box-shadow:var(--shadow-sm)}.mk-page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mk-page-head h2{font-size:24px;font-weight:800;letter-spacing:-.03em}.mk-page-head--center{position:relative;justify-content:center}.mk-page-head--center h2{font-size:17px}.mk-page-head--center .mk-icon-btn{position:absolute;right:0}.mk-add{background:var(--green-soft);color:var(--green-ink);border:none;border-radius:9px;padding:6px 0;width:100%;font-weight:700;font-size:11.5px;display:inline-flex;align-items:center;justify-content:center;gap:3px;cursor:default}.mk-add--sm{width:auto;padding:5px 12px;font-size:11px}.mk-store__head{display:flex;gap:12px;align-items:center;margin-bottom:16px}.mk-store__avatar{flex-shrink:0}.mk-store__title-row{display:flex;align-items:center;gap:8px}.mk-store__title-row h3{font-size:16px;font-weight:800;letter-spacing:-.02em}.mk-store__meta{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11.5px;margin-top:4px}.mk-dot{width:3px;height:3px;border-radius:50%;background:var(--muted-2)}.mk-section-head,.mk-list-head{display:flex;align-items:center;justify-content:space-between;margin:4px 0 10px}.mk-section-head h4,.mk-list-head h4{font-size:15px;font-weight:800}.mk-link{display:inline-flex;align-items:center;gap:3px;color:var(--green-ink);font-weight:700;font-size:12.5px}.mk-prod-row{display:flex;gap:10px;margin-bottom:16px}.mk-prod{flex:1;min-width:0;border:1px solid var(--border);border-radius:var(--r);padding:8px;background:#fff}.mk-prod__img{aspect-ratio:1 / 1;border-radius:10px;margin-bottom:8px}.mk-prod__name{font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-prod__price{font-size:12.5px;font-weight:800;margin:2px 0 8px}.mk-cats{display:flex;gap:15px;border-bottom:1px solid var(--line);margin-bottom:12px;overflow:hidden}.mk-cat{font-size:12.5px;color:var(--muted);padding-bottom:8px;position:relative;white-space:nowrap}.mk-cat.is-active{color:var(--ink);font-weight:700}.mk-cat.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:var(--green)}.mk-litem{display:flex;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line)}.mk-litem__img{width:46px;height:46px;border-radius:10px;flex-shrink:0}.mk-litem__body{flex:1;min-width:0}.mk-litem__name{font-size:12.5px;font-weight:700}.mk-litem__sub{font-size:10.5px;color:var(--muted);margin-top:2px}.mk-litem__right{text-align:right}.mk-litem__price{font-size:12.5px;font-weight:800;margin-bottom:5px}.mk-order__top{display:flex;align-items:center;gap:10px;margin-bottom:4px}.mk-order__id{flex:1;display:flex;flex-direction:column}.mk-order__id strong{font-size:14px;font-weight:800}.mk-order__id span{font-size:11.5px;color:var(--muted)}.mk-order__eta{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--muted);padding:10px 0;margin-top:6px;border-top:1px solid var(--line)}.mk-order__eta b{color:var(--info);margin-left:2px}.mk-order__items{display:flex;flex-direction:column;gap:8px;padding:2px 0 4px}.mk-order__line{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600}.mk-order__more{font-size:11.5px;color:var(--muted);padding-left:44px}.mk-track-btn{margin-top:10px;background:var(--info-soft);color:var(--info);text-align:center;padding:11px;border-radius:11px;font-weight:700;font-size:13px}.mk-past__row{display:flex;align-items:center;gap:10px}.mk-past__body{flex:1;min-width:0}.mk-past__title{font-size:13.5px;font-weight:800}.mk-past__sub{font-size:11px;color:var(--muted);margin:2px 0}.mk-past__lines{font-size:11.5px;color:var(--ink-2)}.mk-past__row .mk-pill{align-self:flex-start}.mk-past__row svg{color:var(--muted-2);flex-shrink:0}.mk-past__total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:10px;padding-top:9px;font-size:12.5px}.mk-past__total span{color:var(--muted)}.mk-past__total b{font-weight:800}.mk-cart__store{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--line);margin-bottom:6px}.mk-cart__store b{flex:1;min-width:0;font-size:13.5px;font-weight:800}.mk-cart__chev{color:var(--muted-2);flex-shrink:0}.mk-cart__line{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--line)}.mk-cart__info{flex:1;min-width:0}.mk-cart__name{font-size:13px;font-weight:700}.mk-cart__opt{font-size:11px;color:var(--muted);margin:3px 0}.mk-cart__unit{font-size:12px;font-weight:700}.mk-cart__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.mk-step{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:10px;overflow:hidden}.mk-step__btn{width:26px;height:26px;display:grid;place-items:center;color:var(--ink)}.mk-step__n{width:26px;text-align:center;font-size:12.5px;font-weight:700;border-left:1px solid var(--border);border-right:1px solid var(--border);line-height:26px}.mk-cart__total{font-size:12.5px;font-weight:800}.mk-cart__subtotal{display:flex;justify-content:space-between;padding-top:10px;font-size:12.5px}.mk-cart__subtotal span{color:var(--muted)}.mk-cart__subtotal b{font-weight:800}.mk-cart__summary{background:var(--grey);border-radius:var(--r);padding:12px 14px;margin-bottom:12px}.mk-cart__srow{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;margin-bottom:9px}.mk-cart__srow span{display:inline-flex;align-items:center;gap:6px;color:var(--ink-2)}.mk-cart__srow span svg{color:var(--muted)}.mk-cart__grand{display:flex;justify-content:space-between;border-top:1px solid var(--border-2);padding-top:10px;margin-top:2px;font-size:15px}.mk-cart__grand span,.mk-cart__grand b{font-weight:800}.mk-checkout{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:var(--r);padding:8px;background:#fff;box-shadow:var(--shadow-sm)}.mk-checkout__bag{position:relative;width:38px;height:38px;border:1px solid var(--border);border-radius:10px;display:grid;place-items:center;color:var(--ink);flex-shrink:0}.mk-checkout__count{position:absolute;top:-6px;right:-6px;background:var(--ink);color:#fff;font-size:9px;font-weight:700;font-style:normal;min-width:16px;height:16px;border-radius:var(--pill);display:grid;place-items:center;padding:0 3px}.mk-checkout__label{font-size:12px;font-weight:700;color:var(--ink-2)}.mk-checkout__cta{margin-left:auto;background:linear-gradient(160deg,#3a3a3f,#141417);color:#fff;padding:12px 15px;border-radius:11px;font-weight:700;font-size:12.5px;display:inline-flex;align-items:center;gap:6px}.mk-map{position:relative;height:150px;border-radius:var(--r);overflow:hidden;margin-bottom:14px}.mk-map__svg{width:100%;height:100%}.mk-map__pin{position:absolute;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;border:2px solid #fff;box-shadow:var(--shadow-md)}.mk-map__pin--store{bottom:16px;left:16px;background:var(--ink)}.mk-map__pin--home{top:16px;right:18px;background:var(--green)}.mk-track__eta{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.mk-track__eta-label{font-size:11.5px;color:var(--muted)}.mk-track__eta-time{font-size:21px;font-weight:800;letter-spacing:-.02em;margin-top:2px}.mk-rider{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:var(--r);padding:10px 12px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.mk-rider__avatar{width:38px;height:38px;border-radius:50%;background:var(--grey);display:grid;place-items:center;color:var(--ink-2);flex-shrink:0}.mk-rider__info b{font-size:13px;font-weight:800;display:block}.mk-rider__info span{font-size:11px;color:var(--muted)}.mk-timeline{display:flex;flex-direction:column}.mk-step-row{display:flex;gap:12px;padding-bottom:16px;position:relative}.mk-step-row:not(:last-child):before{content:"";position:absolute;left:10px;top:22px;bottom:0;width:2px;background:var(--border-2)}.mk-step-row--done:not(:last-child):before{background:var(--green)}.mk-step-row__dot{position:relative;z-index:1;width:22px;height:22px;border-radius:50%;border:2px solid var(--border-2);background:#fff;display:grid;place-items:center;flex-shrink:0;color:#fff}.mk-step-row--done .mk-step-row__dot{background:var(--green);border-color:var(--green)}.mk-step-row--active .mk-step-row__dot{border-color:var(--green)}.mk-step-row--active .mk-step-row__dot i{width:8px;height:8px;border-radius:50%;background:var(--green)}.mk-step-row__body{flex:1}.mk-step-row__title{font-size:13px;font-weight:700}.mk-step-row--todo .mk-step-row__title{color:var(--muted-2);font-weight:600}.mk-step-row__time{font-size:11px;color:var(--muted);margin-top:2px}.slogo{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;color:#16161a;line-height:1;text-align:center}.slogo--round{border-radius:50%}.slogo__zara{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:.16em;font-size:1.45em}.slogo__maliks{display:flex;flex-direction:column;align-items:center;gap:.1em}.slogo__maliks b{font-family:Georgia,serif;font-weight:700;font-size:1.7em;line-height:.9}.slogo__maliks i{font-style:normal;font-size:.5em;letter-spacing:.14em;color:var(--muted)}.slogo__spinneys{color:#2f8f43;font-weight:800;font-size:.82em;letter-spacing:-.01em}.slogo--spinneys.slogo--round{background:linear-gradient(150deg,#3aa653,#1f7a38)}.slogo--spinneys.slogo--round .slogo__spinneys{color:#fff}.slogo--zara.slogo--round,.slogo--maliks.slogo--round{background:#fff;border:1px solid var(--border)}.slogo__virgin{color:#d81f26;font-family:Georgia,serif;font-style:italic;font-weight:800;font-size:1em}.slogo__antoine{font-family:Georgia,serif;font-weight:600;font-size:1.6em}.slogo__aintli{font-family:Georgia,serif;font-weight:300;letter-spacing:.12em;font-size:.92em}.slogo__pharmacy{color:#2f8f43;font-weight:800;font-size:1.05em;letter-spacing:.04em}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes ping{0%{box-shadow:0 0 #34c75a66}70%{box-shadow:0 0 0 7px #34c75a00}to{box-shadow:0 0 #34c75a00}}.hero__phone .phone{animation:floaty 6s ease-in-out infinite}.hero__copy>*{animation:rise .7s both}.hero__copy>*:nth-child(1){animation-delay:.02s}.hero__copy>*:nth-child(2){animation-delay:.08s}.hero__copy>*:nth-child(3){animation-delay:.16s}.hero__copy>*:nth-child(4){animation-delay:.24s}.hero__copy>*:nth-child(5){animation-delay:.32s}.mk-step-row--active .mk-step-row__dot{animation:ping 2s ease-out infinite}@media (max-width: 980px){.hero__inner{grid-template-columns:1fr;text-align:center;gap:36px}.hero__copy{max-width:none;order:1}.hero__phone{order:2}.hero__lead{margin-left:auto;margin-right:auto}.hero__badges,.hero__trust{justify-content:center}.hero:before{display:none}}@media (max-width: 900px){.features__grid{grid-template-columns:repeat(2,1fr)}.preview__rail{flex-wrap:wrap}.preview__item--back{margin-bottom:0}}@media (max-width: 860px){.site-nav,.site-header__actions .btn{display:none}.hamburger{display:flex}.site-header__actions{margin-left:auto}.mobile-menu{display:block}}@media (max-width: 820px){.how__steps{grid-template-columns:1fr;gap:26px}.how-step__line{display:none}.footer__inner{grid-template-columns:1fr}}@media (max-width: 600px){.container{padding:0 18px}.features__grid{grid-template-columns:1fr}.footer__cols{grid-template-columns:1fr 1fr;gap:20px 24px}.badge{flex:1;min-width:0}}@media (max-width: 380px){.footer__cols{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
