
/* =========================================================
   BENDOKO COMPANY LIMITED — GLOBAL DIGITAL REDESIGN
   Loaded after the original stylesheet as a complete visual layer.
   ========================================================= */

:root{
  --brand-ink:#071226;
  --brand-navy:#091b3a;
  --brand-blue:#123e91;
  --brand-cyan:#24c5ff;
  --brand-violet:#6e4cff;
  --brand-magenta:#ec3e92;
  --brand-orange:#ff8a3d;
  --brand-gold:#f4bf4f;
  --brand-cream:#fff8e8;
  --brand-mist:#f4f7fc;
  --brand-white:#ffffff;
  --brand-text:#172036;
  --brand-muted:#68748a;
  --brand-line:rgba(20,46,91,.12);
  --brand-shadow:0 24px 80px rgba(7,18,38,.14);
  --brand-shadow-soft:0 16px 45px rgba(7,18,38,.09);
  --brand-radius:28px;
  --brand-radius-sm:18px;
}

html{scroll-padding-top:128px}
body{
  color:var(--brand-text);
  background:
    radial-gradient(circle at 0 0,rgba(36,197,255,.06),transparent 30%),
    var(--brand-white);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.3;
  background-image:
    linear-gradient(rgba(9,27,58,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(9,27,58,.025) 1px,transparent 1px);
  background-size:36px 36px;
}
::selection{background:var(--brand-gold);color:var(--brand-ink)}
.container{width:min(1240px,calc(100% - 48px))}

/* Utility bar + global header */
.site-header{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(22px) saturate(150%);
  border-bottom:1px solid rgba(9,27,58,.09);
  box-shadow:0 8px 34px rgba(7,18,38,.055);
}
.utility-bar{
  background:linear-gradient(90deg,var(--brand-ink),var(--brand-blue) 55%,#301f74);
  color:#fff;
  font-size:.72rem;
  letter-spacing:.11em;
  font-weight:800;
  text-transform:uppercase;
}
.utility-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.utility-inner a{color:var(--brand-gold)}
.utility-dot{
  width:6px;height:6px;border-radius:50%;background:var(--brand-cyan);
  display:inline-block;margin-right:8px;box-shadow:0 0 0 5px rgba(36,197,255,.12);
}
.nav-wrap{height:78px}
.brand-mark{
  width:48px;height:48px;border-radius:17px;
  background:
    linear-gradient(145deg,var(--brand-gold),#ffe39c 42%,var(--brand-orange));
  color:var(--brand-navy);
  box-shadow:0 12px 30px rgba(244,191,79,.28);
  position:relative;
}
.brand-mark::after{
  content:"";
  position:absolute;inset:5px;border:1px solid rgba(9,27,58,.25);border-radius:12px;
}
.brand-text{color:var(--brand-navy);font-size:1rem}
.brand-text small{color:#73809a}
.nav{gap:16px}
.nav a{
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:.72rem;
  font-weight:850;
  color:#33415b;
  padding:10px 4px;
}
.nav a.active,.nav a:hover{color:var(--brand-blue)}
.nav a.active::after{
  bottom:-9px;height:3px;border-radius:99px;
  background:linear-gradient(90deg,var(--brand-cyan),var(--brand-violet),var(--brand-magenta));
}
.nav-cta .btn{padding:12px 18px;font-size:.78rem}
.menu-toggle{
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:850;
}
.floating-call{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:160;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:13px 18px;
  color:#fff;
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-violet));
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  box-shadow:0 18px 50px rgba(18,62,145,.34);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.065em;
  text-transform:uppercase;
  transition:.25s ease;
}
.floating-call::before{
  content:"";
  width:9px;height:9px;border-radius:50%;background:var(--brand-gold);
  box-shadow:0 0 0 6px rgba(244,191,79,.16);
}
.floating-call:hover{transform:translateY(-4px);box-shadow:0 22px 65px rgba(18,62,145,.42)}

/* Buttons */
.btn{
  min-height:50px;
  padding:14px 22px;
  border-radius:15px;
  text-transform:uppercase;
  letter-spacing:.045em;
  font-size:.78rem;
  font-weight:900;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.3),transparent 70%);
  transform:translateX(-120%);
  transition:.55s ease;
  z-index:-1;
}
.btn:hover::before{transform:translateX(120%)}
.btn-primary{
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-violet));
  color:#fff;
  box-shadow:0 14px 34px rgba(36,71,168,.25);
}
.btn-primary:hover{background:linear-gradient(135deg,#0f357d,#5437d2)}
.btn-secondary{
  background:rgba(255,255,255,.82);
  color:var(--brand-navy);
  border-color:rgba(9,27,58,.16);
  backdrop-filter:blur(10px);
}
.btn-light{color:var(--brand-navy);box-shadow:0 14px 34px rgba(0,0,0,.15)}
.btn-dark{
  background:linear-gradient(135deg,var(--brand-ink),var(--brand-blue));
  color:#fff;
}

/* Animated welcome banner */
.hero-banner{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 18% 30%,rgba(36,197,255,.25),transparent 26%),
    radial-gradient(circle at 84% 20%,rgba(236,62,146,.22),transparent 26%),
    linear-gradient(135deg,#061124 0%,#0b2a63 46%,#351d76 100%);
}
.hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,rgba(255,255,255,.04),transparent 42%),
    repeating-linear-gradient(115deg,transparent 0 95px,rgba(255,255,255,.025) 96px 97px);
}
.hero-aurora{
  position:absolute;
  width:520px;height:520px;border-radius:50%;filter:blur(25px);
  opacity:.24;pointer-events:none;
  animation:auroraFloat 10s ease-in-out infinite alternate;
}
.hero-aurora.one{background:var(--brand-cyan);left:-250px;top:150px}
.hero-aurora.two{background:var(--brand-magenta);right:-230px;top:-120px;animation-delay:-4s}
.hero-aurora.three{background:var(--brand-gold);left:45%;bottom:-390px;animation-delay:-7s}
@keyframes auroraFloat{
  from{transform:translate3d(0,0,0) scale(.9)}
  to{transform:translate3d(80px,-35px,0) scale(1.12)}
}
.hero-banner-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:56px;
  align-items:center;
  padding-top:72px;
  padding-bottom:72px;
}
.hero-welcome{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  color:#f6dd9d;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:850;
  font-size:.7rem;
}
.hero-welcome i{
  width:9px;height:9px;border-radius:50%;
  background:var(--brand-cyan);
  box-shadow:0 0 0 6px rgba(36,197,255,.13);
  animation:pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot{50%{transform:scale(.65);opacity:.55}}
.hero-banner h1{
  max-width:780px;
  margin:22px 0 22px;
  font-size:clamp(3.5rem,6.4vw,6.8rem);
  line-height:.91;
  letter-spacing:-.065em;
  color:#fff;
}
.hero-banner h1 .small-line{
  display:block;
  margin-bottom:10px;
  font-size:.48em;
  letter-spacing:.04em;
  font-weight:750;
  color:#c9d9f5;
}
.hero-rotating-word{
  display:block;
  min-height:1.05em;
  width:max-content;
  max-width:100%;
  background:linear-gradient(90deg,var(--brand-gold),#fff2b8,var(--brand-cyan),#d5c9ff);
  background-size:240% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gradientFlow 5s linear infinite;
}
@keyframes gradientFlow{to{background-position:240% 0}}
.hero-intro{
  max-width:690px;
  margin:0;
  color:#d6e1f3;
  font-size:1.12rem;
}
.hero-banner .button-row{margin:30px 0 26px}
.hero-banner .btn-secondary{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}
.hero-banner .btn-secondary:hover{background:#fff;color:var(--brand-navy)}
.hero-mini-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-mini-proof span{
  padding:8px 11px;
  border-radius:11px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
  color:#c8d6eb;
  font-size:.76rem;
  font-weight:750;
}
.hero-media{
  position:relative;
  min-height:600px;
}
.hero-slider{
  position:absolute;
  inset:0 0 20px 30px;
  border-radius:38px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 38px 110px rgba(0,0,0,.38);
  background:#09152b;
}
.hero-slide{
  position:absolute;inset:0;
  opacity:0;transform:scale(1.04);
  transition:opacity 1s ease,transform 5.5s ease;
}
.hero-slide.active{opacity:1;transform:scale(1)}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slide::after{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,transparent 40%,rgba(5,14,29,.68) 100%),
    linear-gradient(90deg,rgba(5,14,29,.15),transparent 50%);
}
.hero-slide-caption{
  position:absolute;
  left:28px;right:28px;bottom:27px;z-index:2;
  color:#fff;
}
.hero-slide-caption small{
  display:block;
  color:var(--brand-gold);
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:850;
}
.hero-slide-caption strong{font-size:1.45rem}
.hero-annotation{
  position:absolute;
  z-index:5;
  max-width:210px;
  padding:13px 15px;
  border-radius:16px;
  color:var(--brand-navy);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 16px 44px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
  animation:annotationFloat 4s ease-in-out infinite;
}
.hero-annotation small{
  display:block;
  color:#8d6410;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:.61rem;
  font-weight:900;
}
.hero-annotation strong{display:block;font-size:.94rem;line-height:1.25}
.hero-annotation.a1{top:52px;left:-18px}
.hero-annotation.a2{top:210px;right:-28px;animation-delay:-1.5s}
.hero-annotation.a3{bottom:7px;left:-5px;animation-delay:-2.8s}
@keyframes annotationFloat{50%{transform:translateY(-9px)}}
.hero-slider-dots{
  position:absolute;right:22px;bottom:-2px;z-index:7;
  display:flex;gap:8px;
}
.hero-dot{
  width:9px;height:9px;border-radius:999px;border:0;
  background:rgba(255,255,255,.4);padding:0;cursor:pointer;
  transition:.3s ease;
}
.hero-dot.active{width:30px;background:var(--brand-gold)}
.signal-strip{
  position:relative;
  z-index:4;
  margin-top:-1px;
  background:#fff;
  box-shadow:0 -10px 45px rgba(4,13,29,.18);
}
.signal-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.signal-metric{
  padding:25px 23px;
  border-right:1px solid var(--brand-line);
  position:relative;
}
.signal-metric:last-child{border-right:0}
.signal-metric strong{
  display:block;
  color:var(--brand-blue);
  font-size:1.55rem;
  line-height:1;
}
.signal-metric span{font-size:.83rem;color:var(--brand-muted)}
.brand-marquee{
  overflow:hidden;
  background:linear-gradient(90deg,var(--brand-gold),#ffe39a,var(--brand-cyan));
  color:var(--brand-navy);
  border-top:1px solid rgba(9,27,58,.1);
  border-bottom:1px solid rgba(9,27,58,.1);
}
.marquee-track{
  display:flex;
  width:max-content;
  animation:marqueeFlow 24s linear infinite;
}
.marquee-track span{
  padding:12px 20px;
  font-weight:900;
  font-size:.72rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap;
}
.marquee-track span::after{content:"✦";margin-left:40px}
@keyframes marqueeFlow{to{transform:translateX(-50%)}}

/* Main sections */
.section{padding:108px 0}
.section-soft{
  background:
    radial-gradient(circle at 10% 10%,rgba(36,197,255,.07),transparent 26%),
    radial-gradient(circle at 90% 80%,rgba(110,76,255,.065),transparent 28%),
    var(--brand-mist);
}
.section-dark{
  background:
    radial-gradient(circle at 84% 25%,rgba(110,76,255,.22),transparent 25%),
    radial-gradient(circle at 12% 90%,rgba(36,197,255,.14),transparent 26%),
    linear-gradient(135deg,var(--brand-ink),#102b5e 68%,#2d1a69);
}
.section-accent{
  background:
    radial-gradient(circle at 100% 0,rgba(236,62,146,.14),transparent 28%),
    linear-gradient(120deg,#fff3cb,#ffe9b4 45%,#e2f9ff);
}
.section-heading h2,.section h2{
  color:var(--brand-navy);
  font-size:clamp(2.2rem,4.4vw,4.25rem);
  letter-spacing:-.055em;
}
.section-heading p,.section-copy p,.lead{color:var(--brand-muted)}
.eyebrow{
  color:#9b6710;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(244,191,79,.14);
  letter-spacing:.12em;
}
.eyebrow::before{width:20px}
.eyebrow.light{background:rgba(255,255,255,.08)}
.text-link{color:var(--brand-blue)}
.text-link span{color:var(--brand-magenta)}

/* Cards and systems */
.service-card,.vision-card,.article-card,.partner-card,.story-card,.contact-form{
  border-color:var(--brand-line);
  border-radius:var(--brand-radius);
  box-shadow:var(--brand-shadow-soft);
}
.service-card{
  position:relative;
  overflow:hidden;
  min-height:300px;
  padding:30px 25px;
}
.service-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--brand-cyan),var(--brand-violet),var(--brand-magenta),var(--brand-gold));
}
.service-card:hover{transform:translateY(-9px);box-shadow:var(--brand-shadow)}
.icon-box{
  width:58px;height:58px;border-radius:18px;
  background:linear-gradient(145deg,#fff4cb,#d9f7ff);
  color:var(--brand-blue);
  box-shadow:0 12px 28px rgba(18,62,145,.12);
}
.process{gap:14px}
.process-step{
  min-height:130px;
  padding:21px;
  border:1px solid var(--brand-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(7,18,38,.05);
}
.process-step span{
  background:linear-gradient(145deg,var(--brand-blue),var(--brand-violet));
  color:#fff;
  box-shadow:0 10px 24px rgba(18,62,145,.22);
}
.programme-panel div{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.16);
  transition:.25s;
}
.programme-panel div:hover{transform:translateY(-4px);background:rgba(255,255,255,.12)}
.audience-card{
  padding:28px;
  border:1px solid var(--brand-line);
  border-bottom:0;
  border-radius:23px;
  background:#fff;
  box-shadow:var(--brand-shadow-soft);
  position:relative;
  overflow:hidden;
}
.audience-card::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:5px;
  background:linear-gradient(90deg,var(--brand-cyan),var(--brand-violet),var(--brand-magenta));
}
.cta-panel{
  padding:38px 42px;
  border-radius:32px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:var(--brand-shadow);
  backdrop-filter:blur(12px);
}

/* Page hero redesign */
.page-hero{
  position:relative;
  overflow:hidden;
  padding:120px 0 105px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 15%,rgba(236,62,146,.25),transparent 25%),
    radial-gradient(circle at 15% 90%,rgba(36,197,255,.18),transparent 30%),
    linear-gradient(135deg,#071327,#103f8d 55%,#48247d);
}
.page-hero::before{
  content:"BENDOKO";
  position:absolute;
  right:-20px;
  bottom:-80px;
  color:rgba(255,255,255,.035);
  font-size:clamp(7rem,18vw,16rem);
  font-weight:950;
  letter-spacing:-.08em;
  pointer-events:none;
}
.page-hero h1{color:#fff}
.page-hero p{color:#d9e5f7}
.page-hero .eyebrow{color:#ffe49a;background:rgba(255,255,255,.08)}
.gallery-hero{background:
  radial-gradient(circle at 75% 25%,rgba(244,191,79,.22),transparent 24%),
  radial-gradient(circle at 8% 85%,rgba(36,197,255,.2),transparent 26%),
  linear-gradient(135deg,#071327,#163c84 45%,#5a236d)}

/* Visual galleries */
.gallery-preview-grid a{
  height:430px;
  border-radius:30px;
  box-shadow:var(--brand-shadow);
}
.gallery-preview-grid span{
  background:linear-gradient(90deg,rgba(7,18,38,.92),rgba(18,62,145,.82));
  border:1px solid rgba(255,255,255,.14);
}
.gallery-grid{gap:18px}
.gallery-item{border-radius:26px;box-shadow:0 16px 38px rgba(7,18,38,.13)}
.gallery-toolbar{
  position:sticky;top:126px;z-index:40;
  padding:12px;
  border-radius:20px;
  background:rgba(255,255,255,.85);
  box-shadow:0 12px 32px rgba(7,18,38,.08);
  backdrop-filter:blur(16px);
}
.gallery-filter.active{
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-violet));
}
.video-card{
  border-radius:28px;
  background:rgba(255,255,255,.075);
}
.video-category{background:linear-gradient(135deg,var(--brand-blue),var(--brand-violet))}
.video-frame video{background:#030914}

/* Programme/service detail polish */
.service-number{
  color:transparent;
  -webkit-text-stroke:2px rgba(18,62,145,.22);
  text-shadow:0 12px 34px rgba(18,62,145,.08);
}
.pill-grid span{
  border-color:rgba(18,62,145,.13);
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.notice{
  background:linear-gradient(120deg,#fff7d8,#eefaff);
  border-color:rgba(244,191,79,.45);
}
.phase-grid>div{
  border-radius:21px;
  box-shadow:0 12px 30px rgba(7,18,38,.055);
}
.featured-insight{
  border-radius:34px;
  background:
    radial-gradient(circle at 90% 10%,rgba(236,62,146,.22),transparent 25%),
    linear-gradient(135deg,var(--brand-ink),var(--brand-blue),#42206f);
}
.insight-graphic span{background:rgba(255,255,255,.075)}
.article-card:hover,.partner-card:hover{transform:translateY(-7px);box-shadow:var(--brand-shadow)}
.article-card,.partner-card{transition:.25s ease}

/* Contact page */
.contact-grid{gap:48px}
.contact-copy{
  padding:36px;
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0,rgba(36,197,255,.12),transparent 30%),
    linear-gradient(180deg,#fff,#f7faff);
  border:1px solid var(--brand-line);
  box-shadow:var(--brand-shadow-soft);
}
.contact-options>div{
  border-color:var(--brand-line);
  transition:.22s ease;
}
.contact-options>div:hover{transform:translateX(6px)}
.contact-options span{color:var(--brand-violet)}
.contact-note{
  background:linear-gradient(120deg,#fff3c7,#e7f8ff);
  border:1px solid rgba(244,191,79,.35);
}
.contact-form{
  padding:36px;
  background:#fff;
}
.contact-form input,.contact-form select,.contact-form textarea,.inline-form input{
  border:1px solid rgba(18,62,145,.16);
  background:#fbfdff;
  transition:.2s;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.inline-form input:focus{
  outline:3px solid rgba(36,197,255,.14);
  border-color:var(--brand-cyan);
}
.contact-map-section{padding-top:0}
.map-shell{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  min-height:520px;
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid var(--brand-line);
  box-shadow:var(--brand-shadow);
}
.map-copy{
  padding:46px;
  background:
    radial-gradient(circle at 0 100%,rgba(36,197,255,.17),transparent 35%),
    linear-gradient(145deg,var(--brand-ink),var(--brand-blue) 65%,#3d226f);
  color:#fff;
}
.map-copy h2{color:#fff;font-size:clamp(2.2rem,4vw,3.7rem)}
.map-copy p{color:#d6e3f4}
.map-details{display:grid;gap:14px;margin:30px 0}
.map-detail{
  display:flex;gap:14px;align-items:flex-start;
  padding:15px;
  border-radius:15px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.map-detail b{display:block;color:#fff}
.map-detail span{color:#c8d7ec;font-size:.88rem}
.map-pin{
  width:35px;height:35px;flex:0 0 auto;border-radius:12px;
  display:grid;place-items:center;
  color:var(--brand-navy);
  background:var(--brand-gold);
  font-weight:900;
}
.map-embed{min-height:520px;background:#dce6f3}
.map-embed iframe{width:100%;height:100%;min-height:520px;border:0;display:block}
.map-source-note{font-size:.75rem!important;color:#aebed4!important}

/* Footer */
.site-footer{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 95% 0,rgba(110,76,255,.2),transparent 23%),
    linear-gradient(145deg,#041023,#091f45 68%,#21164f);
}
.site-footer::before{
  content:"";
  position:absolute;inset:0;
  background:repeating-linear-gradient(120deg,transparent 0 110px,rgba(255,255,255,.018) 111px 112px);
}
.site-footer .container{position:relative;z-index:2}
.footer-col h4,.footer-col a{text-transform:uppercase;letter-spacing:.045em}
.footer-col h4{color:#ffe097}
.footer-phone a{color:var(--brand-gold)}
.footer-address{
  max-width:360px;
  color:#94a5bd;
  font-size:.83rem;
}

/* Accessibility + motion */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* Responsive */
@media (max-width:1180px){
  .nav{gap:11px}
  .nav a{font-size:.67rem}
  .hero-banner-grid{grid-template-columns:1fr 1fr;gap:30px}
}
@media (max-width:1020px){
  html{scroll-padding-top:115px}
  .nav{
    inset:114px 14px auto;
    border-radius:22px;
    padding:22px;
    box-shadow:var(--brand-shadow);
  }
  .nav a{font-size:.78rem;width:100%;padding:11px 8px}
  .nav a.active::after{display:none}
  .hero-banner{min-height:auto}
  .hero-banner-grid{grid-template-columns:1fr;padding-top:68px;padding-bottom:65px}
  .hero-banner-copy{max-width:820px}
  .hero-media{min-height:590px;width:min(720px,100%);margin:auto}
  .signal-metrics{grid-template-columns:repeat(2,1fr)}
  .signal-metric:nth-child(2){border-right:0}
  .map-shell{grid-template-columns:1fr}
  .map-embed,.map-embed iframe{min-height:430px}
  .gallery-toolbar{top:115px}
}
@media (max-width:700px){
  .container{width:min(100% - 28px,1240px)}
  .utility-tag{display:none}
  .utility-inner{justify-content:center}
  .nav-wrap{height:72px}
  .hero-banner-grid{padding-top:48px}
  .hero-banner h1{font-size:3.25rem}
  .hero-rotating-word{width:auto}
  .hero-intro{font-size:1rem}
  .hero-media{min-height:480px}
  .hero-slider{inset:0 4px 20px}
  .hero-annotation{max-width:155px;padding:10px 11px}
  .hero-annotation strong{font-size:.76rem}
  .hero-annotation.a1{left:-3px;top:28px}
  .hero-annotation.a2{right:-3px;top:165px}
  .hero-annotation.a3{left:8px;bottom:4px}
  .signal-metric{padding:20px 16px}
  .brand-marquee .marquee-track span{padding:10px 15px}
  .section{padding:78px 0}
  .cta-panel{padding:28px}
  .page-hero{padding:88px 0 80px}
  .map-copy{padding:30px 24px}
  .map-embed,.map-embed iframe{min-height:360px}
  .floating-call{right:12px;bottom:12px;padding:12px 14px}
  .gallery-toolbar{position:static}
}
@media (max-width:460px){
  .hero-banner h1{font-size:2.75rem}
  .hero-media{min-height:430px}
  .hero-slide-caption strong{font-size:1.1rem}
  .signal-metrics{grid-template-columns:1fr 1fr}
  .signal-metric strong{font-size:1.3rem}
  .signal-metric span{font-size:.74rem}
  .floating-call{font-size:0;width:50px;height:50px;padding:0;justify-content:center}
  .floating-call::before{margin:0}
}
\n/* Official Bendoko logo integration */\n.official-brand{display:inline-flex;align-items:center;gap:12px}\n.brand-logo{display:block;object-fit:contain;flex:0 0 auto}\n.brand-logo-header{width:52px;height:52px;border-radius:16px;background:#f7db00;padding:3px;box-shadow:0 12px 30px rgba(247,219,0,.26);border:1px solid rgba(9,27,58,.12)}\n.footer-official-brand{display:block;width:min(285px,100%)}\n.brand-logo-footer{width:100%;height:auto;border-radius:18px;background:#f7db00;box-shadow:0 18px 50px rgba(0,0,0,.22)}\n.official-logo-showcase{background:radial-gradient(circle at 15% 25%,rgba(247,219,0,.26),transparent 30%),linear-gradient(135deg,#fffdf0,#ffffff 55%,#f0f7ff)}\n.logo-showcase-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}\n.logo-showcase-art{padding:26px;border-radius:34px;background:#f7db00;border:1px solid rgba(9,27,58,.1);box-shadow:var(--brand-shadow);transform:rotate(-1.5deg)}\n.logo-showcase-art img{width:100%;height:auto;display:block;border-radius:22px}\n.logo-showcase-copy h2{margin-top:18px}\n@media (max-width:1020px){.logo-showcase-grid{grid-template-columns:1fr;gap:40px}.logo-showcase-art{max-width:620px;margin:auto}}\n@media (max-width:700px){.brand-logo-header{width:46px;height:46px;border-radius:14px}.official-brand .brand-text{display:none}.footer-official-brand{width:min(240px,100%)}.logo-showcase-art{padding:16px;border-radius:24px}}\n

/* =========================================================
   HIGH-CONTRAST BENDOKO YELLOW TEXT ON BLUE BACKGROUNDS
   ========================================================= */
:root{
  --bendoko-yellow:#FFE01B;
  --bendoko-yellow-soft:#FFF19A;
}

/* Top utility strip */
.utility-bar,
.utility-bar span,
.utility-bar a{
  color:var(--bendoko-yellow)!important;
}

/* Animated homepage blue banner */
.hero-banner,
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner p,
.hero-banner .small-line,
.hero-banner .hero-intro,
.hero-banner .hero-welcome,
.hero-banner .hero-mini-proof span,
.hero-banner .hero-slide-caption small,
.hero-banner .hero-slide-caption strong{
  color:var(--bendoko-yellow)!important;
}
.hero-banner .hero-rotating-word{
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  color:var(--bendoko-yellow)!important;
  text-shadow:0 8px 30px rgba(0,0,0,.25);
}
.hero-banner .hero-welcome,
.hero-banner .hero-mini-proof span{
  border-color:rgba(255,224,27,.38)!important;
  background:rgba(255,224,27,.09)!important;
}
.hero-banner .btn-primary{
  color:var(--bendoko-yellow)!important;
}
.hero-banner .btn-secondary{
  color:var(--bendoko-yellow)!important;
  border-color:rgba(255,224,27,.55)!important;
}
.hero-banner .btn-secondary:hover{
  color:var(--brand-navy)!important;
  background:var(--bendoko-yellow)!important;
}

/* Inner page blue banners */
.page-hero,
.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero p,
.page-hero .eyebrow{
  color:var(--bendoko-yellow)!important;
}
.page-hero .eyebrow{
  border-color:rgba(255,224,27,.34)!important;
  background:rgba(255,224,27,.09)!important;
}

/* All dark-blue content sections */
.section-dark,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p,
.section-dark li,
.section-dark .lead,
.section-dark .eyebrow,
.section-dark .eyebrow.light,
.section-dark .programme-panel span,
.section-dark .programme-panel b,
.section-dark .programme-panel p,
.section-dark .verification-box span,
.section-dark .verification-box strong,
.section-dark .video-card-copy small,
.section-dark .video-card-copy h3,
.section-dark .video-card-copy p,
.section-dark .video-note,
.section-dark a:not(.btn){
  color:var(--bendoko-yellow)!important;
}
.section-dark .programme-panel div,
.section-dark .video-card,
.section-dark .verification-box{
  border-color:rgba(255,224,27,.28)!important;
}
.section-dark .btn-light{
  background:var(--bendoko-yellow)!important;
  color:var(--brand-navy)!important;
}
.section-dark .btn-primary,
.section-dark .btn-dark{
  color:var(--bendoko-yellow)!important;
}

/* Blue featured insight panel */
.featured-insight,
.featured-insight h1,
.featured-insight h2,
.featured-insight h3,
.featured-insight p,
.featured-insight small,
.featured-insight strong,
.featured-insight a{
  color:var(--bendoko-yellow)!important;
}
.featured-insight .insight-graphic span{
  color:var(--bendoko-yellow)!important;
  border-color:rgba(255,224,27,.28)!important;
}

/* Contact-page blue map panel */
.map-copy,
.map-copy h1,
.map-copy h2,
.map-copy h3,
.map-copy h4,
.map-copy p,
.map-copy b,
.map-copy span,
.map-copy a:not(.btn),
.map-copy .eyebrow,
.map-copy .eyebrow.light,
.map-copy .map-source-note{
  color:var(--bendoko-yellow)!important;
}
.map-copy .map-detail{
  border-color:rgba(255,224,27,.28)!important;
  background:rgba(255,224,27,.08)!important;
}
.map-copy .map-pin{
  background:var(--bendoko-yellow)!important;
  color:var(--brand-navy)!important;
}
.map-copy .btn-light{
  background:var(--bendoko-yellow)!important;
  color:var(--brand-navy)!important;
}

/* Blue navigation/action surfaces */
.floating-call{
  color:var(--bendoko-yellow)!important;
  border-color:rgba(255,224,27,.28)!important;
}

/* Footer */
.site-footer,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer span,
.site-footer small,
.site-footer a,
.site-footer .footer-address,
.site-footer .footer-bottom{
  color:var(--bendoko-yellow)!important;
}
.site-footer .footer-col h4{
  color:var(--bendoko-yellow)!important;
}
.site-footer .footer-bottom{
  border-top-color:rgba(255,224,27,.24)!important;
}

/* Keep pale buttons and image labels legible */
.section-dark .btn-light:hover,
.map-copy .btn-light:hover{
  background:#FFFFFF!important;
  color:var(--brand-navy)!important;
}


/* =========================================================
   VERIFIED MEDIA, AWARDS AND CORPORATE DOCUMENT FRAMING
   ========================================================= */
.awards-proof-section{
  background:
    radial-gradient(circle at 0 0,rgba(255,224,27,.18),transparent 28%),
    radial-gradient(circle at 100% 100%,rgba(18,62,145,.12),transparent 30%),
    linear-gradient(180deg,#fffef6,#f7f9fd);
}
.award-photo-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.award-proof-card{
  margin:0;
  padding:6px;
  border-radius:30px;
  background:linear-gradient(135deg,#FFE01B,#FFFFFF 38%,#24C5FF 68%,#123E91);
  box-shadow:0 24px 70px rgba(7,18,38,.16);
  transition:transform .3s ease,box-shadow .3s ease;
}
.award-proof-card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 90px rgba(7,18,38,.22);
}
.award-proof-card button{
  width:100%;
  padding:0;
  border:0;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
  text-align:left;
}
.premium-media-frame{
  display:block;
  height:520px;
  overflow:hidden;
  background:#061327;
  border-bottom:1px solid rgba(7,18,38,.1);
}
.award-proof-card.landscape .premium-media-frame{height:420px}
.premium-media-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease,filter .4s ease;
}
.award-proof-card:hover img{transform:scale(1.035);filter:saturate(1.05)}
.award-card-copy{
  display:flex;
  flex-direction:column;
  padding:23px 24px 25px;
  background:#fff;
}
.award-card-copy small{
  color:#9A6810;
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.14em;
}
.award-card-copy strong{
  margin-top:7px;
  color:#091B3A;
  font-size:1.25rem;
}
.award-card-copy em{
  margin-top:9px;
  color:#123E91;
  font-size:.82rem;
  font-style:normal;
  font-weight:850;
}
.award-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  margin-top:40px;
}
.award-video-card{
  padding:6px;
  border-radius:30px;
  background:linear-gradient(135deg,#FFE01B,#FFFFFF 34%,#6E4CFF 72%,#123E91);
  box-shadow:0 24px 70px rgba(7,18,38,.16);
}
.premium-video-frame{
  position:relative;
  overflow:hidden;
  aspect-ratio:9/14;
  border-radius:24px 24px 0 0;
  background:#020913;
}
.premium-video-frame video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:#020913;
}
.video-proof-badge{
  position:absolute;
  top:15px;
  left:15px;
  padding:8px 11px;
  border-radius:999px;
  background:#FFE01B;
  color:#091B3A;
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.1em;
}
.award-video-copy{
  padding:23px 24px 25px;
  border-radius:0 0 24px 24px;
  background:#091B3A;
}
.award-video-copy small,
.award-video-copy h3,
.award-video-copy p{
  color:#FFE01B!important;
}
.award-video-copy small{
  font-weight:900;
  letter-spacing:.13em;
}
.award-video-copy h3{margin:8px 0 8px}
.award-video-copy p{margin:0;font-size:.92rem}

/* Reinforce premium boxes on the complete Gallery */
.gallery-item,
.video-card{
  border:3px solid #FFE01B!important;
  outline:1px solid rgba(9,27,58,.22);
  outline-offset:4px;
  box-shadow:0 20px 55px rgba(7,18,38,.16)!important;
}
.gallery-item.premium-gallery-box{
  background:linear-gradient(135deg,#FFE01B,#24C5FF,#123E91);
  padding:4px;
}
.gallery-item.premium-gallery-box .gallery-open{
  border-radius:17px;
  overflow:hidden;
}
.video-card{
  overflow:hidden;
}

/* Corporate registration section */
.corporate-registration-section{
  background:
    radial-gradient(circle at 10% 10%,rgba(36,197,255,.1),transparent 28%),
    radial-gradient(circle at 90% 90%,rgba(255,224,27,.14),transparent 30%),
    #F5F8FC;
}
.registration-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
}
.document-proof-card{
  padding:7px;
  border-radius:30px;
  background:linear-gradient(145deg,#FFE01B,#FFFFFF 42%,#24C5FF 75%,#123E91);
  box-shadow:0 25px 75px rgba(7,18,38,.16);
}
.document-open{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:#fff;
  cursor:pointer;
  border-radius:23px 23px 0 0;
  overflow:hidden;
}
.document-frame{
  display:block;
  height:590px;
  padding:18px;
  background:linear-gradient(145deg,#EBF1F7,#FFFFFF);
}
.document-frame img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#fff;
  border:1px solid rgba(9,27,58,.12);
  box-shadow:0 12px 34px rgba(7,18,38,.1);
}
.document-card-copy{
  padding:25px;
  border-radius:0 0 23px 23px;
  background:#fff;
}
.document-card-copy small{
  color:#9A6810;
  font-weight:900;
  letter-spacing:.13em;
}
.document-card-copy h3{
  margin:7px 0 9px;
  color:#091B3A;
}
.document-card-copy p{color:#68748A}
.text-button{
  margin-top:8px;
  padding:0;
  border:0;
  background:none;
  color:#123E91;
  font-weight:900;
  letter-spacing:.04em;
  cursor:pointer;
}
.registration-note{
  margin-top:28px;
  padding:22px 25px;
  border-left:5px solid #FFE01B;
  border-radius:17px;
  background:#091B3A;
}
.registration-note strong,
.registration-note p{
  color:#FFE01B!important;
}
.registration-note p{margin:5px 0 0}
.document-lightbox-content img{
  background:#fff;
  padding:10px;
}
@media (max-width:900px){
  .award-photo-grid,
  .award-video-grid,
  .registration-proof-grid{
    grid-template-columns:1fr;
  }
  .premium-media-frame,
  .award-proof-card.landscape .premium-media-frame{
    height:auto;
    aspect-ratio:4/5;
  }
  .award-proof-card.landscape .premium-media-frame{aspect-ratio:16/11}
  .document-frame{height:auto;aspect-ratio:4/5}
}
@media (max-width:520px){
  .award-proof-card,
  .award-video-card,
  .document-proof-card{
    border-radius:23px;
    padding:4px;
  }
  .premium-media-frame{aspect-ratio:3/4}
  .award-proof-card.landscape .premium-media-frame{aspect-ratio:4/3}
  .document-card-copy,
  .award-card-copy,
  .award-video-copy{padding:20px}
}


/* =========================================================
   OFFICIAL EMAIL CONTACT STYLING
   ========================================================= */
.utility-contact-links{
  display:flex;
  align-items:center;
  gap:20px;
}
.utility-contact-links a{
  color:var(--bendoko-yellow,#FFE01B)!important;
}
.footer-email{
  margin:6px 0 0;
}
.footer-email a{
  color:var(--bendoko-yellow,#FFE01B)!important;
  font-weight:850;
}
.contact-note a,
.map-detail a,
.verification-box a,
.registration-note a,
.partnership-email-note a{
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
}
.partnership-contact-actions{
  text-align:center;
}
.partnership-email-note{
  margin:12px 0 0!important;
  color:var(--bendoko-yellow,#FFE01B)!important;
}
.partnership-email-note a{
  color:var(--bendoko-yellow,#FFE01B)!important;
}
@media (max-width:760px){
  .utility-contact-links{
    gap:12px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .utility-contact-links a:first-child{
    display:none;
  }
}


/* =========================================================
   SOCIAL MEDIA CONNECT
   ========================================================= */
.social-connect-section{
  background:
    radial-gradient(circle at 0 0,rgba(255,224,27,.18),transparent 28%),
    radial-gradient(circle at 100% 100%,rgba(36,197,255,.12),transparent 30%),
    linear-gradient(180deg,#fffef5,#f6f9fe);
}
.social-connect{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.social-link{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:108px;
  padding:22px;
  border-radius:24px;
  color:#fff;
  box-shadow:0 18px 50px rgba(7,18,38,.14);
  transition:transform .25s ease,box-shadow .25s ease;
  position:relative;
  overflow:hidden;
}
.social-link::after{
  content:"";
  position:absolute;
  inset:-40% auto auto -10%;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
}
.social-link:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 70px rgba(7,18,38,.2);
}
.social-link.facebook{
  background:linear-gradient(135deg,#1877F2,#0D55B8);
}
.social-link.instagram{
  background:linear-gradient(135deg,#833AB4,#FD1D1D 55%,#FCAF45);
}
.social-link.tiktok{
  background:linear-gradient(135deg,#111111,#262626);
}
.social-icon{
  width:52px;
  height:52px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  position:relative;
  z-index:2;
}
.social-icon svg{
  width:26px;
  height:26px;
  fill:#fff;
}
.social-copy{
  position:relative;
  z-index:2;
}
.social-copy small{
  display:block;
  color:rgba(255,255,255,.74);
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.14em;
}
.social-copy strong{
  display:block;
  margin-top:4px;
  color:#fff;
  font-size:.92rem;
}
.footer-socials{
  display:flex;
  gap:10px;
  margin:18px 0 8px;
}
.footer-socials a,
.gallery-social-actions a{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,224,27,.1);
  border:1px solid rgba(255,224,27,.28);
  transition:.22s ease;
}
.footer-socials a:hover,
.gallery-social-actions a:hover{
  transform:translateY(-4px);
  background:var(--bendoko-yellow,#FFE01B);
}
.footer-socials svg,
.gallery-social-actions svg{
  width:21px;
  height:21px;
  fill:var(--bendoko-yellow,#FFE01B);
}
.footer-socials a:hover svg,
.gallery-social-actions a:hover svg{
  fill:#091B3A;
}
.footer-social-handle{
  margin:0 0 10px!important;
  font-size:.74rem!important;
  font-weight:900!important;
  letter-spacing:.08em;
}
.social-contact-shell{
  padding:38px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(9,27,58,.1);
  box-shadow:0 24px 70px rgba(7,18,38,.12);
}
.social-contact-copy{
  max-width:760px;
  margin-bottom:28px;
}
.gallery-social-follow{
  background:linear-gradient(135deg,#fff8cf,#e9f9ff);
}
.gallery-social-actions{
  display:flex;
  gap:12px;
}
.gallery-social-actions a{
  background:#091B3A;
  border-color:#091B3A;
}
.gallery-social-actions svg{
  fill:#FFE01B;
}
@media (max-width:900px){
  .social-connect{
    grid-template-columns:1fr;
  }
}
@media (max-width:600px){
  .social-link{
    min-height:96px;
    padding:18px;
  }
  .social-copy strong{
    font-size:.82rem;
  }
  .social-contact-shell{
    padding:24px;
  }
}


/* =========================================================
   COMPACT TRANSPARENT LOGO + RESTORED HERO TRANSITION
   ========================================================= */
.brand-logo-header{
  width:40px!important;
  height:40px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:0 8px 22px rgba(7,18,38,.16)!important;
}
.nav-wrap{
  height:72px!important;
}
.footer-official-brand{
  width:132px!important;
}
.brand-logo-footer{
  width:132px!important;
  height:132px!important;
  object-fit:contain!important;
  border-radius:50%!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:0 14px 38px rgba(0,0,0,.22)!important;
}
.logo-showcase-art{
  width:min(310px,100%)!important;
  margin-inline:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.logo-showcase-art img{
  width:100%!important;
  height:auto!important;
  border-radius:50%!important;
  filter:drop-shadow(0 18px 34px rgba(7,18,38,.20));
}
.hero-rotating-word{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
  transition:
    opacity .42s ease,
    transform .42s cubic-bezier(.22,.75,.3,1),
    filter .42s ease!important;
  will-change:opacity,transform,filter;
}
.hero-rotating-word.hero-word-leaving{
  opacity:0!important;
  transform:translateY(-18px)!important;
  filter:blur(5px)!important;
}
.hero-rotating-word.hero-word-entering{
  opacity:0!important;
  transform:translateY(18px)!important;
  filter:blur(5px)!important;
}

/* =========================================================
   COMPLETE HIGH-CONTRAST AUDIT FOR BLUE / BLACK SURFACES
   ========================================================= */
:root{
  --contrast-white:#FFFFFF;
  --contrast-yellow:#FFE01B;
}

/* Large blue surfaces use Bendoko yellow for primary copy. */
.utility-bar,
.hero-banner,
.page-hero,
.section-dark,
.featured-insight,
.map-copy,
.award-video-copy,
.registration-note,
.site-footer{
  color:var(--contrast-yellow)!important;
}
.utility-bar :is(span,a,strong,small),
.hero-banner :is(h1,h2,h3,h4,h5,h6,p,span,strong,small,em,a:not(.btn)),
.page-hero :is(h1,h2,h3,h4,h5,h6,p,span,strong,small,em,a:not(.btn)),
.section-dark :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,small,em,a:not(.btn)),
.featured-insight :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,small,em,a:not(.btn)),
.map-copy :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,small,em,a:not(.btn)),
.award-video-copy :is(h1,h2,h3,h4,h5,h6,p,span,strong,small,em,a:not(.btn)),
.registration-note :is(h1,h2,h3,h4,h5,h6,p,span,strong,small,em,a:not(.btn)),
.site-footer :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,small,em,a:not(.btn)){
  color:var(--contrast-yellow)!important;
}

/* Compact blue elements use crisp white for maximum legibility. */
.btn-primary,
.btn-dark,
.floating-call,
.gallery-filter.active,
.process-step span,
.video-category,
.gallery-preview-grid span,
.gallery-social-actions a,
.visual-core{
  color:var(--contrast-white)!important;
}
.btn-primary :is(span,strong,small),
.btn-dark :is(span,strong,small),
.floating-call :is(span,strong,small),
.gallery-filter.active :is(span,strong,small),
.process-step span,
.video-category,
.gallery-preview-grid span,
.visual-core :is(span,strong,small){
  color:var(--contrast-white)!important;
}

/* Social buttons maintain sharp white platform text. */
.social-link,
.social-link :is(span,strong,small){
  color:var(--contrast-white)!important;
}

/* Yellow buttons and badges must retain dark text. */
.section-dark .btn-light,
.map-copy .btn-light,
.video-proof-badge,
.map-pin{
  color:#091B3A!important;
}
.section-dark .btn-light :is(span,strong,small),
.map-copy .btn-light :is(span,strong,small),
.video-proof-badge :is(span,strong,small),
.map-pin :is(span,strong,small){
  color:#091B3A!important;
}

/* Dark image overlays should never inherit black text. */
.gallery-overlay,
.gallery-overlay :is(small,strong,em),
.hero-slide-caption,
.hero-slide-caption :is(small,strong),
.award-card-copy em{
  color:var(--contrast-white)!important;
}
.gallery-overlay small,
.hero-slide-caption small{
  color:var(--contrast-yellow)!important;
}

/* Active controls and blue chips. */
.gallery-filter.active,
.video-category{
  background:linear-gradient(135deg,#123E91,#6E4CFF)!important;
}

/* Mobile compactness */
@media (max-width:700px){
  .brand-logo-header{
    width:36px!important;
    height:36px!important;
  }
  .nav-wrap{
    height:66px!important;
  }
  .footer-official-brand,
  .brand-logo-footer{
    width:112px!important;
    height:112px!important;
  }
}


/* =========================================================
   BALANCED WHITE + YELLOW CONTRAST SYSTEM
   ========================================================= */
:root{
  --bendoko-white:#FFFFFF;
  --bendoko-yellow:#FFE01B;
  --bendoko-soft-white:#EAF1FA;
}

/* Utility strip: white general copy, yellow contact links. */
.utility-bar,
.utility-bar span,
.utility-bar strong,
.utility-bar small{
  color:var(--bendoko-white)!important;
}
.utility-bar a{
  color:var(--bendoko-yellow)!important;
}

/* Homepage banner: white foundation with yellow animated outcome. */
.hero-banner,
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4,
.hero-banner h5,
.hero-banner h6,
.hero-banner p,
.hero-banner .small-line,
.hero-banner .hero-intro,
.hero-banner .hero-welcome,
.hero-banner .hero-mini-proof span{
  color:var(--bendoko-white)!important;
}
.hero-banner .hero-rotating-word{
  color:var(--bendoko-yellow)!important;
  text-shadow:0 8px 28px rgba(0,0,0,.24);
}
.hero-banner .hero-welcome{
  border-color:rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.08)!important;
}
.hero-banner .hero-welcome i{
  background:var(--bendoko-yellow)!important;
  box-shadow:0 0 0 6px rgba(255,224,27,.14)!important;
}
.hero-banner .hero-mini-proof span{
  border-color:rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.07)!important;
}
.hero-slide-caption strong{
  color:var(--bendoko-white)!important;
}
.hero-slide-caption small{
  color:var(--bendoko-yellow)!important;
}
.hero-banner .btn-primary{
  color:var(--bendoko-white)!important;
}
.hero-banner .btn-secondary{
  color:var(--bendoko-white)!important;
  border-color:rgba(255,255,255,.34)!important;
}
.hero-banner .btn-secondary:hover{
  color:#091B3A!important;
  background:var(--bendoko-yellow)!important;
}

/* Inner page banners: white main headline/body, yellow eyebrow. */
.page-hero,
.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero p{
  color:var(--bendoko-white)!important;
}
.page-hero .eyebrow,
.page-hero .eyebrow::before{
  color:var(--bendoko-yellow)!important;
}

/* General dark sections: yellow headings, white supporting copy. */
.section-dark{
  color:var(--bendoko-white)!important;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark .eyebrow,
.section-dark .eyebrow.light,
.section-dark .programme-panel span,
.section-dark .verification-box span,
.section-dark .video-card-copy small{
  color:var(--bendoko-yellow)!important;
}
.section-dark p,
.section-dark li,
.section-dark .lead,
.section-dark .programme-panel b,
.section-dark .programme-panel p,
.section-dark .verification-box strong,
.section-dark .video-card-copy h3,
.section-dark .video-card-copy p,
.section-dark .video-note{
  color:var(--bendoko-white)!important;
}
.section-dark a:not(.btn){
  color:var(--bendoko-yellow)!important;
}
.section-dark .btn-light{
  background:var(--bendoko-yellow)!important;
  color:#091B3A!important;
}
.section-dark .btn-primary,
.section-dark .btn-dark{
  color:var(--bendoko-white)!important;
}

/* Featured insight: yellow heading, white paragraph and supporting text. */
.featured-insight,
.featured-insight p,
.featured-insight li,
.featured-insight .insight-graphic span{
  color:var(--bendoko-white)!important;
}
.featured-insight h1,
.featured-insight h2,
.featured-insight h3,
.featured-insight small,
.featured-insight .eyebrow,
.featured-insight a{
  color:var(--bendoko-yellow)!important;
}

/* Contact map panel: yellow labels/headline, white descriptions. */
.map-copy{
  color:var(--bendoko-white)!important;
}
.map-copy h1,
.map-copy h2,
.map-copy h3,
.map-copy h4,
.map-copy .eyebrow,
.map-copy .eyebrow.light,
.map-copy .map-detail b{
  color:var(--bendoko-yellow)!important;
}
.map-copy p,
.map-copy .map-detail span,
.map-copy .map-source-note{
  color:var(--bendoko-white)!important;
}
.map-copy a:not(.btn){
  color:var(--bendoko-yellow)!important;
}
.map-copy .btn-light{
  background:var(--bendoko-yellow)!important;
  color:#091B3A!important;
}

/* Award video and registration proof blocks. */
.award-video-copy small,
.award-video-copy h3,
.registration-note strong{
  color:var(--bendoko-yellow)!important;
}
.award-video-copy p,
.registration-note p,
.registration-note a{
  color:var(--bendoko-white)!important;
}

/* Gallery overlays: white title/action, yellow category label. */
.gallery-overlay strong,
.gallery-overlay em{
  color:var(--bendoko-white)!important;
}
.gallery-overlay small{
  color:var(--bendoko-yellow)!important;
}

/* Footer: all text remains white; yellow is reserved for hover/icon accents. */
.site-footer,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p,
.site-footer span,
.site-footer small,
.site-footer li,
.site-footer a,
.site-footer .footer-address,
.site-footer .footer-bottom,
.site-footer .footer-phone a,
.site-footer .footer-email a,
.site-footer .footer-social-handle{
  color:var(--bendoko-white)!important;
}
.site-footer a:hover{
  color:var(--bendoko-yellow)!important;
}
.site-footer .footer-col h4{
  color:var(--bendoko-white)!important;
}
.site-footer .footer-socials svg{
  fill:var(--bendoko-yellow)!important;
}
.site-footer .footer-socials a{
  border-color:rgba(255,224,27,.28)!important;
}
.site-footer .footer-bottom{
  border-top-color:rgba(255,255,255,.16)!important;
}

/* Compact footer wordmark replacing the large logo. */
.footer-wordmark{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin:0 0 15px;
}
.footer-wordmark strong{
  color:var(--bendoko-white)!important;
  font-size:1.02rem;
  letter-spacing:.08em;
  line-height:1.2;
}
.footer-wordmark span{
  color:var(--bendoko-white)!important;
  opacity:.72;
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.14em;
}
.footer-brand p{
  margin-top:8px;
}
.site-footer{
  padding-top:58px!important;
}
.footer-grid{
  align-items:start;
}

/* Blue buttons and compact controls remain sharp white. */
.btn-primary,
.btn-dark,
.floating-call,
.gallery-filter.active,
.video-category,
.gallery-preview-grid span,
.process-step span,
.visual-core{
  color:var(--bendoko-white)!important;
}
