:root {
  --navy: #1b3a6b;
  --navy-deep: #102b43;
  --ink: #14181f;
  --muted: #5a6472;
  --paper: #f5f6f8;
  --white: #fff;
  --line: #dcdfe6;
  --amber: #e8a33d;
  --amber-deep: #a96512;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--paper); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body, button { font-family: inherit; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.service-shell { width: min(100%, 78rem); margin: 0 auto; padding: 0 var(--page-pad); }

.service-header {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  padding: 1.35rem 0;
  color: var(--white);
}

.service-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.wordmark { color: inherit; font-size: .9rem; font-weight: 760; letter-spacing: -.025em; text-decoration: none; }
.wordmark::before { content: ""; display: inline-block; width: .65rem; height: .65rem; margin-right: .7rem; border-radius: 50%; background: var(--amber); vertical-align: .04em; }
.header-link { color: rgba(255,255,255,.78); font-size: .8rem; text-decoration: none; }
.header-link:hover { color: var(--white); }

.service-hero { padding: clamp(8rem, 15vw, 12rem) 0 clamp(4.5rem, 10vw, 8rem); color: var(--white); background: var(--navy-deep); }
.service-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: end; }
.eyebrow { margin: 0 0 1.1rem; color: #a9c4e7; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker { margin: 0 0 1.1rem; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-hero h1 { max-width: 13ch; margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 7vw, 6.6rem); font-weight: 500; letter-spacing: -.06em; line-height: .96; }
.service-hero__lead { max-width: 38rem; margin: 1.8rem 0 0; color: rgba(255,255,255,.77); font-size: 1.08rem; }
.service-hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1.1rem; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 760; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy-deep); background: var(--amber); }
.button--primary:hover { background: #f3b85d; }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.button--ghost:hover { border-color: rgba(255,255,255,.8); }

.service-hero__panel { padding: 1.5rem; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.panel-label { margin: 0 0 1rem; color: rgba(255,255,255,.55); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-hero__panel ul { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.service-hero__panel li { padding-top: .8rem; color: rgba(255,255,255,.88); border-top: 1px solid rgba(255,255,255,.15); }

.service-section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.service-section--white { background: var(--white); }
.service-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 9rem); align-items: start; }
.service-section h2 { max-width: 14ch; margin: 0; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.service-intro__body { max-width: 38rem; color: var(--muted); font-size: 1.08rem; }
.service-intro__body p { margin: 0 0 1.2rem; }
.service-intro__body p:last-child { margin-bottom: 0; }

.service-section__heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 9rem); align-items: end; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.service-section__heading h2 { max-width: 12ch; }
.service-section__heading > p { max-width: 36rem; margin: 0; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 3rem; }
.feature { padding: 2rem 0 2.2rem; border-bottom: 1px solid var(--line); }
.feature__number { margin-bottom: 1.25rem; color: var(--navy); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.feature h3 { margin: 0 0 .7rem; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.feature p { max-width: 34rem; margin: 0; color: var(--muted); }
.service-link { display: inline-flex; margin-top: 2.4rem; color: var(--navy); font-weight: 760; text-underline-offset: .25em; }

.service-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 9rem); align-items: start; }
.process-list { display: grid; gap: 1.5rem; }
.process-item { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.process-item__number { color: var(--navy); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.process-item h3 { margin: 0 0 .45rem; color: var(--navy-deep); font-size: 1rem; }
.process-item p { margin: 0; color: var(--muted); }

.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 3rem; }
.audience { padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); }
.audience h3 { margin: 0 0 .7rem; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 500; letter-spacing: -.035em; }
.audience p { margin: 0; color: var(--muted); }

.service-speed { color: var(--white); background: var(--navy); }
.service-speed h2 { color: var(--white); }
.service-speed .section-kicker { color: #dbe9fb; }
.service-speed__body { max-width: 38rem; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.service-speed__body p { margin: 0 0 1.2rem; }
.service-speed__time { display: block; margin: 1.5rem 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 6vw, 5.8rem); letter-spacing: -.055em; line-height: .95; }

.faq-list { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.35rem 0; color: var(--navy-deep); cursor: pointer; font-weight: 760; list-style-position: outside; }
.faq-list__answer { max-width: 44rem; padding: 0 2rem 1.4rem 0; color: var(--muted); }
.faq-list__answer p { margin: 0; }

.service-cta { color: var(--white); background: var(--navy-deep); }
.service-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.service-cta h2 { max-width: 10ch; color: var(--white); }
.service-cta p { max-width: 32rem; margin: 0; color: rgba(255,255,255,.72); }

.service-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.4rem var(--page-pad) 2rem; color: rgba(255,255,255,.55); background: var(--navy-deep); font-size: .76rem; }
.service-footer p { margin: 0; }
.service-footer a { color: rgba(255,255,255,.82); text-decoration: none; }

@media (max-width: 800px) {
  .service-hero__grid, .service-intro, .service-section__heading, .service-process { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-hero h1 { max-width: 12ch; }
  .service-section h2, .service-section__heading h2 { max-width: 13ch; }
  .service-cta__inner { align-items: start; flex-direction: column; }
}

@media (max-width: 560px) {
  .service-header__inner { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .service-hero { padding-top: 11rem; }
  .service-hero__actions, .service-hero__actions .button { width: 100%; }
  .feature-grid, .audience-grid { grid-template-columns: 1fr; }
  .service-footer { align-items: flex-start; flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
