/* Construção em evidência. Extends the existing Ambidx tokens and controls. */
:root {
  --header-height: 84px;
  --surface: #edf0f2;
  --measure: 1640px;
}
.container {
  width: min(calc(100% - 112px), var(--measure));
}
.section {
  padding-block: clamp(80px, 7vw, 128px);
}
.section-heading {
  gap: 56px;
  margin-bottom: 48px;
}
h2 {
  font-size: clamp(34px, 3.35vw, 54px);
  line-height: 1.12;
}
p {
  text-wrap: pretty;
}
.section-label {
  font-size: 14px;
  margin-bottom: 22px;
}
.site-header {
  background: var(--night);
  color: var(--ink-pure);
  border-color: #ffffff24;
}
.site-header .logo-group {
  --ink-pure: #f8f9fa;
}
.site-header .badge-studio {
  color: #bfc5cd;
  border-color: #515760;
  font-size: 13px;
}
.site-header .lang-switch a {
  color: #bfc5cd;
}
.site-header .lang-switch [aria-current] {
  color: var(--ink-pure);
}
.site-header .site-nav > a:hover {
  color: var(--accent-gold);
}
.site-header :focus-visible {
  outline-color: var(--accent-gold);
}
.site-header .header-cta {
  min-height: 46px;
  font-size: 13px;
}
.site-nav {
  font-size: 14px;
}
.menu-toggle {
  color: var(--ink-pure);
}

/* Experience: three complementary practices with equal visual weight. */
.evidence {
  background: var(--paper);
}
.experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
  margin-bottom: 44px;
}
.experience-heading h2 {
  font-size: clamp(34px, 3vw, 48px);
  max-width: 23ch;
}
.experience-heading > p {
  font-size: 17px;
  max-width: 48ch;
}
.experience-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.7fr);
  gap: clamp(32px, 5vw, 80px);
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.experience-row:last-child {
  border-bottom: 1px solid var(--line);
}
.experience-row h3 {
  font-size: clamp(22px, 1.8vw, 27px);
  line-height: 1.25;
}
.experience-copy {
  min-width: 0;
}
.experience-copy > p {
  font-size: 16px;
  max-width: 70ch;
}
.experience-copy .experience-proof {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.experience-details {
  margin-top: 12px;
  font-size: 14px;
  max-width: 70ch;
}
.experience-details summary {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  min-height: 44px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.experience-details summary::-webkit-details-marker {
  display: none;
}
.experience-details summary:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.disclosure-icon {
  position: relative;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}
.disclosure-icon::before,
.disclosure-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.disclosure-icon::before {
  width: 12px;
  height: 1px;
  left: 0;
  top: 5.5px;
}
.disclosure-icon::after {
  width: 1px;
  height: 12px;
  top: 0;
  left: 5.5px;
}
.experience-details[open] .disclosure-icon::after {
  display: none;
}
.experience-detail-content {
  padding-block: 8px 4px;
}
.experience-detail-content p + p {
  margin-top: 12px;
}
.evidence-source {
  font-size: 12px;
  margin-top: 24px;
  max-width: 90ch;
}
@media (max-width: 900px) {
  .experience-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 32px;
  }
  .experience-heading > p {
    max-width: 60ch;
  }
  .experience-row {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.4fr);
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .experience-heading h2 {
    font-size: 34px;
  }
  .experience-heading > p {
    font-size: 16px;
  }
  .experience-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 26px;
  }
  .experience-row h3 {
    font-size: 23px;
  }
}

