
/* Full Services Page — Gashi Construct */
.services-page {
  overflow-x: clip;
}

.services-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  padding: clamp(130px, 16vw, 190px) 6vw clamp(56px, 8vw, 96px);
  isolation: isolate;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17,17,17,.98) 0%, rgba(17,17,17,.84) 44%, rgba(17,17,17,.48) 100%),
    radial-gradient(circle at 20% 20%, rgba(248,9,6,.22), transparent 34%),
    url('../images/sharp-details.jpg') center/cover no-repeat;
}

.services-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #111111 88%);
}

.services-hero-copy {
  max-width: 880px;
}

.services-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(54px, 8vw, 124px);
  line-height: .86;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.services-hero h1 span {
  color: #f80906;
}

.services-lead {
  max-width: 720px;
  color: rgba(255,255,255,.74);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  margin: 0 0 34px;
}

.services-hero-card {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  background: rgba(17,17,17,.72);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
}

.services-hero-card span,
.full-service-card span,
.services-band-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #f80906;
  font-family: var(--font-bold, inherit);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.services-hero-card h2 {
  margin: 0 0 14px;
  font-size: clamp(25px, 3vw, 42px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.services-hero-card p,
.full-service-card p,
.services-band-grid p,
.service-detail-copy p,
.services-cta p {
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

.service-pill-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 18px 6vw;
  background: #0c0c0c;
  border-bottom: 1px solid rgba(255,255,255,.08);
  scrollbar-width: none;
}

.service-pill-strip::-webkit-scrollbar { display: none; }

.service-pill-strip span {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.035);
  font-size: 13px;
  letter-spacing: .02em;
}

.services-intro .section-head p:not(.eyebrow) {
  color: rgba(255,255,255,.62);
  max-width: 780px;
  margin-inline: auto;
  line-height: 1.7;
}

.full-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}

.full-service-card {
  min-height: 360px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 20px 60px rgba(0,0,0,.24);
}

.full-service-card.feature {
  grid-column: span 2;
  background:
    linear-gradient(180deg, rgba(248,9,6,.16), rgba(255,255,255,.035)),
    rgba(255,255,255,.04);
  border-color: rgba(248,9,6,.26);
}

.full-service-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.full-service-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}

.full-service-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.72);
  line-height: 1.45;
}

.full-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f80906;
  box-shadow: 0 0 20px rgba(248,9,6,.45);
}

.services-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(248,9,6,.16), transparent 36%),
    rgba(255,255,255,.035);
  border-block: 1px solid rgba(255,255,255,.08);
}

.services-band h2,
.service-detail-copy h2,
.services-cta h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 72px);
  line-height: .92;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.services-band-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.services-band-grid article {
  padding: 24px;
  border-radius: 24px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.08);
}

.services-band-grid h3 {
  margin: 0 0 8px;
  font-size: 21px;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.service-detail-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.service-detail-image {
  min-height: 560px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,.42)),
    url('../images/about-finish-detail.jpg') center/cover no-repeat;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.service-detail-copy {
  max-width: 680px;
}

.service-detail-copy p {
  font-size: 18px;
}

.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 6vw 80px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(248,9,6,.2), transparent 40%),
    rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
}

.services-cta > div:first-child {
  max-width: 760px;
}

.services-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .services-hero,
  .services-band,
  .service-detail-split {
    grid-template-columns: 1fr;
  }

  .services-hero {
    min-height: auto;
  }

  .full-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .services-hero {
    padding: 112px 20px 44px;
    gap: 24px;
  }

  .services-hero h1 {
    font-size: clamp(46px, 15vw, 72px);
  }

  .services-lead {
    font-size: 17px;
  }

  .service-pill-strip {
    padding-inline: 20px;
  }

  .full-service-grid,
  .services-band-grid {
    grid-template-columns: 1fr;
  }

  .full-service-card.feature {
    grid-column: auto;
  }

  .full-service-card {
    min-height: auto;
    padding: 22px;
  }

  .service-detail-image {
    min-height: 360px;
    border-radius: 26px;
  }

  .services-cta {
    margin: 0 20px 52px;
    flex-direction: column;
    align-items: stretch;
  }

  .services-cta-actions {
    justify-content: flex-start;
  }
}


/* May 18 correction patch — services page polish */
.services-page,
.services-page * {
  font-family: var(--font-regular, 'Gosha Sans', Arial, sans-serif);
  box-sizing: border-box;
}

.services-page h1,
.services-page h2,
.services-page h3,
.services-page .btn,
.services-page .eyebrow,
.services-page .site-header,
.services-page .service-pill-strip span,
.services-page .full-service-card span,
.services-page .services-hero-card span,
.services-page .services-band-grid span {
  font-family: var(--font-bold, 'Gosha Sans', Arial, sans-serif);
}

.services-lead {
  max-width: 700px;
}

.full-service-grid {
  align-items: stretch;
  gap: clamp(18px, 2vw, 24px);
}

.full-service-card {
  min-height: 410px;
  height: auto;
  overflow: visible;
  padding: clamp(28px, 2.4vw, 34px);
  display: flex;
  flex-direction: column;
}

.full-service-card.feature {
  min-height: 410px;
}

.full-service-card h3 {
  line-height: 1.04;
  margin-bottom: 14px;
}

.full-service-card p {
  margin-bottom: 0;
  line-height: 1.72;
}

.full-service-card ul {
  margin-top: 24px;
  gap: 13px;
}

.full-service-card li {
  line-height: 1.58;
}

.services-band {
  overflow: visible;
}

.services-band h2 {
  font-size: clamp(34px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 760px;
}

.service-detail-copy p {
  line-height: 1.78;
}

.services-cta {
  align-items: center;
}

.services-cta p {
  max-width: 760px;
}

.services-cta-actions {
  align-items: center;
}

@media (min-width: 1121px) {
  .full-service-card:nth-last-child(-n+2) {
    grid-column: span 2;
    min-height: 300px;
  }
}

@media (max-width: 1120px) {
  .full-service-card,
  .full-service-card.feature {
    min-height: 360px;
  }

  .services-band h2 {
    font-size: clamp(38px, 7vw, 64px);
    line-height: 1;
  }
}

@media (max-width: 720px) {
  .full-service-card,
  .full-service-card.feature {
    min-height: auto;
    padding: 24px;
  }

  .services-band h2,
  .service-detail-copy h2,
  .services-cta h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.02;
    letter-spacing: -.048em;
  }

  .services-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .services-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
