/* Godhury About page: editorial composition and restrained motion system */

.about-page {
  --about-navy: #080d18;
  --about-navy-soft: #111827;
  --about-amber: #c9850f;
  --about-amber-dark: #8a5200;
  --about-paper: #f5f6f7;
  --about-warm: #f7f5f1;
  --about-indigo: #37374f;
  --about-indigo-soft: #666580;
  --about-lilac: #e9e7f0;
  --about-violet-tint: #f0eef5;
  --about-magenta: #aa536e;
  --about-line: rgba(18, 22, 32, 0.14);
  --about-line-light: rgba(255, 255, 255, 0.18);
  overflow-x: clip;
  background: var(--clr-white);
}

.about-page .page-header {
  display: flex;
  min-height: 720px;
  padding: 168px 0 92px;
  align-items: center;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-warm);
  color: var(--clr-primary-dark);
  text-align: left;
}

.about-page .page-header .back-btn-wrapper {
  margin-bottom: 5rem;
}

.about-hero-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 1.5rem;
}

.about-hero-main {
  grid-column: 1 / span 8;
}

.about-hero-context {
  grid-column: 9 / -1;
  padding-bottom: 0.55rem;
}

.about-hero-focal {
  display: flex;
  width: 190px;
  min-height: 154px;
  margin: 0 0 2.4rem auto;
  padding: 1.4rem;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(233, 231, 240, 0.24);
  border-radius: 8px;
  background: var(--about-navy);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 18px 40px rgba(8, 13, 24, 0.13);
  color: var(--clr-white);
}

.about-hero-focal::before {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 34px;
  height: 3px;
  background: var(--about-amber);
  content: "";
}

