.matts-brand {
  color: #fff;
  font-family: "Crillee Bold", "Arial Black", Impact, sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  margin-right: auto;
  text-shadow: 0 2px 12px #00000040;
  text-transform: uppercase;
  white-space: nowrap;
}

.matts-brand span { color: var(--orange); }

header {
  background: #000;
  border-bottom-color: #ffffff1a;
}

.dragon-brand {
  align-items: center;
  display: inline-flex;
  margin-right: auto;
}

.dragon-brand img {
  display: block;
  height: 40px;
  width: auto;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.nav nav a { color: #fff; }
.head-call { color: #aeb7ba; }
.head-call strong { color: #fff; }

.head-quote {
  align-items: center;
  background: var(--orange);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  white-space: nowrap;
}

.head-quote:hover { background: var(--orange2); }
.foot-main .matts-brand { color: #fff; }
.foot-main .matts-brand span { color: var(--orange); }
.foot-main .dragon-brand img { height: 52px; }

.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .head-quote { margin-left: auto; }
  .nav { gap: 16px; }
}

@media (max-width: 640px) {
  .matts-brand { font-size: 1.5rem; }
  .dragon-brand img { height: 26px; }
  .head-quote { font-size: 11px; min-height: 38px; padding: 0 12px; }
  .head-call { display: none; }

  .hero { align-items: flex-start; }
  .hero-copy { padding: 48px 0 112px; }

  .hero .actions { display: none; }

  .mobile-contact-bar {
    bottom: 10px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 10px;
    position: fixed;
    right: 10px;
    z-index: 60;
  }

  .mobile-contact-bar .mobile-call,
  .mobile-contact-bar .mobile-whatsapp {
    align-items: center;
    border-radius: 7px;
    box-shadow: 0 8px 24px #0005;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
    height: 49px;
    justify-content: center;
    position: static;
    width: auto;
  }

  .mobile-contact-bar .mobile-call { background: var(--orange); }
  .mobile-contact-bar .mobile-whatsapp { background: #188b4b; }
  .mobile-contact-bar svg { width: 18px; }
}
