/* PoolConcept 2026 — Bains froids (Chill Tubs).
   Système du site : noir + or champagne, Bodoni Moda / Space Grotesk / Space Mono.
   Signature « froid » : un accent glace (frost) discret, réservé aux repères de température
   et aux filets — jamais de grands aplats bleus. */

:root{
  --b-noir:#070708; --b-noir2:#0c0c0e; --b-noir3:#101012;
  --b-ivoire:#EFEBE3; --b-gris:#9a9a9e;
  --b-or:#C8A24C; --b-or2:#E4C879; --b-orsoft:rgba(200,162,76,.34);
  --b-ice:#9FD6E8; --b-icesoft:rgba(159,214,232,.30);
  --b-line:rgba(239,235,227,.12);
  --b-disp:"Bodoni Moda", Georgia, serif;
  --b-ui:"Space Grotesk", system-ui, sans-serif;
  --b-mono:"Space Mono", ui-monospace, monospace;
  --b-e:cubic-bezier(.22,.61,.36,1); --b-slow:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--b-noir);color:var(--b-ivoire);font-family:var(--b-ui);
  font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%}
a{color:inherit}
.b-wrap{max-width:1200px;margin:0 auto;padding:0 clamp(1.2rem,4vw,3rem)}

.b-kicker{font-family:var(--b-mono);font-size:.66rem;letter-spacing:.32em;text-transform:uppercase;
  color:var(--b-ice);margin:0 0 1rem;display:flex;align-items:center;gap:.7rem}
.b-kicker::before{content:"";width:24px;height:1px;background:var(--b-icesoft)}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s var(--b-slow),transform .8s var(--b-slow)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ---------------- HERO ---------------- */
.b-hero{position:relative;min-height:92svh;display:flex;align-items:flex-end;
  padding:0 0 clamp(2.6rem,6vh,5rem);overflow:hidden}
.b-hero__bg{position:absolute;inset:0;z-index:0}
.b-hero__bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}
.b-hero__bg::after{content:"";position:absolute;inset:0;
  background:
    radial-gradient(120% 80% at 78% 8%, rgba(159,214,232,.10), transparent 55%),
    linear-gradient(180deg, rgba(7,7,8,.5) 0%, rgba(7,7,8,.32) 42%, rgba(7,7,8,.93) 100%)}
.b-hero .b-wrap{position:relative;z-index:1;width:100%}
.b-hero h1{font-family:var(--b-disp);font-weight:400;font-size:clamp(2.6rem,8vw,6.4rem);
  line-height:.98;letter-spacing:-.01em;margin:.3rem 0 0;text-wrap:balance}
.b-sous{margin:1rem 0 0;font-family:var(--b-disp);font-style:italic;color:var(--b-or2);
  font-size:clamp(1.1rem,2.4vw,1.7rem)}
.b-tag{margin:1.1rem 0 0;max-width:46ch;font-size:clamp(1rem,1.5vw,1.16rem);color:var(--b-ivoire)}

/* CTA */
.b-cta{display:inline-flex;align-items:center;gap:.7rem;margin-top:1.8rem;
  font-family:var(--b-ui);font-weight:500;font-size:.86rem;padding:1rem 1.6rem;
  color:var(--b-noir);background:var(--b-or2);border:1px solid var(--b-or2);
  text-decoration:none;cursor:pointer;transition:.35s var(--b-e)}
.b-cta svg{width:16px;height:16px;transition:transform .35s var(--b-e)}
.b-cta:hover{background:transparent;color:var(--b-or2)}
.b-cta:hover svg{transform:translateX(4px)}

/* ---------------- SECTIONS ---------------- */
.b-sec{padding:clamp(3.6rem,8vw,7rem) 0;position:relative}
.b-sec--alt{background:var(--b-noir2)}
.b-h2{font-family:var(--b-disp);font-weight:400;letter-spacing:-.01em;
  font-size:clamp(1.7rem,4vw,3rem);line-height:1.08;margin:0 0 1.4rem;text-wrap:balance}
