
:root{
  --glob-yellow:#FCEA10;
  --glob-black:#1D1D1B;
  --glob-bg:#090A0B;
  --glob-panel:#121416;
  --glob-panel-2:#171A1E;
  --glob-white:#F7F7F2;
  --glob-muted:#B6B8BB;
  --glob-border:rgba(252,234,16,.23);
  --glob-radius:20px;
  --glob-max:1240px;
}

.globtt-home{
  background:
    radial-gradient(circle at 82% 6%, rgba(252,234,16,.08), transparent 25%),
    linear-gradient(180deg,#08090A 0%,#0B0D0F 50%,#090A0B 100%);
  color:var(--glob-white);
  overflow:hidden;
}

.globtt-home *{box-sizing:border-box}
.globtt-home a{transition:.2s ease}
.globtt-home .alignwide,
.globtt-home .globtt-hero > .wp-block-columns{
  max-width:var(--glob-max);
  margin-left:auto!important;
  margin-right:auto!important;
}

.globtt-hero{
  padding:72px 28px 54px;
  min-height:700px;
  display:flex;
  align-items:center;
  position:relative;
}
.globtt-hero:after{
  content:"";
  position:absolute;
  inset:auto -10% -1px -10%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--glob-yellow),transparent);
  opacity:.45;
}
.globtt-hero__grid{gap:58px}
.globtt-hero__logo{max-width:150px;margin:0 0 28px!important}
.globtt-hero__logo img{width:100%;height:auto}
.globtt-kicker,.globtt-eyebrow{
  color:var(--glob-yellow);
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.82rem;
}
.globtt-title{
  font-size:clamp(3.1rem,6.5vw,6.6rem)!important;
  line-height:.94!important;
  letter-spacing:-.055em;
  margin:.25em 0 .28em!important;
  color:var(--glob-white);
  font-weight:900;
}
.globtt-title mark{
  color:var(--glob-yellow);
  background:transparent;
}
.globtt-lead{
  color:#DBDCDE;
  font-size:1.08rem;
  max-width:660px;
}
.globtt-actions{margin-top:30px;gap:12px}

.globtt-btn .wp-block-button__link{
  border-radius:999px;
  padding:14px 24px;
  font-weight:800;
  border:1px solid transparent;
  text-decoration:none;
}
.globtt-btn--primary .wp-block-button__link{
  background:var(--glob-yellow);
  color:var(--glob-black);
}
.globtt-btn--primary .wp-block-button__link:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 34px rgba(252,234,16,.18);
}
.globtt-btn--ghost .wp-block-button__link{
  background:transparent;
  border-color:rgba(255,255,255,.24);
  color:#fff;
}
.globtt-btn--dark .wp-block-button__link{
  background:#111;
  color:var(--glob-yellow);
}

