.services-hero { background-position: center 45%; }
.services-section { background-color: var(--paper); background-image: repeating-linear-gradient(0deg, rgba(73,62,50,.025) 0, rgba(73,62,50,.025) 1px, transparent 1px, transparent 6px); }
.services-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.68fr); gap: clamp(3rem,9vw,9rem); align-items: end; margin-bottom: 4rem; }
.services-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem,8vw,6.6rem); font-weight: 700; line-height: .84; text-transform: uppercase; }
.services-intro__aside p { margin-bottom: 1.5rem; color: var(--text-muted); }
.service-ledger { border-top: 2px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 110px minmax(190px,.8fr) minmax(240px,1.1fr) 120px 70px; gap: clamp(1rem,3vw,2.5rem); align-items: center; min-height: 155px; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.service-row > img { width: 110px; height: 110px; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.service-row__name span { color: var(--copper-dark); font-family: var(--ui); font-size: .68rem; font-weight: 800; }
.service-row__name h2 { margin: .2rem 0 0; font-family: var(--display); font-size: clamp(1.7rem,3vw,2.3rem); font-weight: 700; line-height: .92; text-transform: uppercase; }
.service-row > p { margin: 0; color: var(--text-muted); }
.service-row__details { display: flex; flex-direction: column; }
.service-row__details strong { color: var(--copper-dark); font-family: var(--display); font-size: 1.15rem; letter-spacing: .04em; }
.service-row__details span { color: var(--text-muted); font-family: var(--ui); font-size: .72rem; text-transform: uppercase; }
.service-row > a { font-family: var(--display); font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.services-note { margin-top: 4rem; padding: clamp(2rem,5vw,4rem); display: flex; justify-content: space-between; gap: 2rem; align-items: end; color: #fff; background: var(--burgundy); border-left: 8px solid var(--brass); }
.services-note .eyebrow { color: var(--brass); }
.services-note h2 { max-width: 800px; margin-bottom: 1rem; font-family: var(--display); font-size: clamp(2rem,5vw,4rem); font-weight: 700; line-height: .9; text-transform: uppercase; }
.services-note p:not(.eyebrow) { max-width: 780px; margin: 0; color: rgba(255,255,255,.72); }
.services-note .btn { flex: 0 0 auto; }

@media (max-width: 991.98px) {
  .services-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-row { grid-template-columns: 90px minmax(180px,.75fr) minmax(220px,1fr) 105px; }
  .service-row > img { width: 90px; height: 90px; }
  .service-row > a { grid-column: 4; }
  .service-row__details { grid-column: 4; grid-row: 1; align-self: start; }
  .service-row > a { align-self: end; }
}

@media (max-width: 767.98px) {
  .service-row { grid-template-columns: 88px 1fr auto; gap: 1rem; }
  .service-row > img { width: 88px; height: 110px; grid-row: 1 / span 2; }
  .service-row__name { align-self: end; }
  .service-row > p { grid-column: 2 / -1; }
  .service-row__details { grid-column: 3; grid-row: 1; align-self: end; align-items: end; }
  .service-row > a { grid-column: 2 / -1; justify-self: start; }
  .services-note { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 479.98px) {
  .service-row { grid-template-columns: 74px 1fr; }
  .service-row > img { width: 74px; height: 96px; }
  .service-row__details { grid-column: 2; grid-row: auto; align-items: flex-start; }
  .service-row > p, .service-row > a { grid-column: 2; }
  .services-note .btn { width: 100%; }
}
