@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--coral: #f27873;--coral-text: #c2504b;--coral-tint: #fdeeed;--coral-line: #f8c9c6;--gray: #929497;--ink: #231f20;--text: #231f20;--muted: #5f6063;--line: #dcdcde;--bg-soft: linear-gradient(135deg, #fafafa 0%, #ececec 100%);--radius: 20px;--shadow: 0 10px 30px rgba(35, 31, 32, .08);--shadow-hover: 0 20px 40px rgba(35, 31, 32, .14);--nav-h: 80px}svg[data-icon]{width:1em;height:1em;display:inline-block;vertical-align:-.125em;fill:currentColor;flex-shrink:0}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter Variable,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text);background:#fff;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.container--narrow{max-width:820px}.container--medium{max-width:1000px}h1,h2,h3,h4{margin-bottom:1rem;font-weight:600;line-height:1.2;color:var(--ink)}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.15rem}p{margin-bottom:1rem;color:var(--muted)}a{text-decoration:none;color:inherit;transition:color .3s ease}ul,ol{padding-left:1.25rem}.skip-link{position:absolute;left:-999px;top:0;background:var(--coral);color:#fff;padding:.5rem 1rem;z-index:2000}.skip-link:focus{left:0}.btn{display:inline-block;padding:12px 30px;border-radius:50px;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background:var(--coral);color:var(--ink)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f2787373;color:var(--ink);background:#f4867f}.btn-secondary{background:transparent;color:var(--coral-text);border-color:var(--coral)}.btn-secondary:hover{background:var(--coral);color:var(--ink)}.btn-light{background:#fff;color:var(--ink)}.btn-light:hover{background:#f3f3f3}.navbar{position:fixed;top:0;width:100%;z-index:1000;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:var(--nav-h)}.nav-logo a{font-size:1.35rem;font-weight:700;color:var(--ink)}.nav-logo small{display:block;font-size:.75rem;font-weight:500;color:var(--gray);letter-spacing:.02em}.nav-menu{display:flex;gap:1.75rem;list-style:none;padding:0}.nav-link{color:var(--text);font-weight:500;position:relative}.nav-link:hover,.nav-link[aria-current=page]{color:var(--coral-text)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:var(--coral);transition:all .3s ease}.nav-link:hover:after,.nav-link[aria-current=page]:after{width:100%;left:0}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px;background:none;border:0;padding:.5rem}.bar{width:25px;height:3px;background:var(--text);transition:.3s;border-radius:3px}.hero{display:flex;align-items:center;background:var(--bg-soft);padding:calc(var(--nav-h) + 4rem) 0 4.5rem}.hero-container{display:grid;grid-template-columns:1.15fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{max-width:620px}.hero-eyebrow{color:var(--coral-text);font-weight:600;margin-bottom:.75rem;letter-spacing:.02em}.hero-title{color:var(--ink);margin-bottom:1rem}.hero-title-sub{display:block;font-size:.62em;font-weight:600;color:var(--coral-text);margin-top:.35rem;letter-spacing:.01em}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:var(--muted)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.95rem;color:var(--muted)}.hero-meta span{display:inline-flex;align-items:center;gap:.4rem}.hero-meta svg{color:var(--coral)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-photo{width:400px;height:400px;border-radius:50%;object-fit:cover;object-position:center top;box-shadow:0 20px 40px #00000026;border:5px solid #fff}.page-header{background:var(--bg-soft);padding:calc(var(--nav-h) + 3rem) 0 3rem}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.page-header .lede{font-size:1.15rem;max-width:820px;margin:0;color:var(--muted);text-wrap:pretty}.breadcrumbs{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.4rem;font-size:.9rem;color:var(--muted);margin-bottom:1rem}.breadcrumbs li+li:before{content:"/";margin-right:.4rem;color:var(--gray)}.breadcrumbs a:hover{color:var(--coral-text)}.section{padding:5rem 0}.section--soft{background:var(--bg-soft)}.section--tight{padding:3rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{color:var(--ink);margin-bottom:.75rem}.section-header h2:after{content:"";display:block;width:56px;height:4px;background:var(--coral);border-radius:2px;margin:.9rem auto 0}.section-header p{font-size:1.1rem;max-width:640px;margin:0 auto}.prose{max-width:780px}.prose h2{font-size:1.75rem;margin-top:2.5rem;color:var(--ink)}.prose h3{font-size:1.3rem;margin-top:2rem}.prose p,.prose li{font-size:1.05rem;line-height:1.75;color:#3d3a3b}.prose ul,.prose ol{margin:0 0 1.25rem 1.25rem}.prose li{margin-bottom:.5rem}.prose a{color:var(--coral-text);text-decoration:underline;text-underline-offset:3px}.prose blockquote{border-left:4px solid var(--coral);padding-left:1rem;margin:1.5rem 0;color:var(--muted);font-style:italic}.prose strong{color:var(--ink)}.prose .note{background:var(--coral-tint);border:1px solid var(--coral-line);border-radius:12px;padding:1rem 1.25rem;font-size:.98rem;margin-bottom:1.75rem}.two-col{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:4rem;align-items:start}.aside-card{background:var(--bg-soft);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);position:sticky;top:calc(var(--nav-h) + 1.5rem)}.aside-card h3{color:var(--ink);font-size:1.25rem}.aside-card p{font-size:.98rem}.aside-card .btn{width:100%;margin-top:.5rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.card{background:#fff;padding:2.25rem;border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.card h3{color:var(--ink);margin-bottom:.75rem}.card p:last-child{margin-bottom:0}.card--link{display:block}.card--link .more{color:var(--coral-text);font-weight:600;display:inline-block;margin-top:.5rem}.card-icon{width:64px;height:64px;background:var(--coral);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;color:var(--ink)}.card--center{text-align:center}.card--center .card-icon{margin-left:auto;margin-right:auto}.steps{list-style:none;padding:0;counter-reset:step;display:grid;gap:1.25rem}.steps li{position:relative;padding-left:4rem}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--coral);color:var(--ink);font-weight:700;display:flex;align-items:center;justify-content:center}.steps h3{font-size:1.15rem;margin-bottom:.25rem}.steps p{margin-bottom:0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h2,.about-content h3{color:var(--ink)}.about-content p{font-size:1.05rem;line-height:1.7}.about-highlights{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.highlight-item svg{font-size:1.75rem;color:var(--coral)}.highlight-item span{font-weight:600;color:var(--text);font-size:.95rem}.about-photo{width:350px;height:455px;border-radius:var(--radius);object-fit:cover;object-position:center top;margin:0 auto;box-shadow:0 15px 35px #00000026;border:3px solid #fff}.credentials-card,.leadership-card{background:var(--bg-soft);padding:2.25rem;border-radius:var(--radius);box-shadow:var(--shadow)}.credentials-card h3,.leadership-card h3{color:var(--ink);margin-bottom:1.25rem}.credentials-list{list-style:none;padding:0}.credentials-list li{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:.9rem;color:var(--text);font-weight:500}.credentials-list svg{color:var(--coral);font-size:1.1rem;margin-top:.2rem}.credentials-list small{display:block;font-weight:400;color:var(--muted)}.timeline-item{display:flex;gap:1.25rem;margin-bottom:1.5rem;align-items:center}.timeline-year{background:var(--ink);color:#fff;padding:.4rem .9rem;border-radius:50px;font-weight:600;min-width:80px;text-align:center}.timeline-content h4{color:var(--ink);margin-bottom:.15rem}.timeline-content p{margin:0}.involvement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.involvement-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.25rem 1.5rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.involvement-item svg{color:var(--coral);font-size:1.35rem;min-width:28px}.involvement-item span{color:var(--text);font-weight:500}.testimonials{padding:5rem 0;background:var(--ink);color:#fff}.testimonials .section-header h2,.testimonials .section-header p,.testimonials h2{color:#fff}.testimonials .section-header p{color:#cfd0d2}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#ffffff0f;padding:2.25rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.14)}.stars{display:flex;gap:.25rem;margin-bottom:1.25rem;color:var(--coral)}.testimonial-card blockquote{color:#fff;font-style:italic;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.6}.testimonial-card blockquote p{color:#fff;margin:0}.testimonial-author strong{color:#fff;display:block}.testimonial-author span{color:#cfd0d2;font-size:.9rem}.testimonials .source{text-align:center;margin-top:2.5rem;color:#cfd0d2}.testimonials .source a{color:#fff;text-decoration:underline}.reviews-list .testimonial-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.reviews-list .testimonial-card blockquote,.reviews-list .testimonial-card blockquote p{color:#3d3a3b}.reviews-list .testimonial-author strong{color:var(--ink)}.reviews-list .testimonial-author span{color:var(--muted)}.faq-group{margin-bottom:3rem}.faq-group h2{color:var(--ink);font-size:1.6rem;margin-bottom:1rem}.faq{border:1px solid var(--line);border-radius:14px;margin-bottom:.9rem;background:#fff}.faq summary{cursor:pointer;padding:1.1rem 1.4rem;font-weight:600;color:var(--ink);list-style:none;display:flex;justify-content:space-between;gap:1rem;font-size:1.05rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--coral-text);font-weight:700;font-size:1.25rem;line-height:1}.faq[open] summary:after{content:"−"}.faq .answer{padding:0 1.4rem 1.25rem}.faq .answer p{color:#3d3a3b;line-height:1.7}.faq .answer p:last-child{margin-bottom:0}.cta-band{background:var(--coral);color:var(--ink);padding:4rem 0;text-align:center}.cta-band h2{color:var(--ink)}.cta-band p{color:#4a2b29;max-width:640px;margin:0 auto 1.75rem;font-size:1.1rem}.cta-band .hero-buttons{justify-content:center;margin-bottom:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2,.contact-form h2{color:var(--ink);font-size:1.6rem;margin-bottom:1.5rem}.contact-item{display:flex;gap:1.25rem;margin-bottom:1.75rem;align-items:flex-start}.contact-item svg{color:var(--coral);font-size:1.4rem;margin-top:.25rem;min-width:30px}.contact-item strong{color:var(--text);display:block;margin-bottom:.35rem}.contact-item p{margin:0}.contact-item a{color:var(--coral-text)}.contact-item a:hover{color:var(--coral)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;margin-bottom:.4rem;color:var(--ink)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1rem;border:2px solid var(--line);border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--coral)}.form-group textarea{resize:vertical;min-height:130px}.form-note{font-size:.9rem;color:var(--muted)}.post-list{list-style:none;padding:0;display:grid;gap:1.5rem}.post-list .card h3{margin-bottom:.35rem}.post-meta{font-size:.9rem;color:var(--muted);margin-bottom:.75rem}.author-box{display:flex;gap:1.25rem;align-items:center;background:var(--bg-soft);border-radius:var(--radius);padding:1.5rem;margin-top:3rem}.author-box img{width:80px;height:80px;border-radius:50%;object-fit:cover;object-position:center top;flex-shrink:0}.author-box p{margin:0;font-size:.98rem}.author-box strong{color:var(--ink)}.footer{background:var(--ink);color:#fff;padding:3.5rem 0 1.25rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer h3{color:#fff;font-size:1.15rem;margin-bottom:.75rem}.footer p,.footer li{color:#cfd0d2;margin:0 0 .4rem}.footer ul{list-style:none;padding:0}.footer a:hover{color:var(--coral)}.footer-bottom{border-top:1px solid #3a3637;padding-top:1.25rem;text-align:center}.footer-bottom p{color:var(--gray);font-size:.9rem}@media(max-width:900px){.two-col{grid-template-columns:1fr}.aside-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-menu{position:fixed;left:-100%;top:var(--nav-h);flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.25rem}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}h1{font-size:2.4rem}h2{font-size:1.9rem}.page-header h1{font-size:2.1rem}.hero{min-height:auto}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-image{order:-1}.hero-photo{width:260px;height:260px}.hero-buttons,.hero-meta{justify-content:center}.about-grid{grid-template-columns:1fr;text-align:center}.about-highlights{justify-content:center}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-title-columns:1fr;grid-template-columns:1fr}.section{padding:3.5rem 0}}@media(max-width:480px){.container{padding:0 15px}h1{font-size:2rem}.hero-photo{width:220px;height:220px}.about-photo{width:280px;height:364px}.card,.testimonial-card,.credentials-card,.leadership-card{padding:1.75rem}.hero-buttons{flex-direction:column;align-items:stretch}.about-highlights{flex-direction:column;gap:1rem}.steps li{padding-left:3.5rem}}.social-links{list-style:none;padding:0;display:flex;gap:.6rem;margin-top:1rem;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#fff;font-size:1.1rem;transition:background .3s ease,color .3s ease}.social-links a:hover{background:var(--coral);color:var(--ink)}.profile-links{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:0}.profile-links a{color:var(--coral-text);font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.profile-links a:hover{color:var(--coral)}.profile-links svg{width:1.1rem;text-align:center}.thanks-grid{display:grid;grid-template-columns:300px 1fr;gap:3.5rem;align-items:center}.thanks-photo{width:300px;height:300px;border-radius:50%;object-fit:cover;object-position:center top;border:5px solid #fff;box-shadow:var(--shadow)}.thanks-steps{list-style:none;padding:0;display:grid;gap:.75rem;margin:1.25rem 0 1.75rem}.thanks-steps li{display:flex;gap:.75rem;align-items:flex-start;color:#3d3a3b;font-size:1.05rem;line-height:1.6}.thanks-steps svg{color:var(--coral);margin-top:.3rem}@media(max-width:640px){.thanks-grid{grid-template-columns:1fr;gap:2rem}.thanks-photo{margin:0 auto;width:220px;height:220px}}.brokerage-logo-link{display:inline-block;margin:.25rem 0 .75rem}.brokerage-logo{width:240px;height:auto}
