.cc_c5wddgqo_fhGB8cnHBQ .arda-object {
  width: 100%;
  padding-block: var(--sec, clamp(76px, 9vw, 152px));
  color: var(--ink, #101b2d);
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(28px, 3.5vw, 72px);
  align-items: center;
  padding-right: var(--gutter, clamp(20px, 4.2vw, 80px));
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__im {
  min-width: 0;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__im img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--ivory-deep, #e9e2d4);
  display: block;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__tx {
  min-width: 0;
  max-width: 52ch;
  padding-right: 0;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-eyebrow {
  display: block;
  margin: 0 0 14px;
  font-family: var(--display, "EB Garamond", serif);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--muted, #6f6a61);
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__title {
  margin: 0;
  font-family: var(--display, "EB Garamond", serif);
  font-size: clamp(28px, 3.6vw, 54px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.012em;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-object__lede {
  margin: 18px 0 26px;
  max-width: 56ch;
  font-family: var(--display, "EB Garamond", serif);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
  color: var(--muted, #6f6a61);
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-passport {
  border-top: 1px solid var(--line, rgba(16, 27, 45, 0.14));
  margin-bottom: 26px;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-passport__row {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-soft, rgba(16, 27, 45, 0.08));
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-passport__k {
  font-family: var(--display, "EB Garamond", serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted, #6f6a61);
  padding-top: 3px;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-passport__v {
  font-family: var(--display, "EB Garamond", serif);
  font-size: 14.5px;
  line-height: 1.55;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-tlink {
  display: inline-block;
  padding-bottom: 5px;
  font-family: var(--display, "EB Garamond", serif);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.3s var(--ease, cubic-bezier(0.22, 1, 0.36, 1));
  cursor: pointer;
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-tlink--ink {
  color: var(--ink, #101b2d);
}

.cc_c5wddgqo_fhGB8cnHBQ .arda-tlink:hover {
  opacity: 0.55;
}

@media (max-width: 900px) {
  .cc_c5wddgqo_fhGB8cnHBQ .arda-object__split {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-inline: var(--gutter, clamp(20px, 4.2vw, 80px));
  }

  .cc_c5wddgqo_fhGB8cnHBQ .arda-object__tx {
    max-width: none;
  }
}
