/* =========================================================================
   GLOBALS.co — Light Editorial Design System (plugin)
   Aesthetic: Redstone / Allied for Startups / Factory Berlin.
   One bold accent (orange). Urbanist. Mobile-first. All classes prefixed gl-.
   ========================================================================= */

:root {
	--gl-bg:        #EAEBEA;
	--gl-card:      #FFFFFF;
	--gl-ink-bg:    #16171B;
	--gl-orange:    #FC611E;
	--gl-pink:      #F2C7CA;
	--gl-sky:       #6FCBF1;
	--gl-mint:      #96E7BE;
	--gl-yellow:    #FFCB3F;
	--gl-ink:       #16171B;
	--gl-soft:      #45474D;
	--gl-mute:      #80838B;
	--gl-line:      rgba(22,23,27,.10);
	--gl-line-2:    rgba(22,23,27,.18);
	--gl-maxw:      1240px;
	--gl-radius:    22px;
	--gl-radius-sm: 14px;
	--gl-shadow:    0 24px 60px -28px rgba(22,23,27,.28);
	--gl-shadow-sm: 0 12px 34px -20px rgba(22,23,27,.20);
	--gl-font: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gl-body { margin: 0; background: var(--gl-bg); color: var(--gl-ink); font-family: var(--gl-font); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.gl-body * , .gl-body *::before, .gl-body *::after { box-sizing: border-box; }
.gl-body img { max-width: 100%; display: block; }
.gl-body a { text-decoration: none; }
.gl-body a:not(.gl-btn) { color: inherit; } /* buttons keep their own colour — never inherit container colour */

.gl-wrap, .gl-container { width: 100%; max-width: var(--gl-maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); }
.gl-section { padding-block: clamp(52px, 8vw, 120px); }
.gl-section--tight { padding-block: clamp(34px, 5vw, 66px); }
.gl-page { display: block; }

/* ---- Typography --------------------------------------------------------- */
.gl-body h1, .gl-body h2, .gl-body h3, .gl-body h4 { margin: 0 0 .35em; font-weight: 800; letter-spacing: -0.035em; line-height: 1.04; }
.gl-display { font-size: clamp(3rem, 8.5vw, 6.6rem); font-weight: 850; letter-spacing: -0.045em; line-height: 0.97; }
.gl-h1, .gl-body h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.gl-h2, .gl-body h2 { font-size: clamp(1.9rem, 4.4vw, 3.2rem); }
.gl-section__title { font-size: clamp(1.4rem, 2.6vw, 2rem); margin-bottom: .8em; }
.gl-body p { margin: 0 0 1em; }
.gl-lead { font-size: clamp(1.12rem, 1.7vw, 1.4rem); line-height: 1.5; color: var(--gl-soft); max-width: 680px; }
.gl-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gl-orange); margin-bottom: 1em; }
.gl-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gl-orange); }
.gl-eyebrow--ink { color: var(--gl-ink); }
.gl-eyebrow--ink::before { background: var(--gl-ink); }
.gl-text-orange { color: var(--gl-orange); }
.gl-quote { font-size: clamp(1.6rem, 3.4vw, 2.6rem); font-weight: 750; letter-spacing: -0.03em; line-height: 1.18; max-width: 20ch; }
.gl-quote span { color: var(--gl-orange); }

