/* =========================================================
   IMPRENTA BUIN — TRABAJOS REALIZADOS
   V2 · LANDING VISUAL / UNA FOTO + TEXTO
   SOLO .ibwork5-page
   ========================================================= */

body.ibc-work-landing-single{
  background:#fff;
}

body.ibc-work-landing-single #page,
body.ibc-work-landing-single .site,
body.ibc-work-landing-single .site-content,
body.ibc-work-landing-single .content-area,
body.ibc-work-landing-single .site-main,
body.ibc-work-landing-single .inside-article,
body.ibc-work-landing-single .ibc-work-landing-host{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  background:#fff;
}

body.ibc-work-landing-single .widget-area{
  display:none!important;
}

/* El single landing comienza inmediatamente bajo el header del theme. */
body.ibc-work-landing-single.separate-containers #page,
body.ibc-work-landing-single.separate-containers .site-content,
body.ibc-work-landing-single .site-header,
body.ibc-work-landing-single #masthead,
body.ibc-work-landing-single .site-header + #page,
body.ibc-work-landing-single .ibc-work-landing-host{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
}
body.ibc-work-landing-single .site-content{gap:0!important}

.ibwork5-page{
  --ibw5-black:#181A1F;
  --ibw5-dark:#191C21;
  --ibw5-dark2:#22262C;
  --ibw5-red:#E4003A;
  --ibw5-red-hover:#BD0031;
  --ibw5-white:#FFFFFF;
  --ibw5-soft:#F5F6F7;
  --ibw5-soft2:#EEF1F4;
  --ibw5-muted:#6F7782;
  --ibw5-line:#E1E4E7;
  --ibw5-shell:1300px;
  --ibw5-radius:14px;
  --ibw5-radius-btn:9px;

  width:100vw;
  max-width:none;
  margin-top:0!important;
  margin-inline:calc(50% - 50vw);
  overflow:hidden;
  background:#fff;
  color:var(--ibw5-black);
  font-size:14px;
  line-height:1.58;
}

.ibwork5-page *,
.ibwork5-page *::before,
.ibwork5-page *::after{
  box-sizing:border-box;
  min-width:0;
}

.ibwork5-page :where(h1,h2,h3,p,ul,figure){
  margin-top:0;
}

.ibwork5-page :where(h1,h2,h3,p,li,strong,span,small,a){
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.ibwork5-page h1,
.ibwork5-page h2,
.ibwork5-page h3{
  color:var(--ibw5-black)!important;
  text-wrap:balance;
}

.ibwork5-page h1{
  margin:0!important;
  font-size:clamp(16px,1.4vw,19px)!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:-.02em;
}

.ibwork5-page h2{
  margin:0!important;
  font-size:clamp(23px,2.2vw,30px)!important;
  line-height:1.08!important;
  font-weight:700!important;
  letter-spacing:-.03em;
}

.ibwork5-page h3{
  margin:0!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:600!important;
  letter-spacing:-.015em;
}

.ibwork5-page p{
  color:var(--ibw5-muted);
}

.ibwork5-shell{
  width:min(var(--ibw5-shell),calc(100% - 48px));
  margin-inline:auto;
}

.ibwork5-section{
  padding:36px 0;
}

.ibwork5-section--soft{background:var(--ibw5-soft)}
.ibwork5-section--white{background:#fff}
.ibwork5-section--dark{background:var(--ibw5-dark);color:#fff}

.ibwork5-eyebrow{
  margin:0 0 8px!important;
  color:#7B838D!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.ibwork5-eyebrow--dark{
  color:#9CA3AD!important;
}

/* =========================================================
   HERO — UNA FOTO + TEXTO
   ========================================================= */

.ibwork5-hero{
  padding:24px;
  background:#F4F5F6;
}

.ibwork5-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.82fr);
  gap:18px;
  align-items:stretch;
}

.ibwork5-hero__content{
  min-height:390px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 38px;
  border:1px solid var(--ibw5-line);
  border-radius:20px;
  background:#fff;
}

.ibwork5-hero__headline{
  max-width:570px;
  margin:10px 0 0!important;
  font-size:clamp(28px,3vw,40px)!important;
  line-height:1.03!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
}

.ibwork5-hero__description{
  max-width:610px;
  margin:13px 0 0!important;
  color:#68717D!important;
  font-size:14px!important;
  line-height:1.62!important;
}

.ibwork5-meta{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  padding:0;
  margin:13px 0 0;
  list-style:none;
}

.ibwork5-meta li{
  padding:4px 7px;
  border:1px solid #DFE2E5;
  border-radius:999px;
  background:#FAFAFA;
  color:#6D737B!important;
  font-size:10px!important;
  line-height:1.1;
  font-weight:700;
}

.ibwork5-hero__visual{
  position:relative;
  min-height:390px;
  margin:0!important;
  overflow:hidden;
  border-radius:20px;
  background:#E1E2E3;
}

.ibwork5-hero__visual img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}

