:root {
  --orange: #f1613a;

  --orange-text: #b8420f;

  --ink: #171717;
  --muted: #6b6b70;
  --paper: #f4f4f5;
  --line: #e0e0e2;
  --white: #fff;

  --whatsapp: #0a7a3d;

  --fonte-titulo: "Poppins", "Segoe UI", Arial, Helvetica, sans-serif;
  --fonte-texto: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;

  --fonte-marca: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--fonte-texto); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -60px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 100; background: rgba(244,244,245,.92); border-bottom: 1px solid rgba(23,23,23,.12); backdrop-filter: blur(15px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }

.brand-name { display: inline-flex; align-items: baseline; color: var(--ink); font-family: var(--fonte-marca); font-size: 29px; letter-spacing: -.035em; }
.brand-name b { font-weight: 800; }
.brand-name i { font-weight: 400; font-style: italic; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 16px; font-weight: 700; }

.site-header nav a { position: relative; padding: 12px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--orange); transition: width .25s; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; place-items: center; min-width: 44px; min-height: 44px; background: none; border: 0; padding: 12px; cursor: pointer; }

.menu-icon { display: grid; gap: 5px; width: 26px; }
.menu-icon i { display: block; height: 2px; background: var(--ink); transition: transform .25s, opacity .2s; }
.menu-icon.is-open i:first-child { transform: translateY(7px) rotate(45deg); }
.menu-icon.is-open i:nth-child(2) { opacity: 0; }
.menu-icon.is-open i:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { padding-top: 84px; min-height: 100svh; overflow: hidden; }

.hero-grid { min-height: min(calc(100svh - 84px), 62vw); display: grid;
  grid-template-columns: minmax(0, min(700px, 50%)) minmax(0, 1fr);
  align-items: center; gap: 56px; padding-top: 54px; padding-bottom: 48px;
  padding-left: max(24px, calc((100% - 1440px) / 2)); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; text-transform: uppercase; letter-spacing: .11em; font-size: 15px; font-weight: 800; }
.eyebrow > span { width: 28px; height: 3px; background: var(--orange); }

.hero h1, .section-heading h2, .dark-intro h2, .about-copy h2, .contact-head h2 { margin: 0; font-family: var(--fonte-titulo); font-size: clamp(38px, 6.2vw, 96px); line-height: .9; letter-spacing: -.045em; font-weight: 800; }

h1 em, h2 em { color: var(--orange-text); font-style: italic; font-weight: 600; }
.hero-lead { max-width: 640px; margin: 32px 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: #4a4a4f; }
.button-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 17px 20px 17px 24px; background: var(--ink); color: white; border: 1px solid var(--ink); font-size: 14px; font-weight: 800; transition: .25s; }
.button-primary span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--orange); font-size: 17px; }

.icone-wa { width: 1.35em; height: 1.35em; flex: 0 0 auto; color: currentColor; }
.button-primary .icone-wa { margin-right: -18px; }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-text); border-color: var(--orange-text); transform: translateY(-2px); }
.button-primary:hover span { background: var(--ink); }

