/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.breadcrumbs a{font-size:16px}.post-content{color:var(--content);margin:30px 0}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.post-meta .i18n_list li a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin-bottom:var(--content-gap);border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}.post-content .post-image-vw{display:block;width:63vw;max-width:none!important;height:auto;position:relative;left:50%;transform:translateX(-50%);border-radius:0}.post-content{font-size:1.02rem;line-height:1.82}.post-content>p{max-width:42.5rem;margin:0 auto 1.35rem;font-size:1.25rem;line-height:1.78;letter-spacing:-.02em}.post-content>p:first-of-type{font-size:1.25rem;line-height:1.78;letter-spacing:-.012em;opacity:.94;margin-top:.5rem;margin-bottom:2.35rem}.post-content h3{max-width:44rem;margin:4.5rem auto .8rem;font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.15;letter-spacing:-.015em;text-transform:none}.post-content h3+p{max-width:42.5rem;margin:0 auto 2.8rem;font-size:1.12rem;line-height:1.8;color:rgba(0,0,0,.78)}body.dark .post-content h3+p{color:rgba(255,255,255,.78)}.post-content hr,.post-content blockquote,.post-content ul,.post-content ol{max-width:42.5rem;margin-left:auto;margin-right:auto}.post-content blockquote{margin-top:3rem;margin-bottom:3rem;padding:.35rem 0 .35rem 1.35rem;border-left:2px solid rgba(127,127,127,.22);font-size:1.18rem;line-height:1.7;letter-spacing:-.01em;opacity:.9}.post-content blockquote p{margin:0}.post-content blockquote p+p{margin-top:1rem}.post-content .editorial-standfirst{max-width:46rem;margin:0 auto 2rem;font-size:1.28rem;line-height:1.82;letter-spacing:-.014em;opacity:.94}.post-content .editorial-standfirst>:first-child{margin-top:0}.post-content .editorial-standfirst>:last-child{margin-bottom:0}.post-content .editorial-pullquote{max-width:52rem;margin:4.5rem auto 4rem;padding:0 1rem}.post-content .editorial-pullquote blockquote{max-width:none;margin:0;padding:0;border-left:0;font-family:var(--font-serif);font-size:clamp(2rem,3vw,2.875rem);line-height:1.05;font-weight:400;letter-spacing:-.035em;opacity:.96}.post-content .editorial-pullquote figcaption{margin-top:1.25rem;font-size:.6875rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#8f887e;opacity:1}.post-content .editorial-pullquote--right{max-width:44rem;margin-right:0}.post-content .editorial-pullquote--left{max-width:44rem;margin-left:0}.post-content{counter-reset:article-sections}.post-content .article-section-heading{counter-increment:article-sections;max-width:44rem;margin:4.5rem auto 1.75rem;font-family:var(--font-serif);font-size:clamp(2.125rem,3vw,2.75rem);line-height:1.08;font-weight:400;letter-spacing:-.025em}.post-content .article-section-heading::before{content:counter(article-sections,decimal-leading-zero)" / " attr(data-section-label);display:block;margin-bottom:1rem;font-size:.6875rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#a39b90}.post-content h2{max-width:44rem}.post-content h3.article-section-heading{font-size:clamp(1.9rem,2.5vw,2.35rem);line-height:1.1}.post-content ul{list-style:none;padding-left:0;margin-top:1.75rem}.post-content li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1.1875rem;line-height:1.65}.post-content li::before{content:"—";position:absolute;left:0;color:#a39b90}.post-content h2+p,.post-content h2+ul,.post-content h2+ol{max-width:44rem;margin-left:auto;margin-right:auto}.post-content h2+h3{margin-top:1.4rem}.post-content strong{font-weight:600}.post-content figure.figure{margin:2.4rem 0}.post-content figure.figure.image-grid-figure{margin:2.6rem 0}.post-content .image-grid{display:grid;width:63vw;position:relative;left:50%;transform:translateX(-50%);gap:.75rem}.post-content .image-grid.image-grid--duo{grid-template-columns:repeat(2,minmax(0,1fr))}.post-content .image-grid.image-grid--trio{grid-template-columns:repeat(3,minmax(0,1fr))}.post-content .image-grid.image-grid--quad{grid-template-columns:repeat(2,minmax(0,1fr))}.post-content .image-grid.image-grid--six{grid-template-columns:repeat(3,minmax(0,1fr))}.post-content .image-grid__item{display:block;width:100%;height:auto;border-radius:0}.post-content .image-grid__item.lightbox-target{cursor:zoom-in}.post-content .post-image-vw.lightbox-target{cursor:zoom-in}@media(max-width:1024px){.post-content{font-size:1rem;line-height:1.76}.post-content>p,.post-content h3,.post-content h3+p,.post-content hr,.post-content blockquote,.post-content ul,.post-content ol{max-width:calc(100% - 1.5rem)}.post-content>p:first-of-type{font-size:1.11rem;margin-bottom:1.95rem}.post-content h2{margin-top:3.4rem;margin-bottom:.8rem;font-size:1.35rem}.post-content h3{margin-top:3.25rem;margin-bottom:.7rem}.post-content h3+p{margin-bottom:2.15rem}.post-content .post-image-vw{width:100vw;border-radius:0}.post-content .image-grid{width:100vw;gap:.35rem}.post-content .image-grid.image-grid--duo{grid-template-columns:1fr}.post-content .image-grid.image-grid--trio{grid-template-columns:1fr}.post-content .image-grid.image-grid--quad{grid-template-columns:repeat(2,minmax(0,1fr))}.post-content .image-grid.image-grid--six{grid-template-columns:repeat(2,minmax(0,1fr))}.post-content .image-grid__item{border-radius:0}.post-content blockquote{padding-left:1rem;font-size:1.06rem;margin-top:2.35rem;margin-bottom:2.35rem}.post-content .editorial-standfirst{font-size:1.12rem;margin-bottom:2.2rem}.post-content .editorial-pullquote{margin:2.6rem auto;padding:0}.post-content .editorial-pullquote blockquote{font-size:1.28rem;line-height:1.34}}.post-content figure.figure{overflow:visible}@media(min-width:1025px){.post-content .post-image-vw.portrait{width:auto;max-width:63vw;height:auto;max-height:89vh}.post-content .post-image-vw.portrait.portrait-tall{max-height:85vh}.post-content .post-image-vw.portrait.portrait-xtall{max-height:81vh}.post-content figure.figure:has(>img.post-image-vw.portrait){margin:1rem 0!important}.post-content .image-grid__item{max-height:85vh;object-fit:cover}}.post-content>p+figure.figure,.post-content>p+figure.figure.image-grid-figure,.post-content h3+p+figure.figure,.post-content h3+p+figure.figure.image-grid-figure{margin-top:0}.post-content figure.figure+h3{margin-top:4rem}.post-content figure.figure+figure.figure,.post-content figure.figure+figure.figure.image-grid-figure,.post-content figure.figure.image-grid-figure+figure.figure,.post-content figure.figure.image-grid-figure+figure.figure.image-grid-figure{margin-top:1.4rem}.content-bridge{width:min(44rem,100%);margin:4rem auto 0;display:grid;gap:1rem}.content-bridge__card{border:1px solid rgba(127,127,127,.12);border-radius:20px;padding:1.25rem;background:rgba(127,127,127,4%)}.content-bridge__kicker{margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;opacity:.6}.content-bridge__card h2{margin:0 0 .65rem;font-size:1.35rem}.content-bridge__card p{margin:0 0 1rem;line-height:1.7;opacity:.8}:root{--font-sans:"Inter", system-ui, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--theme:rgb(243, 240, 234);--entry:rgb(237, 232, 223);--primary:rgb(21, 21, 21);--secondary:rgb(111, 106, 99);--tertiary:rgb(163, 155, 144);--content:rgb(21, 21, 21);--code-bg:rgb(237, 232, 223);--border:rgb(216, 210, 200)}body{font-family:var(--font-sans);font-size:16px;line-height:1.65;letter-spacing:-.01em}.post-content,.notes-content,.post-header,[id]{scroll-margin-top:120px}.post-single{width:min(1200px,calc(100% - 2rem));margin:0 auto}.post-header{max-width:47.5rem;margin:0 auto;padding:4.5rem 0 1.25rem}.post-header .breadcrumbs{margin-bottom:1.15rem;opacity:.6}.entry-series{margin:0 0 1.25rem;font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#8f887e}.post-kicker{margin:0 0 1.25rem;font-size:.8125rem;font-weight:500;letter-spacing:0;text-transform:none;color:#151515;opacity:1}.post-title{margin:0;font-size:clamp(3rem,5.6vw,4.75rem);line-height:1;font-weight:500;letter-spacing:-.04em;max-width:760px;text-wrap:balance}.entry-hint--text{display:inline-block;margin-left:.8rem;vertical-align:middle;font-size:.72rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#a39b90}.post-description{margin-top:1.75rem;max-width:43.75rem;font-size:1.25rem;line-height:1.6;color:#6f6a63;opacity:1}.post-meta{margin-top:1.875rem;padding-top:1.375rem;border-top:1px solid #d8d2c8;font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#a39b90;opacity:1;gap:.35rem}.post-footer{width:min(44rem,100%);margin:4rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(127,127,127,.12)}.post-cover-wrap{margin:0 auto 2.25rem;width:min(1200px,100%)}.post-cover-wrap .entry-cover{margin:0}.post-cover-wrap .entry-cover img{display:block;width:100%;max-height:78vh;object-fit:cover;border-radius:0;box-shadow:0 24px 60px rgba(0,0,0,8%)}.post-cover-wrap .entry-cover figcaption{max-width:40rem;margin:.95rem auto 0;padding:0 1rem;font-size:.92rem;line-height:1.65;text-align:center;opacity:.66}.post-single--notes .post-header{max-width:52rem;margin-left:auto;margin-right:auto}.notes-content>p:first-of-type{font-size:1.12rem}.notes-content h3{font-size:clamp(1.22rem,2vw,1.5rem)}.notes-content ul{line-height:1.8}.story-grid--notes{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card--note{background:rgba(109,88,57,5%)}.story-card--feature-note .story-card__link{grid-template-columns:minmax(280px,1.05fr)minmax(0,1fr)}.story-card--feature-note .story-card__media{aspect-ratio:16/10}.story-card--feature-note .story-card__body{display:flex;flex-direction:column;justify-content:center;padding:1.35rem}.story-card--feature-note .story-card__body h3{font-size:clamp(1.45rem,2vw,1.85rem)}@media(max-width:900px){.story-grid--notes,.story-card--feature-note .story-card__link{grid-template-columns:1fr}}@media(max-width:640px){.content-bridge{margin-top:3rem}.content-bridge__card{padding:1rem}}.post-content .img-debug-wrap{position:relative;display:inline-block;left:50%;transform:translateX(-50%)}.post-content .img-debug-wrap>img.post-image-vw{position:static;left:auto;transform:none}.post-content .image-grid .img-debug-wrap{display:block;left:auto;transform:none;width:100%}.post-content .img-debug-badge{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:#fff;font-weight:700;padding:4px 9px;line-height:1;border-radius:999px;font-size:.85rem;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:2;pointer-events:none}.post-content .image-grid.fade-grid{opacity:0;transition:opacity 700ms ease;will-change:opacity}.post-content .image-grid.fade-grid.is-loaded.inview{opacity:1}.post-content img.fade-img{opacity:0;transition:opacity 700ms ease;will-change:opacity}.post-content img.fade-img.is-loaded.inview{opacity:.35}.post-content img.fade-img.is-loaded.inview.focused{opacity:1}@media(prefers-reduced-motion:reduce){.post-content .image-grid.fade-grid,.post-content .image-grid.fade-grid.is-loaded.inview,.post-content img.fade-img,.post-content img.fade-img.is-loaded.inview{transition:none!important;transform:none!important;opacity:1!important}}html.lightbox-open,body.lightbox-open{overflow:hidden}.image-lightbox[hidden]{display:none}.image-lightbox{position:fixed;inset:0;z-index:9999}.image-lightbox__backdrop{position:absolute;inset:0;background:rgba(10,10,10,.92);backdrop-filter:blur(6px)}.image-lightbox__dialog{position:relative;z-index:1;width:min(92vw,1440px);height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1rem}.image-lightbox__frame{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;overflow:auto;touch-action:pinch-zoom}.image-lightbox__frame.is-zoomed{cursor:zoom-out}.image-lightbox__meta{position:absolute;top:1rem;left:1rem;max-width:min(28rem,calc(100% - 2rem));padding:.75rem .9rem;border-radius:14px;background:rgba(255,255,255,.12);color:rgba(255,255,255,.96);line-height:1.3;backdrop-filter:blur(6px);z-index:1}.image-lightbox__counter{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;opacity:.82}.image-lightbox__title{margin-top:.3rem;font-size:1rem;font-weight:600}.image-lightbox__details{margin-top:.2rem;font-size:.78rem;opacity:.72}.image-lightbox__image{display:block;max-width:100%;max-height:calc(100vh - 4rem);width:auto;height:auto;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.35);user-select:none;-webkit-user-drag:none;cursor:zoom-in;transition:transform 180ms ease;transform-origin:center center}.image-lightbox__image.is-zoomed{transform:scale(1.8);cursor:zoom-out}.image-lightbox__caption{position:absolute;left:50%;transform:translateX(-50%);width:min(80ch,calc(100% - 2rem));bottom:1rem;padding:.85rem 1rem;background:rgba(10,10,10,.72);color:rgba(255,255,255,.96);font-size:.95rem;line-height:1.45;text-align:center;pointer-events:none;border-radius:12px;backdrop-filter:blur(10px)}.image-lightbox__close,.image-lightbox__nav{appearance:none;border:0;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;border-radius:999px;backdrop-filter:blur(6px)}.image-lightbox__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;font-size:2rem;line-height:1}.image-lightbox__nav{width:52px;height:52px;font-size:2rem;flex:none}.image-lightbox__close:hover,.image-lightbox__nav:hover{background:rgba(255,255,255,.22)}@media(max-width:640px){.image-lightbox__dialog{width:100vw;gap:.25rem;padding:1rem .5rem}.image-lightbox__image{max-height:calc(100vh - 2rem)}.image-lightbox__image.is-zoomed{transform:scale(1.45)}.image-lightbox__meta{top:.5rem;left:.5rem;max-width:calc(100% - 1rem);padding:.65rem .75rem}.image-lightbox__caption{left:50%;width:calc(100% - 1rem);bottom:.5rem;font-size:.9rem;padding:.75rem .875rem;border-radius:12px}.image-lightbox__nav{width:44px;height:44px;font-size:1.75rem}.image-lightbox__close{top:.5rem;right:.5rem}}.post-content img.about-signature-img{display:block;float:none;clear:both;width:110px;height:auto;border-radius:8px;margin:.5rem 0 1rem}@media(max-width:640px){.post-content img.about-signature-img{width:120px;margin-left:0}}.list .main .editorial-home,.list .main .editorial-archive{width:min(1180px,calc(100% - 2rem));margin:0 auto}.list .main{padding-top:0}.editorial-home{display:flex;flex-direction:column;gap:3rem;padding-bottom:1.5rem}.editorial-home__hero{position:relative;min-height:clamp(540px,76vh,760px);padding:3.5rem;display:flex;align-items:flex-end;border-radius:0 0 34px 34px;overflow:hidden;background:#1d1d1d;margin-left:calc(50% - 50vw + .5rem);margin-right:calc(50% - 50vw + .5rem)}.editorial-home__hero::before{content:"";position:absolute;inset:0;background:var(--editorial-hero-image)50%/cover no-repeat;filter:grayscale(100%);transform:scale(1.01)}.editorial-home__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,13,13,.12) 0%,rgba(13,13,13,.54) 72%,rgba(13,13,13,.74) 100%),linear-gradient(90deg,rgba(10,10,10,.42) 0%,rgba(10,10,10,8%) 52%,rgba(10,10,10,.18) 100%)}.editorial-home__hero-content{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto;color:#fff;display:grid;gap:1rem;align-items:end}.editorial-archive__hero{padding:4.5rem 0 1.25rem;max-width:52rem}.editorial-home__eyebrow,.editorial-home__section-kicker{margin:0 0 .75rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;font-size:.69rem;font-weight:600;opacity:.65}.editorial-home__hero .editorial-home__eyebrow{margin-bottom:.25rem;color:rgba(255,255,255,.74)}.editorial-home__hero-logo{display:block;width:min(440px,72vw);height:auto;object-fit:contain;filter:brightness(0)invert(1)}.editorial-home__hero h1,.editorial-archive__hero h1{margin:0;font-size:clamp(3rem,6vw,5.8rem);line-height:.92;letter-spacing:-.04em;max-width:10ch;text-wrap:balance}.editorial-home__lede{margin:.25rem 0 0;font-size:clamp(1.05rem,1.6vw,1.32rem);line-height:1.7;font-weight:400;color:rgba(255,255,255,.88);max-width:30rem}.editorial-home__actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1rem}.editorial-home__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.05rem;border-radius:2px;border:1px solid rgba(255,255,255,.34);text-decoration:none;color:#fff;font-family:var(--font-sans);font-weight:600;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;transition:transform 180ms ease,background 180ms ease,border-color 180ms ease,opacity 180ms ease,color 180ms ease}.editorial-home__button:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.8)}.editorial-home__button:not(.editorial-home__button--primary):hover{border-color:#a8895b;color:#a8895b}.editorial-home__button--primary{background:rgba(255,255,255,8%);border-color:rgba(255,255,255,.72)}.editorial-home__intro{display:grid;grid-template-columns:minmax(260px,.7fr)minmax(0,1.1fr);gap:3rem;align-items:center;padding:1.5rem 0 .25rem}.editorial-home__intro-copy{max-width:25rem}.editorial-home__intro-copy h2{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.02;font-weight:700;letter-spacing:-.04em;text-wrap:balance}.editorial-home__intro-copy p:last-of-type{margin:1.25rem 0 0;font-size:1.05rem;line-height:1.8;opacity:.75;max-width:22rem}.editorial-home__intro-media{overflow:hidden;min-height:360px;background:#ede8df}.editorial-home__intro-media img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.editorial-home__text-link{display:inline-flex;align-items:center;gap:.65rem;margin-top:1.75rem;color:inherit;text-decoration:none;font-family:var(--font-sans);font-weight:600;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem}.editorial-home__text-link:hover{color:#a8895b}.editorial-home__text-link::after{content:"→";font-size:1rem;line-height:1}.editorial-home__text-link--header{margin-top:0;justify-self:end;align-self:end}.editorial-home__section{display:flex;flex-direction:column;gap:2.2rem}.editorial-home__section--notes,.editorial-home__section--featured{width:100%}.editorial-home__section-header{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:1rem;align-items:end;padding-top:2.25rem;border-top:1px solid rgba(127,127,127,.12)}.editorial-home__section--featured .editorial-home__section-header{max-width:none}.editorial-home__section--featured .editorial-home__section-header h2{max-width:none}.editorial-home__section--featured .editorial-home__section-kicker{margin-bottom:.4rem}.editorial-home__section-header h2,.editorial-note h2{margin:0;font-size:clamp(2rem,2.5vw,2.8rem);line-height:1.02;font-weight:700;letter-spacing:-.03em;max-width:14ch;text-wrap:balance}.story-grid{display:grid;gap:1.5rem}.story-grid--featured{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.editorial-home__section--notes .story-grid--notes{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card{background:0 0;border:0;border-radius:0;overflow:hidden;transition:transform 180ms ease,opacity 180ms ease}.story-card__link{display:grid;color:inherit;text-decoration:none;height:100%}.story-card:hover{transform:translateY(-4px)}.story-card__media{margin:0;aspect-ratio:4/3;overflow:hidden;background:rgba(127,127,127,6%)}.story-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 500ms ease,filter 200ms ease}.story-card:hover .story-card__media img{transform:scale(1.03)}.story-card__body{padding:1rem 0 0}.story-card__body h2,.story-card__body h3{margin:0;font-family:var(--font-sans);font-size:1.38rem;line-height:1.12;font-weight:650;letter-spacing:-.035em;text-wrap:balance}.story-card__body h2+p,.story-card__body h3+p{margin-top:.85rem}.story-card__body p:last-child{margin-bottom:0;opacity:.72;font-size:.98rem;line-height:1.75;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.story-card__meta{margin:0 0 .6rem;font-family:var(--font-sans);font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#a39b90;opacity:1}.story-card--feature-tile .story-card__media,.story-card--note .story-card__media{aspect-ratio:1.1/.78}.story-card--feature-tile .story-card__body p:last-child,.story-card--note .story-card__body p:last-child{-webkit-line-clamp:2;line-clamp:2}.story-card--feature-tile .story-card__body h3{font-size:1.48rem}.story-card--archive .story-card__media{aspect-ratio:16/10}.story-card--archive .story-card__body h2{font-size:1.28rem}.editorial-home__section--notes{padding-bottom:1rem}.editorial-home__section--notes .story-grid--notes{gap:2rem}.editorial-home__section--notes .story-card--note .story-card__media{aspect-ratio:16/10}.editorial-home__section--notes .story-card--note .story-card__body h3{font-size:1.32rem}.story-list{display:flex;flex-direction:column;gap:1.2rem}.story-list__item{border-top:1px solid rgba(127,127,127,.12);padding-top:1.2rem}.story-list__link{display:grid;gap:.55rem;text-decoration:none;color:inherit}.story-list__link h3{margin:0;font-size:1.22rem;line-height:1.12;letter-spacing:-.02em}.story-list__link p:last-child,.editorial-note p{margin:0;opacity:.74;line-height:1.72}.story-list__link p:last-child{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.editorial-note{padding:1.5rem;border-radius:24px;background:rgba(127,127,127,.035);border:1px solid rgba(127,127,127,.12);display:flex;flex-direction:column;gap:1.1rem;position:sticky;top:5.5rem}.editorial-series-index .editorial-archive__hero{max-width:56rem}.editorial-taxonomy-list--series .editorial-archive__hero{position:relative;padding-bottom:1.5rem}.editorial-taxonomy-list--series .editorial-archive__hero::after{content:"";display:block;width:min(220px,32vw);height:1px;margin-top:1.35rem;background:linear-gradient(90deg,currentColor,transparent);opacity:.22}.story-card--series-entry .story-card__media{aspect-ratio:3/2}.story-card--series-entry .story-card__body{padding-bottom:1.45rem}.story-grid--terms .story-card--term{background:linear-gradient(180deg,rgba(127,127,127,2%),rgba(127,127,127,.055))}.story-grid--terms .story-card--term:nth-child(2n){background:linear-gradient(180deg,rgba(109,88,57,.035),rgba(127,127,127,5%))}.story-grid--terms .story-card--term:nth-child(3n){background:linear-gradient(180deg,rgba(84,95,110,3%),rgba(127,127,127,.055))}.story-grid--terms .story-card--term .story-card__body h2{font-size:clamp(1.45rem,2.2vw,1.9rem)}.story-grid--terms .story-card--term .story-card__body p:last-child{max-width:26rem}.footer{width:min(1180px,calc(100% - 2rem));margin:3.5rem auto 1.5rem;padding-top:1rem;border-top:1px solid #d8d2c8;font-size:.84rem;letter-spacing:.04em;opacity:1;color:#6f6a63}@media(max-width:900px){.editorial-home__hero{min-height:460px;padding:2rem 1.25rem;margin-left:calc(50% - 50vw + .5rem);margin-right:calc(50% - 50vw + .5rem)}.editorial-home__hero-logo{width:min(320px,78vw)}.editorial-home__intro,.story-grid--featured,.story-grid--archive{grid-template-columns:1fr}.editorial-home__section--notes .story-grid--notes{grid-template-columns:1fr}.editorial-home__section-header{grid-template-columns:1fr;align-items:start}.editorial-home__text-link--header{justify-self:start}}@media(max-width:640px){.list .main .editorial-home,.list .main .editorial-archive{width:calc(100% - 1rem)}.post-single{width:calc(100% - 1rem)}.editorial-home{gap:2.5rem}.editorial-home__hero,.editorial-archive__hero{padding-top:2.4rem}.post-header{padding-top:2rem}.editorial-home__lede{font-size:1.03rem}.editorial-home__intro-media{min-height:240px}.post-cover-wrap .entry-cover img{max-height:none;border-radius:0}.post-cover-wrap .entry-cover figcaption{padding:0 .5rem;text-align:left}.post-title,.editorial-home__hero h1,.editorial-archive__hero h1{max-width:none}.footer{width:calc(100% - 1rem)}}.editorial-header{position:sticky;top:0;z-index:100;backdrop-filter:blur(14px);background:rgba(243,240,234,.92);border-bottom:1px solid #d8d2c8}body.dark .editorial-header{background:rgba(17,17,17,.72)}.top-link{width:auto;height:auto;padding:.7rem .9rem;background:rgba(184,174,161,.14);color:#6f6a63;border-radius:999px;opacity:.75;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.top-link:hover{color:#151515;background:rgba(184,174,161,.22)}.share-buttons--editorial{display:flex;flex-wrap:wrap;gap:.65rem 1rem;padding:0;list-style:none}.share-buttons--editorial li{margin:0;padding:0}.share-buttons--editorial li::before{content:none}.share-buttons--editorial a{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8f887e}.share-buttons--editorial a:hover{color:#151515}.editorial-nav{width:min(1180px,calc(100% - 2rem));margin:0 auto;min-height:68px;display:flex;align-items:center;gap:1.25rem}.editorial-logo{flex:none}.editorial-logo a{display:inline-flex;align-items:baseline;gap:.45rem;text-decoration:none}.editorial-logo__wordmark{font-family:var(--font-sans);letter-spacing:-.04em;font-weight:700;font-size:1.08rem}.editorial-logo a:hover{color:#a8895b}.editorial-menu{flex:auto;justify-content:flex-end;gap:1.2rem}.editorial-theme-toggle{flex:none;margin-left:.35rem;width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:999px;background:0 0;color:#6f6a63}.editorial-theme-toggle:hover{color:#151515;background:rgba(163,155,144,8%)}body.dark .editorial-theme-toggle:hover{color:#f3f0ea;background:rgba(243,240,234,8%)}.editorial-menu a{padding:.35rem 0}.editorial-menu a span{font-family:var(--font-sans);font-size:.9rem;font-weight:500;letter-spacing:.01em;opacity:.68;transition:opacity 140ms ease,color 140ms ease}.editorial-menu a:hover span,.editorial-menu a span.active{opacity:1;color:#a8895b}.editorial-menu a span.active{text-decoration:none;position:relative}.editorial-menu a span.active::after{content:"";position:absolute;left:0;right:0;bottom:-.45rem;height:1px;background:currentColor}@media(max-width:640px){.editorial-nav{width:calc(100% - 1rem);min-height:62px}.editorial-logo__wordmark{font-size:.95rem}.editorial-menu{gap:.75rem}.editorial-menu a span{font-size:.9rem}}