.service-page {
  background: var(--white);
}

.service-page .site-header {
  position: absolute;
  background: linear-gradient(90deg, rgba(1, 53, 40, .98) 0 48%, rgba(1, 53, 40, .84) 72%, rgba(1, 53, 40, .68));
  box-shadow: 0 12px 35px rgba(1, 32, 24, .12);
  backdrop-filter: blur(8px);
}

.service-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--green-night);
  color: var(--white);
}

.service-hero-media {
  position: absolute;
  inset: 0 0 0 48%;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.service-hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 12.7%;
  width: 5px;
  background: var(--green-vivid);
  transform: skewX(-25deg);
  transform-origin: top;
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 110px;
}

.service-hero-copy {
  width: 52%;
  padding-right: 58px;
}

.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .72);
  font: 700 10px/1.4 var(--display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-breadcrumb a:hover,
.service-breadcrumb a:focus-visible { color: var(--gold); }

.service-hero .section-kicker,
.service-method .section-kicker,
.service-cta .section-kicker { color: var(--gold); }

.service-hero h1 {
  max-width: 820px;
  margin: 0 0 30px;
  font-size: clamp(4rem, 6.2vw, 7rem);
  line-height: .96;
}

.service-hero-copy > p {
  max-width: 620px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, .8);
  font-size: 1.22rem;
  line-height: 1.48;
}

.service-hero .button {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
  clip-path: polygon(0 0, 95% 0, 100% 18%, 100% 100%, 0 100%);
}

.service-hero .button:hover,
.service-hero .button:focus-visible {
  background: var(--gold);
  color: var(--green-night);
  transform: translateY(-2px);
}

.service-technical-line {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 43%;
  height: 1px;
  background: var(--gold);
}

.service-technical-line::before,
.service-technical-line::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--green-night);
}

.service-technical-line::before { left: 0; }
.service-technical-line::after { right: 0; }

.service-intro {
  padding: 115px 0;
  background: var(--white);
}

.service-intro-grid {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 120px;
  align-items: center;
}

.service-intro h2,
.service-importance h2,
.service-deliverables h2,
.service-faq h2 {
  font-size: clamp(3.2rem, 5vw, 5.6rem);
}

.service-intro-copy {
  padding-top: 28px;
  border-top: 2px solid var(--gold);
}

.service-intro-copy p {
  max-width: 660px;
  margin: 30px 0 0;
  color: #5d655f;
  font-size: 1.16rem;
}

.service-intro-statement {
  margin: 0;
  padding: 30px 0 30px 54px;
  border-left: 1px solid var(--gold);
  color: var(--gold-ink);
  font: 800 clamp(3.1rem, 4.7vw, 5.2rem)/1 var(--display);
  letter-spacing: -.05em;
}

.service-importance {
  padding: 120px 0;
  background: #f7f8f7;
}

.service-section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.service-section-heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.service-section-heading > p {
  max-width: 560px;
  margin: 0 0 12px;
  color: #606862;
  font-size: 1.08rem;
}

.risk-list {
  border-top: 1px solid #aeb7b0;
}

.risk-row {
  display: grid;
  grid-template-columns: 105px .75fr 1.3fr;
  gap: 46px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid #aeb7b0;
}

.risk-row > span {
  color: var(--gold-ink);
  font: 900 2.2rem var(--display);
}

.risk-row h3 {
  margin: 0;
  color: var(--green-night);
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  line-height: 1.18;
}

.risk-row p {
  margin: 0;
  padding-left: 44px;
  border-left: 1px solid #929b94;
  color: #5f6661;
}

.service-deliverables {
  padding: 120px 0 0;
  background: var(--white);
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.deliverable-list li {
  min-height: 250px;
  padding: 36px 30px 42px;
  border-right: 1px solid var(--line);
}

.deliverable-list li:first-child {
  border-left: 1px solid var(--line);
}

.deliverable-list span {
  display: block;
  color: var(--gold-ink);
  font: 900 2.8rem var(--display);
}

.deliverable-list span::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin: 12px 0 30px;
  background: var(--gold);
}

