/* =========================================================
   CONTACT PAGE — LOWER LEFT PHOTO
   Adds a visual anchor beneath the social links on the contact page.
   Load after buoybar.css and contact-page-clean.css.
   ========================================================= */

.contact-left-photo {
  margin: 34px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-left-photo img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.contact-left-photo figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 940px) {
  .contact-left-photo {
    margin-top: 28px;
  }
}

/* =========================================================
   SHARED NAV BRAND TYPOGRAPHY — BEBAS
   Dimensions and spacing carried over from test.css.
   ========================================================= */

.brand {
  color: var(--white);
  font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  line-height: 1.1;
  font-weight: 400;
}

.brand span { display: block; font-size: 40px; }

.brand small { display: block; letter-spacing: 6px; margin-top: -5px; font-size: 15px; color: rgba(255,255,255,.72); }

/* SHARED NAV BRAND DESKTOP SAFETY */
@media (min-width: 941px) {
  .brand {
    flex: 0 0 auto;
  }
}