.about-hero-focal span {
  font-family: var(--ff-heading);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.about-hero-focal strong {
  max-width: 120px;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-hero-eyebrow,
.about-section-index {
  display: block;
  color: var(--about-amber-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero-eyebrow {
  margin-bottom: 1.5rem;
}

.about-page .page-header h1 {
  max-width: 880px;
  margin: 0;
  color: var(--clr-primary-dark);
  font-size: 5rem;
  line-height: 0.98;
}

.about-hero-rule {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 1.5rem;
  background: var(--about-line);
}

.about-hero-rule::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: var(--about-amber);
  content: "";
}

.about-hero-copy {
  max-width: 470px;
  margin: 0;
  color: var(--clr-text-light);
  font-size: 1.02rem;
  line-height: 1.78;
}

.about-overview-section,
.about-purpose-section,
.about-values-section,
.about-presence-section,
.about-leadership-section {
  padding: 8rem 0;
}

.about-overview-section {
  background: var(--clr-white);
}

.about-overview-composition {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 320px 320px;
  gap: 1rem;
  perspective: 1200px;
}

.about-surface,
.about-purpose-panel,
.about-value,
.about-presence-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.about-page [data-about-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --tilt-scale: 1;
  --tilt-lift: 0px;
  --tilt-shadow-x: 0px;
  --tilt-shadow-y: 18px;
  --reveal-y: 0px;
  transform: perspective(1200px) translate3d(0, var(--reveal-y), var(--tilt-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--tilt-scale));
  transition: transform 520ms cubic-bezier(0.16, 0.78, 0.22, 1), border-color 300ms ease, box-shadow 440ms cubic-bezier(0.16, 0.78, 0.22, 1);
  will-change: transform;
}

.about-overview-copy {
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
  display: flex;
  padding: 3.25rem;
  flex-direction: column;
  border-color: rgba(102, 101, 128, 0.22);
  background: var(--about-warm);
}

.about-overview-copy .badge,
.about-section-heading .badge,
.about-process-intro .badge,
.about-presence-intro .badge,
.about-strengths-heading .badge,
.about-leadership-intro .badge {
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 1.35rem;
  border-color: rgba(168, 100, 0, 0.22);
  background: transparent;
  color: var(--about-amber-dark);
}

.about-overview-copy h2,
.about-section-heading h2,
.about-process-intro h2,
.about-presence-intro h2,
.about-strengths-heading h2,
.about-leadership-intro h2 {
  color: var(--clr-primary-dark);
  font-size: 3.35rem;
  line-height: 1.05;
}

.about-overview-copy h2 {
  max-width: 670px;
  margin: auto 0 2.25rem;
}

.about-overview-copy p,
.about-section-heading > p,
.about-process-intro > p,
.about-presence-intro > p,
.about-strengths-heading > p,
.about-leadership-intro > p {
  color: var(--clr-text-light);
  line-height: 1.8;
}

.about-overview-copy p {
  max-width: 690px;
  margin: 0;
}

.about-overview-copy p + p {
  margin-top: 1rem;
}

.about-overview-media {
  grid-column: 8 / -1;
  grid-row: 1;
  margin: 0;
  background: var(--about-navy);
  box-shadow: inset 0 0 0 1px rgba(233, 231, 240, 0.16), 0 18px 40px rgba(8, 13, 24, 0.1);
}

.about-overview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  --inner-x: 0px;
  --inner-y: 0px;
  transform: translate3d(var(--inner-x), var(--inner-y), 0) scale(1.04);
  transition: transform 420ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.about-facts {
  grid-column: 8 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-color: rgba(102, 101, 128, 0.24);
  background: var(--about-lilac);
}

.about-facts > div {
  display: flex;
  min-width: 0;
  padding: 1.7rem;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-facts > div:first-child {
  background: var(--about-indigo);
}

.about-facts > div:first-child dt,
.about-facts > div:first-child dd {
  color: var(--clr-white);
}

.about-facts > div:first-child dd {
  opacity: 0.68;
}

.about-facts > div:nth-child(2) {
  background: rgba(255, 255, 255, 0.58);
}

.about-facts > div:nth-child(4) {
  box-shadow: inset 3px 0 0 rgba(170, 83, 110, 0.56);
}

.about-facts > div:nth-child(even) {
  border-right: 0;
}

.about-facts > div:nth-child(n + 3) {
  border-bottom: 0;
}

.about-facts dt,
.about-strengths-facts dt {
  margin-bottom: 0.55rem;
  color: var(--clr-primary-dark);
  font-family: var(--ff-heading);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.about-facts dd {
  color: var(--clr-text-light);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-purpose-section {
  background: var(--about-paper);
}

.about-section-heading,
.about-process-intro,
.about-leadership-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 5rem;
  margin-bottom: 4rem;
}

.about-section-heading h2,
.about-process-intro h2,
.about-leadership-intro h2 {
  max-width: 760px;
  margin: 0;
}

.about-section-heading > p,
.about-process-intro > p,
.about-leadership-intro > p {
  max-width: 500px;
  margin: 0 0 0.3rem auto;
}

.about-purpose-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 1rem;
  perspective: 1200px;
}

.about-purpose-panel {
  display: flex;
  padding: 3rem;
  flex-direction: column;
  background: var(--clr-white);
}

.about-purpose-panel--primary {
  grid-column: 1 / span 7;
  min-height: 470px;
  border-top: 3px solid var(--about-amber);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 18px 42px rgba(8, 13, 24, 0.07);
}

.about-purpose-panel--secondary {
  grid-column: 8 / -1;
  min-height: 380px;
  border-color: rgba(233, 231, 240, 0.22);
  background: var(--about-indigo);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 18px 42px rgba(8, 13, 24, 0.11);
}

.about-purpose-panel--secondary > span {
  color: #d9b46d;
}

.about-purpose-panel--secondary h3,
.about-purpose-panel--secondary p {
  color: var(--clr-white);
}

.about-purpose-panel--secondary p {
  opacity: 0.7;
}

.about-purpose-panel > span,
.about-value > span,
.about-location-list article > span,
.about-strengths-proof li > span {
  color: var(--about-amber-dark);
  font-size: 0.74rem;
  font-weight: 700;
}

.about-purpose-panel h3 {
  margin: auto 0 1.25rem;
  color: var(--clr-primary-dark);
  font-size: 2.45rem;
}

.about-purpose-panel p {
  max-width: 620px;
  margin: 0;
  color: var(--clr-text-light);
  line-height: 1.78;
}

.about-purpose-grid .about-purpose-panel--secondary h3,
.about-purpose-grid .about-purpose-panel--secondary p {
  color: var(--clr-white);
}

.about-purpose-grid .about-purpose-panel--secondary p {
  opacity: 0.7;
}

.about-values-section {
  background: var(--clr-white);
}

.about-values-grid {
  display: grid;
  grid-template-areas:
    "quality quality quality quality quality reliability reliability reliability creativity creativity creativity creativity"
    "quality quality quality quality quality commitment commitment commitment commitment improvement improvement improvement";
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 230px);
  gap: 1rem;
  perspective: 1200px;
}

.about-values-grid .about-value {
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: 2rem;
  flex-direction: column;
  background: var(--about-paper);
}

.about-values-grid .about-value--quality {
  grid-area: quality;
  border-color: var(--about-navy);
  background: var(--about-navy);
}

.about-values-grid .about-value--quality:hover {
  background: var(--about-navy);
}

.about-values-grid .about-value--reliability:hover {
  background: var(--about-warm);
}

.about-values-grid .about-value--creativity:hover {
  background: var(--about-lilac);
}

.about-values-grid .about-value--commitment:hover {
  background: #f5efe3;
}

.about-values-grid .about-value--improvement:hover {
  background: var(--about-violet-tint);
}

.about-values-grid .about-value--reliability {
  grid-area: reliability;
  background: var(--about-warm);
}

.about-values-grid .about-value--creativity {
  grid-area: creativity;
  border-color: rgba(102, 101, 128, 0.24);
  background: var(--about-lilac);
}

.about-values-grid .about-value--commitment {
  grid-area: commitment;
  background: #f5efe3;
}

.about-values-grid .about-value--improvement {
  grid-area: improvement;
  border-top: 2px solid rgba(170, 83, 110, 0.72);
  background: var(--about-violet-tint);
}

.about-value h3 {
  margin: auto 0 0.8rem;
  color: var(--clr-primary-dark);
  font-size: 1.55rem;
  line-height: 1.16;
}

.about-value p {
  max-width: 480px;
  margin: 0;
  color: var(--clr-text-light);
  font-size: 0.9rem;
  line-height: 1.68;
}

.about-value--quality > span {
  color: #e2b96f;
}

.about-value--quality h3,
.about-value--quality p {
  color: var(--clr-white);
}

.about-value--quality h3 {
  max-width: 400px;
  font-size: 3.1rem;
}

.about-value--quality p {
  opacity: 0.72;
}

/* Connected capability journey */
.about-capability-section {
  padding: 8rem 0 7.5rem;
  overflow: hidden;
  background: var(--about-navy);
  color: var(--clr-white);
}

.about-process-intro .about-section-index {
  color: #d39a36;
}

.about-process-intro .badge {
  border-color: rgba(211, 154, 54, 0.34);
  color: #e1b76f;
}

.about-process-intro h2,
.about-process-intro > p {
  color: var(--clr-white);
}

.about-process-intro > p {
  opacity: 0.68;
}

.about-process-journey {
  --journey-progress-mobile: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 5.5rem 0 0;
  padding: 0;
  list-style: none;
}

.about-process-journey::before,
.about-process-journey::after {
  position: absolute;
  top: 3rem;
  left: 3px;
  height: 1px;
  content: "";
}

.about-process-journey::before {
  right: calc(16.667% - 4px);
  background: rgba(169, 166, 205, 0.34);
}

.about-process-journey::after {
  width: var(--journey-progress);
  background: #d39a36;
  transition: width 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.about-process-stage {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 235px;
  padding: 0 1rem 0 0;
  flex-direction: column;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.about-process-stage::before {
  position: absolute;
  top: 2.75rem;
  left: 0;
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: var(--about-navy);
  box-shadow: 0 0 0 4px rgba(102, 101, 128, 0.12);
  content: "";
  transform: translateY(-50%);
  transition: transform 260ms ease, border-color 260ms ease, background-color 260ms ease;
}

.about-process-marker {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.74rem;
  font-weight: 700;
  transition: color 260ms ease;
}

.about-process-stage strong {
  max-width: 180px;
  margin-top: 4.8rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--ff-heading);
  font-size: 1.2rem;
  line-height: 1.22;
  transition: color 260ms ease, transform 260ms ease;
}

.about-process-journey li:nth-child(even) .about-process-stage strong {
  margin-top: 6.1rem;
}

.about-process-stage-copy {
  max-width: 185px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.79rem;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(5px);
  transition: max-height 320ms ease, margin-top 320ms ease, opacity 240ms ease, transform 320ms ease;
}

.about-process-stage.is-active::before,
.about-process-stage:hover::before,
.about-process-stage:focus-visible::before {
  border-color: #d39a36;
  background: #d39a36;
  box-shadow: 0 0 0 5px rgba(201, 133, 15, 0.13);
  transform: translateY(-50%) scale(1.25);
}

.about-process-stage.is-active .about-process-marker,
.about-process-stage:hover .about-process-marker,
.about-process-stage:focus-visible .about-process-marker {
  color: #d39a36;
}

.about-process-stage.is-active strong,
.about-process-stage:hover strong,
.about-process-stage:focus-visible strong {
  color: var(--clr-white);
  transform: translateY(-2px);
}

.about-process-stage.is-active .about-process-stage-copy,
.about-process-stage:hover .about-process-stage-copy,
.about-process-stage:focus-visible .about-process-stage-copy {
  max-height: 90px;
  margin-top: 0.8rem;
  opacity: 1;
  transform: translateY(0);
}

.about-process-stage:focus-visible {
  outline: 2px solid #d39a36;
  outline-offset: 6px;
}

.about-presence-section {
  background: var(--clr-white);
}

.about-presence-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 5rem;
  min-height: 520px;
  padding: 3.5rem;
  align-items: end;
  border-color: rgba(233, 231, 240, 0.2);
  border-top: 3px solid var(--about-amber);
  background: var(--about-indigo);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 24px 54px rgba(8, 13, 24, 0.13);
  perspective: 1200px;
}

.about-presence-intro h2 {
  max-width: 720px;
  margin: 0 0 1.75rem;
}

.about-presence-intro .about-section-index,
.about-presence-intro .badge {
  color: #dfb96f;
}

.about-presence-intro .badge {
  border-color: rgba(223, 185, 111, 0.34);
}

.about-presence-intro h2,
.about-presence-intro > p {
  color: var(--clr-white);
}

.about-presence-intro > p {
  opacity: 0.7;
}

.about-presence-intro > p {
  max-width: 690px;
  margin: 0;
}

.about-location-list {
  padding: 0 1.6rem;
  border: 1px solid rgba(233, 231, 240, 0.22);
  border-radius: 8px;
  background: var(--about-violet-tint);
  box-shadow: 0 18px 38px rgba(8, 13, 24, 0.14);
}

.about-location-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--about-line);
}

.about-location-list h3 {
  margin-bottom: 0.4rem;
  color: var(--clr-primary-dark);
  font-size: 1.35rem;
}

.about-location-list p {
  margin: 0;
  color: var(--clr-text-light);
  line-height: 1.6;
}

.about-credentials-section {
  padding: 5.5rem 0;
  background: var(--about-warm);
}

.about-credentials-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 4rem;
  padding-top: 2.25rem;
  border-top: 1px solid var(--about-line);
}

