@font-face {
  font-family: 'Poll Icons';
  src: url('/assets/icons-25b8df945ab6.woff2') format('woff2');
  font-weight: 900;
  font-display: block;
}
:root {
  color-scheme: dark;
  --gold: #d5b879;
  --bright: #f4ddb0;
  --muted: #b1ada5;
  --line: #34302a;
  --surface: #141517;
  --bg: #0b0c0e;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--bg);
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
  scroll-padding-bottom: 120px;
}
body {
  margin: 0;
  color: #eeeae2;
  font:
    16px/1.55 -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background: radial-gradient(ellipse at 50% 0, #29231b55, transparent 50%), var(--bg);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
select,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
summary,
select {
  cursor: pointer;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
}
a {
  color: var(--gold);
  text-decoration: none;
}
a:hover {
  color: var(--bright);
}
button:disabled {
  cursor: default;
  opacity: 0.45;
}
:focus-visible {
  outline: 2px solid var(--bright);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
.preview-bar {
  padding: 10px 28px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff09;
  font-size: 11px;
  letter-spacing: 0.13em;
  color: #929087;
}
.preview-bar a {
  font-size: 12px;
  letter-spacing: 0.02em;
}
.skip-link {
  position: absolute;
  z-index: 20;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: #000;
}
.skip-link:focus {
  top: 12px;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  padding: 25px 24px 54px;
}
.hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -40% 15% -20%;
  background: radial-gradient(ellipse, #84612d30, transparent 65%);
  animation: hearth-glow 9s ease-in-out infinite alternate;
}
.hero-orbit {
  position: absolute;
  z-index: -1;
  width: 660px;
  height: 660px;
  border: 1px solid #c4a56b0c;
  border-radius: 50%;
  left: calc(50% - 330px);
  top: -290px;
}
.hero-orbit::before,
.hero-orbit::after {
  content: '';
  position: absolute;
  inset: 35px;
  border: 1px solid #c4a56b0b;
  border-radius: 50%;
}
.hero-orbit::after {
  inset: -55px;
  border-style: dashed;
}
.hero-logo {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto 12px;
  opacity: 0.95;
}
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.hero .eyebrow {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.hero .eyebrow span {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ad8b4a60);
}
.hero .eyebrow span:last-child {
  transform: rotate(180deg);
}
h1 {
  font-size: clamp(40px, 5.2vw, 66px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 16px 0;
}
h1 em {
  color: var(--gold);
  font-weight: 400;
}
.hero-copy {
  color: #bdb7ac;
  font-size: 16px;
  line-height: 1.8;
}
.hero-copy strong {
  color: #ebe1cd;
  font-weight: 500;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 23px;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.poll-layout {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin: 0 0 24px;
}
.section-intro h2 {
  font-size: 30px;
  margin-top: 6px;
  letter-spacing: -0.02em;
}
.section-intro > p {
  color: var(--muted);
  font-size: 13px;
  text-align: right;
  line-height: 1.8;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.topic-intro {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 760px;
}
.path-button {
  position: relative;
  padding: 22px 9px 14px;
  min-width: 0;
  min-height: 158px;
  border: 1px solid #373229;
  border-radius: 4px;
  background: linear-gradient(150deg, #24211b90, #121315);
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.path-button:hover {
  border-color: #917c55;
  transform: translateY(-3px);
}
.path-button[aria-expanded='true'] {
  border-color: #bb9758;
  background: radial-gradient(ellipse at 50% 0, #7d5f303a, transparent 85%), #1c1b17;
}
.path-button[aria-expanded='true']::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #141517;
  border-top: 1px solid #bb9758;
  border-left: 1px solid #bb9758;
  transform: rotate(45deg);
  bottom: -23px;
  left: calc(50% - 4px);
  z-index: 2;
}
.path-icon {
  font-family: 'Poll Icons';
  font-weight: 900;
  display: block;
  color: #c3a370;
  font-size: 25px;
  margin-bottom: 12px;
  text-shadow: 0 0 24px #bb823031;
}
.path-name {
  display: block;
  font-family: Georgia, serif;
  font-size: 15px;
  min-height: 3.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-progress {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 17px;
}
.path-progress i {
  width: 5px;
  height: 5px;
  border: 1px solid #847355;
  transform: rotate(45deg);
}
.path-progress i.filled {
  background: #d5b879;
  border-color: #d5b879;
}
.path-status {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  color: #aaa393;
}
.question-panel {
  margin-top: 18px;
  border: 1px solid #6b593a;
  background: var(--surface);
  border-radius: 4px;
  overflow: hidden;
  animation: panel-arrive 0.25s ease-out;
}
.panel-heading {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #29251c80, #151617);
  padding: 26px 30px;
  border-bottom: 1px solid var(--line);
}
.panel-heading h2 {
  font-size: 29px;
  margin: 7px 0;
}
.panel-heading > p:last-child {
  color: var(--muted);
  font-size: 13px;
  max-width: 80%;
}
.panel-ghost {
  position: absolute;
  right: 30px;
  top: 7px;
  font-family: 'Poll Icons';
  font-weight: 900;
  font-size: 110px;
  color: #d3b5730a;
  transform: rotate(-12deg);
  pointer-events: none;
}
.scale-heading {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #ffffff07;
  font-size: 11px;
  color: #b9b3a7;
}
.scale-heading strong {
  color: #ddd4c4;
  font-weight: 500;
}
.question-row {
  padding: 23px 30px 19px;
  border: 0;
  border-bottom: 1px solid #ffffff08;
  margin: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: center;
}
.question-title {
  font-size: 15px;
  font-weight: 550;
  color: #f1ebe0;
}
.question-number {
  display: inline-block;
  color: #8d806b;
  font-size: 10px;
  margin-right: 9px;
  letter-spacing: 0.05em;
}
.question-detail {
  color: #aaa69e;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 6px;
  max-width: 350px;
}
.rating-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.rating-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}
.rating-choice input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.rating-face {
  display: flex;
  height: 100%;
  min-height: 62px;
  padding: 9px 3px 7px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #3b3932;
  border-radius: 3px;
  background: #1b1c1b;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.rating-choice:hover .rating-face {
  background: #2b281f;
  border-color: #8c7953;
}
.rating-choice input:checked + .rating-face {
  border-color: #c3a366;
  background: #58472a66;
  color: var(--bright);
  box-shadow: inset 0 0 0 1px #d5b87919;
}
.rating-choice input:focus-visible + .rating-face {
  outline: 2px solid #f4ddb0;
  outline-offset: 3px;
}
.rating-spark {
  height: 16px;
  display: flex;
  align-items: end;
  gap: 2px;
  margin-bottom: 6px;
}
.rating-spark i {
  width: 3px;
  background: #b5a58a;
  opacity: 0.8;
}
.rating-spark i:nth-child(1) {
  height: 4px;
}
.rating-spark i:nth-child(2) {
  height: 7px;
}
.rating-spark i:nth-child(3) {
  height: 10px;
}
.rating-spark i:nth-child(4) {
  height: 13px;
}
.rating-spark i:nth-child(5) {
  height: 16px;
}
.rating-choice input:checked + .rating-face .rating-spark i {
  background: var(--bright);
}
.rating-short {
  font-size: 11px;
  line-height: 1.3;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.question-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  align-items: center;
  padding-top: 7px;
  min-height: 30px;
}
.text-button,
.unsure-button,
.clear-answer {
  background: none;
  border: 0;
  padding: 3px 0;
  color: #ada99e;
  font-size: 11px;
}
.text-button:hover,
.unsure-button:hover,
.clear-answer:hover {
  color: var(--bright);
}
.unsure-button[aria-pressed='true'] {
  color: var(--bright);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.panel-footer {
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: #191a18;
}
.panel-footer p {
  color: #bab1a0;
  font-size: 12px;
}
.panel-footer p strong {
  color: #e2c892;
}
.next-path {
  font-size: 12px;
  color: var(--gold);
  border: 0;
  padding: 8px 0 8px 12px;
  background: none;
  min-height: 44px;
}
.completion-message {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #6b593a;
  border-radius: 4px;
  background: #201e18;
}
.completion-mark {
  font-size: 32px;
  color: var(--gold);
}
.completion-message h2 {
  font-size: 26px;
}
.completion-message p {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}
.is-complete .completion-mark,
.is-complete .progress-gem {
  color: #b8d6a0;
}
.completion-message.is-complete {
  border-color: #61764e;
  background: #192019;
}
.empty-path {
  text-align: center;
  padding: 40px 20px 25px;
  color: #bfb4a0;
}
.ornament {
  display: block;
  color: var(--gold);
  font-size: 40px;
}
.empty-path p {
  font:
    24px/1.5 Georgia,
    serif;
}
.empty-path > span:last-child {
  font-size: 12px;
  color: var(--muted);
}
.finishing-touch {
  margin-top: 20px;
  border-block: 1px solid var(--line);
}
.finishing-touch summary {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.finishing-touch summary::-webkit-details-marker {
  display: none;
}
.finishing-touch summary > span:first-child {
  font-family: Georgia, serif;
  font-size: 20px;
}
.finishing-touch summary > span:first-child > span {
  color: var(--gold);
  margin-right: 10px;
}
.optional-label {
  color: var(--muted);
  font-size: 11px;
}
.optional-label span {
  margin-left: 20px;
  color: var(--gold);
}
.extras-body {
  max-width: 640px;
  padding: 6px 0 30px;
}
.extras-body h2 {
  font-size: 25px;
}
.extras-body > p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}
.field-label {
  display: block;
  font-size: 12px;
  color: #d1c6b2;
  margin: 20px 0 8px;
}
select,
textarea {
  width: 100%;
  color: #eee5d6;
  background: #17181a;
  border: 1px solid #494137;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
}
textarea {
  resize: vertical;
  min-height: 96px;
}
textarea::placeholder {
  color: #a29d93;
}
.field-hint {
  font-size: 11px !important;
}
.concept-note {
  text-align: center;
  font-size: 11px;
  color: #969187;
  margin-top: 25px;
}
.page-footer {
  max-width: 1080px;
  padding: 45px 30px 140px;
  margin: 0 auto;
  text-align: center;
  color: #8e887c;
  font-size: 11px;
}
.page-footer > span {
  font:
    18px/1.5 Georgia,
    serif;
  color: #b8ac94;
}
.page-footer > p {
  margin: 8px 0 16px;
}
.page-footer details {
  max-width: 580px;
  margin: auto;
}
.page-footer summary {
  color: #b1a795;
}
.page-footer details p {
  margin-top: 12px;
}
.submission-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-top: 1px solid #6b5734;
  background: #111214f5;
  backdrop-filter: blur(15px);
  padding: 16px 30px max(16px, env(safe-area-inset-bottom));
}
.submission-inner {
  max-width: 1020px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
#survey-progress {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  appearance: none;
  border: 0;
  background: var(--line);
  color: var(--gold);
}
#survey-progress::-webkit-progress-bar {
  background: var(--line);
}
#survey-progress::-webkit-progress-value {
  background: var(--gold);
}
#survey-progress::-moz-progress-bar {
  background: var(--gold);
}
.is-complete #send {
  opacity: 1;
  background: #243022;
  border-color: #61764e;
  color: #d3e9c2;
  box-shadow: none;
}
.progress-summary {
  display: flex;
  align-items: center;
  gap: 15px;
}
.progress-gem {
  color: var(--gold);
  font-size: 35px;
}
.progress-summary strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.progress-summary #save-status {
  display: block;
  color: #aaa396;
  font-size: 11px;
  margin-top: 2px;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: linear-gradient(#d5b879, #b99858);
  color: #17140f;
  border: 1px solid #e5c890;
  border-radius: 3px;
  padding: 13px 22px;
  min-height: 48px;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 0 26px #b9914520;
}
.primary-button:hover:not(:disabled) {
  background: #e3c78f;
}
.submit-error {
  max-width: 1020px;
  margin: 8px auto 0;
  color: #f8b7a7;
  font-size: 12px;
}
.error-message {
  padding: 24px;
  color: #f8b7a7;
}
.thanks-dialog {
  color: #eeeae2;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0, #4f3d2466, transparent 65%), #151618;
  border: 1px solid #9e824f;
  border-radius: 6px;
  padding: 42px;
  max-width: 540px;
  width: calc(100% - 32px);
}
.thanks-dialog::backdrop {
  background: #020305cc;
  backdrop-filter: blur(7px);
}
.dialog-close {
  position: absolute;
  top: 10px;
  right: 16px;
  border: 0;
  background: none;
  font-size: 28px;
  color: #c4b698;
}
.thanks-sigil {
  font-size: 68px;
  line-height: 1.2;
  color: var(--gold);
  margin-bottom: 20px;
}
.thanks-dialog h2 {
  font-size: 35px;
  line-height: 1.2;
  margin: 15px 0;
}
.thanks-dialog p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.thanks-interests {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.thanks-interests span {
  border: 1px solid #79613c;
  padding: 6px 10px;
  color: var(--gold);
  font-size: 11px;
  border-radius: 3px;
}
.thanks-dialog .text-button {
  display: block;
  margin: 16px auto 0;
  font-size: 12px;
}
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@keyframes hearth-glow {
  from {
    opacity: 0.4;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1.07);
  }
}
@keyframes panel-arrive {
  from {
    opacity: 0.3;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 800px) {
  .preview-bar {
    padding: 9px 18px;
    font-size: 9px;
  }
  .hero {
    padding: 18px 24px 38px;
  }
  .hero-logo {
    width: 190px;
    margin-bottom: 9px;
  }
  .hero .eyebrow {
    font-size: 8px;
    gap: 10px;
    letter-spacing: 0.14em;
  }
  .hero .eyebrow span {
    width: 18px;
  }
  h1 {
    font-size: clamp(36px, 8.7vw, 54px);
    margin: 18px 0 15px;
  }
  .hero-copy {
    font-size: 14px;
  }
  .desktop-break {
    display: none;
  }
  .poll-layout {
    padding: 0 18px;
  }
  .section-intro {
    display: block;
    margin-bottom: 20px;
  }
  .section-intro h2 {
    font-size: 28px;
  }
  .section-intro > p {
    text-align: left;
    margin-top: 12px;
    font-size: 12px;
  }
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .path-button {
    padding: 12px;
    min-height: 90px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    text-align: left;
  }
  .path-button:last-child {
    grid-column: 1 / -1;
  }
  .path-button[aria-expanded='true']::after {
    display: none;
  }
  .path-icon {
    font-size: 19px;
    margin: 0;
    grid-row: span 2;
  }
  .path-name {
    font:
      12px/1.4 -apple-system,
      BlinkMacSystemFont,
      'Segoe UI',
      sans-serif;
    justify-content: start;
    min-height: 2.8em;
  }
  .path-progress {
    display: none;
  }
  .path-status {
    margin: 0;
    font-size: 10px;
  }
  .panel-heading {
    padding: 23px 20px;
  }
  .panel-heading h2 {
    font-size: 26px;
  }
  .panel-heading > p:last-child {
    max-width: 95%;
    font-size: 12px;
  }
  .panel-ghost {
    font-size: 85px;
    right: 12px;
  }
  .scale-heading {
    display: block;
    padding: 14px 20px;
    font-size: 11px;
  }
  .scale-heading span {
    display: block;
    margin-top: 3px;
    color: #989388;
  }
  .question-row {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 18px 16px;
    gap: 14px;
  }
  .question-title {
    font-size: 14px;
  }
  .question-detail {
    font-size: 12px;
  }
  .rating-options {
    gap: 4px;
  }
  .rating-face {
    min-height: 66px;
    padding: 8px 2px;
  }
  .rating-short {
    font-size: 10px;
  }
  .question-actions {
    gap: 20px;
    padding-top: 4px;
    min-height: 37px;
  }
  .unsure-button,
  .clear-answer {
    min-height: 32px;
  }
  .panel-footer {
    padding: 14px 18px;
    gap: 8px;
  }
  .panel-footer p,
  .next-path {
    font-size: 11px;
  }
  .next-path {
    max-width: 55%;
    text-align: right;
  }
  .completion-message {
    padding: 20px 16px;
    gap: 12px;
  }
  .completion-message h2 {
    font-size: 23px;
  }
  .submission-bar {
    padding: 12px 18px max(12px, env(safe-area-inset-bottom));
  }
  .progress-gem {
    display: none;
  }
  .progress-summary strong {
    font-size: 11px;
  }
  .progress-summary #save-status {
    max-width: 165px;
    font-size: 10px;
  }
  .primary-button {
    padding: 12px 14px;
    font-size: 12px;
    gap: 13px;
  }
  .thanks-dialog {
    padding: 34px 22px;
  }
  .thanks-dialog h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.verification-dialog {
  width: min(360px, calc(100% - 32px));
}
#verification-widget {
  min-height: 140px;
  display: flex;
  justify-content: center;
}