.hero-photo { position: relative; align-self: stretch; margin: -54px 0 -48px; overflow: hidden; background: #e4e4e7; isolation: isolate; }

.hero-photo::before { content: ""; position: absolute; z-index: 2; inset: auto 0 0 0; height: 46%;
  background: linear-gradient(to top, rgba(23,23,23,.93) 0%, rgba(23,23,23,.86) 16%, rgba(23,23,23,.45) 42%, rgba(23,23,23,.15) 70%, transparent 100%); pointer-events: none; }

.hero-photo figcaption { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 0 32px 26px;
  display: grid; gap: 6px; max-width: 38em; }

.hero-photo figcaption strong { color: #fff; font-size: clamp(18px, 1.4vw, 22px); font-weight: 700; line-height: 1.3; text-transform: uppercase; letter-spacing: .04em; }

.hero-photo figcaption span { color: #d9d9dc; font-size: clamp(14px, 1vw, 15px); font-weight: 600; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.hero-photo::after { content: ""; position: absolute; z-index: 2; inset: 0; box-shadow: inset 0 0 0 1px rgba(23,23,23,.12); pointer-events: none; }

.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 70px; }

.section-heading h2, .dark-intro h2, .about-copy h2, .contact-head h2 { font-size: clamp(48px, 6vw, 84px); line-height: 1; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.65; font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: flex; flex-direction: column; gap: 26px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s; overflow: hidden; }
.service-card:hover { background: white; }
.service-top { display: block; }

.service-visual { position: relative; width: 100%; aspect-ratio: 3 / 2; transition: transform .4s; overflow: hidden; background: var(--line); }

.service-visual::before { content: ""; position: absolute; inset: 0; z-index: 3;
  background-size: cover; background-position: center; background-repeat: no-repeat; }
.service-visual.labels::before { background-image: url(../images/cat-01-adesivos.jpg); }
.service-visual.banner::before { background-image: url(../images/cat-02-lonas.jpg); }
.service-visual.signs::before  { background-image: url(../images/cat-03-placas.jpg); }
.service-visual.prints::before   { background-image: url(../images/cat-04-impressos.jpg); }
.service-visual.plotagem::before { background-image: url(../images/cat-05-plotagem.jpg); }
.service-visual.embalagens::before { background-image: url(../images/cat-06-embalagens.jpg); }
.service-card:hover .service-visual { transform: rotate(2deg) translateY(-5px); }
.service-visual span { position: absolute; display: block; }
.service-visual.labels span:nth-child(1) { inset: 20px 32px 20px 22px; border-radius: 50%; background: var(--orange); }
.service-visual.labels span:nth-child(2) { width: 49%; aspect-ratio: 1; right: 0; top: 5px; border-radius: 50%; background: var(--ink); border: 18px solid white; }
.service-visual.labels span:nth-child(3) { width: 38%; height: 28%; left: 0; bottom: 5px; background: white; border: 2px solid var(--ink); transform: rotate(-7deg); }
.service-visual.banner span:nth-child(1) { width: 76%; height: 54%; right: 0; top: 15px; background: var(--ink); transform: rotate(4deg); }
.service-visual.banner span:nth-child(2) { width: 82%; height: 54%; left: 0; bottom: 6px; background: var(--orange); transform: rotate(-5deg); }
.service-visual.banner span:nth-child(3) { width: 2px; height: 92%; left: 12%; top: 3%; background: var(--ink); }
.service-visual.signs span:nth-child(1) { width: 65%; height: 42%; left: 5%; top: 20%; background: white; border: 3px solid var(--ink); transform: rotate(-5deg); }
.service-visual.signs span:nth-child(2) { width: 54%; height: 35%; right: 0; bottom: 10%; background: var(--orange); transform: rotate(7deg); }
.service-visual.signs span:nth-child(3) { width: 3px; height: 70%; left: 50%; bottom: 0; background: var(--ink); z-index: -1; }
.service-visual.prints span:nth-child(1) { width: 51%; height: 75%; left: 10%; bottom: 3%; background: var(--ink); transform: rotate(-7deg); }
.service-visual.prints span:nth-child(2) { width: 48%; height: 70%; right: 3%; top: 4%; background: white; border: 2px solid var(--ink); transform: rotate(8deg); }
.service-visual.prints span:nth-child(3) { width: 42%; height: 12%; right: 8%; top: 23%; background: var(--orange); transform: rotate(8deg); }
.service-content { max-width: 85%; }
.service-content h3 { margin: 0 0 12px; font: 700 clamp(24px, 3vw, 34px)/1.15 var(--fonte-titulo); letter-spacing: -.035em; }
.service-content p { margin: 0; color: var(--muted); line-height: 1.6; }
.special-row { display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 34px; }
.special-block { padding: 60px; background: var(--orange); }
.mini-label { margin: 0 0 38px; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.special-block h3 { margin: 0 0 24px; max-width: 600px; font: 800 clamp(42px, 5vw, 68px)/1 var(--fonte-titulo); letter-spacing: -.06em; }
.special-block h3 em { display: block; color: white; font-weight: 600; }
.special-block > p:last-child { margin: 0; max-width: 600px; line-height: 1.6; font-size: 18px; }
.reseller-block { display: flex; align-items: center; gap: 34px; padding: 50px; background: white; border: 1px solid var(--line); border-left: 0; }
.reseller-mark { font: 400 94px/1 var(--fonte-texto); color: var(--orange); }
.reseller-block .reseller-text { margin: 0; font-size: 20px; line-height: 1.5; }

.section-dark { padding: 130px 0; background: var(--ink); color: white; }
.eyebrow.light { color: #cfcfd4; }
.dark-intro { border-bottom: 1px solid #3a3a3c; padding-bottom: 66px; }
.differential-grid { display: grid; grid-template-columns: repeat(2, 1fr); }

.differential-grid article { position: relative; min-height: 400px; padding: 62px 62px 0 0; border-right: 1px solid #3a3a3c; }

.diff-icone { width: clamp(56px, 5vw, 80px); height: clamp(56px, 5vw, 80px); color: var(--orange); }
.differential-grid article + article { padding-left: 62px; padding-right: 0; border-right: 0; }
.differential-grid h3 { margin: 26px 0 20px; font: 800 clamp(36px, 4.5vw, 58px)/1 var(--fonte-titulo); letter-spacing: -.05em; }
.differential-grid p { max-width: 450px; margin: 0; color: #b4b4b8; font-size: 17px; line-height: 1.65; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 90px; }
.about-year { position: relative; min-height: 360px; display: grid; place-content: center; background: var(--orange); color: var(--ink); overflow: hidden; }
.about-year::before, .about-year::after { content: ""; position: absolute; border: 1px solid rgba(23,23,23,.35); border-radius: 50%; }
.about-year::before { width: 80%; aspect-ratio: 1; left: -25%; top: -20%; }
.about-year::after { width: 60%; aspect-ratio: 1; right: -24%; bottom: -15%; }

.about-year strong { font: 800 clamp(130px, 19vw, 270px)/.9 var(--fonte-titulo); letter-spacing: -.09em; margin-right: .09em; }
.about-year i { justify-self: end; margin-right: 10px; margin-top: 20px; font-size: 14px; font-style: normal; text-transform: uppercase; letter-spacing: .14em; }

.about-copy .about-texto { max-width: 640px; margin: 26px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }

.contact-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.contact-head > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); line-height: 1.65; font-size: 18px; }
.contact-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; padding-top: 56px; }

.contact-list { display: grid; grid-template-columns: 145px minmax(0, 1fr); border-top: 1px solid var(--ink); }
.contact-list dt { padding: 26px 20px 26px 0; border-bottom: 1px solid var(--line);
  text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: .11em; color: var(--muted); }
.contact-list dd { margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); }

.contact-list dd a { display: block; width: fit-content; max-width: 100%; padding: 9px 0;
  font-size: 18px; font-weight: 700; overflow-wrap: anywhere; }
.contact-list dd p { margin: 0 0 10px; line-height: 1.6; }

.contact-horario { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 22px; align-items: baseline; }
.contact-horario span:nth-child(odd) { color: var(--muted); }
.contact-list dd p:last-child { margin-bottom: 0; }

.contact-list .contact-destaque a { padding: 8px 0; font: 700 clamp(27px, 3vw, 40px)/1.1 var(--fonte-titulo); letter-spacing: -.04em; }
.contact-list .contact-destaque i { font-style: normal; font-size: 22px; color: var(--orange-text); display: inline-block; transition: transform .2s; }
.contact-list .contact-destaque a:hover i, .contact-list .contact-destaque a:focus-visible i { transform: translate(3px, -3px); }
.contact-list .contact-redes { display: flex; gap: 36px; }

.contact-list .contact-redes a { display: inline-flex; align-items: center; min-height: 44px; gap: 9px; font-size: 15px; font-weight: 800; }
.icone-rede { width: 18px; height: 18px; flex: none; }
.contact-list .contact-redes a:hover { color: var(--orange-text); }
.map-card { min-height: 565px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; background: #e8e8ea; overflow: hidden; }

.map-espaco { flex: 1; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.map-espaco img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.map-espaco::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0 0; height: 58%;
  background: linear-gradient(to top, rgba(23,23,23,.92), rgba(23,23,23,.7) 50%, rgba(23,23,23,0)); }

.map-info { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: end; gap: 14px 24px; padding: 28px; }
.map-acao { display: grid; justify-items: end; }
.map-info .map-endereco { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.5; color: #fff; }

.map-botao { display: inline-flex; align-items: center; min-height: 44px; padding: 11px 22px; border: 0; background: var(--orange); color: var(--ink); font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s; }

.map-botao:hover, .map-botao:focus-visible { background: #fff; }

.map-card iframe { flex: 1; width: 100%; border: 0; display: block; }
.map-caption { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 28px; background: var(--ink); color: white; }
.map-caption span { font-size: 14px; color: #b9b9be; }
.map-caption a { font-size: 14px; font-weight: 700; padding: 12px 0; }
.map-caption a:hover, .map-caption a:focus-visible { color: var(--orange); }

footer { padding: 34px 0; background: var(--ink); color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand .brand-name { color: white; font-size: 23px; }
.footer-copy { color: #8b8b91; font-size: 14px; }

.footer-topo { display: grid; place-items: center; min-width: 44px; min-height: 44px; }

.icone-topo { width: 18px; height: 18px; }
.footer-topo:hover { color: var(--orange); }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; align-items: center; gap: 10px; padding: 13px 18px; background: var(--whatsapp); color: white; border-radius: 999px; box-shadow: 0 12px 30px rgba(23,23,23,.25); font-size: 15px; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float .icone-wa { width: 22px; height: 22px; }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 720px); }
  .section, .section-dark { padding: 92px 0; }
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 83px; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; }

  .hero-grid { grid-template-columns: minmax(0, 1fr); padding-top: 74px;
    width: min(100% - 32px, 720px); margin-inline: auto; padding-left: 0; }

  .hero-photo { width: min(100%, 600px); justify-self: center; align-self: center; margin: 0; aspect-ratio: 4 / 5; height: auto; }
  .hero-photo figcaption { padding: 0 20px 18px; }

  .hero-photo::before { height: 54%;
    background: linear-gradient(to top, rgba(23,23,23,.93) 0%, rgba(23,23,23,.88) 30%, rgba(23,23,23,.45) 60%, transparent 100%); }
  .split-heading, .about-grid, .contact-head, .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .split-heading { align-items: start; }
  .service-card { min-height: 410px; }
  .special-row { grid-template-columns: 1fr; }
  .reseller-block { border-left: 1px solid var(--line); }
  .differential-grid { grid-template-columns: minmax(0, 1fr); }
  .differential-grid article, .differential-grid article + article { min-height: 340px; padding: 52px 0; border-right: 0; border-bottom: 1px solid #3a3a3c; }
  .differential-grid article:last-child { border-bottom: 0; }

  .about-year { max-width: 570px; }
  .contact-head { align-items: start; }

  .map-card { min-height: 480px; }
}

@media (max-width: 620px) {
  .map-info { grid-template-columns: minmax(0, 1fr); }
  .map-acao { justify-items: start; }

  .footer-inner { flex-direction: column; gap: 18px; text-align: center; }
  .shell { width: calc(100% - 28px); }
  html { scroll-padding-top: 74px; }
  .site-header { height: 74px; }
  .brand img { width: 50px; height: 50px; }
  .brand-name { font-size: 25px; }
  .site-header nav { top: 73px; }
  .hero { padding-top: 74px; }
  .hero-grid { min-height: auto; padding-top: 58px; gap: 50px; width: calc(100% - 28px); }

  .hero h1 { font-size: clamp(38px, 12vw, 76px); }
  .hero-lead { font-size: 18px; }
  .button-primary { width: 100%; gap: 12px; }
  .hero-photo { aspect-ratio: 4 / 5; }
  .section-heading h2, .dark-intro h2, .about-copy h2, .contact-head h2 { font-size: clamp(36px, 12vw, 48px); }
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service-card { min-height: 420px; }
  .service-visual { width: 100%; }
  .service-content { max-width: 100%; }
  .special-block { padding: 40px 28px; }
  .special-block h3 { font-size: 46px; }
  .reseller-block { padding: 36px 28px; align-items: flex-start; }
  .reseller-mark { font-size: 65px; }
  .dark-intro { padding-bottom: 46px; }
  .differential-grid article, .differential-grid article + article { min-height: 320px; }
  .about-grid { gap: 60px; }
  .about-year strong { font-size: 46vw; }

  .contact-list { grid-template-columns: minmax(0, 1fr); }
  .contact-list dt { padding: 24px 0 0; border-bottom: 0; }
  .contact-list dd { padding: 8px 0 22px; }
  .map-card { min-height: 420px; }
  .map-caption { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 12px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (hover: none) { .service-card:hover .service-visual { transform: none; } }