.about-credentials-heading .badge {
  margin-bottom: 1.3rem;
}

.about-credentials-heading h2 {
  max-width: 510px;
  margin: 0;
  color: var(--clr-primary-dark);
  font-size: 2.85rem;
  line-height: 1.12;
}

.about-credentials-detail {
  min-width: 0;
  padding-left: 2rem;
  border-left: 2px solid var(--about-amber);
}

.about-credentials-detail h3 {
  margin-bottom: 0.5rem;
  color: var(--clr-primary-dark);
  font-size: 1.55rem;
  line-height: 1.25;
}

.about-credentials-detail p {
  max-width: 650px;
  margin: 0 0 1.25rem;
  color: var(--clr-text-light);
  line-height: 1.75;
}

.about-credentials-detail .about-credentials-type {
  color: var(--about-amber-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.about-credentials-detail .about-credentials-validity {
  margin-bottom: 0.6rem;
  color: var(--clr-primary-dark);
}

.about-credentials-validity strong {
  font-weight: 600;
}

.about-certificate-trigger {
  display: block;
  width: 100%;
  max-width: 650px;
  margin-top: 1.5rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 4px;
  background: var(--clr-white);
  color: var(--clr-primary-dark);
  cursor: pointer;
  text-align: left;
}

.about-certificate-trigger:hover {
  border-color: var(--about-amber);
}

.about-certificate-trigger:focus-visible,
.about-certificate-close:focus-visible {
  outline: 2px solid var(--about-amber-dark);
  outline-offset: 3px;
}

.about-certificate-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.about-certificate-trigger > span {
  display: block;
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--about-line);
  font-size: 0.85rem;
  font-weight: 600;
}

.about-certificate-dialog {
  width: min(96vw, 1440px);
  max-width: none;
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0.75rem;
  overflow: auto;
  border: 1px solid var(--about-line);
  border-radius: 6px;
  background: var(--about-warm);
  color: var(--clr-primary-dark);
  box-shadow: 0 24px 70px rgba(8, 13, 24, 0.26);
}

.about-certificate-dialog::backdrop {
  background: rgba(8, 13, 24, 0.76);
}

.about-certificate-dialog-header {
  display: flex;
  min-height: 44px;
  padding: 0 0.4rem 0.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.about-certificate-dialog-header h2 {
  margin: 0;
  color: var(--clr-primary-dark);
  font-size: 1.1rem;
  line-height: 1.3;
}

.about-certificate-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--clr-primary-dark);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.about-certificate-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-certificate-dialog > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 6rem);
  object-fit: contain;
  background: var(--clr-white);
}

