/* HIMEMIYA TOP spacing — corrected selectors
   TOP page only. Mobile remains untouched. */

@media (min-width:901px){

  .philosophy-band{
    padding-top:74px !important;
    padding-bottom:74px !important;
  }

  .airkanna{
    padding-top:82px !important;
    padding-bottom:82px !important;
  }

  .heritage{
    padding-top:80px !important;
    padding-bottom:80px !important;
  }

  .heritage .section-head{
    margin-bottom:36px !important;
  }

  .vanille{
    padding-top:76px !important;
    padding-bottom:76px !important;
  }

  .future{
    min-height:340px !important;
  }

  .future-copy{
    padding-top:76px !important;
    padding-bottom:76px !important;
  }

  .whats-new{
    padding-top:74px !important;
    padding-bottom:74px !important;
  }

  .representative{
    padding-top:48px !important;
    padding-bottom:78px !important;
  }

  .company{
    padding-top:74px !important;
    padding-bottom:74px !important;
  }
}


/* TOP Company refinement — desktop only */
@media (min-width:901px){

  .company{
    padding-bottom:96px !important;
  }

  .company-grid{
    grid-template-columns:.92fr 1.08fr !important;
    gap:7vw !important;
    align-items:center !important;
  }

  .company-title-block{
    gap:20px !important;
    align-items:center !important;
  }

  .company-mark{
    width:60px !important;
    height:60px !important;
    margin-top:0 !important;
  }

  .company-title-block h2{
    font-size:clamp(34px,3.15vw,48px) !important;
    line-height:1.05 !important;
  }

  .company .body-copy{
    font-size:15px !important;
    line-height:1.7 !important;
  }

  .company .body-copy p{
    margin-bottom:12px !important;
  }

  .company .text-link{
    font-size:15px !important;
    margin-top:6px !important;
  }
}