.globtt-photo-placeholder{
  border:1px solid var(--glob-border);
  border-radius:28px;
  background:
    radial-gradient(circle at 70% 25%,rgba(252,234,16,.24),transparent 22%),
    linear-gradient(135deg,#24272A,#101214 60%,#060708);
  min-height:500px;
  display:flex;
  align-items:flex-end;
  padding:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}
.globtt-photo-placeholder:before{
  content:"";
  position:absolute;
  width:280px;height:280px;
  border:38px solid rgba(252,234,16,.06);
  border-radius:50%;
  top:60px;right:-70px;
}
.globtt-photo-placeholder p{
  position:relative;
  z-index:2;
  color:#F6F6F1;
  background:rgba(0,0,0,.46);
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
}

.globtt-stats{
  margin-top:-26px!important;
  position:relative;
  z-index:3;
  padding:0 28px;
  gap:1px!important;
  background:var(--glob-border);
  border:1px solid var(--glob-border);
  border-radius:18px;
  overflow:hidden;
}
.globtt-stat{
  background:#101214;
  padding:26px 22px;
  text-align:center;
}
.globtt-stat h3{
  color:var(--glob-yellow);
  font-size:2rem;
  margin:0 0 4px;
}
.globtt-stat p{margin:0;color:#DBDCDE;font-size:.92rem}

.globtt-section{
  padding:92px 28px 0;
}
.globtt-section-title{
  font-size:clamp(2rem,4vw,3.5rem)!important;
  margin:.18em 0 .8em!important;
  letter-spacing:-.035em;
  color:var(--glob-white);
}
.globtt-card{
  background:
    linear-gradient(145deg,rgba(255,255,255,.02),rgba(255,255,255,0)),
    var(--glob-panel);
  border:1px solid rgba(255,255,255,.11);
  border-radius:var(--glob-radius);
  padding:32px;
  height:100%;
  box-shadow:0 20px 55px rgba(0,0,0,.18);
}
.globtt-card:hover{
  border-color:var(--glob-border);
  transform:translateY(-3px);
}
.globtt-card h3{font-size:1.55rem;margin-top:6px;color:#fff}
.globtt-card p{color:var(--glob-muted)}
.globtt-card-tag{
  display:inline-block;
  color:var(--glob-black)!important;
  background:var(--glob-yellow);
  padding:7px 10px;
  border-radius:999px;
  font-size:.72rem;
  letter-spacing:.09em;
  font-weight:900;
}
.globtt-team-grid{gap:20px}
.globtt-team-card{
  min-height:330px;
  position:relative;
}
.globtt-team-card:after{
  content:"";
  position:absolute;
  width:160px;height:160px;
  right:22px;bottom:22px;
  border:1px solid rgba(252,234,16,.18);
  border-radius:50%;
  pointer-events:none;
}
.globtt-value-card{
  min-height:190px;
}
.globtt-value-card h3{color:var(--glob-yellow)}
.globtt-news-grid{gap:20px}
.globtt-featured-news{
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(180deg,rgba(10,10,10,.08),rgba(10,10,10,.92)),
    linear-gradient(135deg,#282B2E,#0D0F11);
}
.globtt-featured-news h3{font-size:2rem}
.globtt-link a{color:var(--glob-yellow);font-weight:800;text-decoration:none}
.globtt-events{display:grid;gap:14px}
.globtt-event{
  background:var(--glob-panel);
  border:1px solid rgba(255,255,255,.1);
  border-left:4px solid var(--glob-yellow);
  border-radius:14px;
  padding:20px 22px;
}
.globtt-event h4{margin:0 0 6px;color:#fff}
.globtt-event p{margin:0;color:var(--glob-muted);font-size:.94rem}
.globtt-program-card{min-height:260px}
.globtt-program-card h3{color:var(--glob-yellow)}

.globtt-cta{
  margin-top:90px!important;
  padding:36px 38px;
  background:
    linear-gradient(100deg,var(--glob-yellow),#FFF36A 70%,#F0DA00);
  color:var(--glob-black);
  border-radius:22px;
  gap:24px;
}
.globtt-cta h2{margin:0;font-size:clamp(2rem,4vw,3.25rem);color:var(--glob-black)}
.globtt-cta p{margin:.4em 0 0;color:#343432;font-weight:600}

.globtt-partners{padding-bottom:100px}
.globtt-partners .wp-block-columns{
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.globtt-partners .wp-block-column{
  text-align:center;
  padding:26px 12px;
  color:#777;
  font-weight:900;
  letter-spacing:.08em;
}

@media (max-width: 960px){
  .globtt-hero{padding-top:48px;min-height:auto}
  .globtt-hero__grid{gap:28px}
  .globtt-photo-placeholder{min-height:380px}
  .globtt-stats{grid-template-columns:repeat(2,1fr)!important;margin-top:20px!important}
}
@media (max-width: 781px){
  .globtt-hero{padding:36px 20px 30px}
  .globtt-title{font-size:clamp(2.7rem,13vw,4.3rem)!important}
  .globtt-hero__logo{max-width:110px}
  .globtt-photo-placeholder{min-height:300px}
  .globtt-stats{margin:0 20px!important;padding:0;grid-template-columns:1fr 1fr!important}
  .globtt-section{padding:68px 20px 0}
  .globtt-card{padding:24px}
  .globtt-cta{margin:68px 20px 0!important;padding:28px 24px}
}
@media (max-width: 520px){
  .globtt-stats{grid-template-columns:1fr!important}
  .globtt-actions .wp-block-button{width:100%}
  .globtt-actions .wp-block-button__link{width:100%;text-align:center}
}
