:root {
  --white: #fff;
  --paper: #f4f2ef;
  --paper-2: #ece9e4;
  --ink: #181619;
  --graphite: #242126;
  --muted: #706b71;
  --line: rgba(24, 22, 25, .14);
  --purple: #5e147b;
  --purple-deep: #31083f;
  --purple-light: #8a4aa1;
  --aqua: #6edbd5;
  --orange: #f05a28;
  --orange-hover: #d94817;
  --container: min(1240px, calc(100vw - 96px));
  --header-height: 88px;
  --admin-bar-height: 0px;
  --radius: 4px;
}

/* Ocultação editorial reversível: o conteúdo continua preservado no editor. */
.d2a-temporarily-hidden {
  display: none !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--admin-bar-height)); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 64px 0 72px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px;
  background: var(--orange); color: #fff; transition: top .2s;
}
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.04em; font-weight: 500; }
h2 { font-size: clamp(42px, 5.25vw, 78px); }
h2 em, h1 em { color: var(--purple-light); font-style: normal; }
.lead { font-size: 20px; line-height: 1.55; letter-spacing: -.015em; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
  color: var(--purple); font-size: 12px; line-height: 1; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { width: 7px; height: 7px; flex: 0 0 7px; content: ""; border-radius: 1px; background: var(--orange); }
.eyebrow-light { color: var(--aqua); }
.section-dark { color: #fff; background: var(--graphite); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 22px;
  min-height: 54px; padding: 0 24px; border: 0; border-radius: var(--radius);
  font-size: 14px; font-weight: 700; transition: transform .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button-orange { color: #fff; background: var(--orange); }
.button-orange:hover { background: var(--orange-hover); }
.text-link {
  display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px;
  border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700;
}
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link-light { color: #fff; }
.text-link-light:hover { color: var(--aqua); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; color: #fff;
  transition: background .3s, color .3s, box-shadow .3s, transform .3s;
}
.site-header.is-scrolled {
  color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: var(--container); height: 88px; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { position: relative; display: block; width: 138px; height: 34px; flex: 0 0 auto; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.brand-logo-white, .brand-logo-footer { filter: brightness(0) invert(1); }
.brand-logo-color { display: none; }
.site-header.is-scrolled .brand-logo-white { display: none; }
.site-header.is-scrolled .brand-logo-color { display: block; }
.site-header.is-scrolled .site-nav .primary-menu > li > a { color: var(--purple); }
.site-header.is-scrolled .site-nav .primary-menu > li > a::after { background: var(--purple); }
.site-header.is-menu-open .brand-logo-white { display: block; }
.site-header.is-menu-open .brand-logo-color { display: none; }
.site-header.is-menu-open .site-nav .primary-menu > li > a { color: #fff; }
.site-header.is-menu-open .site-nav .primary-menu > li > a::after { background: currentColor; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.primary-menu, .footer-menu {
  margin: 0; padding: 0; list-style: none;
}
.primary-menu { display: flex; align-items: center; gap: 24px; }
.site-nav .primary-menu > li > a {
  font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.site-nav .primary-menu > li > a::after {
  display: block; width: 0; height: 1px; margin-top: 5px; content: ""; background: currentColor;
  transition: width .25s;
}
.site-nav .primary-menu > li > a:hover::after { width: 100%; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 0 5px;
  color: #fff; background: transparent;
  border: 0; border-bottom: 1px solid rgba(110, 219, 213, .65); border-radius: 0;
  box-shadow: none;
  font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  transition: color .2s, border-color .2s, transform .2s;
}
.nav-cta:hover { color: var(--aqua); border-color: var(--aqua); transform: translateY(-1px); }
.site-header.is-scrolled .nav-cta {
  color: var(--purple); background: transparent; border-color: rgba(94, 20, 123, .4);
}
.site-header.is-scrolled .nav-cta:hover {
  color: var(--orange); background: transparent; border-color: var(--orange);
}
.site-header.is-menu-open .nav-cta {
  color: #fff; background: transparent; border-color: rgba(110, 219, 213, .65);
}
.whatsapp-icon { width: 16px; height: 16px; flex: 0 0 16px; color: var(--aqua); }
.site-header.is-scrolled .whatsapp-icon { color: currentColor; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 1px; margin: 7px 0; background: currentColor; }

.hero {
  position: relative; min-height: 680px; height: 100svh; max-height: 820px;
  display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #151216;
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  margin: 0; background: none;
  transform: scale(1.01);
}
.hero-media::after,
.editorial-photo::after,
.ai-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  mix-blend-mode: color;
}
.hero-media::after { background: rgba(94, 20, 123, .42); }
.editorial-photo::after,
.ai-image::after { background: rgba(106, 33, 133, .14); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(16,11,18,.88) 0%, rgba(31,15,37,.72) 34%, rgba(25,17,27,.05) 72%),
    linear-gradient(0deg, rgba(14,12,15,.66), transparent 44%);
}
.hero-grid {
  position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) .95fr;
  height: 100%; align-content: end; align-items: end; padding: 116px 0 52px;
}
.hero-copy { max-width: 690px; }
.hero h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(56px, 6vw, 92px); }
.hero h1 em { color: #fff; opacity: .62; }
.hero-lead { max-width: 620px; margin-bottom: 24px; color: rgba(255,255,255,.8); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.hero-note {
  justify-self: end; display: flex; align-items: flex-end; gap: 16px; padding: 18px 0 4px 24px;
  border-left: 1px solid rgba(255,255,255,.25);
}
.hero-note span { font-size: 74px; line-height: .8; letter-spacing: -.06em; }
.hero-note p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.4; text-transform: uppercase; }
.hero-note .hero-note-value {
  color: #fff; font-size: 74px; line-height: .8; letter-spacing: -.06em;
  text-transform: none;
}

.metrics { position: relative; background: var(--paper); }
.metrics-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); }
.metric { min-height: 142px; padding: 26px 34px; border-left: 1px solid var(--line); }
.metric:last-child { border-right: 1px solid var(--line); }
.metric strong { display: block; margin-bottom: 12px; font-size: 48px; line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.metric span { color: var(--muted); font-size: 13px; }
.metric .metric-value { display: block; margin: 0 0 12px; font-size: 48px; line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.metric > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.metric-intro { padding-left: 0; border-left: 0; }
.metric-intro .eyebrow { margin-bottom: 14px; }
.metric-intro > p:last-child { max-width: 320px; font-size: 20px; line-height: 1.35; }

.section-heading { margin-bottom: 34px; }
.section-heading-wide h2 { max-width: 1110px; margin-bottom: 0; }
.diagnosis { padding-top: 64px; padding-bottom: 72px; background: var(--white); }
.diagnosis-layout {
  display: grid; grid-template-columns: minmax(400px, .8fr) minmax(450px, 1.2fr);
  gap: clamp(70px, 9vw, 150px); align-items: center;
}
.editorial-photo { position: relative; isolation: isolate; margin: 0; }
.photo-tall { height: 620px; margin-left: -7vw; }
.photo-tall img { height: 100%; object-fit: cover; object-position: 72% center; }
.editorial-photo figcaption {
  position: absolute; right: -62px; bottom: 48px; width: 180px; min-height: 160px;
  z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
  color: #fff; background: var(--purple);
}
.editorial-photo figcaption p { margin: 0; font-size: 17px; line-height: 1.25; }
.editorial-photo figcaption { font-size: 17px; line-height: 1.25; }
.diagnosis-copy { padding-right: 5vw; }
.diagnosis-copy p { color: #504c51; }
.diagnosis-copy .lead { color: var(--ink); }
.diagnosis-copy blockquote {
  margin: 28px 0 0; padding: 8px 0 8px 26px; border-left: 3px solid var(--orange);
  color: var(--purple); font-size: 22px; line-height: 1.45; font-weight: 500;
}
.diagnosis-copy .wp-block-quote { margin: 28px 0 0; }
.diagnosis-copy .wp-block-quote blockquote { margin: 0; }
.diagnosis-copy .diagnosis-quote {
  margin: 28px 0 0; padding: 8px 0 8px 26px;
  border-left: 3px solid var(--orange);
}
.diagnosis-copy .diagnosis-quote p {
  margin: 0; color: var(--purple); font-size: 22px;
  line-height: 1.45; font-weight: 500;
}

.precision { padding-top: 88px; padding-bottom: 92px; background: var(--paper); }
.precision-head { max-width: 1080px; margin-bottom: 42px; }
.precision-head h2 {
  max-width: 1050px; margin-bottom: 24px; font-size: clamp(42px, 4.8vw, 72px);
}
.precision-head .lead { max-width: 900px; margin-bottom: 0; color: #504c51; }
.precision-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px; margin-bottom: 38px;
}
.precision-card {
  min-width: 0; padding: 34px 38px 30px; border: 1px solid var(--line);
  border-top: 3px solid var(--purple); border-radius: var(--radius); background: var(--white);
}
.precision-card-label {
  margin-bottom: 11px; color: var(--orange); font-size: 10px; line-height: 1;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.precision-card h3 { margin-bottom: 25px; color: var(--purple); font-size: 36px; }
.precision-points { border-top: 1px solid var(--line); }
.precision-points p {
  position: relative; margin: 0; padding: 13px 10px 13px 22px;
  border-bottom: 1px solid var(--line); color: #504c51; line-height: 1.35;
}
.precision-points p::before {
  position: absolute; top: 20px; left: 2px; width: 6px; height: 6px;
  content: ""; border-radius: 50%; background: var(--aqua);
}
.precision-close {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
  gap: 64px; align-items: center; padding-top: 30px; border-top: 1px solid var(--line);
}
.precision-close > p:first-child { max-width: 700px; margin: 0; color: var(--muted); }
.precision-close .precision-statement {
  margin: 0; padding-left: 22px; border-left: 3px solid var(--orange);
  color: var(--purple); font-size: 23px; line-height: 1.4; font-weight: 500;
}

.work-modes { color: #fff; background: var(--purple-deep); }
.work-modes-head { max-width: 1000px; margin-bottom: 40px; }
.work-modes-head h2 { max-width: 930px; margin-bottom: 22px; }
.work-modes-head .lead { max-width: 790px; margin: 0; color: rgba(255,255,255,.68); }
.work-modes-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px;
}
.work-mode-card {
  min-width: 0; min-height: 560px; display: flex; flex-direction: column;
  padding: 38px; border: 1px solid rgba(255,255,255,.2); border-top: 3px solid var(--aqua);
  border-radius: var(--radius); background: rgba(255,255,255,.055);
}
.work-mode-label {
  margin-bottom: 14px; color: var(--aqua); font-size: 10px; line-height: 1;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.work-mode-card h3 { margin-bottom: 22px; color: #fff; font-size: 42px; }
.work-mode-headline {
  max-width: 530px; margin-bottom: 22px; color: #fff;
  font-size: 24px; line-height: 1.3; font-weight: 500; letter-spacing: -.025em;
}
.work-mode-card > p:not(.work-mode-label):not(.work-mode-headline) {
  max-width: 550px; color: rgba(255,255,255,.66);
}
.work-mode-card .work-mode-example,
.work-mode-card .work-mode-method {
  margin: 4px 0 30px; padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.82) !important; font-size: 14px; line-height: 1.55;
}
.work-mode-action { margin-top: auto; padding-top: 8px; }

.moments { padding-top: 64px; padding-bottom: 72px; background: var(--graphite); }
.moments-head {
  max-width: 1000px; margin-bottom: 36px;
}
.moments-head h2 { max-width: 900px; margin-bottom: 0; }
.moments-head h2 em { color: #b687c7; }
.moments-head > p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.56); }
.moments-list { border-top: 1px solid rgba(255,255,255,.18); }
.moment {
  position: relative; display: grid; grid-template-columns: 84px 280px 1fr;
  align-items: start; gap: 26px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18);
}
.moment-icon {
  width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; background: var(--purple); font-size: 22px;
}
.moment h3 { margin: 13px 0 0; font-size: 29px; }
.moment p { max-width: 620px; margin: 10px 0 0; color: rgba(255,255,255,.63); }
.moment p.moment-icon {
  width: 64px; height: 64px; margin: 0; display: grid; place-items: center;
  color: #fff; background: var(--purple);
}

.pillars { padding-top: 64px; padding-bottom: 72px; background: var(--paper); }
.pillars-heading { max-width: 940px; margin-bottom: 36px; }
.pillars-heading h2 { max-width: 880px; margin-bottom: 0; }
.pillars-heading > p:last-child { max-width: 660px; margin: 18px 0 0; color: var(--muted); }
.pillars-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 80px; }
.pillar { position: relative; min-height: 260px; padding: 24px 12% 24px 0; border-top: 1px solid var(--line); }
.pillar-offset { transform: translateY(40px); }
.pillar h3 { max-width: 420px; margin: 6px 0 18px; font-size: 34px; }
.pillar p { max-width: 500px; color: var(--muted); }

.experience { padding-top: 64px; padding-bottom: 72px; color: #fff; background: var(--purple-deep); }
.experience .eyebrow { color: #fff; }
.experience-grid {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px 110px;
}
.experience-title h2 { max-width: 730px; margin: 0; }
.experience-title h2 em { color: #c397d2; }
.experience-copy { padding-top: 20px; }
.experience-copy p { color: rgba(255,255,255,.65); }
.experience-copy .lead { color: #fff; }
.experience-statement {
  grid-column: 1 / -1; display: grid; grid-template-columns: 160px 1fr; align-items: center;
  margin-top: 28px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2);
}
.experience-statement span { height: 70px; color: var(--orange); font-family: Georgia, serif; font-size: 104px; line-height: 1; }
.experience-statement::before {
  height: 70px; content: "“"; color: var(--orange);
  font-family: Georgia, serif; font-size: 104px; line-height: 1;
}
.experience-statement p { max-width: 930px; margin: 0; font-size: 28px; line-height: 1.35; }

.fluxo-section { position: relative; overflow: hidden; color: var(--ink); background: #fff; }
.fluxo-intro {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(56px, 8vw, 120px);
  align-items: end; margin-bottom: 46px;
}
.fluxo-heading h2 { max-width: 790px; margin: 0; font-size: clamp(44px, 4.8vw, 72px); }
.fluxo-copy { max-width: 540px; justify-self: end; }
.fluxo-copy .lead { margin-bottom: 16px; color: var(--ink); }
.fluxo-copy > p:last-child { margin: 0; color: var(--muted); }
.fluxo-system {
  display: grid; grid-template-columns: 240px minmax(0, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.fluxo-brand { padding: 30px 36px 30px 0; border-right: 1px solid var(--line); }
.fluxo-brand-kicker {
  margin-bottom: 10px; color: var(--purple); font-size: 10px; font-weight: 700;
  letter-spacing: .12em; line-height: 1.3; text-transform: uppercase;
}
.fluxo-brand .fluxo-word {
  position: relative; width: max-content; margin: 0 0 22px; padding-bottom: 13px;
  color: var(--purple); font-size: 54px; font-weight: 700; line-height: 1; letter-spacing: -.06em;
}
.fluxo-word::after {
  position: absolute; right: 2px; bottom: 2px; left: 0; height: 2px;
  content: ""; background: var(--orange);
}
.fluxo-word::before {
  position: absolute; right: 0; bottom: -1px; width: 8px; height: 8px;
  content: ""; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}
.fluxo-brand > p:last-child { max-width: 190px; margin: 0; color: var(--muted); font-size: 13px; }
.fluxo-steps {
  position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}
.fluxo-steps::before {
  position: absolute; top: 48px; right: 10%; left: 10%; height: 1px;
  content: ""; background: var(--line);
}
.fluxo-step { position: relative; z-index: 1; padding: 30px 16px 28px; }
.fluxo-step-number {
  display: grid; width: 36px; height: 36px; place-items: center; margin: 0 0 18px;
  border: 1px solid rgba(94, 20, 123, .38); border-radius: 50%; color: var(--purple); background: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: .08em;
}
.fluxo-step h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.025em; }
.fluxo-step > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.fluxo-outcome {
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
  padding-top: 32px;
}
.fluxo-outcome > p {
  max-width: 760px; margin: 0; padding-left: 22px; border-left: 3px solid var(--orange);
  color: var(--purple); font-size: 23px; font-weight: 500; line-height: 1.4;
}
.fluxo-outcome .wp-block-buttons { flex: 0 0 auto; }

.ai-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 0; background: var(--graphite); color: #fff; }
.ai-image { min-height: 620px; }
.ai-image { position: relative; isolation: isolate; overflow: hidden; margin: 0; }
.ai-image img { height: 100%; object-fit: cover; object-position: 72% center; }
.ai-logo-orbit {
  position: absolute; z-index: 2; top: 12%; left: 4%; width: 53%; height: 72%;
  overflow: visible; pointer-events: none; border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(94,20,123,.42), transparent 34%),
    radial-gradient(ellipse at 25% 62%, rgba(110,219,213,.14), transparent 28%),
    radial-gradient(ellipse at 76% 36%, rgba(240,90,40,.1), transparent 24%);
}
.ai-logo-orbit::before,
.ai-logo-orbit::after {
  position: absolute; content: ""; border: 1px solid rgba(110,219,213,.25);
  border-radius: 50%; transform: rotate(-8deg);
}
.ai-logo-orbit::before { inset: 5% 1%; }
.ai-logo-orbit::after { inset: 22% 16%; transform: rotate(8deg); }
.ai-logo-orbit__tool {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 5px;
  color: #fff; opacity: .94; transform: rotate(var(--angle, 0deg));
  text-shadow: 0 2px 10px rgba(0,0,0,.78);
}
.ai-logo-orbit__tool img {
  width: 18px; height: 18px; flex: 0 0 18px; object-fit: contain;
  filter: brightness(0) invert(1);
}
.ai-logo-orbit__tool b { font-size: 10px; font-weight: 760; line-height: 1.1; white-space: nowrap; }
.ai-logo-orbit__tool.is-wordmark b { font-size: 12px; letter-spacing: -.025em; }
.ai-logo-orbit__tool--1 { top: 5%; left: 27%; --angle: -3deg; }
.ai-logo-orbit__tool--2 { top: 18%; left: 3%; --angle: 3deg; }
.ai-logo-orbit__tool--3 { top: 43%; left: 0; --angle: -3deg; }
.ai-logo-orbit__tool--4 { bottom: 18%; left: 7%; --angle: 3deg; }
.ai-logo-orbit__tool--5 { bottom: 3%; left: 27%; --angle: -4deg; }
.ai-logo-orbit__tool--6 { top: 33%; left: 29%; --angle: -2deg; }
.ai-logo-orbit__tool--7 { top: 8%; left: 55%; --angle: 4deg; }
.ai-logo-orbit__tool--8 { top: 40%; left: 61%; --angle: -3deg; }
.ai-logo-orbit__tool--9 { bottom: 9%; left: 54%; --angle: 2deg; }
.ai-logo-orbit__tool--10 { top: 4%; left: 78%; --angle: -2deg; }
.ai-logo-orbit__tool--11 { top: 31%; left: 79%; --angle: 3deg; }
.ai-logo-orbit__tool--12 { bottom: 23%; left: 82%; --angle: -4deg; }
.ai-logo-orbit__tool--13 { bottom: 2%; left: 75%; --angle: 3deg; }
.ai-logo-orbit__tool--14 { bottom: 0; left: 45%; --angle: -3deg; }
.ai-logo-orbit__tool--15 { top: 58%; left: 34%; --angle: 2deg; opacity: .75; }
.ai-copy { align-self: start; max-width: 760px; padding: 64px clamp(42px, 6vw, 100px) 72px; }
.ai-copy h2 { margin-bottom: 26px; font-size: clamp(44px, 4.7vw, 68px); }
.ai-copy h2 em { color: #c397d2; }
.ai-copy p { color: rgba(255,255,255,.64); }
.ai-copy .ai-intro { max-width: 640px; margin-bottom: 20px; color: rgba(255,255,255,.72); }
.ai-tabs { border-top: 1px solid rgba(255,255,255,.18); }
.ai-tablist {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(255,255,255,.18);
}
.ai-tab {
  min-height: 62px; display: flex; align-items: center; gap: 9px; padding: 10px 12px;
  border: 0; border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.66); background: transparent; text-align: left;
  font-size: 11px; font-weight: 700; line-height: 1.25; letter-spacing: .04em;
  text-transform: uppercase; transition: color .2s, background .2s, box-shadow .2s;
}
.ai-tab > span { color: rgba(255,255,255,.36); font-size: 9px; transition: color .2s; }
.ai-tab:hover { color: #fff; background: rgba(255,255,255,.06); }
.ai-tab.is-active {
  color: #fff; background: var(--purple);
  box-shadow: inset 0 -3px 0 var(--orange);
}
.ai-tab.is-active > span { color: var(--aqua); }
.ai-tab:focus-visible {
  position: relative; z-index: 1; outline: 3px solid var(--aqua);
  outline-offset: -3px;
}
.ai-panels { min-height: 230px; padding-top: 28px; }
.ai-panel:focus { outline: none; }
.ai-panel:focus-visible { outline: 2px solid var(--aqua); outline-offset: 8px; }
.ai-panel .ai-panel-kicker {
  margin-bottom: 12px; color: var(--aqua); font-size: 10px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
}
.ai-panel h3 { max-width: 620px; margin-bottom: 17px; font-size: clamp(25px, 2.1vw, 32px); line-height: 1.1; }
.ai-panel > p:last-of-type { max-width: 650px; margin-bottom: 0; }
.ai-panel h3 a { color: inherit; text-decoration: none; }
.ai-panel h3 a:hover { color: var(--orange); }
.ai-panel .ai-panel-link { margin-top: 26px; }
.ai-panel-intro { max-width: 690px; }
.ai-panel-intro h3 { color: #fff; }
.ai-panel-intro > p:last-child { color: rgba(255,255,255,.72); }

@media (min-width: 821px) {
  .ai-panels { display: grid; }
  .ai-panel { grid-area: 1 / 1; }
  .ai-panel[hidden] { display: block; visibility: hidden; }
}

.clients { overflow: hidden; padding-top: 64px; padding-bottom: 28px; background: var(--white); }
.clients-head { max-width: none; margin-bottom: 28px; }
.clients-head .eyebrow { margin-bottom: 16px; }
.clients-head h2 { max-width: 760px; margin: 0; font-size: clamp(42px, 4.3vw, 68px); }
.marquee { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: var(--paper); }
.marquee-track { display: flex; width: max-content; animation: marquee 105s linear infinite; }
.marquee-group { display: flex; flex-shrink: 0; gap: 14px; padding-right: 14px; }
.marquee-item {
  display: flex; align-items: center; white-space: nowrap;
}
.marquee-item::after { display: none; }
.client-logo-frame {
  display: flex; width: 210px; height: 108px; padding: 20px; align-items: center; justify-content: center;
  border: 1px solid var(--line); background: #fff;
}
.client-logo {
  width: auto; max-width: 168px; height: auto; max-height: 64px; object-fit: contain;
  filter: none; opacity: 1;
}
@keyframes marquee { to { transform: translateX(-50%); } }

.journal { padding-top: 64px; padding-bottom: 72px; background: var(--paper); }
.journal-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.journal-head h2 { max-width: 780px; margin: 0; }
.journal-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 26px; align-items: start; }
.journal-grid { margin: 0; padding: 0; list-style: none; }
.journal-grid > li { margin: 0; list-style: none; }
.journal-grid > li:first-child { grid-row: 1 / span 2; }
.post-visual {
  position: relative; height: 290px; margin: 0 0 24px; display: flex; overflow: hidden;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.post-featured .post-visual { height: 430px; }
.journal-grid > li:first-child .post-visual { height: 430px; }
.post a:hover .post-visual { transform: translateY(-7px); }
.post-visual a { display: block; width: 100%; height: 100%; }
.post-visual img { width: 100%; height: 100%; object-fit: cover; }
.post-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.journal .wp-block-post-terms {
  display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-weight: 700;
}
.journal .wp-block-post-terms::before {
  width: 7px; height: 7px; flex: 0 0 7px; content: "";
  border-radius: 1px; background: var(--orange);
}
.journal .wp-block-post-terms:hover { color: var(--orange); }
.post h3 { margin: 17px 0 12px; font-size: 28px; }
.post p { color: var(--muted); }

.contact { padding-top: 64px; padding-bottom: 72px; color: #fff; background: var(--purple); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; align-items: start; }
.contact-intro { position: sticky; top: 140px; }
.contact-intro h2 { font-size: clamp(48px, 5vw, 70px); }
.contact-intro p { color: rgba(255,255,255,.7); }
.contact .wp-block-contact-form-7-contact-form-selector { min-width: 0; }
.contact .wpcf7 {
  min-width: 0; position: relative; isolation: isolate; overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(31, 8, 40, .28), 0 0 0 1px rgba(255,255,255,.12);
}
.contact .wpcf7 form.contact-form {
  position: relative;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 20px;
  margin: 0; padding: 40px;
  border-top: 5px solid transparent;
  border-image: linear-gradient(90deg, var(--aqua), var(--purple), var(--orange)) 1;
  background:
    radial-gradient(circle at 100% 0, rgba(110,219,213,.16), transparent 28%),
    linear-gradient(145deg, #fff 0%, #fff 58%, #faf6fb 100%);
  color: var(--ink);
}
.contact .wpcf7 .field { min-width: 0; }
.contact .wpcf7 .field > p { display: flex; flex-direction: column; gap: 9px; margin: 0; }
.contact .wpcf7 .field br { display: none; }
.contact .wpcf7 .field-full { grid-column: 1 / -1; }
.contact .wpcf7 .field label {
  display: flex; flex-direction: column; gap: 9px;
  color: var(--purple-deep); font-size: 12px; font-weight: 750; line-height: 1.35;
  transition: color .2s;
}
.contact .wpcf7 .field:focus-within label { color: var(--purple); }
.contact .wpcf7 .wpcf7-form-control-wrap { display: block; }
.contact .wpcf7 .field input, .contact .wpcf7 .field textarea {
  width: 100%; min-height: 50px;
  border: 1px solid #d9d1dc; border-radius: 5px;
  padding: 12px 14px; outline: none;
  color: var(--ink); background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(49,8,63,.03);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.contact .wpcf7 .field input::placeholder,
.contact .wpcf7 .field textarea::placeholder { color: #8a818b; opacity: 1; }
.contact .wpcf7 .field input:hover,
.contact .wpcf7 .field textarea:hover { border-color: #b8a9bd; background: #fff; }
.contact .wpcf7 .field input:focus,
.contact .wpcf7 .field textarea:focus {
  border-color: var(--purple); background: #fff;
  box-shadow: 0 0 0 4px rgba(110,219,213,.24);
}
.contact .wpcf7 .field textarea { min-height: 132px; resize: vertical; line-height: 1.55; }
.contact .wpcf7 .field .wpcf7-not-valid {
  border-color: var(--orange); background: rgba(240,90,40,.035);
  box-shadow: 0 0 0 3px rgba(240,90,40,.12);
}
.contact .wpcf7 .consent {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 16px; border-left: 3px solid var(--aqua); border-radius: 4px;
  color: #5f5961; background: rgba(110,219,213,.11); font-size: 12px;
}
.contact .wpcf7 .consent .wpcf7-form-control-wrap,
.contact .wpcf7 .consent .wpcf7-acceptance,
.contact .wpcf7 .consent .wpcf7-list-item { display: block; margin: 0; }
.contact .wpcf7 .consent label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.contact .wpcf7 .consent input {
  width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px;
  accent-color: var(--purple); cursor: pointer;
}
.contact .wpcf7 .form-action {
  display: inline-block; align-items: center; gap: 18px;
  margin-top: 8px; padding-top: 20px; border-top: 1px solid rgba(94,20,123,.14);
}
.contact .wpcf7 .form-action .button {
  min-width: 240px; min-height: 56px; flex: 0 0 auto; max-width: 100%;
  border-radius: 5px; white-space: nowrap;
  background: linear-gradient(135deg, var(--orange), #ff8058);
  box-shadow: 0 12px 26px rgba(94,20,123,.2);
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.contact .wpcf7 .form-action .button:not(:disabled):hover {
  background: linear-gradient(135deg, var(--orange), #ff8058);
  box-shadow: 0 16px 30px rgba(94,20,123,.27);
  filter: saturate(1.08); transform: translateY(-2px);
}
.contact .wpcf7 .form-action .button:focus-visible {
  outline: 3px solid var(--aqua); outline-offset: 3px;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  position: static; width: auto; height: auto; padding: 0; margin: 6px 0 0;
  overflow: visible; clip: auto; white-space: normal; border: 0;
  color: #a73518; font-size: 11px; font-weight: 700; line-height: 1.35;
}
.contact .wpcf7 form .wpcf7-response-output {
  grid-column: 1 / -1; box-sizing: border-box; width: 100%;
  margin: 8px 0 0; padding: 14px 16px; border: 0; border-left: 4px solid var(--purple);
  border-radius: 4px;
  color: var(--ink); background: rgba(95, 23, 130, .08);
  font-size: 14px; font-weight: 600; line-height: 1.5;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  border-left-color: #138a74; background: rgba(79, 205, 188, .18);
}
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.failed .wpcf7-response-output,
.contact .wpcf7 form.aborted .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.spam .wpcf7-response-output {
  border-left-color: var(--orange); background: rgba(244, 91, 44, .12);
}
.contact .wpcf7 form.submitting { opacity: .82; }
.contact .wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; opacity: .7; }
.contact .wpcf7 form.submitting .wpcf7-submit:disabled { cursor: wait; }
.contact .d2a-form-overlay {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px;
  padding: 24px; color: #fff; background: rgba(21, 19, 22, .86);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}
.contact .d2a-form-overlay.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.contact .d2a-form-overlay-spinner {
  width: 42px; height: 42px; border: 3px solid rgba(255,255,255,.28);
  border-top-color: var(--aqua); border-radius: 50%;
  animation: d2a-form-spin .8s linear infinite;
}
.contact .d2a-form-overlay p {
  margin: 0; color: #fff; font-size: 16px; font-weight: 700;
  line-height: 1.4; text-align: center;
}

@keyframes d2a-form-spin {
  to { transform: rotate(360deg); }
}

.wp-block-buttons.hero-actions { display: flex; }
.wp-block-button.is-style-d2a-orange .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; gap: 22px;
  min-height: 54px; padding: 0 24px; border: 0; border-radius: var(--radius);
  color: #fff; background: var(--orange); font-size: 14px; font-weight: 700;
  transition: transform .25s, background .25s;
}
.wp-block-button.is-style-d2a-orange .wp-block-button__link:hover {
  background: var(--orange-hover); transform: translateY(-2px);
}
.wp-block-button.is-style-d2a-text-link .wp-block-button__link {
  display: inline-flex; align-items: center; gap: 12px; min-height: 0;
  padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor;
  border-radius: 0; color: inherit; background: transparent;
  font-size: 14px; font-weight: 700;
}
.hero .wp-block-button.is-style-d2a-text-link .wp-block-button__link { color: #fff; }
.hero .wp-block-button.is-style-d2a-text-link .wp-block-button__link:hover { color: var(--aqua); }

.site-footer { padding: 30px 0 20px; color: rgba(255,255,255,.72); background: #151316; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 24px; }
.brand-footer { width: 126px; height: 31px; margin-bottom: 24px; }
.footer-grid > div:first-child > p { max-width: 330px; color: rgba(255,255,255,.45); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links p { color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-menu { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links a, .footer-contact { font-size: 14px; }
.footer-contact { color: rgba(255,255,255,.72); font-style: normal; }
.footer-links a:hover { color: var(--aqua); }
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 11px;
}

.reveal {
  opacity: 1; transform: translateY(18px);
  transition: transform .75s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-visible { transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --container: min(100% - 64px, 960px); }
  .site-nav { gap: 14px; }
  .primary-menu { gap: 17px; }
  .hero { min-height: 680px; }
  .hero-grid { grid-template-columns: 1fr .45fr; }
  .metrics-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .metric { padding-inline: 24px; }
  .diagnosis-layout { gap: 80px; }
  .photo-tall { height: 560px; margin-left: 0; }
  .diagnosis-copy { padding-right: 0; }
  .moment { grid-template-columns: 70px 220px 1fr; gap: 20px; }
  .pillars-heading h2 { margin-bottom: 0; }
  .experience-grid { gap: 40px 70px; }
  .fluxo-intro { gap: 56px; }
  .fluxo-system { grid-template-columns: 210px minmax(0, 1fr); }
  .fluxo-brand { padding-right: 28px; }
  .fluxo-step { padding-inline: 10px; }
  .fluxo-step h3 { font-size: 18px; }
  .ai-section { grid-template-columns: 1fr 1fr; }
  .ai-copy { padding: 56px 36px 64px; }
  .ai-tab { min-height: 66px; padding-inline: 9px; font-size: 10px; }
  .contact-grid { gap: 65px; }
  .contact .wpcf7 form.contact-form { padding: 35px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 48px); }
  .section { padding: 56px 0 64px; }
  .menu-toggle { z-index: 2; display: block; }
  .site-header.is-menu-open {
    bottom: 0; overflow: hidden; color: #fff; background: var(--purple-deep);
    box-shadow: none; backdrop-filter: none;
  }
  .site-header.is-menu-open .brand { z-index: 2; }
  .site-nav {
    position: absolute; inset: 0; min-height: 100%; overflow-y: auto;
    display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
    gap: 20px; padding: max(calc(var(--header-height) + 24px), 10vh) 15vw 28px;
    color: #fff; background: var(--purple-deep);
    opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .3s;
  }
  .primary-menu { flex-direction: column; align-items: flex-start; gap: 20px; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav .primary-menu > li > a { font-size: 26px; line-height: 1.08; letter-spacing: -.03em; text-transform: none; }
  .nav-cta {
    gap: 9px; padding: 7px 0 7px;
    font-size: 15px; line-height: 1.2; letter-spacing: .02em;
  }
  .nav-cta .whatsapp-icon { width: 19px; height: 19px; flex-basis: 19px; }
  .site-header.is-menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header.is-menu-open .menu-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { height: auto; min-height: 720px; align-items: flex-start; }
  .hero-media img { object-position: 75% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,11,16,.9), rgba(24,15,27,.36)), linear-gradient(0deg, rgba(15,11,16,.8), transparent 50%); }
  .hero-grid { grid-template-columns: 1fr; height: auto; align-content: normal; padding-top: 150px; padding-bottom: 48px; }
  .hero-copy { max-width: 590px; }
  .hero h1 { font-size: clamp(52px, 10vw, 78px); }
  .hero-note { display: none; }
  .metrics-grid { grid-template-columns: repeat(3, 1fr); }
  .metric-intro { grid-column: 1 / -1; min-height: auto; padding: 24px 0; }
  .diagnosis-layout { grid-template-columns: 1fr; }
  .photo-tall { width: 75%; height: 520px; }
  .editorial-photo figcaption { right: -80px; }
  .diagnosis-copy { max-width: 650px; margin-left: auto; }
  .precision-close { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 40px; }
  .work-modes-grid { grid-template-columns: 1fr; }
  .work-mode-card { min-height: 0; padding: 32px; }
  .moments-head { margin-bottom: 30px; }
  .moments-head > p { max-width: 430px; }
  .moment { grid-template-columns: 60px minmax(0, 1fr); column-gap: 20px; row-gap: 0; }
  .moment > .moment-icon { grid-column: 1; grid-row: 1 / span 2; }
  .moment h3 { grid-column: 2; grid-row: 1; margin-top: 13px; }
  .moment > p:not(.moment-icon) { grid-column: 2; grid-row: 2; }
  .pillars-grid { gap: 0 40px; }
  .pillar { padding-right: 0; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy { max-width: 640px; padding-top: 0; margin-left: auto; }
  .experience-statement { grid-column: 1; grid-template-columns: 90px 1fr; }
  .fluxo-intro { grid-template-columns: 1fr; gap: 26px; }
  .fluxo-copy { max-width: 650px; justify-self: start; }
  .fluxo-system { grid-template-columns: 1fr; }
  .fluxo-brand { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fluxo-brand > p:last-child { max-width: none; }
  .fluxo-outcome { align-items: flex-start; flex-direction: column; gap: 28px; }
  .ai-section { grid-template-columns: 1fr; }
  .ai-image { height: 450px; min-height: 0; }
  .ai-logo-orbit { top: 10%; left: 4%; width: 50%; height: 76%; }
  .ai-logo-orbit__tool img { width: 15px; height: 15px; flex-basis: 15px; }
  .ai-logo-orbit__tool b { font-size: 8px; }
  .ai-logo-orbit__tool.is-wordmark b { font-size: 9px; }
  .ai-copy { max-width: none; padding: 56px max(24px, calc((100vw - 720px) / 2)) 64px; }
  .journal { padding-top: 56px; padding-bottom: 64px; }
  .ai-panels { min-height: 0; }
  .clients { padding-bottom: 28px; }
  .clients-head { display: block; }
  .clients-head .eyebrow { margin-bottom: 16px; }
  .journal-grid { grid-template-columns: 1.25fr .75fr; }
  .post:last-child { grid-column: 2; }
  .post-featured { grid-row: 1 / span 2; }
  .post-featured .post-visual { height: 380px; }
  .post-visual { height: 210px; }
  .post h3 { font-size: 23px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-intro { position: static; max-width: 650px; }
}

@media (max-width: 600px) {
  :root { --container: calc(100vw - 40px); --header-height: 72px; }
  body { font-size: 15px; }
  .section { padding: 48px 0 56px; }
  h2 { font-size: 42px; }
  .nav-shell { height: 72px; }
  .brand { width: 122px; height: 30px; }
  .brand-footer { width: 118px; height: 29px; }
  .hero { min-height: 680px; }
  .hero-grid { padding: 150px 0 44px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-media img { object-position: 76% center; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 125px; padding: 22px 18px; }
  .metric-intro { grid-column: 1 / -1; padding: 32px 0; }
  .metric:nth-child(4) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .metric strong { font-size: 40px; }
  .section-heading { margin-bottom: 30px; }
  .diagnosis-layout { gap: 56px; }
  .photo-tall { width: calc(100% - 30px); height: 420px; }
  .editorial-photo figcaption {
    right: -20px; bottom: -42px; width: 180px; min-height: 140px; padding: 18px;
    font-size: 17px;
  }
  .diagnosis-copy blockquote { font-size: 19px; }
  .precision-head { margin-bottom: 34px; }
  .precision-head h2 { margin-bottom: 20px; font-size: 42px; }
  .precision-grid { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .precision-card { padding: 28px 24px 24px; }
  .precision-card h3 { margin-bottom: 20px; font-size: 32px; }
  .precision-close { grid-template-columns: 1fr; gap: 22px; padding-top: 26px; }
  .precision-close .precision-statement { padding-left: 17px; font-size: 20px; }
  .work-modes-head { margin-bottom: 32px; }
  .work-modes-head h2 { margin-bottom: 20px; font-size: 42px; }
  .work-modes-head .lead { font-size: 18px; }
  .work-modes-grid { grid-template-columns: 1fr; gap: 18px; }
  .work-mode-card { min-height: 0; padding: 28px 24px 30px; }
  .work-mode-card h3 { margin-bottom: 18px; font-size: 35px; }
  .work-mode-headline { font-size: 21px; }
  .work-mode-card .work-mode-example,
  .work-mode-card .work-mode-method { margin-bottom: 26px; }
  .moments-head h2 { font-size: 42px; }
  .moment { grid-template-columns: 50px minmax(0, 1fr); padding: 28px 0; column-gap: 16px; row-gap: 0; }
  .moment-icon { width: 48px; height: 48px; }
  .moment p.moment-icon { width: 48px; height: 48px; }
  .moment h3 { margin-top: 8px; font-size: 25px; }
  .moments-head { margin-bottom: 28px; }
  .pillars-heading { margin-bottom: 30px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 0; padding: 24px 0 30px; }
  .pillar-offset { transform: none; }
  .pillar h3 { margin: 4px 0 18px; font-size: 30px; }
  .experience-statement { grid-template-columns: 1fr; margin-top: 22px; }
  .experience-statement span { height: 55px; }
  .experience-statement::before { height: 55px; }
  .experience-statement p { font-size: 22px; }
  .fluxo-heading h2 { font-size: 42px; }
  .fluxo-steps { grid-template-columns: 1fr; padding: 16px 0; }
  .fluxo-steps::before { top: 36px; bottom: 36px; left: 38px; width: 1px; height: auto; }
  .fluxo-step {
    display: grid; grid-template-columns: 46px minmax(0, 1fr); column-gap: 14px;
    padding: 14px 20px;
  }
  .fluxo-step-number { grid-column: 1; grid-row: 1 / span 2; margin: 0; }
  .fluxo-step h3 { grid-column: 2; margin-top: 0; }
  .fluxo-step > p:last-child { grid-column: 2; }
  .fluxo-outcome > p { padding-left: 17px; font-size: 20px; }
  .ai-image { height: 340px; }
  .ai-logo-orbit { top: 10%; left: 8%; width: 48%; height: 76%; }
  .ai-logo-orbit__tool img { width: 12px; height: 12px; flex-basis: 12px; }
  .ai-logo-orbit__tool b { font-size: 7px; }
  .ai-logo-orbit__tool.is-wordmark b { font-size: 8px; }
  .ai-logo-orbit__tool--9,
  .ai-logo-orbit__tool--11,
  .ai-logo-orbit__tool--13,
  .ai-logo-orbit__tool--14,
  .ai-logo-orbit__tool--15 { display: none; }
  .ai-copy { padding: 48px 20px 56px; }
  .journal { padding-top: 48px; padding-bottom: 56px; }
  .ai-copy h2 { font-size: 42px; }
  .ai-copy .ai-intro { margin-bottom: 24px; }
  .ai-tablist { grid-template-columns: repeat(2, 1fr); }
  .ai-tab { min-height: 58px; padding: 9px 10px; }
  .ai-panels { min-height: 240px; padding-top: 28px; }
  .ai-panel h3 { font-size: 26px; }
  .clients { padding-bottom: 32px; }
  .clients-head { margin-bottom: 32px; }
  .marquee { padding: 14px 0; }
  .marquee-track { animation-duration: 90s; }
  .marquee-group { gap: 10px; padding-right: 10px; }
  .marquee-item { padding-right: 0; }
  .client-logo-frame { width: 172px; height: 88px; padding: 16px; }
  .client-logo { max-width: 140px; max-height: 56px; }
  .journal-head { display: block; }
  .journal-head .wp-block-buttons { margin-top: 28px; }
  .journal-head .text-link { display: flex; width: max-content; margin-top: 28px; }
  .journal-grid { grid-template-columns: 1fr; gap: 32px; }
  .post-featured, .post:last-child { grid-column: auto; grid-row: auto; }
  .post-featured .post-visual, .post-visual { height: 330px; }
  .contact { padding-bottom: 30px; }
  .contact-grid { width: 100%; gap: 36px; }
  .contact-intro { width: calc(100% - 40px); margin-inline: auto; }
  .contact-intro h2 { font-size: 42px; }
  .contact .wpcf7 { margin-inline: 20px; border-radius: 8px; }
  .contact .wpcf7 form.contact-form {
    grid-template-columns: 1fr; gap: 18px;
    padding: 28px 20px 34px;
  }
  .contact .wpcf7 .field, .contact .wpcf7 .field-full { grid-column: 1; }
  .contact .wpcf7 .form-action { align-items: flex-start; flex-direction: column; }
  .contact .wpcf7 .form-action .button { width: 100%; max-width: 100%; }
  .contact .cf7-cf-turnstile { max-width: 100%; overflow: visible; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (min-width: 901px) and (max-height: 800px) {
  .hero { min-height: 600px; }
  .hero-grid { padding-top: 96px; padding-bottom: 96px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(54px, 5.2vw, 72px); }
  .hero-lead { margin-bottom: 18px; font-size: 17px; }
}

@media (max-width: 380px) {
  .contact .wpcf7 .form-action { width: 100%; }
  .contact .wpcf7 .form-action .button { min-width: 0; }
  .contact .cf7-cf-turnstile { width: calc(100% / .88); zoom: .88; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee { overflow-x: auto; }
  .marquee-track { animation: none !important; }
  .marquee-group[aria-hidden="true"] { display: none; }
  .contact .d2a-form-overlay-spinner { animation: none; border-color: rgba(255,255,255,.55); border-top-color: var(--aqua); }
}

/* Evita sobreposição do header fixo pela barra administrativa do WordPress. */
html:has(body.admin-bar) { --admin-bar-height: 32px; }
body.admin-bar .site-header { top: 32px; }

@media screen and (max-width: 782px) {
  html:has(body.admin-bar) { --admin-bar-height: 46px; }
  body.admin-bar .site-header { top: 46px; }
}

@media screen and (max-width: 600px) {
  #wpadminbar { position: fixed; }
}