.b-rich p{color:var(--b-ivoire);max-width:66ch;margin:0 0 1rem;font-size:clamp(1rem,1.4vw,1.12rem)}
.b-rich p:first-child{font-family:var(--b-disp);font-size:clamp(1.15rem,2vw,1.5rem);
  font-weight:300;line-height:1.5;color:var(--b-ivoire)}

/* couverture */
#bCouv h3{font-family:var(--b-disp);font-weight:500;font-size:1.5rem;margin:0 0 1rem}
#bCouv p{color:var(--b-gris);max-width:66ch;margin:0 0 .8rem}
.b-lbl{font-family:var(--b-mono);font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--b-ice)!important;margin:1.2rem 0 .6rem!important}
.b-ul{list-style:none;padding:0;margin:0 0 1rem;max-width:66ch}
.b-ul li{position:relative;padding:.55rem 0 .55rem 1.6rem;border-bottom:1px solid var(--b-line);color:var(--b-ivoire)}
.b-ul li::before{content:"";position:absolute;left:0;top:1.1rem;width:9px;height:9px;
  border:1px solid var(--b-ice);transform:rotate(45deg)}
.b-note{font-size:.9rem;font-style:italic}

/* conteneur de la section « Dimensions & technique » : pleine largeur.
   (Les anciennes règles grid 2 colonnes + .b-schema servaient aux images
   tech-*.png / dimensions-*.png, remplacées par le tableau + l'animation.) */
#bSchemas{display:block;width:100%}

/* fonctionnalités */
#bFeatures{display:grid;gap:1px;background:var(--b-line);border:1px solid var(--b-line)}
@media(min-width:720px){#bFeatures{grid-template-columns:1fr 1fr}}
@media(min-width:1080px){#bFeatures{grid-template-columns:1fr 1fr 1fr}}
.b-feat{background:var(--b-noir);display:flex;flex-direction:column}
.b-sec--alt .b-feat{background:var(--b-noir2)}
.b-feat__img{aspect-ratio:3/2;overflow:hidden}
.b-feat__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--b-slow)}
.b-feat:hover .b-feat__img img{transform:scale(1.05)}
.b-feat__b{padding:clamp(1.3rem,2vw,1.8rem)}
.b-feat__b h3{font-family:var(--b-disp);font-weight:500;font-size:1.2rem;margin:0 0 .5rem;color:var(--b-or2)}
.b-feat__b p{margin:0;color:var(--b-gris);font-size:.95rem;line-height:1.55}

/* vidéo */
#bVideo{border:1px solid var(--b-line);overflow:hidden;background:var(--b-noir3);aspect-ratio:16/9}
#bVideo video{width:100%;height:100%;object-fit:cover;display:block}

/* faq */
#bFaq{display:grid;gap:1px;background:var(--b-line);border:1px solid var(--b-line)}
.b-faq{background:var(--b-noir);padding:clamp(1.4rem,2.4vw,2.1rem)}
.b-sec--alt .b-faq{background:var(--b-noir2)}
.b-faq h3{font-family:var(--b-disp);font-weight:500;font-size:clamp(1.15rem,2vw,1.5rem);
  margin:0 0 .8rem;color:var(--b-ivoire)}
.b-faq p{margin:0 0 .7rem;color:var(--b-gris);max-width:74ch}

