body.page-id-341 #Subheader {
  display: none;
}

.tri-ink-destiny {
  --tid-ink: #171c1a;
  --tid-ink-soft: #343b38;
  --tid-muted: #68706c;
  --tid-line: #d8ddd9;
  --tid-line-dark: #aeb6b1;
  --tid-paper: #f3f4f0;
  --tid-paper-deep: #e9ece6;
  --tid-white: #ffffff;
  --tid-cinnabar: #a63a32;
  --tid-teal: #1c655e;
  --tid-gold: #9a7737;
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 76px;
  color: var(--tid-ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

.tri-ink-destiny__i18n-store {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.tri-ink-destiny *,
.tri-ink-destiny *::before,
.tri-ink-destiny *::after {
  box-sizing: border-box;
}

.tri-ink-product-destiny {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  margin: 28px 0 6px;
  padding: 24px;
  border: 1px solid #d9ddd9;
  border-left: 3px solid #a23b2a;
  border-radius: 4px;
  background: #f8f7f3;
  color: #17201c;
}

.tri-ink-product-destiny__seal {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #a23b2a;
  color: #a23b2a;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 20px;
}

.tri-ink-product-destiny__copy > p {
  margin: 0 0 7px;
  color: #a23b2a;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-transform: uppercase;
}

.tri-ink-product-destiny__copy h3 {
  margin: 0 0 10px;
  color: #17201c;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}

.tri-ink-product-destiny__copy > div {
  color: #5e6762;
  font-size: 13px;
  line-height: 1.7;
}

.tri-ink-product-destiny__copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.tri-ink-product-destiny__copy li {
  position: relative;
  padding-left: 13px;
  color: #35403a;
  font-size: 11px;
  line-height: 1.5;
}

.tri-ink-product-destiny__copy li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2b7165;
  content: "";
}

.tri-ink-product-destiny__action {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 15px;
  border: 1px solid #17201c;
  color: #fff !important;
  background: #17201c;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.tri-ink-product-destiny__action:hover,
.tri-ink-product-destiny__action:focus-visible {
  border-color: #a23b2a;
  background: #a23b2a;
}

.tri-ink-product-destiny__copy small {
  display: block;
  margin-top: 10px;
  color: #747d78;
  font-size: 10px;
  line-height: 1.55;
}

.tri-ink-product-destiny__mobile-action {
  display: none;
}

.tri-ink-destiny__selected-artwork {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  border-right: 1px solid var(--tid-line);
  border-bottom: 1px solid var(--tid-line);
  border-left: 1px solid var(--tid-line);
  background: #f5f4ef;
}

.tri-ink-destiny__selected-artwork img {
  width: 76px;
  height: 76px;
  object-fit: cover;
}

.tri-ink-destiny__selected-artwork p,
.tri-ink-destiny__selected-artwork h2,
.tri-ink-destiny__selected-artwork div {
  margin: 0;
}

.tri-ink-destiny__selected-artwork p {
  color: var(--tid-cinnabar);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.tri-ink-destiny__selected-artwork h2 {
  margin-top: 4px;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.tri-ink-destiny__selected-artwork div div {
  margin-top: 5px;
  color: #68716c;
  font-size: 11px;
  line-height: 1.55;
}

.tri-ink-destiny__selected-artwork > a {
  padding: 9px 12px;
  border: 1px solid var(--tid-line-strong);
  color: var(--tid-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.tri-ink-destiny__chosen-result {
  margin-top: 28px;
  border: 1px solid var(--tid-line);
  background: var(--tid-white);
}

.tri-ink-destiny__chosen-result[hidden] {
  display: none;
}

.tri-ink-destiny__chosen-result > header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1.2fr);
  gap: 28px;
  padding: 25px 30px;
  border-bottom: 1px solid var(--tid-line);
  background: var(--tid-ink);
  color: #fff;
}

.tri-ink-destiny__chosen-result header p {
  grid-column: 1 / -1;
  margin: 0 0 -14px;
  color: #efc3ad;
  font-size: 10px;
  font-weight: 750;
}

.tri-ink-destiny__chosen-result h3,
.tri-ink-destiny__chosen-result header div {
  margin: 0;
}

.tri-ink-destiny__chosen-result h3 {
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
}

.tri-ink-destiny__chosen-result header div {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.75;
}

.tri-ink-destiny__chosen-result-body {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  align-items: stretch;
}

.tri-ink-destiny__chosen-result-body > img {
  width: 100%;
  min-height: 230px;
  height: 100%;
  object-fit: cover;
}

.tri-ink-destiny__chosen-result-body > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.tri-ink-destiny__chosen-result-body strong {
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.tri-ink-destiny__chosen-result-body p {
  margin: 12px 0 22px;
  color: #5d6762;
  font-size: 13px;
  line-height: 1.8;
}

.tri-ink-destiny__chosen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tri-ink-destiny__chosen-actions button,
.tri-ink-destiny__chosen-actions a {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--tid-ink);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.tri-ink-destiny__chosen-actions button {
  color: #fff;
  background: var(--tid-ink);
}

.tri-ink-destiny__chosen-actions a {
  color: var(--tid-ink);
  background: transparent;
}

.tri-ink-destiny__header {
  position: relative;
  display: flex;
  min-height: 272px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  padding: 44px 48px;
  border-radius: 4px 4px 0 0;
  background: var(--tid-ink);
  color: var(--tid-white);
  isolation: isolate;
}

.tri-ink-destiny__header.has-artwork::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(10, 16, 14, 0.58);
  content: "";
}

.tri-ink-destiny__header::after {
  position: absolute;
  bottom: 0;
  left: 48px;
  width: 86px;
  height: 4px;
  background: var(--tid-cinnabar);
  content: "";
}

.tri-ink-destiny__header-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}

.tri-ink-destiny__header-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.tri-ink-destiny__eyebrow,
.tri-ink-destiny__result-kicker,
.tri-ink-destiny__empty-kicker,
.tri-ink-destiny__loading-kicker,
.tri-ink-destiny__recommendations-kicker {
  margin: 0 0 10px;
  color: var(--tid-cinnabar);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  text-transform: uppercase;
}

.tri-ink-destiny__header .tri-ink-destiny__eyebrow {
  color: #f1c7b3;
}

.tri-ink-destiny__header h1 {
  margin: 0 0 12px;
  color: var(--tid-white);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 0;
}

.tri-ink-destiny__header-copy > p:last-child {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.72;
}

.tri-ink-destiny__brand-seal {
  position: relative;
  z-index: 1;
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  place-content: center;
  border: 2px solid #f1c7b3;
  color: #fff4eb;
  text-align: center;
  transform: rotate(-2deg);
}

.tri-ink-destiny__brand-seal span {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.tri-ink-destiny__brand-seal small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
}

.tri-ink-destiny__journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-right: 1px solid var(--tid-line);
  border-bottom: 1px solid var(--tid-line);
  border-left: 1px solid var(--tid-line);
  background: var(--tid-white);
}

.tri-ink-destiny__journey > div {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-right: 1px solid var(--tid-line);
  color: #7a817d;
}

.tri-ink-destiny__journey > div:last-child {
  border-right: 0;
}

.tri-ink-destiny__journey > div::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.tri-ink-destiny__journey > div.is-active,
.tri-ink-destiny__journey > div.is-complete {
  color: var(--tid-ink);
}

.tri-ink-destiny__journey > div.is-active::after {
  background: var(--tid-cinnabar);
}

.tri-ink-destiny__journey > div.is-complete::after {
  background: var(--tid-teal);
}

.tri-ink-destiny__journey b {
  color: var(--tid-cinnabar);
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}

.tri-ink-destiny__journey span {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tri-ink-destiny__shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  min-height: 700px;
  overflow: hidden;
  border-right: 1px solid var(--tid-line);
  border-bottom: 1px solid var(--tid-line);
  border-left: 1px solid var(--tid-line);
  border-radius: 0 0 4px 4px;
  background: var(--tid-white);
  box-shadow: 0 20px 54px rgba(21, 29, 25, 0.08);
}

.tri-ink-destiny__form-pane,
.tri-ink-destiny__result-pane {
  min-width: 0;
  padding: 38px;
}

.tri-ink-destiny__form-pane {
  border-right: 1px solid var(--tid-line);
}

.tri-ink-destiny__result-pane {
  position: relative;
  min-height: 700px;
  background-color: var(--tid-paper);
}

.tri-ink-destiny__result-pane::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 104px;
  height: 4px;
  background: var(--tid-teal);
  content: "";
}

.tri-ink-destiny__section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tid-line);
}

.tri-ink-destiny__section-label span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid var(--tid-cinnabar);
  color: var(--tid-cinnabar);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
}

