.service-hero {
  position: relative;
  min-height: 720px;
  padding: 210px 0 92px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.service-hero::before {
  content: "";
  position: absolute;
  inset: 106px 0 0;
  background: url('/assets/hero-rhino.webp') center / cover no-repeat;
  opacity: .35;
  filter: saturate(.35) contrast(1.1);
}
.service-hero::after {
  content: "";
  position: absolute;
  inset: 106px 0 0;
  background: linear-gradient(90deg, rgba(8,15,22,.99) 0%, rgba(8,15,22,.9) 56%, rgba(8,15,22,.48) 100%), radial-gradient(circle at 80% 42%, rgba(239,91,43,.32), transparent 27%);
}
.service-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 5rem; align-items: end; }
.service-breadcrumb { margin: 0 0 1.5rem; color: rgba(255,255,255,.62); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-breadcrumb a { color: #ff9a78; }
.service-hero h1 { max-width: 900px; font-size: clamp(3.25rem, 6vw, 6.25rem); }
.service-lead { max-width: 780px; margin: 1.8rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem,1.45vw,1.25rem); line-height: 1.75; }
.designation { display: inline-flex; margin-top: 2.2rem; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.service-proof { border-left: 2px solid var(--orange); padding-left: 1.5rem; }
.service-proof span { display: block; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.7); font-size: .82rem; }
.service-proof strong { display: block; color: var(--white); font-family: var(--display); font-size: 1.05rem; }

.service-intro { background: var(--paper); }
.service-split { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 4.5rem; }
.service-intro-copy h2, .service-section-heading h2, .service-support h2 { font-size: clamp(2.55rem,4.4vw,4.6rem); text-wrap: balance; }
.service-intro-copy > p { max-width: 760px; margin: 2rem 0 0; color: #4f5b63; font-size: 1.08rem; }
.service-promise { margin-top: 3rem; padding: 2rem 0 0 2rem; border-top: 1px solid var(--line); border-left: 4px solid var(--orange); font-family: var(--display); font-size: clamp(1.3rem,2.1vw,1.9rem); line-height: 1.45; }

.service-capabilities { color: var(--white); background: var(--ink); }
.service-section-heading { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.service-section-heading > p { margin: 0; color: rgba(255,255,255,.64); }
.service-capabilities .section-index { color: #ff9a78; }
.capability-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.capability-card { min-height: 290px; padding: 2rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.025); }
.capability-card span { color: #ff8760; font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.capability-card h3 { margin-top: 2rem; font-size: clamp(1.65rem,2.5vw,2.35rem); }
.capability-card p { margin: 1.2rem 0 0; color: rgba(255,255,255,.68); }

.financial-journey { background: var(--paper-alt); }
.journey-heading { max-width: 900px; }
.journey-heading h2 { margin-top: 1.1rem; font-size: clamp(2.55rem,4.4vw,4.6rem); }
.journey-heading > p:last-child { max-width: 680px; margin: 1.6rem 0 0; color: #526069; }
.journey-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-step { min-height: 245px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-step span { color: var(--orange-dark); font-size: .72rem; font-weight: 700; }
.journey-step strong { display: block; margin-top: 2rem; font-family: var(--display); font-size: 1.15rem; line-height: 1.3; }
.journey-step p { margin: .8rem 0 0; color: #647079; font-size: .86rem; }

.delivery-model { background: var(--white); }
.delivery-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 7rem; }
.delivery-heading { position: sticky; top: 145px; align-self: start; }
.delivery-heading h2 { margin-top: 1.1rem; font-size: clamp(2.55rem,4.4vw,4.6rem); }
.delivery-heading p:last-child { margin: 1.5rem 0 0; color: #59656d; }
.delivery-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); counter-reset: delivery; }
.delivery-list li { counter-increment: delivery; display: grid; grid-template-columns: 56px 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.delivery-list li::before { content: counter(delivery, decimal-leading-zero); color: var(--orange); font-size: .75rem; font-weight: 700; }
.delivery-list strong { font-family: var(--display); font-size: 1.2rem; }
.delivery-list p { margin: .5rem 0 0; color: #667079; }

.service-support { color: var(--white); background: var(--graphite); }
.support-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 7rem; }
.service-support .section-index { color: #ff9a78; }
.support-copy { margin: 1.7rem 0 0; color: rgba(255,255,255,.68); }
.support-list { border-top: 1px solid var(--line-dark); }
.support-list article { padding: 1.4rem 0; border-bottom: 1px solid var(--line-dark); }
.support-list strong { display: block; font-family: var(--display); font-size: 1.1rem; }
.support-list span { display: block; margin-top: .45rem; color: rgba(255,255,255,.62); font-size: .88rem; }

.service-contact { position: relative; color: var(--white); background: var(--orange); overflow: hidden; }
.service-contact::after { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -180px; background: url('/assets/rhino-silhouette.png') center / contain no-repeat; opacity: .13; filter: brightness(0) invert(1); pointer-events: none; }
.service-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 7rem; align-items: end; }
.service-contact h2 { margin-top: 1.1rem; max-width: 780px; font-size: clamp(2.65rem,4.4vw,4.7rem); }
.service-contact-action p { margin: 0 0 1.5rem; color: rgba(255,255,255,.82); }

@media (max-width: 980px) {
  .service-hero-grid, .service-section-heading, .support-grid { grid-template-columns: 1fr; gap: 3rem; }
  .service-proof { max-width: 520px; }
  .journey-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .journey-step:last-child { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .service-hero { min-height: auto; padding: 175px 0 76px; }
  .service-split, .delivery-grid, .service-contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .delivery-heading { position: static; }
}
@media (max-width: 620px) {
  .service-hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .capability-grid, .journey-grid { grid-template-columns: 1fr; }
  .journey-step:last-child { grid-column: auto; }
  .service-section-heading { gap: 1.8rem; }
  .designation { line-height: 1.5; }
}

/* About: opaque background, no overlapping decorative layers. */
.service-hero.about-hero { min-height: 0; padding: 190px 0 80px; background: #101820; color: #fff; }
.service-hero.about-hero::before, .service-hero.about-hero::after { content: none; display: none; }
.about-hero > .shell { position: relative; }
.service-hero.about-hero h1 { max-width: 960px; font-size: clamp(2.5rem, 5vw, 4.75rem); line-height: 1.12; letter-spacing: -.035em; color: #fff; }
.about-hero .service-lead { max-width: 800px; color: #e2e8ed; font-size: 1.125rem; line-height: 1.8; }
.about-history { background: #fff; }
.about-history-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 4rem; margin-top: 1.5rem; }
.about-history h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.2; }
.about-history-copy { color: #394650; font-size: 1.0625rem; line-height: 1.85; }
.about-history-copy p { margin: 0 0 1.5rem; }
@media (max-width: 860px) {
  .service-hero.about-hero { padding: 160px 0 60px; }
  .about-history-grid { grid-template-columns: 1fr; gap: 1.75rem; }
}
