/*
Theme Name: Red Button Arena
Theme URI: https://redbutton.com.br
Author: Red Button
Description: Tema editorial para a Red Button, com conteúdo ajustável pelo Personalizador.
Version: 1.4.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: red-button-arena
*/


:root {
  --ink: #090909;
  --panel: #141414;
  --paper: #f3f0e8;
  --muted: #a8a49b;
  --line: rgba(243, 240, 232, 0.16);
  --red: #ff1f26;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--red); color: white; }

.site-header {
  position: sticky; top: 0; z-index: 30; height: 92px;
  padding: 0 clamp(24px, 4vw, 72px); display: grid;
  grid-template-columns: 1fr auto auto auto; align-items: center; gap: 18px;
  background: rgba(9, 9, 9, .92); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; transition: transform .25s ease; }
.brand:hover { transform: rotate(-7deg) scale(1.04); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { color: #cbc7be; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a:hover { color: white; }
.header-cta { justify-self: end; border: 1px solid #413e39; padding: 13px 17px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: .2s ease; }
.header-cta:hover { background: var(--red); border-color: var(--red); }
.header-cta span, .button span { margin-left: 18px; }
.language-select { justify-self: end; }
.language-select select { appearance: none; min-width: 58px; padding: 12px 24px 12px 12px; color: white; background: #141414; border: 1px solid #413e39; border-radius: 0; font: 800 11px/1 Arial, sans-serif; letter-spacing: .08em; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 12px) 16px, calc(100% - 8px) 16px; background-size: 4px 4px; background-repeat: no-repeat; }
.language-select select:focus { outline: 2px solid var(--red); outline-offset: 2px; }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 36px; right: 0; min-width: 190px; padding: 12px; background: var(--paper); color: var(--ink); border: 1px solid #d5d0c6; }
.mobile-menu nav a { display: block; padding: 12px; font-weight: 800; text-transform: uppercase; font-size: 12px; }

.section-shell { padding-left: clamp(24px, 6vw, 110px); padding-right: clamp(24px, 6vw, 110px); }
.hero {
  min-height: calc(100svh - 92px); position: relative; display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center; padding-top: 70px; padding-bottom: 145px; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 90%); pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; max-width: 930px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #bcb8af; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,31,38,.12); }
.hero h1, .section-heading h2, .manifesto h2, .audience h2, .contact h2 {
  font-family: var(--display); text-transform: uppercase; font-weight: 900; letter-spacing: -.025em; line-height: .86; margin: 0;
}
.hero h1 { max-width: 990px; font-size: clamp(68px, 8.8vw, 154px); }
.hero h1 em { display: block; color: var(--red); font-style: normal; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: #c4c0b7; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 22px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #ff3940; }
.text-link { padding: 12px 0; border-bottom: 1px solid #55514a; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 20px; }
.text-link:hover { border-color: var(--red); }

.hero-mark { justify-self: end; width: min(38vw, 540px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: orbit 20s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 10px; height: 10px; top: 8%; left: 14%; border-radius: 50%; background: var(--red); }
.orbit-one { inset: 0; }
.orbit-two { inset: 12%; animation-direction: reverse; animation-duration: 14s; }
.red-core { width: 52%; aspect-ratio: 1; border-radius: 50%; background: var(--red); display: grid; place-content: center; overflow: hidden; box-shadow: 0 0 90px rgba(255,31,38,.2); }
.red-core img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.hero-mark > p { position: absolute; right: 0; bottom: 14%; color: #8d8981; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; line-height: 1.7; }
.hero-stats { position: absolute; z-index: 2; left: clamp(24px, 6vw, 110px); right: clamp(24px, 6vw, 110px); bottom: 34px; display: grid; grid-template-columns: repeat(3, max-content); gap: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-stats div { display: flex; align-items: center; gap: 12px; }
.hero-stats strong { font-family: var(--display); font-size: 34px; color: white; }
.hero-stats span { color: #89857e; font-size: 9px; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }

.client-strip { padding: 22px clamp(24px, 6vw, 110px); display: flex; align-items: center; gap: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.client-strip > p { flex: 0 0 auto; margin: 0; color: #77736c; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.client-list { display: flex; align-items: center; justify-content: space-between; gap: 44px; flex: 1; min-width: max-content; }
.client-list span { color: #e2ded5; font-size: clamp(15px, 1.5vw, 24px); font-weight: 900; letter-spacing: -.04em; }

.manifesto { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 190px 1fr; gap: 40px; padding-top: 130px; padding-bottom: 140px; }
.section-index { color: #77736a; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-index span { color: var(--red); margin-right: 14px; }
.manifesto-copy { max-width: 1120px; }
.kicker { margin: 0 0 18px; color: var(--red); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.manifesto h2 { font-size: clamp(58px, 7.5vw, 120px); }
.manifesto-body { max-width: 740px; margin: 62px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.manifesto-body p { margin: 0; font-size: 17px; line-height: 1.65; }

.services { padding-top: 130px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 190px 1fr; gap: 40px; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(62px, 8.5vw, 136px); }
.service-list { border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 160px; display: grid; grid-template-columns: 100px minmax(260px, .75fr) minmax(260px, 1fr) 42px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: color .25s ease, padding .25s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; background: var(--red); transform: scaleY(0); transform-origin: bottom; transition: transform .3s ease; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { padding-left: 20px; color: white; }
.service-card:hover::before { transform: scaleY(1); }
.service-number { color: var(--red); font-size: 11px; font-weight: 900; }
.service-card:hover .service-number { color: white; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: clamp(32px, 3.1vw, 50px); text-transform: uppercase; line-height: .95; }
.service-card p { margin: 0; color: #9e9a92; max-width: 500px; line-height: 1.55; }
.service-card:hover p { color: white; }
.service-arrow { justify-self: end; font-size: 28px; }

.audiences { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.audience { padding: clamp(70px, 8vw, 130px) clamp(28px, 6vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; position: relative; overflow: hidden; }
.audience::before { content: ""; position: absolute; width: 420px; aspect-ratio: 1; right: -110px; top: -130px; border: 1px solid currentColor; border-radius: 50%; opacity: .15; box-shadow: 0 0 0 72px transparent, 0 0 0 73px currentColor, 0 0 0 145px transparent, 0 0 0 146px currentColor; }
.audience-brands { background: var(--red); color: white; }
.audience-creators { background: var(--paper); color: var(--ink); }
.audience > span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 25px; }
.audience h2 { font-size: clamp(58px, 6.6vw, 106px); position: relative; }
.audience p { max-width: 560px; font-size: 17px; line-height: 1.6; margin: 34px 0; position: relative; }
.audience a { border-bottom: 1px solid currentColor; padding: 12px 0; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; position: relative; }
.audience a span { margin-left: 28px; }

.process-section { padding-top: 130px; padding-bottom: 140px; }
.process-heading { margin-bottom: 80px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.process-grid h3 { font-family: var(--display); text-transform: uppercase; font-size: 40px; margin: 72px 0 14px; }
.process-grid p { margin: 0; color: #99958d; line-height: 1.55; font-size: 14px; }

.contact { min-height: 760px; background: var(--red); color: white; display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: 80px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.contact-mark { width: min(34vw, 460px); aspect-ratio: 1; border-radius: 50%; border: 2px solid rgba(255,255,255,.95); display: grid; place-items: center; box-shadow: 0 0 0 22px rgba(255,255,255,.05), 0 0 0 44px rgba(255,255,255,.03); }
.contact-mark img { width: 74%; height: 74%; object-fit: cover; border-radius: 50%; mix-blend-mode: lighten; }
.contact .eyebrow { color: white; }
.contact .eyebrow span { background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.14); }
.contact h2 { font-size: clamp(64px, 8.8vw, 138px); }
.contact h2 em { font-style: normal; color: var(--ink); }
.contact-copy > p:not(.eyebrow) { max-width: 650px; font-size: 18px; line-height: 1.6; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #252525; }
.dark-link { border-color: rgba(0,0,0,.45); }

footer { padding: 48px clamp(24px, 6vw, 110px) 26px; display: grid; grid-template-columns: minmax(280px, 1.35fr) minmax(230px, .8fr) auto; grid-template-areas: "brand location links" "copyright copyright copyright"; column-gap: clamp(48px, 8vw, 140px); row-gap: 28px; align-items: center; }
.footer-brand { grid-area: brand; display: flex; align-items: center; gap: 20px; min-width: 0; }
.footer-brand img { flex: 0 0 auto; width: 64px; height: 64px; object-fit: cover; border-radius: 50%; }
.footer-brand p, .footer-location p { margin: 0; color: #817d76; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-location { grid-area: location; justify-self: center; }
.footer-location span { display: block; font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.footer-location p { margin-top: 8px; }
.footer-links { grid-area: links; justify-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.copyright { grid-area: copyright; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: #65615b; font-size: 10px; }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 180px; }
  .hero-mark { position: absolute; right: -100px; top: 120px; width: 430px; opacity: .4; }
  .hero-copy { max-width: 780px; }
  .client-strip { align-items: flex-start; flex-direction: column; gap: 20px; overflow-x: auto; }
  .manifesto, .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .manifesto-body { margin-left: 0; }
  .audiences { grid-template-columns: 1fr; }
  .audience { min-height: 620px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .contact { grid-template-columns: 1fr; }
  .contact-mark { position: absolute; right: -100px; opacity: .13; }
  .contact-copy { position: relative; z-index: 1; }
}

@media (max-width: 650px) {
  .site-header { height: 76px; }
  .brand { width: 46px; height: 46px; }
  .hero { min-height: auto; padding-top: 64px; padding-bottom: 210px; }
  .hero h1 { font-size: clamp(62px, 18vw, 94px); }
  .hero-mark { width: 300px; right: -135px; top: 300px; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 22px; }
  .hero-stats div:last-child { display: none; }
  .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .manifesto, .services, .process-section { padding-top: 88px; padding-bottom: 90px; }
  .manifesto h2, .section-heading h2, .audience h2, .contact h2 { font-size: clamp(56px, 17vw, 90px); }
  .manifesto-body { grid-template-columns: 1fr; margin-top: 40px; }
  .service-card { grid-template-columns: 48px 1fr 30px; gap: 14px; padding: 28px 0; }
  .service-card p { grid-column: 2 / 4; }
  .audience { min-height: 560px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact { min-height: 680px; padding-top: 90px; padding-bottom: 90px; }
  footer { grid-template-columns: 1fr; grid-template-areas: "brand" "location" "links" "copyright"; gap: 28px; }
  .footer-brand { grid-column: auto; }
  .footer-location, .footer-links { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.custom-logo-link{width:56px;height:56px;border-radius:50%;overflow:hidden;display:block}.custom-logo{width:100%;height:100%;object-fit:cover}.desktop-nav ul{display:flex;gap:34px;list-style:none;margin:0;padding:0}.wp-content{min-height:65vh;padding-top:120px;padding-bottom:120px}.wp-content h1{font-family:var(--display);font-size:clamp(52px,8vw,110px);text-transform:uppercase}
