/* Narrow launch refinements */
.form-pickup-note{margin:4px 0 14px;color:var(--blue-deep);font-size:15px;line-height:1.45}
.mobile-menu-group>span{display:block;padding:13px 14px 7px;color:var(--blue-deep);font-family:"Alegreya Sans SC",sans-serif;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mobile-menu-group>div{display:flex;flex-direction:column}
.mobile-menu-group>div>a{padding-left:28px!important;font-size:14px}
.hero-gradient{background:linear-gradient(90deg,rgba(4,15,21,.62) 0%,rgba(4,15,21,.34) 58%,rgba(4,15,21,.08) 100%)}
.thank-you-return{color:var(--blue-deep);font-size:14px;font-weight:700}
@media(max-width:760px){
  .hero-gradient{background:linear-gradient(0deg,rgba(4,15,21,.78) 0%,rgba(4,15,21,.48) 58%,rgba(4,15,21,.08) 100%)}
  body[data-thank-you-page="true"] .legal-page{min-height:calc(100svh - 170px);padding:56px 20px 76px}
  body[data-thank-you-page="true"] .legal-page h1{font-size:clamp(52px,15vw,72px);line-height:.9}
  body[data-thank-you-page="true"] .legal-page .inner-actions{align-items:stretch;flex-direction:column}
  body[data-thank-you-page="true"] .legal-page .inner-actions .button{width:100%}
}