.ambidexterity {
  background: var(--accent-gold);
  color: var(--night);
}
.ambidexterity .section-label {
  color: var(--night);
}
.thesis-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 10%;
}
.thesis-intro h2 {
  font-size: clamp(42px, 4.2vw, 68px);
  max-width: 11.5ch;
}
.thesis-intro > p:last-child {
  font-size: 18px;
  color: var(--night);
  margin-top: 28px;
  max-width: 36ch;
}
.mode {
  padding: 26px 0;
  border-top: 1px solid #171a2060;
}
.mode:first-child {
  padding-top: 0;
  border-top: 0;
}
.mode:last-child {
  padding-bottom: 0;
}
.mode h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
.mode p {
  color: var(--night);
  font-size: 16px;
}
.mode .mode-delivery {
  font-size: 14px;
  margin-top: 18px;
}
.mode-delivery strong {
  font-weight: 600;
}

.capabilities {
  background: var(--white);
}
.capability {
  grid-template-columns: 0.58fr 1fr 1fr;
  gap: 56px;
  padding-block: 34px;
}
.capability > h3 {
  font-size: 17px;
  line-height: 1.5;
}
.capability h4 {
  font-size: 25px;
  line-height: 1.2;
  max-width: 26ch;
}
.capability p {
  font-size: 16px;
}
.capability ul {
  font-size: 15px;
}
.technology-strip p {
  font-size: 13px;
}
.technology-strip ul {
  gap: 12px 26px;
  font-size: 14px;
}

.method {
  background: var(--surface);
}
.method-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.method-list > li {
  display: grid;
  grid-template-columns: 48px 1fr 0.9fr;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid #c9d0d5;
  align-items: center;
}
.phase-number {
  color: var(--muted);
  font-size: 14px;
  align-self: start;
  padding-top: 8px;
}
.method-list h3 {
  font-size: 27px;
  margin-bottom: 14px;
}
.method-list p {
  max-width: 46ch;
  font-size: 16px;
}
.delivery-study {
  position: relative;
  padding: 28px;
  background: var(--white);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.delivery-study::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--accent-gold);
}
.delivery-study .artifact-label {
  font-size: 12px;
  margin-bottom: 14px;
  display: block;
  color: var(--muted);
}
.delivery-study strong {
  font: 400 23px/1.2 var(--display);
}
.delivery-study .artifact-parts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  border-block: 1px solid var(--line);
  padding-block: 14px;
  margin-block: 20px;
  font-size: 13px;
  color: var(--muted);
}
.delivery-study figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.method-note {
  color: var(--muted);
  font-size: 12px;
  margin-top: 18px;
}
.governance {
  padding-top: 64px;
  padding-bottom: 80px;
  background: var(--night);
  color: var(--ink-pure);
}
.governance .section-heading {
  margin-bottom: 24px;
  align-items: center;
}
.governance .section-heading h2 {
  font-size: clamp(30px, 2.7vw, 42px);
  max-width: 19ch;
}
.governance .section-heading p {
  color: #bfc5cd;
}
.governance-platform {
  border-top: 0;
  padding-top: 20px;
}
.governance-platform p,
.governance-platform .governance-partner {
  font-size: 14px;
}
.platform-note {
  margin-top: 32px;
  padding-top: 28px;
}
.product-gallery summary {
  font-size: 15px;
}

.leadership {
  background: var(--white);
}
.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.person {
  display: grid;
  grid-template-columns: minmax(180px, 0.95fr) 1fr;
  gap: 26px;
  align-items: start;
}
.person:nth-child(2) {
  margin-top: 100px;
}
.person-portrait {
  max-width: none;
  width: 100%;
  aspect-ratio: 4 / 5;
}
.person h3 {
  font-size: 27px;
}
.person .person-role {
  font-size: 14px;
  margin-bottom: 24px;
}
.person p:not(.person-role) {
  font-size: 15px;
}
.person .person-credit {
  font-size: 13px;
}

