.rb-mlive{
  --rb-ml-orange:#bc5c39;
  --rb-ml-cream:#e1ddd3;
  --rb-ml-cream-soft:#f2ebdb;
  --rb-ml-cream-pale:#f4f0e7;
  --rb-ml-navy:#384360;
  --rb-ml-sage:#728b75;
  --rb-ml-gold:#e3b23c;
  --rb-ml-text:#2f3a3a;
  --rb-ml-muted:#6d6d63;
  --rb-ml-border:#e4ded3;
  --rb-ml-shadow:0 14px 28px rgba(38,51,78,.08);
  --rb-ml-shadow-soft:0 8px 18px rgba(38,51,78,.06);
  font-family:Ubuntu,Arial,sans-serif;
  color:var(--rb-ml-text);
}
.rb-mlive *{box-sizing:border-box}
.rb-mlive img{max-width:100%;display:block}
.rb-mlive a{text-decoration:none;color:inherit}
.rb-mlive button,
.rb-mlive input{font:inherit}
.rb-ml-shell{width:min(1260px,calc(100% - 48px));margin:0 auto}
.rb-ml-section-title{text-align:center;max-width:760px;margin:0 auto 40px}
.rb-ml-section-title--tight{margin-bottom:12px}
.rb-ml-section-title h2{margin:0 0 14px;color:var(--rb-ml-navy);font-size:clamp(32px,4vw,46px);line-height:1.08;font-weight:700}
.rb-ml-section-title p{margin:0;color:var(--rb-ml-text);font-size:15px;line-height:1.7}
.rb-ml-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:14px 26px;font-size:13px;font-weight:700;letter-spacing:.02em}
.rb-ml-btn--white{background:#fff;color:var(--rb-ml-navy)}
.rb-ml-btn--gold{background:var(--rb-ml-gold);color:#fff}
.rb-ml-btn--orange{background:var(--rb-ml-orange);color:#fff}
.rb-ml-btn--sage{background:var(--rb-ml-sage);color:#fff}
.rb-ml-btn--navy{background:var(--rb-ml-navy);color:#fff}
.rb-ml-link{display:inline-flex;align-items:center;gap:8px;color:var(--rb-ml-navy);font-size:14px;font-weight:700;padding:0}

.rb-ml-hero{position:relative;min-height:560px;background:#1a1a1a;overflow:hidden}
.rb-ml-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(15,25,35,.5),rgba(15,25,35,.08) 60%,rgba(15,25,35,0)),var(--rb-ml-hero-bg);background-size:cover;background-position:center}
.rb-ml-hero__content{position:relative;z-index:2;color:#fff;padding:140px 0 80px;max-width:640px}
.rb-ml-hero__content h1{margin:0 0 14px;font-size:clamp(56px,7.5vw,96px);line-height:.94;font-weight:700;letter-spacing:-.02em;color:#fff}
.rb-ml-hero__content p{max-width:540px;margin:0 0 28px;font-size:18px;line-height:1.5;color:rgba(255,255,255,.92)}
.rb-ml-hero__ctas{display:flex;gap:12px;flex-wrap:wrap}

.rb-ml-camera{background:var(--rb-ml-cream);padding:40px 0 32px}
.rb-ml-camera__card{background:var(--rb-ml-orange);border-radius:36px;padding:36px;color:#fff;box-shadow:var(--rb-ml-shadow)}
.rb-ml-camera__top{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:20px}
.rb-ml-camera__kicker{display:inline-flex;align-items:center;background:var(--rb-ml-gold);color:#fff;border-radius:999px;padding:10px 22px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.rb-ml-camera__controls{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.rb-ml-camera__tabs{display:flex;background:rgba(0,0,0,.1);border-radius:999px;overflow:hidden}
.rb-ml-camera__tab{padding:10px 22px;background:transparent;border:0;color:#fff;font-size:13px;font-weight:700;cursor:pointer}
.rb-ml-camera__tab.is-active{background:var(--rb-ml-gold)}
.rb-ml-camera__toggle span{display:block;font-size:11px;letter-spacing:.1em;font-weight:700;text-transform:uppercase;color:rgba(255,255,255,.78);margin-bottom:4px}
.rb-ml-camera__toggle b{display:block;width:80px;height:2px;background:rgba(255,255,255,.4)}
.rb-ml-camera__grid{display:grid;grid-template-columns:minmax(0,2fr) 280px;gap:18px}
.rb-ml-camera__stage{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#000}
.rb-ml-camera__stage img{width:100%;height:100%;object-fit:cover}
.rb-ml-camera__badge{position:absolute;right:18px;top:18px;background:#e63946;color:#fff;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.rb-ml-camera__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90px;height:90px;border-radius:50%;background:rgba(255,255,255,.96);display:grid;place-items:center;color:var(--rb-ml-orange);font-size:30px;box-shadow:0 14px 36px rgba(0,0,0,.28)}
.rb-ml-camera__meta{margin-top:14px;color:rgba(255,255,255,.86);font-size:15px}
.rb-ml-camera__meta strong{color:#fff}
.rb-ml-camera__thumbs{display:grid;gap:14px;align-content:start}
.rb-ml-camera__thumb{position:relative;border-radius:14px;overflow:hidden;cursor:pointer;aspect-ratio:16/10}
.rb-ml-camera__thumb img{width:100%;height:100%;object-fit:cover}
.rb-ml-camera__thumb-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--rb-ml-orange);font-size:16px}
.rb-ml-camera__thumb-label{position:absolute;left:0;right:0;bottom:0;padding:12px 14px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.78) 100%);color:#fff}
.rb-ml-camera__thumb-label strong{display:block;font-size:13px;line-height:1.2}
.rb-ml-camera__thumb-label span{display:block;font-size:11px;color:rgba(255,255,255,.82);margin-top:2px}

.rb-ml-promo{background:var(--rb-ml-cream);padding:64px 0 80px}
.rb-ml-promo__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.rb-ml-promo__card{display:flex;flex-direction:column;gap:14px}
.rb-ml-promo__card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:20px;background:#fff}
.rb-ml-promo__card h3{margin:6px 0 0;font-size:26px;color:var(--rb-ml-orange);line-height:1.1;font-weight:700}
.rb-ml-promo__card p{margin:0;font-size:14px;color:var(--rb-ml-text);line-height:1.65;max-width:340px}

.rb-ml-stories{background:#fff;padding:100px 0}
.rb-ml-stories__featured{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.rb-ml-stories__video{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--rb-ml-shadow)}
.rb-ml-stories__video img{width:100%;aspect-ratio:16/9;object-fit:cover}
.rb-ml-stories__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:92px;height:92px;border-radius:50%;background:rgba(255,255,255,.96);display:grid;place-items:center;color:var(--rb-ml-orange);font-size:32px;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.rb-ml-stories__tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.rb-ml-stories__tags span{padding:8px 16px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;color:#fff;text-transform:uppercase}
.rb-ml-stories__tags span:first-child{background:var(--rb-ml-orange)}
.rb-ml-stories__tags span:last-child{background:var(--rb-ml-gold)}
.rb-ml-stories__copy h3{margin:0 0 16px;font-size:clamp(28px,3vw,40px);line-height:1.08;color:var(--rb-ml-navy);font-weight:700}
.rb-ml-stories__copy p{margin:0 0 14px;font-size:15px;color:var(--rb-ml-text);line-height:1.7}
.rb-ml-stories__mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:54px}
.rb-ml-mini-story{border-radius:18px;overflow:hidden;background:#fff}
.rb-ml-mini-story__thumb{position:relative;aspect-ratio:16/10;overflow:hidden}
.rb-ml-mini-story__thumb img{width:100%;height:100%;object-fit:cover}
.rb-ml-mini-story__thumb::after{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;color:var(--rb-ml-orange);font-size:18px;box-shadow:0 8px 20px rgba(0,0,0,.22)}
.rb-ml-mini-story__body{padding:14px 4px 4px}
.rb-ml-mini-story__body h4{margin:0 0 6px;font-size:17px;color:var(--rb-ml-navy);line-height:1.2;font-weight:700}
.rb-ml-mini-story__body p{margin:0;font-size:12px;color:var(--rb-ml-muted);line-height:1.55}

.rb-ml-fieldguide{background:var(--rb-ml-cream);padding:96px 0}
.rb-ml-fieldguide__subtitle{text-align:center;font-size:15px;font-weight:700;color:var(--rb-ml-navy);margin:0 0 8px}
.rb-ml-fieldguide__intro{text-align:center;font-size:14px;color:var(--rb-ml-text);max-width:780px;margin:0 auto 40px;line-height:1.65}
.rb-ml-fieldguide__filters{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0 auto 40px;max-width:980px}
.rb-ml-fieldguide__filter{display:flex;flex-direction:column;align-items:center;gap:8px;background:transparent;border:0;cursor:pointer;padding:8px 6px;color:var(--rb-ml-orange);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.rb-ml-fieldguide__filter span{width:60px;height:60px;border-radius:50%;background:var(--rb-ml-orange);display:block}
.rb-ml-fieldguide__filter.is-active span{border-radius:14px;box-shadow:0 6px 18px rgba(188,92,57,.42)}
.rb-ml-book-shell{position:relative;max-width:1080px;margin:0 auto;padding:0 60px}
.rb-ml-book-shell__arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:transparent;color:var(--rb-ml-orange);font-size:38px;line-height:1;cursor:pointer;z-index:5}
.rb-ml-book-shell__arrow.is-prev{left:0}
.rb-ml-book-shell__arrow.is-next{right:0}
.rb-ml-book{position:relative;min-height:500px;background:linear-gradient(90deg,#f6f1e7 0%,#fbf7f0 48%,#f6f1e7 52%,#fbf7f0 100%);border-radius:28px;display:grid;grid-template-columns:1fr 1fr;padding:60px 70px;box-shadow:var(--rb-ml-shadow-soft)}
.rb-ml-book::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:14px;transform:translateX(-50%);background:linear-gradient(180deg,#b9b0a3,#e0d8cd 22%,#b9b0a3 50%,#e0d8cd 78%,#b9b0a3);border-radius:999px}
.rb-ml-book__page{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px 30px;position:relative;z-index:1}
.rb-ml-book__page img{max-width:100%;max-height:320px;object-fit:contain}
.rb-ml-book__page p{margin:18px 0 0;font-family:"Caveat",cursive;font-size:34px;color:var(--rb-ml-orange);font-weight:500;line-height:1.1}
.rb-ml-book__pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:32px}
.rb-ml-book__pagination button{width:38px;height:38px;border-radius:50%;border:2px solid var(--rb-ml-orange);background:transparent;color:var(--rb-ml-orange);cursor:pointer;font-weight:700;font-size:14px}
.rb-ml-book__pagination span{background:var(--rb-ml-orange);color:#fff;border-radius:10px;padding:9px 20px;font-weight:700;font-size:14px}

.rb-ml-classroom{background:#fff;padding:96px 0}
.rb-ml-classroom__curricula{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:8px}
.rb-ml-classroom__curriculum{background:#fff;border-radius:24px;padding:8px 8px 28px;box-shadow:var(--rb-ml-shadow-soft);border:1px solid var(--rb-ml-border);overflow:hidden}
.rb-ml-classroom__curriculum-image{position:relative;border-radius:18px;overflow:hidden}
.rb-ml-classroom__curriculum-image img{width:100%;aspect-ratio:16/10;object-fit:cover}
.rb-ml-classroom__curriculum-image span{position:absolute;top:22px;left:22px;width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--rb-ml-orange);font-size:16px;box-shadow:0 4px 10px rgba(0,0,0,.15)}
.rb-ml-classroom__curriculum.is-kenya small,
.rb-ml-lesson.is-kenya small{color:var(--rb-ml-sage)}
.rb-ml-classroom__curriculum.is-us small,
.rb-ml-lesson.is-us small{color:var(--rb-ml-navy)}
.rb-ml-classroom__curriculum small{display:block;margin:18px 24px 10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.rb-ml-classroom__curriculum h3{margin:0 24px 6px;font-size:24px;color:var(--rb-ml-navy);font-weight:700}
.rb-ml-classroom__curriculum p{margin:0 24px 18px;font-size:14px;color:var(--rb-ml-text);line-height:1.65}
.rb-ml-classroom__curriculum .rb-ml-btn{margin:0 24px}
.rb-ml-classroom__filterbar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:48px 0 28px;padding-top:32px;border-top:1px dashed rgba(38,51,78,.15)}
.rb-ml-classroom__chips{display:flex;gap:10px;flex-wrap:wrap}
.rb-ml-classroom__chips button{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 16px;border-radius:999px;border:1px solid var(--rb-ml-border);background:#fff;color:var(--rb-ml-navy);font-size:12px;font-weight:700;cursor:pointer}
.rb-ml-classroom__chips button.is-active{background:var(--rb-ml-orange);color:#fff;border-color:var(--rb-ml-orange)}
.rb-ml-classroom__nav{display:flex;gap:10px}
.rb-ml-classroom__nav button{width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:var(--rb-ml-muted);box-shadow:var(--rb-ml-shadow-soft);cursor:pointer;font-weight:700;font-size:16px}
.rb-ml-classroom__nav button.is-primary{background:var(--rb-ml-gold);color:#fff}
.rb-ml-classroom__lessons{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rb-ml-lesson{background:#fff;border:1px solid var(--rb-ml-border);border-radius:18px;overflow:hidden;box-shadow:var(--rb-ml-shadow-soft)}
.rb-ml-lesson img{width:100%;aspect-ratio:16/10;object-fit:cover}
.rb-ml-lesson__body{padding:14px 16px 16px}
.rb-ml-lesson__body small{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1.4}
.rb-ml-lesson__body h4{margin:6px 0 4px;font-size:17px;line-height:1.18;color:var(--rb-ml-navy);font-weight:700}
.rb-ml-lesson__subtitle{font-size:11px;color:var(--rb-ml-muted);margin-bottom:8px}
.rb-ml-lesson__body p{margin:0 0 10px;font-size:12px;color:var(--rb-ml-muted);line-height:1.55}
.rb-ml-lesson__more{font-size:12px;font-weight:700;color:var(--rb-ml-orange)}
.rb-ml-teachers{margin-top:64px;padding:48px 0 8px;border-top:2px dotted rgba(56,67,96,.18)}
.rb-ml-teachers h3{margin:0 0 6px;font-size:26px;color:var(--rb-ml-navy);text-align:center;font-weight:700}
.rb-ml-teachers p{margin:0 0 36px;text-align:center;color:var(--rb-ml-text);font-size:15px}
.rb-ml-teachers__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rb-ml-resource{background:var(--rb-ml-cream-soft);border-radius:22px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:140px}
.rb-ml-resource__text h4{margin:0 0 4px;font-size:18px;color:var(--rb-ml-navy);font-weight:700;line-height:1.2}
.rb-ml-resource__text p{margin:0 0 10px;font-size:12px;color:var(--rb-ml-text);line-height:1.5}
.rb-ml-resource__text span{font-size:12px;font-weight:700;color:var(--rb-ml-orange)}
.rb-ml-resource__icon{width:96px;height:96px;border-radius:50%;background:#fff;display:grid;place-items:center;flex-shrink:0;color:var(--rb-ml-orange);font-size:32px}
.rb-ml-resource.is-feedback{background:var(--rb-ml-sage);color:#fff}
.rb-ml-resource.is-feedback .rb-ml-resource__text h4{color:#fff;font-size:19px}
.rb-ml-resource.is-feedback .rb-ml-resource__icon{background:var(--rb-ml-gold);color:#fff}

.rb-ml-newsletter{position:relative;background:#fff;padding:36px 0 0}
.rb-ml-newsletter__inner{background:var(--rb-ml-cream-soft);border-radius:999px;padding:14px 18px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;box-shadow:var(--rb-ml-shadow-soft)}
.rb-ml-newsletter__text{flex:1;color:var(--rb-ml-navy);font-size:14px;font-weight:500;min-width:280px;padding-left:12px}
.rb-ml-newsletter__form{display:flex;gap:0;flex:1;min-width:280px}
.rb-ml-newsletter__form input{flex:1;border:0;outline:0;background:#fff;border-radius:999px 0 0 999px;padding:14px 22px;font-size:13px;color:var(--rb-ml-navy)}
.rb-ml-newsletter__form button{background:var(--rb-ml-orange);color:#fff;border:0;border-radius:0 999px 999px 0;padding:14px 28px;font-size:13px;font-weight:700;cursor:pointer}

@media (max-width:1024px){
  .rb-ml-camera__grid,
  .rb-ml-stories__featured,
  .rb-ml-classroom__curricula{grid-template-columns:1fr}
  .rb-ml-camera__thumbs{grid-template-columns:repeat(3,1fr)}
  .rb-ml-promo__grid,
  .rb-ml-stories__mini-grid,
  .rb-ml-classroom__lessons,
  .rb-ml-teachers__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .rb-ml-shell{width:min(1260px,calc(100% - 24px))}
  .rb-ml-hero__content{padding:100px 0 60px}
  .rb-ml-hero__content h1{font-size:48px}
  .rb-ml-promo__grid,
  .rb-ml-stories__mini-grid,
  .rb-ml-classroom__lessons,
  .rb-ml-teachers__grid,
  .rb-ml-camera__thumbs{grid-template-columns:1fr}
  .rb-ml-book{grid-template-columns:1fr;padding:22px;background:#fbf7f0}
  .rb-ml-book::before{display:none}
  .rb-ml-book__page{padding:10px}
  .rb-ml-book-shell{padding:0 24px}
  .rb-ml-fieldguide__filters{gap:8px}
  .rb-ml-resource__icon{width:72px;height:72px}
}
