:root {
  --navy: #1f2b52;
  --navy-light: #2a3f70;
  --navy-dark: #17213d;
  --gold: #c9ad73;
  --gold-dark: #8f6d31;
  --paper: #f7f5f0;
  --white: #fff;
  --ink-soft: #566077;
  --line: rgba(23, 33, 61, 0.17);
  --heading: "Plus Jakarta Sans", sans-serif;
  --body: "Inter", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: var(--navy-dark); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; padding: 0.7rem 1rem; color: var(--white); background: var(--navy-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(100% - 4rem, 1160px); margin: 0 auto; }

.service-header { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; color: var(--white); }
.service-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand img { width: min(210px, 44vw); height: auto; }
.service-nav { display: flex; align-items: center; gap: 1.6rem; }
.service-nav a { font-size: .82rem; font-weight: 700; text-decoration: none; }
.nav-cta { padding: .72rem 1rem; color: var(--navy-dark); background: var(--gold); border-radius: 5px; }

.service-hero { min-height: 72svh; display: flex; align-items: flex-end; padding: 9rem 0 5rem; color: var(--white); background: var(--navy); overflow: hidden; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2rem; color: rgba(255,255,255,.68); font-size: .76rem; }
.breadcrumb a { text-decoration: none; }
.eyebrow { display: block; margin-bottom: 1rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.service-hero h1 { max-width: 13ch; margin-bottom: 1.4rem; font-family: var(--heading); font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: 1.01; letter-spacing: 0; }
.service-hero-copy > p { max-width: 62ch; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.3vw, 1.14rem); line-height: 1.7; }
.service-hero-media { height: min(52vh, 540px); overflow: hidden; border: 1px solid rgba(201,173,115,.5); border-radius: 6px; background: var(--navy-dark); }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-hero-media.contain img { object-fit: contain; }

.service-band { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--paper); }
.service-band.white { background: var(--white); }
.service-band.cool { background: #edf0f5; }
.section-grid { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.section-intro { position: sticky; top: 2rem; }
.section-intro h2 { max-width: 14ch; margin-bottom: 1.2rem; font-family: var(--heading); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: 0; }
.section-intro p { max-width: 52ch; color: var(--ink-soft); line-height: 1.72; }
.prose { max-width: 760px; }
.prose p { margin-bottom: 1.25rem; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.8; }
.prose p:last-child { margin-bottom: 0; }

.feature-list { list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.feature-list span, .step-list > li::before { color: var(--gold-dark); font-family: var(--heading); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.feature-list h3, .step-list h3 { margin-bottom: .5rem; font-family: var(--heading); font-size: 1.15rem; }
.feature-list p, .step-list p { color: var(--ink-soft); font-size: .94rem; line-height: 1.65; }

.step-list { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-list > li { counter-increment: step; min-height: 240px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-list > li::before { content: "0" counter(step); margin-bottom: auto; }
.step-list h3 { margin-top: 3rem; }

.specialist-band { color: var(--white); background: var(--navy-light); }
.specialist-layout { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.specialist-photo { height: min(62vh, 620px); overflow: hidden; border-radius: 6px; }
.specialist-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.specialist-photo.contain { background: #182343; }
.specialist-photo.contain img { object-fit: contain; padding: clamp(2rem, 5vw, 4rem); }
.specialist-copy h2 { margin-bottom: .65rem; font-family: var(--heading); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; }
.specialist-role { margin-bottom: 1.5rem; color: var(--gold); font-weight: 700; }
.specialist-copy > p:last-of-type { max-width: 60ch; color: rgba(255,255,255,.78); line-height: 1.75; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--heading); font-size: 1.05rem; font-weight: 700; line-height: 1.45; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; color: var(--gold-dark); font-size: 1.45rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 65ch; padding: 0 2.5rem 1.6rem 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.72; }

.service-cta { padding: clamp(5rem, 9vw, 8rem) 0; color: var(--white); text-align: center; background: var(--navy-dark); }
.service-cta h2 { max-width: 17ch; margin: 0 auto 1rem; font-family: var(--heading); font-size: clamp(2rem, 4.5vw, 3.8rem); line-height: 1.08; }
.service-cta p { max-width: 58ch; margin: 0 auto; color: rgba(255,255,255,.74); line-height: 1.7; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.cta-actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.2rem; border: 1px solid var(--gold); border-radius: 5px; font-size: .86rem; font-weight: 800; text-decoration: none; }
.cta-primary { color: var(--navy-dark); background: var(--gold); }
.cta-secondary { color: var(--white); }

.service-footer { padding: 3rem 0; color: rgba(255,255,255,.72); background: #10182d; }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .84rem; }
.footer-row nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-row a { text-decoration: none; }

@media (max-width: 820px) {
  .shell { width: min(100% - 2rem, 1160px); }
  .service-nav a:not(.nav-cta) { display: none; }
  .service-hero { min-height: auto; padding-top: 8rem; }
  .service-hero-grid, .section-grid, .specialist-layout { grid-template-columns: 1fr; }
  .service-hero-media { height: min(55svh, 500px); }
  .section-intro { position: static; }
  .step-list { grid-template-columns: 1fr; }
  .specialist-photo { height: min(68svh, 580px); }
}

@media (max-width: 520px) {
  .service-header-inner { min-height: 72px; }
  .brand img { width: 145px; }
  .nav-cta { padding: .62rem .78rem; font-size: .74rem !important; }
  .service-hero h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .service-hero-media { height: 52svh; }
  .feature-list li { grid-template-columns: 40px 1fr; }
  .step-list > li { min-height: 210px; }
  .cta-actions { flex-direction: column; }
  .cta-actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0s !important; }
}
