/* Product explanations and original illustrations, without interactive wallet surfaces. */
.editorial-section {
  padding-block: 84px;
  border-top: 1px solid var(--line);
}
.editorial-feature {
  margin: 16px;
  border-radius: 32px;
  background: #eef3ff;
}
.editorial-feature .editorial-section {
  border-top: 0;
}
.editorial-feature + .editorial-section {
  border-top: 0;
}
.editorial-feature .editorial-columns article + article {
  border-color: #cbd7f5;
}
.editorial-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: end;
  margin-bottom: 46px;
}
.editorial-heading h2,
.editorial-split h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.05em;
  max-width: 600px;
}
.editorial-heading p,
.editorial-split > div > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}
.editorial-heading p {
  max-width: 480px;
}
.editorial-kicker {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 16px;
}
.editorial-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}
.editorial-columns article + article {
  border-left: 1px solid var(--line);
  padding-left: 36px;
}
.editorial-columns h3,
.editorial-rows h3 {
  font-size: 1.18rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 650;
  margin-bottom: 13px;
}
.editorial-columns p,
.editorial-rows p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 12px;
}
.editorial-columns p:last-child,
.editorial-rows p:last-child {
  margin-bottom: 0;
}
.editorial-columns small {
  font-size: 0.75rem;
  display: block;
  color: var(--accent);
  margin: 0 0 18px;
}
.editorial-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
}
.editorial-split h2 {
  margin-bottom: 22px;
}
.editorial-rows article {
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
}
.editorial-rows article:first-child {
  padding-top: 0;
}
.editorial-rows article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.editorial-rows h3 {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.editorial-rows h3 > span {
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--accent);
}
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 0.875rem;
  font-weight: 650;
}
.editorial-link .arrow-icon {
  transition: transform 0.2s;
}
.editorial-link:hover .arrow-icon {
  transform: translateX(4px);
}
.editorial-table-wrap {
  overflow-x: auto;
}
.editorial-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.editorial-table th,
.editorial-table td {
  border-bottom: 1px solid var(--line);
  padding: 23px 30px 23px 0;
  vertical-align: top;
}
.editorial-table th:last-child,
.editorial-table td:last-child {
  padding-right: 0;
}
.editorial-table thead th {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted);
  padding-top: 0;
}
.editorial-table tbody th {
  font-weight: 650;
  width: 23%;
}
.editorial-table td {
  color: var(--muted);
  width: 38.5%;
}
.editorial-table a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.editorial-footnote {
  margin-top: 22px;
  max-width: 880px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--muted);
}
.editorial-footnote a,
.article-body p a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.worked-example {
  background: var(--mint-light);
  padding: 34px 38px;
}
.worked-example > span {
  font-size: 0.75rem;
  color: var(--accent);
}
.worked-example h3 {
  font-size: 1.4rem;
  font-weight: 650;
  letter-spacing: -0.04em;
  margin: 14px 0 22px;
}
.worked-example dl {
  margin: 0;
}
.worked-example dl > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #c8d5f9;
  font-size: 0.875rem;
}
.worked-example dt {
  color: var(--muted);
}
.worked-example dd {
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.worked-example .example-total {
  color: var(--ink);
  font-weight: 650;
  padding-block: 18px;
  border-bottom: 0;
}
.worked-example .example-total dt {
  color: inherit;
}
.worked-example > p {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 20px;
}
.editorial-next {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-block: 32px;
  border-top: 1px solid var(--line);
  margin-bottom: 45px;
}
.editorial-next p {
  color: var(--muted);
  font-size: 0.875rem;
}
.editorial-next .editorial-link {
  margin: 0;
  flex: none;
}
.question-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 65px;
}
.question-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.question-links strong {
  font-size: 1rem;
  font-weight: 650;
  display: block;
  line-height: 1.6;
}
.question-links small {
  display: block;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 6px;
}
.question-links a:hover {
  color: var(--accent);
}
.security-page .editorial-section:first-of-type {
  border-top: 0;
}
.about-page .about-statement {
  padding-bottom: 80px;
}

