:root { --lb-gap-top: clamp(5px, 3vw, 18px); }

.lb-hero, .line-2-img--reveal, .line-split, .line-editorial {
  --lb-gap-top: clamp(5px, 3vw, 18px);
}

.lb-hero {
  --hero-panel-w:  38%;
  --hero-panel-bg: rgba(125, 125, 125, .45);
  --hero-pad:      clamp(18px, 2.4vw, 34px);
  --hero-font:     var(--font-primary, "Montserrat", "Helvetica Neue", Arial, sans-serif);
  --hero-fs:       var(--fs-body, 13px);
  --hero-logo-w:   100%;
  --hero-logo-gap: clamp(14px, 2vw, 30px);

  position: relative;
  width: 100%;
  line-height: 1.6;
}
.lb-hero, .lb-hero * { box-sizing: border-box; }

.lb-hero__media {
  position: relative;
  width: 100%;
}
.lb-hero__media picture,
.lb-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.lb-hero__panel {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: var(--hero-panel-w);
  padding: var(--hero-pad) var(--hero-pad) calc(var(--hero-pad) * .55);
  background: var(--hero-panel-bg);
  color: #fff;
  text-align: center;
}

.lb-hero__text {
  margin: 0;
  font-family: var(--hero-font);
  font-size: var(--hero-fs);
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 1.65;
  text-transform: uppercase;
}

.lb-hero__logo {
  display: block;
  width: var(--hero-logo-w);
  max-width: 100%;
  height: auto;
  margin: var(--hero-logo-gap) auto 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lb-hero {
    --hero-panel-w: 50%;
    --hero-fs: 11px;
  }
}

@media (max-width: 767px) {
  .lb-hero {
    --hero-panel-w: 86%;
    --hero-pad: 14px;
  }
  .lb-hero__text { font-size: 10px; letter-spacing: .5px; }
}

.line-2-img--reveal {
  --lb2-ratio:     1.5;
  --lb2-grow:      56%;
  --lb2-shrink:    44%;
  --lb2-duration:  .7s;
  --lb2-ease:      cubic-bezier(.22, 1, .36, 1);
  --lb2-cta-inset: 24px;
  --lb2-ar:        2 / 3;
  --lb2-font:      var(--font-primary, "Montserrat", "Helvetica Neue", Arial, sans-serif);
  --lb2-fs:        var(--fs-body, 14px);
  --lb2-color:     var(--color-text, #000);
}
@media (max-width: 1024px) { .line-2-img--reveal { --lb2-fs: var(--fs-body, 13px); } }
@media (max-width: 767px)  { .line-2-img--reveal { --lb2-fs: var(--fs-body, 12px); } }

.line-2-img--reveal,
.line-2-img--reveal *,
.line-2-img--reveal *::before,
.line-2-img--reveal *::after { box-sizing: border-box; }

.line-2-img--reveal {
  position: relative;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 0 !important;
  width: 100%;
  padding: 0 !important;
  font-family: var(--lb2-font);
  color: var(--lb2-color);
  line-height: 1.6;
}

.line-2-img--reveal.lb-row--spaced,
.line-split.lb-row--spaced,
.line-editorial.lb-row--spaced {
  margin-top: var(--lb-gap-top);
}

.line-2-img--reveal .cell {
  flex: 0 0 50% !important;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: flex-basis var(--lb2-duration) var(--lb2-ease);
}

.line-2-img--reveal a { color: inherit; text-decoration: none; }
.line-2-img--reveal .cell > a { display: block; }

.line-2-img--reveal .img-container {
  position: relative;
  width: 100%;
  aspect-ratio: var(--lb2-ar);
  overflow: hidden;
}
.line-2-img--reveal .img-container picture,
.line-2-img--reveal .img-container img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: 100%;
}
.line-2-img--reveal .img-container img {
  transition: transform 1s cubic-bezier(.25, .1, .25, 1);
}
.line-2-img--reveal .cell > a:hover .img-container img { transform: scale(1.015); }

.line-2-img--reveal .img-container .lb-cell-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.line-2-img--reveal .img-container .lb-cell-video video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media (min-width: 768px) {
  .line-2-img--reveal.lb-ready .img-container {
    aspect-ratio: auto !important;
    height: var(--lb2-h);
  }
  .line-2-img--reveal .cell.is-lb-grow   { flex-basis: var(--lb2-grow) !important; }
  .line-2-img--reveal .cell.is-lb-shrink { flex-basis: var(--lb2-shrink) !important; }
}

