/* =========================================================
   TRILHA V2 — hierarchy, positioning and brand proportion
   2026-09-07
   Major home-page narrative pass based on content-sequence review.
   ========================================================= */

:root{
  --v2-blue:#062A5B;
  --v2-blue-deep:#0B1826;
  --v2-blue-mid:#0B2F6B;
  --v2-pink:#F0147B;
  --v2-pink-dark:#A50B55;
  --v2-text:#334454;
  --v2-muted:#526476;
  --v2-soft:#EDF2F5;
  --v2-soft-blue:#E8F0FA;
  --v2-paper:#F7F7F4;
  --v2-line:rgba(96,113,129,.18);
}

/* Brand is a signature, not the largest object in the interface. */
.brand-logo-full,
.site-brand-logo-full{
  width:158px!important;
}
.brand-full,
.site-brand-full{
  gap:4px!important;
}
.brand-full-descriptor,
.site-brand-full-descriptor{
  font-size:7.4px!important;
  line-height:1.05!important;
  font-weight:500!important;
  letter-spacing:.075em!important;
  margin:0!important;
  color:#D7E2E9!important;
  white-space:nowrap!important;
}
.nav-inner,.site-nav-inner{
  height:74px!important;
  min-height:74px!important;
}
.brand-icon-img,.site-brand-icon-img{
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
}
.brand-descriptor,.site-brand-descriptor{
  font-size:8px!important;
  line-height:1.16!important;
  max-width:156px!important;
  letter-spacing:.015em!important;
}
nav.is-scrolled .brand-descriptor,
.site-nav.is-scrolled .site-brand-descriptor{color:var(--v2-text)!important}

/* Home hero: first answer what Trilha is, then invite the user into the method. */
.hero{min-height:auto!important;padding-top:92px!important;padding-bottom:88px!important}
.hero-grid{grid-template-columns:1.12fr .88fr!important;gap:76px!important}
.hero .positioning-kicker{
  display:inline-flex;
  align-items:center;
  max-width:700px;
  color:var(--v2-blue)!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:700!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
  margin-bottom:12px;
}
.hero .chromatic-rule{margin:10px 0 24px!important;width:92px!important;height:4px!important}
.hero h1{max-width:710px}
.hero .lead{max-width:700px}
.hero-actions-with-note{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:32px}
.hero-actions-with-note .hero-actions{margin-top:0!important}
.reading-helper{
  font-size:12px;
  color:var(--v2-muted);
  line-height:1.45;
  max-width:190px;
}

/* Intellectual teaser: enough to signal method, not enough to demand explanation. */
.method-teaser{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(6,42,91,.14);
  border-radius:24px;
  padding:26px 28px 24px;
  box-shadow:0 18px 46px rgba(11,24,38,.07);
}
.method-teaser:before{
  content:"";
  position:absolute;
  width:220px;height:220px;
  right:-92px;top:-92px;
  border-radius:50%;
  background:rgba(240,20,123,.055);
}
.method-teaser-kicker{
  position:relative;
  color:var(--v2-blue)!important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:4px;
}
.method-teaser h3{
  position:relative;
  margin:0;
  font-size:20px;
  line-height:1.3;
  letter-spacing:-.025em;
  color:var(--v2-blue-deep)!important;
}
.method-teaser-visual{position:relative;height:246px;margin:18px -2px 10px}
.method-teaser-visual svg{width:100%;height:100%;display:block}
.method-teaser-note{
  position:relative;
  border-top:1px solid var(--v2-line);
  padding-top:15px;
  color:var(--v2-text);
  font-size:14px;
  line-height:1.55;
}
.method-teaser-link{
  position:relative;
  display:inline-flex;
  margin-top:13px;
  color:var(--v2-blue);
  font-size:14px;
  font-weight:700;
}