.about-strengths-section {
  padding: 8rem 0;
  background: var(--about-navy);
  color: var(--clr-white);
}

.about-strengths-statement {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem 3rem;
}

.about-strengths-heading {
  grid-column: 1 / span 5;
  padding-right: 2rem;
}

.about-strengths-heading .about-section-index {
  color: #d39a36;
}

.about-strengths-heading .badge {
  border-color: rgba(211, 154, 54, 0.34);
  color: #e1b76f;
}

.about-strengths-heading h2 {
  max-width: 560px;
  margin: 0 0 2rem;
  color: var(--clr-white);
}

.about-strengths-heading > p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.about-strengths-facts {
  grid-column: 7 / -1;
  display: grid;
  grid-template-areas:
    "years years years years projects projects projects projects"
    "years years years years clients clients services services";
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--about-line-light);
  border-left: 1px solid var(--about-line-light);
}

.about-strengths-facts > div {
  min-height: 180px;
  padding: 1.8rem;
  border-right: 1px solid var(--about-line-light);
  border-bottom: 1px solid var(--about-line-light);
}

.about-strengths-facts > div:nth-child(1) {
  grid-area: years;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 2px solid var(--about-amber);
  background: rgba(102, 101, 128, 0.2);
}

.about-strengths-facts > div:nth-child(2) {
  grid-area: projects;
  background: rgba(233, 231, 240, 0.06);
}

