:root {
  --ink: #171a20;
  --muted: #515760;
  --paper: #f8f9fa;
  --white: #fff;
  --night: #101318;
  --ink-pure: #f8f9fa;
  --accent-gold: #f5d000;
  --line: #d9dde1;
  --line-dark: #353c45;
  --body: "Inter", Arial, sans-serif;
  --display: "Lexend", Arial, sans-serif;
  --header-height: 88px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font: 400 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 400;
  text-wrap: balance;
}
h1 {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}
h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
h4 {
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
p {
  color: var(--muted);
  text-wrap: pretty;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
a,
button,
input,
summary {
  touch-action: manipulation;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  border-radius: 0;
}
::selection {
  background: var(--accent-gold);
  color: var(--night);
}
:focus-visible {
  outline: 3px solid #957600;
  outline-offset: 5px;
}
.hero :focus-visible,
.governance :focus-visible,
footer :focus-visible {
  outline-color: var(--accent-gold);
}
[hidden] {
  display: none !important;
}
.container {
  width: min(100% - 112px, 1248px);
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 96px;
  align-items: end;
  margin-bottom: 64px;
}
.section-heading > p {
  max-width: 46ch;
  font-size: 17px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  background: var(--accent-gold);
  color: var(--night);
  padding: 12px 20px;
  z-index: 5;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
/* Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-group {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  --ink-pure: #171a20;
}
.logo-svg {
  width: 127px;
  height: auto;
}
.badge-studio {
  font-size: 12px;
  color: var(--muted);
  border-left: 1px solid var(--line);
  padding-left: 12px;
}
.site-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
.site-nav > a {
  padding-block: 12px;
}
.site-nav > a:hover {
  color: #796100;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}
.lang-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 3px;
  color: var(--muted);
}
.lang-switch [aria-current] {
  font-weight: 700;
  color: var(--ink);
}
.lang-switch span {
  color: #8a9098;
}
.button,
.btn-tech {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--accent-gold);
  color: var(--night);
  border: 1px solid transparent;
  padding: 15px 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  min-height: 50px;
  transition: background 0.2s;
}
.button:hover,
.btn-tech:hover:not(:disabled) {
  background: #ffdf35;
}
.header-cta {
  font-size: 12px;
  min-height: 44px;
  padding: 12px 16px;
  gap: 18px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  padding-block: 7px;
  transition: gap 0.2s;
}
.text-link:hover {
  gap: 30px;
}
.menu-toggle,
.mobile-contact {
  display: none;
}
/* Two concurrent practices, joined by the Ambidx mark. */
.hero {
  background: var(--night);
  color: var(--ink-pure);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  padding-top: clamp(48px, 4.5vw, 88px);
  padding-bottom: 28px;
}
.hero-duality {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 100px);
  margin-block: clamp(40px, 4vw, 72px);
}
.hero-front {
  color: var(--ink-pure);
  font-family: var(--display);
  font-size: clamp(38px, 3.8vw, 64px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.035em;
}
.hero-front span {
  display: block;
}
.hero-front--now {
  text-align: right;
  --front-entry: -16px;
}
.hero-front--new {
  color: var(--accent-gold);
  --front-entry: 16px;
}
.hero-art {
  min-width: 0;
  width: 100%;
  align-self: center;
  justify-self: center;
}
.hero-dx {
  display: block;
  width: min(100%, 180px);
  height: auto;
}
.hero-mark {
  display: block;
  width: 100%;
  height: auto;
}
.hero-mark-arm--nw {
  --entry-x: -8px;
  --entry-y: -8px;
}
.hero-mark-arm--ne {
  --entry-x: 8px;
  --entry-y: -8px;
}
.hero-mark-arm--se {
  --entry-x: 8px;
  --entry-y: 8px;
}
.hero-mark-arm--sw {
  --entry-x: -8px;
  --entry-y: 8px;
}
.hero-mark-center {
  transform-box: fill-box;
  transform-origin: center;
}
/* One entrance per page load; the default and final states are fully visible. */
@media (prefers-reduced-motion: no-preference) {
  .hero-front {
    animation: hero-front-enter 1100ms cubic-bezier(0.22, 1, 0.36, 1) 100ms
      backwards;
  }
  .hero-mark-arm {
    animation: hero-arm-enter 1000ms cubic-bezier(0.22, 1, 0.36, 1) 100ms
      backwards;
  }
  .hero-mark-center {
    animation: hero-center-enter 350ms cubic-bezier(0.25, 1, 0.5, 1) 650ms
      backwards;
  }
}
@keyframes hero-front-enter {
  from {
    transform: translateX(var(--front-entry));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hero-arm-enter {
  from {
    transform: translate(var(--entry-x), var(--entry-y));
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes hero-center-enter {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.hero-signature {
  font-size: 14px;
  color: var(--accent-gold);
  margin-bottom: 24px;
}
.hero h1 {
  max-width: none;
  font-size: clamp(44px, 6.1vw, 96px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.hero-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 56px;
}
.hero-intro {
  max-width: 52ch;
  flex: 1 1 50%;
  font-size: 18px;
  line-height: 1.65;
  color: #d4d8de;
  margin: 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px 28px;
  flex-wrap: wrap;
  margin: 0;
}
.hero-actions .text-link {
  border: 0;
}
.hero-experience {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 2fr) 24px;
  align-items: start;
  gap: 32px;
  border-top: 1px solid #ffffff30;
  margin-top: clamp(44px, 4vw, 72px);
  padding-top: 24px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #c1c7cf;
}
.hero-experience-copy {
  color: var(--ink-pure);
  max-width: 76ch;
}
.hero-experience-copy small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #c1c7cf;
  line-height: 1.6;
}
.hero-experience-arrow {
  color: var(--accent-gold);
  font-size: 20px;
}
.hero-experience:hover .hero-experience-copy {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Case study */
.evidence {
  background: #f0f2f3;
}
.section-kicker {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 28px;
}
.case-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 112px;
  align-items: start;
}
.case-description {
  max-width: 58ch;
  margin-top: 28px;
}
.attribution {
  max-width: 62ch;
  font-size: 12px;
  margin-top: 24px;
  color: #59616b;
}
.case-metrics {
  padding-top: 8px;
}
.case-metrics > div {
  padding: 22px 0;
  border-bottom: 1px solid #cbd1d6;
  display: flex;
  align-items: baseline;
  gap: 28px;
}
.case-metrics > div:first-child {
  padding-top: 0;
}
.case-metrics dt {
  font-family: var(--display);
  font-size: 42px;
  letter-spacing: -0.04em;
  min-width: 140px;
  line-height: 1.25;
}
.case-metrics dd {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  max-width: 14ch;
}
.case-details {
  margin-top: 36px;
  font-size: 13px;
  max-width: 680px;
}
.case-details summary {
  cursor: pointer;
  padding-block: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cbd1d6;
}
.case-details summary::-webkit-details-marker {
  display: none;
}
.case-details[open] summary span {
  transform: rotate(45deg);
}
.case-details p {
  padding-bottom: 10px;
}
.support-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #cbd1d6;
  margin-top: 56px;
  padding-top: 40px;
  gap: 20px;
}
.support-heading h3 {
  font-size: 21px;
}
.support-heading > span {
  font-size: 12px;
  color: var(--muted);
}
.support-stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 32px;
}
.story-category {
  font-size: 12px;
  margin-bottom: 12px;
}
.support-story h3 {
  font-size: 23px;
  max-width: 30ch;
  margin-bottom: 14px;
}
.support-story > p {
  font-size: 14px;
}
.support-story .story-proof {
  margin-top: 20px;
  font-weight: 500;
  color: var(--ink);
  font-size: 13px;
}
/* Capabilities: three readable rows */
.capability {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr 1fr;
  gap: 56px;
  padding: 42px 0;
  border-top: 1px solid var(--line);
}
.capability > h3 {
  font-size: 19px;
  max-width: 18ch;
}
.capability h4 {
  margin-bottom: 16px;
}
.capability p {
  font-size: 15px;
  max-width: 46ch;
}
.capability ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--muted);
}
.capability li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e9ec;
}
.capability li:first-child {
  padding-top: 0;
}
.technology-strip {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.technology-strip p {
  font-size: 12px;
  margin-bottom: 18px;
}
.technology-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4c535d;
  font-size: 14px;
  font-weight: 500;
}
/* Actual product imagery */
.governance {
  background: var(--night);
  color: #f8f9fa;
}
.governance p {
  color: #bbc3ce;
}
.governance .section-heading {
  margin-bottom: 48px;
}
.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.product-toolbar > p {
  font-size: 12px;
}
.product-controls {
  display: flex;
  gap: 8px;
}
.product-view {
  background: transparent;
  color: #c5cbd4;
  border: 1px solid transparent;
  padding: 12px 16px;
  font-size: 13px;
  min-height: 44px;
}
.product-view.active {
  color: #f5d000;
  border-color: #716415;
}
.product-view:hover {
  background: #20262f;
}
.product-figure {
  max-width: 1040px;
  margin-inline: auto;
}
.image-enlarge {
  border: 0;
  background: #171b24;
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}
.image-enlarge img {
  width: 100%;
}
.enlarge-label {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: #11151c;
  color: white;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #505b69;
}
figcaption {
  font-size: 12px;
  color: #bbc3ce;
  margin-top: 14px;
}
.governance-outcomes {
  display: flex;
  gap: 64px;
  margin: 40px 0 24px;
}
.governance-outcomes > div {
  flex: 1;
}
.governance-outcomes h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.governance-outcomes p {
  font-size: 14px;
}
.platform-note {
  margin-top: 64px;
  border-top: 1px solid var(--line-dark);
  padding-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 48px;
  align-items: center;
}
.platform-note span {
  font-size: 12px;
  color: #d6bd31;
}
.platform-note h3 {
  font-size: 21px;
  margin-top: 8px;
}
.platform-note p {
  font-size: 14px;
}
.platform-note .text-link {
  font-size: 12px;
}
/* Method and leadership */
.method {
  background: var(--paper);
}
.method-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.method-list > li {
  display: grid;
  grid-template-columns: 60px 1.1fr 1fr;
  gap: 56px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.phase-number {
  font-size: 15px;
  padding-top: 4px;
  color: #6e7580;
}
.method-list h3 {
  font-size: 24px;
  margin-bottom: 13px;
}
.method-list p {
  max-width: 49ch;
  font-size: 15px;
}
.phase-delivery {
  padding-left: 36px;
  border-left: 1px solid var(--line);
}
.phase-delivery > span {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}
.phase-delivery p {
  color: var(--ink);
  font-weight: 500;
}
.phase-delivery small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
}
.people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 72px);
}
.person {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.person-portrait {
  position: relative;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f0f2f3;
}
.person-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.person-portrait--thiago img {
  position: absolute;
  width: 140%;
  max-width: none;
  height: 140%;
  left: -20%;
  top: -2%;
  object-position: center 8%;
}
.person h3 {
  font-size: clamp(24px, 1.65vw, 29px);
  margin-bottom: 8px;
}
.person-role {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--ink);
}
.person p:not(.person-role) {
  font-size: 15px;
  max-width: 42ch;
}
.person .person-credit {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 20px;
  font-size: 13px;
}
/* Contact */
.contact {
  background: #f0f2f3;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.contact-copy > p {
  margin-top: 26px;
  max-width: 43ch;
}
.contact-stages {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  counter-reset: stages;
  margin: 36px 0;
  font-size: 12px;
}
.contact-stages li {
  counter-increment: stages;
}
.contact-stages li:before {
  content: counter(stages);
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #8f98a2;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}
.contact-copy .contact-note {
  font-size: 13px;
  max-width: 43ch;
}
.assessment-wrapper {
  padding: 34px;
  background: var(--white);
}
#local-notice {
  font-size: 12px;
  color: #5c5000;
  background: #fff6bd;
  padding: 9px 12px;
  margin-bottom: 20px;
}
.wizard-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 26px;
  font-size: 12px;
  color: var(--muted);
}
#wizardProgress {
  width: 96px;
  height: 3px;
  background: #e1e4e7;
  flex-shrink: 0;
}
#wizardBar {
  height: 100%;
  background: #756000;
  transform-origin: left;
  transform: scaleX(0.3333);
  transition: transform 0.2s;
}
.step-pane {
  display: none;
}
.step-pane.active {
  display: block;
}
.step-pane h3 {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.option-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.option-btn {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: #fff;
  color: var(--ink);
  padding: 16px;
  border: 1px solid #b9c1ca;
  font-size: 14px;
  line-height: 1.5;
  min-height: 58px;
}
.option-btn:hover {
  background: #f5f6f7;
}
.option-btn.selected {
  border-color: #746000;
  background: #fff9d9;
}
.check-circle {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid #8a929c;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: transparent;
}
.selected .check-circle {
  background: #171a20;
  border-color: #171a20;
  color: #f5d000;
}
.btn-tech {
  width: 100%;
}
.btn-tech:disabled {
  background: #e4e7ea;
  color: #606770;
}
.btn-tech-outline {
  background: transparent;
  border: 1px solid #acb5bf;
  color: var(--ink);
  padding: 14px 18px;
  font-size: 14px;
  min-height: 50px;
}
.btn-tech-outline:hover {
  background: #f1f3f4;
}
.form-actions {
  display: flex;
  gap: 12px;
}
.form-actions .btn-tech-outline {
  flex: 0 0 auto;
}
.form-actions .btn-tech {
  flex: 1;
  min-width: 0;
}
.form-row {
  margin-bottom: 16px;
}
.form-row label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.form-input {
  width: 100%;
  border: 1px solid #a9b3bf;
  padding: 12px 14px;
  background: #fff;
  min-height: 48px;
  border-radius: 0;
  color: var(--ink);
  font-size: 16px;
}
.form-input::placeholder {
  color: #626c78;
}
.form-data-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
}
.form-error-box {
  display: none;
  margin-top: 20px;
  padding: 16px;
  background: #fff0ef;
  color: #8c2926;
  font-size: 14px;
}
.form-error-box.visible {
  display: block;
}
.form-success-box {
  display: none;
  padding: 22px 0;
}
.form-success-box h3 {
  margin-bottom: 18px;
}
.form-success-box p {
  font-size: 15px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
footer {
  background: #101318;
  color: #f8f9fa;
  padding-top: 58px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 48px;
}
.footer-top .logo-group {
  --ink-pure: #f8f9fa;
}
.footer-top p {
  font-size: 13px;
  color: #bbc3ce;
  margin-top: 20px;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px 28px;
  max-width: 560px;
  font-size: 13px;
}
.footer-top nav a {
  padding-block: 10px;
}
.footer-top nav a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  padding-block: 22px;
  color: #bbc3ce;
  font-size: 12px;
}
#product-dialog {
  width: min(1400px, 96vw);
  max-height: 94vh;
  border: 0;
  padding: 58px 16px 16px;
  background: #101318;
  color: white;
}
#product-dialog::backdrop {
  background: #05080ded;
}
#product-dialog img {
  width: 100%;
  object-fit: contain;
  max-height: calc(94vh - 85px);
}
.dialog-close {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 10px 14px;
  min-height: 44px;
  background: none;
  border: 1px solid #53606f;
  color: white;
  font-size: 14px;
}
body:has(dialog[open]) {
  overflow: hidden;
}
/* Expand the composition on wide screens while keeping prose readable. */
@media (min-width: 1560px) {
  .container {
    width: min(calc(100% - 160px), clamp(1248px, 80vw, 1760px));
  }
  h1 {
    font-size: clamp(68px, 4.2vw, 80px);
  }
  h2 {
    font-size: clamp(46px, 2.8vw, 56px);
  }
  .hero h1 {
    max-width: none;
  }
  .hero-intro {
    font-size: 20px;
  }
  .section {
    padding-block: clamp(104px, 6vw, 136px);
  }
  .section-heading {
    gap: clamp(96px, 6vw, 144px);
  }
  .section-heading > p,
  .case-description,
  .contact-copy > p {
    font-size: 18px;
  }
  .case-layout {
    gap: clamp(112px, 7vw, 176px);
  }
  .case-metrics dt {
    font-size: clamp(42px, 2.7vw, 56px);
    min-width: 180px;
  }
  .case-metrics dd {
    font-size: 15px;
  }
  .support-stories {
    gap: clamp(80px, 6vw, 144px);
  }
  .support-story > p {
    font-size: 16px;
    max-width: 65ch;
  }
  .support-story .story-proof {
    font-size: 14px;
  }
  .capability {
    gap: clamp(56px, 4vw, 96px);
  }
  .capability p,
  .method-list p {
    font-size: 17px;
  }
  .capability ul {
    font-size: 16px;
  }
  .product-figure {
    max-width: 1200px;
  }
  .governance-outcomes p {
    font-size: 16px;
    max-width: 40ch;
  }
  .person {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 32px;
  }
  .person p:not(.person-role) {
    font-size: 16px;
    max-width: 45ch;
  }
  .contact-layout {
    grid-template-columns: 1fr minmax(0, 680px);
  }
}
@media (min-width: 1700px) {
  .hero-inner {
    padding-top: 72px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 72px);
  }
  .site-nav {
    gap: 18px;
  }
  .badge-studio {
    display: none;
  }
  .nav-inner {
    gap: 18px;
  }
  .nav-actions {
    gap: 14px;
  }
  .case-layout {
    gap: 64px;
  }
  .section-heading {
    gap: 56px;
  }
  .capability {
    gap: 32px;
  }
  .people {
    gap: 36px;
  }
  .person {
    grid-template-columns: 0.7fr 1fr;
    gap: 20px;
  }
  .contact-layout {
    gap: 56px;
  }
  .platform-note {
    gap: 28px;
  }
  .header-cta {
    gap: 12px;
    padding-inline: 12px;
  }
}
@media (max-width: 1050px) {
  .header-cta {
    display: none;
  }
  .site-nav {
    font-size: 14px;
  }
  .person {
    grid-template-columns: 1fr;
  }
  .person > div:not(.person-portrait) {
    max-width: 50ch;
  }
  .case-metrics dt {
    min-width: 110px;
    font-size: 36px;
  }
  .case-metrics > div {
    gap: 15px;
  }
  .platform-note {
    grid-template-columns: 1fr 1fr;
  }
  .platform-note > a {
    justify-self: start;
  }
  .contact-layout {
    gap: 40px;
  }
  .assessment-wrapper {
    padding: 26px;
  }
  .capability {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .capability ul {
    grid-column: 2;
  }
}
@media (max-width: 800px) {
  :root {
    --header-height: 76px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .section {
    padding-block: 72px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #b8c0c8;
    min-height: 44px;
    padding: 8px 12px;
    background: white;
    font-size: 13px;
  }
  .menu-toggle span {
    font-size: 20px;
  }
  .menu-toggle[aria-expanded="true"] span {
    transform: rotate(45deg);
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 24px 28px;
    background: white;
    border-bottom: 1px solid var(--line);
    max-height: calc(100dvh - 76px);
    overflow: auto;
  }
  .site-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav > a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .site-nav .mobile-contact {
    display: block;
    color: #655100;
    font-weight: 600;
  }
  .nav-actions {
    gap: 20px;
  }
  .hero-inner {
    padding-top: 48px;
    padding-bottom: 26px;
  }
  .hero-duality {
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
    gap: 20px;
  }
  .hero-front {
    font-size: clamp(28px, 4.8vw, 38px);
  }
  .hero-context {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .hero h1 {
    font-size: 48px;
    max-width: 680px;
  }
  .hero-intro {
    font-size: 17px;
    max-width: 48ch;
  }
  .hero-experience {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px 20px;
  }
  .hero-experience-label {
    grid-column: 1;
  }
  .hero-experience-copy {
    grid-column: 1;
  }
  .hero-experience-arrow {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 44px;
  }
  .section-heading > p {
    max-width: 60ch;
  }
  .case-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .case-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .case-metrics > div,
  .case-metrics > div:first-child {
    padding: 18px 0;
    display: block;
    border-top: 1px solid #cbd1d6;
    border-bottom: 0;
  }
  .case-metrics dd {
    margin-top: 10px;
    max-width: 20ch;
  }
  .case-metrics dt {
    font-size: 34px;
    min-width: 0;
  }
  .case-details {
    margin-top: 15px;
  }
  .support-heading {
    align-items: start;
  }
  .support-heading > span {
    display: none;
  }
  .support-stories {
    gap: 36px;
  }
  .product-toolbar {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .governance-outcomes {
    gap: 30px;
  }
  .method-list > li {
    grid-template-columns: 36px 1fr;
    gap: 24px;
  }
  .phase-delivery {
    grid-column: 2;
    border-left: 0;
    padding: 0;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact-copy > p,
  .contact-copy .contact-note {
    max-width: 65ch;
  }
  .contact-stages {
    margin-block: 26px;
  }
  .footer-top {
    flex-direction: column;
    gap: 28px;
  }
  .footer-top nav {
    justify-content: start;
  }
  .platform-note {
    margin-top: 44px;
  }
  .people {
    gap: 32px;
  }
  .image-enlarge img {
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .container {
    width: calc(100% - 40px);
  }
  .logo-svg {
    width: 115px;
  }
  .nav-actions {
    gap: 12px;
  }
  .lang-switch {
    gap: 3px;
  }
  .section {
    padding-block: 60px;
  }
  h2 {
    font-size: 32px;
  }
  .hero-inner {
    padding-top: 44px;
  }
  .hero h1 {
    font-size: clamp(34px, 9.5vw, 46px);
    letter-spacing: -0.035em;
  }
  .hero h1 br {
    display: none;
  }
  .hero-signature {
    margin-bottom: 24px;
  }
  .hero-duality {
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 24px;
    margin-block: 36px;
  }
  .hero-front {
    font-size: 34px;
  }
  .hero-front--now {
    text-align: left;
    grid-column: 1;
    grid-row: 1;
  }
  .hero-front--new {
    grid-column: 1;
    grid-row: 2;
  }
  .hero-art {
    width: auto;
    justify-self: center;
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .hero-dx {
    width: min(100%, 86px);
  }
  .hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .hero-actions .button {
    justify-content: space-between;
  }
  .hero-actions .text-link {
    align-self: start;
  }
  .case-layout h2 br {
    display: none;
  }
  .case-metrics {
    gap: 14px;
  }
  .case-metrics dt {
    font-size: 27px;
    letter-spacing: -0.04em;
  }
  .case-metrics dd {
    font-size: 12px;
  }
  .support-stories {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .support-story + .support-story {
    border-top: 1px solid #cbd1d6;
    padding-top: 28px;
  }
  .capability {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0;
  }
  .capability > h3 {
    max-width: none;
    color: #6a5600;
    font-size: 15px;
  }
  .capability ul {
    grid-column: auto;
  }
  .capability h4 {
    font-size: 24px;
  }
  .technology-strip ul {
    gap: 14px 22px;
    font-size: 13px;
  }
  .governance-outcomes {
    flex-direction: column;
    gap: 24px;
  }
  .product-view {
    padding-inline: 13px;
  }
  .product-controls {
    width: 100%;
    justify-content: space-between;
  }
  .product-toolbar > p {
    max-width: 35ch;
  }
  .enlarge-label {
    position: static;
    display: block;
    border: 0;
    border-top: 1px solid #3f4956;
    text-align: right;
  }
  .platform-note {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .method-list > li {
    gap: 20px;
  }
  .method-list h3 {
    font-size: 23px;
  }
  .people {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .person {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .assessment-wrapper {
    padding: 24px 20px;
  }
  .contact-stages {
    justify-content: space-between;
    gap: 12px;
  }
  .wizard-progress {
    gap: 12px;
  }
  #wizardProgress {
    width: 68px;
  }
  .form-actions {
    flex-wrap: wrap;
  }
  .form-actions .btn-tech {
    width: auto;
    flex: 1;
  }
  .option-btn {
    font-size: 13px;
    padding: 14px;
  }
  .footer-top nav {
    column-gap: 22px;
  }
  .footer-bottom {
    gap: 16px;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
