:root{
  --paper:#f6f4ef;
  --white:#ffffff;
  --ink:#0b0b0c;
  --muted:#69696e;
  --soft:#ebe8e1;
  --soft-orange:#f4e7dc;
  --line:#ddd9d0;
  --line-dark:#c8c2b7;
  --orange:#f36a16;
  --orange-dark:#cb4f08;
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:18px;
  --shadow:0 24px 64px rgba(0,0,0,.09);
  --container:min(1180px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
figure{margin:0}
.container{width:var(--container);margin-inline:auto}
.display{font-family:Oswald,"Arial Narrow",sans-serif;text-transform:uppercase}
.brand-word{font-family:Oswald,"Arial Narrow",sans-serif;text-transform:none}
.brand-word b{color:var(--orange)}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:#57575b;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
}
.eyebrow::before{content:"";width:28px;height:2px;border-radius:3px;background:var(--orange)}
.section{padding:104px 0}
.section-head{display:grid;grid-template-columns:.86fr 1.14fr;gap:60px;align-items:end;margin-bottom:42px}
.section-head h2{margin:15px 0 0;font-size:clamp(44px,6vw,78px);line-height:.98;font-weight:600;letter-spacing:-.035em}
.section-head p{margin:0;max-width:610px;color:var(--muted);font-size:17px;line-height:1.75;justify-self:end}
.button{
  min-height:56px;padding:0 23px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid var(--ink);font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,color .2s;
}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--ink);color:var(--white);box-shadow:0 14px 30px rgba(0,0,0,.13)}
.button-light{background:var(--white);color:var(--ink);border-color:var(--line-dark)}
.button-white{background:var(--white);color:var(--ink);border-color:var(--white)}
.button-accent{background:var(--orange);color:#fff;border-color:var(--orange);box-shadow:0 14px 30px rgba(243,106,22,.22)}
.button-accent:hover{background:var(--orange-dark);border-color:var(--orange-dark)}
.arrow{font-size:18px;line-height:1}

/* HEADER */
.site-header{
  position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.06);
  background:rgba(246,244,239,.9);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);
}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand img{width:50px;height:50px;object-fit:contain}
.brand-word{font-size:28px;line-height:1;font-weight:600;letter-spacing:-.025em}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}
.nav-links>a:not(.button){opacity:.72;transition:opacity .2s}
.nav-links>a:not(.button):hover{opacity:1}
.nav .button{min-height:50px;padding-inline:18px;border-radius:13px}
.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:13px;background:var(--white);cursor:pointer}
.menu-toggle span,.menu-toggle::before,.menu-toggle::after{content:"";display:block;width:20px;height:2px;margin:4px auto;background:var(--ink);transition:.2s}
.mobile-menu{display:none}

/* HERO */
.hero{padding:36px 0 28px}
.hero-grid{min-height:680px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:26px}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 14px 46px 4px}
.hero h1{margin:23px 0;font-size:clamp(60px,7.3vw,98px);line-height:.93;font-weight:600;letter-spacing:-.045em;max-width:650px}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-copy>p{margin:0;max-width:530px;color:var(--muted);font-size:18px;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-notes{display:flex;gap:18px 28px;flex-wrap:wrap;margin-top:34px;color:#55565a;font-size:12px;font-weight:700}
.hero-notes span{display:flex;align-items:center;gap:8px}
.hero-notes span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}
.hero-visual{
  position:relative;overflow:hidden;border-radius:var(--radius-xl);min-height:620px;background:#171719;
  box-shadow:var(--shadow);
}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.018);transition:opacity .8s ease,transform 5.8s ease;pointer-events:none}
.hero-slide.is-active{opacity:1;transform:scale(1);z-index:1}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-visual::after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.08),transparent 45%),linear-gradient(180deg,transparent 54%,rgba(0,0,0,.72) 100%)}
.hero-tag{position:absolute;z-index:4;top:24px;right:24px;padding:12px 15px;border-radius:14px;background:rgba(255,255,255,.9);font-size:12px;font-weight:800;backdrop-filter:blur(10px)}
.hero-visual-copy{position:absolute;z-index:4;left:28px;right:28px;bottom:27px;display:flex;align-items:end;justify-content:space-between;gap:24px;color:#fff}
.hero-visual-copy strong{display:block;font-size:35px;line-height:1.02;font-weight:500}
.hero-visual-copy span{display:block;margin-top:8px;color:rgba(255,255,255,.76);font-size:13px;max-width:300px}
.hero-index{font-size:12px;font-weight:800;letter-spacing:.12em}


.hero-slider-controls{position:absolute;z-index:5;right:24px;top:82px;display:flex;gap:8px}
.hero-slider-arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.28);backdrop-filter:blur(10px);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:17px;transition:.2s}
.hero-slider-arrow:hover{background:rgba(0,0,0,.58);border-color:rgba(255,255,255,.55);transform:translateY(-1px)}

