@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700;800&display=swap";:root{--cream: #faf9f6;--sand: #f0ebe1;--paper: #ffffff;--stone: #1c1917;--muted: #706a62;--line: rgba(28, 25, 23, .12);--rust: #b7410e;--rust-dark: #93320a;--gold: #f5a65b;--green: #1b4d3e;--green-soft: #eaf3ed;--shadow: 0 24px 70px rgba(28, 25, 23, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--cream);color:var(--stone);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body::selection{background:var(--rust);color:#fff}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}.app-shell{min-height:100vh;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;height:82px;padding:0 clamp(18px,4vw,56px);background:#faf9f6e6;border-bottom:1px solid rgba(28,25,23,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-mark{display:inline-flex;align-items:center;gap:12px;padding:0;color:var(--stone);background:transparent;text-align:left}.brand-mark>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;background:var(--rust);font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:800;box-shadow:0 12px 26px #b7410e3d}.brand-mark strong{display:grid;font-family:Playfair Display,Georgia,serif;font-size:24px;line-height:.95;letter-spacing:-.01em}.brand-mark strong span{color:var(--rust)}.brand-mark small{margin-top:5px;color:var(--muted);font-family:Manrope,sans-serif;font-size:10px;font-weight:800;letter-spacing:.25em;text-transform:uppercase}.nav-links,.topbar-actions,.header-right,.hero-actions,.trust-strip,.auth-actions,.form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.header-right{justify-content:flex-end;flex:1;min-width:0}.nav-links button{padding:8px 2px;color:#57514a;background:transparent;font-size:14px;font-weight:800;letter-spacing:.03em;transition:color .18s ease}.nav-links button:hover{color:var(--rust)}.topbar-actions{position:relative;flex-wrap:nowrap}.header-icon-button,.account-avatar-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--stone);font-size:13px;font-weight:800;white-space:nowrap;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.header-icon-button:hover,.account-avatar-button:hover{color:var(--rust);border-color:#b7410e73;box-shadow:0 14px 30px #1c191714;transform:translateY(-1px)}.cart-button strong{display:grid;min-width:24px;height:24px;place-items:center;border-radius:999px;color:#fff;background:var(--rust);font-size:12px}.nav-icon{position:relative;display:inline-block;width:19px;height:19px;flex:0 0 auto}.cart-icon:before{content:"";position:absolute;left:2px;top:4px;width:13px;height:9px;border:2px solid currentColor;border-top:0;border-radius:2px 2px 5px 5px}.cart-icon:after{content:"";position:absolute;left:5px;top:14px;width:3px;height:3px;border-radius:50%;background:currentColor;box-shadow:8px 0 0 currentColor,-2px -10px 0 -1px currentColor}.user-icon:before{content:"";position:absolute;left:6px;top:2px;width:7px;height:7px;border:2px solid currentColor;border-radius:50%}.user-icon:after{content:"";position:absolute;left:3px;top:12px;width:13px;height:7px;border:2px solid currentColor;border-bottom:0;border-radius:12px 12px 0 0}.account-menu-wrap{position:relative}.avatar-circle{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--green),var(--rust));font-size:12px;font-weight:900;letter-spacing:.02em;box-shadow:inset 0 0 0 1px #ffffff38}.avatar-circle.large{width:54px;height:54px;font-size:18px}.account-name{max-width:150px;overflow:hidden;text-overflow:ellipsis}.account-popover{position:absolute;top:calc(100% + 12px);right:0;z-index:40;width:min(360px,calc(100vw - 34px));padding:18px;border:1px solid rgba(28,25,23,.12);border-radius:22px;background:#fffffffa;box-shadow:0 26px 70px #1c19172e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.account-popover:before{content:"";position:absolute;top:-7px;right:28px;width:14px;height:14px;background:#fff;border-left:1px solid rgba(28,25,23,.12);border-top:1px solid rgba(28,25,23,.12);transform:rotate(45deg)}.account-popover-head{position:relative;display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}.account-popover-head strong,.account-popover-head small{display:block;overflow-wrap:anywhere}.account-popover-head strong{font-family:Playfair Display,Georgia,serif;font-size:22px}.account-popover-head small{margin-top:4px;color:var(--muted);font-size:12px}.account-details{display:grid;gap:10px;padding:16px 0}.account-details p{display:flex;justify-content:space-between;gap:12px;margin:0;color:var(--muted);font-size:13px}.account-details strong{color:var(--stone);text-align:right;overflow-wrap:anywhere}.account-menu-actions{display:grid;gap:8px}.account-menu-actions button{width:100%;padding:12px 14px;border:1px solid rgba(28,25,23,.12);border-radius:14px;color:var(--stone);background:var(--cream);font-weight:900;text-align:left;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.account-menu-actions button:hover{color:var(--rust);border-color:#b7410e61;background:#fff}.account-menu-actions .danger-action{color:#fff;background:var(--stone);text-align:center}.account-menu-actions .danger-action:hover{color:#fff;background:var(--rust)}.primary-button,.secondary-button,.link-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 22px;border-radius:999px;font-weight:800;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.primary-button{color:#fff;background:var(--rust);box-shadow:0 16px 34px #b7410e3d}.primary-button:hover{background:var(--rust-dark);transform:translateY(-1px)}.secondary-button,.link-button{color:var(--stone);background:#fff;border:1px solid rgba(28,25,23,.18)}.secondary-button:hover,.link-button:hover{color:var(--rust);border-color:var(--rust)}.full-width{width:100%}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:44px;align-items:center;min-height:calc(100vh - 82px);padding:72px clamp(18px,5vw,76px);background:linear-gradient(90deg,#1c1917d6,#1c191785),url(/assets/images/cargo-delivery-foodstuff.png) center/cover;color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero-copy{position:relative;z-index:1;max-width:780px}.eyebrow{margin:0 0 16px;color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.hero .eyebrow,.cargo-section .eyebrow{color:var(--gold)}.hero h1,.section-heading h2,.intro-band h2,.service-card h3,.product-card h3,.cart-panel h2,.chat-box h2,.branch-card h3,.site-footer strong{font-family:Playfair Display,Georgia,serif;letter-spacing:-.02em}.hero h1{margin:0;max-width:920px;font-size:clamp(42px,6vw,88px);line-height:.98}.hero-copy p:not(.eyebrow){max-width:680px;margin:26px 0 0;color:#ffffffd6;font-size:clamp(17px,1.4vw,21px);line-height:1.75}.hero-actions{margin-top:34px}.trust-strip{margin-top:32px}.trust-strip span{padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#ffffffdb;background:#ffffff14;font-size:13px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-media{position:relative;z-index:1}.media-card{overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:#ffffff14;box-shadow:0 36px 80px #00000057}.media-card img{width:100%;height:520px;object-fit:cover}.media-caption{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;color:#fff;background:#1b4d3eeb}.media-caption span{color:#ffffffc7}.intro-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line);background:var(--green);color:#fff}.intro-band article{min-height:220px;padding:clamp(24px,4vw,48px);border-right:1px solid rgba(255,255,255,.14)}.intro-band span,.service-card span,.branch-card span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.intro-band h2{margin:22px 0 12px;font-size:clamp(28px,3vw,38px)}.intro-band p{margin:0;color:#ffffffc2;line-height:1.7}.section{padding:clamp(70px,8vw,112px) clamp(18px,5vw,76px)}.section-heading{max-width:880px;margin-bottom:38px}.split-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.65fr);gap:42px;max-width:1180px;align-items:end}.section-heading h2{margin:0;color:var(--stone);font-size:clamp(34px,4.3vw,62px);line-height:1.05}.section-heading p{color:var(--muted);font-size:17px;line-height:1.75}.services-section,.account-section,.contact-section{background:var(--sand)}.service-grid,.branch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-card,.product-card,.auth-panel,.chat-box,.inquiry-form,.cart-panel,.branch-card{background:#fffffff0;border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 44px #1c19170f}.service-card{min-height:280px;padding:32px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.service-card:hover,.product-card:hover,.branch-card:hover{border-color:#b7410e6b;box-shadow:0 26px 54px #1c19171a;transform:translateY(-3px)}.service-card h3{margin:70px 0 14px;color:var(--stone);font-size:28px}.service-card p{color:var(--muted);line-height:1.75}.products-section{background:var(--cream)}.catalog-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:-8px 0 30px}.catalog-filter{padding:10px 15px;border:1px solid rgba(28,25,23,.14);border-radius:999px;color:#4c463f;background:#fff;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.catalog-filter.active{color:#fff;background:var(--stone);border-color:var(--stone)}.store-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,370px);gap:28px;align-items:start}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.product-card{overflow:hidden;padding:0}.product-image{overflow:hidden;height:190px;background:var(--green-soft)}.product-image img,.cargo-option img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-card:hover .product-image img,.cargo-option:hover img{transform:scale(1.045)}.product-card>:not(.product-image){margin-left:18px;margin-right:18px}.product-meta{margin-top:18px}.product-meta span{display:inline-flex;padding:6px 10px;border-radius:999px;color:var(--rust);background:#b7410e14;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.product-card h3{margin-top:16px;margin-bottom:8px;color:var(--stone);font-size:24px;line-height:1.1}.product-card p{color:var(--muted);line-height:1.6}.product-card small{display:block;color:var(--green);font-weight:900}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px;padding-bottom:18px}.product-footer span{color:var(--rust);font-size:22px;font-weight:900}.cart-panel{position:sticky;top:102px;max-height:calc(100vh - 122px);overflow:auto;padding:22px}.cart-panel h2,.chat-box h2{margin:0 0 16px;color:var(--stone);font-size:30px}.cart-line{display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line div{display:grid;gap:4px}.cart-line span,.fine-print{color:var(--muted);font-size:13px}.cart-line input{width:76px;padding:11px;border:1px solid var(--line);border-radius:12px}.cart-total{display:flex;align-items:center;justify-content:space-between;margin:22px 0;padding-top:16px;border-top:2px solid rgba(183,65,14,.16)}.cart-total strong{color:var(--rust);font-size:26px}.cargo-section{background:linear-gradient(135deg,#1c1917f2,#1b4d3ef0),var(--green);color:#fff}.cargo-section .section-heading h2,.cargo-section .section-heading p{color:#fff}.cargo-section .section-heading p{color:#ffffffc2}.cargo-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:26px}.cargo-option{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:18px;color:#fff;background:#ffffff14;text-align:left;transition:border-color .18s ease,background-color .18s ease}.cargo-option.active,.cargo-option:hover{background:#ffffff24;border-color:var(--gold)}.cargo-option img{height:142px;border-radius:14px}.cargo-option span{font-weight:900}.cargo-option small{color:#ffffffc2}.inquiry-form,.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.inquiry-form{padding:24px}.auth-panel{max-width:1060px;padding:24px}.auth-mode{display:flex;gap:10px;margin-bottom:22px}.auth-mode button{padding:12px 18px;border:1px solid var(--line);border-radius:999px;color:var(--stone);background:#fff;font-weight:900}.auth-mode button.active{color:#fff;background:var(--stone);border-color:var(--stone)}.inquiry-form label,.profile-grid label{display:grid;gap:8px;color:var(--stone);font-size:14px;font-weight:900}.auth-panel input,.auth-panel select,.chat-actions input,.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;min-height:48px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--stone);outline:none}.auth-panel input:focus,.auth-panel select:focus,.chat-actions input:focus,.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:var(--rust);box-shadow:0 0 0 4px #b7410e1f}.inquiry-form textarea{min-height:132px;resize:vertical}.form-wide{grid-column:1 / -1}.form-actions p,.auth-panel>p,.live-services-section>p{margin:0;color:var(--rust);font-weight:800}.profile-card{margin:0 0 22px;padding:16px 18px;border-radius:16px;color:var(--green);background:var(--green-soft);font-weight:900}.live-services-section{background:var(--cream)}.inquiry-list{display:grid;gap:14px}.inquiry-item{display:grid;gap:8px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.inquiry-item span,.inquiry-item small{color:var(--muted)}.branch-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.branch-card{padding:24px}.branch-card h3{margin:12px 0 18px;font-size:28px}.branch-card p{margin:9px 0;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.primary-branch{color:#fff;background:var(--stone)}.primary-branch h3,.primary-branch p{color:#fff}.chat-panel{background:var(--cream)}.chat-box{max-width:980px;margin:0 auto;padding:24px}.chat-log{display:grid;gap:10px;min-height:220px;padding:20px;border-radius:18px;background:var(--sand)}.chat-log p{margin:0;line-height:1.55}.chat-actions{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:16px}.site-footer{display:flex;justify-content:space-between;gap:28px;padding:44px clamp(18px,5vw,76px);color:#fff;background:var(--stone)}.site-footer strong{display:block;margin-bottom:10px;font-size:28px}.site-footer p{max-width:560px;margin:0;color:#ffffffbd;line-height:1.7}.site-footer div:last-child{display:grid;gap:8px;color:#ffffffc7;text-align:right}@media(max-width:1120px){.nav-links{display:none}.hero,.store-layout,.split-heading{grid-template-columns:1fr}.hero-media{max-width:680px}.cart-panel{position:static;max-height:none}.branch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.topbar{height:auto;align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}.topbar-actions,.header-right{width:100%;justify-content:space-between}.account-menu-wrap{margin-left:auto}.hero{min-height:auto;padding-top:64px;padding-bottom:64px}.media-card img{height:360px}.intro-band,.service-grid,.branch-grid,.inquiry-form,.profile-grid,.chat-actions,.site-footer{grid-template-columns:1fr}.intro-band{display:grid}.intro-band article{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.service-grid,.branch-grid,.site-footer{display:grid}.site-footer div:last-child{text-align:left}}@media(max-width:560px){.brand-mark strong{font-size:20px}.header-icon-button,.account-avatar-button,.link-button,.primary-button,.secondary-button{width:100%}.topbar-actions,.header-right{align-items:stretch;flex-direction:column}.account-menu-wrap{margin-left:0;width:100%}.account-popover{right:auto;left:0}.hero h1{font-size:42px}.media-caption,.product-footer,.form-actions,.auth-actions{align-items:stretch;flex-direction:column}.catalog-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}