/* accessoires */
#bAcc{display:grid;gap:clamp(1.2rem,3vw,2rem);grid-template-columns:1fr}
@media(min-width:800px){#bAcc{grid-template-columns:1fr 1fr}}
.b-acc{border:1px solid var(--b-line);background:var(--b-noir3)}
.b-acc__img{aspect-ratio:16/10;overflow:hidden}
.b-acc__img img{width:100%;height:100%;object-fit:cover}
.b-acc__b{padding:clamp(1.3rem,2vw,1.8rem)}
.b-acc__b h3{font-family:var(--b-disp);font-weight:500;font-size:1.3rem;margin:0 0 .6rem;color:var(--b-or2)}
.b-acc__b p{margin:0;color:var(--b-gris)}

/* galerie (utilise gallery.css) */
#bGal{grid-template-columns:repeat(2,1fr)}
#bGal .pc-gitem{aspect-ratio:4/3}
@media(min-width:720px){#bGal{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1080px){#bGal{grid-template-columns:repeat(4,1fr)}}

/* autres modèles — rangée scroll-snap */
#bAutres{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:.6rem;-webkit-overflow-scrolling:touch}
#bAutres::-webkit-scrollbar{height:6px}
#bAutres::-webkit-scrollbar-thumb{background:var(--b-orsoft)}
.b-other{flex:0 0 clamp(220px,60vw,300px);scroll-snap-align:start;text-decoration:none;
  border:1px solid var(--b-line);background:var(--b-noir3);transition:border-color .3s var(--b-e)}
.b-other:hover{border-color:var(--b-orsoft)}
.b-other__img{display:block;aspect-ratio:4/3;overflow:hidden}
.b-other__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--b-slow)}
.b-other:hover .b-other__img img{transform:scale(1.05)}
.b-other__n{display:block;padding:1rem 1.2rem;font-family:var(--b-disp);font-size:1.15rem;color:var(--b-ivoire)}

/* final */
.b-final{text-align:center;padding:clamp(4.5rem,10vw,9rem) 0}
.b-final .b-h2{max-width:22ch;margin:0 auto 1.2rem}
.b-final p{max-width:56ch;margin:0 auto;color:var(--b-gris)}
.b-final .b-cta{margin-top:2rem}

/* footer mince */
.b-foot{border-top:1px solid var(--b-line);padding:2.2rem 0;color:var(--b-gris);
  font-family:var(--b-mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}
.b-foot a{color:var(--b-or2);text-decoration:none}

/* ---- Dimensions & technique : tableau (gauche) + animation dimensions (droite) ---- */
.b-dim2{display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr;align-items:start}
@media(min-width:920px){.b-dim2{grid-template-columns:1.05fr .95fr}}

/* tableau technique — même esprit que mini/spa */
.b-techtable .tech-col{display:flex;flex-direction:column}
.b-techtable .tech-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;
  padding:.85rem 0;border-bottom:1px solid var(--b-line);position:relative;transition:padding .3s var(--b-e)}
.b-techtable .tech-row:first-child{border-top:1px solid var(--b-line)}
.b-techtable .tech-row .k{font-family:var(--b-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--b-gris);flex:0 0 auto;max-width:46%}
.b-techtable .tech-row .v{font-family:var(--b-disp);font-weight:400;font-size:clamp(.98rem,1.4vw,1.16rem);
  color:var(--b-ivoire);text-align:right}
.b-techtable .tech-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;
  background:var(--b-ice);transform:scaleY(0);transform-origin:top;transition:transform .3s var(--b-e)}
.b-techtable .tech-row:hover{padding-left:1rem}
.b-techtable .tech-row:hover::before{transform:scaleY(1)}

/* panneau dimensions : schéma technique coté, tracé au scroll */
.b-dimpanel{border:1px solid var(--b-line);background:var(--b-noir3);padding:clamp(1.4rem,3vw,2.2rem)}
.b-dimpanel .b-lbl{margin:0 0 1.2rem!important}
.b-sketch svg{width:100%;height:auto;display:block;overflow:visible}