.about-strengths-facts > div:nth-child(3) {
  grid-area: clients;
}

.about-strengths-facts > div:nth-child(4) {
  grid-area: services;
  box-shadow: inset 3px 0 0 rgba(170, 83, 110, 0.68);
}

.about-strengths-facts > div:nth-child(1) dt {
  font-size: 4.6rem;
}

.about-strengths-facts dt {
  color: var(--clr-white);
  font-size: 3.2rem;
}

.about-strengths-facts dd {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
}

.about-strengths-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 4rem 0 0;
  padding: 0;
  border-top: 1px solid var(--about-line-light);
  list-style: none;
}

.about-strengths-proof li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 1rem;
  min-height: 130px;
  padding: 1.8rem 1.8rem 0 0;
  border-right: 1px solid var(--about-line-light);
}

.about-strengths-proof li + li {
  padding-left: 1.8rem;
}

.about-strengths-proof li:last-child {
  border-right: 0;
}

.about-strengths-proof li > span {
  color: #d39a36;
}

.about-strengths-proof strong {
  color: var(--clr-white);
  font-size: 1rem;
  line-height: 1.55;
}

.about-leadership-section {
  background: var(--about-warm);
}

.about-leadership-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: 7rem;
  border-top: 1px solid var(--about-line);
}

.about-leadership-editorial::before {
  position: absolute;
  top: 3rem;
  right: -8rem;
  bottom: -4rem;
  left: 54%;
  z-index: 0;
  background: var(--about-lilac);
  content: "";
}

.about-leadership-primary,
.about-leadership-secondary {
  position: relative;
  z-index: 1;
}

.about-leadership-primary,
.about-leadership-secondary {
  min-width: 0;
  padding-top: 2.5rem;
}

.about-leadership-secondary {
  margin-top: 6.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--about-amber);
}

