:root{--orange:#ff6500;--orange2:#ff7b1a;--ink:#15171b;--muted:#73777f;--line:#e8eaee;--green:#14a94d;--gray:#8b929d;--amber:#ff9800;--shadow:0 6px 22px rgba(20,25,35,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}button,input,select{font:inherit}.topbar{height:80px;display:flex;align-items:center;gap:36px;padding:0 3vw;border-bottom:1px solid #eceef1;background:#fff;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;text-decoration:none;color:#111;white-space:nowrap}.brand-word{font-size:31px;font-weight:800;letter-spacing:-1.7px}.brand-word b{color:var(--orange)}.brand-box{margin-left:7px;padding:7px 11px;border-radius:9px;background:var(--orange);font-size:25px;font-weight:900}.desktop-nav{display:flex;gap:40px;margin:auto}.desktop-nav a{text-decoration:none;color:#30343a;font-weight:650;font-size:15px;padding:30px 0 25px;border-bottom:3px solid transparent}.desktop-nav a.active,.desktop-nav a:hover{color:var(--orange);border-color:var(--orange)}.phone-block{text-decoration:none;color:#202328;display:flex;flex-direction:column;align-items:flex-end;gap:3px;padding:4px 0;white-space:nowrap}.phone-main{font-size:19px;font-weight:850}.phone-note{font-size:11px;color:#747983;font-weight:500}.refresh{border:0;background:none;font-size:31px;cursor:pointer}.page-shell{width:min(1540px,96vw);margin:20px auto 34px}.search-row{display:grid;grid-template-columns:1fr;gap:14px}.search-box{height:58px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 5px 20px rgba(25,30,38,.055)}.search-box{display:flex;align-items:center;gap:13px;padding:0 18px}.search-box span{font-size:26px;color:#69707b}.search-box input{width:100%;border:0;outline:0;font-size:17px}.hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(360px,1fr);gap:22px;margin-top:18px;align-items:stretch}.hero-card{position:relative;min-height:450px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#fffaf6 0,#fff1e6 100%);box-shadow:var(--shadow);padding:38px 30px}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,246,1) 0%,rgba(255,247,240,.98) 43%,rgba(255,247,240,.45) 53%,rgba(255,247,240,0) 65%);pointer-events:none}.hero-copy{position:relative;z-index:3;width:57%}.eyebrow{font-size:18px;font-weight:850;line-height:1.25;margin:0 0 26px}.hero-copy h1{font-size:49px;line-height:.99;color:var(--orange);margin:0 0 27px;letter-spacing:-1.7px}.hero-copy h2{font-size:31px;line-height:1.08;margin:0 0 24px}.hero-text{color:#60656d;font-size:17px;line-height:1.55}.hero-image{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;object-position:center;border-radius:0 22px 22px 0;filter:none}.hero-dots{position:absolute;z-index:4;bottom:14px;left:50%;display:flex;gap:7px}.hero-dots span{width:12px;height:7px;background:#c9ccd0;border-radius:999px}.hero-dots .active{width:21px;background:var(--orange)}.delivery-panel{padding:4px 0}.section-title{display:flex;align-items:center;gap:10px}.section-title span{color:var(--orange);font-size:28px}.section-title h2{font-size:27px;margin:0}.date-tabs{display:grid;grid-template-columns:repeat(4,1fr) 48px;gap:11px;margin:16px 0 14px}.date-tabs button{height:48px;border:1px solid var(--line);border-radius:11px;background:#fff;color:#545963;font-weight:700;cursor:pointer}.date-tabs button.active{background:#fff2e9;border-color:#ffd2b5;color:var(--orange)}.date-tabs .next{font-size:31px}.product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{position:relative;border:1px solid var(--line);border-radius:15px;background:#fff;padding:12px;box-shadow:0 5px 18px rgba(30,35,45,.055);display:flex;flex-direction:column;min-width:0;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(30,35,45,.12)}.status{position:absolute;top:9px;left:9px;color:#fff;font-weight:800;font-size:10px;padding:5px 7px;border-radius:5px;line-height:1.1;z-index:2;max-width:72%}.available{background:var(--green)}.reserved{background:var(--gray)}.expected{background:var(--amber)}.out{background:#9299a4}.heart{position:absolute;right:10px;top:9px;border:0;background:transparent;color:#8e949e;font-size:19px}.image-wrap{height:165px;margin-top:19px;display:flex;align-items:center;justify-content:center}.image-wrap img{max-width:92%;max-height:92%;object-fit:contain}.product-card h3{font-size:14px;line-height:1.2;margin:7px 0 5px;min-height:34px}.spec{font-size:12px;color:var(--muted);margin-bottom:8px}.price{font-size:17px;font-weight:900;margin-top:auto}.details{margin-top:11px;border:0;border-radius:8px;background:linear-gradient(90deg,var(--orange),var(--orange2));color:#fff;padding:10px 7px;font-weight:850;cursor:pointer}.category-section,.latest-section{margin-top:24px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.category-strip{display:grid;grid-template-columns:repeat(9,1fr);gap:9px}.category-card{border:1px solid var(--line);border-radius:12px;background:#fff;height:73px;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 10px;cursor:pointer;transition:.2s}.category-card:hover{border-color:var(--orange);background:#fff8f3}.category-card img{width:34px;height:34px;object-fit:contain}.category-card span{font-size:12px;font-weight:750;text-align:center}.see-all{border:0;background:none;color:var(--orange);font-weight:800;cursor:pointer}.latest-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:9px}.latest-grid .product-card{padding:9px}.latest-grid .image-wrap{height:125px}.latest-grid .product-card h3{font-size:12px;min-height:31px}.latest-grid .price{font-size:14px}.latest-grid .details{font-size:12px;padding:8px 6px}.mobile-nav{display:none}
@media(max-width:1250px){.desktop-nav{gap:18px}.phone-btn{display:none}.hero-grid{grid-template-columns:1fr}.hero-card{min-height:420px}.latest-grid{grid-template-columns:repeat(5,1fr)}.category-strip{grid-template-columns:repeat(5,1fr)}}
@media(max-width:760px){body{padding-bottom:80px}.topbar{height:72px;padding:0 16px}.brand-word{font-size:27px}.brand-box{font-size:21px}.desktop-nav{display:none}.refresh{margin-left:auto}.page-shell{width:calc(100% - 24px);margin-top:13px}.search-row{grid-template-columns:1fr}.search-row select{display:none}.search-box{height:64px;border-radius:18px}.hero-card{min-height:430px;padding:28px 22px}.hero-copy{width:83%}.hero-copy h1{font-size:42px}.hero-copy h2{font-size:27px}.hero-image{opacity:.22;width:100%;height:100%;object-position:65% center;border-radius:0}.date-tabs{display:flex;overflow:auto}.date-tabs button{min-width:130px}.date-tabs .next{display:none}.product-row{grid-template-columns:repeat(2,1fr)}.category-strip{display:flex;overflow:auto;padding-bottom:5px}.category-card{min-width:135px}.latest-grid{grid-template-columns:repeat(2,1fr)}.latest-grid .image-wrap{height:138px}.latest-grid .product-card h3{font-size:13px}.latest-grid .price{font-size:16px}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:76px;background:rgba(255,255,255,.98);border-top:1px solid #eee;display:grid;grid-template-columns:repeat(4,1fr);z-index:40;box-shadow:0 -7px 25px rgba(0,0,0,.08)}.mobile-nav a{text-decoration:none;color:#656a72;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;gap:3px}.mobile-nav span{font-size:22px}.mobile-nav a.active{color:var(--orange);background:linear-gradient(90deg,transparent,#fff0e5,transparent)}}
@media(max-width:420px){.product-row,.latest-grid{gap:8px}.product-card{padding:8px}.image-wrap{height:120px}.hero-copy{width:94%}.hero-image{display:block;opacity:.16}.hero-copy h1{font-size:39px}.section-title h2{font-size:23px}}

.promo-stack{display:flex;flex-direction:column;gap:16px;min-width:0}
.promo{border-radius:20px;padding:26px 28px;display:flex;justify-content:space-between;align-items:center;flex:1;min-height:0;color:#fff;box-shadow:var(--shadow);overflow:hidden}.promo-copy{position:relative;z-index:2;max-width:72%}
.promo.orange{background:linear-gradient(135deg,#ff6500,#ff8740)}
.promo.dark{background:#171c26}
.promo .label{font-size:14px;font-weight:800;margin-bottom:12px}
.promo h2{font-size:24px;line-height:1.2;margin:0 0 12px;color:#fff}
.promo p{font-size:16px;line-height:1.5;opacity:.95}
.promo a{font-weight:800;color:#fff;text-decoration:none}.promo a:hover{text-decoration:underline}
.circle{flex:0 0 112px;width:112px;height:112px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:48px}.reserve-icon{font-size:62px;background:rgba(255,255,255,.12)}

.build-badge{margin:24px 0 0 auto;width:max-content;color:#9a9ea6;font-size:11px;letter-spacing:.03em}
@media(max-width:1250px){.phone-block{display:none}.hero-grid{grid-template-columns:1fr}.promo-stack{display:grid;grid-template-columns:1fr 1fr}.promo{min-height:220px}}
@media(max-width:760px){.promo-stack{grid-template-columns:1fr}.promo{min-height:190px;padding:22px}.promo h2{font-size:22px}.circle{width:90px;height:90px;flex-basis:90px;font-size:38px}.promo-copy{max-width:75%}}
