@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --site-accent-strong: #bc5407;
  --site-accent-surface: #fffaf5;
  --site-ink: #181c20;
  --site-ink-soft: #44505c;
  --site-heading: #101418;
  --site-line-height: 1.65;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 1000;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--site-ink);
  line-height: var(--site-line-height);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
.hero-headline,
.review-heading,
.services-headline,
.sa-section-about-headline,
.section-service-areas-headline,
.sa-powering-homes-headline,
.sa-real-service-heading {
  color: var(--site-heading);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

p,
li,
small {
  color: var(--site-ink-soft);
  line-height: var(--site-line-height);
}

strong {
  color: var(--site-heading);
}

.hero-tagline,
.navbar-tag,
.section-service-areas-tagline,
.footer-heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-tagline {
  color: #f47419 !important;
}

.hero-headline,
.review-heading,
.services-headline,
.sa-section-about-headline,
.section-service-areas-headline,
.sa-powering-homes-headline {
  text-wrap: balance;
}

.hero-headline-primary,
.hero-headline-secondary {
  letter-spacing: -0.045em;
}

.sa-jumbo .hero-headline,
.sa-jumbo .hero-headline-primary,
.sa-jumbo .hero-headline-secondary,
.sa-jumbo .hero-tagline,
.sa-jumbo .hero-textarea,
.panel-main-service-heading,
.panel-main-service-text,
.section-services-extended .services-headline,
.section-services-extended .panel-service-text,
.section-about .panel-about,
.section-about .panel-about h3,
.section-about .panel-about p,
.section-about .panel-about-checklist p,
.section-cta h1,
.section-cta h2,
.section-cta h3,
.section-cta p,
.section-cta li,
.section-cta strong,
.footer .footer-brand,
.footer .footer-brand-tagline,
.footer .footer-heading,
.footer .footer-text,
.footer .footer-area-link {
  color: #fff;
}

.section-about .panel-about strong {
  color: #fff;
}

.sa-about-experience-circle,
.sa-about-experience-circle-text,
.sa-about-experience-circle-text-primary,
.sa-about-experience-circle-text-secondary,
.sa-about-experience-circle-text-tertiary {
  color: #fff !important;
}

.panel-review-main-stars,
.panel-review-stars,
.review-star {
  color: gold;
}

.panel-review-text,
.panel-review-main-textarea p,
.sa-section-about-text,
.footer-brand-tagline,
.footer-text {
  font-size: 1rem;
}

.button-primary,
.footer-button-primary,
.nav-button-primary,
.sa-button-primary {
  background-color: var(--site-accent-strong) !important;
  border-color: var(--site-accent-strong) !important;
  color: #fff !important;
}

.button-secondary,
.contact-button-primary,
.footer-button-secondary,
.nav-button-secondary,
.navbar-tag,
.sa-content-tagline {
  color: #f47419 !important;
}

.button-secondary,
.contact-button-primary,
.footer-button-secondary,
.nav-button-secondary,
.sa-type-box p,
.sa-powering-homes-icon,
.sa-real-service-heading,
.sa-text-highlight,
.service-areas-list-item,
.sa-section-process-heading {
  color: var(--site-accent-strong) !important;
}

.button-secondary,
.contact-button-primary,
.footer-button-secondary,
.nav-button-secondary,
.service-areas-list-item {
  border-color: var(--site-accent-strong) !important;
}

.button-secondary,
.footer-button-secondary,
.nav-button-secondary {
  background-color: #fff !important;
}

.button-primary,
.button-secondary,
.footer-button-primary,
.footer-button-secondary,
.nav-button-primary,
.nav-button-secondary,
.sa-button-primary,
.sa-button-secondary {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.nav-link,
.footer-area-link {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.navbar-secondary {
  background-color: var(--site-accent-strong) !important;
  border-bottom-color: var(--site-accent-strong) !important;
}

.service-areas-list-item {
  background-color: var(--site-accent-surface) !important;
}

.footer p,
.footer .footer-text,
.footer .footer-text p {
  color: #fff !important;
}

.sa-real-service-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sa-real-service-panel p {
  flex-grow: 1;
}

.sa-real-service-panel .button-primary,
.sa-real-service-panel .button-secondary,
.sa-real-service-panel .sa-button-primary,
.sa-real-service-panel .sa-button-secondary {
  display: block;
  width: 100% !important;
}

.sa-area-jumbo-hurstville {
  background-image: url("/static/img/bg5.avif") !important;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .navbar-collapse:not(.show) {
    display: none;
  }

  .navbar-collapse.show {
    display: block;
  }

  .hero-tagline,
  .navbar-tag,
  .section-service-areas-tagline,
  .footer-heading {
    letter-spacing: 0.08em;
  }
}
