:root {
  --oat: #fdfbf7;
  --paper: #fff;
  --terracotta: #e07a5f;
  --terracotta-dark: #b45138;
  --terracotta-pale: #fae8df;
  --peach: #f2cc8f;
  --sage: #81b29a;
  --sage-dark: #426d57;
  --sage-pale: #e7f0e9;
  --amber: #f4a261;
  --amber-pale: #fbefd9;
  --charcoal: #3d405b;
  --charcoal-dark: #2c2e45;
  --muted: #696979;
  --line: rgba(61, 64, 91, .13);
  --shadow: 0 20px 60px -20px rgba(61, 64, 91, .19);
  --shadow-small: 0 8px 30px -12px rgba(61, 64, 91, .13);
  --focus: #176baf;
  --font-sans: "Match Sans", "Match Greek Sans", "Trebuchet MS", sans-serif;
  --font-serif: "Match Serif", "Match Greek Serif", Georgia, serif;
  color: var(--charcoal);
  background: var(--oat);
  font-family: var(--font-sans);
  font-synthesis: none;
  color-scheme: light;
  text-rendering: optimizeLegibility;
}
html:lang(el) {
  --font-sans: "Match Greek Sans", "Match Sans", "Trebuchet MS", sans-serif;
  --font-serif: "Match Greek Serif", "Match Serif", Georgia, serif;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--oat); color: var(--charcoal); }
button, a, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img, svg { display: block; }
img { max-width: 100%; }
[hidden] { display: none !important; }
h1, h2, p { text-wrap: pretty; }
h1, h2, legend { font-family: var(--font-serif); font-weight: 600; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-170%); border-radius: 12px; background: var(--charcoal-dark); color: white; font-weight: 700; }
.skip-link:focus { transform: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.match-header { display: flex; position: relative; z-index: 2; width: min(1080px, calc(100% - 48px)); min-height: 90px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 10px; color: var(--charcoal); text-decoration: none; }
.brand img { width: 42px; height: 42px; padding: 3px; border-radius: 50%; background: white; box-shadow: var(--shadow-small); }
.brand span { display: grid; min-width: 0; }
.brand strong { font-size: .94rem; line-height: 1.2; white-space: nowrap; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .51rem; font-weight: 700; letter-spacing: .13em; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .78); }
.language-switch button { width: 42px; min-height: 40px; padding: 0; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 700; cursor: pointer; }
.language-switch button[aria-pressed="true"] { background: var(--terracotta-pale); color: var(--terracotta-dark); }
.language-switch button:hover { color: var(--terracotta-dark); }
.match-main { min-height: calc(100svh - 224px); }
.match-stage { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 16px 0 64px; }
.screen { animation: screen-in .4s ease both; }
.eyebrow { margin: 0 0 14px; color: var(--terracotta-dark); font-size: .7rem; font-weight: 700; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }

