:root {
  --paper: #fff5df;
  --cream: #f4ead7;
  --ink: #34140f;
  --rust: #c84a27;
  --gold: #efb63f;
  --blue: #4d7fb9;
  --wine: #771734;
  --forest: #173a31;
  --serif: Didot, "Bodoni 72", "Bodoni MT", "Iowan Old Style", Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
p {
  line-height: 1.55;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
h1:focus,
h2:focus {
  outline: none;
}
.top-rule {
  height: 8px;
  background: var(--blue);
}
.masthead {
  max-width: 1320px;
  margin: auto;
  padding: 18px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.masthead img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.landing {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr);
  padding: 10px 44px 36px;
  gap: 54px;
  align-items: stretch;
}
.landing-copy {
  padding: 12px 0 0;
  max-width: 690px;
}
.landing h1 {
  font-size: clamp(44px, 4.65vw, 70px);
  line-height: 0.97;
  letter-spacing: -0.055em;
  margin: 0 0 18px;
}
.landing h1 .opening {
  display: block;
  font-size: 0.56em;
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}
.landing h1 em {
  color: var(--rust);
  font-weight: 400;
}
.lede {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.things {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.14;
  margin-bottom: 14px;
}
.circling {
  font-family: var(--serif);
  font-style: italic;
  font-size: 23px;
  line-height: 1.2;
  color: var(--wine);
  margin-bottom: 12px;
}
.promise {
  max-width: 530px;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 20px;
}
.email-expectation {
  max-width: 500px;
  margin: -6px 0 17px;
  font-size: 13px;
  line-height: 1.45;
  color: #705247;
}
.meet-niki {
  max-width: 1320px;
  margin: 20px auto 0;
  padding: 0 44px 64px;
}
.meet-header {
  border-top: 1px solid #bca995;
  padding: 35px 0 28px;
}
.meet-header h2 {
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 12px;
}
.meet-header p {
  margin: 0;
  font-size: 17px;
}
.meet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: start;
}
.meet-photo {
  margin: 0;
}
.meet-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 80%;
}
.meet-fact + .meet-fact {
  border-top: 1px solid #bca995;
  margin-top: 23px;
  padding-top: 22px;
}
.meet-fact h3 {
  margin: 0 0 11px;
  line-height: 1.2;
}
.meet-fact h3 span {
  font: 700 12px/1.4 var(--sans);
  letter-spacing: 0.1em;
}
.meet-fact h3 em {
  font-size: 31px;
  color: var(--wine);
  margin-left: 5px;
}
.meet-fact p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.meet-fact p + p {
  margin-top: 10px;
}
@media (max-width: 800px) {
  .meet-niki { padding: 0 24px 48px; }
  .meet-grid { gap: 30px; }
}
@media (max-width: 600px) {
  .meet-niki { margin-top: 8px; padding: 0 22px 40px; }
  .meet-header { padding: 28px 0 22px; }
  .meet-header h2 { font-size: 44px; }
  .meet-header p { font-size: 16px; line-height: 1.45; }
  .meet-grid { grid-template-columns: 1fr; gap: 26px; }
  .meet-photo img { aspect-ratio: 1 / 1; }
  .meet-fact h3 em { font-size: 29px; }
  .meet-fact + .meet-fact { margin-top: 21px; padding-top: 20px; }
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 14px;
}
.field label {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
.field input {
  width: 100%;
  border: 1px solid #8d7163;
  background: #fffaf0;
  border-radius: 0;
  height: 48px;
  padding: 10px 12px;
  color: var(--ink);
}
.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 59px;
  padding: 16px 22px;
  border: 2px solid var(--ink);
  background: var(--rust);
  color: var(--paper);
  box-shadow: 7px 7px 0 var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 5px 5px 0 var(--gold);
}
.primary:disabled {
  opacity: 0.55;
  transform: none;
}
.optin .primary {
  width: 100%;
  margin-top: 17px;
}
.primary .arrow {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}
.photo-panel {
  position: relative;
  min-height: 550px;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
}
.photo-panel > .photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 48% 50%;
}
.photo-panel::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(52, 20, 15, 0.2), transparent 60%);
  pointer-events: none;
}
.photo-seal {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 22px;
  width: 85px;
  height: 85px;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--gold);
  transform: rotate(10deg);
}
.error {
  color: var(--wine);
  font-size: 15px;
  margin: 17px 0 0;
  line-height: 1.5;
}
.error:empty {
  display: none;
}
.bot-field {
  position: absolute;
  left: -10000px;
}
.quiz-shell {
  max-width: 870px;
  margin: 18px auto 70px;
  padding: 0 32px;
}
.quiz-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 16px;
}
.kicker {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}
.quiz-top .kicker {
  margin: 0;
}
.back {
  border: 0;
  background: none;
  padding: 12px 0;
  color: var(--ink);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.progress {
  display: flex;
  gap: 6px;
  margin-bottom: 34px;
}
.progress span {
  height: 6px;
  flex: 1;
  background: #dfd3bd;
}
.progress .done {
  background: var(--blue);
}
.progress .current {
  background: var(--rust);
}
.question-title {
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.dream-title {
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 24px 0 18px;
}
.dream-intro {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 22px;
}
.dream-intro span {
  display: block;
}
.answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.answer {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  min-height: 64px;
  border: 1px solid #a58c75;
  background: rgba(255, 255, 255, 0.25);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  border-radius: 0;
}
.answer:hover {
  border-color: var(--rust);
  background: #f4ead7;
}
.answer .marker {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #927763;
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 14px;
}
.answer[aria-checked="true"] {
  border: 2px solid var(--wine);
  padding: 15px 17px;
  background: #eee0cf;
}
.answer[aria-checked="true"] .marker {
  background: var(--wine);
  color: var(--paper);
  border-color: var(--wine);
}
.quiz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 25px;
}
.quiz-bottom .primary {
  min-width: 190px;
}
.reminder {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  color: var(--wine);
}
.result {
  max-width: 1060px;
  padding: 32px 44px 64px;
  margin: auto;
}
.result-head {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 50px;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid #bca48a;
}
.result h1 {
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
  color: var(--wine);
}
.result-lede {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
}
.result-image {
  width: 210px;
  height: 255px;
  object-fit: cover;
  border-radius: 120px 120px 0 0;
}
.result-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 46px;
  padding: 36px 0;
}
.result-section h2 {
  font: 700 13px/1.5 var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wine);
  margin: 0 0 12px;
}
.result-section p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.result-section:last-child {
  background: #eee0cf;
  padding: 24px;
  border-left: 3px solid var(--rust);
}
.invite {
  padding: 38px;
  background: var(--wine);
  color: var(--paper);
}
.invite h2 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.invite h2 em {
  color: var(--gold);
}
.invite p {
  max-width: 700px;
  font-size: 17px;
}
.invite .details {
  font-family: var(--serif);
  font-size: 25px;
}
.invite .primary {
  display: inline-flex;
  margin: 9px 7px 7px 0;
}
.result-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.status {
  font-size: 14px;
  line-height: 1.4;
}
.preview-banner {
  background: var(--wine);
  color: var(--paper);
  text-align: center;
  padding: 9px 15px;
  font-size: 13px;
}
.no-script {
  padding: 40px;
}
.screen {
  animation: appear 0.2s ease-out;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
@media (min-width: 1500px) {
  .landing {
    padding-top: 26px;
  }
  .landing h1 {
    font-size: 72px;
  }
  .landing-copy {
    padding-top: 24px;
  }
  .photo-panel {
    min-height: 660px;
  }
}
@media (max-width: 800px) {
  .masthead {
    padding: 15px 24px;
  }
  .landing {
    gap: 28px;
    padding: 6px 24px 36px;
    grid-template-columns: 1.35fr 0.8fr;
  }
  .landing h1 {
    font-size: 49px;
  }
  .photo-panel {
    min-height: 610px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .photo-seal {
    width: 64px;
    height: 64px;
    padding: 15px;
    right: 14px;
  }
  .primary {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .result-head {
    gap: 24px;
    grid-template-columns: 1fr 150px;
  }
  .result-image {
    width: 150px;
    height: 220px;
  }
}
@media (max-width: 600px) {
  .top-rule {
    height: 6px;
  }
  .masthead {
    padding: 12px 20px;
    font-size: 10px;
    letter-spacing: 0.11em;
    gap: 12px;
  }
  .masthead img {
    height: 29px;
    width: 29px;
  }
  .landing {
    display: block;
    padding: 10px 22px 36px;
  }
  .landing-copy {
    padding: 0;
    max-width: none;
  }
  .photo-panel {
    display: none;
  }
  .landing h1 {
    font-size: clamp(32px, 9.5vw, 50px);
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 17px;
  }
  .landing h1 .opening {
    font-size: 0.57em;
    margin-bottom: 4px;
  }
  .lede {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .things {
    font-size: 20px;
    line-height: 1.08;
    margin-bottom: 13px;
  }
  .circling {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .promise {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 16px;
  }
  .fields {
    gap: 13px;
  }
  .field input {
    height: 46px;
  }
  .optin .primary {
    margin-top: 17px;
    padding: 15px 13px;
    min-height: 59px;
  }
  .quiz-shell {
    margin-top: 6px;
    padding: 0 20px;
  }
  .progress {
    margin-bottom: 26px;
  }
  .question-title {
    font-size: 31px;
    line-height: 1.1;
    margin-bottom: 22px;
  }
  .answer {
    padding: 15px 13px;
    gap: 12px;
    min-height: 67px;
  }
  .answer[aria-checked="true"] {
    padding: 14px 12px;
  }
  .answer .marker {
    flex-basis: 21px;
    width: 21px;
    height: 21px;
  }
  .quiz-bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .quiz-bottom .primary {
    width: 100%;
  }
  .reminder {
    font-size: 19px;
  }
  .dream-intro {
    font-size: 22px;
  }
  .dream-title {
    font-size: 40px;
  }
  .result {
    padding: 24px 22px 42px;
  }
  .result-head {
    display: block;
    padding-bottom: 28px;
  }
  .result h1 {
    font-size: 51px;
  }
  .result-image {
    display: none;
  }
  .result-lede {
    font-size: 24px;
  }
  .result-sections {
    display: block;
    padding: 28px 0;
  }
  .result-section {
    margin-bottom: 28px;
  }
  .result-section:last-child {
    margin: 0;
    padding: 22px;
  }
  .invite {
    padding: 26px 22px;
  }
  .invite h2 {
    font-size: 39px;
  }
  .invite .details {
    font-size: 23px;
  }
  .invite .primary {
    width: 100%;
    padding: 15px 12px;
  }
  .result-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}

.photo-panel::before{
  content: '';
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  pointer-events: none;z-index:1;}
.photo-seal{z-index:2}

/* Idea to Dream's color blocks and supplied print textures. */
:root {
  --cornflower: #7f9fc8;
  --brand-wine: #7e173f;
  --brand-forest: #273a2c;
}
body:has(.landing) .top-rule {
  height: 10px;
  background: var(--brand-wine) url("assets/texture-wine-shells.jpg") center / 500px;
}
body:has(.landing) .masthead {
  max-width: none;
  padding-inline: max(44px, calc((100% - 1232px) / 2));
  background: var(--cornflower);
  color: var(--brand-forest);
  margin-bottom: 20px;
}
.editorial-bridge {
  padding: 58px 32px;
  background: linear-gradient(#65132b85, #65132b85), url("assets/texture-wine-shells.jpg") center / 700px;
  color: var(--paper);
  text-align: center;
}
.editorial-bridge > div { max-width: 820px; margin: auto; }
.bridge-statement {
  font: 400 35px/1.15 var(--serif);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.editorial-bridge p:last-child { max-width: 650px; margin: 0 auto; font-size: 16px; }
.meet-niki { margin-top: 0; padding-top: 46px; }
.meet-header { border: 0; padding-top: 0; }
.meet-photo {
  padding: 0 22px 22px 0;
  background: url("assets/texture-blue-waves.jpg") right bottom / 400px;
}
.quiz-proof { padding: 48px 44px; background: var(--cornflower); color: var(--brand-forest); }
.proof-inner { max-width: 1232px; margin: auto; }
.quiz-proof h2 {
  font: 700 12px/1.5 var(--sans);
  letter-spacing: 0.13em;
  margin-bottom: 24px;
}
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.testimonial {
  margin: 0;
  padding: 27px 30px;
  background: #fff8e9;
  border: 1px solid #273a2c55;
}
.testimonial blockquote { margin: 0 0 20px; font: 400 23px/1.3 var(--serif); }
.testimonial figcaption { font: 700 12px/1.5 var(--sans); letter-spacing: .08em; }
.quiz-close {
  padding: 52px 28px 44px;
  text-align: center;
  background: var(--brand-forest);
  color: var(--paper);
  border-bottom: 10px solid var(--gold);
}
.quiz-close h2 { max-width: 760px; margin: 0 auto 18px; font-size: 43px; line-height: 1.05; letter-spacing: -.04em; }
.quiz-close h2 em { color: var(--gold); }
.quiz-close > p { margin-bottom: 23px; }
.quiz-close .primary { width: fit-content; max-width: 100%; margin: 0 auto; background: var(--gold); color: var(--ink); box-shadow: 6px 6px 0 var(--rust); border-color: var(--paper); }
.quiz-close .close-note { margin: 23px 0 0; font-size: 12px; }
@media (max-width: 800px) {
  body:has(.landing) .masthead { padding-inline: 24px; }
  .testimonial { padding: 23px; }
  .quiz-proof { padding: 40px 24px; }
}
@media (max-width: 600px) {
  body:has(.landing) .masthead { padding-inline: 20px; margin-bottom: 8px; }
  body:has(.landing) .top-rule { height: 7px; }
  .editorial-bridge { padding: 38px 24px; background-size: auto, 540px; }
  .bridge-statement { font-size: 28px; margin-bottom: 17px; }
  .editorial-bridge p:last-child { font-size: 15px; line-height: 1.5; }
  .meet-niki { padding-top: 32px; }
  .meet-header { padding-top: 0; }
  .meet-photo { padding-right: 14px; padding-bottom: 14px; background-size: 290px; }
  .quiz-proof { padding: 32px 22px; }
  .quiz-proof h2 { max-width: 285px; margin-bottom: 20px; font-size: 11px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
  .testimonial { padding: 23px; }
  .testimonial blockquote { font-size: 22px; }
  .quiz-close { padding: 37px 22px 32px; }
  .quiz-close h2 { font-size: 32px; }
  .quiz-close .primary { font-size: 12px; gap: 14px; padding-inline: 13px; }
}