/* Authority follows the promise, rather than interrupting the hero. */
.authority-strip{
  padding:0!important;
  background:#fff!important;
  border-top:1px solid var(--v2-line);
  border-bottom:1px solid var(--v2-line);
}
.authority-inner{
  min-height:116px;
  display:grid;
  grid-template-columns:1.18fr .8fr 1.15fr 1.15fr;
  align-items:center;
  gap:0;
}
.authority-item{padding:22px 28px;border-left:1px solid var(--v2-line);min-height:76px;display:flex;flex-direction:column;justify-content:center}
.authority-item:first-child{border-left:0;padding-left:0}
.authority-item:last-child{padding-right:0}
.authority-item b{display:block;font-size:15px;color:var(--v2-blue-deep);margin-bottom:4px}
.authority-item span{font-size:13px;line-height:1.5;color:var(--v2-muted)}
.authority-signature b{color:var(--v2-blue)}
.authority-signature a{font-size:13px;color:var(--v2-pink-dark);font-weight:700;margin-top:3px}

/* Start from recognizable pressure before exposing the service architecture. */
.problem-signals{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--v2-line);
  border-bottom:1px solid var(--v2-line);
  margin:36px 0 40px;
}
.problem-signal{
  position:relative;
  min-height:106px;
  padding:20px 24px 20px 22px;
  border-left:1px solid var(--v2-line);
  color:var(--v2-text);
  font-size:14px;
  line-height:1.55;
}
.problem-signal:nth-child(3n+1){border-left:0}
.problem-signal:nth-child(n+4){border-top:1px solid var(--v2-line)}
.problem-signal:before{
  content:"";
  display:block;
  width:22px;height:3px;border-radius:20px;
  background:var(--v2-pink);
  margin-bottom:12px;
}
.problem-signal strong{color:var(--v2-blue-deep);font-weight:700}
.service-context-note{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:24px;
  align-items:start;
  border-top:1px solid var(--v2-line);
  margin-top:34px;
  padding-top:28px;
}
.service-context-note .context-label{font-size:12px;font-weight:700;color:var(--v2-blue);letter-spacing:.04em}
.service-context-note p{margin:0;color:var(--v2-muted);font-size:14px;line-height:1.65}

/* Method sequence — concept first, one complete wheel only. */
#metodo{background:#F0147B!important}
#metodo .statement-quote{max-width:720px}
.wheel-section .wheel-top .eyebrow{color:var(--v2-muted)!important}
.wheel-section .interpretation-eyebrow{color:var(--v2-blue)!important}

/* Initial reading: merge 'prepare before structure' + product offer. */
.diag .diag-intro-line{
  display:block;
  margin:22px 0 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.18);
  color:#D7E2E9;
  font-size:14px;
  line-height:1.65;
}
.diag .reading-timing{
  display:block;
  margin-top:12px;
  color:#D7E2E9;
  font-size:12px;
  font-weight:600;
}

/* Founder + experience become one proof section. */
#experiencia{background:#FCEEF4!important}
.experience-founder{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:62px;
  align-items:center;
  padding-bottom:64px;
  margin-bottom:54px;
  border-bottom:1px solid rgba(96,113,129,.18);
}
.experience-founder .about-identity{max-width:390px}
.experience-founder .about-portrait{width:100%;max-width:360px}
.experience-founder-copy .lead{margin-top:0}
.experience-founder-copy .founder-linkedin{display:inline-flex;margin-top:8px}
.experience-proof-intro{margin-bottom:34px}
.experience-proof-intro h2{max-width:760px}
.anchor-target{position:relative;top:-96px;visibility:hidden;height:0}

/* Navigation follows the new story. */
.navlinks>a[href="#roda"],.mobile-menu-panel>a[href="/#roda"]{display:none!important}

@media(max-width:1040px){
  .brand-logo-full,.site-brand-logo-full{width:150px!important}
  .hero-grid{gap:46px!important}
  .authority-inner{grid-template-columns:1fr 1fr}
  .authority-item:nth-child(3){border-left:0;border-top:1px solid var(--v2-line);padding-left:0}
  .authority-item:nth-child(4){border-top:1px solid var(--v2-line)}
  .problem-signals{grid-template-columns:repeat(2,1fr)}
  .problem-signal:nth-child(3n+1){border-left:1px solid var(--v2-line)}
  .problem-signal:nth-child(2n+1){border-left:0}
  .problem-signal:nth-child(n+3){border-top:1px solid var(--v2-line)}
}

