/* Site footer — shared across all pages */

.footer-brutal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #0a0a0a;
  border-top: none;
  padding: 48px 0 24px;
}

.footer-brutal::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('images/art/pf1.jpg') center center / cover no-repeat;
  z-index: 0;
  transform: scale(1.02);
}

.footer-brutal::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.82) 0%,
    rgba(10, 10, 10, 0.92) 55%,
    rgba(10, 10, 10, 0.96) 100%
  );
  z-index: 1;
}

.footer-brutal > .container {
  position: relative;
  z-index: 2;
}

.footer-brand-bar {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.footer-logo-link {
  display: inline-block;
  line-height: 0;
}

.footer-brand-col .footer-logo-link {
  margin-bottom: 0.75rem;
}

.footer-brand-col .section-label--footer {
  margin-bottom: 0.75rem !important;
}

.footer-columns {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
  margin-bottom: 1.25rem !important;
}

.footer-columns > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.footer-columns .section-label--footer {
  margin-bottom: 0.85rem !important;
}

.footer-columns .mb-4 {
  margin-bottom: 0.85rem !important;
}

.footer-columns .gap-3 {
  gap: 0.5rem !important;
}

.footer-logo {
  max-height: 52px;
  width: auto;
  display: block;
}

.footer-tagline {
  max-width: 440px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.footer-phone {
  font-family: var(--heading-font, 'Syne', sans-serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-phone:hover {
  color: var(--accent-ochre, #B8924E);
}

.footer-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.25s ease;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-work-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.footer-work-item:hover {
  transform: translateX(4px);
}

.footer-work-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
  transition: border-color 0.3s ease;
}

.footer-work-item:hover .footer-work-thumb {
  border-color: var(--accent-ochre, #B8924E);
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li + li {
  margin-top: 0.25rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
}

.footer-nav a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-contact-block {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact-block strong {
  color: #ffffff;
}

.footer-contact-block a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-contact-block a:hover {
  color: var(--accent-ochre, #B8924E);
  text-decoration: underline;
}

.footer-contact-block p.mb-3 {
  margin-bottom: 0.5rem !important;
}

.social-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-pill.mb-4 {
  margin-bottom: 0.75rem !important;
}

.social-pill a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-pill a:hover {
  background: var(--accent-ochre, #B8924E);
  color: #ffffff;
  border-color: var(--accent-ochre, #B8924E);
  transform: translateY(-3px);
}

.footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.footer-brutal .section-label--footer {
  color: var(--accent-ochre, #B8924E);
  font-size: 0.7rem;
  margin-bottom: 0.85rem;
}

.footer-brutal .section-label--footer::before {
  background: linear-gradient(90deg, var(--accent-ochre, #B8924E) 0%, rgba(184, 146, 78, 0.2) 100%);
}

@media (max-width: 991.98px) {
  .footer-brand-bar .text-lg-end {
    text-align: left !important;
  }

  .footer-phone {
    display: inline-block;
    margin-top: 0.5rem;
  }
}
