:root{--background:#ffffff;--foreground:#1a1a1a;--card:#ffffff;--card-foreground:#1a1a1a;--primary:#141414;--primary-foreground:#ffffff;--secondary:#f5f5f5;--secondary-foreground:#1a1a1a;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#c41640;--accent-foreground:#ffffff;--destructive:#e53e3e;--border:#e5e5e5;--input:#e5e5e5;--ring:#c41640;--radius:0.5rem;--tag-news:#c41640;--tag-shows:#3b72d9;--tag-releases:#2d9d5c;--tag-coverage:#f59e0b}*,*::before,*::after{box-sizing:border-box;border-color:var(--border)}body{margin:0;padding:0;background-color:var(--background);color:var(--foreground);font-family:'Poppins',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;line-height:1.2}a{color:inherit;text-decoration:none;transition:color 0.2s}img{max-width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.site-header{background-color:var(--background);border-bottom:1px solid var(--border)}.site-header .header-logo-area{display:flex;flex-direction:column;align-items:center;padding:1.5rem 0}.site-header .header-logo-area img,.site-header .site-logo{height:6rem;width:auto}.site-header nav{border-top:1px solid var(--border)}.site-header .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.site-header .nav-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.site-header .nav-menu a{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);transition:color 0.2s}.site-header .nav-menu a:hover{color:var(--accent)}.social-link{color:var(--foreground);transition:color 0.2s;display:inline-flex}.social-link:hover{color:var(--accent)}.search-toggle{background:none;border:none;color:var(--foreground);cursor:pointer;padding:.25rem;display:inline-flex;transition:color 0.2s}.search-toggle:hover{color:var(--accent)}.site-search-form{border-top:1px solid var(--border);background:var(--secondary)}.search-form-inner{display:flex;align-items:center;gap:.75rem;padding:.75rem 2rem}.search-form-inner .search-field{flex:1;font-family:'Poppins',sans-serif;font-size:.9375rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground)}.search-form-inner .search-field:focus{outline:none;border-color:var(--accent)}.search-form-inner .search-submit{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.5rem .75rem;cursor:pointer;transition:opacity 0.2s}.search-form-inner .search-submit:hover{opacity:.85}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.25rem}.mobile-menu{border-top:1px solid var(--border)}.mobile-menu ul{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;list-style:none;margin:0}.mobile-menu a{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground)}.hero-banner{position:relative;width:100%;aspect-ratio:16 / 10;max-height:560px;min-height:320px;overflow:hidden}.hero-banner .hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity 0.7s;opacity:0}.hero-banner .hero-slide.active{opacity:1}.hero-banner .hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(20 20 20 / .8),rgb(20 20 20 / .2),transparent);pointer-events:none}.hero-banner .hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgb(255 255 255 / .2);border:none;border-radius:50%;padding:.5rem;color:#fff;cursor:pointer;transition:background 0.2s}.hero-banner .hero-arrow:hover{background:rgb(255 255 255 / .4)}.hero-banner .hero-arrow-left{left:1rem}.hero-banner .hero-arrow-right{right:1rem}.hero-banner .hero-dots{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:.5rem}.hero-banner .hero-dot{width:.625rem;height:.625rem;border-radius:50%;background:rgb(255 255 255 / .5);border:none;cursor:pointer;transition:background 0.2s;padding:0}.hero-banner .hero-dot:hover{background:rgb(255 255 255 / .8)}.hero-banner .hero-dot.active{background:var(--accent)}.hero-banner .hero-headline-bar{position:absolute;bottom:0;left:0;right:0;z-index:5}.hero-banner .hero-headline-bar .hero-headline{background:rgb(196 22 64 / .9);padding:.75rem 1.5rem;text-align:center;display:inline-block}.hero-banner .hero-headline-bar .container{display:flex}.hero-banner .hero-headline-link{display:block;width:100%;text-align:center}.hero-banner .hero-headline-bar h2{font-size:1rem;font-weight:700;color:#fff;letter-spacing:.05em;margin:0}.archive-title{font-family:'Poppins',sans-serif;font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:800;margin:2.5rem 0 .5rem;color:var(--foreground)}.archive-description{font-size:.9375rem;color:var(--muted-foreground);margin:0 0 1.5rem;max-width:700px}.archive-empty{font-size:.9375rem;color:var(--muted-foreground);padding:2rem 0}.news-section{padding:4rem 0}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.article-card{cursor:pointer}.article-card .article-card-image-wrapper,.article-card .article-card-image{overflow:hidden;border-radius:2px;margin-bottom:1rem}.article-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform 0.5s}.article-card:hover img{transform:scale(1.05)}.article-card .article-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.article-card .article-tag,.article-card .tag{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .5rem;border-radius:2px;color:#fff;display:inline-block}.tag-noticias{background-color:var(--tag-news)}.tag-shows{background-color:var(--tag-shows)}.tag-lancamentos{background-color:var(--tag-releases)}.tag-cobertura{background-color:var(--tag-coverage)}.article-card h3,.article-card .article-card-title{font-size:1.125rem;font-weight:700;color:var(--foreground);line-height:1.3;margin:0 0 .5rem;transition:color 0.2s}.article-card:hover h3{color:var(--accent)}.article-card .article-card-excerpt{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card .article-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted-foreground)}.article-card .article-card-meta .article-card-author{font-weight:500}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem;flex-wrap:wrap}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:50%;background:none;border:none;cursor:pointer;color:var(--muted-foreground);font-size:.875rem;transition:background 0.2s,color 0.2s}.pagination .page-numbers:hover{color:var(--foreground);background:var(--secondary)}.pagination .page-numbers.current{background:var(--accent);color:#fff}.pagination .page-numbers.dots{background:none;cursor:default}.section-title{font-family:'Poppins',sans-serif;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;color:var(--foreground)}.featured-section{padding:3rem 0 4rem;background-color:#fba661}.featured-section .section-title{color:#2a1a08}.featured-section .article-card-meta{color:#5a3d1a}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.featured-card{cursor:pointer}.featured-card .featured-card-image-wrapper{overflow:hidden;border-radius:2px;margin-bottom:1rem}.featured-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform 0.5s}.featured-card:hover img{transform:scale(1.05)}.featured-card h3,.featured-card .featured-card-title{font-size:1rem;font-weight:700;color:var(--foreground);line-height:1.3;margin:0 0 .5rem;transition:color 0.2s}.featured-card:hover h3{color:var(--accent)}.featured-card .featured-card-excerpt{font-size:.8125rem;color:var(--muted-foreground);line-height:1.55;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lancamentos-section{padding:3rem 0 4rem;background-color:#8361eb}.lancamentos-section .section-title{color:#fff}.lancamentos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.lancamentos-card{cursor:pointer}.lancamentos-card .lancamentos-card-image-wrapper{overflow:hidden;border-radius:2px;margin-bottom:1rem}.lancamentos-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform 0.5s}.lancamentos-card:hover img{transform:scale(1.05)}.lancamentos-section .article-card-tags .article-tag{filter:brightness(1.1)}.lancamentos-card h3,.lancamentos-card .lancamentos-card-title{font-size:1rem;font-weight:700;color:#fff;line-height:1.3;margin:0 0 .5rem;transition:opacity 0.2s}.lancamentos-card:hover h3{opacity:.8}.lancamentos-card .lancamentos-card-excerpt{font-size:.8125rem;color:rgb(255 255 255 / .85);line-height:1.55;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lancamentos-card .lancamentos-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:rgb(255 255 255 / .75)}.lancamentos-card .lancamentos-card-meta .article-card-author{font-weight:600;color:#fff}.site-footer{border-top:1px solid var(--border);background:var(--secondary);padding:3rem 0;text-align:center}.site-footer h3{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);margin:0 0 1rem}.site-footer .footer-social{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.site-footer p{font-size:.875rem;color:var(--muted-foreground);margin:0 0 .5rem}.site-footer .footer-email,.site-footer .footer-email a{font-weight:600;color:var(--foreground)}.site-footer .footer-copyright{font-size:.75rem;color:var(--muted-foreground);margin-top:2rem}@media (max-width:768px){.container{padding:0 1rem}.site-header .header-logo-area{padding:.75rem 0}.site-header .nav-menu{display:none}.search-form-inner{padding:.75rem 1rem}.mobile-menu-toggle{display:block}.hero-banner{aspect-ratio:16 / 10;max-height:420px;min-height:260px}.hero-banner .hero-headline-bar h2{font-size:.875rem}.news-section{padding:2rem 0}.news-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.featured-grid{grid-template-columns:repeat(2,1fr)}.lancamentos-grid{grid-template-columns:repeat(2,1fr)}.article-card .article-card-image-wrapper,.article-card .article-card-image{margin-bottom:.5rem}.article-card .article-card-tags{margin-bottom:.375rem}.article-card .article-tag,.article-card .tag{font-size:.5625rem;padding:.125rem .375rem}.article-card h3,.article-card .article-card-title{font-size:.875rem;margin-bottom:.25rem}.article-card .article-card-excerpt{font-size:.75rem;-webkit-line-clamp:2;margin-bottom:.375rem}.article-card .article-card-meta{font-size:.625rem}}@media (max-width:480px){.news-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr}.lancamentos-grid{grid-template-columns:1fr}.hero-banner{min-height:220px}}.single-hero{position:relative;width:100%;height:60vh;min-height:340px;max-height:620px;overflow:hidden;background-size:cover;background-position:center;background-color:#111}.single-hero-backdrop{position:absolute;inset:0;backdrop-filter:blur(35px);-webkit-backdrop-filter:blur(35px);background:rgb(10 10 10 / .55)}.single-hero-img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain}.single-hero-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to top,rgb(0 0 0 / .35),#fff0 40%)}.single-hero-1610{height:auto;aspect-ratio:16 / 10;max-height:none;min-height:0}.single-hero-1610 .single-hero-img{object-fit:cover}.single-article{max-width:820px;padding-top:2.5rem;padding-bottom:4rem}.single-breadcrumb{font-size:.8125rem;color:var(--muted-foreground);margin-bottom:1.25rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.single-breadcrumb a{color:var(--muted-foreground)}.single-breadcrumb a:hover{color:var(--accent)}.breadcrumb-sep{color:var(--border)}.breadcrumb-current{color:var(--foreground);font-weight:500}.single-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.single-tags .tag{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:2px;color:#fff}.single-title{font-family:'Poppins',sans-serif;font-size:clamp(1.75rem, 4vw, 2.75rem);font-weight:800;line-height:1.15;margin:0 0 1rem;color:var(--foreground)}.single-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.single-author{font-weight:600;color:var(--foreground)}.single-content{font-size:1.0625rem;line-height:1.8;color:var(--foreground)}.single-content,.single-content p,.single-content span,.single-content div,.single-content li,.single-content a,.single-content strong,.single-content em,.single-content font{font-family:'Poppins',sans-serif!important}.single-content h1,.single-content h2,.single-content h3,.single-content h4,.single-content h5,.single-content h6{font-family:'Poppins',sans-serif!important}.single-content p{margin:0 0 1.25rem}.single-content h2{font-family:'Poppins',sans-serif;font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem}.single-content h3{font-size:1.375rem;margin:2rem 0 .75rem}.single-content a{color:var(--accent);text-decoration:underline}.single-content img{border-radius:4px;margin:1.5rem 0}.content-ad-slot{margin:2rem 0;padding:.5rem 0;min-height:250px;text-align:center;overflow:hidden}.content-ad-slot::before{content:"Publicidade";display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:.5rem}.single-content .wp-block-image{margin:1.5rem 0}.single-content .wp-block-image img{width:auto;max-width:100%;height:auto;margin:0}.single-content .wp-block-image figcaption{font-size:.8125rem;font-style:italic;color:var(--muted-foreground);text-align:center;margin-top:.5rem}.single-content .wp-block-image.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.single-content .wp-block-image.alignleft{float:left;margin:.25rem 1.5rem 1rem 0}.single-content .wp-block-image.alignright{float:right;margin:.25rem 0 1rem 1.5rem}.single-content blockquote{border-left:4px solid var(--accent);padding:.5rem 0 .5rem 1.25rem;margin:1.5rem 0;font-style:italic;color:var(--muted-foreground)}.single-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:3rem 0;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.single-nav a{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.single-nav-next{text-align:right}.single-nav-next a{align-items:flex-end}.nav-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground)}.nav-title{font-weight:600;color:var(--foreground)}.single-nav a:hover .nav-title{color:var(--accent)}.single-related{margin-top:3rem}.single-related .section-title{margin:0 0 1.5rem}.single-related .news-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.single-hero{height:42vh;min-height:240px}.single-article{padding-top:1.5rem;padding-bottom:2.5rem}.single-content{font-size:1rem;line-height:1.7}.single-nav{grid-template-columns:1fr}.single-nav-next{text-align:left}.single-nav-next a{align-items:flex-start}.single-related .news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.single-related .news-grid{grid-template-columns:1fr}}