/* Shared service layouts. The original homepage keeps its existing identity. */
:root { --cyan: #83d7ce; --soft-white: #d5dfd8; }
[hidden] { display: none !important; }
html { scroll-padding-top: 102px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.line-icon { flex-shrink: 0; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.services-page { overflow-wrap: anywhere; }
.services-page h1, .services-page h2, .services-page h3, .services-page p, .services-page a, .services-page span { letter-spacing: 0; }
.services-page h1 { font-size: 56px; line-height: 1.1; max-width: 920px; }
.services-page h2 { font-size: 32px; line-height: 1.2; }
.services-page h3 { font-size: 19px; line-height: 1.3; }
.services-page p { color: var(--muted); }
.services-page .eyebrow { color: var(--green2); font-size: 12px; }
.services-page .section-heading { margin-bottom: 28px; }
.services-page .nav-links a[aria-current="page"] { color: var(--green); }
.services-page .brand { letter-spacing: 0; }
.catalog-hero { position: relative; isolation: isolate; margin-top: 76px; min-height: 580px; overflow: hidden; background: #070a08; display: grid; align-items: center; }
.catalog-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,10,8,.98) 0%, rgba(7,10,8,.9) 38%, rgba(7,10,8,.68) 72%, rgba(7,10,8,.82) 100%), radial-gradient(circle at 72% 48%, rgba(57,255,20,.16), transparent 34%); }
.catalog-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .42; filter: saturate(.78) contrast(1.12); }
.catalog-hero-copy { padding-block: 48px; }
.catalog-hero-copy .eyebrow { max-width: 330px; }
.catalog-hero-copy h1 { font-size: 64px; max-width: 360px; }
.catalog-hero-copy h1 em { font-style: normal; color: var(--green); text-shadow: none; }
.catalog-hero-copy > p:not(.eyebrow) { color: #e0e7e3; font-size: 18px; max-width: 340px; }
.catalog-hero-copy .button { margin-top: 10px; }
.catalog-intro { border-bottom: 1px solid var(--line); background: var(--surface); }
.catalog-intro > div { padding-block: 22px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.catalog-intro p { margin: 0; font-size: 14px; }
.catalog-intro strong { color: var(--text); }
.catalog-intro span { font-size: 12px; color: var(--cyan); flex-shrink: 0; }
.catalog-section { padding-block: 72px 90px; }
.catalog-controls { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; margin-top: 30px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-button { border: 1px solid var(--line); background: transparent; color: var(--soft-white); padding: 10px 14px; border-radius: 4px; font-size: 14px; min-height: 44px; }
.filter-button:hover { border-color: var(--muted); }
.filter-button[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #071008; }
.search-label { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); min-height: 44px; }
.search-label input { min-width: 0; width: 180px; background: transparent; border: 0; color: var(--text); font-size: 14px; padding: 0; }
.search-label .line-icon { width: 18px; height: 18px; }
.results-count { font-size: 13px; margin: 20px 0 14px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.catalog-card { display: flex; flex-direction: column; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; transition: border-color .2s, background .2s; min-width: 0; }
.catalog-card:hover, .catalog-card:focus-within { border-color: #648b6b; background: #121a15; }
.catalog-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; color: var(--green); }
.catalog-card-top > span { font-size: 12px; font-family: monospace; color: #92a398; }
.catalog-card .card-category { color: var(--cyan); font-size: 12px; margin: 0 0 8px; }
.catalog-card h3 { font-size: 23px; line-height: 1.2; letter-spacing: 0; }
.catalog-card h3 a:hover { color: var(--green); }
.catalog-card > p:not(.card-category) { font-size: 15px; line-height: 1.65; color: #a8b7ad; margin: 14px 0 28px; }
.card-link { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: auto; padding-block: 10px 0; border-top: 1px solid var(--line); color: var(--green); font-size: 14px; font-weight: 600; min-height: 44px; }
.card-link .line-icon { width: 19px; height: 19px; }
.empty-results { padding: 48px 0; border-block: 1px solid var(--line); }
.scope-band { background: #eaf0ed; padding: 68px 0; color: #101b14; }
.scope-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.scope-band .eyebrow { color: #356341; }
.scope-band .eyebrow span { background: #356341; }
.scope-band p { color: #3d5145; }
.scope-band .text-link { color: #183d21; display: inline-block; }
.service-heading { margin-top: 76px; padding: 28px 0 46px; border-bottom: 1px solid var(--line); background: #101612; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 13px; font-size: 13px; color: #a3b1a8; margin-bottom: 35px; }
.breadcrumbs a { padding-block: 6px; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs [aria-current="page"] { color: var(--text); }
.service-heading-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.service-heading-top .eyebrow { margin: 0; }
.service-number { font-size: 12px; font-family: monospace; color: #9aaa9f; flex-shrink: 0; }
.service-heading .service-promise { font-size: 23px; color: var(--soft-white); margin: 22px 0 12px; max-width: 800px; }
.service-heading-bottom { display: flex; gap: 40px; justify-content: space-between; align-items: center; }
.service-heading-bottom > p { max-width: 720px; margin-bottom: 0; }
.service-heading-bottom .button { flex-shrink: 0; }
.service-content-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 76px; padding-block: 54px 70px; align-items: start; }
.service-sidebar { position: sticky; top: 102px; }
.service-sidebar nav { display: flex; flex-direction: column; gap: 3px; border-left: 1px solid var(--line); }
.service-sidebar nav > p { color: var(--text); font-size: 13px; margin: 0 0 13px; padding-left: 16px; font-weight: 700; }
.service-sidebar nav a { padding: 10px 16px; font-size: 14px; color: var(--muted); border-left: 2px solid transparent; margin-left: -1px; min-height: 44px; }
.service-sidebar nav a:hover, .service-sidebar nav a[aria-current="location"] { color: var(--green); border-left-color: var(--green); }
.sidebar-back { display: inline-flex; padding: 24px 0; margin-top: 12px; color: var(--cyan); font-size: 13px; }
.service-content { min-width: 0; }
.content-section { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid var(--line); }
.content-section > h2 { margin-bottom: 20px; }
.section-label { font-size: 12px; color: var(--cyan) !important; margin: 0 0 16px; }
.intro-text { font-size: 18px; line-height: 1.8; color: var(--soft-white) !important; }
.audience { border-left: 2px solid var(--green); padding-left: 20px; margin-block: 30px; }
.audience strong { color: var(--text); display: block; margin-bottom: 5px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.benefits-grid h3 { color: #e1eee5; }
.benefits-grid p { font-size: 14px; line-height: 1.75; margin-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding: 17px 0 17px 28px; border-bottom: 1px solid #1b281f; color: #b2c1b7; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 4px; margin-top: 24px; }
.table-scroll table { border-collapse: collapse; width: 100%; min-width: 550px; text-align: left; font-size: 14px; }
.table-scroll th, .table-scroll td { padding: 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-scroll thead { color: var(--text); background: #17241b; }
.table-scroll tbody th { font-weight: 500; color: var(--text); width: 23%; }
.table-scroll td { color: #b0beb5; }
.table-scroll tbody tr:last-child > * { border-bottom: 0; }
.example-flow { list-style: none; padding: 20px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin: 26px 0; border-block: 1px solid #3e6350; }
.example-flow li { display: flex; flex-direction: column; gap: 14px; }
.example-flow span { color: var(--green); font-size: 12px; font-family: monospace; }
.example-flow strong { font-size: 15px; font-weight: 500; }
.example-result { font-size: 14px; color: var(--cyan) !important; }
.delivery-steps { padding: 0; margin: 0; list-style: none; }
.delivery-steps li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 22px; padding-block: 20px; }
.delivery-steps li > span { color: var(--green); font-family: monospace; font-size: 13px; padding-top: 2px; }
.delivery-steps p { margin: 8px 0 0; }
.scope-note { padding: 18px 0 0; font-size: 14px; color: var(--cyan) !important; }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 0; }
.faq-section summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 500; display: flex; gap: 24px; justify-content: space-between; align-items: center; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary .line-icon { width: 18px; height: 18px; color: var(--green); }
.faq-section details[open] summary .line-icon { transform: rotate(45deg); }
.faq-section details p { padding: 0 26px 22px 0; margin: 0; }
.source-notes { font-size: 13px; color: var(--muted); }
.source-notes summary { cursor: pointer; padding-block: 12px; color: #b7c6bb; }
.source-notes li { padding-block: 6px; }
.source-notes a { text-decoration: underline; text-underline-offset: 3px; }
.related-section { border-top: 1px solid var(--line); padding: 64px 0; background: #0a100c; }
.related-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.related-heading h2 { font-size: 28px; }
.related-heading a { flex-shrink: 0; font-size: 14px; }
.contact-section { padding: 80px 0; border-block: 1px solid #314537; background: #12251b; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-layout h2 { font-size: 44px; margin: 20px 0; }
.contact-layout > div > p:not(.eyebrow) { color: #b6cabc; max-width: 380px; }
.contact-assurance { border-top: 1px solid #2f4a39; padding-top: 22px; margin-top: 32px; font-size: 14px; }
.brief-form { display: grid; gap: 19px; min-width: 0; }
.brief-form label { display: grid; gap: 8px; font-size: 14px; color: #e5eee7; }
.brief-form .optional { color: #b2c4b8; font-size: 12px; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; min-width: 0; border: 1px solid #3f5b49; border-radius: 4px; background: #0b180f; color: var(--text); padding: 12px; }
.brief-form input::placeholder, .brief-form textarea::placeholder { color: #9cab9f; opacity: 1; }
.brief-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.brief-form .form-note { font-size: 12px; line-height: 1.7; margin: -4px 0 0; color: #adc1b3; }
.brief-form .button { justify-self: start; font-size: 14px; border-radius: 3px; }
.brief-form .channel-status { margin: 0; font-size: 13px; color: #bedfd6; }
.button-secondary { background: transparent; border-color: #63826c; color: #dce8df; box-shadow: none; }
.button-secondary:hover { background: #25372a; }
.brief-result { border-top: 1px solid #3c5545; padding-top: 22px; }
.brief-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.form-feedback { min-height: 1.5em; font-size: 13px; margin-bottom: 0; color: var(--green2) !important; }
.services-footer { padding: 44px 0 20px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-top p { font-size: 14px; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 28px; }
.footer-top nav a { padding-block: 8px; font-size: 13px; color: #a4b7aa; }
.footer-top nav a:hover { color: var(--green); }
.footer-bottom { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-flex; gap: 10px; align-items: center; color: var(--cyan); }
.footer-bottom .line-icon { width: 16px; height: 16px; }
.all-services-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 12px; color: var(--green); }
.demo-caption { display: block; padding-top: 16px; color: #a0b3a6; font-size: 12px; }
.reveal { opacity: 1; transform: none; }
.js-reveal .reveal:not(.visible) { opacity: 0; transform: translateY(18px); }
.contact-unavailable { opacity: .7; }
@media (max-width: 1100px) {
  .catalog-hero { min-height: 500px; }
  .catalog-hero-copy h1 { font-size: 54px; }
  .catalog-hero-copy > p:not(.eyebrow) { font-size: 16px; max-width: 240px; }
  .catalog-hero-copy .eyebrow { max-width: 240px; }
  .service-content-layout { gap: 38px; grid-template-columns: 190px minmax(0, 1fr); }
  .benefits-grid { grid-template-columns: 1fr; gap: 22px; }
  .benefits-grid p { margin-top: 8px; }
  .contact-layout { gap: 45px; }
  .catalog-controls { align-items: stretch; }
}
@media (max-width: 850px) {
  html:not(.js-navigation) .site-header { position: static; }
  html:not(.js-navigation) .menu-button { display: none; }
  html:not(.js-navigation) .nav { height: auto; min-height: 76px; padding-block: 14px; flex-wrap: wrap; gap: 14px; }
  html:not(.js-navigation) .nav-links { display: flex; position: static; padding: 0; flex-direction: row; flex-wrap: wrap; gap: 18px; font-size: 13px; background: transparent; border: 0; }
  html:not(.js-navigation) .service-heading, html:not(.js-navigation) .catalog-hero { margin-top: 0; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-hero { min-height: 620px; align-items: start; }
  .catalog-hero > img { object-position: center; height: 100%; top: 0; }
  .catalog-hero-copy { padding-top: 34px; padding-bottom: 330px; }
  .catalog-hero-copy h1 { font-size: 48px; }
  .catalog-hero-copy h1 br { display: none; }
  .catalog-hero-copy h1 { max-width: none; }
  .catalog-hero-copy > p:not(.eyebrow) { max-width: none; }
  .catalog-hero-copy > p:not(.eyebrow) br { display: none; }
  .catalog-hero-copy .eyebrow { max-width: none; }
  .catalog-intro > div { align-items: start; flex-direction: column; gap: 10px; }
  .service-heading-bottom { align-items: start; flex-direction: column; gap: 22px; }
  .service-content-layout { grid-template-columns: 1fr; gap: 36px; }
  .service-sidebar { position: static; }
  .service-sidebar nav { flex-direction: row; flex-wrap: wrap; border: 0; gap: 5px; }
  .service-sidebar nav > p { width: 100%; padding-left: 0; margin-bottom: 3px; }
  .service-sidebar nav a { border: 1px solid var(--line); border-radius: 4px; margin: 0; font-size: 12px; padding: 11px; }
  .sidebar-back { display: none; }
  .scope-layout, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-layout > div > p:not(.eyebrow) { max-width: 620px; }
  .contact-layout .contact-assurance { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .services-page h1 { font-size: 44px; }
}
@media (max-width: 520px) {
  .catalog-hero { min-height: 550px; }
  .catalog-hero > img { height: 100%; }
  .catalog-hero-copy { padding-bottom: 265px; }
  .catalog-hero-copy h1 { font-size: 42px; max-width: 320px; }
  .catalog-hero-copy h1 br { display: block; }
  .catalog-hero-copy > p:not(.eyebrow) { max-width: 280px; }
  .catalog-hero-copy .eyebrow { font-size: 10px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-section { padding-block: 48px 58px; }
  .catalog-controls { gap: 16px; }
  .filter-button { font-size: 12px; padding: 10px; }
  .search-label { width: 100%; }
  .search-label input { width: 100%; }
  .catalog-card { padding: 24px; }
  .catalog-card-top { margin-bottom: 22px; }
  .scope-band { padding: 48px 0; }
  .services-page h1 { font-size: 38px; }
  .services-page h2 { font-size: 28px; }
  .service-heading { padding-bottom: 32px; }
  .breadcrumbs { font-size: 12px; margin-bottom: 26px; }
  .service-heading-top { align-items: start; flex-direction: column; gap: 12px; }
  .service-heading .service-promise { font-size: 21px; }
  .service-heading-bottom > p { font-size: 15px; }
  .service-content-layout { padding-top: 30px; padding-bottom: 44px; }
  .intro-text { font-size: 17px; }
  .content-section { padding-bottom: 34px; margin-bottom: 34px; }
  .check-list li { padding-left: 25px; font-size: 15px; }
  .example-flow { grid-template-columns: 1fr 1fr; gap: 22px; }
  .delivery-steps li { gap: 12px; }
  .related-heading { align-items: start; flex-direction: column; gap: 10px; }
  .related-section { padding-block: 46px; }
  .form-row { grid-template-columns: 1fr; gap: 18px; }
  .contact-section { padding-block: 50px; }
  .contact-layout h2 { font-size: 36px; }
  .brief-form .button, .brief-actions { width: 100%; }
  .brief-actions .button { width: 100%; }
  .footer-top nav { grid-template-columns: 1fr 1fr; gap: 5px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js-reveal .reveal:not(.visible) { opacity: 1; transform: none; }
  .button:hover, .service-card:hover { transform: none; }
}
