.elementor-16 .elementor-element.elementor-element-489ca84{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-81e373f *//* =========================================================
JULIO GRESPAN — HOME
CSS totalmente escopado em .jg-home para não brigar com Elementor.
========================================================= */

.jg-home{
  --jg-bg:#080909;
  --jg-bg-2:#0d0f0f;
  --jg-panel:#111313;
  --jg-panel-2:#171918;
  --jg-text:#f6f6f2;
  --jg-muted:#a9aaa5;
  --jg-gold:#e6bf58;
  --jg-gold-2:#fff0a3;
  --jg-line:rgba(230,191,88,.24);
  --jg-line-soft:rgba(255,255,255,.09);
  --jg-shadow:0 28px 90px rgba(0,0,0,.42);
  --jg-radius:22px;

  position:relative;
  width:100%;
  overflow:hidden;
  color:var(--jg-text);
  background:
    radial-gradient(circle at 12% 3%, rgba(230,191,88,.08), transparent 24%),
    linear-gradient(180deg,#070808 0%,#0b0c0c 48%,#080909 100%);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  isolation:isolate;
}

.jg-home *,
.jg-home *::before,
.jg-home *::after{
  box-sizing:border-box;
}

.jg-home a{
  color:inherit;
  text-decoration:none;
}

.jg-home img{
  display:block;
  width:100%;
  height:auto;
}

.jg-home h1,
.jg-home h2,
.jg-home h3,
.jg-home p{
  margin-top:0;
}

.jg-home h1,
.jg-home h2,
.jg-home h3{
  font-family:"Barlow Condensed",Impact,"Arial Narrow",sans-serif;
}

.jg-container{
  width:min(1200px,calc(100% - 40px));
  margin-inline:auto;
}

.jg-progress{
  position:fixed;
  z-index:9998;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:rgba(255,255,255,.04);
  pointer-events:none;
}

.jg-progress span{
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,var(--jg-gold),var(--jg-gold-2));
  box-shadow:0 0 18px rgba(230,191,88,.58);
}


/* ---------- TIPOGRAFIA / ELEMENTOS ---------- */

.jg-kicker,
.jg-section-label{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--jg-gold-2);
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.jg-kicker::before,
.jg-section-label::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--jg-gold);
  box-shadow:0 0 14px rgba(230,191,88,.72);
}

.jg-home h1{
  max-width:880px;
  margin:24px 0 22px;
  font-size:clamp(58px,8.5vw,126px);
  font-weight:800;
  line-height:.88;
  letter-spacing:-.045em;
  text-transform:uppercase;
}

.jg-home h1 span{
  display:block;
  color:var(--jg-gold);
  text-shadow:0 0 42px rgba(230,191,88,.16);
}

.jg-home h2{
  margin:10px 0 18px;
  font-size:clamp(44px,5.5vw,78px);
  font-weight:800;
  line-height:.95;
  letter-spacing:-.03em;
  text-transform:uppercase;
}

.jg-home h2 span{
  color:var(--jg-gold);
}

.jg-home h3{
  font-size:clamp(28px,3vw,40px);
  line-height:1;
}

.jg-home p{
  color:#c4c5c0;
}

.jg-btn{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 19px;
  border:1px solid transparent;
  border-radius:11px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  transition:
    transform .22s ease,
    background .22s ease,
    color .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.jg-btn:hover{
  transform:translateY(-2px);
}

.jg-btn-primary{
  color:#101111 !important;
  background:linear-gradient(135deg,var(--jg-gold-2),var(--jg-gold));
  box-shadow:0 12px 28px rgba(230,191,88,.12);
}

.jg-btn-primary:hover{
  box-shadow:0 18px 38px rgba(230,191,88,.22);
}

.jg-btn-ghost{
  color:#fff !important;
  border-color:rgba(255,255,255,.14);
  background:rgba(0,0,0,.26);
}

.jg-btn-ghost:hover{
  border-color:var(--jg-line);
  background:rgba(230,191,88,.07);
}

.jg-btn-ghost-light{
  color:#fff !important;
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
}

.jg-btn-ghost-light:hover{
  border-color:var(--jg-gold);
  background:rgba(230,191,88,.08);
}

.jg-text-link{
  display:inline-flex;
  margin-top:22px;
  color:var(--jg-gold-2) !important;
  font-size:13px;
  font-weight:800;
}

.jg-text-link:hover{
  color:#fff !important;
}


/* ---------- HERO ---------- */

.jg-hero{
  position:relative;
  min-height:min(930px,96vh);
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid var(--jg-line);
}

.jg-hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black,transparent 92%);
}

