.franchise-brand-page {
  background-color: #f7f8fc;
  padding: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
}

.franchise-brand-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.banner_wrapper {
  background-image: url("https://www.supremecomponents.com/wp-content/uploads/2025/01/Franchised-brand-per-page.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
}
.banner_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner_wrapper .franchise-brand-container-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
}
.banner_wrapper .franchise-brand-container-banner .banner_content {
  height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .title_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .title_logo .titles {
  padding-bottom: 20px;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .title_logo .titles .brand_name_zs {
  font-size: 2rem;
  margin: 0 0 12px 0;
  color: #ffffff;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .title_logo .titles .brand_subtitle {
  font-size: 0.95rem;
  margin: 0;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .title_logo .brand-header__logo {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .title_logo .brand-header__logo .brand-logo-image {
  max-width: 160px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .banner_wrapper .franchise-brand-container-banner .banner_content .title_logo .brand-header__logo .brand-logo-image {
    max-width: 180px;
  }
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link:focus {
  outline: 2px solid #004f50;
  outline-offset: 2px;
}
@media (min-width: 992px) {
  .banner_wrapper .franchise-brand-container-banner .banner_content .download-link {
    padding: 8px 16px;
  }
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link__text {
  display: none;
}
@media (min-width: 768px) {
  .banner_wrapper .franchise-brand-container-banner .banner_content .download-link__text {
    display: inline;
  }
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link__icon-only {
  display: inline;
  font-size: 15px;
}
@media (min-width: 768px) {
  .banner_wrapper .franchise-brand-container-banner .banner_content .download-link__icon-only {
    display: none;
  }
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link i:not(.download-link__icon-only i) {
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .banner_wrapper .franchise-brand-container-banner .banner_content .download-link i:not(.download-link__icon-only i) {
    display: inline;
  }
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link--primary {
  background-color: #004f50;
  color: #ffffff;
  border: 2px solid #004f50;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link--primary:hover {
  background-color: #003a3b;
  border-color: #003a3b;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 79, 80, 0.3);
  color: #ffffff;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link--secondary {
  background-color: #ffffff;
  color: #004f50;
  border: 2px solid #ffffff;
}
.banner_wrapper .franchise-brand-container-banner .banner_content .download-link--secondary:hover {
  background-color: #004f50;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 79, 80, 0.3);
  border: 2px solid #004f50;
}

.route-wrapper {
  background-color: #eef2f3;
  /* lighter to de-emphasize vs banner */
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  margin-bottom: 16px;
  /* keeps spacing before content */
}
.route-wrapper .routes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  /* chevron separator */
}
.route-wrapper .routes li + li::before {
  content: ">";
  color: #7a8a8a;
  /* subtle separator */
  margin: 0 4px 0 2px;
}
.route-wrapper .routes .route-link {
  font-size: 13px;
  line-height: 1.6;
  color: #2f4f4f;
  /* subdued link color */
  text-decoration: none;
}
.route-wrapper .routes .route-link:hover, .route-wrapper .routes .route-link:focus {
  text-decoration: underline;
}
.route-wrapper .routes .route-current {
  font-size: 13px;
  line-height: 1.6;
  color: #006768;
  /* align with brand primary */
  font-weight: 600;
  /* distinguish current */
}
@media (max-width: 576px) {
  .route-wrapper .routes .route-link,
  .route-wrapper .routes .route-current {
    font-size: 12px;
  }
  .route-wrapper .routes li + li::before {
    font-size: 12px;
  }
}

.brand-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  color: #004f50;
  margin: 0 0 12px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}

.brand-description {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  margin: 0 16px;
}
.brand-description__content {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.4em;
  transition: max-height 250ms ease;
}
.brand-description__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  opacity: 1;
  transition: opacity 180ms ease;
}
.brand-description__content p {
  margin: 0 0 12px;
}
.brand-description__content p:last-child {
  margin-bottom: 0;
}
.brand-description__content strong {
  color: #004f50;
}
@supports (interpolate-size: allow-keywords) {
  .brand-description__content {
    interpolate-size: allow-keywords;
    transition: max-height 250ms ease;
  }
}
.brand-description__content.is-open {
  -webkit-line-clamp: initial;
  line-clamp: initial;
}
@supports (max-height: calc-size(auto)) {
  .brand-description__content.is-open {
    max-height: calc-size(auto);
  }
}
@supports not (max-height: calc-size(auto)) {
  .brand-description__content.is-open {
    max-height: 1000rem;
  }
}
.brand-description__content.is-open::after {
  opacity: 0;
}
.brand-description__toggle {
  margin-top: 12px;
  background: none;
  border: 1px solid #004f50;
  color: #004f50;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
.brand-description__toggle:hover, .brand-description__toggle:focus {
  background: #004f50;
  color: #ffffff;
  outline: none;
}

.brand-resources {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  margin: 0 16px;
}

.resources-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 576px) {
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .resources-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .resources-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.resource-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background-color: #f7f8fc;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  text-decoration: none;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.resource-card:hover {
  border-color: #004f50;
  background-color: #f0f9f9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 79, 80, 0.15);
}
.resource-card:hover .resource-card__icon {
  color: #004f50;
}
.resource-card:focus {
  outline: 2px solid #004f50;
  outline-offset: 2px;
}
.resource-card__icon {
  font-size: 18px;
  color: #666666;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.resource-card__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
}

.brand-cta {
  background: linear-gradient(135deg, #004f50 0%, #003a3b 100%);
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .brand-cta {
    padding: 32px;
  }
}
.brand-cta__content {
  max-width: 600px;
  margin: 0 auto;
}
.brand-cta__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .brand-cta__title {
    font-size: 22px;
  }
}
.brand-cta__description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 16px;
  line-height: 1.5;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.btn--primary {
  background-color: #ffffff;
  color: #004f50;
}
.btn--primary:hover {
  background-color: #f7f8fc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn--primary:active {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .btn {
    padding: 11px 32px;
    font-size: 15px;
  }
}/*# sourceMappingURL=styles.css.map */