/* 2Wheels.ME V2 Reboot — scoped preview. Enable with ?v2=1. */
html[data-experience="v2-reboot"]{
  --bg:#071321;
  --surface:#0d1b2a;
  --surface-2:#132335;
  --surface-3:#192b3e;
  --text:#f7f8fa;
  --text-2:#d8dde4;
  --ink:#f7f8fa;
  --ink-2:#d8dde4;
  --muted:#91a0b2;
  --mut:#91a0b2;
  --border:rgba(194,211,229,.13);
  --border-strong:rgba(194,211,229,.24);
  --line:rgba(194,211,229,.13);
  --line-strong:rgba(194,211,229,.24);
  --nav:rgba(9,22,36,.9);
  --brand-fill:#d71935;
  --brand-text:#ff5269;
  --brand-soft:rgba(215,25,53,.14);
  --accent:#d71935;
  --accent-deep:#b5112b;
  --accent-soft:rgba(215,25,53,.14);
  --brand-ink:#fff;
  --v2-shadow:0 18px 50px rgba(0,0,0,.26);
  --v2-shadow-soft:0 8px 26px rgba(0,0,0,.15);
  --v2-radius:18px;
}
html[data-theme="light"][data-experience="v2-reboot"]{
  --bg:#f5f4f0;
  --surface:#ffffff;
  --surface-2:#f1f2f3;
  --surface-3:#e7e9ec;
  --text:#15181d;
  --text-2:#3f4853;
  --ink:#15181d;
  --ink-2:#3f4853;
  --muted:#727b86;
  --mut:#727b86;
  --border:rgba(30,44,58,.12);
  --border-strong:rgba(30,44,58,.22);
  --line:rgba(30,44,58,.12);
  --line-strong:rgba(30,44,58,.22);
  --nav:rgba(255,255,255,.92);
  --brand-fill:#c91631;
  --brand-text:#b5122a;
  --brand-soft:rgba(201,22,49,.09);
  --accent:#c91631;
  --accent-deep:#a50f24;
  --accent-soft:rgba(201,22,49,.09);
  --v2-shadow:0 18px 46px rgba(29,39,49,.10);
  --v2-shadow-soft:0 8px 24px rgba(29,39,49,.07);
}

html[data-experience="v2-reboot"] body,
html[data-experience="v2-reboot"] .phone{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  color:var(--text);
  background:
    radial-gradient(circle at 92% -6%,color-mix(in srgb,var(--brand-fill) 8%,transparent),transparent 28%),
    var(--bg)!important;
}
html[data-experience="v2-reboot"] .phone{isolation:isolate}
html[data-experience="v2-reboot"] button,
html[data-experience="v2-reboot"] a{-webkit-tap-highlight-color:transparent}
html[data-experience="v2-reboot"] button:focus-visible,
html[data-experience="v2-reboot"] input:focus-visible,
html[data-experience="v2-reboot"] select:focus-visible,
html[data-experience="v2-reboot"] textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-fill) 24%,transparent);outline-offset:2px}

/* Header: fewer competing shapes and a stronger wordmark. */
html[data-experience="v2-reboot"] .topbar{
  width:100%;
  max-width:100%;
  min-height:calc(66px + env(safe-area-inset-top));
  padding-top:calc(8px + env(safe-area-inset-top));
  padding-bottom:8px;
  border-bottom:1px solid var(--border);
  background:color-mix(in srgb,var(--bg) 88%,transparent);
  box-shadow:none;
  backdrop-filter:saturate(150%) blur(20px);
  -webkit-backdrop-filter:saturate(150%) blur(20px);
}
html[data-experience="v2-reboot"] .topbar-inner{min-width:0;max-width:100%;gap:9px}
html[data-experience="v2-reboot"] .coin.logo-mark{width:42px;height:42px;flex:0 0 42px}
html[data-experience="v2-reboot"] .coin.logo-mark img{width:42px;height:42px;border-radius:13px;box-shadow:0 7px 18px rgba(150,8,25,.22)}
html[data-experience="v2-reboot"] .topbar .brand{min-width:0;display:flex;align-items:baseline;overflow:hidden;text-overflow:ellipsis;font-size:18px!important;letter-spacing:-.55px!important;white-space:nowrap}
html[data-experience="v2-reboot"] .topbar .brand span{margin-inline-start:0;font-size:1em}
html[data-experience="v2-reboot"] .topbar-actions{gap:3px}
html[data-experience="v2-reboot"] .topbar-actions .iconbtn{width:38px;height:38px;min-width:38px;border-radius:12px;border-color:transparent;background:transparent}
html[data-experience="v2-reboot"] .topbar-actions .iconbtn:active{background:var(--surface-2)}
html[data-experience="v2-reboot"] #profileBtn{display:none}