.line-2-img--reveal.lb-no-hover .cell {
  transition: none;
}
.line-2-img--reveal.lb-no-hover .cell > a:hover .img-container img {
  transform: none;
}
@media (min-width: 768px) {
  .line-2-img--reveal.lb-no-hover .cell.is-lb-grow,
  .line-2-img--reveal.lb-no-hover .cell.is-lb-shrink {
    flex-basis: 50% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .line-2-img--reveal .cell,
  .line-2-img--reveal .lb-card,
  .line-2-img--reveal .lb-cta__icon { transition-duration: .01ms !important; }
}

.line-2-img--reveal .quickAddToCartMobile__button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 15;
}

.line-2-img--reveal .lb-info {
  position: relative;
  padding: 0 !important;
  text-align: left;
}

.line-2-img--reveal .lb-cta,
.line-split .lb-cta {
  position: absolute;
  bottom: var(--lb2-cta-inset);
  right: var(--lb2-cta-inset);
  left: auto;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 15px 22px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-family: var(--lb2-font);
  font-size: var(--lb2-fs);
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color .4s var(--lb2-ease),
              color .4s var(--lb2-ease);
}

.line-2-img--reveal .lb-cta:hover,
.line-split .lb-cta:hover {
  background: #000;
  color: #fff;
}

.line-2-img--reveal .lb-cta--left,
.line-split .lb-cta--left {
  left: var(--lb2-cta-inset);
  right: auto;
}

.line-2-img--reveal .lb-cta__icon,
.line-split .lb-cta__icon {
  position: relative;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  transition: transform .45s var(--lb2-ease);
}
.line-2-img--reveal .lb-cta__icon::before,
.line-2-img--reveal .lb-cta__icon::after,
.line-split .lb-cta__icon::before,
.line-split .lb-cta__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
}
.line-2-img--reveal .lb-cta__icon::before,
.line-split .lb-cta__icon::before { width: 9px; height: 1px; transform: translate(-50%, -50%); }
.line-2-img--reveal .lb-cta__icon::after,
.line-split .lb-cta__icon::after { width: 1px; height: 9px; transform: translate(-50%, -50%); }
.line-2-img--reveal .lb-cta[aria-expanded="true"] .lb-cta__icon,
.line-split .lb-cta[aria-expanded="true"] .lb-cta__icon { transform: rotate(45deg); }

.line-2-img--reveal .lb-cta[aria-expanded="true"],
.line-split .lb-cta[aria-expanded="true"] {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.line-2-img--reveal .lb-card,
.line-split .lb-card {
  position: absolute;
  bottom: var(--lb2-cta-inset);
  right: var(--lb2-cta-inset);
  left: auto;
  z-index: 40;
  width: 100%;
  max-width: 380px;
  margin: 0;
  padding: 34px 34px 40px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.18);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 14px);
  transform-origin: bottom right;
  transition: opacity .5s var(--lb2-ease),
              transform .5s var(--lb2-ease),
              visibility .5s;
}
.line-2-img--reveal .lb-card.is-open,
.line-split .lb-card.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.line-2-img--reveal .lb-cta--left ~ .lb-card,
.line-split .lb-cta--left ~ .lb-card {
  left: var(--lb2-cta-inset);
  right: auto;
  transform-origin: bottom left;
}

.line-2-img--reveal .lb-card__head,
.line-split .lb-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 34px;
  padding: 0;
  border: 0;
}
.line-2-img--reveal .lb-card__title,
.line-split .lb-card__title {
  margin: 0;
  padding: 0;
  font-family: var(--lb2-font);
  font-size: var(--lb2-fs);
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}

.line-2-img--reveal .lb-card__close,
.line-split .lb-card__close {
  flex: 0 0 auto;
  position: relative;
  width: 22px;
  height: 22px;
  margin: -6px -4px -6px 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-size: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity .3s ease;
}
.line-2-img--reveal .lb-card__close::before,
.line-split .lb-card__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.line-2-img--reveal .lb-card__close:hover,
.line-split .lb-card__close:hover { opacity: .5; }

/* La liste est un empilement de lignes ; chaque ligne est UN lien qui
   couvre le nom et le prix. Un <a> ne peut pas etre enfant direct d'un
   <dl>, d'ou l'abandon du dl/dt/dd au profit de div + a + span. */
