:root{
  --cardondo-brand-ink:#171d2a;--cardondo-brand-accent:#f97316;
  --home-bg:#fafaf8;--home-card:#fff;--home-ink:#17191d;--home-muted:#70747b;
  --home-line:#e8e8e3;--home-soft:#fff4e9;--home-soft-2:#f5f5f2;
  --home-up:#df4558;--home-down:#2f72b7;--home-green:#28775a;
  font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--home-ink);background:var(--home-bg)
}
*{box-sizing:border-box}html{background:var(--home-bg)}body{margin:0;background:var(--home-bg);color:var(--home-ink);font-family:inherit}
a{color:inherit}button,input{font:inherit}img{display:block;max-width:100%}

/* brand + shared shell */
.cardondoBrand{display:inline-flex;flex:0 0 auto;align-items:center;gap:9px;color:var(--cardondo-brand-ink);font-weight:850;letter-spacing:-.025em;line-height:1;text-decoration:none}
.cardondoBrand:visited{color:var(--cardondo-brand-ink)}
.cardondoBrandMark{position:relative;display:block;width:21px;height:27px;flex:0 0 21px;border:2.6px solid currentColor;border-radius:6px;background:transparent}
.cardondoBrandMark::before{position:absolute;left:-7px;top:2px;width:17px;height:23px;border:2.2px solid currentColor;border-radius:5px;transform:rotate(-8deg);transform-origin:50% 50%;content:""}
.cardondoBrandMark::after{position:absolute;right:-5px;top:-5px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:var(--cardondo-brand-accent);box-shadow:0 1px 4px rgba(249,115,22,.18);content:""}
.cardondoBrandWordmark{display:block;color:inherit;white-space:nowrap}
.homeV10Header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(232,232,227,.94);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.homeV10HeaderInner{width:min(1120px,calc(100% - 32px));min-height:64px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,1fr) auto 1fr;gap:18px;align-items:center}
.homeV10GlobalSearch{height:39px;max-width:390px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:4px 5px 4px 12px;border:1px solid var(--home-line);border-radius:12px;background:#fff}
.homeV10GlobalSearch span{color:#92959a;font-size:18px}.homeV10GlobalSearch input{min-width:0;border:0;outline:0;background:transparent;color:#222;font-size:12px}
.homeV10GlobalSearch input::placeholder{color:#a3a5a9}.homeV10GlobalSearch button{height:29px;padding:0 11px;border:0;border-radius:9px;background:#20242b;color:#fff;font-size:10px;font-weight:800;cursor:pointer}
.homeV10Brand{font-size:20px}.homeV10HeaderSpacer{display:block}
.homeV10HeaderTools{justify-self:end;display:flex;gap:7px}.homeV10HeaderTools a{min-width:38px;height:38px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--home-line);border-radius:11px;background:#fff;text-decoration:none;font-size:11px;font-weight:850}
.homeV10CategoryWrap{border-bottom:1px solid var(--home-line);background:#fff}.homeV10CategoryNav{width:min(1120px,calc(100% - 32px));height:42px;margin:0 auto;display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}
.homeV10CategoryNav::-webkit-scrollbar{display:none}.homeV10CategoryNav a{flex:0 0 auto;padding:7px 10px;border-radius:9px;text-decoration:none;color:#686c73;font-size:11px;font-weight:750}
.homeV10CategoryNav a:hover,.homeV10CategoryNav a.active{background:var(--home-soft);color:#d86214}

/* page rhythm */
.homeV11Main{width:min(1120px,calc(100% - 32px));margin:18px auto 0}
.homeV11Eyebrow{display:inline-block;color:#d8681d;font-size:9px;font-weight:900;letter-spacing:.13em}
.homeV11Section{margin-top:30px}.homeV11Section>header,.homeV11Market>header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:11px}
.homeV11Section h2,.homeV11Market h2,.homeV11Favorites h2{margin:3px 0 4px;font-size:24px;line-height:1.12;letter-spacing:-.045em}
.homeV11Section header p,.homeV11Market header p,.homeV11Favorites p{margin:0;color:var(--home-muted);font-size:11px;line-height:1.5}
.homeV11Section header>a,.homeV11Market header>a{flex:0 0 auto;color:#565a61;text-decoration:none;font-size:10px;font-weight:850}

/* compact search-first hero */
.homeV11Hero{padding:28px 30px 24px;border:1px solid #eee6dc;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fffaf5 68%,#fff4e9 100%);box-shadow:0 12px 32px rgba(45,39,32,.04)}
.homeV11HeroCopy{max-width:900px}.homeV11Hero h1{max-width:760px;margin:7px 0 9px;font-size:38px;line-height:1.04;letter-spacing:-.058em}
.homeV11Hero p{max-width:760px;margin:0;color:#656970;font-size:12.5px;line-height:1.58}
.homeV11HeroSearch{max-width:760px;height:54px;margin-top:18px;display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:5px 6px 5px 15px;border:1px solid #deded8;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(31,35,40,.055)}
.homeV11HeroSearch>span{font-size:22px;color:#8d9197}.homeV11HeroSearch input{min-width:0;border:0;outline:0;background:transparent;font-size:13px}.homeV11HeroSearch input::placeholder{color:#9ca0a6}
.homeV11HeroSearch button{height:42px;padding:0 18px;border:0;border-radius:11px;background:#ef7825;color:#fff;font-size:11px;font-weight:900;cursor:pointer}
.homeV11QuickSearch{margin-top:9px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.homeV11QuickSearch a{padding:6px 9px;border:1px solid #e9e5df;border-radius:999px;background:rgba(255,255,255,.86);text-decoration:none;color:#666a70;font-size:9px;font-weight:750}
.homeV11HeroTrust{max-width:760px;margin-top:16px;padding-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #ede7df}
.homeV11HeroTrust span{min-width:0;padding:0 12px;border-left:1px solid #ece8e1}.homeV11HeroTrust span:first-child{padding-left:0;border-left:0}
.homeV11HeroTrust b,.homeV11HeroTrust small{display:block}.homeV11HeroTrust b{font-size:10px}.homeV11HeroTrust small{margin-top:3px;color:#888b90;font-size:8px;line-height:1.35}

/* today market */
.homeV11Market{margin-top:14px;padding:18px 20px;border:1px solid var(--home-line);border-radius:18px;background:#fff}
.homeV11Market>header{margin-bottom:11px}.homeV11Metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.homeV11Metrics>span{min-height:68px;padding:11px 12px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;align-items:end;border-radius:13px;background:#f7f7f4}
.homeV11Metrics small{grid-column:1/-1;color:#777b81;font-size:8.5px;font-weight:750}.homeV11Metrics b{font-size:23px;line-height:1;font-variant-numeric:tabular-nums}.homeV11Metrics em{font-style:normal;color:#8b8e93;font-size:8px}
.homeV11Metrics .up{background:#fff2f4}.homeV11Metrics .up b{color:var(--home-up)}.homeV11Metrics .down{background:#eef6ff}.homeV11Metrics .down b{color:var(--home-down)}
.homeV11MarketLinks{margin-top:9px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.homeV11MarketLinks::-webkit-scrollbar{display:none}
.homeV11MarketLinks a{flex:0 0 auto;padding:6px 9px;border:1px solid var(--home-line);border-radius:999px;background:#fff;text-decoration:none;color:#676b72;font-size:8.5px;font-weight:750}

/* featured cards: visual first */
.homeV11CardRail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.homeV11Card{min-width:0;padding:10px;display:grid;grid-template-rows:auto 1fr;gap:9px;border:1px solid var(--home-line);border-radius:15px;background:#fff;text-decoration:none;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}
.homeV11Card:hover{transform:translateY(-2px);border-color:#dcd8d1;box-shadow:0 10px 22px rgba(34,37,40,.055)}
.homeV11CardImage{width:100%;height:132px;display:grid;place-items:center;border-radius:11px;background:#f6f5f1;overflow:hidden}
.homeV11CardImage img{width:auto;max-width:96px;height:124px;border-radius:8px;object-fit:contain}.homeV11CardImage .homeV11Fallback{width:100%;height:100%}
.homeV11Fallback{display:grid;place-items:center;color:#a0a4aa;font-size:10px;font-weight:850}
.homeV11CardBody{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.homeV11CardBody small{padding:3px 6px;border-radius:999px;background:#f4f4f1;color:#777a80;font-size:7px;font-weight:850}
.homeV11CardBody b{max-width:100%;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.homeV11CardBody em{max-width:100%;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#85888e;font-size:8px;font-style:normal}
.homeV11CardBody strong{margin-top:7px;font-size:9px;color:#d96719}.homeV11CardChange{font-size:12px!important;font-weight:900}.homeV11CardChange.up{color:var(--home-up)!important}.homeV11CardChange.down{color:var(--home-down)!important}
.homeV11CardPrice{margin-top:2px;color:#53575e;font-size:9px;font-weight:750}

/* icon system */
.homeV11Icon{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 auto}.homeV11Icon svg{width:100%;height:100%}.homeV11InlineIcon{width:12px;height:12px}.homeV11ButtonIcon{width:15px;height:15px}
.homeV11Fallback{display:grid;place-items:center;align-content:center;gap:5px;color:#9ca0a5;background:linear-gradient(145deg,#f4f4f1,#ecece8)}
.homeV11Fallback i{width:17px;height:23px;border:1.5px solid currentColor;border-radius:4px;transform:rotate(-5deg);opacity:.72}.homeV11Fallback small{font-size:6px;letter-spacing:.08em;font-weight:850}

/* completed sales */
.homeV11SalesList{overflow:hidden;border:1px solid var(--home-line);border-radius:15px;background:#fff}
.homeV11SaleRow{min-height:72px;padding:8px 12px;display:grid;grid-template-columns:44px minmax(0,1fr) minmax(130px,auto);gap:11px;align-items:center;border-top:1px solid #efefeb;text-decoration:none}
.homeV11SaleRow:first-child{border-top:0}.homeV11SaleThumb{width:40px;height:54px;border-radius:7px;object-fit:cover;background:#efefec}.homeV11SaleRow>.homeV11Fallback{width:40px;height:54px;border-radius:7px}
.homeV11SaleIdentity{min-width:0;display:flex;flex-direction:column;gap:2px}.homeV11SaleIdentity b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.homeV11SaleIdentity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#81848a;font-size:9px}
.homeV11SaleIdentity em{color:#9a9da2;font-size:7.5px;font-style:normal}.homeV11SalePrice{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.homeV11SalePrice strong{color:var(--home-green);font-size:13px}.homeV11SalePrice small{display:flex;align-items:center;gap:3px;color:#7f8589;font-size:8px}.homeV11SalePrice small i{width:13px;height:13px;display:grid;place-items:center;border-radius:50%;background:#e9f5ef;color:var(--home-green);font-size:8px;font-style:normal;font-weight:900}
.homeV11State{padding:23px 15px;color:#85888e;font-size:10px;text-align:center}

/* premium set rail */
.homeV11SetGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.homeV11SetTile{min-width:0;min-height:118px;padding:11px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:11px;align-items:center;border:1px solid var(--home-line);border-radius:16px;background:#fff;text-decoration:none;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}
.homeV11SetTile:hover{transform:translateY(-2px);border-color:#dcd8d1;box-shadow:0 9px 22px rgba(34,37,40,.05)}.homeV11SetMedia{width:72px;height:94px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#fff8f0,#f3eee8);color:#ca6725}
.homeV11SetMedia img{width:auto;height:88px;object-fit:contain}.homeV11SetSportIcon{width:34px;height:34px}.homeV11SetCopy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.homeV11SetCopy>small{color:#d36a23;font-size:7px;font-weight:900;letter-spacing:.09em}.homeV11SetCopy>b{margin-top:5px;font-size:12px;letter-spacing:-.025em}.homeV11SetCopy>em{margin-top:4px;color:#85888e;font-size:7.5px;font-style:normal;line-height:1.4}.homeV11SetCopy>strong{margin-top:10px;display:inline-flex;align-items:center;gap:4px;color:#555a60;font-size:8px}

/* editorial explore */
.homeV11ExploreGrid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.homeV11ExploreCard{min-height:138px;padding:15px;display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:stretch;border:1px solid var(--home-line);border-radius:16px;background:#fff;text-decoration:none}
.homeV11ExploreMedia{min-height:106px;display:grid;place-items:center;border-radius:13px;color:#c96827}.homeV11ExploreCard.editorial .homeV11ExploreMedia{background:linear-gradient(145deg,#fff2df,#f8e8d2)}.homeV11ExploreCard.market .homeV11ExploreMedia{background:linear-gradient(145deg,#f3f5f7,#e9eef4);color:#556575}.homeV11ExploreMedia .homeV11Icon{width:31px;height:31px}
.homeV11ExploreBody{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.homeV11ExploreBody>small{color:#d66a1f;font-size:8px;font-weight:900;letter-spacing:.12em}.homeV11ExploreBody>b{max-width:360px;margin-top:6px;font-size:17px;line-height:1.25;letter-spacing:-.035em}.homeV11ExploreBody>em{margin-top:5px;color:#83878d;font-size:8.5px;font-style:normal;line-height:1.45}.homeV11ExploreBody>strong{margin-top:auto;display:inline-flex;align-items:center;gap:4px;color:#62666d;font-size:8.5px}
.homeV11SearchTopics{margin-top:8px;padding:10px 12px;display:flex;align-items:center;gap:6px;overflow-x:auto;border:1px solid var(--home-line);border-radius:13px;background:#fff;scrollbar-width:none}.homeV11SearchTopics::-webkit-scrollbar{display:none}
.homeV11SearchTopics b{flex:0 0 auto;margin-right:2px;font-size:9px}.homeV11SearchTopics a{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#f4f4f1;text-decoration:none;color:#686b71;font-size:8.5px;font-weight:750}

/* functional member return */
.homeV11Favorites{margin-top:30px;padding:22px 24px;display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(390px,1.5fr) auto;gap:22px;align-items:center;border-radius:18px;background:#1d2127;color:#fff}.homeV11Favorites h2{font-size:23px}.homeV11Favorites p{max-width:520px;color:#c7cbd0}
.homeV11FavoriteFeatures{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.homeV11FavoriteFeatures>span{min-width:0;min-height:80px;padding:11px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;gap:4px 7px;align-items:start;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.045)}.homeV11FavoriteFeatures .homeV11Icon{width:18px;height:18px;color:#f59a57}.homeV11FavoriteFeatures b{font-size:9px}.homeV11FavoriteFeatures small{grid-column:1/-1;color:#aeb3b9;font-size:7.5px;line-height:1.35}
.homeV11Favorites>a{flex:0 0 auto;padding:12px 15px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:11px;background:#fff;color:#24282e;text-decoration:none;font-size:10px;font-weight:900}.homeV11DataNote{margin:11px 3px 26px;color:#8b8e94;font-size:8.5px;line-height:1.5}.homeV11DataNote a{color:#666a70;font-weight:800}

/* footer + mobile dock */
.homeV10Footer{width:min(1120px,calc(100% - 32px));margin:18px auto 30px;padding-top:14px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--home-line);color:#888c92;font-size:9px}.homeV10FooterBrand{display:flex;gap:9px;align-items:center}.homeV10FooterBrand b{color:#555a60}.homeV10FooterLinks{display:flex;gap:12px;flex-wrap:wrap}.homeV10FooterLinks a{text-decoration:none;color:#777a80}.homeV10BottomNav{display:none}

@media(max-width:980px){
  .homeV10HeaderInner{grid-template-columns:1fr auto auto}.homeV10GlobalSearch{max-width:none}.homeV11CardRail{grid-template-columns:repeat(3,1fr)}.homeV11SetGrid{grid-template-columns:1fr 1fr}.homeV11Favorites{grid-template-columns:1fr 1.4fr}.homeV11Favorites>a{grid-column:1/-1}
}
@media(max-width:760px){
  body{background:#fff}.homeV10Header{position:relative}.homeV10HeaderInner{width:100%;min-height:58px;padding:0 14px;display:flex;justify-content:space-between;gap:10px}.homeV10GlobalSearch,.homeV10HeaderSpacer{display:none}.homeV10Brand{font-size:18px}.homeV10HeaderTools a{min-width:35px;height:35px;border-radius:10px}
  .homeV10CategoryWrap{display:none}.homeV11Main{width:100%;margin:0;padding:10px 14px calc(82px + env(safe-area-inset-bottom))}.homeV11Hero{padding:15px 14px 13px;border-radius:17px;box-shadow:none}.homeV11Hero h1{font-size:27px;line-height:1.06}.homeV11Hero p{font-size:10.2px;line-height:1.48}
  .homeV11HeroSearch{height:46px;margin-top:12px;padding-left:12px;border-radius:13px}.homeV11HeroSearch input{font-size:11.5px}.homeV11HeroSearch button{height:35px;padding:0 13px;font-size:10px}.homeV11QuickSearch{gap:5px}.homeV11QuickSearch a{padding:5px 8px;font-size:8.5px}
  .homeV11HeroTrust{margin-top:11px;padding-top:9px;grid-template-columns:repeat(4,1fr);row-gap:0}.homeV11HeroTrust span{padding:0 6px;text-align:center}.homeV11HeroTrust span:first-child{padding-left:6px}.homeV11HeroTrust b{font-size:9px}.homeV11HeroTrust small{display:none}
  .homeV11Market{margin-top:9px;padding:13px;border-radius:15px}.homeV11Section{margin-top:24px}.homeV11Section>header,.homeV11Market>header{align-items:flex-start;gap:10px}.homeV11Section h2,.homeV11Market h2,.homeV11Favorites h2{font-size:21px}.homeV11Section header p,.homeV11Market header p{font-size:9.5px}.homeV11Section header>a,.homeV11Market header>a{font-size:8.5px}
  .homeV11Metrics{grid-template-columns:1fr 1fr;gap:6px}.homeV11Metrics>span{min-height:61px;padding:10px}.homeV11Metrics b{font-size:20px}.homeV11MarketLinks{margin-top:7px}
  .homeV11CardRail{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3px;scrollbar-width:none}.homeV11CardRail::-webkit-scrollbar{display:none}.homeV11Card{flex:0 0 44%;scroll-snap-align:start;padding:8px;gap:7px}.homeV11CardImage{height:126px}.homeV11CardImage img{max-width:92px;height:118px}.homeV11CardBody b{font-size:11px}.homeV11CardBody em{font-size:7.5px}.homeV11CardChange{font-size:11px!important}
  .homeV11SaleRow{grid-template-columns:40px minmax(0,1fr) minmax(90px,auto);gap:8px;padding:8px 9px}.homeV11SaleThumb,.homeV11SaleRow>.homeV11Fallback{width:36px;height:49px}.homeV11SaleIdentity b{font-size:11px}.homeV11SaleIdentity small{font-size:8px}.homeV11SaleIdentity em{font-size:7px}.homeV11SalePrice strong{font-size:11px}.homeV11SalePrice small{font-size:7.5px}
  .homeV11SetGrid{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:2px;scrollbar-width:none}.homeV11SetGrid::-webkit-scrollbar{display:none}.homeV11SetTile{flex:0 0 72%;min-height:104px;padding:9px;grid-template-columns:64px minmax(0,1fr);scroll-snap-align:start}.homeV11SetMedia{width:64px;height:84px}.homeV11SetMedia img{height:78px}.homeV11SetCopy>b{font-size:12px}
  .homeV11ExploreGrid{grid-template-columns:1fr 1fr}.homeV11ExploreCard{min-height:126px;padding:11px;grid-template-columns:52px minmax(0,1fr);gap:10px}.homeV11ExploreMedia{min-height:100px}.homeV11ExploreMedia .homeV11Icon{width:25px;height:25px}.homeV11ExploreBody>b{font-size:14px}.homeV11ExploreBody>em{display:none}
  .homeV11Favorites{margin-top:24px;padding:15px;grid-template-columns:1fr;gap:10px;border-radius:16px}.homeV11Favorites h2{font-size:20px}.homeV11Favorites p{font-size:9.2px}.homeV11FavoriteFeatures{grid-template-columns:repeat(3,1fr);gap:6px;width:100%}.homeV11FavoriteFeatures>span{min-height:48px;padding:8px;display:flex;align-items:center;gap:6px}.homeV11FavoriteFeatures .homeV11Icon{width:16px;height:16px}.homeV11FavoriteFeatures b{font-size:8.5px;white-space:nowrap}.homeV11FavoriteFeatures small{display:none}.homeV11Favorites>a{width:100%;padding:10px 12px;text-align:center}.homeV10Footer{width:calc(100% - 28px);margin:0 auto 80px;flex-direction:column;font-size:8px}.homeV10FooterBrand{align-items:flex-start;flex-direction:column;gap:3px}
  .homeV10BottomNav{position:fixed;z-index:50;left:0;right:0;bottom:0;height:66px;padding-bottom:max(5px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);border-top:1px solid var(--home-line);backdrop-filter:blur(12px)}.homeV10BottomNav a{display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;text-decoration:none;color:#777b82;font-size:9px;font-weight:800}.homeV10BottomNav a span{font-size:16px}.homeV10BottomNav a.active{color:#e66f1e}
}
@media(max-width:430px){
  .cardondoBrand{gap:8px}.cardondoBrandMark{width:19px;height:24px;flex-basis:19px;border-width:2.4px;border-radius:5px}.cardondoBrandMark::before{left:-6px;top:2px;width:15px;height:20px;border-width:2px;border-radius:4px}
  .homeV11Hero h1{font-size:27px}.homeV11Card{flex-basis:46%}.homeV11CardImage{height:120px}.homeV11CardImage img{height:112px}.homeV11Metrics b{font-size:19px}.homeV11ExploreGrid{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.homeV11Card{transition:none}}