.jg-hero::before{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  right:-260px;
  top:40px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(230,191,88,.16),rgba(230,191,88,.035) 40%,transparent 70%);
  filter:blur(6px);
}

.jg-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);
  gap:clamp(40px,7vw,100px);
  align-items:center;
  padding:110px 0 88px;
}

.jg-hero-lead{
  max-width:760px;
  margin:0;
  color:#dedfd9 !important;
  font-size:clamp(17px,1.7vw,22px);
  line-height:1.6;
}

.jg-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.jg-proof-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:11px;
  margin-top:32px;
  color:#a8aaa5;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.jg-proof-line i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--jg-gold);
}

.jg-hero-visual{
  position:relative;
}

.jg-photo-frame{
  position:relative;
  min-height:620px;
  overflow:hidden;
  border:1px solid var(--jg-line);
  border-radius:28px 28px 110px 28px;
  background:
    radial-gradient(circle at 55% 35%,rgba(230,191,88,.12),transparent 38%),
    linear-gradient(145deg,#171918,#0b0d0d);
  box-shadow:var(--jg-shadow);
}

.jg-photo-frame::before{
  content:"";
  position:absolute;
  inset:15px;
  z-index:2;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px 18px 96px 18px;
  pointer-events:none;
}

.jg-photo-frame img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  object-position:center top;
}

.jg-photo-placeholder{
  min-height:100%;
  display:grid;
  place-content:center;
  gap:5px;
  padding:30px;
  text-align:center;
  color:rgba(255,255,255,.48);
  background:
    linear-gradient(135deg,transparent 49.5%,rgba(255,255,255,.06) 50%,transparent 50.5%),
    linear-gradient(45deg,transparent 49.5%,rgba(255,255,255,.04) 50%,transparent 50.5%);
}

.jg-photo-frame > .jg-photo-placeholder{
  min-height:620px;
}

.jg-photo-placeholder span{
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:26px;
  font-weight:800;
  letter-spacing:.12em;
}

.jg-photo-placeholder small{
  color:rgba(255,255,255,.32);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.jg-photo-caption{
  position:absolute;
  z-index:3;
  right:22px;
  bottom:22px;
  left:22px;
  padding:18px 19px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  background:rgba(7,8,8,.78);
  backdrop-filter:blur(16px);
}

.jg-photo-caption small{
  display:block;
  margin-bottom:5px;
  color:var(--jg-gold);
  font-size:9px;
  font-weight:800;
  letter-spacing:.17em;
}

.jg-photo-caption strong{
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:25px;
  line-height:1;
  text-transform:uppercase;
}

.jg-floating-note{
  position:absolute;
  right:-26px;
  bottom:78px;
  z-index:4;
  width:220px;
  padding:15px 16px;
  border:1px solid var(--jg-line);
  border-radius:14px;
  background:#0d0f0f;
  box-shadow:0 20px 50px rgba(0,0,0,.4);
}

.jg-floating-note p{
  margin:0;
  color:#c5c6c1;
  font-size:11px;
  line-height:1.5;
}

.jg-dot{
  display:block;
  width:7px;
  height:7px;
  margin-bottom:9px;
  border-radius:50%;
  background:var(--jg-gold);
  box-shadow:0 0 15px var(--jg-gold);
}

.jg-scroll-cue{
  position:absolute;
  z-index:4;
  right:clamp(20px,4vw,60px);
  bottom:24px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#8f918d !important;
  font-size:9px;
  font-weight:800;
  letter-spacing:.17em;
}

.jg-scroll-cue span{
  position:relative;
  width:34px;
  height:1px;
  overflow:hidden;
  background:rgba(255,255,255,.15);
}

.jg-scroll-cue span::after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:var(--jg-gold);
  animation:jgSlide 2.2s infinite ease-in-out;
}

