/* outputs/d3-canonical-legal-successor-20260914/questionnaire-message-dialogs.css */
@font-face {
  font-family: D3MessageSerif;
  src: url("./serif-POE2J7K6.woff2");
}
@font-face {
  font-family: D3MessageSans;
  src: url("./sans-JSNP7JN4.woff2");
}
.d3-message-overlay {
  position: fixed;
  inset: 0;
  background: #30292355;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 25px;
  color: #302923;
  font-family:
    D3MessageSans,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow: auto;
}
.d3-message-overlay * {
  box-sizing: border-box;
}
.d3-message-dialog {
  background: #F9F6F1;
  border: 1px solid #DFD4C7;
  border-radius: 22px;
  box-shadow: 0 18px 70px #21150820;
  width: 570px;
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin: 0;
  max-height: 100%;
  overflow: auto;
}
.d3-message-dialog > .eyebrow {
  display: block;
  color: #91682F;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.6px;
  margin: 0;
}
.d3-message-dialog .medallion {
  width: 64px;
  height: 64px;
  flex: none;
}
.d3-message-dialog h2 {
  font-family:
    D3MessageSerif,
    Georgia,
    serif;
  font-weight: 500;
  font-size: 31px;
  letter-spacing: -.35px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.d3-message-dialog button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
}
.d3-message-dialog button:focus-visible {
  outline: 2px solid #302923 !important;
  outline-offset: 4px;
}
.d3-message-dialog .primary {
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid #302923;
  border-radius: 28px;
  background:
    linear-gradient(
      120deg,
      #392F26,
      #28231F);
  color: #FFF;
  min-width: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 15px;
  box-shadow: 0 3px 6px #30292314;
  width: 100%;
  margin: 0;
}
.d3-message-dialog .secondary {
  min-height: 52px;
  border: 1px solid #BDA98F;
  border-radius: 28px;
  width: 100%;
  font-size: 15px;
  margin: 0;
}
@media (max-width: 1100px) {
  .d3-message-overlay {
    align-items: flex-end;
    padding: 0;
    font-size: 15px;
  }
  .d3-message-dialog {
    width: 100%;
    border-radius: 22px 22px 0 0;
    padding: 30px 24px 34px;
    gap: 17px;
  }
  .d3-message-dialog h2 {
    font-size: 29px;
    line-height: 1.22;
  }
  .d3-message-dialog > .eyebrow {
    font-size: 10px;
  }
  .d3-message-dialog .primary {
    min-width: 0;
    min-height: 53px;
    width: 100%;
    font-size: 14px;
    padding: 12px 22px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .d3-message-overlay {
    align-items: center;
  }
  .d3-message-dialog {
    border-radius: 22px;
    max-width: 570px;
  }
}
.d3-message-dialog.invalidation .medallion {
  width: 66px;
  height: 66px;
}
.d3-message-dialog.invalidation h2 {
  font-size: 33px;
}
@media (max-width: 1100px) {
  .d3-message-dialog.invalidation .medallion {
    width: 56px;
    height: 56px;
  }
  .d3-message-dialog.invalidation h2 {
    font-size: 30px;
  }
}

/* outputs/d3-canonical-legal-successor-20260914/save-failure.css */
@font-face {
  font-family: D3SaveSerif;
  src: url("./serif-POE2J7K6.woff2");
}
@font-face {
  font-family: D3SaveSans;
  src: url("./sans-JSNP7JN4.woff2");
}
.d3-save-overlay {
  position: fixed;
  inset: 0;
  background: #30292355;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 25px;
  color: #302923;
  font-family:
    D3SaveSans,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow: auto;
}
.d3-save-overlay * {
  box-sizing: border-box;
}
.d3-save-dialog {
  background: #F9F6F1;
  border: 1px solid #DFD4C7;
  border-radius: 22px;
  box-shadow: 0 18px 70px #21150820;
  width: 570px;
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin: 0;
  max-height: 100%;
  overflow: auto;
}
.d3-save-dialog > .eyebrow {
  display: block;
  color: #91682F;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.6px;
  margin: 0;
}
.d3-save-dialog .medallion {
  width: 64px;
  height: 64px;
  flex: none;
}
.d3-save-dialog h2 {
  font-family:
    D3SaveSerif,
    Georgia,
    serif;
  font-weight: 500;
  font-size: 31px;
  letter-spacing: -.35px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.d3-save-dialog button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
}
.d3-save-dialog button:focus-visible {
  outline: 2px solid #302923 !important;
  outline-offset: 4px;
}
.d3-save-dialog .primary {
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid #302923;
  border-radius: 28px;
  background:
    linear-gradient(
      120deg,
      #392F26,
      #28231F);
  color: #FFF;
  min-width: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 15px;
  box-shadow: 0 3px 6px #30292314;
  width: 100%;
  margin: 0;
}
.d3-save-dialog .secondary {
  min-height: 52px;
  border: 1px solid #BDA98F;
  border-radius: 28px;
  width: 100%;
  font-size: 15px;
  margin: 0;
}
@media (max-width: 1100px) {
  .d3-save-overlay {
    align-items: flex-end;
    padding: 0;
    font-size: 15px;
  }
  .d3-save-dialog {
    width: 100%;
    border-radius: 22px 22px 0 0;
    padding: 30px 24px 34px;
    gap: 17px;
  }
  .d3-save-dialog h2 {
    font-size: 29px;
    line-height: 1.22;
  }
  .d3-save-dialog > .eyebrow {
    font-size: 10px;
  }
  .d3-save-dialog .primary {
    min-width: 0;
    min-height: 53px;
    width: 100%;
    font-size: 14px;
    padding: 12px 22px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .d3-save-overlay {
    align-items: center;
  }
  .d3-save-dialog {
    border-radius: 22px;
    max-width: 570px;
  }
}

/* outputs/d2-beta-candidate-20260912/app/src/styleKeyCard.css */
@font-face {
  font-family: "Everform Cormorant";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/Cormorant-Garamond-Latin.woff2) format("woff2");
}
@font-face {
  font-family: "Everform Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/Manrope-Latin.woff2) format("woff2");
}
.ef-sk-card,
.ef-sk-card * {
  box-sizing: border-box;
}
.ef-sk-card {
  --sk-paper:#f7f2ee;
  --sk-formula:#f4ecdf;
  --context-panel-surface:#ebdfd3;
  --sk-context:var(--context-panel-surface);
  --sk-context-border:#e8ded5;
  --sk-ink:#332e2a;
  --sk-line:#d8ccbf;
  --sk-rose:#96765e;
  --sk-serif:"Everform Cormorant",Georgia,"Times New Roman",serif;
  --sk-sans:"Everform Manrope",Arial,sans-serif;
  width: 898px;
  max-width: 100%;
  height: 1752px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #d9cbbb;
  border-radius: 22px;
  background: var(--sk-paper);
  box-shadow: 0 3px 16px rgba(66, 52, 40, .06);
  color: var(--sk-ink);
}
.ef-sk-micro,
.ef-sk-insights h2,
.ef-sk-color h2,
.ef-sk-formulas h2 {
  margin: 0;
  font: 700 11px/1 var(--sk-sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ef-sk-hero {
  position: relative;
  height: 554px;
  overflow: hidden;
  border-bottom: 1px solid #d8cbbb;
  background: #f8f3ea;
}
.ef-sk-hero__brand,
.ef-sk-hero__lock {
  position: absolute;
  z-index: 4;
  top: 27px;
  font: 700 11px/1 var(--sk-sans);
  letter-spacing: .19em;
  text-transform: uppercase;
}
.ef-sk-hero__brand {
  left: 42px;
}
.ef-sk-hero__lock {
  right: 35px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #f8f1e6;
  text-shadow: 0 1px 4px rgba(20, 14, 10, .35);
}
.ef-sk-hero__copy {
  position: absolute;
  z-index: 3;
  inset: 74px auto auto 42px;
  width: 330px;
}
.ef-sk-hero__copy h1,
.ef-sk-hero__copy h2 {
  margin: 24px 0 18px;
  font: 500 66px/.87 var(--sk-serif);
  letter-spacing: -.035em;
}
.ef-sk-hero__recognition {
  max-width: 290px;
  margin: 0 0 18px;
  font: 600 14px/1.45 var(--sk-serif);
}
.ef-sk-hero__interpretation {
  max-width: 285px;
  margin: 0;
  font: 400 13px/1.55 var(--sk-serif);
}
.ef-sk-built-on {
  width: 220px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #ad8e71;
}
.ef-sk-built-on span {
  display: block;
  margin-bottom: 8px;
  font: 700 9px/1 var(--sk-sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ef-sk-built-on em {
  font: italic 18px/1.2 var(--sk-serif);
  color: #8c7059;
}
.ef-sk-hero__image {
  position: absolute;
  inset: 0 0 0 39%;
  width: 61%;
  height: 100%;
  object-fit: cover;
}
.ef-sk-hero:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 32%;
  width: 22%;
  background:
    linear-gradient(
      90deg,
      #f8f3ea 12%,
      rgba(248, 243, 234, .82) 40%,
      transparent);
}
.ef-sk-hero blockquote {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 44px;
  width: 230px;
  margin: 0;
  color: #fff;
  text-align: right;
  text-shadow: 0 2px 7px rgba(31, 20, 13, .7);
  font: italic 21px/1.3 var(--sk-serif);
}
.ef-sk-hero blockquote span {
  display: block;
  margin-top: 12px;
  font: normal 700 9px/1 var(--sk-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ef-sk-insights {
  height: 198px;
  padding: 26px 42px 22px;
  border-bottom: 1px solid #ddd1c4;
}
.ef-sk-insights > header,
.ef-sk-formulas > header {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.ef-sk-insights > header em,
.ef-sk-formulas > header em,
.ef-sk-color__system header em {
  font: italic 13px/1.2 var(--sk-serif);
  color: #8d705a;
}
.ef-sk-insight-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}
.ef-sk-insight-columns article {
  min-width: 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 13px;
  padding: 0 20px;
  border-right: 1px solid #ddd1c4;
}
.ef-sk-insight-columns article:first-child {
  padding-left: 0;
}
.ef-sk-insight-columns article:last-child {
  padding-right: 0;
  border-right: 0;
}
.ef-sk-round-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #9b775d;
  border-radius: 50%;
}
.ef-sk-round-icon img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.ef-sk-insight-columns h3 {
  margin: 1px 0 8px;
  font: 600 13px/1.2 var(--sk-serif);
}
.ef-sk-insight-columns p {
  margin: 0;
  font: 400 11px/1.55 var(--sk-serif);
}
.ef-sk-color {
  height: 454px;
  display: grid;
  grid-template-columns: 49% 51%;
  border-bottom: 1px solid #d8ccbf;
}
.ef-sk-color__story,
.ef-sk-color__system {
  padding: 24px 28px 26px 42px;
}
.ef-sk-color__story {
  border-right: 1px solid #d8ccbf;
}
.ef-sk-color__system {
  padding-left: 28px;
}
.ef-sk-color__system header em {
  display: block;
  margin-top: 8px;
}
.ef-sk-moodboard {
  --mb-row-1: 172;
  --mb-row-2: 115;
  --mb-row-3: 78;
  --mb-gap-weight: 3;
  --mb-gap: 3px;
  --mb-crop-row-3: var(--mb-row-2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 0.82fr);
  grid-template-rows: minmax(0, 172fr) minmax(0, 115fr) minmax(0, 78fr);
  gap: var(--mb-gap);
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin-top: 14px;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  container-type: size;
  --mb-unit: calc((100cqh - 2 * var(--mb-gap)) / 365);
  overflow: hidden;
}
.ef-sk-moodboard img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
  object-fit: cover;
}
.ef-sk-moodboard__approved-surfaces,
.ef-sk-moodboard__composite {
  grid-area: 1/1/4/4;
  width: 100%;
  height: 100%;
  display: block;
}
.ef-sk-moodboard__responsive-tiles {
  display: none;
}
.ef-sk-mb-1 {
  grid-column: 1;
  grid-row: 1;
}
.ef-sk-mb-2 {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.ef-sk-mb-3 {
  grid-column: 3;
  grid-row: 1;
}
.ef-sk-mb-4 {
  grid-column: 1;
  grid-row: 2;
}
.ef-sk-mb-5 {
  grid-column: 2;
  grid-row: 3;
}
.ef-sk-mb-6 {
  grid-column: 3;
  grid-row: 2 / span 2;
}
.ef-sk-mb-7 {
  grid-column: 1;
  grid-row: 3;
}
.ef-sk-moodboard[data-crop-mode=approved-bottom-row-top-clip] img.ef-sk-mb-5,
.ef-sk-moodboard[data-crop-mode=approved-bottom-row-top-clip] img.ef-sk-mb-7 {
  height: calc(var(--mb-crop-row-3) * var(--mb-unit));
  object-position: center top;
}
.ef-sk-moodboard[data-crop-mode=approved-bottom-row-top-clip] img.ef-sk-mb-6 {
  height: calc((var(--mb-row-2) * var(--mb-unit) + var(--mb-gap) + var(--mb-row-3) * var(--mb-unit)) * 1.474359);
  object-position: center top;
}
@container (width: 340px) {
  .ef-sk-moodboard[data-moodboard-source=register] .ef-sk-moodboard__approved-surfaces,
  .ef-sk-moodboard[data-moodboard-source=register] > .ef-sk-moodboard__composite {
    display: none;
  }
  .ef-sk-moodboard[data-moodboard-source=register] .ef-sk-moodboard__responsive-tiles {
    display: grid;
    grid-area: 1/1/4/4;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    overflow: hidden;
  }
}
.ef-sk-swatches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin-top: 18px;
}
.ef-sk-swatches article > span {
  display: block;
  height: 72px;
  border-radius: 5px;
  border: 1px solid rgba(57, 46, 39, .1);
}
.ef-sk-swatches h3 {
  margin: 9px 0 4px;
  font: 600 11px/1.15 var(--sk-serif);
}
.ef-sk-swatches small {
  display: block;
  min-height: 20px;
  font: 6px/1.2 var(--sk-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ef-sk-swatches p {
  margin: 5px 0 0;
  font: 400 8px/1.4 var(--sk-serif);
}
.ef-sk-swatches[data-count="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ef-sk-easy-combos {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #ddd1c4;
}
.ef-sk-easy-combos > h3 {
  margin: 0 0 13px;
  font: 700 9px/1 var(--sk-sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ef-sk-easy-combos > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.ef-sk-easy-combos article > p {
  min-height: 27px;
  margin: 0 0 8px;
  font: 400 9px/1.35 var(--sk-serif);
}
.ef-sk-combo-dots {
  display: flex;
  margin-bottom: 7px;
}
.ef-sk-combo-dots span {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(57, 46, 39, .1);
  border-radius: 50%;
  margin-right: 5px;
}
.ef-sk-easy-combos strong {
  display: block;
  font: 500 8px/1.35 var(--sk-serif);
}
.ef-sk-color--nostory {
  grid-template-columns: 1fr;
}
.ef-sk-color--nostory .ef-sk-color__system {
  padding-inline: 42px;
}
.ef-sk-formulas {
  height: 373px;
  padding: 22px 42px 19px;
  border-bottom: 1px solid #d7cabc;
}
.ef-sk-formula-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  height: 306px;
  margin-top: 14px;
}
.ef-sk-formula-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfd3c6;
  border-radius: 9px;
  background: var(--sk-formula);
}
.ef-sk-formula-title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 12px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.ef-sk-formula-title span {
  font: italic 28px/1 var(--sk-serif);
  color: #96765e;
}
.ef-sk-formula-title h3 {
  margin: 0;
  font: 600 12px/1.1 var(--sk-serif);
}
.ef-sk-composition {
  position: relative;
  height: 220px;
  overflow: hidden;
  margin: 0;
}
.ef-sk-composition img {
  position: absolute;
  display: block;
  object-fit: fill;
  filter: drop-shadow(0 2px 2px rgba(62, 47, 36, .08));
}
.ef-sk-optical-piece {
  position: absolute;
  aspect-ratio: 1;
  z-index: 1;
}
.ef-sk-optical-piece img {
  position: static;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}
.ef-sk-formula-copy {
  padding: 6px 15px 10px;
  border-top: 1px solid rgba(91, 71, 55, .08);
}
.ef-sk-formula-copy strong {
  display: block;
  margin: 0 0 2px;
  font: 700 8px/1 var(--sk-serif);
}
.ef-sk-formula-copy p {
  margin: 0 0 5px;
  font: 400 8px/1.3 var(--sk-serif);
}
.ef-sk-context {
  height: 108px;
  margin: 10px 42px 0;
  padding: 13px 18px;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--sk-context-border);
  border-radius: 13px;
  background: var(--sk-context);
}
.ef-sk-context-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #9a775d;
  border-radius: 50%;
}
.ef-sk-context-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.ef-sk-context h2 {
  margin: 3px 0 7px;
  font: 500 27px/.9 var(--sk-serif);
}
.ef-sk-context-also {
  margin: 0 0 6px;
  font: 700 7px/1 var(--sk-sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ef-sk-context-tags {
  display: flex;
  gap: 6px;
}
.ef-sk-context-tags span {
  padding: 4px 11px;
  border: 1px solid #bda58f;
  border-radius: 999px;
  font: 6px/1 var(--sk-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ef-sk-footer {
  height: 53px;
  padding: 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 500 8px/1 var(--sk-serif);
}
.ef-sk-footer > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ef-sk-footer strong,
.ef-sk-footer > div:first-child > span:not(:first-child) {
  padding-right: 12px;
  border-right: 1px solid #b8a694;
  font: 700 7px/1 var(--sk-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ef-sk-footer > div:first-child > span:nth-last-child(1) {
  border-right: 0;
}
.ef-sk-footer em {
  margin-left: 7px;
}
@media (max-width: 897px) {
  .ef-sk-card {
    height: auto;
    border-radius: 16px;
  }
  .ef-sk-hero {
    height: 720px;
  }
  .ef-sk-hero__image {
    inset: 330px 0 0;
    width: 100%;
    height: 390px;
  }
  .ef-sk-hero:after {
    display: none;
  }
  .ef-sk-hero__copy {
    inset: 78px 24px auto;
    width: auto;
  }
  .ef-sk-hero__brand {
    left: 24px;
  }
  .ef-sk-hero__lock {
    right: 22px;
    color: var(--sk-ink);
    text-shadow: none;
  }
  .ef-sk-hero blockquote {
    bottom: 28px;
  }
  .ef-sk-insights,
  .ef-sk-color,
  .ef-sk-formulas,
  .ef-sk-context,
  .ef-sk-footer {
    height: auto;
  }
  .ef-sk-insight-columns,
  .ef-sk-color,
  .ef-sk-formula-cards {
    grid-template-columns: 1fr;
  }
  .ef-sk-color__story {
    border-right: 0;
    border-bottom: 1px solid var(--sk-line);
  }
  .ef-sk-formula-cards {
    height: auto;
  }
  .ef-sk-formula-card {
    min-height: 350px;
  }
  .ef-sk-composition {
    height: 260px;
  }
  .ef-sk-context {
    margin-bottom: 10px;
  }
  .ef-sk-footer {
    min-height: 70px;
  }
}
@media (min-width: 621px) and (max-width: 897px) {
  .ef-sk-hero {
    height: auto;
    min-height: 720px;
  }
  .ef-sk-hero__copy {
    position: relative;
    inset: auto;
    padding: 78px 24px 28px;
  }
  .ef-sk-hero__image {
    position: relative;
    inset: auto;
    display: block;
  }
}
@media (max-width: 620px) {
  .ef-sk-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .ef-sk-hero {
    height: auto;
    min-height: 720px;
  }
  .ef-sk-hero__brand,
  .ef-sk-hero__lock {
    top: 24px;
  }
  .ef-sk-hero__brand {
    left: 24px;
  }
  .ef-sk-hero__lock {
    right: 22px;
    color: var(--sk-ink);
    text-shadow: none;
  }
  .ef-sk-hero__copy {
    position: relative;
    inset: auto;
    width: auto;
    padding: 78px 24px 28px;
  }
  .ef-sk-hero__copy h1,
  .ef-sk-hero__copy h2 {
    font-size: 59px;
  }
  .ef-sk-hero__recognition,
  .ef-sk-hero__interpretation {
    max-width: 100%;
  }
  .ef-sk-hero__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: 305px;
    display: block;
  }
  .ef-sk-hero:after {
    display: block;
    inset: auto 0 250px;
    width: 100%;
    height: 90px;
    background:
      linear-gradient(
        180deg,
        #f8f3ea,
        transparent);
  }
  .ef-sk-hero blockquote {
    right: 20px;
    bottom: 22px;
    width: 195px;
    font-size: 16px;
  }
  .ef-sk-insights {
    height: auto;
    padding: 32px 25px;
  }
  .ef-sk-insights > header,
  .ef-sk-formulas > header {
    display: block;
  }
  .ef-sk-insights > header em,
  .ef-sk-formulas > header em {
    display: block;
    margin-top: 8px;
  }
  .ef-sk-insight-columns {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
  .ef-sk-insight-columns article {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #ddd1c4;
  }
  .ef-sk-insight-columns article:last-child {
    border-bottom: 0;
  }
  .ef-sk-color {
    height: auto;
    grid-template-columns: 1fr;
  }
  .ef-sk-color__story,
  .ef-sk-color__system {
    padding: 30px 25px;
  }
  .ef-sk-color__story {
    border-right: 0;
    border-bottom: 1px solid #d8ccbf;
  }
  .ef-sk-swatches {
    gap: 6px;
  }
  .ef-sk-swatches article > span {
    height: 58px;
  }
  .ef-sk-swatches h3 {
    font-size: 9px;
  }
  .ef-sk-formulas {
    height: auto;
    padding: 32px 25px;
  }
  .ef-sk-formula-cards {
    height: auto;
    grid-template-columns: 1fr;
  }
  .ef-sk-formula-card {
    height: 350px;
    min-height: 350px;
  }
  .ef-sk-composition {
    height: 260px;
  }
  .ef-sk-formula-copy {
    height: 89px;
  }
  .ef-sk-formula-copy p {
    font-size: 10px;
  }
  .ef-sk-context {
    height: auto;
    margin: 12px 18px 0;
    grid-template-columns: 55px 1fr;
  }
  .ef-sk-context-icon {
    width: 50px;
    height: 50px;
  }
  .ef-sk-context h2 {
    font-size: 24px;
  }
  .ef-sk-context-tags {
    flex-wrap: wrap;
  }
  .ef-sk-footer {
    height: auto;
    min-height: 88px;
    padding: 18px 24px;
    display: grid;
    gap: 15px;
  }
  .ef-sk-footer > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 897px) {
  .ef-sk-insight-columns article {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #ddd1c4;
  }
  .ef-sk-insight-columns article:last-child {
    border-bottom: 0;
  }
  .ef-sk-formula-card {
    height: auto;
  }
  .ef-sk-formula-title {
    position: relative;
    top: auto;
    left: auto;
    margin: 16px 14px 8px;
  }
  .ef-sk-composition {
    width: 100%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 1;
    margin-inline: auto;
  }
  .ef-sk-formula-copy {
    height: auto;
    min-height: 89px;
  }
}

/* outputs/d2-beta-candidate-20260912/app/src/styleKeyReveal.css */
.ef-rv {
  --rv-canvas: #F1EAE3;
  --rv-ink: #1C1A17;
  --rv-body: #4A443D;
  --rv-muted: #7A7166;
  --rv-rule: #DCD3C8;
  --rv-brass: #9B7951;
  --rv-panel: #FBF7F3;
  --rv-name-surface: #ECE2D6;
  --rv-edit-surface: #E7D8CC;
  --rv-serif:
    "Everform Cormorant",
    Georgia,
    "Times New Roman",
    serif;
  --rv-sans:
    "Everform Manrope",
    Arial,
    sans-serif;
  --rv-bar: 0px;
  background: var(--rv-canvas);
  color: var(--rv-ink);
  font-family: var(--rv-sans);
  min-height: 100vh;
  padding-bottom: calc(var(--rv-bar) + env(safe-area-inset-bottom, 0px));
}
.ef-rv,
.ef-rv * {
  box-sizing: border-box;
}
.ef-sk-export-root,
.ef-sk-export-shell {
  width: 898px;
  height: 1752px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #F7F2EE;
}
@page {
  size: 898px 1752px;
  margin: 0;
}
@media print {
  html,
  body,
  #root {
    width: 898px;
    height: 1752px;
    margin: 0;
    padding: 0;
  }
  .ef-sk-export-root,
  .ef-sk-export-shell {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
.ef-rv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--rv-rule);
}
.ef-rv-wordmark {
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--rv-ink);
  text-decoration: none;
  font-weight: 600;
}
.ef-rv-nav ol {
  display: flex;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rv-muted);
}
.ef-rv-nav li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ef-rv-step--done {
  color: var(--rv-brass);
}
.ef-rv-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 8%;
  align-items: end;
  width: min(1360px, calc(100% - 48px));
  padding: 68px 0 52px;
  margin-inline: auto;
}
.ef-rv-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rv-brass);
}
.ef-rv-intro h1 {
  font-family: var(--rv-serif);
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.035em;
  margin: 20px 0 0;
  max-width: 760px;
}
.ef-rv-lede {
  font-family: var(--rv-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--rv-body);
  margin: 22px 0 0;
  max-width: 680px;
}
.ef-rv-nameblock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 158px;
  padding: 25px 27px;
  border: 1px solid #d7cbbf;
  border-radius: 18px;
  background: var(--rv-name-surface);
}
.ef-rv-nameblock > span {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rv-muted);
}
.ef-rv-nameblock strong {
  font-family: var(--rv-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}
.ef-rv-rename-cta,
.ef-rv-textbutton {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 6px 0;
  font: inherit;
  font-size: 12px;
  color: var(--rv-brass);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
}
.ef-rv-rename {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ef-rv-rename label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rv-muted);
}
.ef-rv-rename input {
  font-family: var(--rv-serif);
  font-size: 24px;
  padding: 10px 12px;
  min-height: 44px;
  border: 1px solid var(--rv-rule);
  border-radius: 3px;
  background: #fff;
  color: var(--rv-ink);
  width: 100%;
  outline: none;
}
.ef-rv-rename input:focus {
  border-color: #80685b;
  box-shadow: 0 0 0 3px rgba(128, 104, 91, .1);
}
.ef-rv-rename-cta:focus-visible,
.ef-rv-textbutton:focus-visible,
.ef-rv-options button:focus-visible,
.ef-rv-reasons button:focus-visible,
.ef-rv-submit:focus-visible {
  outline: 2px solid #866b5c;
  outline-offset: 3px;
}
.ef-rv-rename div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ef-rv-rename button:first-child {
  font: inherit;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--rv-ink);
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0 18px;
  min-height: 44px;
}
.ef-rv-error {
  margin: 0;
  font-size: 12px;
  color: #8A3A2E;
}
.ef-rv-layout {
  display: grid;
  grid-template-columns: minmax(0, 930px) minmax(280px, 340px);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
  width: min(1360px, calc(100% - 48px));
  padding: 0 0 72px;
  margin-inline: auto;
}
.ef-rv-stage {
  min-width: 0;
}
.ef-rv-stage .ef-sk-card {
  width: 100%;
}
.ef-rv-stage-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rv-muted);
}
.ef-rv-next {
  position: sticky;
  top: 28px;
  margin-top: 24px;
  background: var(--rv-edit-surface);
  border: 1px solid #d3c4b7;
  border-radius: 22px;
  padding: 34px 30px 28px;
  box-shadow: 0 20px 50px rgba(66, 49, 39, .08);
}
.ef-rv-next-label,
.ef-rv-utility-label {
  margin: 0;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rv-muted);
}
.ef-rv-orbit {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--rv-rule);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 16px;
  font-family: var(--rv-serif);
  font-style: italic;
  font-size: 19px;
  color: var(--rv-brass);
}
.ef-rv-next h2 {
  font-family: var(--rv-serif);
  font-size: 49px;
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.03em;
  margin: 0 0 13px;
}
.ef-rv-next p {
  font-family: var(--rv-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--rv-body);
  margin: 0 0 24px;
}
.ef-rv-divider {
  height: 1px;
  background: var(--rv-rule);
  margin: 24px 0 18px;
}
.ef-rv-panel-note {
  font-size: 11px;
  line-height: 1.55;
  color: var(--rv-muted);
  margin: 18px 0 0;
}
.ef-rv-utility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0 18px;
}
.ef-rv-utility button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--rv-rule);
  border-radius: 3px;
  color: var(--rv-ink);
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.ef-rv-utility button span {
  display: flex;
  flex-direction: column;
}
.ef-rv-utility strong {
  font-size: 13px;
  font-weight: 600;
}
.ef-rv-utility small {
  font-size: 11px;
  color: var(--rv-muted);
}
.ef-rv-utility button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}
.ef-rv-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 0 22px;
  background: var(--rv-ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.ef-rv-cta[disabled] {
  background: #B9AFA4;
  cursor: default;
}
.ef-rv-cta--light {
  width: auto;
  min-width: 240px;
  background: #fff;
  color: var(--rv-ink);
  border: 1px solid var(--rv-ink);
}
.ef-rv-cta--light[disabled] {
  background: #EDE6DE;
  border-color: var(--rv-rule);
  color: var(--rv-muted);
}
.ef-rv-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #d4c7bb;
  border-radius: 24px;
  overflow: hidden;
  width: min(1360px, calc(100% - 48px));
  margin: 72px auto 0;
  background: #f8f3eb;
}
.ef-rv-feedback {
  min-height: 380px;
  padding: 58px clamp(34px, 5vw, 78px);
  border-right: 1px solid var(--rv-rule);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ef-rv-feedback h2,
.ef-rv-finale h2 {
  font-family: var(--rv-serif);
  font-weight: 400;
  margin: 16px 0 12px;
}
.ef-rv-feedback h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: .95;
  letter-spacing: -.03em;
}
.ef-rv-feedback p,
.ef-rv-finale p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--rv-body);
  margin: 0;
  max-width: 46ch;
}
.ef-rv-options,
.ef-rv-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.ef-rv-options button,
.ef-rv-reasons button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid var(--rv-rule);
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  color: var(--rv-body);
  cursor: pointer;
}
.ef-rv-options button:disabled {
  background: #f1ebe5;
  border-color: #ded3ca;
  color: var(--rv-muted);
  cursor: not-allowed;
  opacity: .58;
}
.ef-rv-selected {
  border-color: var(--rv-ink) !important;
  border-width: 1.5px !important;
  color: var(--rv-ink) !important;
  background: #FBF7F3 !important;
}
.ef-rv-thanks {
  margin-top: 20px !important;
  font-family: var(--rv-serif);
  font-style: italic;
  color: var(--rv-brass) !important;
}
.ef-rv-followup {
  margin-top: 30px;
}
.ef-rv-followup-rule {
  height: 1px;
  background: var(--rv-rule);
  margin-bottom: 26px;
}
.ef-rv-followup h3 {
  font-family: var(--rv-serif);
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 8px;
}
.ef-rv-followup label {
  display: block;
  margin-top: 26px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rv-muted);
}
.ef-rv-followup label span {
  color: var(--rv-brass);
}
.ef-rv-followup textarea {
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  border: 1px solid var(--rv-rule);
  border-radius: 3px;
  background: #fff;
  color: var(--rv-ink);
  resize: vertical;
}
.ef-rv-submit {
  margin-top: 16px;
  min-height: 44px;
  padding: 0 22px;
  font: inherit;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--rv-ink);
  color: #fff;
  border: 0;
  border-radius: 3px;
}
.ef-rv-finale {
  min-height: 380px;
  padding: 58px clamp(34px, 5vw, 78px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--rv-ink);
  color: #f4ece1;
}
.ef-rv-finale h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: .95;
  letter-spacing: -.03em;
}
.ef-rv-finale h2 em {
  font-style: italic;
  color: #d5a39b;
}
.ef-rv-finale p {
  color: #c6b9ad;
}
.ef-rv-finale .ef-rv-cta {
  margin-top: 26px;
}
.ef-rv-mobilebar {
  display: none;
}
.ef-rv-toast-region {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 30;
}
.ef-rv-toast {
  background: var(--rv-ink);
  color: #fff;
  font-size: 13px;
  padding: 12px 20px;
  border-radius: 999px;
}
@media (max-width: 1180px) {
  .ef-rv-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .ef-rv-next {
    position: static;
    max-width: 898px;
    margin-inline: auto;
    width: 100%;
  }
}
@media (min-width: 961px) {
  .ef-rv-intro {
    padding-bottom: 0;
  }
  .ef-rv-intro > div:first-child {
    padding-bottom: 52px;
  }
}
@media (min-width: 1201px) {
  .ef-rv-intro {
    grid-template-columns: minmax(0, 930px) minmax(280px, 340px);
    gap: clamp(30px, 4vw, 64px);
  }
}
@media (max-width: 960px) {
  .ef-rv-intro {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
    padding: 48px 24px 32px;
  }
  .ef-rv-intro h1 {
    font-size: 42px;
  }
  .ef-rv-nameblock {
    border-left: 0;
    border-top: 1px solid var(--rv-rule);
    padding: 20px 0 0;
  }
  .ef-rv-after {
    grid-template-columns: 1fr;
  }
  .ef-rv-feedback {
    border-right: 0;
    border-bottom: 1px solid var(--rv-rule);
  }
  .ef-rv-nav {
    padding: 18px 24px;
  }
  .ef-rv-layout {
    padding: 8px 24px 56px;
  }
  .ef-rv-feedback,
  .ef-rv-finale {
    padding: 42px 24px 46px;
  }
  .ef-rv-finale h2 {
    font-size: 32px;
  }
  .ef-rv {
    --rv-bar: 74px;
  }
  .ef-rv-mobilebar {
    display: flex;
    align-items: center;
    gap: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: var(--rv-panel);
    border-top: 1px solid var(--rv-rule);
  }
  .ef-rv-mobilebar > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
  }
  .ef-rv-mobilebar small {
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--rv-muted);
  }
  .ef-rv-mobilebar strong {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ef-rv-mobilebar .ef-rv-cta {
    width: auto;
    flex: 0 0 auto;
  }
  .ef-rv-toast-region {
    bottom: calc(var(--rv-bar) + 16px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 389px) {
  .ef-rv-nav,
  .ef-rv-intro,
  .ef-rv-layout,
  .ef-rv-feedback,
  .ef-rv-finale {
    padding-inline: 16px;
  }
  .ef-rv-intro h1 {
    font-size: 34px;
  }
}
@media (max-width: 780px) {
  .ef-rv {
    --rv-bar:100px;
    --rv-ink:#332e2a;
    --rv-body:#655d56;
    --rv-muted:#796d63;
    padding-bottom: 100px;
    background: #f3eee6;
  }
  .ef-rv-nav {
    min-height: 58px;
    padding: 0 18px;
  }
  .ef-rv-nav ol {
    gap: 10px;
  }
  .ef-rv-nav ol li:first-child {
    display: none;
  }
  .ef-rv-intro {
    width: calc(100% - 30px);
    padding: 42px 0 34px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ef-rv-intro h1 {
    max-width: 330px;
    font-size: 50px;
    line-height: .96;
  }
  .ef-rv-nameblock {
    display: block;
    min-height: 0;
    padding: 25px 27px;
    border: 1px solid #d7cbbf;
    border-radius: 18px;
    background: var(--rv-name-surface);
  }
  .ef-rv-nameblock > span {
    display: block;
    margin-bottom: 12px;
    color: #796d63;
    font-family: var(--rv-sans);
    font-size: 8px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: .16em;
  }
  .ef-rv-nameblock strong {
    display: block;
    margin-bottom: 13px;
    font-family: var(--rv-serif);
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }
  .ef-rv-rename-cta {
    min-height: 0;
    padding: 0;
    color: #705c51;
    font-family: var(--rv-sans);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ef-rv-layout {
    width: 100%;
    padding: 0;
    display: block;
  }
  .ef-rv-stage-label {
    padding: 0 18px 10px;
  }
  .ef-rv-stage .ef-sk-card {
    width: calc(100% - 12px);
    border-radius: 13px;
  }
  .ef-rv-next {
    position: relative;
    top: auto;
    width: calc(100% - 30px);
    margin: 28px auto 0;
    padding: 27px 22px 23px;
  }
  .ef-rv-orbit {
    width: 52px;
    height: 52px;
    margin: 24px 0 18px;
  }
  .ef-rv-next h2 {
    font-size: 42px;
    margin-bottom: 13px;
  }
  .ef-rv-next > p:not([class]) {
    margin-bottom: 24px;
  }
  .ef-rv-next > .ef-rv-next-label,
  .ef-rv-next > .ef-rv-utility-label {
    margin: 0;
    color: #7d685c;
    font-family: var(--rv-sans);
    font-size: 8px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: .19em;
    text-transform: uppercase;
  }
  .ef-rv-divider {
    margin: 27px 0 22px;
  }
  .ef-rv-utility {
    margin: 12px 0 18px;
    gap: 8px;
  }
  .ef-rv-utility button {
    min-height: 0;
    padding: 13px 11px;
    border-radius: 11px;
    background: rgba(250, 246, 239, .48);
  }
  .ef-rv-next > .ef-rv-panel-note {
    margin: 0;
    color: #786e66;
    font-family: var(--rv-sans);
    font-size: 8px;
    line-height: 1.5;
  }
  .ef-rv-utility {
    grid-template-columns: 1fr 1fr;
  }
  .ef-rv-after {
    width: calc(100% - 30px);
    margin-top: 35px;
    grid-template-columns: 1fr;
  }
  .ef-rv-feedback,
  .ef-rv-finale {
    min-height: 340px;
    padding: 45px 28px;
  }
  .ef-rv-feedback {
    border-right: 0;
    border-bottom: 1px solid var(--rv-rule);
  }
  .ef-rv-mobilebar {
    position: fixed;
    z-index: 50;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 10px 10px 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(51, 46, 42, .96);
    color: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .ef-rv-mobilebar small,
  .ef-rv-mobilebar strong {
    display: block;
  }
  .ef-rv-mobilebar small {
    margin-bottom: 2px;
    color: #c7b7aa;
    font-size: 7px;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .ef-rv-mobilebar strong {
    font: 500 15px var(--rv-serif);
  }
  .ef-rv-mobilebar .ef-rv-cta {
    min-height: 39px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #f3e9dc;
    color: var(--rv-ink);
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 8px;
    font-weight: 750;
    text-transform: uppercase;
  }
  .ef-rv-feedback .ef-rv-kicker {
    margin: 0 0 18px;
    color: #8d6c5e;
    font-family: var(--rv-sans);
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .ef-rv-feedback h2 {
    margin: 0 0 14px;
    color: #332e2a;
    font-family: var(--rv-serif);
    font-size: 40px;
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.03em;
  }
  .ef-rv-feedback > p:not(.ef-rv-kicker):not(.ef-rv-thanks) {
    max-width: 500px;
    margin: 0 0 24px;
    color: #655d56;
    font-family: var(--rv-serif);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
  }
  .ef-rv-options {
    gap: 8px;
    margin-top: 0;
  }
  .ef-rv-options button {
    min-height: 39px;
    padding: 0 15px;
    border-color: #bba99b;
    background: transparent;
    color: #332e2a;
    font-family: var(--rv-sans);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }
  .ef-rv-followup {
    margin-top: 24px;
  }
  .ef-rv-followup-rule {
    margin-bottom: 22px;
    background: rgba(51, 46, 42, .14);
  }
  .ef-rv-followup h3 {
    margin: 0 0 5px;
    color: #332e2a;
    font-family: var(--rv-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
  }
  .ef-rv-followup > p:not(.ef-rv-thanks) {
    margin: 0 0 13px;
    color: #72685f;
    font-family: var(--rv-sans);
    font-size: 9px;
    line-height: 1.4;
  }
  .ef-rv-reasons {
    gap: 7px;
    margin: 0 0 18px;
  }
  .ef-rv-reasons button {
    min-height: 34px;
    padding: 0 11px;
    border-color: #c4b3a5;
    background: transparent;
    color: #332e2a;
    font-family: var(--rv-sans);
    font-size: 8px;
    line-height: 1.2;
  }
  .ef-rv-followup label {
    margin: 0 0 7px;
    color: #332e2a;
    font-family: var(--rv-sans);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }
  .ef-rv-followup label span {
    margin-left: 5px;
    color: #91847a;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .ef-rv-followup textarea {
    margin-top: 0;
    padding: 11px 12px;
    border-color: #c7b7aa;
    border-radius: 10px;
    background: #fcf8f2;
    color: #332e2a;
    font-family: var(--rv-sans);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }
  .ef-rv-submit {
    min-height: 38px;
    margin-top: 10px;
    padding: 0 15px;
    border-radius: 999px;
    font-family: var(--rv-sans);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .07em;
  }
  .ef-rv-finale {
    background: #332e2a;
    color: #f4ece1;
  }
  .ef-rv-finale .ef-rv-kicker {
    color: #c7a897;
  }
  .ef-rv-finale h2 em {
    color: #d5a39b;
  }
  .ef-rv-finale p {
    color: #c6b9ad;
    font-family: var(--rv-serif);
    font-size: 15px;
    line-height: 1.55;
  }
  .ef-rv-finale .ef-rv-cta--light {
    width: max-content;
    min-width: 190px;
    min-height: 48px;
    border-color: #f3e9dc;
    border-radius: 999px;
    background: #f3e9dc;
    color: #332e2a;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ef-rv *,
  .ef-rv *::before,
  .ef-rv *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .ef-rv-nav,
  .ef-rv-intro,
  .ef-rv-next,
  .ef-rv-after,
  .ef-rv-mobilebar,
  .ef-rv-toast-region,
  .ef-rv-stage-label {
    display: none !important;
  }
  .ef-rv {
    padding: 0;
    background: #fff;
  }
  .ef-rv-layout {
    display: block;
    padding: 0;
    max-width: none;
  }
}

/* outputs/d3-canonical-legal-successor-20260914/web/existing-edit-flow.css */
@font-face {
  font-family: ExistingInter;
  src: url("./Inter-VJDF6PYO.woff2");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: ExistingFraunces;
  src: url("./Fraunces-SHMFZALC.woff2");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: ExistingFraunces;
  src: url("./Fraunces-Italic-GLFIQSDN.woff2");
  font-weight: 100 900;
  font-style: italic;
}
.existing-edit-flow {
  --bg:#F6F2EE;
  --card:#FFF;
  --border:#E4DDD4;
  --text:#1A1714;
  --muted:#6E655C;
  --faint:#9C948C;
  --accent:#7C3F58;
  --acl:#F2E4EC;
  --gold:#A07828;
  --gld:#F8EDD4;
  --sage:#3E6852;
  --sgl:#D8F0E4;
  --hold:#7A5010;
  --hdl:#F8EDD0;
  --plum:#2B1F2E;
  color: var(--text);
  font-size: 14px;
}
.existing-edit-flow * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.existing-edit-flow .btn {
  padding: 10px 18px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: .15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.existing-edit-flow .btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.existing-edit-flow .btn-primary {
  background: var(--accent);
  color: #fff;
}
.existing-edit-flow .btn-primary:hover:not(:disabled) {
  background: #6A3048;
}
.existing-edit-flow .btn-ghost {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
}
.existing-edit-flow .btn-ghost:hover:not(:disabled) {
  background: var(--acl);
}
.existing-edit-flow .btn-sm {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 5px;
}
.existing-edit-flow .card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.existing-edit-flow input,
.existing-edit-flow textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: var(--card);
  color: var(--text);
  outline: none;
  resize: vertical;
}
.existing-edit-flow input:focus,
.existing-edit-flow textarea:focus {
  border-color: var(--accent);
}
.existing-edit-flow .chip {
  padding: 7px 15px;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  background: var(--card);
  color: var(--muted);
  transition: .12s;
  user-select: none;
  white-space: nowrap;
}
.existing-edit-flow .chip:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.existing-edit-flow .chip.on {
  border-color: var(--accent);
  background: var(--acl);
  color: var(--accent);
  font-weight: 600;
}
.existing-edit-flow .divider {
  height: 1px;
  background: var(--border);
  margin: 20px 0;
}
.existing-edit-flow button:focus-visible,
.existing-edit-flow textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.existing-edit-flow fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.existing-edit-flow {
  font-family:
    ExistingInter,
    system-ui,
    sans-serif;
  background: var(--bg);
}
.existing-edit-flow .serif {
  font-family:
    ExistingFraunces,
    Georgia,
    serif;
}
.existing-edit-flow button {
  font-family: inherit;
}

/* outputs/d3-canonical-legal-successor-20260914/web/app.css */
@font-face {
  font-family: EverSans;
  src: url(/design/sans.woff2);
}
@font-face {
  font-family: EverSerif;
  src: url(/design/serif.woff2);
}
:root {
  --paper:#f7f4ee;
  --text:#302923;
  --muted:#736b61;
  --faint:#746d65;
  --plum:#493540;
  --border:#ded8ce;
  --gold:#a67c40;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family:
    EverSans,
    Arial,
    sans-serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background: none;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 12px 16px;
  min-height: 44px;
}
button:disabled {
  opacity: .55;
  cursor: default;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid #493540;
  outline-offset: 4px;
}
h1,
h2,
h3,
.serif {
  font-family:
    EverSerif,
    Georgia,
    serif;
  font-weight: 500;
}
h1 {
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: -1px;
}
h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 22px;
}
p {
  color: var(--muted);
  line-height: 1.7;
}
.preview {
  padding: 8px;
  text-align: center;
  font-size: 12px;
  background: #eae3d8;
}
.top {
  height: 90px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.wordmark {
  font-weight: 750;
  font-size: 18px;
  letter-spacing: 4px;
}
.wordmark span {
  color: var(--gold);
}
nav {
  display: flex;
  gap: 12px;
  font-size: 12px;
}
.progress-wrap {
  max-width: 1120px;
  margin: 26px auto;
  padding: 0 24px;
}
.progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.progress {
  display: flex;
  gap: 7px;
  margin-top: 10px;
}
.progress span {
  height: 3px;
  background: var(--border);
  flex: 1;
}
.progress .active {
  background: var(--gold);
}
.form {
  max-width: 900px;
  margin: 60px auto 140px;
  padding: 0 26px;
}
.form.wide {
  max-width: 1190px;
}
.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 32px;
}
.question {
  margin-bottom: 52px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 20px;
}
.choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 24px;
}
.choice {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--border);
  background: #fbfaf7;
  padding: 16px 18px;
  line-height: 1.4;
}
.selected,
.choice.selected {
  border: 2px solid #806c4f;
  background: #eee8dc;
}
.swatch {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #7775;
  flex-shrink: 0;
}
input:not([type=checkbox]),
textarea,
select {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 1px solid #b8b0a4;
  padding: 14px;
  background: #fbfaf7;
  border-radius: 5px;
  color: var(--text);
  margin-top: 10px;
}
textarea {
  resize: vertical;
  line-height: 1.65;
}
label {
  display: block;
  font-size: 15px;
  margin: 16px 0;
}
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
fieldset {
  border: 0;
  margin: 20px 0;
  padding: 0;
  min-width: 0;
}
legend {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.check {
  display: flex;
  gap: 10px;
  align-items: center;
}
.check input {
  width: 20px;
  height: 20px;
}
.metals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.metals .choices {
  grid-template-columns: 1fr;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  margin-bottom: 24px;
}
.image-grid button {
  padding: 3px;
  background: #eee8de;
  overflow: hidden;
}
.image-grid img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.primary,
.btn {
  background: #302923;
  color: #fff;
  border: 1px solid #302923;
  padding: 15px 26px;
  border-radius: 4px;
}
.actionbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 6%;
  background: #f7f4eef5;
  border-top: 1px solid var(--border);
  z-index: 10;
}
.actionbar span {
  font-size: 13px;
  color: var(--muted);
}
.entry {
  max-width: 760px;
  margin: 80px auto;
  padding: 0 28px;
}
.entry p {
  max-width: 600px;
}
.entry .choices {
  margin-top: 40px;
}
.notice {
  max-width: 860px;
  margin: 24px auto;
  padding: 20px;
  background: #eee4d7;
  border-left: 3px solid #806c4f;
}
.notice a {
  color: inherit;
}
.needs-review {
  border-left: 3px solid #806c4f;
  padding-left: 16px;
}
.local-controls {
  text-align: center;
  margin: 24px;
}
.account {
  max-width: 880px;
  margin: 30px auto 130px;
  padding: 20px;
  border-top: 1px solid var(--border);
}
summary {
  cursor: pointer;
  line-height: 1.6;
}
.card {
  background: #fbfaf7;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
}
.skip {
  padding-left: 0;
  text-decoration: underline;
}
.btn-ghost {
  background: transparent;
  color: var(--text);
}
@media (max-width: 700px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 27px;
  }
  .top {
    height: 76px;
    padding: 0 18px;
  }
  nav {
    gap: 0;
  }
  nav button {
    padding: 8px;
    font-size: 11px;
  }
  .form {
    margin-top: 36px;
    padding: 0 20px;
  }
  .choices {
    grid-template-columns: 1fr;
  }
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }
  .metals {
    grid-template-columns: 1fr 1fr;
  }
  .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .actionbar {
    padding: 12px 14px;
    gap: 7px;
  }
  .actionbar span {
    font-size: 11px;
    max-width: 110px;
  }
  .actionbar button {
    padding: 12px;
  }
  .entry {
    margin: 45px auto;
  }
  .notice {
    margin: 20px;
  }
  .progress-wrap {
    padding: 0 20px;
  }
  .account {
    margin-bottom: 110px;
  }
  .question {
    margin-bottom: 36px;
  }
  .preview {
    font-size: 10px;
  }
  .metals .choice {
    font-size: 13px;
    padding: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
.introduction {
  max-width: 900px;
  display: block;
}
.introduction .intro {
  margin-bottom: 48px;
}
.introduction .intro h1 {
  margin: 8px 0 20px;
}
.introduction .intro .eyebrow {
  margin-bottom: 18px;
}
.introduction .question {
  border: 0;
}
.introduction h2 {
  font-size: 27px;
}
.introduction textarea {
  margin-top: 22px;
}
@media (max-width: 700px) {
  .introduction {
    display: block;
  }
  .introduction .intro {
    margin-bottom: 38px;
  }
}
.guidance {
  font-size: 16px;
  margin: 0 0 16px;
  color: var(--text);
}
.selection-count {
  font-size: 14px;
  margin: 0 0 16px;
}
.selection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 18px 0;
  padding: 14px 0;
}
.selection-toolbar p {
  margin: 0;
}
.selection-toolbar strong {
  color: #6b2945;
  font-size: 16px;
}
.choice:disabled {
  opacity: .55;
  border-style: dashed;
}
.question.needs-review {
  border: 2px solid #ab302b;
  border-left: 6px solid #ab302b;
  background: #fff7f5;
  padding: 22px;
  border-radius: 7px;
}
.field-error {
  color: #9b2521;
  font-weight: 600;
  margin: 0 0 20px;
}
.field-error::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: #9b2521;
  color: white;
  border-radius: 50%;
  margin-right: 9px;
}
.skip-status {
  color: #365b46;
  background: #eaf1e9;
  padding: 12px 16px;
  border-radius: 5px;
  font-weight: 600;
}
.image-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.image-grid button {
  position: relative;
  border: 4px solid transparent;
  padding: 0;
  border-radius: 10px;
}
.image-grid button.selected {
  border: 4px solid #732b48;
  box-shadow: 0 0 0 3px #732b4830;
}
.image-grid img {
  object-fit: contain;
}
.heart-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fffdf8;
  box-shadow: 0 2px 9px #0003;
  color: #732b48;
  font-size: 33px;
  line-height: 1;
}
.selected .heart-badge {
  background: #732b48;
  color: white;
}
.liked-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #732b48;
  color: white;
  padding: 8px 13px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}
.skin-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}
.skin-square {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  min-height: 120px;
  border: 3px solid #fff9;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #887a6740;
}
.skin-square.selected {
  outline: 3px solid #493540;
  outline-offset: 3px;
  border-color: white;
}
.swatch-check {
  position: absolute;
  bottom: 9px;
  right: 9px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #493540;
  color: white;
  font-size: 23px;
}
.metal-reference {
  width: 100%;
  height: 100px;
  border-radius: 7px;
  background:
    linear-gradient(
      125deg,
      #fff 0%,
      var(--metal-color) 25%,
      #fff9 44%,
      var(--metal-color) 63%,
      #51463b 100%);
  border: 1px solid #a99b8960;
  margin-top: 8px;
}
.color-progress progress {
  width: 100%;
  height: 12px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  accent-color: #6b7052;
  background: #e2ddcf;
}
.color-progress progress::-webkit-progress-bar {
  background: #e2ddcf;
  border-radius: 6px;
}
.color-progress progress::-webkit-progress-value {
  background: #6b7052;
  border-radius: 6px;
}
.color-progress .guidance {
  font-size: 14px;
  margin-top: 12px;
  color: var(--muted);
}
@media (max-width: 700px) {
  .skin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .skin-square {
    min-height: 140px;
  }
  .image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .heart-badge {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    font-size: 29px;
  }
  .selection-toolbar {
    gap: 8px;
  }
  .question.needs-review {
    padding: 16px;
  }
  .metals {
    grid-template-columns: 1fr 1fr;
  }
  .metal-reference {
    height: 90px;
  }
}
@media (max-width: 440px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
  .image-grid img {
    max-height: 520px;
  }
  .heart-badge {
    width: 48px;
    height: 48px;
    font-size: 33px;
  }
}

/* outputs/d3-canonical-legal-successor-20260914/web/prekey.css */
.prekey {
  --panel:#faf7f1;
  --accent:#967036;
  min-height: 100vh;
  isolation: isolate;
}
.prekey .top {
  height: 92px;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0 4%;
}
.prekey .wordmark {
  font-family:
    EverSerif,
    Georgia,
    serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 5px;
}
.prekey .wordmark > span {
  display: none;
}
.prekey .top nav {
  background: var(--panel);
  border-radius: 4px;
}
.editorial-backdrop {
  position: fixed;
  inset: 0;
  background-position: center;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
}
.prekey:has(.editorial-backdrop):not(.page-K1) .wordmark {
  color: #fff;
}
.prekey .question-shell {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 124px;
  background: var(--panel);
  border: 1px solid #b59259;
  border-radius: 14px;
}
.prekey .progress-wrap {
  position: sticky;
  top: 0;
  margin: 0;
  padding: 18px 46px 24px;
  background: var(--panel);
  border-radius: 14px 14px 0 0;
  z-index: 4;
}
.prekey .progress-top {
  letter-spacing: .06em;
}
.prekey .form {
  max-width: none;
  margin: 26px 0 0;
  padding: 0 80px 24px;
}
.prekey .form .eyebrow {
  margin: 0 0 25px;
}
.prekey .question {
  scroll-margin-top: 130px;
  margin-bottom: 34px;
  padding-bottom: 34px;
}
.prekey .question:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.prekey h2 {
  font-size: 30px;
  line-height: 1.26;
  margin-bottom: 21px;
}
.prekey .question-support {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.prekey .choices {
  gap: 10px;
  margin: 16px 0 22px;
}
.prekey .choice {
  position: relative;
  justify-content: space-between;
  min-height: 54px;
  padding: 14px 18px;
  background: #fcfaf7;
  border-color: #d8d0c5;
}
.prekey .choice.selected {
  border: 1px solid var(--accent);
  background: #f0e9dd;
  box-shadow: 0 0 0 1px var(--accent);
}
.prekey .choice:hover:not(:disabled) {
  border-color: var(--accent);
}
.choice-label {
  flex: 1;
}
.choice-check {
  display: none;
}
.prekey .choice-check {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: white;
}
.prekey .selected > .choice-check {
  background: var(--accent);
}
.prekey .choice:disabled {
  opacity: .7;
  border-style: solid;
}
.prekey .actionbar {
  background: var(--panel);
  padding: 18px 4%;
  min-height: 90px;
}
.prekey .primary {
  background: #302923;
  border-color: #302923;
}
.prekey .question.needs-review {
  border: 2px solid #ab302b;
  border-left: 6px solid #ab302b;
  background: #fff7f5;
  padding: 22px;
}
.prekey .notice {
  position: relative;
  z-index: 5;
}
.prekey .preview {
  position: relative;
  font-size: 10px;
  background: #eee8dd;
  color: #62564b;
}
.prekey.page-K1 .question-shell {
  max-width: none;
  width: 62%;
  margin-left: 0;
  background: #faf7f1;
  border: 0;
  border-radius: 0;
}
.prekey.page-K1 .form {
  padding: 0 6.5vw 30px 4vw;
}
.prekey.page-K1 .progress-wrap {
  padding-left: 4vw;
  padding-right: 6.5vw;
}
.prekey.page-K1 .intro h1 {
  font-size: clamp(30px, 3.05vw, 48px);
  line-height: 1.15;
  letter-spacing: -.7px;
  margin-top: 10px;
}
.prekey.page-K1 .intro {
  margin-bottom: 38px;
}
.prekey.page-K1 h2 {
  font-size: 27px;
}
.prekey.page-K1 textarea {
  min-height: 160px;
}
.prekey.page-K1 .editorial-backdrop {
  background-position: right center;
}
.prekey.page-W0 .question-shell {
  border: 0;
}
.prekey.page-W0 .progress-wrap {
  display: none;
}
.prekey .welcome {
  margin: 40px auto 80px;
}
.journey-landmarks {
  padding-left: 22px;
  line-height: 2.2;
  margin: 26px 0;
}
.prekey.page-K4 .question-shell,
.prekey.page-K6 .question-shell,
.prekey.page-K7 .question-shell {
  max-width: 1380px;
  border: 0;
}
.prekey.page-K4 .form,
.prekey.page-K6 .form,
.prekey.page-K7 .form {
  padding-left: 36px;
  padding-right: 36px;
}
.prekey.page-K4 .selection-toolbar {
  position: sticky;
  top: 111px;
  z-index: 3;
  background: var(--panel);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.prekey.page-K4 #visual_direction > .choices {
  position: sticky;
  bottom: 94px;
  background: var(--panel);
  z-index: 3;
  max-width: 360px;
  margin-left: auto;
}
.prekey .metals {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.prekey .metals fieldset {
  position: relative;
  min-width: 0;
  background: #fffdf9;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 12px;
  margin-top: 20px;
}
.prekey .metals legend {
  font-family:
    EverSerif,
    Georgia,
    serif;
  font-size: 25px;
  padding: 0 6px;
}
.prekey .metals .choice {
  font-size: 14px;
  padding: 12px;
  gap: 6px;
}
.prekey .metals .choice-check {
  width: 18px;
  height: 18px;
}
.metal-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}
.prekey .metal-reference {
  height: auto;
  aspect-ratio: 1;
}
.prekey .skin-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 15px;
}
.prekey .skin-square {
  min-height: 0;
  overflow: hidden;
}
.skin-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.skin-fallbacks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fallback-symbol {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 45px;
  color: #786047;
}
.fallback-symbol svg {
  width: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.textlink {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.compare-tones {
  margin: 0 0 16px;
}
.tone-dialog {
  width: min(780px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  border: 1px solid #957650;
  border-radius: 15px;
  background: var(--panel,#faf7f1);
  padding: 48px;
  color: #302923;
  text-align: center;
}
.tone-dialog::backdrop {
  background: #30292366;
  backdrop-filter: blur(3px);
}
.tone-dialog h2 {
  font-size: 38px;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 30px;
}
.nearby-tones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}
.tone-dialog .primary,
.tone-dialog .textlink {
  display: block;
  width: 100%;
  margin: 12px 0;
}
.contrast-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 900px;
}
.contrast-copy {
  display: block;
  flex: 1;
}
.meaning {
  display: block;
  font-size: 15px;
  color: #655b51;
  line-height: 1.6;
  margin: 8px 0 14px;
}
.contrast-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contrast-examples > span {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 155px;
}
.contrast-portrait svg {
  width: 80px;
  height: 94px;
}
.contrast-examples small {
  font-size: 12px;
  line-height: 1.5;
}
.color-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.color-card {
  position: relative;
  padding: 0;
  border: 1px solid var(--border);
  overflow: hidden;
  text-align: left;
  background: #fffdf9;
}
.color-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 2.15;
  background-size: cover;
  background-position: center;
}
.color-card-label {
  display: block;
  padding: 12px;
  font-size: 15px;
}
.color-card .swatch-check {
  top: 9px;
  bottom: auto;
  background: var(--accent);
}
.color-card.selected {
  border: 2px solid var(--accent);
  background: #fffdf9;
}
.color-card:hover {
  border-color: var(--accent);
}
.prekey .color-progress progress {
  height: 14px;
  accent-color: var(--accent);
}
.prekey .color-progress progress::-webkit-progress-value {
  background: var(--accent);
}
.prekey.page-K8 .question-shell {
  border: 0;
  max-width: 1380px;
}
.key-generation {
  min-height: 65vh;
  padding: 60px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
}
.key-generation:not(:has(.generation-art)) {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: auto;
}
.generation-copy h1 {
  font-size: clamp(38px, 4.7vw, 70px);
  line-height: 1.1;
}
.generation-copy > p {
  font-size: 21px;
}
.generation-art {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}
.generation-pulse {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}
.generation-pulse span {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  animation: anticipation 1.8s ease-in-out infinite;
}
.generation-pulse span:nth-child(2) {
  animation-delay: .3s;
}
.generation-pulse span:nth-child(3) {
  animation-delay: .6s;
}
@keyframes anticipation {
  50% {
    opacity: .3;
  }
}
@media (max-width: 1100px) {
  .prekey .question-shell {
    margin-left: 5%;
    margin-right: 5%;
  }
  .prekey .form {
    padding-left: 42px;
    padding-right: 42px;
  }
  .prekey .skin-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .prekey .metals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .color-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .prekey.page-K1 .question-shell {
    width: 70%;
  }
  .prekey.page-K1 .form {
    padding-right: 4vw;
  }
}
@media (max-width: 700px) {
  .prekey .top {
    height: 72px;
    padding: 0 20px;
  }
  .prekey .wordmark {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .prekey .top nav button {
    font-size: 10px;
  }
  .prekey .question-shell {
    margin: 12px 12px 115px;
    border-radius: 10px;
  }
  .prekey .progress-wrap {
    padding: 12px 18px 16px;
    border-radius: 10px 10px 0 0;
  }
  .prekey .progress-top {
    font-size: 10px;
    letter-spacing: .02em;
  }
  .prekey .progress-top button {
    font-size: 12px;
    padding-right: 0;
  }
  .prekey .form,
  .prekey.page-K4 .form,
  .prekey.page-K6 .form,
  .prekey.page-K7 .form {
    padding: 0 18px 20px;
    margin-top: 20px;
  }
  .prekey h2 {
    font-size: 27px;
  }
  .prekey .question {
    scroll-margin-top: 110px;
  }
  .prekey.page-K1 .question-shell {
    width: auto;
    margin: 10px 12px 115px;
  }
  .prekey.page-K1 .form {
    padding: 0 20px 20px;
  }
  .prekey.page-K1 .progress-wrap {
    padding: 12px 20px 16px;
  }
  .prekey.page-K1 .intro h1 {
    font-size: 35px;
  }
  .prekey.page-K1 .editorial-backdrop {
    background-position: 70% center;
  }
  .prekey .actionbar {
    padding: 12px 14px;
    min-height: 80px;
  }
  .prekey .actionbar span {
    max-width: 100px;
  }
  .prekey .metals {
    grid-template-columns: 1fr;
  }
  .prekey .metals fieldset {
    padding: 16px;
  }
  .prekey .metal-reference,
  .metal-photo {
    max-height: 260px;
    object-fit: cover;
  }
  .prekey .skin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .prekey .skin-square {
    min-height: 0;
  }
  .skin-fallbacks {
    grid-template-columns: 1fr;
  }
  .color-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .color-card-label {
    font-size: 14px;
    padding: 10px;
  }
  .tone-dialog {
    padding: 46px 18px 20px;
  }
  .tone-dialog h2 {
    font-size: 29px;
  }
  .nearby-tones {
    gap: 10px;
  }
  .prekey.page-K4 .selection-toolbar {
    top: 99px;
  }
  .prekey.page-K4 #visual_direction > .choices {
    bottom: 85px;
  }
  .key-generation {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .generation-copy h1 {
    font-size: 42px;
  }
  .generation-art {
    max-height: 360px;
  }
  .contrast-examples {
    gap: 12px;
  }
  .contrast-examples > span {
    max-width: 115px;
  }
  .contrast-portrait svg {
    width: 72px;
  }
  .prekey .question.needs-review {
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .generation-pulse span {
    animation: none;
  }
}
.artwork-pending {
  background: #e4ded4;
}
.artwork-pending > span {
  position: absolute;
  right: 20px;
  top: 160px;
  max-width: 150px;
  color: #5d554c;
  font-size: 13px;
  line-height: 1.6;
  padding: 14px;
  border: 1px dashed #96866d;
  border-radius: 6px;
  background: #f8f5ed;
}
.prekey:has(.artwork-pending) .wordmark {
  color: #302923;
}
.art-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 330px;
  border: 1px dashed #aa987c;
  background: #eee7dc;
  color: #625749;
  border-radius: 15px;
  padding: 32px;
}
.prekey .skin-photo-card {
  aspect-ratio: auto;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 7px;
  box-shadow: none;
  background: #fffdf9;
  overflow: visible;
}
.forearm-circle {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #e8e2d9;
}
.forearm-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skin-tone-name {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 12px;
}
.photo-pending {
  font-size: 12px;
  color: #62594c;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 12px;
}
.prekey .skin-photo-card.selected {
  outline: 1px solid var(--accent);
  outline-offset: 0;
  border-color: var(--accent);
}
.prekey .skin-photo-card .swatch-check {
  top: 8px;
  bottom: auto;
  right: 8px;
  background: var(--accent);
}
.prekey .metal-reference {
  background: #e8e2d9;
  display: grid;
  place-items: center;
}
.color-target-segments {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
  margin: 18px 0 12px;
}
.color-target-segments span {
  height: 14px;
  background: #ded9d2;
  border-radius: 9px;
}
.color-target-segments .filled {
  background: var(--accent);
}
.fabric-pending {
  display: inline-block;
  margin: 7px;
  background: #faf7f1e8;
  color: #62594c;
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.sr-only {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 700px) {
  .artwork-pending > span {
    top: 87px;
    right: 18px;
    max-width: none;
    padding: 4px 9px;
    font-size: 10px;
  }
  .prekey:has(.artwork-pending) .question-shell {
    margin-top: 44px;
  }
  .skin-tone-name {
    font-size: 14px;
  }
  .photo-pending {
    font-size: 11px;
    padding: 8px;
  }
}
.finish-dialog {
  width: min(560px, calc(100vw - 32px));
  padding: 40px;
  border: 1px solid #a18357;
  border-radius: 12px;
  background: #faf7f1;
  color: #302923;
}
.finish-dialog::backdrop {
  background: #30292366;
}
.finish-dialog h2 {
  font-size: 32px;
}
.finish-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.prekey:has(.artwork-pending):not(.page-K1) .wordmark {
  color: #302923;
}
.prekey.page-K1 .editorial-backdrop {
  left: 54%;
  background-position: center center;
}
@media (max-width: 700px) {
  .prekey.page-K1 .editorial-backdrop {
    left: 0;
    background-position: center 32%;
  }
  .prekey.page-K1 .question-shell {
    margin-top: 250px;
  }
  .prekey.page-K1 .top {
    background: #faf7f1;
  }
}
.generation-collage {
  max-height: none;
  min-width: 0;
  align-self: center;
}
.collage-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: #fcfaf4;
  isolation: isolate;
}
.collage-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.collage-enter {
  animation: collage-reveal 900ms ease both;
}
.collage-pause {
  display: block;
  margin: 8px auto 0;
  font-size: 12px;
}
.generation-collage .collage-stage {
  max-width: 650px;
  margin: auto;
}
@keyframes collage-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .generation-collage {
    max-height: none;
  }
  .generation-collage .collage-stage {
    max-width: 360px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .collage-enter {
    animation: none;
  }
}
.prekey.page-K1::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #faf7f1;
  z-index: -3;
  pointer-events: none;
}
.prekey.page-K1 .editorial-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      #faf7f1 0%,
      rgba(250, 247, 241, .97) 7%,
      rgba(250, 247, 241, .7) 20%,
      transparent 42%);
}
.prekey.page-K1 .question-shell,
.prekey.page-K1 .progress-wrap,
.prekey.page-K1 .top {
  background: transparent;
}
.prekey.page-K1 .progress-wrap::before {
  content: "";
  position: absolute;
  inset: 0 6.5vw 0 0;
  background: #faf7f1;
  z-index: -1;
}
@media (min-width: 701px) and (max-width: 1100px) {
  .prekey.page-K1 .editorial-backdrop {
    left: 66%;
  }
  .prekey.page-K1 .progress-wrap::before {
    right: 4vw;
  }
}
@media (max-width: 700px) {
  .prekey.page-K1 .editorial-backdrop::after {
    background:
      linear-gradient(
        to bottom,
        #faf7f1 0px,
        #faf7f1 60px,
        transparent 110px,
        transparent 250px,
        #faf7f1 400px);
  }
  .prekey.page-K1 .progress-wrap {
    background: #faf7f1;
  }
  .prekey.page-K1 .progress-wrap::before {
    display: none;
  }
  .prekey.page-K1 .question-shell {
    margin-top: 300px;
  }
}
.prekey.page-K4 #visual_direction > .choices {
  margin-left: 0;
  margin-right: auto;
  grid-template-columns: 1fr;
  width: min(100%, 360px);
}
.prekey .skin-fallback-card .fallback-symbol {
  width: 100%;
  height: auto;
  max-width: none;
  font-size: clamp(48px, 6vw, 90px);
  color: #765a40;
  background: #efebe5;
}
.prekey .skin-fallback-card .fallback-symbol svg {
  width: 70%;
  height: 70%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.prekey .skin-photo-card .compare-tones {
  display: block;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 5px;
}
.color-target-segments .filled {
  background: #7A5010;
  transition: background .15s;
}
.color-target-segments .filled:nth-child(n+6),
.target-reached .color-target-segments .filled {
  background: #3E6852;
}
.target-reached .selection-toolbar strong,
.target-reached .guidance {
  color: #3E6852;
}
@media (prefers-reduced-motion: reduce) {
  .color-target-segments .filled {
    transition: none;
  }
}
.contrast-photo-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.prekey .contrast-photo-choice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  cursor: pointer;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8d0c5;
  border-radius: 7px;
  color: inherit;
}
.contrast-photo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}
.contrast-photo-example {
  min-width: 0;
  display: block;
}
.contrast-photo-example picture {
  display: block;
}
.contrast-photo-example img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 3px;
}
.contrast-photo-caption {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  text-align: center;
  line-height: 1.4;
}
.contrast-answer {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: flex-start;
}
.contrast-answer input {
  appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  margin: 2px 0 0;
  border: 1px solid #302923;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.contrast-answer input:checked {
  background: #967036;
  border-color: #967036;
}
.contrast-answer input:checked::after {
  content: "\2713";
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.contrast-answer-copy {
  display: block;
}
.contrast-answer-copy .meaning {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #6d645b;
  margin-top: 6px;
}
.prekey .contrast-photo-choice:has(input:focus-visible) {
  outline: 3px solid #573b51;
  outline-offset: 4px;
}
.contrast-answer input:focus-visible {
  outline: none;
}
.prekey .contrast-mixed {
  grid-column: 1/-1;
  align-items: center;
}
.contrast-mixed .contrast-photo-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 800px;
}
.contrast-mixed img {
  aspect-ratio: 6/5;
}
.contrast-mixed .contrast-answer {
  justify-content: center;
}
.contrast-mixed .contrast-answer-copy {
  text-align: center;
}
.prekey .contrast-unsure {
  grid-column: 1/-1;
  justify-self: center;
  width: min(100%, 380px);
  min-height: 54px;
}
.contrast-unsure .contrast-answer {
  justify-content: center;
  align-items: center;
}
.contrast-photo-guidance {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
}
.contrast-help {
  margin-top: 16px;
}
.contrast-help summary {
  cursor: pointer;
}
.contrast-help p {
  line-height: 1.6;
}
@media (max-width: 900px) {
  .contrast-photo-options {
    grid-template-columns: 1fr;
  }
  .contrast-photo-example img {
    aspect-ratio: 3/2;
  }
  .contrast-mixed .contrast-photo-example img {
    aspect-ratio: 1;
  }
  .contrast-mixed .contrast-answer {
    justify-content: flex-start;
  }
  .contrast-mixed .contrast-answer-copy {
    text-align: left;
  }
  .prekey .contrast-unsure {
    width: 100%;
  }
}
.contrast-photo-example:only-child {
  grid-column: 1/-1;
}
.contrast-photo-example:only-child img {
  aspect-ratio: auto;
  object-fit: contain;
}
.contrast-strip-captions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-top: 7px;
}
.contrast-photo-choice > .meaning {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #6d645b;
  margin-top: -8px;
}
.contrast-mixed > .meaning {
  text-align: center;
}
@media (max-width: 900px) {
  .contrast-mixed > .meaning {
    text-align: left;
  }
}
.prekey .contrast-answer input[type=radio] {
  min-height: 22px;
  max-height: 22px;
  min-width: 22px;
  max-width: 22px;
  flex: 0 0 22px;
  padding: 0;
  box-sizing: border-box;
}