@media(max-width:760px){
  .brand-logo-full,.site-brand-logo-full{width:138px!important}
  .brand-full-descriptor,.site-brand-full-descriptor{font-size:6.4px!important;letter-spacing:.055em!important}
  .nav-inner,.site-nav-inner{height:70px!important;min-height:70px!important}
  .hero{padding-top:64px!important;padding-bottom:66px!important}
  .hero-grid{grid-template-columns:1fr!important}
  .method-teaser{margin-top:8px}
  .authority-inner{grid-template-columns:1fr}
  .authority-item,.authority-item:first-child,.authority-item:nth-child(3),.authority-item:last-child{border-left:0;border-top:1px solid var(--v2-line);padding:18px 0;min-height:auto}
  .authority-item:first-child{border-top:0}
  .problem-signals{grid-template-columns:1fr}
  .problem-signal,.problem-signal:nth-child(3n+1),.problem-signal:nth-child(2n+1){border-left:0;border-top:1px solid var(--v2-line)}
  .problem-signal:first-child{border-top:0}
  .service-context-note{grid-template-columns:1fr;gap:7px}
  .experience-founder{grid-template-columns:1fr;gap:34px;padding-bottom:48px}
}

@media(max-width:420px){
  .brand-logo-full,.site-brand-logo-full{width:126px!important}
  .brand-full-descriptor,.site-brand-full-descriptor{font-size:5.8px!important}
}
/* Anchor must not occupy a CSS-grid cell inside the founder proof block. */
.experience-founder{position:relative}
.experience-founder .anchor-target{position:absolute!important;top:-96px;left:0;width:1px;height:1px;visibility:hidden;pointer-events:none}
/* Hero CTA must remain explicit on the light surface. */
.hero .btn-primary{
  background:var(--v2-blue)!important;
  color:#fff!important;
  border-color:var(--v2-blue)!important;
}
.hero .btn-primary:hover{background:var(--v2-blue-deep)!important;border-color:var(--v2-blue-deep)!important}
nav .navlinks .btn-primary,.site-nav .site-navlinks .site-btn-primary{opacity:1!important}


/* =========================================================
   TRILHA V2.1 — refinement pass after visual review
   Reduce brand dominance, remove heavy pink surfaces,
   solidify CTA colors, rebalance authority strip,
   restore portrait proportions and open the wheel layout.
   ========================================================= */

:root{
  --v2-accent:#D10F68;
  --v2-accent-dark:#A50B55;
}

/* Header lockup: smaller, calmer, more breathing room */
.brand-logo-full,
.site-brand-logo-full{width:146px!important}
.brand-full-descriptor,
.site-brand-full-descriptor{
  font-size:6.8px!important;
  line-height:1.05!important;
  letter-spacing:.085em!important;
  color:rgba(231,239,244,.82)!important;
}
.brand-full,
.site-brand-full{gap:3px!important}
.nav-inner,.site-nav-inner{height:70px!important;min-height:70px!important}
.brand-icon-img,.site-brand-icon-img{width:24px!important;height:24px!important;flex-basis:24px!important}
.brand-descriptor,.site-brand-descriptor{font-size:7.4px!important;max-width:148px!important;color:rgba(231,239,244,.72)!important}
nav.is-scrolled .brand-descriptor,
.site-nav.is-scrolled .site-brand-descriptor{color:var(--v2-muted)!important}

