.service-hero { min-height: 600px; padding: 120px 0 95px; }
.service-hero-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.25fr .75fr; min-height: 385px; }
.service-hero h1 { max-width: 760px; }
.service-hero-intro { color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; max-width: 490px; }
.service-hero-marker { align-items: center; border: 1px solid var(--bright); border-radius: 50%; display: flex; flex-direction: column; height: 280px; justify-content: center; justify-self: end; width: 280px; }
.service-hero-marker strong { color: var(--bright); font-size: 90px; font-weight: 400; letter-spacing: -.08em; line-height: .8; }
.service-hero-marker span { font-size: 10px; letter-spacing: .14em; line-height: 1.4; margin-top: 20px; text-align: center; text-transform: uppercase; }
.service-intro-grid, .service-approach-grid, .fit-grid, .faq-grid { display: grid; gap: 80px; grid-template-columns: .7fr 1.3fr; }
.service-intro { padding-bottom: 115px; padding-top: 115px; }
.service-intro-grid > div { max-width: 730px; }
.service-lead { font-family: var(--display-font); font-size: 30px; letter-spacing: -.03em; line-height: 1.2; }
.service-intro-grid > div > p + p { color: rgba(30,30,30,.7); font-size: 15px; margin-top: 25px; max-width: 650px; }
.service-approach { padding-bottom: 120px; padding-top: 120px; }
.service-approach h2 { max-width: 530px; }
.service-approach-grid > div > p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.65; max-width: 650px; }
.service-approach-grid > div > p.approach-lead { color: var(--white); font-family: var(--display-font); font-size: 25px; line-height: 1.25; }
.connection-line { align-items: center; border-top: 1px solid var(--border-dark); display: flex; gap: 18px; margin-top: 52px; padding-top: 18px; }
.connection-line span { color: var(--bright); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.connection-line i { color: rgba(255,255,255,.55); font-style: normal; }
.deliverables-heading { margin-bottom: 70px; }
.deliverables-grid { border-top: 1px solid var(--border-light); display: grid; grid-template-columns: repeat(3, 1fr); }
.deliverables-grid article { border-bottom: 1px solid var(--border-light); border-right: 1px solid var(--border-light); min-height: 230px; padding: 23px 30px 28px 0; }
.deliverables-grid article:nth-child(3n+2), .deliverables-grid article:nth-child(3n+3) { padding-left: 30px; }
.deliverables-grid article:nth-child(3n) { border-right: 0; }
.deliverables-grid b { color: #26865b; font-size: 11px; letter-spacing: .08em; }
.deliverables-grid h3 { font-size: 24px; margin: 45px 0 12px; }
.deliverables-grid p, .fit-list p { color: rgba(30,30,30,.7); font-size: 13px; max-width: 260px; }
.fit-section { padding-bottom: 120px; padding-top: 120px; }
.fit-grid { align-items: start; }
.fit-grid h2 { max-width: 500px; }
.fit-list { border-top: 1px solid var(--border-dark); }
.fit-list article { border-bottom: 1px solid var(--border-dark); padding: 24px 0 25px 20px; }
.fit-list article > span { color: var(--bright); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.fit-list h3 { font-size: 25px; margin: 20px 0 8px; }
.fit-list p { color: rgba(255,255,255,.86); margin: 0; max-width: 560px; }
.faq-section { padding-bottom: 120px; padding-top: 120px; }
.faq-grid h2 { max-width: 420px; }
.faq-list { border-top: 1px solid var(--border-light); }
.faq-list details { border-bottom: 1px solid var(--border-light); padding: 20px 0; }
.faq-list summary { cursor: pointer; font-family: var(--display-font); font-size: 20px; list-style: none; padding-right: 35px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { color: #26865b; content: "+"; font-family: var(--body-font); font-size: 24px; font-weight: 400; position: absolute; right: 0; top: -5px; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { color: rgba(30,30,30,.7); font-size: 14px; line-height: 1.65; margin: 18px 35px 4px 0; max-width: 650px; }
.service-cta { padding: 110px 0; }
.service-cta-inner { max-width: 850px; text-align: center; }
.service-cta-inner .eyebrow { color: var(--bright); }
.service-cta-inner h2 { color: var(--white); margin-left: auto; margin-right: auto; max-width: 800px; }
.service-cta-inner h2 em { border-bottom: 1px solid var(--bright); color: var(--white); }
.service-cta-inner > p:not(.eyebrow) { color: rgba(255,255,255,.8); margin: 0 auto 32px; max-width: 590px; }
.service-cta-inner .button { margin: auto; }
.nav-current { color: var(--bright); opacity: 1 !important; }
@media (max-width: 850px) { .service-hero { padding-top: 85px; } .service-hero-grid { display: block; min-height: 0; } .service-hero-marker { height: 230px; margin: 60px auto 0; width: 230px; } .service-hero-marker strong { font-size: 75px; } .service-intro-grid, .service-approach-grid, .fit-grid, .faq-grid { gap: 45px; grid-template-columns: 1fr; } .service-intro, .service-approach, .fit-section, .faq-section { padding-bottom: 88px; padding-top: 88px; } .service-lead { font-size: 25px; } .connection-line { align-items: start; flex-direction: column; gap: 10px; margin-top: 38px; } .connection-line i { transform: rotate(90deg); } .deliverables-heading { margin-bottom: 45px; } .deliverables-grid { grid-template-columns: 1fr 1fr; } .deliverables-grid article, .deliverables-grid article:nth-child(3n+2), .deliverables-grid article:nth-child(3n+3) { padding: 20px 18px 24px 0; } .deliverables-grid article:nth-child(2n) { border-right: 0; padding-left: 18px; } .deliverables-grid article:nth-child(3n) { border-right: 1px solid var(--border-light); } .deliverables-grid article:nth-child(6n) { border-right: 0; } .deliverables-grid h3 { font-size: 21px; margin-top: 35px; } .service-cta { padding: 88px 0; } }
@media (max-width: 520px) { .service-hero h1 { font-size: 47px; } .deliverables-grid { grid-template-columns: 1fr; } .deliverables-grid article, .deliverables-grid article:nth-child(2n), .deliverables-grid article:nth-child(3n), .deliverables-grid article:nth-child(6n) { border-right: 0; padding: 20px 0 24px; } .deliverables-grid article:last-child { border-bottom: 0; } }