:root{color-scheme:dark;--bg: #0a0a0a;--bg-elevated: #141414;--surface: rgba(255, 255, 255, .03);--surface-hover: rgba(255, 255, 255, .06);--glass: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .06);--glass-border-hover: rgba(255, 255, 255, .13);--text: #f5f5f7;--text-secondary: #a1a1a6;--text-tertiary: #6e6e73;--accent: #c9965c;--accent-bright: #dbb08c;--accent-glow: rgba(201, 150, 92, .08);--accent-glow-strong: rgba(201, 150, 92, .18);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 8px 32px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .6);--shadow-glow: 0 0 48px rgba(201, 150, 92, .06);--font-serif: "Instrument Serif", Georgia, serif;--font-sans: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;--content-max: 1200px;--reading-max: 720px;--gutter: 24px;font-family:var(--font-sans);font-weight:400;font-feature-settings:"palt"}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:#090806;background-image:radial-gradient(circle at top right,rgba(201,150,92,.12),transparent 30%),radial-gradient(circle at top left,rgba(201,150,92,.05),transparent 22%),repeating-linear-gradient(0deg,rgba(255,255,255,.014) 0,rgba(255,255,255,.014) 1px,transparent 1px,transparent 128px);color:var(--text);line-height:1.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background:#c9965c40;color:var(--text)}::-moz-selection{background:#c9965c40;color:var(--text)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff2e}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(var(--content-max),calc(100% - var(--gutter) * 2));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:#0a0a0ad9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(255,255,255,.04);border-top:1px solid rgba(201,150,92,.12)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:56px}.brand{display:flex;align-items:baseline;gap:16px}.brand__name{font-family:var(--font-sans);font-size:.92rem;font-weight:700;letter-spacing:.06em;color:var(--text)}.brand__tagline{font-size:.8125rem;font-weight:300;color:var(--text-tertiary);letter-spacing:.02em}.nav-links{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.mobile-nav{display:none}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;font-size:.875rem;font-weight:400;color:var(--text-secondary);letter-spacing:.01em;transition:color .25s ease,background .25s ease}.nav-link--active{color:var(--text);background:#ffffff14}.nav-link:hover{color:var(--text);background:#ffffff0f}.nav-link:active{background:#ffffff17}.nav-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:280px;padding:10px;border:1px solid rgba(201,150,92,.16);border-radius:18px;background:linear-gradient(180deg,#1a1310fa,#0c0c0cfa);box-shadow:0 24px 48px #0000004d;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}.nav-item--has-children:hover .nav-dropdown,.nav-item--has-children:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown__item{display:grid;gap:4px;padding:12px 14px;border-radius:14px;color:var(--text-secondary);transition:background .18s ease,color .18s ease}.nav-dropdown__item:hover,.nav-dropdown__item--active{color:var(--text);background:#ffffff0d}.nav-dropdown__label{font-size:.92rem;font-weight:500}.nav-dropdown__description{font-size:.78rem;line-height:1.5;color:var(--text-tertiary)}.scene-subnav{position:sticky;top:56px;z-index:90;border-bottom:1px solid rgba(255,255,255,.04);background:#101010db;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.scene-subnav__inner{display:flex;gap:8px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.scene-subnav__inner::-webkit-scrollbar{display:none}.scene-subnav__link{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:.78rem;color:var(--text-secondary);white-space:nowrap;transition:color .18s ease,border-color .18s ease,background .18s ease}.scene-subnav__link:hover,.scene-subnav__link--active{color:var(--text);border-color:#c9965c47;background:#c9965c14}.hero{position:relative;padding:128px 0 96px;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:1100px;height:700px;background:radial-gradient(ellipse at center,rgba(201,150,92,.08) 0%,rgba(180,120,60,.03) 40%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background-image:repeating-conic-gradient(rgba(255,255,255,.008) 0% 25%,transparent 0% 50%);background-size:4px 4px;pointer-events:none;opacity:.6}.hero__editorial{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.eyebrow{font-family:var(--font-serif);font-style:italic;font-size:.92rem;color:var(--accent);letter-spacing:.06em}.page-title{margin-top:20px;font-family:var(--font-sans);font-size:clamp(2.2rem,5.5vw,4.2rem);font-weight:900;line-height:1.18;letter-spacing:-.03em;color:var(--text);overflow-wrap:anywhere}.lead{margin-top:20px;font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--text-secondary);overflow-wrap:anywhere}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 28px;border-radius:999px;font-size:.88rem;font-weight:500;letter-spacing:.01em;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.button--primary{background:var(--text);color:var(--bg)}.button--primary:hover{background:#fff;transform:scale(1.03)}.button--ghost{color:var(--accent);background:none;padding:0;height:auto}.button--ghost:after{content:" →";transition:transform .3s ease;display:inline-block}.button--ghost:hover{color:var(--accent-bright)}.button--ghost:hover:after{transform:translate(4px)}.section{padding:96px 0}.section+.section{border-top:1px solid transparent;background-image:linear-gradient(180deg,rgba(255,255,255,.008) 0%,transparent 40%)}.section:nth-child(2n){background-color:#ffffff02}.section-divider{border:none;height:1px;background:linear-gradient(90deg,transparent,rgba(201,150,92,.12),rgba(255,255,255,.06),transparent);margin:0}.section-header{margin-bottom:48px}.section-header--center{text-align:center}.section-title{margin-top:12px;font-family:var(--font-sans);font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;line-height:1.35;letter-spacing:-.01em;color:var(--text);position:relative;display:inline-block}.section-title:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:3px;height:20px;background:var(--accent);border-radius:2px;opacity:.6}.section-header--center .section-title:before{display:none}.section-desc{margin-top:10px;font-size:.92rem;font-weight:300;color:var(--text-tertiary)}.section-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:28px}.guide-card{position:relative;background:var(--glass);border:1px solid var(--glass-border);border-radius:20px;padding:48px 52px;overflow:hidden;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,.006) 10px,rgba(255,255,255,.006) 11px)}.guide-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-bright) 40%,transparent 100%)}.guide-card .section-title{margin-top:16px}.group-description{margin-bottom:18px;color:var(--text-tertiary);font-size:.92rem;line-height:1.7}.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.section-title--compact{font-size:1.15rem}.temperament-group{margin-bottom:48px}.temperament-group:last-child{margin-bottom:0}.temperament-label{display:flex;align-items:center;gap:16px;margin-bottom:20px;font-family:var(--font-serif);font-style:italic;font-size:.88rem;color:var(--text-tertiary);letter-spacing:.04em}.temperament-label:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.06),transparent)}.types-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.type-card{position:relative;display:block;padding:30px 28px 26px;background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;box-shadow:inset 0 1px #ffffff0a;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.type-card:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,150,92,.09) 0%,transparent 65%);transition:opacity .4s ease;pointer-events:none}.type-card:hover{transform:scale(1.01);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),0 0 60px #c9965c1a,inset 0 1px #ffffff0f}.type-card:hover:after{opacity:1}.type-card>*{position:relative;z-index:1}.type-card__code{font-family:var(--font-serif);font-style:italic;font-size:1.6rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-bright) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.04em;line-height:1}.type-card__title{margin-top:14px;font-size:1rem;font-weight:500;line-height:1.6;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.type-card__excerpt{margin-top:10px;font-size:.875rem;font-weight:300;line-height:1.7;color:var(--text-tertiary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.type-card__meta{margin-top:14px;font-family:var(--font-serif);font-style:italic;font-size:.8125rem;color:var(--text-tertiary);letter-spacing:.02em}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;font-size:.8125rem;font-weight:300;color:var(--text-secondary)}.breadcrumbs a{transition:color .2s ease}.breadcrumbs strong{color:var(--text);font-weight:500}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs .separator{opacity:.3}.article-hero{position:relative;padding:96px 0 72px;overflow:hidden}.article-hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:1000px;height:600px;background:radial-gradient(ellipse at center,rgba(201,150,92,.07) 0%,rgba(180,120,60,.025) 40%,transparent 65%);pointer-events:none}.article-hero__container{position:relative}.article-hero__watermark{position:absolute;top:50%;right:0;transform:translateY(-55%);font-family:var(--font-serif);font-style:italic;font-size:clamp(6rem,18vw,14rem);color:#ffffff06;letter-spacing:.04em;line-height:1;pointer-events:none;user-select:none}.article-hero__inner{max-width:var(--reading-max);position:relative}.article-hero .eyebrow{font-size:1.1rem}.article-hero .page-title{font-size:clamp(1.6rem,3.5vw,2.4rem);text-align:left;letter-spacing:-.02em}.article-hero .lead{text-align:left;color:#c9c9ce}.article-meta{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px;font-family:var(--font-serif);font-style:italic;font-size:.875rem;color:#b6b6bc}.article-meta__item{display:inline-flex;align-items:center;gap:6px}.article-meta__link{color:#d3d3d8;text-decoration:none;border-bottom:1px solid rgba(201,150,92,.25);transition:color .25s ease,border-color .25s ease}.article-meta__link:hover{color:var(--accent-bright);border-color:#eccd9dbf}.article-meta__dot{width:3px;height:3px;border-radius:50%;background:#b6b6bc;opacity:.55}.article-trust-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:20px;font-size:.78rem;font-weight:400;line-height:1.6;color:var(--text-secondary)}.article-trust-bar__link,.article-trust-bar__item{display:inline-flex;align-items:center;gap:4px}.article-trust-bar__link{color:#d3d3d8;border-bottom:1px solid rgba(201,150,92,.25);transition:color .2s ease,border-color .2s ease}.article-trust-bar__link:hover{color:var(--accent-bright);border-color:#eccd9dbf}.article-trust-bar__item time{color:var(--text)}.article-body{max-width:var(--reading-max);margin:0 auto;padding:64px 0 80px}.article-body--compact{padding-top:0}.toc{margin-bottom:56px;padding:28px 32px;background:var(--glass);border:1px solid var(--glass-border);border-radius:16px}.toc__title{font-family:var(--font-serif);font-style:italic;font-size:.875rem;color:#c0c0c6;letter-spacing:.06em;margin-bottom:16px}.toc__list{counter-reset:toc}.toc__list li{counter-increment:toc;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.03);font-size:.9375rem;font-weight:400;color:#d1d1d6;line-height:1.6}.toc__list li:before{content:counter(toc,decimal-leading-zero) ".";display:inline-block;width:32px;font-family:var(--font-serif);font-style:italic;font-size:.82rem;color:#a8a8ae}.toc__list li:last-child{border-bottom:none}.prose{font-size:1rem;font-weight:400;line-height:2;color:#d1d1d6;overflow-wrap:anywhere}.prose h2{margin:3.5rem 0 1.4rem;font-family:var(--font-sans);font-size:1.3rem;font-weight:700;line-height:1.4;color:var(--text);letter-spacing:-.01em;padding-left:16px;position:relative}.prose h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:24px;background:var(--accent);border-radius:1px}.prose h3{margin:2.4rem 0 .8rem;font-family:var(--font-sans);font-size:1.1rem;font-weight:700;line-height:1.5;color:var(--text)}.prose p{margin-bottom:1.6rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.4rem;list-style:revert}.prose li{margin-bottom:.5rem}.prose blockquote{margin:2.4rem 0;padding:24px 28px;border-left:3px solid var(--accent);background:#c9965c0a;border-radius:0 12px 12px 0;color:#d1d1d6;font-style:normal;font-size:.97rem;line-height:1.9}.prose hr{border:none;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);margin:3rem 0}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#c9965c4d;transition:text-decoration-color .25s ease}.prose a:hover{text-decoration-color:var(--accent)}.prose strong{color:var(--accent-bright);font-weight:700}.related-section{border-top:1px solid rgba(255,255,255,.04);padding:80px 0 96px}.related-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.site-footer{margin-top:auto;border-top:1px solid transparent;background-image:linear-gradient(180deg,rgba(201,150,92,.06) 0%,transparent 3px,transparent 100%);position:relative}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,150,92,.18),rgba(255,255,255,.06),transparent)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;padding:32px 0 48px;font-size:.8125rem;font-weight:300;color:var(--text-tertiary);letter-spacing:.02em}.site-footer__inner .brand__name,.site-footer .footer-brand{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:.02em}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer-links a{transition:color .2s ease}.footer-links a:hover{color:var(--text)}@keyframes heroReveal{0%{opacity:0;filter:blur(6px);transform:translateY(16px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.reveal{animation:heroReveal .8s cubic-bezier(.16,1,.3,1) both}.reveal-d1{animation-delay:.12s}.reveal-d2{animation-delay:.24s}.reveal-d3{animation-delay:.36s}.reveal-d4{animation-delay:.48s}@media(max-width:768px){:root{--gutter: 18px}.hero{padding:64px 0 48px}.page-title{font-size:clamp(1.8rem,7vw,2.6rem);word-break:break-all}.lead{font-size:.98rem;word-break:break-all}.section{padding:56px 0}.section-title:before{left:-12px;height:16px;width:2px}.site-header__inner{height:auto;min-height:60px;align-items:center;gap:12px;padding:10px 0}.brand__tagline,.nav-links--desktop{display:none}.mobile-nav{position:relative;display:block;margin-left:auto}.mobile-nav__summary{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:9px 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:.82rem;color:var(--text-secondary);background:#ffffff08;list-style:none;cursor:pointer}.mobile-nav__summary::-webkit-details-marker{display:none}.mobile-nav[open] .mobile-nav__summary{color:var(--text);border-color:#c9965c3d;background:#c9965c14}.mobile-nav__panel{position:absolute;top:calc(100% + 10px);right:0;width:min(92vw,360px);max-height:min(72vh,560px);overflow-y:auto;padding:10px;border:1px solid rgba(201,150,92,.16);border-radius:18px;background:linear-gradient(180deg,#181310fa,#0c0c0cfa);box-shadow:0 24px 48px #0000004d}.scene-subnav{position:static;border-bottom:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.scene-subnav__inner{padding:4px 0 0}.scene-subnav__link{padding:8px 12px;font-size:.74rem}.mobile-nav__link,.mobile-nav__group-summary,.mobile-nav__child{display:grid;gap:4px;width:100%;padding:12px 14px;border-radius:14px;color:var(--text-secondary);transition:background .18s ease,color .18s ease}.mobile-nav__link,.mobile-nav__child{border:1px solid rgba(255,255,255,.06);background:#ffffff05}.mobile-nav__link--active,.mobile-nav__child--active,.mobile-nav__group[open]>.mobile-nav__group-summary{color:var(--text);border-color:#c9965c2e;background:#c9965c14}.mobile-nav__group{display:grid;gap:8px}.mobile-nav__group+.mobile-nav__group,.mobile-nav__link+.mobile-nav__group,.mobile-nav__group+.mobile-nav__link,.mobile-nav__link+.mobile-nav__link{margin-top:8px}.mobile-nav__group-summary{list-style:none;cursor:pointer;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.mobile-nav__group-summary::-webkit-details-marker{display:none}.mobile-nav__children{display:grid;gap:8px;padding-left:6px}.mobile-nav__child--parent{font-weight:500}.mobile-nav__child small{font-size:.74rem;line-height:1.5;color:var(--text-tertiary)}.types-grid{grid-template-columns:1fr;gap:10px}.type-card{padding:24px 22px 20px}.guide-card{padding:28px 22px;border-radius:14px}.article-hero{padding:56px 0 40px}.article-hero__watermark{display:none}.article-body{padding:36px 0 48px}.related-section{padding:48px 0 56px}.related-grid{grid-template-columns:1fr}.toc{padding:20px 22px;border-radius:12px}.site-footer__inner{flex-direction:column;align-items:flex-start;gap:10px;padding:24px 0 36px}.hero-actions{flex-direction:column;align-items:center}.cluster-nav{padding:24px 18px;border-radius:12px}.cluster-link{padding:10px}.cluster-link__title{font-size:.88rem}}@media(min-width:769px){.brand__tagline{display:inline}.nav-links--desktop{display:flex}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{animation:none;opacity:1;filter:none;transform:none}.type-card,.nav-link,.button,.button--ghost:after,.prose a,.breadcrumbs a{transition:none}}.note-cta{margin-top:64px;padding-top:48px;border-top:1px solid var(--glass-border)}.note-cta__inner{background:linear-gradient(180deg,var(--accent-glow) 0%,var(--glass) 40%,var(--glass) 100%);border:1px solid var(--glass-border);border-radius:20px;padding:48px 36px}.note-cta__gap{margin-bottom:36px}.note-cta__gap-text{font-size:.95rem;color:var(--text-secondary);line-height:1.8;margin-bottom:16px}.note-cta__gap-question{font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;color:var(--text);line-height:1.6}.note-cta__gap-question strong{color:var(--accent-bright)}.note-cta__chapters-wrap{margin-bottom:36px;padding:28px 24px;background:#0003;border-radius:14px;border:1px solid var(--glass-border)}.note-cta__chapters-intro{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin-bottom:20px}.note-cta__chapters-intro strong{color:var(--accent)}.note-cta__chapters{list-style:none;counter-reset:ch;padding:0;margin:0;display:grid;gap:10px}.note-cta__chapters li{counter-increment:ch;display:flex;align-items:baseline;gap:12px;font-size:.88rem;color:var(--text-secondary);line-height:1.6}.note-cta__chapters li:before{content:counter(ch);flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--accent);border:1px solid var(--accent);border-radius:50%;opacity:.6}.note-cta__action{text-align:center}.note-cta__action-text{font-size:.92rem;color:var(--text-secondary);line-height:1.8;margin-bottom:20px}.note-cta__button{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;font-size:1rem;font-weight:700;color:var(--bg);background:var(--accent);border-radius:14px;text-decoration:none;box-shadow:0 4px 20px #c9965c40;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.note-cta__button:hover{background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 8px 32px #c9965c59}.note-cta__button svg{transition:transform .3s ease}.note-cta__button:hover svg{transform:translate(4px)}.cta-link-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}@media(max-width:600px){.note-cta__inner{padding:32px 20px}.note-cta__chapters-wrap{padding:20px 16px}.note-cta__button{width:100%;justify-content:center}}.type-card--static{cursor:default}.type-card--static:hover{transform:none;border-color:var(--glass-border);background:var(--surface);box-shadow:none}.type-card--static:hover:after{opacity:0}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.insight-card{position:relative;padding:24px 28px;background:var(--glass);border:1px solid var(--glass-border);border-radius:14px;overflow:hidden}.insight-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px}.insight-card--case:before{background:linear-gradient(90deg,var(--accent),transparent 60%)}.insight-card--research:before{background:linear-gradient(90deg,#7ba599,transparent 60%)}.insight-card--framework:before{background:linear-gradient(90deg,#8b7ec8,transparent 60%)}.insight-card__label{font-family:var(--font-serif);font-style:italic;font-size:.75rem;color:var(--text-tertiary);letter-spacing:.04em;margin-bottom:10px}.insight-card--case .insight-card__label{color:var(--accent)}.insight-card--research .insight-card__label{color:#7ba599}.insight-card--framework .insight-card__label{color:#8b7ec8}.insight-card__body{font-size:.92rem;font-weight:400;line-height:1.75;color:var(--text-secondary)}.conversation-block{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;padding:32px 36px;margin-bottom:24px}.conversation-block__situation{font-size:.92rem;color:var(--text-secondary);margin:16px 0 20px;line-height:1.7}.conversation-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.conversation-col{padding:20px;border-radius:12px}.conversation-col--bad{background:#ff64640a;border:1px solid rgba(255,100,100,.08)}.conversation-col--good{background:#64c8960a;border:1px solid rgba(100,200,150,.08)}.conversation-col__label{font-size:.75rem;font-weight:600;letter-spacing:.02em;margin-bottom:12px}.conversation-col--bad .conversation-col__label{color:#e88}.conversation-col--good .conversation-col__label{color:#7ba599}.conversation-line{font-size:.88rem;line-height:1.65;color:var(--text-secondary);margin-bottom:6px}.conversation-block__why{font-size:.88rem;color:var(--text-tertiary);line-height:1.7;padding-top:16px;border-top:1px solid rgba(255,255,255,.04)}.transformation-block{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;padding:32px 36px}.transformation-steps{display:flex;flex-direction:column;gap:16px;margin-top:20px}.transformation-step{padding:16px 20px;border-radius:10px;background:#ffffff05;border-left:3px solid var(--glass-border)}.transformation-step--trigger{border-left-color:var(--accent);background:var(--accent-glow)}.transformation-step--after{border-left-color:#7ba599;background:#64c8960a}.transformation-step__label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:6px}.transformation-step--trigger .transformation-step__label{color:var(--accent)}.transformation-step--after .transformation-step__label{color:#7ba599}.transformation-step p{font-size:.92rem;line-height:1.7;color:var(--text-secondary)}@media(max-width:768px){.insights-grid,.conversation-split{grid-template-columns:1fr}.conversation-block,.transformation-block{padding:24px 20px}}.hub-overview{border-left:2px solid var(--accent);padding:28px 32px;background:var(--surface);border-radius:0 12px 12px 0}.hub-overview__text{display:flex;flex-direction:column;gap:12px}.hub-overview__intro{font-size:.88rem;font-weight:600;color:var(--text-secondary);letter-spacing:.01em}.hub-overview__digest{font-size:.95rem;line-height:1.85;color:var(--text)}.hub-overview__structure{font-size:.88rem;line-height:1.75;color:var(--text-secondary)}.hub-overview__related{font-size:.84rem;line-height:1.75;color:var(--text-secondary)}.hub-overview__related a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(201,150,92,.35)}.hub-overview__related a:hover{color:var(--accent-strong);border-bottom-color:#c9965c99}.hub-overview__pillar{display:flex;flex-direction:column;gap:10px}.hub-overview__pillar p:first-child{font-size:.88rem;font-weight:600;color:var(--text-secondary);letter-spacing:.01em}.hub-overview__pillar p:not(:first-child){font-size:.95rem;line-height:1.85;color:var(--text)}.hub-overview__pillar a{color:var(--text);text-decoration:underline;text-decoration-color:#c9965c66;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease,text-decoration-color .2s ease}.hub-overview__pillar a:hover{color:var(--accent);text-decoration-color:var(--accent)}.hub-overview__pillar a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.hub-overview__structure a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(201,150,92,.35);transition:color .2s ease,border-bottom-color .2s ease}.hub-overview__structure a:hover{color:var(--accent-bright);border-bottom-color:#c9965c99}.hub-overview__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid var(--glass-border)}.hub-overview__meta-item{display:flex;align-items:baseline;gap:6px}.hub-overview__meta-item dt{font-size:.75rem;font-weight:500;color:var(--text-tertiary);letter-spacing:.02em}.hub-overview__meta-item dd{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.hub-overview__meta-item:not(:last-child):after{content:"·";margin-left:8px;color:var(--text-tertiary);font-size:.75rem}@media(max-width:768px){.hub-overview{padding:20px 18px;border-radius:0 8px 8px 0}.hub-overview__digest{font-size:.9rem;word-break:break-all}.hub-overview__pillar p:not(:first-child){font-size:.9rem;line-height:1.8;word-break:break-all}.hub-overview__pillar a{text-underline-offset:2px}.hub-overview__meta{gap:6px}}.cluster-nav-section{padding-top:48px;padding-bottom:48px}.cluster-nav{background:var(--glass);border:1px solid var(--glass-border);border-radius:20px;padding:40px 44px;position:relative;overflow:hidden}.cluster-nav:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--accent),transparent 80%)}.cluster-nav__intro{margin-bottom:32px}.cluster-nav__intro .section-title{margin-top:10px}.cluster-nav__intro .section-desc{margin-top:6px}.cluster-nav__group{margin-bottom:24px}.cluster-nav__group:last-child{margin-bottom:0}.cluster-nav__group-header{display:flex;align-items:baseline;gap:10px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.04)}.cluster-nav__group-label{font-size:.82rem;font-weight:600;color:var(--text-secondary);letter-spacing:.02em}.cluster-nav__group-count{font-family:var(--font-serif);font-style:italic;font-size:.75rem;color:var(--text-tertiary)}.cluster-nav__links{display:flex;flex-direction:column;gap:4px}.cluster-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:10px;text-decoration:none;transition:background .25s ease}.cluster-link:hover{background:#ffffff0a}.cluster-link__title{font-size:.92rem;font-weight:500;color:var(--text);line-height:1.5}.cluster-link__arrow{flex-shrink:0;font-size:.88rem;color:var(--accent);opacity:.5;transition:opacity .25s ease,transform .25s ease}.cluster-link:hover .cluster-link__arrow{opacity:1;transform:translate(3px)}.cluster-link--note .cluster-link__title{color:var(--text-secondary)}.cluster-link--note .cluster-link__arrow{color:var(--text-tertiary)}.problem-card{position:relative;display:block;padding:28px;background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;text-decoration:none;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.problem-card:hover{transform:scale(1.01);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),0 0 60px #c9965c14}.problem-card__header{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.problem-card__type{font-family:var(--font-serif);font-style:italic;font-size:1.2rem;color:var(--accent);letter-spacing:.04em;line-height:1}.problem-card__symptom{font-size:.72rem;font-weight:400;color:var(--text-tertiary);letter-spacing:.02em;padding:2px 8px;border:1px solid rgba(255,255,255,.06);border-radius:999px}.problem-card__title{font-size:1.05rem;font-weight:600;line-height:1.55;color:var(--text);margin-bottom:8px}.problem-card__excerpt{font-size:.85rem;font-weight:300;line-height:1.65;color:var(--text-tertiary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.split-grid{grid-template-columns:1fr}.footer-links{gap:10px}.prose{word-break:break-all}.prose h2{padding-left:14px}.prose h2:before{height:20px}}.lead--sub{margin-top:8px;font-size:.92rem;color:var(--text-tertiary)}.section--alt{background:var(--bg-elevated);border-top:1px solid rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.03)}.site-map-section{padding-bottom:48px}.axis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.axis-card{position:relative;display:flex;flex-direction:column;padding:36px 32px;border-radius:20px;border:1px solid var(--glass-border);background:var(--glass);text-decoration:none;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.axis-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;transition:opacity .4s ease}.axis-card--problem:before{background:linear-gradient(90deg,#e8825c,#c9965c)}.axis-card--type:before{background:linear-gradient(90deg,#c9965c,#d4b483)}.axis-card--compare:before{background:linear-gradient(90deg,#7ba599,#c9965c)}.axis-card:hover{transform:translateY(-6px);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),var(--shadow-glow)}.axis-card__header{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.axis-card__number{font-family:var(--font-serif);font-style:italic;font-size:2rem;line-height:1;color:var(--accent);opacity:.35}.axis-card__eyebrow{font-family:var(--font-serif);font-style:italic;font-size:.82rem;color:var(--accent);letter-spacing:.06em}.axis-card__title{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:10px}.axis-card__desc{font-size:.88rem;font-weight:300;color:var(--text-secondary);line-height:1.7;margin-bottom:16px}.axis-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px;flex:1}.axis-card__tags li{font-size:.75rem;font-weight:400;color:var(--text-tertiary);padding:3px 10px;border:1px solid rgba(255,255,255,.06);border-radius:999px;white-space:nowrap}.axis-card__cta{font-size:.88rem;font-weight:500;color:var(--accent);transition:color .25s ease}.axis-card:hover .axis-card__cta{color:var(--accent-bright)}.axis-rescue{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px;font-size:.88rem;color:var(--text-tertiary)}.axis-rescue__link{color:var(--accent);transition:color .25s ease}.axis-rescue__link:hover{color:var(--accent-bright)}.axis-rescue__divider{opacity:.3}.problem-featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.problem-featured-card{position:relative;display:block;padding:28px 28px 24px;border:1px solid var(--glass-border);border-radius:16px;background:var(--glass);text-decoration:none;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.problem-featured-card:hover{transform:translateY(-4px);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),var(--shadow-glow)}.problem-featured-card--large{grid-column:span 1}.problem-featured-card__badge{display:inline-block;font-family:var(--font-serif);font-style:italic;font-size:.82rem;color:var(--accent);letter-spacing:.04em;margin-bottom:10px}.problem-featured-card__title{font-size:1rem;font-weight:600;color:var(--text);line-height:1.5;margin-bottom:8px}.problem-featured-card__desc{font-size:.85rem;font-weight:300;color:var(--text-tertiary);line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.problem-featured-card__tag{display:inline-block;margin-top:12px;font-size:.72rem;font-weight:400;color:var(--text-tertiary);padding:2px 8px;border:1px solid rgba(255,255,255,.06);border-radius:999px}.compare-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.compare-featured-card{display:flex;flex-direction:column;align-items:center;padding:32px 24px;border:1px solid var(--glass-border);border-radius:16px;background:var(--glass);text-align:center;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.compare-featured-card:hover{transform:translateY(-4px);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),var(--shadow-glow)}.compare-featured-card__pair{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.compare-featured-card__type{font-family:var(--font-serif);font-style:italic;font-size:1.5rem;color:var(--accent);letter-spacing:.04em}.compare-featured-card__x{font-size:1rem;color:var(--text-tertiary);opacity:.5}.compare-featured-card__tension{font-size:.88rem;font-weight:300;color:var(--text-secondary);line-height:1.6}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.hub-card{display:flex;flex-direction:column;align-items:center;padding:28px 20px;border:1px solid var(--glass-border);border-radius:16px;background:var(--glass);text-align:center;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.hub-card:hover{transform:translateY(-4px);border-color:var(--glass-border-hover);box-shadow:var(--shadow-md),var(--shadow-glow)}.hub-card__icon{font-size:1.6rem;margin-bottom:12px}.hub-card__title{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:6px}.hub-card__desc{font-size:.8rem;font-weight:300;color:var(--text-tertiary);line-height:1.55;margin-bottom:10px}.hub-card__count{font-family:var(--font-serif);font-style:italic;font-size:.75rem;color:var(--accent);opacity:.7}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-card{display:block;padding:24px 20px;border:1px solid var(--glass-border);border-radius:14px;background:var(--glass);text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease}.trust-card:hover{transform:translateY(-3px);border-color:var(--glass-border-hover)}.trust-card__label{font-family:var(--font-serif);font-style:italic;font-size:.78rem;color:var(--accent);letter-spacing:.06em;margin-bottom:10px}.trust-card__title{font-size:.92rem;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:6px}.trust-card__desc{font-size:.8rem;font-weight:300;color:var(--text-tertiary);line-height:1.55}@media(max-width:900px){.axis-grid,.problem-featured-grid{grid-template-columns:1fr}.problem-featured-card--large{grid-column:span 1}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.trust-grid{grid-template-columns:1fr}.hub-grid{grid-template-columns:repeat(2,1fr)}.axis-rescue{flex-direction:column;gap:8px}.axis-rescue__divider{display:none}.compare-featured-grid{grid-template-columns:1fr}}body.type-hub-editorial{--content-max: 1280px;--reading-max: 780px;--type-hub-line: rgba(169, 124, 75, .18);--type-hub-surface: rgba(24, 18, 14, .42);--type-hub-surface-strong: rgba(30, 22, 17, .7);--type-hub-text: rgba(244, 236, 227, .8);--type-hub-muted: rgba(244, 236, 227, .58);--type-hub-rail: minmax(72px, 104px);--type-hub-gap: clamp(24px, 4vw, 68px);background-color:#090806;background-image:radial-gradient(circle at top right,rgba(201,150,92,.12),transparent 30%),radial-gradient(circle at top left,rgba(201,150,92,.05),transparent 22%),repeating-linear-gradient(0deg,rgba(255,255,255,.014) 0,rgba(255,255,255,.014) 1px,transparent 1px,transparent 128px)}body.type-hub-editorial main{counter-reset:type-hub-section}body.type-hub-editorial .site-header{background:#0a0907e6;border-top:1px solid rgba(201,150,92,.14);border-bottom:1px solid rgba(201,150,92,.08);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px)}body.type-hub-editorial .brand__name,body.type-hub-editorial .nav-link--active,body.type-hub-editorial .breadcrumbs strong,body.type-hub-editorial .section-title,body.type-hub-editorial .prose h2,body.type-hub-editorial .prose h3{color:#f1e7dc}body.type-hub-editorial .brand__tagline,body.type-hub-editorial .nav-link,body.type-hub-editorial .footer-links a,body.type-hub-editorial .breadcrumbs,body.type-hub-editorial .article-trust-bar,body.type-hub-editorial .section-desc,body.type-hub-editorial .stats-source,body.type-hub-editorial .stats-caveat,body.type-hub-editorial .type-card__excerpt,body.type-hub-editorial .prose,body.type-hub-editorial .prose p,body.type-hub-editorial .prose li{color:var(--type-hub-text)}body.type-hub-editorial .nav-link{padding:8px 14px;border-radius:999px;background:transparent}body.type-hub-editorial .nav-link:hover,body.type-hub-editorial .nav-link--active{background:#c9965c14;color:#f1e7dc}body.type-hub-editorial .site-footer{background-image:linear-gradient(180deg,rgba(201,150,92,.08) 0%,transparent 3px,transparent 100%)}body.type-hub-editorial .site-footer__inner{color:#f4ece380}body.type-hub-editorial .type-hub-hero{position:relative;padding:clamp(72px,11vw,128px) 0 52px;border-bottom:1px solid var(--type-hub-line);overflow:hidden}body.type-hub-editorial .type-hub-hero:before{top:-18%;left:72%;width:min(880px,82vw);height:min(520px,58vw);background:radial-gradient(ellipse at center,rgba(201,150,92,.09) 0%,rgba(201,150,92,.03) 42%,transparent 74%)}body.type-hub-editorial .type-hub-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0908062e,#09080600 55%);pointer-events:none}body.type-hub-editorial .article-hero__container{position:relative;z-index:1}body.type-hub-editorial .article-hero__watermark{top:6px;right:0;transform:none;font-size:clamp(7rem,24vw,18rem);color:#c9965c14;letter-spacing:.02em}body.type-hub-editorial .article-hero__inner{max-width:min(100%,780px);padding-top:8px}body.type-hub-editorial .article-hero .eyebrow,body.type-hub-editorial .eyebrow{font-family:var(--font-sans);font-style:normal;font-size:.74rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-bright)}body.type-hub-editorial .article-hero .page-title{margin-top:20px;max-width:none;font-family:var(--font-sans);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;line-height:1.18;letter-spacing:-.02em}body.type-hub-editorial .article-hero .lead{margin-top:22px;max-width:52rem;font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.95;color:var(--type-hub-muted)}body.type-hub-editorial .article-trust-bar{margin-top:20px;padding-top:16px;gap:10px 18px;border-top:1px solid var(--type-hub-line);color:var(--type-hub-muted)}body.type-hub-editorial .article-trust-bar__link,body.type-hub-editorial .article-meta__link{color:var(--accent-bright);border-bottom-color:#c9965c4d}body.type-hub-editorial .article-meta{gap:12px;margin-top:18px;font-family:var(--font-sans);font-style:normal;font-size:.78rem;color:var(--type-hub-muted)}body.type-hub-editorial .article-meta__link{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border:1px solid rgba(201,150,92,.44);background:#120e0a7a;transition:color .22s ease,border-color .22s ease,background .22s ease}body.type-hub-editorial .article-meta__link:hover,body.type-hub-editorial .article-trust-bar__link:hover{color:#f3dfca;border-color:#eccd9db8;background:#1a140fb8}body.type-hub-editorial main>.section:not(.type-hub-hero){padding:52px 0 56px;background:transparent;background-image:none;border-top:1px solid var(--type-hub-line)}body.type-hub-editorial .type-hub-section,body.type-hub-editorial .stats-section,body.type-hub-editorial .cluster-nav-section+.section{background:transparent;background-image:none}body.type-hub-editorial .type-hub-section>.container,body.type-hub-editorial .stats-section>.container,body.type-hub-editorial .cluster-nav-section+.section>.container{display:grid;grid-template-columns:var(--type-hub-rail) minmax(0,1fr);column-gap:var(--type-hub-gap);align-items:start}body.type-hub-editorial .type-hub-section>.container:before,body.type-hub-editorial .stats-section>.container:before,body.type-hub-editorial .cluster-nav-section+.section>.container:before{grid-column:1;align-self:start;counter-increment:type-hub-section;content:counter(type-hub-section,decimal-leading-zero);font-family:var(--font-serif);font-size:clamp(2rem,2.8vw,3rem);line-height:1;letter-spacing:.05em;color:var(--accent);padding-top:4px}body.type-hub-editorial .type-hub-section>.container>*,body.type-hub-editorial .stats-section>.container>*,body.type-hub-editorial .cluster-nav-section+.section>.container>*{grid-column:2;min-width:0}body.type-hub-editorial .section-header{margin-bottom:24px;max-width:860px}body.type-hub-editorial .type-hub-section .section-header,body.type-hub-editorial .type-hub-section .section-desc,body.type-hub-editorial .type-hub-section .article-body>.prose{max-width:none}body.type-hub-editorial .section-title{display:block;margin-top:8px;font-family:var(--font-sans);font-size:clamp(2rem,3vw,3.1rem);font-weight:700;line-height:1.16;letter-spacing:-.01em}body.type-hub-editorial .section-title:before,body.type-hub-editorial .prose h2:before{display:none}body.type-hub-editorial .section-title--compact{font-size:clamp(1.2rem,1.8vw,1.6rem)}body.type-hub-editorial .section-desc{margin-top:12px;max-width:50rem;font-size:.96rem;line-height:1.9;color:var(--type-hub-muted)}body.type-hub-editorial .article-body,body.type-hub-editorial .article-body--compact{max-width:none;margin:0;padding:0}body.type-hub-editorial .prose{max-width:54rem;font-size:.98rem;line-height:1.95;color:var(--type-hub-text)}body.type-hub-editorial .prose h2{margin:0 0 1.15rem;padding:0;font-family:var(--font-sans);font-size:clamp(1.9rem,2.8vw,2.8rem);font-weight:700;line-height:1.22;letter-spacing:-.01em}body.type-hub-editorial .prose h3{margin:2rem 0 .8rem;font-family:var(--font-sans);font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:700;line-height:1.5}body.type-hub-editorial .prose p{margin-bottom:1.2rem}body.type-hub-editorial .prose ul,body.type-hub-editorial .prose ol{margin-bottom:1.2rem;padding-left:1.15rem}body.type-hub-editorial .guide-card,body.type-hub-editorial .type-card,body.type-hub-editorial .cluster-nav,body.type-hub-editorial .stats-archetype,body.type-hub-editorial .stats-caveat{background:var(--type-hub-surface);border:1px solid rgba(201,150,92,.14);box-shadow:none}body.type-hub-editorial .guide-card,body.type-hub-editorial .type-card,body.type-hub-editorial .cluster-nav{border-radius:12px}body.type-hub-editorial .guide-card{padding:24px 26px;background-image:none}body.type-hub-editorial .guide-card:before,body.type-hub-editorial .cluster-nav:before{display:none}body.type-hub-editorial .split-grid,body.type-hub-editorial .types-grid{gap:16px}body.type-hub-editorial .type-card{padding:22px 20px 20px;transition:border-color .22s ease,background .22s ease}body.type-hub-editorial .type-card:hover{transform:none;border-color:#eccd9d47;box-shadow:none;background:var(--type-hub-surface-strong)}body.type-hub-editorial .type-card:after{display:none}body.type-hub-editorial .type-card__code{font-size:1.85rem}body.type-hub-editorial .type-card__title{margin-top:12px;font-family:var(--font-sans);font-size:1.2rem;font-weight:500;line-height:1.6}body.type-hub-editorial .type-card__meta{color:var(--type-hub-muted)}body.type-hub-editorial .cluster-nav{padding:0;background:transparent;border:none}body.type-hub-editorial .cluster-nav__intro{padding-bottom:8px}body.type-hub-editorial .cluster-nav__intro .section-title{margin-top:0}body.type-hub-editorial .cluster-nav__group{padding-top:18px;border-top:1px solid var(--type-hub-line)}body.type-hub-editorial .cluster-nav__group-header{margin-bottom:10px}body.type-hub-editorial .cluster-link{padding:14px 0;border-radius:0;border-bottom:1px solid rgba(201,150,92,.1);background:transparent}body.type-hub-editorial .cluster-link:hover{background:transparent;border-color:#eccd9d33}body.type-hub-editorial .stats-section .section-header{margin-bottom:24px}body.type-hub-editorial .stats-kpis{gap:0;margin-top:22px;border-top:1px solid var(--type-hub-line);border-bottom:1px solid var(--type-hub-line)}body.type-hub-editorial .stats-kpi{padding:18px 20px 20px;background:transparent;border:0;border-left:1px solid var(--type-hub-line);border-radius:0}body.type-hub-editorial .stats-kpi:first-child{border-left:none}body.type-hub-editorial .stats-kpi:before{display:none}body.type-hub-editorial .stats-kpi__value{font-size:clamp(2.35rem,4vw,3.4rem);font-weight:400}body.type-hub-editorial .stats-kpi__label{font-size:.84rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--type-hub-muted)}body.type-hub-editorial .stats-kpi__note{margin-top:10px;color:var(--type-hub-text)}body.type-hub-editorial .stats-archetypes{margin-top:36px}body.type-hub-editorial .stats-archetypes__header{max-width:52rem;margin-bottom:20px}body.type-hub-editorial .stats-archetype{border-radius:12px}body.type-hub-editorial .stats-caveat{margin-top:24px;padding:14px 18px;border-left:1px solid rgba(201,150,92,.28);border-radius:0 8px 8px 0}body.type-hub-editorial .cluster-nav-section+.section .guide-card{padding:0;background:transparent;border:none;border-radius:0}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.eyebrow{margin-bottom:8px}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.section-title{margin-top:0;margin-bottom:8px}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose{max-width:none}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose h3{position:relative;margin:0;padding:16px 0;font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.6;border-top:1px solid var(--type-hub-line)}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose p{margin:0;padding:0 0 16px;border-bottom:1px solid rgba(201,150,92,.08);color:var(--type-hub-muted)}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose p:last-child{border-bottom:0}@media(max-width:900px){body.type-hub-editorial .type-hub-hero{padding:60px 0 36px}body.type-hub-editorial .article-hero__watermark{top:12px;right:-8px;font-size:clamp(5rem,32vw,9rem)}body.type-hub-editorial .article-hero .page-title{max-width:none;font-size:clamp(1.8rem,7vw,2.6rem)}body.type-hub-editorial .type-hub-section>.container,body.type-hub-editorial .stats-section>.container,body.type-hub-editorial .cluster-nav-section+.section>.container{grid-template-columns:1fr;gap:12px}body.type-hub-editorial .type-hub-section>.container:before,body.type-hub-editorial .stats-section>.container:before,body.type-hub-editorial .cluster-nav-section+.section>.container:before{grid-column:1;margin-bottom:4px;font-size:1.7rem}body.type-hub-editorial .type-hub-section>.container>*,body.type-hub-editorial .stats-section>.container>*,body.type-hub-editorial .cluster-nav-section+.section>.container>*{grid-column:1}body.type-hub-editorial .section-title{font-size:clamp(1.7rem,7vw,2.4rem)}body.type-hub-editorial .prose h2{font-size:clamp(1.6rem,6vw,2rem)}body.type-hub-editorial .stats-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}body.type-hub-editorial .stats-kpi:nth-child(odd){border-left:none}}@media(max-width:640px){body.type-hub-editorial main>.section:not(.type-hub-hero){padding:40px 0 42px}body.type-hub-editorial .article-meta__link{min-height:36px;padding:0 14px}body.type-hub-editorial .split-grid,body.type-hub-editorial .types-grid,body.type-hub-editorial .stats-kpis{grid-template-columns:1fr}body.type-hub-editorial .stats-kpi{border-left:none;border-top:1px solid var(--type-hub-line)}body.type-hub-editorial .stats-kpi:first-child{border-top:none}body.type-hub-editorial .guide-card,body.type-hub-editorial .type-card{padding:20px 18px}}:root{--type-size-label: .6875rem;--type-size-meta: .75rem;--type-size-body: 1rem;--type-leading-body: 2;--type-size-hero: clamp(2.5rem, 8vw, 6rem);--type-size-page-title: clamp(2rem, 5vw, 3.7rem);--type-size-section: clamp(2rem, 4.5vw, 3rem);--type-size-section-editorial: clamp(2rem, 5vw, 3.7rem);--type-size-section-compact: clamp(1.3rem, 2.2vw, 1.8rem);--type-size-prose-h2: clamp(1.55rem, 2.8vw, 2.2rem);--type-size-prose-h2-editorial: clamp(1.8rem, 3vw, 2.8rem);--type-size-prose-h3: clamp(1.1rem, 1.8vw, 1.4rem);--type-size-prose-h3-editorial: clamp(1.15rem, 1.8vw, 1.55rem)}.eyebrow,.article-hero .eyebrow,body.type-hub-editorial .eyebrow,body.type-hub-editorial .article-hero .eyebrow,.problem-card__symptom,.problem-featured-card__badge,.trust-card__label,.axis-card__eyebrow,.hub-overview__meta-item dt{font-size:var(--type-size-label)}.brand__tagline,.breadcrumbs,.article-meta,.article-trust-bar,.toc__title,.type-card__meta,.axis-card__tags li,.hub-card__count,.hub-overview__meta-item dd,body.type-hub-editorial .article-meta,body.type-hub-editorial .article-trust-bar{font-size:var(--type-size-meta)}.lead,.lead--sub,.section-desc,.prose,.group-description,.axis-card__desc,.problem-featured-card__desc,.compare-featured-card__tension,.hub-card__desc,.trust-card__desc,.type-card__excerpt,.problem-card__excerpt,.note-cta__gap-text,.note-cta__chapters-intro,.note-cta__chapters li,.note-cta__action-text,.insight-card__body,.conversation-block__situation,.conversation-line,.conversation-block__why,.transformation-step p,.hub-overview__intro,.hub-overview__digest,.hub-overview__structure,.hub-overview__related,.hub-overview__pillar p:first-child,.hub-overview__pillar p:not(:first-child),body.type-hub-editorial .lead,body.type-hub-editorial .section-desc,body.type-hub-editorial .prose,body.type-hub-editorial .prose p,body.type-hub-editorial .prose li,body.type-hub-editorial .stats-source,body.type-hub-editorial .stats-caveat{font-size:var(--type-size-body);line-height:var(--type-leading-body)}.page-title{font-size:var(--type-size-hero);line-height:1.1}.article-hero .page-title{font-size:var(--type-size-page-title);line-height:1.15}.section-title{font-size:var(--type-size-section);line-height:1.16}.section-title--compact{font-size:var(--type-size-section-compact);line-height:1.35}.prose h2{font-size:var(--type-size-prose-h2);line-height:1.4}.prose h3{font-size:var(--type-size-prose-h3);line-height:1.55}body.type-hub-editorial .article-hero .page-title{font-size:var(--type-size-page-title);line-height:1.15}body.type-hub-editorial .section-title{font-size:var(--type-size-section-editorial);line-height:1.16}body.type-hub-editorial .section-title--compact{font-size:var(--type-size-section-compact);line-height:1.35}body.type-hub-editorial .prose h2{font-size:var(--type-size-prose-h2-editorial);line-height:1.22}body.type-hub-editorial .prose h3,body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose h3{font-size:var(--type-size-prose-h3-editorial);line-height:1.55}