/* Navigation CTA: fully opaque, no muddy overlay */
nav .navlinks .btn-primary,
.site-nav .site-navlinks .site-btn-primary,
nav .mobile-read-cta,
.site-nav .site-mobile-read-cta{
  background:var(--v2-accent)!important;
  border-color:var(--v2-accent)!important;
  color:#fff!important;
  opacity:1!important;
  filter:none!important;
  box-shadow:none!important;
}
nav .navlinks .btn-primary:hover,
.site-nav .site-navlinks .site-btn-primary:hover,
nav .mobile-read-cta:hover,
.site-nav .site-mobile-read-cta:hover{
  background:var(--v2-accent-dark)!important;
  border-color:var(--v2-accent-dark)!important;
}

/* Keep pink as accent only; never as main section background */
.statement,
#metodo,
#sobre,
#para-quem,
.diagnostic-disclaimer{background:var(--v2-paper)!important}
.statement{color:var(--v2-blue-deep)!important}
.statement h2,
.statement .statement-quote,
.statement .lead{color:var(--v2-blue-deep)!important}
.statement .eyebrow{color:var(--v2-blue-mid)!important}
.statement .pill{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(6,42,91,.12)!important;
  color:var(--v2-blue-deep)!important;
}
.diagnostic-disclaimer p,
.diagnostic-disclaimer b{color:var(--v2-muted)!important}
.diagnostic-disclaimer .chromatic-rule{opacity:.95}

/* Authority strip balance */
.authority-inner{grid-template-columns:1.15fr .85fr 1fr 1fr!important;min-height:108px!important}
.authority-item{padding:20px 24px!important}
.authority-item b{font-size:14px!important;margin-bottom:5px!important}
.authority-item span{font-size:12.5px!important;line-height:1.45!important;max-width:24ch}
.authority-signature span{max-width:22ch}
.authority-signature a{font-size:12.5px!important;margin-top:5px!important}

/* Founder section: cleaner structure and undistorted portrait */
#experiencia{background:#F7F7F4!important}
.experience-founder{
  grid-template-columns:.64fr 1.36fr!important;
  gap:70px!important;
  align-items:start!important;
}
.experience-founder .about-media{display:flex;justify-content:flex-start;align-items:flex-start}
.experience-founder .about-portrait{
  width:100%!important;
  max-width:420px!important;
  aspect-ratio:600/655;
  height:auto!important;
  object-fit:cover!important;
  object-position:50% 44%!important;
  border-radius:24px!important;
  display:block;
  box-shadow:0 18px 46px rgba(11,24,38,.08);
  filter:saturate(.96) contrast(1.02);
}
.experience-founder-copy h2{margin:6px 0 18px!important}
.experience-founder-copy .lead{margin-top:0!important}
.why-trilha{margin-top:28px;padding-top:26px;border-top:1px solid var(--v2-line)}
.why-title{color:var(--v2-blue-deep)!important}

