/* Quote page styles — extends the site design system in styles.css
   (tokens, .btn, .nav, .ft, .tee/.zone come from there). */

.qpage{background:var(--bg2)}
.qmain{max-width:880px;margin:0 auto;padding:clamp(22px,4vh,44px) var(--gut) 70px}
.qh{font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;letter-spacing:-.04em;margin-bottom:18px}
.qlead{margin:-8px 0 20px;color:var(--ink);font-size:15px;font-weight:600}
.qpane{background:#fff;border:1px solid var(--line);padding:clamp(18px,3vw,34px)}
.qnote{font-size:13px;color:var(--mu);margin:18px 0}

/* progress */
.qprog{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.qprog__t{font-family:Outfit,sans-serif;font-weight:700;font-size:12.5px;color:var(--mu);letter-spacing:.06em}
.qprog__n{font-family:Outfit,sans-serif;font-weight:700;font-size:12.5px;color:var(--deep)}
.qprog__dots{display:flex;gap:6px}
.qdot{width:11px;height:11px;background:#fff;border:1.5px solid var(--line2);padding:0;cursor:default}
.qdot.is-done{background:var(--cy);border-color:var(--cy);cursor:pointer}
.qdot.is-cur{background:var(--ink);border-color:var(--ink)}
.qbar{flex-basis:100%;height:3px;background:var(--line)}
.qbar span{display:block;height:100%;background:linear-gradient(90deg,var(--deep),var(--cy));transition:width .4s var(--ease)}

/* nav row */
.qnav{display:flex;justify-content:space-between;gap:14px;margin-top:18px}

/* category grid */
.catgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.catcard{
  position:relative;overflow:hidden;aspect-ratio:1.5;border:1.5px solid var(--line2);
  background:var(--ink);padding:0;cursor:pointer;text-align:left;
  transition:transform .25s var(--ease),outline-color .2s;outline:3px solid transparent;
}
.catcard img{width:100%;height:100%;object-fit:cover;opacity:.85}
.catcard span{
  position:absolute;left:0;right:0;bottom:0;padding:26px 14px 12px;color:#fff;
  font-family:Outfit,sans-serif;font-weight:700;font-size:15px;
  background:linear-gradient(transparent,rgba(4,24,32,.85));
}
.catcard:hover{transform:translateY(-3px)}
.catcard.is-on{outline-color:var(--cy)}

/* fields */
.fgrid{display:flex;flex-wrap:wrap;gap:16px 14px}
.fld{display:flex;flex-direction:column;gap:7px;flex:1 1 100%}
.fld--half{flex-basis:calc(50% - 7px)}
.fld--third{flex-basis:calc(33.333% - 10px)}
.flbl{font-family:Outfit,sans-serif;font-weight:700;font-size:14px}
.fopt{color:var(--mu);font-weight:600;font-size:12px}
.fld input,.fld select,.fld textarea{
  border:1.5px solid var(--line2);background:#fff;padding:11px 12px;font-size:15px;width:100%;
}
.fld input:focus,.fld select:focus,.fld textarea:focus{outline:2px solid var(--cy);outline-offset:-1px;border-color:var(--cy)}
.fld textarea{resize:vertical;min-height:74px}
.has-err input,.has-err select,.has-err textarea{border-color:#c25843}
.ferr{margin:0;font-size:12.5px;color:#c25843;font-weight:600}
.ferr--top{margin-bottom:14px}
.ferrs{display:flex;flex-direction:column;gap:4px;margin-top:8px}

/* option buttons */
.optrow{display:flex;flex-wrap:wrap;gap:8px}
.optrow--col{flex-direction:column;align-items:stretch}
.optb{
  border:1.5px solid var(--line2);background:#fff;cursor:pointer;padding:10px 16px;
  font-family:Outfit,sans-serif;font-weight:600;font-size:13.5px;transition:.18s;text-align:left;
}
.optb:hover{border-color:var(--cy)}
.optb.is-on{border-color:var(--cy);background:#eefbfd;box-shadow:inset 0 0 0 1px var(--cy)}
.optb:focus-visible{outline:2px solid var(--cy);outline-offset:1px}

/* dims */
.dims{display:flex;gap:8px;align-items:center}
.dims input{max-width:110px}
.dims select{max-width:74px}
.dims__x{color:var(--mu)}

/* size grid */
.sizegrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px}
.sizecell{display:flex;flex-direction:column;gap:4px}
.sizelbl{font-family:Outfit,sans-serif;font-weight:700;font-size:12px;text-align:center;color:var(--mu)}
.sizecell input{text-align:center;padding:9px 4px}
.sizetotal{margin:8px 0 0;font-family:Outfit,sans-serif;font-weight:700;font-size:13.5px;color:var(--deep)}

/* placements */
.place2{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}
/* ═══ placement diagrams: professional silhouettes, tappable zones ═══ */
.dia{display:flex;flex-direction:column;gap:10px;min-width:0}
.dia__viewbar{display:flex;align-items:center;gap:10px}
.dia__viewlbl{font-family:Outfit,sans-serif;font-weight:700;font-size:12px;color:var(--mu);text-transform:uppercase;letter-spacing:.05em}
.dia__tabs{display:flex;gap:6px}
.dia__tab{
  border:1.5px solid var(--line2);background:#fff;cursor:pointer;padding:7px 16px;
  font-family:Outfit,sans-serif;font-weight:700;font-size:12.5px;color:var(--mu);
  border-radius:999px;transition:border-color .2s,color .2s,background .2s;
}
.dia__tab:hover{border-color:var(--cy);color:var(--ink)}
.dia__tab.is-on{background:var(--navy);border-color:var(--navy);color:#fff}
.dia__svg{width:100%;max-width:340px;height:auto;background:#f4fafb;border:1.5px solid var(--line);border-radius:10px;padding:10px}
.dia__svg--vehicle{max-width:420px}
/* garment */
.dg__body{stroke:#22343b;stroke-width:3;stroke-linejoin:round}
.dg__body.is-dark{stroke:#7fa4b2}
.dg__detail{fill:none;stroke:#22343b;stroke-width:1.6;opacity:.55;stroke-linecap:round}
.dg__detail.is-dark{stroke:#cfe4ea}
.dg__dot{fill:#22343b;opacity:.6}
.dg__dot.is-dark{fill:#cfe4ea}
/* vehicle */
.dv__body{fill:#fff;stroke:#22343b;stroke-width:3;stroke-linejoin:round}
.dv__glass{fill:#d7ecf2;stroke:#22343b;stroke-width:1.8}
.dv__grille{fill:#e8f1f4;stroke:#22343b;stroke-width:1.8}
.dv__light{fill:#fff4d6;stroke:#22343b;stroke-width:1.6}
.dv__seam{fill:none;stroke:#22343b;stroke-width:1.6;opacity:.5}
.dv__line{fill:#e8f1f4;stroke:#22343b;stroke-width:1.6}
.dv__wheel{fill:#2a3a42;stroke:#22343b;stroke-width:2.5}
.dv__hub{fill:#cfdde2}
.dv__dot{fill:#22343b;opacity:.55}
.dv__hl{fill:#fff;opacity:.5}

/* contact step: the request is one line, not a console */
.reqline{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  margin:0 0 22px;padding:12px 16px;background:#eefbfd;border:1px solid #bfe9f1;
  font-size:14px;color:var(--mu);
}
.reqline b{font-family:Outfit,sans-serif;color:var(--ink)}
.reqline__link{font-family:Outfit,sans-serif;font-weight:700;color:var(--deep);text-decoration:underline}

/* business-card front/back preview */
.cardprev{display:flex;gap:22px;align-items:flex-end;margin:14px 0 4px;flex-wrap:wrap}
.cardprev__c{display:flex;flex-direction:column;gap:6px;align-items:center}
.cardprev__c svg{width:190px;height:auto;filter:drop-shadow(0 10px 16px rgba(3,40,55,.18));transition:transform .4s var(--spring)}
.cardprev__c--v svg{width:120px}
.cardprev--two .cardprev__c--b svg{transform:rotate(3deg)}
.cardprev--two .cardprev__c:first-child svg{transform:rotate(-2deg)}
.cardprev__c span{font-family:Outfit,sans-serif;font-weight:700;font-size:12px;color:var(--mu)}
.cp__face{fill:#fff;stroke:#c9d8dd;stroke-width:2}
.cp__logo{fill:var(--cy);opacity:.85}
.cp__logo2{fill:var(--tint);stroke:var(--cy2);stroke-width:2}
.cp__ln{fill:#22343b;opacity:.8}
.cp__ln2{fill:#22343b;opacity:.3}
/* zones: quiet until you interact — resting state is a light hint,
   the marker appears on hover/focus and the check only when selected */
.dia__svg{shape-rendering:geometricPrecision}
.dzone{cursor:pointer;outline:none}
/* placement marker: quiet dashed outline + an always-visible round chip.
   .dia__svg--dark flips the outline for dark garments so nothing looks
   washed out or discolored on any color. */
.dzone rect,.dzone path{
  fill:transparent;stroke:rgba(11,28,34,.5);stroke-width:1.5;stroke-dasharray:5 4;
  transition:fill .2s,stroke .2s;
}
.dia__svg--dark .dzone rect,.dia__svg--dark .dzone path{stroke:rgba(255,255,255,.72)}
.dzone:hover path,.dzone:hover rect{fill:rgba(11,28,34,.06)}
.dia__svg--dark .dzone:hover path,.dia__svg--dark .dzone:hover rect{fill:rgba(255,255,255,.12)}
.dzone:focus-visible path,.dzone:focus-visible rect{stroke:var(--deep);stroke-width:2.2;stroke-dasharray:none}
.dzone.is-on path,.dzone.is-on rect{stroke:var(--deep);stroke-dasharray:none;stroke-width:2;fill:rgba(3,127,163,.10)}
.dia__svg--dark .dzone.is-on path,.dia__svg--dark .dzone.is-on rect{stroke:#fff;fill:rgba(255,255,255,.16)}
.dzone__chip{
  fill:#fff;stroke:var(--deep);stroke-width:1.6;
  transition:fill .2s,stroke .2s;
}
.dzone:hover .dzone__chip{fill:#eaf6f8}
.dzone.is-on .dzone__chip{fill:var(--deep);stroke:var(--deep)}
.dia__svg--dark .dzone.is-on .dzone__chip{stroke:#fff}
.dzone text{
  fill:var(--deep);font:800 14px Outfit,sans-serif;text-anchor:middle;dominant-baseline:central;
  pointer-events:none;
}
.dzone.is-on text{fill:#fff}

/* quick garment colors: Black and White lead */
.colorquick{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.cqbtn{
  display:inline-flex;align-items:center;gap:9px;cursor:pointer;
  border:1.5px solid var(--line2);background:#fff;padding:10px 16px;
  font-family:Outfit,sans-serif;font-weight:700;font-size:13.5px;color:var(--ink);
  transition:border-color .2s,transform .2s var(--ease);
}
.cqbtn:hover{border-color:var(--cy);transform:translateY(-1px)}
.cqbtn.is-on{border-color:var(--deep);box-shadow:inset 0 0 0 1px var(--deep)}
.cqbtn i{width:22px;height:22px;border-radius:999px;border:1.5px solid transparent;display:block}
.cqbtn .cq-rainbow{background:conic-gradient(red,yellow,lime,cyan,blue,magenta,red)}

/* confirmation extras */
.qdone__next{max-width:52ch;margin:6px auto 0;color:var(--mu)}
.qdone__row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:22px 0 10px}
.qdone__home{display:inline-block;margin-top:10px;font-family:Outfit,sans-serif;font-weight:700;color:var(--deep)}

/* line items */
.items{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.itemcard{border:1.5px solid var(--line2);background:#fff;padding:14px 16px}
.itemcard__t{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:14.5px}
.itemcard__t span{color:var(--deep);font-family:Outfit,sans-serif;font-weight:700}
.itemcard__r{display:flex;gap:8px;margin-top:10px}
.itembtn{
  border:1.5px solid var(--line2);background:#fff;cursor:pointer;padding:6px 12px;
  font-family:Outfit,sans-serif;font-weight:600;font-size:12.5px;transition:.18s;
}
.itembtn:hover{border-color:var(--cy)}
.itembtn--rm:hover{border-color:#c25843;color:#c25843}
.itemedit{border:1.5px solid var(--cy);background:#fff;padding:16px;display:flex;flex-direction:column;gap:16px}
.itemedit__row{display:flex;justify-content:space-between;gap:10px}
.itemadd{align-self:flex-start}

/* artwork */
.drop2{
  border:2px dashed var(--line2);background:#fff;cursor:pointer;text-align:center;
  padding:30px 18px;display:flex;flex-direction:column;gap:5px;transition:.2s;
}
.drop2 b{font-family:Outfit,sans-serif;font-size:15.5px}
.drop2 span{font-size:12.5px;color:var(--mu)}
.drop2.hov,.drop2:hover{border-color:var(--cy);background:#eefbfd}
.drop2:focus-visible{outline:2px solid var(--cy)}
.flist{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
.flist li{
  display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#fff;
  padding:8px 12px;font-size:13.5px;
}
.flist li span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.flist li i{font-style:normal;color:var(--mu);font-size:12px}
.flist__x{border:0;background:none;cursor:pointer;font-size:13px;color:var(--mu);padding:4px}
.flist__x:hover{color:#c25843}
.chk{display:flex;gap:10px;align-items:flex-start;margin:16px 0 12px;font-size:14.5px;cursor:pointer}
.chk input{width:18px;height:18px;accent-color:var(--cy2);flex:none;margin-top:2px}
.chk--consent{border:1.5px solid var(--line2);padding:13px 15px;background:#fff;margin-top:18px}
.chk--consent.has-err{border-color:#c25843}

/* review */
.rvsec{border:1px solid var(--line);background:#fff;margin-bottom:12px}
.rvsec__h{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--bg2)}
.rvsec__h b{font-family:Outfit,sans-serif;font-size:13.5px}
.rvdl{margin:0;padding:8px 14px}
.rvdl div{display:flex;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px solid var(--line)}
.rvdl div:last-child{border-bottom:0}
.rvdl dt{color:var(--mu);font-size:13px}
.rvdl dd{margin:0;font-weight:600;font-size:13.5px;text-align:right}
.rvitem{margin:0;padding:10px 14px;font-size:13.5px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.rvitem span{color:var(--mu)}
.rvtotal{margin:0;padding:10px 14px;font-family:Outfit,sans-serif;font-weight:700;font-size:13.5px;color:var(--deep);border-top:1px solid var(--line)}
.qsubmit{width:100%;margin-top:8px}
.qfail{border:1.5px solid #c25843;background:#fdf1ee;padding:14px 16px;margin:0 0 14px}
.qfail b{font-family:Outfit,sans-serif}
.qfail p{margin:4px 0 0;font-size:13.5px}

/* success */
.qdone{text-align:center;padding:30px 0 10px;display:flex;flex-direction:column;align-items:center;gap:12px}
.qdone__tick{width:58px;height:58px;background:var(--cy);color:#fff;display:flex;align-items:center;justify-content:center;animation:pop .5s var(--ease);position:relative}
.qdone__tick svg{width:28px;height:28px}

/* confirmation burst: pieces fly from the centre of the tick and are
   removed when they land. Absolutely positioned inside a relative box,
   so nothing in the page can shift; no motion under reduced-motion. */
.confetti{
  position:absolute;left:50%;top:50%;width:7px;height:11px;
  pointer-events:none;opacity:0;border-radius:1px;z-index:2;
  animation:confettiFly var(--dur,900ms) cubic-bezier(.17,.72,.34,1) var(--delay,0ms) forwards;
}
@keyframes confettiFly{
  0%  {opacity:1;transform:translate(-50%,-50%) rotate(0deg) scale(.5)}
  70% {opacity:1}
  100%{opacity:0;transform:translate(calc(-50% + var(--dx,0px)),calc(-50% + var(--dy,0px))) rotate(var(--rot,180deg)) scale(1)}
}
/* The confirmation heading takes programmatic focus so a screen reader
   starts there; it is not a control the customer navigated to, so the
   ring only shows when the browser judges the focus keyboard-driven. */
.qh[tabindex]:focus:not(:focus-visible){outline:none}

/* `.qdone__tick` has always declared `animation:pop`, but no @keyframes
   pop existed in any stylesheet, so the tick never animated at all. */
@keyframes pop{
  0%  {transform:scale(.4);opacity:0}
  60% {transform:scale(1.08);opacity:1}
  100%{transform:scale(1);opacity:1}
}
@media (prefers-reduced-motion:reduce){
  .confetti{display:none}
  .qdone__tick{animation:none}
}
.qref{font-family:Outfit,sans-serif;font-weight:800;font-size:22px;letter-spacing:.04em;color:var(--deep);margin:0}
.qdone p{max-width:52ch;color:var(--mu);margin:0}
.qdone .btn{margin-top:10px}

/* switch dialog */
.qdlg{position:fixed;inset:0;z-index:90;background:rgba(6,20,26,.5);display:flex;align-items:center;justify-content:center;padding:20px}
.qdlg__box{background:#fff;border:1px solid var(--line);max-width:420px;padding:24px}
.qdlg__box h3{font-size:1.15rem;margin-bottom:8px}
.qdlg__box p{margin:0 0 18px;font-size:14px;color:var(--mu)}
.qdlg__row{display:flex;justify-content:flex-end;gap:10px}

/* footer variant */
.qpage .ft{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:22px var(--gut);border-top:1px solid var(--line);font-size:13px;color:var(--mu);background:#fff}
.qpage .ft img{height:28px;width:auto}

@media (max-width:720px){
  .catgrid{grid-template-columns:1fr 1fr}
  .fld--half,.fld--third{flex-basis:100%}
  .place2{grid-template-columns:1fr;justify-items:center}
  .place2 .optrow--col{width:100%}
  .qnav .btn{flex:1}
  .itemedit__row{flex-direction:column}
  .rvdl div{flex-direction:column;gap:2px}
  .rvdl dd{text-align:left}
}

/* ═══ guided-UX components (character pass) ═══ */

.fhelp{margin:-2px 0 2px;font-size:13px;color:var(--ink);font-weight:500;line-height:1.45}
.fhelp--eg{color:var(--deep)}
.fhelp--ok{color:#075a3d;background:transparent;border:0;border-left:3px solid #0d7a52;padding:4px 0 4px 10px;margin-top:6px;font-weight:600}
.linkbtn{border:0;background:none;cursor:pointer;padding:4px 0;font-family:Outfit,sans-serif;font-weight:600;font-size:12.5px;color:var(--deep)}
.linkbtn:hover{color:var(--cy2)}

/* choice cards with a one-line explanation */
.optcards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px 12px}
/* These cards were designed around a photograph: the image was the
   affordance and a 3px bottom border was the state. Options that carry
   no image (the decoration methods) collapsed to bare paragraphs with a
   transparent underline - nothing on screen looked pickable, while the
   form still refused to advance with "Pick an option". They now carry a
   real border and surface, like every other choice control on the site. */
.optcard{
  border:1.5px solid var(--line2);background:#fff;cursor:pointer;text-align:left;
  padding:12px 14px;display:flex;flex-direction:column;gap:5px;overflow:hidden;
  transition:border-color .2s,transform .22s var(--ease),box-shadow .22s;
}
.optcard img{width:calc(100% + 28px);margin:-12px -14px 6px;height:118px;object-fit:cover}
.optcard__t{font-family:Outfit,sans-serif;font-weight:800;font-size:15px;padding:2px 0 0;color:var(--ink)}
.optcard img+ .optcard__t{padding-top:0}
.optcard__d{font-size:13px;color:var(--ink);font-weight:500;line-height:1.4;padding:0}
.optcard:hover{border-color:var(--cy);transform:translateY(-2px);box-shadow:0 12px 26px -14px rgba(3,127,163,.35)}
.optcard.is-on{border-color:var(--cy);background:#f4fdfe;box-shadow:inset 0 0 0 1px var(--cy)}
.optcard:focus-visible{outline:2px solid var(--cy);outline-offset:1px}

/* curated product cards with tier ribbon + Example badge */
.prodcards{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:10px}
.prodcard{
  position:relative;border:1.5px solid var(--line2);background:#fff;cursor:pointer;
  text-align:left;padding:14px;display:flex;flex-direction:column;gap:6px;
  transition:border-color .2s,transform .22s var(--ease),box-shadow .22s;
}
.prodcard:hover{border-color:var(--cy);transform:translateY(-2px);box-shadow:0 12px 26px -14px rgba(3,127,163,.35)}
.prodcard.is-on{border-color:var(--cy);background:#f4fdfe;box-shadow:inset 0 0 0 1px var(--cy)}
.prodcard__tier{margin-right:74px;
  align-self:flex-start;font-family:Outfit,sans-serif;font-weight:700;font-size:10.5px;
  letter-spacing:.08em;text-transform:uppercase;color:var(--deep);
  background:#e8f8fb;border:1px solid #bfe9f1;padding:3px 8px;
}
.prodcard__ex{
  position:absolute;top:10px;right:10px;font-family:Outfit,sans-serif;font-weight:700;
  font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#946200;
  background:#fff7e0;border:1px solid #eeda9a;padding:2px 7px;
}
.prodcard b{font-family:Outfit,sans-serif;font-size:14.5px}
.prodcard__b{font-size:12px;color:var(--mu)}
.prodcard__d{font-size:12.5px;color:var(--mu);line-height:1.4}
.prodcard__w{font-size:12px;color:var(--deep);line-height:1.4;border-top:1px solid var(--line);padding-top:7px;margin-top:2px}

/* measurement helper */
.dims2{display:grid;grid-template-columns:auto 1fr;gap:16px 22px;align-items:start}
.dims2__fig svg{width:clamp(140px,20vw,190px);height:auto}
.dg__r{fill:#f4fbfd;stroke:var(--deep);stroke-width:2}
.dg__t{font:700 13px Outfit,sans-serif;fill:var(--deep);letter-spacing:.06em}
.dg__l{stroke:var(--cy2);stroke-width:1.4}
.dg__l{marker-start:none}
.dg__m{font:600 9.5px Outfit,sans-serif;fill:var(--mu);letter-spacing:.08em;text-transform:uppercase}
.dims2__io{display:flex;flex-direction:column;gap:8px}
.chk--idk{margin:2px 0 0}

/* color swatches */
.swatches{display:flex;flex-wrap:wrap;gap:8px}
.swatch{
  display:flex;align-items:center;gap:8px;border:1.5px solid var(--line2);background:#fff;
  cursor:pointer;padding:7px 12px 7px 8px;font-size:13px;transition:.18s;
}
.swatch i{width:20px;height:20px;border:1px solid rgba(0,0,0,.15);display:block}
.swatch:hover{border-color:var(--cy)}
.swatch.is-on{border-color:var(--cy);background:#f4fdfe;box-shadow:inset 0 0 0 1px var(--cy)}
.swatch:focus-visible{outline:2px solid var(--cy);outline-offset:1px}

/* reassurance strip */
.okstrip{
  margin:14px 0 0;padding:12px 16px;background:#fff;border:1px dashed var(--line2);
  font-size:13px;color:var(--mu);
}
.okstrip b{font-family:Outfit,sans-serif;color:var(--ink);font-weight:600}

@media (max-width:720px){
  .dims2{grid-template-columns:1fr;justify-items:center}
  .dims2__io{width:100%}
  .optcards,.prodcards{grid-template-columns:1fr 1fr}
}
@media (max-width:480px){
  .optcards,.prodcards{grid-template-columns:1fr}
}

/* ═══ quote shell: same global header, plus Save & exit ═══ */
.qsave{padding:11px 18px;font-size:13.5px}
@media (max-width:640px){
  .qsave span{font-size:12px}
  .qsave{padding:8px 10px}
}
.qrestored{
  margin:0;padding:11px var(--gut);background:#eefbfd;border-bottom:1px solid #bfe9f1;
  font-size:13.5px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;
}
.qrestored button{
  border:0;background:none;cursor:pointer;font-family:Outfit,sans-serif;font-weight:700;
  font-size:12.5px;color:var(--deep);text-decoration:underline;padding:0;
}
.helpfab{
  position:fixed;right:16px;bottom:16px;z-index:70;
  display:inline-flex;align-items:center;gap:8px;
  background:var(--ink);color:#fff;border:0;cursor:pointer;border-radius:999px;
  font-family:Outfit,sans-serif;font-weight:600;font-size:12.5px;
  padding:11px 15px;box-shadow:0 16px 40px -14px rgba(3,28,38,.5);
  transition:transform .25s var(--ease),background .25s;
}
/* on form pages the fab is compact, and it yields (fades out of the way)
   whenever the Back/Next row is on screen so it can never cover an action */
.qpage .helpfab span{display:none}
.qpage .helpfab{padding:12px}
.qpage .qmain{padding-bottom:96px}
.helpfab.is-yield{opacity:0;pointer-events:none;transform:translateY(10px)}
@media (prefers-reduced-motion:reduce){.helpfab{transition:none}}
.helpfab:hover{background:var(--deep);transform:translateY(-2px)}
.helpdrawer{
  position:fixed;right:18px;bottom:76px;z-index:70;background:var(--ink);color:#fff;
  border:0;box-shadow:0 18px 42px -20px rgba(3,28,38,.55);
  padding:12px;display:flex;align-items:center;gap:10px;max-width:min(360px,calc(100vw - 36px));
}
.helpdrawer b{font-family:Outfit,sans-serif;font-size:13.5px;line-height:1.3}
.helpdrawer .btn{background:var(--cy);color:var(--ink);padding:9px 14px;white-space:nowrap}
.helpdrawer__hrs{display:none}

.cartsummary{border-top:3px solid var(--ink);padding:18px 0;margin:0 0 28px;background:transparent}
.cartsummary h2{font-size:1.15rem;margin:0 0 10px}.cartsummary__row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid var(--line)}
.cartsummary__row small{display:block;color:var(--mu);margin-top:3px}.cartsummary__actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.cartpage{max-width:1040px;margin:0 auto;padding:145px 28px 80px}.cartpage>h1{font:800 clamp(3rem,8vw,7rem)/.9 Outfit,sans-serif;margin:8px 0 20px}.cartpage__actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.cartitem{display:flex;justify-content:space-between;gap:24px;align-items:center;border-top:2px solid var(--ink);padding:24px 0}.cartitem h2{margin:5px 0}.cartitem p{color:var(--ink);margin:0}.cartitem__actions{display:flex;gap:8px;flex-wrap:wrap}.cartempty{padding:38px 0;border-top:3px solid var(--ink)}

/* option icons */
.oicon{display:inline-flex;width:26px;height:26px;flex:none}
.oicon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.optb--icon{display:inline-flex;align-items:center;gap:9px}
.oicon--card{width:34px;height:34px;margin:12px 13px 0;color:var(--deep)}

/* vehicle diagram */

/* artwork previews */
.flist__row{display:flex;align-items:center;gap:12px}
.flist__thumb{width:46px;height:46px;object-fit:cover;flex:none;border:1px solid var(--line)}
.flist__doc{
  width:46px;height:46px;flex:none;display:flex;align-items:center;justify-content:center;
  background:var(--bg2);border:1px solid var(--line);font-family:Outfit,sans-serif;
  font-weight:700;font-size:10px;color:var(--deep);
}
.flist__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.flist__name i{display:block;font-style:normal;font-size:11px;color:var(--mu)}

/* lighter contact grouping */
.contact2 .fgrid{background:#fff;border:1px solid var(--line);padding:18px 16px 20px;gap:14px}
.contact2 .fld input,.contact2 .fld textarea{
  border-width:0 0 1.5px 0;border-color:var(--line2);padding:9px 2px;background:transparent;
}
.contact2 .fld input:focus,.contact2 .fld textarea:focus{outline:none;border-color:var(--cy)}
.contact2 .optb{background:#fff}

/* recent local requests */
.qrecent{margin:-6px 0 18px;font-size:13px;color:var(--mu)}
.qrecent b{font-family:Outfit,sans-serif;color:var(--deep);font-weight:700}

@media (max-width:560px){
  .helpfab span{display:none}
  .helpfab{padding:13px}
  #saveExit{padding:10px 14px;font-size:12.5px}
}
@media(max-width:720px){.cartitem,.cartsummary__row{align-items:flex-start;flex-direction:column}}

/* ═══ saved-draft decision screen ═══ */
.qrecover{max-width:720px;margin:clamp(20px,6vh,60px) auto}
.qrecover__grid{display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:center;margin-bottom:20px}
.qrecover__img{width:150px;height:112px;object-fit:cover;border:4px solid #fff;box-shadow:0 16px 34px -18px rgba(3,40,55,.4)}
.qrecover__meta{margin:8px 0 0;font-size:15px;color:var(--mu)}
.qrecover__meta b{font-family:Outfit,sans-serif;color:var(--ink)}
.qrecover__facts{margin:6px 0 0;font-size:13.5px;color:var(--deep);font-weight:600}
.qrecover__row{display:flex;flex-direction:column;gap:10px}
.qrecover__row .btn{width:100%;justify-content:center}
.qrecover__discard{
  display:block;margin:16px auto 4px;border:0;background:none;cursor:pointer;
  font-family:Outfit,sans-serif;font-weight:700;font-size:13px;color:#b3372f;text-decoration:underline;
}
@media (max-width:560px){.qrecover__grid{grid-template-columns:1fr}.qrecover__img{width:100%;height:140px}}
.catcard__art{width:100%;height:100%;background:var(--tint);display:block;object-fit:cover}

/* ═══ accessible confirm dialog ═══ */
.cdlg{position:fixed;inset:0;z-index:120;display:grid;place-items:center;background:rgba(6,26,34,.5);backdrop-filter:blur(2px)}
.cdlg__card{background:#fff;max-width:440px;width:calc(100% - 40px);padding:26px 26px 22px;box-shadow:0 40px 90px -30px rgba(3,28,38,.6)}
.cdlg__card h2{font-size:1.25rem;margin-bottom:8px}
.cdlg__card p{margin:0 0 18px;font-size:14px;color:var(--mu);line-height:1.55}
.cdlg__row{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
.cdlg__danger{background:#b3372f;color:#fff}
.cdlg__danger:hover{background:#932d26;transform:translateY(-1px)}

/* cart line items */
.cartitem{display:grid;grid-template-columns:110px 1fr;gap:16px;background:#fff;border:1px solid var(--line);padding:14px;margin-bottom:12px;align-items:center}
.cartitem__img{width:110px;height:82px;object-fit:cover;display:block}
.cartitem__img--none{background:var(--tint)}
.cartitem__body h2{font-size:1.15rem;margin-bottom:5px}
.cartitem__body h2 em{font-style:normal;font-size:.75em;color:var(--deep)}
.cartitem__body p{margin:0 0 10px;font-size:13.5px;color:var(--mu)}
.cartitem__actions{display:flex;gap:8px;flex-wrap:wrap}
.cartitem--draft{border-style:dashed}
.cartempty{text-align:center;padding:40px 0;display:flex;flex-direction:column;gap:16px;align-items:center}
.cartpage__h{font-size:clamp(1.9rem,3.4vw,2.6rem)}   /* the request matters more than the headline */
.draftsec{margin-top:26px}
.draftsec__h{font-size:1.05rem;margin-bottom:10px}
.draftsec__h span{font-family:"Plus Jakarta Sans",sans-serif;font-weight:600;font-size:.8em;color:var(--mu)}
.clearreq{
  display:block;margin:26px 0 0;border:0;background:none;cursor:pointer;
  font-family:Outfit,sans-serif;font-weight:700;font-size:13px;color:#b3372f;text-decoration:underline;padding:0;
}
@media (max-width:560px){.cartitem{grid-template-columns:1fr}.cartitem__img{width:100%;height:120px}}

/* ═══ request-level stages + decision screen ═══ */
.qstagechips{display:flex;gap:8px;margin-top:6px}
.qstage{
  border:1.5px solid var(--line2);background:#fff;cursor:pointer;padding:8px 18px;
  font-family:Outfit,sans-serif;font-weight:700;font-size:13px;color:var(--mu);
  border-radius:999px;transition:border-color .2s,color .2s,background .2s;
}
.qstage.is-cur{background:var(--navy);border-color:var(--navy);color:#fff}
.qstage.is-done{border-color:var(--cy);color:var(--deep)}
.qstage:disabled{cursor:default;opacity:.55}
/* On the confirmation screen every pill is disabled, which dimmed the
   CURRENT one to a grey that reads as unavailable rather than "you are
   here". Where-you-are is never dimmed. */
.qstage.is-cur:disabled{opacity:1}
.qstage.is-done:not(:disabled):hover{background:var(--paper)}
.qadded{text-align:center;padding:26px 0 6px}
.qadded .qdone__tick{margin:0 auto 14px}
.qadded__what{margin:8px 0 22px;color:var(--mu)}
.qadded .qrecover__row{justify-content:center}

/* quality-tier cards: a clean fabric band instead of fake product photos */
.prodcard__swatch{
  display:block;height:52px;margin:8px 0 10px;border:1px solid var(--line);
  background:
    repeating-linear-gradient(45deg, #ffffff26 0 2px, transparent 2px 4px),
    repeating-linear-gradient(-45deg, #ffffff1f 0 2px, transparent 2px 4px);
}
.prodcard__swatch--value{background-color:#dfe9ed}
.prodcard__swatch--popular{background-color:#bfe4ec}
.prodcard__swatch--premium{background-color:#9fd0dd}

/* ═══ side rails ═══
   Three generations of this: a field of crop marks and dots that read as
   confetti, then a diagonal wash so faint it measured 8.6% peak contrast
   and vanished below the fold - which the taste framework calls out by
   name ("so faint they may as well not exist").

   This is a measured drafting grid instead: repeating vertical rules
   that hold the same value down the whole page, a heavier column line,
   and a tint that deepens toward the outside edge. Present and clean,
   with nothing scattered. Decoration only: fixed, non-interactive,
   never behind the form. */
@media (min-width:1160px){
  body.qpage{position:relative}
  body.qpage::before,body.qpage::after{
    content:"";position:fixed;top:0;bottom:0;width:calc((100vw - 1000px)/2);
    pointer-events:none;z-index:0;
    background-image:
      repeating-linear-gradient(90deg, rgba(3,127,163,.13) 0 1px, transparent 1px 38px),
      linear-gradient(90deg, rgba(20,189,212,.13), rgba(20,189,212,.02));
  }
  body.qpage::before{left:0}
  body.qpage::after{right:0;transform:scaleX(-1)}
}

/* reference note (S&S Activewear browse helper): quiet, one accent edge */
.fnote{
  flex-basis:100%;display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;
  background:var(--paper);border-left:3px solid var(--cy2);border-radius:0 10px 10px 0;
  padding:12px 16px;margin:2px 0;
}
.fnote b{font-family:Outfit,sans-serif;font-size:13.5px;color:var(--ink)}
.fnote span{font-size:13.5px;color:var(--mu);line-height:1.55;flex-basis:100%}
.fnote a{font-family:Outfit,sans-serif;font-weight:700;font-size:13px;color:var(--deep)}
.fnote a:hover{color:var(--cy2)}

/* save-our-contact callout: an unknown Miami number gets ignored, a
   saved one gets answered, so this is the primary action here */
.qsave{
  display:grid;gap:6px;justify-items:start;text-align:left;
  margin:22px auto 0;max-width:440px;
  background:var(--bg2);border-left:3px solid var(--cy);padding:16px 18px;
}
.qsave b{font-family:Outfit,sans-serif;font-size:15.5px;color:var(--ink)}
.qsave span{font-size:13.5px;line-height:1.5;color:var(--mu)}
.qsave .btn{margin-top:6px}