.hero-index b{font-weight:800}

/* PROMESSA */
.promise{padding:20px 0 44px}
.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.promise-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:27px;display:grid;grid-template-columns:auto 1fr;gap:17px;box-shadow:0 10px 30px rgba(0,0,0,.025)}
.round-icon{width:50px;height:50px;border:1px solid #e2bda5;border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--orange)}
.promise-card h3{margin:2px 0 7px;font-size:17px}
.promise-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}

/* SOBRE */
.about{background:var(--white)}
.about-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:18px;background:var(--soft);padding:24px;border-radius:var(--radius-xl)}
.about-copy{padding:50px 42px;display:flex;flex-direction:column;justify-content:center}
.about-copy h2{margin:20px 0 21px;font-size:clamp(42px,5.4vw,69px);line-height:1.02;font-weight:600;letter-spacing:-.035em}
.about-copy p{margin:0;color:var(--muted);font-size:16px;line-height:1.78;max-width:590px}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:30px}
.about-points span{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700}
.about-points span::before{content:"✓";width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:11px}
.about-media{position:relative;min-height:590px;border-radius:25px;overflow:hidden;background:#ddd}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.58))}
.about-caption{position:absolute;z-index:2;left:25px;right:25px;bottom:23px;color:#fff;display:flex;align-items:end;justify-content:space-between;gap:20px}
.about-caption strong{font-size:16px}.about-caption span{font-size:12px;color:rgba(255,255,255,.75)}

/* SERVIÇOS */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{position:relative;min-height:285px;padding:29px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);overflow:hidden;transition:transform .25s,border-color .25s}
.service-card:hover{transform:translateY(-4px);border-color:var(--line-dark)}
.service-card:nth-child(2),.service-card:nth-child(5){background:var(--ink);color:#fff;border-color:var(--ink)}
.service-number{font-size:11px;font-weight:800;letter-spacing:.14em;color:#85868a}
.service-card:nth-child(2) .service-number,.service-card:nth-child(5) .service-number{color:#d7834d}
.service-card h3{margin:73px 0 12px;font-size:22px;line-height:1.2}
.service-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.service-card:nth-child(2) p,.service-card:nth-child(5) p{color:#b8b9bd}
.service-card::after{content:"";position:absolute;right:-32px;top:-32px;width:128px;height:128px;border-radius:50%;border:1px solid rgba(243,106,22,.14)}
.service-card:nth-child(2)::after,.service-card:nth-child(5)::after{border-color:rgba(243,106,22,.34)}

/* PARA QUEM É */
.audience{background:var(--ink);color:#fff}
.audience .section-head p{color:#b8b9bd}
.audience .eyebrow{color:#b8b9bd}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.audience-card{position:relative;min-height:450px;border-radius:var(--radius-lg);overflow:hidden;background:#222}
.audience-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.audience-card:hover img{transform:scale(1.035)}
.audience-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.88) 100%)}
.audience-content{position:absolute;z-index:2;left:25px;right:25px;bottom:24px}
.audience-content small{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#f0a371}
.audience-content h3{margin:9px 0;font-size:34px;font-weight:500}
.audience-content p{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55;max-width:300px}

/* PROCESSO */
.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}
.process-intro{min-height:580px;padding:38px;border-radius:var(--radius-xl);background:var(--soft);display:flex;flex-direction:column;justify-content:space-between}
.process-intro .big-number{font-size:170px;line-height:.8;font-weight:600;color:#d1cbc0}
.process-intro h2{margin:18px 0 15px;font-size:42px;line-height:1.05}
.process-intro p{margin:0;color:var(--muted);line-height:1.7;font-size:15px}
.steps{display:grid;gap:12px}
.step{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:19px;padding:27px;border-radius:22px;background:var(--white);border:1px solid var(--line)}
.step-number{width:48px;height:48px;border-radius:15px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:800}
.step h3{margin:0 0 7px;font-size:19px}.step p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.step .arrow{color:#888}

/* DIFERENCIAIS */
.difference{background:var(--white)}
.difference-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}
.difference-media{min-height:630px;border-radius:var(--radius-xl);overflow:hidden;position:relative;background:#ddd}
.difference-media img{width:100%;height:100%;object-fit:cover}
.difference-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.62))}
.difference-media-text{position:absolute;z-index:2;left:30px;right:30px;bottom:27px;color:#fff}
.difference-media-text strong{font-size:39px;line-height:1.06;font-weight:500}
.difference-copy{padding:50px;border-radius:var(--radius-xl);background:var(--paper)}
.difference-copy h2{margin:20px 0 28px;font-size:clamp(42px,5vw,64px);line-height:1;font-weight:600}
.difference-list{display:grid;gap:0}
.difference-item{display:grid;grid-template-columns:auto 1fr;gap:17px;padding:19px 0;border-top:1px solid var(--line)}
.difference-item:last-child{border-bottom:1px solid var(--line)}
.difference-item b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:11px}
.difference-item h3{margin:0 0 5px;font-size:16px}.difference-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}

/* PORTFÓLIO */
.portfolio{background:var(--paper)}
.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:300px 300px;gap:14px}
.gallery-item{border-radius:24px;overflow:hidden;position:relative;background:#ddd}
.gallery-main{grid-row:1/3}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-item::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.78))}
.gallery-item figcaption{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff;display:grid;gap:3px}
.gallery-item figcaption b{font-size:14px}.gallery-item figcaption span{font-size:11px;color:rgba(255,255,255,.74)}
.portfolio-more{
  margin-top:18px;padding:18px;border-radius:var(--radius-xl);background:var(--white);border:1px solid var(--line);
  display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;align-items:stretch;
}
.portfolio-more figure{min-height:390px;border-radius:25px;overflow:hidden}
.portfolio-more figure img{width:100%;height:100%;object-fit:cover}
.portfolio-more>div{padding:38px 38px 38px 28px;display:flex;flex-direction:column;justify-content:center}
.portfolio-more h3{margin:18px 0 15px;font-size:clamp(35px,4.5vw,58px);line-height:1.02;font-weight:600}
.portfolio-more p{margin:0 0 24px;color:var(--muted);font-size:15px;line-height:1.72;max-width:600px}
.portfolio-more .button{align-self:flex-start}

