:root{--cream:#fcf5eb;--cream-deep:#f2e6d5;--brown:#2a1d14;--brown-soft:#6a5144;--petrol:#1a4d4e;--petrol-deep:#123d3e;--coral:#e64532;--coral-strong:#c73324;--yellow:#f2c45c;--mint:#73c3a3;--bg:var(--cream);--surface:#fffaf3;--surface-strong:var(--cream-deep);--text:var(--brown);--text-muted:var(--brown-soft);--line:#8a7466;--header-bg:#fcf5eb;--focus:var(--petrol);--shadow-hard:10px 10px 0 var(--brown);--font-display:"Bricolage Grotesque", "Trebuchet MS", sans-serif;--font-body:"Atkinson Hyperlegible", Arial, sans-serif;--radius-sm:.55rem;--radius-md:1.15rem;--radius-lg:2.25rem;--content:76rem;--header-height:4.75rem;--ease-pop:cubic-bezier(.2, .8, .2, 1.15);color:var(--text);background:var(--bg);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility}:root[data-theme=dark]{--bg:var(--brown);--surface:#35251c;--surface-strong:#443025;--text:var(--cream);--text-muted:#d8c8b8;--line:#8a7466;--header-bg:#2a1d14;--focus:var(--yellow);--shadow-hard:10px 10px 0 #0f3334}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem)}body{background:var(--bg);min-width:18rem;min-height:100dvh;color:var(--text);margin:0;transition:background-color .24s,color .24s}body,button,input,select,textarea{font-family:var(--font-body)}button,input,select,textarea{font-size:1rem}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-display);text-wrap:balance}p{text-wrap:pretty}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.skip-link{z-index:100;background:var(--petrol);color:var(--cream);border-radius:var(--radius-sm);padding:.8rem 1rem;transition:transform .16s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;min-height:var(--header-height);border-bottom:2px solid var(--text);background:var(--header-bg);position:sticky;top:0}.header-inner{width:min(100% - 1.5rem, var(--content));min-height:var(--header-height);justify-content:space-between;align-items:center;gap:.75rem;margin-inline:auto;display:flex}.brand-link,.footer-brand{min-height:44px;font-family:var(--font-display);align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.brand-icon{border:2px solid var(--text);background:var(--surface);border-radius:.8rem;flex:none;width:2.75rem;height:2.75rem;display:grid;overflow:hidden}.brand-icon img{object-fit:cover;grid-area:1/1;width:100%;height:100%;transform:scale(1.14)}.brand-word{letter-spacing:-.04em;font-size:1.35rem;font-weight:700}.brand-word strong,.footer-brand strong{color:var(--coral-strong)}.desktop-nav{align-items:center;gap:clamp(.8rem,2vw,1.8rem);display:none}.desktop-nav a{text-underline-offset:.35rem;align-items:center;min-height:44px;font-weight:700;text-decoration-color:#0000;text-decoration-thickness:2px;transition:color .16s,text-decoration-color .16s;display:inline-flex}.desktop-nav a:hover{color:var(--petrol);-webkit-text-decoration-color:var(--coral);text-decoration-color:var(--coral)}:root[data-theme=dark] .desktop-nav a:hover{color:var(--mint)}.header-actions{align-items:center;gap:.45rem;display:flex}.theme-toggle,.menu-toggle{border:2px solid var(--text);background:var(--surface);min-height:44px;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;font-weight:700}.theme-toggle{place-items:center;width:44px;padding:0;display:grid}.theme-toggle>span:last-child{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.theme-orbit{border:2px solid;border-radius:50%;width:1.25rem;height:1.25rem;display:block}.theme-orbit span{background:var(--coral);width:.55rem;height:.55rem;transition:transform .22s var(--ease-pop), background-color .22s ease;border-radius:50%;margin:.18rem;display:block;transform:translate(0)}:root[data-theme=dark] .theme-orbit span{background:var(--yellow);transform:translate(.25rem)}.menu-toggle{align-items:center;gap:.65rem;padding:.55rem .7rem;display:inline-flex}.menu-lines{gap:.28rem;display:grid}.menu-lines i{background:currentColor;width:1.1rem;height:2px;display:block}.mobile-nav{background:var(--header-bg);opacity:0;visibility:hidden;gap:.25rem;max-height:0;padding:0 .75rem;transition:max-height .22s,padding .22s,opacity .16s,transform .16s,visibility .16s;display:grid;position:static;overflow:hidden;transform:translateY(-.8rem)}.mobile-nav[data-open=true]{opacity:1;visibility:visible;max-height:24rem;padding-bottom:1rem;transform:translateY(0)}.mobile-nav a{border-bottom:1px solid var(--line);min-height:48px;font-family:var(--font-display);align-items:center;gap:1rem;padding:.7rem 1rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.mobile-nav a span{color:var(--text-muted);font-family:var(--font-body);font-size:.85rem}.hero,.section-shell,.services,.contact,.site-footer{width:min(100% - 1.5rem, var(--content));margin-inline:auto}.hero{min-height:calc(100dvh - var(--header-height));align-items:center;gap:3.25rem;padding-block:clamp(3.5rem,9vw,8rem);display:grid}.hero-copy,.hero-visual,.project-stage,.services-intro,.about-copy,.contact-heading{min-width:0}.hero-kicker,.section-number{color:var(--petrol);margin-bottom:1rem;font-weight:700}:root[data-theme=dark] .hero-kicker,:root[data-theme=dark] .section-number{color:var(--mint)}.hero h1{letter-spacing:-.07em;max-width:10ch;margin-bottom:1.4rem;font-size:clamp(3.2rem,13vw,7.6rem);line-height:.88}.hero h1 span{color:var(--coral)}.hero-intro{max-width:35rem;color:var(--text-muted);margin-bottom:1.8rem;font-size:clamp(1.1rem,2.4vw,1.38rem);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.button{border:2px solid var(--text);border-radius:var(--radius-sm);cursor:pointer;min-height:48px;transition:transform .16s var(--ease-pop), box-shadow .16s ease, background-color .16s ease;justify-content:center;align-items:center;padding:.8rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{box-shadow:4px 4px 0 var(--text);transform:translate(-2px,-2px)}.button:active{box-shadow:none;transform:translate(0)}.button:disabled{cursor:wait;opacity:.72}.button-primary{border-color:var(--coral-strong);background:var(--coral-strong);color:var(--cream)}.button-secondary{color:var(--text);background:0 0}.brand-rail{border:2px solid var(--text);background:var(--petrol);border-radius:.2rem;width:min(18rem,70%);height:.8rem;margin-top:2.75rem;position:relative}.brand-rail span{background:var(--mint);width:38%;height:.18rem;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.hero-visual{border:2px solid var(--text);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-md) var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-hard);padding:clamp(1rem,3vw,2rem);position:relative}.lockup-frame{aspect-ratio:1.4;border-radius:calc(var(--radius-lg) - .75rem);background:var(--surface);position:relative;overflow:hidden}.lockup-frame img{object-fit:cover;width:100%;height:100%;animation:logo-pop .65s var(--ease-pop) both;transform:scale(1.07)}.visual-note{text-align:right;margin:1rem 0 0;font-weight:700}.kernel-cluster{z-index:-1;width:8.5rem;height:6.5rem;position:absolute;inset:-2.25rem -.75rem auto auto}.kernel-cluster span{border:2px solid var(--text);background:var(--cream);border-radius:48% 52% 44% 56%;width:3rem;height:3rem;position:absolute}.kernel-cluster span:first-child{top:0;left:2.6rem}.kernel-cluster span:nth-child(2){top:1.8rem;left:.7rem;transform:rotate(-20deg)}.kernel-cluster span:nth-child(3){top:1.8rem;right:.7rem;transform:rotate(20deg)}.kernel-cluster span:nth-child(4){top:3.1rem;left:2rem;transform:rotate(10deg)}.kernel-cluster span:nth-child(5){top:3.1rem;right:1.8rem;transform:rotate(-10deg)}.section-shell{padding-block:clamp(4.5rem,10vw,9rem)}.section-heading{gap:1rem;margin-bottom:clamp(2.2rem,5vw,4.5rem);display:grid}.section-heading h2,.services h2,.pricing h2,.about h2,.contact h2{letter-spacing:-.055em;margin-bottom:0;font-size:clamp(2.5rem,7vw,5.7rem);line-height:.96}.section-heading>p:last-child,.services-intro>p:last-child,.about-copy>p,.contact-heading>p:last-child{max-width:42rem;color:var(--text-muted);margin-bottom:0;font-size:1.12rem;line-height:1.6}.project-stage{border:2px solid var(--text);border-radius:var(--radius-md);background:var(--surface-strong);box-shadow:var(--shadow-hard);display:grid}.project-preview{background:var(--petrol);min-height:22rem;color:var(--cream);border-radius:calc(var(--radius-md) - 2px) calc(var(--radius-md) - 2px) 0 0;padding:1rem}.preview-top{border-bottom:1px solid #73c3a3;justify-content:space-between;align-items:center;gap:1rem;min-height:2.5rem;padding:.3rem .75rem;font-size:.92rem;display:flex}.preview-canvas{place-content:center;justify-items:center;gap:1rem;min-height:17rem;display:grid}.preview-canvas .brand-icon{border-color:var(--cream);width:5.5rem;height:5.5rem}.preview-line{background:var(--cream);border-radius:.15rem;height:.75rem;display:block}.preview-line.long{width:min(15rem,65vw)}.preview-line.short{background:var(--mint);width:min(9rem,42vw)}.project-empty{align-self:center;padding:clamp(1.5rem,5vw,4rem)}.status-label{border-bottom:3px solid var(--coral);margin-bottom:1.2rem;padding-bottom:.25rem;font-weight:700;display:inline-block}.project-empty h3{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,3.15rem);line-height:1.05}.project-empty>p:not(.status-label){color:var(--text-muted);line-height:1.6}.text-link{min-height:44px;color:var(--petrol);text-underline-offset:.35rem;align-items:center;font-weight:700;text-decoration-thickness:2px;display:inline-flex}.project-list{gap:clamp(2rem,6vw,5rem);display:grid}.project-featured,.project-secondary{align-items:center;gap:clamp(1.5rem,4vw,3.5rem);display:grid}.project-image{border:2px solid var(--text);border-radius:var(--radius-md);background:var(--surface-strong);min-width:0;box-shadow:var(--shadow-hard);display:block;overflow:hidden}.project-image img{width:100%;transition:transform .26s;display:block}.project-featured .project-image{aspect-ratio:16/10}.project-featured .project-image img{object-fit:cover;object-position:top;height:100%}.project-image:hover img{transform:scale(1.015)}.project-secondary .project-image{background:#f8f3eb}.project-secondary .project-image img{aspect-ratio:auto;object-fit:contain;height:auto}.project-secondary .project-image:hover img{transform:none}.project-copy{min-width:0}.project-kind{color:var(--petrol);margin-bottom:.7rem;font-weight:700}:root[data-theme=dark] .project-kind{color:var(--mint)}.project-copy h3{letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);line-height:.98}.project-copy>p:not(.project-kind){max-width:40rem;color:var(--text-muted);font-size:1.08rem;line-height:1.6}.project-copy dl{border-top:1px solid var(--line);margin:1.5rem 0}.project-copy dl div{border-bottom:1px solid var(--line);gap:.25rem;padding:.8rem 0;display:grid}.project-copy dt{font-weight:700}.project-copy dd{color:var(--text-muted);margin:0}:root[data-theme=dark] .text-link{color:var(--mint)}.services{width:100%;max-width:none;padding:clamp(4.5rem, 10vw, 9rem) max(.75rem, calc((100% - var(--content)) / 2));background:var(--petrol);color:var(--cream);gap:clamp(2rem,7vw,6rem);display:grid}.services .section-number,.services-intro>p:last-child{color:#dceee6}.service-list{margin:0;padding:0;list-style:none}.service-list li{border-top:1px solid #73c3a3;grid-template-columns:3rem minmax(0,1fr);gap:.75rem;padding:1.35rem 0;display:grid}.service-list li:last-child{border-bottom:1px solid #73c3a3}.service-list>li>span{color:var(--yellow);font-weight:700}.service-list h3{margin-bottom:.35rem;font-size:clamp(1.45rem,3vw,2rem)}.service-list p{color:#dceee6;max-width:40rem;margin-bottom:0;line-height:1.55}.pricing{padding-block:clamp(4.5rem,10vw,9rem)}.pricing-grid{gap:1.25rem;display:grid}.price-card{border:2px solid var(--text);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;align-items:flex-start;min-width:0;padding:clamp(1.4rem,4vw,2.4rem);display:flex}.price-card-accent{background:var(--petrol);color:var(--cream)}.price-index{color:var(--coral-strong);margin-bottom:1.1rem;font-weight:700}.price-card-accent .price-index{color:var(--yellow)}.price-card h3{letter-spacing:-.035em;margin-bottom:.6rem;font-size:clamp(1.8rem,4vw,2.8rem)}:root[data-theme=dark] .price-card:not(.price-card-accent,.price-card-wide) .price-index{color:var(--yellow)}.price-card>p:not(.price-index,.timeline),.price-card-wide>div>p:not(.price-index,.timeline){color:var(--text-muted);line-height:1.55}.price-card-accent>p:not(.price-index,.timeline){color:#dceee6}.price-card ul{margin:0 0 1.3rem;padding-left:1.2rem;line-height:1.55}.price-card li+li{margin-top:.4rem}.timeline{border-top:1px solid;margin-top:auto;padding-top:.7rem;font-weight:700}.price-card .button{margin-top:.5rem}.price-card-accent .button-primary{border-color:var(--coral);background:var(--coral)}.price-card-accent .button:hover{box-shadow:4px 4px 0 var(--cream)}.price-card-wide{background:var(--cream-deep);color:var(--brown)}.price-card-wide>div>p:not(.price-index,.timeline){color:var(--brown-soft)}.price-card-wide .text-link{color:var(--petrol)}.about{align-items:center;gap:clamp(2rem,7vw,6rem);display:grid}.about-image{border:2px solid var(--text);border-radius:var(--radius-lg) var(--radius-sm) var(--radius-lg) var(--radius-sm);background:var(--surface-strong);width:min(13rem,58vw);box-shadow:7px 7px 0 var(--petrol);order:2;justify-self:start;padding:.45rem;transform:rotate(-1deg)}.about-image img{aspect-ratio:1;object-fit:cover;object-position:center 35%;border-radius:calc(var(--radius-md) - .25rem) calc(var(--radius-sm) - .1rem) calc(var(--radius-md) - .25rem) calc(var(--radius-sm) - .1rem);width:100%;height:auto}.about-image p{color:var(--text-muted);margin:0;padding:.65rem .45rem .35rem;font-size:.92rem;font-weight:700}.about-copy{order:1}.about-copy>p:not(.section-number){margin-top:1.5rem}.about-copy .about-lede{font-size:clamp(1.15rem,2.2vw,1.35rem);line-height:1.55}.contact{width:100%;max-width:none;padding:clamp(4.5rem, 10vw, 8rem) max(.75rem, calc((100% - var(--content)) / 2));background:var(--coral-strong);color:var(--cream);gap:clamp(2.5rem,7vw,6rem);display:grid}.contact .section-number,.contact-heading>p:last-child{color:var(--cream)}.contact-whatsapp{border:2px solid var(--cream);border-radius:var(--radius-sm);width:min(100%,24rem);min-height:64px;color:var(--cream);transition:transform .16s var(--ease-pop), box-shadow .16s ease;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem 1rem;margin-top:1.6rem;padding:.9rem 1rem;font-weight:700;text-decoration:none;display:flex}.contact-whatsapp:hover{box-shadow:4px 4px 0 var(--cream);transform:translate(-2px,-2px)}.brief-form{border:2px solid var(--brown);border-radius:var(--radius-md);background:var(--cream);min-width:0;color:var(--brown);box-shadow:9px 9px 0 var(--brown);padding:clamp(1rem,4vw,2.25rem)}.brief-form label{gap:.5rem;margin-bottom:1rem;font-weight:700;display:grid}.field-row{gap:0;display:grid}.brief-form input,.brief-form select,.brief-form textarea{width:100%;min-height:48px;color:var(--brown);background:#fffaf3;border:2px solid #6a5144;border-radius:.35rem;padding:.8rem .9rem}.brief-form textarea{resize:vertical;min-height:9rem;line-height:1.5}.brief-form input::placeholder,.brief-form textarea::placeholder{color:#6a5144;opacity:1}.brief-form input:focus-visible,.brief-form select:focus-visible,.brief-form textarea:focus-visible{outline-color:var(--petrol)}.form-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.privacy-note{color:var(--brown-soft);margin:0;font-size:.95rem}.form-status{min-height:1.6rem;margin:1rem 0 0;font-weight:700}.form-whatsapp{min-height:44px;color:var(--petrol);text-underline-offset:.3rem;align-items:center;margin-top:1rem;font-weight:700;display:inline-flex}.form-status.success:before{content:"Concluído: "}.form-status.error:before{content:"Erro: "}.site-footer{align-items:center;gap:1.5rem;padding-block:2.5rem;display:grid}.footer-brand>span:last-child{font-family:var(--font-display);letter-spacing:-.04em;font-size:1.35rem;font-weight:700}.footer-brand small{color:var(--text-muted);font-family:var(--font-body);letter-spacing:0;font-size:.78rem;font-weight:400;display:block}.site-footer p{max-width:30rem;color:var(--text-muted);margin:0}.back-top,.footer-contact{min-height:44px;color:var(--petrol);text-underline-offset:.3rem;justify-self:start;align-items:center;font-weight:700;display:inline-flex}:root[data-theme=dark] .back-top,:root[data-theme=dark] .footer-contact{color:var(--mint)}.only-dark,:root[data-theme=dark] .only-light{display:none!important}:root[data-theme=dark] .only-dark{display:block!important}@keyframes logo-pop{0%{opacity:0;transform:scale(.92)translateY(.6rem)}to{opacity:1;transform:scale(1.07)translateY(0)}}@media (prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(1.5rem)}[data-reveal][data-visible=true]{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=42rem){.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.site-footer{grid-template-columns:auto minmax(0,1fr) auto}.footer-contact{grid-column:2}.back-top{grid-area:1/3/span 2;justify-self:end}}@media (width>=52rem){.section-heading{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr);align-items:end}.section-heading .section-number{grid-column:1/-1}.project-featured{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr)}.project-secondary{grid-template-columns:minmax(18rem,.65fr) minmax(0,1.1fr);width:90%;margin-left:auto}.project-secondary .project-image{grid-area:1/2}.project-secondary .project-copy{grid-area:1/1}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.price-card-wide{grid-column:1/-1;grid-template-columns:minmax(16rem,.75fr) minmax(20rem,1.25fr);gap:3rem;display:grid}.services{grid-template-columns:minmax(18rem,.75fr) minmax(24rem,1.25fr);align-items:start}.services-intro{top:calc(var(--header-height) + 2rem);position:sticky}.service-list li{grid-template-columns:4rem minmax(0,1fr);padding:1.7rem 0}.about{grid-template-columns:minmax(13rem,.45fr) minmax(22rem,1.55fr)}.about-image,.about-copy{order:initial}.contact{grid-template-columns:minmax(18rem,.8fr) minmax(24rem,1.2fr);align-items:start}}@media (width>=64rem){.menu-toggle,.mobile-nav{display:none}.desktop-nav{display:flex}.theme-toggle{grid-template-columns:auto auto;gap:.5rem;width:auto;padding:.55rem .75rem}.theme-toggle>span:last-child{clip:auto;width:auto;height:auto;position:static;overflow:visible}.hero{grid-template-columns:minmax(0,1.05fr) minmax(24rem,.95fr);gap:clamp(3rem,7vw,7rem)}.hero-copy{padding-bottom:2rem}}@media (width<=23rem){.brand-word{display:none}.hero-actions .button{width:100%}}