.contact {
  background: var(--surface);
}
.contact-copy h2 {
  font-size: clamp(38px, 3.8vw, 62px);
  max-width: 15ch;
}
.contact-layout {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9%;
}
.contact-copy > p {
  font-size: 17px;
  max-width: 36ch;
}
.contact-copy .contact-note {
  font-size: 14px;
}
.contact-stages {
  gap: 22px;
  font-size: 13px;
  margin-block: 28px;
}
.assessment-wrapper {
  padding: 36px;
}
.wizard-progress {
  font-size: 13px;
}
.step-pane h3 {
  font-size: 23px;
  line-height: 1.3;
}
.option-group {
  gap: 0;
}
.option-btn {
  font-size: 15px;
  padding: 18px 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  min-height: 64px;
}
.option-btn:first-child {
  border-top: 1px solid var(--line);
}
.option-btn.selected {
  background: #f5d0001a;
  border-color: var(--line);
}
.option-btn:hover {
  background: var(--surface);
}
.form-input {
  font-size: 16px;
}
.form-row label {
  font-size: 14px;
}
.form-data-note {
  font-size: 13px;
}
.footer-top .logo-svg {
  width: 180px;
}
.footer-bottom {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 72px);
  }
  .people {
    gap: 48px;
  }
  .person {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .person-portrait {
    width: 82%;
    max-width: 360px;
  }
  .capability {
    gap: 28px;
  }
  .contact-layout {
    gap: 48px;
  }
}
@media (max-width: 900px) {
  .thesis-layout {
    gap: 48px;
  }
  .thesis-intro h2 {
    font-size: 44px;
  }
  .capability {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .capability ul {
    grid-column: 2;
  }
  .method-list > li {
    grid-template-columns: 32px 1fr 1fr;
    gap: 24px;
  }
  .delivery-study {
    padding: 22px;
  }
  .delivery-study .artifact-parts {
    gap: 8px 15px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact-copy h2 {
    max-width: 19ch;
  }
  .contact-copy > p {
    max-width: 54ch;
  }
  .contact-stages {
    display: none;
  }
}
@media (max-width: 800px) {
  :root {
    --header-height: 76px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .site-nav {
    background: var(--night);
    color: var(--ink-pure);
    border-bottom-color: var(--line-dark);
  }
  .site-nav .mobile-contact {
    color: var(--accent-gold);
  }
  .menu-toggle {
    border-color: #707780;
    background: transparent;
    color: var(--ink-pure);
    font-size: 14px;
    min-height: 44px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 64px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
  .section-heading > p {
    font-size: 16px;
  }
  .thesis-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .thesis-intro h2 {
    max-width: 15ch;
    font-size: 44px;
  }
  .thesis-intro > p:last-child {
    font-size: 17px;
    margin-top: 20px;
  }
  .mode:first-child {
    padding-top: 26px;
    border-top: 1px solid #171a2060;
  }
  .mode h3 {
    font-size: 25px;
  }
  .capability {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 28px;
  }
  .capability ul {
    grid-column: auto;
  }
  .capability > h3 {
    font-size: 14px;
    max-width: none;
    color: var(--muted);
  }
  .capability h4 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .technology-strip ul {
    font-size: 13px;
  }
  .method-list > li {
    grid-template-columns: 30px 1fr;
    gap: 18px;
    padding-block: 28px;
  }
  .method-list h3 {
    font-size: 25px;
  }
  .delivery-study {
    grid-column: 2;
    padding: 24px;
  }
  .governance {
    padding-block: 52px;
  }
  .governance-platform {
    grid-template-columns: 1fr;
  }
  .governance-platform .text-link {
    grid-column: auto;
  }
  .people {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .person {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .person:nth-child(2) {
    margin-top: 0;
  }
  .person-portrait {
    width: 86%;
    max-width: 360px;
  }
  .person:nth-child(2) .person-portrait {
    justify-self: end;
  }
  .person p:not(.person-role) {
    font-size: 16px;
    max-width: 45ch;
  }
  .person .person-credit {
    font-size: 14px;
  }
  .contact-copy h2 {
    font-size: 40px;
    max-width: 14ch;
  }
  .assessment-wrapper {
    padding: 24px 20px;
  }
  .step-pane h3 {
    font-size: 22px;
  }
  .option-btn {
    font-size: 14px;
    padding-inline: 8px;
  }
  .footer-top .logo-svg {
    width: 160px;
  }
}

/* F — Pensar junto. Construir junto. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--night);
  color: var(--ink-pure);
}
.hero-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(16 19 24 / 30%),
    rgb(16 19 24 / 12%) 45%,
    transparent 65%
  );
}
.hero-inner {
  min-height: 690px;
  padding-top: 108px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-build {
  display: block;
}
.hero-copy {
  width: 58%;
  max-width: 810px;
  min-width: 0;
  padding: 0;
}
.hero-signature {
  color: var(--accent-gold);
  margin-bottom: 28px;
  font-size: 14px;
}
.hero h1 {
  font-size: clamp(46px, 4.2vw, 74px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: none;
  text-wrap: initial;
}
.hero h1 span {
  display: block;
}
.hero h1 span + span {
  color: #c5c9cf;
  margin-top: 8px;
}
.hero-intro {
  font-size: 18px;
  max-width: 46ch;
  margin: 28px 0 0;
  line-height: 1.65;
  color: #d5d8dd;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.hero-actions .button {
  min-height: 54px;
  font-size: 15px;
}
.hero-actions .text-link {
  border: 0;
  font-size: 14px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-block: 20px 4px;
  margin-top: 100px;
  border-top: 1px solid #ffffff32;
  color: #d5d8dd;
  font-size: 13px;
}
.hero-bottom p {
  color: inherit;
}
.hero-bottom a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hero-bottom a:hover {
  color: var(--accent-gold);
}
@media (min-width: 1800px) {
  .hero-inner {
    min-height: 820px;
    padding-top: 136px;
  }
  .hero-copy {
    width: 56%;
  }
  .hero-bottom {
    margin-top: 110px;
  }
}
@media (max-width: 1200px) and (min-width: 701px) {
  .hero-background img {
    object-position: right center;
  }
  .hero-background::after {
    background: linear-gradient(90deg, #101318ed, #101318bb 50%, #10131819 75%);
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .hero-copy {
    width: 100%;
    max-width: 760px;
  }
  .hero-background {
    top: auto;
    bottom: 85px;
    height: 400px;
    -webkit-mask-image: linear-gradient(
      180deg,
      transparent,
      #000 22%,
      #000 82%,
      transparent
    );
    mask-image: linear-gradient(
      180deg,
      transparent,
      #000 22%,
      #000 82%,
      transparent
    );
  }
  .hero-background::after {
    background: none;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-inner {
    min-height: 940px;
    padding-top: 64px;
  }
  .hero-bottom {
    margin-top: 400px;
  }
}
@media (max-width: 700px) {
  .hero-background {
    top: auto;
    bottom: 85px;
    height: 360px;
    -webkit-mask-image: linear-gradient(
      180deg,
      transparent,
      #000 22%,
      #000 82%,
      transparent
    );
    mask-image: linear-gradient(
      180deg,
      transparent,
      #000 22%,
      #000 82%,
      transparent
    );
  }
  .hero-background img {
    object-position: right center;
  }
  .hero-background::after {
    background: none;
  }
  .hero-inner {
    min-height: 960px;
    padding-top: 42px;
    padding-bottom: 22px;
  }
  .hero-copy {
    width: 100%;
    max-width: none;
  }
  .hero h1 {
    font-size: 41px;
    line-height: 1.12;
  }
  .hero h1 span + span {
    margin-top: 10px;
  }
  .hero-signature {
    margin-bottom: 26px;
  }
  .hero-intro {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 25px;
  }
  .hero-actions {
    margin-top: 27px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }
  .hero-actions .text-link {
    align-self: flex-start;
  }
  .hero-bottom {
    margin-top: 325px;
    font-size: 11px;
    display: block;
    padding-block: 17px 0;
  }
  .hero-bottom p {
    max-width: none;
  }
  .hero-bottom a {
    display: none;
  }
}
