/* Brand and hero refinements based on the original SPBWF site. */
.brand-mark {
  min-width: 3.9rem;
  width: auto;
  padding: 0 .55rem;
  border-radius: 999px;
  font-size: .7rem;
  letter-spacing: .08em;
}

.brand strong {
  max-width: 330px;
  font-size: .96rem;
  line-height: 1.2;
  letter-spacing: .035em;
}

.brand small { margin-top: .2rem; }
.brand-logo {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  flex: 0 0 auto;
}
.hero { grid-template-columns: 1fr; gap: 0; }
.hero-copy { max-width: 1040px; }
.hero h1 { font-size: clamp(2.35rem, 4.4vw, 4.05rem); line-height: 1.07; }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.local-hero {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.local-hero h1 {
  max-width: none;
  margin-bottom: .6rem;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  line-height: 1.08;
}
.local-hero > p:last-child { margin: 0; font-size: .9rem; }
.local-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
  margin-bottom: .75rem;
}
.local-grid article { min-height: 135px; padding: 1rem; }
.local-grid h2 { margin-top: 0; font-size: 1rem; line-height: 1.2; }
.local-grid p { margin-bottom: 0; font-size: .82rem; line-height: 1.4; }

.local-contact-row {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 0 0 1rem;
  display: flex;
  justify-content: flex-end;
}

/* Full-window company and founder sections. */
.company,
.founder {
  width: 100%;
  max-width: var(--max);
  min-height: auto;
  padding: 6rem 1.5rem;
}

.company { align-items: start; }
.founder { display: block; }

.founder-card {
  width: 100%;
  max-width: none;
  min-height: auto;
  align-items: start;
}

.contact h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
.social-row {
  display: flex;
  justify-content: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
}
.facebook-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}
.facebook-link:hover { color: var(--cyan); }
.facebook-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}
footer { justify-content: center; text-align: center; }
.required-note { margin: 0; color: var(--muted); font-size: .9rem; }
.required-note span { color: var(--cyan); font-weight: 800; }
.trust-panel li {
  position: relative;
  display: block;
  padding: .8rem 0 .8rem 1.25rem;
  font-size: .9rem;
  line-height: 1.4;
}
.trust-panel li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-size: 1.2rem;
  line-height: 1.05;
}

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; }
  .site-header > .brand strong { max-width: 245px; }
  .local-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
  .site-header > .brand strong { max-width: 210px; font-size: .8rem; }
  .site-header > .brand small { display: none; }
}

@media (max-width: 640px) {
  .local-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .brand-mark { min-width: 3.35rem; height: 2.2rem; padding: 0 .4rem; font-size: .62rem; }
  .site-header > .brand strong { max-width: 170px; font-size: .72rem; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .brand-logo { width: 2.5rem; height: 2.5rem; }
  .company, .founder { min-height: auto; }
  .founder-card { min-height: auto; }
  .local-grid { grid-template-columns: 1fr; }
}
