:root{--font-display:var(--font-fraunces),"Times New Roman",Georgia,serif;--font-body:var(--font-inter),"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:var(--font-jb-mono),"IBM Plex Mono",ui-monospace,"SF Mono",Menlo,monospace;--radius:4px;--radius-lg:8px;--radius-full:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--text-display-xl:64px;--text-display:48px;--text-h1:36px;--text-h2:28px;--text-h3:20px;--text-h4:16px;--text-body-lg:17px;--text-body:14px;--text-body-sm:13px;--text-caption:12px;--text-overline:11px;--text-mono-sm:12px;--headline-weight:500;color-scheme:light}:root,[data-mode=light]{--bg:#F7F5F0;--surface:#FFFFFF;--surface-alt:#F0EDE6;--surface-sunken:#EAE5DA;--ink:#171513;--ink-soft:#3A352E;--ink-muted:#5F5A50;--ink-faint:#B6B0A4;--line:#E2DDD3;--line-soft:#EAE5DA;--line-strong:#171513;--accent:#1E3A5F;--accent-ink:#FFFFFF;--accent-soft:#E5EBF3;--accent-hover:#162C48;--success:#2F6B3F;--success-soft:#E2EDE4;--warn:#9A6B12;--warn-soft:#F5EBD8;--danger:#9B2C2C;--danger-soft:#F5E0E0;--headline-family:var(--font-display);--headline-spacing:-0.02em;--shadow-sm:0 1px 2px rgba(23,21,19,.06);--shadow-md:0 4px 12px rgba(23,21,19,.08);--shadow-lg:0 24px 60px rgba(23,21,19,.16);--focus-ring:0 0 0 3px rgba(30,58,95,.18);color-scheme:light}[data-mode=dark]{--bg:#0B0C0E;--surface:#131418;--surface-alt:#1A1C21;--surface-sunken:#0F1013;--ink:#F2F1ED;--ink-soft:#C8C5BD;--ink-muted:#A8A39A;--ink-faint:#4A4842;--line:#26282E;--line-soft:#1D1F24;--line-strong:#F2F1ED;--accent:#C6F24E;--accent-ink:#0B0C0E;--accent-soft:#1F2614;--accent-hover:#D4F76B;--success:#7BD88F;--success-soft:#15291A;--warn:#E6B450;--warn-soft:#2A2113;--danger:#F07171;--danger-soft:#2A1517;--headline-family:var(--font-mono);--headline-spacing:-0.01em;--shadow-sm:0 1px 2px rgba(0,0,0,.4);--shadow-md:0 4px 12px rgba(0,0,0,.5);--shadow-lg:0 24px 60px rgba(0,0,0,.7);--focus-ring:0 0 0 3px rgba(198,242,78,.25);color-scheme:dark}@media print{:root,[data-mode=dark],[data-mode=light]{--bg:#FFFFFF;--surface:#FFFFFF;--surface-alt:#FFFFFF;--surface-sunken:#FFFFFF;--ink:#171513;--ink-soft:#3A352E;--ink-muted:#5F5A50;--ink-faint:#B6B0A4;--line:#E2DDD3;--line-soft:#EAE5DA;--line-strong:#171513;--accent:#1E3A5F;--accent-ink:#FFFFFF;--accent-soft:#E5EBF3;--accent-hover:#162C48;--success:#2F6B3F;--success-soft:#E2EDE4;--warn:#9A6B12;--warn-soft:#F5EBD8;--danger:#9B2C2C;--danger-soft:#F5E0E0;--headline-family:var(--font-display);--headline-spacing:-0.02em;color-scheme:light}}html{background:var(--bg);color:var(--ink)}body{font-size:var(--text-body);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background .25s ease,color .25s ease}.hc-headline{font-family:var(--headline-family);font-weight:var(--headline-weight);letter-spacing:var(--headline-spacing)}@media (prefers-reduced-motion:reduce){*,body{transition:none!important;animation:none!important}}img{max-width:100%;height:auto}.nav-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;overflow:hidden;z-index:1100;pointer-events:none;opacity:0;transition:opacity .12s ease}.nav-progress-bar[data-active=true]{opacity:1}.nav-progress-bar:after,.nav-progress-bar:before{content:"";position:absolute;top:0;bottom:0;background:linear-gradient(90deg,rgba(0,91,150,0),#005b96 35%,#005b96 65%,rgba(0,91,150,0));will-change:left,right}.nav-progress-bar[data-active=true]:before{animation:nav-progress-bar-lead 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.nav-progress-bar[data-active=true]:after{animation:nav-progress-bar-trail 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes nav-progress-bar-lead{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes nav-progress-bar-trail{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@media print{.nav-progress-bar{display:none!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);line-height:1.6;color:var(--ink);background:var(--bg)}.navbar{position:fixed;top:0;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--line);z-index:1000;padding:1rem 2rem}.nav-container{max-width:1200px;margin:0 auto;justify-content:space-between}.logo,.nav-container{display:flex;align-items:center}.logo{gap:.5rem;font-family:var(--font-body);font-size:1.5rem;font-weight:600;color:var(--ink);text-decoration:none;white-space:nowrap;flex-shrink:0}.collective-text{color:#6C90C1}.logo-image{height:40px;width:auto;object-fit:contain;border-radius:var(--radius-lg)}.nav-menu{display:flex;list-style:none;gap:.25rem}.nav-menu a{text-decoration:none;color:var(--ink);font-family:var(--font-body);font-size:.95rem;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-menu a.active,.nav-menu a:hover{color:var(--accent)}.nav-ctas{display:flex;align-items:center;gap:.25rem}.nav-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--ink);font-family:var(--font-body);font-size:.9375rem;font-weight:500;text-decoration:none;cursor:pointer;transition:color .15s,background .15s,border-color .15s;white-space:nowrap}.nav-cta svg{width:20px;height:20px;flex-shrink:0}.nav-cta:hover{color:var(--ink);background:var(--surface-alt)}.nav-cta.active{color:var(--accent);background:var(--surface-alt)}.nav-cta:focus-visible{outline:none;border-color:var(--accent);box-shadow:var(--focus-ring)}@media (max-width:640px){.nav-cta-label{display:none}.nav-cta{padding:.5rem}}@media (max-width:768px){.logo{font-size:1.2rem}.logo-image{height:32px}.section-title{margin-bottom:0!important;margin-top:-.5rem!important}body,html{overflow-x:clip;max-width:100vw}html{overflow-y:auto}}@media (max-width:600px){.navbar{padding:.5rem 1rem}.nav-container{flex-wrap:nowrap;padding:0;gap:.5rem;align-items:center}.logo{flex:1 1;min-width:0;font-size:.75rem;line-height:1.2}.logo-wordmark{white-space:normal;overflow-wrap:anywhere;min-width:0;flex:1 1}.nav-ctas{flex-wrap:nowrap;gap:.25rem;margin-left:auto;flex-shrink:0}}.about-section{background:#ffffff;padding:4rem 2rem 2rem;width:100vw;margin:0 0 0 calc(-50vw + 50%)}.main-content{padding:2rem}.container{max-width:1200px;margin:0 auto}.section+.section{margin-top:4rem}.section-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.section-content.reverse{grid-template-columns:1fr 1fr}@media (min-width:1440px){.section-content{grid-template-columns:1fr 2fr}.section-content.reverse{grid-template-columns:2fr 1fr}}.section-content.reverse .section-text{order:1}.section-content.left-image .section-text,.section-content.reverse .section-image{order:2}.section-content.left-image .section-image{order:1}.section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:600;margin-bottom:1.5rem;color:#011f4b;line-height:1.2;letter-spacing:-.01em}.section-description{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.section-highlight{font-size:1.1rem;color:#011f4b;font-weight:600;line-height:1.6;margin-bottom:2rem}.section-image img{object-fit:cover}.section-image img,.travel-crossfade{width:100%;height:400px;border-radius:12px}.travel-crossfade{position:relative;overflow:hidden}.travel-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out}.travel-img.active{opacity:1}.wellness-crossfade{position:relative;width:100%;height:400px;border-radius:12px;overflow:hidden}.wellness-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity 2s ease-in-out;background-color:white}.wellness-img.active{opacity:1}.teaching-crossfade{position:relative;width:100%;height:400px;border-radius:12px;overflow:hidden}.teaching-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out}.teaching-img.active{opacity:1}.leadership-crossfade{position:relative;width:100%;height:400px;border-radius:12px;overflow:hidden;background:linear-gradient(-45deg,#f8fafc,#e2e8f0)}.leadership-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.leadership-img.active{opacity:1}.leadership-quote{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1s ease-in-out;z-index:2}.leadership-quote.active{opacity:1}.quote-background{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:-1}.quote-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:90%}.leadership-quote blockquote{font-family:Merriweather,Georgia,Times New Roman,serif;font-size:1.4rem;font-style:italic;font-weight:400;line-height:1.4;color:#1F2937;margin:0 0 1.5rem;letter-spacing:.01em}@media (max-width:1024px) and (min-width:769px){.leadership-quote blockquote{font-size:1.1rem}}@media (max-width:768px){.leadership-quote blockquote{font-size:1.1rem;line-height:1.3;padding:0 1rem}.quote-content{padding:1rem;max-width:95%}}@media (min-width:1440px){.leadership-quote blockquote{font-size:1.2rem}}.leadership-quote cite{font-size:1rem;font-style:normal;color:#4B5563}.leadership-quote cite,.recommendation-link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.recommendation-link{position:absolute;bottom:1rem;right:1rem;font-size:.8rem;color:#6B7280;text-decoration:underline;transition:all .3s ease;z-index:3}.recommendation-link:hover{color:#10b981;text-decoration:underline}.leadership-controls{gap:.5rem;margin-top:1rem}.control-btn,.leadership-controls{display:flex;justify-content:center;align-items:center;padding:.5rem}.control-btn{background:rgba(255,255,255,.9);border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .3s ease;color:#64748b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.control-btn:hover{background:rgba(255,255,255,1);color:#005b96;border-color:#005b96;transform:translateY(-1px)}.control-btn:active{transform:translateY(0)}.control-btn svg{width:16px;height:16px}.investment-stats,.travel-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem;min-width:0}.stat-item{text-align:center;padding:1.2rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;width:100%;box-sizing:border-box;min-width:0;overflow:hidden}.stat-number{font-size:1.8rem;font-weight:700;color:#011f4b;margin-bottom:.5rem;white-space:nowrap}.stat-label{font-size:.85rem;color:#64748b;font-weight:500;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.cta-button{background:#6497b1;color:white;border:none;padding:1rem 2rem;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;letter-spacing:.01em}.cta-button:hover{background:#03396c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(100,151,177,.4)}.cta-button.active,.cta-button:active{background:#6497b1;color:white;border:none;transform:translateY(0);box-shadow:0 2px 8px rgba(100,151,177,.3)}.section-actions{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem}.section-links{margin-bottom:0}.linkedin-link{text-decoration:none;transition:all .3s ease;display:inline-block}.linkedin-link:hover{text-decoration:none;transform:translateY(-1px)}.linkedin-link.active,.linkedin-link:active{text-decoration:none;transform:translateY(0)}.linkedin-logo-container{display:flex;align-items:center;gap:.75rem}.linkedin-logo-icon{width:32px;height:32px;background:#0077b5;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.linkedin-in{color:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1}.linkedin-reg{color:white;font-size:.5rem;position:absolute;bottom:2px;right:2px;line-height:1}.linkedin-text{color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.2}.linkedin-text div:first-child{font-weight:400}.linkedin-text div:last-child{font-weight:600}.linkedin-icon{width:32px;height:32px;object-fit:contain}.strava-link{text-decoration:none;transition:all .3s ease;display:inline-block}.strava-link:hover{text-decoration:none;transform:translateY(-1px)}.strava-link.active,.strava-link:active{text-decoration:none;transform:translateY(0)}.strava-logo-container{display:flex;align-items:center;gap:.75rem}.strava-logo-icon{width:32px;height:32px;background:#fc4c02;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.strava-icon{width:32px;height:32px;object-fit:contain}.strava-text{color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.2}.strava-text div:first-child{font-weight:400}.strava-text div:last-child{font-weight:600}.expedia-link{text-decoration:none;transition:all .3s ease;display:inline-block}.expedia-link:hover{text-decoration:none;transform:translateY(-1px)}.expedia-link.active,.expedia-link:active{text-decoration:none;transform:translateY(0)}.expedia-logo-container{display:flex;align-items:center;gap:.75rem}.expedia-logo-icon{width:32px;height:32px;background:#1a73e8;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.expedia-icon{width:32px;height:32px;object-fit:contain}.expedia-text{color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.2}.expedia-text div:first-child{font-weight:400}.expedia-text div:last-child{font-weight:600}.modal{display:none;position:fixed;inset:0;z-index:2000;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow-y:auto;padding:6rem 1rem 2rem;justify-content:center;align-items:center}body:has(.modal[style*="display: flex"]),body:has(.modal[style*="display:flex"]),body:has(.task-filters-popover),body:has(.task-modal){overflow:hidden}html:has(.modal[style*="display: flex"]),html:has(.modal[style*="display:flex"]),html:has(.task-filters-popover),html:has(.task-modal){overflow:hidden}.modal-body,.task-filters-popover,.task-modal-body,.task-modal-form--split>.task-modal-form-left,.task-modal-form--split>.task-modal-form-right{overscroll-behavior:contain}body:has(.modal[style*="display: flex"]) .navbar,body:has(.modal[style*="display:flex"]) .navbar,body:has(.task-filters-popover) .navbar,body:has(.task-modal) .navbar{z-index:1}.modal-content{background-color:white;margin:auto;padding:0;border-radius:12px;width:90%;max-width:500px;max-height:calc(100vh - 8rem);position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:1.25rem 2rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;position:relative}.modal-header h2{margin:0;font-size:1.25rem;color:#011f4b}.modal-body{padding:1.5rem 2rem;overflow-y:auto;flex:1 1 auto;min-height:0}.close{color:#aaa;font-size:28px;font-weight:700;cursor:pointer;position:absolute;top:.75rem;right:1.25rem;line-height:1;background:none;border:none;padding:0;font-family:inherit}.close:hover{color:#000}.close:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:2px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.required-mark{color:#dc2626;margin-left:.15rem;font-weight:600}.modal-body a{transition:color .15s ease}.modal-body a:hover{color:#011f4b}.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#1e293b;background-color:#ffffff;transition:border-color .3s ease,box-shadow .3s ease}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23011f4b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right .85rem center;background-size:14px 14px;cursor:pointer}.form-group select option{color:#1e293b;background-color:#ffffff;padding:.5rem}.form-group select option:disabled{color:#9ca3af}.form-group input:not([type=checkbox]):not([type=radio]):focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#011f4b;box-shadow:0 0 0 3px rgba(1,31,75,.15)}.form-group select:hover{border-color:#94a3b8}.submit-button{width:100%;background:#6497b1;color:white;border:none;padding:1rem;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;letter-spacing:.01em}.submit-button:hover{background:#03396c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(100,151,177,.4)}.submit-button.active,.submit-button:active{background:#6497b1;color:white;border:none}.form-error{margin-top:15px;padding:12px 16px;background-color:#fef2f2;border-radius:8px;font-size:14px;line-height:1.5}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.375rem}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;line-height:1.4;color:#111827;background:#ffffff;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}input.form-input[type=date],input.form-input[type=datetime-local],input.form-input[type=time]{height:2.375rem}.form-input:focus{outline:none;border-color:#005b96;box-shadow:0 0 0 3px rgba(0,91,150,.1)}.form-input:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.form-input-error{border-color:#dc2626}.form-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}input[type=date],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{accent-color:#005b96}.form-error,.login-error{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}.login-error,.login-info{text-align:left}.login-info{margin-top:1rem;padding:.75rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;font-size:.875rem}.form-checkbox-group{display:flex;flex-direction:row;align-items:flex-start;gap:.625rem;margin-bottom:1.25rem}.form-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:2.25rem;height:1.25rem;min-width:2.25rem;border:1px solid #d1d5db;border-radius:999px;background:#d1d5db;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s;position:relative}.form-checkbox:after{content:"";position:absolute;top:1px;left:1px;width:1rem;height:1rem;background:#ffffff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.2);transition:transform .15s}.form-checkbox:checked{background:#005b96;border-color:#005b96}.form-checkbox:checked:after{transform:translateX(1rem)}.form-checkbox:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(0,91,150,.25)}.form-checkbox:disabled{opacity:.5;cursor:not-allowed}.form-checkbox-label{font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;margin:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:#005b96;color:#ffffff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s}.btn-primary:hover:not(:disabled){background:#011f4b}.btn-primary:disabled,.btn-primary[aria-disabled=true]{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:1}.btn-primary.full-width{width:100%}.toast{position:fixed;top:-100px;left:50%;transform:translateX(-50%);z-index:10001;background:#1e293b;color:white;padding:16px 20px;border-radius:12px;border:1px solid #1e293b;box-shadow:0 10px 25px rgba(0,0,0,.1);opacity:0;transition:all .4s ease-in-out;display:flex;align-items:center;gap:30px;max-width:500px;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.toast.show{top:20px;opacity:1}.toast-message{font-size:14px;font-weight:500;color:white;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast-close{background:none;border:none;color:white;font-size:18px;font-weight:700;cursor:pointer;padding:4px 8px;line-height:1;opacity:.8;transition:all .2s ease;flex-shrink:0;border-radius:4px;min-width:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center}.toast-close:hover{opacity:1}@media (max-width:768px){.toast{max-width:calc(100vw - 40px);left:20px;right:20px;transform:none;top:-100px}.toast.show{top:10px}.toast-message{white-space:normal;line-height:1.4}}.btn-google-signin{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.625rem 1rem;background:#ffffff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s,box-shadow .15s;box-shadow:0 1px 2px rgba(0,0,0,.06);box-sizing:border-box}.btn-google-signin:hover:not(:disabled){background:#f9fafb;box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn-google-signin:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;box-shadow:none;cursor:not-allowed}.btn-google-signin:disabled svg{opacity:.5}.btn-google-signin svg{flex-shrink:0}.site-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:.5rem;row-gap:.25rem;padding:1rem;font-size:.75rem;color:var(--ink-muted);background:var(--surface-alt);border-top:1px solid var(--line)}@media (max-width:520px){.site-footer-copyright{flex-basis:100%;text-align:center}.site-footer-copyright+.site-footer-sep{display:none}}.site-footer-sep{color:var(--ink-faint)}.site-footer-link{color:var(--ink-muted);text-decoration:none;transition:color .15s}.site-footer-link:hover{color:var(--accent);text-decoration:underline}.site-footer-version{color:var(--ink-muted)}@media (max-width:1024px){.hero{padding:6rem 2rem 2rem;min-height:100vh}.hero-content{grid-template-columns:1fr;gap:1rem;text-align:center}.hero-buttons{justify-content:center;flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.hero-quote{text-align:center}.hero-quote blockquote{font-size:1.3rem}.section-actions{flex-direction:row;align-items:center;gap:1rem;flex-wrap:wrap}.section{margin-bottom:1rem}.section-title{margin-bottom:.5rem!important}.modal-content{width:95%}.modal-header{padding:1rem 1.25rem .75rem}.modal-body{padding:1.25rem}}@media (max-width:768px){.modal-content{width:95%;max-width:500px}}@media (max-width:532px){.investment-stats,.travel-stats{gap:0}.stat-item{background:transparent;border:none;border-radius:0;padding:.5rem}}@media (max-width:480px){.about-section{padding:1.5rem 1rem 1rem}.about-section .section-content{gap:1.5rem}.about-section .section-text{margin-top:0!important}.about-section{padding:2rem 2rem .5rem;width:100vw;margin-left:calc(-50vw + 50%)}.about-section .section-content{grid-template-columns:1fr!important;gap:1rem}.about-section .section-text{order:2!important;margin-top:1rem!important}.about-section .section-image{order:1!important;margin-bottom:0!important}.about-section .section-image img{width:100%!important;height:300px!important;object-fit:cover!important;object-position:center!important}.leadership-quote{padding:.5rem}.leadership-quote cite{font-size:.9rem}}@media (max-width:640px){.modal{padding:0}.modal-content{width:100%;max-width:none;max-height:100dvh;height:100dvh;border-radius:0}.modal-header{padding:1rem}.modal-body{padding:.75rem 1rem .5rem;overflow-x:hidden;min-width:0;display:flex;flex-direction:column}.modal-body .finding-modal-tab-content,.modal-body .metric-modal-tab-content{height:auto!important;flex:1 1 auto;min-height:0}.modal-body>.modal-tab-bar{margin-bottom:.5rem!important}.modal-body .finding-modal-tab-content{padding-top:.5rem!important}.modal-header h2{padding-right:2rem}.modal-body p{margin-bottom:1rem;color:#475569;font-size:.9rem}.modal-tab-bar{flex-wrap:nowrap!important;gap:0!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.modal-tab-bar::-webkit-scrollbar{display:none}.modal-tab-bar>button{white-space:nowrap;flex-shrink:1;flex-grow:1;justify-content:center!important;padding:.5rem .4rem!important;font-size:.75rem!important;gap:.25rem!important;min-width:0}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem;margin-bottom:.25rem}.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{padding:.5rem;font-size:.9rem}.submit-button{padding:.75rem;font-size:.9rem;margin-top:1rem}}.about-photo{display:flex;justify-content:center;margin-bottom:2rem}.about-headshot{width:100%;max-width:340px;height:400px;object-fit:cover;object-position:center top;border-radius:12px;display:block}.about-split{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:start}.about-cta{display:flex;align-items:center;gap:2rem;margin-top:3rem;padding-top:2.5rem;border-top:1px solid #e2e8f0}.quote-carousel-wrap{padding:1.5rem;background:transparent;border-radius:12px}.quote-carousel{display:grid}.quote-slide{grid-area:1/1;opacity:0;transition:opacity 1.2s ease;pointer-events:none}.quote-slide.active{opacity:1;pointer-events:auto}.quote-slide blockquote{font-family:Merriweather,Georgia,Times New Roman,serif;font-style:italic;font-size:1.05rem;line-height:1.8;color:#334155;margin:0 0 1.25rem;padding-left:1rem;border-left:3px solid #6497b1}.quote-slide cite{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-size:.8rem;font-weight:500;color:#64748b;line-height:1.4;padding-left:1rem;display:block}.quote-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem}@media (max-width:860px){.about-split{grid-template-columns:1fr;gap:3rem}}@media (max-width:600px){.about-cta{flex-wrap:wrap;gap:1.5rem}}.carousel-btn{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;color:#334155;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:border-color .18s,color .18s,transform .18s,box-shadow .18s;flex-shrink:0}.carousel-btn svg{width:22px;height:22px;stroke:currentColor}.carousel-btn:hover{border-color:#011f4b;color:#011f4b;transform:translateY(-2px);box-shadow:0 4px 14px rgba(1,31,75,.18)}.carousel-btn:focus-visible{outline:2px solid #011f4b;outline-offset:2px}.testimonials-footer{margin-top:1.5rem;padding-left:1rem}.testimonials-footer a{color:#94a3b8;font-size:.8rem;text-decoration:underline;transition:color .2s ease}.testimonials-footer a:hover{color:#011f4b}.services-section{padding:5rem 2rem;background:#ffffff}.services-section-title{margin-bottom:.75rem}.services-intro{font-size:1.1rem;color:#475569;max-width:680px;margin:0 0 3rem;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media (max-width:1024px){.services-grid{grid-template-columns:1fr;max-width:680px}}.service-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem 2rem;display:flex;flex-direction:column;transition:box-shadow .2s ease}.service-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.08)}.service-number{font-size:3rem;font-weight:700;color:#e2e8f0;line-height:1}.service-number,.service-title{margin-bottom:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.service-title{font-size:1.3rem;font-weight:600;color:#011f4b;line-height:1.3}.service-tag{display:inline-block;background:#d4e6f2;color:#005b96;font-size:.72rem;font-weight:600;padding:.2rem .75rem;border-radius:999px;margin-bottom:1.25rem;letter-spacing:.06em;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.service-description{font-size:1rem;color:#475569;line-height:1.75;margin-bottom:1rem}.service-description:last-of-type{flex-grow:1}.service-cta{margin-top:auto;padding-top:1.5rem}.who-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 2rem;width:100vw;margin:0 0 0 calc(-50vw + 50%)}.who-content{max-width:720px;margin:0 auto}.contact-cta-section{background:#011f4b;padding:5rem 2rem;text-align:center}.contact-cta-content{max-width:640px;margin:0 auto}.contact-cta-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:600;color:#ffffff;margin-bottom:1rem;line-height:1.2;letter-spacing:-.01em}.contact-cta-text{font-size:1.1rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:2rem}.btn-light{display:inline-block;padding:1rem 2rem;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;background:#ffffff;color:#011f4b}.btn-light:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}@media (max-width:768px){.contact-cta-section,.services-section,.who-section{padding:3rem 1.5rem}.contact-cta-title{font-size:1.75rem}.service-card{padding:2rem 1.5rem}}.survey-footer-sep{margin:0 .5rem;opacity:.5}.survey-footer-link{color:inherit;opacity:.7;text-decoration:none;transition:opacity .2s}.survey-footer-link:hover{opacity:1}.privacy-toc{position:-webkit-sticky;position:sticky;top:96px;width:220px;flex-shrink:0;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:.5rem}.privacy-toc-group-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted);margin:0 0 .4rem .75rem}.privacy-toc-link{display:block;width:100%;text-align:left;background:none;border:none;padding:.3rem .75rem;font-size:.8rem;color:var(--ink-muted);cursor:pointer;border-radius:6px;line-height:1.4;transition:color .15s,background .15s}.privacy-toc-link:hover{color:#0f172a;background:#f1f5f9}.privacy-toc-link-active{color:#005b96;font-weight:600;background:#eaf3fa}.privacy-body li,.privacy-body p{font-size:.9rem;color:#374151;line-height:1.7;margin-bottom:.5rem}.privacy-body ul{padding-left:1.25rem;margin-bottom:.5rem}.privacy-body h3{font-size:.875rem;font-weight:700;color:#0f172a;margin:1.25rem 0 .4rem}.link-button{background:none;border:0;padding:0;margin:0;color:#005b96;cursor:pointer;text-decoration:underline;font:inherit}.link-button:hover{text-decoration:none}.license-list{display:flex;flex-direction:column;gap:.4rem;margin:.5rem 0 .75rem}.license-item{border:1px solid #e5e7eb;border-radius:6px;background:#fff}.license-item__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;cursor:pointer;list-style:none;font-size:.875rem}.license-item__summary::-webkit-details-marker{display:none}.license-item__summary:before{content:"\25B8";color:#9ca3af;font-size:.7rem;transition:transform .15s ease}.license-item[open]>.license-item__summary:before{transform:rotate(90deg)}.license-item__name{flex:1 1;min-width:0;font-weight:600;color:#0f172a;word-break:break-word}.license-item__version{font-weight:400;color:#6b7280}.license-item__badge{flex-shrink:0;font-size:.72rem;font-weight:600;color:#475569;background:#f1f5f9;border-radius:999px;padding:.1rem .55rem;white-space:nowrap}.license-item__text{margin:0;padding:.75rem;border-top:1px solid #f1f5f9;max-height:320px;overflow:auto;font-family:var(--font-jb-mono,ui-monospace,monospace);font-size:.72rem;line-height:1.55;color:#374151;white-space:pre-wrap;word-break:break-word}@media (max-width:900px){.privacy-toc{display:none}}.home-main{min-height:100dvh;padding:3rem 1.5rem 4rem;gap:2.75rem;background:#ffffff}.home-hero,.home-main{display:flex;flex-direction:column;align-items:center}.home-hero{text-align:center;gap:.6rem}.home-hero-logo{width:72px;height:72px;object-fit:contain}.home-hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em;line-height:1.15}.home-ctas{display:grid;grid-template-columns:repeat(3,auto);grid-gap:1.5rem;gap:1.5rem;justify-content:center}.home-cta-square{width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;color:#334155;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.78rem;font-weight:500;text-decoration:none;cursor:pointer;transition:border-color .18s,color .18s,transform .18s,box-shadow .18s}.home-cta-square svg{width:30px;height:30px;stroke:currentColor}.home-cta-square span{display:block;text-align:center;line-height:1.2;padding:0 .25rem}.home-cta-square:hover{border-color:#011f4b;color:#011f4b;transform:translateY(-2px);box-shadow:0 4px 14px rgba(1,31,75,.18)}.home-cta-square:focus-visible{outline:2px solid #011f4b;outline-offset:2px}.home-statement{font-family:var(--font-merriweather),Georgia,serif;font-size:1.25rem;line-height:1.55;color:#334155;text-align:center;max-width:640px;margin:0}.home-about{width:100%;max-width:960px;display:grid;grid-template-columns:200px 520px;justify-content:center;grid-gap:3rem;gap:3rem;align-items:center;padding-left:2rem}.home-about-left{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.home-photo-img{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:center top;box-shadow:0 8px 24px rgba(15,23,42,.15)}.home-about-right{min-width:0}@media (max-width:860px){.home-about{grid-template-columns:1fr;gap:2rem;max-width:520px;padding-left:0}}@media (max-width:480px){.home-ctas{gap:1rem}.home-cta-square{width:92px;height:92px}}.company-logo{display:inline-flex;align-items:center;justify-content:center;object-fit:contain;background:transparent;border-radius:4px;vertical-align:middle}img.company-logo{width:auto}.company-logo--sm{height:24px;max-width:64px}.company-logo--md{height:40px;max-width:120px}.company-logo--lg{height:64px;max-width:200px}.company-logo--xl{height:96px;max-width:320px}.company-logo-fallback{color:#1f2937;background:#f3f4f6;border:1px solid #e5e7eb;padding:0 .5rem;font-weight:600;line-height:1}.company-logo-fallback--initials{aspect-ratio:1/1;padding:0;border-radius:50%;text-transform:uppercase;letter-spacing:.02em}.company-logo--sm.company-logo-fallback--initials{width:24px;font-size:.7rem}.company-logo--md.company-logo-fallback--initials{width:40px;font-size:.95rem}.company-logo--lg.company-logo-fallback--initials{width:64px;font-size:1.4rem}.company-logo--xl.company-logo-fallback--initials{width:96px;font-size:2rem}.company-logo-fallback--name{background:transparent;border:none;padding:0;font-weight:700;font-size:1rem}.company-logo--lg.company-logo-fallback--name{font-size:1.5rem}.company-logo--xl.company-logo-fallback--name{font-size:2rem}.company-logo-thumb-slot{display:inline-flex;align-items:center;justify-content:flex-start;width:32px;min-width:32px;height:24px;flex-shrink:0}.company-logo-thumb-slot .company-logo{max-width:32px}@media (max-width:768px){.form-input,input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{font-size:16px!important}input.form-input[type=date],input.form-input[type=datetime-local],input.form-input[type=time]{height:2.625rem}body.user-avatar-menu-open,html:has(body.user-avatar-menu-open){overflow:hidden}.btn-danger:not(.btn-icon),.btn-icon,.btn-primary:not(.btn-icon),.btn-secondary:not(.btn-icon),.btn-warning:not(.btn-icon){min-height:44px}.btn-icon{min-width:44px}}