:root{--ink:#14202a;--paper:#f2f0eb;--white:#fffdf8;--coral:#ff644b;--sea:#c4e9e4;--body:'DM Sans',sans-serif;--display:'Space Grotesk',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--body);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none;text-underline-offset:5px}button{font:inherit}h1,h2,h3,p{margin-top:0}::selection{background:var(--coral);color:var(--white)}:focus-visible{outline:3px solid var(--coral);outline-offset:4px}.wrap{width:min(1440px,calc(100% - 96px));margin-inline:auto}
.site-header{position:absolute;inset:0 0 auto;z-index:30;color:var(--white);border-bottom:1px solid rgba(255,255,255,.25)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font:700 22px/1 var(--display);letter-spacing:-.065em;white-space:nowrap}.brand span{color:var(--coral)}.nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:600}.nav>a:not(.nav-contact){transition:color .2s}.nav>a:not(.nav-contact):hover{color:var(--coral)}.nav-contact{border:1px solid rgba(255,255,255,.62);border-radius:999px;padding:12px 18px;white-space:nowrap;transition:background .2s,color .2s}.nav-contact:hover{background:var(--white);color:var(--ink)}.nav-contact span{margin-left:12px}.menu-button{display:none;background:transparent;color:inherit;border:0;padding:8px;cursor:pointer}.menu-button svg{display:block;width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}
.hero{min-height:780px;min-height:min(900px,100svh);position:relative;overflow:hidden;background:var(--ink);color:var(--white)}.hero-image{position:absolute;inset:0;background:url('images/studio-hero.webp') 68% center/cover no-repeat;animation:hero-in 1.2s cubic-bezier(.18,.74,.22,1) both}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,18,27,.97) 0%,rgba(9,18,27,.93) 27%,rgba(9,18,27,.7) 48%,rgba(9,18,27,.1) 100%),linear-gradient(0deg,rgba(9,18,27,.5),transparent 38%)}.hero-layout{position:relative;z-index:1;min-height:inherit;display:flex;align-items:center;padding-top:112px;padding-bottom:126px}.hero-copy{max-width:830px}.hero-intro{font-size:13px;font-weight:700;color:#c5d8d5;margin-bottom:30px}.hero h1{font:600 clamp(58px,6.6vw,112px)/.98 var(--display);letter-spacing:-.075em;max-width:12ch;margin-bottom:28px;text-wrap:balance}.hero h1 span{color:var(--coral)}.hero-description{max-width:530px;margin-bottom:0;color:#dee5e1;font-size:18px;line-height:1.68}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:36px}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:14px 22px;border-radius:999px;font:700 14px/1.2 var(--body);transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s,color .25s}.button:hover{transform:translateY(-3px)}.button span{font-size:18px;font-weight:400}.button-coral{background:var(--coral);color:var(--ink)}.button-coral:hover{background:#ff826d}.hero-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.72);padding-bottom:5px}.hero-link span{font-size:20px;font-weight:400}.hero-project{position:absolute;right:0;bottom:90px;width:clamp(225px,25vw,375px);padding:11px;background:var(--white);color:var(--ink);box-shadow:10px 20px 38px rgba(2,8,12,.26);transform:rotate(3deg);transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-project:hover{transform:rotate(0deg) translateY(-7px)}.hero-project-label{display:flex;justify-content:space-between;margin:0 0 9px;font-size:11px;font-weight:700}.hero-project-label span{font-size:16px}.hero-project img{width:100%;aspect-ratio:1.55;object-fit:cover;object-position:top}.hero-project-name{display:block;padding:8px 1px 1px;font:600 13px var(--display)}.hero-bottom{position:absolute;z-index:2;bottom:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-top:1px solid rgba(255,255,255,.3);color:#d0ddd9;font-size:12px}.hero-bottom span span{margin-left:12px;color:var(--coral)}@keyframes hero-in{from{transform:scale(1.07);filter:blur(6px)}to{transform:scale(1);filter:blur(0)}}
.projects{padding:104px 0 112px;background:var(--paper);overflow:hidden}.section-kicker{margin:0 0 17px;font-size:12px;font-weight:700}.projects-intro{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:46px}.projects h2{max-width:740px;margin:0;font:600 clamp(46px,5.6vw,80px)/1.04 var(--display);letter-spacing:-.072em;text-wrap:balance}.projects h2 span{color:#8b9b9a}.projects-note{max-width:330px;margin:0 0 6px;color:#586570;font-size:15px}.controls-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.project-position{font:600 15px var(--display);font-variant-numeric:tabular-nums}.carousel-controls{display:flex;gap:8px}.carousel-controls button{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--ink);background:transparent;color:var(--ink);border-radius:50%;cursor:pointer;transition:background .2s,color .2s}.carousel-controls button:hover{background:var(--ink);color:var(--white)}.carousel-controls svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.project-rail{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;padding:0 max(48px,calc((100vw - 1440px)/2)) 20px;cursor:grab}.project-rail::-webkit-scrollbar{display:none}.project-rail:active{cursor:grabbing}.project-card{flex:0 0 clamp(330px,45vw,680px);scroll-snap-align:center}.project-card a{display:block}.project-media{position:relative;background:#d4d8d3;aspect-ratio:1.54;overflow:hidden;box-shadow:0 15px 32px rgba(20,32,42,.12)}.project-media img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s cubic-bezier(.16,1,.3,1)}.project-card:hover .project-media img{transform:scale(1.035)}.project-media:after{content:"";position:absolute;inset:0;border:1px solid rgba(0,0,0,.08);pointer-events:none}.project-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:16px}.project-caption h3{margin:0;font:600 21px/1.15 var(--display);letter-spacing:-.04em}.project-caption span{font-size:13px;font-weight:700;white-space:nowrap}.project-caption span i{font-style:normal;font-size:18px;font-weight:400;margin-left:8px}.projects-foot{display:flex;align-items:center;gap:24px;color:#64717a;font-size:12px;margin-top:10px}.progress-track{height:3px;background:#d1d8d3;flex:1;position:relative}.progress-track span{position:absolute;inset:0 auto 0 0;width:8.33%;background:var(--coral);transition:width .22s}
.clarity{background:var(--sea);padding:126px 0}.clarity-layout{display:grid;grid-template-columns:1fr .84fr;gap:12vw;align-items:end}.clarity h2{margin:0;max-width:730px;font:600 clamp(44px,5.8vw,82px)/1.06 var(--display);letter-spacing:-.07em;text-wrap:balance}.clarity-lines{border-top:1px solid rgba(20,32,42,.35)}.clarity-lines p{display:flex;align-items:baseline;gap:26px;margin:0;padding:24px 0;border-bottom:1px solid rgba(20,32,42,.35);font:500 clamp(19px,2.3vw,30px)/1.2 var(--display);letter-spacing:-.045em}.clarity-lines p span{font:700 11px var(--body);color:#526b68;letter-spacing:0;flex:none}
.process{background:var(--ink);color:var(--white);padding:116px 0 130px}.process-layout{display:grid;grid-template-columns:.84fr 1.16fr;gap:10vw}.process-header{position:sticky;top:35px;align-self:start}.process-header h2{max-width:560px;margin:0 0 25px;font:600 clamp(45px,5vw,72px)/1.04 var(--display);letter-spacing:-.07em}.process-header>p:last-child{max-width:370px;color:#b4c3c6;font-size:16px}.steps{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.3)}.steps li{display:grid;grid-template-columns:50px 1fr;gap:24px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.3)}.steps li>span{color:var(--coral);font:600 14px var(--display)}.steps h3{margin:0 0 7px;font:500 27px/1.1 var(--display);letter-spacing:-.04em}.steps p{max-width:410px;margin:0;color:#b4c3c6;font-size:14px}
.about{padding:100px 0;background:var(--white)}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}.about h2{margin:0;font:600 clamp(48px,6vw,88px)/1 var(--display);letter-spacing:-.07em}.about-layout>p{max-width:590px;margin:0;color:#45535a;font-size:18px;line-height:1.72}.contact{background:var(--coral);padding:105px 0;color:var(--ink)}.contact-layout{display:flex;align-items:end;justify-content:space-between;gap:40px}.contact h2{max-width:860px;margin:0;font:600 clamp(48px,6.3vw,91px)/1.04 var(--display);letter-spacing:-.075em;text-wrap:balance}.button-dark{background:var(--ink);color:var(--white);white-space:nowrap}.button-dark:hover{background:#263b49}.footer{background:var(--ink);color:#cbd7d5}.footer-inner{display:flex;justify-content:space-between;padding:26px 0;font-size:12px}.footer a{text-decoration:underline}
@media(max-width:1100px){.hero-project{width:260px;right:0;bottom:78px}.hero h1{font-size:clamp(58px,7vw,90px);max-width:11ch}.hero-description{max-width:465px}.project-rail{padding-inline:48px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header-inner{height:70px}.brand{font-size:20px}.menu-button{display:block}.nav{display:none;position:absolute;top:69px;left:0;right:0;background:var(--ink);padding:24px 20px 28px;flex-direction:column;align-items:stretch;gap:18px;border-bottom:1px solid rgba(255,255,255,.25)}.nav.is-open{display:flex}.nav-contact{text-align:center}.hero{min-height:850px}.hero-image{background-position:62% center}.hero-image:after{background:linear-gradient(180deg,rgba(9,18,27,.94) 0%,rgba(9,18,27,.88) 41%,rgba(9,18,27,.33) 100%)}.hero-layout{align-items:start;padding-top:131px;padding-bottom:310px}.hero-intro{font-size:11px;margin-bottom:22px}.hero h1{font-size:clamp(49px,11vw,76px);max-width:12ch;margin-bottom:21px}.hero-description{font-size:16px;max-width:36ch}.hero-actions{align-items:start;flex-direction:column;gap:20px;margin-top:26px}.button{min-height:52px;font-size:13px}.hero-project{width:min(53vw,240px);right:4px;bottom:75px}.hero-project-label{font-size:9px}.hero-project-name{font-size:11px}.hero-bottom{font-size:10px;gap:12px}.hero-bottom>span:first-child{max-width:13ch}.projects{padding:78px 0 85px}.projects-intro{display:block;margin-bottom:32px}.projects h2{font-size:clamp(47px,11vw,68px);max-width:10ch}.projects-note{max-width:370px;margin-top:20px;font-size:14px}.controls-row{margin-bottom:15px}.project-rail{padding-inline:20px;gap:14px}.project-card{flex-basis:min(83vw,480px)}.project-caption h3{font-size:17px}.project-caption span{font-size:11px}.projects-foot{font-size:10px}.clarity{padding:85px 0}.clarity-layout{grid-template-columns:1fr;gap:35px}.clarity h2{font-size:clamp(45px,11vw,66px)}.clarity-lines p{font-size:21px;gap:18px;padding:20px 0}.process{padding:80px 0 90px}.process-layout{grid-template-columns:1fr;gap:30px}.process-header{position:static}.process-header h2{font-size:clamp(45px,10vw,64px);margin-bottom:15px}.process-header>p:last-child{font-size:15px}.steps li{grid-template-columns:36px 1fr;gap:10px;padding:22px 0}.steps h3{font-size:23px}.steps p{font-size:13px}.about{padding:78px 0}.about-layout{grid-template-columns:1fr;gap:24px}.about h2{font-size:58px}.about-layout>p{font-size:16px}.contact{padding:84px 0}.contact-layout{display:block}.contact h2{font-size:clamp(48px,10.5vw,70px)}.contact .button{margin-top:30px}.footer-inner{font-size:11px}}
@media(max-width:420px){.hero{min-height:830px}.hero h1{font-size:48px}.hero-project{width:51vw}.project-card{flex-basis:87vw}.contact .button{white-space:normal}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Retrato e texto compartilham a mesma altura visual. */
.about{padding:96px 0;background:var(--white)}
.about-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:clamp(54px,9vw,140px);align-items:center}
.about-photo{width:100%;max-width:360px;aspect-ratio:4/5;margin:0;overflow:hidden;justify-self:center;background:#d9d9d4}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 28%}
.about-content{max-width:630px}
.about-content .section-kicker{margin-bottom:18px;color:#58666e}
.about-content h2{font-size:clamp(50px,5.7vw,78px);margin:0 0 25px}
.about-content>p:last-child{max-width:550px;margin:0;color:#45535a;font-size:18px;line-height:1.72}
@media(max-width:920px){.about-layout{grid-template-columns:1fr;gap:34px}.about-photo{width:min(72vw,310px);aspect-ratio:1;justify-self:start}.about-content h2{font-size:clamp(48px,8vw,70px)}}
@media(max-width:760px){.about{padding:76px 0}.about-photo{width:min(74vw,300px)}.about-content h2{font-size:clamp(48px,11vw,62px);margin-bottom:18px}.about-content>p:last-child{font-size:16px}}

/* A foto e o texto formam uma apresentação editorial, com a mesma identidade do restante do site. */
.about{padding:clamp(96px,10vw,150px) 0;background:#eaf0ed;overflow:hidden}
.about-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(56px,8vw,130px);align-items:center}
.about-visual{position:relative;isolation:isolate;width:100%;max-width:560px;padding:24px 24px 66px;background:var(--ink);box-shadow:24px 24px 0 var(--coral)}
.about-photo{width:100%;max-width:none;aspect-ratio:1;margin:0;overflow:hidden;background:#273947}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center center}
.about-image-label{position:absolute;left:24px;bottom:21px;color:var(--white);font:600 13px/1.2 var(--display);letter-spacing:-.02em}
.about-content{max-width:650px}
.about-content .section-kicker{margin-bottom:26px;color:#526761}
.about-content h2{margin:0 0 32px;font-size:clamp(54px,6vw,94px);line-height:.99}
.about-content h2 span{color:var(--ink)}
.about-lede{max-width:590px;margin:0 0 20px;font:500 clamp(22px,2.2vw,30px)/1.32 var(--display);letter-spacing:-.035em}
.about-detail{max-width:560px;margin:0 0 30px;color:#465761;font-size:16px;line-height:1.65}
.about-disciplines{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 35px;padding-top:20px;border-top:1px solid rgba(20,32,42,.25)}
.about-disciplines span{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border:1px solid rgba(20,32,42,.45);border-radius:999px;font:600 12px/1.1 var(--body)}
.about-link{display:inline-flex;align-items:center;gap:35px;padding-bottom:8px;border-bottom:1px solid var(--ink);font:700 14px/1.2 var(--body)}
.about-link span{font-size:21px;font-weight:400;transition:transform .2s}
.about-link:hover span{transform:translate(3px,-3px)}

@media(max-width:920px){.about-layout{grid-template-columns:1fr 1fr;gap:48px}.about-content h2{font-size:clamp(48px,6.8vw,70px)}.about-lede{font-size:21px}.about-visual{padding:16px 16px 54px;box-shadow:15px 15px 0 var(--coral)}.about-image-label{left:16px;bottom:17px}}

@media(max-width:760px){
  .hero{display:flex;flex-direction:column;min-height:0}
  .hero-layout{order:1;min-height:0;display:block;padding-top:122px;padding-bottom:44px}
  .hero-image{order:2;position:relative;inset:auto;height:clamp(250px,35svh,340px);flex:none;background-position:69% 37%;animation:none}
  .hero-image:after{background:linear-gradient(180deg,var(--ink) 0%,rgba(20,32,42,0) 18%,rgba(20,32,42,0) 82%,rgba(20,32,42,.5) 100%)}
  .hero-bottom{order:3;position:relative;bottom:auto;left:auto;transform:none;min-height:59px}
  .hero-copy{max-width:100%}
  .hero-intro{margin-bottom:23px}
  .hero h1{max-width:12ch;margin-bottom:23px;font-size:clamp(44px,10vw,64px);line-height:1.02}
  .hero-description{max-width:37ch;font-size:15px;line-height:1.55}
  .hero-actions{margin-top:29px;gap:20px}
  .about{padding:88px 0 96px}
  .about-layout{grid-template-columns:1fr;gap:58px}
  .about-visual{width:min(100% - 16px,460px);max-width:none;padding:16px 16px 55px;box-shadow:16px 16px 0 var(--coral)}
  .about-photo{width:100%;aspect-ratio:1}
  .about-content h2{font-size:clamp(52px,11vw,72px);margin-bottom:27px}
  .about-lede{font-size:clamp(21px,5.2vw,27px)}
  .about-detail{font-size:15px}
}

@media(max-width:420px){.hero h1{font-size:clamp(42px,10.4vw,47px)}.hero-image{height:255px}.hero-bottom>span:last-child{display:none}.about-content h2{font-size:clamp(48px,11.5vw,58px)}}

/* Uma faixa de cor em escala de pôster dá presença ao retrato sem alterar a foto original. */
.about{position:relative;isolation:isolate}
.about::before{content:"";position:absolute;z-index:-1;inset:0 auto 0 0;width:38%;background:var(--coral)}
.about-visual{box-shadow:24px 24px 0 #b7d9d3}
.about-content h2{letter-spacing:-.082em}
.about-content h2 span{display:inline-block;position:relative}
.about-content h2 span::after{content:"";position:absolute;left:0;right:4%;bottom:-13px;height:6px;background:var(--coral)}
.about-disciplines{gap:0}
.about-disciplines span{min-height:0;padding:0 18px 0 0;border:0;border-radius:0;font:600 14px/1.3 var(--display)}
.about-disciplines span+span::before{content:"/";display:inline-block;margin-right:18px;color:var(--coral);font-weight:700}
@media(max-width:920px){.about-visual{box-shadow:15px 15px 0 #b7d9d3}}
@media(max-width:760px){.about::before{inset:0 0 auto;width:100%;height:min(410px,42%)}.about-visual{box-shadow:16px 16px 0 #b7d9d3}.about-disciplines span{font-size:12px;padding-right:10px}.about-disciplines span+span::before{margin-right:10px}}

/* O banner original da Laís tem formato panorâmico: ampliá-lo pelo canto esquerdo mantém a pessoa no centro do cartão em qualquer largura. */
.project-card--portrait .project-media{background:#273b45}
.project-card--portrait .project-media img{position:absolute;top:0;left:0;width:130%;height:130%;max-width:none;object-fit:cover;object-position:left top;transform-origin:top left}

.services{padding:105px 0 116px;background:var(--paper)}
.services-intro{display:grid;grid-template-columns:.45fr 1fr;gap:8vw;align-items:start;margin-bottom:55px}
.services-intro h2{max-width:790px;margin:0;font:600 clamp(44px,5vw,74px)/1.05 var(--display);letter-spacing:-.07em;text-wrap:balance}
.services-list{display:grid;grid-template-columns:1fr 1fr;gap:7vw;border-top:1px solid rgba(20,32,42,.35)}
.services-list article{padding-top:28px}
.services-list h3{margin:0 0 15px;font:600 clamp(30px,3vw,43px)/1.1 var(--display);letter-spacing:-.055em}
.services-list p{max-width:510px;margin:0;color:#45535a;font-size:17px;line-height:1.65}
@media(max-width:760px){.services{padding:78px 0 85px}.services-intro{display:block;margin-bottom:38px}.services-intro h2{font-size:clamp(43px,10vw,60px)}.services-list{grid-template-columns:1fr;gap:0}.services-list article{padding:24px 0;border-bottom:1px solid rgba(20,32,42,.35)}.services-list h3{font-size:31px}.services-list p{font-size:15px}}
@media(min-width:761px){.hero-copy{max-width:1050px}.hero h1{font-size:clamp(42px,4.8vw,78px);max-width:none;white-space:nowrap;text-wrap:initial}}