/* traits du dessin (même langage que les schémas accessoires) */
.b-sketch .ln{fill:none;stroke:var(--b-or2);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.b-sketch .thin{stroke:var(--b-orsoft);stroke-width:1}
.b-sketch .dash{stroke-dasharray:5 4}
.b-sketch .eau{fill:rgba(159,214,232,.10);stroke:none}
.b-sketch .cote{fill:none;stroke:var(--b-orsoft);stroke-width:1}
.b-sketch .t{font-family:var(--b-mono);font-size:8px;fill:var(--b-gris);letter-spacing:.14em}
.b-sketch .to{font-family:var(--b-mono);font-size:10px;fill:var(--b-or2);letter-spacing:.06em}

/* le tracé se dessine (dashoffset) + les libellés apparaissent, en cascade */
.b-sketch .dr{stroke-dasharray:1;stroke-dashoffset:1;
  transition:stroke-dashoffset 1s var(--b-slow);transition-delay:calc(var(--d,0)*.055s)}
.b-dimpanel.in .b-sketch .dr{stroke-dashoffset:0}
.b-sketch .eau{opacity:0;transition:opacity .9s var(--b-e) .75s}
.b-dimpanel.in .b-sketch .eau{opacity:1}
.b-sketch .ft{opacity:0;transition:opacity .7s var(--b-e) .55s}
.b-dimpanel.in .b-sketch .ft{opacity:1}
@media (prefers-reduced-motion:reduce){
  .b-sketch .dr{stroke-dasharray:none;stroke-dashoffset:0;transition:none}
  .b-sketch .ft,.b-sketch .eau{opacity:1;transition:none}
}

/* survol : la cote s'allume (dessin <-> légende) */
.b-sketch .cg.hot .cote{stroke:var(--b-or2);stroke-width:1.4}
.b-sketch .cg.hot .to{fill:var(--b-ivoire)}
.b-sketch .cg.hot .t{fill:var(--b-or2)}

/* galerie (utilise gallery.css) */
#bGal{grid-template-columns:repeat(2,1fr)}
#bGal .pc-gitem{aspect-ratio:4/3}
@media(min-width:720px){#bGal{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1080px){#bGal{grid-template-columns:repeat(4,1fr)}}

/* autres modèles — rangée scroll-snap */
#bAutres{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:.6rem;-webkit-overflow-scrolling:touch}
#bAutres::-webkit-scrollbar{height:6px}
#bAutres::-webkit-scrollbar-thumb{background:var(--b-orsoft)}
.b-other{flex:0 0 clamp(220px,60vw,300px);scroll-snap-align:start;text-decoration:none;
  border:1px solid var(--b-line);background:var(--b-noir3);transition:border-color .3s var(--b-e)}
.b-other:hover{border-color:var(--b-orsoft)}
.b-other__img{display:block;aspect-ratio:4/3;overflow:hidden}
.b-other__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--b-slow)}
.b-other:hover .b-other__img img{transform:scale(1.05)}
.b-other__n{display:block;padding:1rem 1.2rem;font-family:var(--b-disp);font-size:1.15rem;color:var(--b-ivoire)}

/* final */
.b-final{text-align:center;padding:clamp(4.5rem,10vw,9rem) 0}
.b-final .b-h2{max-width:22ch;margin:0 auto 1.2rem}
.b-final p{max-width:56ch;margin:0 auto;color:var(--b-gris)}
.b-final .b-cta{margin-top:2rem}

/* footer mince */
.b-foot{border-top:1px solid var(--b-line);padding:2.2rem 0;color:var(--b-gris);
  font-family:var(--b-mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}
.b-foot a{color:var(--b-or2);text-decoration:none}

/* ---- Dimensions & technique : tableau (gauche) + animation dimensions (droite) ---- */
.b-dim2{display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr;align-items:start}
@media(min-width:920px){.b-dim2{grid-template-columns:1.05fr .95fr}}

/* tableau technique — même esprit que mini/spa */
.b-techtable .tech-col{display:flex;flex-direction:column}
.b-techtable .tech-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;
  padding:.85rem 0;border-bottom:1px solid var(--b-line);position:relative;transition:padding .3s var(--b-e)}