@keyframes jgSlide{
  50%,100%{transform:translateX(100%)}
}


/* ---------- MANIFESTO ---------- */

.jg-manifesto-section{
  padding:54px 0 28px;
}

.jg-manifesto{
  padding:36px 0 36px clamp(24px,4vw,48px);
  border-left:3px solid var(--jg-gold);
  background:linear-gradient(90deg,rgba(230,191,88,.1),transparent 72%);
}

.jg-manifesto p{
  max-width:980px;
  margin:14px 0 0;
  color:#f1f1ed;
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:clamp(31px,4vw,54px);
  font-weight:600;
  line-height:1.04;
}

.jg-manifesto strong{
  color:var(--jg-gold);
}


/* ---------- SEÇÕES ---------- */

.jg-section{
  padding:105px 0;
}

.jg-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.62fr);
  gap:60px;
  align-items:end;
  margin-bottom:42px;
}

.jg-section-head > p{
  max-width:540px;
  margin:0 0 8px auto;
}

.jg-section-head-center{
  grid-template-columns:1fr;
  justify-items:center;
  text-align:center;
}

.jg-section-head-center > p{
  max-width:720px;
  margin:0 auto;
}


/* ---------- VÍDEO ALAVANCA ---------- */

.jg-video-section{
  position:relative;
}

.jg-video-section::before{
  content:"ALAVANCA";
  position:absolute;
  top:15px;
  left:50%;
  transform:translateX(-50%);
  color:rgba(230,191,88,.035);
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:min(18vw,230px);
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em;
  white-space:nowrap;
  pointer-events:none;
}

.jg-video-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(390px,.7fr);
  gap:clamp(40px,7vw,90px);
  align-items:center;
}

.jg-video-copy h2{
  max-width:760px;
}

.jg-video-copy h2 span{
  display:block;
}

.jg-big-copy{
  max-width:680px;
  margin-bottom:18px !important;
  color:#fff !important;
  font-size:clamp(20px,2vw,27px);
  font-weight:700;
}

.jg-clean-list{
  display:grid;
  gap:10px;
  margin:25px 0 0;
  padding:0;
  list-style:none;
}

.jg-clean-list li{
  position:relative;
  padding-left:22px;
  color:#c8c9c4;
  font-size:14px;
}

.jg-clean-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:8px;
  height:1px;
  background:var(--jg-gold);
}

.jg-inline-actions{
  margin-top:30px;
}

.jg-video-wrap{
  position:relative;
}

.jg-video-square{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/1;
  border:1px solid var(--jg-line);
  border-radius:26px;
  background:#050606;
  box-shadow:var(--jg-shadow);
}

.jg-video-square::before{
  content:"";
  position:absolute;
  inset:10px;
  z-index:2;
  border:1px solid rgba(255,255,255,.05);
  border-radius:18px;
  pointer-events:none;
}

.jg-video-square iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.jg-video-badge{
  position:absolute;
  right:-20px;
  bottom:-24px;
  z-index:3;
  width:min(270px,75%);
  padding:16px;
  border:1px solid var(--jg-line);
  border-radius:14px;
  background:#101212;
  box-shadow:0 18px 44px rgba(0,0,0,.36);
}

.jg-video-badge b{
  display:block;
  margin-bottom:5px;
  color:var(--jg-gold);
  font-size:10px;
  letter-spacing:.14em;
}