/* ---- Buttons ------------------------------------------------------------ */
.gl-btn { display: inline-flex; align-items: center; gap: .5em; font-weight: 650; font-size: 1rem; padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform .18s ease, background .2s ease, border-color .2s ease, color .2s ease; white-space: nowrap; }
.gl-btn:hover { transform: translateY(-2px); }
.gl-btn--primary { background: var(--gl-orange); color: #fff; }
.gl-btn--primary:hover { background: #e8530f; }
.gl-btn--dark { background: var(--gl-ink); color: #fff; }
.gl-btn--ghost { background: transparent; color: var(--gl-ink); border-color: var(--gl-line-2); }
.gl-btn--ghost:hover { border-color: var(--gl-ink); }
.gl-btn--on-dark { background: #fff; color: var(--gl-ink); }
.gl-btn--wa { background: #1f8f5f; color: #fff; }
.gl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---- Header / nav ------------------------------------------------------- */
.gl-header { position: sticky; top: 0; z-index: 100; background: rgba(234,235,234,.82); backdrop-filter: saturate(150%) blur(14px); border-bottom: 1px solid var(--gl-line); }
.gl-nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 14px; }
.gl-brand { display: inline-flex; align-items: center; font-weight: 800; font-size: 1.5rem; letter-spacing: -0.05em; color: var(--gl-ink); }
.gl-brand b { color: var(--gl-orange); }
.gl-brand img { height: 30px; width: auto; }
.gl-navlinks { display: none; gap: 4px; align-items: center; }
.gl-navitem { position: relative; }
.gl-navitem > a { display: inline-flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 600; color: var(--gl-ink); padding: 9px 13px; border-radius: 999px; white-space: nowrap; transition: color .2s, background .2s; }
.gl-navitem.has > a::after { content: "⌄"; font-size: .8em; opacity: .6; margin-top: -3px; }
.gl-navitem:hover > a { color: var(--gl-ink); background: rgba(22,23,27,.05); }
.gl-dropdown { position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px; background: #fff; border-radius: 16px; box-shadow: var(--gl-shadow); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
.gl-navitem:hover .gl-dropdown { opacity: 1; visibility: visible; transform: none; }
.gl-dropdown a { display: block; padding: 9px 12px; border-radius: 10px; font-size: 14px; font-weight: 550; color: var(--gl-soft); }
.gl-dropdown a:hover { background: rgba(252,97,30,.10); color: var(--gl-orange); }
.gl-navcta { display: flex; align-items: center; gap: 14px; }
.gl-login { display: none; font-size: 15px; font-weight: 600; color: var(--gl-ink); }
.gl-login:hover { color: var(--gl-orange); }
.gl-burger { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.gl-burger span { width: 24px; height: 2px; background: var(--gl-ink); display: block; }
@media (min-width: 1240px) { .gl-navlinks { display: flex; } .gl-login { display: inline; } .gl-burger { display: none; } }
.gl-mobile { display: none; flex-direction: column; gap: 2px; padding: 8px 0 18px; max-height: 72vh; overflow-y: auto; }
.gl-mobile.open { display: flex; }
.gl-mobile .g { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gl-mute); padding: 16px 4px 4px; }
.gl-mobile a { padding: 9px 4px; font-weight: 600; }
.gl-mobile a.s { padding-left: 16px; font-weight: 500; color: var(--gl-soft); font-size: .95rem; }

/* ---- Hero --------------------------------------------------------------- */
.gl-hero { position: relative; padding-block: clamp(48px, 8vw, 110px); }
.gl-hero--video { padding: 0; }
.gl-hero__video { position: relative; height: clamp(520px, 80vh, 800px); overflow: hidden; display: flex; align-items: flex-end; }
.gl-hero__video video, .gl-hero__video img.gl-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.gl-hero__video::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,17,20,.30) 0%, rgba(16,17,20,.10) 34%, rgba(234,235,234,0) 56%, rgba(234,235,234,.94) 92%, var(--gl-bg) 100%); }
.gl-hero__inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(34px, 6vw, 78px); }
.gl-hero--video .gl-display { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.28); }
.gl-hero--video .gl-lead { color: rgba(255,255,255,.94); text-shadow: 0 1px 16px rgba(0,0,0,.3); }
.gl-herotag { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.4); color: #fff; backdrop-filter: blur(6px); padding: 7px 16px; border-radius: 999px; font-size: .82rem; font-weight: 600; }
.gl-herotag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gl-mint); box-shadow: 0 0 0 4px rgba(150,231,190,.3); }
.gl-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--gl-soft); font-size: .98rem; margin-top: 14px; }
.gl-hero__meta strong { color: var(--gl-ink); }
/* Media hero (News / City singles) — image with scrim, white text. */
.gl-hero--media { padding: 0; min-height: 46vh; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.gl-hero__bg { position: absolute; inset: 0; z-index: 0; }
.gl-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.gl-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,17,20,.15) 0%, rgba(16,17,20,.55) 60%, rgba(16,17,20,.82) 100%); }
.gl-hero--media .gl-hero__inner { position: relative; z-index: 2; width: 100%; padding-block: clamp(28px,5vw,56px); }
.gl-hero--media .gl-h1, .gl-hero--media .gl-lead, .gl-hero--media .gl-eyebrow, .gl-hero--media .gl-back, .gl-hero--media .gl-hero__meta { color: #fff; }
.gl-hero--media .gl-hero__meta strong { color: #fff; }

/* ---- Marquee + logos ---------------------------------------------------- */
.gl-marquee { overflow: hidden; border-block: 1px solid var(--gl-line); padding-block: 24px; }
.gl-marquee__label, .gl-kicker { text-align: center; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gl-mute); margin-bottom: 16px; }
.gl-marquee__track { display: flex; gap: 60px; width: max-content; animation: gl-scroll 38s linear infinite; }
.gl-marquee:hover .gl-marquee__track { animation-play-state: paused; }
.gl-marquee__track span { font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 800; letter-spacing: -0.03em; opacity: .5; white-space: nowrap; }
@keyframes gl-scroll { to { transform: translateX(-50%); } }
.gl-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(26px, 5vw, 64px); }
.gl-logos img { height: clamp(28px, 4vw, 40px); width: auto; object-fit: contain; opacity: .65; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.gl-logos img:hover { opacity: 1; filter: none; }

/* ---- Grid & cards ------------------------------------------------------- */
.gl-grid { display: grid; gap: clamp(18px, 2.4vw, 30px); grid-template-columns: 1fr; }
@media (min-width: 720px) { .gl-grid--2, .gl-grid--3, .gl-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px) { .gl-grid--3 { grid-template-columns: repeat(3,1fr); } .gl-grid--4 { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1140px) { .gl-grid--4 { grid-template-columns: repeat(4,1fr); } }

.gl-card { background: var(--gl-card); border-radius: var(--gl-radius); overflow: hidden; box-shadow: var(--gl-shadow-sm); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.gl-card:hover { transform: translateY(-5px); box-shadow: var(--gl-shadow); }
.gl-card__media { aspect-ratio: 16/10; overflow: hidden; background: #dcdddc; display: flex; align-items: center; justify-content: center; }
.gl-card__media img, .gl-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gl-card:hover .gl-card__img { transform: scale(1.05); }
.gl-card__placeholder { font-size: 2.4rem; font-weight: 800; color: #c4c5c4; }
.gl-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gl-card__title { font-size: 1.2rem; margin: 0; }
.gl-card__sub { font-size: .94rem; color: var(--gl-mute); margin: 0; }
.gl-card--logo .gl-card__media { aspect-ratio: 16/9; padding: 26px; background: #fff; }
.gl-card--logo .gl-card__img { object-fit: contain; }

/* Badges / chips */
.gl-badge { display: inline-flex; align-items: center; font-size: .74rem; font-weight: 700; letter-spacing: .03em; padding: 5px 12px; border-radius: 999px; background: rgba(22,23,27,.06); color: var(--gl-soft); margin-bottom: 8px; }
.gl-badge--featured { background: var(--gl-orange); color: #fff; }
.gl-chip--mint { background: var(--gl-mint); color: #0d3a26; }
.gl-chip--sky { background: var(--gl-sky); color: #0b3a4d; }
.gl-chip--pink { background: var(--gl-pink); color: #6e2f35; }
.gl-chip--yellow { background: var(--gl-yellow); color: #5a4500; }
.gl-chip--orange { background: rgba(252,97,30,.12); color: var(--gl-orange); }

/* ---- Pillars + eco ------------------------------------------------------ */
.gl-pillar { position: relative; border-radius: var(--gl-radius); overflow: hidden; min-height: 430px; display: flex; align-items: flex-end; color: #fff; box-shadow: var(--gl-shadow-sm); }
.gl-pillar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .6s; }
.gl-pillar:hover img { transform: scale(1.06); }
.gl-pillar::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,17,20,0) 30%, rgba(16,17,20,.82) 100%); }
.gl-pillar__body { position: relative; z-index: 2; padding: 32px; }
.gl-pillar__tag { display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; color: #16171B; }
.gl-pillar h3 { font-size: 1.7rem; color: #fff; }
.gl-pillar p { color: rgba(255,255,255,.9); margin: 0; max-width: 34ch; }

.gl-eco { position: relative; background: var(--gl-card); border-radius: var(--gl-radius); padding: clamp(26px,3vw,40px); box-shadow: var(--gl-shadow-sm); display: flex; flex-direction: column; min-height: 320px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.gl-eco:hover { transform: translateY(-5px); box-shadow: var(--gl-shadow); }
.gl-eco::before { content: ""; position: absolute; left: 0; top: 0; height: 7px; width: 100%; background: var(--gl-eco, var(--gl-orange)); }
.gl-eco h3 { font-size: clamp(1.5rem,2.6vw,2rem); margin-top: 8px; }
.gl-eco p { color: var(--gl-soft); margin: 0; }
.gl-eco__link { margin-top: auto; padding-top: 18px; font-weight: 700; color: var(--gl-orange); display: inline-flex; gap: 8px; }
.gl-eco__link::after { content: "→"; transition: transform .2s; }
.gl-eco:hover .gl-eco__link::after { transform: translateX(4px); }

/* ---- Blocks + split ----------------------------------------------------- */
.gl-block { border-radius: clamp(22px,3vw,36px); padding: clamp(34px,6vw,80px); }
.gl-block--mint { background: var(--gl-mint); }
.gl-block--pink { background: var(--gl-pink); }
.gl-block--yellow { background: var(--gl-yellow); }
.gl-block--ink { background: var(--gl-ink-bg); color: #fff; }
.gl-block--ink .gl-lead { color: rgba(255,255,255,.82); }
/* Consistent text tone on light coloured blocks */
.gl-block--mint, .gl-block--pink, .gl-block--yellow { color: var(--gl-ink); }
.gl-block--mint .gl-lead, .gl-block--pink .gl-lead, .gl-block--yellow .gl-lead { color: rgba(22,23,27,.80); }
.gl-block--mint p, .gl-block--pink p, .gl-block--yellow p { color: rgba(22,23,27,.72); }
.gl-split { display: grid; gap: clamp(28px,5vw,60px); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 920px) { .gl-split { grid-template-columns: 1.05fr 1fr; } .gl-split--rev > :first-child { order: 2; } }
.gl-split img { border-radius: var(--gl-radius); box-shadow: var(--gl-shadow-sm); width: 100%; }
.gl-globals-at { background: var(--gl-card); border: 1px solid var(--gl-line); border-radius: var(--gl-radius); padding: clamp(24px,4vw,40px); margin-block: clamp(24px,4vw,40px); }

/* ---- Stats / steps / price / features ----------------------------------- */
.gl-stats { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,4vw,48px); }
@media (min-width: 820px) { .gl-stats { grid-template-columns: repeat(4,1fr); } }
.gl-stat b { display: block; font-size: clamp(2.4rem,5vw,3.6rem); font-weight: 850; letter-spacing: -0.04em; color: var(--gl-orange); line-height: 1; }
.gl-stat span { display: block; margin-top: 8px; color: var(--gl-soft); font-weight: 600; font-size: .96rem; }
.gl-step { background: var(--gl-card); border-radius: var(--gl-radius-sm); padding: 26px 24px; box-shadow: var(--gl-shadow-sm); }
.gl-step b { font-size: .8rem; font-weight: 800; letter-spacing: .1em; color: var(--gl-orange); text-transform: uppercase; }
.gl-step h4 { font-size: 1.12rem; margin: 10px 0 6px; }
.gl-step p { margin: 0; color: var(--gl-soft); font-size: .95rem; }
.gl-price-card { background: var(--gl-card); border-radius: var(--gl-radius); padding: clamp(28px,4vw,44px); box-shadow: var(--gl-shadow); }
.gl-price { display: flex; align-items: baseline; gap: 8px; margin: 8px 0 4px; }
.gl-price b { font-size: 3.2rem; font-weight: 850; letter-spacing: -0.04em; line-height: 1; }
.gl-price span { color: var(--gl-mute); font-weight: 600; }
.gl-feature-list { list-style: none; margin: 18px 0 0; padding: 0; }
.gl-feature-list li { position: relative; padding: 11px 0 11px 32px; border-top: 1px solid var(--gl-line); color: var(--gl-soft); }
.gl-feature-list li::before { content: "✓"; position: absolute; left: 2px; top: 12px; width: 20px; height: 20px; border-radius: 50%; background: var(--gl-mint); color: #0d3a26; font-size: .72rem; font-weight: 800; display: grid; place-items: center; }
.gl-cta-band { text-align: center; background: var(--gl-card); border-radius: var(--gl-radius); padding: clamp(36px,6vw,64px) clamp(20px,4vw,48px); box-shadow: var(--gl-shadow-sm); }
.gl-club-logo { height: 46px; width: auto; display: block; margin-bottom: 20px; }

/* ---- Single / layout / sidebar ------------------------------------------ */
.gl-single { padding-block: clamp(32px,5vw,64px); }
.gl-layout { display: grid; gap: clamp(28px,4vw,48px); grid-template-columns: 1fr; }
@media (min-width: 940px) { .gl-layout--sidebar { grid-template-columns: minmax(0,1fr) 330px; align-items: start; } }
.gl-prose { color: var(--gl-soft); }
.gl-prose h2, .gl-prose h3 { color: var(--gl-ink); margin-top: 1.4em; }
.gl-prose a { color: var(--gl-orange); }
.gl-aside { background: var(--gl-card); border-radius: var(--gl-radius); padding: 24px; box-shadow: var(--gl-shadow-sm); position: sticky; top: 92px; }
.gl-meta-list { list-style: none; margin: 0; padding: 0; }
.gl-meta-list li { display: flex; flex-direction: column; padding: 11px 0; border-bottom: 1px solid var(--gl-line); }
.gl-meta-list li:last-child { border-bottom: 0; }
.gl-meta-list .k { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gl-mute); }
.gl-meta-list .v { color: var(--gl-ink); }
.gl-logo-chip { width: 76px; height: 76px; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--gl-line); display: flex; align-items: center; justify-content: center; padding: 10px; margin-bottom: 18px; box-shadow: var(--gl-shadow-sm); }
.gl-logo-chip img { object-fit: contain; max-height: 100%; }
.gl-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
@media (min-width: 720px) { .gl-gallery { grid-template-columns: repeat(4,1fr); } }
.gl-gallery img { aspect-ratio: 1; object-fit: cover; border-radius: var(--gl-radius-sm); }

/* ---- Filters ------------------------------------------------------------ */
.gl-filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; background: var(--gl-card); border-radius: var(--gl-radius); padding: 16px; margin-bottom: 24px; box-shadow: var(--gl-shadow-sm); }
.gl-filters__field { display: flex; flex-direction: column; gap: 5px; flex: 1 1 180px; min-width: 150px; }
.gl-filters__field label { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gl-mute); }
.gl-input, .gl-select { appearance: none; background: var(--gl-bg); border: 1px solid var(--gl-line-2); color: var(--gl-ink); border-radius: var(--gl-radius-sm); padding: 11px 13px; font-size: .96rem; font-family: inherit; width: 100%; }
.gl-input:focus, .gl-select:focus { outline: 2px solid var(--gl-orange); outline-offset: 1px; border-color: transparent; }
.gl-check { display: flex; align-items: center; gap: 8px; color: var(--gl-soft); font-size: .94rem; padding-bottom: 11px; }
.gl-toolbar { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.gl-count { color: var(--gl-mute); font-size: .94rem; }

/* ---- Misc --------------------------------------------------------------- */
.gl-back { display: inline-flex; align-items: center; gap: 6px; color: var(--gl-mute); font-size: .92rem; margin-bottom: 16px; font-weight: 600; }
.gl-back:hover { color: var(--gl-ink); }
.gl-empty { text-align: center; padding: 64px 20px; color: var(--gl-mute); border: 1px dashed var(--gl-line-2); border-radius: var(--gl-radius); }
.gl-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.gl-pagination .page-numbers { padding: 9px 15px; border-radius: var(--gl-radius-sm); border: 1px solid var(--gl-line-2); color: var(--gl-soft); }
.gl-pagination .current { background: var(--gl-orange); color: #fff; border-color: transparent; }
.gl-note { margin-top: 18px; padding: 12px 16px; border-left: 2px solid var(--gl-line-2); background: rgba(22,23,27,.03); border-radius: 0 var(--gl-radius-sm) var(--gl-radius-sm) 0; color: var(--gl-mute); font-size: .9rem; }
.gl-note a { color: var(--gl-orange); }
.gl-sections-footer { display: flex; flex-wrap: wrap; gap: 8px 10px; justify-content: center; border-top: 1px solid var(--gl-line); padding-top: 28px; }
.gl-sections-footer a { font-size: .9rem; color: var(--gl-mute); padding: 6px 12px; border-radius: 999px; border: 1px solid var(--gl-line); }
.gl-sections-footer a:hover { color: var(--gl-ink); border-color: var(--gl-line-2); }

/* ---- Footer ------------------------------------------------------------- */
.gl-footer { background: var(--gl-ink-bg); color: #fff; padding-block: clamp(48px,7vw,88px) 38px; }
.gl-footer__grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .gl-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.gl-footer .gl-brand { color: #fff; font-size: 1.5rem; }
.gl-footer .gl-brand img { height: 34px; }
.gl-footer p { color: rgba(255,255,255,.62); max-width: 34ch; }
.gl-newsletter { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.gl-newsletter__label { color: rgba(255,255,255,.82); font-size: .95rem; font-weight: 600; }
.gl-footer__base a { color: rgba(255,255,255,.72); }
.gl-footer__base a:hover { color: var(--gl-orange); }
.gl-fcol h5 { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 0 0 16px; }
.gl-fcol a { display: block; padding: 7px 0; color: rgba(255,255,255,.82); font-size: .95rem; }
.gl-fcol a:hover { color: var(--gl-orange); }
.gl-footer__base { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .9rem; }
.gl-socials { display: flex; gap: 10px; }
.gl-socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; font-size: .82rem; font-weight: 700; }
.gl-socials a:hover { background: var(--gl-orange); border-color: var(--gl-orange); }

/* ---- Reveal ------------------------------------------------------------- */
.gl-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.gl-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .gl-body * { animation: none !important; transition: none !important; } .gl-reveal { opacity: 1; transform: none; } }

/* ===== Type scale + brand overrides (theme html root is 62.5%; px = reliable) ===== */
html { font-size: 100% !important; }
.gl-body { font-size: 17px; }
@media (max-width: 600px) { .gl-body { font-size: 16px; } }
.gl-display { font-size: clamp(38px, 6vw, 64px); line-height: 1.04; }
.gl-h1 { font-size: clamp(34px, 5vw, 52px); }
.gl-h2 { font-size: clamp(28px, 3.6vw, 40px); }
.gl-section__title { font-size: clamp(24px, 2.4vw, 30px); }
.gl-eco h3 { font-size: clamp(24px, 2.4vw, 28px); }
.gl-card__title { font-size: 22px; }
.gl-lead { font-size: clamp(17px, 1.6vw, 20px); }
.gl-btn { font-size: 16px; font-weight: 600; }
.gl-brand img { height: 40px; }
.gl-footer .gl-brand img { height: 44px; }
/* Hero/section heading caps (element selectors to beat .gl-body h1/h2) */
.gl-body h1 { font-size: clamp(38px, 6vw, 64px); }
.gl-body h2 { font-size: clamp(28px, 3.6vw, 40px); }
/* ===== Button consistency + contrast (light + dark contexts) ===== */
.gl-body .gl-btn--primary { background: var(--gl-orange); color: #fff; }
.gl-body .gl-btn--dark { background: var(--gl-ink); color: #fff; border-color: var(--gl-ink); }
.gl-body .gl-btn--ghost { background: transparent; color: var(--gl-ink); border-color: rgba(22,23,27,.30); }
.gl-body .gl-btn--ghost:hover { border-color: var(--gl-ink); background: rgba(22,23,27,.04); }
.gl-body .gl-btn--on-dark { background: #fff; color: var(--gl-ink); border-color: #fff; }
.gl-body .gl-btn--on-dark:hover { background: #efefef; }
.gl-body .gl-btn--wa { background: #1f8f5f; color: #fff; }
/* On dark backgrounds, ghost buttons go white-outline so text stays visible */
.gl-body .gl-block--ink .gl-btn--ghost, .gl-body .gl-hero--video .gl-btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.gl-body .gl-block--ink .gl-btn--ghost:hover, .gl-body .gl-hero--video .gl-btn--ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); }

/* ===== Bricks header/footer logo + mobile nav fix (v1.10.1) =====
   In the Bricks-built header the gl-brand-img class sits on the <figure>,
   so the <img> was never size-constrained (rendered ~94px). Target BOTH
   markups (Bricks figure + chrome.php bare img). On mobile the bar had a
   fixed height while the links wrapped out of it and overlapped the hero;
   .gl-body specificity (0,3,x) beats the per-page inline _cssCustom (0,2,x). */
/* gl-brand-img class can land on a <figure>, <a> (linked logo) or the <img>
   itself depending on Bricks/chrome markup — match the inner img regardless. */
.gl-body .gl-header .gl-brand-img { margin: 0; line-height: 0; display: inline-flex; align-items: center; }
.gl-body .gl-header .gl-brand-img img,
.gl-body .gl-header .gl-brand img,
.gl-body .gl-header img.gl-brand-img { height: 56px; width: auto; display: block; }
.gl-body .gl-footer .gl-brand-img img,
.gl-body .gl-footer img.gl-brand-img { height: 34px; width: auto; display: block; }
/* Header Join CTA — a bit more prominent (v1.11.0) */
.gl-body .gl-header .gl-navcta .gl-btn--primary { font-size: 17px; font-weight: 700; padding: 13px 28px; box-shadow: 0 8px 20px rgba(252,97,30,.28); }
.gl-body .gl-header .gl-navcta .gl-btn--primary:hover { box-shadow: 0 10px 24px rgba(252,97,30,.34); }
@media (max-width: 1240px) {
  .gl-body .gl-header .gl-nav { height: auto; min-height: 58px; flex-wrap: wrap; row-gap: 6px; padding: 9px 0; align-items: center; }
  .gl-body .gl-header .gl-brand-img img,
  .gl-body .gl-header .gl-brand img,
  .gl-body .gl-header img.gl-brand-img { height: 44px; }
  .gl-body .gl-header .gl-navcta { margin-left: auto; gap: 10px; }
  .gl-body .gl-header .gl-navlinks { display: flex !important; flex-wrap: wrap; justify-content: center; width: 100%; order: 3; gap: 6px 12px; margin: 4px 0 0; padding-top: 9px; border-top: 1px solid rgba(0,0,0,.08); }
  .gl-body .gl-header .gl-navitem .gl-dropdown { display: none !important; }
  .gl-body .gl-header .gl-nav-top, .gl-body .gl-header .gl-navlinks .brxe-button { font-size: 14px; white-space: nowrap; }
}
@media (max-width: 560px) {
  .gl-body .gl-header .gl-brand-img img,
  .gl-body .gl-header .gl-brand img,
  .gl-body .gl-header img.gl-brand-img { height: 40px; }
  .gl-body .gl-header .gl-navlinks { gap: 4px 10px; }
  .gl-body .gl-header .gl-nav-top, .gl-body .gl-header .gl-navlinks .brxe-button { font-size: 13px; }
}

/* ===== Home partner-logo strip — black band + larger logos (v1.10.3) =====
   The partner-logo images (Founder Institute, Redstone, EU-Startups…) ship
   with black backgrounds, so sit them on a matching pure-black band and
   enlarge them. gl-section--tight is shared by several home sections, so
   target only the one that actually contains .gl-logos via :has(). */
.gl-page--home .gl-section--tight:has(.gl-logos) { background: #000; }
.gl-page--home .gl-section--tight:has(.gl-logos) .gl-kicker { color: rgba(255,255,255,.55); }
.gl-page--home .gl-section--tight:has(.gl-logos) .gl-logos img {
  height: clamp(48px, 6.5vw, 80px);
  opacity: 1;
  filter: none;
}
.gl-page--home .gl-section--tight:has(.gl-logos) .gl-logos img:hover { opacity: 1; filter: none; }

/* ===== Footer newsletter — inline Zoho signup, dark (v1.12.0) =====
   The real Zoho optin form is moved into .gl-newsletter by globals.js and
   themed for the dark footer. !important beats Zoho's inline styles. */
#gl-news-embed[hidden] { display: none; }
.gl-newsletter .quick_form_31_css,
.gl-newsletter .gl-news-form { background: transparent !important; border: 0 !important; box-shadow: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; font-family: 'Urbanist', sans-serif !important; }
.gl-newsletter #SIGNUP_HEADING { display: none !important; }
.gl-newsletter .gl-news-zform { display: flex; flex-wrap: wrap; gap: 8px; width: 100% !important; max-width: 360px; margin: 14px 0 0 !important; padding: 0 !important; }
.gl-newsletter .gl-news-fld { flex: 1 1 168px; min-width: 0; margin: 0 !important; height: auto !important; padding: 0 !important; }
.gl-newsletter .gl-news-btnwrap { flex: 0 0 auto; margin: 0 !important; height: auto !important; padding: 0 !important; }
.gl-newsletter .gl-news-input { width: 100% !important; height: 48px !important; border-radius: 999px !important; border: 1px solid rgba(255,255,255,.20) !important; background: rgba(255,255,255,.07) !important; color: #fff !important; font-size: 15px !important; font-family: 'Urbanist', sans-serif !important; padding: 5px 18px !important; outline: none !important; box-sizing: border-box !important; }
.gl-newsletter .gl-news-input::placeholder { color: rgba(255,255,255,.5) !important; }
.gl-newsletter .gl-news-input:focus { border-color: var(--gl-orange) !important; box-shadow: 0 0 0 3px rgba(252,97,30,.22) !important; }
.gl-newsletter .gl-news-submit { height: 48px !important; border: 0 !important; border-radius: 999px !important; background: var(--gl-orange) !important; color: #fff !important; font-size: 15px !important; font-weight: 700 !important; font-family: 'Urbanist', sans-serif !important; padding: 0 24px !important; cursor: pointer !important; box-shadow: 0 8px 18px rgba(252,97,30,.30) !important; transition: background .2s ease, transform .18s ease; }
.gl-newsletter .gl-news-submit:hover { background: #e8530f !important; transform: translateY(-1px); }
.gl-newsletter .gl-news-err { display: none; width: 100%; background: rgba(210,0,0,.16); border: 1px solid rgba(255,90,70,.4); color: #ff9b8e; font-size: 12px; padding: 7px 12px; border-radius: 9px; margin: 0 0 6px; }
.gl-newsletter .gl-news-success { position: static !important; width: 100% !important; margin: 0 0 10px !important; background: rgba(150,231,190,.12) !important; border: 1px solid rgba(150,231,190,.45) !important; border-radius: 10px !important; padding: 9px 12px !important; }
.gl-newsletter .gl-news-success span,
.gl-newsletter #signupSuccessMsg { color: #bfe8d2 !important; font-family: 'Urbanist', sans-serif !important; font-size: 13px !important; }

/* =========================================================================
 * Register module — soft-gate, members-only & membership status (v1.14.0)
 * ========================================================================= */
.gl-gate { margin: 28px 0 8px; }
.gl-gate__inner { position: relative; background: #fff; border: 1px solid rgba(22,23,27,.10); border-radius: 18px; padding: 34px 30px; text-align: center; box-shadow: 0 18px 50px rgba(22,23,27,.08); overflow: hidden; }
.gl-gate__inner::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px; background: var(--gl-orange); }
.gl-gate__eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gl-orange); margin-bottom: 10px; }
.gl-gate__title { font-size: clamp(22px, 3vw, 30px); font-weight: 800; line-height: 1.15; color: var(--gl-ink); margin: 0 0 10px; }
.gl-gate__text { font-size: 16px; line-height: 1.6; color: #45474D; max-width: 46ch; margin: 0 auto 20px; }
.gl-gate__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.gl-gate__fine { font-size: 13px; color: #6b6d73; margin: 18px 0 0; }
.gl-gate__fine a { color: var(--gl-ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(22,23,27,.25); }
.gl-gate__fine a:hover { color: var(--gl-orange); border-color: var(--gl-orange); }

/* Membership status badge (Account / profile page) */
.gl-mstatus { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.gl-mstatus__badge { display: inline-flex; align-items: center; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; background: rgba(22,23,27,.06); color: var(--gl-ink); border: 1px solid rgba(22,23,27,.12); }
.gl-mstatus__badge--reader  { background: rgba(125,200,247,.18); border-color: rgba(125,200,247,.5); }
.gl-mstatus__badge--member  { background: rgba(150,231,190,.20); border-color: rgba(150,231,190,.55); }
.gl-mstatus__badge--partner { background: rgba(252,97,30,.14); border-color: rgba(252,97,30,.45); color: #b7410e; }

/* Small button modifier used by the status badge CTAs */
.gl-btn--sm { padding: 9px 16px !important; font-size: 14px !important; }

@media (max-width: 560px) {
	.gl-gate__inner { padding: 26px 18px; }
	.gl-gate__cta .gl-btn { width: 100%; }
}

/* =======================================================================
   HOME REFRESH — 2026-06-26  (hero video, bigger logos + stats,
   5-card ecosystem grid, live On-Tour events grid)
   ======================================================================= */

/* Hero background video fades in over the poster once it starts playing. */
.gl-hero__video video { opacity: 0; transition: opacity .9s ease; }
.gl-hero__video video.gl-in { opacity: 1; }

/* Partner-logo band — noticeably larger, more breathing room. */
.gl-page--home .gl-section--tight:has(.gl-logos) { padding-block: clamp(42px, 6vw, 78px); }
.gl-page--home .gl-section--tight:has(.gl-logos) .gl-logos { gap: clamp(36px, 6.5vw, 88px); }
.gl-page--home .gl-section--tight:has(.gl-logos) .gl-logos img {
  height: clamp(62px, 9vw, 124px) !important;
}
@media (max-width: 560px) {
  .gl-page--home .gl-section--tight:has(.gl-logos) .gl-logos img { height: 54px !important; }
}

/* Stats band — bigger numbers + clearer labels (counter-animated via JS). */
.gl-page--home .gl-stats { gap: clamp(26px, 4vw, 60px); }
.gl-page--home .gl-stat-num {
  font-size: clamp(3rem, 7vw, 5.2rem) !important;
  font-weight: 850; letter-spacing: -0.04em; line-height: 1; color: var(--gl-orange);
  font-variant-numeric: tabular-nums;
}
.gl-page--home .gl-stat-lab {
  font-size: clamp(1rem, 1.5vw, 1.22rem) !important;
  font-weight: 600; color: var(--gl-soft); margin-top: 12px; line-height: 1.3;
}

/* Ecosystem grid — now 5 cards: 3-up on desktop (3 + 2), 2-up tablet, 1-up phone. */
@media (min-width: 940px) {
  .gl-page--home .gl-grid--2:has(.gl-eco) { grid-template-columns: repeat(3, 1fr); }
}
.gl-eco--pink { --gl-eco: var(--gl-pink); }

/* Live "On Tour" events grid (output of [globals_tour_events]). */
.gl-events-grid { display: grid; gap: clamp(18px, 2vw, 26px); grid-template-columns: 1fr; }
@media (min-width: 640px) { .gl-events-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .gl-events-grid { grid-template-columns: repeat(3, 1fr); } }

.gl-evt {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--gl-card); border-radius: var(--gl-radius); box-shadow: var(--gl-shadow-sm);
  text-decoration: none; color: inherit;
  transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s;
}
.gl-evt:hover { transform: translateY(-6px); box-shadow: var(--gl-shadow); }
.gl-evt__media {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
  background: linear-gradient(135deg, var(--gl-sky), var(--gl-mint));
}
.gl-evt__img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gl-evt:hover .gl-evt__img { transform: scale(1.06); }
.gl-evt__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,17,20,0) 45%, rgba(16,17,20,.42) 100%);
}
.gl-evt__tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: rgba(255,255,255,.93); color: var(--gl-ink);
  font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px);
}
.gl-evt__body { padding: clamp(18px, 2vw, 24px); display: flex; flex-direction: column; gap: 7px; flex: 1; }
.gl-evt__date { font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--gl-orange); }
.gl-evt__title { font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.2; margin: 0; color: var(--gl-ink); }
.gl-evt__loc { font-size: .95rem; color: var(--gl-soft); }
.gl-evt__loc::before { content: "📍 "; }
.gl-evt__cta { margin-top: auto; padding-top: 12px; font-weight: 700; color: var(--gl-orange); display: inline-flex; align-items: center; gap: 7px; }
.gl-evt__cta::after { content: "→"; transition: transform .2s; }
.gl-evt:hover .gl-evt__cta::after { transform: translateX(4px); }
.gl-events-empty { text-align: center; padding: 40px 0; color: var(--gl-soft); display: flex; flex-direction: column; gap: 16px; align-items: center; }

/* Full-bleed hero — the background video spans edge-to-edge; the headline and
   CTAs stay aligned to the site content column (Bricks otherwise boxes the
   hero's inner div to the 1240px content width and centres it). */
.gl-page--home .gl-hero--video .gl-hero__video { width: 100% !important; max-width: 100% !important; }
.gl-page--home .gl-hero--video .gl-hero__inner {
  width: 100%; max-width: 1240px; margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px); box-sizing: border-box;
}
