:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0a0a;--bg-elevated:#141414;--surface:#ffffff08;--surface-hover:#ffffff0f;--glass:#ffffff0a;--glass-border:#ffffff0f;--glass-border-hover:#ffffff21;--text:#f5f5f7;--text-secondary:#a1a1a6;--text-tertiary:#6e6e73;--accent:#c9965c;--accent-bright:#dbb08c;--accent-glow:#c9965c14;--accent-glow-strong:#c9965c2e;--shadow-sm:0 1px 2px #0006;--shadow-md:0 8px 32px #00000080;--shadow-lg:0 20px 60px #0009;--shadow-glow:0 0 48px #c9965c0f;--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-feature-settings:"palt";font-weight:400}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:100%}@media (width>=768px){html{font-size:106.25%}}@media (width>=1280px){html{font-size:112.5%}}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#070605;background-image:radial-gradient(120% 60% at 78% -10%,#c9965c29,#0000 60%),radial-gradient(90% 50% at 12% -8%,#c9965c12,#0000 65%),radial-gradient(110% 60% at 50% 112%,#a76e461a,#0000 65%),linear-gradient(#0c0a08 0%,#0a0807 35%,#08070a 70%,#0a0807 100%),repeating-linear-gradient(0deg,#ffffff04 0 1px,#0000 1px 128px);background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat;background-size:100% 100%,100% 100%,100% 100%,100% 100%,auto;background-attachment:fixed,fixed,fixed,fixed,scroll;line-height:1.8;overflow-x:hidden}::selection{color:var(--text);background:#c9965c40}::selection{color:var(--text);background:#c9965c40}::-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;background:0 0;border:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.shell{flex-direction:column;min-height:100vh;display:flex}.container{width:min(var(--content-max), calc(100% - var(--gutter) * 2));margin:0 auto}.site-header{z-index:100;-webkit-backdrop-filter:saturate(160%)blur(18px);background:linear-gradient(#090706eb 0%,#0e0b09d1 60%,#120e0a9e 100%);border-top:none;border-bottom:1px solid #c9965c14;position:sticky;top:0;box-shadow:0 1px #c9965c0a,0 18px 28px -22px #0000008c}.site-header:after{content:"";pointer-events:none;background:linear-gradient(#09070673 0%,#09070600 100%);height:24px;position:absolute;top:100%;left:0;right:0}.site-header__inner{justify-content:space-between;align-items:center;gap:32px;min-height:76px;padding:14px 0 12px;display:flex}.brand{grid-template-areas:"kicker""name";align-items:baseline;row-gap:4px;display:inline-grid;position:relative}.brand:before{content:"RENAI TYPE READING — KOI LABO";font-family:var(--font-serif);letter-spacing:.32em;text-transform:uppercase;color:var(--accent);opacity:.78;white-space:nowrap;grid-area:kicker;font-size:.62rem;font-style:italic;font-weight:400;transition:opacity .32s,letter-spacing .32s}.brand:hover:before,.brand:focus-visible:before{opacity:1;letter-spacing:.36em}.brand__name{font-family:var(--font-sans);letter-spacing:.18em;color:#f1e7dc;font-feature-settings:"palt";grid-area:name;font-size:1.12rem;font-weight:900}.brand__tagline{display:none}.nav-links{counter-reset:nav-counter;flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:26px;display:flex}.mobile-nav{display:none}.nav-item{position:relative}.nav-link{font-family:var(--font-sans);letter-spacing:.06em;color:#f4ece39e;font-feature-settings:"palt";white-space:nowrap;counter-increment:nav-counter;background:0 0;border-radius:0;align-items:baseline;gap:7px;padding:10px 0 14px;font-size:.82rem;font-weight:500;transition:color .32s;display:inline-flex;position:relative}.nav-link:before{content:counter(nav-counter, decimal-leading-zero);font-family:var(--font-serif);letter-spacing:0;color:var(--accent);opacity:.55;font-size:.74rem;font-style:italic;font-weight:400;transition:opacity .32s,color .32s}.nav-link:after{content:"";background:linear-gradient(90deg, var(--accent) 0%, var(--accent-bright) 100%);transform-origin:0;height:1px;transition:transform .52s cubic-bezier(.22,1,.36,1);position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.nav-link:hover{color:#f6ecde;background:0 0}.nav-link:hover:before{opacity:1;color:var(--accent-bright)}.nav-link:hover:after{transform:scaleX(.62)}.nav-link--active{color:#f6ecde;background:0 0}.nav-link--active:before{opacity:1}.nav-link--active:after{background:linear-gradient(90deg, var(--accent) 0%, var(--accent-bright) 60%, transparent 100%);transform:scaleX(1)}.nav-link:active{color:var(--accent-bright);background:0 0}.nav-dropdown{opacity:0;pointer-events:none;background:linear-gradient(#1a1310fa,#0c0c0cfa);border:1px solid #c9965c29;border-radius:18px;min-width:280px;padding:10px;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(6px);box-shadow:0 24px 48px #0000004d}.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{color:var(--text-secondary);border-radius:14px;gap:4px;padding:12px 14px;transition:background .18s,color .18s;display:grid}.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{color:var(--text-tertiary);font-size:.78rem;line-height:1.5}.scene-subnav{z-index:90;-webkit-backdrop-filter:blur(18px);background:#101010db;border-bottom:1px solid #ffffff0a;position:sticky;top:56px}.scene-subnav__inner{scrollbar-width:none;gap:8px;padding:10px 0;display:flex;overflow-x:auto}.scene-subnav__inner::-webkit-scrollbar{display:none}.scene-subnav__link{color:var(--text-secondary);white-space:nowrap;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:7px 14px;font-size:.78rem;transition:color .18s,border-color .18s,background .18s;display:inline-flex}.scene-subnav__link:hover,.scene-subnav__link--active{color:var(--text);background:#c9965c14;border-color:#c9965c47}.hero{padding:128px 0 96px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#c9965c14 0%,#b4783c08 40%,#0000 70%);width:1100px;height:700px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.hero:after{content:"";pointer-events:none;opacity:.6;background-image:repeating-conic-gradient(#ffffff02 0% 25%,#0000 0% 50%);background-size:4px 4px;position:absolute;inset:0}.hero__editorial{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.eyebrow{font-family:var(--font-serif);color:var(--accent);letter-spacing:.06em;font-size:.92rem;font-style:italic}.page-title{font-family:var(--font-sans);letter-spacing:-.03em;color:var(--text);overflow-wrap:anywhere;margin-top:20px;font-size:clamp(2.2rem,5.5vw,4.2rem);font-weight:900;line-height:1.18}.lead{color:var(--text-secondary);overflow-wrap:anywhere;margin-top:20px;font-size:1.1rem;font-weight:400;line-height:1.9}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px;display:flex}.button{letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 28px;font-size:.88rem;font-weight:500;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.button--primary{background:var(--text);color:var(--bg)}.button--primary:hover{background:#fff;transform:scale(1.03)}.button--ghost{color:var(--accent);background:0 0;height:auto;padding:0}.button--ghost:after{content:" →";transition:transform .3s;display:inline-block}.button--ghost:hover{color:var(--accent-bright)}.button--ghost:hover:after{transform:translate(4px)}.section{padding:96px 0}.section+.section{background-image:none;border-top:1px solid #0000}.section:nth-child(2n){background-color:#0000}.section-divider{background:linear-gradient(90deg,#0000,#c9965c1f,#ffffff0f,#0000);border:none;height:1px;margin:0}.section-header{margin-bottom:48px}.section-header--center{text-align:center}.section-title{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--text);margin-top:12px;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;line-height:1.35;display:inline-block;position:relative}.section-title:before{content:"";background:var(--accent);opacity:.6;border-radius:2px;width:3px;height:20px;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.section-header--center .section-title:before{display:none}.section-desc{color:var(--text-tertiary);margin-top:10px;font-size:.92rem;font-weight:300}.section-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:28px;display:flex}.guide-card{background:var(--glass);border:1px solid var(--glass-border);background-image:repeating-linear-gradient(-45deg,#0000,#0000 10px,#ffffff02 10px 11px);border-radius:20px;padding:48px 52px;position:relative;overflow:hidden}.guide-card:before{content:"";background:linear-gradient(180deg, var(--accent) 0%, var(--accent-bright) 40%, transparent 100%);width:4px;height:100%;position:absolute;top:0;left:0}.guide-card .section-title{margin-top:16px}.group-description{color:var(--text-tertiary);margin-bottom:18px;font-size:.92rem;line-height:1.7}.split-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.section-title--compact{font-size:1.15rem}.temperament-group{margin-bottom:48px}.temperament-group:last-child{margin-bottom:0}.temperament-label{font-family:var(--font-serif);color:var(--text-tertiary);letter-spacing:.04em;align-items:center;gap:16px;margin-bottom:20px;font-size:.88rem;font-style:italic;display:flex}.temperament-label:after{content:"";background:linear-gradient(90deg,#ffffff0f,#0000);flex:1;height:1px}.types-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;display:grid}.type-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;padding:30px 28px 26px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.type-card:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(at 50% 0,#c9965c17 0%,#0000 65%);transition:opacity .4s;position:absolute;inset:0}.type-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md), 0 0 60px #c9965c1a, inset 0 1px 0 #ffffff0f;transform:scale(1.01)}.type-card:hover:after{opacity:1}.type-card>*{z-index:1;position:relative}.type-card__code{font-family:var(--font-serif);background:linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);-webkit-text-fill-color:transparent;letter-spacing:.04em;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-style:italic;line-height:1}.type-card__title{color:var(--text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:14px;font-size:1rem;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.type-card__excerpt{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;font-size:.875rem;font-weight:300;line-height:1.7;display:-webkit-box;overflow:hidden}.type-card__meta{font-family:var(--font-serif);color:var(--text-tertiary);letter-spacing:.02em;margin-top:14px;font-size:.8125rem;font-style:italic}.breadcrumbs{color:var(--text-secondary);flex-wrap:wrap;gap:8px;margin-bottom:32px;font-size:.8125rem;font-weight:300;display:flex}.breadcrumbs a{transition:color .2s}.breadcrumbs strong{color:var(--text);font-weight:500}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs .separator{opacity:.3}.article-hero{padding:96px 0 72px;position:relative;overflow:hidden}.article-hero:before{content:"";pointer-events:none;background:radial-gradient(#c9965c12 0%,#b4783c06 40%,#0000 65%);width:1000px;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.article-hero__container{position:relative}.article-hero__watermark{font-family:var(--font-serif);color:#ffffff06;letter-spacing:.04em;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(6rem,18vw,14rem);font-style:italic;line-height:1;position:absolute;top:50%;right:0;transform:translateY(-55%)}.article-hero__inner{max-width:var(--reading-max);position:relative}.article-hero .eyebrow{font-size:1.1rem}.article-hero .page-title{text-align:left;letter-spacing:-.02em;font-size:clamp(1.6rem,3.5vw,2.4rem)}.article-hero .lead{text-align:left;color:#c9c9ce}.article-meta{font-family:var(--font-serif);color:#b6b6bc;flex-wrap:wrap;gap:20px;margin-top:24px;font-size:.875rem;font-style:italic;display:flex}.article-meta__item{align-items:center;gap:6px;display:inline-flex}.article-meta__link{color:#d3d3d8;border-bottom:1px solid #c9965c40;text-decoration:none;transition:color .25s,border-color .25s}.article-meta__link:hover{color:var(--accent-bright);border-color:#eccd9dbf}.article-meta__dot{opacity:.55;background:#b6b6bc;border-radius:50%;width:3px;height:3px}.article-trust-bar{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:20px;font-size:.78rem;font-weight:400;line-height:1.6;display:flex}.article-trust-bar__link,.article-trust-bar__item{align-items:center;gap:4px;display:inline-flex}.article-trust-bar__link{color:#d3d3d8;border-bottom:1px solid #c9965c40;transition:color .2s,border-color .2s}.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{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;margin-bottom:56px;padding:28px 32px}.toc__title{font-family:var(--font-serif);color:#c0c0c6;letter-spacing:.06em;margin-bottom:16px;font-size:.875rem;font-style:italic}.toc__list{counter-reset:toc}.toc__list li{counter-increment:toc;color:#d1d1d6;border-bottom:1px solid #ffffff08;padding:8px 0;font-size:.9375rem;font-weight:400;line-height:1.6}.toc__list li:before{content:counter(toc, decimal-leading-zero) ".";width:32px;font-family:var(--font-serif);color:#a8a8ae;font-size:.82rem;font-style:italic;display:inline-block}.toc__list li:last-child{border-bottom:none}.prose{letter-spacing:.02em;color:#d1d1d6;overflow-wrap:anywhere;font-feature-settings:"palt";font-size:1.0625rem;font-weight:400;line-height:1.95}.prose p,.prose li,.prose blockquote{font-feature-settings:normal;font-weight:400}.prose h2{font-family:var(--font-sans);color:var(--text);letter-spacing:-.01em;font-feature-settings:"palt";margin:3.5rem 0 1.4rem;padding-left:16px;font-size:1.3rem;font-weight:700;line-height:1.4;position:relative}.prose h2:before{content:"";background:var(--accent);border-radius:1px;width:2px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.prose h3{font-family:var(--font-sans);color:var(--text);font-feature-settings:"palt";margin:2.4rem 0 .8rem;font-size:1.1rem;font-weight:700;line-height:1.5}.prose p{margin-bottom:1.6rem}.prose ul,.prose ol{list-style:revert;margin-bottom:1.4rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose blockquote{border-left:3px solid var(--accent);color:#d1d1d6;background:#c9965c0a;border-radius:0 12px 12px 0;margin:2.4rem 0;padding:24px 28px;font-size:1rem;font-style:normal;line-height:1.95}.prose hr{background:linear-gradient(90deg,#0000,#ffffff14,#0000);border:none;height:1px;margin:3rem 0}.prose a{color:var(--accent);text-underline-offset:3px;-webkit-text-decoration:underline #c9965c4d;text-decoration:underline #c9965c4d;transition:text-decoration-color .25s}.prose a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.prose strong{color:var(--accent-bright);font-weight:700}.related-section{border-top:1px solid #ffffff0a;padding:80px 0 96px}.related-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.site-footer{background-image:linear-gradient(#a76e4600 0%,#a76e460d 60%,#a76e4617 100%);border-top:1px solid #0000;margin-top:auto;position:relative}.site-footer:before{content:"";background:linear-gradient(90deg,#0000,#c9965c29,#ffffff0d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.site-footer:after{content:"";pointer-events:none;background:linear-gradient(#a76e4600 0%,#a76e460a 100%);height:80px;position:absolute;bottom:100%;left:0;right:0}.site-footer__inner{color:var(--text-tertiary);letter-spacing:.02em;justify-content:space-between;align-items:center;padding:32px 0 48px;font-size:.8125rem;font-weight:300;display:flex}.site-footer__inner .brand__name,.site-footer .footer-brand{font-family:var(--font-serif);letter-spacing:.02em;font-style:italic;font-weight:400}.footer-links{flex-wrap:wrap;gap:16px;display:flex}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--text)}@keyframes heroReveal{0%{opacity:0;filter:blur(6px);transform:translateY(16px)}to{opacity:1;filter:blur();transform:translateY(0)}}.reveal{animation:.8s cubic-bezier(.16,1,.3,1) both heroReveal}.reveal-d1{animation-delay:.12s}.reveal-d2{animation-delay:.24s}.reveal-d3{animation-delay:.36s}.reveal-d4{animation-delay:.48s}@media (width<=768px){:root{--gutter:18px}.hero{padding:64px 0 48px}.page-title{word-break:break-all;font-size:clamp(1.8rem,7vw,2.6rem)}.lead{word-break:break-all;font-size:.98rem}.section{padding:56px 0}.section-title:before{width:2px;height:16px;left:-12px}.site-header__inner{align-items:center;gap:12px;height:auto;min-height:64px;padding:10px 0}.brand:before{letter-spacing:.24em;font-size:.54rem}.brand__name{letter-spacing:.14em;font-size:1rem}.brand__tagline,.nav-links--desktop{display:none}.mobile-nav{margin-left:auto;display:block;position:relative}.mobile-nav__summary{min-width:84px;color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;font-size:.82rem;list-style:none;display:inline-flex}.mobile-nav__summary::-webkit-details-marker{display:none}.mobile-nav[open] .mobile-nav__summary{color:var(--text);background:#c9965c14;border-color:#c9965c3d}.mobile-nav__panel{background:linear-gradient(#181310fa,#0c0c0cfa);border:1px solid #c9965c29;border-radius:18px;width:min(92vw,360px);max-height:min(72vh,560px);padding:10px;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;box-shadow:0 24px 48px #0000004d}.scene-subnav{-webkit-backdrop-filter:none;background:0 0;border-bottom:0;position:static}.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{width:100%;color:var(--text-secondary);border-radius:14px;gap:4px;padding:12px 14px;transition:background .18s,color .18s;display:grid}.mobile-nav__link,.mobile-nav__child{background:#ffffff05;border:1px solid #ffffff0f}.mobile-nav__link--active,.mobile-nav__child--active,.mobile-nav__group[open]>.mobile-nav__group-summary{color:var(--text);background:#c9965c14;border-color:#c9965c2e}.mobile-nav__group{gap:8px;display:grid}.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{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;list-style:none}.mobile-nav__group-summary::-webkit-details-marker{display:none}.mobile-nav__children{gap:8px;padding-left:6px;display:grid}.mobile-nav__child--parent{font-weight:500}.mobile-nav__child small{color:var(--text-tertiary);font-size:.74rem;line-height:1.5}.types-grid{grid-template-columns:1fr;gap:10px}.type-card{padding:24px 22px 20px}.guide-card{border-radius:14px;padding:28px 22px}.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{border-radius:12px;padding:20px 22px}.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{border-radius:12px;padding:24px 18px}.cluster-link{padding:10px}.cluster-link__title{font-size:.88rem}}@media (width>=769px){.nav-links--desktop{flex-wrap:nowrap;display:flex}}@media (width>=769px) and (width<=1199px){.site-header__inner{gap:16px}.nav-links--desktop{gap:clamp(8px,1.2vw,14px)}.nav-link{letter-spacing:.02em;gap:3px;font-size:clamp(.68rem,1.05vw,.76rem)}.nav-link:before{font-size:.66rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;filter:none;animation:none;transform:none}.type-card,.nav-link,.button,.button--ghost:after,.prose a,.breadcrumbs a{transition:none}}.note-cta{border-top:1px solid var(--glass-border);margin-top:64px;padding-top:48px}.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{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.8}.note-cta__gap-question{color:var(--text);font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;line-height:1.6}.note-cta__gap-question strong{color:var(--accent-bright)}.note-cta__chapters-wrap{border:1px solid var(--glass-border);background:#0003;border-radius:14px;margin-bottom:36px;padding:28px 24px}.note-cta__chapters-intro{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem;line-height:1.7}.note-cta__chapters-intro strong{color:var(--accent)}.note-cta__chapters{counter-reset:ch;gap:10px;margin:0;padding:0;list-style:none;display:grid}.note-cta__chapters li{counter-increment:ch;color:var(--text-secondary);align-items:baseline;gap:12px;font-size:.88rem;line-height:1.6;display:flex}.note-cta__chapters li:before{content:counter(ch);width:22px;height:22px;color:var(--accent);border:1px solid var(--accent);opacity:.6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.note-cta__action{text-align:center}.note-cta__action-text{color:var(--text-secondary);margin-bottom:20px;font-size:.92rem;line-height:1.8}.note-cta__button{color:var(--bg);background:var(--accent);border-radius:14px;align-items:center;gap:8px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 20px #c9965c40}.note-cta__button:hover{background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 8px 32px #c9965c59}.note-cta__button svg{transition:transform .3s}.note-cta__button:hover svg{transform:translate(4px)}.cta-link-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.jambti-cta{background:linear-gradient(135deg, #c9965c24, #ffffff09 42%, #ffffff05), var(--glass);box-shadow:var(--shadow-md), 0 0 48px #c9965c12;border:1px solid #c9965c2e;border-radius:22px;justify-content:space-between;align-items:center;gap:28px;margin:36px auto 0;padding:30px 32px;display:flex;position:relative;overflow:hidden}.jambti-cta:before{content:"";background:linear-gradient(180deg, var(--accent-bright), var(--accent), transparent);width:4px;position:absolute;inset:0 auto 0 0}.jambti-cta:after{content:"MBTI";font-family:var(--font-serif);color:#ffffff09;pointer-events:none;font-size:clamp(4rem,12vw,8rem);font-style:italic;line-height:1;position:absolute;bottom:-22px;right:26px}.jambti-cta--inline{max-width:var(--reading-max)}.jambti-cta--compact{padding:24px}.jambti-cta__copy{z-index:1;max-width:700px;position:relative}.jambti-cta__eyebrow{font-family:var(--font-serif);letter-spacing:.08em;color:var(--accent);font-size:.92rem;font-style:italic}.jambti-cta__title{color:var(--text);margin-top:8px;font-size:clamp(1.25rem,3vw,1.8rem);font-weight:700;line-height:1.35}.jambti-cta__description{color:var(--text-secondary);margin-top:10px;font-size:.92rem;font-weight:300;line-height:1.8}.jambti-cta__note{color:var(--text-tertiary);margin-top:12px;font-size:.78rem}.jambti-cta__button{z-index:1;background:var(--accent);min-height:48px;color:var(--bg);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:0 26px;font-size:.92rem;font-weight:700;transition:background .26s,transform .26s,box-shadow .26s;display:inline-flex;position:relative;box-shadow:0 6px 24px #c9965c38}.jambti-cta__button:hover{background:var(--accent-bright);transform:translateY(-2px);box-shadow:0 10px 34px #c9965c52}.jambti-cta__button svg{transition:transform .26s}.jambti-cta__button:hover svg{transform:translate(4px)}@media (width<=600px){.note-cta__inner{padding:32px 20px}.note-cta__chapters-wrap{padding:20px 16px}.note-cta__button{justify-content:center;width:100%}.jambti-cta{flex-direction:column;align-items:flex-start;padding:26px 22px}.jambti-cta__button{width:100%}}.type-card--static{cursor:default}.type-card--static:hover{border-color:var(--glass-border);background:var(--surface);box-shadow:none;transform:none}.type-card--static:hover:after{opacity:0}.insights-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.insight-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:14px;padding:24px 28px;position:relative;overflow:hidden}.insight-card:before{content:"";width:100%;height:2px;position:absolute;top:0;left:0}.insight-card--case:before{background:linear-gradient(90deg, var(--accent), transparent 60%)}.insight-card--research:before{background:linear-gradient(90deg,#7ba599,#0000 60%)}.insight-card--framework:before{background:linear-gradient(90deg,#8b7ec8,#0000 60%)}.insight-card__label{font-family:var(--font-serif);color:var(--text-tertiary);letter-spacing:.04em;margin-bottom:10px;font-size:.75rem;font-style:italic}.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{color:var(--text-secondary);font-size:.92rem;font-weight:400;line-height:1.75}.conversation-block{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;margin-bottom:24px;padding:32px 36px}.conversation-block__situation{color:var(--text-secondary);margin:16px 0 20px;font-size:.92rem;line-height:1.7}.conversation-split{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.conversation-col{border-radius:12px;padding:20px}.conversation-col--bad{background:#ff64640a;border:1px solid #ff646414}.conversation-col--good{background:#64c8960a;border:1px solid #64c89614}.conversation-col__label{letter-spacing:.02em;margin-bottom:12px;font-size:.75rem;font-weight:600}.conversation-col--bad .conversation-col__label{color:#e88}.conversation-col--good .conversation-col__label{color:#7ba599}.conversation-line{color:var(--text-secondary);margin-bottom:6px;font-size:.88rem;line-height:1.65}.conversation-block__why{color:var(--text-tertiary);border-top:1px solid #ffffff0a;padding-top:16px;font-size:.88rem;line-height:1.7}.transformation-block{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;padding:32px 36px}.transformation-steps{flex-direction:column;gap:16px;margin-top:20px;display:flex}.transformation-step{border-left:3px solid var(--glass-border);background:#ffffff05;border-radius:10px;padding:16px 20px}.transformation-step--trigger{border-left-color:var(--accent);background:var(--accent-glow)}.transformation-step--after{background:#64c8960a;border-left-color:#7ba599}.transformation-step__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:6px;font-size:.7rem;font-weight:700;display:inline-block}.transformation-step--trigger .transformation-step__label{color:var(--accent)}.transformation-step--after .transformation-step__label{color:#7ba599}.transformation-step p{color:var(--text-secondary);font-size:.92rem;line-height:1.7}@media (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);background:var(--surface);border-radius:0 12px 12px 0;padding:28px 32px}.hub-overview__text{flex-direction:column;gap:12px;display:flex}.hub-overview__intro{color:var(--text-secondary);letter-spacing:.01em;font-size:.88rem;font-weight:600}.hub-overview__digest{color:var(--text);font-size:.95rem;line-height:1.85}.hub-overview__structure{color:var(--text-secondary);font-size:.88rem;line-height:1.75}.hub-overview__related{color:var(--text-secondary);font-size:.84rem;line-height:1.75}.hub-overview__related a{color:var(--accent);border-bottom:1px solid #c9965c59;text-decoration:none}.hub-overview__related a:hover{color:var(--accent-strong);border-bottom-color:#c9965c99}.hub-overview__pillar{flex-direction:column;gap:10px;display:flex}.hub-overview__pillar p:first-child{color:var(--text-secondary);letter-spacing:.01em;font-size:.88rem;font-weight:600}.hub-overview__pillar p:not(:first-child){color:var(--text);font-size:.95rem;line-height:1.85}.hub-overview__pillar a{color:var(--text);text-underline-offset:3px;-webkit-text-decoration:underline #c9965c66;text-decoration:underline #c9965c66;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.hub-overview__pillar a:hover{color:var(--accent);-webkit-text-decoration-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);border-bottom:1px solid #c9965c59;text-decoration:none;transition:color .2s,border-bottom-color .2s}.hub-overview__structure a:hover{color:var(--accent-bright);border-bottom-color:#c9965c99}.hub-overview__meta{border-top:1px solid var(--glass-border);flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:16px;display:flex}.hub-overview__meta-item{align-items:baseline;gap:6px;display:flex}.hub-overview__meta-item dt{color:var(--text-tertiary);letter-spacing:.02em;font-size:.75rem;font-weight:500}.hub-overview__meta-item dd{color:var(--text-secondary);font-size:.8rem;font-weight:500}.hub-overview__meta-item:not(:last-child):after{content:"·";color:var(--text-tertiary);margin-left:8px;font-size:.75rem}@media (width<=768px){.hub-overview{border-radius:0 8px 8px 0;padding:20px 18px}.hub-overview__digest{word-break:break-all;font-size:.9rem}.hub-overview__pillar p:not(:first-child){word-break:break-all;font-size:.9rem;line-height:1.8}.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:"";background:linear-gradient(90deg, var(--accent), transparent 80%);width:100%;height:3px;position:absolute;top:0;left:0}.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{border-bottom:1px solid #ffffff0a;align-items:baseline;gap:10px;margin-bottom:10px;padding-bottom:8px;display:flex}.cluster-nav__group-label{color:var(--text-secondary);letter-spacing:.02em;font-size:.82rem;font-weight:600}.cluster-nav__group-count{font-family:var(--font-serif);color:var(--text-tertiary);font-size:.75rem;font-style:italic}.cluster-nav__links{flex-direction:column;gap:4px;display:flex}.cluster-link{border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:background .25s;display:flex}.cluster-link:hover{background:#ffffff0a}.cluster-link__title{color:var(--text);font-size:.92rem;font-weight:500;line-height:1.5}.cluster-link__arrow{color:var(--accent);opacity:.5;flex-shrink:0;font-size:.88rem;transition:opacity .25s,transform .25s}.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)}:root{--cta-note:#2cc9a7;--cta-note-bright:#47e0be;--cta-note-glow:#2cc9a71a;--cta-note-glow-strong:#2cc9a747}.note-mag-cta{border:1px solid var(--cta-note-glow-strong);background:linear-gradient(135deg, var(--cta-note-glow) 0%, transparent 60%), var(--bg-elevated);width:100%;box-shadow:0 0 48px var(--cta-note-glow), var(--shadow-md);text-align:left;border-radius:20px;grid-template-columns:1fr;gap:1.25rem;margin:3rem 0 0;padding:2.25rem 2rem;display:grid}.note-mag-cta__eyebrow{letter-spacing:.14em;color:var(--cta-note);margin-bottom:.6rem;font-size:.75rem;font-weight:700}.note-mag-cta__title{color:var(--text);margin:0 0 1rem;font-size:1.2rem;font-weight:600;line-height:1.65}.note-mag-cta__list{gap:.55rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.note-mag-cta__list li{color:var(--text-secondary);padding-left:1.5rem;font-size:.93rem;line-height:1.7;position:relative}.note-mag-cta__list li:before{content:"✓";color:var(--cta-note);font-weight:700;position:absolute;left:0}.note-mag-cta__price{color:var(--text-tertiary);margin:0;font-size:.85rem}.note-mag-cta__action{align-self:center}.note-mag-cta__button{background:var(--cta-note);color:#06231c;letter-spacing:.01em;white-space:nowrap;width:100%;min-height:56px;box-shadow:0 4px 24px var(--cta-note-glow-strong);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 28px;font-size:1rem;font-weight:700;transition:background .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);display:flex}.note-mag-cta__button svg{flex-shrink:0;transition:transform .3s}.note-mag-cta__button:hover,.note-mag-cta__button:focus-visible{background:var(--cta-note-bright);transform:scale(1.02)}.note-mag-cta__button:hover svg{transform:translate(3px)}.note-mag-cta__note{text-align:center;color:var(--text-tertiary);margin:.8rem 0 0;font-size:.8rem}@media (width>=769px){.note-mag-cta{grid-template-columns:1fr 300px;align-items:center;gap:2.5rem;padding:2.5rem 2.75rem}.note-mag-cta__title{font-size:1.3rem}}@media (width<=768px){.note-mag-cta{border-radius:16px;padding:1.6rem 1.25rem}.note-mag-cta__title{font-size:1.08rem}.note-mag-cta__button{gap:clamp(4px,1.5vw,8px);padding-inline:clamp(10px,3.5vw,28px);font-size:clamp(.75rem,3.7vw,1rem)}}@media (prefers-reduced-motion:reduce){.note-mag-cta__button,.note-mag-cta__button svg{transition:none}.note-mag-cta__button:hover{transform:none}}.problem-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:16px;padding:28px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:block;position:relative;overflow:hidden}.problem-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md), 0 0 60px #c9965c14;transform:scale(1.01)}.problem-card__header{align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.problem-card__type{font-family:var(--font-serif);color:var(--accent);letter-spacing:.04em;font-size:1.2rem;font-style:italic;line-height:1}.problem-card__symptom{color:var(--text-tertiary);letter-spacing:.02em;border:1px solid #ffffff0f;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:400}.problem-card__title{color:var(--text);margin-bottom:8px;font-size:1.05rem;font-weight:600;line-height:1.55}.problem-card__excerpt{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:300;line-height:1.65;display:-webkit-box;overflow:hidden}@media (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{color:var(--text-tertiary);margin-top:8px;font-size:.92rem}.section--alt{background:var(--bg-elevated);border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08}#types,#types~.section{background-color:#0000;background-image:none}#types.section--alt,#types~.section--alt{background-color:#09080647;border-color:#c9965c0f}.site-map-section{padding-bottom:48px}.axis-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.axis-card{border:1px solid var(--glass-border);background:var(--glass);border-radius:20px;flex-direction:column;padding:36px 32px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.axis-card:before{content:"";width:100%;height:3px;transition:opacity .4s;position:absolute;top:0;left:0}.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{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md), var(--shadow-glow);transform:translateY(-6px)}.axis-card__header{align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.axis-card__number{font-family:var(--font-serif);color:var(--accent);opacity:.35;font-size:2rem;font-style:italic;line-height:1}.axis-card__eyebrow{font-family:var(--font-serif);color:var(--accent);letter-spacing:.06em;font-size:.82rem;font-style:italic}.axis-card__title{color:var(--text);margin-bottom:10px;font-size:1.25rem;font-weight:700}.axis-card__desc{color:var(--text-secondary);margin-bottom:16px;font-size:.88rem;font-weight:300;line-height:1.7}.axis-card__tags{flex-wrap:wrap;flex:1;gap:6px;margin-bottom:20px;display:flex}.axis-card__tags li{color:var(--text-tertiary);white-space:nowrap;border:1px solid #ffffff0f;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:400}.axis-card__cta{color:var(--accent);font-size:.88rem;font-weight:500;transition:color .25s}.axis-card:hover .axis-card__cta{color:var(--accent-bright)}.axis-rescue{color:var(--text-tertiary);justify-content:center;align-items:center;gap:12px;margin-top:28px;font-size:.88rem;display:flex}.axis-rescue__link{color:var(--accent);transition:color .25s}.axis-rescue__link:hover{color:var(--accent-bright)}.axis-rescue__divider{opacity:.3}.problem-featured-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.problem-featured-card{border:1px solid var(--glass-border);background:var(--glass);border-radius:16px;padding:28px 28px 24px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:block;position:relative;overflow:hidden}.problem-featured-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md), var(--shadow-glow);transform:translateY(-4px)}.problem-featured-card--large{grid-column:span 1}.problem-featured-card__badge{font-family:var(--font-serif);color:var(--accent);letter-spacing:.04em;margin-bottom:10px;font-size:.82rem;font-style:italic;display:inline-block}.problem-featured-card__title{color:var(--text);margin-bottom:8px;font-size:1rem;font-weight:600;line-height:1.5}.problem-featured-card__desc{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:300;line-height:1.65;display:-webkit-box;overflow:hidden}.problem-featured-card__tag{color:var(--text-tertiary);border:1px solid #ffffff0f;border-radius:999px;margin-top:12px;padding:2px 8px;font-size:.72rem;font-weight:400;display:inline-block}.compare-featured-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.compare-featured-card{border:1px solid var(--glass-border);background:var(--glass);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:32px 24px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:flex}.compare-featured-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md), var(--shadow-glow);transform:translateY(-4px)}.compare-featured-card__pair{align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.compare-featured-card__type{font-family:var(--font-serif);color:var(--accent);letter-spacing:.04em;font-size:1.5rem;font-style:italic}.compare-featured-card__x{color:var(--text-tertiary);opacity:.5;font-size:1rem}.compare-featured-card__tension{color:var(--text-secondary);font-size:.88rem;font-weight:300;line-height:1.6}.hub-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.hub-card{border:1px solid var(--glass-border);background:var(--glass);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:28px 20px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:flex}.hub-card:hover{border-color:var(--glass-border-hover);box-shadow:var(--shadow-md), var(--shadow-glow);transform:translateY(-4px)}.hub-card__icon{margin-bottom:12px;font-size:1.6rem}.hub-card__title{color:var(--text);margin-bottom:6px;font-size:.95rem;font-weight:600}.hub-card__desc{color:var(--text-tertiary);margin-bottom:10px;font-size:.8rem;font-weight:300;line-height:1.55}.hub-card__count{font-family:var(--font-serif);color:var(--accent);opacity:.7;font-size:.75rem;font-style:italic}.trust-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.trust-card{border:1px solid var(--glass-border);background:var(--glass);border-radius:14px;padding:24px 20px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:block}.trust-card:hover{border-color:var(--glass-border-hover);transform:translateY(-3px)}.trust-card__label{font-family:var(--font-serif);color:var(--accent);letter-spacing:.06em;margin-bottom:10px;font-size:.78rem;font-style:italic}.trust-card__title{color:var(--text);margin-bottom:6px;font-size:.92rem;font-weight:600;line-height:1.4}.trust-card__desc{color:var(--text-tertiary);font-size:.8rem;font-weight:300;line-height:1.55}@media (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 (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:#a97c4b2e;--type-hub-surface:#18120e6b;--type-hub-surface-strong:#1e1611b3;--type-hub-text:#f4ece3f0;--type-hub-muted:#f4ece394;--type-hub-rail:minmax(72px, 104px);--type-hub-gap:clamp(24px, 4vw, 68px);background-color:#070605;background-image:radial-gradient(130% 65% at 80% -12%,#c9965c2e,#0000 60%),radial-gradient(90% 50% at 8% -6%,#c9965c14,#0000 65%),radial-gradient(120% 55% at 50% 110%,#a76e461f,#0000 65%),linear-gradient(#0d0a08 0%,#0a0807 38%,#08070a 72%,#0a0807 100%),repeating-linear-gradient(0deg,#ffffff04 0 1px,#0000 1px 128px);background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat;background-size:100% 100%,100% 100%,100% 100%,100% 100%,auto;background-attachment:fixed,fixed,fixed,fixed,scroll}body.type-hub-editorial main{counter-reset:type-hub-section}body.type-hub-editorial .site-header{-webkit-backdrop-filter:saturate(160%)blur(16px);background:linear-gradient(#090706f0 0%,#0e0b09d6 60%,#120e0a99 100%);border-top:none;border-bottom:1px solid #c9965c14;box-shadow:0 1px #c9965c0a,0 18px 28px -22px #0000008c}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{background:0 0;border-radius:0;padding:10px 0 14px}body.type-hub-editorial .nav-link:hover,body.type-hub-editorial .nav-link--active{color:#f6ecde;background:0 0}body.type-hub-editorial .site-footer{background-image:linear-gradient(#c9965c14 0%,#0000 3px 100%)}body.type-hub-editorial .site-footer__inner{color:#f4ece380}body.type-hub-editorial .type-hub-hero{border-bottom:1px solid var(--type-hub-line);padding:clamp(72px,11vw,128px) 0 52px;position:relative;overflow:hidden}body.type-hub-editorial .type-hub-hero:before{background:radial-gradient(#c9965c17 0%,#c9965c08 42%,#0000 74%);width:min(880px,82vw);height:min(520px,58vw);top:-18%;left:72%}body.type-hub-editorial .type-hub-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0908062e 0%,#09080600 55%);position:absolute;inset:0}body.type-hub-editorial .article-hero__container{z-index:1;position:relative}body.type-hub-editorial .article-hero__watermark{color:#c9965c14;letter-spacing:.02em;font-size:clamp(7rem,24vw,18rem);top:6px;right:0;transform:none}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);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-bright);font-size:.74rem;font-style:normal;font-weight:500}body.type-hub-editorial .article-hero .page-title{max-width:none;font-family:var(--font-sans);letter-spacing:-.02em;margin-top:20px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;line-height:1.18}body.type-hub-editorial .article-hero .lead{max-width:52rem;color:var(--type-hub-muted);margin-top:22px;font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.8}body.type-hub-editorial .article-trust-bar{border-top:1px solid var(--type-hub-line);color:var(--type-hub-muted);gap:10px 18px;margin-top:20px;padding-top:16px}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{font-family:var(--font-sans);color:var(--type-hub-muted);gap:12px;margin-top:18px;font-size:.78rem;font-style:normal}body.type-hub-editorial .article-meta__link{background:#120e0a7a;border:1px solid #c9965c70;align-items:center;min-height:40px;padding:0 18px;transition:color .22s,border-color .22s,background .22s;display:inline-flex}body.type-hub-editorial .article-meta__link:hover,body.type-hub-editorial .article-trust-bar__link:hover{color:#f3dfca;background:#1a140fb8;border-color:#eccd9db8}body.type-hub-editorial main>.section:not(.type-hub-hero){border-top:1px solid var(--type-hub-line);background:0 0;padding:52px 0 56px}body.type-hub-editorial .type-hub-section,body.type-hub-editorial .stats-section,body.type-hub-editorial .cluster-nav-section+.section{background:0 0}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:var(--type-hub-rail) minmax(0, 1fr);column-gap:var(--type-hub-gap);align-items:start;display:grid}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{counter-increment:type-hub-section;content:counter(type-hub-section, decimal-leading-zero);font-family:var(--font-serif);letter-spacing:.05em;color:var(--accent);grid-column:1;align-self:start;padding-top:4px;font-size:clamp(2rem,2.8vw,3rem);line-height:1}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{max-width:860px;margin-bottom:24px}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{font-family:var(--font-sans);letter-spacing:-.01em;margin-top:8px;font-size:clamp(2rem,3vw,3.1rem);font-weight:700;line-height:1.16;display:block}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{max-width:50rem;color:var(--type-hub-muted);margin-top:12px;font-size:.96rem;line-height:1.9}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;color:var(--type-hub-text);font-size:.98rem;line-height:1.8}body.type-hub-editorial .prose h2{font-family:var(--font-sans);letter-spacing:-.01em;margin:0 0 1.15rem;padding:0;font-size:clamp(1.9rem,2.8vw,2.8rem);font-weight:700;line-height:1.22}body.type-hub-editorial .prose h3{font-family:var(--font-sans);margin:2rem 0 .8rem;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);box-shadow:none;border:1px solid #c9965c24}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{background-image:none;padding:24px 26px}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,background .22s}body.type-hub-editorial .type-card:hover{box-shadow:none;background:var(--type-hub-surface-strong);border-color:#eccd9d47;transform:none}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{font-family:var(--font-sans);margin-top:12px;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{background:0 0;border:none;padding:0}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{border-top:1px solid var(--type-hub-line);padding-top:18px}body.type-hub-editorial .cluster-nav__group-header{margin-bottom:10px}body.type-hub-editorial .cluster-link{background:0 0;border-bottom:1px solid #c9965c1a;border-radius:0;padding:14px 0}body.type-hub-editorial .cluster-link:hover{background:0 0;border-color:#eccd9d33}body.type-hub-editorial .stats-section .section-header{margin-bottom:24px}body.type-hub-editorial .stats-kpis{border-top:1px solid var(--type-hub-line);border-bottom:1px solid var(--type-hub-line);gap:0;margin-top:22px}body.type-hub-editorial .stats-kpi{border:0;border-left:1px solid var(--type-hub-line);background:0 0;border-radius:0;padding:18px 20px 20px}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{letter-spacing:.08em;text-transform:uppercase;color:var(--type-hub-muted);font-size:.84rem;font-weight:500}body.type-hub-editorial .stats-kpi__note{color:var(--type-hub-text);margin-top:10px}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{border-left:1px solid #c9965c47;border-radius:0 8px 8px 0;margin-top:24px;padding:14px 18px}body.type-hub-editorial .cluster-nav-section+.section .guide-card{background:0 0;border:none;border-radius:0;padding: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{font-family:var(--font-sans);border-top:1px solid var(--type-hub-line);margin:0;padding:16px 0;font-size:1rem;font-weight:400;line-height:1.6;position:relative}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose p{color:var(--type-hub-muted);border-bottom:1px solid #c9965c14;margin:0;padding:0 0 16px}body.type-hub-editorial .cluster-nav-section+.section .guide-card>.prose p:last-child{border-bottom:0}@media (width<=900px){body.type-hub-editorial .type-hub-hero{padding:60px 0 36px}body.type-hub-editorial .article-hero__watermark{font-size:clamp(5rem,32vw,9rem);top:12px;right:-8px}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 (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:1.8;--type-weight-body:500;--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(1.9rem, 3.8vw, 3rem);--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,body.type-hub-editorial .stats-source{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 .section-desc,body.type-hub-editorial .stats-caveat{font-size:var(--type-size-body);line-height:var(--type-leading-body);font-weight:var(--type-weight-body);font-feature-settings:normal}.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}
