.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251,250,247,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { width: min(calc(100% - 56px), var(--shell)); height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { display: grid; place-items: center; width: 27px; height: 27px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 12px; letter-spacing: .08em; }
.brand-text small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: #314052; font-size: 12px; }
.desktop-nav a:hover { color: var(--blue); }
.menu-toggle, .mobile-menu { display: none; }
.hero { padding: 76px 0 0; background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 61%, #f1f3f4 61%, #f1f3f4 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: 92px; align-items: center; min-height: 530px; padding-bottom: 72px; }
.hero-copy { max-width: 790px; }
.hero h1 { max-width: 870px; margin-bottom: 28px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 760px; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-panel { padding: 29px 32px 28px; background: #fff; border: 1px solid #cbd2d9; box-shadow: var(--shadow); }
.panel-kicker { padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.panel-heading { display: grid; gap: 3px; padding: 20px 0 13px; }
.panel-heading span { color: var(--muted); font-size: 11px; }
.panel-heading strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.status-list { border-top: 1px solid var(--line); }
.status-list div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.status-list b { color: var(--blue); font-size: 10px; font-weight: 700; }
.hero-panel > p { margin: 18px 0 0; font-size: 12px; line-height: 1.6; }
.hero-principles { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.hero-principles div { display: grid; grid-template-columns: 28px 1fr; gap: 12px; min-height: 84px; align-content: center; padding: 0 24px; border-right: 1px solid var(--line); }
.hero-principles div:first-child { padding-left: 0; }
.hero-principles div:last-child { border-right: 0; }
.hero-principles span { color: var(--blue); font-size: 10px; }
.hero-principles strong { font-size: 12px; font-weight: 600; }
.section { padding: 108px 0; }
.section-light { background: #fff; }
.section-paper { background: var(--paper); }
.section-navy { background: var(--navy); color: #fff; }
.section-intro { max-width: 850px; margin-bottom: 58px; }
.section-intro h2 { margin-bottom: 20px; }
.section-intro > p:last-child { max-width: 740px; font-size: 17px; }
.section-intro-light h2, .section-intro-light p { color: #fff; }
.section-intro-light .eyebrow { color: #9ec3e2; }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.issue-card { min-height: 250px; padding: 28px 30px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.issue-card > span { color: var(--blue); font-size: 10px; }
.issue-card h3 { margin: 42px 0 12px; font-size: 24px; }
.issue-card p { margin: 0; font-size: 14px; }
.assessment-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.section-assessment { background: var(--paper); }
.assessment-intro { position: sticky; top: 120px; }
.assessment-intro h2 { margin-bottom: 20px; }
.assessment-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.assessment-meta span { padding: 7px 10px; border: 1px solid #cfd2d2; color: #5c6570; font-size: 11px; }
.assessment-card { background: #fff; border: 1px solid #ccd2d8; box-shadow: var(--shadow); }
.assessment-progress { height: 4px; background: #e7eaed; }
.assessment-progress span { display: block; height: 100%; width: 4%; background: var(--blue); transition: width .35s ease; }
.assessment-stage { min-height: 530px; padding: 42px; }
.overview-layout { display: grid; grid-template-columns: 210px 1fr; border: 1px solid var(--line-dark); }
.overview-nav { display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); }
.overview-nav button { min-height: 58px; padding: 0 22px; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: #b9c6d4; text-align: left; cursor: pointer; }
.overview-nav button.is-active { background: rgba(255,255,255,.09); color: #fff; }
.overview-main { padding: 32px; }
.overview-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line-dark); }
.overview-topline div { display: grid; gap: 6px; }
.overview-topline div > span { color: #9eb1c5; font-size: 11px; }
.overview-topline strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.overview-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line-dark); }
.overview-metrics article { padding: 25px 22px 22px; border-right: 1px solid var(--line-dark); }
.overview-metrics article:first-child { padding-left: 0; }
.overview-metrics article:last-child { border-right: 0; }
.overview-metrics span { display: block; color: #9eb1c5; font-size: 11px; }
.overview-metrics strong { display: block; margin-top: 9px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.decision-table { padding-top: 18px; }
.decision-row { display: grid; grid-template-columns: 90px 1.7fr 1fr .6fr; gap: 18px; align-items: center; min-height: 52px; border-bottom: 1px solid var(--line-dark); font-size: 12px; }
.decision-head { color: #8fa3b7; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.priority { width: max-content; padding: 3px 7px; border: 1px solid rgba(255,255,255,.22); color: #c9d6e2; font-size: 9px; text-transform: uppercase; }
.priority-high { color: #f0c0bd; border-color: rgba(240,192,189,.4); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #c7cbc9; border-left: 1px solid #c7cbc9; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 510px; padding: 31px 30px 30px; background: rgba(255,255,255,.34); border-right: 1px solid #c7cbc9; border-bottom: 1px solid #c7cbc9; }
.service-card-featured { background: #e7eef4; }
.service-ribbon { position: absolute; top: 0; right: 0; padding: 8px 11px; background: var(--navy); color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.service-meta { color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.service-card h3 { margin: 46px 0 18px; }
.service-card p { font-size: 14px; }
.service-card ul { margin: 17px 0 31px; padding: 18px 0 0; list-style: none; border-top: 1px solid #c7cbc9; }
.service-card li { position: relative; padding: 7px 0 7px 18px; font-size: 12px; }
.service-card li::before { content: '—'; position: absolute; left: 0; color: var(--blue); }
.service-card .text-button { margin-top: auto; align-self: flex-start; }
.standard-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.standard-card { min-height: 315px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.standard-label { color: var(--blue); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.standard-card h3 { margin: 32px 0 15px; }
.standard-card p { max-width: 520px; font-size: 14px; }
.standard-focus { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.standard-focus span { padding: 6px 9px; background: #f2f5f7; color: #5f6873; font-size: 10px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid #c8cbc9; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr 130px; gap: 26px; align-items: center; min-height: 112px; border-bottom: 1px solid #c8cbc9; }
.process-list > li > span { color: var(--blue); font-size: 10px; }
.process-list h3 { margin: 0 0 5px; font-size: 20px; }
.process-list p { margin: 0; font-size: 13px; }
.process-list small { justify-self: end; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-layout .section-intro { position: sticky; top: 120px; margin-bottom: 0; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 30px; padding: 25px 0; cursor: pointer; font-family: var(--serif); font-size: 21px; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font-family: var(--sans); font-size: 20px; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item div { padding: 0 36px 24px 0; }
.faq-item p { margin: 0; font-size: 14px; }
.contact-section { padding: 72px 0; background: var(--blue); color: #fff; }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.contact-inner .eyebrow, .contact-inner h2, .contact-inner p { color: #fff; }
.contact-inner h2 { margin-bottom: 0; font-size: clamp(37px, 3.4vw, 55px); }
.contact-inner p { max-width: 520px; }
.site-footer { padding: 28px 0; background: var(--navy); color: #fff; }
.footer-inner { display: flex; align-items: center; gap: 28px; }
.footer-inner .brand { margin-right: auto; }
.footer-inner .brand-mark { background: #fff; color: var(--navy); }
.footer-inner .brand-text small, .footer-inner p, .footer-inner > small { color: #9eb0c2; }
.footer-inner p { margin: 0; font-size: 10px; }
.footer-inner > small { font-size: 9px; }
.section-profile { background: var(--navy); color: #fff; }
.profile-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.profile-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: end; padding-right: 34px; border-right: 1px solid var(--line-dark); }
.profile-monogram { display: grid; place-items: center; aspect-ratio: 1; background: #183658; border: 1px solid rgba(255,255,255,.08); font-family: var(--serif); font-size: 47px; }
.profile-card .eyebrow { color: #9ec3e2; margin-bottom: 10px; }
.profile-card h2 { margin: 0 0 6px; color: #fff; font-size: 32px; }
.profile-role { margin: 0; color: #9eb0c2; font-size: 11px; }
.profile-copy h3 { max-width: 670px; margin-bottom: 21px; color: #fff; font-size: 32px; }
.profile-copy > p { max-width: 720px; color: #c7d1dc; font-size: 14px; }
.profile-note { max-width: 720px; margin-top: 26px; padding-top: 19px; border-top: 1px solid var(--line-dark); }
.profile-note strong { font-size: 12px; }
.profile-note p { margin: 7px 0 0; color: #9eb0c2; font-size: 12px; }
.profile-links { display: flex; gap: 22px; margin-top: 27px; }
.profile-links a { color: #d8e4ef; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