.jg-video-badge span{
  display:block;
  color:#babcb7;
  font-size:11px;
  line-height:1.45;
}


/* ---------- SOBRE ---------- */

.jg-about{
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  background:
    radial-gradient(circle at 12% 28%,rgba(230,191,88,.06),transparent 25%),
    #0a0c0c;
}

.jg-about-grid{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:34px;
  align-items:start;
}

.jg-about-media{
  position:sticky;
  top:28px;
}

.jg-about-photo{
  overflow:hidden;
  min-height:520px;
  border:1px solid var(--jg-line-soft);
  border-radius:24px;
  background:linear-gradient(145deg,#151716,#0d0f0f);
}

.jg-about-photo img{
  width:100%;
  height:520px;
  object-fit:cover;
}

.jg-about-photo .jg-photo-placeholder{
  min-height:520px;
}

.jg-about blockquote{
  margin:15px 0 0;
  padding:24px;
  border:1px solid var(--jg-line);
  border-radius:17px;
  color:#e8e8e3;
  background:linear-gradient(135deg,rgba(230,191,88,.08),rgba(255,255,255,.02));
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:23px;
  line-height:1.2;
}

.jg-timeline{
  display:grid;
}

.jg-timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  padding:5px 0 34px;
}

.jg-timeline-item:not(:last-child)::before{
  content:"";
  position:absolute;
  top:48px;
  bottom:0;
  left:34px;
  width:1px;
  background:linear-gradient(var(--jg-line),rgba(230,191,88,.04));
}

.jg-timeline-no{
  position:relative;
  z-index:2;
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border:1px solid var(--jg-line);
  border-radius:50%;
  color:var(--jg-gold);
  background:#0d0f0f;
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:24px;
  font-weight:800;
}

.jg-timeline-item small{
  display:block;
  margin:5px 0 7px;
  color:var(--jg-gold);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}

.jg-timeline-item h3{
  margin:0 0 10px;
  color:#f6f6f1;
  font-size:31px;
}

.jg-timeline-item p{
  max-width:650px;
  margin:0;
  font-size:14px;
}


/* ---------- PROJETOS ---------- */

.jg-project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.jg-project-card{
  position:relative;
  min-height:530px;
  display:flex;
  flex-direction:column;
  padding:26px;
  overflow:hidden;
  border:1px solid var(--jg-line-soft);
  border-radius:var(--jg-radius);
  background:
    radial-gradient(circle at 100% 0,rgba(230,191,88,.055),transparent 35%),
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.016));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
  transition:transform .25s ease,border-color .25s ease;
}

.jg-project-card:hover{
  transform:translateY(-5px);
  border-color:var(--jg-line);
}

.jg-project-card::after{
  content:"";
  position:absolute;
  right:-60px;
  bottom:-60px;
  width:160px;
  height:160px;
  border:1px solid rgba(230,191,88,.12);
  border-radius:50%;
}

.jg-project-featured{
  border-color:rgba(230,191,88,.34);
  background:
    radial-gradient(circle at 100% 0,rgba(230,191,88,.13),transparent 38%),
    linear-gradient(145deg,rgba(230,191,88,.08),rgba(255,255,255,.018));
}

.jg-project-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:22px;
}

.jg-project-top > span{
  color:rgba(230,191,88,.45);
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:39px;
  font-weight:800;
}

.jg-project-top small{
  color:#90928e;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}

.jg-project-logo-slot{
  min-height:110px;
  display:grid;
  place-items:center;
  margin-bottom:30px;
  border:1px dashed rgba(255,255,255,.14);
  border-radius:15px;
  color:rgba(255,255,255,.34);
  background:rgba(0,0,0,.14);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}

.jg-project-logo-slot img{
  width:auto;
  max-width:78%;
  max-height:74px;
  object-fit:contain;
}

.jg-project-card h3{
  margin:0 0 12px;
  font-size:42px;
}

.jg-project-card p{
  margin-bottom:16px;
  font-size:14px;
}

.jg-project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  padding-top:10px;
}

