/* =========================================================================
   IZ Dealer CRO — BOLD / EDITORIAL profile layer
   Scoped to body.cro-profile--bold. Restructures type, rhythm, hero, cards
   for a magazine/editorial look. Works on ANY palette (uses tokens).
   Pairs with demo2 (dark). Loaded only when iz_cro_profile()==='bold'.
   ========================================================================= */

/* ---- type scale + eyebrow rules + accent underlines ---- */
body.cro-profile--bold .cro-h2,
body.cro-profile--bold .cro-arch__head h1,
body.cro-profile--bold .cro-vdp__head h1{
  font-size:clamp(32px,5.2vw,56px);letter-spacing:-.03em;line-height:1.03;font-weight:800}
body.cro-profile--bold .cro-eyebrow{font-size:12px;letter-spacing:.28em;color:var(--cro-accent);
  display:inline-flex;align-items:center;gap:11px}
body.cro-profile--bold .cro-eyebrow::before{content:"";width:30px;height:2px;background:var(--cro-accent)}
body.cro-profile--bold .cro-h2{position:relative;padding-bottom:18px;margin-bottom:14px}
body.cro-profile--bold .cro-h2::after{content:"";position:absolute;left:0;bottom:0;width:76px;height:4px;
  background:var(--cro-accent)}
body.cro-profile--bold .cro-sub{font-size:18px;max-width:60ch}
body.cro-profile--bold .cro-section{padding:80px 0}

/* ---- buttons: sharp, uppercase, editorial ---- */
body.cro-profile--bold .cro-btn{border-radius:var(--cro-radius);text-transform:uppercase;letter-spacing:.06em;
  font-size:12.5px;font-weight:800}
body.cro-profile--bold .cro-btn--lg{font-size:13.5px;padding:17px 28px}