.line-2-img--reveal .lb-card__list,
.line-split .lb-card__list {
  display: block;
  margin: 0;
  padding: 0;
}
.line-2-img--reveal .lb-card__row,
.line-split .lb-card__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  column-gap: 24px;
  color: var(--lb2-color);
  text-decoration: none;
}
.line-2-img--reveal .lb-card__row .lb-card__name,
.line-split .lb-card__row .lb-card__name { transition: opacity .3s ease; }
.line-2-img--reveal .lb-card__row + .lb-card__row,
.line-split .lb-card__row + .lb-card__row { margin-top: 7px; }
/* Au survol, seul le nom se grise : comportement identique a l'ancien
   .lb-card__name a:hover. Le prix reste a pleine opacite. */
.line-2-img--reveal .lb-card__row:hover .lb-card__name,
.line-split .lb-card__row:hover .lb-card__name { opacity: .55; }

.line-2-img--reveal .lb-card__name,
.line-2-img--reveal .lb-card__price,
.line-split .lb-card__name,
.line-split .lb-card__price {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--lb2-font);
  font-size: var(--lb2-fs);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--lb2-color);
}
.line-2-img--reveal .lb-card__price,
.line-split .lb-card__price {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.line-2-img--reveal .lb-card__note,
.line-split .lb-card__note {
  display: block;
  margin: 18px 0 3px !important;
  font-size: .76em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 1.2;
  text-transform: uppercase;
  color: inherit;
}

/* Ligne « Victime de son succes » : grisee et detachee de la precedente.
   Le gris est pose sur les spans, car .lb-card__name et .lb-card__price
   portent deja une couleur explicite plus haut dans cette feuille. */
.line-2-img--reveal .lb-card__row--noted,
.line-split .lb-card__row--noted { margin-top: 18px; }

.line-2-img--reveal .lb-card__row--noted .lb-card__name,
.line-2-img--reveal .lb-card__row--noted .lb-card__price,
.line-split .lb-card__row--noted .lb-card__name,
.line-split .lb-card__row--noted .lb-card__price { color: rgba(0, 0, 0, .45); }

@media (max-width: 767px) {
  .line-2-img--reveal {
    --lb2-cta-inset: 10px;
    --lb2-ar: 3 / 4;
  }

  .line-2-img--reveal { flex-wrap: wrap !important; }
  .line-2-img--reveal .cell { flex: 0 0 100% !important; }
  .line-2-img--reveal .cell + .cell { margin-top: var(--lb-gap-top); }
  .line-2-img--reveal .lb-cta {
    gap: 9px;
    padding: 11px 13px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .line-2-img--reveal .lb-cta__icon { width: 8px; height: 8px; }
  .line-2-img--reveal .lb-cta__icon::before { width: 8px; }
  .line-2-img--reveal .lb-cta__icon::after  { height: 8px; }

  .line-2-img--reveal .lb-card {
    left: 10px;
    right: auto;
    width: calc(100% - 20px);
    max-width: none;
    padding: 22px 20px 26px;
    transform: translate(0, 14px);
  }
  .line-2-img--reveal .lb-card.is-open { transform: translate(0, 0); }
  .line-2-img--reveal .cell:last-child .lb-card,
  .line-2-img--reveal .cell:last-child .lb-cta--left ~ .lb-card { left: 10px; right: auto; }
  .line-2-img--reveal .lb-card__head { margin-bottom: 22px; }
  .line-2-img--reveal .lb-card__row { column-gap: 16px; }
  .line-2-img--reveal .lb-card__row + .lb-card__row { margin-top: 6px; }
  .line-2-img--reveal .quickAddToCartMobile__button {
    display: flex;
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
}

.line-split {
  --lb2-ease:  cubic-bezier(.22, 1, .36, 1);
  --lb2-font:  var(--font-primary, "Montserrat", "Helvetica Neue", Arial, sans-serif);
  --lb2-fs:    var(--fs-body, 14px);
  --lb2-color: var(--color-text, #000);

  --lb3-panel:   32%;
  --lb3-pad:     clamp(16px, 2.2vw, 34px);
  --lb3-gap:     var(--lb-gap-top);
  --lb3-title-y: 50%;
  --lb3-bg:      transparent;

  position: relative;
  width: 100%;
  margin-top: var(--lb3-gap);
  font-family: var(--lb2-font);
  color: var(--lb2-color);
  line-height: 1.6;
}
.line-split, .line-split * { box-sizing: border-box; }

.line-split__media {
  position: relative;
  width: 100%;
}
.line-split__media picture,
.line-split__media img {
  display: block;
  width: 100%;
  height: auto;
}

.line-split__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--lb3-panel);
  z-index: 2;
  padding: var(--lb3-pad);
  background: var(--lb3-bg);
}

.line-split__intro {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 26ch;
  font-size: calc(var(--lb2-fs) - 1px);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  text-transform: uppercase;
}

.line-split__title {
  position: absolute;
  top: var(--lb3-title-y);
  left: var(--lb3-pad);
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
  font-family: var(--lb2-font);
  font-size: var(--lb2-fs);
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--lb2-color);
  pointer-events: none;
}

.line-split__outro {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: calc(var(--lb2-fs) - 2px);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: right;
}

.line-split__info {
  position: absolute;
  z-index: 1;
  left: var(--lb3-pad);
  right: var(--lb3-pad);
  bottom: var(--lb3-pad);
  height: 0;
}

.line-split .lb-cta {
  bottom: 0;
  left: 0;
  right: auto;
}
.line-split .lb-card {
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  padding: 26px 26px 30px;
  transform-origin: bottom left;
}

@media (max-width: 767px) {
  .line-split {
    --lb3-panel: 100%;
    --lb3-pad: 14px;

    display: flex;
    flex-direction: column;
  }

  .line-split__panel { display: contents; }

  .line-split__intro {
    order: 1;
    max-width: none;
    margin: 0 0 var(--lb-gap-top);
    padding: 35px 10px 10px;
    font-size: calc(var(--lb2-fs) - 1px);
    line-height: 1.7;
  }

  .line-split__media { order: 2; }

  .line-split__title { font-size: 11px; letter-spacing: 1px; }

  .line-split__outro {
    order: 3;
    margin: var(--lb-gap-top) 0 0;
    padding: 10px 10px 35px;
    font-size: calc(var(--lb2-fs) - 1px);
    line-height: 1.7;
  }

  .line-split__info {
    position: absolute;
    top: auto;
    bottom: var(--lb3-pad);
    left: var(--lb3-pad);
    right: var(--lb3-pad);
    transform: none;
    height: 0;
  }

  .line-split .lb-card { padding: 22px 20px 26px; }
}

.line-split--right .line-split__panel {
  left: auto;
  right: 0;
}

.line-split--right .line-split__intro {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.line-split--right .lb-cta {
  left: auto;
  right: 0;
}
.line-split--right .lb-card {
  left: auto;
  right: 0;
  transform-origin: bottom right;
}

@media (max-width: 767px) {
  .line-split--right .line-split__intro {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: var(--lb-gap-top);
    text-align: right;
  }
}

.line-editorial {
  --ed-left:     22%;
  --ed-center:   45%;
  --ed-right:    16%;
  --ed-gutter-l: 1fr;
  --ed-gutter-r: 2fr;

  --ed-inset:   24px;
  --ed-title-y: 48%;
  --ed-gap-top: var(--lb-gap-top);

  --lb2-ease:  cubic-bezier(.22, 1, .36, 1);
  --lb2-font:  var(--font-primary, "Montserrat", "Helvetica Neue", Arial, sans-serif);
  --lb2-fs:    var(--fs-body, 14px);
  --lb2-color: var(--color-text, #000);

  position: relative;
  display: grid;
  grid-template-columns:
    var(--ed-left) var(--ed-gutter-l) var(--ed-center) var(--ed-gutter-r) var(--ed-right);
  align-items: stretch;
  width: 100%;
  margin-top: var(--ed-gap-top);
  font-family: var(--lb2-font);
  color: var(--lb2-color);
  line-height: 1.6;
}
.line-editorial, .line-editorial * { box-sizing: border-box; }

.line-editorial__side--left  { grid-column: 1; }
.line-editorial__hero        { grid-column: 3; }
.line-editorial__side--right { grid-column: 5; }

.line-editorial__hero {
  position: relative;
}
.line-editorial__hero picture,
.line-editorial__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.line-editorial__title {
  position: absolute;
  top: var(--ed-title-y);
  left: var(--ed-inset);
  z-index: 3;
  margin: 0;
  font-family: var(--lb2-font);
  font-size: var(--lb2-fs);
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--lb2-color);
  pointer-events: none;
}

.line-editorial__info {
  position: absolute;
  z-index: 1;
  left: var(--ed-inset);
  right: var(--ed-inset);
  bottom: var(--ed-inset);
  height: 0;
}

.line-editorial__side {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-editorial__side--left { justify-content: space-between; }
.line-editorial__side--right {
  justify-content: center;
  gap: clamp(14px, 1.6vw, 26px);
  text-align: right;
}

.line-editorial__thumb picture,
.line-editorial__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.line-editorial__caption {
  margin: 0;
  font-size: calc(var(--lb2-fs) - 1px);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  text-transform: uppercase;
}

.line-editorial .lb-cta {
  bottom: 0;
  left: auto;
  right: 0;
}
.line-editorial .lb-card {
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  max-width: 380px;
  padding: 26px 26px 30px;
  transform-origin: bottom right;
}

@media (max-width: 767px) {
  .line-editorial {
    grid-template-columns: 1fr;
    row-gap: var(--lb-gap-top);
    --ed-inset: 12px;
  }
  .line-editorial__side--left,
  .line-editorial__hero,
  .line-editorial__side--right { grid-column: 1; }
  .line-editorial__hero { order: -1; }
  .line-editorial__side {
    justify-content: flex-start;
    gap: var(--lb-gap-top);
  }
  .line-editorial__side--left { flex-direction: column-reverse; }
  .line-editorial__side--right { text-align: right; }
  .line-editorial__thumb { width: 100%; }
  .line-editorial__title { font-size: 11px; letter-spacing: 1px; }
  .line-editorial__caption { font-size: 11px; letter-spacing: .8px; }
  .line-editorial .lb-card { padding: 22px 20px 26px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .line-2-img--reveal { --lb2-cta-inset: 16px; }
  .line-2-img--reveal .lb-cta {
    gap: 10px;
    padding: 12px 16px;
    letter-spacing: 1.2px;
  }
  .line-2-img--reveal .lb-card {
    width: calc(100% - 32px);
    max-width: none;
    padding: 26px 24px 30px;
  }
  .line-2-img--reveal .lb-card__head { margin-bottom: 24px; }
  .line-2-img--reveal .lb-card__row { column-gap: 18px; }

  .line-split { --lb3-panel: 44%; }
  .line-split__intro {
    max-width: 30ch;
    font-size: calc(var(--lb2-fs) - 1px);
    line-height: 1.7;
  }
  .line-split .lb-card {
    max-width: none;
    padding: 24px 22px 28px;
  }

  .line-editorial {
    --ed-left:     25%;
    --ed-center:   42%;
    --ed-right:    21%;
    --ed-gutter-l: 1fr;
    --ed-gutter-r: 1.3fr;
    --ed-inset:    16px;
  }
  .line-editorial__caption { font-size: 11px; letter-spacing: .7px; }
  .line-editorial__title   { font-size: 12px; letter-spacing: 1px; line-height: 1.6; }
  .line-editorial .lb-card {
    max-width: none;
    padding: 24px 22px 28px;
  }
}

@media (min-width: 1441px) {
  .lb-hero {
    --hero-panel-w: min(34%, 520px);
    --hero-pad:     40px;
    --hero-fs:      14px;
  }

  .line-2-img--reveal {
    --lb2-cta-inset: 34px;
    --lb2-fs: 15px;
  }
  .line-2-img--reveal .lb-cta { padding: 17px 26px; }

  .line-split {
    --lb3-panel: min(32%, 560px);
    --lb3-pad:   40px;
    --lb2-fs:    15px;
  }

  .line-editorial {
    --ed-inset: 34px;
    --lb2-fs:   15px;
  }
  .line-editorial__side--left .line-editorial__caption {
    max-width: 34ch;
    margin-right: auto;
  }
  .line-editorial__side--right .line-editorial__caption {
    max-width: 34ch;
    margin-left: auto;
  }

  .line-2-img--reveal .lb-card,
  .line-split .lb-card,
  .line-editorial .lb-card {
    max-width: 440px;
    padding: 38px 38px 44px;
  }
}

@media (max-width: 767px) {
  .lb-hide-mobile,
  .line.lb-hide-mobile,
  div.line.lb-hide-mobile,
  .line-2-img--reveal.lb-hide-mobile,
  .line-split.lb-hide-mobile,
  .line-editorial.lb-hide-mobile { display: none !important; }

  .line-2-img--reveal .cell.lb-hide-mobile + .cell { margin-top: 0; }
}

@media (min-width: 768px) {
  .lb-only-mobile,
  .line.lb-only-mobile,
  div.line.lb-only-mobile,
  .line-2-img--reveal.lb-only-mobile,
  .line-split.lb-only-mobile,
  .line-editorial.lb-only-mobile { display: none !important; }
}

.lb-mob-video {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.lb-mob-video .lb-cell-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lb-mob-video video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}