@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,1,0&family=Montserrat:wght@600;700;800&display=swap");

body.page-id-1589 .aux-main,
body.page-id-1589 .aux-primary,
body.page-id-1589 .aux-wrapper,
body.page-id-1589 .aux-container,
body.page-id-1589 .aux-fold {
  max-width: none;
  width: 100%;
}

body.page-id-1589 .aux-primary,
body.page-id-1589 .aux-container {
  padding-left: 0;
  padding-right: 0;
}

body.page-id-1589 .aux-content-top-margin {
  margin-top: 0;
}

.golem-services-hub {
  --primary: #000920;
  --gold: #f2b705;
  --surface: #f8f9ff;
  --surface-low: #eff4ff;
  --ink: #101c2c;
  --muted: #44474e;
  --line: #c5c6cf;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  overflow: hidden;
  width: 100vw;
}

.golem-services-hub * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.gsh-wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 24px;
}

.gsh-hero {
  background: var(--primary);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.gsh-hero::before {
  background: linear-gradient(90deg, rgba(0, 9, 32, 0.94), rgba(0, 9, 32, 0.78) 48%, rgba(0, 9, 32, 0.34)), url("https://golemroofing.com/wp-content/uploads/2025/08/2025-08-12-16.25.45.webp") center / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.gsh-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  padding: 112px 24px;
  position: relative;
  z-index: 1;
}

.gsh-kicker {
  color: var(--gold);
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.gsh-hero h1,
.gsh-copy h2,
.gsh-head h2,
.gsh-location-card h2,
.gsh-faq-intro h2,
.gsh-final h2 {
  font-family: Montserrat, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.gsh-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5.2vw, 70px);
  max-width: 840px;
}

.gsh-hero p {
  color: #d7e3f9;
  font-size: 18px;
  line-height: 1.62;
  margin: 24px 0 0;
  max-width: 800px;
}

.gsh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.gsh-btn {
  align-items: center;
  background: var(--gold);
  border-radius: 4px;
  color: var(--primary) !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  text-decoration: none !important;
  transition: filter 0.2s, background 0.2s, color 0.2s;
}

.gsh-btn:hover,
.gsh-btn:focus {
  color: var(--primary) !important;
  filter: brightness(1.07);
}

.gsh-btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}

.gsh-btn-outline:hover,
.gsh-btn-outline:focus {
  background: #fff;
  color: var(--primary) !important;
}

.gsh-proof-row {
  color: rgba(215, 227, 249, 0.86);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  gap: 18px;
  letter-spacing: 0.08em;
  margin-top: 38px;
  text-transform: uppercase;
}

.gsh-proof-row span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 18px;
}

.gsh-glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
  padding: 32px;
}

.gsh-glass h2 {
  color: #ffdf9d;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 24px;
}

.gsh-glass dl {
  display: grid;
  gap: 24px;
  margin: 0;
}

.gsh-glass dt {
  color: #d7e3f9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.gsh-glass dd {
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.gsh-section {
  padding: 86px 0;
}

.gsh-section-white {
  background: #fff;
}

.gsh-section-low {
  background: var(--surface-low);
}

.gsh-section-navy {
  background: var(--primary);
  color: #fff;
}

.gsh-two,
.gsh-location-grid,
.gsh-faq-grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 5fr) minmax(340px, 7fr);
}

.gsh-copy h2,
.gsh-head h2,
.gsh-location-card h2,
.gsh-faq-intro h2 {
  color: var(--primary);
  font-size: clamp(32px, 4vw, 48px);
}

.gsh-copy p,
.gsh-head p,
.gsh-location-card p,
.gsh-faq-intro p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 20px 0 0;
}

.gsh-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gsh-dark-card {
  background: var(--primary);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(0, 9, 32, 0.12);
  color: #fff;
  padding: 30px;
}

.gsh-dark-card h3 {
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.gsh-dark-card p {
  color: #cfdaf0;
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
}

.gsh-icon {
  color: var(--gold);
  display: grid;
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  height: 44px;
  line-height: 1;
  margin-bottom: 24px;
  place-items: center;
  width: 44px;
}

.gsh-head {
  margin-bottom: 44px;
  max-width: 900px;
}

.gsh-service-groups {
  display: grid;
  gap: 24px;
}

.gsh-service-group {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(0, 9, 32, 0.04);
  padding: 30px;
}

.gsh-service-group h3 {
  color: var(--primary);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.gsh-service-group p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 840px;
}

.gsh-service-links {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsh-service-links a,
.gsh-guide-card,
.gsh-case-list a {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--primary) !important;
  text-decoration: none !important;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}

.gsh-service-links a {
  align-content: center;
  background: #fff;
  display: grid;
  font-weight: 800;
  min-height: 84px;
  padding: 16px;
}

.gsh-service-links a span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.gsh-service-links a:hover,
.gsh-service-links a:focus,
.gsh-guide-card:hover,
.gsh-guide-card:focus,
.gsh-case-list a:hover,
.gsh-case-list a:focus {
  background: #fffbeb;
  border-color: var(--gold);
  transform: translateY(-1px);
}

.gsh-guide-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsh-guide-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
}

