@font-face { font-family: "DejaVu Sans"; src: url("../docs/server-snapshots/2026-08-11-after-muzmost/site-perspective-series/assets/fonts/DejaVuSans-ExtraLight.ttf") format("truetype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "DejaVu Sans"; src: url("../docs/server-snapshots/2026-08-11-after-muzmost/site-perspective-series/assets/fonts/DejaVuSans.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DejaVu Sans"; src: url("../docs/server-snapshots/2026-08-11-after-muzmost/site-perspective-series/assets/fonts/DejaVuSans-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "DejaVu Serif"; src: url("../docs/server-snapshots/2026-08-11-after-muzmost/site-perspective-series/assets/fonts/DejaVuSerif.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

:root { color-scheme: light dark; --radius: 14px; --radius-small: 9px; --ease: cubic-bezier(.16, 1, .3, 1); --background: #f5f3f1; --surface: rgb(255 255 255 / .78); --surface-strong: #fffdfb; --text: #171717; --body: #45413f; --muted: #746b68; --line: rgb(37 31 30 / .16); --accent: #84515d; --accent-strong: #643642; --accent-soft: #f0e2e5; --error: #9e3542; --shadow: 0 22px 60px rgb(42 29 30 / .17); font-family: "DejaVu Sans", "Segoe UI", sans-serif; }
html[data-theme="dark"] { color-scheme: dark; --background: #171313; --surface: rgb(30 25 25 / .81); --surface-strong: #231e1e; --text: #f2efeb; --body: #c8c2bd; --muted: #a89f9b; --line: rgb(242 239 235 / .16); --accent: #c58a97; --accent-strong: #ebbac4; --accent-soft: #472e35; --error: #ffb1b9; --shadow: 0 23px 70px rgb(0 0 0 / .39); }
@media (prefers-color-scheme: dark) { html[data-theme="system"] { color-scheme: dark; --background: #171313; --surface: rgb(30 25 25 / .81); --surface-strong: #231e1e; --text: #f2efeb; --body: #c8c2bd; --muted: #a89f9b; --line: rgb(242 239 235 / .16); --accent: #c58a97; --accent-strong: #ebbac4; --accent-soft: #472e35; --error: #ffb1b9; --shadow: 0 23px 70px rgb(0 0 0 / .39); } }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 320px; background: var(--background); }
body { min-width: 320px; min-height: 100vh; min-height: 100dvh; margin: 0; overflow-x: hidden; background: var(--background); color: var(--text); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.photo-backdrop { position: fixed; z-index: 0; inset: 0; background: url("assets/bar-interior.webp") center / cover no-repeat; }
.photo-backdrop::after { position: absolute; inset: 0; content: ""; background: linear-gradient(105deg, rgb(245 243 241 / .94) 0%, rgb(245 243 241 / .87) 52%, rgb(245 243 241 / .72) 100%); }
html[data-theme="dark"] .photo-backdrop::after { background: linear-gradient(105deg, rgb(23 19 19 / .94) 0%, rgb(23 19 19 / .86) 52%, rgb(23 19 19 / .71) 100%); }
@media (prefers-color-scheme: dark) { html[data-theme="system"] .photo-backdrop::after { background: linear-gradient(105deg, rgb(23 19 19 / .94) 0%, rgb(23 19 19 / .86) 52%, rgb(23 19 19 / .71) 100%); } }
.page-shell { position: relative; z-index: 1; width: min(100% - 40px, 1176px); min-height: 100vh; min-height: 100dvh; margin: 0 auto; padding: 22px 0 42px; }
.topbar { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 15px; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.brand img { width: 33px; height: 33px; }
.theme-switcher { display: grid; grid-template-columns: repeat(3, 34px); padding: 3px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); box-shadow: 0 8px 20px rgb(28 20 20 / .1); backdrop-filter: blur(15px); }
.theme-button { display: inline-grid; width: 34px; height: 32px; place-items: center; border: 0; border-radius: 6px; background: transparent; color: var(--muted); transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
.theme-button svg { width: 16px; height: 16px; stroke-width: 1.65; }
.theme-button:hover { color: var(--text); background: color-mix(in srgb, var(--accent-soft) 62%, transparent); }
.theme-button:active { transform: scale(.95); }
.theme-button[aria-pressed="true"] { background: var(--accent-soft); color: var(--accent-strong); }
.choice-card:has(input:focus-visible) { outline: 3px solid var(--accent); outline-offset: 3px; }
fieldset { min-inline-size: 0; border: 0; padding: 0; margin: 0; }
fieldset + fieldset { margin-top: 18px; }
legend { display: block; max-width: 68ch; margin: 0 0 10px; padding: 0; color: var(--text); font-weight: 650; line-height: 1.35; }
.form-stack { display: grid; gap: 18px; }
.field-help { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.field-error { margin: 8px 0 0; color: var(--error); font-size: 14px; line-height: 1.45; }
.checkline, .consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 12px; color: var(--body); line-height: 1.45; }
.checkline input, .consent input { margin-top: 4px; accent-color: var(--accent-strong); }
.range-field { display: grid; gap: 12px; color: var(--text); font-weight: 650; }
.range-field input { width: 100%; accent-color: var(--accent-strong); }
.choice-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.review-accordion { border-top: 1px solid var(--line); padding-top: 16px; }
.review-accordion summary { color: var(--text); cursor: pointer; font-weight: 650; }
.summary-edit { margin-top: 8px; border: 0; border-bottom: 1px solid currentColor; padding: 0; background: transparent; color: var(--accent-strong); font: inherit; font-size: 14px; cursor: pointer; }
.intro { width: min(670px, 100%); margin: clamp(37px, 4.5vw, 62px) 0 clamp(24px, 3.4vw, 42px); }
.audience-rail { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.audience-rail span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--body); font-size: 12px; line-height: 1; box-shadow: 0 8px 20px rgb(34 23 23 / .07); backdrop-filter: blur(14px); }
.audience-rail svg { width: 14px; height: 14px; color: var(--accent); stroke-width: 1.65; }
.survey-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 17px; padding: 0 4px; color: var(--text); }
.survey-footer__contact { display: inline-flex; align-items: center; gap: 6px; color: var(--text); font-size: 13px; line-height: 1.4; }
.survey-footer__contact svg { width: 15px; height: 15px; flex: 0 0 auto; }
.survey-footer__email { color: inherit; font-weight: 700; text-decoration: none; }
.survey-footer__email:hover, .survey-footer__email:focus-visible { color: var(--accent-strong); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.survey-footer__copy { display: inline-grid; width: 26px; height: 26px; margin-left: 1px; padding: 0; place-items: center; border: 0; border-radius: 6px; background: transparent; color: inherit; }
.survey-footer__copy:hover { color: var(--accent-strong); }
.survey-footer__copy[data-copied="true"] { color: var(--accent-strong); }
.survey-footer__copy svg { width: 15px; height: 15px; }
.eyebrow, .question-kicker, .quiz__counter { margin: 0; color: var(--accent-strong); font-size: 12px; font-weight: 700; letter-spacing: .045em; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: "DejaVu Serif", Georgia, serif; font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 18ch; margin-bottom: 15px; font-size: clamp(34px, 3.45vw, 46px); line-height: 1.2; }
.intro__lead { max-width: 55ch; margin-bottom: 0; color: var(--body); font-size: 17px; font-weight: 200; line-height: 1.72; }
.intro__lead p { margin: 0; }
.intro__lead p + p { margin-top: 11px; }
.quiz { position: relative; padding: clamp(22px, 3.25vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); backdrop-filter: blur(18px) saturate(1.04); }
.quiz__topline { display: grid; grid-template-columns: minmax(0, 1fr) minmax(170px, 250px); gap: 30px; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.quiz__caption { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.progress { height: 4px; overflow: hidden; border-radius: 4px; background: color-mix(in srgb, var(--body) 17%, transparent); }
.progress span { display: block; width: 16.667%; height: 100%; background: var(--accent); transition: width .4s var(--ease); }
.step-stage { position: relative; overflow: hidden; }
.step { min-height: 300px; padding: clamp(31px, 4vw, 52px) 0 22px; }
.step.is-entering-forward { animation: step-in-forward .42s var(--ease) both; }
.step.is-entering-back { animation: step-in-back .42s var(--ease) both; }
.step.is-leaving-forward { animation: step-out-forward .28s ease-in both; }
.step.is-leaving-back { animation: step-out-back .28s ease-in both; }
.question-layout { display: grid; grid-template-columns: minmax(0, .87fr) minmax(326px, 1.13fr); gap: clamp(38px, 6vw, 84px); align-items: start; }
.question-layout--gate { align-items: center; }
.question-layout--contact { grid-template-columns: minmax(0, .9fr) minmax(310px, 1.1fr); }
.question-kicker { margin-bottom: 11px; }
h2 { max-width: 15ch; margin-bottom: 14px; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.question-layout > div > p:not(.question-kicker) { max-width: 43ch; margin-bottom: 0; color: var(--body); font-size: 16px; font-weight: 200; line-height: 1.7; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice-grid > div { display: grid; gap: 10px; grid-column: 1 / -1; }
.choice-list { display: grid; gap: 10px; }
.choice-list--compact { max-width: 370px; }
.choice-list--inline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-card { position: relative; display: flex; min-height: 64px; align-items: center; gap: 12px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; background: color-mix(in srgb, var(--surface-strong) 82%, transparent); color: var(--text); font-size: 14px; line-height: 1.38; transition: border-color .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease); }
.choice-card:hover { border-color: color-mix(in srgb, var(--accent) 62%, var(--line)); box-shadow: 0 12px 26px rgb(34 20 23 / .11); transform: translateY(-2px); }
.choice-card:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); box-shadow: inset 0 0 0 1px var(--accent); }
.choice-card input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.choice-card input:focus-visible + .choice-card__icon { outline: 3px solid var(--accent); outline-offset: 3px; }
.choice-card--large { min-height: 139px; align-items: flex-end; }
.choice-card--large > span:last-child { display: grid; gap: 7px; }
.choice-card--large strong { font-size: 16px; }
.choice-card--large small { color: var(--muted); font-size: 12px; }
.choice-card__icon { display: inline-grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 8px; background: var(--accent-soft); color: var(--accent-strong); }
.choice-card__icon svg { width: 17px; height: 17px; stroke-width: 1.6; }
.is-invalid .choice-card { border-color: var(--error); }
.contact-panel { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: color-mix(in srgb, var(--surface-strong) 65%, transparent); }
.contact-fields { display: grid; gap: 13px; margin-top: 16px; }
.field { display: grid; gap: 7px; color: var(--body); font-size: 12px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 8px; outline: none; background: var(--surface-strong); color: var(--text); font-size: 14px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease), opacity .2s var(--ease); }
.field textarea { min-height: 116px; resize: vertical; line-height: 1.55; }
.field input:hover:not(:disabled), .field textarea:hover:not(:disabled) { border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); }
.field input:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent); }
.field input:disabled, .field textarea:disabled { cursor: not-allowed; opacity: .48; }
.field-optional { color: var(--muted); font-weight: 400; }
.feedback-help { display: flex; justify-content: space-between; gap: 16px; }
.field-counter { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.quiz__actions { display: flex; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.quiz__actions .button--primary { margin-left: auto; }
.button { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 9px; padding: 10px 16px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 700; line-height: 1; transition: color .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease), opacity .22s var(--ease); }
.button svg { width: 16px; height: 16px; stroke-width: 1.8; }
.button:active:not(:disabled) { transform: translateY(1px) scale(.985); }
.button:disabled { cursor: not-allowed; opacity: .52; }
.button--primary { background: var(--accent); color: #fffafa; box-shadow: 0 11px 23px color-mix(in srgb, var(--accent) 28%, transparent); }
.button--primary:hover:not(:disabled) { background: var(--accent-strong); }
.button--secondary { border-color: var(--line); background: color-mix(in srgb, var(--surface-strong) 35%, transparent); color: var(--text); }
.button--secondary:hover:not(:disabled) { border-color: var(--accent); background: var(--accent-soft); }
.form-error { margin: 0 0 13px; color: var(--error); font-size: 13px; font-weight: 700; }
.step--review, .step--success { display: grid; min-height: 330px; place-items: center; }
.review-state, .success-state { width: min(100%, 610px); text-align: center; }
.review-state h2, .success-state h2 { max-width: none; }
.summary { display: grid; margin: 24px 0 16px; border-top: 1px solid var(--line); text-align: left; }
.summary > div { display: grid; grid-template-columns: minmax(110px, .35fr) 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.summary dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.summary dd { margin: 0; color: var(--text); font-size: 14px; line-height: 1.45; }
.review-note, .success-state > p:not(.question-kicker) { margin-bottom: 22px; color: var(--body); font-size: 15px; font-weight: 200; line-height: 1.68; }
.success-state__icon { display: inline-grid; width: 61px; height: 61px; margin-bottom: 17px; place-items: center; border-radius: 14px; background: var(--accent-soft); color: var(--accent); }
.success-state__icon svg { width: 30px; height: 30px; stroke-width: 1.35; }
.success-state .button { margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
@keyframes step-in-forward { from { opacity: 0; transform: translate3d(34px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes step-out-forward { from { opacity: 1; transform: translate3d(0, 0, 0); } to { opacity: 0; transform: translate3d(-26px, 0, 0); } }
@keyframes step-in-back { from { opacity: 0; transform: translate3d(-34px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes step-out-back { from { opacity: 1; transform: translate3d(0, 0, 0); } to { opacity: 0; transform: translate3d(26px, 0, 0); } }
@media (max-width: 760px) { .page-shell { width: min(100% - 28px, 640px); padding-top: 17px; } .intro { margin-top: 34px; } .quiz { padding: 20px; } .quiz__topline { grid-template-columns: 1fr; gap: 16px; padding-bottom: 18px; } .question-layout, .question-layout--contact { grid-template-columns: 1fr; gap: 25px; } .step { min-height: 0; padding: 33px 0 23px; } .choice-list--inline { grid-template-columns: 1fr; } h1 { max-width: 17ch; } h2 { max-width: 17ch; } .audience-rail span { font-size: 11px; } .survey-footer { align-items: flex-start; flex-direction: column; } .feedback-help { align-items: flex-start; flex-direction: column; gap: 6px; } }
@media (max-width: 430px) { .topbar { min-height: 42px; } .brand { font-size: 14px; } .brand img { width: 30px; height: 30px; } .theme-switcher { grid-template-columns: repeat(3, 31px); } .theme-button { width: 31px; height: 30px; } .intro { margin-top: 30px; } h1 { font-size: 34px; } h2 { font-size: 28px; } .intro__lead { font-size: 16px; } .quiz { padding: 18px; } .choice-card--large { min-height: 92px; } .quiz__actions { align-items: stretch; } .button { min-height: 42px; padding-right: 13px; padding-left: 13px; } .summary > div { grid-template-columns: 1fr; gap: 5px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
