/* Esmero | Sites — folha de estilo única
   Tokens → base → componentes → seções → movimento.
   Fontes: Instrument Serif + Instrument Sans (SIL OFL), self-hosted. */

@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-400.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-400-italic.woff") format("woff"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-sans-400.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-sans-700.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #15130F;
  --ink-2: #24211B;
  --paper: #F4F0E8;
  --paper-2: #EAE4D8;
  --card: #FBF9F4;
  --accent: #F2541B;       /* laranja dendê: botões, destaques grandes, detalhes */
  --accent-ink: #B53D12;   /* o mesmo laranja, escurecido para texto pequeno sobre papel (5:1) */
  --muted: #625C52;
  --muted-dark: #A59E92;
  --line: rgba(21, 19, 15, .12);
  --line-strong: rgba(21, 19, 15, .2);
  --line-dark: rgba(244, 240, 232, .11);
  --wa: #25D366;
  --font-display: "Instrument Serif", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --container: 1200px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --section-y: clamp(4.5rem, 3rem + 6vw, 8rem);
  --shadow-1: 0 1px 2px rgba(21, 19, 15, .05), 0 6px 16px -8px rgba(21, 19, 15, .12);
  --shadow-2: 0 1px 2px rgba(21, 19, 15, .06), 0 12px 28px -12px rgba(21, 19, 15, .22), 0 32px 64px -32px rgba(21, 19, 15, .28);
  --shadow-3: 0 2px 4px rgba(21, 19, 15, .06), 0 20px 40px -16px rgba(21, 19, 15, .28), 0 48px 80px -40px rgba(21, 19, 15, .35);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.6 var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
/* grão de papel: um ruído SVG bem sutil por cima de tudo */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.018em; line-height: 1.02; margin: 0; }
h1 em, h2 em { font-style: italic; color: var(--accent); }
h2 { font-size: clamp(2.3rem, 1.35rem + 3.7vw, 4.3rem); }
::selection { background: var(--accent); color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25rem; height: 1.25rem; flex: none; }
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1.1rem; border-radius: 10px; background: var(--ink); color: var(--paper); font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 1rem; }

/* ---------- Tipografia de apoio ---------- */
.eyebrow {
  display: flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink);
}
.eyebrow .num { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.eyebrow .num::after { content: ""; width: 2rem; height: 1px; background: currentColor; opacity: .45; }
.eyebrow .icon { width: 1rem; height: 1rem; }
.lead { font-size: clamp(1.0625rem, 1rem + .3vw, 1.2rem); line-height: 1.6; color: var(--muted); max-width: 36rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link .icon { width: 1rem; height: 1rem; transition: transform .3s var(--ease); }
.text-link:hover .icon { transform: translateX(4px); }

/* ---------- Botões ---------- */
.btn {
  --h: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: var(--h); max-width: 100%; padding: 0 1.35rem;
  border: 1px solid transparent; border-radius: 999px;
  font: 700 1rem/1.15 var(--font-sans); letter-spacing: .005em; text-align: center; text-decoration: none;
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s, border-color .25s, color .25s;
}
.btn .icon { width: 1.2rem; height: 1.2rem; }
.btn .arrow { width: 1.1rem; height: 1.1rem; transition: transform .3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--primary { background: var(--accent); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 10px 24px -10px rgba(242, 84, 27, .75); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 18px 34px -12px rgba(242, 84, 27, .85); }
.btn--primary:active, .btn--dark:active { transform: translateY(0); }
.btn--ghost { color: inherit; background: transparent; border-color: color-mix(in oklab, currentColor 28%, transparent); }
.btn--ghost:hover { border-color: currentColor; background: color-mix(in oklab, currentColor 6%, transparent); }
.btn--dark { background: var(--ink); color: var(--paper); box-shadow: 0 10px 24px -12px rgba(21, 19, 15, .6); }
.btn--dark:hover { transform: translateY(-2px); background: #000; }
.btn--sm { --h: 44px; padding: 0 1.05rem; font-size: .94rem; }
.btn--lg { --h: 60px; padding: 0 1.75rem; font-size: 1.06rem; }

/* ---------- Cabeçalho ---------- */
.site-header { position: sticky; top: 0; z-index: 60; }
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: color-mix(in oklab, var(--paper) 84%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 1px 0 var(--line);
  transition: opacity .3s;
}
.site-header.is-scrolled::before, .menu-open .site-header::before { opacity: 1; }
.header-inner { display: flex; align-items: center; gap: 2rem; height: 76px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .32rem; min-height: 44px; margin-right: auto; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: auto; height: 1.45rem; overflow: visible; transition: transform .35s var(--ease); }
.brand:hover .brand-logo { transform: translateY(-1px); }
.brand-sub { margin-left: .1rem; font-size: .6rem; font-weight: 700; line-height: 1; letter-spacing: .34em; text-transform: uppercase; opacity: .7; }
.nav { display: none; gap: 1.9rem; }
.nav a { position: relative; padding: .7rem 0; font-size: .95rem; text-decoration: none; }
.nav a::after, .footer-col a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .45rem; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease);
}
.nav a:hover::after, .footer-col a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: none; }
.menu-toggle {
  display: inline-grid; place-content: center; gap: 6px; width: 46px; height: 46px; padding: 0;
  border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer;
}
.menu-toggle span { display: block; width: 18px; height: 1.6px; background: currentColor; transition: transform .3s var(--ease); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.8px) rotate(-45deg); }
.mobile-menu {
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px -24px rgba(21, 19, 15, .28);
  visibility: hidden; opacity: 0; transform: translateY(-8px);
  transition: opacity .25s, transform .25s var(--ease), visibility 0s .25s;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .25s, transform .25s var(--ease); }
