:root {
  --editorial-primary:#06379a;
  --editorial-header:#06379a;
  --editorial-footer:#06379a;
  --editorial-accent:#00a7df;
  --editorial-text:#2b2928;
  --editorial-muted:#8a8a8a;
  --editorial-line:#e9e9e9;
  --editorial-surface:#fff;
  --editorial-soft:#f4f7f9;
  --editorial-serif:Georgia,'Times New Roman',serif;
  --editorial-sans:Arial,Helvetica,sans-serif;
  --editorial-container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--editorial-text);font:16px/1.45 var(--editorial-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.editorial-menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{color:var(--editorial-accent)}button,input{font:inherit}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;clip-path:none;height:auto;width:auto;top:8px;left:8px;z-index:100000;padding:12px 16px;background:#fff;color:#000}.editorial-container{width:min(calc(100% - 48px),var(--editorial-container));margin-inline:auto}.editorial-main{min-height:50vh}.editorial-section-space{margin-top:52px}

/* Cabeçalho */
.editorial-site-header{background:var(--editorial-header);color:#fff}.editorial-header-inner{width:min(calc(100% - 34px),var(--editorial-container));min-height:128px;margin:auto;display:grid;grid-template-columns:66px minmax(0,1fr) 66px;align-items:center}.editorial-branding{display:flex;justify-content:center;min-width:0}.custom-logo-link{display:inline-flex;align-items:center;justify-content:center}.custom-logo{width:auto;max-width:min(390px,58vw);max-height:94px;object-fit:contain}.editorial-text-logo{color:#fff;text-align:center;display:inline-flex;flex-direction:column;align-items:center;line-height:.9}.editorial-text-logo-main{font:700 clamp(40px,5vw,72px)/.9 var(--editorial-serif);letter-spacing:-.05em;text-transform:uppercase}.editorial-text-logo-sub{margin-top:7px;font:italic 15px var(--editorial-serif)}.editorial-icon-button{border:0;background:transparent;color:#fff;cursor:pointer;padding:10px}.editorial-menu-toggle{width:52px;height:52px;display:grid;align-content:center;gap:6px;justify-self:start}.editorial-menu-toggle span{display:block;width:32px;height:3px;background:currentColor;border-radius:2px}.editorial-search-button{justify-self:end;width:52px;height:52px}.editorial-search-button svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.editorial-category-nav{background:#fff;border-bottom:1px solid #dfe4e8;box-shadow:0 2px 5px rgba(0,0,0,.07);position:relative;z-index:30}.editorial-category-nav-inner{width:min(100%,var(--editorial-container));height:68px;margin:auto;display:flex;align-items:center;gap:7px}.editorial-nav-arrow{border:0;background:transparent;color:var(--editorial-primary);font-size:38px;line-height:1;cursor:pointer;padding:4px 8px}.editorial-nav-scroll{overflow-x:auto;scrollbar-width:none;flex:1}.editorial-nav-scroll::-webkit-scrollbar{display:none}.editorial-nav-list{list-style:none;display:flex;align-items:center;gap:34px;margin:0;padding:0 8px;white-space:nowrap}.editorial-nav-list>li>a{display:block;padding:22px 0 18px;font-size:18px;color:#282828;border-bottom:4px solid transparent}.editorial-nav-list>li.current-menu-item>a,.editorial-nav-list>li.current-category-ancestor>a,.editorial-nav-list>li.current-post-ancestor>a{color:var(--editorial-accent);border-bottom-color:var(--editorial-accent)}

/* Menu lateral */
.editorial-drawer-overlay{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.48);opacity:0;transition:opacity .22s}.editorial-drawer-overlay.is-visible{opacity:1}.editorial-drawer{position:fixed;inset:0 auto 0 0;z-index:100;width:min(410px,90vw);background:#fff;transform:translateX(-102%);transition:transform .25s;box-shadow:12px 0 35px rgba(0,0,0,.2);overflow-y:auto}.editorial-drawer.is-open{transform:translateX(0)}.editorial-drawer-head{min-height:110px;background:var(--editorial-header);display:flex;align-items:center;justify-content:space-between;padding:18px 22px;color:#fff}.editorial-drawer-logo .custom-logo{max-width:245px;max-height:76px}.editorial-drawer-close{border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}.editorial-drawer-content{padding:24px}.editorial-drawer-menu,.editorial-drawer-content .editorial-nav-list{list-style:none;margin:0 0 28px;padding:0;display:block;white-space:normal}.editorial-drawer-menu li,.editorial-drawer-content .editorial-nav-list li{border-bottom:1px solid var(--editorial-line)}.editorial-drawer-menu a,.editorial-drawer-content .editorial-nav-list a{display:block;padding:14px 0;font:700 21px/1.2 var(--editorial-serif)}.editorial-search-form{display:flex;gap:8px}.editorial-search-form label{flex:1}.editorial-search-form input{width:100%;min-height:46px;border:1px solid #cfd5da;padding:0 13px}.editorial-search-form button{border:0;background:var(--editorial-primary);color:#fff;padding:0 16px;cursor:pointer}

/* Elementos gerais */
.editorial-kicker{display:inline-block;color:var(--editorial-accent);font:700 16px/1.2 var(--editorial-sans)}.editorial-meta{color:var(--editorial-muted);font-size:15px;display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:13px}.editorial-byline a{color:#555}.editorial-section-heading,.editorial-archive-header h1{margin:0 0 27px;padding:13px 22px 15px;background:var(--editorial-primary);color:#fff;border-radius:0 0 25px 0;font:700 34px/1.1 var(--editorial-serif)}

/* Home */
.editorial-home-main{padding:40px 0 76px}.editorial-home-lead{margin-bottom:0}.editorial-lead-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);gap:28px 36px;align-items:center}.editorial-lead-copy{padding:4px 0}.editorial-lead-title{margin:10px 0 0;font:700 clamp(37px,4.4vw,64px)/1.04 var(--editorial-serif);letter-spacing:-.025em}.editorial-lead-excerpt{grid-column:1/-1;margin:0;max-width:900px;font-size:20px;line-height:1.42;color:#4f4f4f}.editorial-lead-image{min-height:420px;overflow:hidden;background:#eee}.editorial-lead-image img{width:100%;height:100%;min-height:420px;object-fit:cover}.editorial-reference-bullets{padding:27px 0 31px;border-bottom:1px solid var(--editorial-line)}.editorial-reference-bullets ul{list-style:none;margin:0;padding:0}.editorial-reference-bullets li{position:relative;padding:0 0 19px 26px;font:700 24px/1.2 var(--editorial-serif)}.editorial-reference-bullets li:last-child{padding-bottom:0}.editorial-reference-bullets li:before{content:'';position:absolute;left:3px;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--editorial-accent)}.editorial-home-compact-list{border-bottom:1px solid var(--editorial-line)}.editorial-horizontal-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;padding:27px 0;border-bottom:1px solid var(--editorial-line);align-items:start}.editorial-horizontal-thumb{aspect-ratio:4/3;overflow:hidden;background:#eee}.editorial-horizontal-thumb img{width:100%;height:100%;object-fit:cover}.editorial-horizontal-copy h2{margin:8px 0 0;font:700 31px/1.14 var(--editorial-serif);letter-spacing:-.01em}.editorial-compact-card{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:22px;padding:25px 0;border-bottom:1px solid var(--editorial-line);align-items:start}.editorial-compact-card h3{margin:7px 0 0;font:700 25px/1.16 var(--editorial-serif)}.editorial-compact-thumb{aspect-ratio:1/1;overflow:hidden}.editorial-compact-thumb img{width:100%;height:100%;object-fit:cover}.editorial-home-columns{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.editorial-ranked-list{counter-reset:rank;list-style:none;margin:0;padding:0}.editorial-ranked-list li{counter-increment:rank;display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:center;padding:0 0 22px;font:700 23px/1.2 var(--editorial-serif)}.editorial-ranked-list li:before{content:counter(rank);width:44px;height:44px;border-radius:50%;background:#eef8fc;color:var(--editorial-accent);display:grid;place-items:center;font:700 20px var(--editorial-sans)}.editorial-studio-list{display:grid;gap:17px}.editorial-studio-card{display:grid;grid-template-columns:145px 1fr;gap:18px;align-items:center}.editorial-studio-thumb{aspect-ratio:4/3;overflow:hidden}.editorial-studio-thumb img{width:100%;height:100%;object-fit:cover}.editorial-studio-card h3{margin:0;font:700 23px/1.18 var(--editorial-serif)}
.editorial-carousel{position:relative;overflow:hidden;background:#111}.editorial-carousel-track{display:flex;transition:transform .48s ease;will-change:transform}.editorial-carousel-slide{flex:0 0 100%}.editorial-carousel-image{display:block;position:relative;min-height:530px}.editorial-carousel-image img{width:100%;height:530px;object-fit:cover}.editorial-carousel-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.82) 100%)}.editorial-carousel-caption{position:absolute;left:38px;right:38px;bottom:34px;color:#fff}.editorial-carousel-caption .editorial-kicker{background:var(--editorial-accent);color:#fff;padding:7px 11px;border-radius:3px}.editorial-carousel-title{display:block;max-width:820px;margin-top:12px;font:700 40px/1.08 var(--editorial-serif)}.editorial-carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:58px;border:0;border-radius:6px;background:rgba(30,30,30,.67);color:#fff;font-size:44px;line-height:1;cursor:pointer}.editorial-carousel-prev{left:16px}.editorial-carousel-next{right:16px}.editorial-topic-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:38px}.editorial-topic-featured-image{display:block;aspect-ratio:16/10;overflow:hidden}.editorial-topic-featured-image img{width:100%;height:100%;object-fit:cover}.editorial-topic-featured .editorial-kicker{margin-top:18px}.editorial-topic-featured h3{margin:8px 0 0;font:700 38px/1.1 var(--editorial-serif)}.editorial-topic-side-list{border-top:1px solid var(--editorial-line)}

/* Categorias */
.editorial-archive-main,.editorial-index-main,.editorial-search-main{padding:46px 0 76px}.editorial-archive-header{margin-bottom:27px}.editorial-archive-description{max-width:800px;color:#555;font-size:17px}.editorial-archive-featured{padding-bottom:34px;border-bottom:1px solid var(--editorial-line)}.editorial-archive-featured-image{display:block;aspect-ratio:16/9;overflow:hidden}.editorial-archive-featured-image img{width:100%;height:100%;object-fit:cover}.editorial-archive-featured h2{margin:20px 0 0;font:700 45px/1.08 var(--editorial-serif);letter-spacing:-.02em}.navigation.pagination{margin-top:38px}.nav-links{display:flex;gap:8px;justify-content:center}.page-numbers{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--editorial-line)}.page-numbers.current{background:var(--editorial-primary);color:#fff;border-color:var(--editorial-primary)}

/* Postagem */
.editorial-single-main{padding:45px 0 78px}.editorial-single-container{max-width:920px}.editorial-single-header{padding:0 0 24px}.editorial-single-title{width:100%;max-width:none;margin:11px 0 0;font:700 clamp(38px,4.6vw,60px)/1.04 var(--editorial-serif);letter-spacing:-.03em;word-break:normal;overflow-wrap:normal;hyphens:none;text-wrap:wrap;white-space:normal;word-spacing:normal;text-align:left}.editorial-single-hero{width:min(100%,1280px);margin:0 auto 32px}.editorial-single-hero img{width:100%;max-height:800px;object-fit:cover}.editorial-single-hero figcaption{width:min(calc(100% - 48px),920px);margin:9px auto 0;color:#777;font-size:13px}.editorial-single-deck{margin:0 0 12px;color:#4e4e4e;font-size:21px;line-height:1.43}.editorial-article-layout{position:relative;margin-top:32px}.editorial-entry-content{font-size:20px;line-height:1.62}.editorial-entry-content>*{max-width:100%}.editorial-entry-content p{margin:0 0 26px}.editorial-entry-content h2,.editorial-entry-content h3{font-family:var(--editorial-serif);line-height:1.15;margin:40px 0 17px}.editorial-entry-content h2{font-size:36px}.editorial-entry-content h3{font-size:29px}.editorial-entry-content blockquote{border-left:5px solid var(--editorial-accent);margin:32px 0;padding:8px 0 8px 22px;font:700 27px/1.32 var(--editorial-serif)}.editorial-entry-content ul,.editorial-entry-content ol{padding-left:27px}.editorial-share-rail{position:absolute;left:-76px;top:0;display:grid;gap:9px}.editorial-share-rail a,.editorial-share-rail button{width:43px;height:43px;border-radius:50%;border:0;background:var(--editorial-soft);color:var(--editorial-primary);display:grid;place-items:center;font:700 17px var(--editorial-sans);cursor:pointer}.editorial-related-bullets{margin:30px 0 0;padding:22px 0 29px;border-bottom:1px solid var(--editorial-line)}.editorial-related-bullets ul{list-style:none;margin:0;padding:0}.editorial-related-bullets li{position:relative;padding:0 0 22px 27px;font:700 26px/1.19 var(--editorial-serif)}.editorial-related-bullets li:last-child{padding-bottom:0}.editorial-related-bullets li:before{content:'';position:absolute;left:3px;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--editorial-accent)}.editorial-more-posts{margin-top:44px}

/* Páginas e rodapé */
.editorial-page-main{padding:48px 0 76px}.editorial-error-main{padding:90px 0;text-align:center}.editorial-error-content{max-width:680px}.editorial-error-code{font:700 100px/1 var(--editorial-serif);color:var(--editorial-primary)}.editorial-error-content h1{font:700 44px/1.1 var(--editorial-serif)}.editorial-button{display:inline-block;background:var(--editorial-primary);color:#fff;padding:13px 21px}.editorial-site-footer{background:var(--editorial-footer);color:#fff;padding:50px 0 40px}.editorial-footer-inner{width:min(calc(100% - 48px),var(--editorial-container));margin:auto;text-align:center}.editorial-footer-logo{display:flex;justify-content:center;align-items:center}.editorial-footer-logo .custom-logo,.editorial-footer-logo-image{max-width:min(390px,76vw);max-height:105px;width:auto;object-fit:contain}.editorial-copyright{margin:22px 0 0;color:rgba(255,255,255,.84);font-size:14px}

@media(max-width:980px){.editorial-header-inner{min-height:105px}.editorial-category-nav-inner{height:58px}.editorial-nav-list{gap:28px}.editorial-lead-story{grid-template-columns:1fr}.editorial-lead-image{min-height:0}.editorial-lead-image img{min-height:0;aspect-ratio:16/9}.editorial-lead-excerpt{grid-column:1}.editorial-home-columns,.editorial-topic-grid{grid-template-columns:1fr}.editorial-share-rail{position:static;display:flex;margin-bottom:22px}}

@media(max-width:720px){
  .editorial-container{width:calc(100% - 42px)}.editorial-site-header{position:relative;z-index:40}.editorial-header-inner{min-height:78px;grid-template-columns:48px minmax(0,1fr) 48px;width:calc(100% - 22px)}.custom-logo{max-width:52vw;max-height:62px}.editorial-text-logo-main{font-size:40px}.editorial-text-logo-sub{font-size:11px}.editorial-menu-toggle,.editorial-search-button{width:44px;height:44px;padding:7px}.editorial-menu-toggle span{width:27px;height:2px}.editorial-search-button svg{width:25px;height:25px}.editorial-category-nav-inner{height:43px}.editorial-nav-arrow{font-size:29px;padding:1px 5px}.editorial-nav-list{gap:24px}.editorial-nav-list>li>a{font-size:15px;padding:13px 0 10px;border-bottom-width:3px}
  .editorial-home-main,.editorial-archive-main,.editorial-index-main,.editorial-search-main,.editorial-single-main,.editorial-page-main{padding-top:28px}.editorial-section-space{margin-top:36px}.editorial-section-heading,.editorial-archive-header h1{margin-bottom:22px;padding:10px 14px 12px;border-radius:0 0 19px 0;font-size:27px}.editorial-kicker{font-size:14px}.editorial-meta{font-size:13px;margin-top:10px;gap:4px 12px}
  .editorial-lead-story{gap:17px}.editorial-lead-title{font-size:31px;line-height:1.08;margin-top:8px}.editorial-lead-image{order:initial}.editorial-lead-excerpt{font-size:16px;line-height:1.45}.editorial-reference-bullets{padding:21px 0 25px}.editorial-reference-bullets li{font-size:20px;padding-left:22px;padding-bottom:17px}.editorial-reference-bullets li:before{width:6px;height:6px}.editorial-compact-card{grid-template-columns:minmax(0,1fr) 104px;gap:15px;padding:21px 0}.editorial-compact-card h3{font-size:20px;line-height:1.18}.editorial-home-compact-list .editorial-meta{display:none}.editorial-horizontal-card{grid-template-columns:118px minmax(0,1fr);gap:15px;padding:21px 0}.editorial-horizontal-copy h2{font-size:21px;line-height:1.17;margin-top:6px}.editorial-horizontal-thumb{aspect-ratio:1/1}.editorial-home-columns{gap:34px}.editorial-ranked-list li{grid-template-columns:40px 1fr;font-size:20px;gap:12px;padding-bottom:19px}.editorial-ranked-list li:before{width:38px;height:38px;font-size:17px}.editorial-studio-card{grid-template-columns:112px 1fr;gap:14px}.editorial-studio-card h3{font-size:19px}.editorial-carousel-image,.editorial-carousel-image img{min-height:0;height:305px}.editorial-carousel-caption{left:22px;right:22px;bottom:22px}.editorial-carousel-title{font-size:25px;line-height:1.1}.editorial-carousel-caption .editorial-kicker{padding:5px 8px}.editorial-carousel-button{width:36px;height:44px;font-size:32px}.editorial-carousel-prev{left:12px}.editorial-carousel-next{right:12px}.editorial-topic-featured .editorial-kicker{margin-top:14px}.editorial-topic-featured h3{font-size:29px}.editorial-topic-side-list .editorial-compact-card:first-child{border-top:1px solid var(--editorial-line)}
  .editorial-archive-featured{padding-bottom:27px}.editorial-archive-featured h2{font-size:31px;line-height:1.1;margin-top:15px}.editorial-archive-main .editorial-horizontal-card:not(:has(.editorial-horizontal-thumb)){grid-template-columns:1fr}.editorial-single-post>.editorial-single-container:first-child{width:calc(100% - 12px);max-width:none}.editorial-single-title{width:100%;max-width:none;font-size:27px;line-height:1.04;margin-top:8px;letter-spacing:-.03em;text-align:left;text-wrap:wrap;white-space:normal;word-spacing:normal;word-break:normal;overflow-wrap:normal;hyphens:none}.editorial-single-header{padding-bottom:19px}.editorial-single-hero{margin-bottom:23px}.editorial-single-deck{font-size:16px;line-height:1.46;margin-bottom:10px}.editorial-related-bullets{margin-top:23px;padding:20px 0 25px}.editorial-related-bullets li{font-size:20px;line-height:1.22;padding-left:22px;padding-bottom:18px}.editorial-related-bullets li:before{width:6px;height:6px}.editorial-article-layout{margin-top:27px}.editorial-entry-content{font-size:17px;line-height:1.58}.editorial-entry-content p{margin-bottom:22px}.editorial-entry-content h2{font-size:29px}.editorial-entry-content h3{font-size:25px}.editorial-entry-content blockquote{font-size:22px}.editorial-share-rail{margin-bottom:18px}.editorial-share-rail a,.editorial-share-rail button{width:39px;height:39px}.editorial-more-posts{margin-top:38px}.editorial-site-footer{padding:40px 0 34px}.editorial-footer-logo .custom-logo,.editorial-footer-logo-image{max-height:78px}
}

@media(max-width:420px){.editorial-container{width:calc(100% - 40px)}.editorial-single-post>.editorial-single-container:first-child{width:calc(100% - 10px);max-width:none}.custom-logo{max-width:55vw;max-height:59px}.editorial-text-logo-main{font-size:36px}.editorial-text-logo-sub{display:none}.editorial-lead-title{font-size:29px}.editorial-horizontal-card{grid-template-columns:105px minmax(0,1fr);gap:14px}.editorial-horizontal-copy h2{font-size:19px}.editorial-compact-card{grid-template-columns:minmax(0,1fr) 94px}.editorial-compact-card h3{font-size:19px}.editorial-carousel-image,.editorial-carousel-image img{height:280px}.editorial-carousel-title{font-size:23px}.editorial-single-title{font-size:26px;line-height:1.04;letter-spacing:-.028em;text-align:left;text-wrap:wrap;white-space:normal;word-spacing:normal;word-break:normal;overflow-wrap:normal;hyphens:none}.editorial-archive-featured h2{font-size:29px}}