/* A working surface for the three disciplines behind one transfer. */
.careers-hero {
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  padding: 80px 0 76px;
  overflow: visible;
  align-items: center;
}
.careers-hero > div > p:not(.eyebrow) {
  max-width: 430px;
}
.career-studio {
  min-width: 0;
}
.career-studio [hidden] {
  display: none !important;
}
.studio-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.625rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  color: var(--muted);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.studio-caption span:last-child {
  white-space: nowrap;
  color: #7f89a4;
}
.studio-scene {
  position: relative;
  isolation: isolate;
  height: 368px;
  margin-block: 16px 4px;
  perspective: 1100px;
}
.studio-sheet {
  position: absolute;
  width: 76%;
  max-width: 375px;
  left: 5%;
  top: 52px;
  height: 292px;
  padding: 22px 25px;
  background: white;
  border: 1px solid #cbd4ee;
  border-radius: 13px;
  box-shadow: 0 14px 28px -18px #252a3750;
  transform-origin: 50% 75%;
  transition:
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.45s,
    border-color 0.45s,
    box-shadow 0.45s;
}
.studio-sheet[data-depth="0"] {
  z-index: 3;
  transform: translate(0, 0) rotate(-2deg);
}
.studio-sheet[data-depth="1"] {
  z-index: 2;
  transform: translate(29px, -24px) rotate(4deg);
  background: #dde5fb;
  border-color: #9db4f4;
  box-shadow: none;
}
.studio-sheet[data-depth="2"] {
  z-index: 1;
  transform: translate(56px, -44px) rotate(10deg);
  background: var(--mint);
  border-color: #85a2f1;
  box-shadow: none;
}
.studio-sheet > :not(.studio-layer-label) {
  transition: opacity 0.35s;
}
.studio-sheet:not([data-depth="0"]) > :not(.studio-layer-label) {
  opacity: 0.12;
}
.studio-layer-label {
  position: absolute;
  top: -24px;
  left: 12px;
  font-size: 0.625rem;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.35s;
}
.studio-sheet[data-depth="2"] .studio-layer-label {
  opacity: 1;
}
.studio-wallet-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
}
.studio-wallet-brand .brand-mark {
  width: 23px;
  height: 23px;
}
.studio-wallet-brand > span:last-child {
  margin-left: auto;
  font-size: 0.6875rem;
  color: var(--muted);
}
.studio-amount {
  margin: 20px 0 12px;
}
.studio-amount > span {
  display: block;
  font-size: 0.6875rem;
  color: var(--muted);
  margin-bottom: 3px;
}
.studio-amount > strong {
  font-size: 2.25rem;
  letter-spacing: -0.045em;
  font-weight: 650;
}
.studio-amount small {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: -0.01em;
}
.studio-fields {
  margin: 0;
}
.studio-fields > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-top: 1px solid var(--line);
  font-size: 0.625rem;
}
.studio-fields dt {
  color: var(--muted);
}
.studio-fields dd {
  font-weight: 650;
  margin: 0;
}
.studio-fields dd span {
  font-weight: 400;
  color: var(--muted);
}
.studio-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blue);
  color: white;
  margin-top: 12px;
  padding: 9px 13px;
  border-radius: 6px;
  font-size: 0.6875rem;
}
.studio-review svg {
  width: 14px;
  height: 14px;
}
.studio-sheet-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
}
.studio-sheet-heading > span:last-child {
  margin-left: auto;
  font-size: 0.625rem;
  color: var(--muted);
}
.studio-file-dot {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--accent);
}
.studio-request {
  margin: 23px 0 15px;
}
.studio-request > span {
  color: var(--accent);
  font-family: monospace;
  font-size: 0.6875rem;
}
.studio-request strong {
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin: 6px 0;
}
.studio-request strong span {
  color: var(--muted);
  font-weight: 500;
}
.studio-request > small {
  font-family: monospace;
  font-size: 0.625rem;
  color: var(--muted);
}
.studio-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.studio-flow li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.studio-flow li > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: var(--mint-light);
  color: var(--accent);
  font-size: 0.5625rem;
  border-radius: 50%;
}
.studio-flow strong {
  font-size: 0.6875rem;
  display: block;
}
.studio-flow small {
  display: block;
  font-size: 0.5625rem;
  margin-top: 2px;
  color: var(--muted);
}
.studio-scope {
  margin: 25px 0 20px;
}
.studio-scope > span {
  display: block;
  font-size: 0.5625rem;
  letter-spacing: 0.08em;
  color: var(--accent);
}
.studio-scope strong {
  font-size: 1.8rem;
  font-weight: 650;
  display: block;
  letter-spacing: -0.05em;
  margin: 5px 0;
}
.studio-scope small {
  font-size: 0.625rem;
  color: var(--muted);
}
.studio-boundary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 13px;
  font-size: 0.5625rem;
  color: var(--accent);
}
.studio-boundary > span {
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.studio-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 22px;
}
.studio-tabs button {
  position: relative;
  flex: 1;
  background: none;
  color: var(--muted);
  border: 0;
  padding: 15px 0;
  text-align: left;
  font-size: 0.8125rem;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
}
.studio-tabs button > span {
  font-size: 0.5625rem;
  font-weight: 400;
  margin-right: 5px;
  color: var(--accent);
}
.studio-tabs button::after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--accent);
  bottom: -1px;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.studio-tabs button[aria-selected="true"] {
  color: var(--ink);
}
.studio-tabs button[aria-selected="true"]::after,
.studio-tabs button:hover::after {
  transform: scaleX(1);
}
.studio-descriptions {
  padding-top: 22px;
  min-height: 155px;
}
.studio-descriptions h2 {
  font-size: 0.9375rem;
  letter-spacing: -0.025em;
  font-weight: 650;
  line-height: 1.45;
}
.studio-descriptions p {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 8px 0 11px;
  max-width: 430px;
}
.studio-descriptions a {
  font-size: 0.75rem;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.studio-descriptions a:hover {
  color: var(--accent);
}
.studio-descriptions a svg {
  width: 15px;
  height: 15px;
}
.studio-tabs button:focus-visible,
.studio-descriptions section:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.careers-page .editorial-section {
  margin-inline: auto;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .studio-scene:hover .studio-sheet[data-depth="0"] {
    transform: translate(-4px, -6px) rotate(0deg);
    box-shadow: 0 22px 36px -20px #252a3765;
  }
}
@media (max-width: 1000px) {
  .careers-hero {
    gap: 4%;
  }
  .studio-sheet {
    left: 1%;
    width: 80%;
    padding-inline: 19px;
  }
  .studio-tabs {
    gap: 10px;
  }
  .studio-tabs button {
    font-size: 0.75rem;
  }
  .studio-tabs button > span {
    display: none;
  }
}
@media (max-width: 800px) {
  .editorial-section {
    padding-block: 56px;
  }
  .editorial-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 32px;
  }
  .editorial-heading p {
    max-width: 620px;
  }
  .editorial-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .editorial-columns {
    gap: 24px;
  }
  .editorial-columns article + article {
    padding-left: 24px;
  }
  .editorial-next {
    margin-bottom: 20px;
  }
  .careers-hero {
    grid-template-columns: 1fr;
    padding-block: 48px;
    gap: 48px;
  }
  .career-studio {
    max-width: 540px;
    width: 100%;
    justify-self: center;
  }
  .studio-sheet {
    width: 76%;
    left: 5%;
    padding-inline: 25px;
  }
  .studio-tabs button > span {
    display: inline;
  }
  .studio-tabs button {
    font-size: 0.875rem;
  }
  .studio-descriptions {
    min-height: 142px;
  }
}
@media (max-width: 520px) {
  .editorial-feature {
    margin-inline: 8px;
    border-radius: 24px;
  }
  .editorial-section {
    padding-block: 44px;
  }
  .editorial-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .editorial-columns article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 25px;
  }
  .editorial-table {
    font-size: 0.8125rem;
    min-width: 580px;
  }
  .editorial-table th,
  .editorial-table td {
    padding-right: 24px;
  }
  .worked-example {
    padding: 25px 22px;
  }
  .worked-example dl > div {
    gap: 15px;
    font-size: 0.8125rem;
  }
  .editorial-next {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .question-links {
    grid-template-columns: 1fr;
  }
  .studio-scene {
    height: 335px;
  }
  .studio-caption {
    font-size: 0.5625rem;
    gap: 6px;
  }
  .studio-sheet {
    width: 81%;
    left: 0;
    height: 284px;
    padding: 19px;
    top: 39px;
  }
  .studio-sheet[data-depth="1"] {
    transform: translate(20px, -18px) rotate(3deg);
  }
  .studio-sheet[data-depth="2"] {
    transform: translate(36px, -31px) rotate(7deg);
  }
  .studio-layer-label {
    top: -20px;
  }
  .studio-tabs button {
    font-size: 0.75rem;
  }
  .studio-tabs button > span {
    font-size: 0.5rem;
  }
  .studio-descriptions {
    min-height: 162px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .studio-sheet,
  .studio-sheet > *,
  .studio-layer-label,
  .studio-tabs button::after,
  .editorial-link .arrow-icon {
    transition: none;
  }
}

.product-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7%;
  padding-block: 58px 65px;
}
.product-overview h1 {
  font-size: clamp(2.8rem, 4.5vw, 3.85rem);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin-top: 24px;
}
.product-overview-copy > p {
  margin-top: 25px;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 510px;
}
.product-overview-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.product-overview-actions .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
}
.product-overview-art {
  display: grid;
  place-items: center;
  border: 1px solid #e3ebff;
  border-radius: 32px;
  padding: 30px;
  background: linear-gradient(135deg, #f6f9ff, #e9f1ff);
  overflow: hidden;
}
.product-overview-art img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}
.product-overview-art:hover img {
  transform: scale(1.035);
}
.product-art-stake {
  background: white;
}
.product-art-agent {
  background: #2649ef;
  border-color: #2649ef;
}
@media (max-width: 800px) {
  .product-overview {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-block: 35px 45px;
  }
  .product-overview h1 {
    font-size: 3rem;
  }
  .product-overview-art {
    width: min(520px, 100%);
    margin-inline: auto;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .product-overview h1 {
    font-size: 2.55rem;
  }
  .product-overview-copy > p {
    font-size: 1rem;
  }
  .product-overview-art {
    border-radius: 25px;
  }
  .product-overview-actions {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-overview-art img {
    transition: none;
  }
  .product-overview-art:hover img {
    transform: none;
  }
}
