@charset "UTF-8";

:root {
  --ink: #071019;
  --ink-soft: #0b1722;
  --ink-card: #101f2b;
  --paper: #f1f2ed;
  --paper-soft: #d9dfdf;
  --text: #eaf0f1;
  --muted: #9aa8b0;
  --line: rgba(210, 226, 227, .14);
  --line-strong: rgba(210, 226, 227, .26);
  --gold: #d3b477;
  --gold-pale: #ecd9ae;
  --aqua: #76c8c9;
  --danger: #e49b91;
  --success: #91cfb2;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", system-ui, sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  --tech: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1120px, calc(100% - 40px));
  --ease: cubic-bezier(.22, .8, .22, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 0; background: var(--ink); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 15% 8%, rgba(62, 125, 133, .12), transparent 30%), radial-gradient(circle at 90% 30%, rgba(184, 142, 78, .08), transparent 28%), linear-gradient(180deg, #08131d, #071019 65%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img, svg { max-width: 100%; }
h1, h2, h3, p { overflow-wrap: anywhere; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-pale); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 12px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.trap-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.site-header { position: absolute; z-index: 100; left: 0; right: 0; top: 0; min-height: 82px; padding: 0 max(20px, calc((100vw - 1320px)/2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(7, 16, 25, .18); backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 600 12px/1 var(--tech); letter-spacing: .18em; white-space: nowrap; }
.brand b { color: var(--gold); font-weight: 600; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-pale); font-family: var(--serif); font-size: 16px; transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand > .brand-mark { line-height: 1; }
.global-nav { display: flex; align-items: center; gap: 28px; color: var(--paper-soft); font-size: 13px; }
.global-nav a, .nav-text-button { transition: color .2s ease; }
.global-nav a:hover, .nav-text-button:hover { color: var(--gold-pale); }
.global-nav form { margin: 0; }
.nav-text-button { padding: 0; border: 0; background: none; color: inherit; }
.global-nav .nav-cta { min-height: 42px; padding: 0 20px; display: inline-flex; align-items: center; border: 1px solid rgba(211, 180, 119, .55); color: var(--gold-pale); }
.nav-toggle { display: none; width: 45px; height: 45px; padding: 11px; border: 1px solid var(--line-strong); background: transparent; }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--paper); }
.nav-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.flash-stack { position: fixed; z-index: 300; top: 94px; right: 20px; width: min(420px, calc(100% - 40px)); display: grid; gap: 8px; }
.flash { padding: 14px 18px; border: 1px solid var(--line-strong); background: rgba(15, 31, 42, .96); box-shadow: 0 16px 42px rgba(0,0,0,.32); font-size: 14px; }
.flash--error { border-color: rgba(228, 155, 145, .55); }
.flash--success { border-color: rgba(145, 207, 178, .55); }

.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; background: transparent; font-weight: 700; font-size: 14px; letter-spacing: .04em; transition: transform .25s var(--ease), background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 62px; padding-inline: 30px; }
.button--wide { width: 100%; }
.button--primary { background: var(--gold); color: #0c1217; }
.button--primary:hover { background: #e2c58b; }
.button--line { border-color: var(--line-strong); color: var(--paper); }
.button--line:hover { border-color: var(--gold); }
.button--light { background: var(--paper); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); color: var(--gold-pale); font-weight: 700; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 11px; color: var(--gold); font: 600 10px/1.4 var(--tech); letter-spacing: .22em; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }

.hero { position: relative; min-height: min(920px, 100svh); padding: 130px max(20px, calc((100vw - 1200px)/2)) 80px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 14, 22, .95) 0%, rgba(6, 14, 22, .7) 49%, rgba(6, 14, 22, .12) 100%), radial-gradient(circle at 74% 43%, rgba(54, 121, 128, .18), transparent 28%); }
.hero-grid, .result-cover-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(180,208,209,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(180,208,209,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.hero-orbit { position: absolute; right: max(-120px, calc((100vw - 1420px)/2)); top: 50%; width: min(62vw, 760px); aspect-ratio: 1; border: 1px solid rgba(211,180,119,.2); border-radius: 50%; transform: translateY(-48%); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(118,200,201,.16); border-radius: 50%; }
.hero-orbit::before { inset: 13%; }
.hero-orbit::after { inset: 31%; background: radial-gradient(circle, rgba(211,180,119,.12), transparent 58%); }
.hero-orbit--two { width: min(48vw, 590px); border-style: dashed; transform: translateY(-48%) rotate(23deg); }
.hero-orbit--two::before { inset: -11%; border-style: dotted; }
.hero-orbit--two::after { inset: 45%; width: 10px; height: 10px; margin: auto; background: var(--gold); box-shadow: 0 0 28px var(--gold); }
.hero-content { position: relative; z-index: 2; width: min(760px, 68%); }
.hero h1 { margin: 24px 0; font: 500 clamp(40px, 5.5vw, 76px)/1.42 var(--serif); letter-spacing: .015em; }
.hero h1 em { color: var(--gold-pale); font-style: normal; }
.hero-lead { margin: 0 0 36px; color: var(--paper-soft); font-size: clamp(16px, 1.7vw, 20px); line-height: 2; }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.hero-note i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-data { position: absolute; z-index: 2; right: 30px; bottom: 26px; display: flex; gap: 28px; color: #7f9199; font: 500 9px/1 var(--tech); letter-spacing: .16em; }

.trust-strip { min-height: 124px; padding: 20px max(20px, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #09141e; }
.trust-strip > div { padding: 16px 24px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.trust-strip > div:first-child { border-left: 1px solid var(--line); }
.trust-strip b { color: var(--gold); font: 500 11px/1 var(--tech); }
.trust-strip span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.trust-strip strong { display: block; color: var(--paper); font-size: 14px; }

.reading-entry, .method { padding-block: clamp(84px, 10vw, 144px); }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading > div { display: flex; align-items: flex-start; gap: 24px; margin: 17px 0; }
.section-heading h2 { margin: 0; font: 500 clamp(30px, 4.2vw, 54px)/1.55 var(--serif); }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.section-number { padding-top: 13px; color: var(--gold); font: 500 11px/1 var(--tech); letter-spacing: .12em; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { max-width: 630px; margin-inline: auto; }

.form-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(30px, 6vw, 82px); align-items: start; }
.form-progress { position: sticky; top: 110px; }
.form-progress ol { margin: 0; padding: 0; list-style: none; }
.form-progress li { position: relative; min-height: 72px; display: flex; gap: 17px; color: #61727c; }
.form-progress li::before { content: ""; position: absolute; left: 13px; top: 30px; bottom: 5px; width: 1px; background: var(--line); }
.form-progress li:last-child::before { display: none; }
.form-progress b { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font: 500 8px/1 var(--tech); }
.form-progress span { padding-top: 1px; font-size: 13px; }
.form-progress small { display: block; margin-top: 2px; font: 500 8px/1.3 var(--tech); letter-spacing: .12em; }
.form-progress .is-current { color: var(--paper); }
.form-progress .is-current b { border-color: var(--gold); color: var(--gold); }
.panel { padding: clamp(22px, 5vw, 56px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18, 35, 48, .95), rgba(9, 22, 32, .95)); box-shadow: 0 32px 80px rgba(0,0,0,.2); }
.form-section-head { margin-bottom: 30px; display: flex; gap: 20px; align-items: flex-start; }
.form-section-head > span { margin-top: 8px; color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .15em; }
.form-section-head h3 { margin: 0; font: 500 28px/1.4 var(--serif); }
.form-section-head p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.form-section-head p b, .field > span b { color: var(--gold-pale); }
.field-grid { display: grid; gap: 22px; }
.field-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field--wide { grid-column: 1 / -1; }
.field { display: grid; gap: 9px; margin-bottom: 23px; }
.field > span { color: var(--paper-soft); font-size: 13px; font-weight: 700; }
.field > span small { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 0; background: rgba(5, 14, 22, .55); color: var(--paper); font-size: 16px; line-height: 1.6; }
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: #66757c; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: 1px solid var(--gold); outline-offset: 0; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { background: var(--ink-soft); color: var(--paper); }
.field-help { margin-top: -4px; color: var(--muted); font-size: 11px; }
.form-divider { position: relative; height: 78px; margin: 8px 0 32px; display: flex; align-items: center; }
.form-divider::before { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--line); }
.form-divider span { position: relative; padding-right: 16px; background: #0e1c27; color: #667881; font: 500 8px/1 var(--tech); letter-spacing: .2em; }
.stroke-details { margin-top: 12px; border: 1px solid var(--line-strong); }
.stroke-details summary { min-height: 76px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; }
.stroke-details summary::-webkit-details-marker { display: none; }
.stroke-details summary > span { display: flex; align-items: center; gap: 14px; }
.stroke-details summary b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-weight: 400; }
.stroke-details summary span span { line-height: 1.45; }
.stroke-details summary small { display: block; color: var(--muted); font-size: 11px; font-weight: 400; }
.stroke-details summary i { color: var(--gold); font-size: 11px; font-style: normal; }
.stroke-details[open] summary { border-bottom: 1px solid var(--line); }
.stroke-details[open] summary b { transform: rotate(45deg); }
.stroke-body { padding: 24px; background: rgba(2, 10, 16, .35); }
.stroke-body > p { margin: 0 0 24px; color: var(--muted); font-size: 12px; }
.stroke-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.stroke-groups strong { font-size: 13px; }
.stroke-inputs { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 10px; }
.stroke-inputs > p { margin: 0; color: var(--muted); font-size: 12px; }
.stroke-unit { width: 66px; display: grid; gap: 5px; text-align: center; }
.stroke-unit span { font: 500 22px/1.4 var(--serif); }
.stroke-unit input { width: 100%; min-height: 44px; padding: 7px; border: 1px solid var(--line-strong); background: var(--ink); text-align: center; font-size: 16px; }
.form-submit { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); text-align: center; }
.form-submit p { color: var(--paper-soft); font-size: 12px; }
.form-submit p span { color: var(--gold); }
.form-submit .button { min-width: min(100%, 350px); margin-top: 8px; }
.form-submit > small { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; }

.method { border-top: 1px solid var(--line); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { min-height: 330px; padding: 30px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid article > b { display: block; color: var(--gold); font: 400 34px/1 var(--tech); }
.method-grid article > span { display: block; margin-top: 65px; color: #6e8089; font: 500 8px/1.3 var(--tech); letter-spacing: .14em; }
.method-grid h3 { margin: 10px 0; font: 500 22px/1.45 var(--serif); }
.method-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.method-note { margin-top: 28px; padding: 26px 30px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; border: 1px solid rgba(211,180,119,.3); background: rgba(211,180,119,.035); }
.method-note strong, .method-note > span { color: var(--gold); font: 600 9px/1.4 var(--tech); letter-spacing: .14em; }
.method-note p { margin: 0; color: var(--muted); font-size: 12px; }
.human-reading { padding-block: clamp(82px, 10vw, 140px); background: #cdb276; color: #0b141b; }
.human-reading .eyebrow { color: #314248; }
.human-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; margin-top: 28px; }
.human-grid h2 { margin: 0; font: 500 clamp(34px, 5vw, 62px)/1.55 var(--serif); }
.human-grid p { margin: 6px 0 30px; }
.human-grid .text-link { color: #0b141b; border-color: #0b141b; }

.site-footer { width: var(--shell); margin-inline: auto; padding: 70px 0 28px; display: grid; grid-template-columns: 1fr auto; gap: 52px; border-top: 1px solid var(--line); }
.site-footer > div > p { max-width: 490px; margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 10px 32px; font-size: 12px; }
.site-footer nav a:hover { color: var(--gold); }
.site-footer > small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); color: #677780; font-size: 9px; }

/* Result */
.result-page .site-header, .saved-result .site-header, .consultation-page .site-header, .legal-page .site-header, .auth-page .site-header, .mypage .site-header, .admin-page .site-header, .admin-login-page .site-header, .success-page .site-header, .error-page .site-header { position: relative; background: #071019; }
.analysis-loading { position: fixed; z-index: 200; inset: 0; padding: 32px; display: grid; place-content: center; text-align: center; background: #071019; transition: opacity .6s ease, visibility .6s ease; }
.analysis-loading.is-complete { opacity: 0; visibility: hidden; }
.analysis-loading .eyebrow { justify-content: center; }
.analysis-loading h1 { margin: 24px 0; font: 500 clamp(34px, 6vw, 62px)/1.5 var(--serif); }
.loading-orbit { position: relative; width: 120px; aspect-ratio: 1; margin: 0 auto 34px; border: 1px solid rgba(211,180,119,.35); border-radius: 50%; animation: spin 5s linear infinite; }
.loading-orbit::before, .loading-orbit::after { content: ""; position: absolute; border: 1px solid rgba(118,200,201,.35); border-radius: 50%; }
.loading-orbit::before { inset: 15%; }
.loading-orbit::after { inset: 38%; background: var(--gold); box-shadow: 0 0 24px rgba(211,180,119,.7); }
.loading-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); }
.loading-orbit i:nth-child(1) { left: 8px; top: 45%; }
.loading-orbit i:nth-child(2) { right: 16px; top: 16px; }
.loading-orbit i:nth-child(3) { left: 50%; bottom: -4px; }
@keyframes spin { to { transform: rotate(360deg); } }
.loading-status { min-height: 30px; color: var(--paper-soft); font-size: 14px; }
.loading-bar { width: min(340px, 70vw); height: 2px; margin: 20px auto; overflow: hidden; background: var(--line); }
.loading-bar i { display: block; width: 0; height: 100%; background: var(--gold); transition: width .8s ease; }
.analysis-loading > small { color: var(--muted); font-size: 10px; }
.result-cover { position: relative; min-height: 760px; padding: 110px max(20px, calc((100vw - 900px)/2)) 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; border-bottom: 1px solid var(--line); }
.result-cover::before { content: ""; position: absolute; width: min(75vw, 680px); aspect-ratio: 1; border: 1px solid rgba(211,180,119,.17); border-radius: 50%; box-shadow: inset 0 0 0 100px rgba(118,200,201,.012), inset 0 0 0 101px rgba(118,200,201,.11); }
.result-cover > *:not(.result-cover-grid) { position: relative; z-index: 2; }
.result-cover .eyebrow { justify-content: center; }
.result-code { position: absolute !important; top: 38px; right: max(20px, calc((100vw - 1120px)/2)); display: grid; text-align: right; }
.result-code span { color: var(--muted); font: 500 8px/1 var(--tech); letter-spacing: .15em; }
.result-code b { color: var(--gold); font: 500 13px/1.8 var(--tech); }
.result-kicker { margin: 28px 0 10px; color: var(--muted); font-size: 12px; }
.result-cover h1 { margin: 0; font: 500 clamp(38px, 7vw, 70px)/1.35 var(--serif); letter-spacing: .1em; }
.result-cover h1 small, .saved-reading-head h1 small { margin-left: 8px; font-size: .3em; letter-spacing: 0; }
.result-type { margin-top: 38px; }
.result-type > span { display: block; color: var(--gold); font-size: 11px; }
.result-type strong { display: block; margin: 8px 0; color: var(--gold-pale); font: 500 clamp(25px, 4vw, 42px)/1.5 var(--serif); }
.result-type small { color: var(--muted); font: 500 10px/1 var(--tech); letter-spacing: .16em; }
.result-overall { max-width: 740px; margin: 38px auto 0; color: var(--paper-soft); text-align: left; font-size: 15px; line-height: 2.15; }
.result-actions { display: flex; gap: 10px; margin-top: 34px; }
.result-inner { width: min(900px, calc(100% - 40px)); margin-inline: auto; }
.score-section, .systems-section, .interpretation-section { padding-block: clamp(76px, 9vw, 120px); }
.result-section-head { margin-bottom: 50px; }
.result-section-head > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .18em; }
.result-section-head h2 { margin: 12px 0; font: 500 clamp(30px, 4vw, 44px)/1.5 var(--serif); }
.result-section-head p { max-width: 650px; margin: 0; color: var(--muted); }
.score-grid { display: grid; gap: 25px; }
.score-row > div:first-child { display: flex; align-items: baseline; justify-content: space-between; }
.score-row span { font-weight: 700; font-size: 14px; }
.score-row b { color: var(--gold-pale); font: 500 24px/1 var(--tech); }
.score-track { height: 5px; margin-top: 10px; background: var(--line); }
.score-track i { display: block; width: var(--score); height: 100%; background: linear-gradient(90deg, var(--aqua), var(--gold)); }
.score-note { margin: 35px 0 0; padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(211,180,119,.05); color: var(--muted); font-size: 11px; }
.systems-section { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - 1120px)/2)); background: #e8e8e3; color: #13202a; }
.systems-section .result-section-head > span { color: #866d3d; }
.systems-section .result-section-head p { color: #68737a; }
.system-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bdc3c1; border-left: 1px solid #bdc3c1; }
.system-cards article { min-height: 320px; padding: 28px; border-right: 1px solid #bdc3c1; border-bottom: 1px solid #bdc3c1; background: rgba(255,255,255,.2); }
.system-cards article > span { color: #8a7448; font: 600 8px/1 var(--tech); letter-spacing: .16em; }
.system-cards h3 { margin: 12px 0 28px; font: 500 18px/1.4 var(--serif); }
.system-cards article > b { display: block; margin-bottom: 20px; font: 600 26px/1.45 var(--serif); }
.system-cards dl { display: flex; flex-wrap: wrap; margin: 0 0 17px; }
.system-cards dl div { min-width: 50%; padding: 7px 12px 7px 0; }
.system-cards dt { color: #778087; font-size: 9px; }
.system-cards dd { margin: 0; font-size: 12px; font-weight: 700; }
.system-cards p { color: #58646b; font-size: 12px; }
.system-cards article > small { color: #7a7974; font-size: 9px; }
.system-cards .name-grids { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
.system-cards .name-grids div { min-width: 0; padding: 8px 3px; border: 1px solid #c3c4bc; text-align: center; }
.system-cards .name-grids dd { font-size: 18px; }
.system-cards .name-grids small { display: block; font-size: 7px; font-weight: 400; }
.interpretation-list { border-top: 1px solid var(--line); }
.interpretation-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.interpretation-list article > span { padding-top: 8px; color: var(--gold); font: 500 10px/1 var(--tech); }
.interpretation-list h3 { margin: 0 0 14px; font: 500 24px/1.5 var(--serif); }
.interpretation-list p { margin: 0; color: var(--paper-soft); font-size: 14px; line-height: 2.1; }
.method-disclaimer { margin-bottom: 100px; padding: 26px; border: 1px solid var(--line-strong); }
.method-disclaimer > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.method-disclaimer p { margin: 12px 0 5px; }
.method-disclaimer small { color: var(--muted); font-size: 10px; }
.save-reading { margin-bottom: 110px; padding: 42px; display: grid; grid-template-columns: 1fr 330px; gap: 45px; align-items: center; border: 1px solid rgba(211,180,119,.4); background: rgba(211,180,119,.045); }
.save-reading > div > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.save-reading h2 { margin: 10px 0; font: 500 28px/1.5 var(--serif); }
.save-reading p { margin: 0; color: var(--muted); font-size: 12px; }
.save-reading form .field { margin-bottom: 10px; }
.save-reading form .button { width: 100%; }
.consultation-cta { padding-block: 100px; background: var(--gold); color: #101820; }
.consultation-cta .eyebrow { color: #3e4b4d; }
.consultation-cta-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; margin-top: 25px; }
.consultation-cta h2 { margin: 0; font: 500 clamp(37px, 5vw, 62px)/1.55 var(--serif); }
.consultation-cta p { margin-top: 0; }
.consultation-cta .button { margin-top: 20px; }

/* Auth, dashboard, messages */
.auth-shell { width: min(1040px, calc(100% - 40px)); min-height: 700px; margin-inline: auto; padding: 90px 0 110px; display: grid; grid-template-columns: 1fr 430px; gap: 10vw; align-items: center; }
.auth-intro h1 { margin: 20px 0; font: 500 clamp(42px, 6vw, 68px)/1.5 var(--serif); }
.auth-intro > p:last-child { max-width: 430px; color: var(--muted); }
.auth-card { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line-strong); background: var(--ink-card); }
.auth-card > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.auth-card h1, .auth-card h2 { margin: 10px 0 30px; font: 500 31px/1.5 var(--serif); }
.auth-card > p { color: var(--muted); font-size: 12px; }
.check-field { margin: 6px 0 25px; display: flex; gap: 10px; align-items: flex-start; color: var(--paper-soft); font-size: 12px; }
.check-field input { margin-top: 7px; }
.check-field a { color: var(--gold-pale); text-decoration: underline; }
.auth-switch { margin: 28px 0 0 !important; padding-top: 24px; border-top: 1px solid var(--line); text-align: center; }
.auth-switch a { color: var(--gold-pale); font-weight: 700; }
.dashboard-shell, .admin-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding: 75px 0 110px; }
.dashboard-head { margin-bottom: 70px; }
.dashboard-head h1 { margin: 16px 0 4px; font: 500 clamp(40px, 6vw, 64px)/1.4 var(--serif); }
.dashboard-head > p:last-child { color: var(--muted); font-size: 12px; }
.dashboard-section { margin-top: 45px; }
.dashboard-title { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.dashboard-title span, .admin-card > span { color: var(--gold); font: 600 8px/1 var(--tech); letter-spacing: .16em; }
.dashboard-title h2 { margin: 8px 0 0; font: 500 28px/1.4 var(--serif); }
.archive-list { border-top: 1px solid var(--line); }
.archive-list article { padding: 24px 18px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.archive-list article:hover { background: rgba(255,255,255,.025); }
.archive-date b { display: block; color: var(--gold-pale); font: 400 30px/1 var(--tech); }
.archive-date span { color: var(--muted); font: 500 9px/1.5 var(--tech); }
.archive-label { color: var(--gold); font-size: 10px; }
.archive-list h3 { margin: 3px 0; font: 500 22px/1.4 var(--serif); }
.archive-list p { margin: 0; color: var(--muted); font-size: 10px; }
.archive-actions { display: flex; gap: 17px; align-items: center; }
.archive-actions a { color: var(--gold-pale); font-size: 12px; font-weight: 700; }
.archive-actions form { margin: 0; }
.archive-actions button { border: 0; background: none; color: #89969c; font-size: 11px; text-decoration: underline; }
.empty-state { padding: 60px 20px; border: 1px dashed var(--line-strong); text-align: center; }
.empty-state > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.empty-state h3 { margin: 12px 0; font: 500 25px/1.5 var(--serif); }
.empty-state p, .quiet-copy { color: var(--muted); font-size: 12px; }
.consultation-mini-list { border-top: 1px solid var(--line); }
.consultation-mini-list > div { padding: 19px 15px; display: grid; grid-template-columns: 110px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.consultation-mini-list > div > span { color: var(--muted); font: 500 10px/1 var(--tech); }
.consultation-mini-list b { font-size: 13px; }
.status { display: inline-flex; min-height: 27px; padding: 3px 9px; align-items: center; justify-content: center; border: 1px solid var(--line-strong); color: var(--paper-soft); font-size: 9px; font-style: normal; white-space: nowrap; }
.status--new { border-color: var(--gold); color: var(--gold-pale); }
.status--reviewing { border-color: var(--aqua); color: var(--aqua); }
.status--reading { border-color: #bea2dc; color: #d1bbe8; }
.status--answered { border-color: var(--success); color: var(--success); }
.status--closed { color: var(--muted); }

.saved-reading-shell { width: min(900px, calc(100% - 40px)); margin-inline: auto; padding: 55px 0 110px; }
.back-link { display: inline-block; margin-bottom: 32px; color: var(--gold-pale); font-size: 12px; }
.saved-reading-head { padding: clamp(30px, 6vw, 64px); border: 1px solid rgba(211,180,119,.4); text-align: center; }
.saved-reading-head > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .14em; }
.saved-reading-head h1 { margin: 20px 0; font: 500 clamp(38px, 7vw, 62px)/1.4 var(--serif); }
.saved-reading-head div b { display: block; color: var(--gold-pale); font: 500 27px/1.5 var(--serif); }
.saved-reading-head div em { color: var(--muted); font: 500 9px/1 var(--tech); letter-spacing: .12em; font-style: normal; }
.saved-reading-head p { margin: 30px 0; color: var(--paper-soft); text-align: left; font-size: 14px; }
.saved-reading-head > small { color: var(--muted); font-size: 9px; }
.saved-scores { padding: 65px 0; display: grid; gap: 20px; }
.saved-scores h2 { margin: 0 0 20px; font: 500 28px/1.4 var(--serif); }
.saved-sections { border-top: 1px solid var(--line); }
.saved-sections article { padding: 32px 0; display: grid; grid-template-columns: 145px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.saved-sections span { color: var(--gold-pale); font: 500 18px/1.5 var(--serif); }
.saved-sections p { margin: 0; color: var(--paper-soft); font-size: 13px; }
.saved-reading-actions { margin-top: 45px; display: flex; gap: 10px; justify-content: center; }
.page-shell { min-height: 70vh; padding: 100px 20px; display: grid; place-items: center; }
.message-card { width: min(660px, 100%); padding: clamp(32px, 7vw, 70px); border: 1px solid var(--line-strong); text-align: center; }
.message-card > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.message-card h1 { margin: 16px 0; font: 500 clamp(34px, 6vw, 55px)/1.5 var(--serif); }
.message-card p { color: var(--muted); }
.success-mark { width: 56px; height: 56px; margin: 0 auto 25px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.message-actions { margin-top: 30px; display: flex; justify-content: center; gap: 10px; }

/* Consultation */
.consultation-hero { padding: clamp(82px, 10vw, 138px) 0; border-bottom: 1px solid var(--line); }
.consultation-hero h1 { max-width: 850px; margin: 25px 0; font: 500 clamp(40px, 7vw, 72px)/1.45 var(--serif); }
.consultation-hero .section-shell > p:last-of-type { max-width: 680px; color: var(--paper-soft); }
.consultation-hero .section-shell > div { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 9px; }
.consultation-hero .section-shell > div span { padding: 7px 11px; border: 1px solid var(--line-strong); color: var(--muted); font-size: 10px; }
.consultation-shell { padding-block: 70px 120px; }
.form-errors { margin-bottom: 28px; padding: 22px; border: 1px solid rgba(228,155,145,.55); background: rgba(228,155,145,.07); }
.form-errors strong { color: #f0b1a8; }
.form-errors ul { margin-bottom: 0; color: var(--paper-soft); font-size: 13px; }
.linked-reading { margin-bottom: 28px; padding: 22px 26px; display: flex; gap: 30px; align-items: center; border: 1px solid rgba(211,180,119,.45); }
.linked-reading > span { color: var(--gold); font: 600 8px/1 var(--tech); letter-spacing: .14em; }
.linked-reading b { font-family: var(--serif); font-size: 20px; }
.linked-reading p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.accordion-stack { border-top: 1px solid var(--line-strong); }
.form-accordion { border-bottom: 1px solid var(--line-strong); }
.form-accordion summary { min-height: 100px; padding: 20px 5px; display: grid; grid-template-columns: 45px 1fr auto; gap: 20px; align-items: center; cursor: pointer; list-style: none; }
.form-accordion summary::-webkit-details-marker { display: none; }
.form-accordion summary > b { color: var(--gold); font: 400 30px/1 var(--tech); }
.form-accordion summary span strong { display: block; font: 500 23px/1.5 var(--serif); }
.form-accordion summary span small { display: block; color: var(--muted); font-size: 11px; }
.form-accordion summary > i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--gold); font-style: normal; transition: transform .25s ease; }
.form-accordion[open] summary > i { transform: rotate(45deg); }
.accordion-body { padding: 10px 0 42px 65px; }
.choice-field, .contact-choice { margin: 0 0 30px; padding: 0; border: 0; }
.choice-field legend, .contact-choice legend { margin-bottom: 13px; color: var(--paper-soft); font-size: 13px; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.choice-grid label, .contact-choice label { position: relative; cursor: pointer; }
.choice-grid input, .contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span, .contact-choice label span { min-height: 46px; padding: 8px 10px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--muted); font-size: 12px; text-align: center; transition: .2s ease; }
.choice-grid input:checked + span, .contact-choice input:checked + span { border-color: var(--gold); background: rgba(211,180,119,.12); color: var(--gold-pale); }
.choice-grid input:focus-visible + span, .contact-choice input:focus-visible + span { outline: 2px solid var(--gold-pale); outline-offset: 2px; }
.char-count { justify-self: end; color: var(--muted); font-size: 10px; }
.char-count b { color: var(--paper-soft); }
.contact-section, .consent-section { margin-top: 70px; padding: clamp(25px, 5vw, 50px); border: 1px solid var(--line-strong); background: rgba(15,31,43,.68); }
.contact-section h2, .consent-section h2 { margin: 12px 0; font: 500 34px/1.5 var(--serif); }
.contact-section > p, .consent-section > p { color: var(--muted); font-size: 12px; }
.contact-section .field-grid { margin-top: 32px; }
.contact-choice > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.contact-choice > small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; }
.consent-section > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.consent-check { margin-top: 12px; padding: 17px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--line); cursor: pointer; }
.consent-check input { width: 19px; height: 19px; margin-top: 5px; accent-color: var(--gold); }
.consent-check span { color: var(--paper-soft); font-size: 13px; }
.consent-check b { margin-right: 6px; color: var(--muted); }
.consent-check--required { border-color: rgba(211,180,119,.4); }
.consent-check--required b { color: var(--gold); }
.privacy-link a { color: var(--gold-pale); text-decoration: underline; }
.consult-submit { padding-top: 45px; text-align: center; }
.consult-submit .button { min-width: min(100%, 380px); }
.consult-submit > small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; }

/* Legal */
.legal-shell { width: min(900px, calc(100% - 40px)); margin-inline: auto; padding: 80px 0 120px; }
.legal-head { padding-bottom: 55px; border-bottom: 1px solid var(--line-strong); }
.legal-head h1 { margin: 22px 0; font: 500 clamp(42px, 7vw, 70px)/1.45 var(--serif); }
.legal-head > p:last-child { color: var(--muted); font-size: 10px; }
.legal-content section { padding: 42px 0; display: grid; grid-template-columns: 70px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.legal-content section > span { color: var(--gold); font: 500 11px/1 var(--tech); }
.legal-content h2 { margin: 0 0 13px; font: 500 24px/1.5 var(--serif); }
.legal-content p, .legal-content li { color: var(--paper-soft); font-size: 13px; }

/* Admin */
.admin-login-shell { min-height: 700px; padding: 90px 20px; display: grid; place-items: center; }
.admin-login-shell .auth-card { width: min(440px, 100%); }
.admin-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.admin-head > div > span, .admin-detail-head > div > span { color: var(--gold); font: 600 9px/1 var(--tech); letter-spacing: .16em; }
.admin-head h1 { margin: 9px 0; font: 500 40px/1.4 var(--serif); }
.admin-head p { margin: 0; color: var(--muted); font-size: 10px; }
.status-tabs { margin-top: 50px; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.status-tabs a { min-height: 72px; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-right: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.status-tabs a:last-child { border-right: 0; }
.status-tabs a b { color: var(--paper); font: 500 18px/1 var(--tech); }
.status-tabs a.is-active { background: rgba(211,180,119,.1); color: var(--gold-pale); box-shadow: inset 0 -2px var(--gold); }
.admin-table-wrap { margin-top: 42px; }
.admin-section-title { margin-bottom: 18px; display: flex; align-items: baseline; justify-content: space-between; }
.admin-section-title h2 { margin: 0; font: 500 25px/1.4 var(--serif); }
.admin-section-title span { color: var(--muted); font-size: 10px; }
.admin-table-scroll { overflow-x: auto; }
.admin-table { width: 100%; min-width: 900px; border-collapse: collapse; border-top: 1px solid var(--line); }
.admin-table th, .admin-table td { padding: 16px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; font-size: 11px; }
.admin-table th { color: var(--muted); font: 500 9px/1 var(--tech); letter-spacing: .08em; }
.admin-table time small, .admin-table td:nth-child(2) small { display: block; color: var(--muted); font-size: 9px; }
.admin-table td:nth-child(2) strong { font-family: var(--serif); font-size: 15px; }
.admin-table td:last-child a { color: var(--gold-pale); font-weight: 700; }
.admin-detail-head { margin-bottom: 40px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.admin-detail-head h1 { margin: 10px 0; font: 500 38px/1.4 var(--serif); }
.admin-detail-head p { margin: 0; color: var(--muted); font-size: 10px; }
.admin-detail-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: 28px; align-items: start; }
.admin-detail-main { display: grid; gap: 24px; }
.admin-card { padding: 30px; border: 1px solid var(--line); }
.admin-card h2 { margin: 9px 0 22px; font: 500 24px/1.5 var(--serif); }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.detail-list > div { padding: 13px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.detail-list dt { color: var(--muted); font-size: 9px; }
.detail-list dd { margin: 4px 0 0; font-size: 12px; }
.detail-list a { color: var(--gold-pale); text-decoration: underline; }
.answer-list { margin: 0; }
.answer-list > div { padding: 18px 0; border-top: 1px solid var(--line); }
.answer-list dt { color: var(--gold-pale); font-size: 11px; font-weight: 700; }
.answer-list dd { margin: 6px 0 0; color: var(--paper-soft); font-size: 13px; }
.free-message { margin-top: 20px; padding: 20px; border: 1px solid rgba(211,180,119,.3); }
.free-message strong { color: var(--gold); font-size: 11px; }
.free-message p { margin-bottom: 0; font-size: 13px; }
.reading-snapshot h3 { color: var(--gold-pale); font: 500 20px/1.5 var(--serif); }
.reading-snapshot p { color: var(--paper-soft); font-size: 12px; }
.reading-snapshot > div { display: flex; flex-wrap: wrap; gap: 7px; }
.reading-snapshot > div span { padding: 7px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.reading-snapshot > div b { color: var(--paper); }
.admin-workspace { position: sticky; top: 25px; padding: 26px; border: 1px solid rgba(211,180,119,.36); background: var(--ink-card); }
.admin-form-actions { display: grid; gap: 8px; }
.copy-feedback { min-height: 24px; margin: 8px 0 0; color: var(--success); font-size: 10px; text-align: center; }

@media (max-width: 900px) {
  .global-nav { position: absolute; left: 0; right: 0; top: 82px; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line-strong); background: rgba(7,16,25,.98); }
  .global-nav.is-open { display: flex; }
  .global-nav > a, .global-nav form { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .global-nav .nav-cta { min-height: 48px; justify-content: center; margin-top: 10px; padding: 0 18px; }
  .nav-toggle { display: block; }
  .hero-content { width: 82%; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(3) { border-left: 1px solid var(--line); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-note { grid-template-columns: 1fr auto; }
  .method-note p { grid-column: 1 / -1; grid-row: 2; }
  .system-cards { grid-template-columns: repeat(2, 1fr); }
  .auth-shell { grid-template-columns: 1fr 400px; gap: 5vw; }
  .choice-grid { grid-template-columns: repeat(3, 1fr); }
  .admin-detail-grid { grid-template-columns: 1fr; }
  .admin-workspace { position: static; }
  .status-tabs { grid-template-columns: repeat(3, 1fr); }
  .status-tabs a:nth-child(3), .status-tabs a:nth-child(6) { border-right: 0; }
  .status-tabs a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1120px); }
  .site-header { min-height: 70px; padding-inline: 15px; }
  .global-nav { top: 70px; }
  .brand { font-size: 10px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero { min-height: 800px; padding: 112px 20px 70px; align-items: start; }
  .hero::before { background: linear-gradient(180deg, rgba(6,14,22,.95), rgba(6,14,22,.76) 68%, rgba(6,14,22,.95)); }
  .hero-content { width: 100%; padding-top: 55px; }
  .hero h1 { font-size: clamp(37px, 11vw, 54px); line-height: 1.5; }
  .hero-lead br { display: none; }
  .hero-orbit { right: -45vw; top: 67%; width: 110vw; }
  .hero-orbit--two { width: 88vw; }
  .hero-data { left: 20px; right: auto; bottom: 22px; gap: 13px; flex-wrap: wrap; }
  .trust-strip { padding-inline: 14px; }
  .trust-strip > div { padding: 16px 12px; }
  .trust-strip span { font-size: 10px; }
  .trust-strip strong { font-size: 12px; }
  .reading-entry, .method { padding-block: 75px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading > div { gap: 12px; }
  .section-heading h2 { font-size: 31px; }
  .form-layout { grid-template-columns: 1fr; }
  .form-progress { position: static; overflow-x: auto; }
  .form-progress ol { width: 560px; display: grid; grid-template-columns: repeat(4, 1fr); }
  .form-progress li { min-height: 56px; }
  .form-progress li::before { left: 30px; right: 12px; top: 13px; bottom: auto; width: auto; height: 1px; }
  .panel { padding: 22px 16px; }
  .field-grid--2 { grid-template-columns: 1fr; gap: 0; }
  .form-divider span { background: #0d1b26; }
  .stroke-groups { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: auto; }
  .method-grid article > span { margin-top: 35px; }
  .method-note { grid-template-columns: 1fr; gap: 12px; }
  .method-note p { grid-column: auto; grid-row: auto; }
  .human-grid { grid-template-columns: 1fr; gap: 25px; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; }
  .site-footer nav { min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; }
  .site-footer > small { grid-column: auto; }
  .result-cover { min-height: 720px; padding-top: 95px; }
  .result-code { top: 22px; right: 20px; }
  .result-overall { font-size: 13px; }
  .result-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .result-actions .button { padding-inline: 10px; }
  .result-inner { width: calc(100% - 28px); }
  .system-cards { grid-template-columns: 1fr; }
  .system-cards article { min-height: auto; }
  .interpretation-list article { grid-template-columns: 35px 1fr; gap: 10px; padding: 30px 0; }
  .interpretation-list p { font-size: 13px; }
  .save-reading { padding: 28px 20px; grid-template-columns: 1fr; gap: 26px; }
  .consultation-cta-grid { grid-template-columns: 1fr; gap: 28px; }
  .auth-shell { padding: 65px 0 90px; grid-template-columns: 1fr; gap: 40px; }
  .auth-intro h1 { font-size: 43px; }
  .archive-list article { grid-template-columns: 55px 1fr; gap: 14px; }
  .archive-actions { grid-column: 1 / -1; justify-content: flex-end; }
  .dashboard-title { align-items: flex-start; flex-direction: column; }
  .consultation-mini-list > div { grid-template-columns: 80px 1fr; }
  .consultation-mini-list .status { grid-column: 2; justify-self: start; }
  .saved-sections article { grid-template-columns: 1fr; gap: 8px; }
  .saved-reading-actions, .message-actions { flex-direction: column; }
  .linked-reading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .form-accordion summary { grid-template-columns: 34px 1fr auto; gap: 10px; }
  .form-accordion summary span strong { font-size: 18px; }
  .accordion-body { padding-left: 0; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-section, .consent-section { margin-inline: -7px; padding: 24px 15px; }
  .legal-content section { grid-template-columns: 35px 1fr; gap: 10px; }
  .admin-head, .admin-detail-head { align-items: flex-start; flex-direction: column; }
  .status-tabs { grid-template-columns: repeat(2, 1fr); }
  .status-tabs a { border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line); }
  .status-tabs a:nth-child(2n) { border-right: 0 !important; }
  .detail-list { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .hero { padding-inline: 16px; }
  .hero h1 { font-size: 35px; }
  .hero .button--large { width: 100%; padding-inline: 18px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { border-left: 1px solid var(--line); }
  .result-cover h1 { letter-spacing: .04em; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .form-accordion summary > b { font-size: 24px; }
  .form-accordion summary span small { font-size: 9px; }
  .contact-choice > div { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .site-footer, .result-actions, .save-reading, .consultation-cta, .saved-reading-actions, .flash-stack { display: none !important; }
  body, body::before { background: #fff !important; color: #111 !important; }
  .result-cover, .result-inner, .saved-reading-shell { width: 100%; padding: 18mm 12mm; color: #111; }
  .result-overall, .interpretation-list p, .method-disclaimer small, .saved-reading-head p, .saved-sections p { color: #333; }
  .systems-section { background: #fff; }
  .interpretation-list article, .saved-sections article { break-inside: avoid; border-color: #aaa; }
}