.deliverable-list strong {
  display: block;
  color: var(--green-night);
  font: 800 1.02rem/1.34 var(--display);
}

.deliverable-list p {
  margin: 14px 0 0;
  color: #6a716c;
  font-size: .88rem;
  line-height: 1.42;
}

.service-method {
  position: relative;
  padding: 105px 0 120px;
  overflow: hidden;
  background: var(--green-night);
  color: var(--white);
  clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 0 100%);
}

.service-method h2 {
  margin-bottom: 72px;
  color: var(--white);
  font-size: clamp(3.4rem, 5.2vw, 5.7rem);
}

.service-method-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-method-track::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 21px;
  height: 2px;
  background: var(--gold);
}

.service-method-track li {
  position: relative;
  padding-top: 78px;
}

.service-step-number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--green-night);
  clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 18% 100%, 0 82%);
  font: 900 12px var(--display);
  letter-spacing: .05em;
}

.service-method-track strong {
  color: var(--green-light);
  font: 800 1.25rem var(--display);
}

.service-method-track p {
  max-width: 280px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .94rem;
}

.service-faq {
  padding: 125px 0 110px;
  background: var(--white);
}

.faq-list {
  margin-top: 65px;
  border-top: 1px solid #aeb7b0;
}

.faq-item {
  border-bottom: 1px solid #aeb7b0;
}

.faq-question {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 24px 8px 24px 0;
  border: 0;
  background: transparent;
  color: var(--graphite);
  text-align: left;
  cursor: pointer;
  font: 800 clamp(1.05rem, 1.6vw, 1.4rem)/1.3 var(--display);
}

.faq-question:hover {
  color: var(--green-ink);
}

.faq-icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--green-ink);
  transform: translate(-50%, -50%);
  transition: transform .25s;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  max-width: 920px;
  padding: 0 60px 28px 0;
  color: #5f6761;
}

.faq-answer p {
  margin: 0;
}

.related-services {
  background: var(--gold);
  color: var(--green-night);
}

.related-shell {
  width: var(--shell);
  min-height: 190px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .75fr repeat(3, 1fr);
  align-items: stretch;
}

.related-services h2 {
  align-self: center;
  margin: 0;
  padding-right: 42px;
  font-size: clamp(2.5rem, 3.6vw, 4rem);
}

.related-services a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 34px;
  border-left: 1px solid rgba(1, 53, 40, .42);
  font: 800 1rem/1.25 var(--display);
  transition: background .25s, color .25s;
}

.related-services a:hover,
.related-services a:focus-visible {
  background: var(--green-night);
  color: var(--white);
}

.related-services svg {
  width: 28px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-cta {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background: var(--green-night);
  color: var(--white);
}

.service-cta-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin: 0 auto;
}

.service-cta h2 {
  max-width: 950px;
  margin-bottom: 25px;
  color: var(--white);
  font-size: clamp(3.5rem, 5.5vw, 6rem);
}

.service-cta p {
  color: rgba(255, 255, 255, .72);
  font-size: 1.18rem;
}

.service-cta-actions {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 38px;
}

.service-cta .button {
  border: 2px solid var(--gold);
  color: var(--white);
}

.service-cta-phone {
  color: var(--gold);
  font: 700 1.08rem var(--display);
}