/* =========================================================
   FRANJA TÉCNICA
   ========================================================= */

.ibwork5-servicebar{
  border-bottom:1px solid var(--ibw5-line);
  background:#fff;
}

.ibwork5-servicebar__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ibwork5-servicebar__grid>div{
  padding:12px 17px;
  border-right:1px solid var(--ibw5-line);
}

.ibwork5-servicebar__grid>div:first-child{padding-left:0}
.ibwork5-servicebar__grid>div:last-child{border-right:0;padding-right:0}

.ibwork5-servicebar span,
.ibwork5-servicebar strong{display:block}

.ibwork5-servicebar span{
  color:#858C96!important;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.ibwork5-servicebar strong{
  margin-top:4px;
  font-size:12px;
}

/* =========================================================
   DOS COLUMNAS DE CONTENIDO
   ========================================================= */

.ibwork5-two-col{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:48px;
  align-items:start;
}

.ibwork5-intro{max-width:500px}

.ibwork5-intro h2{
  font-size:clamp(21px,1.65vw,25px)!important;
  line-height:1.14!important;
}

.ibwork5-intro>p:not(.ibwork5-eyebrow){
  margin:11px 0 0!important;
  font-size:13.5px;
}

/* =========================================================
   TARJETAS DE USO
   ========================================================= */

.ibwork5-use-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.ibwork5-use-card{
  position:relative;
  width:100%;
  min-height:104px;
  padding:15px;
  overflow:hidden;
  border:1px solid var(--ibw5-line);
  border-radius:12px;
  background:#fff;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.ibwork5-use-card::after,
.ibwork5-feature-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:3px;
  background:var(--ibw5-red);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}

.ibwork5-use-card--wide{grid-column:span 2}
.ibwork5-use-card>span{display:block;margin-bottom:14px;color:var(--ibw5-red)!important;font-size:8px;font-weight:800}
.ibwork5-use-card p{margin:6px 0 0!important;font-size:12px!important}
.ibwork5-use-card--dark{
  border-color:var(--ibw5-line);
  background:#fff;
}
.ibwork5-use-card--dark h3{color:var(--ibw5-black)!important}
.ibwork5-use-card--dark p{color:var(--ibw5-muted)!important}

/* =========================================================
   CABECERAS DE SECCIÓN
   ========================================================= */

.ibwork5-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:22px;
}

