.jimmy-contact {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 38;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 0.72rem;
  min-width: 218px;
  padding: 0.48rem 1rem 0.48rem 0.48rem;
  border: 2px solid #f3cf16;
  border-radius: 999px;
  background: #f3cf16;
  color: #101210;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.jimmy-contact:hover {
  transform: translateY(-3px);
  background: #ffe22e;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.46);
}

.jimmy-contact:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.jimmy-contact img {
  display: block;
  width: 54px;
  height: 54px;
  border: 3px solid #101210;
  border-radius: 50%;
  background: #101210;
  object-fit: cover;
  object-position: center 32%;
}

.jimmy-contact-copy {
  display: grid;
  min-width: 0;
  line-height: 1.08;
}

.jimmy-contact-copy strong {
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.jimmy-contact-copy span {
  margin-top: 0.25rem;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  opacity: 0.72;
}

.mobile-avatar {
  display: none;
}

/* Metallic-gold treatment reserved for direct phone-call buttons. */
a.button[href^="tel:"] {
  border-color: #e7ad20;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(83, 43, 0, 0.18) 100%),
    linear-gradient(110deg, #835000 0%, #d89b13 18%, #ffeba0 38%, #bc7600 58%, #ffd960 79%, #8d5300 100%);
  color: #171005;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -2px 0 rgba(89, 48, 0, 0.42),
    0 8px 20px rgba(179, 116, 0, 0.24),
    0 3px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 248, 196, 0.55);
}

a.button[href^="tel:"]:hover {
  border-color: #ffe178;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(83, 43, 0, 0.15) 100%),
    linear-gradient(110deg, #9a5c00 0%, #efb92f 18%, #fff3b4 38%, #d18a08 58%, #ffe477 79%, #a56200 100%);
  color: #171005;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -2px 0 rgba(89, 48, 0, 0.36),
    0 12px 26px rgba(205, 143, 14, 0.32),
    0 4px 10px rgba(0, 0, 0, 0.34);
}

a.button[href^="tel:"]:active {
  transform: translateY(0);
  box-shadow:
    inset 0 2px 4px rgba(82, 42, 0, 0.28),
    0 4px 10px rgba(179, 116, 0, 0.2);
}

.site-footer {
  padding: 0;
  border-top: 1px solid rgba(243, 207, 22, 0.42);
  background: #0b0c0b;
  color: #f5f3eb;
}

.site-footer a {
  color: inherit;
}

.site-footer-top,
.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer-top {
  padding-top: 2.6rem;
  padding-bottom: 1.6rem;
}

.site-footer-name {
  display: inline-block;
  color: #f3cf16 !important;
  font-size: clamp(1.22rem, 2.7vw, 1.55rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.site-footer-top p,
.site-footer-note,
.site-footer-bottom p {
  margin: 0;
}

.site-footer-top p {
  margin-top: 0.38rem;
  color: #c8c6be;
  font-size: 0.96rem;
}

.site-footer-contact {
  display: grid;
  gap: 0.22rem;
  text-align: right;
}

.site-footer-contact span {
  color: #c8c6be;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer-contact a {
  color: #f3cf16;
  font-size: 1.24rem;
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

.site-footer-areas {
  padding-top: 1.35rem;
  padding-bottom: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer-areas strong {
  display: block;
  margin-bottom: 0.85rem;
  color: #f3cf16;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-area-list li {
  color: #f5f3eb;
  font-size: 0.94rem;
  font-weight: 780;
}

.site-footer-area-list li:not(:last-child)::after {
  margin: 0 0.64rem;
  color: #f3cf16;
  content: "/";
}

.site-footer-note {
  max-width: 58rem;
  margin-top: 0.9rem;
  color: #aaa89f;
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer-bottom {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
  color: #aaa89f;
  font-size: 0.85rem;
}

.site-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.15rem;
}

.site-footer-bottom nav a {
  color: #f5f3eb;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

@media (max-width: 620px) {
  .jimmy-contact {
    display: none;
  }

  .mobile-bar .mobile-jimmy {
    gap: 0.48rem;
    padding: 0.28rem 0.72rem 0.28rem 0.3rem;
  }

  .mobile-avatar {
    display: block;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 2px solid #f3cf16;
    border-radius: 50%;
    background: #101210;
    object-fit: cover;
    object-position: center 32%;
  }

  .site-footer {
    padding-bottom: 5.7rem;
  }

  .site-footer-top,
  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.15rem;
  }

  .site-footer-contact {
    text-align: left;
  }

  .site-footer-area-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1rem;
  }

  .site-footer-area-list li:not(:last-child)::after {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jimmy-contact {
    transition: none;
  }
}