.jg-project-tags span{
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:#989a95;
  font-size:9px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}


/* ---------- SERVIÇOS ---------- */

.jg-services{
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.018),transparent);
}

.jg-service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.jg-service-card{
  min-height:270px;
  padding:24px 22px;
  border:1px solid var(--jg-line-soft);
  border-radius:18px;
  background:var(--jg-panel);
}

.jg-service-card > span{
  display:block;
  margin-bottom:42px;
  color:var(--jg-gold);
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:34px;
  font-weight:800;
  opacity:.6;
}

.jg-service-card h3{
  margin:0 0 13px;
  font-size:34px;
}

.jg-service-card p{
  margin:0;
  font-size:13px;
}

.jg-service-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:16px;
  padding:25px 26px;
  border:1px solid var(--jg-line);
  border-radius:18px;
  background:linear-gradient(90deg,rgba(230,191,88,.11),rgba(230,191,88,.015));
}

.jg-service-cta small{
  display:block;
  margin-bottom:5px;
  color:var(--jg-gold);
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}

.jg-service-cta strong{
  display:block;
  color:#fff;
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:28px;
  line-height:1.05;
}


/* ---------- LOGOS / MÍDIA ---------- */

.jg-media{
  border-top:1px solid rgba(255,255,255,.05);
}

.jg-logo-wall{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-top:20px;
}

.jg-logo-item{
  min-height:110px;
  display:grid;
  place-items:center;
  padding:20px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  color:rgba(255,255,255,.32);
  background:#0e1010;
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  transition:background .22s ease,border-color .22s ease,filter .22s ease;
}

.jg-logo-item:hover{
  border-color:var(--jg-line);
  background:#131515;
}

.jg-logo-item img{
  width:auto;
  max-width:85%;
  max-height:48px;
  object-fit:contain;
  filter:grayscale(1) brightness(1.4);
  opacity:.7;
  transition:filter .22s ease,opacity .22s ease;
}

.jg-logo-item:hover img{
  filter:none;
  opacity:1;
}


/* ---------- PODCAST ---------- */

.jg-podcast{
  position:relative;
  overflow:hidden;
  border-top:1px solid var(--jg-line);
  border-bottom:1px solid var(--jg-line);
  background:
    radial-gradient(circle at 10% 50%,rgba(230,191,88,.13),transparent 30%),
    #0d0f0f;
}

.jg-podcast::after{
  content:"FALA FERA";
  position:absolute;
  right:-20px;
  bottom:-55px;
  color:rgba(255,255,255,.025);
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:min(14vw,190px);
  font-weight:800;
  white-space:nowrap;
}

.jg-podcast-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:70px;
  align-items:center;
}

.jg-podcast-brand{
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  border:1px solid var(--jg-line);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(230,191,88,.11),rgba(255,255,255,.02));
}

.jg-podcast-logo{
  color:#fff;
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:clamp(64px,8vw,112px);
  font-weight:800;
  line-height:.7;
  letter-spacing:-.055em;
}

.jg-podcast-logo strong{
  color:var(--jg-gold);
}

.jg-podcast-copy h2{
  max-width:700px;
}

.jg-podcast-copy p{
  max-width:690px;
  font-size:16px;
}


/* ---------- CTA FINAL ---------- */

.jg-final-cta{
  position:relative;
  padding:125px 0 135px;
  overflow:hidden;
}

.jg-final-cta::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-380px;
  width:850px;
  height:850px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(230,191,88,.12),transparent 66%);
}

.jg-final-inner{
  position:relative;
  z-index:2;
  max-width:950px;
  margin:auto;
  text-align:center;
}

.jg-final-inner .jg-section-label{
  justify-content:center;
}

.jg-final-inner h2{
  margin-top:20px;
  font-size:clamp(52px,7vw,94px);
}

.jg-final-inner h2 span{
  display:block;
}

.jg-final-inner p{
  max-width:720px;
  margin:0 auto;
  font-size:17px;
}

