@font-face {
  font-family: "LatoLatin";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/LatoLatin-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Mrs Eaves";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/mrseavesot-romanlining-webfont.woff2") format("woff2");
}


/* ============================
   Site Layout & Logos
============================ */
.heading-align-responsive {
  text-align: left;
}

@media (min-width: 768px) {
  .heading-align-responsive {
    text-align: right;
  }
}

.site-logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--logo-width);
  opacity: 1 !important;
  transform: translateZ(0);
}

.site-logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

/* ============================
   Contact Items
============================ */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  text-decoration: none;
  margin-bottom: 1em;
}

.contact-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  fill: currentColor;
  margin-top: 0.35em;
}

/* ============================
   Header Phone Configuration
============================ */
.header-contact-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header-phone-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  padding: 10px 0 10px 20px;
}

.header-phone-link .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  fill: currentColor;
}

.header-phone-text {
  display: none;
}

@media (min-width: 1024px) {
  .header-phone-text {
    display: block;
  }

  .header-phone-link {
    padding: 0;
  }
}

/* ============================
   Mobile Header Override
============================ */
@media (max-width: 781px) {
  .custom-header-layout {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .custom-header-layout > .wp-block-column:nth-child(1) {
    flex: 1 1 0% !important;
    width: auto !important;
    margin: 0 !important;
    padding-right: 5px !important;
  }

  .custom-header-layout > .wp-block-column:nth-child(2) {
    flex: 0 0 44px !important;
    width: 44px !important;
    margin: 0 !important;
  }
}

/* ============================
   Links
============================ */
a {
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ============================
   Utility: Visibility Toggles
============================ */
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

/* ============================
   Utility: Mobile Full Bleed
============================ */
@media (max-width: 767px) {
  .full-bleed-mobile {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 50px !important;
    display: block !important;
  }

  .full-bleed-mobile + * {
    margin-top: 0 !important;
  }
}

/* ============================
   Structural Separators
============================ */
hr.wp-block-separator {
  border: none !important;
  border-top: 2px solid #1a1a1a !important;
  opacity: 1 !important;
  background: none !important;
  height: 0 !important;
}/* CSS Document */

