.sfc-site-footer {
  color: var(--sfc-white);
  background: #1e2225;
}


.sfc-footer-newsletter {
  color: var(--sfc-white);
  background: var(--sfc-light-blue);
}

.sfc-footer-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.85fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  padding-block: 26px;
}

.sfc-footer-newsletter h2 {
  margin: 0;
  color: var(--sfc-white);
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  letter-spacing: -.02em;
}

.sfc-footer-newsletter__form,
.sfc-footer-newsletter__shortcode form {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr)) minmax(120px, .55fr);
  gap: 14px;
  align-items: center;
  margin: 0;
}

.sfc-footer-newsletter input,
.sfc-footer-newsletter select,
.sfc-footer-newsletter textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 15px;
  color: var(--sfc-black);
  background: var(--sfc-white);
  border: 1px solid rgba(7,22,34,.16);
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
}

.sfc-footer-newsletter input:focus,
.sfc-footer-newsletter select:focus,
.sfc-footer-newsletter textarea:focus {
  border-color: var(--sfc-blue-dark);
  box-shadow: 0 0 0 3px rgba(15,37,57,.14);
}

.sfc-footer-newsletter button,
.sfc-footer-newsletter input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  color: var(--sfc-white);
  background: var(--sfc-red);
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.sfc-footer-newsletter button:hover,
.sfc-footer-newsletter button:focus,
.sfc-footer-newsletter input[type="submit"]:hover,
.sfc-footer-newsletter input[type="submit"]:focus {
  background: var(--sfc-red-dark);
  transform: translateY(-1px);
}

.sfc-footer-newsletter__shortcode p {
  margin: 0;
}

.sfc-footer-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  min-height: 760px;
  background: #1e2225;
}

.sfc-footer-feature__media {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--sfc-blue-dark);
}

.sfc-footer-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.sfc-footer-feature__content {
  display: flex;
  align-items: stretch;
  background: #1f2326;
}

.sfc-footer-feature__inner {
  width: min(100%, 760px);
  padding: clamp(56px, 6vw, 96px) clamp(30px, 4.8vw, 76px) clamp(42px, 5vw, 72px);
}

.sfc-footer-badges {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  margin-bottom: clamp(34px, 4vw, 52px);
}

.sfc-footer-badges img {
  display: block;
  width: auto;
  max-width: 150px;
  height: clamp(84px, 7.5vw, 118px);
  object-fit: contain;
}

.sfc-footer-contact-block {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(210px, 1fr);
  gap: clamp(26px, 3.8vw, 58px);
  align-items: start;
  margin-bottom: clamp(48px, 5vw, 70px);
}

.sfc-footer-contact-block h2,
.sfc-footer-hours h2 {
  position: relative;
  margin: 0;
  color: var(--sfc-white);
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.sfc-footer-contact-block h2::after,
.sfc-footer-hours h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 20px;
  background: rgba(255, 255, 255, .72);
}

.sfc-footer-contact-block__details p {
  margin: 0 0 5px;
  color: var(--sfc-white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.sfc-footer-contact-block__locations {
  display: grid;
  gap: 16px;
}

.sfc-footer-contact-block__location:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.sfc-footer a {
  color: inherit;
  text-decoration: none;
}

.sfc-footer a:hover,
.sfc-footer a:focus {
  color: var(--sfc-red);
}

.sfc-footer__cta {
  min-width: 146px;
  min-height: 44px;
  margin-top: 24px;
  padding: 13px 22px;
  border-radius: 4px;
  font-size: 12px;
}

.sfc-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  max-width: 260px;
  margin-top: 28px;
}

.sfc-footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: var(--sfc-white);
  background: var(--sfc-red);
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.sfc-footer-socials__link:hover,
.sfc-footer-socials__link:focus {
  color: var(--sfc-white);
  background: var(--sfc-light-blue);
  transform: translateY(-2px);
}

.sfc-footer-socials__icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sfc-footer-socials__link--instagram .sfc-footer-socials__icon,
.sfc-footer-socials__link--yelp .sfc-footer-socials__icon {
  width: 19px;
  height: 19px;
}

.sfc-footer-socials__link--youtube .sfc-footer-socials__icon {
  width: 20px;
  height: 20px;
}

.sfc-footer-socials__link--linkedin .sfc-footer-socials__icon {
  width: 17px;
  height: 17px;
}

.sfc-footer-hours {
  padding-top: clamp(40px, 4.5vw, 62px);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.sfc-footer-hours__list {
  margin-top: 34px;
}

.sfc-footer-hours__row {
  display: grid;
  grid-template-columns: minmax(150px, .5fr) minmax(180px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 45px;
  padding: 9px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, .32);
  color: var(--sfc-white);
  font-size: 16px;
  line-height: 1.3;
}

.sfc-footer-hours__row span {
  font-weight: 700;
}

.sfc-footer-hours__row strong {
  justify-self: end;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

.sfc-footer-legal {
  margin-top: clamp(44px, 4.8vw, 66px);
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.65;
}

.sfc-footer-legal p {
  margin: 0 0 8px;
}

.sfc-footer-legal__links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
}

.sfc-footer-legal__link {
  display: inline-flex;
  align-items: center;
  color: var(--sfc-white);
  font-weight: 800;
}

.sfc-footer-legal__link:not(:last-child)::after {
  content: "|";
  margin: 0 7px;
  color: rgba(255, 255, 255, .6);
  font-weight: 400;
}

.sfc-footer-legal__powered,
.sfc-footer-legal__note {
  margin-top: 22px !important;
  color: rgba(255, 255, 255, .48);
  font-size: 13px;
}

.sfc-footer-legal__powered + .sfc-footer-legal__note {
  margin-top: 18px !important;
}

@media (max-width: 1180px) {
  .sfc-footer-newsletter__inner { grid-template-columns: 1fr; }
  .sfc-footer-newsletter__form,
  .sfc-footer-newsletter__shortcode form { grid-template-columns: repeat(3, minmax(140px, 1fr)) minmax(120px, .7fr); }

  .sfc-footer-feature { grid-template-columns: .9fr 1fr; }
  .sfc-footer-feature__inner { padding-inline: clamp(28px, 4vw, 56px); }
  .sfc-footer-contact-block { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 900px) {
  .sfc-footer-newsletter__inner { text-align: center; }
  .sfc-footer-newsletter__form,
  .sfc-footer-newsletter__shortcode form { grid-template-columns: 1fr 1fr; }

  .sfc-footer-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sfc-footer-feature__media {
    min-height: clamp(340px, 72vw, 560px);
  }

  .sfc-footer-feature__inner {
    width: 100%;
    padding: 48px 24px 44px;
  }

  .sfc-footer-badges {
    justify-content: center;
    margin-bottom: 36px;
  }

  .sfc-footer-contact-block,
  .sfc-footer-hours,
  .sfc-footer-legal {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .sfc-footer-newsletter__inner { padding-block: 24px; }
  .sfc-footer-newsletter__form,
  .sfc-footer-newsletter__shortcode form { grid-template-columns: 1fr; }

  .sfc-footer-feature__media {
    min-height: 360px;
  }

  .sfc-footer-badges {
    gap: 16px;
  }

  .sfc-footer-badges img {
    max-width: 126px;
    height: 84px;
  }

  .sfc-footer-contact-block h2,
  .sfc-footer-hours h2 {
    font-size: 30px;
  }

  .sfc-footer-hours__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .sfc-footer-hours__row strong {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .sfc-footer-feature__media { min-height: 310px; }
  .sfc-footer-feature__inner { padding-inline: 18px; }
  .sfc-footer-socials__link { width: 34px; height: 34px; }
}