/* A real responsive page, with no fixed-height phone frame or blocked zoom. */
.intro-screen { position: relative; display: grid; min-height: min(710px, calc(100svh - 168px)); padding: 28px 0 36px; place-items: center; isolation: isolate; }
.intro-blobs { position: absolute; z-index: -1; inset: -55px 0 0; overflow: hidden; pointer-events: none; }
.intro-blobs span { position: absolute; width: 390px; height: 390px; border-radius: 45% 55% 60% 40%; filter: blur(46px); opacity: .48; animation: blob-drift 18s ease-in-out infinite alternate; }
.intro-blobs span:nth-child(1) { top: 4%; left: 6%; background: #f4dfb7; }
.intro-blobs span:nth-child(2) { top: 11%; right: 4%; background: #dcebe1; animation-delay: -6s; }
.intro-blobs span:nth-child(3) { bottom: -8%; left: 29%; width: 350px; height: 310px; background: #f7ded3; animation-delay: -12s; }
.intro-copy { width: min(100%, 740px); text-align: center; }
.intro-badge { display: inline-flex; width: fit-content; max-width: 100%; margin: 0 auto 22px; padding: 8px 13px; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(224, 122, 95, .15); border-radius: 999px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow-small); font-size: .64rem; letter-spacing: .1em; }
.intro-badge svg { width: 14px; height: 14px; flex: 0 0 auto; fill: currentColor; }
.intro-copy h1 { max-width: 720px; margin: 0 auto; font-size: clamp(2.85rem, 5.7vw, 4.8rem); line-height: 1.04; letter-spacing: -.038em; text-wrap: balance; }
.intro-lead { max-width: 530px; margin: 24px auto 0; color: var(--muted); font-size: 1.06rem; font-weight: 500; line-height: 1.65; }
.intro-facts { display: grid; max-width: 610px; margin: 30px auto; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; text-align: left; }
.intro-facts li { display: flex; min-width: 0; padding: 18px 17px; align-items: center; gap: 13px; border: 1px solid rgba(61, 64, 91, .06); border-radius: 20px; background: rgba(255, 255, 255, .83); box-shadow: var(--shadow-small); }
.fact-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--amber-pale); color: #996019; }
.fact-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.intro-facts li:nth-child(2) .fact-icon { background: var(--sage-pale); color: var(--sage-dark); }
.intro-facts li:nth-child(2) svg { fill: currentColor; stroke: none; }
.intro-facts strong { display: block; font-size: .84rem; font-weight: 700; line-height: 1.4; }
.intro-facts small { display: block; margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 500; line-height: 1.45; }
.intro-copy > .button { width: min(100%, 400px); }
.fine-print { max-width: 490px; margin: 19px auto 0; color: var(--muted); font-size: .71rem; line-height: 1.55; }
.intro-privacy { max-width: 520px; margin: 8px auto 0; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.intro-privacy summary { width: fit-content; margin: auto; padding: 9px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.intro-privacy p { margin: 8px 0 0; padding: 14px 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .8); }

.button { display: inline-flex; min-height: 50px; padding: 12px 23px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.35; text-align: center; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:active:not(:disabled) { transform: translateY(2px); }
.button:disabled { opacity: .44; cursor: not-allowed; box-shadow: none; }
.button svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--terracotta-dark); color: white; box-shadow: 0 10px 25px -7px rgba(180, 81, 56, .38); }
.button-primary:hover:not(:disabled) { background: #a64831; box-shadow: 0 14px 28px -8px rgba(180, 81, 56, .42); }
.button-dark { background: var(--charcoal); color: white; box-shadow: 0 12px 24px -10px rgba(61, 64, 91, .38); }
.button-dark:hover:not(:disabled) { background: var(--charcoal-dark); }
.button-light { border-color: var(--line); background: white; color: var(--charcoal); }
.button-quiet { border-color: transparent; background: transparent; color: var(--muted); }
.button-large { min-height: 58px; padding-inline: 30px; font-size: 1.02rem; }
.button-full { width: 100%; }

/* Native progress and radios retain keyboard and screen-reader semantics. */
.progress-shell { width: min(960px, 100%); margin: 8px auto 34px; }
.progress-copy { display: flex; margin-bottom: 18px; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .04em; }
.progress-copy strong { color: var(--terracotta-dark); }
.progress-track { position: relative; }
progress { display: block; width: 100%; height: 8px; overflow: hidden; border: 0; border-radius: 999px; background: #eae6de; accent-color: var(--terracotta); }
progress::-webkit-progress-bar { border-radius: 999px; background: #eae6de; }
progress::-webkit-progress-value { border-radius: 999px; background: var(--terracotta); transition: width .35s ease; }
progress::-moz-progress-bar { border-radius: 999px; background: var(--terracotta); }
.progress-cat { position: absolute; top: 50%; left: 16.6667%; display: grid; width: 32px; height: 32px; place-items: center; transform: translate(-50%, -50%); border: 2px solid var(--terracotta); border-radius: 50%; background: var(--oat); box-shadow: 0 3px 8px rgba(61, 64, 91, .08); transition: left .35s ease; }
.progress-cat svg { width: 24px; height: 24px; fill: var(--amber-pale); stroke: var(--charcoal); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
progress[value="2"] + .progress-cat { left: 33.3333%; }
progress[value="3"] + .progress-cat { left: 50%; }
progress[value="4"] + .progress-cat { left: 66.6667%; }
progress[value="5"] + .progress-cat { left: 83.3333%; }
progress[value="6"] + .progress-cat { left: calc(100% - 6px); }

.question-screen { display: grid; width: min(1020px, 100%); margin: 0 auto; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(28px, 5vw, 60px); }
.question-art { position: relative; width: 100%; min-width: 0; }
.question-art img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 42% 48% 44% 40%; mix-blend-mode: multiply; }
.question-screen form { min-width: 0; padding: 28px 0 16px; }
.question-screen fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.question-screen legend { width: 100%; margin: 0 0 15px; padding: 0; font-size: clamp(2rem, 3.1vw, 2.8rem); line-height: 1.14; letter-spacing: -.03em; }
.question-screen legend:focus, [data-result-title]:focus, .shared-invitation h2:focus { outline: none; }
.question-hint { margin: 0 0 25px; color: var(--muted); font-size: .8rem; font-weight: 500; line-height: 1.5; }
.answer-list { display: grid; gap: 15px; }
.answer-option { position: relative; display: block; }
.answer-option input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.answer-option > span { position: relative; display: flex; min-height: 78px; padding: 19px 57px 19px 21px; align-items: center; border: 2px solid rgba(61, 64, 91, .12); border-radius: 21px; background: white; color: var(--charcoal); box-shadow: 0 4px 0 rgba(61, 64, 91, .09); font-size: .94rem; font-weight: 700; line-height: 1.5; cursor: pointer; transition: border-color .16s ease, background-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.answer-option > span::after { position: absolute; right: 20px; width: 21px; height: 21px; border: 2px solid #c5c4cc; border-radius: 50%; content: ""; }
.answer-option:hover > span { border-color: var(--sage); background: #fafcf9; }
.answer-option:active > span { transform: translateY(4px); box-shadow: 0 0 0 rgba(61, 64, 91, .09); }
.answer-option input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 4px; }
.answer-option input:checked + span { transform: translateY(3px); border-color: var(--sage-dark); background: var(--sage-dark); color: white; box-shadow: 0 1px 0 var(--sage-dark); }
.answer-option input:checked + span::after { border: 6px solid white; background: var(--sage-dark); }
.quiz-actions { display: flex; margin-top: 30px; justify-content: space-between; gap: 14px; }
.quiz-actions .button-quiet { padding-left: 5px; }
.quiz-actions .button-primary { min-width: 144px; }

.shared-invitation { display: grid; width: min(880px, 100%); margin: 0 auto 24px; padding: 23px 25px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; border: 1px solid rgba(129, 178, 154, .4); border-radius: 24px; background: var(--sage-pale); }
.shared-invitation .eyebrow { margin-bottom: 6px; color: var(--sage-dark); }
.shared-invitation h2 { margin: 0; font-size: 1.7rem; letter-spacing: -.02em; }
.shared-invitation p:last-child { max-width: 550px; margin: 9px 0 0; color: #52675b; font-size: .82rem; line-height: 1.6; }
.shared-invitation .button { max-width: 230px; font-size: .85rem; }

/* A charcoal result above a white, rounded personalisation panel. */
.result-layout { width: min(880px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(61, 64, 91, .1); border-radius: 40px; background: var(--charcoal); color: white; box-shadow: var(--shadow); }
.result-card { display: grid; padding: 38px 48px 32px; grid-template-columns: 54px minmax(0, 1fr); align-items: start; gap: 20px; }
.result-image { position: relative; width: 210px; height: 210px; border: 5px solid rgba(255, 255, 255, .12); border-radius: 42px; background: var(--oat); box-shadow: 0 15px 35px -12px rgba(0, 0, 0, .3); transform: rotate(-5deg); }
.result-image img { width: 100%; height: 100%; border-radius: 36px; object-fit: contain; }
.result-symbol { display: grid; width: 48px; height: 48px; margin-top: 5px; place-items: center; border-radius: 17px; background: var(--sage); color: var(--charcoal-dark); font-size: 1.4rem; }
.result-card-copy { min-width: 0; }
.result-card-copy .eyebrow { margin-bottom: 11px; color: #b9dbc9; }
.result-card-copy h1 { margin: 0; font-size: clamp(2.3rem, 4.1vw, 3.4rem); line-height: 1.07; letter-spacing: -.03em; }
.result-description { margin: 18px 0 0; color: #e0dfe9; font-size: .93rem; font-weight: 500; line-height: 1.72; }
.result-validity { display: flex; margin: 19px 0 0; align-items: flex-start; gap: 8px; color: #c5dfd0; font-size: .7rem; font-weight: 500; line-height: 1.6; }
.result-validity svg { width: 15px; height: 15px; margin-top: 3px; flex: 0 0 auto; fill: currentColor; }
[data-archetype="chaos"] .result-symbol { background: #f0a58d; }
[data-archetype="roommates"] .result-symbol { background: var(--peach); }
[data-archetype="ceo"] .result-symbol { background: #d4cce9; }
.result-share { padding: 24px 48px 5px; text-align: center; }
.result-note { max-width: 640px; margin: 8px auto 20px; color: #d5d4e0; font-size: .72rem; font-weight: 500; line-height: 1.65; }
.share-actions { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; gap: 9px; }
.share-actions .button { min-height: 46px; padding: 11px 18px; border-color: rgba(255, 255, 255, .25); background: transparent; color: white; box-shadow: none; font-size: .77rem; }
.share-actions .button:first-child { background: rgba(255, 255, 255, .11); }
.share-actions .button:hover:not(:disabled) { background: rgba(255, 255, 255, .18); }
.share-status { min-height: 18px; margin: 11px 0 0; color: #d5d4e0; font-size: .68rem; line-height: 1.5; }
.result-layout :focus-visible { outline-color: #f2cc8f; }
.result-layout-shared .result-card { padding-bottom: 48px; }

.conversion-card { max-width: 600px; margin: 0 auto; padding: 34px 38px 28px; border-radius: 36px; background: white; color: var(--charcoal); }
.result-actions-panel { padding: 0 20px 18px; }
.photo-invitation { display: grid; position: relative; width: 100%; min-height: 210px; margin-top: 24px; overflow: hidden; align-content: center; justify-items: center; gap: 14px; isolation: isolate; border: 1px solid #cbc7bf; border-radius: 24px; background: #696257; color: white; text-decoration: none; transition: border-color .2s ease; }
.photo-invitation::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(28, 29, 35, .2), rgba(28, 29, 35, .66)); content: ""; }
.photo-invitation img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: blur(1.4px); transform: scale(1.035); }
.photo-invitation:hover { border-color: var(--terracotta-dark); }
.photo-invitation-plus { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: white; color: var(--terracotta-dark); box-shadow: 0 6px 22px #0002; font-family: system-ui, sans-serif; font-size: 2.5rem; font-weight: 400; line-height: 1; }
.photo-invitation-label { max-width: 90%; font-size: .96rem; font-weight: 700; text-align: center; }
.photo-invitation-sample { position: absolute; bottom: 12px; left: 10px; right: 10px; color: #fff; font-size: .6rem; font-weight: 600; text-align: center; }
.conversion-card > .photo-invitation-note { margin: 12px 0 23px !important; color: var(--muted); font-size: .72rem !important; text-align: center; }
.result-actions-panel > .retake-button { color: #e0dfe9; }
.conversion-card :focus-visible { outline-color: var(--focus); }
.conversion-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; }
.conversion-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--amber-pale); color: var(--terracotta-dark); }
.conversion-icon svg { width: 18px; height: 18px; fill: currentColor; }
.conversion-card h2 { max-width: 640px; margin: 0; font-size: clamp(2rem, 3.5vw, 2.85rem); line-height: 1.15; letter-spacing: -.027em; }
.conversion-card > p:not(.eyebrow):not(.conversion-trust):not(.conversion-bridge) { margin: 18px 0 25px; color: var(--muted); font-size: .91rem; font-weight: 500; line-height: 1.7; }
.conversion-steps { display: grid; margin: 25px 0; padding: 19px 13px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; border: 1px solid rgba(61, 64, 91, .07); border-radius: 23px; background: var(--oat); list-style: none; }
.conversion-steps li { position: relative; display: flex; min-width: 0; align-items: center; flex-direction: column; gap: 10px; text-align: center; color: var(--muted); font-size: .73rem; font-weight: 700; line-height: 1.5; }
.conversion-steps li + li::before { position: absolute; top: 14px; left: -10px; width: 7px; height: 7px; border-top: 1.5px solid #a2a0aa; border-right: 1.5px solid #a2a0aa; transform: rotate(45deg); content: ""; }
.conversion-step-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 14px; background: var(--terracotta-pale); color: var(--terracotta-dark); }
.conversion-steps li:nth-child(2) .conversion-step-icon { background: var(--sage-pale); color: var(--sage-dark); }
.conversion-steps li:nth-child(3) .conversion-step-icon { background: var(--amber-pale); color: #996019; }
.conversion-step-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.conversion-card .button-full { min-height: 57px; font-size: .98rem; }
.conversion-trust { display: flex; margin: 15px 0 0; align-items: flex-start; justify-content: center; gap: 7px; color: var(--muted); font-size: .67rem; font-weight: 600; line-height: 1.65; text-align: center; }
.conversion-trust svg { width: 15px; height: 15px; margin-top: 1px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.conversion-bridge { margin: 23px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; line-height: 1.65; }
.retake-button { display: block; min-height: 44px; margin: 10px auto 0; padding: 10px 14px; border: 0; border-radius: 12px; background: none; color: var(--muted); font-size: .75rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

/* The example follows the primary action; it never stands in for a user's result. */
.match-sample { max-width: 600px; margin: 22px auto 0; padding: 30px 30px 26px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 30px; background: var(--oat); color: var(--charcoal); }
.match-sample-heading .eyebrow { margin-bottom: 9px; font-size: .63rem; letter-spacing: .1em; }
.match-sample-heading h2 { margin: 0; font-size: clamp(1.6rem, 2.8vw, 2rem); letter-spacing: -.025em; line-height: 1.2; }
.match-sample-heading > p:last-child { max-width: 430px; margin: 12px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.match-sample-comparison { display: grid; margin-top: 22px; gap: 18px; }
.match-sample-comparison figure { min-width: 0; margin: 0; }
.match-sample-source { display: flex; align-items: center; gap: 13px; }
.match-sample-source img { width: 66px; height: 82px; flex: 0 0 auto; border: 3px solid white; border-radius: 14px; object-fit: cover; object-position: 50% 44%; box-shadow: var(--shadow-small); }
.match-sample-source figcaption { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: .72rem; font-weight: 700; line-height: 1.5; }
.match-sample-source svg { width: 24px; height: 24px; flex: 0 0 auto; transform: rotate(90deg); fill: none; stroke: var(--terracotta-dark); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.match-sample-finished { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 14px 32px -22px rgba(61, 64, 91, .4); }
.match-sample-finished img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #f4eee4; }
.match-sample-finished figcaption { padding: 12px 14px; border-top: 1px solid var(--line); color: var(--sage-dark); font-size: .7rem; font-weight: 700; line-height: 1.5; text-align: center; }
.match-sample-disclaimer { margin: 15px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.65; }
.match-sample-actions { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 10px; }
.match-sample-actions .button { min-height: 48px; padding-inline: 16px; flex: 1 1 180px; font-size: .76rem; }
.match-sample-status { margin: 12px 0 0; color: var(--sage-dark); font-size: .7rem; line-height: 1.5; }
.match-sample-status:empty { display: none; }
.match-sample :focus-visible { outline-color: var(--focus); }

.match-footer { display: grid; width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 25px 0 32px; grid-template-columns: auto 1fr; gap: 15px 28px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .69rem; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--charcoal); }
.footer-brand img { width: 29px; height: 29px; border-radius: 50%; }
.match-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 4px 18px; }
.match-footer nav a, .match-footer nav button { display: inline-flex; min-height: 32px; padding: 4px 0; align-items: center; border: 0; background: none; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.match-footer > p { margin: 0; grid-column: 1 / -1; line-height: 1.6; text-align: center; }
.consent-banner { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: grid; width: min(690px, calc(100% - 36px)); max-height: calc(100svh - 36px); padding: 24px; overflow-y: auto; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: end; border: 1px solid var(--line); border-radius: 25px; background: rgba(255, 255, 255, .98); box-shadow: 0 20px 75px rgba(48, 48, 68, .2); }
.consent-banner h2 { margin: 0; font-size: 1.35rem; }
.consent-banner p { margin: 9px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.consent-banner a { color: var(--charcoal); }
.consent-actions { display: flex; gap: 8px; }
.consent-actions .button { min-height: 44px; padding: 10px 15px; font-size: .72rem; white-space: nowrap; }
.noscript { position: fixed; z-index: 60; right: 14px; bottom: 14px; max-width: min(420px, calc(100% - 28px)); padding: 16px; border-radius: 15px; background: var(--charcoal); color: white; font-size: .8rem; line-height: 1.5; }
@keyframes screen-in { from { transform: translateY(10px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes blob-drift { from { transform: translate(0, 0) scale(1); } to { transform: translate(22px, -20px) scale(1.08); } }

@media (max-width: 840px) {
  .match-header { min-height: 80px; }
  .intro-screen { min-height: min(750px, calc(100svh - 155px)); }
  .intro-blobs span { width: 300px; height: 340px; }
  .intro-blobs span:nth-child(1) { left: -40px; }
  .intro-blobs span:nth-child(2) { right: -40px; }
  .intro-copy h1 { max-width: 640px; font-size: clamp(3rem, 7.2vw, 4.15rem); }
  .progress-shell { width: min(620px, 100%); margin-bottom: 18px; }
  .question-screen { width: min(620px, 100%); grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .question-art { height: 170px; }
  .question-art img { width: auto; max-width: 100%; height: 100%; aspect-ratio: 1; margin-inline: auto; border-radius: 24px; }
  .question-screen form { padding-top: 15px; }
  .question-screen legend { font-size: 2.35rem; }
  .result-card { padding: 32px; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; }
  .result-image { width: 170px; height: 170px; border-radius: 34px; }
  .result-image img { border-radius: 28px; }
  .result-card-copy h1 { font-size: 2.65rem; }
  .result-share { padding-inline: 32px; }
  .conversion-card { padding: 32px 40px 22px; }
  .shared-invitation { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .shared-invitation .button { width: fit-content; max-width: 100%; }
}
@media (max-width: 600px) {
  .match-header, .match-stage, .match-footer { width: calc(100% - 40px); }
  .match-header { min-height: 78px; gap: 10px; }
  .brand { gap: 8px; }
  .brand img { width: 35px; height: 35px; }
  .brand strong { font-size: .8rem; }
  .brand small { font-size: .44rem; }
  .language-switch { padding: 2px; }
  .language-switch button { width: 35px; min-height: 38px; font-size: .65rem; }
  .match-stage { padding-top: 8px; padding-bottom: 42px; }
  .intro-screen { min-height: auto; padding: 30px 0 27px; }
  .intro-blobs { inset: -45px -20px 0; }
  .intro-blobs span { width: 240px; height: 290px; opacity: .48; filter: blur(37px); }
  .intro-blobs span:nth-child(1) { top: 0; left: -60px; }
  .intro-blobs span:nth-child(2) { top: 14%; right: -70px; }
  .intro-blobs span:nth-child(3) { width: 230px; height: 250px; bottom: 1%; left: 15%; }
  .intro-badge { margin-bottom: 24px; font-size: .58rem; letter-spacing: .075em; }
  .intro-copy h1 { font-size: clamp(2.55rem, 10.7vw, 3.6rem); line-height: 1.08; }
  .intro-lead { max-width: 400px; margin-top: 22px; font-size: .94rem; line-height: 1.7; }
  .intro-facts { max-width: 400px; margin-top: 28px; margin-bottom: 28px; grid-template-columns: minmax(0, 1fr); gap: 11px; }
  .intro-facts li { min-height: 77px; padding: 15px 17px; gap: 14px; border-radius: 19px; }
  .intro-facts strong { font-size: .84rem; }
  .intro-facts small { font-size: .71rem; }
  .fine-print, .intro-privacy { font-size: .65rem; }
  .button-large { min-height: 57px; }
  .progress-shell { width: calc(100% - 12px); margin-top: 8px; margin-bottom: 16px; }
  .progress-copy { margin-bottom: 18px; font-size: .68rem; }
  .question-art { height: 140px; }
  .question-screen form { padding-top: 14px; }
  .question-screen legend { margin-bottom: 13px; font-size: clamp(1.85rem, 7.5vw, 2.35rem); line-height: 1.18; }
  .question-hint { margin-bottom: 22px; font-size: .76rem; }
  .answer-list { gap: 14px; }
  .answer-option > span { min-height: 78px; padding: 17px 48px 17px 17px; font-size: .87rem; border-radius: 20px; }
  .answer-option > span::after { right: 16px; width: 19px; height: 19px; }
  .quiz-actions { margin-top: 27px; gap: 10px; }
  .quiz-actions .button { min-height: 49px; padding-inline: 19px; font-size: .87rem; }
  .quiz-actions .button-quiet { padding-left: 3px; }
  .quiz-actions .button-primary { min-width: 124px; }
  .result-layout { border-radius: 30px; }
  .result-card { display: block; padding: 27px 24px 28px; text-align: left; }
  .result-image { width: 150px; height: 150px; border-radius: 30px; }
  .result-image img { border-radius: 24px; }
  .result-symbol { float: right; width: 35px; height: 35px; margin: -3px 0 10px 12px; border-radius: 12px; font-size: 1.1rem; }
  .result-card-copy h1 { font-size: clamp(2.25rem, 9vw, 3rem); line-height: 1.13; }
  .result-card-copy .eyebrow { font-size: .64rem; }
  .result-description { margin-top: 17px; font-size: .87rem; line-height: 1.75; }
  .result-validity { font-size: .65rem; }
  .result-actions-panel { padding: 0 7px 13px; }
  .result-share { padding: 21px 14px 4px; }
  .result-note { margin-top: 8px; margin-bottom: 20px; font-size: .66rem; }
  .share-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .share-actions .button:first-child { grid-column: 1 / -1; justify-self: center; min-width: 190px; }
  .share-actions .button { padding-inline: 10px; font-size: .69rem; gap: 7px; }
  .share-actions .button svg { width: 16px; height: 16px; }
  .share-status { font-size: .65rem; }
  .result-layout-shared .result-card { padding-bottom: 32px; }
  .conversion-card { padding: 27px 22px 24px; border-radius: 29px; }
  .photo-invitation { min-height: 185px; border-radius: 21px; }
  .photo-invitation-plus { width: 55px; height: 55px; }
  .conversion-eyebrow { font-size: .61rem; letter-spacing: .09em; }
  .conversion-card h2 { font-size: clamp(1.85rem, 7.3vw, 2.45rem); line-height: 1.2; }
  .conversion-card > p:not(.eyebrow):not(.conversion-trust):not(.conversion-bridge) { margin: 17px 0 22px; font-size: .84rem; line-height: 1.7; }
  .conversion-steps { margin: 22px 0; padding: 17px 8px; gap: 8px; border-radius: 21px; }
  .conversion-steps li { font-size: .64rem; }
  .conversion-steps li + li::before { left: -8px; }
  .conversion-step-icon { width: 36px; height: 36px; border-radius: 12px; }
  .conversion-step-icon svg { width: 19px; height: 19px; }
  .conversion-card .button-full { min-height: 56px; padding-inline: 15px; font-size: .86rem; }
  .conversion-trust { font-size: .63rem; }
  .conversion-bridge { font-size: .68rem; }
  .match-sample { margin-top: 15px; padding: 24px 20px 22px; border-radius: 26px; }
  .match-sample-heading .eyebrow { font-size: .57rem; letter-spacing: .07em; }
  .match-sample-heading h2 { font-size: 1.65rem; }
  .match-sample-heading > p:last-child { font-size: .78rem; }
  .match-sample-comparison { margin-top: 18px; gap: 14px; }
  .match-sample-source img { width: 58px; height: 72px; }
  .match-sample-source figcaption { font-size: .68rem; }
  .match-sample-finished { border-radius: 15px; }
  .match-sample-finished figcaption { padding: 10px 12px; font-size: .66rem; }
  .match-sample-disclaimer { font-size: .65rem; }
  .match-sample-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .match-sample-actions .button { width: 100%; font-size: .76rem; }
  .shared-invitation { padding: 21px; border-radius: 22px; }
  .shared-invitation .button { width: 100%; }
  .match-footer { grid-template-columns: minmax(0, 1fr); gap: 10px; font-size: .65rem; text-align: center; }
  .footer-brand, .match-footer nav { justify-content: center; }
  .match-footer nav { gap: 0 15px; }
  .match-footer > p { max-width: 360px; margin-inline: auto; }
  .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); max-height: calc(100svh - 20px); padding: 20px; grid-template-columns: minmax(0, 1fr); gap: 18px; border-radius: 23px; }
  .consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .consent-actions .button { white-space: normal; }
}
@media (max-width: 370px) {
  .match-header, .match-stage, .match-footer { width: calc(100% - 32px); }
  .intro-blobs { left: -16px; right: -16px; }
  .brand small { display: none; }
  .brand { gap: 6px; }
  .brand strong { font-size: .75rem; }
  .language-switch button { width: 32px; }
  .intro-badge { padding-inline: 10px; font-size: .54rem; }
  .intro-copy h1 { font-size: 2.5rem; }
  .intro-lead { font-size: .89rem; }
  .result-card, .conversion-card { padding-inline: 20px; }
  .share-actions .button { font-size: .66rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .answer-option input:checked + span { outline: 3px solid Highlight; }
  .answer-option input:checked + span::after { background: Highlight; border-color: Highlight; }
  .progress-cat { border-color: Highlight; }
  .intro-blobs { display: none; }
}
@media print {
  .match-header, .progress-shell, .result-share, .conversion-card, .match-sample, .match-footer, .consent-banner, .shared-invitation { display: none !important; }
  .match-stage { width: 100%; padding: 0; }
  .result-layout { max-width: 700px; box-shadow: none; print-color-adjust: exact; }
  .result-card { padding-bottom: 40px; }
}