.tri-ink-destiny__section-label strong {
  font-size: 17px;
  font-weight: 700;
}

.tri-ink-destiny__form {
  display: grid;
  gap: 19px;
}

.tri-ink-destiny__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tri-ink-destiny__field {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.tri-ink-destiny__field label,
.tri-ink-destiny__field legend {
  color: #303633;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.tri-ink-destiny__field label span {
  color: #878e89;
  font-size: 10px;
  font-weight: 500;
}

.tri-ink-destiny__field small {
  color: #777f7b;
  font-size: 10px;
  line-height: 1.55;
}

.tri-ink-destiny__field input,
.tri-ink-destiny__field select {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #c9cfcb;
  border-radius: 3px;
  outline: none;
  background: var(--tid-white);
  color: var(--tid-ink);
  font: inherit;
  font-size: 13px;
  letter-spacing: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.tri-ink-destiny__field input:focus,
.tri-ink-destiny__field select:focus {
  border-color: var(--tid-teal);
  box-shadow: 0 0 0 3px rgba(28, 101, 94, 0.13);
}

.tri-ink-destiny__location-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.tri-ink-destiny__location-search button {
  min-width: 92px;
  min-height: 46px;
  padding: 9px 13px;
  border: 1px solid var(--tid-ink);
  border-radius: 3px;
  background: var(--tid-white);
  color: var(--tid-ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.tri-ink-destiny__location-search button:hover {
  border-color: var(--tid-teal);
  color: var(--tid-teal);
}

.tri-ink-destiny__location-search button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.tri-ink-destiny__location-status,
.tri-ink-destiny__location-selected {
  margin: 0;
  color: var(--tid-muted);
  font-size: 11px;
  line-height: 1.5;
}

.tri-ink-destiny__location-selected {
  padding-left: 10px;
  border-left: 3px solid var(--tid-teal);
  color: #175d56;
  font-weight: 700;
}

.tri-ink-destiny__location-results {
  max-height: 238px;
  overflow-y: auto;
  border: 1px solid var(--tid-line);
  border-radius: 3px;
  background: var(--tid-white);
}

.tri-ink-destiny__location-results button {
  display: grid;
  width: 100%;
  min-height: 54px;
  gap: 3px;
  margin: 0;
  padding: 9px 12px;
  border: 0;
  border-bottom: 1px solid var(--tid-line);
  background: transparent;
  color: var(--tid-ink);
  cursor: pointer;
  text-align: left;
}

.tri-ink-destiny__location-results button:last-child {
  border-bottom: 0;
}

.tri-ink-destiny__location-results button:hover,
.tri-ink-destiny__location-results button:focus-visible {
  outline: none;
  background: #edf3ef;
}

.tri-ink-destiny__location-results strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.tri-ink-destiny__location-results span {
  color: #777f7b;
  font-size: 10px;
  line-height: 1.4;
}

.tri-ink-destiny__segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.tri-ink-destiny__segmented legend {
  grid-column: 1 / -1;
  margin-bottom: 1px;
}

.tri-ink-destiny__segmented label {
  position: relative;
  cursor: pointer;
}

.tri-ink-destiny__segmented input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.tri-ink-destiny__segmented label span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid #c9cfcb;
  border-radius: 3px;
  color: #4e5652;
  background: var(--tid-white);
  font-size: 12px;
  font-weight: 650;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.tri-ink-destiny__segmented input:checked + span {
  border-color: var(--tid-ink);
  background: var(--tid-ink);
  color: var(--tid-white);
}

.tri-ink-destiny__segmented input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(28, 101, 94, 0.16);
}

.tri-ink-destiny__submit {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
  padding: 12px 18px;
  border: 1px solid var(--tid-ink);
  border-radius: 3px;
  background: var(--tid-ink);
  color: var(--tid-white);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.tri-ink-destiny__submit:hover {
  border-color: var(--tid-teal);
  background: var(--tid-teal);
}

.tri-ink-destiny__submit:active {
  transform: translateY(1px);
}

.tri-ink-destiny__submit:disabled {
  cursor: wait;
  opacity: 0.74;
}

.tri-ink-destiny__submit i {
  display: none;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-top-color: var(--tid-white);
  border-radius: 50%;
  animation: tri-ink-spin 700ms linear infinite;
}

.tri-ink-destiny__submit.is-loading i {
  display: block;
}

.tri-ink-destiny__privacy,
.tri-ink-destiny__disclaimer {
  margin: 0;
  color: #747c78;
  font-size: 10px;
  line-height: 1.7;
}

.tri-ink-destiny__privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tri-ink-destiny__error {
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid var(--tid-cinnabar);
  background: #fff2ef;
  color: #842b25;
  font-size: 12px;
  line-height: 1.5;
}

.tri-ink-destiny__empty,
.tri-ink-destiny__loading {
  display: grid;
  min-height: 622px;
  align-content: center;
  justify-items: start;
  padding: 18px 28px;
}

.tri-ink-destiny__seal {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 26px;
  place-items: center;
  border: 2px solid var(--tid-cinnabar);
  color: var(--tid-cinnabar);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 36px;
  font-weight: 700;
  transform: rotate(-2deg);
}

.tri-ink-destiny__empty h2,
.tri-ink-destiny__loading h2 {
  max-width: 460px;
  margin: 0 0 12px;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.tri-ink-destiny__empty > p:last-child {
  margin: 0;
  color: var(--tid-muted);
  font-size: 13px;
  line-height: 1.7;
}

.tri-ink-destiny__loading {
  justify-items: center;
  text-align: center;
}

.tri-ink-destiny__loading-elements {
  display: flex;
  width: 164px;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.tri-ink-destiny__loading-elements i {
  display: block;
  width: 12px;
  height: 36px;
  background: #3f744d;
  animation: tri-ink-pulse 1.2s ease-in-out infinite;
}

.tri-ink-destiny__loading-elements i:nth-child(2) { height: 48px; background: #af443a; animation-delay: 100ms; }
.tri-ink-destiny__loading-elements i:nth-child(3) { height: 56px; background: #9b793b; animation-delay: 200ms; }
.tri-ink-destiny__loading-elements i:nth-child(4) { height: 42px; background: #858b8d; animation-delay: 300ms; }
.tri-ink-destiny__loading-elements i:nth-child(5) { height: 32px; background: #32687d; animation-delay: 400ms; }

.tri-ink-destiny__loading h2 {
  margin-bottom: 20px;
  font-size: 25px;
}

.tri-ink-destiny__loading-track {
  width: min(280px, 75%);
  height: 2px;
  overflow: hidden;
  background: #d7dcd8;
}

.tri-ink-destiny__loading-track span {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--tid-teal);
  animation: tri-ink-track 1.35s ease-in-out infinite;
}

.tri-ink-destiny__result {
  display: grid;
  gap: 25px;
}

.tri-ink-destiny__result[hidden],
.tri-ink-destiny__empty[hidden],
.tri-ink-destiny__loading[hidden] {
  display: none;
}

.tri-ink-destiny__result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.tri-ink-destiny__mode {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 8px;
  border: 1px solid rgba(154, 119, 55, 0.48);
  border-radius: 3px;
  color: #725923;
  background: #fff9ed;
  font-size: 10px;
  font-weight: 750;
}

.tri-ink-destiny__mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--tid-ink);
  color: var(--tid-white);
  background: var(--tid-ink);
  font-family: Georgia, serif;
  font-size: 20px;
}

.tri-ink-destiny__result h2 {
  max-width: 620px;
  margin: 0;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
}

.tri-ink-destiny__summary {
  margin: 0;
  color: #424a46;
  font-size: 14px;
  line-height: 1.86;
}

.tri-ink-destiny__elements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tri-ink-destiny__element {
  --element-color: #737a77;
  display: grid;
  min-width: 0;
  min-height: 142px;
  grid-template-columns: 7px minmax(0, 1fr);
  align-items: stretch;
  gap: 13px;
  margin: 0;
  padding: 15px;
  border: 1px solid var(--tid-line);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
}

.tri-ink-destiny__element.is-primary {
  border-color: var(--tid-ink);
  background: var(--tid-white);
  box-shadow: inset 0 0 0 1px var(--tid-ink);
}

.tri-ink-destiny__element.element-wood,
.tri-ink-destiny__recommendation-group.element-wood { --element-color: #39714b; }
.tri-ink-destiny__element.element-fire,
.tri-ink-destiny__recommendation-group.element-fire { --element-color: #b64036; }
.tri-ink-destiny__element.element-earth,
.tri-ink-destiny__recommendation-group.element-earth { --element-color: #9a712e; }
.tri-ink-destiny__element.element-metal,
.tri-ink-destiny__recommendation-group.element-metal { --element-color: #858b8d; }
.tri-ink-destiny__element.element-water,
.tri-ink-destiny__recommendation-group.element-water { --element-color: #2e6075; }

.tri-ink-destiny__element-swatch {
  width: 7px;
  min-height: 100%;
  background: var(--element-color);
}

.tri-ink-destiny__element > div {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 4px;
}

.tri-ink-destiny__element small {
  color: #747b78;
  font-size: 9px;
  line-height: 1.4;
}

.tri-ink-destiny__element strong {
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
}

.tri-ink-destiny__element p {
  margin: 3px 0 0;
  color: #535b57;
  font-size: 11px;
  line-height: 1.55;
}

.tri-ink-destiny__signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--tid-line);
  border-left: 1px solid var(--tid-line);
}

.tri-ink-destiny__signals > div {
  display: grid;
  min-height: 82px;
  align-content: center;
  gap: 5px;
  padding: 14px 17px;
  border-right: 1px solid var(--tid-line);
  border-bottom: 1px solid var(--tid-line);
  background: rgba(255, 255, 255, 0.54);
}

.tri-ink-destiny__signals span {
  color: #7a817e;
  font-size: 10px;
}

.tri-ink-destiny__signals strong {
  overflow-wrap: anywhere;
  color: var(--tid-ink);
  font-size: 14px;
  font-weight: 700;
}

.tri-ink-destiny__guidance {
  padding-top: 2px;
}

.tri-ink-destiny__guidance h3 {
  margin: 0 0 14px;
  color: var(--tid-ink);
  font-size: 14px;
  font-weight: 750;
}

.tri-ink-destiny__guidance ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tri-ink-destiny__guidance li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  color: #454d49;
  font-size: 13px;
  line-height: 1.68;
}

.tri-ink-destiny__guidance li::before {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--tid-teal);
  content: "";
}

.tri-ink-destiny__disclaimer {
  padding-top: 18px;
  border-top: 1px solid var(--tid-line);
}

.tri-ink-destiny__recommendations,
.tri-ink-destiny__recommendation-groups,
.tri-ink-destiny__recommendation-group {
  display: grid;
  min-width: 0;
}

.tri-ink-destiny__recommendations[hidden],
.tri-ink-destiny__recommendation-group[hidden] {
  display: none;
}

.tri-ink-destiny__recommendations {
  gap: 34px;
  margin-top: 44px;
  padding-top: 40px;
  border-top: 1px solid var(--tid-line-dark);
}

.tri-ink-destiny__recommendations-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 48px;
}

.tri-ink-destiny__recommendations-kicker {
  color: var(--tid-cinnabar);
}

.tri-ink-destiny__recommendations-head h3 {
  margin: 0;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.tri-ink-destiny__recommendations-head > p {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid var(--tid-teal);
  color: #59615d;
  font-size: 13px;
  line-height: 1.72;
}

.tri-ink-destiny__recommendation-groups {
  gap: 40px;
}

.tri-ink-destiny__recommendation-group {
  --element-color: #737a77;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid var(--tid-line);
}

.tri-ink-destiny__recommendation-group.is-primary {
  border-top: 3px solid var(--element-color);
}

.tri-ink-destiny__recommendation-group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.tri-ink-destiny__recommendation-group-head > div {
  display: grid;
  gap: 5px;
}

.tri-ink-destiny__recommendation-role {
  color: var(--element-color);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.tri-ink-destiny__recommendation-group-head h4 {
  margin: 0;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}

.tri-ink-destiny__recommendation-group-head a {
  flex: 0 1 auto;
  color: var(--tid-teal);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tri-ink-destiny__recommended-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tri-ink-destiny__recommended-product {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tid-line);
  border-radius: 3px;
  background: var(--tid-white);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.tri-ink-destiny__recommended-product-link {
  display: grid;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.tri-ink-destiny__recommended-product:hover {
  border-color: var(--element-color);
  box-shadow: 0 12px 28px rgba(22, 31, 27, 0.09);
  transform: translateY(-3px);
}

.tri-ink-destiny__recommended-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--tid-paper-deep);
}

.tri-ink-destiny__recommended-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.tri-ink-destiny__recommended-product:hover img {
  transform: scale(1.025);
}

.tri-ink-destiny__recommended-product-copy {
  display: grid;
  min-height: 92px;
  align-content: start;
  gap: 8px;
  padding: 13px;
}

.tri-ink-destiny__recommended-product-copy strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--tid-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.tri-ink-destiny__recommended-product-price {
  color: #59615d;
  font-size: 11px;
  font-weight: 650;
}

.tri-ink-destiny__product-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  min-height: 46px;
  border-top: 1px solid var(--tid-line);
}

.tri-ink-destiny__product-actions a,
.tri-ink-destiny__product-actions button {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 9px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tid-ink);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tri-ink-destiny__product-actions button {
  border-left: 1px solid var(--tid-line);
  background: var(--tid-teal);
  color: #fff;
}

.tri-ink-destiny__product-actions a:hover,
.tri-ink-destiny__product-actions a:focus-visible {
  background: var(--tid-paper-deep);
}

.tri-ink-destiny__product-actions button:hover,
.tri-ink-destiny__product-actions button:focus-visible {
  background: #214f55;
}

html.tri-ink-destiny-modal-open,
html.tri-ink-destiny-modal-open body {
  overflow: hidden;
}

.tri-ink-destiny__placement-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.tri-ink-destiny__placement-modal[hidden] {
  display: none;
}

.tri-ink-destiny__placement-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 18, 16, 0.68);
  backdrop-filter: blur(5px);
}

.tri-ink-destiny__placement-dialog {
  position: relative;
  width: min(780px, 100%);
  max-height: min(800px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: #fbfaf6;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  color: var(--tid-ink);
}

.tri-ink-destiny__placement-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(20, 42, 39, 0.55);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.tri-ink-destiny__placement-close:hover,
.tri-ink-destiny__placement-close:focus-visible {
  background: rgba(20, 42, 39, 0.85);
}

.tri-ink-destiny__placement-head {
  padding: 38px 72px 34px 38px;
  background: #173f43;
  color: #fff;
}

.tri-ink-destiny__placement-head > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.tri-ink-destiny__placement-head p {
  margin: 0 0 9px;
  color: #d7c69f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.tri-ink-destiny__placement-head h3 {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.3;
}

.tri-ink-destiny__placement-head > div {
  max-width: 610px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.75;
}

.tri-ink-destiny__placement-context {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px 38px;
  border-bottom: 1px solid var(--tid-line);
}

.tri-ink-destiny__placement-context img {
  width: 108px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--tid-paper-deep);
}

.tri-ink-destiny__placement-context > div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.tri-ink-destiny__placement-context span {
  color: #707774;
  font-size: 10px;
  font-weight: 700;
}

.tri-ink-destiny__placement-context strong {
  overflow-wrap: anywhere;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 18px;
  line-height: 1.4;
}

.tri-ink-destiny__placement-context small {
  color: #626a66;
  font-size: 11px;
  line-height: 1.5;
}

.tri-ink-destiny__placement-context small b {
  color: var(--tid-teal);
  font-weight: 750;
}

.tri-ink-destiny__placement-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 0;
  padding: 0 38px;
}

.tri-ink-destiny__placement-preview[hidden],
.tri-ink-destiny__placement-report[hidden],
.tri-ink-destiny__placement-error[hidden] {
  display: none;
}

.tri-ink-destiny__placement-preview > div {
  padding: 28px 0 30px;
}

.tri-ink-destiny__placement-preview > div + div {
  margin-left: 32px;
  padding-left: 32px;
  border-left: 1px solid var(--tid-line);
}

.tri-ink-destiny__placement-preview h4 {
  margin: 0 0 12px;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.tri-ink-destiny__placement-preview p,
.tri-ink-destiny__placement-preview li {
  color: #565e5a;
  font-size: 12px;
  line-height: 1.75;
}

.tri-ink-destiny__placement-preview p {
  margin: 0;
}

.tri-ink-destiny__placement-preview ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tri-ink-destiny__placement-preview li {
  position: relative;
  padding-left: 14px;
}

.tri-ink-destiny__placement-preview li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a74037;
  content: "";
}

.tri-ink-destiny__placement-report {
  padding: 30px 38px 34px;
}

.tri-ink-destiny__placement-report > header {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tid-line);
}

.tri-ink-destiny__placement-report > header > span {
  color: #a74037;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

.tri-ink-destiny__placement-report h4,
.tri-ink-destiny__placement-report h5,
.tri-ink-destiny__placement-report p {
  letter-spacing: 0;
}

.tri-ink-destiny__placement-report > header h4 {
  margin: 8px 0 16px;
  color: #747b78;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.tri-ink-destiny__placement-report > header h5 {
  margin: 0;
  color: var(--tid-ink);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.45;
}

.tri-ink-destiny__placement-report > header p {
  margin: 12px 0 0;
  color: #525a56;
  font-size: 12px;
  line-height: 1.8;
}

.tri-ink-destiny__placement-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--tid-line);
}

.tri-ink-destiny__placement-report-grid section {
  min-width: 0;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid var(--tid-line);
}

.tri-ink-destiny__placement-report-grid section:nth-child(even) {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid var(--tid-line);
}

.tri-ink-destiny__placement-report-grid section:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.tri-ink-destiny__placement-report h5 {
  margin: 0 0 9px;
  color: var(--tid-teal);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.tri-ink-destiny__placement-report-grid p,
.tri-ink-destiny__placement-report-wide p,
.tri-ink-destiny__placement-report-wide li {
  margin: 0;
  color: #565e5a;
  font-size: 12px;
  line-height: 1.8;
}

.tri-ink-destiny__placement-report-wide {
  padding-top: 24px;
}

.tri-ink-destiny__placement-report-wide ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.tri-ink-destiny__placement-cultural-note {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--tid-line);
  color: #777e7a;
  font-size: 10px;
  line-height: 1.7;
}

.tri-ink-destiny__placement-error {
  margin: 0;
  padding: 13px 38px;
  border-top: 1px solid #e8c9c6;
  background: #fff1ef;
  color: #9d3028;
  font-size: 11px;
  line-height: 1.6;
}

.tri-ink-destiny__placement-footer {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 38px;
  border-top: 1px solid var(--tid-line);
  background: #f2efe7;
}

.tri-ink-destiny__placement-footer p {
  max-width: 480px;
  margin: 0;
  color: #69706d;
  font-size: 10px;
  line-height: 1.6;
}

.tri-ink-destiny__placement-footer button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 2px;
  background: var(--tid-teal);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.tri-ink-destiny__placement-footer button:hover,
.tri-ink-destiny__placement-footer button:focus-visible {
  background: #214f55;
}

.tri-ink-destiny__placement-footer button:disabled {
  background: #8d9591;
  cursor: wait;
}

.tri-ink-destiny__placement-footer button.is-loading::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  animation: tri-ink-spin 800ms linear infinite;
  content: "";
}

@media (max-width: 620px) {
  .tri-ink-destiny__placement-modal {
    align-items: end;
    padding: 0;
  }

  .tri-ink-destiny__placement-dialog {
    width: 100%;
    max-height: 92vh;
    border-width: 1px 0 0;
    border-radius: 0;
  }

  .tri-ink-destiny__placement-head {
    padding: 30px 56px 26px 22px;
  }

  .tri-ink-destiny__placement-head h3 {
    font-size: 23px;
  }

  .tri-ink-destiny__placement-context {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 22px;
  }

  .tri-ink-destiny__placement-context img {
    width: 82px;
  }

  .tri-ink-destiny__placement-preview {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .tri-ink-destiny__placement-preview > div {
    padding: 22px 0;
  }

  .tri-ink-destiny__placement-preview > div + div {
    margin: 0;
    padding: 22px 0;
    border-top: 1px solid var(--tid-line);
    border-left: 0;
  }

  .tri-ink-destiny__placement-footer {
    display: grid;
    gap: 12px;
    padding: 16px 22px 20px;
  }

  .tri-ink-destiny__placement-footer button {
    width: 100%;
  }

  .tri-ink-destiny__placement-report {
    padding: 24px 22px 28px;
  }

  .tri-ink-destiny__placement-report-grid {
    grid-template-columns: 1fr;
  }

  .tri-ink-destiny__placement-report-grid section,
  .tri-ink-destiny__placement-report-grid section:nth-child(even),
  .tri-ink-destiny__placement-report-grid section:nth-last-child(-n + 2) {
    padding: 20px 0;
    border-bottom: 1px solid var(--tid-line);
    border-left: 0;
  }

  .tri-ink-destiny__placement-report-grid section:last-child {
    border-bottom: 0;
  }

  .tri-ink-destiny__placement-error {
    padding: 12px 22px;
  }
}

.tri-ink-destiny__recommendation-empty {
  margin: 0;
  color: #747b78;
  font-size: 12px;
  line-height: 1.65;
}

@keyframes tri-ink-spin {
  to { transform: rotate(360deg); }
}

@keyframes tri-ink-pulse {
  0%, 100% { opacity: 0.42; transform: scaleY(0.72); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes tri-ink-track {
  from { transform: translateX(-110%); }
  to { transform: translateX(365%); }
}

@media (max-width: 980px) {
  .tri-ink-destiny__form-pane,
  .tri-ink-destiny__result-pane {
    padding: 32px;
  }

  .tri-ink-destiny__elements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tri-ink-destiny__element.is-primary {
    grid-row: span 2;
  }

  .tri-ink-destiny__recommended-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .tri-ink-product-destiny__copy ul {
    grid-template-columns: 1fr;
  }

  .tri-ink-destiny__selected-artwork {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .tri-ink-destiny__selected-artwork img {
    width: 64px;
    height: 64px;
  }

  .tri-ink-destiny__selected-artwork > a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .tri-ink-destiny__chosen-result > header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tri-ink-destiny__chosen-result-body {
    grid-template-columns: 1fr;
  }

  .tri-ink-destiny__chosen-result-body > img {
    max-height: 320px;
  }

  .tri-ink-destiny {
    width: min(100% - 24px, 720px);
    margin-top: 24px;
  }

  .tri-ink-destiny__shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .tri-ink-destiny__form-pane {
    border-right: 0;
    border-bottom: 1px solid var(--tid-line);
  }

  .tri-ink-destiny__result-pane,
  .tri-ink-destiny__empty,
  .tri-ink-destiny__loading {
    min-height: 520px;
  }

  .tri-ink-destiny__recommendations-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .tri-ink-product-destiny {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    margin-bottom: 70px;
    padding: 18px;
  }

  .tri-ink-product-destiny__seal {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .tri-ink-product-destiny__copy h3 {
    font-size: 18px;
  }

  .tri-ink-product-destiny__mobile-action {
    position: fixed;
    z-index: 9000;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 12px 28px rgba(17, 25, 21, 0.24);
    color: #fff !important;
    background: #17201c;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none !important;
  }

  .tri-ink-destiny__selected-artwork {
    padding: 15px;
  }

  .tri-ink-destiny__selected-artwork h2 {
    font-size: 16px;
  }

  .tri-ink-destiny__chosen-result > header,
  .tri-ink-destiny__chosen-result-body > div {
    padding: 22px;
  }

  .tri-ink-destiny__chosen-result h3 {
    font-size: 21px;
  }

  .tri-ink-destiny__chosen-actions {
    display: grid;
  }

  .tri-ink-destiny {
    width: calc(100vw - 40px);
    max-width: none;
    margin-right: 0;
    margin-bottom: 52px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .tri-ink-destiny__header {
    min-height: 244px;
    align-items: flex-end;
    padding: 30px 24px;
  }

  .tri-ink-destiny__header::after {
    left: 24px;
  }

  .tri-ink-destiny__header h1 {
    font-size: 34px;
  }

  .tri-ink-destiny__header-copy > p:last-child {
    max-width: calc(100% - 58px);
    font-size: 13px;
  }

  .tri-ink-destiny__brand-seal {
    position: absolute;
    right: 22px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .tri-ink-destiny__brand-seal span {
    font-size: 23px;
  }

  .tri-ink-destiny__brand-seal small {
    display: none;
  }

  .tri-ink-destiny__journey > div {
    min-height: 52px;
    justify-content: center;
    padding: 10px 7px;
  }

  .tri-ink-destiny__journey span {
    display: none;
  }

  .tri-ink-destiny__form-pane,
  .tri-ink-destiny__result-pane {
    padding: 27px 19px;
  }

  .tri-ink-destiny__field-grid,
  .tri-ink-destiny__elements,
  .tri-ink-destiny__signals {
    grid-template-columns: minmax(0, 1fr);
  }

  .tri-ink-destiny__element.is-primary {
    grid-row: auto;
  }

  .tri-ink-destiny__location-search {
    grid-template-columns: minmax(0, 1fr);
  }

  .tri-ink-destiny__empty,
  .tri-ink-destiny__loading {
    min-height: 450px;
    padding: 10px 6px;
  }

  .tri-ink-destiny__empty h2,
  .tri-ink-destiny__result h2 {
    font-size: 26px;
  }

  .tri-ink-destiny__recommendations {
    margin-top: 34px;
    padding-top: 30px;
  }

  .tri-ink-destiny__recommendations-head h3 {
    font-size: 26px;
  }

  .tri-ink-destiny__recommendation-group-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .tri-ink-destiny__recommendation-group-head a {
    text-align: left;
  }

  .tri-ink-destiny__recommended-products {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 1px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .tri-ink-destiny__recommended-product {
    width: 78%;
    min-width: 78%;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tri-ink-destiny *,
  .tri-ink-destiny *::before,
  .tri-ink-destiny *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
