*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F8F7F4;--white: #FFFFFF;--text: #0F0F0D;--muted: #4B5563;--accent: #1B4FD8;--accent-light: #EEF2FF;--border: #E5E4E0}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.7;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 6%;display:flex;align-items:center;justify-content:space-between;background:#f8f7f4ed;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:all .35s ease}nav.scrolled{padding:.8rem 6%;box-shadow:0 4px 30px #0000000f}.logo{font-family:Cormorant Garamond,serif;font-size:1.65rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:-.02em}.logo span{color:var(--accent)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:400;color:var(--muted);text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--accent);transition:width .3s ease}.nav-links a:hover{color:var(--text)}.nav-links a:hover:after{width:100%}.nav-cta{font-size:.875rem;font-weight:500;background:var(--text);color:var(--bg);padding:.6rem 1.4rem;border-radius:100px;text-decoration:none;transition:background .2s,transform .15s;border:none;cursor:pointer}.nav-cta:hover{background:var(--accent);transform:translateY(-1px)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text)}.mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#f8f7f4fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-nav.open{display:flex}.mobile-nav a:not(.btn-primary){font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;color:var(--text);text-decoration:none}.mobile-nav a:not(.btn-primary):hover{color:var(--accent)}.mobile-nav a.btn-primary{margin-top:1rem}.mobile-close{position:absolute;top:1.2rem;right:6%;background:none;border:none;cursor:pointer;color:var(--text)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:9rem 6% 4rem;position:relative;overflow:hidden}.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem}.hero-text{flex:1;min-width:0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:var(--accent);background:var(--accent-light);padding:.4rem 1rem;border-radius:100px;margin-bottom:2rem;letter-spacing:.05em;text-transform:uppercase}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5.5vw,5.5rem);font-weight:600;line-height:1.05;letter-spacing:-.03em;max-width:900px;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--accent)}.hero-text>p{font-size:1.05rem;color:var(--muted);max-width:540px;margin:0 auto 2.5rem;font-weight:300;line-height:1.85}.hero-actions{display:flex;gap:1rem;align-items:center;justify-content:center}.btn-primary{font-size:.95rem;font-weight:500;background:var(--text);color:#fff;padding:.85rem 2rem;border-radius:100px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 10px 30px #1b4fd84d}.btn-ghost{font-size:.95rem;font-weight:400;color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:color .2s}.btn-ghost:hover{color:var(--text)}.hero-stats{display:flex;gap:4rem;margin-top:5rem;padding-top:3.5rem;border-top:1px solid var(--border);width:100%;justify-content:center;text-align:center}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:600;line-height:1}.stat-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-top:.3rem}section{padding:6rem 6%}.label{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.sec-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.8vw,3rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;max-width:540px}.sec-sub{font-size:1rem;color:var(--muted);margin-top:1rem;max-width:460px;font-weight:300;line-height:1.85}.ticker-wrap{background:var(--text);padding:.9rem 0;overflow:hidden;white-space:nowrap}.ticker{display:inline-flex;animation:ticker 22s linear infinite}.ticker span{font-size:.8rem;font-weight:400;color:#f8f7f480;text-transform:uppercase;letter-spacing:.12em;padding:0 2rem;display:inline-flex;align-items:center}.ticker span.dot{color:var(--accent);padding:0 .5rem}.ticker span.dot svg{width:12px;height:12px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}#services{background:#fdfdfd;padding:10rem 6% 8rem}.services-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:6rem;gap:1.5rem}.services-header .sec-title{max-width:700px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.svc-card{background:var(--white);padding:4rem 3.5rem;border-radius:2rem;border:1px solid var(--border);position:relative;overflow:hidden;transition:all .5s cubic-bezier(.23,1,.32,1);cursor:pointer;display:flex;flex-direction:column}.svc-card:hover{transform:translateY(-10px);border-color:var(--accent);box-shadow:0 40px 80px #1b4fd80f}.svc-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 100% 0%,var(--accent-light) 0%,transparent 40%);opacity:0;transition:opacity .5s ease}.svc-card:hover:before{opacity:1}.svc-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;position:relative;z-index:1}.svc-icon{width:64px;height:64px;background:var(--accent-light);border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--accent);transition:all .5s ease}.svc-card:hover .svc-icon{background:var(--accent);color:#fff;transform:rotate(10deg) scale(1.1)}.svc-icon svg{width:28px;height:28px}.svc-num{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:600;color:var(--border);line-height:.8;opacity:.4;transition:all .5s ease}.svc-card:hover .svc-num{color:var(--accent);opacity:.15;transform:scale(1.1)}.svc-img-wrap{width:100%;aspect-ratio:16/10;border-radius:1.25rem;overflow:hidden;margin-bottom:2rem;position:relative;z-index:1}.svc-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23,1,.32,1);filter:saturate(.9)}.svc-card:hover .svc-image{transform:scale(1.1);filter:saturate(1.1)}.svc-card h3{font-family:Cormorant Garamond,serif;font-size:1.85rem;font-weight:600;margin-bottom:1rem;line-height:1.2;position:relative;z-index:1}.svc-card p{font-size:1.05rem;color:var(--muted);line-height:1.75;font-weight:300;position:relative;z-index:1}@media(max-width:1024px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.svc-card{padding:3rem 2.5rem}}#process{background:var(--bg)}.process-layout{display:grid;grid-template-columns:1fr;max-width:800px;margin:4rem auto 0;gap:0}.process-steps{display:flex;flex-direction:column}.p-step{display:flex;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--border);transition:all .3s ease;cursor:default}.p-step:first-child{border-top:1px solid var(--border)}.p-step:hover{padding-left:1rem}.p-step:hover .p-num{color:var(--accent)}.p-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--border);min-width:2rem;line-height:1;padding-top:.15rem;transition:color .3s ease}.p-step h4{font-size:1rem;font-weight:500;margin-bottom:.35rem;display:flex;align-items:center;gap:.5rem}.p-step h4 svg{width:16px;height:16px;color:var(--accent)}.p-step p{font-size:.875rem;color:var(--muted);line-height:1.7}#about{background:var(--text);color:var(--bg)}#about .label{color:#7b8fe8}#about .sec-title{color:var(--bg);max-width:560px}.about-top{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:end;margin-bottom:4rem}.about-sub{font-size:1rem;color:#f8f7f48c;font-weight:300;line-height:1.85}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.team-card{border:1px solid rgba(255,255,255,.1);border-radius:1.2rem;padding:2rem;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.team-card:hover{border-color:#ffffff40;background:#ffffff0f;transform:translateY(-5px)}.t-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:1.25rem;transition:transform .3s ease}.team-card:hover .t-avatar{transform:scale(1.1)}.team-card h4{font-size:1rem;font-weight:500;color:var(--bg);margin-bottom:.25rem}.team-card .role{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:#f8f7f466;margin-bottom:.75rem}.team-card p{font-size:.85rem;color:#f8f7f48c;line-height:1.75;margin-bottom:1.5rem}.t-linkedin{display:inline-flex;color:#f8f7f44d;transition:all .3s ease}.t-linkedin:hover{color:#fff;transform:translateY(-2px)}.t-linkedin svg{width:18px;height:18px}#portfolio{background:var(--white)}.port-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.port-content{display:flex;gap:2rem;align-items:flex-start}.port-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;flex:1;width:100%}.port-card{display:block;border-radius:1rem;overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;text-decoration:none}.port-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px #00000014}.port-thumb{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.port-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.34,1.56,.64,1),filter .4s ease;filter:saturate(.9)}.port-card:hover .port-image{transform:scale(1.08);filter:saturate(1.1)}.rest-bg{background:linear-gradient(135deg,#fff5e6,#ffe8cc)}.gym-bg{background:linear-gradient(135deg,#f0f4ff,#dbeafe)}.eco-bg{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.biz-bg{background:linear-gradient(135deg,#fdf4ff,#f3e8ff)}.treat-bg{background:linear-gradient(135deg,#e6fffb,#b5f5ec)}.kitchaa-bg{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.mass-bg{background:linear-gradient(135deg,#fff1f0,#ffe4e1)}.port-info{padding:1.25rem 1.5rem}.port-tag{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.09em;color:var(--accent);margin-bottom:.35rem}.port-info h4{font-size:.95rem;font-weight:500;color:var(--text)}#contact{background:linear-gradient(135deg,#1b4fd8,#1338a0);text-align:center;padding:9rem 6%;position:relative;overflow:hidden}#contact:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(255,255,255,.08) 0%,transparent 70%);animation:rotate-glow 15s linear infinite}@keyframes rotate-glow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#contact .label{color:#ffffffa6;position:relative;justify-content:center}#contact h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;color:#fff;line-height:1.08;letter-spacing:-.02em;max-width:620px;margin:0 auto 1.5rem;position:relative}#contact>p{font-size:1rem;color:#ffffffb3;max-width:400px;margin:0 auto 2.5rem;font-weight:300;line-height:1.85;position:relative}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.btn-white{background:#fff;color:var(--accent);font-size:.95rem;font-weight:500;padding:.85rem 2rem;border-radius:100px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:none;cursor:pointer}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.btn-outline{background:transparent;color:#ffffffe6;font-size:.95rem;font-weight:400;padding:.85rem 2rem;border-radius:100px;text-decoration:none;border:1px solid rgba(255,255,255,.35);transition:all .3s ease}.btn-outline:hover{border-color:#fff;color:#fff;background:#ffffff1a}.footer-v2{background:#0a0a08;padding:6rem 6% 3rem;color:var(--bg);border-top:1px solid rgba(255,255,255,.05)}.footer-top{display:flex;justify-content:space-between;gap:4rem;margin-bottom:5rem}.foot-brand{max-width:360px}.foot-brand .logo{font-size:1.85rem;color:#fff;margin-bottom:1.5rem;display:block}.foot-slogan{font-size:.95rem;color:#f8f7f480;line-height:1.7;margin-bottom:2rem;font-weight:300}.foot-socials{display:flex;gap:1.25rem;margin-top:3rem}.foot-socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f8f7f499;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.foot-socials a:hover,.foot-social-trigger:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-4px)}.foot-socials svg{width:18px;height:18px}.foot-linkedin-wrapper{position:relative}.foot-social-trigger{width:42px;height:42px;background:none;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f8f7f499;transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;padding:0}.foot-social-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.linkedin-dropdown{position:absolute;bottom:140%;left:50%;transform:translate(-50%) translateY(10px);background:#0a0a08;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:.6rem;display:flex;flex-direction:column;gap:.25rem;min-width:180px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 40px #0009;z-index:2000}.linkedin-dropdown:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:7px;border-style:solid;border-color:#0A0A08 transparent transparent transparent}.foot-linkedin-wrapper:hover .linkedin-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.linkedin-dropdown a{font-size:.85rem!important;color:#ffffffb3!important;text-decoration:none;padding:.7rem .9rem;border-radius:10px;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:.75rem;width:100%}.linkedin-dropdown a svg{width:14px;height:14px;color:var(--accent);flex-shrink:0}.linkedin-dropdown a:hover{background:#ffffff14;color:#fff!important;padding-left:1.1rem}.foot-nav{display:flex;gap:8rem}.foot-group h5{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1.75rem;font-weight:600}.foot-links{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.foot-links a{font-size:.9rem;color:#f8f7f473;text-decoration:none;transition:all .25s ease;font-weight:300}.foot-links a:hover{color:#fff;padding-left:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom small{color:#f8f7f44d;font-size:.8rem}.foot-legal{display:flex;gap:2.5rem}.foot-legal a{font-size:.8rem;color:#f8f7f44d;text-decoration:none;transition:color .2s}.foot-legal a:hover{color:#fff}@media(max-width:1024px){.footer-top{flex-direction:column;gap:4rem}.foot-nav{gap:4rem}}@media(max-width:640px){.footer-v2{padding:5rem 6% 3rem;text-align:left}.foot-brand{max-width:100%;margin:0}.foot-socials{justify-content:flex-start}.foot-nav{flex-direction:column;gap:3rem;align-items:flex-start}.foot-links{align-items:flex-start}.foot-links a:hover{padding-left:.5rem;transform:none}.footer-bottom{flex-direction:column;gap:2rem;align-items:flex-start;text-align:left}.foot-legal{justify-content:flex-start;gap:1.5rem}.foot-socials{margin-top:2rem}}.back-to-top{background:transparent;border:1px solid rgba(255,255,255,.1);color:#f8f7f499;padding:.6rem 1.25rem;border-radius:100px;font-size:.85rem;font-weight:400;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.back-to-top:hover{background:#ffffff0d;color:#fff;border-color:#ffffff4d}.back-to-top svg{width:14px;height:14px;transition:transform .3s ease}.back-to-top:hover svg{transform:translateY(-3px)}.foot-btm-left{display:flex;flex-direction:column;gap:.75rem}@media(max-width:1024px){.device-slot{display:none}.parallax-device-fixed{display:none!important}.hero-inner{flex-direction:column;align-items:flex-start;gap:3rem}.port-content{flex-direction:column}.services-header{flex-direction:column;align-items:flex-start;gap:1.5rem}section{padding:5rem 6%}.hero{padding:8rem 6% 4rem;min-height:auto}}@media(max-width:900px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.about-top{grid-template-columns:1fr;gap:2rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.process-layout{grid-template-columns:1fr;gap:3rem}.foot-links{flex-direction:column;gap:1rem;align-items:flex-start}}@media(max-width:640px){section{padding:4rem 5%}.hero{padding:7rem 5% 4rem}.hero h1{font-size:clamp(2.4rem,8vw,3rem);line-height:1.1}.hero-actions{flex-direction:column;width:100%;align-items:center;gap:1.25rem}.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%;max-width:320px;justify-content:center}.hero-stats{flex-direction:column;gap:2.5rem;margin-top:3rem;padding-top:3rem;align-items:center}.stat-num{font-size:3rem}.sec-title{font-size:clamp(1.8rem,6vw,2.5rem)}.team-grid{grid-template-columns:1fr;gap:2rem}.port-grid,.services-grid{grid-template-columns:1fr}.port-header{flex-direction:column;align-items:flex-start;gap:1.5rem}#contact{padding:5rem 5%}#contact h2{font-size:clamp(2rem,7vw,2.5rem)}.cta-actions{flex-direction:column;width:100%;gap:1rem}.cta-actions>*{width:100%;text-align:center;justify-content:center}}#pricing{background:var(--white)}.pricing-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:5rem;gap:1.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:var(--white);border:1px solid var(--border);border-radius:1.5rem;padding:3rem 2.5rem;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000000f;border-color:#1b4fd833}.pricing-card.recommended{border:2px solid var(--accent);background:linear-gradient(180deg,var(--white) 0%,var(--accent-light) 100%);transform:scale(1.05);box-shadow:0 40px 80px #1b4fd814;z-index:10}.pricing-card.recommended:hover{transform:scale(1.05) translateY(-8px)}.p-badge{position:absolute;top:1.25rem;right:1.25rem;background:var(--accent);color:#fff;font-size:.65rem;font-weight:600;padding:.4rem .8rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.p-icon{width:52px;height:52px;background:var(--bg);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.75rem}.pricing-card.recommended .p-icon{background:var(--accent);color:#fff}.pricing-card h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;margin-bottom:.5rem}.p-tagline{font-size:.85rem;color:var(--muted);margin-bottom:2rem}.p-price{margin-bottom:2.5rem;display:flex;align-items:baseline;gap:.4rem}.p-amount{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;color:var(--text)}.p-per{font-size:.875rem;color:var(--muted)}.p-features{list-style:none;margin-bottom:3rem;flex:1}.p-features li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text);margin-bottom:1.2rem;font-weight:300}.check-icon{color:var(--accent);flex-shrink:0}.p-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.1rem;border-radius:100px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s ease}.p-btn-outline{border:1px solid var(--border);color:var(--text)}.p-btn-outline:hover{background:var(--bg);border-color:var(--text)}.p-btn-primary{background:var(--text);color:#fff}.p-btn-primary:hover{background:var(--accent);box-shadow:0 10px 25px #1b4fd84d}@media(max-width:1024px){.pricing-grid{grid-template-columns:1fr;max-width:480px;gap:3rem}.pricing-card.recommended{transform:scale(1)}.pricing-card.recommended:hover{transform:translateY(-8px)}}