.service-cta-arrow {
  position: absolute;
  z-index: 1;
  right: -2%;
  top: 50%;
  width: 28%;
  height: 250px;
  border-top: 5px solid var(--gold);
  border-right: 5px solid var(--gold);
  opacity: .9;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1120px) {
  .service-hero,
  .service-hero-shell { min-height: 980px; }
  .service-hero-shell { align-items: flex-start; padding-top: 165px; }
  .service-hero-copy { width: 90%; padding-right: 0; }
  .service-hero-media { inset: 50% 0 0; clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%); }
  .service-hero-media::before { display: none; }
  .service-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(1,53,40,.82), rgba(1,53,40,.14) 42%, transparent 70%); pointer-events: none; }
  .service-technical-line { display: none; }
  .service-intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-intro-statement { max-width: 700px; }
  .service-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .risk-row { grid-template-columns: 80px .8fr 1.2fr; gap: 28px; }
  .deliverable-list { grid-template-columns: repeat(2, 1fr); }
  .deliverable-list li:nth-child(odd) { border-left: 1px solid var(--line); }
  .service-method { clip-path: polygon(0 0, 93% 0, 100% 5%, 100% 100%, 0 100%); }
  .service-method-track { grid-template-columns: 1fr 1fr; row-gap: 55px; }
  .service-method-track::before { display: none; }
  .related-shell { grid-template-columns: 1fr; padding: 50px 0; }
  .related-services h2 { padding: 0 0 30px; }
  .related-services a { min-height: 96px; padding: 24px 0; border-left: 0; border-top: 1px solid rgba(1, 53, 40, .42); }
  .service-cta-arrow { opacity: .28; }
}

@media (min-width: 1121px) and (max-height: 800px) {
  .service-hero,
  .service-hero-shell { min-height: max(680px, 100svh); }
  .service-hero-shell { padding-top: 88px; }
  .service-hero h1 { margin-bottom: 20px; font-size: clamp(3.5rem, 5.35vw, 5.55rem); }
  .service-hero-copy > p { margin-bottom: 26px; font-size: 1.08rem; }
  .service-breadcrumb { margin-bottom: 12px; }
  .service-hero .section-kicker { margin-bottom: 16px; }
  .service-technical-line { bottom: 22px; }
}

@media (max-width: 680px) {
  .service-hero,
  .service-hero-shell { min-height: 880px; }
  .service-hero-shell { padding-top: 125px; }
  .service-hero-copy { width: 100%; }
  .service-hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .service-hero-copy > p { font-size: 1rem; }
  .service-hero .button { width: 100%; font-size: 11px; }
  .service-hero-media { inset: 61% 0 0; }
  .service-intro,
  .service-importance,
  .service-faq { padding: 82px 0; }
  .service-intro h2,
  .service-importance h2,
  .service-deliverables h2,
  .service-faq h2 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
  .service-intro-statement { padding: 26px 0 26px 24px; font-size: clamp(2.7rem, 12vw, 4rem); }
  .risk-row { grid-template-columns: 52px 1fr; gap: 16px; padding: 28px 0; align-items: start; }
  .risk-row > span { font-size: 1.55rem; }
  .risk-row p { grid-column: 2; padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .service-deliverables { padding-top: 82px; }
  .deliverable-list { grid-template-columns: 1fr; margin-top: 46px; }
  .deliverable-list li,
  .deliverable-list li:nth-child(odd) { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-method { padding: 82px 0; clip-path: polygon(0 0, 90% 0, 100% 3%, 100% 100%, 0 100%); }
  .service-method h2 { margin-bottom: 50px; font-size: clamp(2.7rem, 12vw, 4rem); }
  .service-method-track { grid-template-columns: 1fr; gap: 38px; }
  .service-method-track li { min-height: 92px; padding: 3px 0 0 72px; }
  .service-step-number { top: 0; }
  .faq-list { margin-top: 42px; }
  .faq-question { min-height: 86px; font-size: .98rem; }
  .faq-answer { padding-right: 20px; }
  .related-shell { min-height: 0; }
  .related-services h2 { font-size: 2.75rem; }
  .service-cta { padding: 86px 0; }
  .service-cta h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .service-cta-actions { align-items: stretch; flex-direction: column; gap: 24px; }
  .service-cta .button { width: 100%; }
  .service-cta-phone { text-align: center; }
  .service-cta-arrow { display: none; }
}
