.rb-header{position:sticky;top:0;z-index:200;width:100%}.rb-topbar{background:var(--ink);color:#ffffffd9;font-size:12.5px}.rb-topbar-inner{display:flex;justify-content:space-between;align-items:center;height:38px}.rb-back-link{display:flex;align-items:center;gap:6px;background:none;border:none;color:inherit;font-size:12.5px}.rb-back-link:hover{color:var(--white)}.rb-topbar-contact{display:flex;gap:18px}.rb-topbar-contact a{display:flex;align-items:center;gap:5px}.rb-topbar-contact a:hover{color:var(--white)}.rb-main{background:var(--white);border-bottom:1px solid var(--border-light)}.rb-main-inner{display:flex;align-items:center;gap:28px;height:58px}.rb-logo{display:flex;align-items:center;gap:10px;background:none;border:none;flex-shrink:0}.rb-logo-mark{width:34px;height:34px;border-radius:8px;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-weight:700;font-size:18px}.rb-logo-text{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--ink);white-space:nowrap}.rb-logo-text em{display:block;font-style:normal;font-size:11px;font-weight:500;color:var(--gold);letter-spacing:.06em;text-transform:uppercase}.rb-search{flex:1;display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:100px;padding:0 14px;height:40px;max-width:480px;color:var(--text-light)}.rb-search input{flex:1;border:none;background:none;outline:none;font-size:14px;color:var(--text)}.rb-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.rb-action{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;color:var(--text);padding:4px 12px;border-radius:var(--radius-sm)}.rb-action span{font-size:10.5px;font-weight:600}.rb-action:hover{background:var(--bg);color:var(--blue)}.rb-count{position:absolute;top:-2px;right:4px;background:var(--gold);color:var(--white);font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 3px}.rb-hamburger{display:none;background:none;border:none;color:var(--ink)}.rb-cod-strip{background:var(--gold-bg);border-bottom:1px solid var(--gold-border)}.rb-cod-inner{display:flex;gap:26px;align-items:center;height:34px;font-size:12.5px;font-weight:600;color:#8a6206}.rb-cod-inner span{display:flex;align-items:center;gap:6px}.rb-nav{background:var(--white);border-bottom:1px solid var(--border)}.rb-nav-inner{display:flex;align-items:center;gap:6px;height:46px}.rb-nav-inner>button,.rb-nav-mega-wrap>button{display:flex;align-items:center;gap:5px;background:none;border:none;font-size:14px;font-weight:600;color:var(--text);padding:8px 14px;border-radius:var(--radius-sm)}.rb-nav-inner>button:hover,.rb-nav-mega-wrap>button:hover{color:var(--blue);background:var(--blue-light)}.rb-nav-inner>button.active{color:var(--blue)}.rb-nav-inner>button.restaurant.active,.rb-nav-inner>button.restaurant:hover{color:var(--restaurant-gold);background:var(--warm)}.rb-nav-mega-wrap{position:relative}.rb-mega{position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:10px;min-width:260px;z-index:50}.rb-mega-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;background:none;border:none;text-align:left;padding:10px 12px;border-radius:var(--radius-sm)}.rb-mega-item:hover{background:var(--blue-light)}.rb-mega-item strong{font-size:14px;color:var(--ink);font-weight:700}.rb-mega-item span{font-size:12.5px;color:var(--text-muted)}.rb-mega-services{min-width:220px}.rb-mobile-overlay{display:none}@media (max-width: 900px){.rb-topbar-contact a:first-child,.rb-search,.rb-action span{display:none}.rb-action{padding:6px 8px}.rb-nav{display:none}.rb-hamburger{display:flex}.rb-mobile-overlay{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:rgba(15,29,48,.5)}.rb-mobile-panel{background:var(--white);width:min(340px,86vw);height:100%;margin-left:auto;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:22px}.rb-mobile-head{display:flex;justify-content:space-between;align-items:center}.rb-mobile-head button{background:none;border:none;color:var(--ink)}.rb-mobile-group{display:flex;flex-direction:column;gap:2px}.rb-mobile-group-label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:4px}.rb-mobile-group button{text-align:left;background:none;border:none;padding:10px 8px;border-radius:var(--radius-sm);font-size:14.5px;font-weight:600;color:var(--text)}.rb-mobile-group button:hover{background:var(--bg);color:var(--blue)}.rb-mobile-back{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--text-muted);font-size:13px;margin-top:auto;padding:10px 8px}}@media (max-width: 480px){.rb-topbar-contact{display:none}.rb-cod-inner{gap:14px;font-size:11.5px}}.rb-footer{background:var(--ink2);color:#ffffffbf;margin-top:40px}.rb-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px;padding:56px 24px 40px}.rb-footer-col{display:flex;flex-direction:column;gap:10px}.rb-footer-col h4{color:var(--white);font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.rb-footer-col button,.rb-footer-col a,.rb-footer-col span{background:none;border:none;text-align:left;color:#ffffffb8;font-size:14px;display:flex;align-items:center;gap:8px}.rb-footer-col button:hover,.rb-footer-col a:hover{color:var(--white)}.rb-footer-brand{gap:14px}.rb-footer-logo{display:flex;align-items:center;gap:10px;font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--white)}.rb-footer-logo-mark{width:32px;height:32px;border-radius:8px;background:var(--gold);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:17px}.rb-footer-logo em{display:block;font-style:normal;font-size:10.5px;font-weight:500;color:var(--gold-light);letter-spacing:.06em;text-transform:uppercase}.rb-footer-brand p{font-size:13.5px;line-height:1.6;max-width:320px}.rb-footer-external{color:var(--gold-light)!important;font-weight:600;margin-top:4px}.rb-footer-address{align-items:flex-start}.rb-footer-bottom{border-top:1px solid rgba(255,255,255,.1)}.rb-footer-bottom-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;padding:18px 24px;font-size:12.5px;color:#ffffff80}.rb-footer-legal-links{display:flex;gap:16px}.rb-footer-legal-links button{background:none;border:none;color:#ffffff80;font-size:12.5px}.rb-footer-legal-links button:hover{color:var(--white)}@media (max-width: 900px){.rb-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.rb-footer-grid{grid-template-columns:1fr;gap:28px;padding:44px 20px 30px}}.page-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:90px 20px;color:var(--text-muted);font-size:14px}.empty-state{text-align:center;padding:60px 20px;max-width:420px;margin:0 auto}.empty-state-icon{width:76px;height:76px;border-radius:50%;background:var(--bg);color:var(--text-light);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.empty-state h3{font-size:20px;margin-bottom:8px}.empty-state p{color:var(--text-muted);font-size:14.5px;margin-bottom:22px}.empty-state-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.spin{animation:rb-spin .8s linear infinite}@keyframes rb-spin{to{transform:rotate(360deg)}}.field-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field-group label{font-size:13.5px;font-weight:600;color:var(--ink)}.field-group .req{color:#c0392b;margin-left:3px}.field-wrap{position:relative;display:flex;align-items:center}.field-wrap input,.field-wrap textarea,.field-wrap select{width:100%;padding:11px 36px 11px 13px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:14.5px;font-family:inherit;color:var(--text);background:var(--white);transition:border-color .15s ease}.field-wrap textarea{resize:vertical}.field-wrap input:focus,.field-wrap textarea:focus,.field-wrap select:focus{border-color:var(--blue-mid);outline:none}.field-wrap.has-error input,.field-wrap.has-error textarea,.field-wrap.has-error select{border-color:#c0392b}.field-wrap.is-valid input,.field-wrap.is-valid select{border-color:var(--green-mid)}.valid-tick{position:absolute;right:12px;color:var(--green-mid);pointer-events:none}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:60px;cursor:pointer}.select-chevron{position:absolute;right:12px;color:var(--text-light);pointer-events:none}.select-tick.valid-tick{right:32px}.field-error{display:flex;align-items:center;gap:5px;font-size:12.5px;color:#c0392b}.toast-container{position:fixed;bottom:22px;right:22px;display:flex;flex-direction:column;gap:10px;z-index:999;max-width:340px}.toast{display:flex;align-items:center;gap:10px;background:var(--ink);color:var(--white);padding:13px 14px;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);font-size:14px;animation:rb-toast-in .25s ease}@keyframes rb-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-success{background:var(--green)}.toast-error{background:#B23A2E}.toast-info{background:var(--blue-dark)}.toast span{flex:1}.toast-close{background:none;border:none;color:inherit;opacity:.8;display:flex}.toast-close:hover{opacity:1}.page-hero{position:relative;background-size:cover;background-position:center;padding:76px 0 56px;color:var(--white)}.page-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(15,29,48,.72),rgba(15,29,48,.55))}.page-hero-content{position:relative;z-index:1;max-width:640px}.page-hero-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:100px;background:rgba(255,255,255,.15);margin-bottom:14px}.page-hero h1{font-size:clamp(28px,4vw,42px);color:var(--white);margin-bottom:10px}.page-hero p{font-size:16px;color:#ffffffe0}.page-hero.accent-green .page-hero-badge{background:rgba(46,107,15,.35)}.page-hero.accent-gold .page-hero-badge{background:rgba(200,135,10,.35)}.page-hero.accent-restaurant .page-hero-badge{background:rgba(184,114,10,.35)}.not-found{text-align:center;padding:100px 20px 120px;max-width:460px;margin:0 auto}.not-found-graphic{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--border);margin-bottom:20px}.not-found-graphic span{font-family:Playfair Display,serif;font-size:64px;font-weight:700;color:var(--border)}.not-found h2{margin-bottom:10px}.not-found p{color:var(--text-muted);margin-bottom:26px}.receipt-wrap{display:flex;justify-content:center;padding:40px 16px 70px}.receipt-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:40px 34px;max-width:460px;width:100%;text-align:center}.receipt-check{width:62px;height:62px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.receipt-card h2{font-size:24px;margin-bottom:6px}.receipt-sub{color:var(--text-muted);margin-bottom:22px}.receipt-order-id{background:var(--bg);border-radius:var(--radius-sm);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px}.receipt-order-id strong{font-family:Playfair Display,serif;font-size:17px;letter-spacing:.02em}.receipt-items{text-align:left;border-top:1px solid var(--border-light);padding-top:14px;margin-bottom:10px}.receipt-item{display:flex;justify-content:space-between;font-size:14px;padding:5px 0;color:var(--text)}.receipt-extra{text-align:left;border-top:1px solid var(--border-light);padding-top:14px;margin-top:6px;margin-bottom:10px}.receipt-extra-row{display:flex;justify-content:space-between;font-size:13.5px;padding:4px 0;color:var(--text-muted)}.receipt-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1.5px solid var(--border);padding-top:14px;margin-top:6px;margin-bottom:20px;font-size:15px}.receipt-total strong{font-size:19px;color:var(--ink)}.receipt-note{font-size:13px;color:var(--text-muted);margin-bottom:24px}.receipt-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.receipt-home-link{display:block;margin:14px auto 0}@media print{body *{visibility:hidden}#printable-receipt,#printable-receipt *{visibility:visible}#printable-receipt{position:absolute;left:0;top:0;width:100%;box-shadow:none}.receipt-actions,.receipt-home-link{display:none}}@media (max-width: 640px){.receipt-card{padding:30px 20px}}.home-hero{position:relative;min-height:520px;display:flex;align-items:center;background-size:cover;background-position:center}.home-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,rgba(15,29,48,.82) 20%,rgba(15,29,48,.45))}.home-hero-content{position:relative;z-index:1;max-width:620px;padding:60px 24px}.home-hero-badge{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:16px}.home-hero h1{color:var(--white);font-size:clamp(32px,5vw,50px);margin-bottom:16px}.home-hero p{color:#ffffffdb;font-size:16.5px;margin-bottom:28px;max-width:480px}.home-hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.home-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;gap:16px;flex-wrap:wrap}.home-section-head h2{font-size:28px}.home-goods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-goods-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;text-align:left;padding:0;transition:box-shadow .2s ease,transform .2s ease}.home-goods-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.home-goods-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.home-goods-card>div{padding:12px 14px 16px}.home-goods-card h4{font-size:14px;margin:6px 0 8px;font-family:DM Sans,sans-serif;font-weight:600}.home-goods-card strong{color:var(--green);font-family:Playfair Display,serif;font-size:16px}.restaurant-tint{background:var(--warm)}.home-restaurant-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center}.home-restaurant-copy h2{font-size:28px;margin:10px 0 12px}.home-restaurant-copy p{color:var(--text-muted);margin-bottom:22px}.home-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-menu-card{background:var(--white);border:1px solid var(--warm-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.home-menu-card img{width:100%;height:110px;object-fit:cover}.home-menu-card span{display:block;padding:10px 12px 2px;font-size:13.5px;font-weight:600;color:var(--ink)}.home-menu-card strong{display:block;padding:0 12px 12px;color:var(--restaurant-gold);font-size:14px}.home-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-service-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;background:var(--blue-tint);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--blue-dark);font-weight:600;font-size:14.5px;text-align:center}.home-service-card:hover{background:var(--blue-light);box-shadow:var(--shadow-sm)}.agency-tint{background:var(--gold-bg)}.home-agency-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home-agency-img{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover}.home-agency-inner h2{font-size:28px;margin:10px 0 12px}.home-agency-inner p{color:var(--text-muted);margin-bottom:22px}.home-trust{background:var(--ink);padding:28px 0}.home-trust-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;color:#ffffffd9}.home-trust-inner div{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600}.home-trust-inner svg{color:var(--gold-light)}@media (max-width: 1000px){.home-goods-grid,.home-services-grid{grid-template-columns:repeat(2,1fr)}.home-restaurant-inner,.home-agency-inner{grid-template-columns:1fr}.home-agency-inner{direction:initial}}@media (max-width: 560px){.home-hero{min-height:440px}.home-menu-grid{grid-template-columns:1fr 1fr}.home-trust-inner{justify-content:flex-start}}.restaurant-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;padding:36px 24px 80px;position:relative}.restaurant-sidebar{position:sticky;top:176px;align-self:start;display:flex;flex-direction:column;gap:4px;max-height:calc(100vh - 200px);overflow-y:auto}.restaurant-sidebar button{display:flex;justify-content:space-between;align-items:center;background:none;border:none;text-align:left;padding:11px 14px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text)}.restaurant-sidebar button:hover{background:var(--warm)}.restaurant-sidebar button.active{background:var(--restaurant-gold);color:var(--white)}.restaurant-sidebar-count{font-size:11.5px;opacity:.7}.restaurant-cat-title{font-size:24px;margin-bottom:20px}.restaurant-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.menu-card{display:flex;gap:14px;background:var(--white);border:1px solid var(--warm-border);border-radius:var(--radius-md);overflow:hidden}.menu-card img{width:108px;height:100%;object-fit:cover;flex-shrink:0}.menu-card-body{padding:12px 12px 12px 0;display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.menu-card-badges{display:flex;gap:5px;flex-wrap:wrap}.menu-card-body h4{font-size:14.5px}.menu-card-body p{font-size:12.5px;color:var(--text-muted);line-height:1.4}.menu-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.menu-card-footer strong{color:var(--restaurant-gold);font-family:Playfair Display,serif;font-size:15px}.restaurant-mini-cart{position:fixed;bottom:22px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--restaurant-gold);color:var(--white);padding:13px 22px;border-radius:100px;border:none;font-weight:700;font-size:14px;box-shadow:var(--shadow-lg);z-index:60}.restaurant-cart-review h2,.restaurant-details-form h2,.restaurant-confirm h2{font-size:22px;margin-bottom:20px}.restaurant-cart-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.restaurant-cart-row{display:flex;align-items:center;gap:14px;padding:10px;border:1px solid var(--warm-border);border-radius:var(--radius-md)}.restaurant-cart-row img{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover}.restaurant-cart-row-info{flex:1;display:flex;flex-direction:column;gap:2px}.restaurant-cart-row-info span{font-size:14px;font-weight:600}.restaurant-cart-row-info strong{font-size:13px;color:var(--restaurant-gold)}.restaurant-cart-remove{background:none;border:none;color:var(--text-light)}.restaurant-cart-remove:hover{color:#c0392b}.qty-stepper{display:flex;align-items:center;gap:10px;background:var(--warm);border-radius:100px;padding:4px 10px}.qty-stepper button{background:none;border:none;color:var(--restaurant-gold);display:flex}.qty-stepper span{font-weight:700;font-size:14px;min-width:16px;text-align:center}.restaurant-cart-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.restaurant-details-form{max-width:480px}.restaurant-confirm-summary{border:1px solid var(--warm-border);border-radius:var(--radius-md);padding:16px;margin-bottom:16px}.restaurant-confirm-total{display:flex;justify-content:space-between;border-top:1.5px solid var(--warm-border);margin-top:10px;padding-top:10px;font-weight:700}.cod-notice{display:flex;align-items:center;gap:8px;background:var(--gold-bg);border:1px solid var(--gold-border);border-radius:var(--radius-sm);padding:12px 14px;font-size:13.5px;margin-bottom:6px}@media (max-width: 900px){.restaurant-layout{grid-template-columns:1fr}.restaurant-sidebar{position:sticky;top:176px;z-index:40;flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;background:var(--white);padding:8px 0;border-bottom:1px solid var(--warm-border);gap:6px}.restaurant-sidebar button{flex-shrink:0;white-space:nowrap}.restaurant-menu-grid{grid-template-columns:1fr}}.product-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card-img-wrap{position:relative;display:block;width:100%;aspect-ratio:1 / 1;background:none;border:none;padding:0;overflow:hidden}.product-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card-img-wrap img{transform:scale(1.06)}.product-card-badge{position:absolute;top:10px;left:10px}.product-card-heart{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--text-muted);display:flex;align-items:center;justify-content:center;border:none;transition:color .15s ease,transform .15s ease}.product-card-heart:hover{transform:scale(1.08)}.product-card-heart.active{color:#c0392b}.product-card-body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:6px}.product-card-name{background:none;border:none;text-align:left;font-size:14.5px;font-weight:600;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-name:hover{color:var(--green)}.product-card-rating{display:flex;align-items:center;gap:4px;font-size:12.5px;color:var(--gold)}.product-card-rating .text-muted{color:var(--text-light)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.product-card-price{display:flex;flex-direction:column}.product-card-price strong{font-size:16px;color:var(--green);font-family:Playfair Display,serif}.product-card-price span{font-size:11.5px;color:var(--text-light)}.product-card-add{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;border:none}.product-card-add:hover{background:var(--green);color:var(--white)}.shop-listing-layout{padding:32px 24px 80px}.shop-listing-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:26px}.shop-dept-tabs{display:flex;gap:8px;flex-wrap:wrap}.shop-dept-tabs button{background:var(--bg);border:1px solid var(--border);padding:9px 16px;border-radius:100px;font-size:13.5px;font-weight:600;color:var(--text)}.shop-dept-tabs button.active{background:var(--green);color:var(--white);border-color:var(--green)}.shop-sort{display:flex;align-items:center;gap:8px;color:var(--text-muted)}.shop-sort select{border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;font-size:13.5px;background:var(--white);color:var(--text)}@media (max-width: 1000px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 420px){.shop-grid{grid-template-columns:1fr 1fr;gap:12px}}.product-detail-page{padding:26px 24px 80px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);margin-bottom:24px;flex-wrap:wrap}.breadcrumb button{background:none;border:none;color:var(--text-muted)}.breadcrumb button:hover{color:var(--green)}.breadcrumb span{color:var(--ink);font-weight:600}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:56px}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1;background:var(--bg)}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px}.product-gallery-thumbs button{width:68px;height:68px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;padding:0}.product-gallery-thumbs button.active{border-color:var(--green)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:28px;margin:12px 0 10px}.product-rating{display:flex;align-items:center;gap:6px;color:var(--gold);font-size:14px;margin-bottom:14px}.product-price{font-family:Playfair Display,serif;font-size:30px;color:var(--green);margin-bottom:16px}.product-price span{font-size:14px;color:var(--text-light);font-family:DM Sans,sans-serif}.product-description{color:var(--text-muted);margin-bottom:18px;line-height:1.65}.product-details-list{display:flex;flex-direction:column;gap:8px;margin-bottom:26px}.product-details-list li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.product-details-list svg{color:var(--green);flex-shrink:0}.product-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.qty-stepper-lg{padding:6px 14px}.product-wishlist-btn{width:46px;height:46px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--white);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.product-wishlist-btn.active{color:#c0392b;border-color:#f0c4bd;background:#FDF0EE}.product-wishlist-note{margin-top:14px;font-size:13.5px;color:var(--text-muted)}.product-wishlist-note button{background:none;border:none;color:var(--blue);font-weight:600;text-decoration:underline}.product-related h3{font-size:22px;margin-bottom:20px}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-reviews-section{margin-bottom:56px;border-top:1px solid var(--border-light);padding-top:36px}.product-reviews-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.product-reviews-head h3{font-size:22px}.product-reviews-empty{font-size:14px}.product-review-form{background:var(--bg);border-radius:var(--radius-lg);padding:22px;margin-bottom:24px;max-width:480px}.product-review-star-picker{display:flex;gap:6px;color:var(--gold)}.product-review-star-picker button{background:none;border:none;color:inherit;display:flex}.product-reviews-list{display:flex;flex-direction:column;gap:14px;max-width:640px}.product-review-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:16px 18px}.product-review-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.product-review-card-head strong{font-size:14px}.product-review-stars{display:flex;gap:1px;color:var(--gold)}.product-review-card p{font-size:14px;color:var(--text);line-height:1.55;margin-bottom:8px}.product-review-date{font-size:12px;color:var(--text-light)}@media (max-width: 900px){.product-detail-grid{grid-template-columns:1fr;gap:28px}.shop-grid{grid-template-columns:repeat(2,1fr)}}.checkout-page{padding:36px 24px 90px;max-width:720px}.checkout-title{font-size:28px;margin-bottom:28px}.checkout-progress{display:flex;align-items:center;margin-bottom:36px}.checkout-progress-step{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-light);flex:1}.checkout-progress-step:last-child{flex:0}.checkout-progress-dot{width:26px;height:26px;border-radius:50%;background:var(--border-light);color:var(--text-light);display:flex;align-items:center;justify-content:center;font-size:12.5px;flex-shrink:0}.checkout-progress-step.active .checkout-progress-dot{background:var(--green);color:var(--white)}.checkout-progress-step.done .checkout-progress-dot{background:var(--green-mid);color:var(--white)}.checkout-progress-step.active,.checkout-progress-step.done{color:var(--ink)}.checkout-progress-line{flex:1;height:2px;background:var(--border-light);margin:0 8px}.checkout-progress-step.done .checkout-progress-line{background:var(--green-mid)}.checkout-cart-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.checkout-cart-row{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--border-light);border-radius:var(--radius-md)}.checkout-cart-row img{width:52px;height:52px;border-radius:var(--radius-sm);object-fit:cover}.checkout-cart-row-info{flex:1;display:flex;flex-direction:column;gap:2px}.checkout-cart-row-info span{font-size:14px;font-weight:600}.checkout-cart-row-info strong{font-size:12.5px;color:var(--text-muted)}.checkout-line-total{font-size:13.5px;font-weight:700;color:var(--green);min-width:76px;text-align:right}.checkout-summary-bar{display:flex;justify-content:space-between;align-items:center;background:var(--green-light);border-radius:var(--radius-md);padding:14px 18px;font-size:14px;margin-bottom:8px}.checkout-summary-bar strong{font-size:18px;color:var(--green);font-family:Playfair Display,serif}.checkout-fee-note{font-size:12.5px;color:var(--text-light);margin-bottom:22px}.checkout-fee-preview{font-size:13.5px;color:var(--text-muted);margin:-10px 0 16px}.checkout-fee-preview strong{color:var(--green)}.checkout-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.checkout-form-step{display:flex;flex-direction:column}@media (max-width: 560px){.checkout-progress-step span:last-child{display:none}}.services-overview{padding:36px 24px 80px}.services-quote-note{display:flex;align-items:center;gap:10px;background:var(--blue-light);color:var(--blue-dark);border-radius:var(--radius-md);padding:14px 18px;font-size:14px;margin-bottom:32px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.service-overview-card{display:flex;flex-direction:column;text-align:left;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;padding:0;transition:box-shadow .2s ease,transform .2s ease}.service-overview-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.service-overview-card img{width:100%;height:180px;object-fit:cover}.service-overview-body{padding:20px;display:flex;flex-direction:column;gap:6px}.service-overview-body svg{color:var(--blue);margin-bottom:6px}.service-overview-body h3{font-size:19px}.service-overview-body p{color:var(--text-muted);font-size:13.5px;margin-bottom:8px}.service-overview-link{display:flex;align-items:center;gap:4px;color:var(--blue);font-weight:700;font-size:13.5px}.service-detail-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:44px;padding:40px 24px 90px}.service-section-title{font-size:21px;margin-bottom:18px}.service-packages{display:flex;flex-direction:column;gap:14px}.service-package-card{position:relative;text-align:left;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:20px}.service-package-card.active{border-color:var(--blue);background:var(--blue-tint)}.service-package-check{position:absolute;top:16px;right:16px;width:22px;height:22px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center}.service-package-card h4{font-size:17px;margin-bottom:6px}.service-package-card>p{color:var(--text-muted);font-size:13.5px;margin-bottom:12px}.service-package-card ul{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.service-package-card li{display:flex;align-items:center;gap:7px;font-size:13.5px;color:var(--text)}.service-package-card li svg{color:var(--blue);flex-shrink:0}.service-package-quote{font-size:12.5px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.04em}.service-booking-form{background:var(--bg);border-radius:var(--radius-lg);padding:26px;align-self:start}.service-file-note{font-size:12.5px;color:var(--text-light);margin-bottom:18px}@media (max-width: 900px){.services-grid,.service-detail-layout{grid-template-columns:1fr}}.agency-tabs-sticky{position:sticky;top:176px;z-index:40;background:var(--white);border-bottom:1px solid var(--border-light)}.agency-tabs{display:flex;gap:8px;padding:12px 24px}.agency-tabs button{display:flex;align-items:center;gap:7px;background:var(--bg);border:1px solid var(--border);padding:9px 18px;border-radius:100px;font-weight:600;font-size:14px;color:var(--text)}.agency-tabs button.active{background:var(--gold);color:var(--white);border-color:var(--gold)}.agency-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;padding:30px 24px 90px}.agency-filter-panel{align-self:start;position:sticky;top:240px}.agency-filter-head{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;margin-bottom:14px;color:var(--ink)}.agency-filter-group{margin-bottom:22px}.agency-filter-group>span{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin-bottom:8px}.agency-filter-group button{display:block;width:100%;text-align:left;background:none;border:none;padding:7px 10px;border-radius:var(--radius-sm);font-size:13.5px;color:var(--text);margin-bottom:2px}.agency-filter-group button:hover{background:var(--gold-bg)}.agency-filter-group button.active{background:var(--gold-bg);color:var(--gold);font-weight:700}.agency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.listing-card{text-align:left;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;padding:0;transition:box-shadow .2s ease,transform .2s ease}.listing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.listing-card-img-wrap{position:relative;aspect-ratio:4/3}.listing-card-img-wrap img{width:100%;height:100%;object-fit:cover}.listing-status{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 9px;border-radius:100px;color:var(--white)}.listing-status-sale{background:var(--gold)}.listing-status-lease{background:var(--blue)}.listing-card-body{padding:14px;display:flex;flex-direction:column;gap:5px}.listing-type{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.listing-card-body h4{font-size:15px;min-height:40px}.listing-location{display:flex;align-items:center;gap:5px;font-size:12.5px;color:var(--text-muted)}.listing-card-body strong{font-family:Playfair Display,serif;color:var(--gold);font-size:17px;margin-top:4px}.listing-contact-price{font-family:DM Sans,sans-serif!important;font-size:13.5px!important;text-transform:uppercase;letter-spacing:.03em}@media (max-width: 900px){.agency-layout{grid-template-columns:1fr}.agency-filter-panel{position:static;display:flex;gap:24px;overflow-x:auto}.agency-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.agency-grid{grid-template-columns:1fr}}.agency-detail-page{padding:26px 24px 80px}.agency-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:50px}.agency-detail-info h1{font-size:26px;margin:10px 0 8px}.agency-detail-info .listing-location{margin-bottom:16px}.agency-detail-price{font-family:Playfair Display,serif;font-size:28px;color:var(--gold);display:flex;align-items:center;gap:12px;margin-bottom:18px}.agency-detail-price span{font-size:14px;color:var(--text-light);font-family:DM Sans,sans-serif}.agency-detail-price-contact{font-size:20px;text-transform:uppercase;letter-spacing:.03em}.listing-status-inline{background:var(--gold-bg);color:var(--gold);padding:3px 10px;border-radius:100px;font-size:12px;font-weight:700;text-transform:uppercase}.agency-detail-description{color:var(--text-muted);line-height:1.65;margin-bottom:22px}.agency-detail-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.agency-detail-specs>div{background:var(--gold-bg);border-radius:var(--radius-sm);padding:12px 14px}.agency-detail-specs span{display:block;font-size:11.5px;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.agency-detail-specs strong{font-size:14.5px;color:var(--ink)}.agency-appointment{max-width:480px;background:var(--bg);border-radius:var(--radius-lg);padding:28px}.agency-appointment h2{font-size:21px;margin-bottom:18px}@media (max-width: 900px){.agency-detail-grid{grid-template-columns:1fr;gap:28px}}.account-page{padding:40px 24px 90px}.account-auth-wrap{max-width:420px;margin:0 auto}.account-avatar{width:46px;height:46px;border-radius:50%;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center}.account-avatar-lg{width:64px;height:64px;margin:0 auto 20px}.account-prompt{text-align:center}.account-prompt h2{font-size:22px;margin-bottom:8px}.account-prompt p{color:var(--text-muted);margin-bottom:26px;font-size:14.5px}.account-prompt-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.account-form h2{font-size:22px;margin-bottom:20px}.account-switch{text-align:center;font-size:13.5px;color:var(--text-muted);margin-top:14px}.account-switch-link{display:block;margin:12px auto 0;background:none;border:none;color:var(--blue);font-size:13px;font-weight:600}.account-switch button{background:none;border:none;color:var(--blue);font-weight:700}.account-back{display:block;margin:8px auto 0}.account-dashboard{display:grid;grid-template-columns:240px 1fr;gap:36px}.account-sidebar{display:flex;flex-direction:column;gap:4px;align-self:start}.account-sidebar-profile{display:flex;align-items:center;gap:12px;padding:6px 10px 18px;margin-bottom:6px;border-bottom:1px solid var(--border-light)}.account-sidebar-profile strong{display:block;font-size:14.5px}.account-sidebar-profile span{font-size:12.5px;color:var(--text-muted)}.account-sidebar button{display:flex;align-items:center;gap:10px;background:none;border:none;text-align:left;padding:11px 10px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text)}.account-sidebar button:hover{background:var(--bg)}.account-sidebar button.active{background:var(--blue-light);color:var(--blue)}.account-signout{color:#c0392b!important;margin-top:14px;border-top:1px solid var(--border-light);padding-top:14px!important}.account-content-title{font-size:22px;margin-bottom:20px}.account-content-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.account-content-head .account-content-title{margin-bottom:0}.account-orders-list{display:flex;flex-direction:column;gap:12px}.account-order-row{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--border-light);border-radius:var(--radius-md);flex-wrap:wrap}.account-order-icon{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--bg);display:flex;align-items:center;justify-content:center;color:var(--blue)}.account-order-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:140px}.account-order-info strong{font-size:14px;font-family:Playfair Display,serif}.account-order-info span{font-size:12.5px;color:var(--text-muted)}.account-order-status{font-size:12px;font-weight:700;padding:5px 11px;border-radius:100px;text-transform:uppercase}.status-blue{background:var(--blue-light);color:var(--blue)}.status-green{background:var(--green-light);color:var(--green)}.status-gold{background:var(--gold-bg);color:var(--gold)}.account-profile-readonly{display:flex;flex-direction:column;gap:14px;max-width:400px}.account-profile-readonly>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border-light);padding-bottom:10px}.account-profile-readonly span{color:var(--text-muted);font-size:13.5px}.account-profile-readonly strong{font-size:14.5px}.account-profile-edit{max-width:400px}.account-profile-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}@media (max-width: 800px){.account-dashboard{grid-template-columns:1fr}.account-sidebar{flex-direction:row;overflow-x:auto}.account-sidebar-profile{display:none}.account-signout{margin-top:0;border-top:none}}.wishlist-page{padding:36px 24px 90px}.wishlist-title{display:flex;align-items:center;gap:10px;font-size:26px;color:#c0392b;margin-bottom:22px}.wishlist-guest-note{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--blue-light);color:var(--blue-dark);padding:13px 16px;border-radius:var(--radius-md);margin-bottom:26px;font-size:13.5px}.wishlist-guest-note span{flex:1}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.wishlist-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.wishlist-card-img{display:block;width:100%;aspect-ratio:1/1;border:none;padding:0}.wishlist-card-img img{width:100%;height:100%;object-fit:cover}.wishlist-card-body{padding:14px;display:flex;flex-direction:column;gap:6px}.wishlist-card-name{background:none;border:none;text-align:left;font-size:14px;font-weight:600;color:var(--ink)}.wishlist-card-body strong{color:var(--green);font-family:Playfair Display,serif;font-size:16px}.wishlist-card-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.wishlist-remove{background:none;border:none;color:var(--text-light);padding:6px}.wishlist-remove:hover{color:#c0392b}@media (max-width: 900px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}}.search-page{padding:32px 24px 80px}.search-page-head{display:flex;align-items:center;gap:10px;margin-bottom:30px;color:var(--text-muted)}.search-page-head h1{font-size:24px;color:var(--ink)}.search-section{margin-bottom:40px}.search-section h2{font-size:18px;margin-bottom:16px}.search-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.search-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.search-menu-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;text-align:left;padding:0}.search-menu-card img{width:100%;height:100px;object-fit:cover}.search-menu-card div{padding:10px 12px}.search-menu-card span{display:block;font-size:13px;font-weight:600;margin-bottom:2px}.search-menu-card strong{color:var(--restaurant-gold);font-size:13px}.search-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.search-service-card{display:flex;gap:12px;align-items:center;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;text-align:left;padding:0}.search-service-card img{width:70px;height:70px;object-fit:cover;flex-shrink:0}.search-service-card strong{display:block;font-size:14px}.search-service-card span{font-size:12.5px;color:var(--text-muted)}.search-listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.search-listing-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;text-align:left;padding:0}.search-listing-card img{width:100%;height:110px;object-fit:cover}.search-listing-card div{padding:10px 12px}.search-listing-card strong{display:block;font-size:13.5px;margin-bottom:4px}.search-listing-card span{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-muted)}@media (max-width: 900px){.search-products-grid,.search-menu-grid,.search-listing-grid{grid-template-columns:repeat(2,1fr)}.search-service-grid{grid-template-columns:1fr}}.legal-page{padding:40px 24px 90px;max-width:760px}.legal-page h1{font-size:30px;margin-bottom:8px}.legal-updated{font-size:13px;color:var(--text-light);margin-bottom:32px}.legal-body h3{font-size:17px;margin:26px 0 10px}.legal-body p{color:var(--text);line-height:1.7;margin-bottom:12px}.legal-body ul{padding-left:20px;margin-bottom:12px}.legal-body li{color:var(--text);line-height:1.7;list-style:disc;margin-bottom:6px}.tracker-page{padding:40px 24px 90px;max-width:640px}.tracker-search{display:flex;align-items:center;gap:10px;background:var(--white);border:1.5px solid var(--border);border-radius:100px;padding:6px 6px 6px 18px;margin-bottom:10px}.tracker-search svg{color:var(--text-light);flex-shrink:0}.tracker-search input{flex:1;border:none;outline:none;font-size:15px;background:none}.tracker-hint{font-size:12.5px;color:var(--text-light);margin-bottom:34px}.tracker-result{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm)}.tracker-result-head{display:flex;align-items:center;gap:12px;margin-bottom:26px}.tracker-result-head svg{color:var(--blue)}.tracker-result-head strong{display:block;font-family:Playfair Display,serif;font-size:17px}.tracker-result-head span{font-size:13px;color:var(--text-muted)}.tracker-steps{display:flex;justify-content:space-between;margin-bottom:20px}.tracker-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;font-size:12px;text-align:center;color:var(--text-light)}.tracker-step-icon{color:var(--border)}.tracker-step.done .tracker-step-icon{color:var(--green-mid)}.tracker-step.current{color:var(--ink);font-weight:700}.tracker-step.done{color:var(--text)}.tracker-step-line{position:absolute;top:10px;left:50%;width:100%;height:2px;background:var(--border);z-index:-1}.tracker-step.done .tracker-step-line{background:var(--green-mid)}.tracker-note{font-size:12.5px;color:var(--text-light);text-align:center}.tracker-cancel-btn{display:flex;margin:18px auto 0;color:#c0392b;border-color:#f0c4bd}.tracker-cancel-btn:hover{background:#FDF0EE}.tracker-cancel-success{display:flex;align-items:center;gap:8px;justify-content:center;background:#FDF0EE;color:#c0392b;padding:10px 14px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;margin-top:18px}.tracker-cancel-form{margin-top:20px;padding:18px;background:var(--bg);border-radius:var(--radius-md);max-width:420px;margin-left:auto;margin-right:auto}.tracker-cancel-form>p{font-size:13.5px;color:var(--text-muted);margin-bottom:14px}.tracker-cancel-error{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#c0392b;margin-bottom:10px}.tracker-cancel-actions{display:flex;justify-content:flex-end;gap:10px}.cart-page{padding:36px 24px 90px}.cart-title{display:flex;align-items:center;gap:10px;font-size:26px;margin-bottom:6px}.cart-subtitle{color:var(--text-muted);font-size:14px;margin-bottom:28px}.cart-section{margin-bottom:32px;border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden}.cart-section-head{display:flex;align-items:center;gap:8px;padding:14px 18px;font-weight:700;font-size:14.5px;color:var(--white)}.cart-section-head-green{background:var(--green)}.cart-section-head-restaurant{background:var(--restaurant-gold)}.cart-list{display:flex;flex-direction:column;gap:10px;padding:16px}.cart-row{display:flex;align-items:center;gap:14px}.cart-row img{width:52px;height:52px;border-radius:var(--radius-sm);object-fit:cover}.cart-row-info{flex:1;display:flex;flex-direction:column;gap:2px}.cart-row-info span{font-size:14px;font-weight:600}.cart-row-info strong{font-size:12.5px;color:var(--text-muted)}.cart-section-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid var(--border-light);background:var(--bg);font-size:14px}.cart-section-footer strong{font-family:Playfair Display,serif;font-size:17px}@media (max-width: 560px){.cart-section-footer{flex-direction:column;align-items:stretch;gap:12px}.tracker-step span:last-child{font-size:10.5px}}:root{--blue: #1A5FAB;--blue-mid: #2B72C8;--blue-light: #E8F1FB;--blue-tint: #F2F7FD;--blue-dark: #0D3D73;--gold: #C8870A;--gold-light: #E8A82A;--gold-bg: #FDF6E8;--gold-border: #F0C060;--green: #2E6B0F;--green-light: #E6F3DC;--green-mid: #3D8F18;--restaurant-gold: #B8720A;--warm: #FDF8F2;--warm-border: #EDE0CC;--ink: #0F1D30;--ink2: #1E2F46;--text: #2C3E55;--text-muted: #5A6E84;--text-light: #8FA0B3;--border: #D8E4F0;--border-light: #EBF2FA;--white: #FFFFFF;--bg: #F4F8FD;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(15, 29, 48, .08);--shadow-md: 0 6px 20px rgba(15, 29, 48, .1);--shadow-lg: 0 16px 40px rgba(15, 29, 48, .14)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:DM Sans,-apple-system,sans-serif;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.55}h1,h2,h3,h4,h5{font-family:Playfair Display,serif;color:var(--ink);margin:0;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}:focus-visible{outline:2px solid var(--blue-mid);outline-offset:2px}.container{max-width:1240px;margin:0 auto;padding:0 24px}.section{padding:64px 0}.section.tint{background:var(--bg)}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.section-label.green{color:var(--green)}.section-label.gold{color:var(--gold)}.section-label:before{content:"";width:18px;height:2px;background:currentColor;display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:var(--radius-sm);font-weight:600;font-size:15px;border:1.5px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--blue-dark);box-shadow:var(--shadow-sm)}.btn-green{background:var(--green);color:var(--white)}.btn-green:hover:not(:disabled){background:#234f0b;box-shadow:var(--shadow-sm)}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover:not(:disabled){background:#a06f08;box-shadow:var(--shadow-sm)}.btn-restaurant{background:var(--restaurant-gold);color:var(--white)}.btn-restaurant:hover:not(:disabled){background:#935a08}.btn-outline{background:transparent;border-color:var(--border);color:var(--text)}.btn-outline:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}.btn-ghost{background:transparent;color:var(--blue);padding:10px 14px}.btn-ghost:hover:not(:disabled){background:var(--blue-light)}.btn-sm{padding:9px 16px;font-size:13.5px}.btn-block{width:100%}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 9px;border-radius:100px}.badge-organic{background:var(--green-light);color:var(--green)}.badge-spicy{background:#FDE8E4;color:#b8391a}.badge-veg{background:var(--green-light);color:var(--green-mid)}.badge-new{background:var(--blue-light);color:var(--blue)}.card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.fade-in{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.text-muted{color:var(--text-muted)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