.gsh-guide-card strong {
  color: var(--primary);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 21px;
  line-height: 1.25;
}

.gsh-guide-card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
  margin-top: 16px;
}

.gsh-guide-card em {
  color: #785900;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 24px;
  text-transform: uppercase;
}

.gsh-location-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.gsh-location-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
}

.gsh-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.gsh-city-links a,
.gsh-city-links span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  text-decoration: none !important;
}

.gsh-city-links a:hover,
.gsh-city-links a:focus {
  border-color: var(--gold);
  color: #785900 !important;
}

.gsh-case-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.gsh-case-list a {
  align-items: center;
  background: #fff;
  display: flex;
  font-weight: 800;
  gap: 14px;
  justify-content: space-between;
  min-height: 68px;
  padding: 18px 20px;
}

.gsh-case-list .gsh-icon {
  flex: 0 0 32px;
  font-size: 24px;
  height: 32px;
  margin: 0;
  width: 32px;
}

.gsh-faq-grid {
  grid-template-columns: minmax(0, 4fr) minmax(360px, 8fr);
}

.gsh-faq-list {
  display: grid;
  gap: 16px;
}

.gsh-faq {
  background: #eff4ff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gsh-faq summary {
  align-items: center;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-weight: 800;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 22px;
}

.gsh-faq summary::-webkit-details-marker {
  display: none;
}

.gsh-faq summary span {
  font-size: 17px;
  line-height: 1.35;
}

.gsh-faq summary b {
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.2s;
}

.gsh-faq[open] summary b {
  transform: rotate(180deg);
}

.gsh-faq div {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  padding: 0 22px 22px;
}

.gsh-final {
  text-align: center;
}

.gsh-final h2 {
  color: #fff;
  font-size: clamp(36px, 4vw, 56px);
  margin: 0 auto;
  max-width: 840px;
}

.gsh-final p {
  color: #cfdaf0;
  font-size: 16px;
  line-height: 1.7;
  margin: 22px auto 0;
  max-width: 760px;
}

.gsh-final-panel {
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  gap: 16px;
  margin-top: 34px;
  padding: 18px;
}

.gsh-final .gsh-btn-outline {
  border-color: var(--primary);
  color: var(--primary) !important;
}

.gsh-final .gsh-btn-outline:hover,
.gsh-final .gsh-btn-outline:focus {
  background: var(--primary);
  color: #fff !important;
}

@media (max-width: 1180px) {
  .gsh-service-links,
  .gsh-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .gsh-hero-grid,
  .gsh-two,
  .gsh-location-grid,
  .gsh-faq-grid {
    grid-template-columns: 1fr;
  }

  .gsh-glass {
    max-width: 620px;
  }

  .gsh-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gsh-wrap {
    padding: 0 16px;
  }

  .gsh-hero-grid {
    gap: 36px;
    padding: 64px 16px;
  }

  .gsh-hero h1 {
    font-size: 36px;
    line-height: 1.16;
  }

  .gsh-hero p {
    font-size: 16px;
  }

  .gsh-actions,
  .gsh-final-panel {
    display: grid;
  }

  .gsh-btn {
    width: 100%;
  }

  .gsh-proof-row {
    display: grid;
    gap: 10px;
  }

  .gsh-proof-row span + span {
    border-left: 0;
    padding-left: 0;
  }

  .gsh-section {
    padding: 64px 0;
  }

  .gsh-service-links,
  .gsh-guide-grid {
    grid-template-columns: 1fr;
  }

  .gsh-final h2 {
    font-size: 36px;
  }

  .gsh-final-panel {
    width: 100%;
  }

  .gsh-glass,
  .gsh-dark-card,
  .gsh-service-group,
  .gsh-guide-card,
  .gsh-location-card {
    padding: 24px;
  }

  .gsh-faq summary {
    padding: 20px;
  }

  .gsh-faq div {
    padding: 0 20px 20px;
  }
}
