/*
*Description:   Theme CSS
*Author:    toyean
*Website:   http://www.toyean.com/
*Mail:      toyean@qq.com
*Version:   1.3.1(2020-03-10)
*/
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#e7e0d4}
::-webkit-scrollbar-thumb{background:#7f7565;border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:#5e564b}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0)}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%;border:0;vertical-align:baseline;box-sizing:border-box}
:root{
    --bg:#f4efe6;
    --bg-soft:#fbf8f2;
    --paper:#fffdf9;
    --paper-strong:#fff;
    --line:#d7ccbc;
    --line-strong:#bfae94;
    --text:#1e2430;
    --text-soft:#5f6672;
    --text-faint:#8a8376;
    --primary:#1f3554;
    --primary-deep:#13263f;
    --accent:#a47b45;
    --accent-soft:#eadcc8;
    --shadow:0 18px 50px rgba(27,31,38,.08);
    --radius-xl:32px;
    --radius-lg:24px;
    --radius-md:18px;
    --radius-sm:12px;
}
body{
    min-height:100vh;
    font-size:16px;
    color:var(--text);
    font-family:"Avenir Next","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    line-height:1.7;
    background:
        radial-gradient(circle at top left, rgba(164,123,69,.16), transparent 28%),
        linear-gradient(180deg, #f7f2e9 0%, #f4efe6 38%, #f8f5ef 100%);
}
h1,h2,h3,h4,h5,h6{
    font-family:Georgia,"Times New Roman","Noto Serif SC","Songti SC",serif;
    color:var(--primary-deep);
    font-weight:700;
    line-height:1.25;
}
a{color:var(--primary);text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}
a:hover{color:#0e4b7c;text-decoration:none}
ul,ol{list-style:none}
img{max-width:100%;height:auto;border:0;display:block}
input,textarea,button{
    font-size:16px;
    font-family:"Avenir Next","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    outline:0;
}
.hide{display:none!important}
.wrap{
    width:min(1240px,calc(100% - 48px));
    margin:0 auto;
}
.wrapper{position:relative}
.content,.content.wide{width:100%}
.sidebar{display:none}
.block{
    margin-bottom:24px;
    padding:32px;
    border:1px solid rgba(191,174,148,.46);
    border-radius:var(--radius-lg);
    background:rgba(255,253,249,.92);
    box-shadow:var(--shadow);
}
.main{padding:34px 0 56px}
.main.fixed{padding-top:124px}
.mask{margin-bottom:0}
.wrap::after,.post::after,.comment::after,.pages::after,.cmtsitem::after,.cmtscon::after,.schfixed form::after,.footer-grid::after{content:"";display:block;clear:both}

@font-face{
    font-family:'iconfont';
    src:url('fonts/iconfont.eot');
    src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/iconfont.woff2') format('woff2'),
        url('fonts/iconfont.woff') format('woff'),
        url('fonts/iconfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

.header{
    position:sticky;
    top:0;
    z-index:100;
    border-bottom:1px solid rgba(191,174,148,.35);
    background:rgba(252,248,241,.88);
    backdrop-filter:blur(18px);
}
.header.fixed{position:fixed;top:0;left:0;right:0}
.header .wrap{width:min(1280px,calc(100% - 40px))}
.nav-shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    min-height:94px;
}
.brand{
    display:flex;
    align-items:center;
    gap:18px;
    min-width:0;
}
.logo{
    width:56px;
    height:56px;
    flex:0 0 56px;
    border-radius:18px;
    background:linear-gradient(145deg,#fff7ea,#efe2cf);
    box-shadow:0 10px 30px rgba(31,53,84,.08);
    overflow:hidden;
}
.logo a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px;
}
.logo img{max-height:100%}
.brand-copy{min-width:0}
.name{
    font-size:30px;
    line-height:1;
    letter-spacing:.04em;
}
.name a{color:var(--primary-deep)}
.subname{
    margin-top:8px;
    font-size:13px;
    color:var(--text-faint);
    letter-spacing:.18em;
    text-transform:uppercase;
}
.head{
    display:flex;
    align-items:center;
    gap:18px;
    min-width:0;
    position:relative;
}
.menu-wrap{
    display:flex;
    align-items:center;
    gap:14px;
}
.menu{
    display:flex;
    align-items:center;
}
.menu ul{
    display:flex;
    align-items:center;
    gap:4px;
}
.menu li{
    position:relative;
}
.menu li a{
    display:block;
    padding:10px 14px;
    font-size:15px;
    color:var(--text);
    border-radius:999px;
}
.menu li:hover>a,.menu li.on>a{
    color:var(--primary-deep);
    background:rgba(31,53,84,.08);
}
.menu li::before{
    content:"";
    position:absolute;
    left:16px;
    right:16px;
    bottom:0;
    height:2px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--accent),transparent);
    opacity:0;
}
.menu li:hover::before,.menu li.on::before{opacity:1}
.menu li.subcate>a::after{
    content:"\e69b";
    margin-left:6px;
    font-size:13px;
    font-family:iconfont;
}
.menu li .subnav{
    min-width:210px;
    padding:10px;
    border:1px solid rgba(191,174,148,.5);
    border-radius:20px;
    background:rgba(255,252,247,.98);
    box-shadow:var(--shadow);
    position:absolute;
    top:54px;
    left:0;
    display:none;
}
.menu li .subnav a{
    padding:10px 14px;
    border-radius:12px;
    white-space:nowrap;
}
.menu li.subcate:hover .subnav{display:block}
.menu li .subnav a:hover,.menu li .subnav a.on{background:rgba(31,53,84,.08)}
.menu li.subcate .arrow{display:none}
.menuico{
    width:44px;
    height:44px;
    border:1px solid rgba(191,174,148,.55);
    border-radius:14px;
    cursor:pointer;
    position:relative;
    display:none;
}
.menuico span{
    width:20px;
    height:2px;
    background:var(--primary);
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:transform .2s ease,opacity .2s ease;
}
.menuico span:first-child{margin-top:-6px}
.menuico span:last-child{margin-top:6px}
.menuico.on span:first-child{transform:translate(-50%,-50%) rotate(45deg);margin-top:0}
.menuico.on span:nth-child(2){opacity:0}
.menuico.on span:last-child{transform:translate(-50%,-50%) rotate(-45deg);margin-top:0}
.header-cta,.btn-primary,.btn-secondary,.readmore a,.backlist,.goback,.cmtsubmit button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:48px;
    padding:0 22px;
    border-radius:999px;
    border:1px solid transparent;
    font-weight:600;
    letter-spacing:.02em;
}
.header-cta,.btn-primary{
    color:#fff;
    background:linear-gradient(135deg,var(--primary),#34537b);
    box-shadow:0 16px 28px rgba(31,53,84,.18);
}
.header-cta:hover,.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#183458,#274c76);transform:translateY(-1px)}
.btn-secondary,.readmore a,.backlist,.goback{
    color:var(--primary);
    border-color:rgba(31,53,84,.18);
    background:rgba(255,255,255,.65);
}
.btn-secondary:hover,.readmore a:hover,.backlist:hover,.goback:hover{
    color:var(--primary-deep);
    border-color:rgba(31,53,84,.32);
    background:#fff;
}

.schico{position:relative}
.schico>a{
    width:44px;
    height:44px;
    border:1px solid rgba(191,174,148,.55);
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.schico>a::after,.schfixed button::after,.sch-m button::after,.schform button::after{
    content:"\e6e1";
    font-size:22px;
    color:var(--primary);
    font-family:iconfont;
}
.schfixed{
    width:280px;
    padding:14px;
    border:1px solid rgba(191,174,148,.55);
    border-radius:18px;
    background:#fffdfa;
    box-shadow:var(--shadow);
    position:absolute;
    top:56px;
    right:0;
    display:none;
}
.schfixed.on{display:block}
.schfixed input,.sch-m input,.errschtxt,.cmtarea textarea,.cmtform input{
    width:100%;
    border:1px solid rgba(191,174,148,.7);
    border-radius:16px;
    background:#fff;
    color:var(--text);
}
.schfixed input{
    height:48px;
    padding:0 54px 0 16px;
}
.schfixed button{
    width:42px;
    height:42px;
    border:0;
    background:transparent;
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}
.sch-m{
    display:none;
    width:100%;
    margin-top:14px;
    position:relative;
}
.sch-m input{
    height:48px;
    padding:0 52px 0 16px;
}
.sch-m button{
    width:44px;
    height:44px;
    border:0;
    background:transparent;
    position:absolute;
    right:2px;
    top:2px;
    cursor:pointer;
}
.fademask.on{
    position:fixed;
    inset:0;
    background:rgba(20,26,34,.38);
    z-index:70;
}

.home-main{padding-top:40px}
.home-hero{
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);
    gap:28px;
    margin-bottom:28px;
    padding:42px;
    border:1px solid rgba(191,174,148,.42);
    border-radius:40px;
    background:
        linear-gradient(145deg,rgba(255,253,248,.96),rgba(247,240,230,.92)),
        radial-gradient(circle at top right, rgba(164,123,69,.18), transparent 34%);
    box-shadow:var(--shadow);
    position:relative;
    overflow:hidden;
}
.home-hero::before{
    content:"";
    width:240px;
    height:240px;
    border:1px solid rgba(164,123,69,.18);
    border-radius:50%;
    position:absolute;
    right:-70px;
    top:-90px;
}
.hero-kicker,.section-kicker,.card-eyebrow{
    display:inline-block;
    margin-bottom:18px;
    font-size:12px;
    letter-spacing:.24em;
    color:var(--accent);
    text-transform:uppercase;
}
.hero-copy h1{
    max-width:740px;
    font-size:58px;
    line-height:1.08;
    letter-spacing:-.02em;
}
.hero-copy p{
    max-width:680px;
    margin-top:22px;
    font-size:18px;
    color:var(--text-soft);
}
.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}
.hero-points{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}
.hero-points span,.post-label{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 14px;
    font-size:13px;
    color:var(--primary);
    border:1px solid rgba(31,53,84,.12);
    border-radius:999px;
    background:rgba(255,255,255,.64);
}
.post-label-top{
    color:#fff;
    border-color:transparent;
    background:linear-gradient(135deg,var(--accent),#89612f);
}
.hero-panel{
    display:grid;
    gap:18px;
    align-content:start;
}
.hero-card{
    padding:28px;
    border:1px solid rgba(191,174,148,.44);
    border-radius:28px;
    background:rgba(255,255,255,.7);
}
.hero-card-primary{
    min-height:240px;
    background:linear-gradient(180deg,rgba(31,53,84,.98),rgba(20,38,63,.96));
    color:rgba(255,255,255,.86);
}
.hero-card-primary h3,.hero-card-primary .card-eyebrow{color:#fff}
.hero-card-primary p{color:rgba(255,255,255,.72)}
.hero-card-secondary ul{display:grid;gap:14px}
.hero-card-secondary li{
    padding-left:18px;
    color:var(--text-soft);
    position:relative;
}
.hero-card-secondary li::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--accent);
    position:absolute;
    left:0;
    top:11px;
}

.home-section{margin-bottom:28px}
.section-heading{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:22px;
}
.section-heading h2{
    font-size:40px;
    letter-spacing:-.02em;
}
.section-heading p{
    max-width:800px;
    color:var(--text-soft);
}
.pillars-grid,.practice-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.pillar-card,.practice-card,.archive-hero{
    position:relative;
    overflow:hidden;
}
.pillar-card,.practice-card{
    min-height:220px;
    padding:28px;
    border:1px solid rgba(191,174,148,.44);
    border-radius:28px;
    background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(247,241,233,.86));
    box-shadow:var(--shadow);
}
.pillar-card::before,.practice-card::before{
    content:"";
    width:64px;
    height:64px;
    border:1px solid rgba(164,123,69,.2);
    border-radius:20px;
    position:absolute;
    right:-12px;
    top:-12px;
}
.pillar-card h3,.practice-card h3{
    margin-bottom:14px;
    font-size:28px;
}
.pillar-card p,.practice-card p{color:var(--text-soft)}

