/* Seven Stones — Burnaby Blacktop inspired overrides */

.bb-topbar {
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  font-family: "Roboto", "Open Sans", sans-serif;
  border-bottom: 3px solid #fff200;
}

.bb-topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: flex-end;
}

.bb-topbar a {
  color: #fff200;
  text-decoration: none;
}

.bb-topbar a:hover {
  text-decoration: underline;
}

/* Nav: dark bar, uppercase links */
.preset-menu-v2-home-hero-logo-nav-h1-menu > .inner,
#ed-2859620607 > .inner {
  background: #000 !important;
  padding: 0.75rem 1.5rem !important;
}

.ed-menu ul.menu-level-0 a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}

.ed-menu ul.menu-level-0 a:hover {
  color: #fff200 !important;
}

/* Hero typography */
#ed-2859620628 h2 {
  font-size: clamp(1rem, 2.5vw, 1.35rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#ed-2859620628 .color-primary,
#ed-2859620628 span {
  color: #fff200 !important;
}

#ed-2859620634 h3 {
  font-size: clamp(1.75rem, 5vw, 3rem) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  line-height: 1.15;
}

#ed-2859620634 .color-secondary,
#ed-2859620634 span {
  color: #fff !important;
}

.banner-content > .inner {
  text-align: left !important;
  max-width: 900px;
}

/* Hero CTAs */
.bb-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.bb-hero-ctas a {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  border-radius: 2px;
}

.bb-hero-ctas .bb-btn-primary {
  background: #fff200;
  color: #000;
}

.bb-hero-ctas .bb-btn-primary:hover {
  background: #e6da00;
}

.bb-hero-ctas .bb-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.bb-hero-ctas .bb-btn-secondary:hover {
  background: #fff;
  color: #000;
}

/* Buttons site-wide */
.ed-form-button button,
button[type="submit"] {
  background: #fff200 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 700;
  border: none !important;
}

/* Stats counters */
.preset-counter-v3-default .counter-number,
[class*="counter"] .number {
  color: #fff200 !important;
  font-weight: 800;
}

/* Section headings */
.ed-headline h2 {
  text-transform: uppercase;
  font-weight: 800;
}

/* Services grid hover */
.preset-boxes-v3-default .ed-box:hover {
  border-color: #fff200;
}
