:root{--bg-color:#f8f5f1;--text-color:#1e1e1e;--text-muted:#555;--accent-color:#ffb26b;--secondary-color:#d97757;--accent-rgb:255, 178, 107;--secondary-rgb:217, 119, 87;--bg-rgb:248, 245, 241;--text-rgb:30, 30, 30;--glass-bg:#ffffffb3;--glass-border:#0000000d;--card-bg:#fff;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--transition:all .3s cubic-bezier(.25, .46, .45, .94)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0}.text-gradient{background:linear-gradient(135deg, var(--text-color), var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-accent{background:linear-gradient(135deg, var(--accent-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{transition:var(--transition);border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-color), var(--secondary-color));color:#fff;box-shadow:0 4px 15px #ffb26b4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffb26b80}.btn-secondary{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffffe6;transform:translateY(-2px)}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:var(--transition);border-radius:24px;padding:2rem}.glass-card:hover{border-color:#0000001a;transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:3rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.bg-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#ffb26b26 0%,#f8f5f100 70%);border-radius:50%;width:600px;height:600px;position:absolute}@media (width<=768px){.section{padding:4rem 0}.section-title{font-size:2.5rem}}.navbar{z-index:100;width:100%;transition:var(--transition);border-bottom:1px solid #0000;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);background:#f8f5f1cc;padding:1rem 0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.logo-text{color:var(--text-color)}.logo-dot{color:var(--accent-color)}.nav-links{gap:2.5rem;display:flex}.nav-link{color:var(--text-muted);transition:var(--transition);font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--accent-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--text-color)}.nav-link:hover:after{width:100%}.mobile-menu-btn{color:var(--text-color);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{display:none}@media (width<=768px){.desktop-only{display:none}.mobile-menu-btn{display:block}.mobile-menu{background:var(--bg-color);opacity:0;pointer-events:none;width:100%;transition:var(--transition);border-bottom:1px solid var(--glass-border);flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:fixed;top:70px;left:0;transform:translateY(-100%)}.mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-nav-link{color:var(--text-color);font-size:1.2rem;font-weight:500}.mobile-btn{width:100%;margin-top:1rem}}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-glow{top:10%;left:-10%}.hero-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.hero-badge{color:var(--accent-color);letter-spacing:1px;text-transform:uppercase;background:#ffb26b1a;border:1px solid #ffb26b33;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:4rem}.hero-description{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.2rem}.hero-cta{gap:1rem;display:flex}.hero-visuals{height:500px;position:relative}.hero-visual-container{width:100%;height:100%;position:relative}.floating-element{position:absolute;box-shadow:0 20px 40px #0006}.mockup-header{border-bottom:1px solid var(--glass-border);background:#0003;padding:10px}.dots{gap:6px;display:flex}.dots span{background:#555;border-radius:50%;width:10px;height:10px}.dots span:first-child{background:#ff5f56}.dots span:nth-child(2){background:#ffbd2e}.dots span:nth-child(3){background:#27c93f}.mockup-body{background-position:50%;background-size:cover;border-bottom-right-radius:20px;border-bottom-left-radius:20px;height:calc(100% - 31px)}.mockup-1{z-index:2;width:300px;height:350px;padding:0;top:20px;left:20px;overflow:hidden}.mockup-img-1{background-image:linear-gradient(#0000004d,#0000004d),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=500&q=80)}.mockup-2{z-index:1;width:250px;height:300px;padding:0;bottom:30px;right:0;overflow:hidden}.mockup-img-2{background-image:linear-gradient(#0000004d,#0000004d),url(https://images.unsplash.com/photo-1511285560929-80b456fea0bc?auto=format&fit=crop&w=500&q=80)}.mockup-3{z-index:3;width:auto;padding:1rem 1.5rem;bottom:80px;left:0}.stats-box{align-items:center;gap:1rem;display:flex}.stats-icon{font-size:2rem}.stats-value{font-size:1.5rem;font-weight:700;font-family:var(--font-heading)}.stats-label{color:var(--text-muted);font-size:.8rem}.glow-orb{filter:blur(60px);z-index:0;opacity:.5;border-radius:50%;position:absolute}.orb-1{background:var(--accent-color);width:200px;height:200px;top:10%;right:20%}.orb-2{background:var(--secondary-color);width:250px;height:250px;bottom:0;left:10%}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-description{margin:0 auto 2.5rem}.hero-cta{justify-content:center}.hero-visuals{height:400px;margin-top:2rem}.mockup-1{left:50%;transform:translate(-50%)!important}.mockup-2,.mockup-3{display:none}}@media (width<=768px){.hero-title{font-size:3rem}}.trust-strip{background:#ffb26b0d;border-top:1px solid #ffb26b1a;border-bottom:1px solid #ffb26b1a;width:100%;padding:1.5rem 0;position:relative;overflow:hidden}.marquee-container{width:100%;overflow:hidden}.marquee{white-space:nowrap;width:max-content;animation:20s linear infinite marquee;display:flex}.marquee-item{font-family:var(--font-heading);color:var(--text-muted);align-items:center;margin:0 3rem;font-size:1.2rem;font-weight:500;display:inline-flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.projects-grid{flex-direction:column;gap:4rem;display:flex}.project-card{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;padding:2rem;display:grid;position:relative;overflow:hidden}.project-card:before{content:"";border-radius:inherit;background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), #ffb26b66, transparent 40%);-webkit-mask-composite:xor;pointer-events:none;opacity:0;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.project-card:hover:before{opacity:1}.project-image-container{border-radius:16px;height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.project-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;width:100%;height:100%;transition:var(--transition);background:#f8f5f199;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-image{transform:scale(1.05)}.project-card:hover .project-overlay{opacity:1}.project-type{color:var(--accent-color);letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.project-title{margin-bottom:1rem;font-size:2.5rem}.project-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.project-features{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;list-style:none;display:flex}.project-features li{color:var(--text-muted);background:#0000000d;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1rem;font-size:.85rem}.project-actions{gap:1.5rem;display:flex}.action-link{transition:var(--transition);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.action-link:hover{color:var(--accent-color)}.action-link.outline{color:var(--text-muted)}.action-link.outline:hover{color:#fff}.project-card:nth-child(2n){grid-template-columns:1fr 1.2fr}.project-card:nth-child(2n) .project-image-container{order:2}.project-card:nth-child(2n) .project-info{order:1}@media (width<=992px){.project-card,.project-card:nth-child(2n){grid-template-columns:1fr;gap:2rem}.project-card:nth-child(2n) .project-image-container,.project-card:nth-child(2n) .project-info{order:initial}.project-image-container{height:300px}.project-title{font-size:2rem}}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(250px,auto);gap:1.5rem;display:grid}.bento-card{flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.bento-large{grid-area:span 2/span 2}.bento-wide{grid-column:span 2}.bento-content{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.bento-icon-wrapper{background:#ffb26b1a;border:1px solid #ffb26b33;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.bento-icon{color:var(--accent-color)}.bento-card h3{margin-bottom:.75rem;font-size:1.5rem}.bento-large h3{font-size:2rem}.bento-card p{color:var(--text-muted);flex-grow:1;font-size:.95rem}.bento-large p{max-width:80%;font-size:1.1rem}.bento-visual{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.bento-visual:after{content:"";background:linear-gradient(135deg,#f8f5f1d9 10%,#f8f5f14d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.bento-card:hover .bento-visual{transform:scale(1.05)}.restaurant-visual{background-image:url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=800&q=80)}.wedding-visual{background-image:url(https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=800&q=80)}.portfolio-visual{background-image:url(https://images.unsplash.com/photo-1507238692062-710e95655787?auto=format&fit=crop&w=800&q=80)}.event-visual{background-image:url(https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=800&q=80)}@media (width<=992px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-large{grid-area:span 1/span 2}.restaurant-visual{width:40%;height:80%}.bento-large p{max-width:50%}}@media (width<=768px){.bento-grid{grid-template-columns:1fr}.bento-card,.bento-large,.bento-wide{grid-column:span 1;min-height:250px}.bento-large p{max-width:100%}.restaurant-visual{width:100%;height:30%}.event-visual{display:none}}.why-me-section{position:relative}.features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.feature-card{text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex}.feature-icon{width:70px;height:70px;color:var(--text-color);background:linear-gradient(135deg,#ffb26b33,#d9775733);border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;box-shadow:0 0 20px #ffb26b1a}.feature-title{margin-bottom:1rem;font-size:1.3rem}.feature-desc{color:var(--text-muted);font-size:.95rem}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.about-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:5rem;display:grid}.about-image-col{position:relative}.about-image-wrapper{border-radius:30px;padding:1rem;position:relative}.about-image{aspect-ratio:4/5;background-image:url(/profile.jpg);background-position:30%;background-size:cover;border-radius:20px;width:100%}.about-content .section-title{margin-bottom:2rem}.about-bio{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.philosophy{margin-bottom:2.5rem}.philosophy h3,.skills-container h3{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.3rem}.philosophy p{color:var(--text-muted)}.skills-tags{flex-wrap:wrap;gap:.8rem;display:flex}.skill-tag{border:1px solid var(--glass-border);color:var(--text-color);transition:var(--transition);background:#0000000d;border-radius:50px;padding:.5rem 1.2rem;font-size:.9rem}.skill-tag:hover{color:var(--text-color);background:#ffb26b26;border-color:#ffb26b4d;transform:translateY(-2px)}@media (width<=992px){.about-grid{grid-template-columns:1fr;gap:4rem}.about-image-wrapper{max-width:500px;margin:0 auto}.about-content .section-title{text-align:center}}.process-timeline{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.process-line{background:linear-gradient(to bottom, var(--accent-color), var(--secondary-color));z-index:1;width:2px;position:absolute;top:0;left:35px}.process-step{z-index:2;gap:3rem;margin-bottom:4rem;display:flex;position:relative}.process-step:last-child{margin-bottom:0}.step-number{background:var(--bg-color);border:2px solid var(--accent-color);width:70px;min-width:70px;height:70px;font-family:var(--font-heading);color:var(--text-color);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 0 20px #ffb26b4d}.step-content{flex-grow:1;padding:2rem}.step-content h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem}.step-content p{color:var(--text-muted);font-size:1rem}@media (width<=768px){.process-step{gap:1.5rem}.step-number{width:50px;min-width:50px;height:50px;font-size:1.2rem}.process-line{left:25px}}.contact-section{padding:8rem 0;position:relative;overflow:hidden}.contact-mesh-bg{background-color:var(--bg-color);z-index:0;background-image:radial-gradient(at 20% 80%,#ffb26b26 0,#0000 50%),radial-gradient(at 80% 20%,#d9775726 0,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.contact-container{z-index:1;position:relative}.contact-content{text-align:center;background:#fffc;border:1px solid #0000001a;max-width:800px;margin:0 auto;padding:4rem 2rem;box-shadow:0 30px 60px #00000080}.contact-title{margin-bottom:1.5rem;font-size:3.5rem}.contact-desc{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.2rem}.contact-options{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.contact-btn{border:1px solid var(--glass-border);color:var(--text-color);transition:var(--transition);background:#0000000d;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:500;display:flex}.contact-btn:hover{background:#ffb26b33;border-color:#ffb26b66;transform:translateY(-2px)}.contact-main-btn{padding:1rem 2.5rem;font-size:1.2rem}@media (width<=768px){.contact-title{font-size:2.5rem}}.footer{border-top:1px solid var(--glass-border);background:#f8f5f1;padding:4rem 0 2rem}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.footer-brand .logo{margin-bottom:.5rem}.footer-quote{color:var(--text-muted);font-size:.9rem;font-style:italic}.footer-nav{flex-wrap:wrap;gap:2rem;display:flex}.footer-link{color:var(--text-muted);transition:var(--transition);font-size:.95rem;font-weight:500}.footer-link:hover{color:var(--accent-color)}.footer-social{gap:1rem;display:flex}.social-link{width:40px;height:40px;color:var(--text-muted);transition:var(--transition);background:#0000000d;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--accent-color);color:#fff;transform:translateY(-3px)}.footer-bottom{color:#666;border-top:1px solid #0000000d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{transition:var(--transition)}.footer-legal a:hover{color:var(--text-color)}@media (width<=768px){.footer-top{flex-direction:column;align-items:flex-start}.footer-bottom{text-align:center;flex-direction:column}}.custom-cursor{border:2px solid var(--accent-color);pointer-events:none;z-index:9999;mix-blend-mode:difference;border-radius:50%;width:20px;height:20px;transition:width .3s,height .3s,background-color .3s;position:fixed;transform:translate(-50%,-50%)}.custom-cursor.hover{background-color:#ffb26b33;width:40px;height:40px}@media (width<=768px){.custom-cursor{display:none}}