/* outputs/d3-canonical-legal-successor-20260914/web/preedit.css */
.prekey.page-W0 .question-shell {
  max-width: none;
  margin: 0;
  background: transparent;
  border: 0;
}
.prekey.page-W0 .top {
  background: transparent;
}
.prekey.page-W0 .wordmark {
  color: #302923 !important;
}
.welcome-backdrop {
  background-position: center center;
}
.welcome-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #faf7f1 0%,
      rgba(250, 247, 241, .98) 40%,
      rgba(250, 247, 241, .94) 49%,
      rgba(250, 247, 241, .4) 60%,
      transparent 70%);
}
.welcome-hero {
  min-height: calc(100vh - 250px);
  padding: 45px 5% 70px;
  display: flex;
  align-items: center;
}
.welcome-copy {
  width: 53%;
  max-width: 770px;
}
.welcome-copy h1 {
  font-size: clamp(40px, 4.6vw, 72px);
  line-height: 1.12;
  margin: 22px 0 32px;
}
.welcome-copy > p:not(.eyebrow) {
  font-size: 21px;
  line-height: 1.65;
  max-width: 670px;
}
.welcome-copy > p.welcome-support {
  font-size: 17px;
  margin: 28px 0 34px;
}
.welcome-copy .primary {
  min-width: 210px;
  padding: 18px 30px;
}
.welcome-landmarks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 30px 5%;
  margin: 0;
  background: #faf7f1;
}
.welcome-landmarks li {
  text-align: center;
  border-right: 1px solid #b59259;
  padding: 10px 20px;
}
.welcome-landmarks li:last-child {
  border: 0;
}
.welcome-landmarks span {
  display: block;
  font-family:
    EverSerif,
    Georgia,
    serif;
  font-size: 30px;
  line-height: 1.3;
}
.welcome-landmarks small {
  display: block;
  color: #6d645b;
  font-size: 15px;
  margin-top: 8px;
}
.preedit .top {
  background: #281b12;
  color: #fffaf3;
}
.preedit .top nav {
  background: transparent;
}
.preedit .top button {
  color: inherit;
}
.preedit .question-shell {
  max-width: 1180px;
  margin-top: 28px;
  box-shadow: 0 18px 60px #1b0d0525;
}
.preedit .progress-wrap {
  padding: 26px 54px 22px;
}
.preedit .form {
  padding: 0 54px 45px;
}
.preedit .question {
  margin-bottom: 38px;
  padding-bottom: 38px;
}
.edit-page-intro {
  margin-bottom: 38px;
}
.edit-page-intro h1 {
  font-size: 44px;
  line-height: 1.2;
  margin: 14px 0 24px;
}
.edit-page-intro > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.7;
  max-width: 800px;
}
.preedit .actionbar {
  box-shadow: 0 -8px 28px #1f130b12;
}
.preedit input,
.preedit select,
.preedit textarea {
  scroll-margin: 155px 0 140px;
}
.preedit details {
  margin: 20px 0;
}
.preedit summary {
  cursor: pointer;
}
.preedit.page-E4 .top {
  background: transparent;
  color: #302923;
}
.preedit.page-E4 .question-shell {
  max-width: none;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: #faf7f1;
}
.page-E4 .progress-wrap {
  display: none;
}
.edit-generation {
  padding: 12px 0 38px;
  min-height: 80vh;
}
.edit-generation-intro {
  text-align: center;
  padding: 0 24px 38px;
}
.edit-generation-intro h1 {
  font-size: clamp(32px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1.14;
  margin: 20px 0;
}
.edit-generation-intro > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.6;
}
.edit-spread-viewport {
  width: 100%;
  overflow: hidden;
}
.edit-spread-track {
  display: flex;
  gap: 20px;
  align-items: center;
  transform: translateX(calc(16.5vw - 67vw - 20px));
  will-change: transform;
}
.edit-spread-track.moving {
  transition: transform 1200ms cubic-bezier(.25, .1, .25, 1);
  transform: translateX(calc(16.5vw - 134vw - 40px));
}
.edit-spread-slide {
  flex: 0 0 67vw;
  width: 67vw;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  background: #eee8dd;
}
.edit-generation-caption {
  text-align: center;
  font-size: 12px;
  margin: 24px;
}
.edit-generation-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.edit-wait {
  max-width: 700px;
  margin: 25px auto;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 1100px) {
  .preedit .question-shell {
    max-width: 680px;
    margin: 18px auto 125px;
  }
  .preedit .form {
    padding: 0 24px 40px;
  }
  .preedit .progress-wrap {
    padding: 20px 24px;
  }
  .welcome-copy {
    width: 60%;
  }
  .welcome-copy > p:not(.eyebrow) {
    font-size: 18px;
  }
  .welcome-copy h1 {
    font-size: 48px;
  }
}
@media (max-width: 700px) {
  .preedit .question-shell {
    margin: 12px 12px 125px;
  }
  .preedit .form {
    padding: 0 18px 35px;
  }
  .preedit .progress-wrap {
    padding: 14px 18px 18px;
  }
  .edit-page-intro h1 {
    font-size: 36px;
  }
  .welcome-hero {
    min-height: 0;
    padding: 28px 24px 35px;
  }
  .welcome-copy {
    width: 100%;
    max-width: none;
  }
  .welcome-copy h1 {
    font-size: 42px;
  }
  .welcome-backdrop {
    position: absolute;
    height: calc(430px + 72px);
    background-position: 68% top;
  }
  .welcome-backdrop::after {
    background:
      linear-gradient(
        to bottom,
        rgba(250, 247, 241, .96),
        rgba(250, 247, 241, .25) 24%,
        rgba(250, 247, 241, .05) 55%,
        #faf7f1 100%);
  }
  .page-W0 .welcome-invitation {
    padding-top: 285px;
    background:
      linear-gradient(
        to bottom,
        transparent 260px,
        #faf7f1 380px);
  }
  .welcome-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .welcome-copy > p.welcome-support {
    font-size: 15px;
  }
  .welcome-landmarks {
    grid-template-columns: 1fr;
    padding: 15px 24px 30px;
  }
  .welcome-landmarks li {
    border-right: 0;
    border-bottom: 1px solid #d8d0c5;
    padding: 22px 0;
  }
  .welcome-landmarks span {
    font-size: 27px;
  }
  .edit-generation-intro {
    padding: 12px 24px 26px;
  }
  .edit-generation-intro h1 {
    font-size: 34px;
  }
  .edit-generation-intro > p:not(.eyebrow) {
    font-size: 16px;
  }
  .edit-spread-slide {
    flex-basis: 84vw;
    width: 84vw;
    aspect-ratio: 3/4;
  }
  .edit-spread-track {
    gap: 12px;
    transform: translateX(calc(8vw - 84vw - 12px));
  }
  .edit-spread-track.moving {
    transform: translateX(calc(8vw - 168vw - 24px));
  }
  .preedit.page-E4 .question-shell {
    margin: 0;
  }
  .edit-generation-actions .textlink {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .edit-spread-track.moving {
    transition: none;
  }
}
.preedit .choice-meaning {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #6d645b;
  margin-top: 7px;
}
.preedit #price_posture .choices,
.preedit #price_band .choices {
  grid-template-columns: 1fr;
}
@media (min-width: 1101px) {
  .preedit .form {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 32px;
  }
  .preedit .form > * {
    grid-column: 1/-1;
  }
  .preedit #attention,
  .preedit #price_posture {
    grid-column: 1/4;
  }
  .preedit #quieter,
  .preedit #price_band {
    grid-column: 4/7;
  }
  .preedit #size_tops,
  .preedit #size_bottoms,
  .preedit #size_dresses {
    grid-column: span 2;
    background: #fffaf5;
    border: 1px solid #ddd4c8;
    padding: 22px;
    border-radius: 6px;
    min-width: 0;
  }
  .preedit #height {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
  }
  .preedit #height h2,
  .preedit #height .question-support {
    grid-column: 1;
  }
  .preedit #height .question-controls {
    grid-column: 2;
    grid-row: 1/4;
  }
  .preedit #height .field-error {
    grid-column: 1/-1;
  }
  .preedit .question {
    min-width: 0;
  }
}
.preedit #height {
  display: block;
}
.preedit #height .question-controls {
  max-width: 600px;
}
.size-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.size-tabs button {
  padding: 9px 12px;
  font-size: 14px;
  border: 1px solid #cfc5b7;
  border-radius: 4px;
}
.size-picker .size-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.size-grid button {
  min-height: 44px;
  padding: 8px 4px;
  border: 1px solid #cfc5b7;
  border-radius: 4px;
}
.size-picker button.selected {
  background: #eee5d5;
  border: 2px solid #987236;
  color: #302923;
}
.size-picker .size-guidance,
.size-picker .size-selection {
  font-size: 14px;
  line-height: 1.5;
}
.size-picker .textlink {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
.size-picker .dress-opt-out {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  padding: 10px 12px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #cfc5b7;
  border-radius: 4px;
}
.compatibility-recovery {
  min-height: 50vh;
  padding-bottom: 5rem;
}
.compatibility-recovery h1:focus {
  outline: none;
}
.recovery-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.recovery-actions button {
  min-height: 44px;
}
.recovery-actions button:focus-visible {
  outline: 3px solid #743b59;
  outline-offset: 3px;
}

/* outputs/d3-canonical-legal-successor-20260914/web/recovery-states.css */
@font-face {
  font-family: D3RecoverySerif;
  src: url("./serif-POE2J7K6.woff2");
}
@font-face {
  font-family: D3RecoverySans;
  src: url("./sans-JSNP7JN4.woff2");
}
.d3-generation-recovery {
  box-sizing: border-box;
  max-width: 690px;
  width: 100%;
  min-width: 0;
  margin: 35px auto 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  color: #302923;
  font-family:
    D3RecoverySans,
    Arial,
    sans-serif;
  line-height: 1.55;
}
.d3-generation-recovery * {
  box-sizing: border-box;
}
.d3-generation-recovery h1 {
  font-family:
    D3RecoverySerif,
    Georgia,
    serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -1.15px;
  max-width: 620px;
  margin: 0;
}
.d3-generation-recovery p {
  font-size: 17px;
  line-height: 1.8;
  max-width: 570px;
  margin: 0;
  color: #6D645B;
}
.d3-generation-recovery .pause-icon {
  font: 40px D3RecoverySerif;
  color: #91682F;
  border: 1px solid #DFD4C7;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  line-height: 73px;
  margin: 32px;
}
.d3-generation-recovery .generation-actions {
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.d3-generation-recovery button {
  font: inherit;
  cursor: pointer;
  color: inherit;
  background: none;
}
.d3-generation-recovery .primary {
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid #302923;
  border-radius: 28px;
  background:
    linear-gradient(
      120deg,
      #392F26,
      #28231F);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 15px;
  box-shadow: 0 3px 6px #30292314;
  width: 100%;
  margin: 0;
}
.d3-generation-recovery .primary span {
  margin-left: auto;
}
.d3-generation-recovery .secondary {
  min-height: 52px;
  border: 1px solid #BDA98F;
  border-radius: 28px;
  width: 100%;
  font-size: 15px;
  margin: 0;
}
.d3-generation-recovery .textlink {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 14px;
  min-height: 48px;
  padding: 12px 0;
  margin: 0;
}
.d3-generation-recovery button:focus-visible {
  outline: 2px solid #302923;
  outline-offset: 4px;
}
.d3-generation-recovery.inventory {
  padding: 42px 52px;
  border: 1px solid #DFD4C7;
  border-radius: 20px;
  background: #FCFAF7;
}
.d3-generation-recovery .naming-mark {
  width: 200px;
  height: 200px;
  flex: none;
}
.d3-generation-recovery.key-failure {
  max-width: 660px;
  margin: 50px auto 90px;
}
.d3-generation-recovery.key-failure h1 {
  font-size: 39px;
}
.d3-resume {
  padding: 24px 30px;
  border: 1px solid #DFD4C7;
  background: #F2EADF;
  border-radius: 14px;
  margin-bottom: 36px;
}
.d3-resume h1 {
  font-size: 35px;
  margin: 0;
}
.d3-resume p {
  margin: 8px 0 0;
}
@media (max-width: 1100px) {
  .d3-generation-recovery {
    margin: 24px auto 50px;
    gap: 20px;
  }
  .d3-generation-recovery h1 {
    font-size: 34px;
    letter-spacing: -.7px;
  }
  .d3-generation-recovery p {
    font-size: 14px;
  }
  .d3-generation-recovery.inventory {
    padding: 26px 20px;
  }
  .d3-generation-recovery .primary {
    font-size: 14px;
    min-height: 53px;
    padding: 12px 22px;
  }
  .d3-generation-recovery.key-failure {
    margin: 35px auto 55px;
  }
  .d3-generation-recovery.key-failure h1 {
    font-size: 31px;
  }
  .d3-generation-recovery.key-failure p {
    font-size: 15px;
  }
  .d3-generation-recovery.key-failure .naming-mark {
    width: 180px;
    height: 180px;
  }
  .d3-resume {
    padding: 22px;
    margin-bottom: 30px;
  }
  .d3-resume h1 {
    font-size: 30px;
  }
}
.d3-generation-recovery .medallion {
  width: 64px;
  height: 64px;
  flex: none;
}
.d3-generation-recovery.key-failure .generation-actions {
  width: auto;
  max-width: none;
  align-items: center;
  margin-top: 12px;
  gap: 9px;
}
.d3-generation-recovery.key-failure .primary {
  width: auto;
  min-width: 284px;
}
@media (max-width: 1100px) {
  .d3-generation-recovery.key-failure .generation-actions {
    width: 100%;
  }
  .d3-generation-recovery.key-failure .primary {
    width: 100%;
    min-width: 0;
  }
}
.prekey .form .d3-resume h1 {
  font-family:
    D3RecoverySerif,
    Georgia,
    serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.09;
  letter-spacing: -1.15px;
  margin: 0;
}
.prekey .form .d3-resume p {
  font:
    16px/1.55 D3RecoverySans,
    Arial,
    sans-serif;
  color: #6D645B;
  margin: 8px 0 0;
}
@media (max-width: 1100px) {
  .prekey .form .d3-resume h1 {
    font-size: 30px;
    letter-spacing: -.7px;
  }
  .prekey .form .d3-resume p {
    font-size: 15px;
  }
}
.d3-generation-recovery h1:focus {
  outline: none;
}

/* outputs/d3-canonical-legal-successor-20260914/web/EntryScreen.css */
@font-face {
  font-family: "Everform Login Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/auth/cormorant-regular.ttf) format("truetype");
}
@font-face {
  font-family: "Everform Login Serif";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/auth/cormorant-italic.ttf) format("truetype");
}
@font-face {
  font-family: "Everform Login Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/auth/manrope.ttf) format("truetype");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/auth/google-sans.ttf) format("truetype");
}
.ef-login {
  background: #f7f3ee;
  color: #332b30;
  font-family:
    "Everform Login Sans",
    Arial,
    sans-serif;
  container-type: inline-size;
}
.ef-login * {
  box-sizing: border-box;
}
.ef-login-page {
  min-height: 100svh;
  padding: 48px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ef-login-brand {
  font-family:
    "Everform Login Serif",
    Georgia,
    serif;
  font-size: 29px;
  letter-spacing: .2em;
  font-weight: 400;
  line-height: 1.2;
}
.ef-entry {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 102px auto 0;
}
.ef-entry h1 {
  font-family:
    "Everform Login Serif",
    Georgia,
    serif;
  font-style: italic;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: #473441;
}
.ef-entry-intro {
  font-size: 16px;
  line-height: 1.65;
  color: #655c61;
  margin: 0 0 32px;
}
.ef-entry-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ef-google-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #747775;
  border-radius: 4px;
  background: #fff;
  color: #1f1f1f;
  font-family:
    "Google Sans",
    Arial,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.ef-google-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: none;
  background: #fff;
}
.ef-google-button:not([aria-disabled=true]):hover {
  box-shadow: 0 1px 3px #332b3020;
  background: #fafafa;
}
.ef-google-button:not([aria-disabled=true]):active {
  background: #f1f1f1;
  box-shadow: inset 0 1px 2px #332b3017;
}
.ef-google-button:focus-visible,
.ef-login a:focus-visible {
  outline: 3px solid #76465f;
  outline-offset: 3px;
}
.ef-google-button[aria-disabled=true] {
  cursor: default;
  background: #fff;
}
.ef-entry-status {
  font-size: 14px;
  line-height: 1.6;
  color: #655c61;
  margin: 18px 0 0;
  overflow-wrap: anywhere;
}
.ef-entry-status:empty {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.ef-entry-status.ef-entry-error {
  color: #873d43;
}
.ef-entry-help {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.ef-entry-canonical {
  margin: 12px 0 0;
  font-size: 14px;
}
.ef-login a {
  color: #655c61;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.ef-entry-legal {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: auto;
  padding-top: 80px;
  font-size: 13px;
  line-height: 1.5;
}
@container (max-width: 800px) {
  .ef-login-page {
    padding: 36px 32px 28px;
  }
  .ef-entry {
    margin-top: 92px;
  }
}
@container (max-width: 480px) {
  .ef-login-page {
    padding: 32px 24px 24px;
  }
  .ef-login-brand {
    font-size: 25px;
  }
  .ef-entry {
    margin-top: 88px;
  }
  .ef-entry h1 {
    font-size: 44px;
  }
  .ef-entry-intro {
    font-size: 15px;
  }
  .ef-entry-legal {
    padding-top: 72px;
  }
}
@media (forced-colors: active) {
  .ef-google-button {
    border-color: ButtonText;
  }
  .ef-google-button:focus-visible,
  .ef-login a:focus-visible {
    outline-color: Highlight;
  }
}

/* outputs/d3-canonical-legal-successor-20260914/completion-preparation-20260915/continue.css */
.ef-concise .ef-continue-notice {
  font-size: 14px;
  line-height: 1.65;
  color: #473441;
  margin: 14px 0 20px;
}
.ef-concise .ef-continue-notice a {
  display: inline;
  min-height: 0;
  color: #473441;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-height: 700px) {
  .ef-concise .ef-login-page {
    padding-top: 24px;
  }
  .ef-concise .ef-entry {
    margin-top: 40px;
  }
  .ef-concise .ef-entry-intro {
    margin-bottom: 24px;
  }
}

/* outputs/d3-canonical-legal-successor-20260914/reader-correction/web/canonical-legal-reader.css */
.canonical-legal-reader {
  width: 100%;
  min-width: 0;
  margin: 16px 0;
}
.canonical-legal-reader iframe {
  display: block;
  width: 100%;
  height: 65vh;
  min-height: 320px;
  border: 1px solid #ded8ce;
  border-radius: 8px;
  background: #faf8f5;
}
.canonical-legal-reader [role=status],
.canonical-legal-reader [role=alert] {
  padding: 16px;
}
.canonical-legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
  font: 16px system-ui, sans-serif;
  color: #302923;
}
.canonical-legal-page nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.canonical-legal-page a {
  color: inherit;
}
.canonical-legal-page iframe {
  height: calc(100vh - 130px);
}
.ef-entry .canonical-legal-reader {
  max-width: 780px;
}
.ef-entry:has(.canonical-legal-reader) {
  max-width: 840px;
}
.canonical-legal-reader iframe:focus-visible {
  outline: 3px solid #6b4a5a;
  outline-offset: 3px;
}