html[data-experience="v2-reboot"] .scroll{padding-top:15px;padding-bottom:calc(108px + env(safe-area-inset-bottom))}
html[data-experience="v2-reboot"] .screen.on{animation:v2PageIn .24s cubic-bezier(.2,.75,.25,1)}
@keyframes v2PageIn{from{opacity:.45;transform:translateY(5px)}to{opacity:1;transform:none}}

/* Home: useful content first; the oversized V5 quiz is intentionally removed. */
html[data-experience="v2-reboot"] #s-home.on{display:flex;flex-direction:column}
html[data-experience="v2-reboot"] #v5RiderMatch,
html[data-experience="v2-reboot"] #v4Finder,
html[data-experience="v2-reboot"] .market-pulse,
html[data-experience="v2-reboot"] #s-home>.v2-trust{display:none!important}
html[data-experience="v2-reboot"] .v2-search-wrap{order:1;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
html[data-experience="v2-reboot"] .v2-search-label{display:block;margin:0 2px 9px!important;color:var(--muted)!important;font-size:10px!important;font-weight:750!important;letter-spacing:.1px}
html[data-experience="v2-reboot"] .v2-search{
  height:56px!important;
  padding:5px 6px 5px 15px;
  border:1px solid var(--border-strong)!important;
  border-radius:18px!important;
  background:var(--surface)!important;
  box-shadow:var(--v2-shadow-soft);
}
html[dir="rtl"][data-experience="v2-reboot"] .v2-search{padding:5px 15px 5px 6px}
html[data-experience="v2-reboot"] .v2-search svg{color:var(--muted)}
html[data-experience="v2-reboot"] .v2-search input{font-size:16px!important;font-weight:600;color:var(--text)}
html[data-experience="v2-reboot"] .v2-search button{height:44px;min-width:70px;border-radius:13px;background:var(--brand-fill);color:#fff;font-size:10px;font-weight:850}

html[data-experience="v2-reboot"] .v2-intents{order:2;margin:10px 0 0!important;padding:5px!important;gap:3px;border:1px solid var(--border);border-radius:17px!important;background:var(--surface);box-shadow:none}
html[data-experience="v2-reboot"] .v2-intent{min-height:62px!important;border:0!important;border-radius:13px!important;background:transparent!important;color:var(--muted)!important;font-size:9px!important;font-weight:750!important}
html[data-experience="v2-reboot"] .v2-intent svg{width:21px;height:21px;stroke-width:1.75}
html[data-experience="v2-reboot"] .v2-intent.primary{background:var(--brand-soft)!important;color:var(--brand-text)!important}
html[data-experience="v2-reboot"] .v2-intent:active{transform:scale(.97);background:var(--surface-2)!important}

html[data-experience="v2-reboot"] .v3-trust-strip{order:3;margin:10px 0 2px!important;padding:0;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px!important;overflow:visible}
html[data-experience="v2-reboot"] .v3-trust-strip>div{min-height:52px;display:grid!important;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:6px;padding:8px!important;border:1px solid var(--border);border-radius:14px!important;background:color-mix(in srgb,var(--surface) 82%,var(--surface-2));text-align:start!important}
html[data-experience="v2-reboot"] .v3-trust-icon{width:26px;height:26px;margin:0!important;border-radius:9px;background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand-fill) 25%,var(--border));color:var(--brand-text);font-size:8px}
html[data-experience="v2-reboot"] .v3-trust-strip strong{font-size:7.6px!important;white-space:normal;line-height:1.45}
html[data-experience="v2-reboot"] .v3-trust-strip small{display:none!important}

