:root{--bg:#f8f5f0;--bg-subtle:#f2ede6;--bg-card:#ffffff;--text:#18100a;--muted:#7a6e65;--hairline:#e0d9d0;--gold:#a8722a;--gold-mid:#c08840;--gold-light:#d4a574;--gold-tint:rgba(168,114,42,0.08);--font-display:var(--font-dm-serif-display),"Georgia",serif;--font-serif:var(--font-dm-serif-text),"Georgia",serif;--font-sans:var(--font-dm-sans),system-ui,-apple-system,sans-serif;--nav-height:64px;--max-width:1240px;--content-pad:clamp(1.25rem,5vw,3.5rem);--article-max:700px;--ease:cubic-bezier(0.16,1,0.3,1);--transition:0.3s var(--ease)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font:inherit;border:none;background:none}::selection{background:var(--gold-light);color:var(--text)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--content-pad)}.site-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:3.5rem;gap:3.5rem;align-items:start}@media (max-width:900px){.site-grid{grid-template-columns:1fr;gap:2.5rem}.sidebar{position:static}}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;line-height:1.1;color:var(--text)}.display-xl{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05}.display-lg{font-size:clamp(1.75rem,3.5vw,2.75rem)}.display-md{font-size:clamp(1.4rem,2.5vw,1.9rem)}.display-sm{font-size:1.25rem}.label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.label,.meta{font-family:var(--font-sans)}.meta{font-size:.82rem;color:var(--muted)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--nav-height);background:rgba(248,245,240,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--hairline)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--content-pad);height:100%;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-display);font-size:1.15rem;color:var(--text);letter-spacing:-.01em}.nav-logo span{color:var(--gold)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-family:var(--font-sans);font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color var(--transition);position:relative}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--transition)}.nav-links a:hover{color:var(--text)}.nav-links a:hover:after{width:100%}.nav-links a.active{color:var(--text)}.nav-links a.active:after{width:100%}.nav-cta{font-family:var(--font-sans);font-size:.78rem;font-weight:500;letter-spacing:.08em;padding:.45rem 1.1rem;border:1px solid var(--gold);border-radius:999px;color:var(--gold);transition:all var(--transition)}.nav-cta:hover{background:var(--gold);color:#fff}.nav-mobile-btn{display:none;padding:.4rem;color:var(--text)}@media (max-width:640px){.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--bg);border-bottom:1px solid var(--hairline);padding:1.5rem var(--content-pad);z-index:99}.nav-links.open a{font-size:1rem}.nav-mobile-btn{display:flex}}.lang-switch{display:flex;align-items:center;gap:.35rem;margin-left:1.5rem}.lang-opt{font-size:.72rem;font-family:var(--font-sans);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .15s}.lang-opt:hover{color:var(--text)}.lang-opt--active{color:var(--gold);font-weight:600}.lang-sep{font-size:.65rem;color:var(--hairline)}.footer{margin-top:5rem;padding:2.5rem var(--content-pad);border-top:1px solid var(--hairline)}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.82rem;color:var(--muted)}.footer-links{display:flex;align-items:center;gap:1.5rem;list-style:none}.footer-links a{font-size:.82rem;color:var(--muted);transition:color var(--transition);display:inline-flex;align-items:center;gap:.3rem}.footer-links a:hover{color:var(--text)}.event-spotlight{display:flex;align-items:center;gap:1.25rem;padding:.9rem 1.25rem;margin:2rem 0 2.5rem;background:var(--bg-card);border:1px solid var(--hairline);border-left:3px solid var(--gold);border-radius:4px;text-decoration:none;transition:border-color var(--transition),box-shadow var(--transition);flex-wrap:wrap}.event-spotlight:hover{border-left-color:var(--gold-mid);box-shadow:0 2px 12px rgba(168,114,42,.1)}.event-spotlight-badge{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:var(--gold-tint);border:1px solid rgba(168,114,42,.2);padding:.25rem .65rem;border-radius:2px;white-space:nowrap;flex-shrink:0}.event-spotlight-body{display:flex;flex-direction:column;gap:.1rem;flex:1 1;min-width:0}.event-spotlight-body strong{font-family:var(--font-serif);font-size:.97rem;font-weight:400;color:var(--text)}.event-spotlight-meta{font-size:.8rem;color:var(--muted)}.event-spotlight-cta{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;color:var(--gold);white-space:nowrap;flex-shrink:0;transition:gap var(--transition)}.event-spotlight:hover .event-spotlight-cta{gap:.6rem}.event-spotlight-logo{height:22px;width:auto;opacity:.75;flex-shrink:0;display:block}@media (max-width:560px){.event-spotlight{gap:.85rem}.event-spotlight-cta,.event-spotlight-logo{display:none}}.faq-page{max-width:760px;margin-top:2.5rem}.faq-section{margin-bottom:3rem}.faq-category{font-family:var(--font-display);font-size:1.1rem;color:var(--gold);letter-spacing:.02em;text-transform:uppercase;font-size:.78rem;font-family:var(--font-sans);font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--hairline)}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--hairline)}.faq-item:first-child{border-top:none}.faq-question{font-family:var(--font-serif);font-size:1rem;font-weight:400;padding:1.1rem 2rem 1.1rem 0;cursor:pointer;list-style:none;position:relative;color:var(--text);transition:color var(--transition)}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--gold);font-weight:300;transition:transform var(--transition)}.faq-item[open] .faq-question:after{transform:translateY(-50%) rotate(45deg)}.faq-item[open] .faq-question{color:var(--gold)}.faq-answer{font-size:.95rem;color:var(--muted);line-height:1.75;padding-bottom:1.25rem}.faq-cta{margin-top:3rem;padding:2rem;background:var(--gold-tint);border:1px solid rgba(168,114,42,.15);border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.faq-cta p{font-family:var(--font-serif);font-size:1.05rem;color:var(--text)}.divider{border:none;border-top:1px solid var(--hairline);margin:3rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.88rem;font-weight:500;padding:.8rem 1.5rem;border-radius:999px;transition:all var(--transition)}.btn-gold{background:var(--gold);color:#fff;border:1px solid var(--gold)}.btn-gold:hover{background:var(--gold-mid);border-color:var(--gold-mid);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--hairline)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--gold);border:1px solid transparent;padding:.8rem 0;gap:.4rem}.btn-ghost:hover{gap:.7rem}.featured-card{padding-bottom:2.5rem;border-bottom:1px solid var(--hairline);margin-bottom:2.5rem}.featured-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.featured-label:before{content:"";display:block;width:24px;height:1px;background:var(--gold)}.featured-card h2{font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.08;margin-bottom:1.1rem;max-width:18ch}.featured-card h2 a{transition:color var(--transition)}.featured-card h2 a:hover{color:var(--gold)}.featured-card .excerpt{font-family:var(--font-serif);font-size:1.1rem;line-height:1.75;color:var(--muted);max-width:56ch;margin-bottom:1.5rem}.article-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.75rem}.article-meta span{font-size:.8rem;color:var(--muted)}.article-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--hairline);flex-shrink:0}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.article-row{border-top:1px solid var(--hairline);padding-top:1.5rem}.article-row .category{margin-bottom:.5rem}.article-row h3{font-size:1.25rem;line-height:1.25;margin-bottom:.6rem}.article-row h3 a{transition:color var(--transition)}.article-row h3 a:hover{color:var(--gold)}.article-row .excerpt{font-family:var(--font-serif);font-size:1rem;line-height:1.65;color:var(--muted);margin-bottom:.85rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sidebar{position:-webkit-sticky;position:sticky;top:calc(var(--nav-height) + 2rem);display:flex;flex-direction:column;gap:1.75rem}.sidebar-card{padding:1.5rem;background:var(--bg-card);border:1px solid var(--hairline);border-radius:4px}.sidebar-card .label{margin-bottom:.75rem;display:block}.sidebar-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:2px solid var(--hairline)}.sidebar-card h3{font-size:1.1rem;margin-bottom:.35rem}.sidebar-card p{font-size:.95rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.sidebar-scan{background:var(--gold-tint);border-color:rgba(168,114,42,.2)}.sidebar-scan h3{font-family:var(--font-display);font-size:1.05rem;margin-bottom:.5rem}.sidebar-scan p{font-size:.84rem}.post-header{padding:calc(var(--nav-height) + 3rem) 0 2.5rem;border-bottom:1px solid var(--hairline);margin-bottom:2.5rem}@media (max-width:640px){.post-header{padding-top:calc(var(--nav-height) + 1.75rem)}}.post-header h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;max-width:18ch;margin-bottom:1.25rem}.post-excerpt{font-family:var(--font-serif);font-size:1.2rem;line-height:1.7;color:var(--muted);max-width:54ch;margin-bottom:1.5rem}.byline{display:flex;align-items:center;gap:.75rem}.byline img{width:36px;height:36px;border-radius:50%;object-fit:cover}.byline-text{font-size:.82rem;color:var(--muted)}.byline-text strong{color:var(--text);font-weight:500;display:block}.prose{font-family:var(--font-serif);font-size:1.125rem;line-height:1.8;color:var(--text);max-width:var(--article-max)}.prose h2{font-size:1.6rem;margin:2.5rem 0 .9rem;padding-top:.5rem;border-top:1px solid var(--hairline)}.prose h3{font-size:1.25rem;margin:2rem 0 .75rem}.prose h4{font-size:1.05rem;margin:1.5rem 0 .6rem}.prose p{margin-bottom:1.4rem;color:var(--text)}.prose blockquote{border-left:2px solid var(--gold);padding:.75rem 0 .75rem 1.5rem;margin:2rem 0;font-style:italic;color:var(--muted)}.prose blockquote p{margin-bottom:0}.prose ol,.prose ul{margin:0 0 1.4rem 1.5rem;color:var(--text)}.prose li{margin-bottom:.35rem}.prose strong{font-weight:700;color:var(--text)}.prose a{color:var(--gold);text-decoration:underline;-webkit-text-decoration-color:var(--gold-light);text-decoration-color:var(--gold-light)}.prose a:hover{-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold)}.prose pre{background:#1a1207;color:#f0e8d8;border-radius:6px;padding:1.25rem 1.5rem;overflow-x:auto;font-size:.88rem;line-height:1.6;margin:1.75rem 0}.prose code{font-size:.88em;background:var(--bg-subtle);padding:.15em .4em;border-radius:3px}.prose pre code{background:none;padding:0;font-size:inherit}.about-hero{display:grid;grid-template-columns:1fr 400px;grid-gap:4rem;gap:4rem;align-items:start;padding:calc(var(--nav-height) + 3rem) 0 3rem;border-bottom:1px solid var(--hairline);margin-bottom:3rem}@media (max-width:800px){.about-hero{grid-template-columns:1fr;gap:2rem;padding-top:calc(var(--nav-height) + 2rem);padding-bottom:2rem}.about-hero-img{max-height:400px;object-fit:cover;width:100%}}.about-hero h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;margin-bottom:1.2rem;max-width:14ch}.about-intro{font-family:var(--font-serif);font-size:1.2rem;line-height:1.7;color:var(--muted);max-width:50ch;margin-bottom:2rem}.about-hero-img{width:100%;border-radius:4px;object-fit:cover;aspect-ratio:3/4;object-position:top}.about-section{margin-bottom:3.5rem}.leadership-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.leadership-card{padding:1.5rem;border-radius:4px;border:1px solid var(--hairline);border-top:2px solid var(--gold)}.leadership-card h3{font-size:1.1rem;margin-bottom:.75rem}.leadership-card p{font-size:1rem;color:var(--muted);line-height:1.65}@media (max-width:900px){.leadership-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.leadership-grid{grid-template-columns:1fr}}.about-section .label{margin-bottom:1rem;display:block}.about-section h2{font-size:1.5rem;margin-bottom:1.25rem}.role-card{padding:1.5rem;border:1px solid var(--hairline);border-radius:4px;margin-bottom:1rem}.role-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.role-card h3{font-size:1.1rem}.role-card .period{font-size:.78rem;color:var(--muted)}.role-card p{font-size:1rem;color:var(--muted);line-height:1.6}.speaking-card{padding:1.25rem 1.5rem;border:1px solid var(--hairline);border-radius:4px;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.speaking-card h3{font-size:1rem;margin-bottom:.25rem}.speaking-card p{font-size:.84rem;color:var(--muted)}@media (max-width:560px){.speaking-card{flex-direction:column;align-items:flex-start;gap:.75rem}.speaking-card>div:last-child{text-align:left!important}}.speaking-quotes{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin:2.5rem 0 3rem}.speaking-quote{background:var(--bg-card);border:1px solid var(--hairline);border-left:3px solid var(--gold);border-radius:.5rem;padding:1.5rem 1.75rem}.speaking-quote blockquote{font-family:var(--font-serif);font-size:1.05rem;line-height:1.6;color:var(--text);margin:0 0 .75rem}.speaking-quote cite{font-size:.78rem;color:var(--muted);font-style:normal}@media (max-width:600px){.speaking-quotes{grid-template-columns:1fr}}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:4px;overflow:hidden;margin-bottom:2rem}.stat-box{background:var(--bg);padding:1.5rem;text-align:center}.stat-box .number{font-family:var(--font-display);font-size:2.5rem;color:var(--text);display:block;line-height:1;margin-bottom:.35rem}.stat-box .stat-label{font-size:.78rem;color:var(--muted)}@media (max-width:640px){.stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.stats-row{grid-template-columns:1fr}}.logo-strip{margin-bottom:3.5rem}.logo-strip .label{margin-bottom:1rem;display:block}.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:4px;overflow:hidden}.logo-cell{background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1.75rem;min-height:88px;gap:.5rem;transition:background .15s}.logo-cell:hover{background:var(--bg-subtle)}.logo-cell img{max-width:110px;max-height:36px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(.55);transition:filter .2s}.logo-cell:hover img{filter:grayscale(0) opacity(1)}.logo-cell-name{font-size:.7rem;color:var(--muted);text-align:center;line-height:1.3}@media (max-width:640px){.logo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:400px){.logo-grid{grid-template-columns:repeat(2,1fr)}}.home-hero{display:grid;grid-template-columns:1fr 320px;grid-gap:3rem;gap:3rem;align-items:start;padding-top:calc(var(--nav-height) + 3rem);border-bottom:1px solid var(--hairline);margin-bottom:2.5rem;overflow:hidden}.home-hero-text{padding-bottom:3rem;padding-top:1rem}.home-hero-heading{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4.2rem);line-height:1.05;margin-bottom:1.25rem;max-width:14ch}.home-hero-intro{font-family:var(--font-serif);font-size:1.1rem;line-height:1.7;color:var(--muted);max-width:46ch;margin-bottom:1.75rem}.home-hero-img-wrap{overflow:hidden;border-radius:.75rem}.home-hero-img{width:100%;height:520px;object-fit:cover;object-position:center top;display:block;border-radius:.75rem}@media (max-width:800px){.home-hero{grid-template-columns:1fr;gap:0;padding-top:0}.home-hero-img-wrap{order:-1;border-radius:0}.home-hero-img{height:280px;border-radius:0;object-position:center 20%}.home-hero-text{padding-top:2rem;padding-bottom:2rem}}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.section-header h2{font-size:.72rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.section-header:after{content:"";flex:1 1;height:1px;background:var(--hairline)}.page-intro{padding:calc(var(--nav-height) + 3rem) 0 2.5rem;border-bottom:1px solid var(--hairline);margin-bottom:2.5rem}@media (max-width:640px){.page-intro{padding-top:calc(var(--nav-height) + 1.75rem)}}.page-intro h1{font-size:clamp(2.5rem,6vw,4.5rem);max-width:16ch;margin-bottom:1rem}.page-intro p{font-family:var(--font-serif);font-size:1.1rem;color:var(--muted);max-width:52ch;line-height:1.75}.scan-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:2.5rem;gap:2.5rem;align-items:start}@media (max-width:860px){.scan-layout{grid-template-columns:1fr}}.scan-card{background:var(--bg-card);border:1px solid var(--hairline);border-radius:4px;padding:2rem}.scan-eyebrow{margin-bottom:1rem;display:block}.scan-card h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.9rem}.scan-card p{font-size:.95rem;color:var(--muted);line-height:1.65;margin-bottom:1.25rem}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.pill{font-size:.78rem;padding:.35rem .9rem;border:1px solid var(--hairline);border-radius:999px;color:var(--muted);background:var(--bg)}.scan-info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.75rem}.scan-info-box{padding:1rem;border:1px solid var(--hairline);border-radius:4px;background:var(--bg-subtle)}.scan-info-box strong{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.scan-info-box p{font-size:.84rem;color:var(--muted)}@media (max-width:700px){.scan-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.scan-info-grid{grid-template-columns:1fr}}.progress-track{height:3px;background:var(--hairline);border-radius:999px;overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;background:var(--gold);border-radius:999px;transition:width .4s var(--ease)}.progress-meta{display:flex;justify-content:space-between;font-size:.78rem;color:var(--muted);margin-bottom:.75rem}.q-domain{display:inline-flex;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(168,114,42,.3);border-radius:999px;padding:.3rem .8rem;margin-bottom:1rem}.question-text{font-size:clamp(1.2rem,2.5vw,1.65rem);line-height:1.25;margin-bottom:1.5rem}.options-list{display:grid;grid-gap:.65rem;gap:.65rem}.option-btn{width:100%;text-align:left;padding:.95rem 1.1rem;background:var(--bg);border:1px solid var(--hairline);border-radius:4px;font-size:.95rem;line-height:1.5;color:var(--muted);transition:all .2s var(--ease)}.option-btn:hover{border-color:var(--gold);color:var(--text);background:var(--gold-tint)}.form-field{display:grid;grid-gap:.4rem;gap:.4rem;margin-bottom:1rem}.form-field label{font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.form-field input{width:100%;padding:.8rem 1rem;border:1px solid var(--hairline);border-radius:4px;background:var(--bg);font:inherit;font-size:.95rem;color:var(--text);transition:border-color var(--transition)}.form-field input:focus{outline:none;border-color:var(--gold)}.form-field input::placeholder{color:var(--muted)}.muted-note{font-size:.78rem;color:var(--muted);margin-top:.75rem}.result-score-ring{width:160px;height:160px;border-radius:50%;border:2px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:var(--gold-tint)}.result-score-ring .score-num{font-family:var(--font-display);font-size:3rem;line-height:1;color:var(--text)}.result-score-ring .score-of{font-size:.78rem;color:var(--muted)}.result-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:2rem;gap:2rem;align-items:start;margin-top:1.5rem}@media (max-width:680px){.result-shell{grid-template-columns:1fr}}.bar-row{margin-bottom:.85rem}.bar-label-row{display:flex;justify-content:space-between;font-size:.82rem;color:var(--muted);margin-bottom:.3rem}.bar-track{height:6px;background:var(--hairline);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:var(--gold);border-radius:999px}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}@media (max-width:600px){.report-grid{grid-template-columns:1fr}}.report-card{padding:1.1rem;border:1px solid var(--hairline);border-radius:4px;background:var(--bg-subtle)}.report-card h3{font-size:.95rem;margin-bottom:.5rem}.report-card p{font-size:.84rem;color:var(--muted);line-height:1.6}.report-card ul{margin:.65rem 0 0 1rem;color:var(--muted)}.report-card li{font-size:.84rem;margin-bottom:.3rem;line-height:1.55}.context-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}@media (max-width:600px){.context-grid{grid-template-columns:1fr}}.context-box{padding:1rem;border:1px solid var(--hairline);border-radius:4px}.context-box strong{display:block;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.45rem}.context-box p{font-size:.87rem;color:var(--muted);line-height:1.6}.priority-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}@media (max-width:600px){.priority-grid{grid-template-columns:1fr}}.priority-box{padding:1.1rem;border:1px solid rgba(168,114,42,.25);border-radius:4px;background:var(--gold-tint)}.priority-box strong{display:block;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.45rem}.priority-box p{font-size:.85rem;color:var(--muted);line-height:1.6;margin-bottom:.5rem}.priority-box ul{margin-left:1rem}.priority-box li{font-size:.85rem;color:var(--muted);line-height:1.55;margin-bottom:.3rem}.advice-card{padding:1.1rem;border:1px solid var(--hairline);border-radius:4px;margin-bottom:1rem}.advice-card h3{font-size:1rem;margin-bottom:.4rem}.advice-card p{font-size:.87rem;color:var(--muted);line-height:1.6;margin-bottom:.5rem}.advice-card ul{margin-left:1rem}.advice-card li{font-size:.85rem;color:var(--muted);line-height:1.55;margin-bottom:.25rem}.scan-side-card{padding:1.25rem;border:1px solid var(--hairline);border-radius:4px;background:var(--bg-card);margin-bottom:1rem}.scan-side-card .label{display:block;margin-bottom:.6rem}.scan-side-card h3{font-size:.95rem;margin-bottom:.4rem}.scan-side-card p{font-size:.84rem;color:var(--muted);line-height:1.6}.scan-domain-pills{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.summary-box{margin-top:1rem;padding:1rem;border-radius:4px;background:var(--bg-subtle);border:1px solid var(--hairline)}.summary-box p{font-size:.93rem;line-height:1.7;color:var(--muted)}.radar-svg{width:100%;height:auto;display:block;max-width:280px;margin:1.5rem auto 0}.radar-legend{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.4rem;gap:.4rem;margin-top:.85rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--muted)}.legend-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.section-label{font-size:1.1rem;margin:2rem 0 .4rem}.section-intro{font-size:.87rem;color:var(--muted);margin-bottom:1rem}.result-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}@media print{.footer,.nav,.scan-layout>:last-child{display:none!important}.scan-layout{display:block}body{background:#fff;color:#111}}@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/20fd6a0e301296d5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/49eec060ce8bd0da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ccc01da6a2b3d788-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fa3e259cafa8f47e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Display Fallback";src:local("Times New Roman");ascent-override:94.37%;descent-override:30.51%;line-gap-override:0.00%;size-adjust:109.78%}.__className_d501d1{font-family:"DM Serif Display","DM Serif Display Fallback";font-weight:400}.__variable_d501d1{--font-dm-serif-display:"DM Serif Display","DM Serif Display Fallback"}@font-face{font-family:"DM Serif Text";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/92352a973bc1a89c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Text";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/805e86ea583ea076-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Text";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3e3b997cd24d8be5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Text";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8d3a3c63ea77ffcc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Text Fallback";src:local("Times New Roman");ascent-override:94.79%;descent-override:30.65%;line-gap-override:0.00%;size-adjust:109.29%}.__className_198532{font-family:"DM Serif Text","DM Serif Text Fallback";font-weight:400}.__variable_198532{--font-dm-serif-text:"DM Serif Text","DM Serif Text Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_be8b38{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_be8b38{--font-dm-sans:"DM Sans","DM Sans Fallback"}