/* Loaded after the main theme so the detailed form can use a wider,
   comfortable layout without changing any other Style 05 section. */
@media(min-width:1081px){
  .layout-cinematic-motion .contact-card:has(.detailed-enquiry-form){
    width:min(1440px,calc(100% - 3rem))!important;
    max-width:1440px!important;
    grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr)!important;
  }
}
@media(max-width:1080px){
  .layout-cinematic-motion .contact-card:has(.detailed-enquiry-form){
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  .layout-cinematic-motion .contact-card:has(.detailed-enquiry-form){
    width:calc(100% - 1.5rem)!important;
  }
}
