/* Wolmart-style storefront layouts. One class per demo (wm-k-*) + structural variants. */
*{margin:0;padding:0;box-sizing:border-box}
body.wm-body{font-family:"Segoe UI",system-ui,-apple-system,Roboto,Arial,sans-serif;color:#33383f;background:#fff;-webkit-font-smoothing:antialiased}
.wm-body a{text-decoration:none;color:inherit}
.wrap{max-width:1320px;margin:0 auto;padding:0 22px}
.ic{width:21px;height:21px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.s14{width:14px;height:14px}.s15{width:15px;height:15px}.s16{width:16px;height:16px}.s17{width:17px;height:17px}.s18{width:18px;height:18px}
.s23{width:23px;height:23px}.s24{width:24px;height:24px}.s26{width:26px;height:26px}.s28{width:28px;height:28px}.s30{width:30px;height:30px}
.s32{width:32px;height:32px}.s34{width:34px;height:34px}.s40{width:40px;height:40px}
.grow{flex:1;min-width:0}

/* top bars */
.wm-top{background:#1a1d22;color:#b9bfc9;font-size:12px}
.wm-top.grey{background:#f2f4f6;color:#6a7180}
.wm-top .wrap{display:flex;justify-content:space-between;padding:8px 22px}
.wm-top a{color:#d7dbe2;margin-left:16px}
.wm-top.grey a{color:#5b6472}
.wm-top a:hover{color:var(--wa)}
.wm-promo-bar{background:#101317;color:#fff}
.wm-promo-bar .wrap{display:flex;align-items:center;justify-content:space-between;padding:11px 22px}
.wm-promo-bar b{font-size:13.5px;letter-spacing:.4px}
.wm-promo-bar a{border:1.5px solid #fff;border-radius:8px;font-weight:800;font-size:12px;padding:7px 18px}
.wm-promo-bar a:hover{background:var(--wa);border-color:var(--wa)}

/* headers */
.wm-hd .wrap{display:flex;align-items:center;gap:22px;padding:15px 22px}
.wm-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.wm-logo .lg{width:50px;height:50px;border-radius:12px;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;font-size:23px;font-weight:900;overflow:hidden;flex-shrink:0}
.wm-logo .lg img{width:100%;height:100%;object-fit:cover}
.wm-logo b{font-size:20px;font-weight:900;color:#1e2128;letter-spacing:-.5px;display:block;line-height:1.15}
.wm-logo small{color:#7b828c;font-size:12px}
.wm-search{display:flex;align-items:center;overflow:hidden;max-width:560px;flex:1}
.wm-search input{flex:1;border:0;padding:0 15px;height:44px;font-size:14px;outline:none;min-width:0;background:transparent}
.wm-search button{border:0;background:var(--wd);color:#fff;font-weight:800;font-size:13px;padding:0 18px;height:44px;cursor:pointer;display:flex;align-items:center;gap:6px}
.wm-search.accentline{border:2px solid var(--wa);border-radius:10px;background:#fff}
.wm-search.accentline button{background:#fff;color:#1e2128}
.wm-search.btn-accent button{background:var(--wa);color:#fff}
.wm-search.boxwhite{background:#fff;border-radius:10px;box-shadow:0 3px 12px rgba(0,0,0,.12)}
.wm-search.boxwhite button{background:#fff;color:#1e2128}
.wm-search.boxwhite.btn-accent button{background:var(--wa);color:#fff}
.wm-search.round{border:1px solid #dfe3ea;border-radius:24px;max-width:340px}
.wm-search.round button{background:transparent;color:#7b828c}
.wm-search.underline{border-bottom:2px solid #d8d4da;max-width:480px}
.wm-search.underline button{background:transparent;color:#1e2128}
.wm-search.plain{border:1px solid #dfe3ea;border-radius:10px;background:#fff}
.wm-search.plain button{background:#fff;color:#1e2128}
.wm-hact{margin-left:auto;display:flex;gap:20px;align-items:center;flex-shrink:0}
.wm-call{display:flex;gap:9px;align-items:center;font-size:11.5px;color:#7b828c}
.wm-call b{display:block;font-size:14px;color:#1e2128}
.wm-cart{display:flex;flex-direction:column;align-items:center;font-size:11px;font-weight:700;color:#1e2128}
.wm-mainnav{display:flex;gap:2px}
.wm-mainnav a{font-weight:600;font-size:14px;color:#33383f;padding:9px 12px}
.wm-mainnav a:hover,.wm-mainnav a.on{color:var(--wa)}
.wm-mainnav.light a{color:#e8ebf0}
.wm-mainnav.light a:hover{color:#fff}
.wm-hd-accent{background:linear-gradient(115deg,var(--wa),var(--wd))}
.wm-hd-accent .wm-logo b{color:#fff}
.wm-hd-accent .wm-logo small{color:rgba(255,255,255,.75)}
.wm-hd-accent .wm-logo .lg{background:#fff;color:var(--wa)}
.wm-hd-accent .wm-call,.wm-hd-accent .wm-call b,.wm-hd-accent .wm-cart{color:#fff}
.wm-hd-dark{background:var(--wd)}
.wm-hd-dark .wm-logo b{color:#fff}
.wm-hd-dark .wm-logo small{color:rgba(255,255,255,.6)}
.wm-hd-dark .wm-call,.wm-hd-dark .wm-call b,.wm-hd-dark .wm-cart{color:#fff}
.wm-hd-centered .wrap{justify-content:space-between}
.wm-hd-centered .wm-logo{order:2}
.wm-hd-centered .wm-search{order:1}
.wm-hd-centered .wm-hact{order:3;margin-left:0}
.wm-hd-min .wrap{padding:18px 22px}
.wm-hd-soft{background:#fff;border-bottom:1px solid #e8ebf0}
.wm-alldep{display:flex;align-items:center;gap:9px;font-weight:800;font-size:14px;color:#1e2128;flex-shrink:0}
.wm-pops{font-size:11.5px;color:#9aa1ab;margin-top:6px}
.wm-hd-dark .wm-pops{color:#8d95a3}
.wm-pops b{color:#6a7180;margin-right:7px}
.wm-hd-dark .wm-pops b{color:#c3c9d3}
.wm-pops a{color:inherit;margin-right:10px}
.wm-pops a:hover{color:var(--wa)}

/* navs */
.wm-nav .wrap,.wm-subrow .wrap{display:flex;align-items:center;gap:2px}
.wm-nav.dark{background:var(--wd)}
.wm-nav.dark .lnk{color:#fff}
.wm-nav.white{background:#fff;border-top:1px solid #eceef2;border-bottom:1px solid #eceef2}
.wm-nav.white .lnk{color:#33383f}
.wm-nav.accent{background:var(--wa)}
.wm-nav.accent .lnk{color:#fff;font-weight:700}
.wm-nav.accent .lnk:hover{background:rgba(0,0,0,.12)}
.wm-nav.center .wrap{justify-content:center}
.wm-nav.pillrow{background:#e8eefc;border-bottom:1px solid #dbe4f5}
.wm-nav.pillrow .lnk{color:#333947}
.wm-nav .lnk{font-weight:600;font-size:13.5px;padding:13px 11px}
.wm-nav .lnk:hover,.wm-nav .lnk.on{color:var(--wa)}
.wm-nav.dark .lnk:hover,.wm-nav.dark .lnk.on{color:#fff;text-decoration:underline;text-underline-offset:6px;text-decoration-color:var(--wa);text-decoration-thickness:2.5px}
.wm-nav .right,.wm-subrow .right{margin-left:auto}
.wm-nav .right a,.wm-subrow .right a{font-weight:600;font-size:12.5px;display:inline-flex;align-items:center;gap:7px;padding:13px 8px;color:inherit}
.wm-nav.dark .right a{color:#fff}
.wm-subrow{border-bottom:1px solid #eceef2}
.wm-subrow .wrap{gap:16px;padding:9px 22px}
.wm-subrow.dark{background:var(--wd);border-bottom:0}
.wm-subrow.dark .right a{color:#fff}
.wm-browse{position:relative}
.wm-browse>summary{list-style:none;display:flex;align-items:center;gap:9px;background:var(--wa);color:#fff;font-weight:800;font-size:13px;padding:12px 20px;cursor:pointer;border-radius:9px}
.wm-nav.dark .wm-browse>summary,.wm-nav.pillrow .wm-browse>summary{border-radius:0;padding:13px 20px}
.wm-nav.pillrow .wm-browse>summary{border-radius:9px;margin:8px 12px 8px 0}
.wm-browse>summary::-webkit-details-marker{display:none}
.wm-menu{position:absolute;left:0;top:100%;background:#fff;border:1px solid #e5e8ee;border-radius:0 0 12px 12px;box-shadow:0 18px 40px rgba(20,24,32,.18);width:560px;display:flex;z-index:40}
.wm-menu .col{flex:1;padding:13px 6px}
.wm-menu .col+.col{border-left:1px solid #f0f2f5}
.wm-menu .ct{font-weight:900;font-size:13px;color:#1e2128;padding:6px 14px 7px}
.wm-menu a{display:block;font-size:12.5px;color:#4a505a;padding:5px 14px;border-radius:7px}
.wm-menu a:hover{background:#f4f6f9;color:var(--wa)}
.wm-band{background:var(--wd);color:#fff}
.wm-band .wrap{display:flex;align-items:center;gap:26px;padding:18px 22px}
.wm-band h1{font-size:25px;font-weight:900;letter-spacing:-.5px}
.wm-band .tot{font-size:13px;letter-spacing:1px}
.wm-band .tot b{color:var(--wa);filter:brightness(1.4)}
.wm-band .cta{margin-left:auto;border:1.5px solid var(--wa);border-radius:8px;font-weight:800;font-size:12.5px;padding:10px 24px}
.wm-band .cta:hover{background:var(--wa)}
.wm-iconstrip{border-bottom:1px solid #eceef2}
.wm-iconstrip .wrap{display:flex}
.wm-iconstrip a{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 6px;font-size:12.5px;font-weight:700;color:#33383f;border-right:1px solid #eceef2;text-align:left;line-height:1.3}
.wm-iconstrip a:first-child{border-left:1px solid #eceef2}
.wm-iconstrip a:hover{color:var(--wa)}
.wm-iconstrip .ic{color:#8d95a1;flex-shrink:0}
.wm-iconstrip a:hover .ic{color:var(--wa)}
.wm-circles{display:flex;gap:8px;justify-content:space-between;margin-top:16px;overflow-x:auto;padding-bottom:4px}
.wm-circles a{text-align:center;font-size:11.5px;font-weight:800;letter-spacing:.3px;color:#33383f;min-width:88px}
.wm-circles .rg{width:78px;height:78px;border-radius:50%;background:#f2f0f3;display:flex;align-items:center;justify-content:center;color:#6d6875;margin:0 auto 7px;transition:.16s}
.wm-circles a:hover .rg{background:var(--wa);color:#fff;transform:translateY(-3px)}

/* heroes */
.wm-hero{display:grid;grid-template-columns:2.1fr 1fr;gap:16px;margin:18px auto 0}
.wm-hero.cols-sb{grid-template-columns:250px 1fr}
.wm-hero.cols-sb3{grid-template-columns:250px 1fr 250px}
.wm-hero.cols-2side{grid-template-columns:1.9fr 1fr}
.wm-hero.cols-food{grid-template-columns:1.7fr 1.1fr}
.wm-hero.cols-2cell{grid-template-columns:1fr 1.8fr}
.wm-hero.cols-svc{grid-template-columns:2fr 1fr}
.wm-hero.cols-cd{grid-template-columns:2fr 1fr}
.wm-promo{position:relative;border-radius:16px;color:#fff;padding:40px 44px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:linear-gradient(115deg,var(--wa),var(--wd))}
.wm-promo::after{content:"";position:absolute;right:-70px;top:-90px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.12)}
.wm-promo.tall{min-height:330px}
.wm-promo .tag{display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.4);font-size:11px;font-weight:800;letter-spacing:1.4px;padding:5px 14px;border-radius:18px;align-self:flex-start}
.wm-promo h1{font-size:29px;font-weight:900;letter-spacing:-.9px;line-height:1.12;margin:13px 0 18px;max-width:520px;position:relative;z-index:1}
.wm-promo .cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#1e2128;font-weight:800;font-size:13.5px;border-radius:10px;padding:12px 26px;align-self:flex-start;position:relative;z-index:1;transition:.15s}
.wm-promo .cta:hover{transform:translateY(-2px)}
.wm-promo.darkpanel{background:linear-gradient(115deg,#3a3f47,#181b21)}
.wm-promo.darkpanel .cta{background:var(--wa);color:#fff}
.wm-promo.soft{background:linear-gradient(115deg,#efece8,#e0dbd3);color:#28241f}
.wm-promo.soft .tag{background:var(--wa);color:#fff;border:0}
.wm-promo.soft .cta{background:var(--wd);color:#fff}
.wm-promo.pink{background:linear-gradient(115deg,var(--wa),#c96a8b)}
.wm-promo.yellow{background:linear-gradient(115deg,#fdf5e0,#f8e8c0);color:#2b2820}
.wm-promo.yellow .tag{background:var(--wa);color:#1e2128;border:0}
.wm-promo.yellow .cta{background:var(--wa);color:#1e2128}
.wm-promo.teal{background:linear-gradient(115deg,#1f4b46,#0e2320)}
.wm-promo.clear{background:none;color:#25282d;padding:52px 0;border-radius:0}
.wm-promo.clear::after{display:none}
.wm-promo.clear .tag{background:var(--wa);color:#fff;border:0}
.wm-promo.clear .cta{background:var(--wd);color:#fff}
.wm-promo.dots::before{content:"";position:absolute;left:44px;bottom:22px;width:120px;height:14px;background:radial-gradient(circle 5px,#cfc8bf 55%,transparent 60%) 0 0/30px 14px repeat-x}
.wm-side{border-radius:16px;background:linear-gradient(135deg,#23262d,#121418);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px;gap:6px;overflow:hidden;position:relative;min-height:170px}
.wm-side.hasimg{background-size:cover;background-position:center}
.wm-side.hasimg::after{content:"";position:absolute;inset:0;background:rgba(12,15,20,.45)}
.wm-side b{font-size:19px;font-weight:900;letter-spacing:-.4px;position:relative;z-index:1}
.wm-side span{font-size:12.5px;opacity:.8;position:relative;z-index:1}
.wm-sidecat{background:#fff;border:1px solid #e9ebee;border-radius:14px;overflow:hidden;align-self:start}
.wm-sidecat a{display:flex;align-items:center;gap:11px;padding:10px 15px;font-size:12.5px;color:#33383f;border-bottom:1px solid #f3f4f6}
.wm-sidecat a:last-child{border-bottom:0}
.wm-sidecat a:hover{color:var(--wa)}
.wm-sidecat .ic{color:#9aa1ab;flex-shrink:0}
.wm-sidecat a:hover .ic{color:var(--wa)}
.wm-sidecat a span{margin-left:auto;color:#c2c7cf}
.wm-sidecat a.all{font-weight:800;font-size:11px;letter-spacing:.8px;color:#7b828c}
.wm-stack{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.sb{border-radius:14px;padding:20px 22px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;color:#fff}
.sb.one{background:linear-gradient(125deg,var(--wa),var(--wd))}
.sb.two{background:linear-gradient(125deg,#3a3f47,#181b21)}
.sb.cellw{background:#fff;border:1px solid #e9ebee;color:#1e2128}
.sb .sm{font-size:10.5px;font-weight:800;letter-spacing:1.3px;opacity:.85}
.sb .sm.red{background:#e5432e;color:#fff;padding:3px 9px;border-radius:6px;align-self:flex-start;opacity:1}
.sb .sm.darkbg{background:#26282e;color:#fff;padding:3px 9px;border-radius:6px;align-self:flex-start;opacity:1}
.sb h3{font-size:17px;font-weight:900;letter-spacing:-.4px;margin:6px 0 9px}
.sb a{font-weight:800;font-size:11px;letter-spacing:.6px;border-bottom:2px solid currentColor;align-self:flex-start;padding-bottom:2px}
.wm-diag{background:linear-gradient(100deg,#f2f4f6 44%,var(--wa) 44.2%,var(--wd) 100%)}
.wm-diag .wm-promo.clear{color:#22262c}
.wm-editorial{background:linear-gradient(115deg,#efece9,#e3ddd6);text-align:center}
.wm-editorial .wrap{padding:64px 22px}
.wm-editorial .tag{color:var(--wa);font-weight:800;font-size:12px;letter-spacing:2.6px}
.wm-editorial h1{font-size:38px;font-weight:900;color:#2b2620;letter-spacing:-1.4px;margin:12px auto 20px;max-width:640px;line-height:1.1}
.wm-editorial .cta{display:inline-flex;align-items:center;gap:8px;background:var(--wd);color:#fff;font-weight:800;font-size:13.5px;border-radius:26px;padding:13px 30px}
.wm-grey{background:linear-gradient(115deg,#eceef0,#dfe2e6)}
.wm-sage{background:linear-gradient(115deg,#e9ebe6,#ccd8d2)}
.wm-promo.dark-text{color:#2e332f}
.wm-promo.dark-text .cta{background:var(--wd);color:#fff}
.wm-dealrow{margin-top:-46px;position:relative;z-index:2}
.wm-dealrow .in{background:#fff;border-radius:16px;box-shadow:0 20px 44px rgba(38,40,45,.14);padding:16px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.wm-dealrow .wm-card{border:0}
.wm-foodside{display:grid;grid-template-rows:auto 1fr;gap:14px}
.wm-foodside .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.wm-foodside .cell{border-radius:14px;padding:16px;background:#f5f0e6;display:flex;flex-direction:column;gap:8px;font-weight:800;color:#2b3026;font-size:12px}
.wm-foodside .cell:nth-child(2){background:#eee9f4}
.wm-foodside .cell .ic{color:var(--wa)}
.wm-catcards{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:16px}
.wm-catcards a{background:#fff;border:1px solid #e9ebee;border-radius:12px;padding:16px 8px;text-align:center;font-size:12px;font-weight:700;color:#1e2128;transition:.15s}
.wm-catcards a:hover{box-shadow:0 12px 26px rgba(30,33,40,.12);transform:translateY(-3px);color:var(--wa)}
.wm-catcards .ic{display:block;margin:0 auto 8px;color:#8d95a1}
.wm-catcards a:hover .ic{color:var(--wa)}
.wm-rooms{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}
.wm-rooms .room{border-radius:14px;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff;font-weight:900;transition:.16s;position:relative}
.wm-rooms .room .ic{position:absolute;top:14px;right:14px;opacity:.4}
.wm-rooms .r0{background:linear-gradient(160deg,#57907c,#2e5c4c)}
.wm-rooms .r1{background:linear-gradient(160deg,#c98f45,#8f5c1d)}
.wm-rooms .r2{background:linear-gradient(160deg,#a89787,#6f6152)}
.wm-rooms .r3{background:linear-gradient(160deg,#e0b06a,#b07d33)}
.wm-rooms .room:hover{transform:translateY(-3px)}
.wm-svc{border:1px solid #e9ebee;border-radius:14px;overflow:hidden;align-self:start}
.wm-svc .h{background:var(--wd);color:#fff;text-align:center;font-weight:800;font-size:13px;letter-spacing:.8px;padding:12px}
.wm-svc .sv{display:flex;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f2f5}
.wm-svc .sv:last-child{border-bottom:0}
.wm-svc .ic{color:var(--wa);flex-shrink:0}
.wm-svc b{display:block;font-size:13px;color:#1e2128}
.wm-svc span{font-size:11.5px;color:#7b828c}
.wm-cdside{border-radius:16px;background:linear-gradient(135deg,#f5c518,#e8a812);color:#2b2408;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px;text-align:center}
.wm-cdside .sm{font-size:11px;font-weight:900;letter-spacing:1.5px}
.wm-cdside b{font-size:19px;font-weight:900}
.wm-cdside .cd{display:flex;gap:8px;margin-top:6px}
.wm-cdside .cd span{background:#fff;border-radius:9px;padding:8px 0;width:56px;font-weight:900;font-size:17px;box-shadow:0 6px 14px rgba(43,36,8,.15)}
.wm-cdside .cd small{display:block;font-size:9px;font-weight:700;color:#8a7a2e}
.wm-minicats{display:grid;grid-template-rows:repeat(3,1fr);gap:14px}
.wm-minicats a{background:#fff;border:1px solid #e9ebee;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:12.5px;color:#1e2128;text-align:center;padding:10px}
.wm-minicats a:hover{color:var(--wa);box-shadow:0 10px 24px rgba(30,33,40,.1)}

/* mid sections */
.wm-bnr3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.wm-bnr3 .bn{border-radius:14px;padding:26px 28px;position:relative;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.wm-bnr3 .b1{background:linear-gradient(115deg,#f4efe9,#e7ddd1);color:#2b2620}
.wm-bnr3 .b2{background:linear-gradient(115deg,#2a2d33,#17181c)}
.wm-bnr3 .b3{background:linear-gradient(115deg,#e8e6e3,#d5d2cd);color:#2b2620}
.wm-bnr3.darkset .b1{background:linear-gradient(115deg,#3d434d,#1d2127);color:#fff}
.wm-bnr3.darkset .b3{background:linear-gradient(115deg,#6b7787,#39424f);color:#fff}
.wm-bnr3 .sm{font-size:10.5px;font-weight:800;letter-spacing:1.4px;color:var(--wa)}
.wm-bnr3 h3{font-size:19px;font-weight:900;letter-spacing:-.4px;margin:6px 0 10px}
.wm-bnr3 a{font-weight:800;font-size:11px;letter-spacing:.6px;border-bottom:2px solid var(--wa);align-self:flex-start;padding-bottom:2px}
.wm-bnr3 .bg{position:absolute;right:18px;bottom:12px;width:64px;height:64px;opacity:.18;stroke-width:1.1}
.wm-bens{display:flex;border:1px solid #e9ebee;border-radius:14px;margin:18px auto 0;overflow:hidden}
.wm-ben{flex:1;display:flex;gap:12px;align-items:center;padding:15px 17px;border-right:1px solid #e9ebee;font-size:11.5px;color:#7b828c}
.wm-ben:last-child{border-right:0}
.wm-ben .bi .ic{width:26px;height:26px;color:#1e2128}
.wm-ben b{display:block;font-size:12.5px;color:#1e2128}
.wm-bens.round{border:0}
.wm-bens.round .bi{width:52px;height:52px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.wm-dealband{background:linear-gradient(115deg,#33363c,#1c1e22);border-radius:14px;color:#fff;display:flex;align-items:center;gap:22px;padding:20px 28px;margin-top:22px}
.wm-dealband h2{font-size:21px;font-weight:900;letter-spacing:-.5px}
.wm-dealband span{color:#c3c7ce;font-size:13px}
.wm-dealband a{margin-left:auto;border:1.5px solid var(--wa);border-radius:9px;font-weight:800;font-size:12px;padding:9px 20px;display:inline-flex;align-items:center;gap:7px}
.wm-dealband a:hover{background:var(--wa)}
.wm-brands{display:flex;border:1px solid #e9ebee;border-radius:14px;overflow:hidden;margin-top:22px}
.wm-brands a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 8px;border-right:1px solid #e9ebee;font-weight:900;font-size:13px;color:#b0b5bd;letter-spacing:.5px}
.wm-brands a:last-child{border-right:0}
.wm-brands a:hover{color:#1e2128}
.wm-trip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.wm-trip .col{background:#fff;border:1px solid #e9ebee;border-radius:14px;padding:16px}
.wm-trip h3{font-size:14.5px;font-weight:900;color:#1e2128;border-bottom:2px solid var(--wa);display:inline-block;padding-bottom:6px;margin-bottom:4px}
.wm-trip .row{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f1f2f4}
.wm-trip .row:last-child{border-bottom:0}
.wm-trip .ph{width:54px;height:54px;border-radius:9px;background:#f4f5f7;flex-shrink:0;overflow:hidden}
.wm-trip .ph img{width:100%;height:100%;object-fit:cover}
.wm-trip h4{font-size:12px;font-weight:600;color:#2c3038;line-height:1.3}
.wm-trip .row b{font-size:13px;color:var(--wa)}

/* sections + cards */
.wm-sec{margin:26px auto 0}
.wm-sech{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e9ebee;padding-bottom:10px;margin-bottom:14px}
.wm-sech h2{font-size:19px;font-weight:900;letter-spacing:-.5px;color:#1e2128}
.wm-chip{background:var(--wd);color:#fff;font-size:10.5px;font-weight:700;border-radius:7px;padding:5px 11px}
.wm-chip.cd{display:inline-flex;align-items:center;gap:6px}
.wm-sech .cl{margin-left:auto;font-weight:700;font-size:12.5px;color:#7b828c}
.wm-sech .cl:hover{color:var(--wa)}
.wm-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.wm-card{border:1px solid #e9ebee;border-radius:14px;background:#fff;position:relative;transition:.16s;display:flex;flex-direction:column;overflow:hidden}
.wm-card:hover{box-shadow:0 16px 32px rgba(30,33,40,.13);transform:translateY(-3px)}
.wm-off{position:absolute;top:10px;left:10px;background:var(--wa);color:#fff;font-weight:800;font-size:10px;padding:4px 8px;border-radius:7px;z-index:2}
.wm-img{height:150px;background:#f4f5f7;display:flex;align-items:center;justify-content:center;overflow:hidden}
.wm-img img{width:100%;height:100%;object-fit:cover}
.wm-ph{width:38px;height:38px;border-radius:10px;background:#e3e6eb}
.wm-bd{padding:10px 12px 12px;display:flex;flex-direction:column;flex:1}
.wm-bd h3{font-size:12.5px;font-weight:600;color:#2c3038;line-height:1.35;min-height:33px}
.wm-loc{font-size:10.5px;color:#a3a9b2;margin:3px 0 4px}
.wm-price{font-size:15px;font-weight:900;color:var(--wa)}
.wm-was{color:#a9aeb6;text-decoration:line-through;font-weight:500;font-size:11px;margin-left:5px}
.wm-buy{margin-top:8px}
.wm-buy button,.wm-view{display:block;width:100%;text-align:center;border:0;background:var(--wa);color:#fff;font-weight:800;font-size:11.5px;border-radius:9px;padding:8px 0;cursor:pointer;transition:.15s}
.wm-buy button:hover{filter:brightness(.9)}
.wm-view{background:#fff;color:#1e2128;border:1.5px solid #d8dce3;margin-top:8px}
.wm-view:hover{border-color:var(--wa);color:var(--wa)}
/* card style variants */
.wmc-minimal .wm-card{border:0;background:transparent}
.wmc-minimal .wm-card:hover{box-shadow:none;transform:none}
.wmc-minimal .wm-img{border-radius:12px}
.wmc-minimal .wm-buy button,.wmc-minimal .wm-view{background:transparent;color:#1e2128;border:1.5px solid #d8dce3}
.wmc-compact .wm-img{height:120px}
.wmc-compact .wm-grid{grid-template-columns:repeat(6,1fr)}
.wmc-large .wm-grid{grid-template-columns:repeat(4,1fr)}
.wmc-large .wm-img{height:190px}
.wmc-list .wm-grid{grid-template-columns:repeat(2,1fr)}
.wmc-list .wm-card{flex-direction:row}
.wmc-list .wm-img{width:150px;height:auto;flex-shrink:0}
.wmc-list .wm-bd{flex:1}
.wm-empty{border:1px dashed #d5d9e0;border-radius:14px;padding:36px;text-align:center;color:#8b929d}
.wm-galrow{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px}
.wm-galrow img{height:140px;border-radius:12px;flex-shrink:0}
.wm-two{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin:26px auto 0}
.wm-panel{border:1px solid #e9ebee;border-radius:16px;padding:22px 24px}
.wm-panel h2{font-size:16px;font-weight:900;color:#1e2128;margin-bottom:9px}
.wm-panel p{font-size:13px;color:#5b626e;line-height:1.65;white-space:pre-line}
.wm-cline{display:flex;gap:10px;align-items:center;font-size:13px;color:#3c424c;padding:6px 0}
.wm-cline .ic{color:var(--wa)}

/* newsletter + footer */
.wm-news{background:var(--wa);margin-top:30px}
.wm-news .wrap{display:flex;align-items:center;gap:16px;padding:19px 22px;color:#fff}
.wm-news b{font-size:15px;display:block}
.wm-news span{font-size:12px;opacity:.85}
.wm-news form{margin-left:auto;display:flex;background:#fff;border-radius:10px;overflow:hidden;width:38%;min-width:260px}
.wm-news input{flex:1;border:0;padding:11px 14px;font-size:12.5px;outline:none;min-width:0}
.wm-news button{border:0;background:var(--wd);color:#fff;font-weight:800;font-size:11.5px;padding:0 18px;cursor:pointer}
.wm-foot{background:#17191d;color:#a7adb6;padding:32px 0 18px;font-size:12.5px}
.wm-foot .cols{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:22px}
.wm-foot h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.7px;margin-bottom:10px}
.wm-foot .cols a{display:block;color:#a7adb6;margin-bottom:5px}
.wm-foot .cols a:hover{color:#fff}
.wm-foot p{margin-bottom:7px}
.wm-fl{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.wm-fl .lg{width:36px;height:36px;border-radius:9px;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;overflow:hidden}
.wm-fl .lg img{width:100%;height:100%;object-fit:cover}
.wm-fl b{color:#fff;font-size:15px}
.wm-ftags{border-top:1px solid rgba(255,255,255,.09);margin-top:20px;padding-top:13px;font-size:11px;line-height:2}
.wm-ftags b{color:#fff;margin-right:7px;font-size:11.5px}
.wm-ftags a{display:inline;opacity:.7}
.wm-ftags a::after{content:"|";margin:0 6px;opacity:.35}
.wm-ftags a:last-child::after{content:""}
.wm-ftags a:hover{opacity:1}
.wm-copy{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;opacity:.85}
.wm-pay i{font-style:normal;background:#fff;color:#333;font-weight:800;font-size:9px;border-radius:4px;padding:2px 6px;margin-left:5px;letter-spacing:.4px}

@media(max-width:1000px){
.wm-grid,.wmc-compact .wm-grid,.wmc-large .wm-grid{grid-template-columns:repeat(2,1fr)}
.wmc-list .wm-grid{grid-template-columns:1fr}
.wm-hero,.wm-hero.cols-sb,.wm-hero.cols-sb3,.wm-hero.cols-2side,.wm-hero.cols-food,.wm-hero.cols-2cell,.wm-hero.cols-svc,.wm-hero.cols-cd{grid-template-columns:1fr}
.wm-sidecat{display:none}
.wm-bnr3,.wm-trip{grid-template-columns:1fr}
.wm-bens{flex-wrap:wrap}
.wm-ben{flex-basis:50%}
.wm-hact{display:none}
.wm-mainnav{display:none}
.wm-search{max-width:none}
.wm-menu{width:88vw}
.wm-two{grid-template-columns:1fr}
.wm-news form{width:100%}
.wm-foot .cols{grid-template-columns:1fr 1fr}
.wm-copy{flex-direction:column;gap:8px}
.wm-nav .wrap,.wm-subrow .wrap{flex-wrap:wrap}
.wm-catcards{grid-template-columns:repeat(3,1fr)}
.wm-rooms{grid-template-columns:repeat(2,1fr)}
.wm-dealrow .in{grid-template-columns:repeat(2,1fr)}
.wm-circles{justify-content:flex-start}
.wm-iconstrip .wrap{flex-wrap:wrap}
.wm-iconstrip a{flex-basis:50%}
}

/* endless feed: varied section layouts loaded on scroll (same engine as the demo files) */
.fs{max-width:1320px;margin:0 auto;padding:0 22px;opacity:0;transform:translateY(22px);animation:fsin .5s forwards}
@keyframes fsin{to{opacity:1;transform:none}}
.fs-h{display:flex;align-items:center;margin:32px 0 16px;border-bottom:1px solid #e9ebee;padding-bottom:11px}
.fs-h h2{font-size:20px;font-weight:900;letter-spacing:-.5px;color:#1e2128}
.fs-h .more{margin-left:auto;font-weight:700;font-size:13px;color:#7b828c}
.fs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.fs-card{background:#fff;border:1px solid #e9ebee;border-radius:14px;position:relative;transition:.16s;display:flex;flex-direction:column;overflow:hidden}
.fs-card:hover{box-shadow:0 16px 32px rgba(30,33,40,.12);transform:translateY(-3px)}
.fs-off{position:absolute;top:10px;left:10px;background:#1e2128;color:#ffd23a;font-weight:800;font-size:10px;padding:4px 8px;border-radius:7px;z-index:2}
.fs-img{height:150px;background:#f4f5f7;display:flex;align-items:center;justify-content:center;overflow:hidden}
.fs-img img{width:100%;height:100%;object-fit:cover}
.fs-ph{width:38px;height:38px;border-radius:10px;background:#e3e6eb}
.fs-bd{padding:10px 12px 12px}
.fs-bd h3{font-size:12.5px;font-weight:600;color:#2c3038;line-height:1.35;min-height:33px}
.fs-stars{color:#f5a623;font-size:11px;letter-spacing:1.4px;margin:4px 0}
.fs-pr{font-size:15px;font-weight:900;color:#1e2128}
.fs-pr s{color:#a9aeb6;font-weight:500;font-size:11px;margin-right:5px}
.fs-wide{position:relative;border-radius:16px;color:#fff;margin-top:32px;overflow:hidden}
.fs-wide::after{content:"";position:absolute;right:-80px;top:-110px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.1)}
.fs-wide .in{display:flex;align-items:center;gap:26px;padding:30px 38px;position:relative;z-index:1}
.fs-wide .tag{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);font-size:10.5px;font-weight:800;letter-spacing:1.3px;padding:5px 14px;border-radius:18px}
.fs-wide h2{font-size:24px;font-weight:900;letter-spacing:-.7px}
.fs-wide p{opacity:.8;font-size:13px;margin-top:3px}
.fs-wide .cta{margin-left:auto;background:#fff;color:#22262c;font-weight:800;font-size:13px;border-radius:10px;padding:11px 24px;white-space:nowrap}
.fs-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.fs-half{position:relative;border-radius:14px;color:#fff;padding:26px 30px;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:center}
.fs-half .sm{font-size:10.5px;font-weight:800;letter-spacing:1.4px;opacity:.85}
.fs-half h3{font-size:20px;font-weight:900;letter-spacing:-.5px;margin:6px 0 10px}
.fs-half .go{display:inline-flex;font-weight:800;font-size:11px;letter-spacing:.7px;border-bottom:2px solid #fff;align-self:flex-start;padding-bottom:2px}
.fs-circles{display:flex;gap:10px;justify-content:space-between;overflow-x:auto;padding-bottom:4px}
.fs-circles a{text-align:center;font-size:11.5px;font-weight:700;color:#33383f;min-width:96px}
.fs-circles .rg{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 8px;font-weight:900;font-size:19px;transition:.16s}
.fs-circles a:hover .rg{transform:translateY(-3px)}
.fs-triple{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fs-col{background:#fff;border:1px solid #e9ebee;border-radius:14px;padding:16px}
.fs-col h3{font-size:14.5px;font-weight:900;color:#1e2128;border-bottom:2px solid #f2711b;display:inline-block;padding-bottom:6px;margin-bottom:4px}
.fs-row{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f1f2f4}
.fs-row:last-child{border-bottom:0}
.fs-row .ph{width:54px;height:54px;border-radius:9px;background:#f4f5f7;flex-shrink:0;overflow:hidden}
.fs-row .ph img{width:100%;height:100%;object-fit:cover}
.fs-row h4{font-size:12px;font-weight:600;color:#2c3038;line-height:1.3}
.fs-row .st{color:#f5a623;font-size:10.5px;letter-spacing:1.2px;margin:2px 0}
.fs-row b{font-size:13px;color:#1e2128}
.fs-deal{border-radius:14px;color:#fff;margin-top:32px}
.fs-deal .in{display:flex;align-items:center;gap:22px;padding:20px 28px}
.fs-deal h2{font-size:20px;font-weight:900;letter-spacing:-.5px}
.fs-deal .cd{display:flex;gap:7px}
.fs-deal .cd span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:7px 0;width:50px;text-align:center;font-weight:900;font-size:15px}
.fs-deal .cd small{display:block;font-size:8.5px;font-weight:700;opacity:.8}
.fs-deal a{margin-left:auto;background:#fff;color:#22262c;font-weight:800;font-size:12px;border-radius:9px;padding:10px 22px}
.fs-brands{display:flex;border:1px solid #e9ebee;border-radius:14px;overflow:hidden;margin-top:32px;background:#fff}
.fs-brands a{flex:1;display:flex;align-items:center;justify-content:center;padding:15px 8px;border-right:1px solid #e9ebee;font-weight:900;font-size:13px;color:#b0b5bd;letter-spacing:.5px}
.fs-brands a:last-child{border-right:0}
.fs-brands a:hover{color:#1e2128}
.fs-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.fs-quote{background:#f7f8fa;border-radius:14px;padding:22px 24px}
.fs-quote .st{color:#f5a623;font-size:13px;letter-spacing:1.8px;margin-bottom:8px}
.fs-quote p{font-size:13px;color:#3c414a;line-height:1.55;min-height:60px}
.fs-quote .who{display:flex;align-items:center;gap:11px;margin-top:12px;font-size:12.5px;font-weight:800;color:#1e2128}
.fs-quote .who .av{width:36px;height:36px;border-radius:50%}
.fs-quote .who small{display:block;font-weight:600;color:#8b929d;font-size:11px}
.fs-collage{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;margin-top:32px}
.fs-big{position:relative;border-radius:16px;color:#fff;padding:36px 40px;min-height:290px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.fs-big .sm{font-size:11px;font-weight:800;letter-spacing:1.8px;opacity:.85}
.fs-big h3{font-size:27px;font-weight:900;letter-spacing:-.9px;margin:9px 0 7px;max-width:360px;line-height:1.1}
.fs-big p{opacity:.8;font-size:13px;margin-bottom:16px}
.fs-big .cta{display:inline-flex;background:#fff;color:#22262c;font-weight:800;font-size:12.5px;border-radius:9px;padding:11px 22px;align-self:flex-start}
.fs-stackk{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.fs-state{display:flex;align-items:center;justify-content:center;gap:12px;padding:32px 0;color:#8b929d;font-size:13px;font-weight:600}
.fs-spin{width:24px;height:24px;border:3px solid #e2e5ea;border-top-color:#6b7280;border-radius:50%;animation:fspin .8s linear infinite}
@keyframes fspin{to{transform:rotate(360deg)}}
@media(max-width:1000px){
.fs-grid{grid-template-columns:repeat(2,1fr)}
.fs-triple,.fs-quotes{grid-template-columns:1fr}
.fs-split,.fs-collage{grid-template-columns:1fr}
.fs-wide .in,.fs-deal .in{flex-wrap:wrap}
.fs-brands{flex-wrap:wrap}
.fs-brands a{flex-basis:33%}
}

/* file-accurate chrome additions */
.wm-top .up{letter-spacing:.4px;font-size:11px}
.wm-search .wm-scat{border:0;background:#fff;color:#7b828c;font-size:12.5px;padding:0 10px;height:44px;outline:none;border-right:1px solid #e9ebee;max-width:150px}
.wm-search.boxwhite .wm-scat,.wm-search.plain .wm-scat{background:#fff}
.wm-subrow.plain .wm-browse>summary{background:none;color:#1e2128;padding-left:0}
.wm-subrow.plain{padding:4px 0}
.wm-artgrid{background:linear-gradient(115deg,#eef1f4 20%,#dfe6ee 100%)}
.wm-artgrid .in{display:flex;align-items:center;gap:30px;padding:56px 22px}
.wm-artgrid .tag{color:#2b8fe0;color:var(--wa);font-weight:800;font-size:12.5px;letter-spacing:2.6px}
.wm-artgrid h1{font-size:38px;font-weight:900;color:#22262c;letter-spacing:-1.4px;line-height:1.06;margin:11px 0 8px;max-width:520px}
.wm-artgrid p{color:#828a94;font-size:15px;margin-bottom:22px}
.wm-artgrid .cta{display:inline-flex;align-items:center;gap:8px;background:var(--wa);color:#fff;font-weight:800;font-size:14px;border-radius:10px;padding:13px 28px}
.wm-artgrid .tiles{margin-left:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.wm-artgrid .t{width:108px;height:108px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 14px 30px rgba(34,38,44,.16)}
.wm-artgrid .t1{background:linear-gradient(135deg,#5b8fd5,#2d5fa8)}
.wm-artgrid .t2{background:linear-gradient(135deg,#3d434d,#181b21)}
.wm-artgrid .t3{background:linear-gradient(135deg,#59c3b2,#2b9384)}
.wm-artgrid .t4{background:linear-gradient(135deg,#8d97a5,#5b6673)}
.wm-nl-ok{margin-left:auto;background:#fff;color:#1e7a3a;font-weight:800;font-size:13px;border-radius:10px;padding:12px 22px}
.wm-foot .bigphone{color:#fff;font-size:16px;font-weight:900;margin:2px 0 6px}
.fs-blog{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fs-post{background:#fff;border:1px solid #e9ebee;border-radius:14px;overflow:hidden;transition:.16s}
.fs-post:hover{box-shadow:0 14px 30px rgba(30,33,40,.11);transform:translateY(-3px)}
.fs-post .ph{height:120px}
.fs-post .bd{padding:13px 15px}
.fs-post .meta{font-size:11px;color:#a3a9b2;margin-bottom:5px}
.fs-post .meta b{color:#1e2128}
.fs-post h3{font-size:13px;font-weight:700;line-height:1.4;color:#1e2128;min-height:36px}
@media(max-width:1000px){.wm-artgrid .tiles{display:none}.fs-blog{grid-template-columns:repeat(2,1fr)}}

/* file-style gradient art tiles + icon details */
.fg0{background:linear-gradient(135deg,#8e9dd8,#5b6fbd)}
.fg1{background:linear-gradient(135deg,#4a4f63,#23273a)}
.fg2{background:linear-gradient(135deg,#59c3b2,#2b9384)}
.fg3{background:linear-gradient(135deg,#e8a15a,#cf7028)}
.fg4{background:linear-gradient(135deg,#c96a8b,#a03b60)}
.fg5{background:linear-gradient(135deg,#63a5d8,#2c6ba3)}
.wm-art{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff}
.wm-art .pi,.fs-img.art .pi{width:52px;height:52px;stroke:currentColor;stroke-width:1.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fs-img.art{color:#fff}
.fs-row .ph.art{display:flex;align-items:center;justify-content:center;color:#fff}
.fs-row .ph.art .pi{width:26px;height:26px;stroke:currentColor;stroke-width:1.3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fs-cat{font-size:10.5px;color:#a3a9b2;text-transform:uppercase;letter-spacing:.5px;padding:0 0 3px}
.fs-bd{position:relative;padding-bottom:14px}
.fs-add{position:absolute;right:10px;bottom:10px;width:36px;height:36px;border-radius:50%;background:#f2f3f5;color:#1e2128;display:flex;align-items:center;justify-content:center;transition:.15s}
.fs-add:hover{background:#1e2128;color:#fff}
.fs-add .pi{width:17px;height:17px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fs-circles .rg .pi{width:34px;height:34px;stroke:currentColor;stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fs-brands a .pi{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;margin-right:8px}
.fs-post .ph.art{display:flex;align-items:center;justify-content:center;color:#fff}
.fs-post .ph.art .pi{width:40px;height:40px;stroke:currentColor;stroke-width:1.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.wm-logo .lg{border-radius:50%}
.wm-word i{font-style:normal;color:var(--wa)}
.wm-grey .heroart{position:absolute;right:22px;top:50%;transform:translateY(-50%);display:flex;gap:16px}
.wm-grey .heroart .t{width:104px;height:104px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 14px 30px rgba(37,40,45,.2)}
.wm-grey{position:relative}
