:root{--green:#1B5E35;--green-dark:#154a29;--green-light:#e8f3ec;--gold:#C9A227;--gold-light:#f9f0d6;--charcoal:#222222;--gray-900:#1a1a1a;--gray-700:#444444;--gray-500:#777777;--gray-200:#e8e8e8;--gray-100:#f5f5f5;--white:#ffffff;--font-serif:"EB Garamond",Georgia,serif;--font-sans:"Inter",system-ui,sans-serif;--radius:8px;--radius-lg:16px;--shadow:0 2px 16px rgba(0,0,0,0.08);--shadow-lg:0 8px 40px rgba(0,0,0,0.12);--max-w:1120px;--nav-h:56px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--charcoal);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 32px}.section{padding:96px 0}.section-light{background:var(--gray-100)}.section-green{background:var(--green);color:var(--white)}h1,h2,h3,h4,h5{font-family:var(--font-serif);font-weight:500;line-height:1.2;letter-spacing:-.01em}h1{font-size:clamp(2.6rem,5vw,4rem)}h2{font-size:clamp(1.9rem,3.5vw,2.75rem)}h3{font-size:1.4rem}h4{font-size:1.15rem}h5{font-size:.95rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.04em;text-transform:uppercase}p{color:var(--gray-700)}em{font-style:italic}.eyebrow,em{color:var(--green)}.eyebrow{font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.eyebrow-light{color:rgba(255,255,255,.7)}.section-header{text-align:center;max-width:680px;margin:0 auto 64px}.section-header h2{margin-bottom:16px}.section-sub{font-size:1.05rem;color:var(--gray-500)}.section-header-light h2,.section-header-light p{color:var(--white)}.section-header-light .section-sub{color:rgba(255,255,255,.75)}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-sans);font-size:.9rem;font-weight:500;padding:12px 24px;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}.btn-primary{background:var(--green);color:var(--white);border-color:var(--green)}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(27,94,53,.25)}.btn-outline{background:transparent;color:var(--green);border-color:var(--green)}.btn-outline:hover{background:var(--green);color:var(--white);transform:translateY(-1px)}.btn-lg{padding:15px 32px;font-size:.95rem}.btn-sm{padding:9px 18px;font-size:.82rem}.btn-block{width:100%;justify-content:center}.nav-wrapper{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid transparent;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s,box-shadow .2s}.nav-scrolled{border-color:var(--gray-200);box-shadow:0 2px 12px rgba(0,0,0,.06)}.nav{display:flex;align-items:center;justify-content:space-between}.nav,.nav-logo img{height:var(--nav-h)}.nav-logo img{padding:4px 0}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:.88rem;font-weight:500;color:var(--gray-700);transition:color .15s}.nav-links a:hover{color:var(--green)}.nav-links a.nav-login{border:1.5px solid var(--green);border-radius:999px;padding:7px 18px;color:var(--green);transition:background .15s ease,color .15s ease}.nav-links a.nav-login:hover{background:var(--green);color:var(--white)}.nav-cta a{padding:9px 20px}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--charcoal);border-radius:2px;transition:all .2s}.hero{padding:32px 0 60px;background:var(--white);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.hero-text{max-width:560px}.hero-text h1{margin-bottom:24px}.hero-text .eyebrow{margin-bottom:20px}.hero-sub{font-size:1.1rem;color:var(--gray-700);margin-bottom:40px;line-height:1.7}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center;padding:20px}.hero-card-stack{gap:20px;width:300px}.hcard,.hero-card-stack{display:flex;flex-direction:column}.hcard{width:100%;padding:24px 28px;border-radius:12px;gap:6px;box-shadow:var(--shadow-lg)}.hcard-1{background:var(--green)}.hcard-2{background:var(--white);border:1px solid var(--gray-200)}.hcard-3{background:var(--gold-light);border:1px solid rgba(201,162,39,.2)}.hcard-label{font-weight:600;font-size:.95rem}.hcard-sub{font-size:.78rem;opacity:.75}.hcard-1 .hcard-label,.hcard-1 .hcard-sub{color:var(--white)}.hcard-2 .hcard-label{color:var(--green)}.hcard-3 .hcard-label{color:var(--gold)}.trust-bar{padding:20px 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:var(--white)}.trust-inner{justify-content:center;gap:20px;flex-wrap:wrap}.trust-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:8px;font-size:.82rem;font-weight:500;color:var(--gray-700)}.trust-item svg{color:var(--green);flex-shrink:0}.trust-divider{color:var(--gray-200);font-size:1.2rem}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.problem-card{padding:32px 28px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.problem-num{font-family:var(--font-serif);font-size:2.5rem;color:var(--gray-200);font-weight:400;margin-bottom:12px;line-height:1}.problem-card p{font-size:.92rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;align-items:start}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:40px 36px;position:relative;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.service-card-featured{border-color:var(--green);box-shadow:0 0 0 1px var(--green),var(--shadow)}.service-badge{position:absolute;top:-13px;left:36px;background:var(--green);color:var(--white);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 14px;border-radius:20px}.service-icon{width:56px;height:56px;margin-bottom:20px;background:var(--green-light);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px}.service-icon img{width:36px;height:36px;object-fit:contain}.service-card h3{margin-bottom:14px;color:var(--charcoal)}.service-card p{font-size:.92rem;margin-bottom:20px;line-height:1.65}.service-list{display:flex;flex-direction:column;gap:10px}.service-list li{font-size:.85rem;color:var(--gray-700);padding-left:20px;position:relative;line-height:1.5}.service-list li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:var(--green);opacity:.5}.service-list a{color:var(--green);text-decoration:underline}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.why-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:36px 28px;text-align:center;transition:background .2s}.why-card:hover{background:rgba(255,255,255,.13)}.why-icon{font-size:2rem;margin-bottom:16px}.why-card h4{color:var(--white);margin-bottom:12px;font-family:var(--font-sans);font-weight:600}.why-card p{color:rgba(255,255,255,.75);font-size:.88rem;line-height:1.65}.apps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.app-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:36px 32px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s,transform .2s}.app-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.app-card-coming{border-style:dashed;border-color:var(--gray-200)}.app-header{gap:16px}.app-header,.app-logo{display:flex;align-items:center}.app-logo{width:52px;height:52px;background:var(--green-light);border-radius:12px;justify-content:center;overflow:hidden;flex-shrink:0;padding:6px}.app-logo img{width:40px;height:40px;object-fit:contain}.app-logo-placeholder{background:var(--gray-100);font-size:1.5rem;color:var(--gray-500)}.app-meta h3{font-size:1.05rem;margin-bottom:4px}.app-url{font-size:.78rem;color:var(--green);font-weight:500}.app-url:hover{text-decoration:underline}.app-card>p{font-size:.88rem;line-height:1.65;flex:1 1}.app-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:.72rem;font-weight:500;background:var(--green-light);color:var(--green);padding:4px 10px;border-radius:20px}.process-steps{display:flex;align-items:flex-start;gap:0;max-width:1000px;margin:0 auto}.process-step{flex:1 1;flex-direction:column;text-align:center;padding:0 16px}.process-step,.step-num{display:flex;align-items:center}.step-num{width:48px;height:48px;border-radius:50%;background:var(--green);color:var(--white);font-family:var(--font-serif);font-size:1.3rem;justify-content:center;margin-bottom:20px;flex-shrink:0;position:relative;z-index:1}.step-content h4{margin-bottom:10px;color:var(--charcoal);font-family:var(--font-sans);font-weight:600}.step-content p{font-size:.88rem;line-height:1.65}.process-connector{flex-shrink:0;width:60px;height:2px;background:var(--gray-200);margin-top:24px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;align-items:start}.pricing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:40px 36px;position:relative;display:flex;flex-direction:column;gap:20px}.pricing-card-featured{border-color:var(--green);box-shadow:0 0 0 1px var(--green),var(--shadow-lg)}.pricing-badge{position:absolute;top:-13px;left:36px;background:var(--gold);color:var(--white);font-size:.72rem;font-weight:700;padding:4px 14px;border-radius:20px}.pricing-badge,.pricing-tier{letter-spacing:.06em;text-transform:uppercase}.pricing-tier{font-family:var(--font-sans);font-weight:600;font-size:.85rem;color:var(--green)}.pricing-range{font-family:var(--font-serif);font-size:2.2rem;color:var(--charcoal);line-height:1}.pricing-desc{font-size:.88rem;line-height:1.6}.pricing-list{display:flex;flex-direction:column;gap:12px;flex:1 1}.pricing-list li{font-size:.88rem;color:var(--gray-700);padding-left:22px;position:relative;line-height:1.5}.pricing-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:600;font-size:.8rem}.testimonial-block{max-width:780px;margin:0 auto;text-align:center}.quote-mark{font-size:5rem;color:rgba(255,255,255,.2);line-height:.8;margin-bottom:8px}.quote-mark,blockquote{font-family:var(--font-serif)}blockquote{font-size:clamp(1.2rem,2.5vw,1.7rem);color:var(--white);line-height:1.5;margin-bottom:32px}.testimonial-attr{display:flex;flex-direction:column;align-items:center;gap:4px}.testimonial-attr strong{color:var(--white);font-family:var(--font-sans)}.testimonial-attr span{color:rgba(255,255,255,.6);font-size:.88rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start}.contact-info .eyebrow{margin-bottom:16px}.contact-info h2{margin-bottom:20px}.contact-info>p{margin-bottom:32px;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.contact-link{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;color:var(--green);transition:opacity .15s}.contact-link:hover{opacity:.75}.contact-link svg{color:var(--green);flex-shrink:0}.contact-apps-note p{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);margin-bottom:10px}.contact-app-links{display:flex;gap:16px}.contact-app-links a{font-size:.88rem;font-weight:500;color:var(--green);border-bottom:1px solid rgba(27,94,53,.3);padding-bottom:2px;transition:border-color .15s}.contact-app-links a:hover{border-color:var(--green)}.contact-form-wrap{background:var(--gray-100);border-radius:var(--radius-lg);padding:40px}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{font-size:.8rem;font-weight:600;color:var(--charcoal);letter-spacing:.03em}.form-group input,.form-group textarea{font-family:var(--font-sans);font-size:.9rem;padding:12px 16px;border:1.5px solid var(--gray-200);border-radius:var(--radius);background:var(--white);color:var(--charcoal);outline:none;transition:border-color .15s,box-shadow .15s;width:100%;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-500)}.form-group input:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(27,94,53,.1)}.footer{background:var(--charcoal);color:var(--white);padding-top:64px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1);align-items:start}.footer-brand img{filter:brightness(0) invert(1);margin-bottom:16px;width:auto}.footer-logo{height:60px}.footer-brand p{font-size:.85rem;color:rgba(255,255,255,.5);line-height:1.6}.footer-col h5{color:rgba(255,255,255,.4);margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:.88rem;color:rgba(255,255,255,.7);transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 32px}.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.4)}.footer-social{display:flex;gap:16px}.footer-social a{color:rgba(255,255,255,.4);transition:color .15s}.footer-social a:hover{color:var(--white)}@media (max-width:1024px){.problem-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:48px}.hero-visual{display:none}.apps-grid,.contact-grid,.pricing-grid,.services-grid{grid-template-columns:1fr}.contact-grid{gap:48px}.process-steps{flex-direction:column;align-items:center;gap:0}.process-connector{width:2px;height:40px}.process-step{padding:0;max-width:320px}}@media (max-width:768px){.section{padding:64px 0}.container{padding:0 20px}.nav-links{display:none;position:absolute;top:var(--nav-h);left:0;right:0;background:var(--white);flex-direction:column;padding:24px 20px;border-bottom:1px solid var(--gray-200);gap:20px;box-shadow:var(--shadow)}.nav-links.open,.nav-toggle{display:flex}.nav-wrapper{position:relative}.trust-inner{flex-direction:column;gap:12px}.trust-divider{display:none}.footer-inner{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media (max-width:480px){h1{font-size:2.2rem}h2{font-size:1.7rem}.hero{padding:64px 0 48px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.footer-inner,.problem-grid,.why-grid{grid-template-columns:1fr}.footer-logo{height:48px}.contact-form-wrap{padding:28px 20px}}.profile-page{background:var(--white)}.profile-hero{position:relative;min-height:calc(100vh - var(--nav-h));display:flex;align-items:flex-end;overflow:hidden;background:var(--charcoal)}.profile-hero-media,.profile-hero-shade{position:absolute;inset:0}.profile-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 36%;filter:saturate(.92) contrast(1.04)}.profile-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.58) 34%,rgba(0,0,0,.18) 72%),linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.08) 46%)}.profile-hero-content{position:relative;z-index:1;padding-top:120px;padding-bottom:88px;max-width:1120px}.profile-hero h1{color:var(--white);font-size:clamp(3rem,8vw,6.2rem);line-height:.95;margin-bottom:18px;letter-spacing:0}.profile-title{color:var(--gold-light);font-size:clamp(1rem,2vw,1.35rem);font-weight:600;margin-bottom:22px}.profile-hero-copy{max-width:620px;color:rgba(255,255,255,.82);font-size:1.1rem;line-height:1.75;margin-bottom:34px}.profile-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.profile-hero-outline{color:var(--white);border-color:rgba(255,255,255,.72)}.profile-hero-outline:hover{background:var(--white);border-color:var(--white);color:var(--green)}.profile-stats{background:var(--green);color:var(--white);padding:28px 0}.profile-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.profile-stats-grid div{border-left:1px solid rgba(255,255,255,.2);padding-left:20px}.profile-stats-grid strong{display:block;color:var(--white);font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:500;line-height:1;margin-bottom:8px}.profile-stats-grid span{display:block;color:rgba(255,255,255,.75);font-size:.82rem;line-height:1.5}.profile-two-col{display:grid;grid-template-columns:.88fr 1.12fr;grid-gap:76px;gap:76px;align-items:start}.profile-section-kicker{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 32px)}.profile-prose p{font-size:1rem;line-height:1.85;margin-bottom:22px}.profile-highlight{margin-top:36px;padding:28px;background:var(--green-light);border-left:4px solid var(--green);border-radius:var(--radius)}.profile-highlight span{display:block;color:var(--green);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.profile-highlight p{color:var(--charcoal);font-family:var(--font-serif);font-size:1.35rem;line-height:1.45;margin:0}.profile-focus-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.profile-focus-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:30px 26px;min-height:290px;transition:transform .2s,box-shadow .2s,border-color .2s}.profile-focus-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(27,94,53,.28)}.profile-focus-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;background:var(--gold-light);color:var(--green);font-family:var(--font-serif);font-size:1.1rem}.profile-focus-card h3{margin-bottom:14px}.profile-focus-card p{font-size:.88rem;line-height:1.7}.profile-timeline-wrap{max-width:980px}.profile-timeline{position:relative;display:flex;flex-direction:column;gap:0}.profile-timeline:before{content:"";position:absolute;top:10px;bottom:10px;left:174px;width:1px;background:var(--gray-200)}.profile-role{position:relative;display:grid;grid-template-columns:150px 1fr;grid-gap:52px;gap:52px;padding:0 0 44px}.profile-role:before{content:"";position:absolute;left:166px;top:8px;width:17px;height:17px;border-radius:50%;background:var(--white);border:4px solid var(--green);z-index:1}.profile-role-date{color:var(--green);font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding-top:4px}.profile-role-body{padding-bottom:4px}.profile-role-body h3{margin-bottom:5px}.profile-role-title{color:var(--green);font-size:.88rem;font-weight:700;margin-bottom:10px}.profile-role-body p:not(.profile-role-title){font-size:.92rem;line-height:1.7}.profile-education h2,.profile-education h3,.profile-education p{color:var(--white)}.profile-education-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:72px;gap:72px;align-items:start}.profile-education-list{display:grid;grid-gap:22px;gap:22px}.profile-education-list article{padding:26px 30px;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);background:rgba(255,255,255,.08)}.profile-education-list h3{margin-bottom:8px}.profile-education-list p{color:rgba(255,255,255,.72);font-size:.9rem}.profile-insight-grid{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:72px;gap:72px;align-items:start}.profile-insight-card{padding:44px;border-radius:var(--radius);background:var(--gray-100)}.profile-insight-card p{font-size:1rem;line-height:1.85;margin-bottom:20px}.profile-insight-card p:last-child{margin-bottom:0}.profile-insight-signoff{color:var(--green);font-family:var(--font-serif);font-size:1.45rem!important;line-height:1.45!important}.profile-giving-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:60px;gap:60px;align-items:center}.profile-giving-copy p:not(.eyebrow){font-size:1rem;line-height:1.85;margin-bottom:20px}.profile-giving-photo{margin:0;border-radius:var(--radius);overflow:hidden;background:var(--gray-100);box-shadow:var(--shadow-lg)}.profile-giving-photo img{width:100%;aspect-ratio:1170/740;object-fit:cover}.profile-giving-photo figcaption{padding:14px 18px;color:var(--gray-500);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.profile-original-section{background:linear-gradient(180deg,var(--white) 0,var(--gray-100) 100%)}.profile-original-wrap{max-width:980px}.profile-original-content{padding:56px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.profile-original-content h2{margin:56px 0 22px;padding-bottom:12px;border-bottom:1px solid var(--gray-200)}.profile-original-content h2:first-child{margin-top:0}.profile-original-content h3{margin:42px 0 8px;color:var(--green)}.profile-original-content h4{margin:24px 0 12px;color:var(--charcoal);font-family:var(--font-sans);font-size:.98rem;font-weight:700}.profile-original-content p{margin-bottom:16px;font-size:.95rem;line-height:1.82}.profile-original-content>p:first-of-type,.profile-original-lead{color:var(--charcoal);font-weight:700}.profile-original-meta{color:var(--gray-500);font-size:.84rem!important;font-weight:600;margin-bottom:6px!important}.profile-original-content ul{display:grid;grid-gap:8px;gap:8px;margin:0 0 18px}.profile-original-content li{position:relative;padding-left:22px;color:var(--gray-700);font-size:.9rem;line-height:1.65}.profile-original-content li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--green);opacity:.5}.profile-questions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.profile-questions article{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:32px}.profile-questions h3{margin-bottom:14px}.profile-questions p{font-size:.9rem;line-height:1.7}.profile-contact-panel{background:var(--gray-100);border-radius:var(--radius);padding:40px}.profile-contact-panel h3{margin-bottom:22px}.profile-contact-panel .service-list{margin-bottom:28px}@media (max-width:1024px){.profile-focus-grid,.profile-stats-grid{grid-template-columns:repeat(2,1fr)}.profile-questions{grid-template-columns:1fr}}@media (max-width:900px){.profile-hero{min-height:760px}.profile-hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.84),rgba(0,0,0,.42) 70%),linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.1))}.profile-hero-content{padding-bottom:64px}.profile-education-grid,.profile-giving-grid,.profile-insight-grid,.profile-two-col{grid-template-columns:1fr;gap:36px}.profile-section-kicker{position:static}}@media (max-width:768px){.profile-focus-grid,.profile-stats-grid{grid-template-columns:1fr}.profile-stats-grid div{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:18px 0 0}.profile-role:before,.profile-timeline:before{display:none}.profile-role{grid-template-columns:1fr;gap:8px;padding-bottom:34px;border-bottom:1px solid var(--gray-200);margin-bottom:28px}.profile-role:last-child{border-bottom:0;margin-bottom:0}.profile-hero-actions .btn{width:100%;justify-content:center}.profile-contact-panel,.profile-insight-card,.profile-original-content{padding:30px 24px}}@media (max-width:480px){.profile-hero{min-height:700px}.profile-hero-content{padding-top:80px;padding-bottom:44px}.profile-hero h1{font-size:3.2rem}.profile-hero-copy,.profile-title{font-size:.98rem}.profile-highlight p,.profile-insight-signoff{font-size:1.22rem!important}}.profile-redesign{background:var(--white)}.narrative-hero{position:relative;min-height:calc(100vh - var(--nav-h));display:flex;align-items:flex-end;overflow:hidden;background:var(--charcoal)}.narrative-hero-media,.narrative-hero-shade{position:absolute;inset:0}.narrative-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 34%;filter:saturate(.95) contrast(1.04)}.narrative-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.63) 38%,rgba(0,0,0,.2) 78%),linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.04) 48%)}.narrative-hero-content{position:relative;z-index:1;padding-top:120px;padding-bottom:86px}.narrative-hero h1{max-width:830px;color:var(--white);font-size:clamp(2.9rem,6.3vw,5.65rem);line-height:.98;margin-bottom:24px}.narrative-deck{max-width:780px;color:var(--gold-light);font-size:clamp(1rem,2vw,1.28rem);font-weight:700;margin-bottom:18px}.narrative-hero-copy{max-width:680px;color:rgba(255,255,255,.82);font-size:1.08rem;line-height:1.76;margin-bottom:34px}.narrative-hero-actions{display:flex;flex-wrap:wrap;gap:14px}.narrative-outline{color:var(--white);border-color:rgba(255,255,255,.72)}.narrative-outline:hover{background:var(--white);border-color:var(--white);color:var(--green)}.narrative-band{background:var(--green);color:var(--white);padding:30px 0}.narrative-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.narrative-metrics div{min-height:96px;padding-left:20px;border-left:1px solid rgba(255,255,255,.22)}.narrative-metrics strong{display:block;color:var(--white);font-family:var(--font-serif);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:500;margin-bottom:8px}.narrative-metrics span{display:block;color:rgba(255,255,255,.76);font-size:.84rem;line-height:1.5}.narrative-split{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:78px;gap:78px;align-items:start}.narrative-split-reverse{grid-template-columns:.8fr 1.2fr}.narrative-sticky-label{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 34px)}.narrative-copy h2,.narrative-sticky-label h2{margin-bottom:18px}.narrative-copy p{font-size:1rem;line-height:1.86;margin-bottom:22px}.narrative-pullquote{margin:36px 0 0;padding:30px 34px;border-left:4px solid var(--green);border-radius:var(--radius);background:var(--green-light);color:var(--charcoal);font-family:var(--font-serif);font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.44}.narrative-pullquote.compact{font-size:clamp(1.15rem,2vw,1.45rem)}.story-grid{display:grid;grid-gap:26px;gap:26px}.story-card{position:relative;min-height:280px;padding:34px 32px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);box-shadow:0 2px 18px rgba(0,0,0,.04)}.story-card:nth-child(3n){background:var(--green-light);border-color:rgba(27,94,53,.14)}.story-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;background:var(--gold-light);color:var(--green);font-family:var(--font-serif);font-size:1.12rem}.story-card h3,.story-card p{margin-bottom:14px}.story-card p{font-size:.93rem;line-height:1.75}.narrative-dark{background:var(--charcoal)}.narrative-copy-light h2,.narrative-copy-light p,.narrative-dark{color:var(--white)}.narrative-copy-light p:not(.eyebrow){color:rgba(255,255,255,.74)}.expertise-list{display:grid;grid-gap:14px;gap:14px}.expertise-list li{padding:18px 20px;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);background:rgba(255,255,255,.07);color:rgba(255,255,255,.86);font-size:.92rem;font-weight:600}.narrative-callout-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.narrative-callout-grid div{padding:24px 22px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--gray-100)}.narrative-callout-grid span{display:block;color:var(--green);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.narrative-callout-grid p{margin:0;font-size:.88rem;line-height:1.65}.giving-back{background:var(--white)}.giving-back-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:64px;gap:64px}.giving-back-photo{overflow:hidden;border-radius:var(--radius);background:var(--gray-100);box-shadow:var(--shadow-lg)}.giving-back-photo img{width:100%;aspect-ratio:1170/740}.giving-back-photo figcaption{padding:14px 18px;color:var(--gray-500);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.experience-wrap{max-width:980px}.bio-accordion-list{display:grid;grid-gap:16px;gap:16px}.bio-accordion{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);box-shadow:0 2px 14px rgba(0,0,0,.035);overflow:hidden}.bio-accordion summary{display:flex;justify-content:space-between;gap:24px;padding:24px 28px;cursor:pointer;list-style:none}.bio-accordion summary::-webkit-details-marker{display:none}.bio-accordion summary span{display:grid;grid-gap:5px;gap:5px}.bio-accordion summary strong{color:var(--charcoal);font-family:var(--font-serif);font-size:1.42rem;font-weight:500;line-height:1.2}.bio-accordion summary em{color:var(--gray-500);font-style:normal;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bio-accordion summary b{flex-shrink:0;font-size:.78rem;font-weight:800;letter-spacing:.07em}.bio-accordion[open] summary{border-bottom:1px solid var(--gray-200);background:var(--green-light)}.bio-accordion-body h4{margin:28px 0 12px;color:var(--green);font-family:var(--font-sans);font-size:.98rem;font-weight:800}.bio-accordion-body p{margin-bottom:16px;font-size:.94rem;line-height:1.82}.bio-accordion-body ul{grid-gap:10px;gap:10px;margin:4px 0 18px}.bio-accordion-body li{position:relative;padding-left:22px;color:var(--gray-700);font-size:.9rem;line-height:1.65}.bio-accordion-body li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--green);opacity:.5}.bio-meta,.bio-meta a{color:var(--gray-500);font-size:.84rem!important;font-weight:700}.bio-lead{color:var(--charcoal)}.education-section{background:var(--green);color:var(--white)}.education-redesign-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:72px;gap:72px;align-items:start}.education-redesign-grid h2,.education-redesign-grid h3,.education-redesign-grid p{color:var(--white)}.education-redesign-list{display:grid;grid-gap:18px;gap:18px}.education-redesign-list article{padding:26px 30px;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);background:rgba(255,255,255,.08)}.education-redesign-list p{color:rgba(255,255,255,.72);font-size:.9rem}.reflection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.reflection-card{padding:32px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white)}.reflection-featured{display:grid;grid-template-columns:.42fr .58fr;grid-gap:34px;gap:34px;align-items:start;background:var(--green-light);border-color:rgba(27,94,53,.14)}.reflection-card h3{margin-bottom:14px}.reflection-card p{font-size:.94rem;line-height:1.78}.contact-redesign{background:var(--white)}@media (max-width:1024px){.expertise-list,.narrative-metrics,.story-grid{grid-template-columns:repeat(2,1fr)}.narrative-callout-grid,.reflection-featured,.reflection-grid{grid-template-columns:1fr}}@media (max-width:900px){.narrative-hero{min-height:760px}.narrative-hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.84),rgba(0,0,0,.42) 72%),linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.08))}.education-redesign-grid,.giving-back-grid,.narrative-split,.narrative-split-reverse{grid-template-columns:1fr;gap:38px}.narrative-sticky-label{position:static}}@media (max-width:768px){.expertise-list,.narrative-metrics,.story-grid{grid-template-columns:1fr}.narrative-metrics div{min-height:auto;border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:18px 0 0}.narrative-hero-actions .btn{width:100%;justify-content:center}.bio-accordion-body,.reflection-card,.story-card{padding:28px 24px}.bio-accordion summary{align-items:flex-start;flex-direction:column;gap:10px;padding:22px 24px}}@media (max-width:480px){.narrative-hero{min-height:720px}.narrative-hero-content{padding-top:86px;padding-bottom:44px}.narrative-hero h1{font-size:2.75rem}.narrative-deck,.narrative-hero-copy{font-size:.98rem}.narrative-pullquote{padding:24px;font-size:1.18rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-redesign .section{padding:122px 0}.profile-redesign .section-header{margin-bottom:78px}.profile-redesign .section-sub{line-height:1.82}.narrative-hero{min-height:auto;padding:84px 0 76px;background:linear-gradient(180deg,var(--white) 0,var(--gray-100) 100%);color:var(--charcoal)}.narrative-hero-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);grid-gap:68px;gap:68px}.narrative-hero-media,.narrative-hero-shade{display:none}.narrative-hero-content{padding:0;text-align:left}.narrative-hero h1{max-width:760px;color:var(--charcoal);font-size:clamp(2.65rem,5.7vw,5rem)}.narrative-hero-copy{color:var(--gray-700)}.narrative-hero-actions{max-width:590px;margin-top:42px}.narrative-outline{color:var(--green);border-color:var(--green)}.narrative-outline:hover{background:var(--green);border-color:var(--green);color:var(--white)}.narrative-hero-portrait{justify-self:end;width:min(100%,380px);border-radius:var(--radius);overflow:hidden;background:var(--white);box-shadow:var(--shadow-lg)}.narrative-hero-portrait img{width:100%;aspect-ratio:4/5;object-position:center top}.contact-grid,.education-redesign-grid,.giving-back-grid,.narrative-split,.narrative-split-reverse{gap:96px}.bio-accordion-body p,.contact-info>p,.narrative-copy p,.reflection-card p,.story-card p{margin-bottom:28px;line-height:1.92}.story-card{padding:42px 40px}.profile-contact-panel h3,.reflection-card h3,.story-card h3{font-size:1.62rem}.bio-accordion-body h4{margin-top:38px}.bio-accordion summary strong{font-size:1.62rem}.bio-accordion summary{position:relative;padding-right:76px}.bio-accordion summary:after{content:"▾";position:absolute;top:50%;right:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:var(--white);transform:translateY(-50%);transition:transform .18s ease,background .18s ease}.bio-accordion[open] summary:after{transform:translateY(-50%) rotate(180deg);background:var(--gold)}.bio-accordion summary b{margin-right:28px}.bio-accordion-body ul,.service-list{padding-left:18px}.bio-accordion-body ul{margin:10px 0 28px 18px}.bio-accordion-body li{padding-left:28px}.expertise-list{padding-left:0}.narrative-callout-grid{gap:24px;margin-top:42px}.reflection-card{padding:42px 40px}.profile-chatbot{position:fixed;right:24px;bottom:24px;z-index:120;font-family:var(--font-sans)}.chatbot-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:0;border-radius:999px;background:var(--green);color:var(--white);font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow-lg)}.chatbot-panel{position:absolute;right:0;bottom:62px;width:min(390px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-lg)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:var(--green);color:var(--white)}.chatbot-header span,.chatbot-header strong{display:block;color:var(--white)}.chatbot-header span{margin-top:2px;font-size:.76rem;opacity:.74}.chatbot-close{width:32px;height:32px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:var(--white);font-size:1.4rem;line-height:1;cursor:pointer}.chatbot-messages{display:flex;flex-direction:column;gap:10px;max-height:300px;overflow-y:auto;padding:18px;background:var(--gray-100)}.chatbot-message{max-width:92%;padding:11px 13px;border-radius:var(--radius);font-size:.84rem;line-height:1.55}.chatbot-message.bot{align-self:flex-start;background:var(--white);color:var(--gray-700)}.chatbot-message.user{align-self:flex-end;background:var(--green);color:var(--white)}.chatbot-prompts{display:grid;grid-gap:8px;gap:8px;padding:14px 18px 0}.chatbot-prompts button{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);color:var(--green);font:inherit;font-size:.78rem;font-weight:700;padding:9px 10px;text-align:left;cursor:pointer}.chatbot-form{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;padding:14px 18px 18px}.chatbot-form input{min-width:0;border:1px solid var(--gray-200);border-radius:var(--radius);padding:11px 12px;font:inherit;font-size:.86rem}.chatbot-form button{border:0;border-radius:var(--radius);background:var(--green);color:var(--white);font:inherit;font-size:.84rem;font-weight:800;padding:0 14px;cursor:pointer}@media (max-width:900px){.profile-redesign .section{padding:86px 0}.narrative-hero-layout{grid-template-columns:1fr;gap:42px}.narrative-hero-content{text-align:center}.narrative-deck,.narrative-hero h1,.narrative-hero-copy{margin-left:auto;margin-right:auto}.narrative-hero-portrait{justify-self:center;width:min(100%,320px)}.contact-grid,.education-redesign-grid,.giving-back-grid,.narrative-split,.narrative-split-reverse{gap:48px}}@media (max-width:768px){.profile-chatbot{right:16px;bottom:16px}.chatbot-panel{bottom:58px}.bio-accordion summary{padding-right:68px}.bio-accordion summary b{margin-right:0}}@media (max-width:480px){.narrative-hero{padding:56px 0 62px}.narrative-hero h1{font-size:2.45rem}.reflection-card,.story-card{padding:32px 26px}}.profile-redesign .section{padding-top:96px;padding-bottom:96px}.profile-redesign .section-header{margin-bottom:58px}.narrative-hero{padding-top:76px;padding-bottom:44px}.narrative-hero-layout{grid-template-columns:minmax(0,1.08fr) minmax(220px,.52fr);gap:58px}.narrative-deck{margin-top:34px;margin-bottom:34px}.narrative-hero-copy{margin-bottom:38px}.narrative-hero-actions{margin:42px auto 0}.narrative-hero-portrait{width:min(100%,250px);margin-bottom:34px}.narrative-band{padding-top:22px;padding-bottom:22px;margin-bottom:2.8rem}.narrative-metrics div{min-height:72px}.narrative-intro{padding-top:46px!important}.contact-grid,.education-redesign-grid,.giving-back-grid,.narrative-split,.narrative-split-reverse{gap:72px}.narrative-copy h2,.narrative-sticky-label h2{margin-bottom:34px}.bio-accordion-body p,.contact-info>p,.narrative-copy p,.reflection-card p,.story-card p{margin-bottom:32px;line-height:1.96}.story-grid{gap:38px}.story-card{padding:48px 44px}.profile-contact-panel h3,.reflection-card h3,.story-card h3{font-size:1.84rem;line-height:1.25;margin-bottom:24px}.narrative-dark{padding-top:64px!important;padding-bottom:64px!important}.narrative-dark .narrative-copy h2{margin-bottom:28px}.narrative-dark .narrative-copy p{margin-bottom:30px}.expertise-list{gap:18px}.narrative-callout-grid{gap:28px;margin-top:48px}.narrative-callout-grid div{padding:30px 26px}.narrative-callout-grid span{margin-bottom:16px}.giving-back-grid{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:78px}.giving-back-photo{max-width:430px}.bio-accordion-list{gap:26px}.bio-accordion summary{padding:30px 92px 30px 32px}.bio-accordion summary strong{font-size:1.76rem}.bio-accordion summary b{margin-right:24px;padding:7px 11px;border:1px solid rgba(27,94,53,.25);background:var(--white)}.bio-accordion summary:after{width:38px;height:38px;right:30px;font-size:1.2rem}.bio-accordion-body{padding:40px 46px 48px}.bio-accordion-body h4{font-size:1.2rem;margin-top:40px;margin-bottom:18px}.bio-accordion-body ul,.service-list{padding-left:24px}.bio-accordion-body ul{gap:14px;margin:14px 0 30px 20px}.bio-accordion-body li{padding-left:30px}.reflection-grid{gap:32px}.reflection-card{padding:44px 42px}@media (max-width:900px){.narrative-hero-layout{grid-template-columns:1fr}.narrative-hero-portrait{width:min(100%,230px);justify-self:center}.giving-back-grid{grid-template-columns:1fr}.giving-back-photo{max-width:420px;justify-self:center}}@media (max-width:480px){.profile-redesign .section{padding-top:72px;padding-bottom:72px}.narrative-hero{padding-top:58px;padding-bottom:38px}.narrative-hero-portrait{width:min(100%,200px)}.bio-accordion-body,.reflection-card,.story-card{padding:32px 26px}.bio-accordion summary{padding:26px 72px 26px 24px}.bio-accordion summary:after{right:22px}}.profile-redesign{background:#f7f8f3}.profile-redesign .section{padding-top:76px;padding-bottom:76px}.profile-redesign .section-header{max-width:790px;margin-bottom:38px}.contact-info h2,.education-redesign-grid h2,.narrative-copy h2,.narrative-sticky-label h2,.profile-redesign .section-header h2{font-size:clamp(2rem,3.3vw,3.25rem);line-height:1.08;letter-spacing:0}.profile-redesign .section-sub{max-width:680px;margin-top:18px;line-height:1.72}.narrative-hero{padding-top:34px;padding-bottom:22px;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(247,248,243,.94)),#f7f8f3}.narrative-hero-layout{min-height:calc(100vh - var(--nav-h) - 34px);grid-template-columns:minmax(0,1fr) 230px;gap:48px;align-items:center}.narrative-hero-content{max-width:770px}.narrative-hero .eyebrow{margin-bottom:16px}.narrative-hero h1{max-width:720px;margin-bottom:22px;font-size:clamp(2.55rem,4.5vw,4.25rem);line-height:1.03;letter-spacing:0}.narrative-deck{max-width:700px;margin:28px 0 24px;padding-top:18px;border-top:1px solid rgba(27,94,53,.18);color:var(--green);font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.55}.narrative-hero-copy{max-width:660px;margin-bottom:0;font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.78}.narrative-hero-actions{justify-content:center;max-width:620px;margin:30px 0 0}.narrative-hero-portrait{width:212px;max-width:212px;margin:0;justify-self:center;border-radius:8px;box-shadow:0 20px 46px rgba(20,34,26,.14)}.narrative-hero-portrait:before{inset:-10px;border-radius:12px}.narrative-hero-portrait img{aspect-ratio:1/1;object-fit:cover;border-radius:8px}.narrative-band{padding-top:16px;padding-bottom:16px;margin-bottom:0}.narrative-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.narrative-metrics div{min-height:0;padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:8px}.narrative-metrics strong{margin-bottom:6px;font-size:clamp(1.8rem,2.8vw,2.35rem);line-height:1}.narrative-metrics span{line-height:1.45}.narrative-intro{padding-top:68px!important}.contact-grid,.education-redesign-grid,.giving-back-grid,.narrative-split,.narrative-split-reverse{gap:56px}.bio-accordion-body p,.contact-info>p,.narrative-copy p,.reflection-card p,.story-card p{margin-bottom:20px;line-height:1.78}.bio-accordion-body p:last-child,.narrative-copy p:last-child,.reflection-card p:last-child,.story-card p:last-child{margin-bottom:0}.narrative-pullquote{margin:34px 0 0;padding:22px 26px;border-radius:8px;font-size:clamp(1.35rem,2.6vw,2.05rem);line-height:1.18}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.story-card{padding:34px 34px 36px;border-radius:8px}.profile-contact-panel h3,.reflection-card h3,.story-card h3{margin-bottom:18px;font-size:clamp(1.38rem,2.1vw,1.9rem);line-height:1.2}.story-num{margin-bottom:18px}.narrative-dark{padding-top:54px!important;padding-bottom:54px!important}.narrative-dark .narrative-copy h2{margin-bottom:18px}.narrative-dark .narrative-copy p{margin-bottom:0}.expertise-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.expertise-list li{padding:15px 16px 15px 42px;border-radius:8px;line-height:1.45}.narrative-now .narrative-copy>p{margin-bottom:22px}.narrative-callout-grid{gap:18px;margin-top:30px}.narrative-callout-grid div{padding:22px;border-radius:8px}.narrative-callout-grid span{margin-bottom:10px}.giving-back-grid{grid-template-columns:minmax(240px,360px) minmax(0,1fr);align-items:center;gap:54px}.giving-back-photo{max-width:360px;margin:0;border-radius:8px}.giving-back-photo img{aspect-ratio:4/3;object-fit:cover;border-radius:8px 8px 0 0}.giving-back-photo figcaption{padding:12px 16px}.experience-wrap{max-width:1040px}.bio-accordion-list{gap:18px}.bio-accordion{border-radius:8px}.bio-accordion summary{min-height:86px;padding:22px 182px 22px 28px;align-items:center}.bio-accordion summary strong{font-size:clamp(1.25rem,2.1vw,1.72rem);line-height:1.15}.bio-accordion summary em{margin-top:8px}.bio-accordion summary b{right:74px;margin-right:0;padding:8px 12px;border:1px solid rgba(27,94,53,.26);border-radius:999px;background:var(--cream);color:var(--green);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.bio-accordion summary:after{right:26px;width:34px;height:34px;border:1px solid rgba(27,94,53,.24);border-radius:50%;background:var(--white);color:var(--green);font-size:1.1rem;line-height:32px;text-align:center}.bio-accordion[open] summary b{background:var(--green);color:var(--white)}.bio-accordion-body{padding:30px 34px 36px}.bio-accordion-body h4{margin-top:32px;margin-bottom:14px;font-size:1.18rem;line-height:1.35}.bio-accordion-body h4:first-child,.bio-meta+h4{margin-top:0}.bio-accordion-body ul,.service-list{margin:12px 0 24px 20px;padding-left:22px}.bio-accordion-body ul{display:grid;grid-gap:12px;gap:12px}.bio-accordion-body li,.service-list li{padding-left:10px;line-height:1.7}.bio-lead{margin-top:24px;margin-bottom:10px!important;font-weight:800}.education-section,.reflections-section{padding-top:68px!important;padding-bottom:68px!important}.reflection-grid{gap:22px}.reflection-card{padding:30px;border-radius:8px}.reflection-featured{grid-column:1/-1}.contact-redesign{padding-top:72px!important;padding-bottom:78px!important}.profile-contact-panel{border-radius:8px}.profile-chatbot{right:22px;bottom:22px;z-index:50}.chatbot-toggle{box-shadow:0 16px 34px rgba(20,34,26,.2)}.chatbot-panel,.chatbot-toggle{border-radius:8px}@media (max-width:1000px){.narrative-hero-layout{grid-template-columns:minmax(0,1fr) 190px;gap:36px}.narrative-hero-portrait{width:182px;max-width:182px}.expertise-list,.story-grid{grid-template-columns:1fr}.narrative-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:780px){.profile-redesign .section{padding-top:58px;padding-bottom:58px}.narrative-hero{padding-top:30px;padding-bottom:28px}.narrative-hero-layout{min-height:auto;grid-template-columns:1fr;gap:28px;text-align:center}.narrative-hero-content{margin:0 auto}.narrative-deck,.narrative-hero .eyebrow,.narrative-hero h1,.narrative-hero-copy{margin-left:auto;margin-right:auto}.narrative-hero h1{font-size:clamp(2.1rem,11vw,3.05rem)}.narrative-hero-portrait{order:-1;width:156px;max-width:156px}.narrative-hero-actions{justify-content:center;margin-top:26px}.narrative-metrics{grid-template-columns:1fr}.contact-grid,.education-redesign-grid,.giving-back-grid,.narrative-split,.narrative-split-reverse{grid-template-columns:1fr;gap:34px}.giving-back-photo{max-width:320px;justify-self:center}.bio-accordion summary{padding:22px 74px 58px 22px}.bio-accordion summary b{right:auto;left:22px;bottom:18px}.bio-accordion summary:after{right:22px;top:24px}.profile-chatbot{position:static;width:min(calc(100% - 32px),380px);margin:0 auto 28px}.chatbot-toggle{width:100%;justify-content:center}.chatbot-panel{position:static;width:100%;max-height:none;margin-top:12px;box-shadow:0 18px 40px rgba(20,34,26,.14)}}@media (max-width:480px){.narrative-hero-actions{display:grid;width:100%}.narrative-hero-actions .btn{width:100%}.bio-accordion-body,.profile-contact-panel,.reflection-card,.story-card{padding:26px 22px}.narrative-callout-grid{grid-template-columns:1fr}}.profile-redesign .narrative-hero{padding-top:0}.profile-redesign .narrative-hero-layout{min-height:auto;padding-top:38px;padding-bottom:34px;align-items:start}.profile-redesign .contact-redesign .eyebrow,.profile-redesign .education-section .eyebrow,.profile-redesign .narrative-copy>.eyebrow,.profile-redesign .narrative-hero .eyebrow,.profile-redesign .narrative-intro .eyebrow,.profile-redesign .narrative-sticky-label>.eyebrow,.profile-redesign .section-header>.eyebrow{margin-bottom:18px;font-size:clamp(1.55rem,3.2vw,2.35rem);line-height:1;letter-spacing:.04em}.profile-redesign .narrative-hero .eyebrow{font-size:clamp(1.9rem,4vw,2.7rem)}.profile-redesign .story-card:nth-child(2),.profile-redesign .story-card:nth-child(3),.profile-redesign .story-card:nth-child(6),.profile-redesign .story-card:nth-child(7){background:var(--green-light);border-color:rgba(27,94,53,.14)}.profile-redesign .reflection-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.profile-redesign .reflection-card,.profile-redesign .reflection-featured{grid-column:auto;display:block;background:var(--white);border-color:var(--gray-200)}.hero-text>.eyebrow,body:not(.profile-page) .contact-info>.eyebrow,body:not(.profile-page) .section-header>.eyebrow{margin-bottom:18px;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1;letter-spacing:.04em}@media (max-width:780px){.profile-redesign .narrative-hero-layout{padding-top:24px}.hero-text>.eyebrow,.profile-redesign .contact-redesign .eyebrow,.profile-redesign .education-section .eyebrow,.profile-redesign .narrative-copy>.eyebrow,.profile-redesign .narrative-hero .eyebrow,.profile-redesign .narrative-intro .eyebrow,.profile-redesign .narrative-sticky-label>.eyebrow,.profile-redesign .section-header>.eyebrow,body:not(.profile-page) .contact-info>.eyebrow,body:not(.profile-page) .section-header>.eyebrow{font-size:clamp(1.35rem,7vw,2rem);line-height:1.08}.profile-redesign .reflection-grid{grid-template-columns:1fr}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--green-light);font-family:var(--font-sans)}.auth-card{width:100%;max-width:400px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:40px 36px;text-align:center}.auth-logo{display:inline-block;margin-bottom:24px}.auth-logo img{height:34px;width:auto}.auth-card h1{font-family:var(--font-serif);font-size:1.7rem;color:var(--green-dark);margin:0 0 6px}.auth-sub{color:var(--gray-500);font-size:.92rem;margin:0 0 28px}.auth-form{text-align:left;gap:18px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field label{font-size:.82rem;font-weight:600;color:var(--gray-700)}.auth-field input{padding:12px 14px;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.95rem;font-family:var(--font-sans);transition:border-color .15s ease}.auth-field input:focus{outline:none;border-color:var(--green)}.auth-error{margin:0;padding:10px 14px;background:#fef2f2;color:#b91c1c;border-radius:var(--radius);font-size:.86rem}.auth-form .btn{margin-top:4px}.auth-foot{margin:24px 0 0;font-size:.84rem;color:var(--gray-500)}.auth-foot a{color:var(--green);font-weight:500}.admin-shell{min-height:100vh;background:var(--gray-100);font-family:var(--font-sans)}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px;background:var(--white);border-bottom:1px solid var(--gray-200)}.admin-topbar h1{font-family:var(--font-serif);font-size:1.5rem;color:var(--green-dark);margin:4px 0 0}.admin-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);background:var(--green);padding:3px 10px;border-radius:999px}.portal-badge{background:var(--gold);color:var(--charcoal)}.admin-user{display:flex;align-items:center;gap:14px;font-size:.88rem;color:var(--gray-700)}.admin-body{max-width:var(--max-w);margin:0 auto;padding:40px 32px}.admin-note{color:var(--gray-700);font-size:.98rem;line-height:1.6}.admin-modules{margin:20px 0 0;padding-left:20px;color:var(--gray-500);line-height:1.9}.cw-launch{position:fixed;right:24px;bottom:24px;z-index:1000;min-width:60px;height:60px;padding:0 22px;border:3px solid var(--white);border-radius:999px;background:var(--green);color:var(--white);font-family:var(--font-sans);font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.28);transition:transform .15s ease,background .15s ease}.cw-launch:hover{background:var(--green-dark);transform:translateY(-2px)}.cw-panel{position:fixed;right:24px;bottom:96px;z-index:1000;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 140px));display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;font-family:var(--font-sans);animation:cw-in .18s ease}@keyframes cw-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.cw-header{display:flex;align-items:center;gap:8px;padding:14px 16px;background:var(--green);color:var(--white)}.cw-header strong{font-size:.95rem;font-weight:600}.cw-dot{width:9px;height:9px;border-radius:50%;background:#7ee0a1;box-shadow:0 0 0 3px rgba(126,224,161,.25)}.cw-close{margin-left:auto;background:none;border:none;color:var(--white);font-size:1.4rem;line-height:1;cursor:pointer;opacity:.85}.cw-close:hover{opacity:1}.cw-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--gray-100)}.cw-msg{max-width:85%;padding:10px 13px;border-radius:14px;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.cw-bot{align-self:flex-start;background:var(--white);color:var(--gray-900);border:1px solid var(--gray-200);border-bottom-left-radius:4px}.cw-user{align-self:flex-end;background:var(--green);color:var(--white);border-bottom-right-radius:4px}.cw-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--gray-200);background:var(--white)}.cw-input{flex:1 1;padding:10px 12px;border:1px solid var(--gray-200);border-radius:999px;font-size:.9rem;font-family:var(--font-sans)}.cw-input:focus{outline:none;border-color:var(--green)}.cw-send{border:none;border-radius:999px;padding:0 18px;background:var(--green);color:var(--white);font-weight:600;font-size:.88rem;cursor:pointer}.cw-send:disabled{opacity:.5;cursor:default}.admin-layout{display:flex;align-items:flex-start;gap:0}.admin-nav{flex:0 0 220px;display:flex;flex-direction:column;gap:2px;padding:24px 16px;border-right:1px solid var(--gray-200);min-height:calc(100vh - 78px);background:var(--white)}.admin-nav-link{padding:9px 14px;border-radius:var(--radius);color:var(--gray-700);font-size:.9rem;font-weight:500;text-decoration:none;transition:background .12s ease,color .12s ease}.admin-nav-link:hover{background:var(--gray-100)}.admin-nav-link.active{background:var(--green-light);color:var(--green-dark)}.admin-nav-soon{margin-top:8px;padding:9px 14px;font-size:.78rem;color:var(--gray-500)}.admin-main{flex:1 1;min-width:0;padding:32px;max-width:860px}.admin-h2{font-family:var(--font-serif);font-size:1.6rem;color:var(--green-dark);margin:0 0 6px}.admin-h3{font-size:1rem;color:var(--gray-900);margin:0 0 12px}.admin-head-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.admin-card{display:flex;flex-direction:column;gap:4px;padding:20px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-decoration:none;transition:box-shadow .15s ease,transform .15s ease}.admin-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.admin-card-label{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500)}.admin-card-value{font-size:1.3rem;color:var(--green-dark);font-weight:600}.admin-card-sub{font-size:.84rem;color:var(--gray-500)}.admin-form{gap:16px;margin-top:20px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px}.admin-field,.admin-form{display:flex;flex-direction:column}.admin-field{gap:6px}.admin-field>span{font-size:.82rem;font-weight:600;color:var(--gray-700)}.admin-field input,.admin-field select,.admin-field textarea{padding:10px 12px;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.92rem;font-family:var(--font-sans);width:100%}.admin-field textarea{resize:vertical;line-height:1.5}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{outline:none;border-color:var(--green)}.admin-field small{font-size:.78rem;color:var(--gray-500)}.admin-field-row{display:flex;gap:24px;align-items:flex-end;flex-wrap:wrap}.admin-checkbox{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--gray-700)}.admin-checkbox input{width:16px;height:16px}.admin-kb-create{margin-bottom:24px}.admin-kb-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.admin-kb-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:14px 16px}.admin-kb-item-head{display:flex;align-items:center;gap:10px}.admin-kb-item-head strong{font-size:.94rem;font-weight:600}.admin-kb-disabled{color:var(--gray-500);text-decoration:line-through}.admin-kb-source{font-size:.66rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--gray-100);color:var(--gray-700)}.admin-kb-source-manual{background:var(--green-light);color:var(--green-dark)}.admin-kb-source-page_sync{background:var(--gold-light);color:#7a5c00}.admin-kb-actions{margin-left:auto;display:flex;gap:12px}.admin-link-btn{background:none;border:none;color:var(--green);font-size:.82rem;font-weight:500;cursor:pointer;padding:0}.admin-link-btn:hover{text-decoration:underline}.admin-link-danger{color:#b91c1c}.admin-kb-edit{margin-top:10px}.admin-kb-edit>summary{cursor:pointer;font-size:.82rem;color:var(--gray-500)}.admin-kb-edit .admin-form{margin-top:12px}.admin-table{width:100%;border-collapse:collapse;margin-top:16px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.admin-table td,.admin-table th{text-align:left;padding:12px 16px;font-size:.88rem;border-bottom:1px solid var(--gray-200)}.admin-table th{background:var(--gray-100);font-weight:600;color:var(--gray-700)}.admin-table tr:last-child td{border-bottom:none}.admin-table a{color:var(--green);font-weight:500}.admin-chip{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--gray-100);color:var(--gray-700)}.admin-back{margin:0 0 12px;font-size:.86rem}.admin-back a{color:var(--green)}.admin-transcript{display:flex;flex-direction:column;gap:12px;margin-top:20px}.admin-bubble{max-width:80%;padding:12px 14px;border-radius:14px;font-size:.9rem;line-height:1.5;white-space:pre-wrap}.admin-bubble-role{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;opacity:.7;margin-bottom:4px}.admin-bubble-user{align-self:flex-end;background:var(--green);color:var(--white);border-bottom-right-radius:4px}.admin-bubble-assistant{align-self:flex-start;background:var(--white);border:1px solid var(--gray-200);color:var(--gray-900);border-bottom-left-radius:4px}@media (max-width:720px){.admin-layout{flex-direction:column}.admin-nav{flex-direction:row;flex-wrap:wrap;min-height:0;width:100%;border-right:none;border-bottom:1px solid var(--gray-200)}.admin-main{padding:20px}}.admin-two-col{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:20px;gap:20px;align-items:start}.admin-org{margin-top:16px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px 20px}.admin-org-head{display:flex;align-items:center;gap:10px}.admin-org-head strong{font-size:1rem}.admin-org-count{margin-left:auto;font-size:.82rem;color:var(--gray-500)}.admin-org .admin-table{margin-top:14px}.admin-status-on{color:var(--green);font-weight:600;font-size:.82rem}.admin-status-off{color:#b91c1c;font-weight:600;font-size:.82rem}.admin-user-manage{display:flex;align-items:center;gap:14px}.admin-inline-details{margin-top:8px}.admin-inline-details>summary{cursor:pointer;font-size:.82rem;color:var(--green)}.admin-inline-form{display:flex;gap:8px;align-items:center;margin-top:10px;flex-wrap:wrap}.admin-inline-form input,.admin-inline-form select{padding:8px 10px;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.85rem;font-family:var(--font-sans)}@media (max-width:720px){.admin-two-col{grid-template-columns:1fr}}.portal-brand{font-family:var(--font-serif);font-size:1.5rem;color:var(--green-dark);text-decoration:none;display:block;margin-top:4px}.portal-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:24px}.portal-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:14px;display:flex;flex-direction:column;gap:10px}.portal-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.portal-item-head strong{font-size:.92rem}.portal-mockup-img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--gray-200)}.admin-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;word-break:break-all}