/* Wheel: more room, less compression, clearer labels */
.wheel-section{background:#EDF2F5!important}
.wheel-section .container{width:min(100% - 40px,1328px)!important}
.wheel-section-grid{grid-template-columns:1.12fr .88fr!important;gap:76px!important;align-items:start!important}
.wheel-large{
  padding:34px 38px 28px!important;
  border-radius:24px!important;
}
.wheel-top{margin-bottom:16px!important}
.wheel-top b{font-size:24px!important;line-height:1.24!important;max-width:360px}
.wheel-large .radar-wrap{
  min-height:620px!important;
  width:min(100%,640px)!important;
}
.radar-svg{overflow:visible!important}
.radar-click-label .label-bg{rx:20}
.radar-click-label .svg-label{font-size:11.2px!important;font-weight:720!important}
.radar-click-label .svg-score{font-size:13.2px!important;font-weight:800!important}
.wheel-interaction-hint{margin-top:12px!important;font-size:12.5px!important;line-height:1.45!important}
.wheel-summary{margin-top:14px!important;padding:14px 16px!important}
.reading-stack{margin-top:22px!important}
.reading{padding:18px 0!important}
.reading b{font-size:15px!important}
.reading p{font-size:14px!important;line-height:1.6!important}

/* Subtle service and proof backgrounds */
#atuacao{background:#F8F6F4!important}
.method-teaser{background:rgba(255,255,255,.9)!important}

@media(max-width:1040px){
  .brand-logo-full,.site-brand-logo-full{width:140px!important}
  .wheel-section-grid{grid-template-columns:1fr!important;gap:44px!important}
  .wheel-large .radar-wrap{width:min(100%,620px)!important;min-height:560px!important}
  .experience-founder{grid-template-columns:1fr!important;gap:34px!important}
  .authority-inner{grid-template-columns:1fr 1fr!important}
  .authority-item span{max-width:none}
}
@media(max-width:760px){
  .brand-logo-full,.site-brand-logo-full{width:132px!important}
  .brand-full-descriptor,.site-brand-full-descriptor{font-size:6.1px!important}
  .nav-inner,.site-nav-inner{height:68px!important;min-height:68px!important}
  .wheel-section .container{width:min(100% - 28px,1328px)!important}
  .wheel-large{padding:22px 20px 20px!important}
  .wheel-top b{font-size:20px!important;max-width:none}
  .wheel-large .radar-wrap{width:min(100%,520px)!important;min-height:420px!important}
  .radar-click-label .svg-label{font-size:9.8px!important}
  .radar-click-label .svg-score{font-size:11.2px!important}
}
@media(max-width:420px){
  .brand-logo-full,.site-brand-logo-full{width:124px!important}
}


/* =========================================================
   TRILHA V2.2 — thesis clarity + hover-only wheel
   ========================================================= */

/* Thesis: restore contrast and convert pills into informative, non-clickable keyword tiles */
.statement .thesis-eyebrow{color:#8AA0B8!important}
.statement .lead{color:#526476!important}
.statement-quote{color:#0B1826!important}
.dimension-keywords{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
.dimension-keyword{
  padding:12px 14px;
  border:1px solid rgba(6,42,91,.12);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  min-height:74px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.dimension-keyword b{
  font-size:13px;
  line-height:1.25;
  color:#0B1826;
  font-weight:750;
  display:block;
}
.dimension-keyword span{
  display:block;
  margin-top:6px;
  font-size:11.5px;
  line-height:1.35;
  color:#607181;
}
.dimension-keyword:hover{transform:none;box-shadow:none}

/* Wheel: hover/focus only, no persistent click state box */
.radar-click-label{cursor:default}
.radar-click-label .label-bg{
  fill:rgba(255,255,255,.0)!important;
  stroke:rgba(11,47,107,0)!important;
}
.radar-click-label.is-active .label-bg,
.radar-click-label:focus-visible .label-bg{
  fill:rgba(255,255,255,.82)!important;
  stroke:rgba(6,42,91,.12)!important;
}
.radar-click-label .svg-label{fill:#274A7D!important}
.radar-click-label .svg-score{font-size:13px!important}
.radar-click-label.is-active .svg-label{fill:#0B2F6B!important}
.radar-target{cursor:default}
.radar-target:focus{outline:none}
.radar-target.is-active .radar-axis{stroke:#98A8BC!important;stroke-width:1.2!important}
.radar-target.is-active .current-dot,
.radar-target.is-active .radar-required-dot{stroke-width:2.4!important}
.wheel-interaction-hint{color:#607181!important}
.wheel-focus{min-height:106px}

@media(max-width:1040px){
  .dimension-keywords{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .dimension-keywords{grid-template-columns:1fr;gap:10px}
  .dimension-keyword{min-height:auto;padding:12px 13px}
  .dimension-keyword b{font-size:12.5px}
  .dimension-keyword span{font-size:11px}
}


/* =========================================================
   TRILHA V2.3 — thesis contrast correction
   ========================================================= */
.statement .thesis-eyebrow{
  color:#6C87A6!important;
  font-weight:700!important;
  letter-spacing:.085em!important;
}
.statement .statement-quote{
  color:#0B1826!important;
}
.statement p.lead,
.statement .lead{
  color:#3E556C!important;
  font-weight:450!important;
  line-height:1.58!important;
}
.dimension-keyword{
  background:#FFFFFF!important;
  border:1px solid rgba(6,42,91,.14)!important;
}
.dimension-keyword b{
  color:#13263C!important;
}
.dimension-keyword span{
  color:#596F84!important;
}


/* =========================================================
   TRILHA V2.4 — subtle graphic for Áreas de atuação
   ========================================================= */
#atuacao .section-head{
  position:relative;
  align-items:start!important;
  gap:44px!important;
}
#atuacao .section-head > div:first-child h2{
  max-width:7.2ch;
}
#atuacao .atuacao-intro-visual{
  position:relative;
  min-height:220px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  overflow:hidden;
}
#atuacao .atuacao-intro-visual .lead{
  position:relative;
  z-index:2;
  max-width:30ch;
  color:#44586D!important;
}
#atuacao .atuacao-intro-visual::before{
  content:"";
  position:absolute;
  inset:10px -10px 8px 14%;
  z-index:1;
  border-radius:28px;
  background-repeat:no-repeat;
  background-position:center right;
  background-size:contain;
  opacity:.95;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 360'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M44 252C99 206 142 172 215 165c66-7 96 32 160 31 51-1 83-21 126-53 39-29 74-61 131-63' stroke='%23D8E1EA' stroke-width='2'/%3E%3Cpath d='M64 100c51 27 100 41 155 37 64-5 94-34 150-36 63-3 112 27 188 98' stroke='%23DFE6ED' stroke-width='2'/%3E%3Cpath d='M126 298c25-42 53-69 88-89 38-22 76-24 122-16 57 10 97 41 148 42 33 1 67-11 113-43' stroke='%23E6ECF1' stroke-width='2'/%3E%3Cpath d='M214 58c-3 66 11 112 50 152 32 33 74 41 114 36 54-7 93-38 130-96' stroke='%23E3E9EF' stroke-width='2'/%3E%3Cpath d='M302 80c24 32 46 49 82 61 29 9 59 11 92 6 41-6 78-28 111-68' stroke='%230B2F6B' stroke-opacity='.12' stroke-width='2.2'/%3E%3Cpath d='M270 222c34-7 61-5 94 6 20 7 37 18 61 20 31 3 57-9 88-32' stroke='%23F0147B' stroke-opacity='.13' stroke-width='2.2'/%3E%3Ccircle cx='215' cy='165' r='6' fill='%230B2F6B' fill-opacity='.12'/%3E%3Ccircle cx='336' cy='180' r='6' fill='%230B2F6B' fill-opacity='.12'/%3E%3Ccircle cx='429' cy='143' r='6' fill='%23F0147B' fill-opacity='.18'/%3E%3Ccircle cx='508' cy='172' r='6' fill='%230B2F6B' fill-opacity='.12'/%3E%3Ccircle cx='588' cy='111' r='6' fill='%230B2F6B' fill-opacity='.12'/%3E%3Ccircle cx='299' cy='228' r='5' fill='%23F0147B' fill-opacity='.16'/%3E%3Ccircle cx='476' cy='252' r='5' fill='%230B2F6B' fill-opacity='.10'/%3E%3C/g%3E%3C/svg%3E");
}
#atuacao .atuacao-intro-visual::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:8%;
  top:20px;
  border-radius:50%;
  border:1px solid rgba(11,47,107,.06);
  z-index:0;
}
@media(max-width:1040px){
  #atuacao .atuacao-intro-visual{min-height:180px}
  #atuacao .atuacao-intro-visual::before{inset:8px 0 0 6%;background-position:center center}
}
@media(max-width:760px){
  #atuacao .section-head > div:first-child h2{max-width:none}
  #atuacao .atuacao-intro-visual{min-height:auto;padding-bottom:132px}
  #atuacao .atuacao-intro-visual::before{inset:auto -4px 0 0;height:132px;background-size:cover;opacity:.88}
  #atuacao .atuacao-intro-visual::after{width:120px;height:120px;right:12px;top:auto;bottom:14px}
}