/* DEPOIMENTOS */
.testimonials{background:var(--soft)}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.testimonial-card{
  margin:0;min-height:275px;padding:28px;border:1px solid var(--line-dark);border-radius:var(--radius-lg);
  background:var(--white);display:flex;flex-direction:column;
}
.testimonial-card.dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.quote-mark{font-family:Georgia,serif;font-size:54px;line-height:.7;color:var(--orange)}
.testimonial-card p{margin:32px 0 28px;font-size:17px;line-height:1.6;flex:1}
.testimonial-card footer{display:flex;justify-content:space-between;gap:15px;align-items:end;border-top:1px solid var(--line);padding-top:16px;font-size:12px}
.testimonial-card.dark footer{border-color:#2b2b2e}
.testimonial-card footer span{color:#85868a}

/* FAQ */
.faq{background:var(--paper)}
.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}
.faq-copy{position:sticky;top:120px}
.faq-copy h2{margin:20px 0 17px;font-size:clamp(46px,6vw,72px);line-height:.98;font-weight:600}
.faq-copy p{margin:0;color:var(--muted);line-height:1.7;font-size:15px}
.faq-list{border-top:1px solid var(--line-dark)}
details{border-bottom:1px solid var(--line-dark)}
summary{list-style:none;cursor:pointer;padding:24px 0;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;font-size:17px;font-weight:750}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--white);font-size:19px;transition:transform .2s}
details[open] summary::after{transform:rotate(45deg);background:var(--orange);color:#fff}
details p{margin:-6px 48px 24px 0;color:var(--muted);line-height:1.7;font-size:14px}

/* CONTATO */
.contact{padding:104px 0 54px;background:var(--ink);color:#fff}
.contact-box{display:grid;grid-template-columns:1.12fr .88fr;gap:18px}
.contact-main{padding:56px;border-radius:var(--radius-xl);background:#141416;border:1px solid #252528;position:relative;overflow:hidden}
.contact-main::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(243,106,22,.22);border-radius:50%;right:-130px;bottom:-160px}
.contact-main .eyebrow{color:#aaa}
.contact-main h2{margin:21px 0 19px;font-size:clamp(48px,6.5vw,82px);line-height:.97;font-weight:600}
.contact-main p{margin:0 0 30px;color:#b8b9bd;max-width:600px;line-height:1.7;font-size:16px;position:relative;z-index:1}
.contact-main .button{position:relative;z-index:1}
.contact-side{display:grid;gap:14px}
.contact-card{padding:28px;border-radius:25px;background:#f4f2ed;color:var(--ink);display:flex;flex-direction:column;justify-content:space-between;min-height:190px}
.contact-card.dark{background:#242426;color:#fff}
.contact-card small{font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#85868a}
.contact-card strong{font-size:18px;line-height:1.4}.contact-card span{display:block;margin-top:8px;color:#77787c;font-size:13px;line-height:1.5}
.contact-card.dark span{color:#aaa}
.contact-card a{margin-top:20px;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:4px}

/* FOOTER */
.site-footer{background:var(--ink);color:#929397;padding:29px 0 100px;border-top:1px solid #252528}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}
.footer-brand img{width:44px;height:44px;object-fit:contain}
.footer-brand .brand-word{font-size:26px}
.footer-links{display:flex;align-items:center;gap:22px;font-size:12px}.footer-links a:hover{color:#fff}
.copyright{grid-column:1/-1;padding-top:20px;border-top:1px solid #252528;font-size:11px;display:flex;justify-content:space-between;gap:20px}
.mobile-cta{display:none}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* TABLET */
@media(max-width:1000px){
  .nav-links{gap:18px}.nav-links>a:not(.button){display:none}.menu-toggle{display:block}.nav .button{margin-left:auto}
  .mobile-menu{
    display:grid;position:fixed;inset:84px 0 auto;z-index:99;background:var(--paper);border-bottom:1px solid var(--line);
    padding:22px 20px 28px;gap:7px;transform:translateY(-130%);opacity:0;pointer-events:none;transition:.25s;
  }
  .mobile-menu.open{transform:none;opacity:1;pointer-events:auto}
  .mobile-menu a{padding:14px;border-bottom:1px solid var(--line);font-weight:700}
  .hero-grid,.about-grid,.difference-grid,.contact-box,.portfolio-more{grid-template-columns:1fr}
  .hero-copy{padding-top:25px}.hero-visual{min-height:540px}
  .section-head,.faq-grid{grid-template-columns:1fr;gap:22px}.section-head p{justify-self:start}.faq-copy{position:static}
  .services-grid{grid-template-columns:1fr 1fr}.about-media,.difference-media{min-height:480px}
  .process-grid{grid-template-columns:1fr}.process-intro{min-height:390px}.process-intro .big-number{font-size:120px}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 250px 250px}.gallery-main{grid-column:1/3;grid-row:auto}
  .portfolio-more figure{min-height:430px}
  .testimonial-grid{grid-template-columns:1fr 1fr}
}

/* MOBILE */
@media(max-width:680px){
  :root{--container:min(100% - 24px,1180px);--radius-xl:26px;--radius-lg:22px}
  html{scroll-padding-top:78px}
  .section{padding:76px 0}
  .nav{height:72px}
  .site-header .button{display:none}
  .mobile-menu{inset:72px 0 auto}
  .brand-word{font-size:25px}.brand img{width:44px;height:44px}
  .hero{padding-top:15px}
  .hero-grid{min-height:auto;gap:10px}
  .hero-copy{padding:28px 0 18px}
  .hero h1{font-size:clamp(52px,15.4vw,74px);margin-top:18px}
  .hero-copy>p{font-size:16px}
  .hero-actions{display:grid}.hero-actions .button{width:100%}
  .hero-notes{display:grid;gap:10px}
  .hero-visual{min-height:460px;border-radius:24px}
  .hero-slide img{object-position:center}
  .hero-tag{top:16px;right:16px}
  .hero-visual-copy{left:20px;right:20px;bottom:20px}
  .hero-visual-copy strong{font-size:29px}
  .hero-visual-copy span{max-width:230px}
  .promise{padding-top:12px}
  .promise-grid,.services-grid,.audience-grid,.testimonial-grid{grid-template-columns:1fr}
  .promise-card{padding:22px}
  .section-head h2{font-size:48px}.section-head p{font-size:15px}
  .about-grid{padding:12px}.about-copy{padding:29px 19px}.about-copy h2{font-size:45px}.about-points{grid-template-columns:1fr}.about-media{min-height:420px}
  .service-card{min-height:235px;padding:24px}.service-card h3{margin-top:54px}
  .audience-card{min-height:390px}
  .process-intro{min-height:360px;padding:27px}.process-intro h2{font-size:35px}
  .step{grid-template-columns:auto 1fr;padding:20px}.step>.arrow{display:none}
  .difference-media{min-height:450px}.difference-copy{padding:29px 22px}.difference-copy h2{font-size:45px}
  .gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:350px 260px 260px 260px 260px}
  .gallery-main{grid-column:auto}
  .portfolio-more{padding:12px}
  .portfolio-more figure{min-height:350px}
  .portfolio-more>div{padding:26px 16px 20px}
  .portfolio-more h3{font-size:42px}
  .testimonial-card{min-height:230px}
  .faq-grid{gap:35px}.faq-copy h2{font-size:50px}summary{font-size:15px}
  .contact-main{padding:34px 24px}.contact-main h2{font-size:53px}
  .footer-grid{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.copyright{display:grid}
  .mobile-cta{display:block;position:fixed;left:11px;right:11px;bottom:11px;z-index:120}
  .mobile-cta a{
    height:58px;border-radius:16px;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;
    font-weight:800;box-shadow:0 18px 42px rgba(0,0,0,.28);border:1px solid var(--orange-dark);
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .audience-card img,.gallery-item img,.button{transition:none}
}

@media(max-width:680px){.hero-slider-controls{top:76px;right:16px}.hero-slider-arrow{width:38px;height:38px}}



/* =========================================================
   MOBILE REFINADO — SOMENTE CELULAR
   O desktop acima permanece inalterado.
   ========================================================= */
@media (max-width:680px){

  :root{
    --container:min(100% - 28px,1180px);
    --radius-xl:24px;
    --radius-lg:20px;
    --radius-md:15px;
  }

  html{
    scroll-padding-top:72px;
  }

  body{
    padding-bottom:82px;
  }

  /* HEADER */
  .site-header{
    background:rgba(246,244,239,.94);
    backdrop-filter:blur(18px) saturate(150%);
  }

  .nav{
    height:66px;
  }

  .brand{
    gap:8px;
  }

  .brand img{
    width:40px;
    height:40px;
  }

  .brand-word{
    font-size:23px;
  }

  .menu-toggle{
    display:block;
    width:42px;
    height:42px;
    border-radius:12px;
  }

  .site-header .nav-links{
    display:none;
  }

  .mobile-menu{
    display:grid;
    inset:66px 0 auto;
    padding:12px 14px 20px;
    gap:0;
    max-height:calc(100svh - 66px);
    overflow:auto;
  }

  .mobile-menu a{
    padding:15px 8px;
    font-size:15px;
  }

  /* BASE DAS SEÇÕES */
  .section{
    padding:66px 0;
  }

  .section-head{
    display:block;
    margin-bottom:27px;
  }

  .section-head h2{
    margin-top:11px;
    font-size:clamp(38px,11.2vw,48px);
    line-height:.98;
    letter-spacing:-.03em;
  }

  .section-head p{
    margin-top:15px;
    font-size:14px;
    line-height:1.65;
    max-width:none;
  }

  .eyebrow{
    font-size:9.5px;
    letter-spacing:.15em;
    gap:8px;
  }

  .eyebrow::before{
    width:20px;
  }

  /* HERO
     Mais compacto para entregar proposta + CTA + produto
     sem exigir uma maratona de scroll.
  */
  .hero{
    padding:12px 0 24px;
  }

  .hero-grid{
    display:block;
    min-height:0;
  }

  .hero-copy{
    padding:28px 0 24px;
  }

  .hero h1{
    margin:15px 0 16px;
    max-width:100%;
    font-size:clamp(45px,13.1vw,57px);
    line-height:.93;
    letter-spacing:-.035em;
  }

  .hero-copy>p{
    font-size:14.5px;
    line-height:1.62;
    max-width:350px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin-top:22px;
  }

  .hero-actions .button{
    width:100%;
    min-height:52px;
    border-radius:14px;
    font-size:14px;
  }

  .hero-actions .button-light{
    min-height:48px;
    background:transparent;
  }

  .hero-notes{
    display:flex;
    gap:7px;
    overflow-x:auto;
    flex-wrap:nowrap;
    margin:18px -14px 0;
    padding:0 14px 3px;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }

  .hero-notes::-webkit-scrollbar{
    display:none;
  }

  .hero-notes span{
    flex:0 0 auto;
    padding:8px 10px;
    border:1px solid var(--line);
    border-radius:999px;
    background:rgba(255,255,255,.55);
    font-size:10px;
    scroll-snap-align:start;
  }

  .hero-notes span::before{
    width:5px;
    height:5px;
  }

  .hero-visual{
    min-height:0;
    height:470px;
    border-radius:22px;
    box-shadow:0 18px 44px rgba(0,0,0,.12);
  }

  .hero-slide img{
    object-position:center;
  }

  .hero-tag{
    top:14px;
    right:14px;
    padding:9px 11px;
    border-radius:11px;
    font-size:9.5px;
  }

  .hero-slider-controls{
    right:14px;
    top:59px;
    gap:6px;
  }

  .hero-slider-arrow{
    width:36px;
    height:36px;
    font-size:14px;
    background:rgba(0,0,0,.34);
  }

  .hero-visual-copy{
    left:19px;
    right:19px;
    bottom:18px;
    gap:14px;
  }

  .hero-visual-copy strong{
    font-size:27px;
    line-height:.98;
  }

  .hero-visual-copy span{
    margin-top:7px;
    max-width:225px;
    font-size:11px;
    line-height:1.35;
  }

  .hero-index{
    flex:0 0 auto;
    font-size:10px;
  }

  /* TRÊS PILARES
     Cards deslizam horizontalmente em vez de ocupar quase
     uma tela inteira cada.
  */
  .promise{
    padding:16px 0 42px;
    overflow:hidden;
  }

  .promise-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:86%;
    grid-template-columns:none;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    padding-bottom:5px;
    scrollbar-width:none;
  }

  .promise-grid::-webkit-scrollbar{
    display:none;
  }

  .promise-card{
    scroll-snap-align:start;
    min-height:154px;
    padding:20px;
    grid-template-columns:auto 1fr;
    border-radius:20px;
  }

  .round-icon{
    width:42px;
    height:42px;
    font-size:11px;
  }

  .promise-card h3{
    font-size:15px;
  }

  .promise-card p{
    font-size:12px;
    line-height:1.5;
  }

  /* SOBRE */
  .about{
    padding-top:58px;
  }

  .about-grid{
    padding:10px;
    border-radius:23px;
  }

  .about-copy{
    padding:25px 16px 29px;
  }

  .about-copy h2{
    margin:13px 0 15px;
    font-size:clamp(38px,11vw,46px);
    line-height:1;
  }

  .about-copy p{
    font-size:13.5px;
    line-height:1.68;
  }

  .about-points{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:21px;
  }

  .about-points span{
    font-size:12px;
  }

  .about-media{
    min-height:0;
    height:380px;
    border-radius:19px;
  }

  .about-caption{
    left:18px;
    right:18px;
    bottom:17px;
  }

  .about-caption{
    display:block;
  }

  .about-caption strong{
    display:block;
    font-size:14px;
  }

  .about-caption span{
    display:block;
    margin-top:3px;
  }

  /* SERVIÇOS
     Swipe lateral. Mantém a página muito mais curta.
  */
  .services-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:84%;
    grid-template-columns:none;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:5px;
    scrollbar-width:none;
  }

  .services-grid::-webkit-scrollbar{
    display:none;
  }

  .service-card{
    min-height:238px;
    padding:22px;
    scroll-snap-align:start;
  }

  .service-card h3{
    margin-top:52px;
    font-size:20px;
  }

  .service-card p{
    font-size:12.5px;
    line-height:1.58;
  }

  /* PARA QUEM É
     Também vira vitrine horizontal.
  */
  .audience{
    overflow:hidden;
  }

  .audience-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:84%;
    grid-template-columns:none;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:4px;
    scrollbar-width:none;
  }

  .audience-grid::-webkit-scrollbar{
    display:none;
  }

  .audience-card{
    min-height:0;
    height:410px;
    scroll-snap-align:start;
  }

  .audience-content{
    left:20px;
    right:20px;
    bottom:20px;
  }

  .audience-content h3{
    margin:7px 0;
    font-size:30px;
  }

  .audience-content p{
    font-size:12px;
  }

  /* PROCESSO */
  .process-grid{
    display:block;
  }

  .process-intro{
    min-height:0;
    padding:24px;
    border-radius:22px;
    margin-bottom:11px;
  }

  .process-intro .big-number{
    font-size:82px;
    margin-bottom:48px;
  }

  .process-intro h2{
    margin:12px 0;
    font-size:32px;
    line-height:1.02;
  }

  .process-intro p{
    font-size:13px;
  }

  .steps{
    gap:8px;
  }

  .step{
    grid-template-columns:42px 1fr;
    gap:13px;
    padding:17px;
    border-radius:18px;
  }

  .step-number{
    width:40px;
    height:40px;
    border-radius:12px;
    font-size:12px;
  }

  .step h3{
    margin-bottom:4px;
    font-size:15px;
  }

  .step p{
    font-size:11.5px;
    line-height:1.5;
  }

  .step>.arrow{
    display:none;
  }

  /* DIFERENCIAIS */
  .difference-grid{
    display:block;
  }

  .difference-media{
    min-height:0;
    height:380px;
    border-radius:22px;
  }

  .difference-media-text{
    left:20px;
    right:20px;
    bottom:19px;
  }

  .difference-media-text strong{
    font-size:31px;
  }

  .difference-copy{
    margin-top:10px;
    padding:26px 19px;
    border-radius:22px;
  }

  .difference-copy h2{
    margin:13px 0 19px;
    font-size:42px;
  }

  .difference-item{
    padding:16px 0;
    gap:12px;
  }

  .difference-item h3{
    font-size:14.5px;
  }

  .difference-item p{
    font-size:11.5px;
  }

  /* PORTFÓLIO
     Swipe real de galeria em vez de 5 fotos empilhadas.
  */
  .portfolio{
    overflow:hidden;
  }

  .gallery-grid{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    grid-template-columns:none;
    grid-template-rows:none;
    padding-bottom:5px;
    scrollbar-width:none;
  }

  .gallery-grid::-webkit-scrollbar{
    display:none;
  }

  .gallery-item,
  .gallery-main{
    flex:0 0 84%;
    height:410px;
    grid-column:auto;
    grid-row:auto;
    scroll-snap-align:start;
    border-radius:20px;
  }

  .gallery-item figcaption{
    left:17px;
    right:17px;
    bottom:16px;
  }

  .portfolio-more{
    margin-top:12px;
    padding:10px;
    border-radius:22px;
    display:block;
  }

  .portfolio-more figure{
    min-height:0;
    height:300px;
    border-radius:17px;
  }

  .portfolio-more>div{
    padding:25px 10px 13px;
  }

  .portfolio-more h3{
    margin:13px 0;
    font-size:38px;
  }

  .portfolio-more p{
    font-size:13px;
    line-height:1.62;
  }

  .portfolio-more .button{
    width:100%;
    min-height:51px;
    font-size:13px;
  }

  /* DEPOIMENTOS
     Horizontal, mais parecido com app e menos cansativo.
  */
  .testimonials{
    overflow:hidden;
  }

  .testimonial-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:84%;
    grid-template-columns:none;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:5px;
    scrollbar-width:none;
  }

  .testimonial-grid::-webkit-scrollbar{
    display:none;
  }

  .testimonial-card{
    min-height:225px;
    padding:22px;
    scroll-snap-align:start;
  }

  .quote-mark{
    font-size:46px;
  }

  .testimonial-card p{
    margin:24px 0 22px;
    font-size:15px;
  }

  /* FAQ */
  .faq-grid{
    display:block;
  }

  .faq-copy{
    position:static;
    margin-bottom:28px;
  }

  .faq-copy h2{
    margin:13px 0;
    font-size:43px;
  }

  summary{
    padding:19px 0;
    gap:14px;
    font-size:14px;
    line-height:1.35;
  }

  summary::after{
    width:29px;
    height:29px;
    font-size:17px;
  }

  details p{
    margin:-2px 40px 19px 0;
    font-size:12px;
    line-height:1.6;
  }

  /* CONTATO */
  .contact{
    padding:68px 0 28px;
  }

  .contact-box{
    display:block;
  }

  .contact-main{
    padding:29px 21px;
    border-radius:22px;
  }

  .contact-main h2{
    margin:14px 0;
    font-size:45px;
  }

  .contact-main p{
    margin-bottom:22px;
    font-size:13px;
  }

  .contact-main .button{
    width:100%;
  }

  .contact-side{
    margin-top:10px;
    gap:10px;
  }

  .contact-card{
    min-height:0;
    padding:21px;
    border-radius:19px;
  }

  /* FOOTER */
  .site-footer{
    padding:26px 0 94px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .footer-links{
    display:none;
  }

  .copyright{
    display:grid;
    gap:5px;
    padding-top:16px;
  }

  /* CTA FIXO */
  .mobile-cta{
    display:block;
    position:fixed;
    z-index:150;
    left:10px;
    right:10px;
    bottom:max(10px,env(safe-area-inset-bottom));
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(18px);
    transition:opacity .28s ease, transform .28s ease, visibility .28s ease;
  }

  .mobile-cta.is-visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }

  .mobile-cta a{
    height:56px;
    border-radius:15px;
    background:var(--orange);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:800;
    border:1px solid var(--orange-dark);
    box-shadow:0 16px 40px rgba(0,0,0,.28);
  }

  /* Melhor sensação de swipe */
  .promise-grid,
  .services-grid,
  .audience-grid,
  .gallery-grid,
  .testimonial-grid{
    -webkit-overflow-scrolling:touch;
  }
}



/* =========================================================
   CORREÇÃO DE GESTOS NOS CARROSSÉIS MOBILE
   ========================================================= */
@media (max-width:680px){

  .hero-notes,
  .promise-grid,
  .services-grid,
  .audience-grid,
  .gallery-grid,
  .testimonial-grid{
    /* Rolagem interna exclusivamente horizontal */
    overflow-x:auto !important;
    overflow-y:hidden !important;

    /* Gestos verticais continuam pertencendo à página */
    touch-action:pan-x pan-y pinch-zoom;

    /* Não deixa um swipe lateral "vazar" para fora do carrossel,
       mas não interfere no scroll vertical da página */
    overscroll-behavior-x:contain;
    overscroll-behavior-y:auto;

    -webkit-overflow-scrolling:touch;
  }

  /* Os próprios cards nunca criam uma área de rolagem interna */
  .promise-card,
  .service-card,
  .audience-card,
  .gallery-item,
  .gallery-main,
  .testimonial-card{
    overflow-y:hidden;
    touch-action:pan-x pan-y pinch-zoom;
  }
}