.ibwork5-section-head>div{max-width:700px}
.ibwork5-section-head>p{max-width:520px;margin:0!important;font-size:13px}
.ibwork5-section-head--dark h2{color:#fff!important}
.ibwork5-section-head--dark>p{color:#B9C0C9!important}

/* =========================================================
   CARACTERÍSTICAS
   ========================================================= */

.ibwork5-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.ibwork5-feature-card{
  position:relative;
  width:100%;
  min-height:152px;
  padding:15px;
  overflow:hidden;
  border:1px solid #343941;
  border-radius:12px;
  background:var(--ibw5-dark2);
  transition:transform .18s ease,border-color .18s ease;
}

.ibwork5-feature-card h3{color:#fff!important}
.ibwork5-feature-card p{margin:7px 0 0!important;color:#AEB5BE!important;font-size:12px!important}

.ibwork5-tag{
  display:inline-flex;
  margin-bottom:19px;
  padding:5px 8px;
  border:1px solid #3B4047;
  border-radius:9px;
  background:#2D3239;
  color:#D7DADE!important;
  font-size:9px;
  font-weight:800;
}

/* =========================================================
   FOTO + TEXTO — SIEMPRE UNA SOLA FOTO
   ========================================================= */

.ibwork5-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);
  gap:36px;
  align-items:center;
}

.ibwork5-split--reverse{
  grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr);
}

.ibwork5-split--reverse .ibwork5-split__media{order:2}
.ibwork5-split--reverse .ibwork5-split__copy{order:1}

.ibwork5-split__media{
  width:100%;
}

.ibwork5-photo{
  width:100%;
  aspect-ratio:3 / 2;
  margin:0!important;
  overflow:hidden;
  border-radius:14px;
  background:#fff;
  font-size:0;
  line-height:0;
}

.ibwork5-photo img{
  display:block;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center;
  background:transparent;
}

.ibwork5-split__copy{
  width:100%;
  min-width:0;
}

.ibwork5-body{
  margin:12px 0 0!important;
  font-size:13px;
}

/* Lista de proceso robusta: evita textos comprimidos */
.ibwork5-choice{
  display:grid;
  width:100%;
  gap:0;
  margin-top:14px;
  border-top:1px solid #D8DCE1;
}

.ibwork5-choice article{
  display:grid;
  width:100%;
  grid-template-columns:30px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:13px 0;
  border-bottom:1px solid #D8DCE1;
}

.ibwork5-choice article>span{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#EEF0F2;
  color:#4F5760!important;
  font-size:9px;
  font-weight:800;
}

.ibwork5-choice article>div{
  width:100%;
  min-width:0;
}

.ibwork5-choice h3,
.ibwork5-choice p{
  width:100%;
  max-width:none;
  white-space:normal;
}

.ibwork5-choice p{
  margin:4px 0 0!important;
  font-size:12px!important;
}


/* V3: pasos sin wrappers internos susceptibles a CSS global de WordPress/tema. */
.ibwork5-choice__row{
  display:grid!important;
  width:100%!important;
  max-width:none!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  grid-template-areas:"num title" "num copy";
  column-gap:12px;
  row-gap:3px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid #D8DCE1;
}
.ibwork5-choice__row>span{
  grid-area:num;
  width:26px!important;
  min-width:26px!important;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#EEF0F2;
  color:#4F5760!important;
  font-size:9px!important;
  font-weight:800;
}
.ibwork5-choice__row>h3{
  grid-area:title;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  white-space:normal!important;
}
.ibwork5-choice__row>p{
  grid-area:copy;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  font-size:12px!important;
  line-height:1.55!important;
  white-space:normal!important;
}

/* =========================================================
   FORMATOS
   ========================================================= */

.ibwork5-format-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.ibwork5-format-grid article{
  position:relative;
  width:100%;
  min-height:132px;
  padding:15px;
  border:1px solid var(--ibw5-line);
  border-radius:12px;
  background:#fff;
}

.ibwork5-format-grid article>span{display:block;margin-bottom:20px;color:var(--ibw5-red);font-size:8px;font-weight:800}
.ibwork5-format-grid article>small{display:block;margin-bottom:7px;color:#858C96;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.ibwork5-format-grid article p{margin:7px 0 0!important;font-size:12px!important}
.ibwork5-format--dark{border-color:var(--ibw5-dark)!important;background:var(--ibw5-dark)!important}
.ibwork5-format--dark h3{color:#fff!important}
.ibwork5-format--dark p{color:#AEB5BE!important}

/* =========================================================
   ARCHIVO — FOTO + TEXTO, SIN TARJETAS APRETADAS
   ========================================================= */

.ibwork5-file-section{
  padding:34px 0;
  background:#fff;
}

.ibwork5-file-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);
  gap:30px;
  align-items:center;
  padding:26px;
  border-radius:20px;
  background:var(--ibw5-dark);
  color:#fff;
}

.ibwork5-file-panel__media{
  width:100%;
}

.ibwork5-file-panel__media figure{
  width:100%;
  margin:0!important;
  overflow:hidden;
  border-radius:14px;
  background:#2A2F36;
}

.ibwork5-file-panel__media img{
  display:block;
  width:100%;
  height:auto;
  max-height:360px;
  object-fit:contain;
  object-position:center;
  background:#2A2F36;
}

.ibwork5-file-panel__intro{
  width:100%;
  min-width:0;
}

.ibwork5-file-panel h2{color:#fff!important}

.ibwork5-file-panel__intro>p:not(.ibwork5-eyebrow){
  max-width:520px;
  margin:12px 0 17px!important;
  color:#B9C0C9!important;
  font-size:13px!important;
}

.ibwork5-file-checks{
  display:grid;
  width:100%;
  grid-template-columns:1fr;
  gap:0;
  margin-top:18px;
  border-top:1px solid #343941;
}

.ibwork5-file-checks article{
  display:grid;
  width:100%;
  grid-template-columns:30px minmax(0,1fr);
  gap:10px;
  padding:13px 0;
  border-bottom:1px solid #343941;
  background:transparent;
}

.ibwork5-file-checks article>span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#2D3239;
  color:#B8BEC7!important;
  font-size:8px;
  font-weight:800;
}

.ibwork5-file-checks article>div{
  width:100%;
  min-width:0;
}

.ibwork5-file-checks h3{
  width:100%;
  color:#fff!important;
  font-size:13px!important;
  white-space:normal;
}

.ibwork5-file-checks p{
  width:100%;
  margin:4px 0 0!important;
  color:#AEB5BE!important;
  font-size:11px!important;
  line-height:1.45;
  white-space:normal;
}


/* V3: filas del archivo, sin div interno ni article para evitar herencias globales. */
.ibwork5-file-check__row{
  display:grid!important;
  width:100%!important;
  max-width:none!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  grid-template-areas:"num title" "num copy";
  column-gap:11px;
  row-gap:4px;
  align-items:start;
  padding:9px 0;
  border-bottom:1px solid #343941;
}
.ibwork5-file-check__row>span{
  grid-area:num;
  width:28px!important;
  min-width:28px!important;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#2D3239;
  color:#B8BEC7!important;
  font-size:8px!important;
  font-weight:800;
}
.ibwork5-file-check__row>h3{
  grid-area:title;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.3!important;
  white-space:normal!important;
}
.ibwork5-file-check__row>p{
  grid-area:copy;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  color:#AEB5BE!important;
  font-size:11px!important;
  line-height:1.5!important;
  white-space:normal!important;
}

/* =========================================================
   GALERÍA — USA SIN CAMBIOS EL COMPONENTE GLOBAL DEL CORE
   El aspecto rosa + azul + blanco, grid, slide móvil y lightbox
   viven únicamente en gallery.css para que todas las galerías sean iguales.
   ========================================================= */

.ibwork5-gallery-section{
  padding:16px 0 34px;
  background:#fff;
}

.ibwork5-gallery-section .ib-galeria-pro{
  margin:0 auto;
}

/* =========================================================
   PRODUCCIÓN LOCAL — FRANJA COMPACTA
   ========================================================= */

.ibwork5-section--local{
  padding:18px 0;
  background:#F5F6F7;
}

.ibwork5-localbar{
  display:grid;
  grid-template-columns:1.1fr 1fr 1.4fr;
  width:100%;
  overflow:hidden;
  border:1px solid var(--ibw5-line);
  border-radius:14px;
  background:#fff;
}

.ibwork5-localbar>div{
  padding:14px 18px;
  border-right:1px solid var(--ibw5-line);
}

.ibwork5-localbar>div:last-child{
  border-right:0;
}

.ibwork5-localbar span,
.ibwork5-localbar strong{
  display:block;
}

.ibwork5-localbar span{
  margin-bottom:5px;
  color:#858C96!important;
  font-size:8px!important;
  line-height:1;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.ibwork5-localbar strong{
  color:var(--ibw5-black)!important;
  font-size:12.5px;
  line-height:1.35;
}

/* =========================================================
   CTA FINAL — TARJETA CONTENIDA
   ========================================================= */

.ibwork5-final{
  padding:18px 0 54px;
  background:#fff;
}

.ibwork5-final__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:30px;
  align-items:center;
  padding:26px 30px;
  border-radius:18px;
  background:var(--ibw5-dark);
}

.ibwork5-final h2{
  color:#fff!important;
  font-size:clamp(21px,1.8vw,25px)!important;
}

.ibwork5-final__grid>div:last-child{
  justify-self:end;
}

.ibwork5-final p:not(.ibwork5-eyebrow){
  max-width:650px;
  margin:7px 0 0!important;
  color:#B9C0C8!important;
  font-size:12.5px!important;
}

.ibwork5-page a.ibwork5-btn,
.ibwork5-page a.ibwork5-btn:link,
.ibwork5-page a.ibwork5-btn:visited,
.ibwork5-page a.ibwork5-btn:hover,
.ibwork5-page a.ibwork5-btn:focus,
.ibwork5-page a.ibwork5-btn:active{
  text-decoration:none!important;
}

.ibwork5-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:var(--ibw5-radius-btn);
  font-size:11.5px;
  line-height:1;
  font-weight:800;
  transition:transform .18s ease,background-color .18s ease,border-color .18s ease;
}

.ibwork5-btn--primary{
  border:1px solid var(--ibw5-red);
  background:var(--ibw5-red);
  color:#fff!important;
}

/* Accesibilidad: foco visible en acciones. */
.ibwork5-page a:focus-visible,
.ibwork5-page button:focus-visible{
  outline:3px solid rgba(228,0,58,.28);
  outline-offset:3px;
}

/* =========================================================
   HOVER
   ========================================================= */

@media(hover:hover) and (pointer:fine){
  .ibwork5-hero__visual:hover img{transform:scale(1.015)}
  .ibwork5-use-card:hover,
  .ibwork5-feature-card:hover{transform:translateY(-2px)}
  .ibwork5-use-card:hover{border-color:#CDD2D7;box-shadow:0 10px 24px rgba(17,22,29,.05)}
  .ibwork5-use-card:hover::after,
  .ibwork5-feature-card:hover::after{transform:scaleX(1)}
  .ibwork5-btn--primary:hover{background:var(--ibw5-red-hover);border-color:var(--ibw5-red-hover);transform:translateY(-2px)}
}

/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:900px){
  .ibwork5-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ibwork5-split,
  .ibwork5-split--reverse,
  .ibwork5-file-panel{grid-template-columns:1fr}
  .ibwork5-split--reverse .ibwork5-split__media,
  .ibwork5-split--reverse .ibwork5-split__copy{order:initial}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:720px){
  .ibwork5-shell{width:min(100% - 32px,var(--ibw5-shell))}
  .ibwork5-section{padding:34px 0}

  .ibwork5-hero{padding:12px 16px 20px}
  .ibwork5-hero__grid{display:flex;flex-direction:column;gap:10px}
  .ibwork5-hero__content{order:1;min-height:0;padding:24px 20px;border-radius:17px}
  .ibwork5-hero__visual{order:2;min-height:0;aspect-ratio:1.3/1;border-radius:17px}
  .ibwork5-hero__headline{font-size:clamp(25px,7vw,31px)!important}
  .ibwork5-hero__description{font-size:13.5px!important}

  .ibwork5-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
  .ibwork5-meta li{text-align:center;padding:5px 6px}

  .ibwork5-servicebar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ibwork5-servicebar__grid>div{padding:11px 12px!important;border-bottom:1px solid var(--ibw5-line)}
  .ibwork5-servicebar__grid>div:nth-child(2n){border-right:0}

  .ibwork5-two-col{grid-template-columns:1fr;gap:26px}
  .ibwork5-use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ibwork5-use-card--wide{grid-column:span 2}

  .ibwork5-section-head{display:block}
  .ibwork5-section-head>p{margin-top:9px!important}

  .ibwork5-format-grid{grid-template-columns:1fr}

  .ibwork5-photo img,
  .ibwork5-file-panel__media img{max-height:520px}

  .ibwork5-file-panel{padding:22px 18px;border-radius:16px}
  .ibwork5-section--local{padding:14px 0}
  .ibwork5-localbar{grid-template-columns:1fr}
  .ibwork5-localbar>div{padding:12px 14px;border-right:0;border-bottom:1px solid var(--ibw5-line)}
  .ibwork5-localbar>div:last-child{border-bottom:0}
  .ibwork5-final{padding:14px 0 36px}
  .ibwork5-final__grid{grid-template-columns:1fr;gap:18px;padding:22px 18px}
  .ibwork5-final__grid>div:last-child{justify-self:stretch}
  .ibwork5-btn{width:100%}
}

@media(max-width:430px){
  .ibwork5-shell{width:min(100% - 28px,var(--ibw5-shell))}
  .ibwork5-use-grid,
  .ibwork5-feature-grid{grid-template-columns:1fr}
  .ibwork5-use-card--wide{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  .ibwork5-page *,
  .ibwork5-page *::before,
  .ibwork5-page *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}