.jg-final-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}


/* ---------- REVEAL ---------- */

.jg-home [data-jg-reveal]{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .72s ease,transform .72s ease;
}

.jg-home [data-jg-reveal].is-visible{
  opacity:1;
  transform:none;
}


/* ---------- RESPONSIVO ---------- */

@media (max-width:1050px){
  .jg-hero-grid,
  .jg-video-grid{
    grid-template-columns:1fr 420px;
    gap:40px;
  }

  .jg-floating-note{
    right:12px;
  }

  .jg-service-grid{
    grid-template-columns:1fr 1fr;
  }

  .jg-logo-wall{
    grid-template-columns:repeat(3,1fr);
  }
}

@media (max-width:860px){
  .jg-hero{
    min-height:auto;
  }

  .jg-hero-grid,
  .jg-video-grid,
  .jg-about-grid,
  .jg-podcast-grid,
  .jg-section-head{
    grid-template-columns:1fr;
  }

  .jg-hero-grid{
    padding-top:88px;
  }

  .jg-hero-copy{
    order:1;
  }

  .jg-hero-visual{
    order:2;
    width:min(560px,100%);
    margin:auto;
  }

  .jg-photo-frame,
  .jg-photo-frame img,
  .jg-photo-frame > .jg-photo-placeholder{
    min-height:560px;
  }

  .jg-section-head{
    gap:10px;
  }

  .jg-section-head > p{
    margin-left:0;
  }

  .jg-video-wrap{
    width:min(560px,100%);
    margin:auto;
  }

  .jg-about-media{
    position:relative;
    top:auto;
  }

  .jg-project-grid{
    grid-template-columns:1fr;
  }

  .jg-project-card{
    min-height:auto;
  }

  .jg-podcast-grid{
    gap:30px;
  }

  .jg-podcast-brand{
    min-height:280px;
  }
}

@media (max-width:620px){
  .jg-container{
    width:min(100% - 28px,1200px);
  }

  .jg-section{
    padding:76px 0;
  }

  .jg-home h1{
    font-size:clamp(52px,17vw,78px);
  }

  .jg-home h2{
    font-size:clamp(40px,13vw,58px);
  }

  .jg-hero-grid{
    padding:76px 0 76px;
  }

  .jg-hero-actions,
  .jg-final-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .jg-btn{
    width:100%;
  }

  .jg-photo-frame,
  .jg-photo-frame img,
  .jg-photo-frame > .jg-photo-placeholder{
    min-height:470px;
  }

  .jg-floating-note{
    position:relative;
    right:auto;
    bottom:auto;
    width:calc(100% - 26px);
    margin:-34px auto 0;
  }

  .jg-scroll-cue{
    display:none;
  }

  .jg-manifesto{
    padding:28px 20px;
  }

  .jg-video-badge{
    position:relative;
    right:auto;
    bottom:auto;
    width:calc(100% - 28px);
    margin:-18px auto 0;
  }

  .jg-timeline-item{
    grid-template-columns:52px 1fr;
    gap:14px;
  }

  .jg-timeline-no{
    width:50px;
    height:50px;
    font-size:20px;
  }

  .jg-timeline-item:not(:last-child)::before{
    top:50px;
    left:24px;
  }

  .jg-service-grid,
  .jg-logo-wall{
    grid-template-columns:1fr;
  }

  .jg-service-card{
    min-height:auto;
  }

  .jg-service-card > span{
    margin-bottom:24px;
  }

  .jg-service-cta{
    align-items:flex-start;
    flex-direction:column;
  }

  .jg-logo-item{
    min-height:90px;
  }

  .jg-final-cta{
    padding:95px 0 110px;
  }
}

@media (prefers-reduced-motion:reduce){
  .jg-home *,
  .jg-home *::before,
  .jg-home *::after{
    scroll-behavior:auto !important;
    animation:none !important;
    transition:none !important;
  }
}/* End custom CSS */