:root{--navy: #0d2947;--navy-deep: #071f36;--muted: #52677e;--purple: #54206d;--purple-deep: #38134d;--gold: #bd8741;--gold-light: #deb776;--ivory: #fffefb;--beige: #f7f2e9;--line: #e4dbcf;--white: #fff;--shadow: 0 18px 42px rgba(12, 38, 62, .1);--serif: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--sans: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;--shell: 1048px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--navy);background-color:var(--ivory);background-image:radial-gradient(rgba(91,66,39,.035) .55px,transparent .7px);background-size:5px 5px;font-family:var(--sans);font-size:15px;line-height:1.5}img,svg{display:block;max-width:100%}a{color:#87501e;text-underline-offset:3px}a:hover{color:#63340f}h1,h2,h3{margin-top:0;color:var(--navy);font-family:var(--serif);font-weight:600;line-height:1.02;letter-spacing:-.035em}h1{font-size:clamp(3rem,5.4vw,4.8rem);margin-bottom:1rem}h2{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:.85rem}h3{font-size:1.34rem;margin-bottom:.55rem}p{margin:0 0 1.15rem}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.narrow{width:min(calc(100% - 40px),790px);margin-inline:auto}.eyebrow,.hero-kicker{color:#9c632c;font-size:.72rem;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.eyebrow{margin-bottom:.8rem}.lede{max-width:690px;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.55}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1.25rem;border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;font-size:.9rem;font-weight:750;text-decoration:none;box-shadow:0 8px 20px #0d294729;transition:transform .2s ease,box-shadow .2s ease}.button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px #0d294738}.button.secondary{background:#ffffffbf;color:var(--navy);box-shadow:none}.button.secondary:hover{color:var(--navy)}.site-header{position:sticky;z-index:50;top:0;min-height:82px;border-bottom:1px solid rgba(255,255,255,.18);background-color:var(--purple);background-image:radial-gradient(circle at 8% 35%,rgba(255,255,255,.5) 0 1px,transparent 1.5px),radial-gradient(circle at 32% 72%,rgba(224,193,255,.35) 0 1px,transparent 1.7px),radial-gradient(circle at 69% 23%,rgba(255,255,255,.32) 0 1px,transparent 1.5px),radial-gradient(circle at 91% 68%,rgba(255,255,255,.38) 0 1px,transparent 1.5px),linear-gradient(105deg,#411356f5,#5b2171f5 52%,#34124bf5);background-size:86px 86px,120px 120px,150px 150px,180px 180px,auto;box-shadow:0 5px 18px #2508323d;backdrop-filter:blur(14px)}.site-header:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background:linear-gradient(72deg,transparent 8%,rgba(218,177,111,.35) 8.1% 8.25%,transparent 8.35%),linear-gradient(108deg,transparent 88%,rgba(218,177,111,.35) 88.1% 88.25%,transparent 88.35%)}.site-header:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,rgba(222,181,111,.72),transparent)}.header-inner{position:relative;min-height:82px;display:flex;align-items:center;gap:2.2rem}.brand{display:inline-flex;align-items:center;gap:.75rem;color:#fff;font-family:var(--serif);text-decoration:none}.brand:hover{color:#fff}.brand-mark{width:47px;height:47px;flex:0 0 47px;color:var(--gold-light)}.brand-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.35}.brand-lockup{display:grid;line-height:1}.brand-name,.footer-brand .brand-lockup>span{font-size:1.58rem;letter-spacing:-.02em}.brand-lockup small{margin-top:.4rem;color:#e3c48e;font-family:var(--sans);font-size:.51rem;font-weight:750;letter-spacing:.2em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;gap:2rem;margin-left:auto}.desktop-nav a{position:relative;color:#ffffffeb;font-size:.86rem;font-weight:550;text-decoration:none}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-.65rem;height:1px;background:var(--gold-light);transition:right .2s ease}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:#fff}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{right:0}.header-search{min-width:190px;display:flex;align-items:center;gap:.7rem;padding:.52rem .9rem;border:1px solid rgba(255,255,255,.38);border-radius:999px;color:#ffffffe6;font-size:.82rem;text-decoration:none}.header-search:hover{color:#fff}.header-search svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7}.mobile-menu{display:none;margin-left:auto;position:relative}.mobile-menu summary{width:44px;height:44px;display:grid;align-content:center;gap:5px;padding:10px;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{height:2px;border-radius:2px;background:#fff}.mobile-menu nav{position:absolute;right:0;top:50px;width:230px;display:grid;padding:.7rem;border:1px solid rgba(221,184,123,.42);border-radius:12px;background:#46175c;box-shadow:0 18px 45px #19082352}.mobile-menu nav a{padding:.75rem .8rem;border-radius:8px;color:#fff;text-decoration:none}.mobile-menu nav a:hover{background:#ffffff14}.reference-hero{position:relative;min-height:620px;overflow:hidden;padding:54px 0 185px;background:linear-gradient(90deg,#fffefb 0% 64%,#fbf8f2)}.reference-hero:before{content:"";position:absolute;width:420px;height:420px;right:-145px;top:-100px;opacity:.22;background:repeating-radial-gradient(circle,transparent 0 44px,rgba(189,135,65,.5) 45px 46px)}.reference-hero:after{content:"";position:absolute;left:4.3%;top:0;width:1px;height:92px;background:var(--gold-light);box-shadow:0 56px #bd874173}.hero-landscape{position:absolute;z-index:0;left:0;right:0;bottom:0;width:100%;height:275px;object-fit:cover;object-position:center bottom}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .94fr;align-items:start;gap:90px}.hero-kicker{margin:.3rem 0 1rem}.reference-hero h1{max-width:590px;margin-bottom:1rem;font-size:clamp(4rem,5.7vw,5.25rem);line-height:.91;letter-spacing:-.048em}.reference-hero h1 em{color:#a97436;font-style:normal}.reference-hero .lede{max-width:530px;margin-bottom:0;color:#48627e;font-size:1.05rem;line-height:1.48}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.hero-words{margin-top:1.7rem;color:#345470;font-size:.64rem;font-weight:750;letter-spacing:.2em;text-transform:uppercase}.hero-words i{padding:0 .45rem;color:var(--gold);font-style:normal}.number-study{position:relative;min-height:445px;overflow:hidden;padding:1.7rem 1.8rem;border:1px solid rgba(215,170,94,.62);border-radius:12px;background:radial-gradient(circle at 72% 22%,rgba(56,98,127,.48),transparent 28%),linear-gradient(145deg,#0b263d,#071d31 72%);color:#fff;box-shadow:0 24px 48px #071d3145}.number-study:before{content:"";position:absolute;inset:0;opacity:.5;background-image:radial-gradient(circle at 15% 14%,white 0 1px,transparent 1.4px),radial-gradient(circle at 62% 18%,#e7b869 0 1px,transparent 1.4px),radial-gradient(circle at 82% 76%,white 0 1px,transparent 1.4px);background-size:95px 86px,133px 116px,172px 145px}.study-top{position:relative;z-index:2;display:flex;justify-content:space-between;color:#ffffffbf;font-size:.61rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.study-top span:last-child{padding:.28rem .58rem;border:1px solid #b98642;border-radius:999px;color:#e6c081;letter-spacing:.09em}.study-number{position:relative;z-index:2;margin-top:1.65rem;font-family:var(--serif);font-size:6.2rem;line-height:.78;letter-spacing:-.05em}.number-study h2{position:relative;z-index:2;margin:.8rem 0 1rem;color:#fff;font-family:var(--sans);font-size:1rem;font-weight:500;letter-spacing:0}.study-tags{position:relative;z-index:3;display:flex;flex-wrap:wrap;gap:.35rem}.study-tags span{padding:.2rem .46rem;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:#ffffffdb;font-size:.59rem}.number-study>p{position:relative;z-index:3;max-width:260px;margin-top:1rem;color:#ffffffd6;font-size:.74rem;line-height:1.5}.number-study>a{position:absolute;z-index:4;left:1.8rem;bottom:1.45rem;color:#efd39e;font-size:.77rem;font-weight:750;text-decoration:none}.study-orbit{position:absolute;z-index:1;width:250px;height:370px;right:-22px;top:28px;color:#d8ab5ba8}.study-orbit circle,.study-orbit ellipse,.study-orbit path{vector-effect:non-scaling-stroke}.hero-side{position:absolute;z-index:3;color:#496984;font-size:.58rem;font-weight:800;line-height:1.85;letter-spacing:.18em;text-transform:uppercase}.hero-side.left{left:-108px;top:70px}.hero-side.right{right:-108px;top:140px}.hero-story{position:absolute;z-index:3;right:-4px;bottom:-152px;color:#fff;font-size:.66rem;line-height:1.8;letter-spacing:.28em;text-transform:uppercase}.hero-story span{display:inline-block;width:25px;height:1px;margin-left:.6rem;background:var(--gold-light);vertical-align:middle}.trust-strip{border-block:1px solid #ede5d8;background:#fffdf9fa}.trust-items{max-width:1010px;display:grid;grid-template-columns:repeat(3,1fr)}.trust-item{min-height:86px;display:flex;align-items:center;justify-content:center;gap:.95rem;color:#405b75;font-size:.8rem;line-height:1.35}.trust-item+.trust-item{border-left:1px solid #dfcfb8}.trust-icon{width:46px;height:46px;display:grid;flex:0 0 46px;place-items:center;border:1px solid #c9984d;border-radius:50%;color:#b47c34}.trust-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.25}.section{padding:72px 0}.section-tinted{background:var(--beige)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.7rem}.section-heading h2{max-width:610px;margin-bottom:0;font-size:clamp(2.5rem,4vw,3.35rem)}.topic-heading{align-items:center}.topic-heading>p{max-width:365px;margin-bottom:0;color:var(--muted);font-size:.92rem}.text-link{color:#87501e;font-size:.82rem;font-weight:750;white-space:nowrap}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);text-decoration:none;box-shadow:0 14px 32px #0c263e14;transition:transform .2s ease,box-shadow .2s ease}.card:hover{color:var(--navy);transform:translateY(-3px);box-shadow:var(--shadow)}.card p{color:var(--muted)}.card .arrow{margin-top:auto;color:#87501e;font-size:.83rem;font-weight:750}.topic-art,.article-art{width:100%;object-fit:cover}.topic-art{aspect-ratio:2.13 / 1}.topic-card h3{margin:1rem 1.25rem .4rem}.topic-card>p{margin:0 1.25rem .85rem;font-size:.88rem;line-height:1.5}.topic-card .arrow{margin:auto 1.25rem 1.15rem}.guides-section{position:relative;overflow:hidden;background-color:#f8f4ec;background-image:linear-gradient(30deg,rgba(189,135,65,.035) 12%,transparent 12.5%,transparent 87%,rgba(189,135,65,.035) 87.5%)}.guides-section:before,.guides-section:after{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(190,137,66,.15);border-radius:50%;box-shadow:0 0 0 58px #be894209,0 0 0 116px #be894206}.guides-section:before{left:-255px;top:135px}.guides-section:after{right:-260px;top:60px}.guides-section .shell{position:relative;z-index:2}.article-art{aspect-ratio:2.13 / 1}.article-body{display:flex;flex:1;flex-direction:column;padding:1.1rem 1.25rem 1.25rem}.article-body .meta{margin-bottom:.55rem;color:#9a612a;font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-body h3{font-size:1.2rem;line-height:1.08}.article-body>p:not(.meta){margin-bottom:.9rem;font-size:.82rem;line-height:1.45}.approach-section{position:relative;overflow:hidden;padding:60px 0}.approach-section:before{content:"";position:absolute;width:300px;height:300px;left:-130px;top:18px;border:1px solid rgba(190,137,66,.32);border-radius:50%;box-shadow:0 0 0 48px #be89420f,0 0 0 96px #be894209}.approach-section:after{content:"";position:absolute;width:46px;height:46px;left:calc(50% - 545px);top:62px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f3e2bf,#9e7545);box-shadow:0 8px 18px #5b3f1f2e}.method-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.method-grid>div:first-child{padding-left:120px}.method-grid h2{font-size:2.28rem}.method-grid .lede{font-size:.92rem}.method-steps{display:grid;gap:.75rem}.method-step{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:.9rem;padding:.9rem 1.1rem;border:1px solid #eee7dc;border-radius:10px;background:#fff;box-shadow:0 7px 19px #0f253a17}.step-number{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-size:.82rem;font-weight:800}.method-step h3{margin-bottom:.18rem;font-size:1.05rem}.method-step p{margin:0;color:var(--muted);font-size:.76rem}.page-hero{padding:68px 0 52px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8f2e8,#f2f4f4)}.page-hero h1{max-width:850px;font-size:clamp(2.8rem,5vw,4.6rem)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.4rem;color:var(--muted);font-size:.86rem}.breadcrumbs a{color:var(--muted)}.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.listing-grid .card{padding:1.5rem}.card-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:2rem;border:1px solid #d9dfe3;border-radius:12px;background:#f1f4f5;color:#87501e;font-family:var(--serif);font-size:1.25rem}.article-shell{width:min(calc(100% - 40px),1100px);display:grid;grid-template-columns:minmax(0,760px) 250px;gap:65px;margin-inline:auto;padding:66px 0 86px}.article-header{margin-bottom:2.4rem}.article-header h1{font-size:clamp(2.8rem,5.4vw,4.7rem)}.article-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;color:var(--muted);font-size:.88rem}.article-meta a{font-weight:700}.quick-answer{margin:2rem 0 2.4rem;padding:1.4rem 1.5rem;border-left:4px solid var(--gold);border-radius:0 14px 14px 0;background:#fbf3e4}.quick-answer strong{display:block;margin-bottom:.35rem}.article-content h2,.prose h2{margin-top:2.7rem;font-size:2.15rem}.article-content h3,.prose h3{margin-top:1.9rem}.article-content ul,.article-content ol{padding-left:1.3rem}.article-content li{margin-bottom:.5rem}.number-table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;font-size:.94rem}.number-table th,.number-table td{padding:.8rem .95rem;border:1px solid var(--line);text-align:left}.number-table th{background:var(--beige)}.article-sidebar{position:sticky;top:108px;align-self:start}.toc{padding:1.25rem;border:1px solid var(--line);border-radius:14px;background:#fff}.toc h2{font-family:var(--sans);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.toc a{display:block;padding:.4rem 0;color:var(--muted);font-size:.86rem;line-height:1.35;text-decoration:none}.author-box{display:grid;grid-template-columns:70px 1fr;gap:1.1rem;margin-top:3.4rem;padding:1.5rem;border:1px solid var(--line);border-radius:15px;background:var(--beige)}.author-monogram{width:70px;height:70px;display:grid;place-items:center;border-radius:18px;background:var(--purple);color:#fff;font-weight:800}.author-box h2{margin-bottom:.35rem;font-family:var(--sans);font-size:1.1rem}.author-box h2 a{color:var(--navy)}.author-box p:last-child{margin:0;color:var(--muted);font-size:.9rem}.prose{padding:66px 0 86px}.callout{margin:1.8rem 0;padding:1.3rem;border:1px solid #d2d8dc;border-radius:14px;background:#f2f5f6}.search-box{display:flex;gap:.7rem;margin-top:1.4rem}.search-box input,.calculator input{min-height:52px;padding:.75rem .95rem;border:1px solid #cec4ba;border-radius:999px;background:#fff;color:var(--navy);font:inherit}.search-box input{flex:1}.calculator{margin-top:2rem;padding:clamp(1.25rem,4vw,2.2rem);border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.calculator label{display:block;margin-bottom:.4rem;font-weight:750}.calculator input{width:100%;border-radius:10px}.calculator-result{display:none;margin-top:1.4rem;padding:1.4rem;border-radius:14px;background:var(--beige)}.calculator-result.visible{display:block}.result-number{color:#87501e;font-family:var(--serif);font-size:4rem;line-height:1}.calculation-work{color:var(--muted);font-size:.88rem;overflow-wrap:anywhere}.empty-state{padding:78px 0 105px;text-align:center}.empty-state .giant{color:#87501e;font-family:var(--serif);font-size:clamp(6rem,16vw,12rem);line-height:.8}.legacy-article{width:min(calc(100% - 40px),820px);margin-inline:auto;padding:64px 0 86px}.legacy-article__body{color:#29465f;font-size:1.03rem;line-height:1.72}.legacy-article__body>*{max-width:100%}.legacy-article__body h1,.legacy-article__body h2,.legacy-article__body h3,.legacy-article__body h4{color:var(--navy)}.legacy-article__body h1{margin-top:0;font-size:clamp(2.8rem,5.4vw,4.7rem)}.legacy-article__body h2{margin-top:2.8rem;font-size:clamp(2rem,3.8vw,2.75rem)}.legacy-article__body h3{margin-top:2rem}.legacy-article__body p,.legacy-article__body ul,.legacy-article__body ol{margin-bottom:1.2rem}.legacy-article__body ul,.legacy-article__body ol{padding-left:1.4rem}.legacy-article__body li+li{margin-top:.45rem}.legacy-article__body a{overflow-wrap:anywhere}.legacy-article__body img{width:100%;height:auto;margin:1.75rem 0;border:1px solid var(--line);border-radius:12px}.legacy-article__image{margin:0 0 2.4rem}.legacy-article__image img{width:100%;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow)}.legacy-article__body img{display:none}.legacy-article__body figure{margin:1.75rem 0}.legacy-article__body figcaption{margin-top:.55rem;color:var(--muted);font-size:.82rem;text-align:center}.legacy-article__body blockquote{margin:1.7rem 0;padding:1.15rem 1.35rem;border-left:4px solid var(--gold);background:var(--beige)}.legacy-article__body table{width:100%;margin:1.75rem 0;border-collapse:collapse}.legacy-article__body th,.legacy-article__body td{padding:.8rem;border:1px solid var(--line);text-align:left}.legacy-article__body th{background:var(--beige)}.site-footer{position:relative;overflow:hidden;padding:55px 0 20px;background-color:var(--purple-deep);background-image:radial-gradient(circle at 8% 24%,rgba(255,255,255,.5) 0 1px,transparent 1.7px),radial-gradient(circle at 29% 72%,rgba(224,193,255,.3) 0 1px,transparent 1.7px),radial-gradient(circle at 66% 34%,rgba(255,255,255,.35) 0 1px,transparent 1.7px),radial-gradient(circle at 88% 75%,rgba(255,255,255,.42) 0 1px,transparent 1.7px),linear-gradient(110deg,#47165f,#632278 55%,#351149);background-size:92px 92px,128px 128px,157px 157px,185px 185px,auto;color:#e8e0ec}.site-footer:before{content:"";position:absolute;width:230px;height:230px;right:6%;top:22px;border:1px solid rgba(224,183,113,.4);border-radius:50%;box-shadow:inset 0 0 0 46px #e0b77106}.site-footer:after{content:"";position:absolute;width:1px;height:230px;right:calc(6% + 115px);top:22px;background:#e0b77157;transform:rotate(38deg)}.footer-grid,.footer-bottom{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,.8fr) 1fr;gap:2.2rem}.footer-brand{margin-bottom:.8rem}.footer-brand .brand-mark{width:44px;height:44px;flex-basis:44px}.footer-grid p{max-width:300px;color:#d1c5d5;font-size:.84rem}.footer-grid h2{margin-bottom:.8rem;color:#fff;font-family:var(--sans);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.footer-grid>div>a:not(.brand){display:block;margin:.42rem 0;color:#e2d8e6;font-size:.8rem;text-decoration:none}.footer-grid>div>a:hover{color:#fff}.social-row{display:flex;gap:.55rem;color:#fff}.social-row span{width:21px;height:21px;display:grid;place-items:center;font-size:.7rem}.footer-motto{min-height:128px;display:flex;flex-direction:column;justify-content:center;align-items:end;padding-right:.4rem;color:#f1e3f5;font-size:.62rem;font-weight:750;line-height:1.75;letter-spacing:.2em;text-transform:uppercase}.footer-motto i{width:30px;height:1px;margin-top:.65rem;background:var(--gold-light)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2.7rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#c4b6ca;font-size:.72rem}.site-header,.header-inner{min-height:74px}.header-inner{gap:1.8rem}.brand-mark{width:43px;height:43px;flex-basis:43px}.brand-name,.footer-brand .brand-lockup>span{font-size:1.43rem}.desktop-nav{gap:1.7rem}.desktop-nav a{font-size:.8rem}.header-search{min-width:175px;padding:.46rem .82rem}.reference-hero{height:620px;min-height:0;padding:39px 0 0;background:linear-gradient(90deg,#fffefb,#fffefc 65%,#fbf8f2)}.reference-hero:before{width:330px;height:330px;right:-112px;top:-86px;opacity:.16}.reference-hero:after{height:74px}.hero-landscape{height:278px;object-position:center bottom}.hero-grid{grid-template-columns:1fr .9fr;gap:76px}.hero-kicker{margin:.2rem 0 .72rem;font-size:.65rem}.reference-hero h1{max-width:540px;margin-bottom:.78rem;font-size:clamp(3.7rem,5vw,4.5rem);line-height:.9;letter-spacing:-.045em}.reference-hero .lede{max-width:480px;font-size:.92rem;line-height:1.42}.hero-actions{gap:.7rem;margin-top:1.1rem}.button{min-height:42px;padding:.58rem 1.15rem;font-size:.8rem}.hero-words{margin-top:1.15rem;font-size:.58rem}.number-study{min-height:410px;padding:1.38rem 1.5rem;border-radius:11px;box-shadow:0 18px 36px #071d313d}.study-number{margin-top:1.25rem;font-size:5.35rem}.number-study h2{margin:.65rem 0 .75rem;font-size:.91rem}.study-tags span{font-size:.53rem}.number-study>p{max-width:238px;margin-top:.78rem;font-size:.67rem;line-height:1.42}.number-study>a{left:1.5rem;bottom:1.15rem;font-size:.7rem}.study-orbit{width:225px;height:346px;right:-15px;top:19px}.hero-side.left{left:28px;top:85px}.hero-side.right{right:29px;top:174px}.hero-story{right:54px;bottom:28px}.trust-item{min-height:76px;font-size:.75rem}.trust-icon{width:41px;height:41px;flex-basis:41px}.trust-icon svg{width:24px;height:24px}.section{padding:52px 0}.section-heading{gap:1.7rem;margin-bottom:1.25rem}.section-heading>div{width:640px;flex:0 0 auto}.section-heading h2{font-size:clamp(2.2rem,3.3vw,2.75rem);line-height:.95}.topic-heading>p{max-width:335px;font-size:.82rem;line-height:1.45}.eyebrow{margin-bottom:.52rem;font-size:.64rem}.card-grid{gap:1rem}.card{border-color:#e6ddd1;border-radius:9px;box-shadow:0 10px 25px #0c263e13}.art-frame{position:relative;display:block;height:157px;overflow:hidden;background:#eee4d6}.topic-art,.article-art{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.art-number{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);color:#fff7e7;font-family:var(--serif);font-size:3.25rem;line-height:1;letter-spacing:-.04em;text-shadow:0 2px 16px rgba(5,18,32,.65)}.art-number-one{left:18%;color:#5d442b;font-size:2.8rem;text-shadow:0 1px 10px rgba(255,255,255,.7)}.topic-card h3{margin:.82rem 1rem .28rem;font-size:1.18rem}.topic-card>p{margin:0 1rem .65rem;font-size:.78rem;line-height:1.42}.topic-card .arrow{margin:auto 1rem .9rem;font-size:.75rem}.guides-section:before,.guides-section:after{width:250px;height:250px;opacity:.7;box-shadow:0 0 0 42px #be894206,0 0 0 84px #be894205}.guides-section:before{left:-170px;top:116px}.guides-section:after{right:-175px;top:48px}.featured-grid{align-items:stretch}.article-card{min-height:374px}.article-body{min-height:207px;padding:.82rem 1rem .92rem}.article-body .meta{margin-bottom:.36rem;font-size:.57rem}.article-body h3{margin-bottom:.34rem;font-size:1.08rem;line-height:1.04}.article-body>p:not(.meta){margin-bottom:.45rem;font-size:.74rem;line-height:1.4}.article-body .arrow{padding-top:.25rem;font-size:.75rem}.approach-section{padding:42px 0}.approach-section:before{width:220px;height:220px;left:-105px;top:10px;box-shadow:0 0 0 34px #be89420a,0 0 0 68px #be894206}.approach-section:after{width:38px;height:38px;top:44px}.method-grid{grid-template-columns:.92fr 1.08fr;gap:54px}.method-grid>div:first-child{padding-left:110px}.method-grid h2{margin-bottom:.58rem;font-size:2.05rem;line-height:.98}.method-grid .lede{margin-bottom:.65rem;font-size:.81rem;line-height:1.42}.method-step{grid-template-columns:34px 1fr;gap:.75rem;padding:.65rem .9rem}.step-number{width:29px;height:29px;font-size:.72rem}.method-step h3{font-size:.95rem}.method-step p{font-size:.69rem}.site-footer{padding:38px 0 16px}.site-footer:before{width:190px;height:190px;top:18px}.site-footer:after{height:190px;top:18px}.footer-grid{gap:1.55rem}.footer-brand .brand-mark{width:40px;height:40px;flex-basis:40px}.footer-grid p{font-size:.75rem}.footer-grid>div>a:not(.brand){margin:.3rem 0;font-size:.72rem}.footer-motto{min-height:102px;font-size:.57rem}.footer-bottom{margin-top:1.6rem;padding-top:.75rem;font-size:.65rem}@media(max-width:1180px){.hero-side{display:none}.hero-grid{gap:50px}.approach-section:after{left:25px}}@media(max-width:960px){.desktop-nav,.header-search{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr 1fr;gap:30px}.reference-hero h1{font-size:clamp(3.6rem,7.2vw,4.6rem)}.reference-hero{height:575px;padding-top:34px}.number-study{min-height:365px}.study-number{font-size:5.4rem}.topic-heading{align-items:end}.method-grid{gap:35px}.method-grid>div:first-child{padding-left:75px}.article-shell{grid-template-columns:1fr}.article-sidebar{display:none}.listing-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:first-child{grid-column:1 / -1}.footer-motto{display:none}}@media(max-width:760px){.shell,.narrow,.article-shell{width:min(calc(100% - 32px),var(--shell))}.header-inner,.site-header{min-height:72px}.brand-mark{width:39px;height:39px;flex-basis:39px}.brand-name{font-size:1.32rem}.brand-lockup small{display:none}.reference-hero{height:auto;min-height:960px;padding:38px 0 190px}.hero-grid{grid-template-columns:1fr;gap:34px}.reference-hero h1{font-size:clamp(3.45rem,11vw,4.4rem)}.number-study{width:min(100%,540px);min-height:390px}.hero-landscape{height:205px;width:145%;max-width:none;left:-22%}.hero-story{display:none}.trust-items{grid-template-columns:1fr;padding-block:.6rem}.trust-item{min-height:70px;justify-content:flex-start;padding-inline:12%}.trust-item+.trust-item{border-top:1px solid #dfcfb8;border-left:0}.section{padding:44px 0}.section-heading{align-items:start;flex-direction:column;gap:.7rem}.topic-heading>p{max-width:530px}.card-grid{grid-template-columns:1fr}.topic-card,.article-card{width:min(100%,520px);margin-inline:auto}.method-grid{grid-template-columns:1fr}.method-grid>div:first-child{padding-left:72px}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-grid>div:first-child{grid-column:1 / -1}}@media(max-width:430px){.shell,.narrow,.article-shell{width:min(calc(100% - 26px),var(--shell))}.reference-hero{min-height:905px;padding-top:31px}.reference-hero h1{font-size:3.05rem}.hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}.hero-words{line-height:1.8}.number-study{min-height:380px;padding:1.25rem}.study-number{font-size:4.85rem}.study-orbit{right:-78px;opacity:.75}.number-study>p{max-width:225px}.number-study>a{left:1.35rem}.trust-item{padding-inline:.65rem}.section-heading h2{font-size:2.45rem}.method-grid>div:first-child{padding-left:52px}.method-grid h2{font-size:2rem}.listing-grid,.author-box{grid-template-columns:1fr}.search-box,.footer-bottom{flex-direction:column}}
