/* Moveables Builder — scoped styles. Everything lives under .mv-scope */
.mv-scope img{max-width:100%}
.mv-scope [hidden]:not([hidden=until-found i]){display:none!important}
:root{
  --yellow:#FFC400; --yellow-deep:#E5AF00; --ink:#111111; --paper:#FFFDF7;
  --cream:#FFF7D6; --gray:#F3F3F0; --muted:#6B6B66; --line:rgba(17,17,17,.12);
  --sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --hand:"Caveat","Bradley Hand",cursive;
}
.mv-scope *{box-sizing:border-box}
.mv-scope{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-text-size-adjust:100%}
.mv-scope img{max-width:100%}
.mv-scope a{color:inherit}
.mv-scope h1, .mv-scope h2, .mv-scope h3, .mv-scope h4{letter-spacing:-.02em;margin:0;text-wrap:balance}
.mv-scope :focus-visible{outline:3px solid var(--ink);outline-offset:2px;border-radius:6px}
.mv-scope ::selection{background:var(--yellow)}
@media (prefers-reduced-motion:reduce){.mv-scope *{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
}.mv-scope .wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.mv-scope .ann{background:var(--ink);color:#fff;font-size:13px;text-align:center;padding:8px 20px}
.mv-scope .ann a{color:var(--yellow);font-weight:700}
.mv-scope header.top{position:sticky;top:0;z-index:60;background:rgba(255,253,247,.96);backdrop-filter:blur(6px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}
.mv-scope header.top.scrolled{border-color:var(--line);box-shadow:0 6px 24px -18px rgba(17,17,17,.5)}
.mv-scope .bar{display:flex;align-items:center;gap:10px;height:66px;min-width:0}
.mv-scope .bar>*{min-width:0}
.mv-scope .logo{flex:none}
.mv-scope .logo img{height:32px;width:auto;display:block}
.mv-scope nav.main{margin-left:auto;display:none}
.mv-scope nav.main ul{display:flex;gap:2px;list-style:none;margin:0;padding:0}
.mv-scope nav.main a{display:block;padding:8px 9px;border-radius:99px;font-size:13.5px;font-weight:600;color:rgba(17,17,17,.7);text-decoration:none;white-space:nowrap}
.mv-scope nav.main a:hover{background:var(--gray);color:var(--ink)}
.mv-scope nav.main a.active{background:var(--cream);color:var(--ink)}
.mv-scope .hdr-cta{margin-left:auto;display:flex;gap:8px;align-items:center;flex:none}
@media(max-width:1380px){.mv-scope .hdr-cta .btn.g{display:none}
}@media(max-width:760px){.mv-scope .logo img{height:28px}
}@media(min-width:1440px){.mv-scope header.top nav.main{display:block;flex:none}
.mv-scope header.top .hdr-cta{margin-left:0}
.mv-scope header.top .burger{display:none}
}.mv-scope .burger{position:relative;flex:none;width:44px;height:44px;border:2px solid var(--line);border-radius:12px;background:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.mv-scope .mobmenu{border-top:1px solid var(--line);background:var(--paper);padding:12px 0 24px}
.mv-scope .mobmenu a{display:flex;justify-content:space-between;padding:12px 16px;border-radius:12px;font-weight:600;text-decoration:none}
.mv-scope .mobmenu a:hover, .mv-scope .mobmenu a.active{background:var(--cream)}
.mv-scope .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:99px;padding:12px 22px;font-size:15px;font-weight:600;text-decoration:none;border:0;cursor:pointer;font-family:inherit;transition:transform .15s}
.mv-scope .btn:hover{transform:translateY(-1px)}
.mv-scope .btn.sm{padding:8px 16px;font-size:13.5px}
.mv-scope .btn.y{background:var(--yellow);color:var(--ink)}
.mv-scope .btn.y:hover{background:var(--yellow-deep)}
.mv-scope .btn.k{background:var(--ink);color:#fff}
.mv-scope .btn.o{background:transparent;color:var(--ink);border:2px solid var(--ink)}
.mv-scope .btn.g{background:#fff;color:var(--ink);border:1px solid var(--line)}
.mv-scope .btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
.mv-scope section.sec{padding:56px 0}
@media(min-width:768px){.mv-scope section.sec{padding:76px 0}
}.mv-scope .gray{background:var(--gray)}
.mv-scope .dark{background:var(--ink);color:#fff}
.mv-scope .dark .muted{color:rgba(255,255,255,.7)}
.mv-scope .eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(17,17,17,.5);margin:0 0 10px}
.mv-scope .dark .eyebrow{color:rgba(255,255,255,.55)}
.mv-scope h1.page{font-size:clamp(34px,6vw,54px);line-height:1.04;font-weight:800}
.mv-scope h2.sech{font-size:clamp(26px,4vw,36px);line-height:1.1;font-weight:800}
.mv-scope h3{font-size:18px;font-weight:800}
.mv-scope .lede{font-size:17px;line-height:1.6;color:rgba(17,17,17,.72);max-width:62ch;margin:14px 0 0}
.mv-scope .dark .lede{color:rgba(255,255,255,.75)}
.mv-scope .muted{color:var(--muted)}
.mv-scope .small{font-size:13px;line-height:1.55;color:var(--muted)}
.mv-scope .hand{font-family:var(--hand);font-size:22px;color:rgba(17,17,17,.65);display:inline-block;transform:rotate(-2deg)}
.mv-scope .mark{box-shadow:inset 0 -.5em 0 var(--yellow)}
.mv-scope .rule{height:4px;width:56px;border-radius:99px;background:var(--yellow);margin:10px 0 0}
.mv-scope .card{background:#fff;border:1px solid rgba(17,17,17,.1);border-radius:20px;box-shadow:0 1px 2px rgba(17,17,17,.04),0 12px 32px -18px rgba(17,17,17,.28)}
.mv-scope .pad{padding:22px}
.mv-scope .chip{display:inline-flex;align-items:center;gap:6px;border-radius:99px;background:#fff;border:1px solid var(--line);padding:4px 11px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgba(17,17,17,.7)}
.mv-scope .chip.y{background:var(--yellow);border-color:var(--yellow);color:var(--ink);font-weight:800}
.mv-scope .chip.k{background:var(--ink);border-color:var(--ink);color:#fff}
.mv-scope .grid{display:grid;gap:18px}
.mv-scope .grid>*, .mv-scope [style*="display:grid"]>*{min-width:0}
.mv-scope .g2{grid-template-columns:1fr}
.mv-scope .g3{grid-template-columns:1fr}
.mv-scope .g4{grid-template-columns:1fr 1fr}
@media(min-width:700px){.mv-scope .g2{grid-template-columns:1fr 1fr}
.mv-scope .g3{grid-template-columns:1fr 1fr}
}@media(min-width:1000px){.mv-scope .g3{grid-template-columns:repeat(3,1fr)}
.mv-scope .g4{grid-template-columns:repeat(4,1fr)}
}.mv-scope .callout{background:var(--cream);border-left:6px solid var(--yellow);border-radius:14px;padding:16px 18px;font-size:14px;line-height:1.55}
.mv-scope .callout b{font-weight:800}
.mv-scope .stickynote{background:var(--cream);border-radius:10px;padding:14px;box-shadow:0 0 0 1px rgba(17,17,17,.08);transform:rotate(2deg)}
.mv-scope ul.tick{list-style:none;padding:0;margin:14px 0}
.mv-scope ul.tick li{position:relative;padding-left:26px;margin-bottom:8px;font-size:14.5px}
.mv-scope ul.tick li::before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:3px;background:var(--yellow)}
.mv-scope .tablewrap{position:relative;overflow-x:auto;max-width:100%;min-width:0;margin:16px 0}
.mv-scope table{width:100%;min-width:680px;border-collapse:collapse;font-size:13.5px;text-align:left}
.mv-scope thead th{background:var(--ink);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:10px 12px;border-bottom:2px solid var(--yellow);white-space:nowrap}
.mv-scope tbody td, .mv-scope tbody th{padding:10px 12px;border-bottom:1px solid rgba(17,17,17,.08);vertical-align:top;font-weight:400;text-align:left}
.mv-scope tbody th{font-weight:700}
.mv-scope tbody tr:nth-child(even) td, .mv-scope tbody tr:nth-child(even) th{background:rgba(243,243,240,.6)}
.mv-scope caption{caption-side:bottom;text-align:left;font-size:12px;color:var(--muted);padding-top:8px}
.mv-scope .num{text-align:right;white-space:nowrap}
.mv-scope .b{font-weight:800}
.mv-scope label.f{display:block;font-size:13.5px;font-weight:600;margin-bottom:6px}
.mv-scope .field{width:100%;border:2px solid rgba(17,17,17,.12);border-radius:12px;background:#fff;padding:11px 14px;font-size:15px;font-family:inherit;color:var(--ink)}
.mv-scope .field:focus{border-color:var(--ink);outline:none}
.mv-scope .field[aria-invalid="true"]{border-color:#b91c1c}
.mv-scope .err{color:#b91c1c;font-size:13px;font-weight:500;margin-top:6px}
.mv-scope .stepper{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 14px}
.mv-scope .stepbtn{display:flex;align-items:center;gap:8px;border:2px solid var(--line);background:#fff;border-radius:99px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;color:rgba(17,17,17,.6)}
.mv-scope .stepbtn.cur{background:var(--ink);border-color:var(--ink);color:#fff}
.mv-scope .stepbtn.done{background:var(--cream);border-color:var(--yellow);color:var(--ink)}
.mv-scope .progress{height:6px;border-radius:99px;background:rgba(17,17,17,.1);overflow:hidden}
.mv-scope .progress span{display:block;height:100%;background:var(--yellow);transition:width .3s}
.mv-scope .qty{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;border:1px solid rgba(17,17,17,.12);border-radius:14px;padding:14px;background:#fff}
.mv-scope .qty.on{border:1px solid var(--ink);background:rgba(255,247,214,.6)}
.mv-scope .stepperbox{display:flex;align-items:center;border:2px solid rgba(17,17,17,.15);border-radius:99px;background:#fff}
.mv-scope .stepperbox button{width:40px;height:40px;border:0;background:none;font-size:18px;font-weight:700;cursor:pointer;font-family:inherit}
.mv-scope .stepperbox input{width:56px;height:40px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-weight:700;font-family:inherit;font-size:14px}
.mv-scope .estimate{position:sticky;top:86px}
.mv-scope .est-head{background:var(--ink);color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;border-radius:20px 20px 0 0}
.mv-scope .est-body{padding:16px 18px;max-height:46vh;overflow:auto}
.mv-scope .est-foot{border-top:1px solid var(--line);background:var(--gray);padding:16px 18px;border-radius:0 0 20px 20px}
.mv-scope .line{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-bottom:7px}
.mv-scope .acc{border:1px solid rgba(17,17,17,.1);border-radius:20px;overflow:hidden;background:#fff}
.mv-scope .acc>div+div{border-top:1px solid rgba(17,17,17,.1)}
.mv-scope .acc button{display:flex;width:100%;justify-content:space-between;gap:16px;text-align:left;padding:18px 20px;font-size:15px;font-weight:700;background:none;border:0;cursor:pointer;font-family:inherit}
.mv-scope .acc button:hover{background:rgba(243,243,240,.7)}
.mv-scope .acc .plus{width:24px;height:24px;border:2px solid var(--ink);border-radius:99px;display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:14px;line-height:1}
.mv-scope .acc button[aria-expanded="true"] .plus{background:var(--yellow);transform:rotate(45deg)}
.mv-scope .acc .panel{padding:0 20px 20px;font-size:14.5px;color:rgba(17,17,17,.75);max-width:70ch}
.mv-scope footer.site{background:#fff;border-top:1px solid var(--line);padding:48px 0 32px;font-size:14px}
.mv-scope footer h4{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(17,17,17,.45);margin:0 0 12px}
.mv-scope footer ul{list-style:none;margin:0;padding:0}
.mv-scope footer li{margin-bottom:8px}
.mv-scope footer a{text-decoration:none;color:rgba(17,17,17,.75)}
.mv-scope footer a:hover{text-decoration:underline;color:var(--ink)}
.mv-scope .banner{background:var(--cream);border-bottom:1px solid var(--yellow);font-size:13px;padding:10px 20px;text-align:center}
.mv-scope .skip{position:absolute;left:-9999px}
.mv-scope .skip:focus{left:16px;top:16px;z-index:100;background:var(--ink);color:#fff;padding:12px 20px;border-radius:99px}
.mv-scope .sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mv-scope .dotgrid{background-image:radial-gradient(circle at 1px 1px,rgba(17,17,17,.07) 1px,transparent 0);background-size:22px 22px}
.mv-scope .fade{animation:fade .35s ease-out both}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

