/* Franchise brands share one layout. Colors come from StoreTheme tokens (:root). */

.brand-hero {
  margin: 0 0 1.25rem;
  padding: 1.35rem 1.2rem;
  border-radius: 10px;
  background: var(--header-bg, #111);
  color: var(--header-text, #fff);
}
.brand-hero h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.03em;
}
.brand-hero p { margin: 0; max-width: 36rem; opacity: 0.92; }

.brand-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.brand-services li {
  background: var(--card, #fff);
  border: 1px solid var(--border, #d8dee8);
  border-radius: 8px;
  padding: 0.7rem 0.65rem;
  font-weight: 700;
  text-align: center;
  font-size: 0.92rem;
}

.brand-find {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 0 0 1.25rem;
}

.store-body[data-brand]:not([data-brand=""]) .store-top {
  border-bottom: 4px solid var(--accent, #e31837);
}

.store-body[data-brand]:not([data-brand=""]) .store-brand__name {
  letter-spacing: 0.03em;
}

.brand-locator__search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
}
.brand-locator__search label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.85rem;
  font-weight: 600;
}
.brand-locator__miles {
  margin: 0;
  font-weight: 700;
  color: var(--primary, #0054a6);
}
.brand-locator__search select {
  min-width: 8rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--border, #d8dee8);
  border-radius: 6px;
  font: inherit;
}
.brand-locator__search input[type="search"] {
  min-width: 16rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--border, #d8dee8);
  border-radius: 6px;
  font: inherit;
  font-weight: 400;
}
.brand-locator__count {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: var(--muted, #5a6478);
}
.brand-locator__here {
  outline: 2px solid var(--accent, #e31837);
}
.brand-locator__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.org-store-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.org-store-card {
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
  padding: 1.1rem 1.15rem;
  background: var(--card, #fff);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.org-store-card h2 {
  margin: 0;
  font-size: 1.1rem;
}
.org-store-num,
.org-store-loc,
.org-store-phone {
  margin: 0;
  font-size: 0.92rem;
}

/* Full Speed home chrome — white page, three goal tiles, merchant copy */
.store-look-franchise.store-body--franchise {
  --bg: #ffffff;
  --card: #ffffff;
  --text: #111111;
  --muted: #4b5563;
  --border: #e5e7eb;
  background: #fff;
  color: #111;
}
.store-look-franchise.store-body--franchise .store-main {
  max-width: 1100px;
  background: #fff;
}

.fs-top {
  background: #fff;
  color: #111;
  border-bottom: 1px solid var(--border, #e5e7eb);
}
.fs-top .store-brand__name { color: #111; }
.fs-top .store-brand__meta { color: #6b7280; }
.fs-top .store-account__link { color: #111; }
.fs-top .store-account__link:hover {
  background: #f3f4f6;
  border-color: #e5e7eb;
}
.fs-top .store-account__link:focus-visible { outline-color: var(--primary, #0054a6); }
.fs-top .store-account__link--primary {
  background: var(--primary, #0054a6);
  color: #fff;
}
.fs-top__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.65rem 1.25rem 0.35rem;
}
.fs-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem 1.1rem;
  padding: 0.35rem 1.25rem 0.85rem;
}
.fs-goals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.fs-goal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding: 0.7rem 1.15rem;
  background: var(--primary, #0054a6);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
}
.fs-goal:hover,
.fs-goal:focus-visible {
  filter: brightness(1.08);
  color: #fff;
}
.fs-goal.is-active {
  outline: 2px solid var(--accent, #e31837);
  outline-offset: 2px;
}
.fs-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
}
.fs-links a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.fs-links a:hover,
.fs-links a.is-active {
  text-decoration: underline;
}
.fs-search {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.fs-search input {
  width: 8.5rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 4px;
  font: inherit;
}
.fs-search button {
  border: 0;
  background: transparent;
  color: #111;
  font-weight: 700;
  cursor: pointer;
  padding: 0.35rem;
}

.fs-hero {
  position: relative;
  min-height: clamp(220px, 42vw, 420px);
  background: #1b1e24;
  color: #fff;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.fs-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55));
}
.fs-hero__find {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  max-width: 28rem;
  margin-top: clamp(9rem, 28vw, 16rem);
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
  color: #111;
}
.fs-hero__find input {
  flex: 1 1 8rem;
  min-width: 7rem;
  padding: 0.5rem 0.6rem;
  border: 1px solid #d1d5db;
  font: inherit;
}
.fs-hero__find button,
.fs-hero__find a.fs-hero__cta {
  background: var(--primary, #0054a6);
  color: #fff;
  border: 0;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.fs-headline {
  margin: 0 0 0.35rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.15;
}
.fs-headline__a { color: var(--primary, #0054a6); }
.fs-headline__b { color: var(--accent, #e31837); }
.fs-subhead { margin: 0 0 1.5rem; color: var(--muted, #4b5563); max-width: 40rem; }

.fs-coupons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 1.75rem;
}
@media (min-width: 700px) {
  .fs-coupons { grid-template-columns: 1fr 1fr; }
}
.fs-coupon {
  display: block;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--border, #e5e7eb);
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.fs-coupon:hover { border-color: var(--primary, #0054a6); }
.fs-coupon__offer {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary, #0054a6);
}
.fs-coupon__title { margin: 0.25rem 0 0; font-weight: 700; }
.fs-coupon__code { margin: 0.35rem 0 0; font-size: 0.88rem; color: var(--muted, #4b5563); }

.fs-fleet {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 1.75rem;
  padding: 1rem 0;
}
@media (min-width: 760px) {
  .fs-fleet { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
}
.fs-fleet img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  background: #f3f4f6;
}
.fs-fleet h2 { margin: 0 0 0.4rem; }
.fs-fleet p { margin: 0; }

.fs-book {
  padding: 1.4rem 1.2rem;
  background: var(--primary, #0054a6);
  color: #fff;
  text-align: center;
  margin: 0 0 1.5rem;
}
.fs-book h2 { margin: 0 0 0.35rem; color: #fff; }
.fs-book p { margin: 0 0 0.85rem; opacity: 0.94; }
.fs-book a {
  display: inline-block;
  background: #fff;
  color: var(--primary, #0054a6);
  font-weight: 800;
  text-decoration: none;
  padding: 0.65rem 1.1rem;
}

.fs-page { max-width: 40rem; }
.fs-page h1 { margin-top: 0; }
.fs-svc {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}
.fs-svc a {
  display: block;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border, #e5e7eb);
  text-decoration: none;
  color: #111;
  font-weight: 700;
}
