/* ——— Footer ——— */
.site-footer {
  background: #f2f2f0;
  padding: 4rem 1.75rem 1.5rem;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2.5rem;
  row-gap: 2.25rem;
  align-items: start;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.footer-brand-block {
  grid-column: 1 / span 2;
}

.footer-contact-block {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.footer-detail {
  min-width: 0;
}

.footer-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
}

.footer-contact-block .footer-eyebrow {
  margin-bottom: 0.1rem;
}

.footer-brand {
  margin: 0 0 0.65rem;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.footer-tagline {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 34ch;
  color: #222;
}

.footer-license {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-phone {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 0.15rem;
}

.footer-email {
  font-size: 1rem;
  font-weight: 600;
  word-break: break-word;
  line-height: 1.4;
}

.footer-phone:hover,
.footer-email:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-icon svg {
  width: 22px;
  height: 22px;
}

.footer-detail h3 {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-detail p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.15rem;
  font-size: 0.78rem;
  color: #333;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.btn-footer {
  display: inline-block;
  background: var(--yellow-footer);
  color: var(--white);
  border: 1.5px solid var(--black);
  border-radius: var(--radius-sm);
  padding: 0.65rem 1.25rem;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 3px 3px 0 var(--black);
}
