.services-page .site-header { background: #181817; }
.services-hero { min-height: 710px; padding: 185px 0 45px; color: #fff; position: relative; overflow: hidden; background: #1b1b19; }
.services-hero:before { content: ""; position: absolute; width: 65vw; height: 65vw; max-width: 900px; max-height: 900px; right: -8vw; top: -22vw; border-radius: 50%; background: radial-gradient(circle at 35% 55%, #8a2e30 0 1%, #502121 29%, transparent 65%); opacity: .9; }
.services-hero:after { content: ""; position: absolute; width: 46vw; height: 46vw; right: 6vw; top: 14vw; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.services-hero-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; }
.services-hero h1 { max-width: 900px; margin: 25px 0 0; font: 500 clamp(55px,7.7vw,119px)/.92 var(--serif); letter-spacing: -.065em; }
.services-hero h1 em, .journey-heading h2 em, .services-intro h2 em, .services-closing h2 em { color: #e64b4f; font-weight: 500; }
.services-hero-note { width: 258px; margin: 0 0 10px; color: #cbc6bf; font-size: 13px; line-height: 1.75; }
.services-hero-grid { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.23); }
.services-hero-grid span { padding: 18px max(20px,calc((100vw - 1240px)/8)); border-right: 1px solid rgba(255,255,255,.23); font: 9px var(--mono); color: #bcb7b0; letter-spacing: .1em; text-transform: uppercase; }
.services-intro { padding: 130px 0; }
.services-intro-grid, .services-closing-inner { display: grid; grid-template-columns: 27% 1fr; }
.services-intro h2, .journey-heading h2, .services-closing h2 { margin: 18px 0 30px; font: 500 clamp(40px,5.2vw,76px)/1.04 var(--serif); letter-spacing: -.055em; }
.services-intro .lead { max-width: 650px; font-size: 21px; line-height: 1.55; }
.service-journey { padding: 120px 0 135px; }
.journey-heading { display: grid; grid-template-columns: 27% 1fr; margin-bottom: 68px; }
.journey-heading h2 { margin-bottom: 0; }
.journey-label { margin: 0; color: var(--red); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.service-stack { border-top: 1px solid var(--line); }
.service-row { min-height: 185px; display: grid; grid-template-columns: 8% 86px 23% 1fr 14%; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.service-row > span:first-child, .advisory-card > span { font: 10px var(--mono); color: #88837b; }
.service-icon { display: block; width: 72px; height: 72px; object-fit: contain; }
.service-row h3 { margin: 0; font: 500 33px/1.08 var(--serif); letter-spacing: -.045em; }
.service-row p { max-width: 490px; margin: 0; color: #625e58; font-size: 13px; line-height: 1.75; }
.row-mark { color: var(--red); font: 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.advisory-journey { padding-bottom: 130px; }
.advisory-journey .journey-label { color: #e85659; }
.advisory-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #47443e; }
.advisory-card { min-height: 290px; padding: 34px 52px 42px 0; border-bottom: 1px solid #47443e; }
.advisory-card:nth-child(even) { padding-left: 52px; border-left: 1px solid #47443e; }
.advisory-card h3 { margin: 28px 0 17px; color: #fff; font: 500 32px/1.08 var(--serif); letter-spacing: -.045em; }
.advisory-card p { max-width: 420px; margin: 0; color: #c4c0b9; font-size: 13px; line-height: 1.7; }
.advisory-card--wide { grid-column: span 2; padding-right: 52%; }
.services-closing { padding: 140px 0; }
.services-closing > div > div > p:not(.eyebrow) { max-width: 490px; color: #605c56; }
.text-link { display: inline-flex; gap: 20px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.text-link span { color: var(--red); font-size: 17px; }
.desktop-nav a.active { color: #ed5153; }
.mobile-break { display: none; }

@media(max-width:800px) {
  .services-hero { min-height: 760px; padding: 160px 0 85px; }
  .services-hero:before { width: 130vw; height: 130vw; right: -50vw; top: 18vw; }
  .services-hero:after { width: 85vw; height: 85vw; right: -8vw; top: 40vw; }
  .services-hero-inner { display: block; }
  .services-hero h1 { font-size: clamp(43px,11.5vw,58px); }
  .mobile-break { display: inline; }
  .desktop-break { display: none; }
  .services-hero-note { width: 230px; margin-top: 48px; font-size: 12px; }
  .services-hero-grid { grid-template-columns: repeat(2,1fr); }
  .services-hero-grid span { padding: 12px 20px; }
  .services-intro, .service-journey, .services-closing { padding: 85px 0; }
  .services-intro-grid, .services-closing-inner, .journey-heading { grid-template-columns: 1fr; gap: 28px; }
  .services-intro h2, .journey-heading h2, .services-closing h2 { font-size: 44px; }
  .services-intro .lead { font-size: 18px; }
  .journey-heading { margin-bottom: 45px; }
  .service-row { min-height: 0; grid-template-columns: 37px 54px 1fr; gap: 14px; padding: 29px 0; }
  .service-icon { width: 48px; height: 48px; }
  .service-row h3 { grid-column: 3; }
  .service-row h3 { font-size: 29px; }
  .service-row p { grid-column: 3; font-size: 12px; }
  .row-mark { display: none; }
  .advisory-grid { grid-template-columns: 1fr; }
  .advisory-card, .advisory-card:nth-child(even), .advisory-card--wide { min-height: 0; padding: 28px 0; border-left: 0; grid-column: auto; }
  .advisory-card h3 { font-size: 29px; }
  .advisory-card p { font-size: 12px; }
}
