/* Service page only; matching company-page proportions without shared overrides. */
.dw-service { --service-space: clamp(44px, 6vw, 80px); }
.dw-service-section { padding-block: var(--service-space); }
.dw-service h1 { font-size: clamp(36px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.035em; margin: 16px 0 24px; }
.dw-service h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.2; margin: 0 0 28px; max-width: 760px; letter-spacing: -.02em; }
.dw-service h3 { font-size: 20px; line-height: 1.35; margin: 0 0 12px; }
.dw-service p { font-size: 16px; line-height: 1.7; color: var(--color-muted); max-width: 760px; }
.dw-service p:last-child { margin-bottom: 0; }
.dw-service .eyebrow { font-size: 12px; color: var(--color-blue); }
.dw-service-hero-copy { max-width: 650px; }
.dw-service-background { position: relative; isolation: isolate; background: #e7ecea; }
.dw-service-background > .container { position: relative; z-index: 1; }
.dw-service-background::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgb(247 249 248 / 86%), rgb(247 249 248 / 66%) 50%, rgb(247 249 248 / 30%)); }
.dw-service-image { position: absolute; inset: 0; overflow: hidden; pointer-events: none; background: linear-gradient(135deg, #f7f9f8, #d9e3e4); }
.dw-service-image img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.5); }
.dw-service-hero .dw-service-image img { filter: none; }
.dw-service-hero::after { background: linear-gradient(180deg, #e7ecea 0%, rgb(231 236 234 / 80%) 8%, transparent 30%), linear-gradient(90deg, rgb(247 249 248 / 60%), rgb(247 249 248 / 35%) 35%, transparent 65%); }
.dw-service-areas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 56px; }
.dw-service-areas > div { border-top: 1px solid var(--color-line); padding-top: 22px; }
.dw-service-areas h3::before { content: ''; display: inline-block; width: 20px; height: 2px; background: var(--color-yellow); margin: 0 12px 5px 0; }
.dw-service-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 0; margin: 0; counter-reset: service-step; }
.dw-service-process li { counter-increment: service-step; font-weight: 600; border-top: 1px solid #c5d0d3; padding-top: 18px; }
.dw-service-process li::before { content: '0' counter(service-step); display: block; color: var(--color-blue); font-size: 14px; margin-bottom: 12px; }
.dw-service-process-section::after { background: rgb(247 249 248 / 74%); }
.dw-service-cta { background: var(--color-dark); }
.dw-service-cta h2 { color: #fff; }
.dw-service-cta p { color: #d7dfe3; }
.dw-service-cta .eyebrow { color: var(--color-yellow); }
.dw-service-cta .button { margin-top: 12px; }
.dw-service-cta :focus-visible { outline-color: var(--color-yellow); }
@media (max-width: 800px) {
  .dw-service-areas { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .dw-service-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dw-service-background::after { background: rgb(247 249 248 / 80%); }
  .dw-service-hero::after { background: linear-gradient(180deg, #e7ecea 0%, rgb(231 236 234 / 80%) 6%, transparent 24%), linear-gradient(90deg, rgb(247 249 248 / 65%), rgb(247 249 248 / 30%) 65%, transparent); }
}
@media (max-width: 480px) {
  .dw-service-process { grid-template-columns: minmax(0, 1fr); }
  .dw-service h1 { font-size: 36px; }
}