html[data-experience="v2-reboot"] .v2-latest{order:4;margin-top:23px!important}
html[data-experience="v2-reboot"] .v2-section-head{margin-bottom:11px;align-items:end}
html[data-experience="v2-reboot"] .v2-section-head h2{font-size:19px;letter-spacing:-.35px}
html[data-experience="v2-reboot"] .v2-section-head button{min-height:38px;color:var(--brand-text);font-size:9px;font-weight:800}
html[data-experience="v2-reboot"] .v2-eyebrow{color:var(--muted);font-size:7px;letter-spacing:1.25px}
html[data-experience="v2-reboot"] .v2-rail{grid-auto-columns:min(80%,315px);gap:11px;margin-inline:calc(-1 * var(--s4));padding:0 var(--s4) 5px;scroll-padding-inline:var(--s4)}
html[data-experience="v2-reboot"] .v2-product{overflow:hidden;border:1px solid var(--border);border-radius:19px;background:var(--surface);box-shadow:var(--v2-shadow-soft)}
html[data-experience="v2-reboot"] .v2-product-image{height:178px;background-color:var(--surface-2);filter:saturate(.92) contrast(1.02)}
html[data-experience="v2-reboot"] .v2-image-fallback{position:relative;background-image:radial-gradient(circle at 68% 22%,var(--brand-soft),transparent 32%),linear-gradient(145deg,var(--surface-2),color-mix(in srgb,var(--surface-3) 78%,var(--surface)))!important}
html[data-experience="v2-reboot"] .v2-image-fallback::before{content:"2W";position:absolute;inset:0;display:grid;place-items:center;color:color-mix(in srgb,var(--brand-text) 28%,var(--muted));font:900 38px/1 'Barlow Condensed','Alexandria',sans-serif;letter-spacing:-2px}
html[data-experience="v2-reboot"] .v2-image-fallback>*{position:relative;z-index:1}
html[data-experience="v2-reboot"] .v2-product-body{padding:13px 14px 14px}
html[data-experience="v2-reboot"] .v2-price{color:var(--text);font-size:16px}
html[data-experience="v2-reboot"] .v2-product-body strong{margin-top:4px;font-size:11px;line-height:1.55}
html[data-experience="v2-reboot"] .v2-product-body small{font-size:8px;color:var(--muted)}
html[data-experience="v2-reboot"] .v3-home-collection{order:5;margin-top:23px}