.journey-list{
    display:grid;
    gap:16px;
}
.journey-item{
    display:grid;
    grid-template-columns:88px minmax(0,1fr);
    gap:20px;
    padding:24px 28px;
    border:1px solid rgba(191,174,148,.44);
    border-radius:24px;
    background:rgba(255,253,248,.85);
    box-shadow:var(--shadow);
}
.journey-item strong{
    width:88px;
    height:88px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:var(--accent);
    border-radius:24px;
    background:rgba(164,123,69,.08);
}
.journey-item h3{
    margin-bottom:8px;
    font-size:26px;
}
.journey-item p{color:var(--text-soft)}

.archive-hero{
    background:
        linear-gradient(135deg,rgba(31,53,84,.98),rgba(44,66,97,.95)),
        radial-gradient(circle at top right,rgba(164,123,69,.25),transparent 30%);
}
.archive-hero h1,.archive-hero .section-kicker,.archive-hero p{color:#fff}
.archive-hero p{max-width:760px;color:rgba(255,255,255,.74)}

.insight-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}
.post-card{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    min-height:100%;
    border:1px solid rgba(191,174,148,.46);
    border-radius:28px;
    background:rgba(255,253,249,.96);
    box-shadow:var(--shadow);
    overflow:hidden;
}
.post-card.is-top{
    background:linear-gradient(180deg,rgba(255,250,243,.98),rgba(250,243,232,.95));
}
.post-card-body{
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:28px;
}
.post-card h2{
    font-size:30px;
    letter-spacing:-.02em;
}
.post-card h2 a{color:var(--primary-deep)}
.post-card h2 a:hover{color:#0d527f}
.post-card-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.post .info{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.post .info span{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:0 12px;
    font-size:13px;
    color:var(--text-faint);
    border-radius:999px;
    background:rgba(31,53,84,.06);
}
.post .info span a{color:inherit}
.post .intro{
    color:var(--text-soft);
    font-size:15px;
    line-height:1.9;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.post-card-cover{
    min-height:220px;
    border-top:1px solid rgba(191,174,148,.46);
    background:#e7dfd1;
}
.post-card-cover a,.post-card-cover img{
    width:100%;
    height:100%;
}
.post-card-cover img{object-fit:cover}
.readmore{
    margin-top:auto;
    padding-top:4px;
}
.readmore a{min-height:44px}

.pagebar,.cmtpagebar{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-top:10px;
    padding:18px 20px;
    border:1px solid rgba(191,174,148,.46);
    border-radius:20px;
    background:rgba(255,253,249,.9);
    box-shadow:var(--shadow);
}
.pagebar .now-page,.cmtpagebar .now-page{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    min-height:42px;
    padding:0 14px;
    color:#fff;
    border-radius:999px;
    background:linear-gradient(135deg,var(--primary),#36567d);
}
.pagebar a,.cmtpagebar a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    min-height:42px;
    padding:0 14px;
    color:var(--text-soft);
    border:1px solid rgba(191,174,148,.5);
    border-radius:999px;
    background:#fff;
}
.pagebar a:hover,.cmtpagebar a:hover{color:var(--primary);border-color:rgba(31,53,84,.3)}

.sitemap{
    margin-bottom:20px;
    padding:0 4px;
    font-size:13px;
    color:var(--text-faint);
}
.sitemap a{color:var(--text-faint)}
.sitemap a:hover{color:var(--primary)}

.detail-shell{padding:38px}
.detail-header{
    margin-bottom:30px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(191,174,148,.46);
}
.detail-header h1{
    margin-top:14px;
    font-size:52px;
    line-height:1.12;
}
.detail-layout{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) 300px;
    gap:28px;
}
.detail-side{
    display:grid;
    align-content:start;
    gap:18px;
}
.detail-card{
    padding:24px;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(31,53,84,.98),rgba(20,38,63,.96));
    color:rgba(255,255,255,.78);
    box-shadow:0 18px 30px rgba(19,38,63,.16);
}
.detail-card h3{margin-bottom:12px;color:#fff;font-size:28px}
.detail-card p{margin-bottom:18px}
.detail-card .btn-secondary{width:100%;color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}
.detail-card .btn-secondary:hover{background:rgba(255,255,255,.16)}
.detail-card-plain{
    color:var(--text-soft);
    border:1px solid rgba(191,174,148,.5);
    background:rgba(255,253,249,.92);
    box-shadow:none;
}
.detail-card-plain h3,.detail-card-plain .card-eyebrow{color:var(--primary-deep)}
.detail-card-plain ul{display:grid;gap:10px}
.detail-card-plain li{
    padding:12px 14px;
    color:var(--text-soft);
    border-radius:14px;
    background:rgba(31,53,84,.05);
}

.single{
    font-size:17px;
    line-height:2;
    color:var(--text);
    word-break:break-word;
}
.single p{margin-bottom:1.2em}
.single a{word-break:break-all}
.single p img{margin:12px auto}
.single h1,.single h2,.single h3,.single h4,.single h5,.single h6{
    margin:1.8em 0 .8em;
    padding-bottom:.5em;
    border-bottom:1px solid rgba(191,174,148,.5);
}
.single h1{font-size:34px}
.single h2{font-size:30px}
.single h3{font-size:26px}
.single h4{font-size:22px}
.single h5{font-size:19px}
.single h6{font-size:17px}
.single blockquote{
    margin:1.4em 0;
    padding:18px 22px;
    color:var(--text-soft);
    border-left:4px solid var(--accent);
    border-radius:0 18px 18px 0;
    background:rgba(164,123,69,.08);
}
.single ul,.single ol{
    margin:1em 0 1em 1.4em;
    list-style:disc;
}
.single ol{list-style:decimal}
.single table{
    width:100%;
    margin:1.4em 0;
    border-collapse:collapse;
    overflow:hidden;
}
.single table th,.single table td{
    padding:12px 14px;
    border:1px solid rgba(191,174,148,.5);
}
.single table th{background:rgba(31,53,84,.06)}
.single pre{
    margin:1.4em 0;
    padding:18px;
    color:#f6f7fb;
    border-radius:20px;
    background:#1d2633;
    overflow:auto;
}
.single code{
    padding:.15em .4em;
    border-radius:8px;
    background:rgba(31,53,84,.07);
}
.single pre code{padding:0;background:transparent}
.tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    margin-top:30px;
    color:var(--text-faint);
}
.tags a{
    padding:6px 14px;
    border:1px solid rgba(191,174,148,.55);
    border-radius:999px;
    background:#fff;
}
.bdshare{margin-top:22px}

.pages{
    display:grid;
    gap:12px;
    margin-top:30px;
    padding-top:24px;
    border-top:1px solid rgba(191,174,148,.46);
}
.pages p{
    padding:14px 18px;
    color:var(--text-soft);
    border-radius:18px;
    background:rgba(31,53,84,.05);
}
.pages span{color:var(--text-faint)}

.posttitle{
    margin-bottom:18px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(191,174,148,.46);
}
.posttitle h4{
    font-size:22px;
}
.relatecon{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.relate{
    display:grid;
    grid-template-columns:120px minmax(0,1fr);
    gap:16px;
    padding:18px;
    border:1px solid rgba(191,174,148,.46);
    border-radius:20px;
    background:rgba(255,253,249,.9);
}
.relateimg{
    width:120px;
    height:96px;
    overflow:hidden;
    border-radius:16px;
}
.relateimg a,.relateimg img{
    width:100%;
    height:100%;
}
.relateimg img{object-fit:cover}
.relateinfo h3{
    margin-bottom:8px;
    font-size:22px;
}
.relateinfo p{
    color:var(--text-soft);
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.cmts.block,.cmt.block{
    background:rgba(255,253,249,.92);
}
.cmts.nocmt::before{
    content:attr(data-content);
    display:block;
    color:var(--text-faint);
    text-align:center;
}
.cmtsitem{
    padding:18px 0;
    border-bottom:1px solid rgba(191,174,148,.32);
}
.cmtsitem:last-child{border-bottom:0}
.cmtsitem .avatar{
    width:52px;
    height:52px;
    float:left;
    margin-right:14px;
}
.cmtsitem .avatar img{
    width:52px;
    height:52px;
    border-radius:16px;
}
.cmtscon{margin-left:66px}
.cmtscon>.cmtsitem{
    margin-top:16px;
    padding-left:18px;
    border-left:2px solid rgba(191,174,148,.45);
}
.cmtshead{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
}
.cmtsname,.cmtsname a{font-weight:600;color:var(--primary-deep)}
.cmtsdate,.cmtsreplydate{font-size:13px;color:var(--text-faint)}
.cmtsbody,.cmtsreplycon{margin-top:10px;color:var(--text-soft);line-height:1.9}
.cmtsreply{
    margin-top:14px;
    padding:14px 0 0 18px;
    border-left:2px solid rgba(191,174,148,.45);
}
.cmtsfoot{margin-top:10px}
.cmtsfoot .reply{font-size:14px;color:var(--primary)}

.comment{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:18px;
}
.cmtimg img{
    width:52px;
    height:52px;
    border-radius:16px;
}
.cmtimg p{
    margin-top:8px;
    font-size:12px;
    color:var(--text-faint);
    text-align:center;
}
.cmtarea textarea{
    min-height:180px;
    padding:18px;
    line-height:1.9;
    resize:vertical;
}
.cmtform{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:14px;
}
.cmtform p{width:100%}
.cmtform input{
    height:48px;
    padding:0 14px;
}
.cmtform label{
    display:block;
    margin-top:8px;
    font-size:13px;
    color:var(--text-faint);
}
.cmtform img.imgcode{
    margin-top:10px;
    border-radius:12px;
    border:1px solid rgba(191,174,148,.5);
}
.cmtsubmit{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    margin-top:16px;
}
.cmtsubmit button{
    border:0;
    cursor:pointer;
}
.cmtsubmit span{
    color:var(--text-faint);
    font-size:14px;
}
#cancel-reply{
    min-height:auto;
    margin-left:12px;
    padding:0 12px;
    color:var(--primary);
    border:1px solid rgba(31,53,84,.15);
    border-radius:999px;
    background:#fff;
}
.reply-frm{
    margin-top:16px;
    padding-left:18px;
    border-left:2px solid rgba(191,174,148,.45);
}

.errorpage{
    padding:72px 32px;
    text-align:center;
}
.errorpage h3{
    font-size:120px;
    color:var(--primary-deep);
}
.errorpage h4{
    margin-bottom:16px;
    font-size:36px;
}
.errorpage p{
    margin-bottom:24px;
    color:var(--text-soft);
}
.errorsearch{
    display:flex;
    gap:12px;
    max-width:560px;
    margin:0 auto 20px;
}
.errschtxt{
    height:52px;
    padding:0 16px;
}
.errschbtn{
    min-width:126px;
    height:52px;
    border:1px solid transparent;
    border-radius:999px;
    color:#fff;
    background:linear-gradient(135deg,var(--primary),#34537b);
    cursor:pointer;
}

.footer{
    padding:56px 0 34px;
    border-top:1px solid rgba(191,174,148,.44);
    background:linear-gradient(180deg,rgba(246,239,230,.8),rgba(238,229,217,.92));
}
.footer-grid{
    display:grid;
    grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(220px,.8fr));
    gap:28px;
    padding-bottom:28px;
    border-bottom:1px solid rgba(191,174,148,.42);
}
.footer-brand h3{
    font-size:34px;
    margin-bottom:14px;
}
.footer-brand p,.footer-column li,.footer-bottom p{
    color:var(--text-soft);
}
.footer-brand p+p{margin-top:10px}
.footer-column h4{
    margin-bottom:14px;
    font-size:20px;
}
.footer-column ul{display:grid;gap:10px}
.footer-column a{color:var(--primary)}
.footer-bottom{
    display:grid;
    gap:8px;
    padding-top:24px;
    font-size:14px;
}
.footer-tech{color:var(--text-faint)}

.edgebar{
    position:fixed;
    right:20px;
    bottom:24px;
    z-index:20;
}
a.backtotop{
    width:54px;
    height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:linear-gradient(135deg,var(--primary),#34537b);
    box-shadow:0 14px 26px rgba(31,53,84,.2);
}
a.backtotop i::after{
    content:"\e600";
    font-size:28px;
    color:#fff;
    font-family:iconfont;
}

.banner{display:none}
.sidebox{display:none}

@media screen and (max-width:1180px){
    .hero-copy h1{font-size:48px}
    .detail-header h1{font-size:44px}
    .detail-layout{grid-template-columns:minmax(0,1fr)}
    .detail-side{grid-template-columns:repeat(2,minmax(0,1fr))}
    .footer-grid{grid-template-columns:1fr}
}

@media screen and (max-width:1080px){
    .main.fixed{padding-top:108px}
    .nav-shell{
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
        padding:16px 0;
    }
    .head{
        width:100%;
        flex-direction:column;
        align-items:stretch;
        gap:12px;
    }
    .menuico{
        display:block;
        position:absolute;
        right:0;
        top:-56px;
    }
    .menu-wrap{
        width:100%;
        flex-direction:column;
        align-items:stretch;
    }
    .menu{
        width:100%;
        display:none;
    }
    .menu.on{
        display:block;
        padding:12px;
        border:1px solid rgba(191,174,148,.45);
        border-radius:24px;
        background:#fffdfa;
        box-shadow:var(--shadow);
    }
    .menu ul{
        width:100%;
        flex-direction:column;
        align-items:stretch;
        gap:4px;
    }
    .menu li{width:100%}
    .menu li::before{display:none}
    .menu li a{padding:12px 16px}
    .menu li .subnav{
        position:static;
        min-width:0;
        margin-top:6px;
        display:none;
        box-shadow:none;
    }
    .menu li.subcate .arrow{
        width:44px;
        height:44px;
        display:block;
        position:absolute;
        right:0;
        top:0;
        cursor:pointer;
    }
    .menu li.subcate .arrow::before{
        content:"\e69b";
        font-size:18px;
        color:var(--text-soft);
        font-family:iconfont;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
    .menu li.subcate.slidedown .subnav{display:block}
    .menu li.subcate.slidedown .arrow::before{content:"\e6a4"}
    .header-cta{width:100%}
    .schico{display:none}
    .sch-m{display:block}
    .home-hero{
        grid-template-columns:1fr;
        padding:32px 28px;
    }
    .pillars-grid,.practice-grid,.insight-grid,.relatecon{
        grid-template-columns:1fr;
    }
    .journey-item{
        grid-template-columns:72px minmax(0,1fr);
        padding:22px;
    }
    .journey-item strong{
        width:72px;
        height:72px;
        font-size:24px;
        border-radius:20px;
    }
}

@media screen and (max-width:760px){
    .wrap{width:calc(100% - 24px)}
    .block,.detail-shell,.archive-hero{padding:22px}
    .main{padding:22px 0 40px}
    .main.fixed{padding-top:104px}
    .name{font-size:24px}
    .subname{font-size:12px;letter-spacing:.12em}
    .hero-copy h1{
        font-size:34px;
        line-height:1.16;
    }
    .hero-copy p,.section-heading p{
        font-size:15px;
    }
    .section-heading h2{
        font-size:30px;
    }
    .hero-actions,.hero-points,.cmtsubmit{
        flex-direction:column;
        align-items:stretch;
    }
    .hero-points span,.btn-primary,.btn-secondary,.header-cta,.readmore a,.backlist,.goback,.cmtsubmit button{
        width:100%;
    }
    .pillar-card,.practice-card{min-height:auto}
    .pillar-card h3,.practice-card h3,.journey-item h3,.detail-card h3{
        font-size:24px;
    }
    .post-card h2{
        font-size:25px;
    }
    .detail-header h1{
        font-size:32px;
    }
    .detail-side{
        grid-template-columns:1fr;
    }
    .single{
        font-size:16px;
        line-height:1.9;
    }
    .single h1{font-size:28px}
    .single h2{font-size:25px}
    .single h3{font-size:22px}
    .comment{
        grid-template-columns:1fr;
    }
    .cmtimg{display:none}
    .cmtform{
        grid-template-columns:1fr;
    }
    .errorpage{
        padding:52px 16px;
    }
    .errorpage h3{font-size:82px}
    .errorpage h4{font-size:28px}
    .errorsearch{
        flex-direction:column;
    }
    .errschbtn{width:100%}
    .edgebar{
        right:12px;
        bottom:14px;
    }
    a.backtotop{
        width:46px;
        height:46px;
        border-radius:14px;
    }
}