.mobile-menu nav { display: grid; padding-block: .25rem 1.25rem; }
.mobile-menu a { display: flex; align-items: baseline; gap: .9rem; padding: .9rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 2rem; line-height: 1.1; text-decoration: none; }
.mobile-menu .menu-cta { align-items: center; justify-content: center; gap: .6rem; margin-top: 1.25rem; padding: 0 1.35rem; border-bottom: 0; font-family: var(--font-sans); font-size: 1rem; line-height: 1.15; }
.mobile-menu a span { font-family: var(--font-sans); font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: var(--accent-ink); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(1.25rem, .25rem + 4vw, 4rem) 0 clamp(4rem, 3rem + 5vw, 7rem); overflow: clip; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(to right, rgba(21, 19, 15, .07) 1px, transparent 1px), linear-gradient(to bottom, rgba(21, 19, 15, .07) 1px, transparent 1px);
  background-size: 64px 64px; background-position: center top;
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 72% 42%, #000 25%, transparent 75%);
  mask-image: radial-gradient(ellipse 75% 65% at 72% 42%, #000 25%, transparent 75%);
}
.hero-grid { position: relative; display: grid; gap: clamp(2.75rem, 1.5rem + 4vw, 4rem); align-items: center; }
.hero-title { font-size: clamp(2.75rem, 1.35rem + 5.7vw, 6rem); line-height: .98; letter-spacing: -.022em; margin: 0 0 1.5rem; }
.hero-title .line { display: block; }
.hero .lead { margin: 0 0 2rem; max-width: 33rem; font-size: clamp(1.08rem, 1rem + .4vw, 1.3rem); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.75rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; margin: 0; padding: 0; list-style: none; font-size: .95rem; }
.hero-proof li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-proof .icon { width: 1.1rem; height: 1.1rem; color: var(--accent-ink); }

.swash { position: relative; display: inline-block; font-style: italic; color: var(--accent); }
.swash svg { position: absolute; left: -2%; bottom: -.1em; width: 104%; height: .26em; overflow: visible; }
.swash path { fill: none; stroke: var(--accent); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.1s .75s cubic-bezier(.6, 0, .2, 1) forwards; }

/* composição do hero: busca → site → WhatsApp. Tudo em cqw para escalar junto. */
.hero-art { position: relative; }
.hero-art::before {
  content: ""; position: absolute; inset: 8% 4% 4% 10%; border-radius: 50%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(242, 84, 27, .26), rgba(242, 84, 27, 0));
  filter: blur(10px);
}
.art {
  position: relative; width: 100%; max-width: 560px; margin-inline: auto; aspect-ratio: 1 / 1.02;
  container-type: inline-size;
  transform: perspective(1400px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .7s var(--ease);
}
.crop { position: absolute; width: 4.5cqw; height: 4.5cqw; opacity: .45; pointer-events: none; }
.crop--tl { top: 0; left: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.crop--tr { top: 0; right: 0; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.crop--bl { bottom: 0; left: 0; border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.crop--br { bottom: 0; right: 0; border-bottom: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.art-piece { position: absolute; font-size: 2.35cqw; line-height: 1.35; animation: pop 1s var(--ease) both, floaty 8s ease-in-out 1.4s infinite; }

.art-search {
  left: 3%; top: 10%; width: 58%; z-index: 2; rotate: -3deg; animation-delay: .35s, 1.6s;
  padding: 1.1em; border-radius: 1.4em; background: #FFFDF8; border: 1px solid var(--line); box-shadow: var(--shadow-2);
}
.s-bar { display: flex; align-items: center; gap: .6em; height: 2.7em; padding: 0 1em; border-radius: 99px; background: var(--paper); border: 1px solid var(--line); font-size: .95em; }
.s-bar svg { width: 1.2em; height: 1.2em; color: var(--muted); }
.s-result { padding: 1.05em .25em 0; }
.s-site { display: flex; align-items: center; gap: .6em; }
.s-fav { display: grid; place-items: center; width: 2.1em; height: 2.1em; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--font-display); font-size: 1em; }
.s-site-txt { display: grid; line-height: 1.2; }
.s-site-txt b { font-size: .9em; }
.s-site-txt small { font-size: .78em; color: var(--muted); }
.s-title { margin: .75em 0 .3em; font-size: 1.2em; font-weight: 700; line-height: 1.2; }
.s-desc { margin: 0; font-size: .92em; line-height: 1.45; color: var(--muted); }
.s-open { display: flex; align-items: center; gap: .45em; margin: .75em 0 0; font-size: .85em; font-weight: 700; color: #1C7443; }
.s-open i, .p-chip i { width: .6em; height: .6em; border-radius: 50%; background: #22A559; animation: pulse 2.2s infinite; }

.art-phone {
  left: 45%; top: 1%; width: 44%; aspect-ratio: 9 / 18.6; z-index: 3; rotate: 4deg; animation-delay: .5s, 2s;
  padding: 1.3cqw; border-radius: 6.4cqw; background: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 34px 60px -22px rgba(21, 19, 15, .55), 0 14px 24px -14px rgba(21, 19, 15, .35);
}
.p-screen { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: 5.1cqw; background: #FFFDF8; font-size: 2.05cqw; }
.p-status { display: flex; justify-content: space-between; align-items: center; padding: 1em 1.5em .3em; font-size: .8em; font-weight: 700; }
.p-icons { display: flex; gap: .3em; }
.p-icons i { display: block; width: .95em; height: .6em; border-radius: 2px; background: currentColor; }
.p-icons i:first-child { width: .6em; }
.p-nav { display: flex; justify-content: space-between; align-items: center; padding: .55em 1.2em; }
.p-logo { display: flex; align-items: center; gap: .4em; font-family: var(--font-display); font-size: 1.2em; }
.p-logo i { width: .75em; height: .75em; border-radius: 50%; background: var(--accent); }
.p-burger { display: grid; gap: .28em; }
.p-burger i { display: block; width: 1.2em; height: 2px; background: var(--ink); }
.p-hero {
  position: relative; overflow: hidden; margin: .5em .75em 0; padding: 1.1em 1em 1.2em; border-radius: 1.3em; color: var(--paper);
  background:
    radial-gradient(circle at 85% 15%, rgba(242, 84, 27, .6), transparent 45%),
    radial-gradient(circle at 5% 95%, rgba(244, 240, 232, .16), transparent 50%),
    linear-gradient(160deg, #2C2822, var(--ink));
}
.p-chip { display: inline-flex; align-items: center; gap: .4em; padding: .35em .7em; border-radius: 99px; background: rgba(244, 240, 232, .12); border: 1px solid rgba(244, 240, 232, .2); font-size: .72em; font-weight: 700; }
.p-title { margin: .6em 0 .85em; font-family: var(--font-display); font-size: 1.9em; line-height: 1.02; }
.p-title em { color: #FF8A5C; }
.p-btn { display: inline-flex; align-items: center; gap: .45em; padding: .7em 1em; border-radius: 99px; background: var(--wa); color: #0B2E17; font-size: .76em; font-weight: 700; }
.p-btn svg { width: 1.2em; height: 1.2em; }
.p-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5em; margin: .9em .75em 0; }
.p-cards span { aspect-ratio: 1; border-radius: .8em; background: var(--paper-2); }
.p-cards span:first-child { background: rgba(242, 84, 27, .22); }
.p-lines { display: grid; gap: .5em; margin: .95em .95em 0; }
.p-lines i { display: block; height: .5em; border-radius: 99px; background: var(--paper-2); }
.p-lines i:nth-child(2) { width: 72%; }
.p-lines i:nth-child(3) { width: 84%; }
.p-screen { position: relative; }
.p-list { display: grid; gap: .55em; margin: 1em .75em 0; }
.p-list span { display: flex; align-items: center; gap: .6em; padding: .55em; border: 1px solid var(--line); border-radius: .85em; background: var(--paper); }
.p-list i { flex: none; width: 1.9em; height: 1.9em; border-radius: .6em; background: rgba(242, 84, 27, .2); }
.p-list b { flex: 1; height: .5em; border-radius: 99px; background: var(--paper-2); }
.p-list span:last-child b { margin-right: 3.2em; }
.p-fab { position: absolute; right: .9em; bottom: .9em; display: grid; place-items: center; width: 3.3em; height: 3.3em; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 .6em 1.2em -.5em rgba(0, 0, 0, .45); }
.p-fab svg { width: 1.65em; height: 1.65em; }

.art-chat {
  left: 7%; top: 63%; width: 57%; z-index: 4; rotate: -2deg; animation-delay: .7s, 2.4s;
  padding: 1.05em 1.2em 1.15em; border-radius: 1.45em;
  background: rgba(255, 253, 248, .94); border: 1px solid var(--line); box-shadow: var(--shadow-2);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.c-head { display: flex; align-items: center; gap: .55em; font-size: .85em; color: var(--muted); }
.c-app { display: grid; place-items: center; width: 1.9em; height: 1.9em; border-radius: .55em; background: var(--wa); color: #fff; }
.c-app svg { width: 1.15em; height: 1.15em; }
.c-head b { color: var(--ink); }
.c-head small { margin-left: auto; font-size: .95em; }
.c-from { margin: .7em 0 .1em; font-weight: 700; }
.c-msg { margin: 0; }

.art-tag {
  position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: .55em;
  padding: .4em .9em .4em .4em; border-radius: 99px; background: var(--ink); color: var(--paper);
  font-size: 2.05cqw; font-weight: 700; letter-spacing: .02em; white-space: nowrap;
  box-shadow: 0 10px 22px -10px rgba(21, 19, 15, .6);
  animation: pop .8s var(--ease) both;
}
.art-tag b { display: grid; place-items: center; min-width: 2em; height: 2em; border-radius: 99px; background: var(--accent); color: var(--ink); font-size: .85em; }
.art-tag--1 { left: 0; top: 4%; animation-delay: 1s; }
.art-tag--2 { left: 77%; top: 40%; animation-delay: 1.15s; }
.art-tag--3 { left: 2%; top: 58%; animation-delay: 1.3s; }
.art-badge {
  position: absolute; z-index: 5; right: 3%; bottom: 5%; display: inline-flex; align-items: center; gap: .45em;
  padding: .55em 1em; border-radius: 99px; background: #FFFDF8; border: 1px solid rgba(242, 84, 27, .45); color: var(--ink);
  font-size: 2.05cqw; font-weight: 700; box-shadow: var(--shadow-1); animation: pop .8s 1.45s var(--ease) both;
}
.art-badge svg { width: 1.2em; height: 1.2em; color: var(--accent); }

/* ---------- Faixa ---------- */
.marquee { overflow: hidden; background: var(--ink); color: var(--paper); border-block: 1px solid #000; }
.marquee-track { display: flex; width: max-content; animation: marquee 50s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group {
  display: flex; align-items: center; flex-shrink: 0; gap: 1.5rem; margin: 0; padding: 1.1rem 1.5rem 1.1rem 0; list-style: none;
  font-family: var(--font-display); font-size: clamp(1.35rem, 1.1rem + 1vw, 2rem); line-height: 1.2; white-space: nowrap;
}
.marquee-lead { font-style: italic; color: var(--accent); }
.marquee svg { width: .55em; height: .55em; color: var(--accent); }

/* ---------- Seções ---------- */
.section { position: relative; padding-block: var(--section-y); }
.section--dark { background: var(--ink); color: var(--paper); }
.section--alt { background: var(--paper-2); }
.section--dark .eyebrow { color: var(--accent); }
.section--dark .eyebrow .num { color: var(--paper); }
.section--dark .lead { color: var(--muted-dark); }
.section-head { display: grid; gap: 1.25rem; max-width: 50rem; margin-bottom: clamp(2.5rem, 1.8rem + 2.5vw, 4.25rem); }
.section-head .eyebrow { margin-bottom: 1.1rem; }
.section-head h2 { font-size: clamp(2.3rem, 1.35rem + 3.7vw, 4.3rem); }
.section-head .lead { margin: 0; }
.section-head--split { max-width: none; }

/* ---------- Trabalhos ---------- */
.work-grid { display: grid; gap: 3rem 1.75rem; }
.work-card { display: grid; gap: 1.25rem; color: inherit; text-decoration: none; }
.browser { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #FFFDF8; box-shadow: var(--shadow-2); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.work-card:hover .browser { transform: translateY(-6px); box-shadow: var(--shadow-3); }
.browser-bar { position: relative; display: flex; align-items: center; height: 38px; padding: 0 .9rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.dots { display: flex; gap: 6px; }
.dots i { width: 9px; height: 9px; border-radius: 50%; background: #D9D2C5; }
.dots i:first-child { background: var(--accent); }
.url {
  position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: .35rem;
  width: min(62%, 16rem); height: 24px; border-radius: 7px; background: var(--paper-2); color: var(--muted); font-size: .78rem; white-space: nowrap;
}
.url svg { width: .8rem; height: .8rem; }
.browser-view { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper-2); }
.browser-view img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 1.2s var(--ease); }
.work-card:hover .browser-view img, .work-card:hover .cover { transform: scale(1.035); }
.cover { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .9rem; padding: 2rem; text-align: center; transition: transform 1.2s var(--ease); }
.cover-kicker { font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.cover-name { font-family: var(--font-display); font-size: clamp(2rem, 1.2rem + 3vw, 3.4rem); line-height: 1; }
.cover-name em { font-style: italic; }
.cover-rule { width: 3rem; height: 1px; }
.cover--nm { background: radial-gradient(120% 90% at 50% 0%, #26394A 0%, #121E28 72%); color: #F1E9DA; }
.cover--nm .cover-kicker, .cover--nm .cover-name em { color: #CDB47A; }
.cover--nm .cover-rule { background: #CDB47A; }
.cover--pb {
  color: var(--ink);
  background:
    linear-gradient(to right, rgba(21, 19, 15, .06) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(to bottom, rgba(21, 19, 15, .06) 1px, transparent 1px) 0 0 / 40px 40px,
    #E9E7E2;
}
.cover-name--sans { font-family: var(--font-sans); font-weight: 700; font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.8rem); letter-spacing: .18em; }
.cover-sub { font-size: .95rem; color: #57534B; }
.work-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; }
.work-meta h3 { margin: 0 0 .35rem; font-size: 1.3rem; letter-spacing: -.01em; }
.work-meta p { margin: 0; max-width: 32rem; color: var(--muted); }
.work-link { display: inline-flex; align-items: center; gap: .35rem; flex: none; padding: .45rem 0; border-bottom: 1px solid currentColor; font-size: .95rem; font-weight: 700; }
.work-link .icon { width: 1rem; height: 1rem; transition: transform .3s var(--ease); }
.work-card:hover .work-link .icon { transform: translate(3px, -3px); }
.tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.tags li { padding: .32rem .7rem; border: 1px solid var(--line-strong); border-radius: 99px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.work-next {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 2rem;
  padding: clamp(1.5rem, 1rem + 2.5vw, 2.75rem); border: 1px dashed rgba(21, 19, 15, .3); border-radius: 24px;
  background: repeating-linear-gradient(135deg, transparent 0 12px, rgba(21, 19, 15, .028) 12px 13px);
}
.work-next-kicker { display: flex; align-items: center; gap: .5rem; margin: 0 0 .55rem; color: var(--accent-ink); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.work-next-kicker .icon { width: 1rem; height: 1rem; }
.work-next-title { margin: 0 0 .5rem; font-family: var(--font-display); font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3rem); line-height: 1.05; }
.work-next-title em { font-style: italic; color: var(--accent); }
.work-next p:last-child { margin: 0; color: var(--muted); }

/* ---------- O que vem (bento) ---------- */
.bento { display: grid; gap: 1rem; }
.tile {
  position: relative; display: flex; flex-direction: column; gap: .7rem; overflow: hidden;
  padding: 1.6rem; border: 1px solid rgba(244, 240, 232, .09); border-radius: 22px;
  background: linear-gradient(180deg, #221F1A, #1A1814);
  transition: transform .45s var(--ease), border-color .45s;
}
.tile::before {
  content: ""; position: absolute; inset: -40% -20% auto auto; width: 70%; aspect-ratio: 1; border-radius: 50%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(242, 84, 27, .16), transparent); opacity: 0; transition: opacity .45s;
}
.tile:hover { transform: translateY(-4px); border-color: rgba(242, 84, 27, .5); }
.tile:hover::before { opacity: 1; }
.tile-icon { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(244, 240, 232, .16); border-radius: 50%; color: var(--accent); }
.tile-icon svg { width: 1.3rem; height: 1.3rem; }
.tile h3 { margin: .3rem 0 0; color: var(--paper); font-size: 1.16rem; }
.tile p { margin: 0; color: var(--muted-dark); font-size: .98rem; line-height: 1.55; }
.tile-art { margin-top: auto; padding-top: 1rem; font-size: .88rem; }
.tile-text { display: flex; flex-direction: column; gap: .7rem; }
.tile--mobile { justify-content: space-between; }
.tile-art--phone { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: .75rem 0 1.75rem; }
.m-phone {
  position: relative; display: grid; align-content: start; gap: 10px; width: 132px; height: 244px; padding: 30px 14px 14px;
  border: 1.5px solid rgba(244, 240, 232, .34); border-radius: 26px;
  background: radial-gradient(120% 60% at 50% 0%, rgba(242, 84, 27, .2), transparent 70%);
}
.m-phone::before { content: ""; position: absolute; top: 11px; left: 50%; width: 38px; height: 6px; border-radius: 6px; background: rgba(244, 240, 232, .25); transform: translateX(-50%); }
.m-phone i { display: block; height: 8px; border-radius: 99px; background: rgba(244, 240, 232, .16); }
.m-phone i:nth-child(1) { width: 62%; height: 18px; background: rgba(244, 240, 232, .32); }
.m-phone i:nth-child(3) { width: 74%; }
.m-phone i:nth-child(4) { width: 86%; }
.m-btn { display: block; height: 28px; margin-top: 10px; border-radius: 99px; background: var(--accent); }
.m-measure { display: flex; align-items: center; gap: .5rem; width: 132px; margin-top: .9rem; color: var(--accent); font-size: .74rem; letter-spacing: .08em; }
.m-measure span { position: relative; flex: 1; height: 1px; background: currentColor; }
.m-measure span::before { content: ""; position: absolute; top: -4px; width: 1px; height: 9px; background: currentColor; }
.m-measure span:first-child::before { left: 0; }
.m-measure span:last-child::before { right: 0; }
.tile-art--wa { display: flex; align-items: center; gap: .5rem; }
.wa-msg { flex: 1; min-width: 0; overflow: hidden; padding: .7rem 1rem; border: 1px solid rgba(244, 240, 232, .1); border-radius: 99px; background: rgba(244, 240, 232, .06); color: var(--paper); white-space: nowrap; text-overflow: ellipsis; }
.wa-send { display: grid; place-items: center; flex: none; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--wa); color: #0B2E17; }
.wa-send svg { width: 1.1rem; height: 1.1rem; }
.tile-art--serp { display: grid; gap: .4rem; padding: .95rem 1rem; border: 1px solid rgba(244, 240, 232, .08); border-radius: 14px; background: rgba(244, 240, 232, .05); }
.tile-art--serp small { color: var(--muted-dark); font-size: .76rem; }
.tile-art--serp b { color: var(--paper); font-size: .98rem; }
.tile-art--serp i { display: block; height: 6px; border-radius: 99px; background: rgba(244, 240, 232, .12); }
.tile-art--serp i:last-child { width: 68%; }
.load-bar { display: block; height: 8px; overflow: hidden; border-radius: 99px; background: rgba(244, 240, 232, .08); }
.load-bar i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--accent), #FFB08A); transform-origin: left; animation: load 2.6s cubic-bezier(.6, 0, .2, 1) infinite; }
.tile-art--load b { display: block; margin-top: .55rem; color: var(--paper); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.tile-art--domain span, .tile-art--files span {
  display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .85rem;
  border: 1px solid rgba(244, 240, 232, .1); border-radius: 10px; background: rgba(244, 240, 232, .06); color: var(--paper);
}
.tile-art--domain svg { width: .9rem; height: .9rem; color: var(--wa); }
.tile-art--hours { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; color: var(--muted-dark); }
.tile-art--hours .open { display: inline-flex; align-items: center; gap: .45rem; padding: .35rem .75rem; border-radius: 99px; background: rgba(37, 211, 102, .12); color: #6EE79C; font-weight: 700; }
.tile-art--hours .open i { width: .5rem; height: .5rem; border-radius: 50%; background: var(--wa); animation: pulse 2.2s infinite; }
.tile-art--edit { display: grid; gap: .45rem; }
.tile-art--edit s { color: var(--muted-dark); text-decoration-color: var(--accent); text-decoration-thickness: 2px; }
.tile-art--edit span { color: var(--paper); }
.tile-art--edit span::after { content: ""; display: inline-block; width: 2px; height: 1.05em; margin-left: 3px; vertical-align: -3px; background: var(--accent); animation: blink 1.1s steps(1) infinite; }
.tile-art--files { display: flex; flex-wrap: wrap; gap: .5rem; }
.tile-art--files svg { width: 1rem; height: 1rem; color: var(--accent); }

/* ---------- Como funciona ---------- */
.steps { position: relative; display: grid; gap: 2.25rem; margin: 0; padding: 0; list-style: none; }
.steps::before {
  content: ""; position: absolute; left: 1.4rem; top: 1.4rem; bottom: 1.4rem; width: 1px; opacity: .4;
  background: linear-gradient(to bottom, var(--ink) 50%, transparent 0) 0 0 / 1px 8px;
}
.step { position: relative; padding-left: 4.25rem; }
.step-num {
  position: absolute; left: 0; top: 0; z-index: 1; display: grid; place-items: center; width: 2.8rem; height: 2.8rem;
  border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font-family: var(--font-display); font-size: 1.2rem;
}
.step--hi .step-num { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 6px rgba(242, 84, 27, .18); }
.step-tag { display: inline-block; margin: 0 0 .6rem; padding: .3rem .65rem; border-radius: 99px; background: var(--ink); color: var(--paper); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.step h3 { margin: .35rem 0 .5rem; font-size: 1.25rem; }
.step--hi h3 { margin-top: 0; }
.step p { margin: 0; color: var(--muted); }

/* ---------- Para quem ---------- */
.niches { display: grid; gap: 1rem; }
.niche {
  display: flex; flex-direction: column; gap: .7rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: 22px; background: var(--card);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.niche:hover { transform: translateY(-4px); border-color: rgba(242, 84, 27, .45); box-shadow: var(--shadow-2); }
.niche-icon { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 14px; background: var(--ink); color: var(--accent); }
.niche-icon svg { width: 1.4rem; height: 1.4rem; }
.niche h3 { margin: .45rem 0 0; font-family: var(--font-display); font-size: 2.1rem; font-weight: 400; line-height: 1; }
.niche-who { margin: 0; color: var(--muted); }
.niche-what { display: flex; gap: .5rem; margin: auto 0 0; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .95rem; }
.niche-what .icon { width: 1.1rem; height: 1.1rem; margin-top: .2rem; color: var(--accent-ink); }
/* alinha ícone, título, público e entrega entre os cartões lado a lado */
@supports (grid-template-rows: subgrid) {
  .niche { display: grid; grid-row: span 4; grid-template-rows: subgrid; row-gap: .7rem; }
  .niche-what { margin-top: 0; align-self: start; }
}

/* ---------- Quem somos ---------- */
.about { display: grid; gap: 3rem; }
.about-copy .lead { margin: 1.25rem 0 1rem; }
.about-copy p { max-width: 34rem; }
.coords { display: flex; align-items: center; gap: .5rem; margin-top: 1.75rem; color: var(--muted); font-size: .85rem; font-weight: 700; letter-spacing: .06em; font-variant-numeric: tabular-nums; }
.coords::before, .made-label::before { content: ""; flex: none; width: .5rem; height: .5rem; border-radius: 50%; background: var(--accent); }
.team { display: grid; gap: 1rem; }
.person { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: var(--shadow-1); }
.person-mono { position: relative; display: grid; place-items: center; width: clamp(5rem, 3.8rem + 5vw, 7.5rem); aspect-ratio: 1; overflow: hidden; border-radius: 18px; background: radial-gradient(120% 120% at 20% 0%, #2F2A23, var(--ink)); color: var(--paper); }
.person-mono span { font-family: var(--font-sans); font-size: clamp(1.9rem, 1.3rem + 2vw, 2.7rem); font-weight: 700; letter-spacing: -.05em; }
.person-mono span i { font-style: normal; color: var(--accent); }
.person-role { margin: 0 0 .25rem; color: var(--accent-ink); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.person h3 { margin: 0 0 .4rem; font-family: var(--font-display); font-size: 1.95rem; font-weight: 400; line-height: 1.05; }
.person-txt p:last-child { margin: 0; color: var(--muted); font-size: .98rem; }

/* sites já criados: menção discreta, não é vitrine */
.made { margin-top: clamp(3rem, 2rem + 3vw, 4.5rem); padding-top: 2rem; border-top: 1px solid var(--line); }
.made-label { display: flex; align-items: center; gap: .5rem; margin: 0 0 1rem; color: var(--accent-ink); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.made-list { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.made-item {
  display: flex; align-items: center; gap: 1rem; height: 100%; padding: .7rem .95rem .7rem .7rem;
  border: 1px solid var(--line); border-radius: 16px; background: var(--card); color: inherit; text-decoration: none;
  transition: border-color .3s, transform .35s var(--ease), box-shadow .35s var(--ease);
}
.made-item:hover { transform: translateY(-2px); border-color: rgba(242, 84, 27, .45); box-shadow: var(--shadow-1); }
.made-thumb { flex: none; width: 104px; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--paper-2); }
.made-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: 30% top; }
.made-txt { display: grid; flex: 1; gap: .1rem; min-width: 0; }
.made-txt b { font-size: 1rem; line-height: 1.3; }
.made-txt small { color: var(--muted); font-size: .85rem; }
.made-item > .icon { flex: none; width: 1rem; height: 1rem; color: var(--muted); transition: transform .3s var(--ease), color .3s; }
.made-item:hover > .icon { transform: translate(2px, -2px); color: var(--accent-ink); }
@media (min-width: 720px) { .made-list { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }

/* ---------- Dúvidas ---------- */
.faq { display: grid; gap: 2.5rem; }
.faq-head h2 { margin-bottom: 1rem; font-size: clamp(2.3rem, 1.35rem + 3.7vw, 4.3rem); }
.faq-head .lead { margin: 0 0 .5rem; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 64px; padding: 1.1rem 0;
  font-size: clamp(1.02rem, .98rem + .2vw, 1.12rem); font-weight: 700; list-style: none; cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.plus { display: grid; place-items: center; flex: none; width: 2.3rem; height: 2.3rem; border: 1px solid var(--line-strong); border-radius: 50%; transition: transform .35s var(--ease), background-color .3s, border-color .3s; }
.plus svg { width: 1rem; height: 1rem; }
.faq-list summary:hover .plus { border-color: var(--ink); }
.faq-list details[open] .plus { transform: rotate(45deg); background: var(--accent); border-color: var(--accent); }
.faq-a { padding: 0 3.5rem 1.35rem 0; color: var(--muted); }
.faq-a p { margin: 0; }
@supports selector(::details-content) {
  :root { interpolate-size: allow-keywords; }
  .faq-list details::details-content { block-size: 0; overflow: clip; transition: block-size .4s var(--ease), content-visibility .4s allow-discrete; }
  .faq-list details[open]::details-content { block-size: auto; }
}

/* ---------- Contato ---------- */
.cta-final { overflow: hidden; padding-block: clamp(5rem, 3.5rem + 7vw, 9rem) clamp(8rem, 3.5rem + 15vw, 16rem); text-align: center; }
.cta-watermark {
  position: absolute; left: 50%; bottom: -.3em; transform: translateX(-50%); pointer-events: none; user-select: none;
  font-family: var(--font-display); font-style: italic; font-size: clamp(8rem, 3rem + 24vw, 22rem); line-height: 1; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(244, 240, 232, .1);
}
.cta-inner { position: relative; display: grid; justify-items: center; }
.cta-inner .eyebrow { justify-content: center; }
.cta-inner h2 { max-width: 15ch; margin: 0 auto 1.25rem; font-size: clamp(2.5rem, 1.4rem + 4.6vw, 5.25rem); }
.cta-inner .lead { margin: 0 auto 2.25rem; }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.cta-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.75rem; margin: 2.75rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line-dark); list-style: none; font-size: .98rem; }
.cta-contacts li { display: grid; gap: .2rem; }
.cta-contacts span { color: var(--muted-dark); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.cta-contacts a { display: inline-block; padding-block: .6rem; text-decoration: none; border-bottom: 1px solid rgba(244, 240, 232, .3); }
.cta-contacts a:hover { border-color: var(--accent); }

/* ---------- Rodapé ---------- */
.site-footer { padding-bottom: 2rem; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: 3.5rem 2.5rem; border-top: 1px solid var(--line-dark); }
.site-footer .brand { color: var(--paper); }
.footer-brand p { max-width: 26rem; margin: 1rem 0 0; color: var(--muted-dark); }
.footer-col { display: grid; align-content: start; gap: .1rem; }
.footer-title { margin: 0 0 .5rem; color: var(--muted-dark); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a { position: relative; width: fit-content; padding-block: .6rem; color: var(--paper); text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: .88rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-block; padding-block: .6rem; color: inherit; }
.footer-bottom .to-top { display: inline-flex; align-items: center; gap: .35rem; margin-left: auto; color: var(--paper); text-decoration: none; }
.to-top .icon { width: 1rem; height: 1rem; transition: transform .3s var(--ease); }
.to-top:hover .icon { transform: translateY(-3px); }
.clock time { color: var(--paper); font-variant-numeric: tabular-nums; }

/* ---------- Páginas simples (privacidade, 404) ---------- */
.page-simple .site-header { position: relative; }
.page-simple .header-inner { justify-content: space-between; }
.legal { max-width: 46rem; padding-block: clamp(2.5rem, 1.5rem + 4vw, 5rem) clamp(4rem, 3rem + 4vw, 6rem); }
.legal h1 { font-size: clamp(2.6rem, 1.6rem + 4vw, 4.5rem); margin-bottom: .75rem; }
.legal h2 { margin: 2.5rem 0 .6rem; font-family: var(--font-sans); font-size: 1.2rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.legal p { margin: 0 0 1rem; color: var(--muted); }
.legal a { color: var(--ink); font-weight: 700; }
.legal-date { font-size: .95rem; }
.page-simple .site-footer { padding-block: 0 1.5rem; }
.page-simple .footer-bottom { border-top: 0; }
.notfound { display: grid; justify-items: start; align-content: center; min-height: calc(100svh - 76px); padding-block: 3rem 5rem; }
.notfound h1 { font-size: clamp(3rem, 1.6rem + 6vw, 6.5rem); margin-bottom: 1.25rem; }
.notfound .lead { margin: 0 0 2rem; }

/* ---------- Barra fixa do celular ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; align-items: center; gap: .6rem;
  padding: .7rem var(--gutter) max(.7rem, env(safe-area-inset-bottom));
  background: color-mix(in oklab, var(--ink) 94%, transparent); border-top: 1px solid var(--line-dark);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.mobile-bar .btn { flex: 1; }
/* com JS, a barra só aparece depois que os botões do topo saem da tela (evita dois CTAs iguais juntos) */
.js .mobile-bar { visibility: hidden; transform: translateY(calc(100% + 2px)); transition: transform .4s var(--ease), visibility 0s .4s; }
.js .mobile-bar.is-visible { visibility: visible; transform: none; transition: transform .4s var(--ease); }
.mobile-bar-ig { display: grid; place-items: center; flex: none; width: 52px; height: 52px; border: 1px solid rgba(244, 240, 232, .25); border-radius: 50%; color: var(--paper); }
.mobile-bar-ig .icon { width: 1.35rem; height: 1.35rem; }

/* ---------- Movimento ---------- */
.hero-in { animation: rise .9s var(--ease) both; animation-delay: calc(var(--d, 0) * 90ms + 80ms); }
.js [data-reveal] { opacity: 0; }
.js [data-reveal].is-in { animation: reveal .85s var(--ease) both; animation-delay: calc(var(--i, 0) * 90ms); }
@keyframes rise { from { opacity: 0; translate: 0 18px; } to { opacity: 1; translate: 0 0; } }
@keyframes reveal { from { opacity: 0; translate: 0 28px; } to { opacity: 1; translate: 0 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(26px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -1.4%; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); } 70% { box-shadow: 0 0 0 .55em rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes load { 0% { transform: scaleX(0); } 60%, 100% { transform: scaleX(1); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none !important; }
  .marquee-group { flex-wrap: wrap; white-space: normal; row-gap: .25rem; }
  .marquee-group[aria-hidden="true"] { display: none; }
  .art { transform: none !important; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 899px) {
  .site-footer { padding-bottom: calc(2rem + 78px); }
}
@media (max-width: 480px) {
  .btn--lg { width: 100%; white-space: normal; padding-block: .9rem; }
  .cta-buttons { width: 100%; }
  .btn .arrow { display: none; }
  .person { grid-template-columns: 1fr; }
  .person-mono { width: 4.75rem; }
  .work-meta { flex-direction: column; gap: .9rem; }
  .faq-a { padding-right: 0; }
}
@media (min-width: 640px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile--mobile, .bento .tile:last-child { grid-column: 1 / -1; }
  .niches { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 860px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-next { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .nav, .header-cta { display: flex; }
  .menu-toggle, .mobile-menu, .mobile-bar { display: none; }
  .steps { grid-template-columns: repeat(4, 1fr); gap: 2rem; }
  .steps::before { left: 1.4rem; right: 1.4rem; top: 1.4rem; bottom: auto; width: auto; height: 1px; background: linear-gradient(to right, var(--ink) 50%, transparent 0) 0 0 / 8px 1px; }
  .step { padding-left: 0; padding-top: 4.4rem; }
  .step-tag { position: absolute; top: .55rem; left: 3.6rem; margin: 0; }
  .step--hi h3 { margin-top: .35rem; }
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
  .section-head--split { grid-template-columns: 1.15fr .85fr; align-items: end; gap: 3rem; }
  .section-head--split > div .eyebrow, .section-head--split > div h2 { margin-bottom: 0; }
  .section-head--split > div .eyebrow { margin-bottom: 1.1rem; }
  .about { grid-template-columns: 1fr 1fr; align-items: center; gap: 4.5rem; }
  .faq { grid-template-columns: .82fr 1.18fr; align-items: start; gap: 4.5rem; }
  .faq-head { position: sticky; top: 7rem; }
}
@media (min-width: 1024px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento .tile { grid-column: span 2; }
  .bento .tile--mobile { grid-column: span 3; grid-row: span 2; }
  .bento .tile:nth-child(2), .bento .tile:nth-child(3), .bento .tile--wide, .bento .tile:last-child { grid-column: span 3; }
  .m-phone { width: 156px; height: 288px; }
  .m-measure { width: 156px; }
  .niches { grid-template-columns: repeat(4, 1fr); }
}
