.header{position:fixed;top:0;left:0;width:100%;height:72px;background:#fff;display:flex;align-items:center;justify-content:center;z-index:10}.nav-logo{height:48px;opacity:0}.loading-screen{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loading-logo{width:160px;opacity:.95}.bottom-nav{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:28px;background:#ffffffd9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 30px #00000026;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease}.bottom-nav.show{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.bottom-nav button{background:none;border:none;font-family:inherit;font-size:.95rem;font-weight:500;padding:10px 16px;border-radius:20px;cursor:pointer;color:#111;transition:background .25s ease,transform .2s ease}.bottom-nav button:hover{background:#00000014;transform:translateY(-1px)}@media(max-width:768px){.bottom-nav{width:calc(100% - 32px);max-width:420px;bottom:16px;padding:12px 14px;gap:8px;justify-content:space-between}.bottom-nav button{flex:1;font-size:.8rem;padding:10px 0;border-radius:16px}}@media(max-width:420px){.bottom-nav button{font-size:.75rem}}.home-cover-wrapper{padding:32px}.home-cover{position:relative;width:100%;height:70vh;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:2rem}.home-cover:before{content:"";position:absolute;inset:0;background:#00000059}.home-cover-title{position:relative;color:#fff;font-size:clamp(3.6rem,6.5vw,6.2rem);font-weight:300;letter-spacing:.02em;text-align:center;margin:0;padding:0 24px;line-height:1.1}.about-section{min-height:30vh;padding:160px 48px;background:#fff;opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.about-section.about-visible{opacity:1;transform:translateY(0)}.about-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:120px}.about-content{flex:1}.about-heading{font-size:4rem;font-weight:800;margin-bottom:32px;line-height:1.1}.about-text{font-size:1.15rem;line-height:1.9;color:#333;max-width:680px}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:100%;max-width:560px;border-radius:24px;height:auto}@media(max-width:768px){.about-section{padding:100px 24px;transform:translateY(24px)}.about-inner{flex-direction:column;align-items:center;text-align:center;gap:32px}.about-image{display:none}.about-heading{font-size:2.4rem;text-align:center;margin-bottom:20px}.about-text{max-width:100%;font-size:.95rem;line-height:1.65}}.services-section{padding:40px 32px 120px;background:#fff;text-align:center}.services-heading{font-size:3rem;font-weight:700;margin-bottom:16px}.services-subtext{font-size:1rem;max-width:700px;margin:0 auto 64px;line-height:1.6;color:#444}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1100px;margin:0 auto}.service-card{position:relative;height:280px;border-radius:22px;background:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:500;color:#333}.service-card--interactive{background:#000;cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.service-card--interactive:hover{transform:scale(1.05);box-shadow:0 20px 40px #0003}.service-card-image{position:absolute;inset:0;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;transition:transform .45s cubic-bezier(.22,1,.36,1)}.service-card-overlay{position:absolute;inset:0;background:#0009}.service-card-title{position:relative;z-index:1;color:#fff;font-size:1.6rem;font-weight:700;text-align:center;margin:0;padding:0 24px}.service-card-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#fff;color:#333;text-align:center;transform:translateY(100%);transition:transform .45s cubic-bezier(.22,1,.36,1)}.service-card--interactive:hover .service-card-image{transform:translateY(-100%)}.service-card--interactive:hover .service-card-content{transform:translateY(0)}@media(max-width:768px){.services-grid{grid-template-columns:1fr}.service-card{height:240px}.service-card--interactive:hover{transform:none;box-shadow:none}}.services-section{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.services-section.services-visible{opacity:1;transform:translateY(0)}.approach-section{min-height:10vh;padding:100px 48px;display:flex;align-items:center;justify-content:center;background:#fff}.approach-inner{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:100px}.approach-heading{flex:1;font-size:3.8rem;font-weight:800;line-height:1.15;margin:0}.approach-text{flex:1;font-size:1.1rem;line-height:1.8;color:#333;max-width:620px}@media(max-width:768px){.approach-section{min-height:auto;padding:120px 24px}.approach-inner{flex-direction:column;text-align:center;gap:32px}.approach-heading{font-size:2.6rem;text-align:center}.approach-text{font-size:1rem;max-width:100%}}.footer{background:#0e0e0e;color:#cfcfcf;margin-top:120px;border-top-left-radius:32px;border-top-right-radius:32px;overflow:hidden}.footer-highlight{background:#141414;border-radius:24px;margin:0 32px;padding:40px 48px;display:flex;justify-content:space-between;align-items:center;gap:40px}.footer-highlight-item{display:flex;flex-direction:column}.footer-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#888;margin-bottom:8px}.footer-value{font-size:2.2rem;font-weight:700;color:#fff}.footer-content{padding:80px 64px 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:64px}.footer-column h4{font-size:.9rem;font-weight:600;margin-bottom:16px;color:#fff}.footer-column p{font-size:.9rem;margin:6px 0;color:#b5b5b5}.footer-bottom{padding:24px 64px 40px;font-size:.8rem;color:#777}.footer-link{font-size:.9rem;color:#b5b5b5;text-decoration:none;display:inline-block;margin-top:6px;cursor:pointer;transition:color .25s ease}.footer-link:visited,.footer-link:active{color:#b5b5b5;text-decoration:none}.footer-link:hover{color:#fff;text-decoration:none}html,body{margin:0;padding:0;font-family:Inter,Arial,Helvetica,sans-serif!important;background:#fff}html{scroll-behavior:smooth}.fade-in{opacity:0;animation:fadeIn .9s ease-out forwards}@keyframes fadeIn{to{opacity:1}}
