:root{--ink:#20281f;--muted:#6e766b;--paper:#f7f6f0;--line:#d9ddd2;--green:#a7c4a9;--orange:#e9694a;--dark:#20281f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{height:82px;border-bottom:1px solid var(--line)}.nav-shell{height:100%;max-width:1240px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.brand,h1,h2,h3{font-family:Georgia,"Songti SC","SimSun",serif}.brand{font-size:21px;font-weight:700;letter-spacing:-.04em}.brand span{color:var(--orange)}nav{display:flex;gap:30px;font-size:14px;color:#4e574e}nav a{padding:7px 0}nav a:hover,nav a.active{color:var(--ink);border-bottom:1px solid var(--ink)}.nav-note{font-size:13px}.nav-note b{color:var(--orange);font-size:17px;font-weight:400}.hero,.home-section{max-width:1240px;margin:auto;padding-left:32px;padding-right:32px}.hero{padding-top:122px;padding-bottom:92px;border-bottom:1px solid var(--line)}.hero-kicker,.band-kicker,.platform-kicker{font-size:10px;letter-spacing:.14em;font-weight:700;color:var(--muted)}.hero h1{font-size:clamp(52px,8vw,112px);line-height:.98;letter-spacing:-.075em;font-weight:500;margin:27px 0 64px}.hero h1 em{font-style:italic;color:var(--orange)}.hero-foot{display:flex;align-items:flex-end;justify-content:space-between}.hero-foot p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}.circle-link{width:52px;height:52px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-size:23px;transition:.2s}.circle-link:hover{background:var(--ink);color:var(--paper);transform:translateY(3px)}.home-section{padding-top:78px}.section-head{display:grid;grid-template-columns:60px 1fr auto;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px;font-size:10px;letter-spacing:.14em;color:var(--muted);font-weight:700}.section-head h2{font-family:Arial,"PingFang SC",sans-serif;font-size:12px;color:var(--ink);margin:0;letter-spacing:.1em}.featured-article{display:grid;grid-template-columns:minmax(280px,.88fr) 1.12fr;align-items:center;gap:clamp(40px,8vw,120px);padding:42px 0 76px}.featured-cover{position:relative;display:block;aspect-ratio:1.2;background:var(--green);padding:28px;font-family:Georgia,"Songti SC",serif;font-size:clamp(28px,3vw,45px);line-height:1.06;overflow:hidden}.featured-cover:after{content:"";position:absolute;right:14%;bottom:14%;width:36%;aspect-ratio:1;border:1px solid rgba(32,40,31,.7);border-radius:50%;transition:.3s}.featured-cover:hover:after{transform:scale(1.15)}.featured-cover i{position:absolute;right:21%;bottom:21%;font-style:normal;font-size:42px;color:var(--orange)}.meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--muted)}.meta b{color:var(--orange);font-weight:700}.featured-copy h3{font-size:clamp(32px,4vw,55px);line-height:1.1;letter-spacing:-.05em;font-weight:500;margin:18px 0}.featured-copy h3 a:hover,.article-row h3 a:hover{color:var(--orange)}.featured-copy p,.article-row p{max-width:480px;margin:0 0 27px;color:var(--muted);font-size:15px;line-height:1.8}.read-link{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:4px}.read-link span{color:var(--orange);margin-left:9px}.articles-section{padding-top:0}.article-list{padding-bottom:80px}.article-row{display:grid;grid-template-columns:60px 1fr 36px;gap:20px;padding:29px 0;border-bottom:1px solid var(--line);align-items:start}.article-num{font-family:Georgia,serif;color:#9aa297;font-size:14px}.article-row h3{font-size:28px;line-height:1.2;letter-spacing:-.04em;font-weight:500;margin:12px 0 9px}.article-row p{font-size:14px;margin:0}.row-arrow{font-size:24px;color:var(--orange);transition:.2s}.article-row:hover .row-arrow{transform:translate(3px,-3px)}.about-band{background:var(--dark);color:#edf0e8;padding:105px max(32px,calc((100vw - 1176px)/2));display:grid;grid-template-columns:1.3fr .7fr;gap:10%;align-items:end}.about-band h2,.platform-section h2{font-size:clamp(37px,5vw,65px);font-weight:400;line-height:1.14;letter-spacing:-.06em;margin:18px 0 0}.about-band>p{color:#bac3b7;font-size:15px;line-height:1.9;margin:0}.platform-section{padding:106px max(32px,calc((100vw - 1176px)/2))}.platform-section h2{margin:16px 0 48px}.platform-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.platform-grid a{min-height:145px;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.2s}.platform-grid a:hover{background:var(--green)}.platform-grid span{font-size:11px;color:var(--muted)}.platform-grid strong{font-family:Georgia,"Songti SC",serif;font-size:25px;font-weight:500;margin:auto 0 0}.platform-grid i{align-self:flex-end;font-style:normal;font-size:20px;color:var(--orange)}footer{max-width:1240px;margin:auto;border-top:1px solid var(--line);padding:25px 32px 34px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px}footer a{color:var(--ink)}.article-main{max-width:970px;margin:auto;padding:54px 32px 90px}.back-link{display:inline-block;font-size:13px;color:var(--muted);margin-bottom:65px}.back-link:hover{color:var(--orange)}.article-header{max-width:820px}.article-header h1{font-size:clamp(39px,5.2vw,76px);font-weight:500;line-height:1.1;letter-spacing:-.065em;margin:24px 0}.article-dek{font-family:Georgia,"Songti SC",serif;font-size:clamp(19px,2vw,24px);line-height:1.6;color:#4e574e;max-width:670px;margin:0}.article-rule{height:1px;background:var(--line);margin:54px 0}.prose{max-width:680px;margin:auto;font-family:Georgia,"Songti SC","SimSun",serif;font-size:19px;line-height:1.95;letter-spacing:.01em}.prose p{margin:0 0 27px}.prose .lead{font-size:24px;line-height:1.7}.prose h2{font-size:31px;line-height:1.25;font-weight:500;letter-spacing:-.04em;margin:66px 0 25px}.prose blockquote{margin:44px 0;padding:18px 0 18px 25px;border-left:2px solid var(--orange);font-size:24px;line-height:1.6;color:#475348}.article-closing{max-width:680px;margin:68px auto 86px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:30px;align-items:center}.article-closing p{font-size:14px;color:var(--muted);margin:0;line-height:1.6}.article-closing div{display:flex;flex-wrap:wrap;gap:8px}.article-closing a{font-size:12px;border:1px solid var(--line);padding:8px 10px}.article-closing a:hover{border-color:var(--ink)}.more-reading{max-width:970px;margin:auto}.next-article{display:grid;grid-template-columns:1fr auto;gap:20px;padding:32px 0 6px}.next-article span{font-size:12px;color:var(--orange);font-weight:700}.next-article h3{grid-row:2;font-size:clamp(28px,3vw,42px);line-height:1.15;font-weight:500;letter-spacing:-.05em;margin:0;max-width:760px}.next-article i{font-size:28px;font-style:normal;color:var(--orange)}
@media(max-width:700px){.site-header{height:68px}.nav-shell{padding:0 20px}.nav-note{font-size:0}.nav-note b{font-size:20px}nav{gap:18px;font-size:13px}.hero,.home-section{padding-left:20px;padding-right:20px}.hero{padding-top:83px;padding-bottom:57px}.hero h1{font-size:50px;margin:22px 0 47px;letter-spacing:-.07em}.hero-foot p{font-size:13px}.desktop-only{display:none}.circle-link{width:46px;height:46px}.home-section{padding-top:56px}.section-head{grid-template-columns:36px 1fr auto;font-size:9px}.section-head>span:last-child{display:none}.featured-article{grid-template-columns:1fr;gap:26px;padding-top:28px;padding-bottom:56px}.featured-cover{aspect-ratio:1.48;font-size:34px}.featured-copy h3{font-size:33px}.featured-copy p{font-size:14px}.article-list{padding-bottom:60px}.article-row{grid-template-columns:25px 1fr 23px;gap:11px;padding:25px 0}.article-row h3{font-size:23px;margin:10px 0 8px}.article-row p{font-size:13px;line-height:1.7}.meta{gap:8px;font-size:11px}.about-band{padding:68px 20px;grid-template-columns:1fr;gap:25px}.about-band h2,.platform-section h2{font-size:39px}.about-band>p{font-size:14px}.platform-section{padding:70px 20px}.platform-section h2{margin-bottom:34px}.platform-grid{grid-template-columns:repeat(2,1fr)}.platform-grid a{min-height:125px}.platform-grid strong{font-size:23px}footer{padding:22px 20px;flex-wrap:wrap}footer span:nth-child(2){order:3;width:100%}.article-main{padding:34px 20px 60px}.back-link{margin-bottom:43px}.article-header h1{font-size:39px;line-height:1.14;margin:19px 0}.article-dek{font-size:19px;line-height:1.65}.article-rule{margin:38px 0}.prose{font-size:18px;line-height:1.9}.prose .lead{font-size:21px}.prose h2{font-size:28px;margin:48px 0 20px}.prose blockquote{font-size:21px;margin:34px 0;padding-left:18px}.article-closing{margin:50px 0 62px;display:block}.article-closing p{margin-bottom:16px}.next-article{padding-top:25px}.next-article h3{font-size:29px}.next-article i{font-size:24px}.article-page .site-header nav{display:none}}
 
.simple-hero,.writing-section,.simple-about{max-width:950px;margin:auto;padding-left:32px;padding-right:32px}.simple-hero{padding-top:132px;padding-bottom:92px}.simple-hero h1{font-size:clamp(55px,8vw,105px);line-height:.98;letter-spacing:-.075em;font-weight:500;margin:27px 0 38px}.simple-hero h1 em{font-style:italic;color:var(--orange)}.simple-intro{margin:0;color:var(--muted);font-size:16px;line-height:1.9}.writing-section{padding-bottom:86px}.writing-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}.writing-head h2{font-family:Arial,"PingFang SC",sans-serif;font-size:12px;letter-spacing:.12em;margin:0}.writing-head span{font-size:10px;letter-spacing:.14em;color:var(--muted);font-weight:700}.simple-article{position:relative;padding:27px 68px 27px 0;border-bottom:1px solid var(--line)}.simple-article.featured{padding-top:38px;padding-bottom:34px}.article-label{color:var(--muted);font-size:12px;line-height:1.5}.simple-article.featured .article-label{color:var(--orange);font-weight:700}.simple-article h3{font-size:clamp(25px,3.2vw,39px);font-weight:500;line-height:1.18;letter-spacing:-.05em;margin:11px 0 0}.simple-article h3 a:hover{color:var(--orange)}.simple-article p{max-width:570px;color:var(--muted);font-size:15px;line-height:1.8;margin:15px 0 0}.article-go{position:absolute;right:0;top:50%;font-size:25px;color:var(--orange);transform:translateY(-50%);transition:.2s}.simple-article:hover .article-go{transform:translate(3px,-53%)}.simple-about{border-top:1px solid var(--line);padding-top:56px;padding-bottom:94px}.simple-about>p:last-child{font-family:Georgia,"Songti SC","SimSun",serif;font-size:clamp(22px,2.5vw,31px);line-height:1.55;letter-spacing:-.03em;max-width:750px;margin:18px 0 0}.footer-platforms{display:flex;gap:18px}.footer-platforms a:hover{color:var(--orange)}
@media(max-width:700px){.simple-hero,.writing-section,.simple-about{padding-left:20px;padding-right:20px}.simple-hero{padding-top:84px;padding-bottom:65px}.simple-hero h1{font-size:51px;margin:22px 0 30px}.simple-intro{font-size:14px;line-height:1.85}.writing-section{padding-bottom:66px}.simple-article{padding:23px 38px 23px 0}.simple-article.featured{padding-top:30px;padding-bottom:29px}.article-label{font-size:11px}.simple-article h3{font-size:25px;line-height:1.22;margin-top:9px}.simple-article p{font-size:13px;margin-top:11px}.article-go{font-size:22px}.simple-about{padding-top:48px;padding-bottom:66px}.simple-about>p:last-child{font-size:22px;margin-top:15px}.footer-platforms{width:100%;order:3;gap:14px;flex-wrap:wrap}}
.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 30px;padding-top:32px}.writing-card{min-width:0}.card-image{position:relative;display:block;aspect-ratio:1.45;overflow:hidden;padding:21px;color:var(--ink);font-family:Georgia,"Songti SC",serif;font-size:24px;line-height:1.05}.card-image span{position:relative;z-index:1}.card-image i{position:absolute;right:22px;bottom:15px;font-size:46px;font-style:normal;color:var(--orange);transition:transform .28s}.card-image:hover i{transform:translate(3px,-4px) scale(1.08)}.image-life{background:var(--green);font-size:clamp(27px,3.2vw,42px)}.image-life:after{content:"";position:absolute;width:37%;aspect-ratio:1;border:1px solid rgba(32,40,31,.65);border-radius:50%;right:14%;bottom:13%}.image-notes{background:#e5d7c4}.image-notes:before{content:"";position:absolute;inset:15% 22%;border:1px solid rgba(32,40,31,.35);transform:rotate(-8deg)}.image-structure{background:#dce4dc}.image-structure:before{content:"";position:absolute;inset:25% 18%;border-top:1px solid rgba(32,40,31,.4);border-bottom:1px solid rgba(32,40,31,.4);box-shadow:0 25px 0 -12px rgba(32,40,31,.4)}.image-start{background:#efc5a5}.image-start:before{content:"";position:absolute;width:61%;height:1px;left:20%;top:51%;background:rgba(32,40,31,.45)}.image-system{background:#ccd6bd}.image-system:before,.image-system:after{content:"";position:absolute;border:1px solid rgba(32,40,31,.37);border-radius:50%}.image-system:before{width:41%;aspect-ratio:1;right:15%;top:19%}.image-system:after{width:22%;aspect-ratio:1;right:37%;bottom:17%}.card-copy{padding-top:17px}.card-copy h3{font-size:clamp(24px,2.6vw,34px);line-height:1.2;letter-spacing:-.05em;font-weight:500;margin:10px 0}.card-copy h3 a:hover{color:var(--orange)}.card-copy>p:last-child{color:var(--muted);font-size:14px;line-height:1.75;margin:0;max-width:420px}.feature-card{grid-column:span 2;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.feature-card .card-copy{padding:0}.feature-card .card-copy h3{font-size:clamp(29px,3.3vw,45px)}
@media(max-width:700px){.card-grid{grid-template-columns:1fr;gap:42px;padding-top:26px}.feature-card{grid-column:auto;display:block}.feature-card .card-copy{padding-top:16px}.card-image{aspect-ratio:1.5}.card-copy h3,.feature-card .card-copy h3{font-size:27px}.card-copy>p:last-child{font-size:13px}.image-life{font-size:34px}}
.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px}.feature-card{grid-column:auto;display:block}.feature-card .card-copy{padding-top:17px}.card-image{aspect-ratio:1.12;padding:16px;font-size:20px}.image-life{font-size:29px}.feature-card .card-copy h3,.card-copy h3{font-size:clamp(21px,1.9vw,28px)}.card-copy>p:last-child{font-size:13px}.card-image i{right:16px;bottom:10px;font-size:34px}
@media(max-width:980px) and (min-width:701px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 26px}.card-image{aspect-ratio:1.35}.card-copy h3,.feature-card .card-copy h3{font-size:29px}}
@media(max-width:700px){.card-grid{grid-template-columns:1fr;gap:42px}.card-image{aspect-ratio:1.5}.feature-card .card-copy h3,.card-copy h3{font-size:27px}.image-life{font-size:34px}}
.simple-hero,.writing-section,.simple-about{max-width:1240px}
.simple-home{background:#050505;color:#f4f4f1;font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif}.simple-home .site-header{border-color:#242424}.simple-home .nav-shell{max-width:1240px}.simple-home .brand{color:#f4f4f1}.simple-home nav{color:#bbb}.simple-home nav a:hover,.simple-home nav a.active{color:#fff;border-color:#fff}.simple-home .hero-kicker{color:#9f9f9f;letter-spacing:.5em;text-indent:.5em}.simple-home .simple-hero{text-align:center;padding-top:145px;padding-bottom:138px}.simple-home .simple-hero h1{font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:clamp(48px,6vw,76px);line-height:1.06;font-weight:800;letter-spacing:-.08em;margin:25px auto 24px;max-width:720px}.simple-home .simple-hero h1 em{color:#f4f4f1;font-style:normal}.simple-home .simple-intro{color:#b9b9b9;font-size:16px;line-height:1.6}.simple-home .writing-section{padding-bottom:116px}.simple-home .writing-head{display:block;text-align:center;border:0;padding-bottom:60px}.simple-home .writing-head>span{display:block;color:#aaa;letter-spacing:.5em;text-indent:.5em;font-size:10px}.simple-home .writing-head h2{font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:clamp(35px,4vw,55px);line-height:1.06;letter-spacing:-.07em;font-weight:800;color:#f4f4f1;margin:16px 0 13px}.simple-home .writing-head p{color:#aaa;font-size:15px;margin:0}.simple-home .card-grid{gap:56px 24px;padding-top:0}.simple-home .card-image{aspect-ratio:1.55}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;color:#f4f4f1;font-size:clamp(19px,1.75vw,26px);font-weight:800;line-height:1.12;letter-spacing:-.05em;margin:10px 0}.simple-home .card-copy h3 a:hover{color:#d5d5d0}.simple-home .article-label{color:#aaa}.simple-home .simple-about{border-color:#242424;max-width:1240px;text-align:center;padding-top:92px;padding-bottom:100px}.simple-home .simple-about>p:last-child{font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;color:#e2e2de;font-size:23px;line-height:1.55;letter-spacing:-.04em;margin-left:auto;margin-right:auto}.simple-home footer{border-color:#242424;color:#999;max-width:1240px}.simple-home footer a{color:#ddd}.simple-home .footer-platforms a{color:#aaa}.simple-home .footer-platforms a:hover{color:#fff}.simple-home .image-life{background:#d9d9d2;color:#111}.simple-home .image-notes{background:#ededeb;color:#111}.simple-home .image-structure{background:#e1e0dc;color:#111}.simple-home .image-start{background:#ededeb;color:#111}.simple-home .image-system{background:#d7d8d0;color:#111}
@media(max-width:700px){.simple-home .simple-hero{padding-top:105px;padding-bottom:92px}.simple-home .simple-hero h1{font-size:48px}.simple-home .simple-intro{font-size:14px}.simple-home .writing-head{padding-bottom:39px}.simple-home .writing-head h2{font-size:36px}.simple-home .writing-head p{font-size:13px;line-height:1.6}.simple-home .card-grid{gap:43px}.simple-home .card-image{aspect-ratio:1.5}.simple-home .simple-about{padding-top:67px;padding-bottom:70px}.simple-home .simple-about>p:last-child{font-size:21px}}
.is-hidden{display:none}.simple-home .load-more{display:block;margin:64px auto 0;padding:13px 21px;border:1px solid #4a4a4a;background:transparent;color:#eee;font:700 13px Arial,"PingFang SC",sans-serif;cursor:pointer;transition:.2s}.simple-home .load-more:hover{background:#f1f1ed;border-color:#f1f1ed;color:#0a0a0a}.simple-home .load-more span{margin-left:7px;font-size:16px}.simple-home .load-more[hidden]{display:none}
@media(max-width:700px){.simple-home .load-more{margin-top:47px}}
.simple-home .card-image{background:#f1f1ed!important;color:#090909!important;filter:grayscale(1)}.simple-home .card-image i{color:#0b0b0b}.simple-home .image-life{background:#e5e5e1!important}.simple-home .image-notes{background:#f5f5f2!important}.simple-home .image-structure{background:#dededb!important}.simple-home .image-start{background:#e9e9e6!important}.simple-home .image-system{background:#d8d8d5!important}.simple-home .image-life:after,.simple-home .image-notes:before,.simple-home .image-structure:before,.simple-home .image-start:before,.simple-home .image-system:before,.simple-home .image-system:after{border-color:rgba(0,0,0,.56);background-color:rgba(0,0,0,.56)}.simple-home .image-structure:before{background:none;border-left:0;border-right:0;box-shadow:0 25px 0 -12px rgba(0,0,0,.52)}
.simple-home .profile-photo{width:104px;height:104px;display:block;object-fit:cover;object-position:center 28%;border-radius:50%;filter:grayscale(1);margin:26px auto 24px;border:1px solid #444}.simple-home .simple-about .hero-kicker{margin:0}
@media(max-width:700px){.simple-home .profile-photo{width:88px;height:88px;margin:22px auto 20px}}
.simple-home .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:58px 24px;max-width:1080px;margin:0 auto}.simple-home .card-image{aspect-ratio:1.48}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-size:clamp(22px,2vw,29px)}.simple-home .profile-photo{width:164px;height:164px;filter:none;border-color:#555;margin:30px auto 28px}.simple-home .simple-about{max-width:820px}.simple-home .simple-about>p:last-child{font-size:25px}.simple-home .site-header{height:72px}.simple-home .brand{font-size:20px}
@media(max-width:980px) and (min-width:701px){.simple-home .card-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.simple-home .card-image{aspect-ratio:1.5}}
@media(max-width:700px){.simple-home .card-grid{grid-template-columns:1fr}.simple-home .profile-photo{width:132px;height:132px}.simple-home .simple-about>p:last-child{font-size:22px}}
.simple-home{background:var(--paper);color:var(--ink)}.simple-home .site-header{border-color:var(--line)}.simple-home .brand{color:var(--ink)}.simple-home nav{color:#4e574e}.simple-home nav a:hover,.simple-home nav a.active{color:var(--ink);border-color:var(--ink)}.simple-home .hero-kicker{color:var(--muted)}.simple-home .simple-hero{padding-top:126px;padding-bottom:118px}.simple-home .simple-hero h1{font-family:Georgia,"Songti SC","SimSun",serif;font-weight:500;color:var(--ink);font-size:clamp(57px,7.2vw,96px);letter-spacing:-.075em}.simple-home .simple-hero h1 em{color:var(--orange);font-style:italic}.simple-home .simple-intro{color:var(--muted)}.simple-home .writing-head>span{color:var(--muted)}.simple-home .writing-head h2{font-family:Georgia,"Songti SC","SimSun",serif;font-weight:500;color:var(--ink);letter-spacing:-.065em}.simple-home .writing-head p{color:var(--muted)}.simple-home .card-image{filter:none!important;color:var(--ink)!important}.simple-home .image-life{background:var(--green)!important}.simple-home .image-notes{background:#e8d4bc!important}.simple-home .image-structure{background:#dce4dc!important}.simple-home .image-start{background:#f0c3a1!important}.simple-home .image-system{background:#c9d7bd!important}.simple-home .card-image i{color:var(--orange)}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-family:Georgia,"Songti SC","SimSun",serif;color:var(--ink);font-weight:500}.simple-home .card-copy h3 a:hover{color:var(--orange)}.simple-home .article-label{color:var(--muted)}.simple-home .card-copy>p:last-child{color:var(--muted)}.simple-home .load-more{border-color:var(--ink);color:var(--ink)}.simple-home .load-more:hover{background:var(--ink);border-color:var(--ink);color:var(--paper)}.simple-home .simple-about{max-width:1240px;text-align:left;border-color:var(--line);padding-top:94px;padding-bottom:104px}.simple-home .about-title{text-align:center;margin-bottom:58px}.simple-home .about-title h2{font-family:Georgia,"Songti SC","SimSun",serif;font-weight:500;font-size:clamp(42px,4.8vw,62px);letter-spacing:-.065em;line-height:1;margin:17px 0 13px}.simple-home .about-title>p:last-child{font-size:15px;color:var(--muted);margin:0}.simple-home .about-body{display:grid;grid-template-columns:290px minmax(0,1fr);gap:80px;align-items:center;max-width:900px;margin:auto}.simple-home .about-photo-wrap{text-align:center}.simple-home .profile-photo{width:260px;height:260px;filter:none;border:1px solid var(--ink);margin:0 auto 18px}.about-platforms{display:flex;justify-content:center;gap:13px;font-size:12px;color:var(--muted)}.about-platforms a:hover{color:var(--orange)}.simple-home .about-copy h3{font-family:Georgia,"Songti SC","SimSun",serif;font-size:36px;font-weight:500;letter-spacing:-.05em;margin:0 0 13px}.simple-home .about-copy p{color:#4e574e;font-size:16px;line-height:1.85;margin:0 0 16px}.simple-home footer{border-color:var(--line);color:var(--muted)}.simple-home footer a,.simple-home .footer-platforms a{color:var(--ink)}.simple-home .footer-platforms a:hover{color:var(--orange)}
@media(max-width:700px){.simple-home .simple-hero{padding-top:92px;padding-bottom:82px}.simple-home .simple-hero h1{font-size:54px}.simple-home .simple-about{padding-top:68px;padding-bottom:72px}.simple-home .about-title{margin-bottom:38px}.simple-home .about-title h2{font-size:45px}.simple-home .about-body{grid-template-columns:1fr;gap:29px}.simple-home .profile-photo{width:190px;height:190px}.simple-home .about-copy{text-align:center}.simple-home .about-copy h3{font-size:31px}.simple-home .about-copy p{font-size:15px}.simple-home .card-grid{gap:43px}}
.brand{display:flex;align-items:center}.brand img{display:block;width:60px;height:auto}.simple-home .brand img{width:60px}
@media(max-width:700px){.brand img,.simple-home .brand img{width:52px}}
.simple-home .simple-hero h1{max-width:none}.simple-home .simple-hero h1 span{display:block;white-space:nowrap}.simple-home .simple-hero h1 span+span{margin-top:5px}.simple-home .simple-hero h1 em{display:inline}
@media(max-width:700px){.simple-home .simple-hero h1{font-size:clamp(36px,10vw,52px);letter-spacing:-.08em}.simple-home .simple-hero h1 span+span{margin-top:8px}.simple-home footer span:nth-child(2){order:0;width:auto}}
.uploaded-cover{width:100%;height:100%;object-fit:cover;display:block}
.simple-home .card-image{aspect-ratio:4/3;background:#e9e6dd}.simple-home .uploaded-cover{object-fit:contain;background:#e9e6dd}.simple-home .card-image:has(.uploaded-cover){padding:0}
@media(max-width:980px) and (min-width:701px){.simple-home .card-image{aspect-ratio:4/3}}
@media(max-width:700px){.simple-home .card-image{aspect-ratio:4/3}}

/* Paper archive theme */
:root{--ink:#344238;--muted:#7e8077;--paper:#eeece4;--paper-light:#f8f6ef;--line:#cac8bc;--green:#718072;--orange:#b77f68;--gold:#b59b61;--dark:#455348}
body,.simple-home{background:#dedbd1;color:var(--ink);background-image:radial-gradient(rgba(69,75,65,.07) .7px,transparent .8px),linear-gradient(115deg,rgba(255,255,255,.27),rgba(89,97,86,.035));background-size:7px 7px,auto}.simple-home .site-header{max-width:calc(1240px - 64px);margin:10px auto 0;border:1px solid rgba(85,96,82,.2);background:rgba(248,246,239,.68)}.simple-home .nav-shell{padding:0 24px}.simple-home .simple-hero{max-width:1080px;margin:0 auto;padding-top:86px;padding-bottom:72px;text-align:left}.simple-home .hero-kicker{font-size:10px;letter-spacing:.32em;color:var(--green)}.simple-home .simple-hero h1{max-width:680px;margin:18px 0 19px;font-size:clamp(42px,5vw,66px);line-height:1.1;letter-spacing:-.06em}.simple-home .simple-hero h1 em{color:var(--green);font-style:normal}.simple-home .simple-intro{font-family:Georgia,"Songti SC","SimSun",serif;font-size:16px;line-height:1.8;color:#626b61}.writing-section{max-width:1120px;margin:auto;padding-bottom:105px}.simple-home .writing-head{text-align:left;display:grid;grid-template-columns:90px 1fr;column-gap:26px;align-items:end;padding:24px 0 38px;border-top:1px solid rgba(83,94,79,.32)}.simple-home .writing-head>span{grid-column:1;font-size:10px;letter-spacing:.22em;text-indent:0;color:var(--green);padding-bottom:9px}.simple-home .writing-head h2{grid-column:2;grid-row:1;font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0;color:var(--ink)}.simple-home .writing-head p{grid-column:2;margin:13px 0 0;font-family:Georgia,"Songti SC","SimSun",serif;font-size:15px}.simple-home .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 28px;max-width:none}.simple-home .writing-card{position:relative;padding:13px 13px 18px;background:var(--paper-light);border:1px solid rgba(71,85,70,.16);box-shadow:2px 3px 0 rgba(71,85,70,.08),9px 11px 25px rgba(65,63,52,.1);transform:rotate(var(--tilt,0deg));transition:transform .25s,box-shadow .25s}.simple-home .writing-card:nth-child(3n+1){--tilt:-.35deg}.simple-home .writing-card:nth-child(3n+2){--tilt:.28deg}.simple-home .writing-card:nth-child(3n){--tilt:-.18deg}.simple-home .writing-card:hover{transform:translateY(-5px) rotate(0);box-shadow:3px 4px 0 rgba(71,85,70,.1),12px 18px 30px rgba(65,63,52,.16)}.simple-home .card-image{aspect-ratio:4/3!important;padding:0;background:#d2d1c6!important;border:1px solid rgba(71,85,70,.11);overflow:hidden}.simple-home .uploaded-cover{object-fit:cover;background:#d2d1c6;filter:saturate(.57) sepia(.13) contrast(.88) brightness(1.06);mix-blend-mode:multiply}.simple-home .card-image:has(.uploaded-cover):after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(250,248,238,.26),transparent 38%),repeating-linear-gradient(0deg,rgba(50,60,50,.035) 0 1px,transparent 1px 5px);mix-blend-mode:soft-light}.simple-home .card-copy{padding:16px 5px 0}.simple-home .article-label{font-size:10px;letter-spacing:.06em;color:var(--green)}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-size:clamp(22px,2vw,29px);line-height:1.18;margin:9px 0 11px;color:var(--ink)}.simple-home .card-copy>p:last-child{font-family:Georgia,"Songti SC","SimSun",serif;line-height:1.7;color:#74786f}.simple-home .load-more{margin:56px auto 0;border-color:rgba(60,75,63,.5);background:var(--paper-light);color:var(--ink)}.simple-home .simple-about{max-width:1120px;margin:auto;padding:72px 52px;background:rgba(248,246,239,.74);border:1px solid rgba(71,85,70,.17);box-shadow:8px 10px 24px rgba(68,65,54,.08)}.simple-home .about-title{margin-bottom:45px}.simple-home .about-title h2{font-size:50px;color:var(--ink)}.simple-home .about-body{max-width:850px;grid-template-columns:230px minmax(0,1fr);gap:56px}.simple-home .profile-photo{width:195px;height:195px;border-color:rgba(61,76,64,.65);box-shadow:4px 5px 0 rgba(112,128,114,.2)}.simple-home .about-copy h3{font-size:32px;color:var(--ink)}.simple-home .about-copy p{font-family:Georgia,"Songti SC","SimSun",serif;color:#616b61}.simple-home footer{max-width:1120px;border-color:rgba(83,94,79,.28);color:#697067}.article-page{background:#dedbd1;background-image:radial-gradient(rgba(69,75,65,.07) .7px,transparent .8px);background-size:7px 7px}.article-page .site-header{max-width:calc(1240px - 64px);margin:10px auto 0;background:rgba(248,246,239,.68);border:1px solid rgba(85,96,82,.2)}.article-main{max-width:1040px;padding-top:46px}.back-link{color:var(--green);margin-bottom:25px}.article-sheet{padding:clamp(36px,7vw,84px);background:var(--paper-light);border:1px solid rgba(71,85,70,.17);box-shadow:3px 4px 0 rgba(71,85,70,.08),12px 16px 34px rgba(65,63,52,.13);position:relative}.article-sheet:before{content:"";position:absolute;inset:10px;border:1px solid rgba(95,105,91,.13);pointer-events:none}.article-header,.prose,.article-closing{position:relative}.article-header h1{font-size:clamp(39px,5vw,67px);line-height:1.12;color:var(--ink)}.article-dek,.prose{font-family:Georgia,"Songti SC","SimSun",serif;color:#536055}.article-rule{background:rgba(73,87,74,.22)}.share-button{border-color:rgba(62,79,66,.7);color:var(--ink);background:#f2efe5}.share-button:hover{background:var(--green);border-color:var(--green)}.prose{font-size:19px;line-height:2}.prose h2,.prose h3{color:var(--ink)}.prose blockquote{border-color:var(--gold);color:#566254;background:rgba(224,217,197,.26);padding:21px 24px}.prose img{border:8px solid #f2efe7;box-shadow:2px 3px 0 rgba(71,85,70,.09),7px 10px 20px rgba(65,63,52,.1);filter:saturate(.62) sepia(.11) contrast(.92)}.article-closing{border-color:rgba(73,87,74,.24)}.article-closing a{background:#f2efe7;border-color:rgba(73,87,74,.22)}.more-reading{max-width:1040px;margin-top:45px}.more-reading .section-head{border-color:rgba(73,87,74,.28)}.next-article{padding:32px;background:rgba(248,246,239,.62);border:1px solid rgba(71,85,70,.16)}
@media(max-width:700px){.simple-home .site-header,.article-page .site-header{max-width:calc(100% - 24px);margin-top:8px}.simple-home .simple-hero{padding:65px 26px 53px}.simple-home .simple-hero h1{font-size:42px}.writing-section{padding-left:20px;padding-right:20px}.simple-home .writing-head{grid-template-columns:1fr;gap:0;padding:22px 0 30px}.simple-home .writing-head>span,.simple-home .writing-head h2,.simple-home .writing-head p{grid-column:1}.simple-home .writing-head h2{grid-row:auto;margin-top:12px;font-size:38px}.simple-home .writing-head p{font-size:14px}.simple-home .card-grid{grid-template-columns:1fr;gap:30px}.simple-home .writing-card{padding:11px 11px 16px}.simple-home .simple-about{margin-left:20px;margin-right:20px;padding:50px 25px}.simple-home .about-body{grid-template-columns:1fr;gap:30px}.simple-home .about-title h2{font-size:40px}.article-main{padding:28px 14px 60px}.article-sheet{padding:34px 24px}.article-page .article-header h1{font-size:39px}.prose{font-size:18px}.more-reading{margin:35px 14px 0}.next-article{padding:23px}.article-page footer{margin:0 14px}}

/* Layered torn-paper and embossed type */
body,.simple-home,.article-page{background-color:#d9d5c9;background-image:radial-gradient(ellipse at 18% 8%,rgba(255,255,255,.58),transparent 38%),radial-gradient(rgba(67,79,65,.075) .65px,transparent .75px),repeating-linear-gradient(93deg,rgba(255,255,255,.16) 0 1px,transparent 1px 5px);background-size:auto,7px 7px,100% 100%}.simple-home:before,.article-page:before{content:"";position:fixed;z-index:-1;inset:13px;background:#e8e4da;clip-path:polygon(0 1%,1% 0,6% .5%,11% 0,17% .8%,23% 0,29% .4%,35% 0,42% .7%,49% 0,55% .5%,62% 0,69% .8%,76% 0,83% .5%,90% 0,96% .7%,100% 0,99.5% 7%,100% 15%,99.3% 23%,100% 30%,99.5% 38%,100% 45%,99.2% 53%,100% 61%,99.4% 69%,100% 77%,99.3% 85%,100% 93%,99% 100%,92% 99.4%,85% 100%,78% 99.2%,70% 100%,63% 99.4%,56% 100%,49% 99.2%,41% 100%,34% 99.4%,27% 100%,20% 99.2%,13% 100%,6% 99.4%,0 100%,.6% 92%,0 85%,.5% 78%,0 70%,.6% 62%,0 55%,.5% 47%,0 39%,.7% 31%,0 24%,.5% 16%,0 8%);box-shadow:0 0 0 1px rgba(71,81,67,.08),inset 0 0 28px rgba(104,95,70,.06);pointer-events:none}.simple-home .site-header,.article-page .site-header,.simple-home .writing-card,.simple-home .simple-about,.article-sheet,.next-article,.load-more,.share-button,.article-closing a,.platform-grid a{border:0!important;clip-path:polygon(0 1.2%,2.5% 0,7% .7%,12% 0,18% .6%,24% 0,31% .8%,38% 0,45% .5%,52% 0,59% .7%,66% 0,73% .5%,80% 0,87% .7%,94% 0,100% 1.5%,99.4% 9%,100% 18%,99.3% 28%,100% 38%,99.4% 48%,100% 58%,99.3% 68%,100% 78%,99.4% 89%,100% 100%,93% 99.3%,86% 100%,79% 99.4%,72% 100%,65% 99.2%,58% 100%,51% 99.4%,44% 100%,37% 99.2%,30% 100%,23% 99.4%,16% 100%,9% 99.2%,2% 100%,0 98%,.7% 90%,0 80%,.6% 70%,0 60%,.7% 50%,0 40%,.6% 30%,0 20%,.7% 10%);background-image:radial-gradient(rgba(66,79,66,.07) .55px,transparent .7px),linear-gradient(120deg,rgba(255,255,255,.5),rgba(217,211,194,.14));background-size:6px 6px,auto}.simple-home .site-header,.article-page .site-header{box-shadow:2px 3px 0 rgba(73,82,68,.11),8px 10px 21px rgba(67,65,53,.08)}.simple-home .writing-card{padding:16px 16px 21px;box-shadow:2px 3px 0 rgba(73,82,68,.13),10px 13px 24px rgba(67,65,53,.13)}.simple-home .writing-card:before{content:"";position:absolute;z-index:0;inset:8px;border:1px solid rgba(71,83,68,.13);clip-path:inherit;pointer-events:none}.simple-home .card-image,.simple-home .card-copy{position:relative;z-index:1}.simple-home .card-image{clip-path:polygon(0 1%,4% 0,12% .7%,21% 0,30% .5%,39% 0,49% .8%,59% 0,69% .6%,79% 0,89% .7%,100% 0,99.4% 16%,100% 34%,99.3% 52%,100% 70%,99.4% 87%,100% 100%,84% 99.3%,67% 100%,50% 99.4%,33% 100%,16% 99.2%,0 100%,.7% 82%,0 64%,.6% 46%,0 28%,.7% 10%);border:0}.simple-home .simple-about{box-shadow:3px 4px 0 rgba(73,82,68,.12),12px 17px 30px rgba(67,65,53,.11)}.article-sheet{box-shadow:3px 4px 0 rgba(73,82,68,.13),14px 20px 35px rgba(67,65,53,.14)}.article-sheet:after{content:"";position:absolute;inset:0;z-index:0;opacity:.45;pointer-events:none;background:radial-gradient(rgba(65,75,64,.065) .55px,transparent .7px);background-size:7px 7px}.article-sheet>*{position:relative;z-index:1}.load-more,.share-button,.article-closing a{box-shadow:2px 3px 0 rgba(73,82,68,.16),5px 7px 12px rgba(67,65,53,.1);transition:transform .2s,box-shadow .2s}.load-more:hover,.share-button:hover,.article-closing a:hover{transform:translate(1px,2px);box-shadow:1px 1px 0 rgba(73,82,68,.16),2px 3px 7px rgba(67,65,53,.09)}.simple-home .simple-hero h1,.simple-home .writing-head h2,.simple-home .about-title h2,.simple-home .about-copy h3,.article-header h1,.prose h2,.prose h3,.next-article h3{color:#8d7540;background:linear-gradient(145deg,#c5ad6b 0%,#806b39 31%,#e0cd8d 50%,#6f5d32 71%,#bba260 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:1px 1px 0 rgba(255,250,226,.64),-1px -1px 0 rgba(76,68,42,.21),0 3px 5px rgba(89,71,32,.14)}.simple-home .simple-intro,.simple-home .writing-head p,.simple-home .card-copy,.simple-home .about-copy p,.article-sheet .prose,.article-sheet .article-dek,.article-sheet .meta,.article-closing{color:#596257;text-shadow:1px 1px 0 rgba(255,255,255,.66),-1px -1px 0 rgba(77,85,73,.08)}.simple-home .article-label,.simple-home .hero-kicker,.simple-home .writing-head>span,.article-header .meta b{color:#987e44;text-shadow:1px 1px 0 rgba(255,251,225,.72),-1px -1px 0 rgba(101,82,38,.18)}.article-page .prose strong{color:#786537;text-shadow:1px 1px 0 rgba(255,251,228,.7)}.article-page .prose blockquote{box-shadow:inset 2px 0 0 #af9354,1px 2px 0 rgba(255,255,255,.55)}
@media(max-width:700px){.simple-home:before,.article-page:before{inset:7px}.simple-home .writing-card{padding:13px 13px 19px}.article-sheet{clip-path:none}.simple-home .simple-hero h1{font-size:39px}}

/* Refined material pass: real paper fibres, quiet debossed ink. */
.simple-home:before,.article-page:before{display:none}.simple-home .site-header,.article-page .site-header,.simple-home .writing-card,.simple-home .simple-about,.article-sheet,.next-article,.load-more,.share-button,.article-closing a,.platform-grid a,.simple-home .card-image{clip-path:none!important}.simple-home .site-header,.article-page .site-header,.simple-home .writing-card,.simple-home .simple-about,.article-sheet,.next-article{background-image:url("assets/torn-paper-edge.png"),radial-gradient(rgba(66,79,66,.045) .55px,transparent .7px),linear-gradient(120deg,rgba(255,255,255,.66),rgba(224,218,201,.22));background-repeat:repeat-x,repeat,repeat;background-position:center bottom,center,center;background-size:auto 46px,6px 6px,auto}.simple-home .site-header,.article-page .site-header{background-size:auto 25px,6px 6px,auto}.simple-home .writing-card{overflow:visible;padding-bottom:28px;border:1px solid rgba(79,88,73,.13)!important}.simple-home .writing-card:before{display:none}.simple-home .simple-about{padding-bottom:113px;border:1px solid rgba(79,88,73,.13)!important;background-size:auto 64px,6px 6px,auto}.article-sheet{padding-bottom:calc(clamp(36px,7vw,84px) + 44px);border:1px solid rgba(79,88,73,.14)!important;background-size:auto 80px,7px 7px,auto}.article-sheet:before{display:none}.next-article{padding-bottom:58px;border:1px solid rgba(79,88,73,.13)!important;background-size:auto 40px,6px 6px,auto}.load-more,.share-button,.article-closing a{border:1px solid rgba(79,88,73,.18)!important;background-image:url("assets/torn-paper-edge.png"),linear-gradient(120deg,#f7f4eb,#e7e1d1);background-repeat:repeat-x,no-repeat;background-position:center bottom,center;background-size:auto 18px,auto;clip-path:none!important}.load-more,.share-button{padding-bottom:16px}.article-closing a{padding-bottom:12px}.simple-home .card-image{overflow:hidden;border:1px solid rgba(79,88,73,.1)!important}.simple-home .card-image:has(.uploaded-cover):after{background:linear-gradient(135deg,rgba(255,253,244,.16),transparent 40%);mix-blend-mode:soft-light}.simple-home .simple-hero h1,.simple-home .writing-head h2,.simple-home .about-title h2,.simple-home .about-copy h3,.article-header h1,.prose h2,.prose h3,.next-article h3{background:none!important;-webkit-text-fill-color:#857342!important;color:#857342!important;text-shadow:0 1px 0 rgba(255,253,240,.9),0 -1px 0 rgba(83,72,39,.2)!important}.simple-home .simple-intro,.simple-home .writing-head p,.simple-home .card-copy,.simple-home .about-copy p,.article-sheet .prose,.article-sheet .article-dek,.article-sheet .meta,.article-closing{color:#576057;text-shadow:0 1px 0 rgba(255,255,255,.68)!important}.simple-home .article-label,.simple-home .hero-kicker,.simple-home .writing-head>span,.article-header .meta b{color:#927d4b;text-shadow:0 1px 0 rgba(255,253,240,.9),0 -1px 0 rgba(91,76,43,.12)!important}.article-page .prose strong{color:#786a47;text-shadow:0 1px 0 rgba(255,253,240,.8)}.simple-home .writing-card:hover{transform:translateY(-3px) rotate(0);box-shadow:2px 4px 0 rgba(73,82,68,.1),10px 16px 26px rgba(67,65,53,.12)}
@media(max-width:700px){.simple-home .site-header,.article-page .site-header{background-size:auto 18px,6px 6px,auto}.simple-home .writing-card{padding-bottom:25px}.article-sheet{padding-bottom:68px;background-size:auto 56px,7px 7px,auto}}

/* Final restraint: one continuous fibre edge per sheet, not a repeated decoration. */
.simple-home .site-header,.article-page .site-header,.simple-home .writing-card,.simple-home .simple-about,.article-sheet,.next-article{background-size:100% 46px,7px 7px,auto;background-repeat:no-repeat,repeat,repeat}.simple-home .site-header,.article-page .site-header{background-size:100% 24px,6px 6px,auto}.simple-home .simple-about{background-size:100% 64px,6px 6px,auto}.article-sheet{background-size:100% 78px,7px 7px,auto}.next-article{background-size:100% 38px,6px 6px,auto}.load-more,.share-button,.article-closing a{background-size:100% 17px,auto;background-repeat:no-repeat,no-repeat}.simple-home .writing-card{box-shadow:1px 2px 0 rgba(73,82,68,.1),8px 13px 23px rgba(67,65,53,.1)}.simple-home .simple-about,.article-sheet{box-shadow:1px 2px 0 rgba(73,82,68,.1),10px 16px 29px rgba(67,65,53,.1)}.simple-home .site-header,.article-page .site-header{box-shadow:1px 2px 0 rgba(73,82,68,.08),6px 8px 17px rgba(67,65,53,.065)}.simple-home .simple-hero h1,.simple-home .writing-head h2,.simple-home .about-title h2,.simple-home .about-copy h3,.article-header h1,.prose h2,.prose h3,.next-article h3{color:#75683f!important;-webkit-text-fill-color:#75683f!important;text-shadow:0 1px 0 rgba(255,253,243,.72),0 -1px 0 rgba(73,64,40,.14)!important}.simple-home .simple-intro,.simple-home .writing-head p,.simple-home .card-copy,.simple-home .about-copy p,.article-sheet .prose,.article-sheet .article-dek,.article-sheet .meta,.article-closing{color:#586056!important;text-shadow:none!important}.simple-home .article-label,.simple-home .hero-kicker,.simple-home .writing-head>span,.article-header .meta b{color:#887947!important;text-shadow:none!important}.article-page .prose strong{color:#6b6040;text-shadow:none}.article-page .prose{font-weight:400;letter-spacing:.008em}.simple-home .card-copy h3{letter-spacing:-.04em}.simple-home .writing-card:hover{transform:translateY(-2px) rotate(0);box-shadow:1px 3px 0 rgba(73,82,68,.11),9px 16px 25px rgba(67,65,53,.12)}
@media(max-width:700px){.simple-home .site-header,.article-page .site-header{background-size:100% 18px,6px 6px,auto}.article-sheet{background-size:100% 55px,7px 7px,auto}}

/* Editorial scale: quieter type, more room for the paper. */
.simple-home .simple-hero h1{font-size:clamp(38px,4.25vw,56px);line-height:1.15;letter-spacing:-.055em}.simple-home .writing-head h2{font-size:clamp(30px,3.15vw,42px);line-height:1.12;letter-spacing:-.05em}.simple-home .about-title h2{font-size:clamp(34px,3.6vw,46px);line-height:1.12}.simple-home .about-copy h3{font-size:28px;letter-spacing:-.04em}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-size:clamp(19px,1.6vw,24px);line-height:1.3;letter-spacing:-.035em}.article-header h1{font-size:clamp(34px,4vw,54px);line-height:1.17;letter-spacing:-.05em}.prose h2{font-size:28px;line-height:1.3;letter-spacing:-.035em}.prose h3{font-size:23px;line-height:1.35}.next-article h3{font-size:clamp(25px,2.4vw,34px);line-height:1.22}.simple-home .simple-intro{font-size:15px}.simple-home .writing-head p{font-size:14px}
@media(max-width:700px){.simple-home .simple-hero h1{font-size:35px;line-height:1.2}.simple-home .writing-head h2{font-size:32px}.simple-home .about-title h2{font-size:35px}.simple-home .about-copy h3{font-size:26px}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-size:22px;line-height:1.28}.article-page .article-header h1{font-size:34px;line-height:1.2}.prose h2{font-size:26px}.prose h3{font-size:21px}}

/* White paper editorial system — matched to the supplied article covers. */
:root{--ink:#19382b;--muted:#69746b;--paper:#f5f3ed;--paper-light:#fbfaf6;--line:#dedbd1;--green:#19382b;--orange:#b2975d;--gold:#b2975d}.simple-home,.article-page,body{background:#f1f0eb;background-image:linear-gradient(110deg,rgba(255,255,255,.78),rgba(226,224,215,.35)),radial-gradient(rgba(39,55,42,.035) .55px,transparent .7px);background-size:auto,7px 7px}.simple-home .site-header,.article-page .site-header{max-width:1240px;margin:10px auto 0;background:rgba(251,250,246,.82);border:1px solid rgba(79,92,78,.13)!important;box-shadow:0 1px 0 rgba(255,255,255,.9),0 8px 24px rgba(49,58,47,.045)!important;background-image:none!important}.simple-home .simple-hero{max-width:1120px;padding-top:96px;padding-bottom:76px}.simple-home .hero-kicker{color:var(--gold)!important;letter-spacing:.22em}.simple-home .simple-hero h1,.simple-home .writing-head h2,.simple-home .about-title h2,.simple-home .about-copy h3,.article-header h1,.prose h2,.prose h3,.next-article h3{color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important;text-shadow:0 1px 0 rgba(255,255,255,.78)!important}.simple-home .simple-hero h1{font-size:clamp(38px,4.15vw,54px);font-weight:500;letter-spacing:-.045em}.simple-home .simple-intro,.simple-home .writing-head p,.simple-home .card-copy,.simple-home .about-copy p,.article-sheet .prose,.article-sheet .article-dek,.article-sheet .meta,.article-closing{color:#637064!important;text-shadow:none!important}.simple-home .writing-head{display:block;text-align:left;padding:26px 0 37px;border-top:1px solid var(--line)}.simple-home .writing-head>span{display:block;margin-bottom:12px;color:var(--gold)!important;letter-spacing:.18em}.simple-home .writing-head h2{font-size:clamp(29px,3vw,40px);margin:0}.simple-home .writing-head p{margin:13px 0 0}.simple-home .card-grid{gap:34px 26px}.simple-home .writing-card{padding:10px 10px 17px;background:var(--paper-light)!important;background-image:none!important;border:1px solid rgba(74,88,73,.15)!important;box-shadow:0 1px 1px rgba(255,255,255,.9),0 10px 24px rgba(47,56,45,.09)!important;transform:none!important}.simple-home .writing-card:hover{transform:translateY(-3px)!important;box-shadow:0 1px 1px rgba(255,255,255,.9),0 14px 27px rgba(47,56,45,.12)!important}.simple-home .card-image{background:#eeeDE5!important;border:1px solid rgba(72,87,72,.1)!important;clip-path:none!important}.simple-home .uploaded-cover{filter:none!important;mix-blend-mode:normal!important}.simple-home .card-image:has(.uploaded-cover):after{display:none}.simple-home .card-copy{padding:16px 7px 0}.simple-home .article-label{color:var(--gold)!important;letter-spacing:.075em;font-size:10px}.simple-home .card-copy h3,.simple-home .feature-card .card-copy h3{font-size:clamp(19px,1.55vw,23px);line-height:1.28;color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important}.simple-home .card-copy>p:last-child{color:#747c73!important;font-family:Georgia,"Songti SC","SimSun",serif}.simple-home .load-more,.share-button,.article-closing a{background:var(--paper-light)!important;background-image:none!important;border:1px solid rgba(178,151,93,.52)!important;box-shadow:0 2px 8px rgba(47,56,45,.06)!important;color:var(--ink)}.simple-home .load-more:hover,.share-button:hover{background:#f0ebe0!important;color:var(--ink)}.simple-home .simple-about{max-width:1120px;padding:70px 52px;background:var(--paper-light)!important;background-image:none!important;border:1px solid rgba(74,88,73,.14)!important;box-shadow:0 1px 1px rgba(255,255,255,.9),0 11px 26px rgba(47,56,45,.075)!important}.simple-home .about-title{margin-bottom:42px}.simple-home .profile-photo{border-color:rgba(178,151,93,.7);box-shadow:0 5px 15px rgba(47,56,45,.08)}.article-main{max-width:1040px}.article-sheet{padding:clamp(38px,7vw,78px);background:var(--paper-light)!important;background-image:linear-gradient(90deg,rgba(255,255,255,.65),rgba(242,240,232,.18))!important;border:1px solid rgba(74,88,73,.14)!important;box-shadow:0 1px 1px rgba(255,255,255,.94),0 13px 30px rgba(47,56,45,.08)!important}.article-sheet:after{opacity:.2}.article-page .article-header h1{font-size:clamp(33px,3.8vw,50px)}.article-page .meta b,.simple-home .article-label{color:var(--gold)!important}.article-page .prose h2{color:var(--ink)!important}.article-page .prose blockquote{background:#f5f1e7;border-left:1px solid var(--gold);box-shadow:none;color:#536153}.article-page .prose img{border:1px solid rgba(72,87,72,.12);box-shadow:0 7px 20px rgba(47,56,45,.08);filter:none}.next-article{background:var(--paper-light)!important;background-image:none!important;border:1px solid rgba(74,88,73,.14)!important;box-shadow:0 8px 20px rgba(47,56,45,.06)!important}.article-page footer,.simple-home footer{max-width:1120px;border-color:var(--line)}
@media(max-width:700px){.simple-home .site-header,.article-page .site-header{max-width:calc(100% - 28px)}.simple-home .simple-hero{padding:65px 26px 55px}.simple-home .simple-hero h1{font-size:36px}.simple-home .writing-head h2{font-size:31px}.simple-home .writing-card{padding:9px 9px 15px}.simple-home .simple-about{padding:52px 25px}.article-sheet{padding:33px 24px}.article-page .article-header h1{font-size:33px}}

/* One material, different paper weights. */
body,.simple-home,.article-page{background:#f0efe9 url("assets/paper-texture.png") center top/cover fixed!important;background-blend-mode:multiply}.simple-home .site-header,.article-page .site-header{background:#faf9f4 url("assets/paper-texture.png") center/cover!important;background-blend-mode:soft-light}.simple-home .simple-hero,.simple-home .writing-section{background:transparent}.simple-home .writing-card,.simple-home .simple-about,.article-sheet,.next-article{background:#faf9f4 url("assets/paper-texture.png") center/cover!important;background-blend-mode:soft-light}.simple-home .card-image{background:#eeece4!important}.simple-home .load-more,.share-button,.article-closing a{background:#f7f5ee url("assets/paper-texture.png") center/cover!important;background-blend-mode:soft-light}.article-page .prose pre{background:#263d31}.simple-home footer,.article-page footer{background:transparent}
.prose h3{font-size:25px;line-height:1.3;font-weight:500;margin:48px 0 18px}.prose ul,.prose ol{padding-left:28px;margin:0 0 27px}.prose li{margin:7px 0}.prose hr{border:0;border-top:1px solid var(--line);margin:45px 0}.prose img{display:block;max-width:100%;height:auto;margin:35px auto}.prose a{color:#bd5038;text-decoration:underline}.prose pre{overflow:auto;background:var(--dark);color:#ecf0e9;padding:18px;font:14px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.prose code{font:14px ui-monospace,SFMono-Regular,Menlo,monospace}
.share-button{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:11px 15px;border:1px solid var(--ink);background:transparent;color:var(--ink);font:600 13px/1 Arial,"PingFang SC","Microsoft YaHei",sans-serif;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.share-button span{font-size:17px;color:var(--orange);line-height:.8}.share-button:hover{background:var(--ink);color:var(--paper)}.share-button.copied{border-color:var(--green);background:var(--green);color:var(--ink)}.prose img{content-visibility:auto;contain-intrinsic-size:700px 480px;border:1px solid rgba(32,40,31,.08);background:#eeeee8}
@media(max-width:700px){.share-button{margin-top:24px;padding:12px 16px}.prose img{margin:28px auto}}
