:root{--bg-main:#f8faf5;--bg-surface:#edede8;--text-primary:#11140f;--text-secondary:#4a5d53;--brand-dark:#0b3d2e;--brand-mid:#145a3a;--brand-light:#2f7d5b;--border-color:#0b3d2e26;--noise-opacity:.03;--transition-slow:.8s cubic-bezier(.16, 1, .3, 1);--transition-medium:.4s cubic-bezier(.16, 1, .3, 1);--transition-fast:.2s ease-out;--font-sans:"Inter", system-ui, sans-serif;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem}.dark{--bg-main:#0a0f0c;--bg-surface:#1a2520;--text-primary:#f1f5f0;--text-secondary:#a3b8a8;--brand-dark:#0b3d2e;--brand-mid:#145a3a;--brand-light:#2f7d5b;--border-color:#f1f5f01a;--noise-opacity:.04}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-sans);transition:background-color var(--transition-slow), color var(--transition-slow);line-height:1.5;overflow-x:hidden}::selection{background-color:var(--brand-mid);color:#f1f5f0}.text-secondary{color:var(--text-secondary);transition:color var(--transition-slow)}.brand-accent{color:var(--brand-light)}.noise{pointer-events:none;z-index:9999;width:100%;height:100%;opacity:var(--noise-opacity);background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cfilter id=\"noiseFilter\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.65\" numOctaves=\"3\" stitchTiles=\"stitch\"/%3E%3C/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noiseFilter)\"/%3E%3C/svg%3E");position:fixed;top:0;left:0}main{max-width:1440px;margin:0 auto;padding:0 4vw}.navbar{z-index:100;mix-blend-mode:normal;-webkit-backdrop-filter:blur(10px);background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4vw;display:flex;position:fixed;top:0}.logo{letter-spacing:-.02em;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.navbar-logo{object-fit:contain;width:auto;height:80px}.nav-right{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-primary);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--brand-light)}#theme-toggle{color:var(--text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.3rem;display:flex}#theme-toggle:hover{color:var(--brand-light)}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:100px;padding-bottom:40px;display:flex;position:relative;overflow:hidden}.hero-smartphone-mockup{background-color:var(--bg-surface);z-index:1;border:14px solid #11140f;border-radius:40px;width:280px;height:580px;position:absolute;top:calc(50% - 290px);right:8vw;overflow:hidden;box-shadow:0 40px 80px #00000080,inset 0 0 0 2px #ffffff0d}.hero-smartphone-mockup .phone-notch{z-index:10;background-color:#11140f;border-bottom-right-radius:18px;border-bottom-left-radius:18px;width:140px;height:26px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.hero-smartphone-mockup img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.hero-smartphone-mockup{border-width:10px;border-radius:32px;order:2;width:170px;height:340px;margin:1.5rem auto 0;position:relative;top:auto;right:auto;box-shadow:0 20px 40px #00000080}.hero-smartphone-mockup .phone-notch{width:100px;height:22px}.hero-content{z-index:2;order:1;position:relative}.hero{justify-content:flex-start;min-height:auto;padding-top:140px}.hero-title{font-size:clamp(2.5rem,8vw,3.5rem)}}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.2rem,4.2vw,4.5rem);font-weight:700;line-height:1.1}.hero-meta{margin-bottom:5vh}.subtext{font-family:var(--font-sans);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:500}.hero-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;padding-top:2rem;display:flex}.cta-button{cursor:pointer;transition:all var(--transition-medium);border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;display:inline-flex}.cta-button.primary{background-color:var(--brand-dark);color:#f1f5f0}.cta-button.primary:hover{background-color:var(--brand-light);transform:translateY(-2px)}.cta-button.secondary{background-color:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-color)}.cta-button.secondary:hover{background-color:var(--border-color);transform:translateY(-2px)}.cta-button.large{padding:1.25rem 2.5rem;font-size:1.1rem}.local-times{gap:3rem;display:flex}.time-block{flex-direction:column;display:flex}.time-block .city{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.time-block .time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500}.split-layout{padding:var(--space-xl) 0;border-bottom:1px solid var(--border-color);grid-template-columns:1fr 2fr;gap:4vw;display:grid}.section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:1rem;font-weight:500;position:sticky;top:6rem}.manifesto-text{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.5rem);font-weight:600;line-height:1.2}.services-list{flex-direction:column;gap:4rem;list-style:none;display:flex}.service-item{cursor:default;border-bottom:1px solid #0000;padding-bottom:2rem;position:relative}.service-item:after{content:"";background-color:var(--brand-light);width:0%;height:1px;transition:width var(--transition-medium);position:absolute;bottom:0;left:0}.service-item:hover:after{width:100%}.service-title{color:var(--text-primary);transition:color var(--transition-fast);margin-bottom:1rem;font-size:2rem;font-weight:600}.service-item:hover .service-title{color:var(--brand-light)}.service-desc{color:var(--text-secondary);max-width:600px;font-size:1.125rem}.works{padding:var(--space-xl) 0}.works-header{margin-bottom:var(--space-lg);align-items:center;gap:2rem;display:flex}.works-header .line{background-color:var(--border-color);flex-grow:1;height:1px}.works-grid{grid-template-columns:repeat(2,1fr);gap:3rem 4vw;display:grid}.work-card{cursor:pointer;flex-direction:column;gap:1.5rem;display:flex}.work-image{aspect-ratio:4/3;background-color:var(--bg-surface);width:100%;transition:transform var(--transition-medium), box-shadow var(--transition-medium);border-radius:4px;position:relative;overflow:hidden}.placeholder-omni{background:linear-gradient(135deg,#1a2520,#0b3d2e)}.placeholder-fiscal{background:linear-gradient(135deg,#0a0f0c,#182836)}.placeholder-advocacia{background:linear-gradient(135deg,#1a1a1a,#3a3530)}.placeholder-bjv{background:linear-gradient(135deg,#d4d4d0,#8a8d8f)}.placeholder-cars{background:linear-gradient(135deg,#000,#2c2c2c,#b8a15a)}.placeholder-bestrong{background:linear-gradient(135deg,#2a2d34,#14b8a6)}.work-card:hover .work-image{transform:scale(.98);box-shadow:0 20px 40px #0000001a}.work-image:after{content:"";background:var(--brand-dark);opacity:0;mix-blend-mode:overlay;transition:opacity var(--transition-medium);position:absolute;inset:0}.work-card:hover .work-image:after{opacity:.3}.work-info h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.work-tags{color:var(--text-secondary);letter-spacing:.02em;font-size:.9rem}.final-cta{padding:var(--space-xl) 0;text-align:center;border-top:1px solid var(--border-color)}.cta-heading{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(3rem,8vw,8rem);font-weight:700}.cta-subheading{color:var(--text-secondary);margin-bottom:3rem;font-size:1.5rem}.cta-actions{justify-content:center;gap:1.5rem;display:flex}.footer{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:4rem;padding:6rem 4vw 2rem;display:flex}.footer-centered-logo{justify-content:center;width:100%;display:flex}.footer-centered-logo img{object-fit:contain;width:auto;height:160px}.footer-bottom{justify-content:space-between;align-items:center;width:100%;display:flex}.copyright{color:var(--text-secondary);font-size:.9rem}.footer-socials{gap:2rem;display:flex}.social-link{color:var(--text-primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.social-link:hover{color:var(--brand-light)}@media (width<=900px){.split-layout{grid-template-columns:1fr;gap:2rem}.section-label{position:relative;top:0}.works-grid{grid-template-columns:1fr}.hero-footer{flex-direction:column;align-items:flex-start;gap:2rem}.cta-actions{flex-direction:column;align-items:stretch}.cta-button{justify-content:center}.footer{gap:3rem;padding-top:4rem}.footer-centered-logo img{height:90px}.footer-bottom{text-align:center;flex-direction:column-reverse;gap:2rem}}