.b-techtable .tech-row:first-child{border-top:1px solid var(--b-line)}
.b-techtable .tech-row .k{font-family:var(--b-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--b-gris);flex:0 0 auto;max-width:46%}
.b-techtable .tech-row .v{font-family:var(--b-disp);font-weight:400;font-size:clamp(.98rem,1.4vw,1.16rem);
  color:var(--b-ivoire);text-align:right}
.b-techtable .tech-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;
  background:var(--b-ice);transform:scaleY(0);transform-origin:top;transition:transform .3s var(--b-e)}
.b-techtable .tech-row:hover{padding-left:1rem}
.b-techtable .tech-row:hover::before{transform:scaleY(1)}

/* panneau dimensions : schéma technique coté, tracé au scroll */
.b-dimpanel{border:1px solid var(--b-line);background:var(--b-noir3);padding:clamp(1.4rem,3vw,2.2rem)}
.b-dimpanel .b-lbl{margin:0 0 1.2rem!important}
.b-sketch svg{width:100%;height:auto;display:block;overflow:visible}

/* traits du dessin (même langage que les schémas accessoires) */
.b-sketch .ln{fill:none;stroke:var(--b-or2);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.b-sketch .thin{stroke:var(--b-orsoft);stroke-width:1}
.b-sketch .dash{stroke-dasharray:5 4}
.b-sketch .eau{fill:rgba(159,214,232,.10);stroke:none}
.b-sketch .cote{fill:none;stroke:var(--b-orsoft);stroke-width:1}
.b-sketch .t{font-family:var(--b-mono);font-size:8px;fill:var(--b-gris);letter-spacing:.14em}
.b-sketch .to{font-family:var(--b-mono);font-size:10px;fill:var(--b-or2);letter-spacing:.06em}

/* le tracé se dessine (dashoffset) + les libellés apparaissent, en cascade */
.b-sketch .dr{stroke-dasharray:1;stroke-dashoffset:1;
  transition:stroke-dashoffset 1s var(--b-slow);transition-delay:calc(var(--d,0)*.055s)}
.b-dimpanel.in .b-sketch .dr{stroke-dashoffset:0}
.b-sketch .eau{opacity:0;transition:opacity .9s var(--b-e) .75s}
.b-dimpanel.in .b-sketch .eau{opacity:1}
.b-sketch .ft{opacity:0;transition:opacity .7s var(--b-e) .55s}
.b-dimpanel.in .b-sketch .ft{opacity:1}
@media (prefers-reduced-motion:reduce){
  .b-sketch .dr{stroke-dasharray:none;stroke-dashoffset:0;transition:none}
  .b-sketch .ft,.b-sketch .eau{opacity:1;transition:none}
}

/* survol : la cote s'allume (dessin <-> légende) */
.b-sketch .cg.hot .cote{stroke:var(--b-or2);stroke-width:1.4}
.b-sketch .cg.hot .to{fill:var(--b-ivoire)}
.b-sketch .cg.hot .t{fill:var(--b-or2)}

/* légende interactive sous le dessin */
.b-legend{display:grid;gap:1px;background:var(--b-line);border:1px solid var(--b-line);margin-top:clamp(1.2rem,3vw,1.8rem)}
.b-dimrow{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;width:100%;
  background:var(--b-noir3);border:0;padding:.7rem .9rem;cursor:default;text-align:left;
  font:inherit;color:inherit;transition:background .3s var(--b-e)}
.b-dimrow.hot{background:rgba(200,162,76,.07)}
.b-dimk{font-family:var(--b-ui);font-size:.82rem;color:var(--b-gris)}
.b-dimrow.hot .b-dimk{color:var(--b-ivoire)}
.b-dimv{font-family:var(--b-disp);font-size:clamp(1.05rem,1.8vw,1.32rem);color:var(--b-ivoire);
  font-feature-settings:"tnum";line-height:1;white-space:nowrap}
.b-dimrow.hot .b-dimv{color:var(--b-or2)}

/* galerie (utilise gallery.css) */
#bGal{grid-template-columns:repeat(2,1fr)}
#bGal .pc-gitem{aspect-ratio:4/3}
@media(min-width:720px){#bGal{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1080px){#bGal{grid-template-columns:repeat(4,1fr)}}

/* autres modèles — rangée scroll-snap */
#bAutres{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:.6rem;-webkit-overflow-scrolling:touch}
#bAutres::-webkit-scrollbar{height:6px}
#bAutres::-webkit-scrollbar-thumb{background:var(--b-orsoft)}
.b-other{flex:0 0 clamp(220px,60vw,300px);scroll-snap-align:start;text-decoration:none;
  border:1px solid var(--b-line);background:var(--b-noir3);transition:border-color .3s var(--b-e)}
.b-other:hover{border-color:var(--b-orsoft)}
.b-other__img{display:block;aspect-ratio:4/3;overflow:hidden}
.b-other__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--b-slow)}
.b-other:hover .b-other__img img{transform:scale(1.05)}
.b-other__n{display:block;padding:1rem 1.2rem;font-family:var(--b-disp);font-size:1.15rem;color:var(--b-ivoire)}

