.vmlo-section {
  display:none;
}

@media (max-width:767px) {
  .vmlo-section {
    position:relative;
    isolation:isolate;
    display:block;
    width:100vw;
    max-width:none;
    min-height:0;
    aspect-ratio:2048 / 1120;
    margin:0 0 0 calc(50% - 50vw);
    padding:0;
    overflow:hidden;
    color:#f2c184;
    background-color:#061c16;
    background-image:url("../images/vicora-launch-offer-mobile.webp");
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
  }

  .vmlo-section::before,
  .vmlo-frame {
    display:none;
  }

  .vmlo-content {
    position:absolute;
    z-index:1;
    top:5.5%;
    bottom:5.5%;
    left:6.5%;
    width:48%;
    margin:0;
    padding:0;
    display:block;
    text-align:center;
    text-shadow:0 1px 5px rgba(0,0,0,.46);
  }

  .vmlo-brand {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    color:#dda55f;
  }

  .vmlo-brand-mark {
    display:block;
    margin:0 0 .4vw;
    font-size:clamp(8px,2.6vw,20px);
    line-height:1;
  }

  .vmlo-brand strong {
    display:block;
    padding-left:.35em;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:clamp(13px,4vw,31px);
    line-height:1;
    font-weight:500;
    letter-spacing:.35em;
  }

  .vmlo-brand small {
    display:block;
    margin-top:.65vw;
    font-family:"Jost","Inter",Arial,sans-serif;
    font-size:clamp(4px,1.05vw,8px);
    line-height:1;
    font-weight:500;
    letter-spacing:.3em;
  }

  .vmlo-eyebrow {
    position:absolute;
    top:25%;
    left:0;
    width:100%;
    margin:0;
    color:#e2aa66;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:clamp(20px,6.5vw,50px);
    line-height:.95;
    font-style:italic;
  }

  .vmlo-divider {
    position:absolute;
    top:39%;
    left:12%;
    width:76%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:1.4vw;
    color:#dba25e;
  }

  .vmlo-divider i {
    flex:1;
    height:1px;
    background:currentColor;
  }

  .vmlo-divider span {
    font-size:clamp(6px,1.7vw,13px);
    line-height:1;
  }

  .vmlo-content h2 {
    position:absolute;
    top:45%;
    left:0;
    width:100%;
    margin:0;
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:1vw;
    color:#f1c087;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    line-height:.82;
    font-weight:400;
  }

  .vmlo-content h2 span {
    font-size:clamp(14px,4.2vw,33px);
  }

  .vmlo-content h2 strong {
    font-size:clamp(38px,11.8vw,92px);
    font-weight:400;
    letter-spacing:-.04em;
  }

  .vmlo-content h2 em {
    font-size:clamp(15px,4.6vw,36px);
    font-style:normal;
  }

  .vmlo-copy {
    position:absolute;
    top:67%;
    left:0;
    width:100%;
    margin:0;
    color:#fff3e6;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:clamp(9px,2.7vw,21px);
    line-height:1.15;
    white-space:nowrap;
  }

  .vmlo-button {
    position:absolute;
    top:80%;
    left:22%;
    width:56%;
    min-height:clamp(29px,8vw,62px);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:2vw;
    border:1px solid rgba(224,169,99,.94);
    border-radius:clamp(3px,1vw,8px);
    color:#efb873;
    background:rgba(0,25,18,.28);
    text-decoration:none;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:clamp(9px,2.8vw,22px);
    font-weight:600;
    letter-spacing:.14em;
    text-shadow:none;
  }

  .vmlo-button b {
    font-size:clamp(12px,3.5vw,27px);
    line-height:1;
    font-weight:300;
  }
}
