@layer reset, base, components, responsive;
@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  body, h1, h2, h3, p, fieldset { margin: 0; }
  button, input, select { font: inherit; }
  button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
  button, select { color: inherit; }
  button { cursor: pointer; }
  button:disabled { cursor: not-allowed; }
  a { color: inherit; text-decoration: none; }
  img, svg { vertical-align: middle; }
  button { border: 0; background: none; }
  fieldset { border: 0; padding: 0; min-width: 0; }
  legend { padding: 0; }
  input, select { min-width: 0; }
}
@layer base {
  :root { --bg: #f7f9f6; --paper: #fffefa; --ink: #213e38; --muted: #586c5f; --green: #285f51; --line: #dde5db; --soft: #edf2eb; --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", "Times New Roman", serif; --sans: "Avenir Next", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; }
  html { scroll-behavior: smooth; scroll-padding-top: 108px; }
  body { font-family: var(--sans); background: var(--bg); color: var(--ink); font-size: 14px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
  ::selection { background: #d5e5d8; color: #173d33; }
  :focus-visible { outline: 2px solid #477b6b; outline-offset: 5px; border-radius: 4px; }
  main:focus, legend:focus, #dialog-title:focus { outline: none; }
  h1, h2, h3 { font-weight: 500; line-height: 1.4; }
  h1, h2 { letter-spacing: -.04em; }
  h1 { font-size: clamp(35px, 4.1vw, 58px); }
  h2 { font-size: clamp(27px, 2.6vw, 36px); }
  h3 { font-size: 18px; }
  p { color: var(--muted); }
  a, button { touch-action: manipulation; }
  input[type="checkbox"] { appearance: none; width: 20px; height: 20px; border: 1px solid #93a99d; border-radius: 5px; background: #fff; flex-shrink: 0; display: grid; place-content: center; cursor: pointer; margin: 3px 0 0; }
  input[type="checkbox"]:checked { background: var(--green); border-color: var(--green); }
  input[type="checkbox"]:checked::after { content: ""; width: 9px; height: 5px; border: 1.5px solid white; border-top: 0; border-right: 0; transform: translateY(-1px) rotate(-45deg); }
  select { appearance: none; width: 100%; padding: 14px 44px 14px 17px; background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23536658' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 16px center / 16px no-repeat; border: 1px solid var(--line); border-radius: 8px; font-size: 15px; cursor: pointer; }
  .container { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
  .serif-accent { font-family: var(--serif); font-weight: 400; color: #598572; }
  .eyebrow { font-size: 10px; line-height: 1.6; letter-spacing: .18em; font-weight: 600; color: #60786b; display: flex; align-items: center; gap: 10px; }
  .tiny-dot { display: inline-block; width: 5px; height: 5px; border-radius: 100%; background: #729181; flex-shrink: 0; }
  .tiny-dot.sage { background: #507e69; box-shadow: 0 0 0 4px #e7eee4; }
  .small-text, .subtle-note, .source-label { font-size: 12px; color: var(--muted); }
  .small-pill { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 4px 10px; border: 1px solid #d5dfd3; border-radius: 20px; font-size: 10px; font-weight: 400; line-height: 1.6; color: #556e60; white-space: nowrap; }
  .mono { font-variant-numeric: tabular-nums; letter-spacing: .06em; }
  .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; overflow: hidden; border: 0; }
  .mobile-only { display: none; }
}
@layer components {
  .button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid transparent; padding: 15px 23px; border-radius: 7px; font-size: 13px; font-weight: 500; line-height: 1.7; min-height: 50px; transition: background .2s, border-color .2s, transform .2s; }
  .button svg { flex-shrink: 0; }
  .button:hover:not(:disabled) { transform: translateY(-2px); }
  .button-primary { background: var(--green); color: #fff; box-shadow: 0 3px 5px #143b2910; }
  .button-primary:hover:not(:disabled) { background: #1c4d40; }
  .button-outline { border-color: #c6d3c9; background: transparent; color: var(--ink); }
  .button-outline:hover { background: #edf2e9; border-color: #a0b6a6; }
  .button-small { min-height: 40px; padding: 9px 15px; gap: 19px; font-size: 12px; }
  .button:disabled { background: #e1e7df; border-color: #e1e7df; color: #667467; box-shadow: none; }
  .text-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 9px 0; font-size: 12px; color: #4e6759; }
  .text-button:hover { color: #204d3b; }
  .text-button:disabled { opacity: .45; }
  .skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; background: var(--green); color: white; padding: 12px 18px; border-radius: 6px; }
  .skip-link:focus { top: 12px; }
  .site-header { position: sticky; top: 0; z-index: 20; background: #f7f9f6ed; backdrop-filter: blur(18px); border-bottom: 1px solid #dce4da88; }
  .header-inner { width: min(1344px, calc(100% - 96px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
  .brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
  .brand-cn { font-family: var(--serif); font-size: 25px; letter-spacing: .14em; }
  .brand-en { font-size: 10px; letter-spacing: .17em; margin-left: 5px; }
  .desktop-nav { display: flex; gap: 36px; margin-left: auto; margin-right: 36px; align-items: center; font-size: 12px; color: #56665c; }
  .desktop-nav a, .desktop-nav button { padding: 8px 0; position: relative; }
  .desktop-nav [aria-current="page"]::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #718e7b; }
  .header-actions { display: flex; gap: 18px; align-items: center; }
  .header-private { margin-left: auto; font-size: 11px; color: var(--muted); display: flex; gap: 7px; align-items: center; }
  .menu-button, .mobile-nav { display: none; }
  .hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 623px; gap: 25px; padding-top: 50px; padding-bottom: 52px; }
  .hero-copy { padding-bottom: 12px; }
  .hero h1 { font-size: clamp(44px, 4.45vw, 64px); line-height: 1.43; letter-spacing: -.05em; margin-top: 22px; font-weight: 400; white-space: nowrap; }
  .hero .serif-accent { position: relative; }
  .hero .serif-accent::after { content: ""; position: absolute; height: 8px; border-top: 1px solid #aac3ad; border-radius: 60%; left: 1px; right: 3px; bottom: -10px; transform: rotate(-2deg); }
  .hero-description { margin-top: 26px; font-size: 14px; line-height: 2; color: #5a6e60; }
  .hero-description > span { color: #62725c; font-size: 13px; }
  .hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
  .hero-meta { display: flex; align-items: center; gap: 14px; font-size: 10px; color: #62725e; margin-top: 21px; }
  .hero-meta i { width: 2px; height: 2px; background: #8da08c; border-radius: 50%; }
  .orbit-art { width: 100%; min-width: 0; position: relative; align-self: center; }
  .orbit-svg { width: 108%; max-width: none; margin-left: -4%; overflow: visible; }
  .orbit-caption { position: absolute; top: -5px; right: 2px; font-size: 8px; letter-spacing: .19em; color: #6a7e70; display: flex; align-items: center; gap: 8px; }
  .float-label { display: flex; align-items: center; gap: 11px; position: absolute; background: #ffffffba; backdrop-filter: blur(8px); border: 1px solid #e0e7dc; padding: 12px 17px; border-radius: 7px; box-shadow: 0 6px 25px #2f573109; font-size: 11px; color: #536e5e; }
  .float-label > span:last-child:not(.tiny-dot) { font-size: 9px; margin-left: 15px; color: #788779; }
  .float-label-one { top: 19%; left: 0; }
  .float-label-two { right: 0; bottom: 15%; }
  .orbit-foot { font-size: 8px; letter-spacing: .18em; display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: -2px; color: #60725e; }
  .orbit-rule { width: 33px; height: 1px; background: #cbd8c8; }
  .principles-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: #62765f; }
  .principles-strip > span, .principles-strip > a { display: flex; gap: 9px; align-items: center; }
  .principles-strip a { color: #3d644e; }
  .dimensions-section { padding-top: 90px; padding-bottom: 20px; }
  .section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 31px; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .section-heading h2 { font-size: 31px; }
  .section-heading > p { font-size: 12px; line-height: 1.9; padding-bottom: 3px; }
  .dimension-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .dimension-card { border: 1px solid #dce5d8; border-radius: 12px; display: block; padding: 24px 28px 0; overflow: hidden; position: relative; transition: transform .3s, box-shadow .3s; }
  .dimension-card:hover { transform: translateY(-5px); box-shadow: 0 15px 25px #283e2b08; }
  .card-sage { background: linear-gradient(135deg, #eef3e9, #f2f6ef); }
  .card-blue { background: linear-gradient(135deg, #edf2f1, #f1f4f1); border-color: #dce4df; }
  .card-sand { background: linear-gradient(135deg, #f5f1e9, #f7f4ef); border-color: #e6e0d5; }
  .card-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #6c7b68; }
  .card-top > span:first-child { letter-spacing: .14em; }
  .mini-art { width: 92px; margin: 24px 0 20px; color: #77997c; }
  .card-blue .mini-art { color: #829b9a; }
  .card-sand .mini-art { color: #b59c79; }
  .mini-art svg, .aside-art svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1; }
  .mini-art .solid, .aside-art .solid { fill: currentColor; stroke: none; }
  .card-english { display: block; font-size: 8px; font-weight: 600; letter-spacing: .17em; color: #60785f; }
  .dimension-card h3 { font-size: 24px; margin-top: 5px; font-weight: 400; }
  .dimension-card p { font-size: 12px; margin-top: 13px; line-height: 1.9; }
  .tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0 25px; }
  .tag-row span { font-size: 10px; border: 1px solid #d8e1d3; border-radius: 4px; padding: 2px 9px; color: #5e765f; background: #ffffff38; }
  .card-sand .tag-row span { border-color: #e4dccf; color: #786e5c; }
  .card-bottom { min-height: 53px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #d9e1d36e; font-size: 10px; color: #5a6e59; }
  .manifesto { text-align: center; padding-top: 88px; padding-bottom: 85px; border-bottom: 1px solid var(--line); }
  .manifesto-mark { margin-bottom: 14px; color: #6f9277; }
  .manifesto .eyebrow { justify-content: center; font-size: 9px; }
  .manifesto h2 { font-family: var(--serif); font-size: 36px; line-height: 1.65; margin: 17px 0; font-weight: 400; }
  .manifesto p { font-size: 12px; line-height: 2; }
  .manifesto .text-button { margin-top: 20px; font-size: 11px; }
  .steps-section { padding-top: 77px; padding-bottom: 60px; }
  .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px; margin-top: 42px; }
  .steps-grid article { padding-left: 48px; position: relative; }
  .steps-grid article > span { position: absolute; top: 0; left: 0; font-family: var(--serif); font-size: 27px; color: #718a70; }
  .steps-grid h3 { font-size: 16px; margin-bottom: 12px; }
  .steps-grid p { font-size: 12px; line-height: 1.9; }
  .home-disclaimer { display: flex; align-items: flex-start; gap: 13px; padding: 19px 22px; border: 1px solid #e2e7dc; border-radius: 7px; margin-bottom: 78px; }
  .home-disclaimer > svg { color: #70816e; flex-shrink: 0; margin-top: 2px; }
  .home-disclaimer p { font-size: 11px; line-height: 1.9; }
  .home-disclaimer a { color: #3d664e; text-decoration: underline; text-underline-offset: 3px; margin-left: 7px; white-space: nowrap; }
  .site-footer { width: min(1344px, calc(100% - 96px)); margin: auto; padding-bottom: 23px; border-top: 1px solid var(--line); }
  .footer-top { display: flex; align-items: center; gap: 28px; padding: 30px 0; }
  .footer-top .brand svg { width: 33px; }
  .footer-top .brand-cn { font-size: 22px; }
  .footer-top .brand-en { font-size: 8px; }
  .footer-top p { font-size: 11px; margin-left: 10px; }
  .footer-top > div { display: flex; gap: 23px; align-items: center; margin-left: auto; font-size: 10px; color: #5b6e5b; }
  .footer-top button { padding: 8px 0; }
  .footer-bottom { display: flex; justify-content: space-between; font-size: 9px; color: #617159; }
  .footer-bottom > span:last-child { letter-spacing: .12em; font-size: 8px; }
  .page-intro { padding: 55px 0 43px; }
  .page-intro .eyebrow { margin-bottom: 17px; }
  .page-intro h1 { font-size: 43px; }
  .page-intro p { margin-top: 17px; font-size: 14px; line-height: 1.9; }
  .back-link { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; color: #5c7561; padding-top: 27px; }
  .setup-page { padding-bottom: 85px; max-width: 1100px; }
  .setup-page .page-intro { padding-top: 30px; }
  .setup-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 64px; align-items: start; }
  .setup-card { background: #fffefa; border: 1px solid var(--line); border-radius: 13px; padding: 32px; }
  .field-section { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e8ece2; }
  .field-heading { font-size: 15px; font-weight: 500; display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
  .field-heading > span { font-family: var(--serif); font-size: 16px; color: #829982; }
  .field-hint { font-size: 12px; margin: -3px 0 17px; line-height: 1.9; }
  .subtle-note { font-size: 11px; margin-top: 10px; }
  .scope-option { display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); padding: 16px 13px; border-radius: 8px; margin-top: 12px; cursor: pointer; }
  .scope-option.fixed { background: #f1f5ed; cursor: default; }
  .scope-option > div:nth-child(2) { flex: 1; }
  .scope-option strong { font-size: 12px; font-weight: 500; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
  .scope-option p { font-size: 10px; margin-top: 4px; }
  .scope-option .small-pill { font-size: 9px; padding: 1px 6px; }
  .scope-icon { color: #769077; align-self: flex-start; }
  .scope-option > svg { width: 18px; color: var(--green); }
  .adult-gate { margin-top: 15px; padding: 17px; border: 1px solid #e6dece; background: #f7f3eb; border-radius: 7px; }
  .adult-gate > p { color: #756c56; font-size: 11px; margin-bottom: 12px; }
  .check-row { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 12px; line-height: 1.9; padding: 7px 0; color: #4f6656; }
  .check-row small { display: block; font-size: 10px; color: #6c7c6c; margin-top: 3px; }
  .check-row a { text-decoration: underline; text-underline-offset: 3px; margin-left: 5px; }
  .begin-button { width: 100%; justify-content: space-between; }
  .begin-button > span { display: flex; gap: 16px; align-items: center; font-size: 11px; }
  .setup-bottom { text-align: center; margin-top: 15px; font-size: 10px; }
  .setup-aside { padding-top: 18px; }
  .aside-art { width: 110px; color: #8da784; margin-bottom: 28px; }
  .setup-aside h2 { font-family: var(--serif); line-height: 1.7; font-size: 31px; font-weight: 400; }
  .setup-aside ul { list-style: none; padding: 0; margin: 27px 0; }
  .setup-aside li { display: flex; align-items: center; gap: 11px; font-size: 12px; color: #5a6f5b; margin-top: 15px; }
  .setup-aside li svg { color: #809976; flex-shrink: 0; }
  .aside-note { display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid var(--line); padding-top: 23px; margin-top: 32px; }
  .aside-note svg { flex-shrink: 0; margin-top: 3px; color: #668263; }
  .aside-note p { font-size: 11px; line-height: 1.9; }
  .setup-aside > .small-text { margin-top: 22px; font-size: 11px; }
  .resume-banner { display: flex; align-items: center; gap: 15px; background: #eaf1e5; border: 1px solid #d9e5d0; padding: 17px 22px; border-radius: 9px; margin-bottom: 30px; }
  .resume-banner > svg { flex-shrink: 0; }
  .resume-banner > div { flex: 1; }
  .resume-banner strong { font-size: 13px; font-weight: 500; }
  .resume-banner p { font-size: 11px; margin-top: 3px; }
  .quiz-page { max-width: 880px; padding-top: 50px; padding-bottom: 45px; }
  .quiz-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: #5d765f; font-size: 11px; }
  .quiz-topline .mono { font-size: 12px; margin-left: 18px; color: var(--ink); }
  .quiz-topline .text-button { font-size: 10px; }
  .progress-track { height: 3px; background: #dfe7d9; border-radius: 3px; overflow: hidden; }
  .progress-track > span { display: block; height: 100%; background: #698f6a; transition: width .3s; }
  .quiz-context { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 10px; color: #657e62; margin: 27px 0; }
  .question-card { padding: 47px 45px 27px; background: #fffefb; border: 1px solid #e0e6d8; border-radius: 15px; box-shadow: 0 15px 40px #2b4b2404; }
  .question-number { display: block; text-align: center; font-size: 9px; letter-spacing: .2em; color: #758c6b; margin-bottom: 21px; }
  .question-card fieldset { width: 100%; }
  .question-card legend { width: 100%; text-align: center; font-size: 27px; line-height: 1.8; letter-spacing: -.02em; font-weight: 400; min-height: 97px; display: flex; align-items: center; justify-content: center; }
  .question-card legend mark { color: #234d45; background: linear-gradient(transparent 54%, #d9edbd 54%); padding: 0 .08em; }
  .question-contrast { max-width: 650px; margin: 10px auto 4px; padding: 12px 16px; border: 1px solid #dce8d2; border-radius: 8px; background: #f7faf2; color: #5d7161; font-size: 11px; line-height: 1.75; text-align: left; }
  .contrast-heading { display: flex; justify-content: space-between; gap: 14px; color: #6b8760; font-size: 10px; letter-spacing: .04em; }
  .contrast-heading span:last-child { color: #87938a; letter-spacing: 0; }
  .question-contrast p { margin: 4px 0 0; }
  .question-contrast strong { color: #365b4f; font-weight: 600; }
  .question-contrast mark { padding: 1px 4px; border-radius: 3px; color: #315447; background: #e2f0c9; }
  .question-hint { text-align: center; font-size: 11px; margin: 12px 0 30px; }
  .answer-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
  .answer-option { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 23px 6px 12px; border: 1px solid #dfe6d8; background: #f8faf5; border-radius: 9px; cursor: pointer; font-size: 12px; position: relative; transition: border-color .15s, background .15s, transform .15s; }
  .answer-option:hover { border-color: #8fab84; background: #f0f5e9; }
  .answer-option.selected { border-color: #6d9161; background: #eaf2e2; color: #2d5430; }
  .answer-option input { appearance: none; position: absolute; inset: 0; opacity: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
  .answer-option:has(input:focus-visible) { outline: 2px solid #52784b; outline-offset: 3px; }
  .answer-dot { border: 1px solid #a3b697; border-radius: 50%; width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; }
  .selected .answer-dot { background: #52784b; border-color: #52784b; color: white; }
  .answer-option kbd { font-family: var(--sans); font-size: 9px; color: #728469; line-height: 1; margin-top: 1px; }
  .question-navigation { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 37px; padding-top: 22px; border-top: 1px solid #e6eadf; }
  .question-navigation > .button { min-width: 125px; gap: 20px; padding: 12px 17px; font-size: 12px; min-height: 44px; }
  .skip-button { font-size: 11px; color: #697c62; padding: 10px; }
  .skip-button:hover { text-decoration: underline; text-underline-offset: 4px; }
  .quiz-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; color: #6c7f66; margin-top: 22px; }
  .quiz-bottom > span:first-child { display: flex; align-items: center; gap: 7px; }
  .quiz-kind-note { text-align: center; font-size: 10px; margin-top: 29px; color: #76856d; }
  .exit-adult { width: 100%; margin-top: 25px; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
  .result-page { padding-top: 35px; padding-bottom: 60px; }
  .sample-banner { display: flex; align-items: center; gap: 10px; font-size: 12px; padding: 15px 20px; border: 1px solid #d7e4cb; background: #eef4e6; border-radius: 7px; }
  .sample-banner > svg { flex-shrink: 0; }
  .sample-banner a { margin-left: auto; white-space: nowrap; display: flex; align-items: center; gap: 7px; font-size: 11px; }
  .result-intro { max-width: 820px; padding: 35px 0 40px; }
  .result-overline { display: flex; gap: 15px; align-items: center; margin-top: 20px; margin-bottom: 18px; }
  .result-overline .small-text { font-size: 11px; }
  .result-intro h1 { font-family: var(--serif); font-size: 44px; font-weight: 400; }
  .result-intro > p { font-size: 13px; margin-top: 16px; line-height: 2; max-width: 740px; }
  .result-meta { display: flex; gap: 19px; font-size: 10px; color: #657f5d; margin-top: 18px; }
  .result-meta > span + span { border-left: 1px solid #ccd9c3; padding-left: 19px; }
  .result-quick-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto 30px; padding: 16px 19px; max-width: 920px; border: 1px solid #cbded0; border-radius: 10px; background: #f6faf4; }
  .result-quick-actions > div:first-child { display: grid; gap: 3px; text-align: left; }
  .result-quick-actions strong { color: #31574c; font-size: 14px; }
  .result-quick-actions span { color: #5e6f63; font-size: 11px; }
  .result-quick-actions > div:last-child { display: flex; gap: 9px; }
  .notice { display: block; border-left: 2px solid #afbb8d; padding: 14px 18px; background: #f2f3e8; color: #64734f; font-size: 12px; margin: 0 0 25px; border-radius: 0 6px 6px 0; line-height: 1.9; }
  .result-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .chart-card { background: #fffefa; border: 1px solid #dce5d6; border-radius: 12px; padding: 29px; min-width: 0; }
  .chart-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
  .chart-heading .eyebrow { font-size: 8px; }
  .chart-heading h2 { font-size: 22px; margin-top: 8px; }
  .chart-heading > svg { color: #7e9770; flex-shrink: 0; }
  .radar-chart { width: 100%; max-height: 342px; display: block; margin: 12px auto 0; }
  .radar-label { font: 11px var(--sans); fill: #59714f; }
  .radar-value { font: 11px var(--sans); fill: #748765; }
  .chart-note { font-size: 10px; text-align: center; line-height: 1.9; }
  .matrix-wrapper { position: relative; max-width: 355px; width: calc(100% - 21px); margin: 35px auto 23px; padding-left: 21px; }
  .attachment-matrix { position: relative; aspect-ratio: 1.24; border: 1px solid #d7e1cd; border-radius: 9px; background: conic-gradient(from 0deg, #f0f2ec 0 25%, #edf2e9 25% 50%, #eaf1e3 50% 75%, #f4f3e8 75%); }
  .attachment-matrix::before, .attachment-matrix::after { content: ""; position: absolute; opacity: .8; }
  .attachment-matrix::before { top: 50%; width: 100%; border-top: 1px dashed #c1cdb2; }
  .attachment-matrix::after { left: 50%; height: 100%; border-left: 1px dashed #c1cdb2; }
  .matrix-y-label { position: absolute; transform: rotate(-90deg); transform-origin: left bottom; left: 9px; top: 75%; white-space: nowrap; font-size: 9px; letter-spacing: .03em; color: #6d805e; }
  .matrix-x-label { font-size: 9px; text-align: center; color: #6d805e; padding-top: 12px; }
  .quadrant { position: absolute; width: 50%; text-align: center; font-size: 11px; line-height: 1.7; color: #657751; }
  .quadrant small { display: block; font-size: 9px; color: #778467; margin-top: 4px; }
  .q-top-left { top: 10%; left: 0; }
  .q-top-right { top: 10%; right: 0; }
  .q-bottom-left { bottom: 9%; left: 0; }
  .q-bottom-right { bottom: 9%; right: 0; }
  .matrix-point { position: absolute; z-index: 2; width: 13px; height: 13px; background: #486c3e; border: 2px solid #fff; box-shadow: 0 0 0 7px #67835120, 0 1px 6px #36542f30; border-radius: 50%; transform: translate(-50%, 50%); }
  .matrix-empty { position: absolute; top: 44%; left: 10%; width: 80%; text-align: center; background: #fffdf1ed; border: 1px solid #dae1cd; font-size: 11px; padding: 10px; border-radius: 6px; z-index: 2; }
  .matrix-zero, .matrix-max { position: absolute; font-size: 8px; color: #738165; bottom: -15px; }
  .matrix-zero { left: 0; }.matrix-max { right: 0; }
  .result-dimensions { margin-top: 65px; }
  .scores-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .score-card { border: 1px solid #dfe5d7; border-radius: 9px; background: #ffffff63; padding: 24px; min-width: 0; }
  .score-card-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
  .score-card h3 { display: flex; align-items: center; gap: 7px; margin-top: 5px; font-size: 18px; }
  .score-card .card-english { font-size: 8px; }
  .color-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
  .score-number { font-family: var(--serif); font-size: 33px; line-height: 1; text-align: right; white-space: nowrap; }
  .score-number small { font: 10px var(--sans); color: #6e7f64; margin-left: 7px; }
  .score-card > p { font-size: 11px; margin-top: 16px; }
  .score-track { height: 5px; background: #e6eadd; border-radius: 5px; overflow: hidden; margin-top: 20px; }
  .score-track span { display: block; height: 100%; border-radius: inherit; }
  .score-poles { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; color: #6d7c61; margin-top: 8px; }
  .score-card > .score-description { display: flex; gap: 14px; justify-content: space-between; font-size: 10px; color: #597148; }
  .score-description > span { white-space: nowrap; color: #718165; font-size: 9px; }
  .score-card details { margin-top: 13px; border-top: 1px solid #e4e8dc; padding-top: 10px; }
  .score-card summary { list-style: none; cursor: pointer; font-size: 10px; color: #6c7d5c; display: flex; justify-content: space-between; align-items: center; }
  .score-card details > p { margin-top: 8px; font-size: 11px; line-height: 1.9; }
  .adult-results { margin-top: 55px; }
  .section-description { font-size: 12px; line-height: 1.9; margin: -6px 0 25px; }
  .adult-results .notice { margin-top: 22px; }
  .conversation-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--line); margin-top: 64px; padding-top: 52px; }
  .conversation-section h2 { font-size: 29px; line-height: 1.7; margin-top: 15px; }
  .conversation-section > div > p { font-size: 12px; line-height: 2; margin-top: 18px; }
  .conversation-cards article { border-left: 2px solid #cad8b9; padding: 1px 0 2px 20px; margin-bottom: 22px; }
  .conversation-cards article > span { font-size: 9px; color: #6e835a; letter-spacing: .1em; }
  .conversation-cards article > p { font-family: var(--serif); font-size: 17px; color: #43593a; line-height: 1.8; margin-top: 6px; }
  .result-actions { margin-top: 50px; padding: 28px; background: #eaf1e1; border: 1px solid #dce6ce; border-radius: 9px; display: flex; flex-wrap: wrap; gap: 23px; justify-content: space-between; align-items: center; }
  .result-actions h3 { font-size: 17px; }
  .result-actions p { font-size: 11px; margin-top: 8px; }
  .result-buttons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
  .result-buttons .button { padding: 11px 16px; gap: 10px; min-height: 45px; font-size: 11px; }
  .result-footnote { font-size: 10px; margin-top: 26px; line-height: 1.9; color: #718265; }
  .result-footnote a { text-decoration: underline; text-underline-offset: 3px; margin-left: 7px; }
  .dictionary-page, .research-page { padding-bottom: 80px; }
  .dictionary-page .page-intro, .research-page .page-intro { padding-top: 64px; padding-bottom: 45px; }
  .dictionary-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); padding-top: 25px; }
  .filter-tabs { display: flex; gap: 6px; }
  .filter-tabs button { padding: 9px 18px; border: 1px solid transparent; border-radius: 6px; font-size: 12px; color: #65785e; min-height: 40px; white-space: nowrap; }
  .filter-tabs button.active { border-color: #cad9bf; color: #355a2c; background: #eaf1e2; }
  .search-field { display: flex; gap: 12px; align-items: center; padding: 10px 13px; background: #fffdf8; border: 1px solid #dce4d2; border-radius: 6px; color: #7a8b6b; }
  .search-field:focus-within { border-color: #7b9965; outline: 2px solid #7b996528; }
  .search-field input { border: none; background: transparent; outline: none; color: var(--ink); font-size: 12px; width: 200px; }
  .search-field input::placeholder { color: #728464; opacity: 1; }
  .dictionary-note { font-size: 11px; margin: 20px 0 27px; color: #6c7e5e; }
  .dictionary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
  .dictionary-card { border: 1px solid #dde5d1; border-radius: 9px; background: #fffef9; overflow: hidden; }
  .dictionary-card summary { padding: 22px; list-style: none; cursor: pointer; position: relative; }
  summary::-webkit-details-marker { display: none; }
  .dictionary-category { display: block; font-size: 9px; color: #687f58; margin-bottom: 14px; letter-spacing: .05em; }
  .dictionary-term { display: block; font-size: 21px; line-height: 1.4; font-weight: 400; }
  .dictionary-en { display: block; font-size: 9px; color: #738364; margin-top: 5px; min-height: 15px; overflow-wrap: anywhere; }
  .dictionary-summary { display: block; font-size: 12px; color: #65775a; line-height: 1.9; margin-top: 18px; min-height: 47px; }
  .dictionary-more { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-size: 10px; color: #527244; }
  .dictionary-more svg { transition: transform .2s; }
  .dictionary-card[open] .dictionary-more svg { transform: rotate(90deg); }
  .dictionary-detail { margin: 0 22px 22px; border-top: 1px solid #e1e7d7; padding-top: 17px; }
  .dictionary-detail p { font-size: 12px; line-height: 1.9; }
  .dictionary-detail > div { display: flex; gap: 12px; align-items: flex-start; background: #f3f5eb; padding: 12px; margin-top: 15px; border-radius: 4px; }
  .dictionary-detail > div > span { flex-shrink: 0; font-size: 9px; color: #627648; padding-top: 2px; }
  .dictionary-detail > div > p { font-size: 11px; }
  .dictionary-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; background: #eaf1df; border: 1px solid #dce6ca; padding: 35px; border-radius: 9px; margin-top: 50px; }
  .dictionary-cta h2 { font-family: var(--serif); font-weight: 400; font-size: 26px; }
  .empty-state { grid-column: 1 / -1; padding: 70px 25px; text-align: center; border: 1px dashed #cfdcc0; border-radius: 9px; }
  .empty-state > svg { color: #839867; margin-bottom: 16px; }
  .empty-state h3 { font-size: 22px; }
  .empty-state p { font-size: 12px; margin-top: 12px; }
  .empty-state .text-button, .empty-state .button { margin-top: 25px; }
  .research-page { max-width: 1080px; }
  .research-warning { display: flex; align-items: flex-start; gap: 23px; padding: 29px 32px; background: #f0f2e4; border: 1px solid #e0e4cd; border-radius: 9px; }
  .research-warning > svg { flex-shrink: 0; margin-top: 3px; color: #7b8a55; }
  .research-warning h2 { font-size: 21px; margin-bottom: 10px; color: #465b35; }
  .research-warning p { font-size: 12px; line-height: 2; }
  .research-block { margin-top: 55px; }
  .research-section-title { display: flex; gap: 20px; align-items: center; margin-bottom: 24px; }
  .research-section-title > span { font-family: var(--serif); font-size: 24px; color: #8aa171; }
  .research-section-title h2 { font-size: 27px; }
  .research-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  .research-columns article { border-top: 1px solid #d7e1c7; padding-top: 19px; }
  .research-columns h3 { font-size: 17px; }
  .research-columns p { font-size: 12px; line-height: 2; margin-top: 12px; }
  .research-columns a, .research-columns .source-label { display: inline-block; margin-top: 14px; font-size: 10px; color: #547341; }
  .method-card { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; background: #fffdf7; padding: 29px; border: 1px solid #dfe5d0; border-radius: 8px; }
  .method-card h3 { font-size: 17px; }
  .method-card p { font-size: 12px; line-height: 2; margin-top: 14px; }
  .method-card code { display: block; font-family: var(--sans); color: #426131; background: #eff3e6; padding: 13px; border-radius: 5px; font-size: 11px; margin-top: 17px; overflow-wrap: anywhere; }
  .source-card { display: flex; gap: 23px; padding: 28px 0; border-bottom: 1px solid #dfe6d1; }
  .source-number { font-family: var(--serif); font-size: 22px; color: #8d9e70; min-width: 30px; }
  .source-card h3 { font-size: 17px; line-height: 1.7; margin-top: 5px; }
  .source-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
  .source-card .source-byline { font-size: 10px; color: #71815f; margin-top: 4px; }
  .source-card p { font-size: 12px; line-height: 2; margin-top: 12px; }
  .source-card p strong { font-weight: 500; color: #516b40; }
  .source-label { font-size: 10px; }
  .privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .privacy-grid article { padding: 23px; border: 1px solid #dee5cf; border-radius: 8px; }
  .privacy-grid article > svg { color: #809760; margin-bottom: 11px; }
  .privacy-grid h3 { font-size: 17px; }
  .privacy-grid p { font-size: 12px; line-height: 2; margin-top: 12px; }
  .final-boundary { background: #eaf0dd; border: 1px solid #dae4c6; padding: 32px; border-radius: 9px; margin-top: 50px; }
  .final-boundary h2 { font-size: 26px; }
  .final-boundary p { font-size: 12px; line-height: 2; margin-top: 13px; }
  .final-boundary .button { margin-top: 25px; }
  dialog { color: var(--ink); background: #fffefa; border: 1px solid #dce5ce; border-radius: 13px; padding: 34px; width: min(530px, calc(100% - 36px)); max-height: calc(100dvh - 50px); box-shadow: 0 24px 100px #1e321b26; }
  dialog::backdrop { background: #1f32284a; backdrop-filter: blur(5px); }
  dialog h2 { font-family: var(--serif); font-size: 27px; font-weight: 400; padding-right: 28px; }
  .dialog-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-content: center; color: #6c7f5b; }
  .dialog-content { margin-top: 20px; }
  .dialog-content p { font-size: 13px; line-height: 1.95; margin-top: 10px; }
  .dialog-content a { color: #3c6232; text-decoration: underline; text-underline-offset: 4px; }
  .dialog-content .small-text { font-size: 11px; }
  .dialog-buttons { display: flex; justify-content: flex-end; gap: 13px; margin-top: 27px; }
  .dialog-buttons .button { font-size: 12px; padding: 12px 18px; min-height: 44px; }
  .sensitive-export { padding: 15px; border: 1px solid #e4dfc9; border-radius: 5px; background: #f6f3e7; margin: 17px 0; }
  .question-overview { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-top: 22px; }
  .question-overview button { border: 1px solid #d6dfc6; border-radius: 5px; min-height: 38px; font-size: 12px; color: #6d7d57; background: #f6f8ee; }
  .question-overview button.was-answered { background: #dce8cc; color: #37512b; border-color: #c0d2ab; }
  .question-overview button.was-skipped { border-style: dashed; color: #756e4d; background: #f4f1e3; }
  .question-overview button.current { box-shadow: 0 0 0 2px #698550; }
  .toast { position: fixed; z-index: 100; bottom: 27px; left: 50%; transform: translate(-50%, 20px); background: #294c36; color: #fafff0; border: 1px solid #728466; box-shadow: 0 8px 20px #15382118; padding: 14px 22px; border-radius: 8px; font-size: 12px; opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; max-width: calc(100% - 32px); width: max-content; }
  .toast.visible { opacity: 1; transform: translate(-50%, 0); }
  .noscript { padding: 50px; font: 18px/2 sans-serif; }
  /* Keep small editorial labels readable on every tinted surface. */
  .orbit-caption, .float-label > span:last-child:not(.tiny-dot),
  .field-heading > span, .check-row small,
  .quiz-context, .question-number, .skip-button, .quiz-bottom, .quiz-kind-note,
  .result-meta, .matrix-y-label, .matrix-x-label, .matrix-zero, .matrix-max,
  .quadrant, .quadrant small, .score-number small, .score-poles,
  .score-description > span, .score-card summary, .conversation-cards article > span,
  .result-footnote, .dictionary-note, .dictionary-category, .dictionary-en,
  .dictionary-detail > div > span, .source-card .source-byline,
  .research-section-title > span, .source-number, .answer-option kbd {
    color: #596f50;
  }
  .radar-label, .radar-value { fill: #596f50; }
}

@layer responsive {
  @media (min-width: 1500px) {
    .hero { min-height: 670px; padding-top: 65px; }
    .hero h1 { font-size: 66px; }
    .hero-description { font-size: 15px; }
  }
  @media (max-width: 1100px) {
    .container { width: calc(100% - 72px); }
    .header-inner, .site-footer { width: calc(100% - 60px); }
    .desktop-nav { gap: 25px; margin-right: 20px; }
    .hero { min-height: 570px; gap: 5px; }
    .hero h1 { font-size: 48px; }
    .hero-actions { gap: 17px; flex-wrap: wrap; }
    .hero-actions .text-button { font-size: 11px; }
    .orbit-caption { font-size: 7px; }
    .float-label { padding: 10px 12px; font-size: 10px; }
    .dimension-card { padding: 21px 22px 0; }
    .section-heading h2 { font-size: 28px; }
    .steps-grid { gap: 32px; }
    .setup-grid { gap: 40px; }
    .setup-card { padding: 26px; }
    .setup-aside h2 { font-size: 28px; }
    .chart-card { padding: 24px 20px; }
    .chart-heading h2 { font-size: 20px; }
    .dictionary-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { gap: 18px; }
    .footer-top p { display: none; }
  }
  @media (max-width: 800px) {
    .container { width: calc(100% - 48px); }
    .header-inner { height: 74px; width: calc(100% - 40px); gap: 15px; }
    .desktop-nav { display: none; }
    .header-actions { gap: 12px; }
    .menu-button { display: grid; place-content: center; min-width: 40px; min-height: 44px; }
    .mobile-nav { display: flex; justify-content: center; gap: 30px; border-top: 1px solid var(--line); padding: 15px; font-size: 12px; }
    .brand-en { font-size: 9px; }
    .hero { min-height: 510px; padding-top: 45px; padding-bottom: 40px; }
    .hero h1 { font-size: 40px; }
    .hero-description { font-size: 12px; }
    .hero-description > span { font-size: 11px; }
    .hero .eyebrow { font-size: 8px; }
    .hero-actions { margin-top: 24px; gap: 10px; }
    .hero-actions .button { font-size: 12px; padding: 13px 17px; min-height: 46px; gap: 15px; }
    .hero-actions .text-button { font-size: 10px; }
    .hero-meta { font-size: 9px; gap: 10px; }
    .orbit-foot { font-size: 6px; gap: 7px; letter-spacing: .08em; }
    .orbit-rule { width: 15px; }
    .orbit-caption { font-size: 6px; top: -20px; }
    .float-label-one { top: 9%; left: 0; }
    .float-label-two { bottom: 5%; }
    .float-label { font-size: 8px; padding: 8px 10px; gap: 7px; }
    .float-label > span:last-child:not(.tiny-dot) { margin-left: 5px; font-size: 7px; }
    .principles-strip { gap: 14px; font-size: 10px; min-height: 65px; }
    .principles-strip > a { display: none; }
    .principles-strip > span { gap: 7px; }
    .section-heading { gap: 20px; }
    .section-heading > p { max-width: 270px; font-size: 11px; }
    .section-heading h2 { font-size: 25px; }
    .dimension-cards { gap: 13px; }
    .dimension-card { padding: 18px 17px 0; }
    .card-top .small-pill { font-size: 8px; padding: 3px 6px; }
    .card-top { font-size: 10px; }
    .dimension-card h3 { font-size: 22px; }
    .dimension-card p { font-size: 11px; }
    .card-english { font-size: 7px; letter-spacing: .12em; }
    .tag-row { gap: 5px; min-height: 22px; }
    .tag-row span { font-size: 8px; padding: 2px 5px; }
    .card-bottom { font-size: 9px; min-height: 49px; }
    .mini-art { width: 75px; }
    .dimensions-section { padding-top: 62px; }
    .manifesto { padding: 65px 0; }
    .manifesto h2 { font-size: 32px; }
    .steps-section { padding-top: 55px; }
    .steps-grid { gap: 25px; }
    .steps-grid article { padding-left: 0; padding-top: 40px; }
    .steps-grid p { font-size: 11px; }
    .steps-grid h3 { font-size: 14px; }
    .steps-grid article > span { font-size: 25px; }
    .footer-bottom { gap: 15px; }
    .footer-bottom > span:last-child { font-size: 7px; max-width: 220px; text-align: right; }
    .setup-grid { grid-template-columns: minmax(0, 1fr) 230px; gap: 26px; }
    .setup-card { padding: 23px; }
    .field-heading { font-size: 14px; gap: 9px; }
    .setup-aside h2 { font-size: 24px; }
    .setup-aside li { font-size: 11px; align-items: flex-start; }
    .scope-icon { display: none; }
    .scope-option strong { font-size: 12px; }
    .page-intro h1 { font-size: 36px; }
    .quiz-page { padding-top: 30px; }
    .question-card { padding: 35px 25px 23px; }
    .question-card legend { font-size: 25px; }
    .answer-options { gap: 8px; }
    .answer-option { font-size: 11px; }
    .result-intro h1 { font-size: 38px; }
    .result-charts { gap: 16px; }
    .chart-card { padding: 22px 16px; }
    .chart-heading h2 { font-size: 18px; }
    .chart-heading .eyebrow { font-size: 7px; letter-spacing: .1em; }
    .radar-chart { min-height: 270px; }
    .matrix-wrapper { width: calc(100% - 8px); margin-top: 41px; margin-bottom: 32px; }
    .attachment-matrix { aspect-ratio: 1; }
    .quadrant { font-size: 9px; }
    .quadrant small { font-size: 8px; }
    .chart-note { font-size: 9px; }
    .score-card { padding: 19px; }
    .score-card > .score-description { flex-direction: column; gap: 4px; }
    .conversation-section { gap: 30px; }
    .conversation-section h2 { font-size: 25px; }
    .dictionary-toolbar { align-items: stretch; flex-wrap: wrap; gap: 18px; }
    .filter-tabs { gap: 4px; }
    .filter-tabs button { padding: 8px 13px; font-size: 11px; }
    .search-field input { width: 180px; }
    .research-columns { gap: 22px; }
    .research-columns p { font-size: 11px; }
    .method-card { gap: 25px; padding: 23px; }
  }
  @media (max-width: 600px) {
    .container { width: calc(100% - 40px); }
    .header-inner { height: 68px; width: calc(100% - 32px); }
    .brand { gap: 6px; }
    .brand svg { width: 32px; }
    .brand-cn { font-size: 22px; }
    .brand-en { font-size: 8px; letter-spacing: .12em; margin-left: 3px; }
    .header-actions { gap: 6px; }
    .header-actions .button { padding: 7px 10px; min-height: 36px; font-size: 10px; gap: 7px; }
    .menu-button { width: 34px; min-width: 34px; }
    .mobile-nav { gap: 25px; }
    .header-private { display: none; }
    .header-inner > .text-button { margin-left: auto; font-size: 11px; }
    .hero { display: flex; flex-direction: column; min-height: 0; gap: 0; align-items: stretch; padding-top: 45px; padding-bottom: 30px; }
    .hero-copy { padding-bottom: 0; }
    .hero .eyebrow { font-size: 8px; letter-spacing: .17em; }
    .hero h1 { font-size: clamp(35px, 9.4vw, 54px); line-height: 1.5; margin-top: 18px; white-space: normal; letter-spacing: -.045em; }
    .hero-description { margin-top: 20px; font-size: 13px; line-height: 1.9; }
    .hero-description > span { display: inline-block; margin-top: 5px; font-size: 12px; }
    .hero-actions { margin-top: 23px; gap: 16px; flex-wrap: wrap; }
    .hero-actions .button { padding: 13px 18px; font-size: 12px; gap: 17px; min-height: 48px; }
    .hero-actions .text-button { font-size: 10px; gap: 5px; }
    .hero-meta { font-size: 10px; gap: 12px; margin-top: 17px; }
    .orbit-art { width: min(100%, 430px); margin: 42px auto 0; }
    .orbit-svg { width: 100%; margin-left: 0; }
    .orbit-caption { font-size: 7px; top: -8px; right: 3px; }
    .orbit-foot { font-size: 7px; letter-spacing: .12em; }
    .orbit-rule { width: 22px; }
    .float-label { font-size: 10px; padding: 10px 12px; }
    .float-label-one { top: 17%; left: 0; }
    .float-label-two { bottom: 14%; right: 0; }
    .principles-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; padding: 19px 0; min-height: 0; font-size: 10px; }
    .principles-strip > span:first-child { grid-column: auto; }
    .principles-strip > span:nth-child(2) { grid-column: auto; }
    .principles-strip > span:nth-child(3) { grid-column: 1 / -1; }
    .principles-strip > span > svg { width: 15px; height: 15px; }
    .section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 23px; }
    .section-heading h2 { font-size: 27px; line-height: 1.65; }
    .section-heading .eyebrow { margin-bottom: 10px; font-size: 8px; }
    .section-heading > p { max-width: none; font-size: 12px; }
    .dimension-cards { grid-template-columns: 1fr; gap: 17px; }
    .dimension-card { padding: 24px 25px 0; min-height: 292px; }
    .card-top { font-size: 10px; }
    .card-top .small-pill { font-size: 10px; padding: 4px 9px; }
    .mini-art { position: absolute; right: 22px; top: 62px; width: 100px; margin: 0; opacity: .8; }
    .dimension-card .card-english { margin-top: 24px; font-size: 8px; }
    .dimension-card h3 { font-size: 26px; margin-top: 4px; }
    .dimension-card p { font-size: 12px; margin-top: 13px; }
    .tag-row { margin: 17px 0 21px; gap: 8px; }
    .tag-row span { padding: 2px 9px; font-size: 10px; }
    .card-bottom { font-size: 11px; min-height: 49px; }
    .manifesto { padding-top: 55px; padding-bottom: 52px; }
    .manifesto h2 { font-size: 26px; line-height: 1.9; }
    .manifesto p { font-size: 12px; }
    .manifesto p br { display: none; }
    .manifesto .eyebrow { font-size: 7px; }
    .manifesto .text-button { font-size: 11px; }
    .steps-section { padding-top: 49px; padding-bottom: 42px; }
    .steps-section .section-heading { flex-direction: row; flex-wrap: wrap; gap: 23px; }
    .steps-section .section-heading .button { font-size: 12px; min-height: 46px; padding: 11px 18px; gap: 17px; }
    .steps-grid { grid-template-columns: 1fr; gap: 29px; margin-top: 34px; }
    .steps-grid article { padding: 0 0 0 48px; }
    .steps-grid h3 { font-size: 16px; margin-bottom: 7px; }
    .steps-grid p { font-size: 12px; }
    .home-disclaimer { padding: 15px; margin-bottom: 43px; gap: 10px; }
    .home-disclaimer p { font-size: 10px; }
    .site-footer { width: calc(100% - 40px); }
    .footer-top { flex-wrap: wrap; gap: 15px; padding: 25px 0 18px; }
    .footer-top > div { width: 100%; margin: 0; gap: 24px; font-size: 11px; flex-wrap: wrap; }
    .footer-top .brand-en { font-size: 9px; }
    .footer-bottom { flex-direction: column; gap: 10px; font-size: 9px; }
    .footer-bottom > span:last-child { max-width: none; text-align: left; font-size: 7px; }
    .page-intro { padding: 35px 0 27px; }
    .page-intro h1 { font-size: 32px; line-height: 1.65; }
    .page-intro h1 .serif-accent { display: block; }
    .page-intro p { font-size: 13px; line-height: 1.9; margin-top: 13px; }
    .page-intro .eyebrow { font-size: 8px; margin-bottom: 14px; }
    .back-link { padding-top: 22px; }
    .setup-page { padding-bottom: 43px; }
    .setup-grid { grid-template-columns: 1fr; gap: 30px; }
    .setup-card { padding: 25px 20px; border-radius: 10px; }
    .field-heading { font-size: 14px; align-items: baseline; }
    .field-section { padding-bottom: 22px; margin-bottom: 22px; }
    .field-hint { font-size: 12px; }
    .scope-option { padding: 14px 11px; gap: 12px; }
    .scope-option strong { font-size: 12px; }
    .scope-option p { font-size: 10px; }
    .scope-option .small-pill { font-size: 9px; }
    .check-row { font-size: 12px; padding: 9px 0; }
    .check-row small { font-size: 11px; }
    .setup-bottom { font-size: 10px; }
    .setup-aside { padding: 0 5px; }
    .aside-art { display: none; }
    .setup-aside h2 { font-size: 24px; }
    .setup-aside h2 br { display: none; }
    .setup-aside li { font-size: 12px; }
    .aside-note { margin-top: 25px; padding-top: 20px; }
    .resume-banner { flex-wrap: wrap; gap: 13px; padding: 18px; }
    .resume-banner > div { min-width: calc(100% - 40px); }
    .resume-banner > button { margin-left: 32px; }
    .quiz-page { padding-top: 24px; }
    .quiz-topline { margin-bottom: 9px; font-size: 10px; }
    .quiz-topline .mono { margin-left: 6px; font-size: 11px; }
    .quiz-context { font-size: 10px; margin: 21px 0; align-items: flex-start; }
    .quiz-context > svg { flex-shrink: 0; margin-top: 1px; }
    .question-card { padding: 27px 20px 20px; border-radius: 11px; }
    .question-number { font-size: 8px; margin-bottom: 15px; }
    .question-card legend { font-size: 23px; line-height: 1.75; min-height: 85px; text-align: left; }
    .question-hint { text-align: left; font-size: 11px; margin: 16px 0 23px; }
    .answer-options { grid-template-columns: 1fr; gap: 9px; }
    .answer-option { flex-direction: row; padding: 13px 15px; gap: 15px; font-size: 13px; min-height: 51px; border-radius: 7px; }
    .answer-dot { width: 22px; height: 22px; }
    .answer-option kbd { display: none; }
    .question-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; padding-top: 19px; }
    .question-navigation > .text-button { justify-content: flex-start; font-size: 11px; grid-column: 1; grid-row: 1; }
    .question-navigation > .button { min-width: 0; font-size: 12px; gap: 15px; grid-column: 2; grid-row: 1; padding: 10px 12px; }
    .skip-button { grid-row: 2; grid-column: 1 / -1; min-height: 40px; padding: 7px; border-top: 1px solid #e7ebdf; padding-top: 13px; }
    .quiz-bottom { font-size: 9px; margin-top: 18px; }
    .keyboard-tip { display: none; }
    .quiz-kind-note { margin-top: 20px; font-size: 10px; }
    .exit-adult { font-size: 10px; line-height: 1.9; }
    .result-page { padding-top: 23px; padding-bottom: 40px; }
    .sample-banner { padding: 15px; font-size: 11px; align-items: flex-start; flex-wrap: wrap; gap: 9px; }
    .sample-banner > span { flex: 1; }
    .sample-banner a { width: 100%; margin-left: 27px; }
    .result-intro { padding-top: 30px; padding-bottom: 30px; }
    .result-intro .eyebrow { font-size: 8px; }
    .result-overline { gap: 11px; flex-wrap: wrap; margin-top: 17px; }
    .result-overline .small-text { font-size: 10px; }
    .result-intro h1 { font-size: 34px; line-height: 1.6; }
    .result-intro > p { font-size: 12px; line-height: 2; }
    .result-meta { gap: 10px; font-size: 9px; }
    .result-meta > span + span { padding-left: 10px; }
    .result-quick-actions { align-items: stretch; flex-direction: column; gap: 13px; padding: 14px; }
    .result-quick-actions > div:last-child { width: 100%; }
    .result-quick-actions button { flex: 1; }
    .result-charts { grid-template-columns: 1fr; gap: 19px; }
    .chart-card { padding: 24px 20px; }
    .chart-heading h2 { font-size: 22px; }
    .chart-heading .eyebrow { font-size: 8px; }
    .radar-chart { min-height: 0; max-height: 325px; margin: 18px auto 5px; }
    .chart-note { font-size: 10px; }
    .matrix-wrapper { margin-top: 29px; margin-bottom: 20px; max-width: 335px; }
    .attachment-matrix { aspect-ratio: 1.2; }
    .quadrant { font-size: 11px; }
    .quadrant small { font-size: 9px; }
    .matrix-y-label, .matrix-x-label { font-size: 9px; }
    .result-dimensions { margin-top: 39px; }
    .scores-grid { grid-template-columns: 1fr; gap: 15px; }
    .score-card { padding: 22px; }
    .score-card > .score-description { flex-direction: row; gap: 10px; }
    .score-card > p { font-size: 12px; }
    .score-poles { font-size: 10px; }
    .score-card summary { min-height: 28px; font-size: 11px; }
    .score-card details > p { font-size: 12px; }
    .score-description > span { font-size: 9px; }
    .adult-results { margin-top: 38px; }
    .adult-results .section-heading { gap: 13px; }
    .section-description { font-size: 12px; }
    .conversation-section { grid-template-columns: 1fr; gap: 28px; margin-top: 41px; padding-top: 35px; }
    .conversation-section h2 { font-size: 26px; }
    .conversation-section .eyebrow { font-size: 8px; }
    .conversation-cards article > p { font-size: 18px; }
    .result-actions { padding: 22px; margin-top: 25px; }
    .result-actions h3 { font-size: 17px; }
    .result-actions p { font-size: 11px; }
    .result-buttons { width: 100%; gap: 11px; }
    .result-buttons > .button { width: 100%; padding: 12px 16px; }
    .result-buttons > .text-button { margin: auto; }
    .result-footnote { font-size: 11px; }
    .dictionary-page .page-intro, .research-page .page-intro { padding-top: 39px; padding-bottom: 31px; }
    .dictionary-page, .research-page { padding-bottom: 42px; }
    .dictionary-toolbar { gap: 17px; padding-top: 19px; }
    .filter-tabs { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
    .filter-tabs button { padding: 9px 8px; font-size: 11px; }
    .search-field { width: 100%; padding: 12px 14px; }
    .search-field input { width: 100%; font-size: 16px; }
    .dictionary-note { font-size: 11px; line-height: 1.9; margin: 17px 0 20px; }
    .dictionary-grid { grid-template-columns: 1fr; gap: 15px; }
    .dictionary-card summary { padding: 23px; }
    .dictionary-summary { min-height: 0; font-size: 13px; }
    .dictionary-category { font-size: 10px; }
    .dictionary-term { font-size: 24px; }
    .dictionary-en { font-size: 11px; }
    .dictionary-more { font-size: 11px; margin-top: 15px; }
    .dictionary-detail p { font-size: 13px; }
    .dictionary-cta { padding: 25px; flex-direction: column; align-items: flex-start; gap: 22px; margin-top: 32px; }
    .dictionary-cta h2 { font-size: 26px; line-height: 1.8; }
    .dictionary-cta .button { font-size: 12px; padding: 12px 17px; }
    .research-warning { padding: 21px; gap: 14px; }
    .research-warning > svg { width: 20px; }
    .research-warning h2 { font-size: 19px; line-height: 1.7; }
    .research-warning p { font-size: 12px; }
    .research-block { margin-top: 35px; }
    .research-section-title { gap: 13px; align-items: baseline; margin-bottom: 20px; }
    .research-section-title > span { font-size: 20px; flex-shrink: 0; }
    .research-section-title h2 { font-size: 24px; line-height: 1.7; }
    .research-columns { grid-template-columns: 1fr; gap: 23px; }
    .research-columns p { font-size: 13px; line-height: 2; }
    .research-columns a, .research-columns .source-label { font-size: 11px; }
    .method-card { grid-template-columns: 1fr; gap: 26px; padding: 23px; }
    .method-card h3 { font-size: 18px; }
    .method-card p { font-size: 12px; }
    .source-card { gap: 13px; padding: 23px 0; }
    .source-number { min-width: 20px; font-size: 20px; }
    .source-card h3 { font-size: 16px; overflow-wrap: anywhere; }
    .source-card p { font-size: 12px; }
    .source-card .source-byline { font-size: 11px; }
    .privacy-grid { grid-template-columns: 1fr; gap: 15px; }
    .privacy-grid p { font-size: 13px; }
    .final-boundary { padding: 24px; margin-top: 32px; }
    .final-boundary h2 { font-size: 25px; }
    .final-boundary p { font-size: 12px; }
    .final-boundary .button { font-size: 12px; gap: 12px; padding: 13px 16px; }
    dialog { padding: 29px 23px; }
    dialog h2 { font-size: 25px; }
    .dialog-buttons { flex-wrap: wrap; gap: 10px; }
    .dialog-buttons .button { flex: 1; font-size: 11px; padding: 11px 13px; white-space: nowrap; }
    .question-overview { grid-template-columns: repeat(6, 1fr); gap: 9px; }
    .question-overview button { min-height: 39px; }
    .toast { font-size: 12px; bottom: max(20px, env(safe-area-inset-bottom)); padding: 12px 17px; text-align: center; }
    .mobile-only { display: initial; }
  }
  @media (max-width: 370px) {
    .brand-en { display: none; }
    .hero-actions { gap: 12px; }
    .hero-actions .text-button { padding-top: 0; }
    .principles-strip { grid-template-columns: 1fr; }
    .mini-art { width: 78px; right: 17px; top: 80px; }
    .score-card > .score-description { flex-direction: column; gap: 5px; }
    .hero h1 { font-size: 34px; }
    .question-card { padding-inline: 17px; }
    .question-card legend { font-size: 21px; }
    .question-navigation { gap: 10px; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .button:hover, .dimension-card:hover { transform: none !important; }
  }
  @media print {
    .site-header, .site-footer, .result-actions, .result-buttons, .sample-banner, .skip-link, .toast, dialog { display: none !important; }
    body { background: white; color: black; font-size: 12px; }
    .container { width: 100%; max-width: none; }
    .result-page { padding: 0; }
    .result-charts, .scores-grid { grid-template-columns: 1fr 1fr; }
    .score-card, .chart-card { break-inside: avoid; }
    .adult-results { display: none; }
    .conversation-section { break-before: auto; }
    .chart-card { padding: 15px; }
    a { text-decoration: none; }
  }
}
