
:root {
  --paper:#f5f5f2; --white:#fff; --ink:#0b0b0c; --muted:#6e6e73;
  --line:rgba(11,11,12,.12); --cyan:#00AEEF; --magenta:#E2007A; --yellow:#FFF200;
  --max:1480px; --radius:30px; --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none} button{font:inherit} img{display:block;max-width:100%}
.shell{width:min(calc(100% - 48px),var(--max));margin:auto}
.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--muted)}
.title-xl{font-size:clamp(55px,7.2vw,114px);line-height:.9;letter-spacing:-.068em;font-weight:790;margin:0}
.title-lg{font-size:clamp(44px,5.5vw,82px);line-height:.96;letter-spacing:-.055em;font-weight:760;margin:0}
.lead{font-size:clamp(19px,1.7vw,24px);line-height:1.5;color:#454549;letter-spacing:-.015em}
.reveal{opacity:0;transform:translateY(24px);transition:.8s var(--ease)} .reveal.in{opacity:1;transform:none}

/* NAV */
.navbar{position:fixed;z-index:100;top:14px;left:50%;transform:translateX(-50%);width:min(calc(100% - 26px),1380px);height:66px;border-radius:999px;padding:0 12px 0 20px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:rgba(18,18,19,.40);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(22px) saturate(140%);transition:.4s var(--ease)}
.navbar.scrolled{color:#111;background:rgba(250,250,248,.74);border-color:rgba(255,255,255,.75);box-shadow:0 14px 50px rgba(0,0,0,.08)}
.brand{display:flex;align-items:center;gap:13px} .amf{font-size:29px;font-weight:900;letter-spacing:-.075em;line-height:.74} .sign{display:block;font-size:7px;font-weight:800;letter-spacing:.36em;margin:8px 0 0 4px}
.cmyk{display:flex;gap:3px} .cmyk i{display:block;width:6px;height:6px;border-radius:1px} .c{background:var(--cyan)} .m{background:var(--magenta)} .y{background:var(--yellow)} .k{background:currentColor}
.links{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:650} .links>a:not(.navcta){opacity:.78} .links>a:hover{opacity:1}
.navcta{padding:13px 18px;border-radius:999px;background:#fff;color:#111;font-weight:780} .navbar.scrolled .navcta{background:#111;color:#fff}

/* HERO — 3 unique horizontal projects, no repeated factory photo */
.hero{min-height:100svh;background:#0b0b0c;color:#fff;display:flex;align-items:center;padding:118px 0 55px}
.hero-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:50px;align-items:center}
.hero-copy .eyebrow{color:rgba(255,255,255,.46)} .hero-copy p{max-width:570px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.67);margin:30px 0}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:11px;border-radius:999px;padding:14px 19px;font-weight:760;border:0;transition:transform .2s var(--ease)} .btn:hover{transform:scale(1.025)} .btn.white{background:#fff;color:#111} .btn.dark{background:#111;color:#fff} .btn.glass{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px)}
.hero-frame{position:relative;border-radius:30px;padding:16px;background:#151517;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 90px rgba(0,0,0,.35)}
.hero-stage{aspect-ratio:4/3;position:relative;border-radius:20px;overflow:hidden;background:#09090a;display:grid;place-items:center}
.hero-shot{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(.995);transition:opacity .95s var(--ease),transform 1.25s var(--ease)} .hero-shot.active{opacity:1;transform:scale(1)}
.hero-caption{position:absolute;left:30px;bottom:30px;z-index:4;padding:11px 14px;border-radius:999px;background:rgba(10,10,12,.46);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px);font-size:12px;color:#fff}
.progress{display:flex;gap:5px;position:absolute;right:30px;bottom:34px;z-index:5} .progress i{display:block;width:28px;height:2px;background:rgba(255,255,255,.22);position:relative;overflow:hidden} .progress i:after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left} .progress i.active:after{animation:p 4.6s linear forwards} @keyframes p{to{transform:scaleX(1)}}

/* PROOF */
.proof{padding:40px 0;border-bottom:1px solid var(--line)} .proof-grid{display:grid;grid-template-columns:230px 1fr;gap:40px;align-items:center} .logos{display:grid;grid-template-columns:repeat(7,1fr);gap:12px} .logo-name{font-weight:720;color:#454549;text-align:center;font-size:14px;opacity:.72}

/* MANIFESTO */
.manifesto{padding:142px 0} .split{display:grid;grid-template-columns:.48fr 1.52fr;gap:56px} .manifesto .lead{max-width:760px;margin-top:34px}

/* STORY — unique assets, not repeated elsewhere */
.story{background:#0d0d0e;color:#fff} .story-grid{display:grid;grid-template-columns:.72fr 1.28fr} .story-copy{padding:110px 5vw 110px max(24px,calc((100vw - var(--max))/2 + 24px))} .story-copy>.eyebrow{color:rgba(255,255,255,.43);position:sticky;top:110px} .steps{margin-top:120px}
.step{min-height:65vh;display:flex;flex-direction:column;justify-content:center;opacity:.22;transition:opacity .4s} .step.active{opacity:1} .step small{color:rgba(255,255,255,.38);letter-spacing:.13em} .step h3{font-size:clamp(42px,5vw,74px);letter-spacing:-.055em;line-height:.95;margin:14px 0} .step p{max-width:500px;color:rgba(255,255,255,.6);font-size:17px;line-height:1.55}
.story-visual{height:100svh;position:sticky;top:0;background:#09090a;display:grid;place-items:center;padding:5vh 4vw;overflow:hidden} .story-photo{position:absolute;max-width:calc(100% - 8vw);max-height:90vh;width:auto;height:auto;object-fit:contain;opacity:0;transform:scale(.985);transition:.7s var(--ease);border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.30)} .story-photo.active{opacity:1;transform:scale(1)}

/* SERVICES — Tecido removed */
.services{padding:142px 0} .services-head{display:grid;grid-template-columns:.5fr 1.5fr;gap:48px;margin-bottom:50px}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service{background:#fff;border-radius:28px;border:1px solid rgba(0,0,0,.06);overflow:hidden;transition:.4s var(--ease)} .service:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(0,0,0,.08)}
.service-media{aspect-ratio:4/3;background:#151517;display:grid;place-items:center;overflow:hidden} .service-media img{width:100%;height:100%;object-fit:contain} .service-copy{padding:24px} .service-copy small{font-size:11px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase} .service-copy h3{font-size:29px;letter-spacing:-.04em;margin:8px 0 0}

/* STRUCTURE — fixed EXIF orientation; no duplicate elsewhere */
.structure{padding:0 0 142px} .structure-card{display:grid;grid-template-columns:.85fr 1.15fr;background:#fff;border-radius:32px;border:1px solid rgba(0,0,0,.06);overflow:hidden;align-items:stretch}
.structure-copy{padding:50px;display:flex;flex-direction:column;justify-content:space-between} .structure-copy .lead{font-size:18px}
.structure-photo{background:#e7e7e4;display:grid;place-items:center;padding:18px;min-height:680px} .structure-photo img{height:100%;max-height:720px;width:auto;object-fit:contain;border-radius:18px}

/* PORTFOLIO — standardized outer frames 4:5, no crop */
.portfolio{padding:142px 0;background:#eaeae7} .portfolio-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:50px}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.port-card{background:#fff;border-radius:28px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:.35s var(--ease)} .port-card:hover{transform:translateY(-4px);box-shadow:0 20px 55px rgba(0,0,0,.08)}
.port-media{aspect-ratio:4/5;position:relative;overflow:hidden;background:#18181a;display:grid;place-items:center}
.port-bg{position:absolute;inset:-25px;width:calc(100% + 50px);height:calc(100% + 50px);object-fit:cover;filter:blur(26px) brightness(.44) saturate(.85);opacity:.75;transform:scale(1.08)}
.port-main{position:relative;z-index:2;max-width:92%;max-height:92%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.24))}
.port-copy{padding:20px 22px 23px} .port-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)} .port-copy h3{font-size:25px;letter-spacing:-.035em;margin:7px 0 0}

/* PROCESS */
.process{padding:142px 0;background:#0c0c0d;color:#fff} .process .eyebrow{color:rgba(255,255,255,.4)} .process-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;align-items:start}
.process-photo{position:sticky;top:105px;background:#171719;border-radius:28px;padding:16px;display:grid;place-items:center} .process-photo img{max-height:690px;width:auto;height:auto;object-fit:contain;border-radius:16px}
.process-list{border-top:1px solid rgba(255,255,255,.15)} .process-row{display:grid;grid-template-columns:70px 1fr;gap:22px;padding:31px 0;border-bottom:1px solid rgba(255,255,255,.15)} .process-row small{color:rgba(255,255,255,.36)} .process-row h3{font-size:clamp(31px,3.6vw,53px);letter-spacing:-.045em;margin:0} .process-row p{grid-column:2;color:rgba(255,255,255,.54);line-height:1.55;margin:0;max-width:520px}

/* CTA */
.cta{padding:28px 0} .cta-box{min-height:590px;border-radius:36px;background:#0b0b0c;color:#fff;padding:55px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden} .cta-box:after{content:"";position:absolute;width:620px;height:620px;right:-200px;top:-250px;border-radius:50%;background:conic-gradient(var(--cyan),var(--magenta),var(--yellow),#111,var(--cyan));filter:blur(65px);opacity:.17} .cta-box h2{position:relative;font-size:clamp(58px,7.8vw,120px);line-height:.87;letter-spacing:-.07em;margin:0;max-width:1100px} .cta-bottom{position:relative;display:flex;justify-content:space-between;align-items:end;gap:30px} .cta-bottom p{max-width:550px;color:rgba(255,255,255,.57);font-size:17px;line-height:1.55}

/* FOOTER */
footer{padding:25px 0 45px} .footer{border-top:1px solid var(--line);padding-top:30px;display:flex;justify-content:space-between;gap:30px;align-items:end} .footer small{color:var(--muted);text-align:right;line-height:1.6}

@media(max-width:1050px){
  .links>a:not(.navcta){display:none}
  .hero-grid,.split,.services-head,.structure-card,.process-layout{grid-template-columns:1fr}
  .hero-media{order:-1;max-width:800px;margin:auto;width:100%}
  .proof-grid{grid-template-columns:1fr} .logos{grid-template-columns:repeat(4,1fr)}
  .story-grid{grid-template-columns:1fr} .story-copy{padding:90px 24px 10px} .story-copy>.eyebrow{position:relative;top:auto} .steps{margin-top:35px} .step{min-height:auto;padding:50px 0;opacity:1} .story-visual{position:relative;height:76svh}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .process-photo{position:relative;top:auto;max-width:650px;margin:auto}
}
@media(max-width:700px){
  .shell{width:min(calc(100% - 28px),var(--max))} .navbar{top:9px;height:60px;width:calc(100% - 18px)} .links .navcta span{display:none} .amf{font-size:25px}
  .hero{min-height:auto;padding:94px 0 55px} .hero-frame{padding:9px;border-radius:23px} .hero-stage{border-radius:16px} .hero-copy{margin-top:34px} .hero-copy p{font-size:16px}
  .proof{padding:34px 0} .logos{grid-template-columns:repeat(2,1fr);row-gap:19px}
  .manifesto,.services,.portfolio,.process{padding:90px 0}
  .story-visual{height:65svh;padding:3vh 14px} .story-photo{max-width:calc(100% - 28px);max-height:60vh}
  .services-grid{grid-template-columns:1fr}
  .structure{padding-bottom:90px} .structure-copy{padding:30px} .structure-photo{min-height:auto;padding:15px} .structure-photo img{max-height:70vh}
  .portfolio-grid{grid-template-columns:1fr}
  .port-media{aspect-ratio:4/5}
  .cta-box{min-height:610px;padding:32px 23px;border-radius:28px} .cta-bottom{flex-direction:column;align-items:flex-start}
  .footer{flex-direction:column;align-items:flex-start} .footer small{text-align:left}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important} .reveal{opacity:1;transform:none}}

/* V5 — framing refinements */
.service-media img{object-position:center center}
.service-media{padding:10px}
.service-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.hero-stage img{object-position:center center}


.granado-ready{padding:0 0 142px}
.granado-ready-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:22px;align-items:stretch}
.granado-ready-copy{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:30px;padding:46px;display:flex;flex-direction:column;justify-content:center}
.granado-ready-copy .title-lg{font-size:clamp(40px,4.8vw,70px);margin-top:17px}
.granado-ready-copy .lead{font-size:18px}
.granado-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.granado-tags span{border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:12px;color:var(--muted)}
.granado-ready-media{min-height:560px;background:#e8e8e5;border-radius:30px;padding:18px;display:grid;place-items:center}
.granado-placeholder{width:100%;height:100%;min-height:520px;border-radius:20px;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:linear-gradient(145deg,#f8f8f5,#deded9);text-align:center;color:#444}
.granado-placeholder strong{display:block;font-size:clamp(24px,3vw,46px);letter-spacing:-.045em}
.granado-placeholder small{display:block;margin-top:8px;text-transform:uppercase;letter-spacing:.14em;color:#888}
.placeholder-line{width:44%;height:1px;background:rgba(0,0,0,.14)}
.placeholder-line.short{width:24%}
@media(max-width:1050px){.granado-ready-grid{grid-template-columns:1fr}}
@media(max-width:700px){.granado-ready{padding-bottom:90px}.granado-ready-copy{padding:30px}.granado-ready-media{min-height:430px}.granado-placeholder{min-height:395px}}


.granado-port-placeholder{background:linear-gradient(145deg,#f3f3ef,#d8d8d2);color:#555;text-align:center}
.granado-port-placeholder>div{display:flex;flex-direction:column;gap:8px}
.granado-port-placeholder strong{font-size:34px;letter-spacing:-.045em}
.granado-port-placeholder small{font-size:10px;letter-spacing:.16em;color:#888}


/* V7 — real Granado + expanded Parmê case */
.granado-case{padding:142px 0;background:#f5f5f2}
.granado-case-head{display:grid;grid-template-columns:.45fr 1.1fr;gap:24px 55px;align-items:start;margin-bottom:48px}
.granado-case-head .title-lg{grid-column:2}
.granado-case-head .lead{grid-column:2;max-width:820px;margin:0}
.granado-case-grid{display:grid;grid-template-columns:1.22fr .78fr;gap:18px;align-items:stretch}
.granado-case figure{margin:0}
.granado-main,.granado-secondary{position:relative;background:#111;border-radius:28px;overflow:hidden}
.granado-main{min-height:760px}
.granado-main img{width:100%;height:100%;object-fit:cover;object-position:center center}
.granado-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.granado-secondary{min-height:0}
.granado-secondary img{width:100%;height:100%;object-fit:cover;object-position:center center}
.granado-main figcaption,.granado-secondary figcaption{position:absolute;left:20px;bottom:18px;padding:10px 13px;border-radius:999px;background:rgba(10,10,12,.48);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(16px);color:#fff;font-size:11px}
.parme-depth{padding:142px 0;background:#fff}
.parme-depth-head{display:grid;grid-template-columns:.45fr 1.55fr;gap:55px;margin-bottom:45px}
.parme-depth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.parme-depth-card{margin:0;border-radius:28px;overflow:hidden;background:#111;position:relative;min-height:690px}
.parme-depth-card img{width:100%;height:100%;object-fit:cover;object-position:center center}
.parme-depth-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.65))}
.parme-depth-card figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}
.parme-depth-card small{display:block;text-transform:uppercase;letter-spacing:.14em;opacity:.68;font-size:10px}
.parme-depth-card strong{display:block;font-size:25px;letter-spacing:-.035em;margin-top:7px;max-width:470px}
@media(max-width:1050px){
 .granado-case-head,.parme-depth-head{grid-template-columns:1fr}
 .granado-case-head .title-lg,.granado-case-head .lead{grid-column:auto}
 .granado-case-grid{grid-template-columns:1fr}
 .granado-main{min-height:70svh}
 .granado-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
 .granado-secondary{min-height:560px}
}
@media(max-width:700px){
 .granado-case,.parme-depth{padding:90px 0}
 .granado-side,.parme-depth-grid{grid-template-columns:1fr}
 .granado-main{min-height:70svh}
 .granado-secondary,.parme-depth-card{min-height:65svh}
}


/* V8M — mobile review build */
@media (max-width: 700px) {
  body { overflow-x: hidden; }
  .navbar {
    top: 8px;
    width: calc(100% - 16px);
    height: 58px;
    padding-left: 14px;
    padding-right: 8px;
  }
  .navcta {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 10px 12px;
  }
  .hero {
    padding-top: 84px;
    padding-bottom: 42px;
  }
  .hero-grid { gap: 28px; }
  .hero-frame {
    border-radius: 20px;
    padding: 8px;
  }
  .hero-stage {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }
  .hero-caption {
    left: 16px;
    right: auto;
    bottom: 16px;
    max-width: 72%;
    font-size: 10px;
    padding: 8px 10px;
  }
  .progress {
    right: 16px;
    bottom: 19px;
  }
  .hero-copy .title-xl {
    font-size: clamp(46px, 15vw, 70px);
    line-height: .92;
  }
  .hero-copy p {
    font-size: 16px;
    margin: 22px 0;
  }
  .hero-actions .btn {
    min-height: 46px;
    padding: 13px 16px;
  }

  .proof-grid { gap: 22px; }
  .logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }
  .logo-name { font-size: 13px; }

  .manifesto,
  .services,
  .portfolio,
  .process,
  .parme-depth,
  .granado-case {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .title-lg {
    font-size: clamp(38px, 11vw, 58px);
  }
  .lead { font-size: 17px; }

  .story-copy { padding-top: 72px; }
  .step { padding: 40px 0; }
  .story-visual { height: 58svh; }

  .parme-depth-card,
  .granado-secondary,
  .granado-main {
    min-height: 58svh;
  }

  .portfolio-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .port-card { border-radius: 22px; }
  .port-media { aspect-ratio: 4 / 5; }

  .service { border-radius: 22px; }
  .service-copy { padding: 20px; }
  .service-copy h3 { font-size: 25px; }

  .structure-card { border-radius: 24px; }
  .structure-copy { padding: 26px; }
  .structure-photo { padding: 12px; }

  .process-photo { padding: 10px; border-radius: 22px; }
  .process-row { padding: 26px 0; }

  .cta-box {
    min-height: 560px;
    padding: 28px 20px;
    border-radius: 24px;
  }
  .cta-box h2 {
    font-size: clamp(48px, 14vw, 72px);
    line-height: .9;
  }
  .cta-bottom .btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }

  .footer { gap: 18px; }
}

/* Touch devices: reduce hover-dependent movement and make controls explicit */
@media (hover: none) and (pointer: coarse) {
  .port-card:hover,
  .service:hover,
  .btn:hover { transform: none; box-shadow: none; }
  .reveal { transition-duration: .55s; }
}

/* Very small phones */
@media (max-width: 390px) {
  .shell { width: calc(100% - 22px); }
  .hero-copy .title-xl { font-size: 45px; }
  .navbar { width: calc(100% - 12px); }
}

:root{
  --mobile-story-1: url('/assets/img-dae95fd94b8009.webp');
  --mobile-story-2: url('/assets/img-b01fabb36d2830.webp');
  --mobile-story-3: url('/assets/img-a83352439c3fbe.webp');
  --mobile-story-4: url('/assets/img-5fd8bcf81a27bd.webp');
}

/* V9 — Mobile Selected Projects redesign */
@media (max-width: 700px) {
  .story {
    padding: 78px 0;
    background: #0d0d0e;
  }

  .story-grid {
    display: block !important;
  }

  .story-copy {
    padding: 0 14px !important;
  }

  .story-copy > .eyebrow {
    position: static !important;
    margin-bottom: 28px;
  }

  .steps {
    margin-top: 0 !important;
  }

  .step {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 0 18px !important;
    opacity: 1 !important;
    background: #151517;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
  }

  .step::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .step:nth-child(1)::before { background-image: var(--mobile-story-1); }
  .step:nth-child(2)::before { background-image: var(--mobile-story-2); }
  .step:nth-child(3)::before { background-image: var(--mobile-story-3); }
  .step:nth-child(4)::before { background-image: var(--mobile-story-4); }

  .step small,
  .step h3,
  .step p {
    margin-left: 20px;
    margin-right: 20px;
  }

  .step small {
    display: block;
    margin-top: 18px;
  }

  .step h3 {
    font-size: 34px !important;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }

  .step p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }

  .story-visual {
    display: none !important;
  }
}

/* Always-visible WhatsApp button */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 999;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 780;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
  border: 1px solid rgba(255,255,255,.32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(0,0,0,.28);
}

.wa-icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  font-size: 18px;
  transform: rotate(-18deg);
}

@media (max-width: 520px) {
  .wa-float {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    justify-content: center;
  }
  .wa-label { display: none; }
  .wa-icon {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}



/* =========================================================
   V10 — Mobile Condensed Architecture
   Desktop remains unchanged.
   ========================================================= */
.mobile-only { display:none; }

@media (max-width:700px) {
  .mobile-only { display:block; }

  /* Mobile home strategy:
     Hero → Proof → Projects swipe → Solutions 2x2 → Case switcher
     → Structure+Process → Portfolio swipe → CTA */
  .manifesto,
  .parme-depth,
  .process { display:none !important; }

  /* HERO — less vertical occupation */
  .hero {
    padding-top:76px !important;
    padding-bottom:34px !important;
    min-height:0 !important;
  }
  .hero-grid {
    gap:16px !important;
  }
  .hero-copy .eyebrow { margin-bottom:0; }
  .hero-copy .title-xl {
    font-size:clamp(40px,11.8vw,55px) !important;
    line-height:.93 !important;
    margin-top:12px !important;
  }
  .hero-copy p {
    font-size:15px !important;
    line-height:1.48 !important;
    margin:16px 0 18px !important;
    max-width:34em;
  }
  .hero-actions { gap:8px !important; }
  .hero-actions .btn {
    min-height:43px !important;
    padding:11px 13px !important;
    font-size:12px !important;
  }
  .hero-frame { padding:7px !important; border-radius:18px !important; }
  .hero-stage {
    aspect-ratio:16/10 !important;
    min-height:0 !important;
    border-radius:13px !important;
  }
  .hero-caption {
    max-width:72%;
    left:12px !important;
    bottom:12px !important;
    font-size:9px !important;
  }
  .progress { right:12px !important; bottom:15px !important; }

  /* PROOF — one compact horizontal band */
  .proof { padding:22px 0 27px !important; }
  .proof-grid {
    display:block !important;
  }
  .proof-grid > div:first-child {
    margin-bottom:13px !important;
  }
  .proof-grid > div:first-child p { display:none !important; }
  .logos {
    display:flex !important;
    grid-template-columns:none !important;
    gap:7px !important;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    padding-bottom:2px;
  }
  .logos::-webkit-scrollbar { display:none; }
  .logo-name {
    flex:0 0 auto;
    font-size:11px !important;
    padding:8px 11px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:999px;
    background:#fff;
  }

  /* PROJECTS — replace long scrollytelling by horizontal swipe */
  .story {
    padding:72px 0 70px !important;
    min-height:0 !important;
  }
  .story > .story-grid { display:none !important; }
  .mobile-projects { padding:0 !important; }
  .mobile-section-head {
    padding:0 18px;
    margin-bottom:24px;
  }
  .mobile-section-head h2 {
    font-size:clamp(37px,10.5vw,49px);
    line-height:.94;
    letter-spacing:-.055em;
    margin:12px 0 10px;
  }
  .mobile-section-head > p {
    color:var(--muted);
    margin:0;
    font-size:13px;
  }
  .mobile-swipe {
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-padding-left:18px;
    overscroll-behavior-inline:contain;
    padding:0 18px 7px;
    scrollbar-width:none;
  }
  .mobile-swipe::-webkit-scrollbar { display:none; }
  .mobile-project-card {
    flex:0 0 min(78vw,310px);
    scroll-snap-align:start;
    overflow:hidden;
    border-radius:22px;
    background:#171719;
    border:1px solid rgba(255,255,255,.08);
  }
  .mobile-project-media {
    aspect-ratio:4/5;
    background:#111;
  }
  .mobile-project-media img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .mobile-project-media img.mobile-fit-contain {
    object-fit:contain;
    object-position:center center;
    background:#111;
  }
  .mobile-project-copy { padding:16px 17px 19px; }
  .mobile-project-copy small {
    font-size:9px;
    letter-spacing:.13em;
    text-transform:uppercase;
    color:rgba(255,255,255,.48);
  }
  .mobile-project-copy h3 {
    margin:6px 0 8px;
    font-size:25px;
    letter-spacing:-.04em;
    color:#fff;
  }
  .mobile-project-copy p {
    margin:0;
    color:rgba(255,255,255,.63);
    font-size:13px;
    line-height:1.45;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  /* SOLUTIONS — 4 compact tiles instead of 4 long panels */
  .services {
    padding:72px 0 !important;
  }
  .services-head {
    display:block !important;
    margin-bottom:24px !important;
  }
  .services-head .title-lg {
    font-size:clamp(36px,10vw,48px) !important;
    line-height:.96 !important;
    margin-top:11px !important;
  }
  .services-head .lead { display:none !important; }
  .services-grid {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
  }
  .service {
    min-height:0 !important;
    border-radius:17px !important;
  }
  .service-media {
    aspect-ratio:1/1 !important;
    min-height:0 !important;
    height:auto !important;
    padding:6px !important;
  }
  .service-media img {
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:12px !important;
  }
  .service-copy { padding:12px 12px 14px !important; }
  .service-copy small {
    font-size:8px !important;
    line-height:1.25 !important;
  }
  .service-copy h3 {
    font-size:20px !important;
    margin-top:5px !important;
  }
  .service-copy p { display:none !important; }

  /* CASE — one footprint with two tabs */
  .granado-case {
    padding:72px 0 !important;
  }
  .granado-case > .shell:first-child { display:none !important; }
  .mobile-case { display:block; }
  .case-tabs {
    display:flex;
    gap:5px;
    margin:0 18px 12px;
    padding:4px;
    background:rgba(0,0,0,.055);
    border-radius:999px;
  }
  .case-tab {
    flex:1;
    border:0;
    background:transparent;
    padding:11px 12px;
    border-radius:999px;
    font:inherit;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    color:#6b6b6b;
  }
  .case-tab.active {
    background:#111;
    color:#fff;
  }
  .case-panel {
    display:none;
    margin:0 18px;
    background:#fff;
    border:1px solid rgba(0,0,0,.07);
    border-radius:22px;
    overflow:hidden;
  }
  .case-panel.active { display:block; }
  .case-panel-media { aspect-ratio:16/11; background:#ddd; }
  .case-panel-media img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .case-panel-copy { padding:18px 18px 21px; }
  .case-panel-copy small {
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:9px;
    color:#7a7a7a;
  }
  .case-panel-copy h3 {
    margin:7px 0 8px;
    font-size:28px;
    letter-spacing:-.045em;
  }
  .case-panel-copy p {
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.48;
  }

  /* STRUCTURE + PROCESS — one block */
  .structure {
    padding:72px 0 !important;
  }
  .structure > .shell:first-child { display:none !important; }
  .mobile-structure-process { display:block; }
  .mobile-structure-card {
    margin:0 0;
    border-radius:23px;
    overflow:hidden;
    background:#101011;
    color:#fff;
  }
  .mobile-structure-media { aspect-ratio:16/10; }
  .mobile-structure-media img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .mobile-structure-copy { padding:21px 19px 20px; }
  .mobile-structure-copy .eyebrow { color:rgba(255,255,255,.5); }
  .mobile-structure-copy h2 {
    font-size:38px;
    line-height:.95;
    letter-spacing:-.055em;
    margin:11px 0 9px;
  }
  .mobile-structure-copy p {
    margin:0 0 20px;
    color:rgba(255,255,255,.63);
    font-size:14px;
    line-height:1.45;
  }
  .mobile-process-line {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
  }
  .mobile-process-line span {
    display:flex;
    flex-direction:column;
    gap:5px;
    font-size:9px;
    line-height:1.15;
    color:rgba(255,255,255,.72);
    border-top:1px solid rgba(255,255,255,.18);
    padding-top:9px;
  }
  .mobile-process-line b {
    font-size:8px;
    color:rgba(255,255,255,.35);
    font-weight:600;
  }

  /* PORTFOLIO — only six cards, horizontal */
  .portfolio {
    padding:72px 0 !important;
    overflow:hidden;
  }
  .portfolio-head {
    margin-bottom:17px !important;
  }
  .portfolio-head .title-lg {
    font-size:clamp(36px,10vw,48px) !important;
    line-height:.95 !important;
  }
  .portfolio-head .lead { display:none !important; }
  .mobile-swipe-hint {
    display:block !important;
    color:var(--muted);
    font-size:12px;
    margin:11px 0 0;
  }
  .portfolio-grid {
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px !important;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    margin-right:calc((100vw - 100%) * -1);
    padding-right:18px;
  }
  .portfolio-grid::-webkit-scrollbar { display:none; }
  .portfolio-grid .port-card {
    flex:0 0 min(72vw,285px);
    scroll-snap-align:start;
    border-radius:19px !important;
  }
  .portfolio-grid .port-card:nth-child(n+7) { display:none !important; }
  .portfolio-grid .port-media { aspect-ratio:4/5 !important; }
  .portfolio-grid .port-copy { padding:13px 14px 15px !important; }
  .portfolio-grid .port-copy small { font-size:8px !important; }
  .portfolio-grid .port-copy h3 {
    font-size:20px !important;
    margin-top:5px !important;
  }

  /* CTA — quicker close */
  .cta { padding:0 0 20px !important; }
  .cta-box {
    min-height:430px !important;
    padding:27px 20px !important;
    border-radius:22px !important;
  }
  .cta-box h2 {
    font-size:clamp(43px,12vw,60px) !important;
    line-height:.91 !important;
  }

  /* Overall rhythm */
  .shell { width:calc(100% - 30px) !important; }
}

@media(max-width:390px) {
  .mobile-project-card { flex-basis:82vw; }
  .portfolio-grid .port-card { flex-basis:76vw; }
  .services-grid { gap:7px !important; }
}



/* V11 — Contact, location and production footer */
.contact-location{
  padding:125px 0 100px;
  background:#efefeb;
}
.contact-location-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
}
.contact-location-intro .title-lg{
  margin-top:16px;
  font-size:clamp(44px,5vw,76px);
}
.contact-location-intro .lead{
  max-width:610px;
  font-size:18px;
}
.contact-location-list{
  border-top:1px solid var(--line);
}
.contact-location-item{
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:24px;
  align-items:start;
  padding:27px 0;
  border-bottom:1px solid var(--line);
  transition:opacity .2s ease, transform .2s ease;
}
.contact-location-item:hover{
  opacity:.72;
  transform:translateX(3px);
}
.contact-location-item>span{
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.contact-location-item strong{
  font-size:19px;
  line-height:1.45;
  letter-spacing:-.015em;
}
.contact-location-item em{
  color:var(--muted);
  font-size:12px;
  font-style:normal;
  white-space:nowrap;
}

.footer-pro{
  display:grid !important;
  grid-template-columns:1.2fr 1fr .8fr;
  align-items:start !important;
  gap:70px !important;
}
.footer-brand-col p{
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  margin:18px 0 0;
}
.footer-col{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.footer-col small{
  text-align:left !important;
  font-size:9px;
  letter-spacing:.15em;
  font-weight:800;
  color:#999;
}
.footer-col a{
  color:#555;
  font-size:13px;
  line-height:1.55;
}
.footer-col a:hover{
  color:#111;
}

@media(max-width:1050px){
  .contact-location-grid{
    grid-template-columns:1fr;
    gap:35px;
  }
  .footer-pro{
    grid-template-columns:1fr 1fr !important;
  }
  .footer-brand-col{
    grid-column:1/-1;
  }
}

@media(max-width:700px){
  .contact-location{
    padding:70px 0 62px;
  }
  .contact-location-grid{
    gap:22px;
  }
  .contact-location-intro .title-lg{
    font-size:clamp(36px,10vw,47px) !important;
    line-height:.95 !important;
  }
  .contact-location-intro .lead{
    font-size:14px !important;
    line-height:1.5;
    margin-top:14px;
  }
  .contact-location-item{
    grid-template-columns:1fr;
    gap:7px;
    padding:18px 0;
  }
  .contact-location-item>span{
    font-size:8px;
  }
  .contact-location-item strong{
    font-size:16px;
  }
  .contact-location-item em{
    font-size:11px;
  }

  .footer-pro{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
  .footer-brand-col{
    grid-column:auto;
  }
  .footer-col{
    gap:6px;
  }
}



/* =========================================================
   V11.3 — WCAG contrast corrections
   Based on PageSpeed / axe color-contrast audit.
   ========================================================= */

/* Client proof strip: previous opacity .72 reduced effective contrast */
.logo-name{
  color:#454549 !important;
  opacity:1 !important;
}

/* Selected projects:
   never reduce the opacity of an entire text container.
   Visual hierarchy now comes from accessible gray tones instead. */
.story-copy>.eyebrow{
  color:#c2c3c7 !important;
}

.step{
  opacity:1 !important;
}

.step small{
  color:#b7b8bc !important;
  transition:color .4s ease;
}

.step h3{
  color:#bfc0c4;
  transition:color .4s ease;
}

.step p{
  color:#aeb0b4 !important;
  transition:color .4s ease;
}

.step.active small{
  color:#d0d1d4 !important;
}

.step.active h3{
  color:#ffffff !important;
}

.step.active p{
  color:#e0e0e3 !important;
}

/* Footer metadata: #999 on the paper background was below AA */
.footer small,
.footer-col small{
  color:#5f5f63 !important;
}

/* WhatsApp:
   keep recognisable WhatsApp green family while giving white text
   a WCAG-AA contrast ratio comfortably above 4.5:1. */
.wa-float{
  background:#075E54 !important;
  color:#ffffff !important;
}

.wa-float:hover{
  background:#064f47 !important;
}



/* V14 — Experiência comprovada / parede de marcas */
.proof{padding:48px 0 56px}
.proof-grid{grid-template-columns:250px 1fr;gap:44px;align-items:center}
.proof-note{margin-top:8px;color:#5f5f63;font-size:12px;line-height:1.45;max-width:220px}
.logos.brand-logo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.brand-logo{
  min-height:100px;display:grid;place-items:center;padding:15px 20px;
  background:#fff;border:1px solid rgba(0,0,0,.065);border-radius:18px;overflow:hidden
}
.brand-logo img{
  display:block;width:100%;height:auto;max-height:60px;object-fit:contain;
  filter:grayscale(1) contrast(.9);opacity:.78;
  transition:filter .25s ease,opacity .25s ease,transform .25s ease
}
.brand-logo:hover img{filter:none;opacity:1;transform:scale(1.015)}

@media(max-width:1050px){
  .proof-grid{grid-template-columns:200px 1fr;gap:25px}
}
@media(max-width:700px){
  .proof{padding:24px 0 30px!important}
  .proof-grid{display:block!important}
  .proof-grid>div:first-child{margin-bottom:13px!important}
  .proof-note{display:block!important;max-width:290px;margin-top:6px;font-size:11px}
  .logos.brand-logo-grid{
    display:grid!important;
    grid-auto-flow:column;
    grid-template-columns:none!important;
    grid-template-rows:repeat(2,64px);
    grid-auto-columns:145px;
    gap:7px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    padding:0 0 3px;
  }
  .logos.brand-logo-grid::-webkit-scrollbar{display:none}
  .brand-logo{min-height:64px;padding:7px 10px;border-radius:14px}
  .brand-logo img{max-height:39px}
}



/* =========================================================
   V14.3 — Logo optical fit + testimonials
   ========================================================= */

/* Logos: remove artificial white canvas and fit each mark optically */
.brand-logo{
  height:110px !important;
  min-height:110px !important;
  padding:16px 24px !important;
  background:#fff;
}
.brand-logo img{
  width:auto !important;
  height:auto !important;
  max-width:78% !important;
  max-height:64px !important;
  object-fit:contain !important;
  filter:grayscale(1) contrast(.92) !important;
  opacity:.76 !important;
  transform:none !important;
}

/* Per-brand optical balancing */
.brand-logo img[data-brand="cocacola"]{max-width:63% !important;max-height:56px !important}
.brand-logo img[data-brand="monster"]{max-width:59% !important;max-height:55px !important}
.brand-logo img[data-brand="bodytech"]{max-width:70% !important;max-height:48px !important}
.brand-logo img[data-brand="brasas"]{max-width:58% !important;max-height:61px !important}
.brand-logo img[data-brand="maplebear"]{max-width:38% !important;max-height:68px !important}
.brand-logo img[data-brand="portodoacu"]{max-width:43% !important;max-height:66px !important}

.brand-logo:hover img{
  filter:none !important;
  opacity:1 !important;
  transform:scale(1.02) !important;
}

/* Testimonials */
.testimonials-wrap{
  margin-top:58px;
  padding-top:48px;
  border-top:1px solid var(--line);
}
.testimonials-head{
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:50px;
  align-items:end;
  margin-bottom:26px;
}
.testimonials-head h2{
  margin:12px 0 0;
  max-width:720px;
  font-size:clamp(34px,3.8vw,56px);
  line-height:.98;
  letter-spacing:-.05em;
}
.testimonials-head p{
  margin:0;
  max-width:480px;
  color:#5f5f63;
  font-size:14px;
  line-height:1.6;
}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.testimonial-card{
  min-height:285px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  background:#fff;
  border:1px solid rgba(0,0,0,.065);
  border-radius:24px;
}
.testimonial-brand{
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#666;
}
.testimonial-card blockquote{
  margin:26px 0 34px;
  font-size:clamp(20px,2vw,28px);
  line-height:1.18;
  letter-spacing:-.035em;
  color:#111;
}
.testimonial-meta{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding-top:16px;
  border-top:1px solid rgba(0,0,0,.08);
}
.testimonial-meta strong{
  font-size:12px;
  font-weight:750;
}
.testimonial-meta span{
  font-size:10px;
  color:#777;
}

@media(max-width:1050px){
  .brand-logo{
    height:96px !important;
    min-height:96px !important;
  }
  .testimonials-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:700px){
  .brand-logo{
    height:64px !important;
    min-height:64px !important;
    padding:8px 12px !important;
  }
  .brand-logo img{
    max-height:39px !important;
    max-width:75% !important;
  }
  .brand-logo img[data-brand="cocacola"]{max-width:66% !important}
  .brand-logo img[data-brand="monster"]{max-width:61% !important}
  .brand-logo img[data-brand="bodytech"]{max-width:72% !important}
  .brand-logo img[data-brand="brasas"]{max-width:62% !important}
  .brand-logo img[data-brand="maplebear"]{max-width:39% !important}
  .brand-logo img[data-brand="portodoacu"]{max-width:45% !important}

  .testimonials-wrap{
    margin-top:34px;
    padding-top:32px;
  }
  .testimonials-head{
    display:block;
    margin-bottom:18px;
  }
  .testimonials-head h2{
    font-size:36px;
    margin-top:10px;
  }
  .testimonials-head p{
    display:none;
  }
  .testimonials-grid{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    margin-right:calc((100vw - 100%) * -1);
    padding-right:18px;
  }
  .testimonials-grid::-webkit-scrollbar{display:none}
  .testimonial-card{
    flex:0 0 min(78vw,320px);
    min-height:245px;
    scroll-snap-align:start;
    padding:21px;
    border-radius:20px;
  }
  .testimonial-card blockquote{
    margin:20px 0 26px;
    font-size:22px;
  }
}



/* =========================================================
   V14.4 — fix definitive logo clipping
   ========================================================= */
.brand-logo{
  overflow:visible !important;
  height:116px !important;
  min-height:116px !important;
  padding:18px 24px !important;
}
.brand-logo img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:76% !important;
  max-height:72px !important;
  object-fit:contain !important;
  object-position:center center !important;
}
.brand-logo img[data-brand="cocacola"]{max-width:60% !important; max-height:64px !important}
.brand-logo img[data-brand="monster"]{max-width:58% !important; max-height:60px !important}
.brand-logo img[data-brand="bodytech"]{max-width:72% !important; max-height:68px !important}
.brand-logo img[data-brand="brasas"]{max-width:54% !important; max-height:72px !important}
.brand-logo img[data-brand="maplebear"]{max-width:34% !important; max-height:76px !important}
.brand-logo img[data-brand="portodoacu"]{max-width:40% !important; max-height:70px !important}

@media(max-width:700px){
  .brand-logo{
    height:74px !important;
    min-height:74px !important;
    padding:10px 12px !important;
  }
  .brand-logo img{
    max-width:74% !important;
    max-height:44px !important;
  }
  .brand-logo img[data-brand="cocacola"]{max-width:62% !important; max-height:38px !important}
  .brand-logo img[data-brand="monster"]{max-width:58% !important; max-height:36px !important}
  .brand-logo img[data-brand="bodytech"]{max-width:72% !important; max-height:42px !important}
  .brand-logo img[data-brand="brasas"]{max-width:56% !important; max-height:44px !important}
  .brand-logo img[data-brand="maplebear"]{max-width:34% !important; max-height:46px !important}
  .brand-logo img[data-brand="portodoacu"]{max-width:42% !important; max-height:42px !important}
}



/* V15 — Identidade oficial AMF. Source: Brand Sheet Oficial v1.0.
   No geometry is reconstructed with type or CSS; images derive from approved artwork. */
:root{--amf-black:#000000;--cyan:#00AEEF;--magenta:#E2007A;--yellow:#FFF200}
.amf-official{display:block;object-fit:contain;object-position:center;max-width:100%;height:auto;flex-shrink:0;filter:none;opacity:1}
#nav{height:78px;background:rgba(255,255,255,.94);color:#111;border-color:rgba(255,255,255,.75);padding:0 14px 0 26px;gap:24px;box-shadow:0 8px 30px rgba(0,0,0,.08)}
#nav.scrolled{background:rgba(255,255,255,.94);color:#111}
.amf-home-link{display:inline-flex;align-items:center;justify-content:flex-start;min-height:48px;flex-shrink:0;width:186px;border-radius:3px}
.amf-nav-wordmark{width:186px;height:auto}
#nav .navcta{background:#000;color:#fff;min-height:46px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;gap:7px}
#nav .links{gap:23px;min-width:0}
#nav .links>a:not(.navcta){opacity:1}
#nav .amf-nav-cta-text{display:inline}
.hero{background:#000;padding-top:136px}
.amf-hero-signature{margin:0 0 25px;line-height:0}
.amf-hero-logo{width:285px;height:auto}
.hero-copy .title-xl{font-size:clamp(48px,5.1vw,78px);line-height:.99;letter-spacing:-.057em}
.hero-copy p{margin:25px 0 25px}
.amf-structure-heading{display:flex;align-items:center;gap:20px;margin-bottom:22px}
.amf-symbol-surface{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:122px;min-height:54px;padding:7px;background:#fff;border-radius:8px}
.amf-structure-symbol{width:108px;height:auto}
.mobile-structure-copy .amf-structure-heading{gap:13px;margin-bottom:17px}
.amf-cta-signature{position:relative;z-index:1;line-height:0;margin:0 0 28px}
.amf-cta-logo{width:268px;height:auto}
.amf-footer-link{display:inline-block;max-width:100%;line-height:0}
.amf-footer-logo{width:280px;height:auto}
.footer-brand-col p{margin-top:20px}
a:focus-visible,button:focus-visible{outline:3px solid #006e9e;outline-offset:5px}
.hero a:focus-visible,.cta a:focus-visible{outline-color:#00AEEF}
@media(min-width:701px) and (max-width:1100px){
 .amf-home-link,.amf-nav-wordmark{width:168px}
 .hero-copy .title-xl{font-size:clamp(50px,7vw,72px)}
}
@media(max-width:700px){
 #nav{top:8px;height:62px;width:calc(100% - 16px);padding:0 10px 0 18px;gap:10px}
 .amf-home-link{width:138px;min-height:44px}
 .amf-nav-wordmark{width:138px}
 #nav .links{gap:0}
 #nav .navcta{min-width:0;min-height:42px;padding:11px 13px;font-size:12px}
 #nav .navcta>.amf-nav-cta-text{display:inline!important}
 #nav .amf-nav-cta-text{font-size:0}
 #nav .amf-nav-cta-text::after{content:'Orçamento';font-size:12px}
 .hero{padding-top:89px!important}
 .hero-copy{margin-top:5px!important}
 .hero-copy .title-xl{font-size:clamp(39px,11.7vw,55px)!important;line-height:.99!important;letter-spacing:-.053em!important}
 .amf-hero-signature{margin:0 0 19px}
 .amf-hero-logo{width:206px}
 .amf-cta-logo{width:224px}
 .cta-box{min-height:490px!important}
 .amf-cta-signature{margin-bottom:25px}
 .amf-footer-logo{width:255px}
 .footer-pro{padding-bottom:66px}
}
@media(max-width:360px){
 .amf-home-link,.amf-nav-wordmark{width:120px}
 #nav{padding-left:14px}
 #nav .navcta{padding:10px;font-size:11px}
 #nav .amf-nav-cta-text::after{font-size:11px}
}
@media(prefers-reduced-motion:reduce){.amf-official{animation:none;transition:none}}

@media(max-width:700px){
.mobile-project-card[data-project="escola-eleva"] .mobile-project-media{position:relative;aspect-ratio:4/5;min-height:0;overflow:hidden}
.mobile-project-card[data-project="escola-eleva"] .mobile-fit-contain{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center center;background:#111}
}

/* Keep swipe regions within the mobile viewport. */
@media(max-width:700px){
 .testimonials-grid,.portfolio-grid{margin-right:0!important;max-width:100%;padding-right:0!important}
 .logos.brand-logo-grid{grid-template-rows:repeat(2,74px)}
}
