/* The Clarity Desk — shared public, account, and workspace theme. */
:root{--ink:#f6f5ef;--panel:#fffefa;--panel-2:#eeefe6;--line:#d9ded2;--gold:#245846;--gold-soft:#245846;--signal:#326c51;--paper:#202e27;--muted:#606b62;--danger:#a3382e}
html.bg-ink,body.bg-ink{background:var(--ink);color:var(--paper)}
body.text-paper{color:var(--paper)}
.site-header{background:rgba(246,245,239,.96);height:80px;border-color:var(--line)}
.wordmark{font-size:14px;letter-spacing:.17em}.main-nav{font-size:13px;gap:26px}
.nav-pill{background:var(--gold);color:#fff!important;border-radius:6px;padding:12px 18px}
.main-nav a:hover{color:var(--paper)}.nav-pill:hover{background:#183e31}
.display{letter-spacing:-.055em;line-height:1.04}.display.small{font-size:clamp(42px,5.2vw,70px)}
.hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:70px}
.hero{padding:76px 0 88px}.hero .display{font-size:clamp(64px,7.4vw,96px);margin:24px 0}
.eyebrow,.section-label,.card-kicker{letter-spacing:.15em;font-size:10px}
.hero-copy{font-size:17px;line-height:1.8;max-width:470px}.actions{gap:24px;flex-wrap:wrap;margin-top:28px}
.button{border-radius:6px;font-size:13px;padding:14px 20px;min-height:46px}.button-gold{color:#fff;background:var(--gold)}
.button-gold:hover{background:#183e31}.button-outline{background:transparent}.button-outline:hover{background:var(--panel-2)}
.hero-footnote{font-size:11px;line-height:1.7;color:var(--muted);margin-top:22px;max-width:370px}
.hero-visual{margin:0;min-height:0}.hero-visual:before{display:none}
.clarity-preview{width:100%;background:#e7ebdf;border:1px solid #d4dccb;border-radius:14px;padding:28px;position:relative}
.preview-top{display:flex;align-items:center;gap:13px;font-size:9px;line-height:1.7;letter-spacing:.13em;color:#47604d;margin-bottom:28px}
.preview-symbol{font-size:35px;color:#245846;line-height:1}.preview-number{margin-left:auto;font-size:11px}
.preview-sheet{background:#fffefa;border:1px solid #d5dccd;border-radius:7px;padding:25px;box-shadow:0 16px 28px #253e2410;transform:rotate(-2deg)}
.preview-sheet-top{display:flex;justify-content:space-between;gap:12px;font-size:8px;letter-spacing:.08em;color:#52634e}
.preview-sheet-top span:last-child{letter-spacing:0;color:#697464}.preview-sheet h2{font:400 36px/1.12 var(--serif);letter-spacing:-.035em;margin:23px 0}
.preview-row{display:flex;gap:13px;border-top:1px solid #e2e5da;padding:15px 0}.preview-row:last-child{padding-bottom:0}
.preview-check{width:26px;height:26px;display:grid;place-items:center;background:#edf1e6;color:#426342;border-radius:50%;font-size:9px;flex:none}
.preview-row strong,.preview-note strong{font-size:12px;font-weight:600}.preview-row p,.preview-note p{font-size:10px;line-height:1.6;color:#626d5f;margin:4px 0 0}
.preview-note{display:flex;gap:15px;align-items:center;background:#245846;color:white;padding:17px 20px;border-radius:7px;margin:23px -9px -8px 30px;position:relative}.preview-note>span{font-size:25px}.preview-note p{color:#d6e5d8}
.section{padding:72px 0}.section-heading{font-size:clamp(34px,4vw,52px);line-height:1.12}.body-large{font-size:17px}
.surface-band{background:#ecefe5}.feature-grid{background:transparent;gap:20px}.feature-card{background:var(--panel);border:1px solid var(--line);border-radius:9px;min-height:240px;padding:28px}.feature-card:hover{background:#fff;box-shadow:0 12px 30px #203e2210}
.feature-card h3{font-size:27px;margin-top:44px;padding-right:0}.feature-icon{display:none}.feature-no{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e9eee1}
.callout{border-radius:9px;background:#eef1e7;padding:30px}.signal-dot{box-shadow:none}.callout h2{font-size:29px;line-height:1.2}
.page-hero{padding:55px 0 42px}.site-footer{background:#e9ede2;padding-top:38px;padding-bottom:38px}.footer-links{align-items:center}
.portal-nav{background:#edf0e7;top:80px;height:calc(100vh - 80px);padding:32px 22px}.portal-nav h2{font-size:24px}
.portal-nav nav{margin-top:25px}.portal-nav nav a{border-radius:5px;padding:10px 12px}.portal-nav nav a:hover,.portal-nav nav a.active{background:#dce5d5;color:#214c3b}
.portal-content{padding:46px clamp(22px,4vw,64px)}.portal-heading h1{font-size:clamp(40px,5vw,64px);line-height:1.05}
.portal-content .shell{width:100%}.dashboard-grid{gap:18px;background:transparent}.dashboard-card,.list-panel,.entry-card,.empty-state{border:1px solid var(--line);border-radius:9px;background:var(--panel)}
.dashboard-card{min-height:180px}.dashboard-card h2{font-size:26px}.status{background:#e8efdf;border-radius:4px;padding:5px 8px;white-space:nowrap}
.list-row{flex-wrap:wrap}.avatar{border-radius:50%;background:#edf2e7}.advocate-grid{background:transparent;gap:18px}.advocate-card{border:1px solid var(--line);border-radius:9px}.tag-row span{border-radius:4px;background:var(--panel-2)}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{background:var(--panel);color:var(--paper);border:1px solid #bac7b8;border-radius:5px;padding:12px;max-width:100%;font:inherit}
input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #245846;outline-offset:2px}input[type=checkbox]{accent-color:#245846;width:18px;height:18px}
.auth-panel,.auth-visual{border-radius:10px}.auth-split{gap:20px;background:transparent}.auth-split .auth-panel{border:1px solid var(--line);min-height:560px}.auth-split .auth-panel-advocate{background:#e9eee2}
.role-option:hover{background:#e0e8d9}.aura-thread{border-radius:9px}.aura-message.user{background:#e2ecd9}.aura-boundary{border-color:#b1c7a3;border-radius:6px;background:#edf2e7}.toast{border-radius:7px;box-shadow:0 8px 30px #1c35221a;max-width:min(420px,calc(100vw - 40px))}
.splash{display:none!important}.reveal{visibility:visible!important}.motion-ready [data-scroll-reveal]{opacity:1;transform:none}
@media(max-width:1000px){.hero-layout{gap:30px}.hero .display{font-size:70px}.clarity-preview{padding:20px}.portal-shell{grid-template-columns:220px minmax(0,1fr)}.profile-layout{grid-template-columns:1fr;gap:25px}}
@media(max-width:760px){.site-header{height:70px}.hero{padding:45px 0 55px}.hero-layout{display:block}.hero .display{font-size:clamp(58px,12vw,78px)}.hero-visual{margin-top:30px;min-height:0}.clarity-preview{max-width:490px;margin:auto}.section{padding:48px 0}.split{gap:24px}.feature-grid,.auth-split{grid-template-columns:1fr}.portal-shell{display:block}.portal-nav{height:auto;top:auto;padding:22px 16px}.portal-content{padding:30px 16px}.portal-nav nav a{padding:8px}.site-footer{padding:30px 16px}.page-hero{padding:35px 0}.preview-sheet{padding:20px}.actions{gap:18px}.cta-band .button{margin-top:22px}.profile-layout{display:grid}.aura-message{max-width:95%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
