.site-header{color:var(--ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;box-shadow:0 1px #171a171a}.site-header .brand-color{display:block}.site-header .brand-white{display:none}.site-header .store-button{color:var(--white);border-color:var(--green);background:var(--green)}.site-header .store-button .direction-mark{color:var(--white);border-color:#ffffff94}.site-header .store-button:hover .direction-mark,.site-header .store-button:focus-visible .direction-mark{color:var(--green);background:var(--white)}.post-header{width:min(100%,860px);padding:176px var(--pad) 0;margin-inline:auto}.post-meta{color:var(--muted);align-items:center;gap:16px;font-size:20px;display:flex}.post-meta .cat{color:var(--green);letter-spacing:.06em;font-weight:700}.post-header h1{letter-spacing:-.03em;word-break:keep-all;margin-top:18px;font-size:clamp(1.75rem,3.4vw,2.9rem);font-weight:400;line-height:1.5}.post-hero-image img{aspect-ratio:16/9;object-fit:cover}.post-hero-image figcaption{color:var(--muted);margin-top:12px;font-size:20px}.toc{width:min(100%,860px);padding-inline:var(--pad);margin:clamp(48px,6vw,72px) auto 0}.toc-inner{border:1px solid var(--line);background:var(--mist);padding:22px 30px}.disc-chev{width:34px;height:34px;color:var(--green);background:var(--white);border:1px solid #cbd3cc;border-radius:50%;flex:none;transition:color .22s,background .22s,border-color .22s;position:relative}.disc-chev:after{content:"";border-bottom:1px solid;border-right:1px solid;width:8px;height:8px;transition:transform .26s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-68%)rotate(45deg)}details[open]>summary .disc-chev:after{transform:translate(-50%,-32%)rotate(225deg)}summary:hover .disc-chev,summary:focus-visible .disc-chev{color:var(--white);border-color:var(--green);background:var(--green)}.toc-inner summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;list-style:none;display:flex}.toc-inner summary::-webkit-details-marker{display:none}.toc-label{color:var(--green);letter-spacing:.14em;font-size:20px;font-weight:700}.toc-inner ol{counter-reset:toc;margin-top:14px;padding-left:0;list-style:none}.toc-inner li{counter-increment:toc}.toc-inner a{align-items:center;gap:12px;padding:4px 0;font-size:20px;font-weight:700;line-height:1.7;transition:color .14s;display:inline-flex}.toc-inner a:before{content:counter(toc, decimal-leading-zero);color:var(--green);letter-spacing:.06em;font-size:20px;font-weight:700;line-height:1}.toc-inner a:hover{color:var(--green)}.post-body{width:min(100%,860px);padding:clamp(56px, 7vw, 88px) var(--pad) 0;overflow-wrap:break-word;margin-inline:auto;font-size:clamp(20px,1.2vw,20px);line-height:2.1}.post-body h2{border-top:1px solid var(--ink);letter-spacing:-.02em;word-break:keep-all;margin-top:clamp(64px,7vw,96px);padding-top:26px;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:400;line-height:1.6}.post-body h3{margin-top:clamp(44px,5vw,64px);font-size:clamp(1.25rem,1.6vw,1.35rem);font-weight:700;line-height:1.7}.post-body h3:before{content:"";background:var(--green);vertical-align:middle;width:22px;height:1px;margin-right:14px;display:inline-block}.post-body ul,.post-body ol{padding-left:1.4em}.post-body li+li{margin-top:.5em}.post-body li::marker{color:var(--green)}.post-body figure{margin-block:clamp(40px,5vw,56px)}.post-body figure img{aspect-ratio:16/10;object-fit:cover}.post-body figcaption{color:var(--muted);margin-top:12px;font-size:20px;line-height:1.7}.post-body blockquote{border-left:2px solid var(--green);color:var(--muted);padding:4px 0 4px 26px}.post-body .note{border:1px solid var(--line);background:var(--mist);padding:24px 28px;font-size:20px;line-height:1.95}.post-body .note strong{color:var(--green-dark)}.post-cta{border:1px solid var(--line);grid-template-columns:148px 1fr auto;align-items:center;gap:26px;margin-block:clamp(48px,6vw,64px);padding:24px;display:grid}.post-cta img{aspect-ratio:1;object-fit:cover}.post-cta-copy p:nth-child(2){margin-top:6px;font-size:20px;font-weight:700;line-height:1.6}.post-cta-copy p:nth-child(3){color:var(--muted);margin-top:4px;font-size:20px}.post-cta .green-button{white-space:nowrap;margin-top:0}.faq-list{border-top:1px solid var(--ink)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:18px 4px;font-size:20px;font-weight:700;line-height:1.7;list-style:none;transition:color .16s,padding .2s cubic-bezier(.22,1,.36,1);display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--green-dark);padding-inline:12px}.faq-item>p{color:var(--muted);margin:0;padding:0 4px 26px;font-size:20px;line-height:2}.toc-float{z-index:90;opacity:0;visibility:hidden;pointer-events:none;width:min(640px,100vw - 28px);transition:opacity .24s,transform .24s,visibility 0s linear .24s;position:fixed;top:96px;left:50%;transform:translate(-50%)translateY(-8px)}.toc-float.is-show{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translate(-50%)translateY(0)}.toc-float details{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;padding:9px 12px 9px 20px;box-shadow:0 14px 38px #171a1721}.toc-float summary{cursor:pointer;align-items:center;gap:14px;min-height:34px;list-style:none;display:flex}.toc-float summary::-webkit-details-marker{display:none}.toc-float-label{color:var(--green);letter-spacing:.14em;flex:none;font-size:20px;font-weight:700}.toc-float-current{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:20px;font-weight:700;overflow:hidden}.toc-float nav{max-height:min(55vh,380px);margin-top:10px;overflow-y:auto}.toc-float ol{padding:0;list-style:none}.toc-float ol a{color:var(--muted);align-items:baseline;gap:14px;padding:9px 10px;font-size:20px;font-weight:700;line-height:1.75;transition:background .16s,color .16s;display:flex}.toc-float ol a:hover{background:var(--mist);color:var(--ink)}.toc-float ol a.is-active{background:var(--mist);color:var(--green)}.toc-float ol i{color:var(--green);letter-spacing:.08em;flex:none;font-size:20px;font-style:normal;font-weight:700}.most-read{width:min(100%,860px);padding-inline:var(--pad);margin:clamp(72px,9vw,110px) auto 0}.most-read h2{letter-spacing:-.03em;margin-top:14px;font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:400}.most-read-list{border-top:1px solid var(--ink);margin-top:26px}.most-read-list a{border-bottom:1px solid var(--line);grid-template-columns:34px 118px 1fr 36px;align-items:center;gap:clamp(14px,2vw,24px);padding:18px 4px;transition:background .18s,padding .22s cubic-bezier(.22,1,.36,1);display:grid}.most-read-list a:hover,.most-read-list a:focus-visible{background:var(--mist);outline:none;padding-inline:12px}.mr-rank{color:var(--green);letter-spacing:.08em;text-align:center;font-size:20px;font-style:normal;font-weight:700}.most-read-list figure{background:var(--mist);overflow:hidden}.most-read-list figure img{aspect-ratio:3/2;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.most-read-list a:hover figure img{transform:scale(1.05)}.mr-body{gap:5px;min-width:0;display:grid}.mr-title{font-size:20px;font-weight:700;line-height:1.65;transition:color .16s}.most-read-list a:hover .mr-title{color:var(--green-dark)}.mr-meta{color:var(--muted);align-items:center;gap:14px;font-size:20px;display:flex}.mr-meta .cat{color:var(--green);letter-spacing:.06em;font-weight:700}.most-read-list .direction-mark{justify-self:end;width:34px;height:34px}.author-box{width:min(100%,860px);padding-inline:var(--pad);margin:clamp(72px,9vw,110px) auto}.author-inner{border-top:1px solid var(--ink);grid-template-columns:92px 1fr;gap:26px;padding-top:34px;display:grid}.author-inner img{object-fit:cover;object-position:center 36%;background:var(--mist);border-radius:50%;width:92px;height:92px}.author-name{font-size:20px;font-weight:700}.author-name span{color:var(--muted);margin-left:12px;font-size:20px;font-weight:700}.author-bio{color:var(--muted);margin-top:12px;font-size:20px;line-height:2}.author-links{flex-wrap:wrap;gap:10px 26px;margin-top:16px;font-size:20px;font-weight:700;display:flex}.author-links a{color:var(--ink);align-items:center;gap:10px;transition:color .16s;display:inline-flex}.author-links a:hover{color:var(--green-dark)}.author-links .direction-mark{width:30px;height:30px}.related{background:var(--mist);margin-top:clamp(88px,11vw,150px);padding:clamp(72px,9vw,110px) 0 clamp(88px,11vw,130px);overflow:hidden}.related-head{margin-inline:auto;width:min(100%,1080px);padding-inline:var(--pad);justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:clamp(36px,4vw,52px);display:flex}.related-head h2{letter-spacing:-.035em;margin-top:14px;font-size:clamp(1.7rem,2.8vw,2.6rem);font-weight:400}.related-head .arrow-link{margin-top:0}.related-grid{width:min(100%,1080px);padding-inline:var(--pad);grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.4vw,32px);margin-inline:auto;display:grid}.related-grid .article-card{width:auto}.related-grid .article-card figure{background:var(--white)}@media (width<=680px){.post-header{padding-top:128px}.post-cta{grid-template-columns:96px 1fr}.post-cta .green-button{grid-column:1/-1;justify-self:start}.author-inner{grid-template-columns:68px 1fr;gap:18px}.author-inner img{width:68px;height:68px}.related-grid{grid-template-columns:1fr;gap:40px}}.post-body .work-gallery{grid-template-columns:repeat(3,1fr);gap:12px;margin-block:clamp(32px,4vw,48px);display:grid}.post-body .work-gallery figure{margin-block:0}.post-body .work-gallery img{aspect-ratio:1;object-fit:cover;width:100%}@media (width<=640px){.post-body .work-gallery{grid-template-columns:repeat(2,1fr);gap:8px}}.post-body .inline-linkcard{border:1px solid var(--line);color:var(--ink);grid-template-columns:120px 1fr 36px;align-items:center;gap:20px;margin-block:clamp(24px,3vw,36px);padding:14px;transition:border-color .16s,background .16s;display:grid}.post-body .inline-linkcard:hover{border-color:var(--green);background:var(--mist)}.post-body .inline-linkcard img{aspect-ratio:520/300;object-fit:cover;width:100%;margin:0}.post-body .inline-linkcard__body{flex-direction:column;gap:6px;min-width:0;display:flex}.post-body .inline-linkcard__body time{color:var(--muted);font-size:20px}.post-body .inline-linkcard__title{font-size:20px;font-weight:700;line-height:1.6}.post-body .inline-linkcard .direction-mark{justify-self:end;width:36px;height:36px}@media (width<=560px){.post-body .inline-linkcard{grid-template-columns:88px 1fr;gap:14px}.post-body .inline-linkcard .direction-mark{display:none}}.vip-cta{background:var(--forest,#14281a);color:#fff;margin-block:clamp(40px,5vw,60px);padding:clamp(28px,4vw,44px)}.vip-cta__eyebrow{letter-spacing:.12em;color:#ffffffb3;font-size:20px;font-weight:700}.vip-cta__title{margin-top:14px;font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:700;line-height:1.5}.vip-cta__desc{color:#ffffffd1;margin-top:14px;font-size:20px;line-height:1.9}.vip-cta .arrow-link{color:#fff;margin-top:22px}.vip-cta .arrow-link .direction-mark{color:#fff;border-color:#fff6}.vip-pricing{border:1px solid var(--line);margin-block:clamp(40px,5vw,60px);padding:clamp(28px,4vw,48px)}.vip-pricing__eyebrow{letter-spacing:.08em;color:var(--green);font-size:20px;font-weight:700}.vip-pricing__benefits{margin-top:24px;padding:0;list-style:none}.vip-pricing__benefits li{border-bottom:1px solid var(--line);padding:12px 0 12px 30px;font-size:20px;position:relative}.vip-pricing__benefits li:before{content:"";border-left:2px solid var(--green);border-bottom:2px solid var(--green);width:16px;height:8px;position:absolute;top:50%;left:2px;transform:translateY(-70%)rotate(-45deg)}.vip-pricing__price{flex-direction:column;gap:6px;margin-top:28px;display:flex}.vip-pricing__amount{font-size:clamp(2.2rem,5vw,3rem);font-weight:700;line-height:1}.vip-pricing__note{color:var(--muted);font-size:20px}.vip-pricing__apply{background:var(--green);color:#fff;align-items:center;gap:20px;margin-top:28px;padding:16px 26px;font-size:20px;font-weight:700;display:inline-flex}.vip-pricing__apply:hover{background:var(--green-dark)}.vip-pricing__apply .direction-mark{color:#fff;border-color:#fff6}.vip-pricing__contact{color:var(--muted);margin-top:20px;font-size:20px}.post-body i.fas,.post-body i.far,.post-body i.fab,.post-body i.fa{display:none}.post-body .wp-block-sgb-hero{margin-block:clamp(28px,4vw,44px)}.post-body .header-image{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:clamp(190px,24vw,280px);padding:24px;display:flex;position:relative}.post-body .header-image__shade{position:absolute;inset:0}.post-body .header-image__text{z-index:1;text-align:center;position:relative}.post-body .header-image__headline{color:var(--white);text-shadow:0 2px 14px #00000073;margin:0;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:700;line-height:1.6}.post-body .sgb-heading{margin-block:clamp(40px,5vw,58px) 18px;font-size:clamp(1.25rem,2.1vw,1.45rem);font-weight:700;line-height:1.6}.post-body h3.sgb-heading:before,.post-body h2.sgb-heading:before{content:none}.post-body .sgb-heading__inner{display:block}.post-body .sgb-heading__inner--center{text-align:center}.post-body .sgb-box-simple,.post-body .sng-box{border:1px solid var(--line);margin-block:clamp(26px,3.4vw,38px);padding:clamp(20px,3vw,28px);background:var(--white)!important}.post-body .sgb-box-simple__title{margin-bottom:8px;font-size:20px;font-weight:700;color:var(--ink)!important;background:0 0!important;border:0!important;padding:0!important}.post-body .sgb-box-simple__body{background:0 0!important;border:0!important;padding:0!important}.post-body .sgb-box-simple__body>:first-child{margin-top:0}.post-body .sgb-box-simple__body>:last-child{margin-bottom:0}.post-body .wp-block-columns{gap:clamp(18px,2.6vw,36px);margin-block:clamp(26px,3.4vw,38px);display:flex}.post-body .wp-block-column{flex:1;min-width:0}.post-body .wp-block-sgb-btn{margin-block:clamp(24px,3vw,34px)}.post-body .sng-align-center{text-align:center}.post-body .wp-block-sgb-btn a,.post-body .wp-block-button__link{box-sizing:border-box;overflow-wrap:anywhere;text-align:left;justify-content:space-between;align-items:center;gap:22px;max-width:100%;min-height:68px;padding:14px 14px 14px 26px;font-size:20px;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex;position:relative;background:var(--green)!important;box-shadow:none!important;color:var(--white)!important;border-radius:0!important}.post-body .wp-block-sgb-btn a:after,.post-body .wp-block-button__link:after{content:"";background:linear-gradient(currentColor,currentColor) 50%/14px 1px no-repeat,linear-gradient(currentColor,currentColor) 24px 15px/1px 6px no-repeat,linear-gradient(currentColor,currentColor) 22px 19px/6px 1px no-repeat;border:1px solid #ffffff8c;border-radius:50%;flex:none;width:40px;height:40px;transition:transform .22s cubic-bezier(.22,1,.36,1)}.post-body .wp-block-sgb-btn a:hover,.post-body .wp-block-button__link:hover{background:var(--green-dark)!important}.post-body .wp-block-sgb-btn a:hover:after,.post-body .wp-block-button__link:hover:after{transform:scale(1.06)}.post-body .sng-align-center .wp-block-sgb-btn a{text-align:left}.post-body .sgb-full-bg{padding:clamp(28px,4vw,44px) clamp(18px,3vw,34px);position:relative}.post-body .sgb-full-bg__cover,.post-body .sgb-full-bg__shade{position:absolute;inset:0}.post-body .sgb-full-bg__content{z-index:1;position:relative}@media (width<=768px){.post-body .wp-block-columns{flex-direction:column}}.post-body .sgb-full-bg__top,.post-body .sgb-full-bg__bottom{line-height:0;overflow:hidden}.post-body .sgb-full-bg__top svg,.post-body .sgb-full-bg__bottom svg{width:100%;height:auto;display:block}.post-body .wp-block-sgb-custom{border:1px solid var(--line);background:var(--white);height:100%;padding:clamp(18px,2.4vw,24px)}.post-body .wp-block-sgb-custom>div,.post-body .wp-block-sgb-custom>div>a{height:100%;color:inherit;text-decoration:none;display:block}.post-body .wp-block-sgb-custom a[href=""]{pointer-events:none}.post-body .cicon{display:none}.post-body .card__title{margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.7}.post-body .card__description{color:var(--muted);font-size:20px;line-height:1.9}.post-body .wp-block-column:has(.wp-block-sgb-custom)>div{height:100%}.post-header h1,.post-body h2,.post-body h3,.post-body .sgb-heading{overflow-wrap:anywhere}.post-body .sgb-e-link{color:var(--ink);background:#f5f5f5;grid-template-columns:minmax(220px,280px) minmax(0,1fr) 42px;align-items:center;gap:clamp(24px,4vw,48px);margin-block:clamp(30px,4vw,46px);padding:clamp(20px,3vw,30px);text-decoration:none;transition:background .18s;display:grid}.post-body .sgb-e-link:hover,.post-body .sgb-e-link:focus-visible{background:#ececec}.post-body .sgb-e-link__image img,.post-body .sgb-e-link__img{aspect-ratio:600/358;object-fit:contain;background:var(--white);width:100%;margin:0;display:block}.post-body .sgb-e-link__text{min-width:0}.post-body .sgb-e-link__catchy{color:var(--green);letter-spacing:.1em;font-size:20px;font-weight:700}.post-body .sgb-e-link__title{letter-spacing:-.025em;margin-top:8px;font-size:clamp(21px,2.3vw,27px);font-weight:700;line-height:1.5;display:block}.post-body .sgb-e-link__sitename{color:var(--muted);margin-top:10px;font-size:20px}.post-body .sgb-e-link:after{content:"→";width:42px;height:42px;color:var(--green);border:1px solid #cbd3cc;border-radius:50%;place-items:center;font-size:20px;line-height:1;transition:color .22s,background .22s,border-color .22s,transform .22s;display:grid}.post-body .sgb-e-link:hover:after,.post-body .sgb-e-link:focus-visible:after{border-color:var(--green);color:var(--white);background:var(--green);transform:translate(3px)}@media (width<=560px){.post-body .sgb-e-link{grid-template-columns:minmax(0,1fr) 32px;gap:18px;padding:20px}.post-body .sgb-e-link__image{grid-column:1/-1}.post-body .sgb-e-link__text{grid-column:1}.post-body .sgb-e-link__catchy,.post-body .sgb-e-link__title,.post-body .sgb-e-link__sitename{font-size:14px!important}.post-body .sgb-e-link:after{grid-column:2;width:32px;height:32px;font-size:16px}}.post-body iframe{border:0;width:100%;max-width:100%;display:block}.post-body .wp-block-embed-youtube iframe{aspect-ratio:16/9;height:auto}.post-body img{max-width:100%}.post-body img[style*=width]{max-width:100%;width:auto!important;height:auto!important}.post-body .wp-block-columns:has(.sgb-acc){margin-block:12px}.post-body .sgb-acc{width:100%}.post-body .sgb-acc__input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.post-body .sgb-acc__title{cursor:pointer;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:20px;min-height:68px;font-size:20px;font-weight:700;line-height:1.7;display:grid;position:relative;color:var(--ink)!important;background:#f5f5f5!important;padding:18px 22px!important}.post-body .sgb-acc__title:after{content:"＋";color:var(--green);text-align:center;font-size:24px;font-weight:400;line-height:1}.post-body .sgb-acc__input:focus-visible+.sgb-acc__title{outline:2px solid var(--green);outline-offset:3px}.post-body .sgb-acc__content{background:#fafafa;padding:22px 22px 28px;display:none}.post-body .sgb-acc__input:checked+.sgb-acc__title:after{content:"−"}.post-body .sgb-acc__input:checked+.sgb-acc__title+.sgb-acc__content{display:block}.post-body .sgb-acc__content>:first-child{margin-top:0}.post-body .sgb-acc__content>:last-child{margin-bottom:0}.post-body .wp-block-sgb-timeline{margin-block:clamp(34px,5vw,54px)}.post-body .sgb-tl{counter-reset:textbook-step;gap:0;display:grid}.post-body .sgb-tl-item{counter-increment:textbook-step;grid-template-columns:52px minmax(0,1fr);gap:6px 24px;padding-bottom:clamp(28px,4vw,42px);display:grid;position:relative}.post-body .sgb-tl-item:not(:last-child):after{content:"";background:#dfe5df;width:1px;position:absolute;top:46px;bottom:0;left:23px}.post-body .sgb-tl-item__label--default{z-index:1;width:48px;height:48px;color:var(--green);letter-spacing:.08em;background:var(--white);border:1px solid #cbd3cc;border-radius:50%;grid-row:1/span 2;place-items:center;font-size:20px;font-weight:700;line-height:1;display:grid}.post-body .sgb-tl-item__label--default:before{content:counter(textbook-step, decimal-leading-zero)}.post-body .sgb-tl-item__title{align-items:center;min-height:48px;font-size:21px;font-weight:700;line-height:1.6;display:flex}.post-body .sgb-tl-item__main{color:var(--muted);font-size:20px;line-height:1.9}.post-body .sgb-tl-item__main>:first-child{margin-top:0}.post-body .sgb-tl-item__main>:last-child{margin-bottom:0}.post-body .sgb-tl-item__marker{display:none}.post-body .wp-block-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,2vw,20px);margin-block:clamp(32px,5vw,52px);display:grid!important}.post-body .wp-block-gallery.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.post-body .wp-block-gallery figure.wp-block-image{width:100%!important;max-width:none!important;margin:0!important}.post-body .wp-block-gallery figure.wp-block-image img{aspect-ratio:auto;height:auto;width:100%!important}.post-body .wp-block-embed{width:100%;margin-block:clamp(30px,4vw,46px)}.post-body .wp-block-embed__wrapper{width:100%}.post-body .wp-block-group:has(.instagram-media){grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.4vw,28px);margin-block:clamp(34px,5vw,54px);display:grid}.post-body .wp-block-group:has(.instagram-media) .wp-block-columns,.post-body .wp-block-group:has(.instagram-media) .wp-block-column{display:contents}.post-body .instagram-media,.post-body iframe.instagram-media-rendered{aspect-ratio:auto;width:100%!important;min-width:0!important;max-width:540px!important;margin:0 auto!important}.post-body .wp-block-embed-twitter:has(.textbook-x-profile){margin-block:clamp(24px,3.4vw,36px)}.post-body .textbook-x-showcase{background:#f5f5f5;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(20px,3.5vw,40px);padding:clamp(22px,3.6vw,40px);display:grid}.post-body .textbook-x-profile{color:var(--ink);background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px clamp(18px,3vw,34px);padding:clamp(24px,3.5vw,36px);text-decoration:none;transition:background .18s;display:grid}.post-body .textbook-x-profile:hover,.post-body .textbook-x-profile:focus-visible{background:#ededed}.post-body .wp-block-columns:has(.textbook-x-profile):not(:has(.textbook-x-showcase)){align-items:stretch;gap:clamp(14px,2vw,24px)}.post-body .wp-block-columns:has(.textbook-x-profile):not(:has(.textbook-x-showcase)) .wp-block-embed{height:100%;margin-block:0}.post-body .wp-block-columns:has(.textbook-x-profile):not(:has(.textbook-x-showcase)) .wp-block-embed__wrapper,.post-body .wp-block-columns:has(.textbook-x-profile):not(:has(.textbook-x-showcase)) .textbook-x-profile{height:100%}.post-body .wp-block-embed-twitter:not(:has(.textbook-x-showcase)) .textbook-x-profile{background:#f5f5f5}.post-body .wp-block-embed-twitter:not(:has(.textbook-x-showcase)) .textbook-x-profile:hover,.post-body .wp-block-embed-twitter:not(:has(.textbook-x-showcase)) .textbook-x-profile:focus-visible{background:#ececec}.post-body .textbook-x-profile__platform{color:var(--green);letter-spacing:.12em;grid-column:1;font-size:20px;font-weight:700}.post-body .textbook-x-profile strong{overflow-wrap:anywhere;grid-column:1;font-size:clamp(22px,2.8vw,30px);line-height:1.35}.post-body .textbook-x-profile__action{white-space:nowrap;grid-area:1/2/3;align-items:center;gap:14px;font-size:20px;font-weight:700;display:inline-flex}.post-body .textbook-x-profile .direction-mark{flex:none}.post-body .textbook-x-showcase .textbook-x-profile{grid-template-columns:minmax(0,1fr)}.post-body .textbook-x-showcase .textbook-x-profile__action{white-space:normal;grid-area:auto/1;justify-content:space-between;margin-top:12px}.post-body .textbook-x-showcase__post{min-width:0}.post-body .textbook-x-showcase__label{color:var(--green);letter-spacing:.12em;margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.5}.post-body .textbook-x-showcase .twitter-tweet,.post-body .textbook-x-showcase iframe.twitter-tweet-rendered{width:100%!important;max-width:550px!important;margin:0!important}.post-body .textbook-x-showcase .twitter-tweet:not(.twitter-tweet-rendered){background:#fff;padding:24px}.post-body .textbook-x-showcase .twitter-tweet:not(.twitter-tweet-rendered) a{min-height:48px;color:var(--green);align-items:center;font-size:20px;font-weight:700;display:inline-flex}@media (width<=680px){.post-body .wp-block-gallery,.post-body .wp-block-gallery.columns-3{grid-template-columns:1fr}.post-body .sgb-tl-item{grid-template-columns:44px minmax(0,1fr);gap:6px 16px}.post-body .sgb-tl-item:not(:last-child):after{top:40px;left:20px}.post-body .sgb-tl-item__label--default{width:42px;height:42px}.post-body .sgb-tl-item__title{min-height:42px;font-size:var(--text-base);line-height:1.65}.post-body .sgb-tl-item__main{font-size:var(--text-base);line-height:1.65}.post-body .wp-block-group:has(.instagram-media){display:block}.post-body .wp-block-group:has(.instagram-media) .wp-block-columns{flex-direction:column;gap:18px;margin-block:18px;display:flex}.post-body .wp-block-group:has(.instagram-media) .wp-block-column{width:100%;display:block}.post-body .instagram-media,.post-body iframe.instagram-media-rendered{width:calc(100vw - 48px)!important}.post-body .textbook-x-profile{grid-template-columns:1fr}.post-body .textbook-x-showcase{grid-template-columns:1fr;padding:20px}.post-body .textbook-x-profile__action{grid-area:auto/1;justify-content:space-between;margin-top:10px;font-size:16px;line-height:1.65}}.post-header{width:min(100%,1080px);min-height:0;padding:clamp(132px, 13vw, 190px) var(--pad) 0;background:var(--white);margin-inline:auto;display:block;position:relative;overflow:visible}.post-section,.post-meta,.post-header h1,.post-lead{z-index:1;width:min(100%,920px);max-width:none;margin-inline:auto;position:relative}.post-meta{font-size:20px}.post-header h1{letter-spacing:-.055em;margin-top:24px;font-size:clamp(1.9rem,8.2vw,2.5rem);font-weight:700;line-height:1.2}.post-lead{color:var(--muted);margin-top:32px;font-size:clamp(20px,1.55vw,23px);line-height:1.95}.post-hero-image{width:min(100%,1120px);padding-inline:var(--pad);margin:clamp(52px,6vw,80px) auto 0}.post-hero-image img{aspect-ratio:16/9;object-fit:cover;width:100%}.toc{width:min(100%,1040px);margin-top:clamp(52px,6vw,76px)}.toc-inner{background:var(--mist);border:0;padding:38px 42px}.toc-inner a{gap:16px;padding-block:7px;font-size:20px;line-height:1.65}.toc-label{font-size:20px}.toc-inner li+li{margin-top:7px}.toc-inner a:before{font-size:20px}.toc-inner .disc-chev{width:40px;height:40px}.post-body{width:min(100%,1040px);padding-top:clamp(64px,7vw,92px);font-size:clamp(20px,1.45vw,21px);line-height:2.05}.post-body>*+*{margin-top:1.8em}.post-body>.toc,.post-body>.wp-block-group:has(.wp-block-post-date),.post-body>.wp-block-group:has(.wp-block-post-date)+.wp-block-image{display:none}.post-body h2,.post-body .sgb-heading{letter-spacing:-.045em;text-align:left;border:0;margin-top:clamp(88px,9vw,132px);padding:0;font-size:clamp(2.4rem,3.8vw,3.7rem);font-weight:700;line-height:1.35}.post-body h3{letter-spacing:-.03em;margin-top:clamp(54px,6vw,76px);font-size:clamp(1.65rem,2.4vw,2.15rem);font-weight:700;line-height:1.5}.post-body h3:before,.post-body h2:before{content:none}.post-body .sgb-heading__inner,.post-body .sgb-heading__text{display:block;color:inherit!important;font-size:inherit!important;text-align:inherit!important;background:0 0!important;border:0!important;padding:0!important}.post-body p a:not([class]),.post-body li a:not([class]){color:var(--green-dark);text-underline-offset:.2em;text-decoration:underline;text-decoration-thickness:1px}.post-body .wp-block-paragraph{font-size:inherit!important}.post-body figure.wp-block-image{display:block;transform:none;width:100%!important;max-width:100%!important;margin-inline:auto!important}.post-body figure img{aspect-ratio:auto;object-fit:contain;height:auto;display:block;width:100%!important;max-width:none!important}.textbook-article .post-body{width:min(100%,1280px)}.textbook-article .post-body>:not(figure.wp-block-image){width:min(100%,920px);margin-left:auto;margin-right:auto}.post-body figure.wp-block-image{width:min(100%,1120px)!important;max-width:1120px!important}.post-body figure.wp-block-image img{object-fit:contain;width:100%!important;max-width:none!important;height:auto!important;aspect-ratio:attr(width type(<number>)) / attr(height type(<number>))!important;content-visibility:visible!important;contain-intrinsic-size:none!important}.textbook-index-nav{width:min(calc(100% - (var(--pad) * 2)), 920px);margin:clamp(88px,10vw,136px) auto}.textbook-index-nav a{color:var(--ink);background:#f5f5f5;grid-template-columns:minmax(240px,300px) minmax(0,1fr) 44px;align-items:center;gap:clamp(20px,3vw,36px);padding:clamp(26px,4vw,40px);text-decoration:none;transition:background .18s;display:grid}.textbook-index-nav a:hover,.textbook-index-nav a:focus-visible{background:#ececec}.textbook-index-nav img{aspect-ratio:1191/710;object-fit:cover;width:100%;height:auto;display:block}.textbook-index-nav .direction-mark{width:44px;height:44px;transform:rotate(180deg)}.textbook-index-nav a:hover .direction-mark,.textbook-index-nav a:focus-visible .direction-mark{transform:rotate(180deg)scale(1.06)}.textbook-index-nav__copy{flex-direction:column;gap:6px;display:flex}.textbook-index-nav__copy>span{color:var(--green);letter-spacing:.12em;font-size:20px;font-weight:700}.textbook-index-nav__copy strong{letter-spacing:-.03em;font-size:clamp(22px,2.6vw,30px);line-height:1.45}.textbook-index-nav__description{color:var(--muted);margin-top:8px;font-size:20px;line-height:1.8}.textbook-article-author+.textbook-index-nav{margin-top:0}.textbook-article-author{width:100%;padding:0 var(--pad) clamp(96px, 10vw, 136px);background:var(--white);margin-top:clamp(96px,11vw,152px)}.textbook-article-author__inner{background:#f5f5f5;grid-template-columns:minmax(160px,190px) minmax(0,1fr);align-items:center;gap:clamp(40px,5vw,72px);width:min(100%,1120px);margin-inline:auto;padding:clamp(48px,6vw,72px);display:grid}.textbook-article-author__label{color:var(--green);letter-spacing:.16em;font-size:20px;font-weight:700;line-height:1.5}.textbook-article-author__portrait{justify-content:center;align-items:center;display:flex}.textbook-article-author__portrait img{aspect-ratio:1;object-fit:cover;object-position:50% 38%;background:var(--white);border-radius:50%;width:100%;max-width:184px;display:block}.textbook-article-author__content{min-width:0}.textbook-article-author__heading{flex-wrap:wrap;align-items:baseline;gap:4px 18px;margin-top:12px;display:flex}.textbook-article-author__name{letter-spacing:-.025em;font-size:clamp(25px,2.6vw,32px);font-weight:700;line-height:1.35}.textbook-article-author__role{color:var(--muted);font-size:20px;line-height:1.7}.textbook-article-author__bio{max-width:820px;color:var(--muted);margin-top:22px;font-size:20px;line-height:2}.textbook-article-author__links{flex-wrap:wrap;gap:14px 28px;margin-top:20px;display:flex}.textbook-article-author__links a{color:var(--ink);align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.textbook-article-author__links .direction-mark{width:30px;height:30px}.textbook-article .post-body .wp-block-separator{display:none}.textbook-article .post-body .nj-shopping-link{margin-block:28px;background:var(--mist)!important;padding:clamp(28px,4vw,46px)!important}.textbook-article .post-body .nj-shopping-link>.wp-block-columns{grid-template-columns:minmax(150px,190px) minmax(0,1fr);align-items:start;gap:clamp(30px,4.5vw,58px);margin:0;display:grid}.textbook-article .post-body .nj-shopping-link .wp-block-column{min-width:0}.textbook-article .post-body .nj-shopping-link figure{margin:0!important}.textbook-article .post-body .nj-shopping-link figure img{aspect-ratio:auto;object-fit:contain;height:auto;width:100%!important}.textbook-article .post-body .nj-shopping-link>.wp-block-columns>.wp-block-column:last-child{flex-direction:column;align-items:flex-start;display:flex}.textbook-article .post-body .nj-shopping-link .wp-block-group{width:100%}.textbook-article .post-body .nj-shopping-link .wp-block-group>p:first-child{letter-spacing:-.025em;margin:0;line-height:1.55;font-size:23px!important;font-weight:700!important}.textbook-article .post-body .nj-shopping-link .has-text-color{margin-top:10px;line-height:1.7;color:var(--muted)!important;font-size:20px!important}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn-group{margin-block:22px 18px}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn a{min-height:54px;padding:14px 24px;font-size:20px}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn a .direction-mark{width:32px;height:32px;color:var(--white);border-color:#ffffff8f;margin-left:4px}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn a:hover .direction-mark,.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn a:focus-visible .direction-mark{color:var(--white);background:0 0;border-color:#ffffffd6}.textbook-article .post-body .nj-shopping-link>.wp-block-columns>.wp-block-column:last-child>p:last-child{color:var(--muted);margin-top:0;font-size:20px;line-height:1.95}.post-body .textbook-related-link{color:var(--ink);background:var(--mist);grid-template-columns:minmax(210px,280px) minmax(0,1fr) 42px;align-items:center;gap:clamp(24px,4vw,48px);margin-top:clamp(36px,5vw,56px);padding:clamp(20px,3vw,30px);text-decoration:none;display:grid}.post-body .textbook-related-link>img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.textbook-related-link__body{flex-direction:column;gap:10px;min-width:0;display:flex}.textbook-related-link__label{color:var(--green);letter-spacing:.14em;font-size:20px;font-weight:700}.textbook-related-link__body strong{letter-spacing:-.03em;font-size:clamp(21px,2.2vw,28px);line-height:1.5}.textbook-related-link__body>span:last-child{color:var(--muted);font-size:20px;line-height:1.8}.textbook-related-link .direction-mark{width:42px;height:42px}.textbook-related-link:hover .direction-mark,.textbook-related-link:focus-visible .direction-mark{transform:none}.post-body .textbook-store-cta{min-height:clamp(300px,32vw,380px);color:var(--ink);background:#f3f3f3;grid-template-columns:minmax(300px,1.05fr) minmax(0,.95fr);margin-block:clamp(34px,5vw,58px);text-decoration:none;display:grid}.textbook-store-cta__visual{min-width:0;overflow:hidden}.textbook-store-cta__visual img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block;margin:0!important}.textbook-store-cta__body{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(30px,5vw,56px);display:flex}.textbook-store-cta__label{color:var(--green);letter-spacing:.14em;margin-bottom:18px;font-size:20px;font-weight:700}.textbook-store-cta__body strong{letter-spacing:-.035em;font-size:clamp(25px,3vw,36px);line-height:1.45}.textbook-store-cta__description{color:var(--muted);margin-top:18px;font-size:20px;line-height:1.85}.textbook-store-cta__action{align-items:center;gap:14px;margin-top:26px;font-size:20px;font-weight:700;display:inline-flex}.textbook-store-cta__action .direction-mark{width:42px;height:42px}.textbook-store-cta:hover .textbook-store-cta__visual img,.textbook-store-cta:focus-visible .textbook-store-cta__visual img{transform:scale(1.018)}.post-body figcaption{font-size:20px}.post-body blockquote{border-left:3px solid var(--green);color:var(--muted);margin-block:clamp(34px,4vw,48px);padding:8px 0 8px 28px;font-size:20px}.post-body .wp-block-sgb-list>div>ul,.post-body .wp-block-sgb-list>div>ol{margin:0;padding:clamp(24px,3vw,34px) clamp(24px,4vw,42px);list-style:none;background:var(--mist)!important;border:0!important}.post-body .wp-block-sgb-list li{padding-left:30px;font-size:20px;line-height:1.8;position:relative}.post-body .wp-block-sgb-list li+li{margin-top:12px}.post-body .li-check li:before,.post-body .li-chevron li:before,.post-body .li-yubi li:before{content:"";border-bottom:2px solid var(--green);border-left:2px solid var(--green);width:13px;height:7px;position:absolute;top:.72em;left:2px;transform:rotate(-45deg)}.post-body .ol-circle ol{counter-reset:article-list}.post-body .ol-circle li{counter-increment:article-list;grid-template-columns:48px minmax(0,1fr);align-items:baseline;column-gap:14px;padding-left:0;font-size:20px;display:grid}.post-body .ol-circle li:before{content:counter(article-list, decimal-leading-zero);color:var(--green);font-size:20px;font-weight:700;line-height:inherit;font-variant-numeric:tabular-nums;position:static}.post-body .sgb-block-say{grid-template-columns:92px minmax(0,1fr);align-items:start;gap:24px;margin-block:clamp(34px,4vw,50px);display:grid}.post-body .sgb-block-say-avatar img{object-fit:cover;object-position:50% 38%;border-radius:50%;width:82px;height:82px;border:2px solid #8bcf9e!important}.post-body .sgb-block-say-avatar__name{text-align:center;margin-top:8px;font-size:20px;font-weight:700;line-height:1.4;color:var(--green)!important}.post-body .sgb-block-say-text__content{border-radius:10px;padding:24px 30px;font-size:20px;line-height:1.9;position:relative;color:var(--ink)!important;background:#f4faf1!important;border:1px solid #8bcf9e!important}.post-body .sgb-block-say-text__content:before{content:"";background:#f4faf1;border-bottom:1px solid #8bcf9e;border-left:1px solid #8bcf9e;width:16px;height:16px;position:absolute;top:30px;left:-9px;transform:rotate(45deg)}.post-body .sgb-block-say-text__before,.post-body .sgb-block-say-text__after{display:none}.post-body .wp-block-sgb-rate{background:0 0;margin-block:clamp(36px,5vw,56px);padding:0}.post-body .rate-title{color:var(--ink);align-items:center;gap:12px;font-size:clamp(1.45rem,2.2vw,1.8rem);font-weight:700;line-height:1.5;display:flex}.post-body .rate-title:before{content:"";background:var(--green);clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%);border-radius:2px 2px 0 0;flex:none;width:12px;height:22px}.post-body .rate-box{gap:0;margin-top:24px;display:grid}.post-body .rateline{background:var(--mist);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:24px;padding:16px 22px;display:grid}.post-body .rateline:nth-of-type(2n){background:#f7f8f6}.post-body .rateline.end-rate{background:#eaf4ee}.post-body .rate-thing,.post-body .rate-star{font-size:16px;line-height:1.7}.post-body .textbook-index-nav__description,.post-body .sgb-block-say-avatar__name,.post-body .rate-thing{font-size:16px}.post-body .rate-star{min-width:168px;color:var(--muted);white-space:nowrap;font-weight:700}.post-body .rate-star i.fa,.post-body .rate-star i.fas{color:#e8a000;text-align:center;width:1.05em;font-style:normal;line-height:1;position:relative;font-family:inherit!important;display:inline-block!important}.post-body .rate-star i.fa-star:before{content:"★"}.post-body .rate-star i.rate-star-empty,.post-body .rate-star i.fa-star-half-alt{color:#cfd4cf}.post-body .rate-star i.fa-star-half-alt:before{content:"★"}.post-body .rate-star i.fa-star-half-alt:after{content:"★";color:#e8a000;width:50%;position:absolute;inset:0 auto 0 0;overflow:hidden}.post-body .sgb-box-simple,.post-body .sng-box,.post-body .note{border:0;padding:clamp(26px,4vw,38px);background:var(--mist)!important}.post-body .sgb-box-simple__title{margin-bottom:12px;font-size:20px}.post-body .wp-block-sgb-btn a,.post-body .wp-block-button__link,.post-body .card__title,.post-body .card__description,.post-body .sgb-e-link__title{font-size:20px}.post-body .has-text-align-right{text-align:right}.post-body .wp-block-sgb-btn-group{flex-wrap:wrap;gap:12px;margin-block:24px;display:flex}.post-body .wp-block-sgb-btn-group .wp-block-sgb-btn{margin:0}.post-body .wp-block-sgb-full-bg{margin-block:clamp(48px,6vw,76px)!important}.post-body .sgb-full-bg{overflow:hidden;margin:0!important;padding:clamp(28px,4vw,44px)!important}.post-body .divheader{place-items:center;min-height:clamp(260px,38vw,420px);display:grid;position:relative;overflow:hidden;background:var(--mist)!important}.post-body .divheader__img,.post-body .divheader__shade{position:absolute;inset:0}.post-body .divheader__img>img{object-fit:cover;width:100%;height:100%}.post-body .divheader__shade{z-index:1;background:#05130c75!important}.post-body .divheader__text{z-index:2;text-align:center;max-width:720px;padding:clamp(28px,5vw,56px);position:relative}.post-body .divheader__headline{letter-spacing:-.035em;font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:700;line-height:1.4;color:var(--white)!important}.post-body .divheader__descr{margin-top:14px;font-size:20px;line-height:1.9;color:#ffffffd6!important}.post-body .divheader__btn{margin-top:24px}.post-cta{background:var(--mist);border:0;padding:30px}.most-read,.author-box{width:min(100%,1040px)}.most-read h2,.related-head h2{letter-spacing:-.045em;font-weight:700}.author-inner{background:var(--mist);border-top:0;padding:clamp(28px,4vw,42px)}.author-name,.author-name span{font-size:20px}.author-bio{font-size:20px;line-height:1.95}.author-links,.toc-float-label,.toc-float-current,.toc-float ol a{font-size:20px}.toc-float{width:min(760px,100vw - 28px)}.toc-float details{padding:12px 16px 12px 24px}.toc-float summary{gap:18px;min-height:46px}.toc-float .disc-chev{width:36px;height:36px}.toc-float ol a{gap:18px;padding:12px 14px;line-height:1.7}.toc-float ol i{font-size:20px}.related{background:var(--mist)}.related-head h2{font-size:clamp(2.3rem,3.8vw,4rem)}@media (width<=680px){.post-header{padding:118px var(--pad) 0}.post-header h1{line-height:1.22}.post-lead{font-size:var(--text-base);margin-top:24px;line-height:1.65}.toc-inner,.post-cta,.author-inner{padding:24px}.post-body h2,.post-body .sgb-heading{font-size:clamp(2rem,9vw,2.8rem)}.post-body .sgb-block-say{grid-template-columns:66px minmax(0,1fr);gap:16px}.post-body .sgb-block-say-avatar img{width:62px;height:62px}.post-body .sgb-block-say-text__content{padding:20px}.post-body .sgb-block-say-text__content:before{top:24px}.post-body .ol-circle li{font-size:var(--text-base);grid-template-columns:42px minmax(0,1fr);column-gap:10px;line-height:1.65}.post-body .ol-circle li:before{font-size:var(--text-base)}.textbook-article-author{margin-top:72px;padding-bottom:72px}.textbook-article-author__inner{grid-template-columns:1fr;gap:24px;padding:40px 28px}.textbook-article-author__portrait{justify-content:flex-start}.textbook-article-author__portrait img{width:116px}.textbook-article-author__name{font-size:25px}.textbook-article-author__bio{font-size:16px;line-height:1.65}.textbook-article-author__links{gap:12px 20px}.textbook-article .post-body .nj-shopping-link{padding:24px 20px!important}.textbook-article .post-body .nj-shopping-link>.wp-block-columns{grid-template-columns:minmax(0,1fr);gap:24px}.textbook-article .post-body .nj-shopping-link>.wp-block-columns>.wp-block-column:first-child{justify-content:center;display:flex}.textbook-article .post-body .nj-shopping-link figure{width:min(100%,220px)!important}.textbook-article .post-body .nj-shopping-link>.wp-block-columns>.wp-block-column:last-child{width:100%;display:flex}.textbook-article .post-body .nj-shopping-link .wp-block-group,.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn-group{grid-column:auto;align-self:stretch;width:100%!important}.textbook-article .post-body .nj-shopping-link .wp-block-group>p:first-child{font-size:var(--text-base)!important;line-height:1.65!important}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn-group{margin:20px 0 0}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn-group>div,.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn,.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn a{box-sizing:border-box;width:100%!important}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn{margin:0}.textbook-article .post-body .nj-shopping-link .wp-block-sgb-btn a{word-break:normal;justify-content:space-between;min-height:56px;padding:14px 18px}.textbook-article .post-body .nj-shopping-link>.wp-block-columns>.wp-block-column:last-child>p:last-child{font-size:var(--text-base);margin-top:8px;line-height:1.65}.textbook-index-nav a{grid-template-columns:40px minmax(0,1fr);gap:16px;padding:24px 20px}.textbook-index-nav img{grid-column:1/-1}.textbook-index-nav__copy{grid-area:2/2}.textbook-index-nav .direction-mark{grid-area:2/1;width:32px;height:32px}.post-body .textbook-store-cta{grid-template-columns:1fr;min-height:0}.textbook-store-cta__visual{aspect-ratio:1402/600}.textbook-store-cta__body{padding:28px 24px 30px}.textbook-store-cta__body strong{font-size:25px}.textbook-store-cta__description{font-size:var(--text-base);line-height:1.65}.post-body .textbook-related-link{grid-template-columns:1fr 38px;gap:18px;padding:20px}.post-body .textbook-related-link>img{grid-column:1/-1}.textbook-related-link .direction-mark{width:32px;height:32px}.post-body .rateline{grid-template-columns:1fr;gap:6px;padding:16px 18px}.post-body .rate-star{min-width:0}}.post-section{width:min(100%,920px);color:var(--green);letter-spacing:.18em;margin-inline:auto;font-size:20px;font-weight:700}.post-header h1{margin-top:20px}.post-headmeta{border-bottom:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin-top:clamp(32px,4vw,48px);padding-bottom:22px;font-size:13px;display:flex}.post-headmeta-author{color:var(--ink);align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.post-headmeta-author img{object-fit:cover;object-position:center 22%;border-radius:50%;width:32px;height:32px}.post-chiprow{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.post-chiprow span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:4px 8px;font-size:14px}.post-chiprow .post-tag{color:var(--green);border-color:#b8c9bd}.post-readtime{justify-content:center;align-items:center;min-height:28px;margin-left:auto;display:inline-flex;padding:4px 8px!important;font-size:14px!important;line-height:1!important}.toc,.toc a,.toc li,.toc span,.toc strong{font-size:16px}.story-article .post-header{position:relative;overflow-x:clip}.story-article .post-header:before{content:"";z-index:0;aspect-ratio:1200/630;pointer-events:none;background:url(/images/2026/07/moss-story-mark.png) 50%/contain no-repeat;width:min(62%,620px);position:absolute;top:-6%;right:-4%}.story-article .post-header>*{z-index:1;position:relative}@media (width<=900px){.story-article .post-header:before{width:min(86%,420px);top:-2%;right:-8%}}.story-next-hub .direction-mark.is-back{transform:rotate(180deg)}.story-next-hub:hover .direction-mark.is-back,.story-next-hub:focus-visible .direction-mark.is-back{transform:rotate(180deg)scale(1.06)}.post-back-to-list{width:min(100%,860px);padding-inline:var(--pad);margin:clamp(48px,6vw,72px) auto clamp(56px,8vw,96px);display:flex}.post-back-link{color:var(--ink);align-items:center;gap:14px;font-size:20px;font-weight:700;text-decoration:none;display:inline-flex}.post-back-link:hover,.post-back-link:focus-visible{color:var(--green)}.post-back-link .direction-mark.is-back{transform:rotate(180deg)}.post-back-link:hover .direction-mark.is-back,.post-back-link:focus-visible .direction-mark.is-back{transform:rotate(180deg)scale(1.06)}@media (width<=680px){.post-body p,.post-body p strong,.post-body li,.post-body li strong,.post-body .has-background,.post-body .has-background strong,.post-body ul,.post-body ol,.post-body li,.post-body dl,.post-body dt,.post-body dd,.post-body table,.post-body figcaption,.post-body .sng-box p,.post-body .wp-block-sgb-box p,.post-body .inline-linkcard__description,.post-body .sng-linkcard__description,.post-body .wp-block-sgb-accordion__title,.post-body .wp-block-sgb-accordion__content,.post-body .big,.post-body .small,.post-body .has-small-font-size,.post-body .has-medium-font-size,.post-body .has-large-font-size,.post-body .has-huge-font-size,.post-lead{font-size:var(--text-base)!important;white-space:normal!important;overflow-wrap:break-word!important;line-height:1.65!important}.post-section,.post-meta{gap:8px 16px;font-size:13px}.post-meta .cat{padding:4px 8px;font-size:14px}.post-body p.wp-block-paragraph{font-size:var(--text-base)!important}.post-body h2.wp-block-heading.has-background{font-size:clamp(2rem,9vw,2.8rem)!important}.post-body .wp-block-sgb-btn a,.post-body .wp-block-button__link,.post-body .wp-block-file__button{align-items:center;white-space:normal!important;height:auto!important;min-height:48px!important;padding:12px 14px 12px 20px!important;font-size:16px!important;line-height:1.4!important}.post-body .wp-block-sgb-btn a:after,.post-body .wp-block-button__link:after{background:linear-gradient(currentColor,currentColor) 50%/12px 1px no-repeat,linear-gradient(currentColor,currentColor) 20px 11px/1px 5px no-repeat,linear-gradient(currentColor,currentColor) 18px 15px/5px 1px no-repeat;flex-shrink:0;width:32px;height:32px}.toc-float details{padding:8px 12px 8px 16px}.toc-float summary{gap:12px;min-height:32px}.toc-float-label,.toc-float-current{font-size:14px}.toc-float .disc-chev{width:26px;height:26px}.toc-float ol a{padding:8px 10px;font-size:14px;line-height:1.5}.post-body .rate-thing,.post-body .rate-star,.sgb-block-say-avatar__name{font-size:16px!important;line-height:1.6!important}.post-body .rate-box .rateline{grid-template-columns:1fr;gap:6px;padding:16px 18px}.textbook-article-author__links a{font-size:18px}}.story-article .post-header,.story-next{width:min(100%, calc(760px + var(--pad) * 2))}.post-hero-image.is-uncropped img{aspect-ratio:auto;width:auto;max-width:100%;max-height:78vh;margin-inline:auto}.story-body{width:min(100%,1120px);line-height:2.05}.story-body>p,.story-body>h2,.story-body>h3,.story-body>ul,.story-body>ol,.story-body>hr,.story-body>blockquote,.story-body>iframe,.story-body>[data-story=overture],.story-body>figure>figcaption{width:min(100%,760px);margin-inline:auto}.story-body>[data-story=overture]{background:var(--mist);margin-bottom:clamp(56px,7vw,88px);padding:clamp(28px,4vw,40px) clamp(24px,4vw,44px)}.story-body [data-story=overture-title]{color:var(--ink);letter-spacing:-.04em;text-wrap:balance;font-size:clamp(1.3rem,2.1vw,1.7rem);font-weight:700;line-height:1.7}.story-body [data-story=overture-sub]{color:var(--muted);margin-top:14px;font-size:20px;line-height:1.9}.story-body figure{margin-block:clamp(48px,6vw,76px)}.story-body figure img{aspect-ratio:auto;width:auto;max-width:100%;max-height:78vh;margin-inline:auto}.story-body figcaption{text-align:center}.story-body [data-story=gallery]{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.story-body [data-story=gallery] figure{margin:0}.story-body [data-story=gallery] img{aspect-ratio:4/3;object-fit:cover;width:100%;max-height:none}.story-body blockquote[data-story=say]{border-left:2px solid var(--green);padding:6px 0 6px 26px}.story-body [data-story=say-name]{color:var(--ink);margin-bottom:8px;font-size:20px;font-weight:700}.story-body blockquote p+p{margin-top:1em}.story-body [data-story=ref]{background:var(--mist);flex-wrap:wrap;gap:8px 16px;padding:18px 22px;font-size:20px;line-height:1.8;display:flex}.story-body [data-story=ref]>span{color:var(--green);flex:0 0 100%;font-weight:700}.story-body [data-story=ref] a{color:var(--ink);align-items:center;gap:14px;display:inline-flex}.story-body [data-story=ref] .direction-mark{flex:none}.story-body hr{border:0;border-top:1px solid var(--line);margin-block:clamp(48px,6vw,72px)}.story-body iframe{aspect-ratio:16/9;width:min(100%,760px);height:auto;margin-inline:auto;display:block}.story-next{padding-inline:var(--pad);margin:clamp(72px,8vw,112px) auto 0}.story-next-card{background:var(--mist);color:var(--ink);grid-template-columns:minmax(0,280px) minmax(0,1fr);align-items:center;gap:clamp(20px,3vw,36px);padding:clamp(20px,2.5vw,28px);text-decoration:none;transition:background .22s;display:grid}.story-next-card:hover,.story-next-card:focus-visible{background:#e6ebe4}.story-next-card img{aspect-ratio:4/3;object-fit:cover}.story-next-label{color:var(--green);font-size:20px;font-weight:700;display:block}.story-next-card strong{letter-spacing:-.04em;margin-top:10px;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;line-height:1.5;display:block}.story-next-lead{color:var(--muted);margin-top:12px;font-size:20px;line-height:1.9;display:block}.story-next-card .direction-mark{margin-top:20px}.story-next-hub{color:var(--ink);align-items:center;gap:14px;margin-top:28px;font-size:20px;font-weight:700;text-decoration:none;display:inline-flex}.story-next-hub:hover,.story-next-hub:focus-visible{color:var(--green)}@media (width<=720px){.story-next-card{grid-template-columns:1fr}.story-next-card img{aspect-ratio:16/9}.story-body [data-story=overture-sub],.story-body [data-story=say-name],.story-body [data-story=ref],.story-next-label,.story-next-lead,.story-next-hub{font-size:16px;line-height:1.65}}
