/* ===== MG home (front page only) ===== */
/* hero typography */
html body .hero__title{font-family:var(--mg-head)!important;text-transform:uppercase;letter-spacing:.005em;font-weight:600!important;}
html body .hero__eyebrow,html body .hero__eyebrow--small{font-family:var(--mg-head)!important;letter-spacing:.22em!important;color:var(--mg-accent-2)!important;text-transform:uppercase;}
html body .hero__overlay--dark{background:linear-gradient(180deg,rgba(9,10,12,.5),rgba(9,10,12,.8))!important;}
html body .hero__scroll,html body .hero__scroll-line{color:var(--mg-text)!important;}
html body .hero__scroll-line{background:var(--mg-accent)!important;}
/* red square buttons: hero VIEW INVENTORY + contact SUBMIT (.btn--primary) */
html body .hero__btn,
html body .btn.btn--primary,
html body .home-contact__submit{background:var(--mg-accent)!important;background-image:none!important;border:1px solid var(--mg-accent)!important;color:#fff!important;border-radius:0!important;font-family:var(--mg-head)!important;text-transform:uppercase;letter-spacing:.06em;font-weight:600;box-shadow:none!important;}
html body .hero__btn:hover,
html body .btn.btn--primary:hover,
html body .home-contact__submit:hover{background:var(--mg-accent-2)!important;border-color:var(--mg-accent-2)!important;}
/* NEWS section */
html body .home-news__overlay{background:linear-gradient(180deg,rgba(18,20,24,.7),rgba(18,20,24,.9))!important;}
html body .home-news__title{font-family:var(--mg-head)!important;text-transform:uppercase;color:var(--mg-white)!important;}
html body .home-news__eyebrow{font-family:var(--mg-head)!important;letter-spacing:.22em!important;color:var(--mg-accent-2)!important;text-transform:uppercase;}
html body .home-news__btn,html body .btn.btn--accent{background:var(--mg-accent)!important;background-image:none!important;border:1px solid var(--mg-accent)!important;color:#fff!important;border-radius:0!important;font-family:var(--mg-head)!important;text-transform:uppercase;letter-spacing:.06em;font-weight:600;}
html body .home-news__btn:hover{background:var(--mg-accent-2)!important;}
html body .home-news__input{border-radius:0!important;border:1px solid var(--mg-hair-2)!important;}
/* MESSAGE US -> graphite panel */
html body .home-contact{background:var(--mg-base)!important;}
html body .home-contact__inner{background:var(--mg-panel)!important;border:1px solid var(--mg-hair)!important;border-top:3px solid var(--mg-accent)!important;padding:40px!important;}
html body .home-contact__title{font-family:var(--mg-head)!important;text-transform:uppercase;color:var(--mg-white)!important;letter-spacing:.04em;}
html body .home-contact__header p,html body .home-contact__note,html body .home-contact__checkbox{color:var(--mg-text)!important;}
html body .home-contact__field,html body .home-contact__row label,html body .home-contact label{color:var(--mg-dim)!important;font-family:var(--mg-head)!important;text-transform:uppercase;letter-spacing:.05em;}
html body .home-contact input,html body .home-contact select,html body .home-contact textarea{border-radius:0!important;border:1px solid var(--mg-hair-2)!important;}
html body .home-contact input:focus,html body .home-contact select:focus,html body .home-contact textarea:focus{border-color:var(--mg-accent)!important;box-shadow:0 0 0 2px rgba(224,31,38,.25)!important;outline:0!important;}
