
:root{--blue:#0646c8;--deep:#03184f;--gold:#ffd100;--white:#fff;--ink:#101828;--muted:#667085;--light:#f5f8ff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%}a{color:inherit}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:1000;background:rgba(3,24,79,.97);border-bottom:3px solid var(--gold);backdrop-filter:blur(12px)}.nav-wrap{display:flex;align-items:center;gap:20px;min-height:88px}.brand-logos{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand-logos .brand-link{display:flex;align-items:center;justify-content:center;background:transparent;border:0;box-shadow:none;padding:0;text-decoration:none}.brand-logos img{width:64px;height:54px;object-fit:contain;background:transparent;border-radius:0;padding:0;display:block}.brand-logos a:nth-child(2) img{width:76px}.nav{display:flex;align-items:center;gap:16px;margin-left:auto}.nav a{color:#fff;text-decoration:none;font-weight:800;font-size:13px}.nav a:hover,.nav a.active{color:var(--gold)}.menu-toggle{display:none;background:var(--gold);border:0;border-radius:10px;padding:10px 13px;font-size:22px;margin-left:auto}.language-wrap{position:relative}.language-select{background:#fff;color:var(--deep);border:2px solid var(--gold);border-radius:10px;padding:8px;font-weight:800;max-width:110px}.hero{min-height:72vh;background:linear-gradient(115deg,#03184f,#0646c8);display:flex;align-items:center;color:#fff;padding:80px 0}.hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;align-items:center}.home-campaign-poster{display:block;width:100%;height:auto;border:2px solid var(--gold);border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.35)}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:2px;font-weight:900;color:var(--gold);font-size:13px}.hero h1{font-family:Oswald,Arial,sans-serif;font-size:clamp(48px,7vw,92px);line-height:.97;margin:10px 0 20px;text-transform:uppercase}.hero h1 span{color:var(--gold)}.hero-copy{font-size:20px;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:var(--deep);text-decoration:none;font-weight:900;padding:13px 20px;border-radius:999px;border:2px solid var(--gold)}.btn-outline{background:transparent;color:#fff}.ecosystem-panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,209,0,.55);padding:26px;border-radius:var(--radius);backdrop-filter:blur(10px)}.ecosystem-panel h2{font-family:Oswald;font-size:34px;margin:6px 0 16px}.ecosystem-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ecosystem-links a{background:rgba(255,255,255,.1);padding:11px;border-radius:10px;text-decoration:none;font-weight:800}.section{padding:78px 0}.light{background:var(--light)}.dark{background:var(--deep);color:#fff}.section-heading{text-align:center;max-width:800px;margin:0 auto 36px}.section h2{font-family:Oswald;font-size:clamp(36px,5vw,58px);line-height:1.05;margin:8px 0 16px;text-transform:uppercase}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:#fff;border:1px solid #e5e7eb;border-top:5px solid var(--gold);border-radius:var(--radius);padding:22px;box-shadow:0 14px 36px rgba(16,24,40,.09);text-decoration:none;transition:.2s}.card:hover{transform:translateY(-5px)}.card img{width:100%;height:260px;object-fit:contain;background:#071333;border-radius:12px}.card h3{font-family:Oswald;font-size:27px;line-height:1.05;margin:16px 0 8px;text-transform:uppercase;color:var(--deep)}.dark .card h3{color:var(--deep)}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.feature-img{width:100%;border-radius:var(--radius);box-shadow:0 18px 50px rgba(0,0,0,.2)}.profile-hero{background:linear-gradient(135deg,var(--deep),var(--blue));color:#fff;padding:70px 0}.profile-layout{display:grid;grid-template-columns:minmax(290px,.8fr) 1.2fr;gap:42px;align-items:center}.profile-layout img{width:100%;max-height:720px;object-fit:contain;background:#020916;border:2px solid var(--gold);border-radius:var(--radius)}.profile-layout h1{font-family:Oswald;font-size:clamp(46px,7vw,80px);line-height:1;text-transform:uppercase;margin:8px 0}.badge{display:inline-block;background:var(--gold);color:var(--deep);font-weight:900;border-radius:999px;padding:7px 12px}.site-footer{background:#020b24;color:#fff;padding:44px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.site-footer a{color:#fff}.legal{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:20px;color:#bcc5d6}.notice{background:#fff7cc;border-left:5px solid var(--gold);padding:16px;border-radius:10px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:9999}.portfolio-index{margin-top:25px}.portfolio-index .card p{color:var(--muted)}
@media(max-width:980px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:88px;left:0;right:0;background:var(--deep);padding:20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{text-align:center;padding:8px}.language-wrap{display:flex;justify-content:center}.hero-grid,.split,.profile-layout{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.hero{padding:60px 0}.footer-grid{grid-template-columns:1fr 1fr}.brand-logos img{width:54px;height:46px}.brand-logos a:nth-child(2) img{width:62px}}
@media(max-width:620px){.grid,.ecosystem-links,.footer-grid{grid-template-columns:1fr}.brand-logos{gap:5px}.brand-logos img{width:44px;height:40px}.brand-logos a:nth-child(2) img{width:52px}.nav-wrap{min-height:76px}.nav{top:76px}.hero h1{font-size:48px}.section{padding:56px 0}.card img{height:auto;max-height:420px}.hero-actions .btn{width:100%}}

/* Official transparent global header — production revision */
.brand-logos{gap:18px;min-width:310px}
.brand-logos .brand-link{display:flex;align-items:center;justify-content:center;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;text-decoration:none}
.brand-logos img{display:block;width:auto!important;height:72px!important;max-width:118px;object-fit:contain;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}
.brand-logos .brand-orizen img{height:76px!important;max-width:116px}
.brand-logos .brand-skcor img{height:74px!important;max-width:112px}
.brand-logos .brand-trapaneur img{height:58px!important;max-width:132px}
@media(max-width:1120px){.nav{gap:11px}.nav a{font-size:12px}.brand-logos{gap:12px;min-width:270px}.brand-logos img{height:62px!important;max-width:100px}.brand-logos .brand-orizen img{height:65px!important}.brand-logos .brand-skcor img{height:63px!important}.brand-logos .brand-trapaneur img{height:50px!important;max-width:114px}}
@media(max-width:980px){.brand-logos{gap:14px;min-width:0}.brand-logos img{height:60px!important;max-width:98px}.brand-logos .brand-orizen img{height:64px!important}.brand-logos .brand-skcor img{height:62px!important}.brand-logos .brand-trapaneur img{height:49px!important;max-width:112px}}
@media(max-width:620px){.brand-logos{gap:8px}.brand-logos img{height:48px!important;max-width:72px}.brand-logos .brand-orizen img{height:51px!important}.brand-logos .brand-skcor img{height:49px!important}.brand-logos .brand-trapaneur img{height:39px!important;max-width:84px}.menu-toggle{padding:8px 11px}.nav-wrap{width:min(96%,1180px)}}
body{padding-bottom:104px}.or-player{position:fixed;z-index:2200;left:18px;right:18px;bottom:14px;display:grid;grid-template-columns:72px 64px minmax(180px,1fr) auto auto;align-items:center;gap:14px;padding:10px 14px;background:linear-gradient(125deg,#020713,#061a48);color:#fff;border:1px solid #e3ad27;border-radius:18px;box-shadow:0 14px 45px rgba(0,0,0,.45)}.or-player-logo{width:72px;height:72px;object-fit:contain}.or-cover{width:60px;height:60px;object-fit:cover;border-radius:10px;border:1px solid #e3ad27}.or-meta{display:flex;flex-direction:column;min-width:0}.or-meta small{color:#3cc2ff;font-weight:800}.or-title{font-family:Oswald;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.or-artist{color:#f4bd33;font-weight:700}.or-status{font-size:11px;color:#cbd5e1}.or-controls{display:flex;align-items:center;gap:8px}.or-controls button{width:38px;height:38px;border-radius:50%;border:1px solid #e3ad27;background:#07142f;color:#fff;font-size:17px;cursor:pointer}.or-controls button.active,.or-controls .or-play{background:#e3ad27;color:#08132c}.or-controls input{width:90px}.or-full{color:#08132c;background:#e3ad27;padding:9px 12px;border-radius:999px;text-decoration:none;font-weight:900;white-space:nowrap}.or-player-expand{position:absolute;right:8px;top:-20px;border:1px solid #e3ad27;border-radius:10px 10px 0 0;background:#07142f;color:#fff}.or-player.min{grid-template-columns:52px 1fr auto;padding:6px 10px}.or-player.min .or-cover,.or-player.min .or-controls label,.or-player.min .or-full,.or-player.min .or-meta small,.or-player.min .or-status{display:none}.or-player.min .or-player-logo{width:48px;height:48px}.or-player.min .or-controls button:not(.or-play){display:none}.radio-hero{background:radial-gradient(circle at top right,#123b8f,#020713 58%);color:#fff;padding:70px 0}.radio-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px;align-items:center}.radio-logo-large{width:min(430px,100%);display:block;margin:auto}.radio-console{background:rgba(5,20,55,.86);border:1px solid #e3ad27;border-radius:24px;padding:28px}.radio-console h1{font:700 clamp(44px,7vw,80px)/1 Oswald;margin:0}.radio-console h1 span{color:#e3ad27}.radio-playlist{display:grid;gap:14px;margin-top:24px}.radio-track{display:grid;grid-template-columns:74px 1fr auto;gap:14px;align-items:center;background:#fff;border-radius:16px;padding:12px;color:#101828}.radio-track img{width:74px;height:74px;object-fit:cover;border-radius:10px}.radio-track a{text-decoration:none;font-weight:800;color:#0646c8;margin-left:8px}@media(max-width:800px){body{padding-bottom:94px}.or-player{left:6px;right:6px;bottom:6px;grid-template-columns:48px 48px 1fr auto;padding:8px;gap:8px}.or-player-logo{width:46px;height:46px}.or-cover{width:44px;height:44px}.or-title{font-size:15px}.or-artist{font-size:12px}.or-controls button{display:none}.or-controls .or-play{display:block;width:38px;height:38px}.or-full{display:none}.radio-layout{grid-template-columns:1fr}.radio-track{grid-template-columns:58px 1fr}.radio-track img{width:58px;height:58px}.radio-track .track-links{grid-column:2}}

/* VoteHub */
.votehub-hero{background:radial-gradient(circle at top right,#0a4fd1,#020b24 58%)}
.votehub-hero .profile-layout img{max-height:none;object-fit:cover;background:#020b24}
.votehub-hero .hero-copy{max-width:760px}
.votehub-status{max-width:780px;margin:20px auto 0;padding:15px 18px;border:2px solid var(--gold);border-radius:14px;background:#fff8d6;color:var(--deep);text-align:center}.votehub-entry-form{max-width:900px;margin:auto;padding:30px;border:1px solid #dbe4f0;border-top:6px solid var(--gold);border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(3,24,79,.12)}.votehub-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.votehub-entry-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:var(--deep)}.votehub-entry-form input,.votehub-entry-form select,.votehub-entry-form textarea{width:100%;border:1px solid #b9c7da;border-radius:10px;padding:12px;background:#fff;color:var(--ink)}.votehub-entry-form input:focus,.votehub-entry-form select:focus,.votehub-entry-form textarea:focus{outline:3px solid rgba(255,209,0,.35);border-color:var(--blue)}.votehub-entry-form small{color:var(--muted);font-weight:600}.votehub-full{grid-column:1/-1}.votehub-consents{display:grid;gap:12px;margin:24px 0}.votehub-consents label{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;line-height:1.45}.votehub-consents input{width:18px;height:18px;margin-top:3px}.votehub-submit{display:flex;margin:22px auto 0;border:0;cursor:pointer}.votehub-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.votehub-guardian-fields{margin:0;padding:20px;border:1px solid #b9c7da;border-radius:14px}.votehub-guardian-fields legend{padding:0 8px;font-weight:900;color:var(--deep)}.votehub-guardian-fields>p{margin-top:0;color:var(--muted)}.votehub-guardian-fields[data-required="false"]{display:none}
@media(max-width:700px){.votehub-entry-form{padding:22px 16px}.votehub-form-grid{grid-template-columns:1fr}.votehub-full{grid-column:1}}

/* Consolidated V15 real-portfolio features */
.trapaneur-real-hero{min-height:clamp(520px,72vw,760px);display:flex;align-items:center;color:#fff;background:linear-gradient(135deg,#020b24,#0646c8);border-bottom:5px solid var(--gold);padding:56px 0}.trapaneur-real-grid{display:grid;grid-template-columns:minmax(300px,1.08fr) minmax(320px,.92fr);gap:46px;align-items:center}.trapaneur-real-photo{display:block;width:100%;max-height:650px;object-fit:cover;object-position:center;border:3px solid var(--gold);border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.42)}.trapaneur-real-copy h1{font-family:Oswald,Arial,sans-serif;font-size:clamp(52px,7vw,90px);line-height:1;margin:8px 0 20px;text-transform:uppercase}.trapaneur-real-copy .hero-copy{color:#fff}.trapaneur-real-copy .btn-outline{color:#fff;border-color:var(--gold)}
.trapaneur-real-copy{width:min(580px,100%);padding:76px 0}
.trapaneur-real-copy h1{font:700 clamp(58px,9vw,108px)/.9 Oswald,Arial,sans-serif;text-transform:uppercase;margin:10px 0 22px;letter-spacing:-.035em}
.trapaneur-real-copy .hero-copy{font-size:clamp(17px,2vw,21px);max-width:570px}
.performance-feature{background:linear-gradient(145deg,#020b24,#061b42);color:#fff}
.performance-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:24px;align-items:start}
.performance-video,.performance-gallery img{border:2px solid rgba(255,209,0,.7);border-radius:18px;overflow:hidden;background:#020916}
.performance-video video{display:block;width:100%;max-height:720px;background:#020916}
.performance-gallery{display:grid;gap:18px}
.performance-gallery img{width:100%;height:auto;object-fit:cover}
.performance-feature .section-heading{text-align:left;margin:0 0 28px}
.performance-feature .section-heading p:last-child{color:#d9e2f2;max-width:760px}
.portfolio-art{display:block;width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;background:#020916;border-radius:14px}
.feature-art-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.release-art-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.release-art-grid .card img{height:auto;aspect-ratio:1/1;object-fit:cover}
.community-preview{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center}
.community-preview img{width:100%;height:auto;border-radius:18px;border:2px solid var(--gold)}
.riddim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:25px}.riddim-card{overflow:hidden;border-radius:20px;border:1px solid #d9e4f0;background:#fff;color:var(--ink);box-shadow:0 12px 28px rgba(4,27,54,.12)}.riddim-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.riddim-card-body{padding:20px}.riddim-card h3{margin:0 0 8px;color:var(--deep)}.riddim-card audio{width:100%;margin:12px 0}.riddim-card .hero-actions{margin-top:14px}
@media(max-width:820px){.trapaneur-real-hero{min-height:auto;padding:34px 0 48px}.trapaneur-real-grid{grid-template-columns:1fr;gap:28px}.trapaneur-real-photo{max-height:none}.trapaneur-real-copy{padding:0}.performance-layout,.community-preview{grid-template-columns:1fr}.performance-gallery{grid-template-columns:1fr 1fr}.feature-art-grid,.release-art-grid{grid-template-columns:1fr}}
@media(max-width:800px){.riddim-grid{grid-template-columns:1fr}}
@media(max-width:540px){.trapaneur-real-copy h1{font-size:58px}.performance-gallery{grid-template-columns:1fr}.performance-video video{max-height:none}}


/* Orize'n Global WhatsApp quick-contact */
.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:48px;
  padding:.78rem 1rem;
  border-radius:999px;
  background:#167c45;
  color:#fff !important;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(0,0,0,.24);
}
.whatsapp-float:hover,.whatsapp-float:focus{
  transform:translateY(-1px);
  filter:brightness(1.05);
}
.whatsapp-contact-card{
  margin-top:1rem;
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
}
.whatsapp-contact-card .wa-number{
  font-weight:700;
}
@media (max-width:600px){
  .whatsapp-float{
    right:12px;
    bottom:12px;
    padding:.7rem .9rem;
    font-size:.92rem;
  }
}

/* OG Radio: Spotify + live architecture */
.spotify-embed-wrap{max-width:900px;margin:1.25rem auto;}
.radio-stream-note{max-width:900px;margin:1rem auto;}
.radio-artist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;}
.radio-artist-card{padding:1rem;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:#fff;}
.radio-artist-card h3{margin-top:0;}
.radio-artist-actions{display:flex;flex-wrap:wrap;gap:.55rem;}
.btn-small{padding:.58rem .78rem;font-size:.9rem;}
.live-radio-panel{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:#fff;}
.or-radio-launcher{position:fixed;left:18px;bottom:18px;z-index:9998;display:inline-flex;align-items:center;gap:.4rem;padding:.78rem 1rem;border-radius:999px;background:#111;color:#fff!important;text-decoration:none;font-weight:800;box-shadow:0 10px 28px rgba(0,0,0,.22)}
@media(max-width:650px){.live-radio-panel{align-items:flex-start;flex-direction:column}.or-radio-launcher{left:12px;bottom:72px;font-size:.9rem;padding:.68rem .85rem}}

/* Final live controls: radio starts from the launcher; collapsed Neura is her avatar, not a box. */
.or-radio-launcher{border:0;cursor:pointer;font:inherit}
.neura-guide.collapsed{width:78px!important;height:78px!important;border-radius:50%!important;background:transparent!important;border:3px solid #f4c542!important;box-shadow:0 12px 30px rgba(0,0,0,.42)!important;overflow:hidden!important}
.neura-guide.collapsed .neura-guide-head{padding:0!important;width:100%;height:100%;background:transparent!important}
.neura-guide.collapsed .neura-guide-avatar{width:100%!important;height:100%!important;border:0!important;border-radius:50%!important;object-fit:cover!important;object-position:50% 18%!important}
.neura-guide.collapsed .neura-guide-head>div,.neura-guide.collapsed .neura-guide-toggle{display:none!important}
.neura-guide:not(.collapsed) .neura-guide-body::before{content:"";display:block;height:250px;margin:-12px -12px 12px;background:url('../images/neura/neura-jamaica-independence.webp') center 18%/cover no-repeat;border-bottom:2px solid #f4c542}
@media(max-width:720px){.neura-guide.collapsed{width:68px!important;height:68px!important;right:10px!important;bottom:82px!important}.neura-guide:not(.collapsed) .neura-guide-body::before{height:220px}}

/* Homepage choice: user-initiated music or rotating OG Marketplace advertisements. */
.home-choice{background:linear-gradient(140deg,#020c24,#063f8e);color:#fff}.home-choice-heading{max-width:880px;margin:0 auto 24px;text-align:center}.home-choice-heading h2{color:#fff}.home-choice-heading p:last-child{font-size:18px;line-height:1.65;color:#d9e9ff}.home-choice-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:26px}.home-choice-actions button{cursor:pointer;font:inherit}.home-choice .btn-outline{border-color:#f4c542;color:#fff}.campaign-player{width:min(1040px,100%);margin:auto;text-align:center}.campaign-player>a{display:block;border:2px solid #f4c542;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 24px 65px rgba(0,0,0,.42)}.campaign-player img{display:block;width:100%;height:min(62vh,660px);object-fit:contain;background:#fff}.campaign-player-bar{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:12px;margin-top:15px}.campaign-player-bar button{width:48px;height:48px;border-radius:50%;border:1px solid #f4c542;background:#061b36;color:#fff;font-size:30px;cursor:pointer}.campaign-player-bar div{display:flex;flex-direction:column;gap:4px}.campaign-player-bar strong{font-size:20px;color:#f4c542}.campaign-player-bar span,.campaign-player>p{font-size:13px;color:#c9dcf4}.campaign-player img{transition:opacity .25s ease}
.competition-note{text-align:center;color:#fff;margin:-12px auto 24px;font-size:16px}.competition-note strong{color:#f4c542}
.radio-dj-oraine{border:2px solid #e3ad27;border-radius:22px;box-shadow:0 24px 65px rgba(0,0,0,.48);max-height:720px;object-fit:contain;background:#020713}.radio-host-label{font-size:18px;color:#fff;margin:.7rem 0}.radio-host-label strong{color:#e3ad27}
@media(max-width:720px){.home-choice-heading p:last-child{font-size:16px}.home-choice-actions{display:grid}.home-choice-actions .btn{width:100%}.campaign-player img{height:auto;max-height:65vh}.campaign-player-bar{grid-template-columns:44px 1fr 44px}.campaign-player-bar button{width:42px;height:42px}.campaign-player-bar strong{font-size:16px}}


/* =========================================================
   Orize'n Global responsive header logo correction — Aug 2026
   Goal:
   - Trapaneur stronger/sharper on desktop
   - SKCOR brighter/high-contrast on phone
   - preserve transparent logo treatment and proportions
   ========================================================= */

.brand-logos{
  display:flex;
  align-items:center;
  gap:16px;
}

.brand-logos .brand-link{
  flex:0 0 auto;
  overflow:visible;
}

.brand-logos .brand-orizen img,
.brand-logos .brand-skcor img,
.brand-logos .brand-trapaneur img{
  width:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}

/* Desktop: Trapaneur must carry equal visual weight */
.brand-logos .brand-orizen img{
  height:74px !important;
  max-width:122px !important;
}
.brand-logos .brand-skcor img{
  height:72px !important;
  max-width:124px !important;
}
.brand-logos .brand-trapaneur img{
  height:70px !important;
  max-width:168px !important;
  image-rendering:auto;
}

/* Tablet */
@media (max-width:1120px){
  .brand-logos{gap:11px;}
  .brand-logos .brand-orizen img{height:62px !important;max-width:104px !important;}
  .brand-logos .brand-skcor img{height:61px !important;max-width:110px !important;}
  .brand-logos .brand-trapaneur img{height:59px !important;max-width:144px !important;}
}

/* Mobile: make SKCOR unmistakably white/high contrast */
@media (max-width:620px){
  .brand-logos{
    gap:7px;
    align-items:center;
  }
  .brand-logos .brand-orizen img{
    height:44px !important;
    max-width:66px !important;
  }
  .brand-logos .brand-skcor img{
    height:48px !important;
    max-width:82px !important;
    filter:none !important;
  }
  .brand-logos .brand-trapaneur img{
    height:43px !important;
    max-width:94px !important;
  }
}

/* Very small phones */
@media (max-width:390px){
  .brand-logos{gap:5px;}
  .brand-logos .brand-orizen img{height:40px !important;max-width:58px !important;}
  .brand-logos .brand-skcor img{height:44px !important;max-width:74px !important;}
  .brand-logos .brand-trapaneur img{height:39px !important;max-width:84px !important;}
}

/*
   Global toolbar logo lock — V18 correction.
   Some legacy/specialty pages carry a single Orize'n link rather than the
   three-logo .brand-logos group. Keep that single logo inside the exact same
   toolbar footprint so broad page-level image rules can never enlarge it.
*/
.site-header .nav-wrap > .brand-link.brand-orizen{
  display:flex !important;
  flex:0 0 122px !important;
  width:122px !important;
  height:74px !important;
  max-width:122px !important;
  max-height:74px !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.site-header .nav-wrap > .brand-link.brand-orizen img{
  display:block !important;
  width:auto !important;
  height:74px !important;
  max-width:122px !important;
  max-height:74px !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
@media (max-width:1120px){
  .site-header .nav-wrap > .brand-link.brand-orizen{
    flex-basis:104px !important;width:104px !important;height:62px !important;
    max-width:104px !important;max-height:62px !important;
  }
  .site-header .nav-wrap > .brand-link.brand-orizen img{
    height:62px !important;max-width:104px !important;max-height:62px !important;
  }
}
@media (max-width:620px){
  .site-header .nav-wrap > .brand-link.brand-orizen{
    flex-basis:66px !important;width:66px !important;height:44px !important;
    max-width:66px !important;max-height:44px !important;
  }
  .site-header .nav-wrap > .brand-link.brand-orizen img{
    height:44px !important;max-width:66px !important;max-height:44px !important;
  }
}
@media (max-width:390px){
  .site-header .nav-wrap > .brand-link.brand-orizen{
    flex-basis:58px !important;width:58px !important;height:40px !important;
    max-width:58px !important;max-height:40px !important;
  }
  .site-header .nav-wrap > .brand-link.brand-orizen img{
    height:40px !important;max-width:58px !important;max-height:40px !important;
  }
}


/* Netlify enquiry forms */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form select,
form textarea{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  padding:.8rem .9rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:inherit;
  font:inherit;
}
form textarea{resize:vertical;}
form label{font-weight:700;}
.featured-spotify-player{display:block;margin-top:18px;border:0;border-radius:14px;background:#121212}

/* Mobile-safe fixed tools: Neura and the radio player never cover one another. */
.neura-guide{z-index:2300!important}
@media(max-width:800px){
  .neura-guide{bottom:78px!important;max-height:58vh;overflow:auto}
  body:has(.neura-guide:not(.collapsed)) .or-player{opacity:0;pointer-events:none;transform:translateY(120%)}
  .or-player{transition:transform .2s ease,opacity .2s ease}
  .or-player.min{grid-template-columns:46px minmax(0,1fr) 42px;padding:6px 8px;min-height:58px}
  .or-player.min .or-player-logo{width:42px;height:42px}
  .or-player.min .or-cover{display:none}
  .or-player.min .or-meta{display:flex}
  .or-player.min .or-title{font-size:14px}
  .or-player.min .or-artist{font-size:11px}
  .or-player-expand{top:-22px}
}
