:root {
  --ink: #152142;
  --ink-soft: #4c5672;
  --blue: #2c559b;
  --deep-blue: #1a3570;
  --magenta: #ca3a88;
  --magenta-dark: #a6266d;
  --lavender: #b187c6;
  --lilac-50: #faf7fc;
  --lilac-100: #f2eaf7;
  --blue-50: #eef4fb;
  --line: #d7d9e6;
  --white: #fff;
  --error: #9f1d3f;
  --shadow: 0 18px 46px rgba(26, 53, 112, .12);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --gutter: clamp(20px, 4vw, 72px);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--lilac-50); font: 400 18px/1.62 "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; }
body::selection, ::selection { color: var(--white); background: var(--magenta-dark); }
body::-webkit-scrollbar { width: 12px; }
body::-webkit-scrollbar-track { background: var(--lilac-100); }
body::-webkit-scrollbar-thumb { background: var(--deep-blue); border: 3px solid var(--lilac-100); border-radius: 999px; }
a { color: inherit; text-underline-offset: .23em; text-decoration-thickness: 1px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--magenta); outline-offset: 4px; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Segoe UI Variable Display", "Segoe UI", Helvetica, Arial, sans-serif; text-wrap: balance; }
h1 { max-width: 12ch; margin-bottom: 24px; font-size: clamp(3.1rem, 6.3vw, 5.9rem); line-height: .98; letter-spacing: -.038em; font-weight: 720; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.7vw, 3.6rem); line-height: 1.04; letter-spacing: -.027em; font-weight: 700; }
h3 { margin-bottom: 10px; font-size: 1.14rem; line-height: 1.2; }
p { max-width: 70ch; }
.icon { display: inline-block; width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; transform: translateY(-160%); background: var(--white); color: var(--deep-blue); box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 104px; padding: 18px var(--gutter); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(26,53,112,.13); }
.brand { width: clamp(210px, 21vw, 320px); }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); }
.primary-nav > a:not(.nav-call) { position: relative; padding: 18px 0 12px; color: var(--deep-blue); font-size: .84rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.nav-call)::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 3px; content: ""; background: var(--magenta); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-call { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 18px; color: var(--white); background: var(--deep-blue); border-radius: 12px; box-shadow: 0 10px 24px rgba(26,53,112,.2); font-weight: 750; text-decoration: none; transition: transform .24s var(--ease), box-shadow .24s var(--ease), background .24s; }
.nav-call:hover { background: #12295d; transform: translateY(-2px); box-shadow: 0 15px 30px rgba(26,53,112,.26); }
.menu-button { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--magenta-dark); box-shadow: 0 12px 28px rgba(166,38,109,.22); }
.button.primary:hover { background: #8f1c5d; box-shadow: 0 17px 34px rgba(166,38,109,.27); }
.button.secondary { color: var(--white); background: var(--deep-blue); box-shadow: 0 12px 28px rgba(26,53,112,.2); }
.button.secondary:hover { background: #12295d; }
.button.quiet { color: var(--deep-blue); background: var(--white); border-color: rgba(26,53,112,.24); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--deep-blue); font-weight: 750; }
.text-button { padding: 8px 2px; color: var(--deep-blue); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-weight: 700; }

.home-hero { position: relative; min-height: 820px; overflow: hidden; background: var(--white); }
.hero-copy { position: relative; z-index: 4; width: min(650px, 48%); padding: clamp(74px, 9vw, 132px) 0 86px var(--gutter); }
.local-line { width: fit-content; margin-bottom: 28px; padding: 7px 12px; color: var(--deep-blue); background: var(--lilac-100); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-lead { position: relative; max-width: 55ch; margin-bottom: 34px; color: var(--ink-soft); background: var(--white); border-radius: 6px; box-shadow: 0 0 0 10px var(--white); font-size: clamp(1.08rem, 1.35vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-phone { display: inline-flex; align-items: center; gap: 12px; margin-top: 36px; color: var(--deep-blue); text-decoration: none; }
.hero-phone .icon { width: 28px; height: 28px; color: var(--magenta-dark); }
.hero-phone span { display: grid; }
.hero-phone strong { font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-weave { position: absolute; top: 0; right: 0; width: 68%; height: 100%; min-height: 750px; }
.hero-weave::before { position: absolute; inset: 9% 5% 8% 8%; content: ""; background: var(--lilac-100); border-radius: 46% 54% 48% 52% / 40% 42% 58% 60%; transform: rotate(-4deg); }
.weave-art { position: absolute; inset: 7% 0 auto auto; width: 100%; min-width: 850px; overflow: visible; }
.thread { fill: none; stroke-width: 34; stroke-linecap: round; opacity: .88; stroke-dasharray: 1; stroke-dashoffset: 1; animation: weave-draw 1.25s var(--ease) forwards; }
.thread-magenta { stroke: var(--magenta); }
.thread-lavender { stroke: var(--lavender); animation-delay: .22s; }
.thread-blue { stroke: var(--blue); animation-delay: .42s; }
.thread-core { fill: none; stroke: var(--white); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: weave-draw 1.15s .62s var(--ease) forwards; }
.weave-node, .weave-destination { opacity: 0; animation: node-arrive .55s var(--ease) forwards; }
.weave-node-1 { animation-delay: .55s; } .weave-node-2 { animation-delay: .72s; } .weave-node-3 { animation-delay: .89s; } .weave-node-4 { animation-delay: 1.06s; }
.weave-destination { animation-delay: 1.23s; }
.weave-node rect, .weave-destination rect { fill: rgba(255,255,255,.97); stroke: rgba(26,53,112,.18); stroke-width: 1; filter: drop-shadow(0 12px 17px rgba(26,53,112,.16)); }
.weave-node circle { fill: var(--magenta); }
.node-title, .weave-destination text { fill: var(--deep-blue); font: 700 16px "Segoe UI", sans-serif; }
.node-copy { fill: var(--ink-soft); font: 400 12px "Segoe UI", sans-serif; }
.weave-node:focus rect { stroke: var(--magenta); stroke-width: 4; }
.mobile-weave-list { display: none; }
.replay-button { position: absolute; right: 7%; bottom: 28px; padding: 9px 0; color: var(--deep-blue); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: .82rem; font-weight: 750; }
@keyframes weave-draw { to { stroke-dashoffset: 0; } }
@keyframes node-arrive { from { opacity: 0; filter: blur(6px); } to { opacity: 1; filter: none; } }

.drawer-open { overflow: hidden; }
.page-hidden *, .page-hidden *::before, .page-hidden *::after { animation-play-state: paused !important; }

.dual-path { display: grid; grid-template-columns: 1fr 1.15fr; max-width: var(--max); margin: 0 auto; padding: 104px var(--gutter); }
.dual-path > div { min-height: 360px; padding: clamp(38px, 5vw, 76px); }
.dual-path > div:first-child { color: var(--deep-blue); background: var(--lilac-100); border-radius: 28px 0 0 28px; }
.dual-path > div:last-child { color: var(--white); background: var(--deep-blue); border-radius: 0 28px 28px 0; }
.dual-path > div:last-child p { color: #e4eaff; }
.dual-path > div:last-child .text-link { color: var(--white); }
.dual-path h2 { max-width: 8ch; }
.dual-path p { max-width: 44ch; }

.human-proof { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 7vw, 110px); max-width: var(--max); margin: 0 auto; padding: 40px var(--gutter) 120px; }
.human-proof-copy { align-self: center; }
.human-proof-copy h2 { max-width: 10ch; }
.eyebrow { margin-bottom: 16px; color: var(--magenta-dark); font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.human-proof-gallery { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; align-items: end; }
.human-figure { position: relative; margin: 0; overflow: hidden; background: var(--lilac-100); border-radius: 24px; }
.human-figure::after { position: absolute; top: 0; left: 0; width: 42%; height: 10px; content: ""; background: var(--magenta); }
.human-figure.partner { transform: translateY(48px); }
.human-figure.partner::after { right: 0; left: auto; width: 58%; background: var(--blue); }
.human-figure img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.human-figure figcaption { display: grid; gap: 4px; padding: 22px 24px 25px; }
.human-figure figcaption strong { color: var(--deep-blue); }
.human-figure figcaption span { color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }

.human-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 7vw, 108px); align-items: center; max-width: var(--max); margin: 0 auto; padding: 104px var(--gutter); }
.human-feature figure { position: relative; margin: 0; }
.human-feature figure::after { position: absolute; right: -22px; bottom: -20px; width: 58%; height: 12px; content: ""; background: var(--magenta); }
.human-feature img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 24px; }
.human-feature h2 { max-width: 11ch; }
.partner-feature { grid-template-columns: .9fr 1.1fr; }
.partner-feature figure { order: 2; }
.partner-feature figure::after { right: auto; left: -22px; background: var(--blue); }

.service-level-band { padding: 104px var(--gutter); color: var(--white); background: var(--magenta-dark); }
.service-level-band > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: var(--max); margin: 0 auto 54px; }
.service-level-band h2 { max-width: 12ch; margin: 0; }
.service-level-band > div:first-child p { max-width: 48ch; margin: 0; color: #ffe5f2; }
.service-levels { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.4); }
.service-levels article { padding: 34px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.25); }
.service-levels article + article { padding-left: 28px; }
.service-levels article:last-child { border-right: 0; }
.service-levels strong { display: block; margin-bottom: 20px; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.service-levels p { color: #ffe5f2; font-size: .92rem; }
.scope-note { max-width: var(--max); margin: 36px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.25); color: #ffe5f2; font-size: .9rem; }
.service-level-band.compact { background: var(--deep-blue); }
.service-level-band.compact > h2, .service-level-band.compact > .service-levels { max-width: var(--max); margin-right: auto; margin-left: auto; }
.service-level-band.compact .service-levels { grid-template-columns: repeat(3,1fr); }
.service-level-band.compact .service-levels p { color: #e0e8ff; }

.journey-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); max-width: var(--max); margin: 0 auto; padding: 120px var(--gutter); }
.journey-preview > div { align-self: center; }
.journey-preview ol, .partner-promise ol { margin: 0; padding: 0; list-style: none; }
.journey-preview li, .partner-promise li { display: flex; align-items: center; gap: 22px; min-height: 76px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; font-weight: 650; }
.journey-preview li span, .partner-promise li span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .78rem; font-variant-numeric: tabular-nums; }

.page-intro { position: relative; min-height: 610px; overflow: hidden; padding: clamp(90px, 11vw, 170px) var(--gutter) 110px; color: var(--deep-blue); background: var(--white); }
.page-intro > div:first-child { position: relative; z-index: 2; width: min(750px, 64%); }
.page-intro p { max-width: 58ch; color: var(--ink-soft); font-size: clamp(1.08rem, 1.4vw, 1.34rem); }
.intro-weave { position: absolute; top: 10%; right: 0; width: 47%; height: 82%; }
.intro-weave i { position: absolute; right: 0; display: block; width: 108%; height: 24px; transform: rotate(-15deg); transform-origin: right; }
.intro-weave i:nth-child(1) { top: 20%; background: var(--magenta); }
.intro-weave i:nth-child(2) { top: 48%; right: -4%; background: var(--lavender); transform: rotate(13deg); }
.intro-weave i:nth-child(3) { top: 70%; right: 2%; background: var(--blue); transform: rotate(-6deg); }
.intro-milestone { position: absolute; z-index: 1; display: grid; width: min(225px, 44%); min-height: 74px; padding: 16px 18px; place-items: center start; color: var(--deep-blue); background: rgba(255,255,255,.97); border: 1px solid rgba(26,53,112,.17); border-radius: 14px; box-shadow: 0 12px 24px rgba(26,53,112,.11); font-size: .84rem; font-weight: 750; line-height: 1.25; }
.intro-milestone::before { position: absolute; left: -7px; width: 13px; height: 13px; content: ""; background: var(--magenta); border: 3px solid var(--white); border-radius: 50%; }
.intro-milestone-1 { top: 9%; left: 6%; }
.intro-milestone-2 { top: 41%; right: 10%; }
.intro-milestone-2::before { background: var(--lavender); }
.intro-milestone-3 { top: 66%; left: 14%; }
.intro-milestone-3::before { background: var(--blue); }

.service-index, .value-weave, .credential-field, .standards-grid, .process-flow, .journey-list, .communication-map, .contact-layout, .partner-paths, .partner-promise, .partner-detail, .portal-shell, .readiness-checklist, .legal-copy, .plain-close, .split-statement, .boundary-panel { max-width: var(--max); margin: 0 auto; padding-right: var(--gutter); padding-left: var(--gutter); }
.service-index { padding-top: 104px; padding-bottom: 120px; }
.service-index > h2 { max-width: 10ch; }
.service-ribbon { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 54px; border-top: 1px solid var(--line); }
.service-ribbon > div { display: grid; grid-template-columns: 62px 1fr; align-items: center; min-height: 108px; border-bottom: 1px solid var(--line); }
.service-ribbon > div:nth-child(odd) { padding-right: 42px; border-right: 1px solid var(--line); }
.service-ribbon > div:nth-child(even) { padding-left: 42px; }
.service-ribbon span { color: var(--magenta-dark); font-size: .74rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.service-ribbon h3 { margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.55rem); }
.source-note { margin-top: 34px; color: var(--ink-soft); font-size: .9rem; }

.value-weave { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-top: 110px; padding-bottom: 110px; }
.value-weave ul, .credential-field ul, .standards-grid ul, .partner-detail ul { margin: 0; padding: 0; list-style: none; }
.value-weave li, .credential-field li, .standards-grid li, .partner-detail li { display: flex; gap: 14px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.value-weave .icon, .credential-field .icon, .standards-grid .icon, .partner-detail .icon { margin-top: 4px; color: var(--magenta-dark); }
.split-statement { display: grid; grid-template-columns: 1.2fr .8fr; padding-top: 0; padding-bottom: 120px; }
.split-statement > div { padding: clamp(40px, 6vw, 84px); }
.split-statement > div:first-child { color: var(--white); background: var(--magenta-dark); border-radius: 28px 0 0 28px; }
.split-statement > div:first-child .text-link { color: var(--white); }
.split-statement > div:last-child { background: var(--lilac-100); border-radius: 0 28px 28px 0; }

.credential-field { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 110px; padding-bottom: 90px; }
.boundary-panel { margin-bottom: 120px; padding-top: 70px; padding-bottom: 70px; color: var(--white); background: var(--deep-blue); border-radius: 28px; }
.boundary-panel h2 { max-width: 14ch; }
.boundary-panel p { color: #e0e8ff; }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 110px; padding-bottom: 90px; }
.standards-grid > div:first-child .icon { color: var(--magenta-dark); }
.standards-grid > div:last-child .icon { color: var(--blue); }
.plain-close { margin-bottom: 120px; padding-top: 72px; padding-bottom: 72px; background: var(--lilac-100); border-radius: 28px; }
.plain-close h2 { max-width: 15ch; }

.process-flow { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 110px; padding-bottom: 110px; }
.process-flow article { min-height: 330px; padding: 32px; border-top: 1px solid var(--deep-blue); border-bottom: 1px solid var(--deep-blue); }
.process-flow article + article { border-left: 1px solid var(--line); }
.process-flow span { display: grid; width: 42px; height: 42px; margin-bottom: 48px; place-items: center; color: var(--white); background: var(--magenta-dark); border-radius: 50%; font-size: .8rem; }
.process-flow h2 { font-size: 1.7rem; }
.journey-list { padding-top: 110px; padding-bottom: 120px; }
.journey-list ol { margin: 0; padding: 0; list-style: none; }
.journey-list li { display: grid; grid-template-columns: 82px 1fr; max-width: 1000px; min-height: 150px; margin-left: auto; padding: 30px 0; border-bottom: 1px solid var(--line); }
.journey-list li > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 750; font-variant-numeric: tabular-nums; }
.journey-list li h2 { margin-bottom: 8px; font-size: clamp(1.4rem, 2.4vw, 2.3rem); }
.journey-list li p { margin: 0; color: var(--ink-soft); }
.communication-map { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding-top: 110px; padding-bottom: 110px; }
.communication-map article { min-height: 300px; padding: clamp(38px, 5vw, 76px); background: var(--lilac-100); }
.communication-map article:nth-child(2), .communication-map article:nth-child(3) { color: var(--white); background: var(--deep-blue); }
.communication-map article:nth-child(2) p, .communication-map article:nth-child(3) p { color: #e0e8ff; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding-top: 110px; padding-bottom: 120px; }
.contact-address { align-self: start; padding: 42px; color: var(--white); background: var(--deep-blue); border-radius: 24px; box-shadow: var(--shadow); }
.contact-address h2 { font-size: 2rem; }
.contact-address p { color: #e0e8ff; }
.contact-address .text-link { display: flex; width: fit-content; margin-top: 18px; color: var(--white); }
.woven-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woven-form label { display: grid; gap: 8px; color: var(--deep-blue); font-weight: 700; }
.woven-form label span { color: var(--ink-soft); font-size: .82rem; font-weight: 500; }
.woven-form input, .woven-form select, .woven-form textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #a9b2ca; border-radius: 12px; }
.woven-form input, .woven-form select { min-height: 54px; padding: 0 14px; }
.woven-form textarea { padding: 14px; resize: vertical; }
.woven-form input:focus, .woven-form select:focus, .woven-form textarea:focus { border-color: var(--blue); outline: 3px solid rgba(177,135,198,.45); outline-offset: 1px; }
.woven-form [aria-invalid="true"] { border-color: var(--error); background: #fff6f8; }
.woven-form .full, .woven-form .form-errors, .woven-form .form-note { grid-column: 1 / -1; }
.check-field { grid-template-columns: auto 1fr !important; align-items: flex-start; }
.check-field input { width: 22px; min-height: 22px; margin: 3px 0 0; }
.check-field span { color: var(--ink) !important; font-size: .92rem !important; }
.form-errors { padding: 20px 24px; color: var(--error); background: #fff1f5; border-radius: 12px; }
.form-errors h2 { margin-bottom: 8px; font-size: 1.15rem; }
.form-errors ul { margin: 0; }
.honeypot { position: absolute; left: -10000px; }
.form-note { color: var(--ink-soft); font-size: .88rem; }

.partner-paths { display: grid; grid-template-columns: 1.15fr 1fr .85fr; gap: 1px; padding-top: 110px; padding-bottom: 110px; }
.partner-paths > a { position: relative; min-height: 410px; padding: clamp(38px, 5vw, 68px); color: var(--deep-blue); background: var(--blue-50); text-decoration: none; transition: background .3s, color .3s; }
.partner-paths > a:nth-child(2) { background: var(--lilac-100); }
.partner-paths > a:nth-child(3) { color: var(--white); background: var(--deep-blue); }
.partner-paths > a:hover { color: var(--white); background: var(--magenta-dark); }
.partner-paths h2 { font-size: 2rem; }
.partner-paths .icon { position: absolute; right: 34px; bottom: 34px; width: 30px; height: 30px; }
.partner-promise { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding-top: 80px; padding-bottom: 120px; }
.partner-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 110px; padding-bottom: 120px; }
.status-sample { padding: clamp(38px, 5vw, 68px); color: var(--white); background: var(--deep-blue); border-radius: 24px; box-shadow: var(--shadow); }
.status-sample p { color: #bdc9ec; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.status-sample strong { display: block; margin-bottom: 34px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.status-sample span { display: block; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.22); }

.portal-shell { padding-top: 90px; padding-bottom: 80px; }
.demo-banner { margin-bottom: 26px; padding: 16px 20px; color: var(--deep-blue); background: var(--lilac-100); border-radius: 12px; font-weight: 800; }
.capacity-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capacity-strip > div { padding: 24px 20px; }
.capacity-strip > div + div { border-left: 1px solid var(--line); }
.capacity-strip span, .capacity-strip strong { display: block; }
.capacity-strip span { color: var(--ink-soft); font-size: .8rem; }
.capacity-strip strong { margin-top: 6px; color: var(--deep-blue); }
.portal-controls { display: flex; align-items: end; gap: 20px; margin-bottom: 34px; }
.portal-controls label { display: grid; gap: 7px; color: var(--deep-blue); font-size: .8rem; font-weight: 750; }
.portal-controls select { min-height: 46px; padding: 0 38px 0 12px; color: var(--ink); background: var(--white); border: 1px solid #a9b2ca; border-radius: 10px; }
.portal-controls .text-button:first-of-type { margin-left: auto; }
.case-head, .case-row button { display: grid; grid-template-columns: 1.05fr 1.1fr 1.2fr 1.05fr 1.35fr .85fr 30px; align-items: center; gap: 18px; }
.case-head { padding: 12px 20px; color: var(--ink-soft); font-size: .73rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.case-row { border-top: 1px solid var(--line); }
.case-row:last-of-type { border-bottom: 1px solid var(--line); }
.case-row button { width: 100%; min-height: 88px; padding: 18px 20px; text-align: left; background: transparent; border: 0; cursor: pointer; transition: background .2s; }
.case-row button:hover { background: var(--blue-50); }
.case-id { color: var(--magenta-dark); font-weight: 800; font-variant-numeric: tabular-nums; }
.case-field { display: grid; gap: 3px; }
.case-field small { color: var(--ink-soft); font-size: .76rem; font-weight: 500; }
.case-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.case-row strong { color: var(--deep-blue); }
.empty-state { padding: 44px 20px; color: var(--ink-soft); }
.readiness-checklist { margin-bottom: 120px; padding-top: 72px; padding-bottom: 72px; background: var(--deep-blue); border-radius: 28px; color: var(--white); }
.readiness-checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; margin: 36px 0; padding: 0; list-style: none; }
.readiness-checklist li { display: flex; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.readiness-checklist p { color: #e0e8ff; }
.case-drawer { position: fixed; z-index: 80; inset: 0; display: flex; justify-content: flex-end; background: rgba(21,33,66,.42); }
.case-drawer[hidden] { display: none; }
.drawer-panel { width: min(600px, 100%); height: 100%; overflow: auto; padding: 48px; color: var(--ink); background: var(--white); box-shadow: -20px 0 55px rgba(21,33,66,.18); animation: drawer-in .35s var(--ease); }
@keyframes drawer-in { from { transform: translateX(100%); } }
.drawer-close { float: right; padding: 10px 14px; color: var(--deep-blue); background: var(--lilac-100); border: 0; border-radius: 10px; cursor: pointer; }
.drawer-panel > p:first-of-type { color: var(--magenta-dark); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.drawer-panel h2 { margin-top: 40px; }
.drawer-panel dl > div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.drawer-panel dt { color: var(--ink-soft); }
.drawer-panel dd { margin: 0; font-weight: 650; }
.drawer-panel h3 { margin-top: 42px; }
.drawer-panel ol { padding-left: 22px; }

.legal-copy { padding-top: 100px; padding-bottom: 120px; }
.legal-copy h2 { max-width: 18ch; margin-top: 72px; font-size: 2rem; }
.thank-you { min-height: 650px; padding: 140px var(--gutter); background: var(--white); }
.thank-you h1 { max-width: 11ch; }
.thank-you .intro-weave { opacity: .32; pointer-events: none; }

.site-footer { display: grid; grid-template-columns: 1.4fr repeat(3, .8fr); gap: 52px; padding: 76px var(--gutter) 34px; color: var(--white); background: #111f46; }
.site-footer img { width: min(300px, 100%); padding: 12px; background: var(--white); border-radius: 12px; }
.site-footer h2 { font-size: 1rem; }
.site-footer a { display: block; width: fit-content; margin: 10px 0; color: #e2e9ff; }
.site-footer p { color: #bdc9ec; font-size: .88rem; }
.footer-note { grid-column: 1 / -1; max-width: none !important; margin: 28px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }

@media (max-width: 1120px) {
  .site-header { min-height: 88px; }
  .menu-button { display: grid; gap: 5px; min-width: 76px; min-height: 46px; place-content: center; color: var(--white); background: var(--deep-blue); border: 0; border-radius: 10px; cursor: pointer; font-size: .78rem; font-weight: 750; }
  .menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 25px; height: 2px; content: ""; background: currentColor; transition: transform .25s var(--ease); }
  .menu-button i { position: relative; }
  .menu-button i::before { position: absolute; top: -7px; }
  .menu-button i::after { position: absolute; top: 7px; }
  .menu-button[aria-expanded="true"] i { background: transparent; }
  .menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
  .primary-nav { position: absolute; top: 100%; right: var(--gutter); left: var(--gutter); display: grid; gap: 0; padding: 22px; visibility: hidden; opacity: 0; background: var(--white); border-radius: 0 0 18px 18px; box-shadow: var(--shadow); transform: translateY(-12px); transition: opacity .22s, transform .22s, visibility .22s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav > a:not(.nav-call) { padding: 16px 8px; border-bottom: 1px solid var(--line); }
  .nav-call { margin-top: 16px; }
  .home-hero { min-height: auto; }
  .hero-copy { width: 100%; padding-right: var(--gutter); padding-bottom: 30px; }
  .hero-copy h1 { max-width: 12ch; }
  .hero-weave { position: relative; right: auto; width: 100%; min-height: 700px; overflow: hidden; }
  .weave-art { top: 0; right: -6%; }
  .dual-path, .journey-preview, .value-weave, .credential-field, .standards-grid, .partner-promise, .partner-detail { grid-template-columns: 1fr; }
  .human-proof, .human-feature, .partner-feature { grid-template-columns: 1fr; }
  .human-proof-gallery { max-width: 860px; }
  .human-feature figure, .partner-feature figure { order: 0; }
  .journey-preview { gap: 60px; }
  .value-weave, .credential-field, .standards-grid { gap: 50px; }
  .process-flow { grid-template-columns: 1fr 1fr; }
  .process-flow article:nth-child(3) { border-left: 0; }
  .communication-map { grid-template-columns: 1fr; }
  .partner-paths { grid-template-columns: 1fr; }
  .partner-paths > a { min-height: 260px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-address { max-width: 620px; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer > div:nth-child(4) { grid-column: 2; }
  .portal-controls { flex-wrap: wrap; }
  .portal-controls .text-button:first-of-type { margin-left: 0; }
  .case-head { display: none; }
  .case-row button { grid-template-columns: 1fr 1fr; gap: 9px 24px; padding: 22px 12px; }
  .case-row button .icon { position: absolute; right: 15px; }
}

@media (max-width: 760px) {
  body { font-size: 18px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .site-header { padding: 14px 18px; }
  .brand { width: 184px; }
  .primary-nav { right: 18px; left: 18px; }
  .home-hero { background: var(--white); }
  .hero-copy { padding: 66px 20px 26px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-weave { min-height: 720px; }
  .hero-weave::before { inset: 3% -15% 4% -12%; border-radius: 40% 60% 52% 48%; }
  .weave-art { display: none; }
  .mobile-weave-list { position: absolute; inset: 22px 0 14px; display: block; overflow: hidden; }
  .mobile-weave-list > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .mobile-thread { fill: none; stroke-width: 20; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: weave-draw 1.15s var(--ease) forwards; }
  .mobile-thread-a { stroke: var(--magenta); }
  .mobile-thread-b { stroke: var(--blue); animation-delay: .18s; }
  .mobile-thread-core { stroke: var(--white); stroke-width: 5; animation-delay: .35s; }
  .mobile-service-node { position: absolute; z-index: 2; display: grid; width: min(260px, 70vw); min-height: 82px; padding: 15px 16px; align-content: center; color: var(--deep-blue); background: rgba(255,255,255,.97); border: 1px solid rgba(26,53,112,.18); border-radius: 14px; box-shadow: 0 11px 22px rgba(26,53,112,.12); animation: node-arrive .45s var(--ease) forwards; }
  .mobile-service-node strong { font-size: .92rem; line-height: 1.2; }
  .mobile-service-node span, .mobile-service-node a { margin-top: 5px; color: var(--ink-soft); font-size: .78rem; line-height: 1.35; }
  .mobile-service-node-1 { top: 4%; left: 20px; }
  .mobile-service-node-2 { top: 23%; right: 20px; }
  .mobile-service-node-3 { top: 42%; left: 28px; }
  .mobile-service-node-4 { top: 61%; right: 20px; }
  .mobile-destination { right: 40px; bottom: 12%; width: min(290px, 76vw); min-height: 88px; color: var(--white); background: var(--deep-blue); }
  .mobile-destination a { color: var(--white); font-weight: 700; }
  .replay-button { right: 20px; bottom: 18px; }
  .dual-path { grid-template-columns: 1fr; padding: 72px 20px; }
  .dual-path > div { min-height: auto; padding: 42px 28px; }
  .dual-path > div:first-child { border-radius: 22px 22px 0 0; }
  .dual-path > div:last-child { border-radius: 0 0 22px 22px; }
  .human-proof { padding: 20px 20px 94px; }
  .human-proof-gallery { grid-template-columns: 1fr; }
  .human-figure.partner { transform: none; }
  .human-feature { gap: 34px; padding: 76px 20px; }
  .human-feature figure::after { right: 10%; bottom: -11px; }
  .partner-feature figure::after { left: 10%; }
  .service-level-band { padding: 78px 20px; }
  .service-level-band > div:first-child { display: block; }
  .service-level-band > div:first-child p { margin-top: 24px; }
  .service-levels, .service-level-band.compact .service-levels { grid-template-columns: 1fr; }
  .service-levels article, .service-levels article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .journey-preview { padding: 84px 20px; }
  .page-intro { min-height: 680px; padding: 84px 20px 260px; }
  .page-intro > div:first-child { width: 100%; }
  .intro-weave { top: auto; right: -20%; bottom: 0; width: 105%; height: 250px; }
  .intro-weave i { height: 50px; }
  .service-index, .value-weave, .credential-field, .standards-grid, .process-flow, .journey-list, .communication-map, .contact-layout, .partner-paths, .partner-promise, .partner-detail, .portal-shell, .readiness-checklist, .legal-copy, .plain-close, .split-statement, .boundary-panel { padding-right: 20px; padding-left: 20px; }
  .service-ribbon { grid-template-columns: 1fr; }
  .service-ribbon > div:nth-child(odd), .service-ribbon > div:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
  .split-statement { grid-template-columns: 1fr; }
  .split-statement > div { padding: 42px 28px; }
  .split-statement > div:first-child { border-radius: 22px 22px 0 0; }
  .split-statement > div:last-child { border-radius: 0 0 22px 22px; }
  .boundary-panel, .plain-close, .readiness-checklist { margin-right: 20px; margin-left: 20px; border-radius: 22px; }
  .process-flow { grid-template-columns: 1fr; }
  .process-flow article, .process-flow article + article { min-height: auto; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .journey-list li { grid-template-columns: 60px 1fr; }
  .woven-form { grid-template-columns: 1fr; }
  .woven-form label, .woven-form .full, .woven-form .form-errors, .woven-form .form-note { grid-column: 1; }
  .partner-paths { padding-top: 80px; padding-bottom: 80px; }
  .partner-paths > a { min-height: 230px; padding: 34px 26px; }
  .capacity-strip { grid-template-columns: 1fr; }
  .capacity-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .portal-controls { display: grid; align-items: stretch; }
  .portal-controls select { width: 100%; }
  .case-row button { grid-template-columns: 1fr; gap: 5px; }
  .case-row button span:not(.case-id) { color: var(--ink-soft); font-size: .88rem; }
  .case-row button { gap: 15px; padding: 26px 12px; }
  .case-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; clip-path: none; color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: normal; }
  .case-field small { font-size: .78rem; }
  .readiness-checklist ul { grid-template-columns: 1fr; }
  .drawer-panel { padding: 30px 22px; }
  .drawer-panel dl > div { grid-template-columns: 1fr; gap: 5px; }
  .site-footer { grid-template-columns: 1fr; padding: 58px 20px 28px; }
  .site-footer > div:nth-child(4) { grid-column: auto; }
}

@media print {
  .site-header, .site-footer, .page-intro, .portal-controls, .case-list, .demo-banner, .capacity-strip { display: none !important; }
  body { color: #000; background: #fff; }
  .readiness-checklist { margin: 0; color: #000; background: #fff; }
  .readiness-checklist p { color: #000; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .thread, .thread-core, .mobile-thread { stroke-dashoffset: 0; }
  .weave-node, .weave-destination, .mobile-service-node { opacity: 1; filter: none; }
  .replay-button { display: none; }
}