html[data-experience="v2-reboot"] .v2-sell-card{order:6;margin-top:24px;padding:18px;border:1px solid color-mix(in srgb,var(--brand-fill) 19%,var(--border));border-radius:20px;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--brand-fill) 5%,var(--surface)));box-shadow:none}
html[data-experience="v2-reboot"] .v2-sell-card::before{content:"2W";position:absolute;inset-inline-end:14px;top:-9px;color:color-mix(in srgb,var(--brand-fill) 8%,transparent);font:900 78px/1 'Barlow Condensed','Alexandria',sans-serif;pointer-events:none}
html[data-experience="v2-reboot"] .v2-sell-card h2{position:relative;font-size:19px}
html[data-experience="v2-reboot"] .v2-sell-card p{position:relative;font-size:9.5px}
html[data-experience="v2-reboot"] .v2-sell-card button{position:relative;min-height:45px;border-radius:13px;background:var(--brand-fill);color:#fff}
html[data-experience="v2-reboot"] .v2-sell-proof{position:relative;font-size:8px;color:var(--muted)}

html[data-experience="v2-reboot"] .v2-ad{order:7;height:auto;margin-top:13px;border-radius:18px}
html[data-experience="v2-reboot"] .v2-ad-hit{min-height:92px!important;border:1px solid var(--border);border-radius:18px!important;background:linear-gradient(125deg,#101b28,#111826 58%,#26121a)!important;box-shadow:none}
html[data-experience="v2-reboot"] .v2-ad-label{font-size:7px;letter-spacing:.75px}
html[data-experience="v2-reboot"] .v2-ad-copy strong{font-size:14px!important}
html[data-experience="v2-reboot"] .v2-ad-cta{min-height:34px;border-radius:10px;font-size:8px}

html[data-experience="v2-reboot"] .v2-assistant{order:8;margin-top:13px;padding:13px;border:1px solid var(--border);border-radius:17px;background:var(--surface);box-shadow:none;grid-template-columns:40px minmax(0,1fr) 36px}
html[data-experience="v2-reboot"] .v2-assistant-icon,
html[data-experience="v2-reboot"] .v2-assistant-go{width:40px;height:40px;border-radius:12px;background:var(--surface-2)}
html[data-experience="v2-reboot"] .v2-assistant-go{width:36px;height:36px}
html[data-experience="v2-reboot"] .v2-assistant strong{font-size:10px}
html[data-experience="v2-reboot"] .v2-assistant small{font-size:8px}
html[data-experience="v2-reboot"] .v2-services{order:9;height:188px;margin-top:23px;border-radius:20px;filter:saturate(.82)}
html[data-experience="v2-reboot"] .v2-services::after{background:linear-gradient(90deg,rgba(5,13,22,.94),rgba(5,13,22,.62) 68%,rgba(5,13,22,.25))}
html[dir="rtl"][data-experience="v2-reboot"] .v2-services::after{background:linear-gradient(270deg,rgba(5,13,22,.94),rgba(5,13,22,.62) 68%,rgba(5,13,22,.25))}

/* Market and listing cards. */
html[data-experience="v2-reboot"] .market-title-row{margin-bottom:10px}
html[data-experience="v2-reboot"] .h1{font-size:23px;letter-spacing:-.55px}
html[data-experience="v2-reboot"] .sub{color:var(--muted);font-size:9.5px;line-height:1.7}
html[data-experience="v2-reboot"] .market-search{top:0;border:1px solid var(--border-strong)!important;border-radius:16px!important;background:var(--surface)!important;box-shadow:0 10px 26px color-mix(in srgb,var(--bg) 80%,transparent)}
html[data-experience="v2-reboot"] .market-search input{font-size:16px!important}
html[data-experience="v2-reboot"] .v3-market-tools{gap:7px;margin-block:8px 11px}
html[data-experience="v2-reboot"] .v3-market-tools button,
html[data-experience="v2-reboot"] .market-filter-toggle{height:42px;border-radius:12px;background:var(--surface);border-color:var(--border);font-size:8.5px}
html[data-experience="v2-reboot"] .chips{gap:7px}
html[data-experience="v2-reboot"] .chip{min-height:39px;border-radius:999px;background:var(--surface);border-color:var(--border);font-size:8.5px}
html[data-experience="v2-reboot"] .chip.on{background:var(--brand-fill);border-color:var(--brand-fill);color:#fff}
html[data-experience="v2-reboot"] .market-control-row{top:58px;background:color-mix(in srgb,var(--bg) 92%,transparent)}
html[data-experience="v2-reboot"] .grid{gap:10px}
html[data-experience="v2-reboot"] #listGrid.v2-single-result{grid-template-columns:minmax(0,1fr)}
html[data-experience="v2-reboot"] #listGrid.v2-single-result .card .thumb{min-height:220px}
html[data-experience="v2-reboot"] .card{overflow:hidden;border:1px solid var(--border)!important;border-radius:17px!important;background:var(--surface)!important;box-shadow:var(--v2-shadow-soft)!important}
html[data-experience="v2-reboot"] .card .thumb{background-color:var(--surface-2)}
html[data-experience="v2-reboot"] .card .body{padding:11px}
html[data-experience="v2-reboot"] .card .title{font-size:10px;line-height:1.55}
html[data-experience="v2-reboot"] .card .price{font-size:14px}

/* Sell flow: a calm form, resilient photo state, and clear progression. */
html[data-experience="v2-reboot"] #s-sell{max-width:680px;margin-inline:auto}
html[data-experience="v2-reboot"] .sell-flow-progress{margin-bottom:19px;padding:10px 12px;border-radius:14px;background:var(--surface);box-shadow:none}
html[data-experience="v2-reboot"] .sell-flow-progress span{font-size:8px}
html[data-experience="v2-reboot"] .field{margin-top:14px}
html[data-experience="v2-reboot"] .field>label{margin-bottom:7px;color:var(--text-2);font-size:9px;font-weight:750}
html[data-experience="v2-reboot"] .field input,
html[data-experience="v2-reboot"] .field select,
html[data-experience="v2-reboot"] .field textarea{
  min-height:51px;
  padding-inline:13px;
  border:1px solid var(--border);
  border-radius:14px;
  background:var(--surface);
  color:var(--text);
  font-size:16px!important;
  box-shadow:none;
}
html[data-experience="v2-reboot"] .field textarea{min-height:112px;padding-block:12px}
html[data-experience="v2-reboot"] .field input:focus,
html[data-experience="v2-reboot"] .field select:focus,
html[data-experience="v2-reboot"] .field textarea:focus{border-color:color-mix(in srgb,var(--brand-fill) 66%,var(--border));box-shadow:0 0 0 3px var(--brand-soft)}
html[data-experience="v2-reboot"] .seg,
html[data-experience="v2-reboot"] .tier{gap:6px;padding:4px;border:1px solid var(--border);border-radius:15px;background:var(--surface)}
html[data-experience="v2-reboot"] .seg .o,
html[data-experience="v2-reboot"] .tier .o{min-height:44px;border:0!important;border-radius:11px;background:transparent;color:var(--muted);font-size:9px}
html[data-experience="v2-reboot"] .seg .o.on,
html[data-experience="v2-reboot"] .tier .o.on{background:var(--brand-soft)!important;color:var(--brand-text)!important;box-shadow:none!important}
html[data-experience="v2-reboot"] .photo-uploader{min-height:146px;border:1px dashed var(--border-strong);border-radius:17px;background:var(--surface);box-shadow:none}
html[data-experience="v2-reboot"] .photo-uploader.has-files{border-style:solid;border-color:color-mix(in srgb,var(--brand-fill) 45%,var(--border));background:linear-gradient(145deg,var(--brand-soft),var(--surface) 58%)}
html[data-experience="v2-reboot"] .photo-add-icon{background:var(--brand-soft);color:var(--brand-text)}
html[data-experience="v2-reboot"] .v2-photo-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:9px}
html[data-experience="v2-reboot"] .v2-photo-item{position:relative;aspect-ratio:1;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}
html[data-experience="v2-reboot"] .v2-photo-item img{width:100%;height:100%;display:block;object-fit:cover}
html[data-experience="v2-reboot"] .v2-photo-item button{position:absolute;top:4px;inset-inline-end:4px;width:26px;height:26px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(4,8,13,.72);color:#fff;font-size:15px;backdrop-filter:blur(8px)}
html[data-experience="v2-reboot"] .v2-draft-note{margin-top:8px;color:var(--muted);font-size:7.5px;line-height:1.55;text-align:center}
html[data-experience="v2-reboot"] .submit{min-height:52px;border-radius:15px;background:var(--brand-fill)!important;color:#fff!important;box-shadow:0 11px 25px color-mix(in srgb,var(--brand-fill) 19%,transparent)!important;font-size:11px;font-weight:850}
html[data-experience="v2-reboot"] .gate{padding-top:10vh}

/* Account, details, modal sheets. */
html[data-experience="v2-reboot"] .acct,
html[data-experience="v2-reboot"] .acct-row,
html[data-experience="v2-reboot"] .settings-card,
html[data-experience="v2-reboot"] .diritem,
html[data-experience="v2-reboot"] .service-coming{border-color:var(--border)!important;border-radius:17px!important;background:var(--surface)!important;box-shadow:none!important}
html[data-experience="v2-reboot"] .detail-img{border-radius:20px;background-color:var(--surface-2)}
html[data-experience="v2-reboot"] .contact3{gap:7px}
html[data-experience="v2-reboot"] .cbtn{min-height:48px;border-radius:14px;background:var(--surface);border-color:var(--border)}
html[data-experience="v2-reboot"] .modal{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
html[data-experience="v2-reboot"] .sheet{max-height:min(86dvh,720px);border:1px solid var(--border);border-radius:24px 24px 0 0;background:var(--surface);box-shadow:0 -20px 70px rgba(0,0,0,.28)}

/* Assistant stays inside the visual viewport when the mobile keyboard opens. */
html[data-experience="v2-reboot"] .mw-root{overscroll-behavior:none}
html[data-experience="v2-reboot"] .mw-panel{border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--v2-shadow)}
html[data-experience="v2-reboot"] .mw-head{background:linear-gradient(135deg,var(--brand-soft),transparent)}
html[data-experience="v2-reboot"] .mw-input input{font-size:16px!important}
html[data-experience="v2-reboot"] .mw-send{background:var(--brand-fill)!important;color:#fff!important}

/* Center FAB: prominent without swallowing the dock. */
@media(max-width:767px){
  html[data-experience="v2-reboot"] .nav,
  html[data-theme="light"][data-experience="v2-reboot"] .nav{
    left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom));
    width:auto;height:70px;min-height:70px;padding:6px 5px 5px;border:1px solid var(--border);border-radius:23px!important;
    background:var(--nav);box-shadow:0 18px 46px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)
  }
  html[data-experience="v2-reboot"] .nav button{height:57px!important;min-height:57px!important;padding:5px 2px!important;color:var(--muted)!important;background:transparent!important}
  html[data-experience="v2-reboot"] .nav button svg{width:21px!important;height:21px!important;stroke-width:1.8!important}
  html[data-experience="v2-reboot"] .nav button span[data-t]{font-size:8px!important;font-weight:650!important}
  html[data-experience="v2-reboot"] .nav button.on{color:var(--text)!important}
  html[data-experience="v2-reboot"] .nav button.on svg{color:var(--brand-text)!important}
  html[data-experience="v2-reboot"] .nav button.on::before{content:"";display:block!important;position:absolute;inset:auto 50% 1px auto;width:16px;height:2px;border:0;border-radius:3px;background:var(--brand-fill)!important;transform:translateX(50%)!important;opacity:1}
  html[data-experience="v2-reboot"] .nav button[data-s="sell"]::before,
  html[data-experience="v2-reboot"] .nav button[data-s="sell"].on::before{
    content:"";display:block!important;position:absolute;z-index:0;left:50%!important;right:auto!important;top:3px!important;bottom:auto!important;
    width:48px;height:48px;border:4px solid var(--bg);border-radius:50%;opacity:1;
    background:linear-gradient(145deg,#ed3550,var(--brand-fill) 58%,#930d24)!important;
    box-shadow:0 8px 19px color-mix(in srgb,var(--brand-fill) 25%,transparent),inset 0 1px 0 rgba(255,255,255,.3);
    transform:translate(-50%,-17px)!important
  }
  html[data-experience="v2-reboot"] .nav button[data-s="sell"] svg,
  html[data-experience="v2-reboot"] .nav button[data-s="sell"].on svg{
    position:relative;z-index:1;width:22px!important;height:22px!important;color:#fff!important;transform:translateY(-11px)!important
  }
  html[data-experience="v2-reboot"] .nav button[data-s="sell"] span[data-t]{position:absolute;bottom:4px;color:var(--brand-text)!important;font-weight:800!important}
  html[data-experience="v2-reboot"] .mw-root{top:var(--mw-viewport-top,0);left:var(--mw-viewport-left,0);width:var(--mw-viewport-width,100vw);height:var(--mw-viewport-height,100dvh)}
  html[data-experience="v2-reboot"] .mw-panel{inset:0;width:100%;height:100%;max-height:none;border:0;border-radius:0}
}

@media(max-width:380px){
  html[data-experience="v2-reboot"] .topbar .brand{font-size:15px!important}
  html[data-experience="v2-reboot"] .topbar-actions .iconbtn{width:35px;height:35px;min-width:35px}
  html[data-experience="v2-reboot"] #countryBtn{display:none}
  html[data-experience="v2-reboot"] .v2-rail{grid-auto-columns:84%}
  html[data-experience="v2-reboot"] .v2-photo-preview{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:768px){
  html[data-experience="v2-reboot"] .scroll{padding-top:28px}
  html[data-experience="v2-reboot"] #s-home{max-width:920px;margin-inline:auto}
  html[data-experience="v2-reboot"] .v2-rail{grid-auto-columns:min(38%,320px);margin-inline:0;padding-inline:0}
  html[data-experience="v2-reboot"] .v2-services{height:220px}
}
@media(prefers-reduced-motion:reduce){
  html[data-experience="v2-reboot"] *,html[data-experience="v2-reboot"] *::before,html[data-experience="v2-reboot"] *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
