/* About page trust and accountability structure. */
.tdl-example-disclosure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 1rem;
  border-bottom: 1px solid rgba(37, 34, 42, .1);
  background: #f3f4f1;
  color: #25222a;
}

.tdl-example-disclosure span {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-example-disclosure small {
  color: #606760;
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.35;
}

.tdl-expertise-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: clamp(2rem, 5vw, 3.75rem);
}

.tdl-credential-panel,
.tdl-practice-panel {
  min-width: 0;
  border: 1px solid rgba(37, 34, 42, .14);
  border-radius: 4px;
}

.tdl-credential-panel {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(1.6rem, 3vw, 2.25rem);
  background: #073326;
  color: #fff;
}

.tdl-credential-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.tdl-credential-panel-top span,
.tdl-credential-panel-top strong {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-credential-panel-top span {
  color: #a8dbc7;
}

.tdl-credential-panel-top strong {
  color: rgba(255, 255, 255, .72);
}

.tdl-credential-panel-body {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
}

.tdl-credential-panel-body h3 {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1;
}

.tdl-credential-panel-body .tdl-credential-full-name {
  max-width: 25rem;
  margin: 0 0 1rem;
  color: #fff;
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.55;
}

.tdl-credential-panel-body p:last-child {
  max-width: 29rem;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .87rem;
  line-height: 1.7;
}

.tdl-credential-issuer {
  display: grid;
  gap: .3rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.tdl-credential-issuer span {
  color: #a8dbc7;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-credential-issuer strong {
  max-width: 27rem;
  color: rgba(255, 255, 255, .84);
  font-size: .8rem;
  line-height: 1.5;
}

.tdl-practice-panel {
  padding: clamp(1.6rem, 3vw, 2.25rem);
  background: #fff;
}

.tdl-standard-summary {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  padding-bottom: clamp(1.4rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(37, 34, 42, .14);
}

.tdl-standard-summary span {
  display: block;
  margin-bottom: .55rem;
  color: #006039;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-standard-summary h3 {
  margin: 0;
  color: #25222a;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.tdl-standard-summary p {
  max-width: 36rem;
  margin: 0;
  color: #626963;
  font-size: .9rem;
  line-height: 1.7;
}

.tdl-practice-heading {
  padding: clamp(1.35rem, 2.5vw, 1.8rem) 0 .2rem;
  color: #006039;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 4vw, 3rem);
}

.tdl-practice-grid > div {
  min-width: 0;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(37, 34, 42, .12);
}

.tdl-practice-grid h3 {
  margin: 0 0 .4rem;
  color: #25222a;
  font-size: .96rem;
  line-height: 1.4;
}

.tdl-practice-grid p {
  margin: 0;
  color: #646a65;
  font-size: .84rem;
  line-height: 1.65;
}

.tdl-accountability-section {
  background: #fff;
}

.tdl-accountability-shell {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.tdl-accountability-copy h2 {
  max-width: 12ch;
  margin-top: .75rem;
  margin-bottom: 1.25rem;
}

.tdl-accountability-copy > .paragraph {
  max-width: 36rem;
}

.tdl-accountability-note {
  display: grid;
  gap: .4rem;
  margin-top: 2rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(37, 34, 42, .14);
  border-bottom: 1px solid rgba(37, 34, 42, .14);
}

.tdl-accountability-note strong {
  color: #006039;
  font-size: .92rem;
  line-height: 1.4;
}

.tdl-accountability-note span {
  color: #5f665f;
  font-size: .9rem;
  line-height: 1.65;
}

.tdl-accountability-list {
  border-top: 1px solid rgba(37, 34, 42, .16);
}

.tdl-accountability-list article {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(37, 34, 42, .16);
}

.tdl-accountability-list article > span {
  color: #006039;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
}

.tdl-accountability-list h3 {
  margin: 0 0 .45rem;
  color: #25222a;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.4;
}

.tdl-accountability-list p {
  max-width: 42rem;
  margin: 0;
  color: #626963;
  font-size: .92rem;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .tdl-expertise-layout,
  .tdl-accountability-shell {
    grid-template-columns: 1fr;
  }

  .tdl-credential-panel {
    min-height: 0;
  }

  .tdl-accountability-shell {
    gap: 2.5rem;
  }

  .tdl-accountability-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 599px) {
  .tdl-example-disclosure {
    align-items: flex-start;
    flex-direction: column;
    gap: .25rem;
  }

  .tdl-standard-summary,
  .tdl-practice-grid {
    grid-template-columns: 1fr;
  }

  .tdl-standard-summary {
    align-items: flex-start;
    gap: 1rem;
  }

  .tdl-accountability-list article {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tdl-credential-panel,
  .tdl-standard-summary,
  .tdl-practice-grid > div,
  .tdl-accountability-list article {
    transition: none !important;
  }
}

/* Consolidated company story and demonstration proof sequence. */
.tdl-company-story-section {
  background: #fff;
}

.tdl-company-story-grid {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.tdl-company-story-portrait {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #073326;
  box-shadow: 0 24px 60px rgba(7, 51, 38, .14);
}

.tdl-company-story-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.tdl-company-story-portrait figcaption {
  display: grid;
  gap: .2rem;
  padding: 1rem 1.1rem;
  color: #fff;
}

.tdl-company-story-portrait figcaption strong {
  font-size: 1rem;
}

.tdl-company-story-portrait figcaption span {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  line-height: 1.45;
}

.tdl-section-kicker {
  margin-bottom: .75rem;
  color: #006039;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-company-story-copy h2,
.tdl-walkthrough-heading h2 {
  margin: 0 0 1.25rem;
  color: #25222a;
}

.tdl-company-story-copy > p {
  max-width: 49rem;
  margin: 0 0 1rem;
  color: #5f665f;
  line-height: 1.78;
}

.tdl-company-story-copy .tdl-founder-meta-line {
  margin-top: 1.5rem;
}

.tdl-remediation-walkthrough-section {
  background: #073326;
  color: #fff;
}

.tdl-remediation-walkthrough-section .tdl-section-kicker,
.tdl-remediation-walkthrough-section .tdl-walkthrough-heading h2 {
  color: #fff;
}

.tdl-walkthrough-heading {
  max-width: 62rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.tdl-walkthrough-heading > .paragraph {
  max-width: 58rem;
  color: inherit;
  line-height: 1.7;
}

.tdl-remediation-walkthrough-section .tdl-walkthrough-heading > .paragraph {
  color: rgba(255, 255, 255, .75);
}

.tdl-demo-disclosure {
  display: inline-flex;
  margin: 1rem 0 0;
  padding: .55rem .72rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #006039;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.35;
}

.tdl-remediation-walkthrough-section .tdl-demo-disclosure {
  color: #a8dbc7;
}

.tdl-walkthrough-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(255, 255, 255, .18);
}

.tdl-walkthrough-steps li {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.25rem;
  min-width: 0;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  background: #073326;
}

.tdl-walkthrough-steps li > span {
  color: #a8dbc7;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.tdl-walkthrough-steps h3 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.35;
  word-spacing: .08em;
}

.tdl-walkthrough-steps p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .88rem;
  line-height: 1.7;
}

.tdl-demo-artifact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: artifact;
}

.tdl-demo-artifact {
  position: relative;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(37, 34, 42, .14);
  border-top: 4px solid #006039;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(25, 25, 34, .05);
}

.tdl-artifact-topline {
  display: flex;
  gap: .65rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #006039;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tdl-artifact-topline strong {
  padding: .25rem .42rem;
  border-radius: 999px;
  background: #eff3ef;
  color: #4d554e;
  font-size: .62rem;
  letter-spacing: .04em;
  white-space: nowrap;
}

.tdl-artifact-topline .tdl-status-open {
  background: #fff1db;
  color: #7a4a00;
}

.tdl-artifact-topline .tdl-status-resolved {
  background: #ddf5e9;
  color: #005c36;
}

.tdl-demo-artifact h3 {
  margin: 0 0 1rem;
  color: #25222a;
  font-size: 1.08rem;
  letter-spacing: 0;
  line-height: 1.35;
  word-spacing: .08em;
}

.tdl-demo-artifact > p {
  margin: 0 0 1rem;
  color: #626963;
  font-size: .84rem;
  line-height: 1.65;
}

.tdl-demo-artifact dl,
.tdl-demo-artifact dl div {
  display: grid;
  gap: .25rem;
  margin: 0;
}

.tdl-demo-artifact dl {
  gap: .8rem;
}

.tdl-demo-artifact dt {
  color: #006039;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdl-demo-artifact dd {
  margin: 0;
  color: #565d57;
  font-size: .82rem;
  line-height: 1.6;
}

.tdl-demo-artifact pre {
  max-width: 100%;
  margin: 0;
  padding: .8rem;
  overflow-x: auto;
  border-radius: 4px;
  background: #10231c;
  color: #f4fff9;
  font-size: .68rem;
  line-height: 1.65;
}

.tdl-demo-artifact code span {
  display: block;
  min-width: max-content;
}

.tdl-code-removed {
  color: #ffc9c2;
}

.tdl-code-added {
  color: #b6f3d8;
}

@media (max-width: 1100px) {
  .tdl-walkthrough-steps,
  .tdl-demo-artifact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tdl-company-story-grid,
  .tdl-walkthrough-steps,
  .tdl-demo-artifact-grid {
    grid-template-columns: 1fr;
  }

  .tdl-company-story-grid {
    gap: 2rem;
  }
}