.about-leadership-role {
  margin-bottom: 1.5rem;
  color: var(--about-amber-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.about-leadership-primary h3,
.about-leadership-secondary h3 {
  margin: 0;
  color: var(--clr-primary-dark);
  line-height: 1.02;
}

.about-leadership-primary h3 {
  max-width: 720px;
  font-size: 4.2rem;
}

.about-leadership-secondary h3 {
  max-width: 390px;
  font-size: 2.55rem;
}

.about-leadership-description {
  max-width: 520px;
  margin: 2rem 0 0;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(18, 22, 32, 0.22);
  color: var(--clr-text-light);
  line-height: 1.75;
}

/* Reveal system is opt-in only after JavaScript initializes. */
.about-motion-ready .about-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 720ms cubic-bezier(0.2, 0.72, 0.2, 1);
  transition-delay: calc(var(--about-reveal-delay, 0) * 80ms);
}

.about-motion-ready .about-hero-main,
.about-motion-ready .about-section-heading,
.about-motion-ready .about-process-intro,
.about-motion-ready .about-strengths-heading,
.about-motion-ready .about-leadership-intro {
  clip-path: inset(0 0 10% 0);
  transition-property: opacity, transform, clip-path;
}

.about-motion-ready .about-hero-main.is-revealed,
.about-motion-ready .about-section-heading.is-revealed,
.about-motion-ready .about-process-intro.is-revealed,
.about-motion-ready .about-strengths-heading.is-revealed,
.about-motion-ready .about-leadership-intro.is-revealed {
  clip-path: inset(0 0 0 0);
}

.about-hero-rule {
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 760ms cubic-bezier(0.16, 0.78, 0.22, 1);
}

.about-motion-ready .about-hero-context:not(.is-revealed) .about-hero-rule {
  transform: scaleX(0);
}

.about-motion-ready .about-reveal[data-reveal-delay="1"] {
  --about-reveal-delay: 1;
}

.about-motion-ready .about-reveal[data-reveal-delay="2"] {
  --about-reveal-delay: 2;
}

.about-motion-ready .about-reveal[data-reveal-delay="3"] {
  --about-reveal-delay: 3;
}

.about-motion-ready .about-reveal[data-reveal-delay="4"] {
  --about-reveal-delay: 4;
}

.about-motion-ready [data-about-tilt].about-reveal {
  --reveal-y: 24px;
  opacity: 0;
  transform: perspective(1200px) translate3d(0, var(--reveal-y), var(--tilt-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--tilt-scale));
}

.about-motion-ready .about-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.about-motion-ready [data-about-tilt].about-reveal.is-revealed {
  --reveal-y: 0px;
  opacity: 1;
  transform: perspective(1200px) translate3d(0, var(--reveal-y), var(--tilt-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--tilt-scale));
}

@media (hover: hover) and (pointer: fine) {
  .about-page [data-about-tilt]:hover {
    border-color: rgba(201, 133, 15, 0.42);
    box-shadow: var(--tilt-shadow-x) var(--tilt-shadow-y) 46px rgba(8, 13, 24, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: perspective(1200px) translate3d(0, var(--reveal-y), var(--tilt-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--tilt-scale));
  }
}

@media (max-width: 1024px) {
  .about-page .page-header h1 {
    font-size: 4.1rem;
  }

  .about-overview-copy {
    padding: 2.5rem;
  }

  .about-overview-copy h2,
  .about-section-heading h2,
  .about-process-intro h2,
  .about-presence-intro h2,
  .about-strengths-heading h2,
  .about-leadership-intro h2 {
    font-size: 2.85rem;
  }

  .about-overview-composition {
    grid-template-rows: 300px 300px;
  }

  .about-purpose-panel--primary {
    grid-column-end: span 7;
  }

  .about-values-grid {
    grid-template-rows: repeat(2, 220px);
  }

  .about-process-stage {
    padding-right: 0.75rem;
  }

  .about-process-stage strong {
    font-size: 1.03rem;
  }

  .about-presence-panel {
    gap: 3rem;
  }

  .about-leadership-editorial {
    gap: 3.5rem;
  }

  .about-leadership-primary h3 {
    font-size: 3.55rem;
  }

  .about-leadership-secondary h3 {
    font-size: 2.15rem;
  }
}

@media (max-width: 820px) {
  .about-page .page-header {
    min-height: 640px;
    padding: 140px 0 72px;
  }

  .about-page .page-header .back-btn-wrapper {
    margin-bottom: 3.5rem;
  }

  .about-hero-main {
    grid-column: 1 / -1;
  }

  .about-hero-context {
    grid-column: 5 / -1;
    margin-top: 2.5rem;
  }

  .about-page .page-header h1 {
    max-width: 700px;
    font-size: 3.5rem;
  }

  .about-overview-section,
  .about-purpose-section,
  .about-values-section,
  .about-presence-section,
  .about-leadership-section,
  .about-strengths-section,
  .about-capability-section {
    padding: 6rem 0;
  }

  .about-overview-composition {
    grid-template-rows: auto 380px auto;
  }

  .about-overview-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 570px;
  }

  .about-overview-media {
    grid-column: 1 / span 7;
    grid-row: 2;
  }

  .about-facts {
    grid-column: 8 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
  }

  .about-facts > div {
    padding: 1.1rem 1.25rem;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-facts > div:nth-child(n + 3) {
    border-bottom: 1px solid var(--about-line);
  }

  .about-facts > div:last-child {
    border-bottom: 0;
  }

  .about-facts dt {
    font-size: 2rem;
  }

  .about-section-heading,
  .about-process-intro,
  .about-leadership-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-section-heading > p,
  .about-process-intro > p,
  .about-leadership-intro > p {
    margin-left: 0;
  }

  .about-purpose-panel {
    padding: 2.25rem;
  }

  .about-purpose-panel--primary {
    grid-column: 1 / span 7;
  }

  .about-purpose-panel--secondary {
    grid-column: 8 / -1;
  }

  .about-values-grid {
    grid-template-areas:
      "quality quality quality quality quality quality quality reliability reliability reliability reliability reliability"
      "quality quality quality quality quality quality quality creativity creativity creativity creativity creativity"
      "commitment commitment commitment commitment commitment commitment improvement improvement improvement improvement improvement improvement";
    grid-template-rows: repeat(3, 220px);
  }

  .about-presence-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 2.5rem;
    align-items: start;
  }

  .about-strengths-heading {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .about-strengths-statement {
    column-gap: 0;
    row-gap: 1rem;
  }

  .about-strengths-facts {
    grid-column: 1 / -1;
    margin-top: 2.5rem;
  }

  .about-strengths-proof {
    margin-top: 3rem;
  }

  .about-strengths-proof li {
    min-height: 150px;
  }

  .about-leadership-intro {
    margin-bottom: 3.5rem;
  }

  .about-leadership-editorial {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 2.5rem;
  }

  .about-leadership-editorial::before {
    right: 0;
    left: 52%;
  }

  .about-leadership-secondary {
    margin-top: 4rem;
  }

  .about-leadership-primary h3 {
    font-size: 3rem;
  }

  .about-leadership-secondary h3 {
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) {
  .about-credentials-section {
    padding: 4.5rem 0;
  }

  .about-credentials-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-credentials-detail {
    padding-left: 1.25rem;
  }

  .about-certificate-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
    padding: 0.4rem;
  }

  .about-page [data-about-tilt] {
    --tilt-x: 0deg !important;
    --tilt-y: 0deg !important;
    --tilt-scale: 1 !important;
    --tilt-lift: 0px !important;
    transform: translateY(var(--reveal-y)) !important;
  }

  .about-hero-context {
    grid-column: 1 / -1;
  }

  .about-purpose-grid {
    grid-template-columns: 1fr;
  }

  .about-purpose-panel--primary,
  .about-purpose-panel--secondary {
    grid-column: 1;
    min-height: 360px;
  }

  .about-purpose-panel--secondary {
    width: calc(100% - 2.5rem);
    margin-left: auto;
  }

  .about-values-grid {
    grid-template-areas: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .about-values-grid .about-value--quality,
  .about-values-grid .about-value--reliability,
  .about-values-grid .about-value--creativity,
  .about-values-grid .about-value--commitment,
  .about-values-grid .about-value--improvement {
    grid-area: auto;
    min-height: 250px;
  }

  .about-values-grid .about-value--quality {
    grid-row: span 2;
    min-height: 516px;
  }

  .about-values-grid .about-value--improvement {
    grid-column: 1 / -1;
  }

  .about-process-journey {
    display: block;
    margin-top: 3.5rem;
    padding-left: 0;
  }

  .about-process-journey::before,
  .about-process-journey::after {
    display: block;
    top: 0;
    right: auto;
    left: 3px;
    width: 1px;
  }

  .about-process-journey::before {
    bottom: 2rem;
    height: auto;
    background: rgba(255, 255, 255, 0.22);
  }

  .about-process-journey::after {
    height: var(--journey-progress-mobile);
    background: #d39a36;
    transition: height 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .about-process-stage {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 0 0 2.75rem 1.75rem;
  }

  .about-process-stage::before {
    top: 0.35rem;
    left: 0;
  }

  .about-process-marker {
    grid-column: 1;
    padding-top: 0.1rem;
  }

  .about-process-journey li:nth-child(even) .about-process-stage strong,
  .about-process-stage strong {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    margin-top: 0;
    font-size: 1.25rem;
  }

  .about-process-stage-copy,
  .about-process-stage.is-active .about-process-stage-copy,
  .about-process-stage:hover .about-process-stage-copy,
  .about-process-stage:focus-visible .about-process-stage-copy {
    grid-column: 2;
    max-width: 520px;
    max-height: none;
    margin-top: 0.6rem;
    opacity: 1;
    transform: none;
  }

  .about-process-stage:focus-visible {
    outline-offset: 3px;
  }

  .about-strengths-proof {
    grid-template-columns: 1fr;
  }

  .about-strengths-proof li,
  .about-strengths-proof li + li {
    min-height: 0;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--about-line-light);
  }

  .about-leadership-editorial {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .about-leadership-secondary {
    margin-top: 0;
  }

  .about-leadership-editorial::before {
    top: 54%;
    right: 0;
    bottom: -2rem;
    left: 1.5rem;
  }

  .about-leadership-primary h3 {
    max-width: 590px;
    font-size: 3.1rem;
  }

  .about-leadership-secondary h3 {
    font-size: 2.25rem;
  }
}

@media (max-width: 540px) {
  .about-page .page-header {
    min-height: 0;
    padding: 108px 0 48px;
  }

  .about-page .page-header .back-btn-wrapper {
    margin-bottom: 2.25rem;
  }

  .about-page .page-header h1 {
    font-size: 2.5rem;
    line-height: 1.02;
  }

  .about-hero-context {
    margin-top: 1.25rem;
  }

  .about-hero-focal {
    width: 150px;
    min-height: 120px;
    margin-bottom: 1.35rem;
    padding: 1rem;
  }

  .about-hero-focal::before {
    top: 1rem;
    left: 1rem;
    width: 28px;
  }

  .about-hero-focal span {
    font-size: 2.2rem;
  }

  .about-hero-focal strong {
    margin-top: 0.4rem;
    font-size: 0.64rem;
  }

  .about-hero-rule {
    margin-bottom: 1rem;
  }

  .about-hero-copy {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .about-overview-section,
  .about-purpose-section,
  .about-values-section,
  .about-presence-section,
  .about-leadership-section,
  .about-strengths-section,
  .about-capability-section {
    padding: 4.5rem 0;
  }

  .about-overview-composition {
    display: flex;
    flex-direction: column;
  }

  .about-overview-copy {
    min-height: 610px;
    padding: 1.6rem;
  }

  .about-overview-media {
    height: 280px;
  }

  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-facts > div {
    min-height: 130px;
    padding: 1.2rem;
    border-right: 1px solid var(--about-line);
  }

  .about-facts > div:nth-child(even) {
    border-right: 0;
  }

  .about-facts > div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .about-overview-copy h2,
  .about-section-heading h2,
  .about-process-intro h2,
  .about-presence-intro h2,
  .about-strengths-heading h2,
  .about-leadership-intro h2 {
    font-size: 2.25rem;
  }

  .about-purpose-panel {
    padding: 1.6rem;
  }

  .about-purpose-panel--primary {
    min-height: 410px;
  }

  .about-purpose-panel--secondary {
    width: calc(100% - 1.25rem);
    min-height: 390px;
  }

  .about-purpose-panel h3 {
    font-size: 2rem;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid .about-value--quality,
  .about-values-grid .about-value--reliability,
  .about-values-grid .about-value--creativity,
  .about-values-grid .about-value--commitment,
  .about-values-grid .about-value--improvement {
    grid-column: 1;
    grid-row: auto;
    min-height: 230px;
  }

  .about-values-grid .about-value--quality {
    min-height: 320px;
  }

  .about-value--quality h3 {
    font-size: 2.5rem;
  }

  .about-presence-panel {
    gap: 2.5rem;
    padding: 1.6rem;
  }

  .about-strengths-facts {
    grid-template-areas:
      "years"
      "projects"
      "clients"
      "services";
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .about-strengths-facts > div {
    min-height: 135px;
  }

  .about-strengths-facts dt {
    font-size: 2.65rem;
  }

  .about-leadership-primary h3 {
    font-size: 2.65rem;
  }

  .about-leadership-secondary h3 {
    font-size: 2rem;
  }

  .about-leadership-editorial::before {
    display: none;
  }

  .about-leadership-secondary {
    padding: 2rem 1.5rem;
    background: var(--about-lilac);
  }

  .about-leadership-description {
    margin-top: 1.5rem;
    padding-left: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
  }

  .about-motion-ready .about-reveal,
  .about-motion-ready [data-about-tilt].about-reveal,
  .about-page [data-about-tilt],
  .about-overview-media img,
  .about-process-journey::after,
  .about-process-stage::before,
  .about-process-marker,
  .about-process-stage strong,
  .about-process-stage-copy {
    --reveal-y: 0px;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --tilt-scale: 1;
    --tilt-lift: 0px;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
