.about-us-page,.about-us-page *,.about-us-page :after,.about-us-page :before{box-sizing:border-box;margin:0;padding:0}.about-us-page{--teal:#2b6e5a;--teal-deep:#1d4e3f;--teal-light:#eaf4ee;--teal-mid:#a8d4bf;--amber:#c8883a;--amber-soft:#f5e7d0;--cream:#f9f6f0;--cream-dark:#eee8dc;--ink:#1c2920;--ink-mid:#3d5046;--muted:#6b7e74;--white:#ffffff;--font-serif:var(--font-cormorant),Georgia,serif;--font-sans:var(--font-dm-sans),system-ui,sans-serif;--radius:12px;--radius-lg:20px;scroll-behavior:smooth;font-family:var(--font-sans);background:var(--cream);color:var(--ink);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh}.about-us-page nav{position:sticky;top:0;z-index:100;background:rgba(249,246,240,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--cream-dark);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:64px}.about-us-page .nav-logo{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--teal-deep);letter-spacing:-.01em;text-decoration:none;display:flex;align-items:center;gap:10px}.about-us-page .nav-logo-mark{width:30px;height:30px;background:var(--teal);border-radius:7px;display:flex;align-items:center;justify-content:center}.about-us-page .nav-links{display:flex;gap:2rem;list-style:none}.about-us-page .nav-links a{text-decoration:none;font-size:.9rem;font-weight:400;color:var(--ink-mid);transition:color .2s}.about-us-page .nav-links a:hover{color:var(--teal)}.about-us-page .nav-cta{background:var(--teal);color:var(--white)!important;padding:8px 20px;border-radius:8px;font-weight:500!important;transition:background .2s!important}.about-us-page .nav-cta:hover{background:var(--teal-deep)!important}.about-us-page .hero{position:relative;overflow:hidden;padding:100px 5% 90px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}.about-us-page .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 90% 50%,#c7e8d8 0,transparent 70%);pointer-events:none}.about-us-page .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--amber-soft);color:var(--amber);font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:1.25rem}.about-us-page .hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--amber);display:inline-block}.about-us-page .hero h1{font-family:var(--font-serif);font-size:clamp(2.8rem,5vw,4.2rem);font-weight:500;line-height:1.12;letter-spacing:-.02em;color:var(--ink);margin-bottom:1.5rem}.about-us-page .hero h1 em{font-style:italic;color:var(--teal)}.about-us-page .hero-lead{font-size:1.05rem;line-height:1.75;color:var(--ink-mid);max-width:480px;margin-bottom:2rem}.about-us-page .hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.about-us-page .btn-primary{display:inline-block;background:var(--teal);color:var(--white);text-decoration:none;padding:13px 28px;border-radius:9px;font-weight:500;font-size:.95rem;transition:background .2s,transform .15s}.about-us-page .btn-primary:hover{background:var(--teal-deep);transform:translateY(-1px)}.about-us-page .btn-ghost{display:inline-block;color:var(--teal);text-decoration:none;padding:13px 20px;font-weight:500;font-size:.95rem;transition:color .2s}.about-us-page .btn-ghost:hover{color:var(--teal-deep)}.about-us-page .hero-visual{position:relative;display:flex;justify-content:flex-end}.about-us-page .hero-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius-lg);padding:28px;width:340px;box-shadow:0 4px 24px rgba(44,110,90,.08)}.about-us-page .hero-card-header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.about-us-page .avatar{width:36px;height:36px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;color:var(--teal)}.about-us-page .card-org{font-weight:500;font-size:.9rem;color:var(--ink)}.about-us-page .card-sub{font-size:.78rem;color:var(--muted)}.about-us-page .post-preview{background:var(--teal-light);border-radius:10px;padding:14px 16px;font-size:.85rem;color:var(--ink-mid);line-height:1.55;margin-bottom:14px}.about-us-page .post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--muted)}.about-us-page .post-badge{background:#ddf3ea;color:var(--teal);padding:3px 10px;border-radius:100px;font-size:.72rem;font-weight:500}.about-us-page .platforms{display:flex;gap:6px;margin-top:14px}.about-us-page .platform-dot{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:500}.about-us-page .hero-stat-strip{position:absolute;bottom:-20px;left:-20px;background:var(--amber-soft);border:1px solid rgba(200,136,58,.2);border-radius:var(--radius);padding:14px 18px;display:flex;align-items:center;gap:10px}.about-us-page .stat-num{font-family:var(--font-serif);font-size:1.6rem;font-weight:600;color:var(--amber)}.about-us-page .stat-label{font-size:.78rem;color:var(--ink-mid);line-height:1.3}.about-us-page section{padding:90px 5%}.about-us-page .container{max-width:1160px;margin:0 auto}.about-us-page .section-label{font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.about-us-page .section-title{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.9rem);font-weight:500;line-height:1.18;letter-spacing:-.015em;color:var(--ink);margin-bottom:1.25rem}.about-us-page .section-lead{font-size:1.05rem;color:var(--ink-mid);line-height:1.75;max-width:560px}.about-us-page .mission-band{background:var(--teal-deep);padding:80px 5%}.about-us-page .mission-band .container{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:center}.about-us-page .mission-side-label{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-mid);font-weight:500;margin-bottom:1rem}.about-us-page .mission-title{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:500;color:var(--white);line-height:1.15;letter-spacing:-.015em}.about-us-page .mission-title em{font-style:italic;color:var(--teal-mid)}.about-us-page .mission-body{font-size:1.05rem;color:rgba(255,255,255,.8);line-height:1.8;margin-bottom:2rem}.about-us-page .mission-quote{border-left:3px solid var(--teal-mid);padding-left:20px;font-family:var(--font-serif);font-size:1.2rem;font-style:italic;color:rgba(255,255,255,.9);line-height:1.5}.about-us-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.about-us-page .feature-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius-lg);padding:32px 28px;transition:box-shadow .25s,transform .2s}.about-us-page .feature-card:hover{box-shadow:0 8px 32px rgba(44,110,90,.1);transform:translateY(-3px)}.about-us-page .feature-icon{width:46px;height:46px;border-radius:11px;background:var(--teal-light);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.about-us-page .feature-icon svg{width:22px;height:22px}.about-us-page .feature-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:500;color:var(--ink);margin-bottom:10px}.about-us-page .feature-body{font-size:.92rem;color:var(--muted);line-height:1.7}.about-us-page .serve-section{background:var(--cream-dark)}.about-us-page .serve-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}.about-us-page .serve-card{background:var(--white);border-radius:var(--radius-lg);padding:30px;display:flex;gap:18px;align-items:flex-start;border:1px solid transparent;transition:border-color .2s}.about-us-page .serve-card:hover{border-color:var(--teal-mid)}.about-us-page .serve-marker{width:42px;height:42px;min-width:42px;border-radius:10px;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:600;font-size:1rem;color:var(--teal)}.about-us-page .serve-title{font-weight:500;color:var(--ink);margin-bottom:6px;font-size:1rem}.about-us-page .serve-desc{font-size:.9rem;color:var(--muted);line-height:1.65}.about-us-page .values-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:20px}.about-us-page .value-list{margin-top:40px}.about-us-page .value-item{padding:22px 0;border-bottom:1px solid var(--cream-dark);display:flex;gap:18px;align-items:flex-start}.about-us-page .value-item:last-child{border-bottom:none}.about-us-page .value-num{font-family:var(--font-serif);font-size:.95rem;font-weight:500;color:var(--teal);min-width:28px;padding-top:2px}.about-us-page .value-title{font-weight:500;color:var(--ink);margin-bottom:5px}.about-us-page .value-body{font-size:.9rem;color:var(--muted);line-height:1.65}.about-us-page .values-visual{background:var(--teal-deep);border-radius:var(--radius-lg);padding:48px 40px;color:var(--white)}.about-us-page .values-visual-quote{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;font-style:italic;line-height:1.4;color:rgba(255,255,255,.95);margin-bottom:24px}.about-us-page .values-visual-attr{font-size:.85rem;color:rgba(255,255,255,.55);font-style:normal}.about-us-page .values-stats{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.about-us-page .vstat{border-top:1px solid rgba(255,255,255,.15);padding-top:16px}.about-us-page .vstat-num{font-family:var(--font-serif);font-size:2rem;font-weight:500;color:var(--white);display:block}.about-us-page .vstat-label{font-size:.82rem;color:rgba(255,255,255,.55)}.about-us-page .story-section{background:var(--amber-soft)}.about-us-page .story-layout{display:grid;grid-template-columns:.9fr 1fr;gap:80px;align-items:center}.about-us-page .story-img{border-radius:var(--radius-lg);background:var(--cream-dark);height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.about-us-page .story-body{font-size:1.02rem;color:var(--ink-mid);line-height:1.8;margin-top:1.25rem}.about-us-page .story-body p+p{margin-top:1rem}.about-us-page .cta-section{background:var(--teal-deep);text-align:center;padding:100px 5%}.about-us-page .cta-section .section-label{color:var(--teal-mid)}.about-us-page .cta-section .section-title{color:var(--white);max-width:600px;margin:0 auto 1rem}.about-us-page .cta-section .section-lead{color:rgba(255,255,255,.7);margin:0 auto 2.5rem}.about-us-page .cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.about-us-page .btn-white{display:inline-block;background:var(--white);color:var(--teal-deep);text-decoration:none;padding:14px 30px;border-radius:9px;font-weight:500;font-size:.95rem;transition:opacity .2s}.about-us-page .btn-white:hover{opacity:.92}.about-us-page .btn-outline-white{display:inline-block;border:1px solid rgba(255,255,255,.4);color:var(--white);text-decoration:none;padding:14px 30px;border-radius:9px;font-weight:400;font-size:.95rem;transition:background .2s}.about-us-page .btn-outline-white:hover{background:rgba(255,255,255,.08)}.about-us-page footer{background:var(--ink);padding:56px 5% 32px;color:rgba(255,255,255,.5)}.about-us-page .footer-top{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:32px;flex-wrap:wrap;gap:32px}.about-us-page .footer-logo{font-family:var(--font-serif);font-size:1.2rem;font-weight:600;color:var(--white);display:flex;align-items:center;gap:9px;text-decoration:none}.about-us-page .footer-tagline{font-size:.85rem;margin-top:6px;color:rgba(255,255,255,.4)}.about-us-page .footer-links{display:flex;gap:3rem;flex-wrap:wrap}.about-us-page .footer-col h4{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6);margin-bottom:14px}.about-us-page .footer-col a{display:block;font-size:.9rem;color:rgba(255,255,255,.4);text-decoration:none;margin-bottom:8px;transition:color .2s}.about-us-page .footer-col a:hover{color:rgba(255,255,255,.8)}.about-us-page .footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.82rem}.about-us-page .tapestry-bg{opacity:.06;position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}@keyframes about-us-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.about-us-page .hero-content>*{animation:about-us-fade-up .65s ease both}.about-us-page .hero-content>:first-child{animation-delay:.05s}.about-us-page .hero-content>:nth-child(2){animation-delay:.15s}.about-us-page .hero-content>:nth-child(3){animation-delay:.25s}.about-us-page .hero-content>:nth-child(4){animation-delay:.35s}.about-us-page .hero-visual{animation:about-us-fade-up .7s ease .3s both}.about-us-page .hero-max-wrap{max-width:1200px;margin:0 auto;position:relative}.about-us-page .features-intro-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.about-us-page .section-title-narrow{max-width:460px}.about-us-page .section-lead-narrow{max-width:400px;font-size:.95rem}.about-us-page .footer-inner{max-width:1160px;margin:0 auto}.about-us-page .footer-legal-row{display:flex;gap:1.5rem}.about-us-page .footer-logo-mark-sm{width:26px;height:26px;background:#2b6e5a;border-radius:6px;display:flex;align-items:center;justify-content:center}.about-us-page .footer-legal-link{color:rgba(255,255,255,.4);text-decoration:none;font-size:.82rem}@media (max-width:900px){.about-us-page .hero{grid-template-columns:1fr}.about-us-page .hero-visual{display:none}.about-us-page .features-grid{grid-template-columns:1fr 1fr}.about-us-page .serve-grid{grid-template-columns:1fr}.about-us-page .mission-band .container{grid-template-columns:1fr;gap:40px}.about-us-page .story-layout,.about-us-page .values-layout{grid-template-columns:1fr}.about-us-page .story-img{height:260px}}@media (max-width:600px){.about-us-page .features-grid{grid-template-columns:1fr}.about-us-page .nav-links{display:none}}