/* ---- header: taller, uppercase letterspaced nav, sharp ---- */
body.cro-profile--bold .cro-header__bar{min-height:94px}
body.cro-profile--bold .cro-nav a{text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:700}
body.cro-profile--bold .cro-logo__name{font-size:22px;letter-spacing:-.02em}
body.cro-profile--bold .cro-logo__mark{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-header__phone b{font-size:21px}

/* ---- hero: oversized, accent-topped search, dramatic ---- */
body.cro-profile--bold .cro-hero__inner{padding:100px 0 72px}
body.cro-profile--bold .cro-hero h1{font-size:clamp(46px,8.2vw,92px);letter-spacing:-.045em;line-height:.97;
  max-width:15ch;font-weight:800}
body.cro-profile--bold .cro-hero p{font-size:clamp(17px,2.4vw,22px);max-width:46ch}
body.cro-profile--bold .cro-hero__ey{color:var(--cro-accent)}
body.cro-profile--bold .cro-hero__trust span{font-size:13px;letter-spacing:.04em;text-transform:uppercase}
body.cro-profile--bold .cro-search{border-radius:var(--cro-radius);border-top:4px solid var(--cro-accent);
  box-shadow:0 34px 70px rgba(0,0,0,.55)}
body.cro-profile--bold .cro-search__t{text-transform:uppercase;letter-spacing:.12em;font-size:12.5px}
body.cro-profile--bold .cro-input,
body.cro-profile--bold .cro-select{border-radius:var(--cro-radius)}

/* ---- editorial cards: borderless, image-dominant, big accent price ---- */
body.cro-profile--bold .cro-card{background:transparent;border:0;border-radius:0;box-shadow:none}
body.cro-profile--bold .cro-card:hover{transform:none;box-shadow:none}
body.cro-profile--bold .cro-card__media{border-radius:var(--cro-radius);box-shadow:0 18px 40px rgba(0,0,0,.5)}
body.cro-profile--bold .cro-card:hover .cro-card__media img{transform:scale(1.06)}
body.cro-profile--bold .cro-card__body{padding:16px 2px 6px}
body.cro-profile--bold .cro-card__title{font-size:20px;letter-spacing:-.02em;font-weight:800}
body.cro-profile--bold .cro-card__price b{font-size:27px;color:var(--cro-accent);letter-spacing:-.02em}
body.cro-profile--bold .cro-card__price .ask{color:var(--cro-accent)}
body.cro-profile--bold .cro-specs{border-bottom:0;padding-bottom:4px}
body.cro-profile--bold .cro-badge{border-radius:var(--cro-radius);text-transform:uppercase;letter-spacing:.07em;font-size:10px}
body.cro-profile--bold .cro-card__actions .cro-btn--primary{background:transparent;border:1.5px solid var(--cro-accent);
  color:var(--cro-accent)}
body.cro-profile--bold .cro-card__actions .cro-btn--primary:hover{background:var(--cro-accent);color:#12161f}

/* ---- quick-browse: sharp editorial tiles + outlined accent icons ---- */
body.cro-profile--bold .cro-tile{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-tile:hover{border-color:var(--cro-accent)}
body.cro-profile--bold .cro-tile__ic{border-radius:var(--cro-radius);background:transparent;border:1px solid var(--cro-line-2);
  color:var(--cro-accent)}
body.cro-profile--bold .cro-tile__t{font-size:17px}
body.cro-profile--bold .cro-pill{border-radius:var(--cro-radius);text-transform:uppercase;letter-spacing:.05em;font-size:13px}
body.cro-profile--bold .cro-qb__label{letter-spacing:.16em}

/* ---- trust tiles: outlined accent icons, sharp ---- */
body.cro-profile--bold .cro-trust__item{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-trust__ic{border-radius:var(--cro-radius);background:transparent;border:1px solid var(--cro-line-2);
  color:var(--cro-accent)}

/* ---- welcome + location: sharp ---- */
body.cro-profile--bold .cro-welcome__panel{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-welcome__panel-n{font-size:54px;color:var(--cro-accent)}
body.cro-profile--bold .cro-loc__map,
body.cro-profile--bold .cro-loc__map iframe{border-radius:var(--cro-radius)}

/* ---- financing band: accent slab ---- */
body.cro-profile--bold .cro-fin{border-radius:var(--cro-radius);border-left:6px solid var(--cro-accent)}

/* ---- SRP editorial: sharp facets, uppercase accent chips, oversized title ---- */
body.cro-profile--bold .cro-filters{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-arch__head h1{font-size:clamp(36px,6.4vw,64px)}
body.cro-profile--bold .cro-shopby__chip{border-radius:var(--cro-radius);text-transform:uppercase;letter-spacing:.07em;font-size:12px}
body.cro-profile--bold .cro-shopby__chip.is-active{background:var(--cro-accent);border-color:var(--cro-accent);color:#11161f}
body.cro-profile--bold .cro-shopby__chip.is-active span{color:rgba(17,22,31,.7)}
body.cro-profile--bold .cro-facet > summary{text-transform:uppercase;letter-spacing:.06em;font-size:12px}
body.cro-profile--bold .cro-chip{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-pagination .page-numbers{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-pagination .page-numbers.current{background:var(--cro-accent);border-color:var(--cro-accent);color:#11161f}

/* ---- VDP + financing + forms sharpening (carries when those pages go bold) ---- */
body.cro-profile--bold .cro-vdp__band,
body.cro-profile--bold .cro-leadcard,
body.cro-profile--bold .cro-estimator,
body.cro-profile--bold .cro-bcard,
body.cro-profile--bold .cro-step,
body.cro-profile--bold .cro-faq__item,
body.cro-profile--bold .cro-team__card,
body.cro-profile--bold .cro-contact__rail{border-radius:var(--cro-radius)}
body.cro-profile--bold .cro-vdp__band h2::before{width:5px}

/* ===== deep bold variant: editorial centered hero + horizontal floating search ===== */
@media (min-width:992px){
  body.cro-profile--bold .cro-hero__inner{text-align:center;padding:104px 0 54px}
  body.cro-profile--bold .cro-hero__ey,
  body.cro-profile--bold .cro-eyebrow{justify-content:center}
  body.cro-profile--bold .cro-hero h1{margin:12px auto 16px;max-width:20ch}
  body.cro-profile--bold .cro-hero p{margin-left:auto;margin-right:auto}
  body.cro-profile--bold .cro-hero__cta{justify-content:center}
  body.cro-profile--bold .cro-hero__trust{justify-content:center;border-top:0;padding-top:10px}
  body.cro-profile--bold .cro-hero .cro-search{display:flex;align-items:flex-end;gap:16px;margin:22px 0 -46px;text-align:left}
  body.cro-profile--bold .cro-hero .cro-search__head{flex:1 1 auto}
  body.cro-profile--bold .cro-hero .cro-search__grid{grid-template-columns:repeat(4,1fr)}
  body.cro-profile--bold .cro-hero .cro-search__actions{min-width:200px}
}

/* ===== deep bold variant: SRP horizontal filter bar (no left rail) ===== */
body.cro-profile--bold .cro-arch__layout--bar{grid-template-columns:1fr}
body.cro-profile--bold .cro-arch__layout--bar .cro-grid{grid-template-columns:repeat(2,1fr)}
@media (min-width:992px){ body.cro-profile--bold .cro-arch__layout--bar .cro-grid{grid-template-columns:repeat(4,1fr)} }
.cro-srpbar{background:var(--cro-surface);border:1px solid var(--cro-line);border-radius:var(--cro-radius);
  box-shadow:var(--cro-shadow);padding:14px;margin-bottom:18px;display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}
.cro-srpbar__f{display:flex;flex-direction:column;gap:5px;flex:1 1 150px;min-width:120px}
.cro-srpbar__f label{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--cro-muted)}
.cro-srpbar__range{display:flex;gap:6px;align-items:center}
.cro-srpbar__act{display:flex;gap:8px;flex:1 1 100%;margin-top:2px}
@media (min-width:768px){ .cro-srpbar__act{flex:0 0 auto;margin-left:auto} }
body.cro-profile--bold .cro-arch__layout--bar .cro-filters__toggle{display:none}

/* ===== deep bold variant: VDP cinematic full-bleed gallery ===== */
body.cro-profile--bold .cro-cine{margin:0 0 6px}
body.cro-profile--bold .cro-cine .dag-gallery{margin:0}
body.cro-profile--bold .cro-cine .dag-stage{border-radius:0;aspect-ratio:auto;height:clamp(320px,58vh,660px);box-shadow:none}
body.cro-profile--bold .cro-cine .dag-thumbs{max-width:var(--cro-container);margin:0 auto;padding:12px 16px 0}
body.cro-profile--bold .cro-vdp__crumb{max-width:var(--cro-container);margin-left:auto;margin-right:auto}

/* ===== deep bold variant: financing zigzag benefits ===== */
.cro-zigzag{display:grid;gap:16px;margin-top:8px}
.cro-zz{display:grid;grid-template-columns:1fr;gap:16px;align-items:center;background:var(--cro-surface);
  border:1px solid var(--cro-line);border-radius:var(--cro-radius);padding:24px}
.cro-zz__ic{display:flex;align-items:center;gap:16px}
.cro-zz__ic .cro-ico{width:38px;height:38px;color:var(--cro-accent)}
.cro-zz__n{font-size:38px;font-weight:800;color:var(--cro-line-2);letter-spacing:-.03em;line-height:1}
.cro-zz__txt h3{font-size:22px;font-weight:800;margin:0 0 6px;color:var(--cro-ink);letter-spacing:-.01em}
.cro-zz__txt p{margin:0;color:var(--cro-muted);font-size:15px;line-height:1.55;max-width:60ch}
@media (min-width:768px){
  .cro-zz{grid-template-columns:230px 1fr;gap:34px;padding:32px 36px}
  .cro-zz--r{grid-template-columns:1fr 230px}
  .cro-zz--r .cro-zz__ic{order:2;justify-content:flex-end}
  .cro-zz--r .cro-zz__txt{order:1}
}

/* ===== deep bold variant: slider estimator ===== */
.cro-estimator__grid--slider{grid-template-columns:1fr 1fr}
.cro-estimator__grid--slider label{gap:8px}
.cro-estimator__val{font-weight:800;color:var(--cro-accent);font-size:15px}
.cro-estimator input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:var(--cro-radius);
  background:var(--cro-line-2);outline:none;margin:8px 0 2px;padding:0;min-height:0;border:0}
.cro-estimator input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;
  border-radius:50%;background:var(--cro-accent);cursor:pointer;border:3px solid var(--cro-surface);box-shadow:0 1px 4px rgba(0,0,0,.4)}
.cro-estimator input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--cro-accent);
  cursor:pointer;border:3px solid var(--cro-surface)}
@media (min-width:560px){ .cro-estimator__grid--slider{grid-template-columns:repeat(4,1fr)} }

/* ===== deep bold variant: VDP cinematic title bar (under the gallery) ===== */
.cro-cine-bar{background:var(--cro-surface);border-bottom:3px solid var(--cro-accent);margin-bottom:18px}
.cro-cine-bar__in{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:18px 16px}
.cro-cine__title{color:var(--cro-ink);font-size:clamp(24px,3.8vw,42px);font-weight:800;letter-spacing:-.03em;margin:0}
.cro-cine-bar .cro-vdp__facts{margin:9px 0 0}
.cro-cine__price{background:var(--cro-accent);color:#11161f;font-weight:800;font-size:24px;padding:9px 18px;
  border-radius:var(--cro-radius);white-space:nowrap}

/* ===== deep bold variant: About manifesto + Contact reason picker ===== */
.cro-manifesto{max-width:20ch;font-size:clamp(28px,4.4vw,48px);font-weight:800;letter-spacing:-.03em;
  line-height:1.06;color:var(--cro-ink);margin:0 0 18px;position:relative;padding-left:22px}
.cro-manifesto::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:5px;background:var(--cro-accent)}
.cro-reason{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.cro-reason input{position:absolute;opacity:0;width:0;height:0}
.cro-reason label{cursor:pointer;border:1.5px solid var(--cro-line-2);border-radius:var(--cro-radius);padding:9px 15px;
  font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--cro-ink-2)}
.cro-reason input:checked + label{background:var(--cro-accent);border-color:var(--cro-accent);color:#11161f}
