:root{--cream:#f3efe7;--paper:#fbfaf7;--ink:#171817;--muted:#6f716e;--sage:#89957f;--moss:#263027;--line:rgba(23,24,23,.14);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}.announcement{background:var(--moss);color:#f7f4ec;text-align:center;padding:10px 16px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,4vw);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(251,250,247,.9);backdrop-filter:blur(16px);z-index:20}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:700;letter-spacing:.16em;font-size:13px}.brand-mark{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white;font-family:Manrope,sans-serif;font-size:16px}.nav-links{display:flex;gap:32px}.nav-links a,.footer-links a{color:inherit;text-decoration:none;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:600;font-size:14px;transition:.25s ease}.button:hover{transform:translateY(-2px)}.button-sm{padding:11px 18px}.button-dark{background:var(--ink);color:white}.button-light{background:#f7f4ec;color:var(--ink)}.menu-btn{display:none;border:0;background:transparent;font-size:22px}.section-shell{width:min(1200px,92vw);margin:0 auto}.hero{text-align:center;padding:100px 0 36px}.eyebrow,.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#697064;margin-bottom:18px}.hero h1,.section-head h2,.partner-copy h2,.story-copy h2,.faq h2,.cta h2{font-family:Manrope,sans-serif;font-weight:500;letter-spacing:-.05em;margin:0;line-height:.96}.hero h1{font-size:clamp(52px,8vw,112px)}.hero h1 span{color:#8a8e86}.hero-copy{max-width:700px;margin:30px auto 24px;font-size:18px;line-height:1.65;color:var(--muted)}.hero-actions{display:flex;justify-content:center;align-items:center;gap:24px}.text-link{color:var(--ink);text-decoration:none;font-size:14px;font-weight:600}.hero-gallery{margin-top:70px;height:500px;display:grid;grid-template-columns:1.15fr .9fr .9fr 1.15fr;gap:14px;align-items:end}.photo{background-size:cover;background-position:center;border-radius:18px;position:relative;overflow:hidden}.photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(0,0,0,.55))}.photo span{position:absolute;left:20px;bottom:18px;color:white;font-size:13px;z-index:2}.photo-a{height:72%;background-image:url('https://images.unsplash.com/photo-1638454668466-e8dbd5462f20?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000')}.photo-b{height:92%;background-image:url('https://images.unsplash.com/photo-1742824250069-440c8ba18714?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000')}.photo-c{height:92%;background-image:url('https://images.unsplash.com/photo-1638454668466-e8dbd5462f20?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000');background-position:75% 50%}.photo-d{height:72%;background-image:url('https://images.unsplash.com/photo-1742824250069-440c8ba18714?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000');background-position:60% 50%}.logo-strip{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-top:20px}.logo-strip-track{white-space:nowrap;display:inline-flex;gap:28px;align-items:center;animation:marquee 30s linear infinite;color:#656961;font-size:12px;letter-spacing:.16em}.logo-strip-track i{font-style:normal}@keyframes marquee{to{transform:translateX(-50%)}}.services,.process,.faq{padding:130px 0}.split-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:52px}.section-head h2,.faq h2{font-size:clamp(44px,6vw,78px)}.section-head p{font-size:17px;line-height:1.7;color:var(--muted);max-width:520px;margin:0}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-card{min-height:410px;border-radius:var(--radius);padding:30px;background:var(--cream);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.service-card h3{font-family:Manrope;font-size:28px;letter-spacing:-.03em;margin:0 0 10px}.service-card p{color:var(--muted);line-height:1.6;max-width:470px}.service-num{font-size:12px;letter-spacing:.14em;color:#797e76}.mini-ui{background:var(--paper);border-radius:16px;padding:18px;box-shadow:0 12px 40px rgba(0,0,0,.05)}.ui-top,.ui-line{display:flex;justify-content:space-between;align-items:center}.ui-top{padding-bottom:14px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.ui-line{padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.ui-line:last-child{border-bottom:0}.metric-card{background:#dfe5d9}.metric strong{font-family:Manrope;font-size:92px;font-weight:500;letter-spacing:-.08em}.metric span{margin-left:12px;color:#60655e}.dark-card{background:var(--moss);color:white}.dark-card p,.dark-card .service-num{color:#cbd0c7}.support-row{display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(255,255,255,.2);padding-top:22px}.support-row strong{font-size:64px;font-family:Manrope;font-weight:500;letter-spacing:-.06em}.image-card{background-image:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.6)),url('https://images.unsplash.com/photo-1742824250069-440c8ba18714?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000');background-size:cover;background-position:center;color:white}.image-card-overlay{min-height:350px;display:flex;flex-direction:column;justify-content:space-between}.image-card p,.image-card .service-num{color:#eee}.partner-section{background:var(--moss);color:white}.partner-inner{padding:120px 0;display:grid;grid-template-columns:1fr 1fr;gap:80px}.section-kicker.light{color:#b8c1b4}.partner-copy h2{font-size:clamp(44px,6vw,78px)}.partner-copy p{color:#c9cec6;line-height:1.75;font-size:17px;margin:26px 0 30px;max-width:570px}.partner-stats{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.18);border-radius:22px;overflow:hidden}.partner-stats div{min-height:200px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.partner-stats div:nth-child(2n){border-right:0}.partner-stats div:nth-child(n+3){border-bottom:0}.partner-stats strong{font-family:Manrope;font-size:44px;font-weight:500;color:#dfe5d9}.partner-stats span{color:#d1d5cf;line-height:1.4}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{padding:30px;border-top:1px solid var(--line);background:#f7f5ef;min-height:260px;border-radius:0 0 18px 18px}.steps article span{font-size:12px;color:#81847f}.steps h3{font-size:24px;font-family:Manrope;margin:70px 0 10px}.steps p{color:var(--muted);line-height:1.6}.story-section{display:grid;grid-template-columns:1fr 1fr;min-height:700px;background:var(--cream)}.story-image{background-image:url('https://images.unsplash.com/photo-1638454668466-e8dbd5462f20?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000');background-size:cover;background-position:center}.story-copy{padding:90px max(7vw,50px);display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:clamp(50px,7vw,92px)}.story-copy p{font-size:17px;line-height:1.75;color:var(--muted);max-width:540px}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.accordion details{border-top:1px solid var(--line);padding:24px 0}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{list-style:none;display:flex;justify-content:space-between;cursor:pointer;font-weight:600;font-size:18px}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-weight:400;font-size:24px}.accordion p{color:var(--muted);line-height:1.65;max-width:650px}.cta{padding-bottom:100px}.cta-box{background:#38443a;border-radius:28px;color:white;padding:65px;display:flex;justify-content:space-between;align-items:end}.cta h2{font-size:clamp(46px,6vw,78px)}.cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.light-link{color:#eef1eb}footer{background:#171817;color:white;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand{color:white}.footer-brand .brand-mark{background:white;color:#171817}.footer-grid p{color:#9ea19c;margin-top:22px}.footer-links{display:flex;flex-direction:column;gap:14px;color:#d5d6d3}.copyright{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14);padding-top:22px;margin-top:55px;color:#858984;font-size:12px}
.reveal{opacity:0;transform:translateY(20px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.nav-links{display:none}.menu-btn{display:block}.nav-wrap>.button{display:none}.hero{padding-top:70px}.hero-gallery{height:410px;grid-template-columns:1fr 1fr}.photo-a,.photo-b,.photo-c,.photo-d{height:100%}.photo-c,.photo-d{display:none}.split-head,.partner-inner,.faq-layout{grid-template-columns:1fr;gap:34px}.service-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.story-section{grid-template-columns:1fr}.story-image{min-height:500px}.partner-stats{margin-top:10px}.cta-box{padding:45px;align-items:flex-start;flex-direction:column;gap:36px}.cta-actions{align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.section-shell{width:min(92vw,560px)}.hero h1{font-size:50px}.hero-copy{font-size:16px}.hero-actions{flex-direction:column}.hero-gallery{height:330px}.services,.process,.faq{padding:90px 0}.service-card{min-height:340px;padding:24px}.metric strong{font-size:72px}.partner-inner{padding:90px 0}.partner-stats div{min-height:150px}.story-image{min-height:380px}.story-copy{padding:65px 6vw}.cta{padding-bottom:70px}.cta-box{padding:34px 25px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.copyright{flex-direction:column;gap:8px}}
