.site-header{height:var(--header-height);border-bottom:1px solid var(--border);background-color:var(--bg-primary);z-index:100;justify-content:space-between;align-items:center;transition:box-shadow .2s ease-in-out;display:flex;position:sticky;top:0}.site-header .logo{font-family:var(--font-serif), Georgia, serif;color:var(--navy);letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.main-nav{gap:2rem;display:flex}.nav-link{color:var(--text-primary);padding-bottom:4px;font-size:.95rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:var(--blue)}.nav-link.active:after{content:"";background-color:var(--blue);width:100%;height:2px;position:absolute;bottom:0;left:0}.menu-toggle-btn{color:var(--navy);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}.mobile-nav-overlay{top:var(--header-height);width:100%;height:calc(100vh - var(--header-height));background-color:var(--bg-primary);z-index:99;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem;display:flex;position:fixed;left:0}.mobile-nav-overlay .nav-link{font-size:1.5rem;font-family:var(--font-serif), serif;border-bottom:1px solid var(--border);width:100%;padding-bottom:.75rem}.hero-section{min-height:calc(100svh - var(--header-height));flex-direction:column;justify-content:center;display:flex;position:relative}.hero-label{margin-bottom:1rem}.hero-headline{margin-bottom:1.5rem}.hero-paragraph{color:var(--text-slate);margin-bottom:2.5rem}.hero-ctas{gap:1.25rem;display:flex}.snapshot-grid{border:1px solid var(--border);background-color:var(--bg-secondary);grid-template-columns:repeat(5,1fr);display:grid}.snapshot-item{border-right:1px solid var(--border);padding:1.5rem}.snapshot-item:last-child{border-right:none}.snapshot-item .text-label{margin-bottom:.5rem;display:block}.snapshot-val{color:var(--navy);font-size:.95rem;font-weight:600}.evidence-grid{border:1px solid var(--border);border-bottom:none;grid-template-columns:repeat(3,1fr);display:grid}.evidence-item{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.evidence-item:nth-child(3n){border-right:none}.evidence-item h3{margin-bottom:1rem;font-size:1.25rem}.evidence-item p{color:var(--text-slate);font-size:.95rem}.cap-split{grid-template-columns:40% 60%;gap:3rem;display:grid}.cap-matrix{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.cap-item h3{margin-bottom:.5rem;font-size:1.2rem}.cap-item p{color:var(--text-slate);font-size:.925rem}.work-showcase{flex-direction:column;gap:3rem;display:flex}.project-card{border:1px solid var(--border);background-color:var(--bg-primary);grid-template-columns:55% 45%;min-height:440px;transition:outline .15s ease-in-out;display:grid}.project-card:focus-within{outline:2px solid var(--blue);outline-offset:4px}.project-card.alternate{grid-template-columns:45% 55%}.project-card.alternate .project-card-text{border-left:1px solid var(--border);order:2}.project-card.alternate .project-card-image{border-left:none;border-right:1px solid var(--border);order:1}.project-card-text{flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.project-card-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.project-card h3{margin-bottom:.75rem;font-size:1.75rem}.project-meta-line{color:var(--text-slate);margin-bottom:.4rem;font-size:.875rem}.project-meta-line strong{color:var(--text-primary)}.project-desc{color:var(--text-primary);margin-top:1rem;margin-bottom:1.5rem;font-size:.95rem}.project-inner-details{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;margin-bottom:1.5rem;padding:1rem}.project-inner-title{text-transform:uppercase;color:var(--text-slate);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.project-inner-val{color:var(--text-primary);font-size:.85rem}.project-link{color:var(--navy);align-items:center;gap:.5rem;width:fit-content;font-size:.9rem;font-weight:700;display:inline-flex}.project-link:hover{color:var(--blue)}.project-card-image{background-color:var(--bg-secondary);border-left:1px solid var(--border);justify-content:center;align-items:center;padding:2rem;display:flex}.mockup-wrapper{border:1px solid var(--border);background-color:#fff;border-radius:4px;width:90%;padding:1rem;box-shadow:0 4px 12px #00000005}.mockup-header{border-bottom:1px solid var(--border);gap:4px;height:12px;margin-bottom:.75rem;display:flex}.mockup-indicator{background-color:var(--border);border-radius:50%;width:6px;height:6px}.mockup-box-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mockup-box{background-color:var(--bg-primary);border:1px solid var(--border);border-radius:2px;height:50px}.journey-section{grid-template-columns:55% 45%;gap:3rem;display:grid}.journey-graphic{border:1px solid var(--border);background-color:var(--bg-secondary);border-radius:6px;flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.journey-node{border:1px solid var(--border);background-color:var(--bg-primary);border-radius:4px;margin-bottom:1.5rem;padding:1rem;position:relative}.journey-node:after{content:"↓";color:var(--text-slate);font-weight:700;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.journey-node:last-child{margin-bottom:0}.journey-node:last-child:after{display:none}.timeline-list{flex-direction:column;gap:2rem;display:flex}.timeline-item{border-bottom:1px solid var(--border);grid-template-columns:200px 1fr;padding-bottom:2rem;display:grid}.timeline-item:last-child{border-bottom:none;padding-bottom:0}.timeline-date{font-family:var(--font-serif), Georgia, serif;color:var(--blue);font-size:1.25rem;font-weight:500}.timeline-content h3{margin-bottom:.5rem;font-size:1.35rem}.timeline-warning{color:var(--text-slate);margin-top:.5rem;font-size:.8rem;font-style:italic}.mess-map-explorer{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;flex-direction:column;justify-content:center;min-height:320px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.m-state{width:100%}.m-state-mess{flex-direction:column;gap:.8rem;display:flex}.m-fragment{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;width:fit-content;max-width:100%;padding:.8rem 1rem;font-family:monospace;font-size:.85rem;transform:rotate(-1deg)}.m-fragment:nth-child(2n){color:#856404;background-color:#fff3cd;border:1px solid #ffebaa;margin-left:2rem;transform:rotate(1.5deg)}.m-fragment:nth-child(3n){color:#383d41;background-color:#e2e3e5;border:1px solid #d6d8db;margin-left:4rem;transform:rotate(-.5deg)}.m-state-map{flex-direction:column;gap:.8rem;display:flex}.m-map-item{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;align-items:center;gap:.75rem;padding:.8rem 1rem;font-size:.9rem;font-weight:500;display:flex}.m-map-item:before{content:"✓";font-weight:700}.think-explorer{border:1px solid var(--border);grid-template-columns:260px 1fr;min-height:340px;display:grid}.think-tabs{background-color:var(--bg-secondary);border-right:1px solid var(--border);flex-direction:column;display:flex}.think-tab-btn{border:none;border-bottom:1px solid var(--border);text-align:left;font-family:var(--font-sans), sans-serif;letter-spacing:.05em;text-transform:uppercase;color:var(--text-slate);cursor:pointer;background:0 0;width:100%;padding:1.25rem;font-size:.85rem;font-weight:700;transition:background-color .2s}.think-tab-btn:hover{background-color:#2d6fa30d}.think-tab-btn.active{background-color:var(--bg-primary);color:var(--blue);border-left:4px solid var(--blue)}.think-content-pane{background-color:var(--bg-primary);flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.think-pane-stage{text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:.5rem;font-size:.725rem;font-weight:700}.think-pane-question{font-family:var(--font-serif), Georgia, serif;color:var(--navy);margin-bottom:1rem;font-size:1.5rem;font-style:italic;line-height:1.3}.think-pane-explanation{color:var(--text-primary);max-width:65ch;margin-bottom:1.5rem;font-size:.95rem}.think-pane-example-label{text-transform:uppercase;color:var(--text-slate);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.think-pane-example{border-left:2px solid var(--border);color:var(--text-slate);padding-left:1rem;font-size:.925rem}.about-split{grid-template-columns:40% 60%;gap:3rem;display:grid}.portrait-placeholder{border:1px solid var(--border);background-color:var(--bg-secondary);justify-content:center;align-items:center;height:100%;min-height:320px;display:flex}.credentials-list{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.credential-item{border:1px solid var(--border);background-color:var(--bg-secondary);border-radius:4px;padding:1.25rem}.contact-split{grid-template-columns:45% 55%;gap:3rem;display:grid}.insights-list{flex-direction:column;gap:1.5rem;display:flex}.insight-item{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.insight-item:last-child{border-bottom:none}.insight-item h3{margin-bottom:.5rem;font-size:1.25rem}.insight-item p{color:var(--text-slate);font-size:.925rem}.category-trigger-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.btn-category-trigger{background-color:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;text-align:center;border-radius:4px;justify-content:center;align-items:center;min-height:48px;padding:.85rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.btn-category-trigger:hover,.btn-category-trigger.selected{background-color:var(--navy);color:var(--bg-primary);border-color:var(--navy)}.expanded-form-wrapper{max-height:0;transition:max-height .4s ease-in-out;overflow:hidden}.expanded-form-wrapper.expanded{max-height:800px}.expanded-form-wrapper form{border-top:1px solid var(--border);padding-top:1.5rem}.form-announcer{color:#1a365d;background-color:#e8f0fe;border:1px solid #b0c4de;border-radius:4px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.85rem}.site-footer{background-color:var(--navy);color:var(--bg-primary);margin-top:auto;padding-block:4rem 2.5rem}.site-footer h2,.site-footer h3,.site-footer span,.site-footer p{color:var(--bg-primary)}.footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:45% 55%;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand p{color:#f5f3eeb3;max-width:35ch;margin-top:.75rem;font-size:.95rem}.footer-links-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-link-col h4{text-transform:uppercase;letter-spacing:.1em;color:#f5f3ee80;font-size:.725rem;font-weight:700;font-family:var(--font-sans), sans-serif;margin-bottom:1rem}.footer-link-col ul{list-style:none}.footer-link-col li{margin-bottom:.5rem}.footer-link-col a{color:#f5f3eed9;font-size:.9rem}.footer-link-col a:hover{color:var(--bg-primary);text-decoration:underline}.footer-bottom{color:#f5f3ee99;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a:hover{text-decoration:underline}@media (max-width:992px){.snapshot-grid{grid-template-columns:repeat(3,1fr)}.snapshot-item{border-bottom:1px solid var(--border)}.snapshot-item:nth-child(3n){border-right:none}.snapshot-item:nth-child(4),.snapshot-item:nth-child(5){border-bottom:none}.cap-split,.project-card,.project-card.alternate,.journey-section,.about-split,.contact-split,.footer-top{grid-template-columns:1fr;gap:2rem}.project-card.alternate .project-card-text{border-left:none;border-bottom:1px solid var(--border);order:1}.project-card.alternate .project-card-image{border-right:none;order:2}.project-card-image{border-left:none;border-top:1px solid var(--border)}.footer-links-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.main-nav{display:none}.menu-toggle-btn{display:block}.snapshot-grid{grid-template-columns:1fr}.snapshot-item{border-right:none;border-bottom:1px solid var(--border)}.snapshot-item:last-child{border-bottom:none}.evidence-grid{grid-template-columns:1fr}.evidence-item{border-right:none}.cap-matrix,.credentials-list,.think-explorer{grid-template-columns:1fr}.think-tabs{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;overflow-x:auto}.think-tab-btn{border-bottom:none;border-right:1px solid var(--border);white-space:nowrap;width:auto;padding:1rem 1.5rem}.think-tab-btn.active{border-left:none;border-bottom:4px solid var(--blue)}.timeline-item{grid-template-columns:1fr;gap:.5rem}.footer-links-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}.journey-map-grid{grid-template-columns:1fr;align-items:start;gap:3rem;margin-bottom:4rem;display:grid}.journey-list-item-grid{border-bottom:1px solid var(--border);grid-template-columns:1fr;gap:2rem;padding-bottom:3.5rem;display:grid}@media (min-width:992px){.journey-map-grid{grid-template-columns:1.2fr 1fr}.journey-list-item-grid{grid-template-columns:250px 1fr}}.social-link-item{color:var(--navy);border-bottom:1px solid #0000;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s}.social-link-item:hover{border-bottom-color:var(--navy)}
