/* Shared service-detail surfaces use the existing Vonneum tokens and fonts. */
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 10000; padding: 14px 20px; border-radius: 12px; background: var(--accent); color: var(--ink); transform: translateY(-180%); font-weight: 700; }
.skip-link:focus { transform: none; }
.service-detail-page :is(a, summary, button):focus-visible, .contact-form :is(input, select, textarea, button):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.service-detail-page #main-content:focus { outline: none; }
.service-detail-page :is(section[id], details[id]), #contact, #home { scroll-margin-top: 190px; }
.service-detail-page .service-sibling-nav { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 28px; font-size: 1rem; }
.service-sibling-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: #c2c9bf; }
.service-sibling-nav [aria-current] { color: var(--text); background: var(--accent-soft); border-color: rgba(184,230,46,.3); }
.service-detail-page .service-hero { position: relative; padding: clamp(56px,7vw,100px) 0 64px; }
.service-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(2.8rem,5.4vw,5.4rem); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.service-accent { background: linear-gradient(110deg,#f2f4f0,#d3f462); background-clip: text; -webkit-background-clip: text; color: transparent; }
.service-hero-body { max-width: 790px; margin-top: 28px; color: #c2c9bf; font-size: clamp(1rem,1.4vw,1.15rem); line-height: 1.75; }
.service-detail-page .page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.service-detail-page .button { min-height: 52px; white-space: normal; text-align: center; line-height: 1.45; }
.service-audience { max-width: 760px; margin-top: 24px; color: #aeb8ad; font-size: 1rem; }
.service-value-strip { padding: 26px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-value-strip h2 { margin: 0 0 20px; font-size: 1.35rem; letter-spacing: -.025em; }
.service-value-strip ul { display: flex; flex-wrap: wrap; gap: 16px 28px; list-style: none; padding: 0; margin: 0; }
.service-value-strip li { display: flex; gap: 10px; align-items: center; color: #c2c9bf; font-size: 1rem; }
.service-value-strip li span { color: var(--accent); }
.service-detail-page .section { padding: clamp(56px,6vw,88px) 0; }
.service-detail-page .section-heading { max-width: 900px; }
.service-detail-page .section-heading h2 { max-width: 25ch; font-size: clamp(2rem,3.4vw,3.3rem); line-height: 1.1; letter-spacing: -.045em; }
.service-detail-page .section-heading > p:last-child:not(.eyebrow) { color: #b6c0b4; font-size: 1rem; line-height: 1.7; margin-top: 20px; }
.offer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.offer-card, .service-path-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg,rgba(32,36,42,.9),rgba(13,16,19,.9)); }
.offer-card { gap: 18px; }
.offer-card > *, .service-path-card > * { margin: 0; }
.offer-recommended { border-color: rgba(184,230,46,.5); box-shadow: 0 0 42px rgba(184,230,46,.055); }
.offer-label { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; min-height: 36px; }
.offer-label h3 { font-size: 1.65rem; letter-spacing: -.035em; }
.offer-badge { padding: 6px 10px; border: 1px solid rgba(184,230,46,.3); border-radius: 999px; background: var(--accent-soft); color: #d3f462; font-size: .8rem; font-weight: 600; }
.offer-card .offer-outcome { color: var(--text); font-family: Archivo, sans-serif; font-size: 1.6rem; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; min-height: 3.6em; }
.offer-card > p:not(.offer-outcome), .service-path-card > p:not(.eyebrow) { color: #b6c0b4; font-size: 1rem; line-height: 1.7; }
.offer-card > p:not(.offer-outcome):not(.offer-best-fit) { min-height: 6.8em; }
.service-detail-page .service-list { display: grid; gap: 12px; padding-left: 20px; color: #c2c9bf; font-size: 1rem; line-height: 1.55; }
.service-detail-page .service-list li::marker { color: #b8e62e; }
.offer-card .offer-best-fit { padding-top: 20px; border-top: 1px solid var(--line); margin-top: auto; min-height: 10.5em; font-size: 1rem; }
.offer-card .button { width: 100%; margin-top: 0; }
.service-scope-note { margin-top: 22px; color: #aeb8ad; font-size: 1rem; }
.service-detail-page .service-comparison { padding-top: 8px; }
.decision-comparison { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); font-size: 1rem; }
.decision-comparison caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.decision-comparison th, .decision-comparison td { padding: 20px; text-align: left; border-bottom: 1px solid var(--line); line-height: 1.5; }
.decision-comparison thead th { background: rgba(32,36,42,.9); color: var(--text); }
.decision-comparison tbody th { width: 25%; font-weight: 500; color: var(--text); }
.decision-comparison td { width: 25%; color: #c2c9bf; }
.decision-comparison tr:last-child > * { border-bottom: 0; }
.comparison-mobile-label { display: none; }
.service-path-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.service-path-card { gap: 20px; padding: 32px; }
.service-path-card h3 { font-size: clamp(1.55rem,2.2vw,2rem); line-height: 1.15; letter-spacing: -.03em; }
.service-path-card .eyebrow { font-size: .8rem; }
.service-path-card .button { margin-top: auto; align-self: flex-start; }
.service-detail-page .service-process { list-style: none; padding: 0; margin: 0; grid-template-columns: repeat(4,minmax(0,1fr)); }
.service-process .process-card { min-height: 0; padding: 26px; transform: none; }
.service-process h3 { margin: 28px 0 14px; font-size: 1.5rem; letter-spacing: -.03em; }
.service-process .process-card p { color: #c2c9bf; font-size: 1rem; }
.service-faq { display: grid; gap: 12px; max-width: 960px; }
.service-faq .faq-item { overflow: visible; transform: none; background: rgba(32,36,42,.65); }
.service-faq summary { min-height: 32px; padding-right: 24px; cursor: pointer; position: relative; font-size: 1rem; line-height: 1.6; }
.service-faq summary::after { position: absolute; right: 0; top: 0; }
.service-faq .faq-item p { color: #c2c9bf; font-size: 1rem; line-height: 1.75; margin-top: 20px; }
.service-final .section-heading { margin-bottom: 0; }
.service-audit-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 20px; color: #d3f462; text-decoration: underline; text-underline-offset: 5px; font-size: 1rem; }
.service-microcopy { margin-top: 12px; color: #b6c0b4; font-size: 1rem; }
.service-detail-page .footer-inner { grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr) minmax(0,1fr) minmax(0,1.05fr); }
.service-detail-page .footer :is(a,p,span) { overflow-wrap: anywhere; }
.form-context-note { color: var(--text); font-size: 1rem; grid-column: 1/-1; margin: 0; }
@media (max-width: 1100px) {
  .offer-grid { grid-template-columns: minmax(0,1fr); max-width: 700px; margin-inline: auto; }
  .offer-card .offer-outcome, .offer-card > p:not(.offer-outcome):not(.offer-best-fit), .offer-card .offer-best-fit { min-height: 0; }
  .service-detail-page .service-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-detail-page .footer-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .decision-comparison, .decision-comparison tbody { display: block; }
  .decision-comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .decision-comparison tr { display: grid; grid-template-columns: 1fr; border-bottom: 1px solid var(--line); padding: 20px; gap: 12px; }
  .decision-comparison tr:last-child { border-bottom: 0; }
  .decision-comparison tbody th, .decision-comparison td { display: block; width: auto; padding: 0; border: 0; }
  .decision-comparison tbody th { font-weight: 700; }
  .decision-comparison td { display: grid; grid-template-columns: minmax(80px,.35fr) minmax(0,1fr); gap: 12px; }
  .comparison-mobile-label { display: inline; font-weight: 600; color: var(--text); }
  .service-path-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .service-detail-page .service-sibling-nav { padding-top: 20px; }
  .service-detail-page .service-hero { padding: 48px 0; }
  .service-hero h1 { font-size: clamp(2.6rem,9.4vw,3.8rem); }
  .service-detail-page .page-actions .button, .service-path-card .button { width: 100%; }
  .offer-card, .service-path-card { padding: 24px; }
  .service-detail-page .service-process, .service-detail-page .footer-inner { grid-template-columns: 1fr; }
  .service-detail-page .footer-inner { gap: 36px; }
  .service-detail-page .footer-map { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .service-detail-page *, .service-detail-page *::before, .service-detail-page *::after { animation: none !important; transition: none !important; }
}
/* Keep the homepage discovery path visible before hover expansion. */
.service-card-website > .service-cta { width: fit-content; max-width: 100%; white-space: normal; min-height: 46px; text-align: center; }
/* Show navigation immediately on service landing pages. */
.service-detail-page .topbar { animation: none; }
/* Conversion content must survive failed or unavailable reveal JavaScript. */
#contact .reveal { opacity: 1; transform: none; }
.service-detail-page .footer :is(.footer-links a, .footer-contact a, .footer-map-link), .contact-form .service-hint a { display: inline-flex; align-items: center; min-height: 24px; }
