:root {
  --ink: #111111;
  --paper: #f4f6f2;
  --white: #fff;
  --red: #49e62e;
  --muted: #626862;
  --line: rgba(17,17,17,.16);
  --display: "Barlow Condensed", sans-serif;
  --body: "Inter", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #dfe3de; color: var(--ink); font-family: var(--body); }
section[id] { scroll-margin-top:100px; }
.page-loader {
  position:fixed; z-index:999; inset:0; display:grid; place-content:center; gap:28px; background:#101010;
  transition:opacity .55s ease,visibility .55s ease;
}
.page-loader img { width:230px; height:90px; object-fit:contain; filter:grayscale(1) invert(1); }
.page-loader span { position:relative; overflow:hidden; width:230px; height:3px; background:#292929; }
.page-loader span::after { content:""; position:absolute; inset:0; background:#49e62e; transform-origin:left; animation:loader-line 1.35s cubic-bezier(.77,0,.18,1) infinite; }
body.is-ready .page-loader { opacity:0; visibility:hidden; pointer-events:none; }
.scroll-progress { position:fixed; z-index:100; top:0; left:0; width:100%; height:3px; pointer-events:none; }
.scroll-progress i { display:block; width:100%; height:100%; background:#49e62e; transform:scaleX(0); transform-origin:left; will-change:transform; }
body.is-loading { overflow:hidden; }
body.is-ready .hero-copy { animation:hero-copy-in .8s cubic-bezier(.22,1,.36,1) both; }
body.is-ready .hero-visual { animation:hero-visual-in .95s .08s cubic-bezier(.22,1,.36,1) both; }
body.has-motion .reveal { opacity:0; transform:translateY(38px); transition:opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1); }
body.has-motion .reveal.is-visible { opacity:1; transform:none; }
@keyframes loader-line { 0%{transform:translateX(-100%)} 55%{transform:translateX(0)} 100%{transform:translateX(100%)} }
@keyframes hero-copy-in { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:none} }
@keyframes hero-visual-in { from{opacity:0;filter:brightness(.7)} to{opacity:1;filter:brightness(1)} }
a { color: inherit; }
.whatsapp-float {
  position:fixed; z-index:90; right:clamp(16px,2vw,30px); bottom:clamp(16px,2vw,30px);
  width:62px; height:62px; display:grid; place-items:center; border:2px solid rgba(255,255,255,.92);
  border-radius:50%; background:#25d366; color:white; box-shadow:0 10px 28px rgba(0,0,0,.3);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.whatsapp-float::before {
  content:""; position:absolute; inset:-7px; border:1px solid rgba(37,211,102,.4);
  border-radius:inherit; animation:whatsapp-pulse 2.4s ease-out infinite;
}
.whatsapp-float svg { width:32px; height:32px; fill:currentColor; }
.whatsapp-float:hover,.whatsapp-float:focus-visible {
  transform:translateY(-4px) scale(1.04); background:#1fbd59; box-shadow:0 15px 34px rgba(0,0,0,.36);
}
@keyframes whatsapp-pulse {
  0%,45% { opacity:.75; transform:scale(.88); }
  80%,100% { opacity:0; transform:scale(1.28); }
}
.concept-bar {
  position: sticky; z-index: 50; top: 0; min-height: 78px; padding: 12px clamp(18px,4vw,64px);
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center;
  background: rgba(17,17,17,.97); color: white; border-bottom: 1px solid #333;
}
.concept-bar > div:first-child { display: grid; gap: 3px; }
.concept-bar .eyebrow { color: #999; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.concept-bar strong { font: 700 18px/1 var(--display); text-transform: uppercase; letter-spacing: .04em; }
.concept-bar p { justify-self: end; max-width: 330px; margin: 0; color: #aaa; font-size: 11px; line-height: 1.45; }
.concept-tabs { display: flex; gap: 6px; }
.concept-tab {
  border: 1px solid #444; border-radius: 999px; padding: 9px 14px; background: transparent; color: #aaa;
  font: 600 11px/1 var(--body); cursor: pointer; transition: .2s;
}
.concept-tab span { margin-right: 6px; color: #666; }
.concept-tab:hover, .concept-tab.is-active { border-color: var(--red); background: var(--red); color: var(--ink); }
.concept-tab.is-active span { color: var(--ink); }
.site { position:relative; width:100%; max-width:none; margin:0; background:var(--paper); overflow:hidden; }
.site-header {
  height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 clamp(22px,5vw,80px); background: var(--paper); border-bottom: 1px solid var(--line);
}
.brand img { display: block; width: 178px; height: 60px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 30px; }
nav a { font-size: 12px; font-weight: 600; text-decoration: none; }
.button {
  display: inline-flex; justify-content: space-between; gap: 22px; align-items: center; min-width: 255px;
  padding: 17px 20px; border: 1px solid var(--ink); background: var(--ink); color: white;
  font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .04em;
}
.button-small { min-width: auto; padding: 13px 17px; }
.hero { min-height: 730px; display: grid; grid-template-columns: 48% 52%; padding-left: clamp(22px,5vw,80px); }
.hero-copy { align-self: center; padding: 80px 8vw 80px 0; }
.section-kicker, .section-index {
  display: block; margin-bottom: 30px; color: var(--red); font-size: 10px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
h1,h2,h3 { margin: 0; font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 690px; font-size: clamp(64px,7.3vw,118px); line-height: .82; letter-spacing: -.035em; }
h1 em { color: var(--red); font-style: normal; }
.hero-copy > p { max-width: 560px; margin: 32px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 12px; font-weight: 700; text-underline-offset: 5px; }
.trust-list { display: flex; gap: 34px; margin: 56px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; }
.trust-list b { display: block; color: var(--ink); font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.hero-visual, .coach-photo {
  position: relative; overflow: hidden; display: grid; place-items: center; min-height: 620px;
  background-color: #cfd5cf; background-image: linear-gradient(125deg, transparent 42%,rgba(255,255,255,.3) 42% 44%,transparent 44%);
}
.hero-visual > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-visual::before, .coach-photo::before {
  content:""; position:absolute; z-index:1; inset:0; opacity:.28;
  background: repeating-linear-gradient(135deg, transparent 0 52px, rgba(17,17,17,.08) 52px 53px);
}
.photo-label { z-index: 1; padding: 12px; border: 1px solid rgba(17,17,17,.3); text-align:center; font: 700 18px/1 var(--display); text-transform:uppercase; }
.photo-label small { color: var(--muted); font: 500 9px/1 var(--body); letter-spacing:.08em; }
.belt-mark { position: absolute; z-index:2; top: 0; right: 0; display: flex; width: 34%; height: 11px; }
.belt-mark i:first-child { width: 70%; background: var(--red); }
.belt-mark i:last-child { flex: 1; background: var(--ink); }
.hero-stamp { position:absolute; z-index:2; right:25px; bottom:25px; padding:15px; border:1px solid rgba(17,17,17,.4); background:rgba(244,246,242,.78); font:700 14px/1 var(--display); text-transform:uppercase; transform:rotate(-4deg); }
.proof-bar {
  display:grid; grid-template-columns:repeat(3,1fr) 1.1fr; background:var(--ink); color:white;
  border-top:1px solid #292929; border-bottom:1px solid #292929;
}
.proof-bar > div,.proof-bar > a { min-height:118px; padding:25px clamp(18px,2vw,34px); border-right:1px solid #303030; }
.proof-bar > div { display:grid; grid-template-columns:auto 1fr; column-gap:16px; align-content:center; }
.proof-bar strong { grid-row:1/3; align-self:center; color:var(--red); font:700 11px/1 var(--body); }
.proof-bar span { font:700 19px/1 var(--display); text-transform:uppercase; }
.proof-bar small { margin-top:7px; color:#888; font-size:9px; }
.proof-bar > a {
  display:flex; justify-content:space-between; align-items:center; background:var(--red); color:var(--ink);
  font-size:11px; font-weight:800; letter-spacing:.04em; text-decoration:none; text-transform:uppercase;
}
.proof-bar > a b { font-size:20px; }
.manifesto { display: grid; grid-template-columns: 28% 72%; padding: 140px clamp(22px,9vw,145px); background: white; }
.manifesto > div { max-width: 950px; }
.manifesto h2, .section-heading h2, .schedule h2, .coach h2, .contact h2 { font-size: clamp(52px,6vw,96px); line-height: .9; }
.manifesto p { max-width: 680px; margin: 38px 0; color: var(--muted); font-size: 17px; line-height:1.8; }
.lineage { display:grid; grid-template-columns:1.15fr .85fr; min-height:690px; background:var(--ink); color:white; }
.lineage-photo { min-height:620px; overflow:hidden; }
.lineage-photo picture { display:block; width:100%; height:100%; }
.lineage-photo img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.lineage-copy { align-self:center; padding:80px clamp(35px,6vw,95px); }
.lineage-label {
  display:inline-block; margin-bottom:28px; padding:9px 12px; background:var(--red); color:var(--ink);
  font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase;
}
.lineage h2 { font-size:clamp(52px,5.3vw,84px); line-height:.89; }
.lineage-copy > p { margin:30px 0 0; color:#aaa; font-size:13px; line-height:1.75; }
.lineage-copy .lineage-note { padding-top:22px; border-top:1px solid #333; color:#666; font-size:9px; }
.local-proof {
  display:grid; grid-template-columns:1.2fr 1fr .7fr; gap:7vw; align-items:end;
  padding:85px clamp(22px,5vw,80px); border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background:#e4e9e3;
}
.local-proof .section-index { margin-bottom:18px; }
.local-proof h2 { font-size:clamp(38px,4vw,62px); line-height:.92; }
.local-proof p { margin:0; color:var(--muted); font-size:13px; line-height:1.75; }
.local-proof > a {
  display:grid; gap:12px; padding:20px 0; border-top:1px solid var(--ink);
  font-size:11px; font-weight:700; text-decoration:none; text-transform:uppercase;
}
.local-proof > a span { color:var(--red); font-size:10px; }
.gallery { overflow:hidden; padding:110px 0 105px; background:#111; color:white; }
.gallery-heading {
  display:flex; justify-content:space-between; align-items:end;
  padding:0 clamp(22px,5vw,80px) 52px;
}
.gallery-heading h2 { font-size:clamp(52px,6vw,92px); line-height:.88; }
.gallery-controls { display:flex; gap:8px; }
.gallery-arrow {
  width:52px; height:52px; border:1px solid #414141; border-radius:50%; background:transparent;
  color:white; cursor:pointer; font-size:20px; transition:.25s;
}
.gallery-arrow:hover,.gallery-arrow:focus-visible { border-color:var(--red); background:var(--red); color:#111; }
.gallery-viewport { padding-left:clamp(22px,5vw,80px); }
.gallery-track {
  display:flex; gap:18px; overflow-x:auto; padding-right:clamp(22px,5vw,80px);
  scroll-snap-type:x mandatory; scrollbar-width:none; overscroll-behavior-inline:contain;
}
.gallery-track::-webkit-scrollbar { display:none; }
.gallery-slide {
  position:relative; flex:0 0 clamp(340px,45vw,760px); aspect-ratio:1.42; overflow:hidden;
  margin:0; scroll-snap-align:start; background:#252825;
}
.gallery-slide img {
  width:100%; height:100%; display:block; object-fit:cover; transition:transform .8s cubic-bezier(.22,1,.36,1);
}
.gallery-slide:hover img { transform:scale(1.025); }
.gallery-slide::after {
  content:""; position:absolute; inset:45% 0 0; pointer-events:none;
  background:linear-gradient(transparent,rgba(4,5,4,.82));
}
.gallery-slide figcaption {
  position:absolute; z-index:1; left:24px; right:24px; bottom:22px;
  display:flex; gap:12px; align-items:center; font:700 17px/1 var(--display);
  letter-spacing:.02em; text-transform:uppercase;
}
.gallery-slide figcaption span { color:var(--red); font:700 10px/1 var(--body); }
.gallery-dots { display:flex; gap:8px; padding:28px clamp(22px,5vw,80px) 0; }
.gallery-dot {
  width:28px; height:3px; padding:0; border:0; background:#464646; cursor:pointer;
  transition:width .25s,background .25s;
}
.gallery-dot.is-active { width:52px; background:var(--red); }
.concept-fluxo .gallery { margin:35px 4vw; border-radius:60px; }
.concept-imersao .gallery { background:#0c0f0d; }
.concept-pulso .gallery-dot.is-active,.concept-pulso .gallery-arrow:hover { background:var(--red); }
.concept-dojo .gallery { background:#171511; }
.programs { padding: 120px clamp(22px,5vw,80px); }
.section-heading { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:70px; }
.section-heading h2 { text-align:right; }
.program-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--ink); }
.program-grid article { min-height:310px; padding:28px; border-right:1px solid var(--line); transition:.25s; }
.program-grid article:first-child { border-left:1px solid var(--line); }
.program-grid article > span { color:var(--red); font-size:10px; }
.program-grid h3 { margin:66px 0 18px; font-size:31px; }
.program-grid p { min-height:64px; color:var(--muted); font-size:13px; line-height:1.6; }
.program-grid a { display:inline-block; margin-top:28px; font-size:11px; font-weight:700; }
.program-grid article:hover { background:white; transform:translateY(-8px); }

/* Textos pequenos precisam de um verde mais escuro sobre os fundos claros da versão 1. */
.concept-claro .hero .section-kicker,
.concept-claro .manifesto .section-index,
.concept-claro .local-proof .section-index,
.concept-claro .programs .section-index,
.concept-claro .first-class .section-index,
.concept-claro .coach .section-index,
.concept-claro .faq .section-index,
.concept-claro .blog-preview .section-index,
.concept-claro .program-grid article > span,
.concept-claro .steps li > span,
.concept-claro .post-meta span,
.concept-claro .local-proof > a span {
  color:#1f7018;
}
.first-class {
  display:grid; grid-template-columns:1fr 1.1fr; gap:8vw; padding:120px clamp(22px,8vw,128px);
  background:white; border-top:1px solid var(--line);
}
.first-class-heading h2 { font-size:clamp(52px,6vw,90px); line-height:.88; }
.first-class-heading p { max-width:520px; margin:30px 0; color:var(--muted); font-size:13px; line-height:1.75; }
.steps { margin:0; padding:0; list-style:none; border-top:1px solid var(--ink); }
.steps li { display:grid; grid-template-columns:48px 1fr; gap:20px; padding:28px 0; border-bottom:1px solid var(--line); }
.steps li > span { color:var(--red); font-size:10px; font-weight:700; }
.steps h3 { margin:0 0 8px; font-size:25px; }
.steps p { margin:0; color:var(--muted); font-size:12px; line-height:1.6; }
.first-class .button { align-self:end; grid-column:2; }
.schedule { display:grid; grid-template-columns:34% 66%; gap:5vw; padding:120px clamp(22px,6vw,96px); background:var(--ink); color:white; }
.schedule-intro p { max-width:450px; color:#999; font-size:12px; line-height:1.65; }
.schedule-legend { display:flex; flex-wrap:wrap; gap:15px; margin-top:34px; color:#aaa; font-size:9px; text-transform:uppercase; }
.schedule-legend span { display:flex; align-items:center; gap:7px; }
.schedule-legend i { display:block; width:9px; height:9px; border-radius:50%; }
.legend-adult { background:var(--red); }
.legend-kids { background:white; }
.legend-muay { background:#6c756e; }
.legend-special { background:#d6b35f; }
.private-class {
  display:block; margin-top:28px; color:white; font-size:10px; font-weight:700;
  letter-spacing:.06em; text-transform:uppercase;
}
.schedule-wrap { min-width:0; }
.weekly-grid { display:grid; grid-template-columns:76px repeat(5,minmax(92px,1fr)); border-top:1px solid #404040; border-left:1px solid #404040; }
.grid-cell {
  min-height:76px; display:grid; place-items:center; padding:10px; border-right:1px solid #404040; border-bottom:1px solid #404040;
  color:#b8b8b8; font-size:10px; text-align:center; text-transform:uppercase;
}
.grid-day,.grid-corner { min-height:45px; color:#777; font-size:9px; font-weight:700; letter-spacing:.08em; }
.grid-time { color:white; font:700 17px/1 var(--display); }
.class-adult { background:var(--red); color:var(--ink); font-weight:800; }
.class-kids { background:#f4f6f2; color:var(--ink); font-weight:800; }
.class-muay { background:#2a302b; color:white; font-weight:800; }
.class-special { background:#d6b35f; color:#17130b; font-weight:800; }
.grid-empty { color:#555; }
.schedule-warning { display:block; margin-top:12px; color:#666; font-size:8px; text-transform:uppercase; letter-spacing:.06em; }
.schedule-cta { display:flex; justify-content:space-between; padding:25px 5px; color:white; font-size:12px; font-weight:700; text-transform:uppercase; }
.coach { display:grid; grid-template-columns:1fr 1fr; min-height:700px; background:white; }
.coach-copy { align-self:center; padding:80px clamp(35px,8vw,128px); }
.coach-copy p { margin:35px 0; color:var(--muted); font-size:14px; line-height:1.8; }
blockquote { margin:45px 0 0; padding-left:20px; border-left:3px solid var(--red); font:700 21px/1.2 var(--display); text-transform:uppercase; }
.faq {
  display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; padding:120px clamp(22px,8vw,128px);
  background:var(--paper);
}
.faq h2 { font-size:clamp(52px,6vw,90px); line-height:.88; }
.faq-list { border-top:1px solid var(--ink); }
.faq details { border-bottom:1px solid var(--line); }
.faq summary {
  position:relative; padding:27px 45px 27px 0; cursor:pointer; font:700 21px/1.2 var(--display); text-transform:uppercase;
}
.faq summary::after { content:"+"; position:absolute; right:5px; color:var(--red); font:700 24px/1 var(--body); }
.faq details[open] summary::after { content:"–"; }
.faq details p { max-width:650px; margin:0; padding:0 45px 28px 0; color:var(--muted); font-size:12px; line-height:1.7; }
.blog-preview { padding:120px clamp(22px,5vw,80px); background:white; border-top:1px solid var(--line); }
.blog-heading { display:grid; grid-template-columns:1fr .65fr; gap:8vw; align-items:end; margin-bottom:65px; }
.blog-heading h2 { font-size:clamp(52px,6vw,90px); line-height:.88; }
.blog-heading > p { max-width:520px; margin:0; color:var(--muted); font-size:13px; line-height:1.75; }
.post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.post-grid article { display:flex; flex-direction:column; min-width:0; padding-bottom:25px; border-bottom:1px solid var(--ink); }
.post-image {
  position:relative; overflow:hidden; aspect-ratio:1.35; margin-bottom:22px; background:#d9dfd8;
  background-image:repeating-linear-gradient(135deg,transparent 0 36px,rgba(17,17,17,.07) 36px 37px);
}
.post-image::before { position:absolute; left:18px; bottom:16px; color:var(--ink); font:800 clamp(42px,6vw,82px)/.8 var(--display); opacity:.12; }
.post-image::after { content:"FOTO REAL"; position:absolute; right:14px; top:14px; padding:7px 9px; background:var(--red); color:var(--ink); font-size:8px; font-weight:800; letter-spacing:.08em; }
.post-image-one::before { content:"01"; }
.post-image-two::before { content:"02"; }
.post-image-three::before { content:"03"; }
.post-image-one { background-image:linear-gradient(rgba(17,17,17,.08),rgba(17,17,17,.08)),url("assets/images/equipe-adulto.webp"); background-size:cover; background-position:center; }
.post-image-two { background-image:linear-gradient(rgba(17,17,17,.08),rgba(17,17,17,.08)),url("assets/images/hero-comunidade.webp"); background-size:cover; background-position:center; }
.post-image-three { background-image:linear-gradient(rgba(17,17,17,.08),rgba(17,17,17,.08)),url("assets/images/estrutura-musculacao.webp"); background-size:cover; background-position:center; }
.post-meta { display:flex; justify-content:space-between; gap:20px; color:var(--muted); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.post-meta span { color:var(--red); font-weight:800; }
.post-grid h3 { margin:18px 0 12px; font-size:clamp(26px,2.4vw,38px); line-height:1; }
.post-grid article > p { margin:0 0 24px; color:var(--muted); font-size:12px; line-height:1.65; }
.post-status { margin-top:auto; font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.blog-footer { display:flex; justify-content:space-between; gap:30px; margin-top:38px; }
.blog-footer p { margin:0; color:var(--muted); font-size:10px; }
.blog-footer > span { font-size:11px; font-weight:800; text-transform:uppercase; }
.blog-footer b { margin-left:16px; color:var(--red); font-size:18px; }
.contact { position:relative; min-height:600px; display:grid; grid-template-columns:1fr auto; align-items:end; padding:100px clamp(22px,8vw,128px); background:var(--red); color:white; overflow:hidden; }
.contact-word { position:absolute; top:-100px; right:-20px; color:rgba(255,255,255,.1); font:800 540px/.8 var(--display); }
.contact-copy,.contact-meta { position:relative; z-index:1; }
.contact .section-kicker { color:white; }
.contact-copy p { margin:25px 0 35px; }
.button-light { background:white; border-color:white; color:var(--ink); }
.contact-meta { display:grid; gap:12px; min-width:220px; font-size:12px; }
.contact-meta small { color:rgba(255,255,255,.65); }
footer { min-height:120px; display:flex; align-items:center; gap:22px; padding:30px clamp(22px,5vw,80px); background:var(--ink); color:white; }
footer img { width:110px; height:60px; object-fit:contain; filter:grayscale(1) invert(1); }
footer small { margin-left:auto; color:#777; }

/* Conceito 02 — mais contraste, recortes e ritmo editorial. */
.concept-energia { --paper:#f4f6f2; }
.concept-energia .site-header { background:var(--ink); color:white; }
.concept-energia .brand img { filter:grayscale(1) invert(1); }
.concept-energia .button-small { background:var(--red); border-color:var(--red); color:var(--ink); }
.concept-energia .hero { grid-template-columns:57% 43%; background:var(--ink); color:white; }
.concept-energia .hero-copy { position:relative; z-index:2; }
.concept-energia h1 { font-style:italic; font-size:clamp(72px,9vw,138px); }
.concept-energia h1 em { display:block; margin-left:9vw; }
.concept-energia .hero-copy > p,.concept-energia .trust-list { color:#999; }
.concept-energia .trust-list b { color:white; }
.concept-energia .hero-visual { transform:skewX(-5deg); transform-origin:bottom; }
.concept-energia .photo-label,.concept-energia .hero-stamp { transform:skewX(5deg); }
.concept-energia .hero-stamp { transform:skewX(5deg) rotate(-4deg); }
.concept-energia .program-grid article:nth-child(2) { background:var(--red); color:var(--ink); transform:translateY(-22px); }
.concept-energia .program-grid article:nth-child(2) p,.concept-energia .program-grid article:nth-child(2)>span { color:var(--ink); }
.concept-energia .manifesto { background:var(--red); color:var(--ink); }
.concept-energia .manifesto .section-index,.concept-energia .manifesto p { color:var(--ink); }
.concept-energia .local-proof { background:white; }

/* Conceito 03 — fluxo orgânico, curvas e camadas. */
.concept-fluxo { --paper:#f1f5ef; --red:#49e62e; }
.concept-fluxo .site-header { margin:18px 3vw 0; border:0; border-radius:999px; background:rgba(255,255,255,.88); backdrop-filter:blur(14px); }
.concept-fluxo .hero { position:relative; grid-template-columns:52% 48%; min-height:760px; padding-right:4vw; }
.concept-fluxo .hero::before { content:""; position:absolute; width:360px; height:360px; left:-170px; bottom:-100px; border-radius:50%; background:var(--red); opacity:.2; }
.concept-fluxo .hero-copy { z-index:2; }
.concept-fluxo h1 { font-size:clamp(66px,7.6vw,120px); }
.concept-fluxo h1 em { display:block; font-style:italic; }
.concept-fluxo .hero-visual { align-self:center; min-height:610px; border-radius:48% 52% 46% 54% / 38% 44% 56% 62%; box-shadow:22px 26px 0 var(--red); }
.concept-fluxo .hero-visual::before { border-radius:inherit; }
.concept-fluxo .hero-visual > img { border-radius:inherit; }
.concept-fluxo .proof-bar { margin:0 4vw 80px; border-radius:36px; overflow:hidden; border:0; }
.concept-fluxo .manifesto { position:relative; margin:0 4vw; border-radius:64px; background:white; }
.concept-fluxo .local-proof { margin:35px 4vw; border:0; border-radius:50px; background:#dfe8dc; }
.concept-fluxo .program-grid { gap:18px; border:0; }
.concept-fluxo .program-grid article { border:0; border-radius:34px; background:white; }
.concept-fluxo .program-grid article:first-child { border:0; }
.concept-fluxo .program-grid article:hover { border-radius:70px 34px 70px 34px; background:var(--red); transform:translateY(-6px); }
.concept-fluxo .first-class { margin:0 4vw 90px; border:0; border-radius:60px; }
.concept-fluxo .lineage { margin:0 4vw; border-radius:60px; overflow:hidden; }
.concept-fluxo .schedule { border-radius:60px 60px 0 0; }
.concept-fluxo .coach-photo { margin:45px; border-radius:48% 52% 44% 56%; min-height:590px; }
.concept-fluxo .contact { margin:35px; border-radius:60px; }

/* Conceito 04 — fotografia imersiva e ritmo cinematográfico. */
.concept-imersao { --paper:#0c0f0d; --ink:#111111; color:#f4f6f2; background:#0c0f0d; }
.concept-imersao .site-header { position:absolute; z-index:5; left:0; right:0; width:auto; min-width:0; background:linear-gradient(#080a09,transparent); border:0; color:white; }
.concept-imersao .brand img { filter:grayscale(1) invert(1); }
.concept-imersao .button-small { background:var(--red); border-color:var(--red); color:#101010; }
.concept-imersao .hero { position:relative; display:block; min-height:860px; padding:0; }
.concept-imersao .hero-visual { position:absolute; inset:0; min-height:860px; }
.concept-imersao .hero-visual::after { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(5,7,6,.94) 0%,rgba(5,7,6,.65) 48%,rgba(5,7,6,.18) 100%),linear-gradient(0deg,rgba(5,7,6,.8),transparent 58%); }
.concept-imersao .hero-visual::before {
  z-index:2; opacity:.12; mix-blend-mode:soft-light; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.82'/%3E%3C/svg%3E");
  background-size:180px 180px;
}
.concept-imersao .hero-copy { position:relative; z-index:3; width:min(950px,100%); max-width:100%; padding:220px clamp(22px,6vw,96px) 100px; }
.concept-imersao h1 { font-size:clamp(72px,9vw,142px); color:white; }
.concept-imersao h1 em { display:block; color:var(--red); font-style:italic; }
.concept-imersao .hero-copy > p,.concept-imersao .trust-list { color:#bac0bb; }
.concept-imersao .hero .button { background:var(--red); border-color:var(--red); color:#101010; }
.concept-imersao .trust-list {
  width:min(620px,100%); max-width:620px; justify-content:space-between; gap:42px;
  margin-top:52px; padding:22px 0; border-top:1px solid rgba(255,255,255,.16); border-bottom:1px solid rgba(255,255,255,.16);
  font-size:12px;
}
.concept-imersao .trust-list b { color:white; font-size:25px; }
.concept-imersao .hero-stamp { display:none; }
.concept-imersao .proof-bar { position:relative; z-index:4; grid-template-columns:repeat(4,minmax(0,1fr)); margin:-62px clamp(20px,5vw,80px) 0; border-radius:26px; overflow:hidden; box-shadow:0 25px 60px rgba(0,0,0,.35); }
.concept-imersao .manifesto { background:#0c0f0d; color:white; }
.concept-imersao .manifesto p { color:#a3aaa5; }
.concept-imersao .lineage { width:auto; margin:0 clamp(20px,5vw,80px); border-radius:36px; overflow:hidden; background:#151a16; }
.concept-imersao .local-proof { background:var(--red); color:#101010; border:0; }
.concept-imersao .local-proof p,.concept-imersao .local-proof .section-index,.concept-imersao .local-proof > a span { color:#101010; }
.concept-imersao .programs,.concept-imersao .faq { background:#0c0f0d; color:white; }
.concept-imersao .program-grid { gap:20px; border:0; }
.concept-imersao .program-grid article { min-height:360px; border:0; border-radius:28px; background:#171c18; }
.concept-imersao .program-grid article:first-child { border:0; }
.concept-imersao .program-grid p,.concept-imersao .faq details p { color:#969d97; }
.concept-imersao .first-class,.concept-imersao .coach,.concept-imersao .blog-preview { background:#f4f6f2; color:#111; }
.concept-imersao .schedule { background:#141915; }
.concept-imersao .contact { background:var(--red); color:#101010; }
.concept-imersao .contact .button-light { background:#101010; color:white; border-color:#101010; }

/* Conceito 05 — primeira dobra integral com ruptura vermelha. */
.concept-pulso { --red:#d92832; --paper:#f2f2ef; }
.concept-pulso .site-header { position:absolute; z-index:5; inset:0 0 auto; width:auto; background:linear-gradient(rgba(8,8,8,.88),transparent); border:0; color:white; }
.concept-pulso .brand img { filter:grayscale(1) invert(1); }
.concept-pulso .button-small { background:var(--red); border-color:var(--red); }
.concept-pulso .hero { position:relative; display:block; min-height:calc(100svh - 78px); padding:0; background:#090909; color:white; }
.concept-pulso .hero-visual { position:absolute; inset:0; min-height:100%; }
.concept-pulso .hero-visual > img { object-position:center 42%; }
.concept-pulso .hero-visual::after {
  content:""; position:absolute; z-index:1; inset:0;
  background:linear-gradient(90deg,rgba(5,5,5,.95) 0%,rgba(5,5,5,.68) 45%,rgba(5,5,5,.08) 100%),linear-gradient(0deg,rgba(5,5,5,.72),transparent 58%);
}
.concept-pulso .hero-copy { position:relative; z-index:3; width:min(980px,100%); padding:clamp(190px,23vh,270px) clamp(22px,6vw,96px) 95px; }
.concept-pulso h1 { color:white; font-size:clamp(76px,9.2vw,146px); }
.concept-pulso h1 em { display:block; color:var(--red); font-style:italic; }
.concept-pulso .hero-copy > p,.concept-pulso .trust-list { color:#c1c1bd; }
.concept-pulso .trust-list b { color:white; }
.concept-pulso .hero-stamp,.concept-pulso .belt-mark { display:none; }
.concept-pulso .button { background:var(--red); border-color:var(--red); }
.concept-pulso .proof-bar { border:0; }
.concept-pulso .manifesto { background:#f2f2ef; }
.concept-pulso .lineage { background:#121212; }
.concept-pulso .local-proof { background:var(--red); color:white; border:0; }
.concept-pulso .local-proof p,.concept-pulso .local-proof .section-index,.concept-pulso .local-proof > a span { color:white; }
.concept-pulso .schedule { background:#111; }
.concept-pulso .contact { background:var(--red); }

/* Conceito 06 — sobriedade com detalhes dourados. */
.concept-dojo { --red:#c5a25a; --paper:#f4f1e9; --muted:#706b61; }
.concept-dojo .site-header { background:#111; color:white; border-bottom:1px solid #2d2922; }
.concept-dojo .brand img { filter:grayscale(1) invert(1); }
.concept-dojo .button-small { background:transparent; border-color:var(--red); color:var(--red); }
.concept-dojo .hero { grid-template-columns:54% 46%; background:#111; color:white; }
.concept-dojo .hero-copy { position:relative; }
.concept-dojo .hero-copy::before { content:""; position:absolute; top:25px; left:0; width:72px; height:1px; background:var(--red); }
.concept-dojo h1 { font-size:clamp(68px,7.6vw,120px); }
.concept-dojo h1 em { display:block; color:var(--red); font-style:normal; font-weight:600; }
.concept-dojo .hero-copy > p,.concept-dojo .trust-list { color:#aaa399; }
.concept-dojo .trust-list b { color:white; }
.concept-dojo .hero-visual::after { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(0deg,rgba(17,17,17,.32),transparent 48%); }
.concept-dojo .belt-mark i:first-child { background:var(--red); }
.concept-dojo .hero-stamp { border-color:var(--red); background:#111; color:var(--red); }
.concept-dojo .proof-bar > a { background:var(--red); }
.concept-dojo .manifesto { background:#e9e3d7; }
.concept-dojo .lineage { background:#171511; }
.concept-dojo .lineage-label { background:transparent; border:1px solid var(--red); color:var(--red); }
.concept-dojo .local-proof { background:#ded5c4; }
.concept-dojo .program-grid article:hover { background:#eee8dc; }
.concept-dojo .schedule { background:#171511; }
.concept-dojo .class-adult { background:var(--red); }
.concept-dojo .contact { background:#171511; }
.concept-dojo .contact-word { color:rgba(197,162,90,.08); }

@media (max-width: 900px) {
  .concept-bar { position:relative; grid-template-columns:1fr; gap:10px; overflow:hidden; }
  .concept-bar > * { min-width:0; }
  .concept-bar p { justify-self:start; }
  .concept-tabs { width:100%; max-width:100%; min-width:0; overflow-x:auto; padding-bottom:5px; scrollbar-width:none; overscroll-behavior-inline:contain; }
  .concept-tabs::-webkit-scrollbar { display:none; }
  .site-header { height:auto; min-height:82px; flex-wrap:wrap; padding-top:12px; padding-bottom:10px; }
  .site-header nav {
    order:3; display:flex; width:100%; min-width:0; gap:22px; overflow-x:auto; padding:4px 0 3px;
    scrollbar-width:none; overscroll-behavior-inline:contain;
  }
  .site-header nav::-webkit-scrollbar { display:none; }
  .site-header nav a { white-space:nowrap; }
  .site-header .button { display:none; }
  .hero,.concept-energia .hero { grid-template-columns:1fr; padding:0; }
  .proof-bar { grid-template-columns:1fr 1fr; }
  .hero-copy { padding:75px 22px; }
  .hero-visual { min-height:520px; }
  .manifesto { grid-template-columns:1fr; gap:40px; padding:90px 22px; }
  .lineage { grid-template-columns:1fr; }
  .lineage-photo { min-height:500px; }
  .lineage-photo img { object-position:center top; }
  .local-proof { grid-template-columns:1fr; gap:35px; padding:70px 22px; }
  .gallery-slide { flex-basis:min(74vw,620px); }
  .section-heading { display:grid; gap:40px; }
  .section-heading h2 { text-align:left; }
  .programs { padding:90px 22px; }
  .program-grid { grid-template-columns:1fr; }
  .program-grid article { border-left:1px solid var(--line); }
  .schedule { grid-template-columns:1fr; padding:90px 22px; }
  .first-class,.faq { grid-template-columns:1fr; gap:55px; padding:90px 22px; }
  .blog-heading { grid-template-columns:1fr; gap:35px; }
  .post-grid { grid-template-columns:1fr; gap:55px; }
  .first-class .button { grid-column:1; }
  .coach { grid-template-columns:1fr; }
  .contact { grid-template-columns:1fr; gap:70px; padding:90px 22px; }
  .contact-word { font-size:330px; }
  .concept-fluxo .site-header { margin:12px; }
  .concept-fluxo .hero { grid-template-columns:1fr; padding-right:0; }
  .concept-fluxo .hero-visual { margin:0 35px 55px; min-height:520px; }
  .concept-energia .hero-visual,.concept-energia .photo-label { transform:none; }
  .concept-energia .hero-stamp { transform:rotate(-4deg); }
  .concept-energia .program-grid article:nth-child(2) { transform:none; }
  .concept-imersao .hero-copy { padding:180px 22px 90px; }
  .concept-imersao .proof-bar { grid-template-columns:1fr 1fr; margin:-35px 20px 0; }
  .concept-pulso .hero-copy { padding:190px 22px 90px; }
  .concept-dojo .hero { grid-template-columns:1fr; }
}
@media (max-width: 560px) {
  .whatsapp-float { width:56px; height:56px; right:16px; bottom:16px; }
  .whatsapp-float svg { width:29px; height:29px; }
  .concept-bar { padding:12px 14px; }
  .concept-bar p { display:none; }
  .concept-tab { white-space:nowrap; }
  .site-header { min-height:74px; padding-inline:18px; }
  .brand img { width:145px; max-width:65vw; }
  h1 { font-size:62px; }
  .hero-copy > p { font-size:14px; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .trust-list { flex-wrap:wrap; }
  .proof-bar { grid-template-columns:1fr; }
  .proof-bar > div,.proof-bar > a { min-height:100px; }
  .program-grid article { min-height:260px; }
  .lineage-photo { min-height:560px; }
  .lineage-copy { padding:70px 22px; }
  .lineage h2 { font-size:48px; }
  .schedule-wrap { overflow-x:auto; padding-bottom:8px; }
  .weekly-grid { min-width:680px; }
  .contact .button { min-width:0; width:100%; }
  .concept-fluxo .site-header { margin:10px; border-radius:28px; }
  .concept-fluxo .hero-visual { margin:0 18px 42px; min-height:460px; box-shadow:12px 14px 0 var(--red); }
  .concept-fluxo .proof-bar,.concept-fluxo .manifesto,.concept-fluxo .local-proof,.concept-fluxo .lineage,.concept-fluxo .contact { margin-left:14px; margin-right:14px; border-radius:32px; }
  .concept-fluxo .gallery { margin:14px; border-radius:32px; }
  .concept-fluxo .first-class { margin:0 14px 60px; border-radius:32px; padding-inline:18px; }
  .concept-fluxo .coach-photo { margin:22px; min-height:500px; }
  .concept-imersao .hero,.concept-imersao .hero-visual { min-height:780px; }
  .concept-imersao .hero-copy { padding:155px 18px 90px; }
  .concept-imersao h1 { font-size:64px; }
  .concept-imersao .trust-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
  .concept-imersao .trust-list b { font-size:22px; }
  .concept-imersao .proof-bar { grid-template-columns:1fr; margin:-30px 14px 0; }
  .concept-imersao .lineage { margin-inline:14px; border-radius:28px; }
  .concept-pulso .hero,.concept-pulso .hero-visual { min-height:820px; }
  .concept-pulso .hero-copy { padding:165px 18px 80px; }
  .concept-pulso h1 { font-size:64px; }
  .concept-dojo .hero-copy { padding-top:85px; }
  .gallery { padding:75px 0 70px; }
  .gallery-heading { align-items:flex-start; gap:28px; padding-bottom:35px; }
  .gallery-heading h2 { font-size:48px; }
  .gallery-arrow { width:44px; height:44px; }
  .gallery-slide { flex-basis:calc(100vw - 54px); aspect-ratio:.86; }
  .gallery-slide:nth-child(2) img { object-position:center; }
  .gallery-slide figcaption { left:18px; right:18px; bottom:18px; font-size:15px; }
  footer { align-items:flex-start; flex-direction:column; }
  .blog-footer { align-items:flex-start; flex-direction:column; }
  footer small { margin:0; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float::before { animation:none; }
}
