:root{--blue: #004e95;--blue-deep: #0d2f72;--orange: #004e95;--text-muted: #b0b9d5;--white: #ffffff;--ink: #14213a;--ink-muted: #6b7280;--line: #e7e9f0;--surface: #e9f1fc;--radius: 30px;--maxw: 1280px;--gutter: 30px;--font-body: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Aujournuit", Georgia, "Times New Roman", serif}@font-face{font-family:Aujournuit;src:url(/assets/fonts/Aujournuit-Regular.woff2) format("woff2"),url(/assets/fonts/Aujournuit-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.page{width:100%;margin:0 auto;padding:var(--gutter);display:flex;flex-direction:column;gap:var(--gutter)}.page>section[id],.page>footer{scroll-margin-top:96px}.page-fade-in{animation:page-fade-in .24s ease both}.page-fade-out{animation:page-fade-out .16s ease both}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}@keyframes page-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion: reduce){.page-fade-in,.page-fade-out{animation:none}}.noise{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/noise.png) center / cover;mix-blend-mode:soft-light;opacity:.3;pointer-events:none;z-index:1}.glow{position:absolute;pointer-events:none;z-index:0}.reveal-word{display:inline-block}.js-reveal .reveal-word{opacity:0;transform:translateY(.8em);transition:opacity .8s cubic-bezier(.65,0,.35,1),transform .85s cubic-bezier(.65,0,.35,1)}.js-reveal .reveal-text.in-view .reveal-word{opacity:1;transform:none}.js-reveal .reveal-up{opacity:0;transform:translateY(30px);transition:opacity 1s cubic-bezier(.65,0,.35,1),transform 1s cubic-bezier(.65,0,.35,1)}.js-reveal .reveal-up.in-view{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.js-reveal .reveal-word,.js-reveal .reveal-up{opacity:1!important;transform:none!important;transition:none!important}}.btn-portal{background:var(--orange);color:var(--white);font-weight:500;font-size:16px;line-height:1;padding:10px 21px;border-radius:40px;transition:filter .15s ease}.btn-portal:hover{filter:brightness(1.07)}.btn-contact{background:var(--white);color:var(--blue);font-weight:600;font-size:16px;line-height:1;padding:10px 22px;border-radius:40px;transition:background .15s ease}.btn-contact:hover{background:#eef4fb}.pill{position:relative;display:inline-flex;align-items:center;gap:12px;background:#ffffff2e;border-radius:70px;padding:3px 26px 3px 3px;font-weight:500;color:var(--white);transition:background .15s ease}.pill:hover{background:#ffffff47}.pill-icon{width:43.5px;height:43.5px;border-radius:50%;background:var(--orange);display:grid;place-items:center;flex:none}.pill-icon svg{width:21px;height:21px}.pill-label{font-size:16px}.pill--lg{padding-right:28px;background:#fff;color:#0c2244}.pill--lg:hover{background:#ffffffe0}.pill--lg .pill-icon{background:#0c2244}.hero{position:relative;background:var(--blue) url(/assets/Lighthouse%20Background%203.png) center / cover no-repeat;border-radius:var(--radius);overflow:hidden;padding:120px 40px 60px;isolation:isolate;min-height:calc(100vh - 2 * var(--gutter));display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-sparkles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero-sparkles .spark{offset-rotate:0deg;animation:spark-run 7s linear infinite backwards;will-change:offset-distance,opacity}@keyframes spark-run{0%{offset-distance:0%;opacity:0}12%{opacity:1}70%{opacity:1}90%{opacity:.9}to{offset-distance:100%;opacity:0}}@media (prefers-reduced-motion: reduce){.hero-sparkles{display:none}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;flex-direction:column;padding:44px var(--gutter) 0;pointer-events:none}.navbar-bar{pointer-events:auto;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;background:transparent;border-radius:999px;padding:9px 24px;box-shadow:none;transition:background .25s ease,box-shadow .25s ease}.navbar.scrolled .navbar-bar{background:var(--blue);box-shadow:0 10px 30px #00000029}.navbar-brand{display:flex;align-items:center;gap:10px;justify-self:start}.navbar-mark{height:32px;width:auto;display:block;filter:brightness(0) invert(1)}.navbar-name{font-family:Garamond,serif;font-weight:400;font-size:22px;color:var(--white);white-space:nowrap}.navbar-links{display:flex;gap:4px;justify-self:center}.navbar-links a{font-size:16px;font-weight:500;color:#ffffffd1;padding:8px 16px;border-radius:999px;transition:color .15s ease,background .15s ease}.navbar-links a:hover{color:var(--white);background:#ffffff24}.navbar-right{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:10px}.navbar-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:var(--white);cursor:pointer}.navbar-toggle svg{width:24px;height:24px}.navbar-menu{pointer-events:auto;margin-top:8px;background:var(--blue);border-radius:22px;padding:10px;display:flex;flex-direction:column;box-shadow:0 12px 30px #0000002e}.navbar-menu a{color:var(--white);font-size:16px;font-weight:500;padding:12px 16px;border-radius:12px}.navbar-menu a:hover{background:#ffffff24}.hero-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:24px;width:66.667%;margin-left:auto;transform:translate(32px,-48px)}.hero-content .pill{align-self:flex-start}.hero-title,.hero-sub,.hero-content .pill{animation:hero-glide-up .85s cubic-bezier(.22,1,.36,1) both}.hero-title{animation-delay:.1s}.hero-sub{animation-delay:.25s}.hero-content .pill{animation-delay:.4s}@keyframes hero-glide-up{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero-title,.hero-sub,.hero-content .pill{animation:none}}.hero-title{font-family:var(--font-display);font-weight:400;font-size:clamp(41px,8.1vw,93px);line-height:1;letter-spacing:-.01em;color:var(--white)}.hero-sub{font-weight:500;font-size:clamp(18px,2.2vw,24px);line-height:1.4;color:var(--white);max-width:720px}.services,.subjects,.about,.reviews,.contact{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:60px 50px;color:var(--ink)}.eyebrow{display:flex;flex-direction:column;gap:6px}.eyebrow-label{font-weight:600;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.eyebrow-index{font-size:13px;color:var(--ink-muted)}.section-head{display:flex;flex-direction:column;gap:20px;margin-bottom:44px}.section-heading{font-weight:500;font-size:clamp(26px,3.4vw,42px);line-height:1.16;letter-spacing:-.01em;color:var(--ink);text-align:center;max-width:780px;margin:0 auto}.mission{min-height:calc(100vh - 220px)}.mission-body{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.mission-lead{font-size:clamp(17px,1.6vw,20px);line-height:1.7;color:var(--ink-muted);text-align:center}.how-header{margin-top:40px;padding-top:60px}.how-header .section-head{margin-bottom:0}.how-intro{max-width:780px;margin:0 auto;font-size:clamp(16px,1.5vw,18px);line-height:1.7;color:var(--ink-muted);text-align:center}.how-steps{background:linear-gradient(115deg,#e3eefb,#a8c1e7 26%,#fff,#bdd5f7 74%,#e3eefb)}.how-timeline{position:relative;list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:28px}.how-connectors{position:absolute;top:0;left:0;pointer-events:none;overflow:visible;z-index:0}.how-connectors path{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round}.how-connectors marker path{fill:var(--orange);stroke:none}.how-connector{opacity:0;transition:opacity .7s ease}.how-connector.is-revealed{opacity:1}.how-step{display:flex}.how-step--left{justify-content:flex-start}.how-step--right{justify-content:flex-end}.how-step--center{justify-content:center;margin-top:22px}.how-step-card{position:relative;z-index:1;width:56%;background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px 30px;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.how-step.is-revealed .how-step-card{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.how-step-card{opacity:1;transform:none;transition:none}.how-connector{transition:none}}.how-step-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.how-step-icon{display:grid;place-items:center;flex:none;width:48px;height:48px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--orange)}.how-step-icon svg{width:24px;height:24px}.how-step-label{font-weight:600;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.how-step-title{font-weight:600;font-size:clamp(19px,2.2vw,24px);color:var(--ink);margin:0 0 10px}.how-step-lead{font-size:16px;line-height:1.65;color:var(--ink-muted);margin:0 0 16px}.how-step-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.how-step-points li{position:relative;padding-left:26px;font-size:15px;line-height:1.6;color:var(--ink)}.how-step-points li:before{content:"";position:absolute;left:6px;top:9px;width:7px;height:7px;border-radius:50%;background:var(--orange)}@media (max-width: 760px){.how-connectors{display:none}.how-step,.how-step--left,.how-step--right,.how-step--center{justify-content:stretch}.how-step--center{margin-top:0}.how-step-card{width:100%}}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-card{background:var(--surface);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;border:1px solid transparent;transform-style:preserve-3d;transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease}.service-card:before{content:"";position:absolute;top:0;left:28px;right:28px;height:2px;background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:0;transform:scaleX(.35);transition:opacity .3s ease,transform .4s cubic-bezier(.22,1,.36,1)}.service-card:hover{transform:translateY(-8px) scale(1.012);border-color:#0a59a240;box-shadow:0 26px 52px #14213a1c,0 5px 14px #14213a0d}.service-card:hover:before{opacity:1;transform:scaleX(1)}.service-icon{width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;flex:none}.service-icon svg{width:26px;height:26px}.service-card h3{font-weight:600;font-size:22px;color:var(--ink)}.service-card p{font-weight:500;font-size:15px;line-height:1.5;color:var(--ink-muted)}.subjects-intro{font-size:18px;line-height:1.5;color:var(--ink-muted);max-width:720px;margin-bottom:32px}.subject-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.subject-card{background:var(--surface);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:16px}.subject-icon{width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;flex:none}.subject-icon svg{width:26px;height:26px}.subject-card h3{font-weight:600;font-size:22px;color:var(--ink)}.subject-card p{font-weight:500;font-size:15px;line-height:1.5;color:var(--ink)}.subject-tags{display:flex;flex-wrap:wrap;gap:10px}.pill-tag{font-size:14px;font-weight:500;color:var(--ink);background:#fff;border-radius:70px;padding:9px 18px;transition:background .15s ease}.pill-tag:hover{background:var(--blue);color:#fff}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:8px;padding-top:48px;border-top:1px solid var(--line)}.about-stat-num{font-weight:500;font-size:clamp(48px,6vw,72px);line-height:1;letter-spacing:-.02em;color:var(--ink)}.about-stat-unit{font-size:.4em;color:var(--ink-muted);margin-left:4px}.about-stat-label{font-weight:600;font-size:18px;color:var(--ink);margin-top:16px}.about-stat-note{font-size:14px;color:var(--ink-muted);margin-top:4px}.why-lighthouse{margin-top:64px;padding-top:56px;border-top:1px solid var(--line)}.why-lighthouse-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.why-lighthouse-card{background:var(--surface);border-radius:20px;padding:32px}.why-lighthouse-card h3{font-weight:600;font-size:22px;color:var(--ink);margin-bottom:12px}.why-lighthouse-card p{font-size:15px;line-height:1.6;color:var(--ink-muted)}.reviews-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.reviews-track>*{flex:0 0 auto;scroll-snap-align:start}.review-feature{width:264px;background:var(--surface);border-radius:20px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.feature-score{font-weight:500;font-size:56px;line-height:1;color:var(--ink)}.feature-score span{font-size:22px;color:var(--ink-muted)}.feature-trust{font-size:14px;color:var(--ink-muted);margin-bottom:16px}.feature-btn{display:inline-flex;align-items:center;gap:12px;background:var(--ink);color:#fff;font-weight:600;font-size:15px;padding:10px 22px 10px 10px;border-radius:70px}.feature-arrow{width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;font-size:18px;display:grid;place-items:center;animation:nudge 1.4s ease-in-out infinite}@keyframes nudge{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@media (prefers-reduced-motion: reduce){.feature-arrow{animation:none}}.review-card{width:320px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:18px}.review-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.review-name{font-weight:600;font-size:16px;color:var(--ink)}.review-date{font-size:13px;color:var(--ink-muted);margin-top:2px}.review-text{font-size:15px;line-height:1.5;color:#374151;flex:1}.review-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:13px;color:var(--ink);background:var(--surface);border-radius:70px;padding:6px 14px}.stars{display:inline-flex;gap:2px;color:var(--orange);flex:none}.stars svg{width:16px;height:16px}.school-marquee{margin-top:55px;margin-bottom:38px}.school-marquee-label{text-align:center;font-size:18px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:54px}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.marquee-track{display:flex;align-items:center;gap:96px;width:max-content;animation:marquee 55s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-logo{height:56px;max-height:56px;max-width:150px;width:auto;object-fit:contain;flex:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none}}.contact{background:var(--surface);border-color:transparent}.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:start}.contact-lead{font-size:17px;line-height:1.5;color:var(--ink-muted);max-width:420px;margin:20px 0 32px}.contact-list{display:flex;flex-direction:column;gap:28px}.contact-item{display:flex;align-items:flex-start;gap:20px}.contact-icon{width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;flex:none}.contact-icon svg{width:26px;height:26px}.contact-label{font-weight:600;font-size:20px;color:var(--ink);margin-bottom:4px}.contact-value{font-weight:500;font-size:16px;color:var(--ink)}.contact-value a{color:var(--ink)}.contact-value a:hover{text-decoration:underline}.contact-note{font-size:14px;color:var(--ink-muted);margin-top:6px}.contact-form{background:#fff;border-radius:24px;padding:32px;box-shadow:0 24px 50px #14213a14}.form-title{font-weight:600;font-size:24px;color:var(--ink)}.form-sub{font-size:14px;color:var(--ink-muted);margin:4px 0 24px}.form-fields{display:flex;flex-direction:column;gap:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form input,.contact-form textarea{width:100%;font:inherit;font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:70px;padding:14px 20px;transition:border-color .15s ease}.contact-form textarea{border-radius:18px;min-height:120px;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--ink-muted)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue)}.phone-field{display:flex;gap:8px}.phone-prefix{display:flex;align-items:center;padding:0 18px;border:1px solid var(--line);border-radius:70px;font-size:15px;color:var(--ink);flex:none}.form-submit{width:100%;margin-top:4px;background:var(--blue);color:#fff;font:inherit;font-weight:600;font-size:16px;border:none;border-radius:70px;padding:16px;cursor:pointer;transition:filter .15s ease}.form-submit:hover{filter:brightness(1.08)}.form-fine{font-size:12px;line-height:1.5;color:var(--ink-muted);text-align:center;margin-top:14px}.form-fine a{color:var(--ink);text-decoration:underline}.form-success{text-align:center;padding:48px 16px}.form-success-icon{width:56px;height:56px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;margin:0 auto 20px;font-size:26px}.form-success h3{font-weight:600;font-size:22px;color:var(--ink);margin-bottom:8px}.form-success p{font-size:15px;color:var(--ink-muted)}.contact-form select{width:100%;font:inherit;font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:70px;padding:14px 20px;cursor:pointer;transition:border-color .15s ease}.contact-form select:focus{outline:none;border-color:var(--blue)}.form-error{font-size:14px;color:#c0392b;margin:2px 2px 0}.btn-schedule{align-self:flex-start;margin-top:32px;background:var(--orange);color:#fff;font:inherit;font-weight:600;font-size:16px;border:none;border-radius:70px;padding:15px 30px;cursor:pointer;transition:filter .15s ease}.btn-schedule:hover{filter:brightness(1.07)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#14213a80;display:flex;align-items:center;justify-content:center;padding:20px}.modal-card{position:relative;background:#fff;border-radius:24px;width:100%;max-width:440px;padding:36px;box-shadow:0 30px 60px #00000040}.modal-close{position:absolute;top:16px;right:18px;border:none;background:transparent;color:var(--ink-muted);font-size:18px;cursor:pointer}.modal-head{text-align:center;margin-bottom:24px}.modal-check{width:56px;height:56px;border-radius:50%;background:var(--blue);color:#fff;font-size:26px;display:grid;place-items:center;margin:0 auto 16px}.modal-head h3{font-weight:600;font-size:24px;color:var(--ink);margin-bottom:6px}.modal-head p{font-size:15px;color:var(--ink-muted)}.modal-sub{text-align:center;font-weight:600;font-size:15px;color:var(--ink);margin-bottom:14px}.referral-options{display:flex;flex-direction:column;gap:8px}.referral-option{width:100%;text-align:left;font:inherit;font-weight:500;font-size:15px;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:12px;padding:12px 16px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.referral-option:hover{border-color:#bcd0ec}.referral-option.selected{border-color:var(--blue);background:var(--surface)}.modal-actions{display:flex;gap:12px;margin-top:24px}.modal-btn{flex:1;font:inherit;font-weight:600;font-size:15px;border-radius:12px;padding:12px;cursor:pointer;border:1.5px solid transparent}.modal-btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}.modal-btn-primary{background:var(--blue);color:#fff}.modal-btn-primary:disabled{background:#cbd5e1;cursor:not-allowed}.calendly-card{position:relative;background:#fff;border-radius:16px;width:100%;max-width:1000px;height:80vh;overflow:hidden}.calendly-card .modal-close{z-index:2;background:#fff;border-radius:50%;width:36px;height:36px}.footer{background:var(--blue);border-radius:var(--radius);color:var(--white);padding:56px 50px 28px}.footer-cols{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:48px;padding-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{height:68px;width:auto;align-self:flex-start}.footer-tag{font-size:15px;line-height:1.6;color:#ffffffc7;max-width:380px}.footer-heading{font-weight:600;font-size:18px;color:var(--white);margin-bottom:20px}.footer-navlinks{display:flex;flex-direction:column;gap:14px}.footer-navlinks a{font-size:15px;color:#ffffffc7;transition:color .15s ease}.footer-navlinks a:hover{color:var(--white)}.footer-contact{display:flex;flex-direction:column;gap:14px}.footer-contact a{display:flex;align-items:center;gap:10px;font-size:15px;color:#ffffffd9;transition:color .15s ease}.footer-contact a:hover{color:var(--white)}.footer-cicon{display:flex;color:#bcd3f0}.footer-cicon svg{width:18px;height:18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding-top:22px;font-size:13px;color:#fff9}@media (max-width: 900px){.services-grid,.subject-grid{grid-template-columns:1fr}.section-head{gap:18px}.about-stats{grid-template-columns:1fr;gap:28px}.contact-grid{grid-template-columns:1fr;gap:32px}.footer-cols{grid-template-columns:1fr;gap:36px}.why-lighthouse-grid{grid-template-columns:1fr}}@media (max-width: 640px){:root{--gutter: 16px}.hero{padding:96px 24px 48px}.hero-content{width:100%;margin-left:0}.navbar{padding-top:26px}.navbar-links{display:none}.navbar-toggle{display:inline-flex}.navbar-right{grid-column:3}.navbar-bar{position:relative}.btn-contact{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.navbar-menu{align-self:flex-end;width:min(70vw,240px)}.navbar-mark{height:26px}.navbar-name{display:none}.services,.subjects,.about,.reviews,.contact{padding:40px 24px}.form-row{grid-template-columns:1fr}}html.about-animations-ready .navbar-bar,html.about-animations-ready .navbar.scrolled .navbar-bar,html[data-route=how-it-works] .navbar-bar,html[data-route=how-it-works] .navbar.scrolled .navbar-bar{background:var(--blue);box-shadow:0 10px 30px #14213a29}.about.about-page{min-height:auto;padding:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);margin-top:40px}.about-page .about-content-width{width:min(1180px,calc(100% - 96px));margin:0 auto}.about-page .about-kicker{margin:0 0 18px;color:var(--orange);font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.16em;text-align:center;text-transform:uppercase}.about-mission-section{padding:102px 0 76px}.about-mission-title{margin:0;color:var(--ink);font-family:Garamond,Georgia,Times New Roman,serif;font-size:clamp(48px,5.2vw,72px);font-weight:500;line-height:1;letter-spacing:-.03em;text-align:center}.about-mission-title span{display:block}.about-title-accent{width:42px;height:2px;margin:32px auto 34px;background:var(--orange)}.about-mission-copy{max-width:900px;margin:0 auto;color:#37445b;font-size:clamp(20px,1.7vw,23px);line-height:1.65;text-align:center;font-weight:400}.about-mission-copy p{margin:0}.about-mission-copy p+p{margin-top:18px}.about-section-heading{max-width:900px;margin:0 auto 48px;text-align:center}.about-leadership-section .about-section-heading{max-width:1100px}.about-section-heading h2{margin:0;color:var(--ink);font-family:Garamond,Georgia,Times New Roman,serif;font-size:clamp(38px,3.8vw,54px);font-weight:500;line-height:1.08;letter-spacing:-.025em}.about-section-intro{max-width:720px;margin:22px auto 0;color:var(--ink-muted);font-size:18px;line-height:1.65}.about-values-section{padding:76px 0 88px;border-top:1px solid var(--line)}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.about-value-card{min-height:190px;padding:34px 36px;display:grid;grid-template-columns:auto 1px 1fr;align-items:start;gap:24px;background:linear-gradient(135deg,#eef6fffa,#f7fafffa);border:1px solid #dce8f6;border-radius:22px;transition:transform .2s ease,box-shadow .2s ease}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #14213a14}.about-value-number{color:var(--blue);font-size:32px;font-weight:600;line-height:1;letter-spacing:-.03em}.about-value-divider{width:1px;height:58px;background:#ea7b47bf}.about-value-copy h3{margin:0 0 10px;color:var(--ink);font-family:Garamond,Georgia,Times New Roman,serif;font-size:24px;font-weight:600;line-height:1.2}.about-value-copy p{margin:0;color:var(--ink-muted);font-size:16px;line-height:1.65}.about-leadership-section{padding:82px 0 90px;background:linear-gradient(180deg,#f5fafffa,#edf6fffa)}.about-leadership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.about-leadership-card{min-height:270px;padding:30px;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:28px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 34px #14213a0f}.about-profile-photo{width:150px;height:150px}.about-profile-photo img,.about-profile-placeholder{width:100%;height:100%;border-radius:50%}.about-profile-photo img{object-fit:cover;object-position:center}.about-profile-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#eaf3ff;border:2px dashed #b8cee8;color:var(--blue)}.about-profile-placeholder span{font-size:28px;font-weight:600}.about-profile-placeholder small{color:var(--ink-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.about-profile-content h3{margin:0 0 4px;color:var(--ink);font-family:Garamond,Georgia,Times New Roman,serif;font-size:31px;font-weight:600;line-height:1.1}.about-profile-role{margin:0 0 14px;color:var(--orange);font-size:15px;font-weight:700}.about-profile-bio{margin:0;color:var(--ink-muted);font-size:15px;line-height:1.65}.about-linkedin{margin-top:18px;display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:600}.about-linkedin>span{width:22px;height:22px;display:grid;place-items:center;border-radius:3px;background:var(--blue);color:#fff;font-size:13px;line-height:1}.about-linkedin:hover{opacity:.75}@media (max-width: 1050px){.about-page .about-content-width{width:min(100% - 56px,900px)}.about-leadership-card{grid-template-columns:125px 1fr}.about-profile-photo{width:125px;height:125px}.about-closing-inner{align-items:flex-start}}@media (max-width: 760px){.about-page .about-content-width{width:calc(100% - 40px)}.about-mission-section{padding:118px 0 58px}.about-mission-title{font-size:clamp(47px,14vw,64px)}.about-mission-copy{font-size:17px;line-height:1.65}.about-overview-item+.about-overview-item{border-left:none;border-top:1px solid var(--line)}.about-values-section,.about-leadership-section{padding:64px 0}.about-values-grid,.about-leadership-grid{grid-template-columns:1fr}.about-value-card{grid-template-columns:auto 1px 1fr;padding:28px 24px}.about-leadership-card{grid-template-columns:1fr;text-align:center}.about-profile-photo{width:170px;height:170px;margin:0 auto}.about-profile-content{display:flex;flex-direction:column;align-items:center}.about-closing-inner,.about-closing-message{flex-direction:column;text-align:center}.about-closing-action,.about-closing-action a{width:100%}}.about-page{position:relative}.about-page [data-reveal]{--reveal-delay: 0ms}html.about-animations-ready .about-page [data-reveal]{opacity:0;will-change:opacity,transform,filter;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay)}html.about-animations-ready .about-page [data-reveal].is-visible{opacity:1;transform:none;filter:none}html.about-animations-ready .about-page [data-reveal=fade-up]{transform:translateY(34px);filter:none}html.about-animations-ready .about-page [data-reveal=fade-up].is-visible{transform:translateY(0);filter:none}html.about-animations-ready .about-page [data-reveal=card]{transform:translateY(46px) scale(.965);filter:blur(3px)}html.about-animations-ready .about-page [data-reveal=card].is-visible{transform:translateY(0) scale(1);filter:blur(0)}html.about-animations-ready .about-page [data-reveal=slide-right]{transform:translate(-54px) translateY(18px);filter:none}html.about-animations-ready .about-page [data-reveal=slide-left]{transform:translate(54px) translateY(18px);filter:none}html.about-animations-ready .about-page [data-reveal=slide-right].is-visible,html.about-animations-ready .about-page [data-reveal=slide-left].is-visible{transform:translate(0) translateY(0);filter:blur(0)}.about-mission-title[data-reveal=title]{opacity:1}.about-title-line{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em}.about-title-line>span{display:block}html.about-animations-ready .about-mission-title .about-title-line>span{opacity:0;transform:translateY(115%) rotate(1.5deg);filter:none;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.22,1,.36,1)}html.about-animations-ready .about-mission-title.is-visible .about-title-line>span{opacity:1;transform:translateY(0) rotate(0);filter:none}html.about-animations-ready .about-mission-title .about-title-line:nth-child(1)>span{transition-delay:.12s}html.about-animations-ready .about-mission-title .about-title-line:nth-child(2)>span{transition-delay:.23s}html.about-animations-ready .about-page [data-reveal=line]{opacity:1;transform:scaleX(0);transform-origin:center;transition:transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay)}html.about-animations-ready .about-page [data-reveal=line].is-visible{transform:scaleX(1)}html.about-animations-ready .navbar-bar{animation:about-nav-arrival .7s cubic-bezier(.22,1,.36,1) both}@keyframes about-nav-arrival{0%{opacity:0;transform:translateY(-18px) scale(.985);filter:none}to{opacity:1;transform:translateY(0) scale(1);filter:none}}.about-mission-section{position:relative;isolation:isolate;overflow:hidden}.about-mission-section .about-content-width{position:relative;z-index:2}.about-mission-glow{position:absolute;z-index:0;width:460px;height:460px;border-radius:50%;pointer-events:none;filter:blur(90px);opacity:.2}.about-mission-glow--one{top:-220px;left:-130px;background:#0a59a23d;animation:none}.about-mission-glow--two{right:-160px;bottom:-260px;background:#ea7b4733;animation:none}@keyframes about-glow-one{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(90px,55px,0) scale(1.16)}}@keyframes about-glow-two{0%{transform:translateZ(0) scale(1.08)}to{transform:translate3d(-90px,-45px,0) scale(.94)}}.about-value-card{position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease}.about-value-card:before{content:"";position:absolute;top:0;left:28px;right:28px;height:2px;background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:0;transform:scaleX(.35);transition:opacity .3s ease,transform .4s cubic-bezier(.22,1,.36,1)}.about-value-card:hover{transform:translateY(-8px) scale(1.012);border-color:#0a59a240;box-shadow:0 26px 52px #14213a1c,0 5px 14px #14213a0d}.about-value-card:hover:before{opacity:1;transform:scaleX(1)}.about-value-number{transition:color .25s ease,transform .35s cubic-bezier(.22,1,.36,1)}.about-value-card:hover .about-value-number{color:var(--orange);transform:translateY(-3px)}.about-value-divider{transform-origin:top;transition:transform .4s cubic-bezier(.22,1,.36,1),background .25s ease}.about-value-card:hover .about-value-divider{transform:scaleY(1.28);background:var(--orange)}.about-leadership-section{position:relative;isolation:isolate;overflow:hidden}.about-leadership-section .about-content-width{position:relative;z-index:2}.about-leadership-glow{position:absolute;z-index:0;top:10%;left:50%;width:760px;height:760px;border-radius:50%;background:#6fa8e029;filter:blur(120px);transform:translate(-50%);pointer-events:none;animation:none}@keyframes about-leadership-breathe{0%,to{opacity:.45;transform:translate(-50%) scale(.94)}50%{opacity:.8;transform:translate(-50%) scale(1.08)}}.about-leadership-card{position:relative;overflow:hidden;transition:transform .36s cubic-bezier(.22,1,.36,1),box-shadow .36s ease,border-color .36s ease}.about-leadership-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(125deg,rgba(255,255,255,.8),transparent 34%);opacity:0;pointer-events:none;transition:opacity .3s ease}.about-leadership-card:hover{transform:translateY(-9px);border-color:#0a59a238;box-shadow:0 30px 58px #14213a1f,0 7px 16px #14213a0d}.about-leadership-card:hover:before{opacity:1}.about-profile-photo{position:relative;isolation:isolate}.about-profile-photo img,.about-profile-placeholder{position:relative;z-index:2;transition:transform .5s cubic-bezier(.22,1,.36,1),filter .4s ease}.about-profile-ring{position:absolute;z-index:1;top:-8px;right:-8px;bottom:-8px;left:-8px;border:1px solid rgba(10,89,162,.24);border-radius:50%;transform:scale(.94);opacity:0;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .35s ease,border-color .35s ease}.about-leadership-card:hover .about-profile-ring{opacity:1;transform:scale(1);border-color:#ea7b478c}.about-leadership-card:hover .about-profile-photo img,.about-leadership-card:hover .about-profile-placeholder{transform:scale(1.035);filter:saturate(1.03) contrast(1.015)}.about-profile-content h3,.about-profile-role,.about-linkedin{transition:color .25s ease,transform .35s cubic-bezier(.22,1,.36,1)}.about-leadership-card:hover .about-profile-content h3,.about-leadership-card:hover .about-profile-role{transform:translate(3px)}.about-linkedin:hover{transform:translate(4px)}@media (max-width: 760px){html.about-animations-ready .about-page [data-reveal=slide-right],html.about-animations-ready .about-page [data-reveal=slide-left]{transform:translateY(38px)}.about-mission-glow{width:300px;height:300px}.about-value-card:hover,.about-leadership-card:hover{transform:translateY(-4px)}}@media (prefers-reduced-motion: reduce){html.about-animations-ready .about-page [data-reveal],html.about-animations-ready .about-mission-title .about-title-line>span{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}html.about-animations-ready .navbar-bar,.about-mission-glow,.about-leadership-glow{animation:none!important}.about-value-card,.about-leadership-card,.about-profile-photo img,.about-profile-placeholder,.about-profile-ring{transition:none!important}}@media (max-width: 640px){.hero{background-position:left center}.hero-content{transform:none;align-items:center;text-align:center}.hero-content .pill{align-self:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-title{position:relative;top:-40px}.reviews-track{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;scroll-padding-left:24px;-webkit-overflow-scrolling:touch}.review-card{width:72vw;max-width:300px}.marquee-track{gap:56px;animation-duration:28s;will-change:transform}.marquee-logo{height:44px;max-height:44px;max-width:120px}}