/* final */
.b-final{text-align:center;padding:clamp(4.5rem,10vw,9rem) 0}
.b-final .b-h2{max-width:22ch;margin:0 auto 1.2rem}
.b-final p{max-width:56ch;margin:0 auto;color:var(--b-gris)}
.b-final .b-cta{margin-top:2rem}

/* footer mince */
.b-foot{border-top:1px solid var(--b-line);padding:2.2rem 0;color:var(--b-gris);
  font-family:var(--b-mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}
.b-foot a{color:var(--b-or2);text-decoration:none}

/* ---- Dimensions & technique : tableau (gauche) + animation dimensions (droite) ---- */
.b-dim2{display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr;align-items:start}
@media(min-width:920px){.b-dim2{grid-template-columns:1.05fr .95fr}}

/* tableau technique — même esprit que mini/spa */
.b-techtable .tech-col{display:flex;flex-direction:column}
.b-techtable .tech-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;
  padding:.85rem 0;border-bottom:1px solid var(--b-line);position:relative;transition:padding .3s var(--b-e)}
.b-techtable .tech-row:first-child{border-top:1px solid var(--b-line)}
.b-techtable .tech-row .k{font-family:var(--b-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--b-gris);flex:0 0 auto;max-width:46%}
.b-techtable .tech-row .v{font-family:var(--b-disp);font-weight:400;font-size:clamp(.98rem,1.4vw,1.16rem);
  color:var(--b-ivoire);text-align:right}
.b-techtable .tech-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;
  background:var(--b-ice);transform:scaleY(0);transform-origin:top;transition:transform .3s var(--b-e)}
.b-techtable .tech-row:hover{padding-left:1rem}
.b-techtable .tech-row:hover::before{transform:scaleY(1)}

/* panneau dimensions animé */
.b-dimpanel{border:1px solid var(--b-line);background:var(--b-noir3);padding:clamp(1.4rem,3vw,2.2rem)}
.b-dimpanel .b-lbl{margin:0 0 1.4rem!important}
.b-dimlist{display:flex;flex-direction:column;gap:1.15rem}
.b-dimrow{display:grid;grid-template-columns:1fr;gap:.35rem}
.b-dimk{font-family:var(--b-ui);font-size:.82rem;letter-spacing:.02em;color:var(--b-gris)}
.b-dimbar{display:block;height:8px;background:rgba(239,235,227,.06);overflow:hidden;position:relative}
.b-dimbar i{position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,var(--b-ice),var(--b-or2));
  transition:width 1.15s var(--b-slow)}
.b-dimpanel.in .b-dimbar i{width:var(--w)}
.b-dimv{font-family:var(--b-disp);font-size:clamp(1.4rem,2.6vw,2rem);color:var(--b-ivoire);
  font-feature-settings:"tnum";line-height:1;margin-top:.15rem}