.desktop-nav {
  gap: 22px;
  align-items: center;
}
.nav {
  gap: 24px;
}
.desktop-nav a[aria-current="page"] {
  color: var(--lavender);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.875rem;
  color: #cdccdb;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 9px;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown summary:after {
  content: "⌄";
  font-size: 1rem;
  color: #a995c0;
  transform: translateY(-2px);
}
.nav-dropdown[open] summary {
  color: white;
}
.nav-dropdown[open] summary:after {
  transform: rotate(180deg);
}
.nav-popover {
  position: absolute;
  top: calc(100% + 24px);
  left: -22px;
  width: 330px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #84719f55;
  background: #111421;
  box-shadow: 0 22px 60px #0006;
  display: grid;
  gap: 5px;
}
.nav-popover a {
  display: block;
  padding: 11px 12px;
  border-radius: 5px;
  font-size: 0.9375rem;
  color: #e6e0ef;
}
.nav-popover a:hover {
  background: #c3b6f715;
}
.nav-popover small {
  display: block;
  color: #a39baf;
  font-size: 0.8125rem;
  margin-top: 3px;
}
.nav-popover.compact {
  left: auto;
  right: -25px;
  width: 260px;
}
.mobile-nav-label {
  display: block;
  font-size: 0.75rem;
  color: var(--lavender);
  letter-spacing: 0.14em;
  padding: 24px 12px 8px;
}
.mobile-nav-label:first-child {
  padding-top: 3px;
}
.mobile-nav a[aria-current="page"] {
  color: var(--lavender);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.inner-page .header {
  background: #090b13f2;
}
.inner-page main {
  padding-top: 94px;
  min-height: 70svh;
}
.inner-page h1 {
  font-size: clamp(2.8rem, 4.45vw, 4.7rem);
  line-height: 1.14;
  letter-spacing: -0.055em;
  margin: 0 0 28px;
  font-weight: 500;
}
.inner-page h1 em {
  color: var(--lavender);
}
.inner-page h2 {
  font-size: clamp(1.9rem, 3.3vw, 3.2rem);
}
.inner-page h2 em {
  color: var(--lavender);
}
.inner-page p {
  color: var(--muted);
}
.route-lead {
  font-size: 1.0625rem;
  line-height: 1.9;
  max-width: 550px;
}
.breadcrumb {
  display: inline-block;
  color: #b6a1cc;
  font-size: 0.875rem;
  margin: 0 0 37px;
}
.breadcrumb:hover {
  color: white;
}
.route-callout {
  padding: 70px 0 95px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}
.route-callout .button {
  flex-shrink: 0;
}
.route-callout h2 {
  font-size: clamp(2.1rem, 3.3vw, 3.2rem);
  line-height: 1.2;
}
.route-callout p:not(.eyebrow) {
  max-width: 540px;
  margin: 24px 0 0;
}
.route-callout .eyebrow {
  margin-bottom: 22px;
}
.inner-page .footer {
  border-top: 1px solid var(--line);
}
/* Heaviest: a quiet choice surface with real destinations. */
.discovery {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 9%;
  padding-top: 78px;
  padding-bottom: 95px;
  align-items: start;
}
.discovery-intro {
  position: sticky;
  top: 142px;
}
.discovery-intro > p:not(.eyebrow) {
  max-width: 405px;
  font-size: 1.0625rem;
  line-height: 1.9;
  margin: 29px 0 34px;
}
.discovery-intro .text-link {
  color: var(--lavender);
  font-size: 0.875rem;
}
.list-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  padding: 0 0 21px;
  border-bottom: 1px solid var(--line);
  margin: 0;
}
.weight-row {
  display: flex;
  gap: 23px;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  transition:
    background 0.2s,
    padding 0.2s;
}
.weight-row:hover {
  padding-inline: 14px;
  background: linear-gradient(90deg, #c3b6f709, transparent);
}
.weight-number {
  font: italic 1.7rem var(--serif);
  color: #826794;
  align-self: flex-start;
  padding-top: 10px;
  min-width: 26px;
}
.weight-row small {
  font-size: 0.8125rem;
  color: #9991a7;
  display: block;
  margin-bottom: 8px;
}
.weight-row h2 {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
.weight-row > span:last-child {
  margin-left: auto;
  color: var(--lavender);
  font-size: 1.5rem;
}
.weight-other {
  display: block;
  font-size: 0.875rem;
  color: #a69bb4;
  line-height: 1.8;
  padding-top: 26px;
}
.weight-other span {
  display: block;
  color: var(--lavender);
  margin-top: 8px;
}
.story-opening {
  padding-top: 48px;
  padding-bottom: 83px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  align-items: center;
}
.story-grid h1 {
  font-size: clamp(2.5rem, 3.6vw, 3.9rem);
}
.story-grid .button {
  margin-top: 31px;
}
.module-tags {
  font-size: 0.8125rem;
  color: #c6b1d9;
  letter-spacing: 0.025em;
  margin-top: 25px;
}
.screen-figure {
  margin: 0;
  min-width: 0;
}
.screen-figure > button {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #9075af44;
  border-radius: 10px;
  box-shadow: 0 25px 70px #0003;
  background: #161321;
}
.screen-figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.screen-figure button:hover img {
  transform: scale(1.012);
}
.screen-expand {
  position: absolute;
  bottom: 13px;
  right: 14px;
  background: #090b13e8;
  border: 1px solid #9b88ae55;
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 0.75rem;
}
.screen-figure figcaption {
  font-size: 0.75rem;
  color: #8e879a;
  margin-top: 15px;
  line-height: 1.8;
}
.story-support {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12%;
  padding: 75px 0;
  border-top: 1px solid var(--line);
}
.story-support > div:first-child {
  padding-top: 17px;
}
.support-step {
  display: flex;
  gap: 25px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.support-step:first-child {
  border-top: 1px solid var(--line);
}
.support-step > span {
  font: italic 1.6rem var(--serif);
  color: #8c6da3;
  flex-shrink: 0;
  padding-top: 2px;
}
.support-step h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin: 0 0 9px;
  font-weight: 600;
}
.support-step p {
  font-size: 1rem;
  line-height: 1.9;
  margin: 0;
}
.next-step {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12%;
  padding: 72px 0 94px;
  border-top: 1px solid var(--line);
}
.next-step > div {
  padding: 40px;
  background: linear-gradient(120deg, #b8a1d31b, #6955740a);
  border: 1px solid #b8a1d333;
  border-radius: 9px;
}
.next-step h2 {
  font-size: 2.6rem;
  line-height: 1.15;
}
.next-step > div > p:not(.eyebrow) {
  margin: 23px 0;
  line-height: 1.8;
}
.next-step aside {
  padding-top: 30px;
}
.next-step aside a {
  display: block;
  font-size: 0.9375rem;
  color: #bcb2c9;
  margin: 15px 0;
}
.next-step aside a:hover {
  color: white;
}
.screen-paging {
  padding: 14px 24px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
.screen-paging button {
  padding: 7px;
  color: #d0c2e0;
}
.screen-paging button:disabled {
  opacity: 0.35;
}
.screen-paging span {
  font-size: 0.75rem;
  color: #a39aac;
}
/* Blueprints: discover, inspect, then open the live template. */
.catalog-header {
  padding-top: 70px;
}
.catalog-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 46px;
}
.catalog-intro h1 {
  margin-bottom: 0;
  max-width: 750px;
}
.catalog-intro > p {
  max-width: 330px;
  margin: 0 0 8px;
  line-height: 1.9;
}
.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 25px 0 21px;
  border-block: 1px solid var(--line);
}
.filter-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.filter-bar button {
  font-size: 0.875rem;
  color: #aaa1b8;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  min-height: 43px;
}
.filter-bar button:hover {
  background: #ffffff07;
  color: white;
}
.filter-bar button.active {
  color: #ecdefc;
  background: #b29acf1b;
  border-color: #b29acf44;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  background: #ffffff03;
  border-radius: 5px;
  padding: 6px 13px;
  width: 240px;
  flex-shrink: 0;
  color: #b5a1c9;
}
.search-field > span[aria-hidden] {
  font-size: 1.5rem;
}
.search-field input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-size: 0.875rem;
  outline: none;
  padding: 6px 0;
}
.search-field:focus-within {
  outline: 2px solid var(--lavender);
  outline-offset: 3px;
}
.search-field input::placeholder {
  color: #8d8599;
}
.result-count {
  font-size: 0.8125rem;
  margin: 18px 0 26px;
  color: #93889f;
}
.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  padding-bottom: 83px;
}
.blueprint-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: linear-gradient(130deg, #40304424, transparent);
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.blueprint-card:hover {
  transform: translateY(-4px);
  border-color: #b399cb88;
}
.blueprint-card > a {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  height: 100%;
  padding: 29px;
}
.blueprint-category {
  display: inline-flex;
  align-self: flex-start;
  color: #c5b0d7;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 650;
}
.blueprint-card h2 {
  font-size: 1.65rem;
  line-height: 1.22;
  letter-spacing: -0.04em;
  margin: 24px 0 15px;
}
.blueprint-card p {
  font-size: 0.9375rem;
  line-height: 1.85;
  margin: 0 0 24px;
}
.blueprint-counts {
  font-size: 0.8125rem;
  color: #b6a9c3;
  margin-top: auto;
  padding-top: 15px;
}
.blueprint-card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #93889e;
}
.blueprint-card-bottom > span:last-child {
  color: #d3bee6;
}
.catalog-empty {
  padding: 50px 0 95px;
}
.catalog-empty p {
  margin: 20px 0 25px;
}
.blueprint-detail {
  padding-top: 42px;
  padding-bottom: 100px;
}
.detail-heading {
  max-width: 940px;
}
.detail-heading h1 {
  margin-top: 23px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
}
.detail-heading > p {
  max-width: 700px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.detail-meta {
  display: flex;
  gap: 30px;
  color: #a395b4;
  font-size: 0.8125rem;
  margin-bottom: 53px;
}
.detail-meta span {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.blueprint-detail-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9%;
  align-items: start;
}
.blueprint-part {
  border-top: 1px solid var(--line);
}
.blueprint-part:last-child {
  border-bottom: 1px solid var(--line);
}
.blueprint-part summary {
  display: grid;
  grid-template-columns: 83px 1fr 15px;
  gap: 15px;
  padding: 24px 0;
  cursor: pointer;
  align-items: center;
  list-style: none;
}
.blueprint-part summary::-webkit-details-marker {
  display: none;
}
.blueprint-part summary > span:first-child {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #b099c4;
}
.blueprint-part summary strong {
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
}
.part-plus {
  color: var(--lavender);
  font-size: 1.25rem;
}
.blueprint-part[open] .part-plus {
  transform: rotate(45deg);
}
.blueprint-part > div {
  padding: 0 23px 24px 98px;
}
.blueprint-part ul {
  padding-left: 17px;
  margin: 0;
  color: #a79bb5;
}
.blueprint-part li {
  padding: 7px 0;
  font-size: 0.9375rem;
}
.blueprint-part > div > p {
  margin: 0;
  font-size: 0.9375rem;
}
.install-panel {
  background: linear-gradient(140deg, #31263c, #15111e);
  border: 1px solid #bea1dc40;
  border-radius: 9px;
  padding: 35px;
  position: sticky;
  top: 125px;
}
.install-panel h2 {
  font-size: 2.35rem;
  line-height: 1.15;
}
.install-panel > p:not(.eyebrow) {
  font-size: 0.9375rem;
  line-height: 1.9;
  margin: 26px 0;
}
.install-panel .button {
  width: 100%;
  font-size: 0.8125rem;
  gap: 13px;
  padding-inline: 17px;
}
.install-panel > p.handoff-note {
  font-size: 0.75rem;
  margin: 15px 0 29px;
  color: #9c8cac;
}
.install-panel .text-link {
  font-size: 0.8125rem;
  line-height: 1.8;
}
/* Fitting: one question at a time, with a visible and reversible path. */
.page-fitting main {
  background: radial-gradient(ellipse at 80% 30%, #4b386922, transparent 55%);
}
.fitting-layout {
  padding: 66px 0 85px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 9%;
  align-items: start;
}
.fitting-aside h1 {
  font-size: 3.1rem;
  line-height: 1.12;
}
.fitting-aside > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.9;
  max-width: 340px;
}
.fitting-ring {
  --completion: 0deg;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(
    from -90deg,
    #cfb7ea var(--completion),
    #c3b6f71a var(--completion)
  );
  margin: 33px 0 25px;
  transform: rotate(-12deg);
}
.fitting-ring > div {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: #0c0d17;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(12deg);
}
.fitting-ring strong {
  font: 3rem var(--serif);
  color: #e2c9f8;
}
.fitting-ring span {
  font-size: 0.75rem;
  color: #9f91b0;
}
.fitting-aside > p.fitting-aside-note {
  font-size: 0.8125rem;
  color: #9b8daa;
  margin-bottom: 23px;
}
.fitting-aside .text-link {
  font-size: 0.8125rem;
  color: #bda5d1;
  line-height: 1.8;
}
.fitting-surface {
  background: linear-gradient(135deg, #201a2a, #11121e);
  border: 1px solid #b7a0d138;
  border-radius: 12px;
  padding: 34px 36px;
}
.fitting-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #9e8eae;
  font-size: 0.8125rem;
  margin-bottom: 41px;
}
.fitting-topline > span:last-child {
  color: #c7b0db;
}
.fitting-surface fieldset {
  padding: 0;
  border: 0;
  margin: 0;
  min-width: 0;
}
.fitting-surface legend {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.4;
  letter-spacing: -0.035em;
  min-height: 145px;
  font-weight: 450;
  margin-bottom: 29px;
  padding: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
.fitting-answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.answer-option {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  border: 1px solid #9c83b43b;
  border-radius: 7px;
  padding: 17px 15px;
  cursor: pointer;
  font-size: 0.9375rem;
  background: #090b130f;
  min-height: 65px;
}
.answer-option:hover {
  border-color: #c8abe27d;
  background: #ccb0e309;
}
.answer-option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.answer-option:has(input:checked) {
  border-color: #c6a0df;
  background: #b995db1c;
}
.answer-option:has(input:focus-visible) {
  outline: 2px solid #dac0f0;
  outline-offset: 3px;
}
.answer-index {
  font-size: 0.75rem;
  color: #87708d;
}
.answer-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #82718f;
  margin-left: auto;
  flex-shrink: 0;
}
.answer-option:has(input:checked) .answer-mark {
  border: 4px solid #d1b4e7;
  background: #403048;
}
.fitting-controls {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 33px;
}
.fitting-controls .button {
  margin-left: auto;
  min-height: 48px;
  font-size: 0.875rem;
  padding: 11px 18px;
  gap: 25px;
}
.quiet-button {
  padding: 9px 0;
  font-size: 0.875rem;
  color: #b3a0c5;
  min-height: 42px;
}
.quiet-button:hover {
  color: white;
}
.quiet-button:disabled,
.button:disabled {
  opacity: 0.35;
  transform: none;
  box-shadow: none;
  cursor: default;
}
.fitting-preview-note {
  font-size: 0.75rem;
  color: #8f7e9f !important;
  line-height: 1.85;
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.fitting-results {
  padding-top: 72px;
  padding-bottom: 100px;
}
.result-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 49px;
}
.result-heading h1 {
  margin: 0;
}
.result-heading > p {
  max-width: 410px;
  line-height: 1.9;
  margin: 0;
}
.fitting-result-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 8%;
}
.support-profile {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.profile-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 20px;
}
.profile-row strong {
  font-size: 0.9375rem;
  font-weight: 550;
}
.profile-row > span {
  font-size: 0.8125rem;
  color: #bfa5d4;
}
.profile-row small {
  grid-column: 1/-1;
  color: #998ba9;
  font-size: 0.75rem;
}
.profile-track {
  height: 5px;
  grid-column: 1/-1;
  background: #d3c0e917;
  border-radius: 6px;
  overflow: hidden;
}
.profile-track > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #a285c1, #d4b4e8);
}
.recommendations {
  padding: 30px;
  border-radius: 9px;
  background: #aa8ec916;
  border: 1px solid #b89cd531;
}
.recommendation {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.recommendation h3 {
  font-size: 1.2rem;
  margin: 0 0 9px;
  font-weight: 550;
}
.recommendation p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin: 0 0 12px;
}
.recommendation a {
  font-size: 0.875rem;
  color: #d8b9f0;
  text-underline-offset: 4px;
}
.recommendation a:hover {
  text-decoration: underline;
}
.fitting-result-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 48px;
}
.fitting-result-actions + p {
  font-size: 0.8125rem;
  max-width: 730px;
  line-height: 1.9;
  margin-top: 25px;
}
.fitting-result-actions + p a {
  color: #cfb2e5;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.all-skipped {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 670px;
}
/* Real product screens, with a focused lightbox. */
.gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-block: 1px solid var(--line);
  padding: 19px 0;
  margin: 0 0 38px;
}
.gallery-toolbar > span {
  font-size: 0.8125rem;
  color: #998ba9;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px 28px;
  padding-bottom: 90px;
}
.gallery-card {
  min-width: 0;
}
.gallery-card .screen-figure > button {
  aspect-ratio: 1.65;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.gallery-card.portrait .screen-figure > button {
  aspect-ratio: 1.65;
  background: radial-gradient(ellipse, #79678d44, transparent);
}
.gallery-card.portrait img {
  object-fit: contain;
  max-height: 100%;
  width: auto;
  margin: auto;
}
.gallery-card .screen-figure figcaption {
  display: none;
}
.gallery-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}
.gallery-caption h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.gallery-caption > span {
  font-size: 0.75rem;
  color: #9b8ba8;
  text-align: right;
}
.page-gallery .catalog-intro {
  margin-bottom: 37px;
}
/* Companion destinations: quests and app access. */
.quest-opening {
  padding-top: 73px;
  padding-bottom: 85px;
}
.quest-sample {
  background: linear-gradient(140deg, #211a2f, #121622);
  border: 1px solid #aa8fc340;
  border-radius: 10px;
  padding: 33px;
}
.sample-label {
  font-size: 0.75rem;
  color: #8d7b9f;
  letter-spacing: 0.14em;
  margin-bottom: 27px;
}
.quest-sample h2 {
  font-size: 2rem;
  margin: 19px 0;
}
.quest-sample > p {
  font-size: 0.9375rem;
  line-height: 1.85;
}
.quest-progress-track {
  height: 5px;
  background: #d2c4e51b;
  border-radius: 6px;
  overflow: hidden;
  margin: 25px 0 10px;
}
.quest-progress-track > span {
  display: block;
  height: 100%;
  width: 0;
  background: #c9acd9;
  transition: width 0.3s;
}
.quest-sample #quest-status {
  font-size: 0.75rem;
  color: #bda7cd;
  margin-bottom: 21px;
}
.quest-sample label {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
  line-height: 1.7;
  cursor: pointer;
}
.quest-sample label input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 5px;
}
.quest-sample .sample-note {
  font-size: 0.75rem;
  color: #9785a9;
  margin: 23px 0 0;
}
.quest-sample .quiet-button {
  font-size: 0.8125rem;
  margin-top: 5px;
}
.quest-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 75px;
}
.quest-features article {
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.quest-features article > span {
  font: italic 2rem var(--serif);
  color: #9573ae;
  display: block;
  margin-bottom: 24px;
}
.quest-features h2 {
  font-size: 1.6rem;
  margin-bottom: 17px;
}
.quest-features p {
  font-size: 1rem;
  line-height: 1.85;
}
.mobile-opening {
  padding: 77px 0 90px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12%;
  align-items: center;
}
.mobile-opening h1 {
  font-size: clamp(2.8rem, 4.7vw, 4.7rem);
}
.mobile-opening .route-lead {
  max-width: 490px;
}
.platform-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.platform-list > a {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--line);
}
.platform-list > a:hover {
  background: #aa8dc809;
}
.platform-symbol {
  font-size: 1.6rem;
  width: 25px;
  flex-shrink: 0;
  color: #b192c9;
}
.platform-list strong {
  display: block;
  font-size: 1rem;
  font-weight: 550;
}
.platform-list small {
  font-size: 0.8125rem;
  color: #a18dae;
  display: block;
  margin-top: 4px;
}
.platform-list > a > span:last-child {
  margin-left: auto;
  color: #d1b7e5;
  font-size: 1.3rem;
}
.browser-install {
  margin-top: 27px;
}
.browser-install summary {
  font-size: 0.875rem;
  cursor: pointer;
  color: #baa4cb;
  line-height: 1.8;
}
.browser-install p {
  font-size: 0.9375rem;
  line-height: 1.9;
  margin-top: 17px;
}
.browser-install a {
  color: #d1b0e8;
  text-decoration: underline;
}
.mobile-showcase {
  max-width: 310px;
  justify-self: center;
  transform: rotate(2deg);
}
.mobile-showcase .screen-figure > button {
  border: 7px solid #261d31;
  border-radius: 33px;
}
.mobile-showcase figcaption {
  font-size: 0.75rem;
  text-align: center;
}
.mobile-showcase .text-link {
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-top: 17px;
}
.not-found {
  padding: 100px 0 140px;
}
.not-found p:not(.eyebrow) {
  margin: 23px 0 31px;
}
.not-found .text-link {
  margin-left: 30px;
}
@media (max-width: 1250px) {
  .desktop-nav {
    gap: 16px;
  }
  .nav-actions {
    gap: 16px;
  }
  .nav {
    gap: 18px;
  }
  .catalog-toolbar {
    gap: 15px;
  }
  .filter-bar button {
    padding-inline: 12px;
  }
  .search-field {
    width: 205px;
  }
  .blueprint-grid {
    gap: 17px;
  }
  .blueprint-card > a {
    padding: 24px;
  }
  .blueprint-card h2 {
    font-size: 1.5rem;
  }
  .fitting-layout {
    gap: 6%;
    grid-template-columns: 0.75fr 1.25fr;
  }
  .fitting-aside h1 {
    font-size: 2.8rem;
  }
  .fitting-surface {
    padding: 29px;
  }
  .fitting-surface legend {
    font-size: 1.85rem;
  }
  .install-panel {
    padding: 29px;
  }
  .install-panel h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .nav-actions {
    margin-left: auto;
  }
  .header.menu-is-open {
    position: fixed;
    background: var(--bg);
  }
  .menu-is-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-is-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-nav {
    max-height: calc(100dvh - 94px);
    overflow: auto;
  }
  .mobile-nav a {
    font-size: 1.125rem;
    padding: 12px;
  }
  .discovery {
    gap: 6%;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .discovery-intro h1 {
    font-size: 3.2rem;
  }
  .weight-row {
    gap: 17px;
  }
  .weight-row h2 {
    font-size: 1.125rem;
  }
  .story-grid {
    gap: 5%;
  }
  .catalog-intro {
    gap: 35px;
  }
  .catalog-intro h1 {
    font-size: 3.2rem;
  }
  .catalog-intro > p {
    max-width: 280px;
  }
  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .search-field {
    width: 100%;
    max-width: 350px;
  }
  .blueprint-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blueprint-card > a {
    min-height: 340px;
  }
  .blueprint-detail-grid {
    gap: 6%;
  }
  .fitting-aside h1 {
    font-size: 2.6rem;
  }
  .fitting-answers {
    grid-template-columns: 1fr;
  }
  .fitting-surface legend {
    min-height: 130px;
    margin-bottom: 23px;
  }
  .fitting-topline {
    margin-bottom: 32px;
  }
  .answer-option {
    min-height: 56px;
    padding: 13px 16px;
  }
  .fitting-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .gallery-caption {
    display: block;
  }
  .gallery-caption > span {
    display: block;
    text-align: left;
    margin-top: 5px;
  }
  .quest-sample {
    padding: 25px;
  }
  .quest-features {
    gap: 25px;
  }
  .mobile-opening {
    gap: 8%;
  }
}
@media (max-width: 860px) {
  .inner-page main {
    padding-top: 80px;
  }
  .mobile-nav {
    max-height: calc(100dvh - 80px);
  }
  .discovery {
    padding-top: 48px;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .discovery-intro {
    position: static;
    max-width: 600px;
  }
  .discovery-intro > p:not(.eyebrow) {
    max-width: 500px;
    margin: 23px 0;
  }
  .discovery-intro h1 {
    font-size: 3.4rem;
  }
  .weight-list {
    margin-top: 12px;
  }
  .weight-row h2 {
    font-size: 1.3rem;
  }
  .weight-row {
    padding-block: 24px;
  }
  .route-callout {
    padding: 55px 0 73px;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .route-callout h2 {
    font-size: 2.65rem;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .story-grid h1 {
    font-size: 3.1rem;
    max-width: 650px;
  }
  .story-grid .screen-figure {
    max-width: 650px;
  }
  .story-support {
    gap: 40px;
    grid-template-columns: 1fr;
    padding: 50px 0 65px;
  }
  .story-support > div:first-child {
    max-width: 550px;
  }
  .next-step {
    gap: 35px;
    grid-template-columns: 1fr;
    padding: 50px 0 80px;
  }
  .next-step aside {
    padding-top: 0;
  }
  .catalog-header {
    padding-top: 50px;
  }
  .catalog-intro {
    display: block;
    margin-bottom: 31px;
  }
  .catalog-intro h1 {
    font-size: 3.5rem;
  }
  .catalog-intro > p {
    max-width: 540px;
    margin: 26px 0 0;
  }
  .blueprint-detail-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .install-panel {
    position: static;
    max-width: 650px;
  }
  .install-panel .button {
    width: auto;
  }
  .detail-heading h1 {
    font-size: 3.4rem;
  }
  .fitting-layout {
    display: block;
    padding-top: 42px;
  }
  .fitting-aside {
    display: grid;
    grid-template-columns: 1fr 145px;
    gap: 0 25px;
    margin-bottom: 35px;
  }
  .fitting-aside .eyebrow {
    grid-column: 1/-1;
    margin-bottom: 18px;
  }
  .fitting-aside h1 {
    font-size: 2.5rem;
    grid-column: 1;
    margin-bottom: 13px;
  }
  .fitting-aside > p:not(.eyebrow) {
    grid-column: 1;
    max-width: 400px;
    font-size: 0.9375rem;
    margin: 0;
  }
  .fitting-ring {
    grid-column: 2;
    grid-row: 2/5;
    width: 140px;
    height: 140px;
    margin: 0;
    align-self: center;
  }
  .fitting-ring > div {
    width: 134px;
    height: 134px;
  }
  .fitting-ring strong {
    font-size: 2.5rem;
  }
  .fitting-ring span {
    font-size: 0.75rem;
  }
  .fitting-aside > p.fitting-aside-note {
    margin-top: 15px;
    font-size: 0.75rem;
  }
  .fitting-aside .text-link {
    grid-column: 1/-1;
    margin-top: 18px;
    font-size: 0.8125rem;
  }
  .fitting-surface {
    max-width: 760px;
  }
  .fitting-surface legend {
    min-height: 95px;
    font-size: 2rem;
  }
  .fitting-answers {
    grid-template-columns: 1fr 1fr;
  }
  .result-heading {
    display: block;
  }
  .result-heading > p {
    max-width: 650px;
    margin-top: 25px;
  }
  .fitting-result-grid {
    gap: 43px;
    grid-template-columns: 1fr;
  }
  .support-profile {
    gap: 22px;
  }
  .fitting-results {
    padding-top: 45px;
  }
  .gallery-grid {
    gap: 35px 20px;
  }
  .gallery-card .screen-figure > button,
  .gallery-card.portrait .screen-figure > button {
    aspect-ratio: 1.35;
  }
  .quest-opening {
    padding-top: 48px;
  }
  .quest-opening .story-grid {
    gap: 37px;
  }
  .quest-sample {
    max-width: 620px;
  }
  .quest-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .quest-features article {
    padding-top: 26px;
  }
  .quest-features h2 {
    font-size: 1.75rem;
  }
  .quest-features article > span {
    margin-bottom: 16px;
  }
  .quest-features p {
    max-width: 650px;
  }
  .mobile-opening {
    grid-template-columns: 1fr;
    gap: 49px;
    padding-top: 51px;
  }
  .mobile-showcase {
    max-width: 265px;
  }
  .mobile-opening h1 {
    font-size: 3.4rem;
  }
  .platform-list {
    max-width: 650px;
  }
  .browser-install {
    max-width: 650px;
  }
}
@media (max-width: 600px) {
  .inner-page main {
    padding-top: 76px;
  }
  .mobile-nav {
    max-height: calc(100dvh - 76px);
    padding: 15px 22px;
  }
  .mobile-nav a {
    font-size: 1rem;
    padding: 12px 8px;
  }
  .mobile-nav-label {
    padding-left: 8px;
  }
  .nav-popover {
    display: none;
  }
  .inner-page h1 {
    font-size: 2.8rem;
    line-height: 1.16;
  }
  .inner-page h2 {
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .discovery {
    padding-top: 40px;
    padding-bottom: 62px;
    gap: 23px;
  }
  .discovery-intro h1 {
    font-size: 2.9rem;
  }
  .discovery-intro > p:not(.eyebrow) {
    font-size: 1rem;
    margin-top: 22px;
  }
  .discovery-intro .text-link {
    font-size: 0.875rem;
    line-height: 1.8;
    gap: 13px;
  }
  .weight-row {
    padding: 22px 0;
    gap: 17px;
  }
  .weight-row small {
    font-size: 0.75rem;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .weight-row h2 {
    font-size: 1.12rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .weight-number {
    font-size: 1.45rem;
    min-width: 21px;
  }
  .weight-row > span:last-child {
    font-size: 1.25rem;
  }
  .weight-other {
    font-size: 0.875rem;
  }
  .list-label {
    font-size: 0.75rem;
    letter-spacing: 0.09em;
  }
  .route-callout {
    padding: 44px 0 63px;
  }
  .route-callout h2 {
    font-size: 2.2rem;
  }
  .route-callout .eyebrow {
    font-size: 0.75rem;
  }
  .route-callout .button {
    max-width: 100%;
    font-size: 0.875rem;
    white-space: normal;
  }
  .story-opening {
    padding-top: 31px;
    padding-bottom: 56px;
  }
  .breadcrumb {
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
  .story-grid h1 {
    font-size: 2.55rem;
  }
  .story-grid .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }
  .route-lead {
    font-size: 1rem;
    line-height: 1.85;
  }
  .story-grid .button {
    margin-top: 22px;
  }
  .screen-figure figcaption {
    font-size: 0.75rem;
  }
  .story-support {
    gap: 25px;
    padding-block: 39px 50px;
  }
  .support-step {
    gap: 18px;
  }
  .support-step h3 {
    font-size: 1.05rem;
  }
  .support-step p {
    font-size: 0.9375rem;
  }
  .next-step {
    padding: 40px 0 63px;
    gap: 32px;
  }
  .next-step > div {
    padding: 28px 23px;
  }
  .next-step h2 {
    font-size: 2.1rem;
  }
  .next-step .button {
    font-size: 0.8125rem;
    padding-inline: 17px;
    gap: 18px;
    max-width: 100%;
  }
  .next-step aside a {
    font-size: 0.875rem;
  }
  .catalog-header {
    padding-top: 42px;
  }
  .catalog-intro h1 {
    font-size: 2.9rem;
  }
  .catalog-intro p {
    font-size: 1rem;
    margin-top: 23px;
  }
  .filter-bar {
    gap: 5px;
  }
  .filter-bar button {
    padding: 7px 11px;
    font-size: 0.8125rem;
    min-height: 40px;
  }
  .catalog-toolbar {
    padding: 18px 0;
    gap: 19px;
  }
  .search-field {
    max-width: none;
  }
  .result-count {
    margin-top: 16px;
    margin-bottom: 22px;
  }
  .blueprint-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 59px;
  }
  .blueprint-card > a {
    min-height: 315px;
    padding: 25px;
  }
  .blueprint-card h2 {
    font-size: 1.7rem;
    margin-top: 21px;
  }
  .blueprint-card p {
    font-size: 1rem;
  }
  .blueprint-card-bottom {
    font-size: 0.75rem;
  }
  .blueprint-counts {
    font-size: 0.8125rem;
  }
  .detail-heading h1 {
    font-size: 2.8rem;
    overflow-wrap: break-word;
  }
  .detail-heading > p {
    font-size: 1rem;
  }
  .blueprint-detail {
    padding: 29px 0 68px;
  }
  .detail-meta {
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 39px;
    line-height: 1.8;
  }
  .detail-meta span {
    padding-left: 14px;
  }
  .blueprint-part summary {
    grid-template-columns: 62px 1fr 12px;
    gap: 10px;
    padding: 21px 0;
  }
  .blueprint-part summary strong {
    font-size: 0.9375rem;
  }
  .blueprint-part summary > span:first-child {
    font-size: 0.75rem;
  }
  .blueprint-part > div {
    padding-left: 72px;
    padding-right: 0;
  }
  .blueprint-part li {
    font-size: 0.9375rem;
    padding-block: 6px;
  }
  .install-panel {
    padding: 29px 24px;
  }
  .install-panel h2 {
    font-size: 2.1rem;
  }
  .install-panel .button {
    font-size: 0.8125rem;
    max-width: 100%;
    line-height: 1.7;
  }
  .install-panel .text-link {
    font-size: 0.875rem;
  }
  .fitting-layout {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  .fitting-aside {
    grid-template-columns: 1fr 95px;
    gap: 0 14px;
  }
  .fitting-aside h1 {
    font-size: 2rem;
    line-height: 1.12;
    letter-spacing: -0.04em;
  }
  .fitting-aside > p:not(.eyebrow) {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .fitting-ring {
    width: 92px;
    height: 92px;
    align-self: start;
    margin-top: 4px;
    grid-row: 2/4;
  }
  .fitting-ring > div {
    width: 86px;
    height: 86px;
  }
  .fitting-ring strong {
    font-size: 2rem;
  }
  .fitting-ring span {
    font-size: 0.75rem;
    max-width: 65px;
    text-align: center;
    line-height: 1.4;
  }
  .fitting-aside > p.fitting-aside-note {
    font-size: 0.75rem;
    grid-column: 1/-1;
    margin-top: 15px;
  }
  .fitting-aside .text-link {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-top: 14px;
  }
  .fitting-surface {
    padding: 24px 20px;
    border-radius: 9px;
  }
  .fitting-topline {
    font-size: 0.75rem;
    margin-bottom: 25px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .fitting-surface legend {
    font-size: 1.55rem;
    line-height: 1.42;
    min-height: 120px;
    margin-bottom: 24px;
  }
  .fitting-answers {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .answer-option {
    font-size: 0.9375rem;
    padding: 12px 14px;
    min-height: 53px;
  }
  .fitting-controls {
    gap: 19px;
    margin-top: 25px;
  }
  .fitting-controls .button {
    gap: 17px;
    padding-inline: 13px;
    min-height: 45px;
    font-size: 0.8125rem;
  }
  .quiet-button {
    font-size: 0.8125rem;
  }
  .fitting-preview-note {
    font-size: 0.75rem;
    margin-top: 23px;
    padding-top: 18px;
  }
  .result-heading h1 {
    font-size: 2.7rem;
  }
  .fitting-results {
    padding-top: 40px;
  }
  .result-heading {
    margin-bottom: 35px;
  }
  .result-heading > p {
    font-size: 0.9375rem;
  }
  .recommendations {
    padding: 25px;
  }
  .profile-row {
    gap: 7px 15px;
  }
  .profile-row strong {
    font-size: 0.875rem;
  }
  .profile-row > span {
    font-size: 0.75rem;
  }
  .profile-row small {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .fitting-result-actions {
    gap: 19px;
  }
  .gallery-toolbar {
    display: block;
    margin-bottom: 27px;
  }
  .gallery-toolbar > span {
    display: block;
    margin-top: 13px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 60px;
  }
  .gallery-card .screen-figure > button,
  .gallery-card.portrait .screen-figure > button {
    aspect-ratio: 1.45;
  }
  .gallery-caption {
    margin-top: 17px;
  }
  .gallery-caption h2 {
    font-size: 1.15rem;
  }
  .gallery-caption > span {
    font-size: 0.75rem;
  }
  .screen-paging {
    padding: 12px 13px;
    gap: 7px;
  }
  .screen-paging button {
    font-size: 0.8125rem;
  }
  .quest-opening {
    padding-top: 43px;
    padding-bottom: 53px;
  }
  .quest-opening .story-grid h1 {
    font-size: 2.75rem;
  }
  .quest-sample {
    padding: 26px 23px;
  }
  .quest-sample h2 {
    font-size: 2rem;
  }
  .quest-sample label {
    font-size: 0.9375rem;
  }
  .quest-features {
    padding-bottom: 49px;
  }
  .quest-features h2 {
    font-size: 1.6rem;
  }
  .quest-features p {
    font-size: 1rem;
  }
  .mobile-opening {
    padding: 43px 0 63px;
  }
  .mobile-opening h1 {
    font-size: 2.85rem;
  }
  .platform-list > a {
    gap: 16px;
    padding: 21px 0;
  }
  .platform-list strong {
    font-size: 0.9375rem;
  }
  .platform-list small {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  .platform-symbol {
    width: 20px;
    font-size: 1.45rem;
  }
  .not-found {
    padding: 65px 0 90px;
  }
  .not-found .text-link {
    display: block;
    margin: 24px 0 0;
  }
  .catalog-empty {
    padding: 30px 0 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .weight-row,
  .blueprint-card,
  .screen-figure img,
  .quest-progress-track > span {
    transition: none;
  }
}
/* People lead each story; the product follows with concrete support. */
.people-scene {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #151c25;
  position: relative;
  isolation: isolate;
}
.people-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.people-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, #090b1333);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #ffffff12;
}
.profile-scene {
  aspect-ratio: 4/5;
  box-shadow: 0 28px 80px #0004;
  border-radius: 40% 40% 12px 12px;
}
.profile-scene img {
  object-position: 58% center;
}
.page-story .story-grid {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 6%;
}
.page-story .story-opening {
  padding-bottom: 70px;
}
.page-story .story-support {
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.story-product {
  margin-top: 34px;
}
.weight-portrait {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.weight-row {
  gap: 18px;
}
.weight-row:hover {
  padding-inline: 0;
}
.weight-row small {
  font-size: 0.875rem;
}
.blueprint-people {
  aspect-ratio: 1.7;
  margin: -10px -10px 27px;
}
.quest-people {
  aspect-ratio: 1.8;
  margin-top: 35px;
  max-width: 600px;
}
@media (max-width: 1100px) {
  .weight-portrait {
    width: 70px;
    height: 80px;
  }
  .weight-row {
    gap: 14px;
  }
  .profile-scene {
    aspect-ratio: 3/4;
  }
}
@media (max-width: 860px) {
  .page-story .story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .profile-scene {
    aspect-ratio: 3/2;
    border-radius: 12px;
    max-width: 650px;
    width: 100%;
  }
  .profile-scene img {
    object-position: center;
  }
  .page-story .story-support {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .page-story .story-support > div:first-child {
    max-width: 650px;
  }
  .story-product {
    max-width: 600px;
  }
  .page-story .story-opening {
    padding-bottom: 45px;
  }
  .weight-portrait {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 600px) {
  .weight-portrait {
    width: 72px;
    height: 84px;
  }
  .weight-row {
    gap: 14px;
  }
  .weight-row small {
    font-size: 0.8125rem;
  }
  .weight-row h2 {
    font-size: 1.0625rem;
  }
  .weight-row > div {
    min-width: 0;
  }
  .profile-scene {
    aspect-ratio: 6/5;
  }
  .story-product {
    margin-top: 26px;
  }
  .quest-people {
    aspect-ratio: 3/2;
  }
  .blueprint-people {
    margin: -5px -5px 24px;
  }
}
/* A touch-friendly, keyboard-operable before / with HALO reveal. */
.life-comparison {
  padding: 55px 0 65px;
  border-top: 1px solid var(--line);
}
.comparison-heading {
  max-width: 740px;
  margin-bottom: 30px;
}
.comparison-heading h2 {
  line-height: 1.2;
}
.comparison-heading > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 630px;
  margin-top: 22px;
}
.comparison-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  color: #e5d8ed;
  font-size: 0.875rem;
}
.comparison-frame {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 12px;
  background: #141b22;
  isolation: isolate;
}
.comparison-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.comparison-after {
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
}
.comparison-divider {
  position: absolute;
  left: var(--reveal);
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee2fa;
  transform: translateX(-50%);
  pointer-events: none;
  filter: drop-shadow(0 0 7px #0005);
}
.comparison-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 88px;
  height: 60px;
  border: 1px solid #e9d6fd;
  border-radius: 30px;
  background: #101323;
  box-shadow: 0 4px 24px #0006;
  color: #ddc7f0;
  font-size: 1.4rem;
}
.comparison-handle img {
  width: 42px;
  height: auto;
}
.comparison-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}
.comparison-frame:has(.comparison-range:focus-visible) {
  outline: 3px solid #d9bbf1;
  outline-offset: 5px;
}
.comparison-frame:has(.comparison-range:focus-visible) .comparison-handle {
  box-shadow:
    0 0 0 4px #a176b9,
    0 4px 24px #0006;
}
.comparison-help {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 18px 0 7px;
}
.comparison-note {
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 0;
  color: #95889f;
}
@media (max-width: 600px) {
  .life-comparison {
    padding: 35px 0 45px;
  }
  .comparison-heading {
    margin-bottom: 23px;
  }
  .comparison-handle {
    width: 76px;
    height: 54px;
    gap: 5px;
  }
  .comparison-handle img {
    width: 36px;
  }
  .comparison-help {
    font-size: 0.8125rem;
  }
  .comparison-frame {
    border-radius: 8px;
  }
}
/* Keep all four family members in view at every size. */
.profile-scene.family-scene {
  aspect-ratio: 3/2;
  border-radius: 12px;
}
.profile-scene.family-scene img {
  object-position: center;
}
/* Everyday lives, connected to concrete product support. */
.people-paths {
  padding: 15px 0 80px;
}
.people-paths > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.people-paths a {
  display: block;
  min-width: 0;
}
.people-paths img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 9px;
  transition: transform 0.3s;
}
.people-paths a:hover img {
  transform: translateY(-5px);
}
.people-paths span {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 17px;
  color: #d9cee4;
}
.day-story {
  padding: 85px 0;
}
.day-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.day-story-grid article {
  min-width: 0;
}
.day-story-grid img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 9px;
}
.day-story-grid .day-product img {
  object-fit: contain;
  background: #1a1524;
  padding: 15px;
  border: 1px solid #baa2d23b;
}
.day-story-grid article > span {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: #c4acd8;
  margin: 25px 0 15px;
}
.day-story-grid h3 {
  font-size: 1.45rem;
  letter-spacing: -0.025em;
  line-height: 1.35;
}
.day-story-grid p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.85;
}
.day-story .story-caption {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 30px;
}
.day-story .text-link {
  font-size: 0.875rem;
  line-height: 1.8;
}
.profile-proof {
  padding: 30px 0 65px;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-bottom: 28px;
}
.proof-grid article {
  min-width: 0;
}
.proof-grid h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 13px;
}
.proof-grid p {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 25px;
}
.proof-grid .screen-figure > button {
  height: 285px;
}
.proof-grid .screen-figure img {
  height: 100%;
  object-fit: contain;
  background: #15131f;
}
.profile-proof .text-link {
  font-size: 0.875rem;
}
.quest-depth {
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.quest-depth h2 {
  line-height: 1.25;
  margin-bottom: 35px;
}
.quest-depth > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 25px;
}
.quest-depth details {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.quest-depth summary {
  font-size: 1.125rem;
  cursor: pointer;
  line-height: 1.5;
}
.quest-depth details p {
  font-size: 1rem;
  line-height: 1.85;
}
.quest-depth .text-link {
  font-size: 0.875rem;
}
.fitting-dimensions {
  padding: 30px 0 70px;
}
.fitting-dimensions > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
}
.fitting-dimensions span {
  padding: 18px;
  border: 1px solid var(--line);
  font-size: 0.9375rem;
  line-height: 1.6;
  border-radius: 7px;
}
.fitting-dimensions p:not(.eyebrow) {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.live-fitting {
  margin: 20px 0;
  color: #e5c8f5 !important;
}
.qr-section {
  padding: 10px 0 85px;
}
.qr-section h2 {
  margin-bottom: 30px;
}
.qr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 850px;
}
.qr-grid a {
  padding: 22px;
  background: #17141f;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.qr-grid img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 228px;
  margin: auto;
  border-radius: 5px;
}
.qr-grid strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .nav-actions {
    margin-left: auto;
  }
  .people-paths img {
    height: 210px;
  }
  .day-story-grid img {
    height: 220px;
  }
}
@media (max-width: 860px) {
  .people-paths > div {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .people-paths img {
    height: 230px;
  }
  .day-story {
    padding: 55px 0;
  }
  .day-story-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .day-story-grid img {
    height: auto;
    aspect-ratio: 3/2;
  }
  .day-story-grid article {
    max-width: 650px;
  }
  .proof-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .quest-depth > div {
    grid-template-columns: 1fr;
  }
  .fitting-dimensions > div {
    grid-template-columns: 1fr 1fr;
  }
  .qr-grid {
    gap: 15px;
  }
  .qr-grid a {
    padding: 14px;
  }
}
@media (max-width: 600px) {
  .people-paths {
    padding-bottom: 50px;
  }
  .people-paths img {
    height: 170px;
  }
  .people-paths span {
    font-size: 0.875rem;
  }
  .day-story-grid h3 {
    font-size: 1.4rem;
  }
  .day-story-grid img {
    height: auto;
  }
  .profile-proof {
    padding-bottom: 45px;
  }
  .proof-grid .screen-figure > button {
    height: 240px;
  }
  .quest-depth {
    padding-block: 40px;
  }
  .fitting-dimensions > div {
    gap: 10px;
  }
  .fitting-dimensions span {
    padding: 12px;
    font-size: 0.875rem;
  }
  .qr-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  .qr-section {
    padding-bottom: 55px;
  }
  .qr-grid img {
    max-width: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .people-paths img {
    transition: none;
  }
}
/* Each answered question becomes one arc of a literal halo above the head. */
.fitting-ring.literal-halo {
  position: relative;
  display: block;
  width: 280px;
  height: 320px;
  max-width: 100%;
  margin: 28px 0 20px;
  background: none;
  border-radius: 0;
  transform: none;
}
.literal-halo .halo-person {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.literal-halo .halo-arcs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: visible;
}
.halo-arcs path {
  fill: none;
  stroke: #c6a4ef25;
  stroke-width: 5;
  stroke-linecap: round;
  transition:
    stroke 0.35s,
    filter 0.35s;
}
.halo-arcs path.answered {
  stroke: #efdcff;
  filter: drop-shadow(0 0 4px #bd86ff);
}
.literal-halo > div.halo-face {
  position: absolute;
  top: 49%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transform: none;
  background: none;
  border-radius: 0;
}
.literal-halo .halo-face strong {
  font: 3rem var(--serif);
  color: #fff2ff;
  line-height: 1.1;
}
.literal-halo .halo-face span {
  font-size: 0.8125rem;
  color: #e1d1ef;
  line-height: 1.5;
  max-width: none;
  margin-top: 6px;
}
.literal-halo.result-halo {
  margin: 0 auto 35px;
  width: 230px;
  height: 270px;
}
.result-halo .halo-person {
  top: 35px;
}
.comparison-jump {
  display: block;
  margin-top: 22px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #dabfec;
}
#life-comparison {
  scroll-margin-top: 115px;
}
.quest-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 80px;
}
.quest-gallery-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #14131f;
}
.quest-gallery-card .people-scene {
  aspect-ratio: 1.9;
  border-radius: 0;
}
.quest-gallery-card > div {
  padding: 30px;
}
.quest-gallery-card h2 {
  font-size: 1.8rem;
  margin: 20px 0 15px;
}
.quest-gallery-card p {
  font-size: 0.875rem;
}
.quest-gallery-card summary {
  cursor: pointer;
  padding: 17px 0;
  font-size: 1rem;
}
.quest-gallery-card li {
  padding: 7px 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.quest-gallery-card .text-link {
  margin-top: 20px;
  font-size: 0.875rem;
}
.quest-gallery-card[hidden] {
  display: none;
}
@media (max-width: 860px) {
  .fitting-aside .literal-halo {
    width: 145px;
    height: 170px;
    grid-column: 2;
    grid-row: 2/6;
    align-self: start;
    margin: 0;
  }
  .fitting-aside .literal-halo .halo-person {
    top: 22px;
  }
  .fitting-aside .literal-halo .halo-face strong {
    font-size: 2rem;
  }
  .fitting-aside .literal-halo .halo-face span {
    font-size: 0.75rem;
  }
  .fitting-aside .live-fitting {
    grid-column: 1;
    grid-row: auto;
  }
  .quest-gallery-grid {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fitting-aside {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .fitting-aside .literal-halo {
    width: 200px;
    height: 230px;
    align-self: center;
    margin: 8px 0;
  }
  .fitting-aside .literal-halo .halo-person {
    top: 28px;
  }
  .fitting-aside .literal-halo .halo-face strong {
    font-size: 2.5rem;
  }
  .fitting-aside .literal-halo .halo-face span {
    font-size: 0.8125rem;
  }
  .quest-gallery-grid {
    grid-template-columns: 1fr;
  }
  .quest-gallery-card > div {
    padding: 25px;
  }
  .quest-gallery-card h2 {
    font-size: 1.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .halo-arcs path {
    transition: none;
  }
}
/* Keep the face clear; progress sits beside the person. */
.fitting-ring.literal-halo,
.fitting-aside .fitting-ring.literal-halo {
  width: 280px;
  height: 270px;
  max-width: 100%;
}
.literal-halo .halo-person,
.fitting-aside .literal-halo .halo-person {
  width: 72%;
  left: 0;
  top: 40px;
}
.literal-halo .halo-arcs {
  width: 44%;
  left: 14%;
  top: 30px;
}
.literal-halo > div.halo-count {
  position: absolute;
  left: 74%;
  top: 43%;
  width: 26%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: none;
  background: none;
  border-radius: 0;
  text-align: center;
}
.literal-halo .halo-count strong {
  font: 2.8rem var(--serif);
  color: #f4e8ff;
  line-height: 1.15;
}
.literal-halo .halo-count span {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #c7b2d9;
  max-width: none;
  margin-top: 6px;
}
.answer-option[aria-pressed="true"] {
  border-color: #c6a0df;
  background: #b995db1c;
}
.answer-option[aria-pressed="true"] .answer-mark {
  border: 4px solid #d1b4e7;
  background: #403048;
}
.answer-option {
  text-align: left;
  color: inherit;
  width: 100%;
  font-family: inherit;
}
.answer-option:focus-visible {
  outline: 2px solid #dac0f0;
  outline-offset: 3px;
}
.answer-option:disabled {
  cursor: default;
}
.answer-auto-note {
  font-size: 0.8125rem;
  color: #aa98bc;
  margin-left: auto;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 860px) and (min-width: 601px) {
  .fitting-aside {
    grid-template-columns: 1fr 200px;
  }
  .fitting-aside .fitting-ring.literal-halo {
    width: 200px;
    height: 210px;
  }
  .literal-halo .halo-count strong {
    font-size: 2.2rem;
  }
  .literal-halo .halo-count span {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .answer-auto-note {
    font-size: 0.75rem;
    max-width: 130px;
  }
  .fitting-controls {
    gap: 20px;
  }
}
.result-view-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #a78cba70;
  border-radius: 9px;
  margin: 0 0 26px;
  background: #14101d;
}
.result-view-switch button {
  min-width: 92px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-size: 0.9375rem;
  color: #b6a4c8;
  cursor: pointer;
}
.result-view-switch button[aria-pressed="true"] {
  background: #be9ed22b;
  border-color: #d7b9f3;
  color: #f3e6ff;
}
.result-view-switch button:focus-visible {
  outline: 2px solid #eee0ff;
  outline-offset: 3px;
}
.support-profile[hidden],
#result-radar[hidden] {
  display: none;
}
.support-radar {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: auto;
  overflow: visible;
}
.radar-grid {
  fill: none;
  stroke: #baa1d22b;
  stroke-width: 1;
}
.radar-axis {
  stroke: #baa1d235;
  stroke-width: 1;
}
.radar-axis-label {
  fill: #dfc8f1;
  font-size: 14px;
  font-family: inherit;
}
.radar-shape {
  fill: #bc92e32b;
  stroke: #d3adee;
  stroke-width: 2;
}
.radar-data-line {
  stroke: #d3adee;
  stroke-width: 2;
}
.radar-point {
  fill: #f3dcff;
  stroke: #9e71c2;
  stroke-width: 1.5;
}
.radar-scale {
  fill: #aa99bb;
  font-size: 12px;
}
.radar-note {
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  color: #a99ab8;
  margin: 0 0 26px;
}
.radar-key {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}
.radar-key li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.radar-key-number {
  color: #b68ed1;
  min-width: 14px;
}
.radar-key small {
  display: block;
  font-size: 0.75rem;
  color: #9a8ba9;
  margin-top: 3px;
}
.radar-key strong {
  margin-left: auto;
  color: #dcc2ef;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
}
/* Completed answers resolve into a single uninterrupted halo. */
.halo-arcs .halo-whole {
  fill: none;
  stroke: #efdcff;
  stroke-width: 5;
  opacity: 0;
  filter: drop-shadow(0 0 5px #bd86ff);
  transition: opacity 1.1s ease;
}
.halo-arcs path {
  transition:
    stroke 0.35s,
    filter 0.35s,
    opacity 1.1s ease;
}
.halo-complete .halo-arcs path {
  opacity: 0;
}
.halo-complete .halo-arcs .halo-whole {
  opacity: 1;
}
.result-halo.halo-complete .halo-arcs path {
  animation: halo-pieces-resolve 1.1s ease both;
}
.result-halo.halo-complete .halo-arcs .halo-whole {
  animation: halo-unify 1.1s ease both;
}
@keyframes halo-pieces-resolve {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes halo-unify {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .halo-arcs path,
  .halo-arcs .halo-whole {
    transition: none;
  }
  .result-halo.halo-complete .halo-arcs path,
  .result-halo.halo-complete .halo-arcs .halo-whole {
    animation: none;
  }
}
