:root {
    --paper: #f8f5ed;
    --ink: #202127;
    --card: #fffdf8;
    --blue: #245fd1;
    --blue-deep: #1747aa;
    --blue-soft: #e4ebfb;
    --muted: #6d6e75;
    --line: #dcd7ca;
    --panel: #f0ede5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background-color: var(--paper); background-image: radial-gradient(rgb(36 95 209 / 8%) .7px, transparent .7px); background-size: 26px 26px; color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { width: min(1320px, calc(100% - 40px)); min-height: 78px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; border-bottom: 1px solid rgb(32 33 39 / 12%); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 13px); gap: 2px; }
.brand-mark i { width: 13px; height: 13px; display: grid; place-items: center; border-radius: 2px; background: var(--ink); color: var(--paper); font: normal 700 7px Consolas, monospace; }
.brand-mark i:last-child { background: var(--blue); }
.brand-name { font-size: 20px; font-weight: 800; letter-spacing: -.045em; }
.brand-expansion { margin: 0; color: var(--muted); font-size: 13px; letter-spacing: .02em; }
.brand-expansion span { margin: 0 5px; color: var(--blue); }
.header-tools { display: flex; align-items: center; gap: 22px; }
.guide-trigger { border: 0; border-bottom: 1px solid currentColor; padding: 3px 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 700; }
.guide-trigger:hover { color: var(--blue); }
.guide-trigger:focus-visible, .guide-dismiss:focus-visible { outline: 3px solid rgb(36 95 209 / 25%); outline-offset: 4px; }

.intro { padding: 72px 0 48px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; line-height: 1; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.intro h1 { max-width: 920px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6.5vw, 82px); line-height: 1.01; letter-spacing: -.055em; font-weight: 500; }
.headline-accent { position: relative; white-space: nowrap; }
.headline-accent::after { content: ''; position: absolute; right: .02em; bottom: -.07em; left: .02em; height: .08em; border-radius: 999px; background: var(--blue); }
.intro-copy { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.invalid-banner { margin-bottom: 22px; padding: 14px 18px; border: 1px solid #c6913b; border-radius: 8px; background: #fff1cf; color: #614718; font-size: 14px; }
.invalid-banner strong { margin-right: 4px; }

.quick-start { margin-bottom: 28px; padding: 25px 28px 28px; border: 1px solid rgb(36 95 209 / 20%); border-radius: 18px; background: linear-gradient(135deg, #edf3ff, #f8f5ed 70%); box-shadow: 0 12px 30px rgb(36 95 209 / 8%); }
.quick-start.is-hidden { display: none; }
.quick-start-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.quick-start-heading .eyebrow { margin-bottom: 7px; }
.quick-start h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; letter-spacing: -.035em; }
.guide-dismiss { border: 1px solid rgb(36 95 209 / 25%); border-radius: 999px; padding: 8px 13px; background: rgb(255 255 255 / 68%); color: var(--blue-deep); cursor: pointer; font-size: 11px; font-weight: 750; }
.guide-dismiss:hover { background: white; }
.quick-start ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 24px 0 0; padding: 0; list-style: none; }
.quick-start li { display: flex; align-items: flex-start; gap: 12px; }
.quick-start li > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--blue); color: white; font: 700 11px Consolas, monospace; }
.quick-start strong { display: block; margin: 1px 0 5px; font-size: 13px; }
.quick-start li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.builder { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 32px; padding-bottom: 96px; }
.sliders-column { display: grid; gap: 14px; }
.dimension-card { padding: 27px 30px 25px; border: 1px solid rgb(32 33 39 / 10%); border-radius: 18px; background: var(--card); box-shadow: 0 10px 30px rgb(54 48 36 / 6%), 0 1px 2px rgb(54 48 36 / 7%); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.dimension-card:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgb(54 48 36 / 9%), 0 2px 4px rgb(54 48 36 / 6%); }
.dimension-card:focus-within { border-color: rgb(36 95 209 / 55%); box-shadow: 0 16px 36px rgb(36 95 209 / 10%), 0 0 0 3px rgb(36 95 209 / 8%); }
.dimension-heading { display: flex; align-items: flex-start; gap: 15px; }
.dimension-letter { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--paper); font: 700 16px Consolas, monospace; box-shadow: 0 5px 12px rgb(32 33 39 / 15%); }
.dimension-card:focus-within .dimension-letter { background: var(--blue); }
.dimension-heading h2 { margin: 0 0 4px; font-size: 19px; line-height: 1.2; letter-spacing: -.025em; }
.dimension-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.scale-labels { display: flex; justify-content: space-between; margin: 24px 0 8px; color: var(--muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.profile-slider { width: 100%; height: 26px; margin: 0; appearance: none; background: transparent; cursor: pointer; touch-action: pan-y; }
.profile-slider::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: linear-gradient(to right, var(--blue) 0 var(--fill, 50%), var(--panel) var(--fill, 50%) 100%); }
.profile-slider::-moz-range-track { height: 6px; border-radius: 999px; background: var(--panel); }
.profile-slider::-moz-range-progress { height: 6px; border-radius: 999px; background: var(--blue); }
.profile-slider::-webkit-slider-thumb { width: 24px; height: 24px; margin-top: -9px; appearance: none; border: 5px solid var(--card); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 2px 5px rgb(20 40 80 / 18%); }
.profile-slider::-moz-range-thumb { width: 14px; height: 14px; border: 5px solid var(--card); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 2px 5px rgb(20 40 80 / 18%); }
.profile-slider:focus-visible { outline: 3px solid rgb(36 95 209 / 30%); outline-offset: 4px; border-radius: 999px; }
.scale-numbers { display: flex; justify-content: space-between; padding: 2px 3px 0; color: var(--muted); font: 600 11px Consolas, monospace; }
.selected-description { display: grid; grid-template-columns: 160px 1fr; gap: 20px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.selected-description strong { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.35; }
.selected-description strong span { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: #164cae; font: 700 11px Consolas, monospace; }
.selected-description em, .result-summary em { font-style: normal; }
.selected-description p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.result-card { position: sticky; top: 24px; overflow: hidden; padding: 32px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 24px; background: var(--blue); color: white; box-shadow: 0 24px 55px rgb(36 95 209 / 28%), 0 5px 14px rgb(22 57 130 / 18%); }
.result-card::after { content: ''; position: absolute; right: -70px; bottom: -85px; width: 220px; height: 220px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; box-shadow: 0 0 0 32px rgb(255 255 255 / 4%), 0 0 0 64px rgb(255 255 255 / 3%); pointer-events: none; }
.result-monogram { position: absolute; top: 24px; right: 24px; display: grid; grid-template-columns: repeat(2, 24px); gap: 2px; opacity: .2; pointer-events: none; }
.result-monogram i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid white; border-radius: 5px; font: normal 700 10px Consolas, monospace; }
.result-label { position: relative; z-index: 1; display: inline-flex; margin: 0 0 12px; padding: 6px 9px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 999px; background: rgb(255 255 255 / 10%); color: white; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.result-code { display: block; margin: 0; font: 650 clamp(38px, 4vw, 54px)/1.1 Consolas, monospace; letter-spacing: -.07em; white-space: nowrap; }
.result-note { margin: 9px 0 28px; color: rgb(255 255 255 / 72%); font-size: 13px; }
.result-summary { display: grid; gap: 0; margin: 0 0 26px; }
.result-summary div { display: grid; grid-template-columns: 88px 1fr; align-items: center; padding: 10px 0; border-top: 1px solid rgb(255 255 255 / 19%); }
.result-summary div:last-child { border-bottom: 1px solid rgb(255 255 255 / 19%); }
.result-summary dt { color: rgb(255 255 255 / 68%); font-size: 12px; }
.result-summary dd { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 12px; font-weight: 600; }
.result-summary dd span { color: #dce7ff; font: 700 12px Consolas, monospace; }
.share-button { position: relative; z-index: 1; width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 12px; background: white; color: var(--blue-deep); cursor: pointer; font-weight: 750; box-shadow: 0 8px 18px rgb(20 50 120 / 18%); transition: background 160ms ease, transform 160ms ease; }
.share-button:hover { background: #f4f7ff; transform: translateY(-1px); }
.share-button:focus-visible, .reset-button:focus-visible { outline: 3px solid #94b2f2; outline-offset: 3px; }
.share-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.download-card-button { position: relative; z-index: 1; width: 100%; height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 9px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 12px; background: rgb(255 255 255 / 10%); color: white; cursor: pointer; font-size: 12px; font-weight: 700; transition: background 160ms ease, transform 160ms ease; }
.download-card-button:hover { background: rgb(255 255 255 / 17%); transform: translateY(-1px); }
.download-card-button:focus-visible { outline: 3px solid #94b2f2; outline-offset: 3px; }
.download-card-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.share-hint { position: relative; z-index: 1; margin: 13px 0 0; color: rgb(255 255 255 / 66%); text-align: center; font-size: 11px; }
.reset-button { position: relative; z-index: 1; width: 100%; margin-top: 15px; border: 0; background: transparent; color: rgb(255 255 255 / 62%); cursor: pointer; font-size: 11px; }
.reset-button:hover { color: white; }
.is-hidden { display: none; }
.mobile-result-strip { display: none; }

.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; padding: 0 16px; cursor: pointer; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #1d52bd; }
.button-outline { border-color: var(--line); background: transparent; color: var(--ink); }
.button-outline:hover, .button-quiet:hover { background: var(--panel); }
.button-quiet { background: transparent; color: var(--muted); }
.button:focus-visible, input:focus-visible { outline: 3px solid rgb(36 95 209 / 28%); outline-offset: 2px; }
.button:disabled { cursor: not-allowed; opacity: .55; }

.invite-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 20px 22px; border: 1px solid #9db4e6; border-radius: 16px; background: #edf2fe; box-shadow: 0 12px 28px rgb(36 95 209 / 8%); }
.invite-banner.is-hidden { display: none; }
.invite-banner .eyebrow { margin-bottom: 7px; }
.invite-banner p { margin: 0; font-size: 14px; line-height: 1.5; }
.invite-actions { display: flex; flex: 0 0 auto; gap: 8px; }

.circle-section { padding: 90px 0; border-top: 1px solid var(--line); background: var(--card); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1; letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.circle-layout { display: grid; grid-template-columns: 350px minmax(0, 1fr); gap: 30px; align-items: start; }
.circle-controls { display: grid; gap: 14px; }
.circle-form, .invite-maker { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 8px 24px rgb(54 48 36 / 5%); }
.circle-form h3, .invite-maker h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.circle-form > p, .invite-maker > p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.circle-form label, .invite-maker label { display: block; margin: 14px 0 7px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.circle-form input, .invite-maker input { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 9px; padding: 0 12px; background: var(--card); color: var(--ink); }
.circle-form .button, .invite-maker .button { width: 100%; margin-top: 14px; }
.form-message, .invite-message { min-height: 18px; margin: 8px 0 0 !important; color: var(--blue) !important; font-size: 11px !important; }
.invite-maker code { padding: 1px 4px; background: var(--panel); font-family: Consolas, monospace; }
.circle-results { min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 12px 30px rgb(54 48 36 / 6%); }
.circle-results-heading { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.circle-results-heading > div:first-child { display: flex; align-items: baseline; gap: 12px; }
.circle-results-heading span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.circle-results-heading strong { font: 700 22px Consolas, monospace; letter-spacing: -.05em; }
.circle-heading-tools { display: flex; align-items: center; gap: 18px; }
.comparison-legend { display: flex; gap: 12px; }
.comparison-legend span { display: inline-flex; align-items: center; gap: 5px; font-size: 9px; }
.comparison-legend i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; }
.comparison-legend .you-dot { background: var(--blue); }
.comparison-legend .friend-dot { background: var(--ink); }
.clear-circle, .circle-remove { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.circle-empty { padding: 90px 24px; text-align: center; }
.circle-empty strong { font-size: 18px; }
.circle-empty p { max-width: 390px; margin: 9px auto 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.circle-list { display: grid; }
.circle-person { padding: 22px; border-bottom: 1px solid var(--line); }
.circle-person:last-child { border-bottom: 0; }
.circle-person-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.circle-identity { display: flex; align-items: center; gap: 13px; min-width: 0; }
.circle-avatar { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.circle-identity h3 { overflow: hidden; margin: 0 0 3px; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.circle-identity p { margin: 0; color: var(--muted); font: 700 13px Consolas, monospace; }
.distance { flex: 0 0 auto; text-align: right; }
.distance strong { display: block; font: 700 21px Consolas, monospace; }
.distance span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.profile-overlay { min-width: 440px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 18px; padding: 14px 16px; border-radius: 11px; background: var(--card); }
.overlay-dimension { min-width: 0; }
.overlay-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.overlay-heading span { color: var(--muted); font-size: 10px; font-weight: 800; }
.overlay-heading strong { font: 700 11px Consolas, monospace; letter-spacing: -.04em; }
.overlay-track { position: relative; width: calc(100% - 12px); height: 20px; margin: 4px 6px 0; }
.overlay-track::before { content: ''; position: absolute; top: 9px; right: 0; left: 0; height: 2px; background: var(--line); }
.overlay-track i { position: absolute; top: 7px; width: 6px; height: 6px; border: 1px solid #bcb7aa; border-radius: 50%; background: var(--card); transform: translateX(-50%); }
.overlay-marker { position: absolute; z-index: 1; width: 9px; height: 9px; border: 2px solid var(--card); border-radius: 50%; box-shadow: 0 0 0 1px currentColor; transform: translateX(-50%); }
.you-marker { top: 2px; background: var(--blue); color: var(--blue); }
.friend-marker { top: 10px; background: var(--ink); color: var(--ink); }
.both-marker { top: 6px; width: 11px; height: 11px; background: linear-gradient(90deg, var(--blue) 50%, var(--ink) 50%); color: var(--blue); box-shadow: 0 0 0 1px var(--ink); }
.circle-person-footer { display: flex; justify-content: flex-end; margin-top: 12px; }

.explanation { padding: 90px 0; border-top: 1px solid var(--line); background: var(--panel); }
.why-heading { display: grid; grid-template-columns: 180px 1fr 1.3fr; align-items: start; gap: 30px; margin-bottom: 58px; }
.why-heading .eyebrow { margin-top: 9px; }
.why-heading h2, .section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; }
.why-heading h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1; }
.why-heading > p:last-child { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.meaning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); box-shadow: 0 12px 30px rgb(54 48 36 / 5%); }
.meaning-grid article { min-height: 245px; padding: 25px; background: var(--paper); }
.meaning-grid article > span { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 42px; border-radius: 8px; background: var(--ink); color: var(--paper); font: 700 13px Consolas, monospace; }
.meaning-grid h3 { margin: 0 0 10px; font-size: 18px; }
.meaning-grid p { min-height: 58px; margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.meaning-grid small { color: var(--ink); font-size: 11px; line-height: 1.45; }
.not-a-score { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; margin-top: 64px; padding-top: 32px; border-top: 3px solid var(--ink); }
.not-a-score h3 { margin: 0; font-size: 23px; letter-spacing: -.03em; }
.not-a-score p { max-width: 680px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

footer { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; font-size: 12px; }
footer > p { margin: 0; color: var(--muted); }
.privacy-note { text-align: right; }

@media (max-width: 850px) {
    .builder { grid-template-columns: 1fr; }
    .result-card { position: relative; top: 0; grid-row: 1; }
    .meaning-grid { grid-template-columns: repeat(2, 1fr); }
    .why-heading { grid-template-columns: 1fr 2fr; }
    .why-heading > p:last-child { grid-column: 2; }
    footer { grid-template-columns: 1fr 1fr; }
    footer > p:nth-child(2) { text-align: right; }
    .privacy-note { grid-column: 1 / -1; margin-top: -28px; text-align: left; }
    .circle-layout { grid-template-columns: 1fr; }
    .circle-controls { grid-template-columns: repeat(2, 1fr); }
    .quick-start ol { gap: 16px; }
}

@media (max-width: 600px) {
    .page-shell, .site-header { width: min(100% - 28px, 1160px); }
    .site-header { min-height: 66px; }
    .brand-expansion { display: none; }
    .header-tools { gap: 0; }
    .intro { padding: 50px 0 34px; }
    .desktop-break { display: none; }
    .intro h1 { font-size: clamp(39px, 13vw, 58px); }
    .intro-copy { margin-top: 22px; font-size: 16px; }
    .builder { gap: 14px; padding-bottom: 64px; }
    .result-card { padding: 23px 25px; }
    .result-code { font-size: clamp(38px, 13vw, 52px); }
    .result-note { margin-bottom: 20px; }
    .result-summary { display: none; }
    .quick-start { padding: 22px 20px; }
    .quick-start ol { grid-template-columns: 1fr; gap: 17px; margin-top: 20px; }
    .mobile-result-strip { position: fixed; z-index: 20; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); left: 14px; display: flex; align-items: center; justify-content: space-between; min-height: 58px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 16px; padding: 8px 10px 8px 15px; background: rgb(20 61 151 / 94%); color: white; box-shadow: 0 15px 35px rgb(20 50 120 / 32%); backdrop-filter: blur(12px); transition: opacity 160ms ease, transform 160ms ease; }
    .mobile-result-strip.is-result-visible { opacity: 0; pointer-events: none; transform: translateY(12px); }
    .mobile-result-strip > span { display: flex; align-items: baseline; gap: 10px; }
    .mobile-result-strip small { color: rgb(255 255 255 / 66%); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
    .mobile-result-strip strong { font: 700 21px Consolas, monospace; letter-spacing: -.05em; }
    .mobile-result-strip em { border-radius: 9px; padding: 9px 12px; background: white; color: var(--blue-deep); font-size: 10px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
    .dimension-card { padding: 22px 20px; }
    .dimension-heading p { font-size: 13px; }
    .selected-description { grid-template-columns: 1fr; gap: 10px; }
    .scale-labels { margin-top: 22px; font-size: 10px; }
    .explanation { padding: 64px 0; }
    .why-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 38px; }
    .why-heading .eyebrow { margin-top: 0; }
    .why-heading > p:last-child { grid-column: auto; }
    .meaning-grid { grid-template-columns: 1fr; }
    .meaning-grid article { min-height: 0; }
    .meaning-grid article > span { margin-bottom: 24px; }
    .meaning-grid p { min-height: 0; }
    .not-a-score { grid-template-columns: 1fr; gap: 12px; margin-top: 46px; }
    .invite-banner { align-items: flex-start; flex-direction: column; }
    .invite-actions { width: 100%; }
    .invite-actions .button { flex: 1; }
    .circle-section { padding: 64px 0; }
    .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
    .circle-controls { grid-template-columns: 1fr; }
    .circle-results-heading > div:first-child { align-items: flex-start; flex-direction: column; gap: 4px; }
    .circle-heading-tools { align-items: flex-end; flex-direction: column-reverse; gap: 8px; }
    .circle-person { overflow-x: auto; }
    .distribution-grid { grid-template-columns: 1fr; }
    footer { min-height: 190px; grid-template-columns: 1fr; align-content: start; gap: 8px; padding-top: 40px; }
    footer > p:nth-child(2), .privacy-note { margin: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
