:root {
  --scpc-blue: #184f78;
  --scpc-blue-dark: #0c3655;
  --scpc-green: #08723e;
  --scpc-green-light: #78c79a;
  --scpc-pale: #eef5f8;
  --scpc-line: #d6e1e7;
  --scpc-muted: #526d7e;
  --scpc-white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--scpc-blue); font-family: Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: #fff; color: var(--scpc-blue); box-shadow: 0 4px 16px rgba(0,0,0,.2); }

.site-header { min-height: 94px; display: flex; align-items: center; background: #fff; border-bottom: 3px solid var(--scpc-green); position: sticky; top: 0; z-index: 50; }
.nav-wrap { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.site-logo, .custom-logo-link { display: inline-flex; align-items: center; }
.site-logo img, .custom-logo { display: block; width: 105px; max-height: 80px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.desktop-nav .menu { display: flex; align-items: center; gap: 22px; list-style: none; padding: 0; margin: 0; }
.desktop-nav a:not(.nav-cta) { padding: 33px 0 30px; }
.desktop-nav a:not(.nav-cta):hover, .desktop-nav .current-menu-item > a, .desktop-nav .current_page_item > a { color: var(--scpc-green); box-shadow: inset 0 -3px 0 var(--scpc-green); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--scpc-green); color: #fff; padding: 13px 17px; }
.nav-cta:hover { background: var(--scpc-blue-dark); }
.menu-button, .mobile-nav, .mobile-actions { display: none; }

.blueprint-grid { background-color: var(--scpc-blue); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; }
.home-hero { color: #fff; overflow: hidden; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: center; }
.hero-copy { padding: 88px 0; }
.eyebrow { margin: 0 0 18px; color: var(--scpc-green); font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.home-hero .eyebrow, .copper { color: #8fd0ad !important; }
.home-hero h1 { font-size: clamp(3.4rem, 6.3vw, 6.3rem); line-height: .95; letter-spacing: -.055em; margin: 0; max-width: 850px; font-weight: 700; }
.home-hero h1 span { color: var(--scpc-green-light); }
.lead { font-size: 20px; line-height: 1.65; color: #d7e1e7; max-width: 720px; margin: 32px 0; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border: 1px solid transparent; border-radius: 2px; font-weight: 750; font-size: 15px; cursor: pointer; transition: .2s; }
.button-primary { background: var(--scpc-green); color: #fff; }
.button-primary:hover { background: #0a8450; }
.button-ghost { border-color: #7890a1; color: #fff; }
.button-ghost:hover { background: #fff; color: var(--scpc-blue); }
.button-dark { background: var(--scpc-blue); color: #fff; }
.button-dark:hover { background: var(--scpc-blue-dark); }
.button-light { background: #fff; color: var(--scpc-blue); }
.button-copy { background: #fff; color: var(--scpc-blue); border-color: var(--scpc-line); }
.hero-panel { border-left: 1px solid rgba(255,255,255,.25); padding-left: 45px; }
.coordinate { font: 700 12px/1.2 ui-monospace, monospace; letter-spacing: .14em; color: #92a6b4; }
.experience-number { font-size: 8.5rem; line-height: 1; font-weight: 300; letter-spacing: -.09em; margin-top: 40px; }
.experience-number span { font-size: 3rem; color: var(--scpc-green); vertical-align: top; }
.experience-label { font-size: 20px; line-height: 1.35; max-width: 230px; }
.hero-rule { height: 1px; background: #536b7d; margin: 30px 0; }
.credential-list { display: flex; gap: 8px; flex-wrap: wrap; }
.credential-list span { border: 1px solid #536b7d; padding: 7px 9px; font-size: 12px; }
.panel-note { color: #aebfca; font-size: 14px; margin-top: 26px; }

.credentials-strip { background: #fff; border-bottom: 1px solid var(--scpc-line); }
.credentials-inner { min-height: 205px; display: grid; grid-template-columns: 1.1fr 1.25fr .75fr; gap: 55px; align-items: center; }
.credentials-copy { display: flex; flex-direction: column; }
.credentials-copy .eyebrow { margin-bottom: 8px; }
.credentials-copy strong { font-size: 23px; line-height: 1.2; }
.credentials-copy span { font-size: 14px; color: var(--scpc-muted); margin-top: 12px; }
.professional-logo { display: flex; justify-content: center; align-items: center; min-height: 115px; padding: 20px; border-left: 1px solid var(--scpc-line); }
.professional-logo img { max-height: 95px; width: auto; object-fit: contain; }

.section, .content-section { padding: 96px 0; }
.pale-section { background: var(--scpc-pale); }
.ink-section { background: var(--scpc-blue); color: #fff; }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading h2, .feature-copy h2, .profile-copy h2 { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; margin: 0; }
.section-heading > p:last-child, .feature-copy > p, .profile-copy > p { color: var(--scpc-muted); font-size: 18px; max-width: 760px; margin-top: 22px; }
.ink-section .section-heading > p:last-child { color: #c4d4df; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--scpc-line); border-left: 1px solid var(--scpc-line); }
.service-card { padding: 32px; border-right: 1px solid var(--scpc-line); border-bottom: 1px solid var(--scpc-line); min-height: 300px; display: flex; flex-direction: column; }
.service-card:hover { background: var(--scpc-pale); }
.service-card .service-no { color: var(--scpc-green); font: 800 12px ui-monospace, monospace; }
.service-card h3 { font-size: 22px; line-height: 1.25; margin: 30px 0 13px; }
.service-card p { color: var(--scpc-muted); font-size: 15px; flex: 1; }
.service-card a, .text-link, .resource-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--scpc-green); font-weight: 800; font-size: 14px; }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }
.split-layout h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); line-height: 1.05; letter-spacing: -.05em; margin: 0; }
.reasons article { display: grid; grid-template-columns: 45px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid #6d8da3; }
.reasons article:last-child { border-bottom: 1px solid #6d8da3; }
.reasons article > span { color: #8fd0ad; font: 700 12px ui-monospace, monospace; }
.reasons h3 { margin: 0 0 7px; font-size: 20px; }
.reasons p { margin: 0; color: #c4d4df; font-size: 15px; }
.feature-split { display: grid; grid-template-columns: 1fr .8fr; gap: 95px; align-items: center; }
.tick-list { list-style: none; padding: 0; margin: 28px 0; }
.tick-list li { padding: 10px 0 10px 25px; border-bottom: 1px solid var(--scpc-line); position: relative; }
.tick-list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 7px; height: 7px; background: var(--scpc-green); }
.process-card { background: var(--scpc-pale); padding: 38px; }
.process-card > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid #cbd7dd; font-weight: 700; }
.process-card span { font: 700 12px ui-monospace, monospace; color: var(--scpc-green); }
.flow { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #bccbd3; border-bottom: 1px solid #bccbd3; margin-bottom: 35px; }
.flow div { padding: 25px 15px; border-right: 1px solid #bccbd3; min-height: 110px; }
.flow div:last-child { border-right: 0; }
.flow span { display: block; font: 700 11px ui-monospace, monospace; color: var(--scpc-green); margin-bottom: 22px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 35px; }
.capability-grid span { background: #fff; padding: 18px; font-weight: 700; }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--scpc-line); border-left: 1px solid var(--scpc-line); }
.client-grid div { padding: 30px; border-right: 1px solid var(--scpc-line); border-bottom: 1px solid var(--scpc-line); font-size: 18px; font-weight: 750; }
.client-grid span { display: block; color: var(--scpc-green); font: 700 11px ui-monospace, monospace; margin-bottom: 28px; }
.quote-section { background: var(--scpc-green); color: #fff; }
.quote-wrap { max-width: 960px; }
.quote-mark { font: 300 9rem/.5 Georgia, serif; opacity: .45; }
.quote-wrap blockquote { font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.13; letter-spacing: -.035em; margin: 0; }
.quote-wrap cite { display: block; font-style: normal; font-weight: 800; margin-top: 35px; }
.quote-wrap cite span { font-weight: 400; margin-left: 10px; }
.profile-section { display: grid; grid-template-columns: .6fr 1fr; gap: 95px; align-items: center; }
.profile-monogram { height: 390px; background: var(--scpc-blue); color: #fff; display: flex; align-items: flex-end; justify-content: space-between; padding: 35px; font-size: 8rem; line-height: .75; font-weight: 250; letter-spacing: -.08em; }
.profile-monogram span { font: 700 12px/1.7 ui-monospace, monospace; letter-spacing: .1em; color: #8fd0ad; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card { background: #fff; padding: 30px; min-height: 275px; display: flex; flex-direction: column; }
.resource-card > span { color: var(--scpc-green); font: 800 11px ui-monospace, monospace; text-transform: uppercase; }
.resource-card h3 { font-size: 23px; line-height: 1.25; }
.resource-card p { color: var(--scpc-muted); flex: 1; }
.final-cta { background: var(--scpc-blue-dark); color: #fff; padding: 80px 0; }
.final-inner { display: grid; grid-template-columns: 1.5fr .5fr; gap: 75px; align-items: end; }
.final-inner h2 { font-size: clamp(2.3rem, 4vw, 4.3rem); line-height: 1.05; letter-spacing: -.04em; margin: 0; }
.final-inner p:not(.eyebrow) { color: #c4d1da; font-size: 18px; max-width: 700px; }
.cta-actions { display: flex; flex-direction: column; gap: 18px; }
.cta-actions > a:last-child { text-align: center; font-weight: 800; }

.page-hero { background: var(--scpc-blue); color: #fff; padding: 95px 0 82px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.055em; max-width: 980px; margin: 0; }
.page-hero p:last-of-type { font-size: 20px; color: #c7d4dd; max-width: 800px; margin: 27px 0 0; }
.page-content > .content-section { border-bottom: 1px solid var(--scpc-line); }
.content-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 85px; }
.side-label { font: 800 12px ui-monospace, monospace; color: var(--scpc-green); text-transform: uppercase; letter-spacing: .12em; }
.prose h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1.1; letter-spacing: -.04em; margin: 0 0 22px; }
.prose h3 { font-size: 23px; margin: 34px 0 10px; }
.prose p, .prose li { color: var(--scpc-muted); font-size: 17px; }
.prose ul { padding-left: 22px; }
.service-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-links a, .service-box { min-height: 72px; padding: 20px 22px; background: var(--scpc-pale); color: var(--scpc-blue); font-weight: 750; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-left: 3px solid transparent; }
.service-links a:hover { background: #e0eef4; color: var(--scpc-green); border-left-color: var(--scpc-green); }
.service-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; align-items: start; }
.service-details details { background: var(--scpc-pale); border: 1px solid transparent; border-left: 3px solid transparent; padding: 0 20px; }
.service-details details[open] { background: #fff; border-color: var(--scpc-line); border-left-color: var(--scpc-green); }
.service-details summary { min-height: 68px; padding: 18px 25px 18px 0; color: var(--scpc-blue); font-size: 16px; font-weight: 750; line-height: 1.35; cursor: pointer; }
.service-details summary:hover { color: var(--scpc-green); }
.service-details details > div { padding: 0 0 18px; }
.service-details p, .service-details li { font-size: 15px; }
.service-details a { color: var(--scpc-green); font-weight: 800; font-size: 14px; }
.steps { counter-reset: steps; }
.steps article { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 24px 0; border-top: 1px solid var(--scpc-line); }
.steps article::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); font: 800 12px ui-monospace, monospace; color: var(--scpc-green); padding-top: 7px; }
.steps h3 { margin: 0 0 5px; }
.steps p { margin: 0; }
.notice { border-left: 4px solid var(--scpc-green); background: var(--scpc-pale); padding: 24px; margin: 34px 0; color: var(--scpc-muted); }
.tag-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.tag-links a { border: 1px solid var(--scpc-line); padding: 7px 10px; color: var(--scpc-green); font-size: 13px; font-weight: 800; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; }
.contact-details > a { display: block; font-size: 24px; font-weight: 750; margin: 10px 0; }
.quote-guide { border-top: 1px solid var(--scpc-line); margin-top: 35px; padding-top: 24px; }
.quote-guide h3 { font-size: 20px; margin: 0 0 12px; }
.quote-guide ol { margin: 0; padding-left: 24px; color: var(--scpc-muted); }
.quote-form { background: var(--scpc-pale); padding: 35px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 750; }
.field-grid .full { grid-column: 1 / -1; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; background: #fff; border: 1px solid #bdcbd3; border-radius: 0; padding: 13px; font: inherit; color: var(--scpc-blue); }
.privacy-check { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; color: var(--scpc-muted); font-weight: 400 !important; }
.privacy-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--scpc-green); }
.privacy-check a { color: var(--scpc-green); font-weight: 800; text-decoration: underline; }
.form-note { font-size: 13px; color: var(--scpc-muted); }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.form-status { border-left: 3px solid var(--scpc-green); background: #fff; padding: 13px 15px; color: var(--scpc-muted); font-size: 14px; }

.site-footer { background: #082f4a; color: #c8d7e1; padding: 70px 0 24px; border-top: 5px solid var(--scpc-green); }
.footer-grid { display: grid; grid-template-columns: 2fr 1.2fr .8fr .8fr; gap: 55px; }
.footer-about { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo { background: #fff; padding: 12px 18px; margin-bottom: 22px; width: 190px; }
.footer-logo .site-logo img, .footer-logo .custom-logo { width: 155px; max-height: none; }
.footer-about p { max-width: 430px; }
.footer-about address { font-style: normal; font-size: 14px; line-height: 1.5; margin: 0 0 12px; }
.footer-about > a { color: #fff; font-weight: 700; }
.footer-grid h2 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 20px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-grid a:hover { color: #8fd0ad; }
.footer-bottom { border-top: 1px solid #416279; margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 25px; font-size: 12px; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 13px; font-size: 12px; }
  .desktop-nav .menu { gap: 13px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr .45fr; gap: 38px; }
  .split-layout, .feature-split, .profile-section, .final-inner, .content-grid, .contact-layout { gap: 48px; }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  body { padding-bottom: 58px; }
  body.admin-bar .site-header { top: 46px; }
  .shell { width: min(100% - 30px, 1180px); }
  .site-header, .nav-wrap { min-height: 72px; }
  .site-logo img, .custom-logo { width: 78px; max-height: 62px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; align-content: center; gap: 4px; }
  .menu-button > span:not(.screen-reader-text) { display: block; height: 2px; background: var(--scpc-blue); }
  .mobile-nav { position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--scpc-line); box-shadow: 0 12px 25px rgba(0,0,0,.12); }
  body.admin-bar .mobile-nav { top: 72px; }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav:not([hidden]) { display: block; }
  .mobile-nav .menu { list-style: none; margin: 0; padding: 10px 0 0; }
  .mobile-nav a { display: block; padding: 11px 0; border-bottom: 1px solid var(--scpc-line); font-weight: 700; }
  .mobile-nav > .shell > a { color: var(--scpc-green); }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1.5fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; height: 58px; }
  .mobile-actions a { display: flex; justify-content: center; align-items: center; background: #fff; border-top: 1px solid var(--scpc-line); font-weight: 800; }
  .mobile-actions a:last-child { background: var(--scpc-green); color: #fff; border: 0; }
  .hero-grid { min-height: auto; display: block; }
  .hero-copy { padding: 68px 0 44px; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .lead { font-size: 18px; }
  .hero-panel { border-left: 0; border-top: 1px solid #536b7d; padding: 34px 0 52px; }
  .experience-number { font-size: 6rem; margin-top: 20px; }
  .credentials-inner { grid-template-columns: 1fr; gap: 10px; padding: 34px 0; }
  .professional-logo { border-left: 0; border-top: 1px solid var(--scpc-line); padding: 24px 0; }
  .section, .content-section { padding: 70px 0; }
  .service-grid, .split-layout, .feature-split, .client-grid, .profile-section, .resource-grid, .final-inner, .footer-grid, .content-grid, .contact-layout, .service-details { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .capability-grid { grid-template-columns: 1fr; }
  .profile-monogram { height: 300px; font-size: 6rem; }
  .quote-wrap blockquote { font-size: 2rem; }
  .quote-wrap cite span { display: block; margin: 5px 0 0; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding: 68px 0 58px; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .service-links, .field-grid { grid-template-columns: 1fr; }
  .field-grid .full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

