/* =====================================================================
   Humming Bird Education — 2026 UI System
   Neo-brutalist "Student Vibrant" design.
   Loaded AFTER bootstrap/style.css so it harmonises the whole site.
   ===================================================================== */

:root{
  --cream:#fffdf8; --ink:#231a12; --ink-2:#3a2e22;
  --orange:#f2541b; --orange-d:#b8430f; --orange-dd:#a83a0c;
  --yellow:#ffd23f; --teal:#1fae8f; --teal-d:#138a72; --navy:#143a8c;
  --blue:#6a8bff; --purple:#8a6bd1; --pink:#e0556f; --sky:#3c9bd6;
  --cyan:#1aa3a3; --amber:#e08a2f; --magenta:#b5588a; --gold:#c79338;
  --muted:#5a4d3e; --muted-2:#544738; --muted-3:#8a7c66;
  --line:#d9cdba;
  --sans:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --head:'Sora','Plus Jakarta Sans',sans-serif;
  --mono:'Space Mono',ui-monospace,monospace;
  --sh:3px 3px 0 var(--ink);
  --sh-lg:5px 5px 0 var(--ink);
  --radius:22px;
  --maxw:1320px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- keyframes ---------- */
@keyframes hbTick{to{transform:translateX(-50%)}}
@keyframes hbMarq{to{transform:translateX(-50%)}}
@keyframes hbLogoGlow{0%,100%{filter:drop-shadow(0 2px 4px rgba(242,84,27,.18))}50%{filter:drop-shadow(0 5px 16px rgba(242,84,27,.5))}}
@keyframes hbSheen{0%{background-position:-180% 0}60%,100%{background-position:180% 0}}
@keyframes hbFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}

/* =====================================================================
   GLOBAL / SITE-WIDE HARMONISATION (applies to all inner pages too)
   ===================================================================== */
body{
  font-family:var(--sans);
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
}
.hb-scope h1,.hb-scope h2,.hb-scope h3,.hb-scope h4{font-family:var(--head);letter-spacing:-.02em}

/* Smooth anchored scrolling, but respect reduced motion */
/* Bootstrap.css forces html{font-size:10px}, which scaled every rem-based size
   to 62.5%. Restore the standard 16px root so the design renders at true size. */
html{font-size:100%;scroll-behavior:smooth;overflow-x:clip}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  /* reduce only decorative looping animations; KEEP transitions/hovers so the
     premium hover effects still work (matches the reference behaviour) */
  .hb-brand img,.hb-brand__name,.hb-foot-brand .nm span{animation:none!important}
  /* Brand marquees are continuous, non-jarring & intentional — keep them running
     even when the OS requests reduced motion (e.g. Windows Server perf settings). */
  .hb-ticker__row,.hb-press__row{animation-duration:30s!important;animation-iteration-count:infinite!important}
}
:focus-visible{outline:3px solid var(--navy);outline-offset:2px;border-radius:8px}
img{max-width:100%}
/* hb components never underline links */
.hb-header a,.hb-footer a,.hb-mobile-cta a,.hb-home a,.hb-drawer a,.hb-ticker a,
.hb-nav a,.hb-mega a,.hb-actions a{text-decoration:none}
.hb-header a:hover,.hb-footer a:hover,.hb-home a:hover,.hb-mega a:hover{text-decoration:none}

/* =====================================================================
   TOP TICKER
   ===================================================================== */
.hb-ticker{background:var(--ink);color:#ffe9c7;overflow:hidden;position:relative;z-index:60}
.hb-ticker__mask{display:flex;white-space:nowrap;align-items:center;
  font-family:var(--mono);font-size:.74rem;letter-spacing:.08em;font-weight:700;
  -webkit-mask:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
          mask:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.hb-ticker__row{display:inline-flex;gap:54px;padding:9px 0 9px 54px;animation:hbTick 30s linear infinite}
.hb-ticker__row span{display:inline-flex;align-items:center;gap:10px}
.hb-ticker__row .star{color:var(--yellow)}

/* =====================================================================
   HEADER + NAV
   ===================================================================== */
.hb-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.9);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:2px solid var(--ink)}
.hb-header__bar{max-width:var(--maxw);margin:0 auto;padding:10px clamp(16px,4vw,40px);
  display:flex;align-items:center;gap:22px}
.hb-brand{display:flex;align-items:center;gap:14px;flex-shrink:0}
.hb-brand img{height:56px;width:auto;object-fit:contain;transform-origin:center;
  animation:hbLogoGlow 3.4s ease-in-out infinite;transition:transform .35s var(--ease)}
.hb-brand:hover img{transform:scale(1.07) rotate(-1deg)}
.hb-brand__txt{display:flex;flex-direction:column;line-height:1;
  border-left:2px solid rgba(35,26,18,.14);padding-left:14px}
.hb-brand__name{font-family:var(--head);font-weight:800;font-size:1.18rem;letter-spacing:-.015em;
  background:linear-gradient(92deg,var(--ink) 30%,var(--orange) 50%,var(--ink) 70%);
  background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;
  animation:hbSheen 6s ease-in-out infinite}
.hb-brand__sub{font-family:var(--mono);font-size:.6rem;font-weight:700;letter-spacing:.34em;color:var(--orange-d);margin-top:4px}

.hb-nav{display:flex;align-items:center;gap:2px;margin-left:auto;font-size:.9rem;font-weight:700;color:var(--ink-2)}
.hb-nav a,.hb-nav__btn{color:var(--ink-2);text-decoration:none}
.hb-nav__item{position:relative}
.hb-nav__link,.hb-nav__btn{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:999px;
  background:none;border:none;color:var(--ink-2);font-family:inherit;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s}
.hb-nav__link:hover,.hb-nav__btn:hover{background:#ffe7c7}
.hb-caret{font-size:.62rem;transition:transform .25s}
.hb-nav__item:hover .hb-caret,.hb-nav__item:focus-within .hb-caret{transform:rotate(180deg)}

.hb-mega{position:absolute;top:calc(100% + 12px);left:0;background:#fff;border:2px solid var(--ink);
  border-radius:18px;box-shadow:6px 8px 0 rgba(35,26,18,.12);padding:10px;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .22s,transform .22s,visibility .22s;display:flex;flex-direction:column;gap:2px}
.hb-nav__item:hover .hb-mega,.hb-nav__item:focus-within .hb-mega{opacity:1;visibility:visible;transform:translateY(0)}
.hb-mega--narrow{width:240px}
.hb-mega--wide{width:580px;display:grid;grid-template-columns:1fr 1fr;gap:6px;border-radius:20px;padding:16px}
.hb-mega--right{left:auto;right:0;width:250px}
.hb-mega a{padding:9px 12px;border-radius:10px;font-weight:600;font-size:.86rem;color:var(--ink);transition:background .2s}
.hb-mega a:hover{background:#fbf4ea}
.hb-mega__subj{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px}
.hb-mega__subj:hover{background:#fbf4ea}
.hb-mega__subj .code{width:34px;height:34px;border-radius:9px;color:#fff;display:flex;align-items:center;justify-content:center;
  font-family:var(--head);font-weight:800;font-size:.78rem;flex-shrink:0}
.hb-mega__subj .name{font-weight:700;font-size:.88rem;color:var(--ink)}
.hb-mega__reg{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:12px;font-weight:700;font-size:.86rem;color:var(--ink)}
.hb-mega__reg:hover{background:#ffeee6}
.hb-mega__reg .ic{width:30px;height:30px;border-radius:9px;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}

.hb-actions{display:flex;gap:9px;align-items:center;flex-shrink:0}
.hb-btn-ghost{font-weight:700;font-size:.85rem;color:var(--ink);padding:9px 16px;border:2px solid var(--ink);
  border-radius:999px;background:#fff;transition:.2s;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.hb-btn-ghost:hover{background:var(--ink);color:#fff}
.hb-btn-primary{display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-weight:700;font-size:.85rem;
  color:#fff;background:var(--orange);padding:11px 19px;border:none;border-radius:999px;box-shadow:3px 3px 0 var(--ink);cursor:pointer;transition:transform .2s}
.hb-btn-primary:hover{transform:translate(-1px,-1px);color:#fff}

.hb-burger{display:none;margin-left:auto;align-items:center;justify-content:center;width:44px;height:44px;
  border-radius:12px;border:2px solid var(--ink);background:#fff;cursor:pointer;flex-direction:column;gap:4px}
.hb-burger span{width:18px;height:2px;background:var(--ink);border-radius:2px}

.hb-drawer{overflow:hidden;max-height:0;transition:max-height .35s ease;border-top:1px solid rgba(35,26,18,.1);background:#fff}
.hb-drawer__inner{padding:14px clamp(16px,4vw,40px);display:flex;flex-direction:column;gap:3px}
.hb-drawer a{padding:12px;border-radius:10px;font-weight:700;color:var(--ink)}
.hb-drawer .grp{font-family:var(--mono);font-size:.64rem;letter-spacing:.14em;color:var(--orange-d);padding:14px 12px 4px}
.hb-drawer__cta{margin-top:6px;text-align:center;font-weight:700;color:#fff!important;background:var(--orange);padding:13px;border-radius:999px}

/* =====================================================================
   GENERIC SECTION HELPERS
   ===================================================================== */
.hb-home{overflow-x:hidden}
.hb-section{max-width:var(--maxw);margin:0 auto;padding:clamp(40px,5vw,72px) clamp(16px,4vw,40px)}
.hb-eyebrow{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;color:var(--orange-d);font-weight:700;text-transform:uppercase}
.hb-h2{font-family:var(--head);font-weight:800;font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.02em;margin:10px 0 0}
.hb-lead{color:var(--muted);margin-top:12px;line-height:1.6}
.hb-center{text-align:center;max-width:680px;margin-left:auto;margin-right:auto}
.hb-reveal{opacity:0}
.hb-reveal.in{animation:hbFadeUp .7s var(--ease) forwards}

/* =====================================================================
   ARTICLE / PROSE (inner content pages)
   ===================================================================== */
.hb-prose{max-width:64rem;margin:0 auto;color:var(--muted-2);font-size:1.06rem;line-height:1.78}
.hb-prose p{margin:0 0 18px}
.hb-prose b,.hb-prose strong{color:var(--ink);font-weight:700}
.hb-prose .lead{font-size:clamp(1.15rem,1.8vw,1.35rem);color:var(--ink);font-weight:500;line-height:1.6}
.hb-prose h3{font-family:var(--head);font-weight:800;font-size:clamp(1.25rem,2.4vw,1.7rem);color:var(--ink);letter-spacing:-.02em;margin:36px 0 12px}
.hb-prose ul,.hb-prose ol{margin:0 0 18px;padding-left:22px}
.hb-prose li{margin-bottom:9px;line-height:1.6}
.hb-prose a{color:var(--orange-d);font-weight:700}
.hb-quotebar{border-left:5px solid var(--orange);background:#fff6ec;border-radius:0 16px 16px 0;
  padding:20px 26px;margin:26px 0;font-family:var(--head);font-weight:600;font-size:1.12rem;color:var(--ink);line-height:1.5}
.hb-callout{background:var(--ink);color:#fff7ec;border-radius:22px;padding:clamp(26px,4vw,40px);margin-top:26px;box-shadow:6px 6px 0 var(--orange)}
.hb-callout .hb-eyebrow{color:var(--yellow)}
.hb-callout h3{font-family:var(--head);font-weight:800;font-size:clamp(1.4rem,3vw,2rem);color:#fff;margin:10px 0 0;letter-spacing:-.02em}
.hb-callout p{color:#cdbfa9;margin:12px 0 0;line-height:1.6}

/* =====================================================================
   HERO + SLIDER
   ===================================================================== */
.hb-hero{position:relative;max-width:var(--maxw);margin:0 auto;padding:clamp(26px,3.5vw,44px) clamp(16px,4vw,40px) 0}
.hb-hero__head{text-align:center;max-width:920px;margin:0 auto clamp(22px,3vw,32px)}
.hb-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:.7rem;letter-spacing:.13em;font-weight:700;
  color:var(--orange-dd);background:rgba(242,84,27,.08);border:1px solid rgba(242,84,27,.22);padding:7px 14px;border-radius:999px}
.hb-hero h1{font-family:var(--head);font-weight:800;font-size:clamp(2.1rem,4.8vw,3.6rem);line-height:1.04;letter-spacing:-.03em;margin:16px 0 0}
.hb-hero h1 em{font-style:normal;color:var(--orange)}
.hb-hero__sub{color:var(--muted-2);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6;max-width:66ch;margin:16px auto 0}

.hb-slider{position:relative;border-radius:var(--radius);overflow:hidden;border:2px solid var(--ink);box-shadow:5px 6px 0 rgba(35,26,18,.12);background:#eaf3fb}
.hb-slider__track{display:flex;transition:transform .7s cubic-bezier(.7,0,.2,1)}
.hb-slider__track a{flex:0 0 100%;display:block}
.hb-slider__track img{width:100%;height:auto;display:block;aspect-ratio:1600/593}
.hb-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;
  border:2px solid var(--ink);background:rgba(255,255,255,.92);cursor:pointer;font-size:1.1rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;z-index:2}
.hb-slider__nav--prev{left:14px}
.hb-slider__nav--next{right:14px}
.hb-slider__dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}
.hb-slider__dots button{width:11px;height:11px;border-radius:50%;border:2px solid var(--ink);background:#fff;cursor:pointer;padding:0;transition:width .3s,background .3s}
.hb-slider__dots button.active{background:var(--orange);width:26px;border-radius:999px}

.hb-hero__cta{display:flex;gap:13px;flex-wrap:wrap;justify-content:center;margin-top:22px}
.hb-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:1rem;
  padding:15px 28px;border-radius:999px;transition:transform .2s;border:2px solid transparent;cursor:pointer}
.hb-cta--orange{color:#fff;background:var(--orange);box-shadow:4px 4px 0 var(--ink)}
.hb-cta--yellow{color:var(--ink);background:var(--yellow);box-shadow:4px 4px 0 var(--ink)}
.hb-cta--ghost{color:var(--ink);background:#fff;border-color:var(--ink)}
.hb-cta:hover{transform:translate(-2px,-2px)}
.hb-cta--orange:hover{color:#fff}

/* =====================================================================
   IMPACT COUNTERS
   ===================================================================== */
.hb-impact{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}
.hb-stat{border:2px solid var(--ink);border-radius:20px;padding:24px 18px;text-align:center;box-shadow:var(--sh);
  transition:transform .3s var(--ease),box-shadow .3s}
.hb-stat:hover{transform:translateY(-5px);box-shadow:3px 8px 0 var(--ink)}
.hb-stat__n{font-family:var(--head);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.5rem)}
.hb-stat__l{font-family:var(--mono);font-size:.72rem;letter-spacing:.06em;margin-top:6px;font-weight:700;text-transform:uppercase}

/* =====================================================================
   DUAL REGISTRATION + LEAD FORM
   ===================================================================== */
.hb-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.hb-regcard{color:#fff;border-radius:26px;padding:36px;box-shadow:var(--sh-lg);position:relative;overflow:hidden}
.hb-regcard::after{content:"";position:absolute;top:-20px;right:-20px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.14)}
.hb-regcard--student{background:var(--orange)}
.hb-regcard--school{background:var(--teal)}
.hb-regcard__kicker{font-family:var(--mono);font-size:.7rem;letter-spacing:.14em;font-weight:700;opacity:.92}
.hb-regcard h3{font-family:var(--head);font-weight:800;font-size:1.75rem;letter-spacing:-.02em;margin:8px 0 0;color:#fff}
.hb-regcard p{margin-top:10px;line-height:1.55;opacity:.96}
.hb-pill-note{display:inline-flex;align-items:center;gap:8px;margin-top:14px;background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.4);padding:8px 14px;border-radius:999px;font-size:.82rem;font-weight:700}
.hb-regcard__btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hb-chip{font-weight:700;font-size:.88rem;padding:11px 18px;border-radius:999px;display:inline-flex;align-items:center;gap:6px}
.hb-chip--yellow{color:var(--ink);background:var(--yellow)}
.hb-chip--glass{color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.4)}
.hb-chip--white{color:var(--teal);background:#fff}

.hb-lead{margin-top:20px;background:#fff;border:2px solid var(--ink);border-radius:var(--radius);
  padding:clamp(20px,2.6vw,30px);box-shadow:4px 4px 0 var(--ink)}
.hb-lead__top{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;justify-content:space-between}
.hb-lead__title{font-family:var(--head);font-weight:800;font-size:clamp(1.3rem,2.2vw,1.7rem);letter-spacing:-.02em;margin-top:6px}
.hb-lead__msg{font-weight:700;color:var(--teal-d);background:#e4f4ef;border:1.5px solid var(--teal);padding:11px 18px;border-radius:999px}
.hb-lead__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:18px;align-items:start}
.hb-lead__fields input,.hb-lead__fields select{width:100%;font-family:inherit;font-size:.92rem;padding:13px 15px;
  border:2px solid var(--line);border-radius:12px;background:var(--cream);color:var(--ink);outline:none;margin:0}
.hb-lead__fields input:focus,.hb-lead__fields select:focus{border-color:var(--orange)}
.hb-lead__captcha{display:flex;align-items:center;gap:8px}
.hb-lead__captcha img{height:46px;border:2px solid var(--line);border-radius:10px;background:#fff}
.hb-lead__captcha button{background:none;border:none;cursor:pointer;padding:4px;display:inline-flex}
.hb-lead__btn{font-family:inherit;font-weight:700;font-size:.92rem;color:#fff;background:var(--orange);border:2px solid var(--ink);
  padding:13px 22px;border-radius:12px;box-shadow:3px 3px 0 var(--ink);cursor:pointer;transition:transform .2s}
.hb-lead__btn:hover{transform:translate(-2px,-2px)}

/* =====================================================================
   SUBJECTS
   ===================================================================== */
.hb-subjects{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:36px}
.hb-subj{border:2px solid var(--ink);border-radius:22px;padding:24px;box-shadow:var(--sh);transition:transform .25s,box-shadow .25s;display:block;color:inherit}
.hb-subj:hover{transform:translate(-3px,-3px);box-shadow:6px 6px 0 var(--ink)}
.hb-subj__code{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;
  font-family:var(--head);font-weight:800;font-size:1rem;box-shadow:2px 2px 0 var(--ink)}
.hb-subj h3{font-family:var(--head);font-weight:700;font-size:1.12rem;margin:16px 0 0}
.hb-subj__tag{font-family:var(--mono);font-size:.64rem;color:var(--muted);margin-top:5px;font-weight:700}

/* =====================================================================
   JOURNEY (navy)
   ===================================================================== */
.hb-journey{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.hb-journey__inner{max-width:var(--maxw);margin:0 auto;padding:clamp(40px,5vw,68px) clamp(16px,4vw,40px)}
.hb-journey h2{font-family:var(--head);font-weight:800;font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.02em;margin:10px 0 0}
.hb-journey .hb-eyebrow{color:var(--yellow)}
.hb-journey p.intro{color:#c4d4f0;margin-top:12px;line-height:1.6;max-width:760px}
.hb-journey__media{margin-top:30px;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}
.hb-journey__img{border-radius:20px;overflow:hidden;border:2px solid rgba(255,255,255,.18)}
.hb-journey__img img{width:100%;height:100%;object-fit:cover;display:block}
.hb-video{border-radius:20px;overflow:hidden;border:2px solid var(--yellow);box-shadow:0 0 0 4px rgba(255,210,61,.15);background:#000;position:relative;min-height:230px}
.hb-video__btn{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;cursor:pointer;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.hb-video__tag{position:absolute;top:12px;left:14px;font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;font-weight:700;color:#fff;background:rgba(20,15,10,.6);padding:5px 11px;border-radius:999px}
.hb-video__play{width:62px;height:62px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.4);transition:transform .25s}
.hb-video__btn:hover .hb-video__play{transform:scale(1.1)}
.hb-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:14px;margin-top:24px}
.hb-step{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:20px;transition:transform .25s}
.hb-step:hover{transform:translateY(-5px)}
.hb-step__hd{display:flex;align-items:center;gap:10px}
.hb-step__n{width:34px;height:34px;border-radius:50%;color:var(--ink);display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:800;font-size:.92rem}
.hb-step__t{font-family:var(--head);font-weight:700;font-size:1rem}
.hb-step p{color:#c4d4f0;margin-top:9px;line-height:1.45;font-size:.85rem}

/* =====================================================================
   WHY / FEATURES
   ===================================================================== */
.hb-why{background:#fff3e0}
.hb-grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:36px}
.hb-card{background:#fff;border:2px solid var(--ink);border-radius:22px;padding:26px;box-shadow:var(--sh);
  transition:transform .3s var(--ease),box-shadow .3s}
.hb-card:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 var(--ink)}
.hb-card__ic{width:48px;height:48px;border-radius:13px;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .3s}
.hb-card:hover .hb-card__ic{transform:rotate(-6deg) scale(1.08)}
.hb-card h3{font-family:var(--head);font-weight:700;font-size:1.12rem;margin:14px 0 0}
.hb-card p{color:var(--muted);margin-top:7px;line-height:1.5;font-size:.9rem}

/* =====================================================================
   BOOKS
   ===================================================================== */
.hb-books{display:flex;flex-direction:column;gap:26px}
.hb-book{border:2px solid var(--ink);border-radius:28px;padding:clamp(24px,3vw,40px);box-shadow:var(--sh-lg)}
.hb-book--blue{background:#eef4ff}
.hb-book--amber{background:#fff6e6}
.hb-book__top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:18px}
.hb-book__top .txt{max-width:62ch}
.hb-book h3{font-family:var(--head);font-weight:800;font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.02em;margin:8px 0 0}
.hb-book p{color:var(--muted);margin-top:10px;line-height:1.55;font-size:.98rem}
.hb-book__img{margin-top:14px;border-radius:18px;overflow:hidden;transition:transform .5s var(--ease)}
.hb-book__img:hover{transform:scale(1.02)}
.hb-book__img img{width:100%;height:auto;display:block}
.hb-shopbtn{font-weight:700;font-size:.95rem;padding:14px 26px;border-radius:999px;box-shadow:var(--sh);transition:transform .2s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}
.hb-shopbtn--orange{color:#fff;background:var(--orange)}
.hb-shopbtn--yellow{color:var(--ink);background:var(--yellow)}
.hb-shopbtn:hover{transform:translate(-2px,-2px)}
.hb-shopbtn--orange:hover{color:#fff}

/* =====================================================================
   AWARDS PILLS
   ===================================================================== */
.hb-awards-wrap{background:#fff;border-block:2px solid var(--ink)}
.hb-awards{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:30px}
.hb-award{display:flex;align-items:center;gap:11px;background:var(--cream);border:2px solid var(--ink);border-radius:999px;
  padding:13px 22px;box-shadow:2px 2px 0 var(--ink);transition:transform .25s,box-shadow .25s}
.hb-award:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--orange)}
.hb-award .mark{font-family:var(--head);font-weight:800;font-size:1.2rem;color:var(--orange)}
.hb-award .label{font-size:.86rem;color:var(--ink-2);font-weight:700}

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.hb-quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:36px}
.hb-quote{background:#fff;border:2px solid var(--ink);border-radius:22px;padding:28px;box-shadow:var(--sh);transition:transform .3s var(--ease),box-shadow .3s}
.hb-quote:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 var(--ink)}
.hb-quote .stars{color:#ffb02e;font-size:1rem;letter-spacing:2px}
.hb-quote blockquote{font-family:var(--head);font-weight:500;font-size:1.1rem;line-height:1.5;color:var(--ink);margin:12px 0 0}
.hb-quote figcaption{margin-top:18px;display:flex;align-items:center;gap:12px}
.hb-quote .av{width:40px;height:40px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:800;font-size:.9rem}
.hb-quote .who{font-weight:700;font-size:.88rem}
.hb-quote .role{display:block;font-family:var(--mono);font-size:.66rem;color:var(--muted-3);letter-spacing:.04em}

/* =====================================================================
   INVESTORS
   ===================================================================== */
.hb-invest{background:var(--ink);color:#fff7ec;border-radius:28px;padding:clamp(32px,5vw,56px);
  display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;box-shadow:6px 6px 0 var(--orange)}
.hb-invest .hb-eyebrow{color:var(--yellow)}
.hb-invest h2{font-family:var(--head);font-weight:800;font-size:clamp(1.9rem,3.8vw,2.7rem);letter-spacing:-.02em;margin:10px 0 0}
.hb-invest p{color:#cdbfa9;margin-top:12px;line-height:1.6}
.hb-invest__btns{display:flex;gap:14px;margin-top:22px;flex-wrap:wrap}
.hb-invest__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hb-invest__cell{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:22px}
.hb-invest__cell .n{font-family:var(--head);font-weight:800;font-size:1.55rem;color:var(--yellow)}
.hb-invest__cell .l{font-size:.82rem;color:#cdbfa9;margin-top:5px;line-height:1.4}

/* =====================================================================
   GALLERY
   ===================================================================== */
.hb-gallery-wrap{background:#fff6ec}
.hb-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;margin-top:32px}
.hb-gallery__item{position:relative;aspect-ratio:4/3;border-radius:18px;overflow:hidden;border:2px solid var(--ink);
  box-shadow:3px 3px 0 rgba(35,26,18,.14);cursor:pointer;transition:transform .35s var(--ease),box-shadow .35s}
.hb-gallery__item:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 rgba(35,26,18,.18)}
.hb-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s var(--ease)}
.hb-gallery__item:hover img{transform:scale(1.09)}
.hb-gallery__item .ov{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(20,15,10,.55));opacity:0;transition:opacity .35s}
.hb-gallery__item:hover .ov{opacity:1}

/* =====================================================================
   PRESS MARQUEE
   ===================================================================== */
.hb-press-wrap{background:#fff;border-block:2px solid var(--ink)}
.hb-press-inner{max-width:var(--maxw);margin:0 auto;padding:clamp(28px,4vw,44px) 0}
.hb-press__mask{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.hb-press__row{display:inline-flex;align-items:center;gap:56px;white-space:nowrap;animation:hbMarq 30s linear infinite;padding-left:56px}
.hb-press__row img{height:42px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.65;transition:filter .3s,opacity .3s,transform .3s}
.hb-press__row img:hover{filter:grayscale(0);opacity:1;transform:scale(1.08)}

/* =====================================================================
   FAQ
   ===================================================================== */
.hb-faq-wrap{background:#fff6ec}
.hb-faq{max-width:860px;margin:0 auto;padding:clamp(40px,5vw,68px) clamp(16px,4vw,40px)}
.hb-faq__list{display:flex;flex-direction:column;gap:12px;margin-top:30px}
.hb-faq__item{background:#fff;border:2px solid var(--ink);border-radius:16px;overflow:hidden;box-shadow:2px 2px 0 var(--ink)}
.hb-faq__q{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;
  background:none;border:none;color:var(--ink);cursor:pointer;font-family:var(--head);font-weight:700;font-size:1.02rem}
.hb-faq__q .c{flex-shrink:0;font-size:1.5rem;color:var(--orange);transition:transform .3s}
.hb-faq__item.open .hb-faq__q .c{transform:rotate(45deg)}
.hb-faq__a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.hb-faq__a p{padding:0 22px 20px;color:var(--muted);line-height:1.6;font-size:.94rem;margin:0}

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.hb-finalcta{border-radius:30px;background:var(--navy);color:#fff;padding:clamp(40px,6vw,68px);text-align:center;box-shadow:6px 6px 0 var(--yellow)}
.hb-finalcta h2{font-family:var(--head);font-weight:800;font-size:clamp(2rem,4.4vw,3rem);letter-spacing:-.03em;color:#fff}
.hb-finalcta p{color:#c4d4f0;margin-top:14px;line-height:1.6;max-width:52ch;margin-inline:auto}
.hb-finalcta__btns{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-top:26px}

/* =====================================================================
   FOOTER
   ===================================================================== */
.hb-footer{background:var(--ink);color:#cdbfa9;clear:both}
/* legacy template floats its content sections — clear them so the footer
   and following blocks never slide up behind the floated content */
.hb-header,.hb-ticker,.hb-footer,.hb-mobile-cta{clear:both}
.hb-footer__grid{max-width:var(--maxw);margin:0 auto;padding:clamp(38px,4vw,52px) clamp(16px,4vw,40px) 28px;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:30px}
.hb-footer a{color:#cdbfa9;transition:color .2s}
.hb-footer a:hover{color:var(--yellow)}
.hb-foot-brand{display:inline-flex;align-items:center;gap:16px;background:#fff;padding:14px 20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.hb-foot-brand img{height:70px;width:auto;object-fit:contain}
.hb-foot-brand .nm{display:flex;flex-direction:column;line-height:1.16;border-left:2px solid rgba(35,26,18,.12);padding-left:16px}
.hb-foot-brand .nm span{font-family:var(--head);font-weight:700;font-size:1.2rem;letter-spacing:-.015em;
  background:linear-gradient(100deg,var(--ink) 20%,var(--orange) 45%,#f7a01e 55%,var(--ink) 80%);
  background-size:250% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hbSheen 5.5s ease-in-out infinite}
.hb-footer__about{font-size:.88rem;margin-top:18px;line-height:1.6;max-width:36ch;color:#b3a684}
.hb-footer__about .tag{font-family:var(--mono);font-size:.66rem;letter-spacing:.16em;color:var(--yellow);font-weight:700}
.hb-social{display:flex;gap:10px;margin-top:16px}
.hb-social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;
  font-family:var(--mono);font-size:.66rem;font-weight:700;color:#cdbfa9;transition:.2s}
.hb-social a:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
.hb-footer__col{display:flex;flex-direction:column;gap:9px;font-size:.86rem}
.hb-footer__col b{color:#fff7ec;font-family:var(--head);font-weight:700;margin-bottom:4px}
.hb-footer__contact{font-size:.86rem}
.hb-footer__contact b{color:#fff7ec;font-family:var(--head);font-weight:700;display:block;margin-bottom:8px}
.hb-footer__contact p{line-height:1.6;color:#b3a684;margin:0 0 10px}
.hb-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px clamp(16px,4vw,40px);max-width:var(--maxw);margin:0 auto;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-family:var(--mono);font-size:.7rem;letter-spacing:.05em;color:#8a7d62}

/* =====================================================================
   STICKY MOBILE CTA + SCROLL TOP
   ===================================================================== */
.hb-mobile-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;gap:10px;padding:10px 14px;
  background:rgba(255,253,248,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:2px solid var(--ink)}
.hb-mobile-cta a{flex:1;text-align:center;font-weight:700;font-size:.92rem;padding:13px;border-radius:999px;box-shadow:3px 3px 0 var(--ink)}
.hb-mobile-cta a.s{color:#fff;background:var(--orange)}
.hb-mobile-cta a.c{color:var(--ink);background:var(--yellow)}
.hb-scrolltop{position:fixed;right:18px;bottom:84px;z-index:55;width:46px;height:46px;border-radius:50%;
  background:var(--ink);color:#fff;border:2px solid var(--ink);display:none;align-items:center;justify-content:center;
  font-size:1.2rem;cursor:pointer;box-shadow:3px 3px 0 var(--orange);text-decoration:none}
.hb-scrolltop.show{display:flex}

/* =====================================================================
   INNER PAGE HARMONISATION  (breadcrumb, titles, auth card, buttons,
   bootstrap forms/tables/panels used across the legacy views)
   ===================================================================== */
/* Premium page-hero (was a flat navy bar) — matches the .hbref phero, unifying every inner page */
#mu-page-breadcrumb{position:relative;background:linear-gradient(180deg,#fff6ea,#fffdf8);color:var(--ink);
  padding:clamp(30px,4vw,52px) 0 clamp(22px,3vw,36px);border-bottom:2px solid var(--ink);overflow:hidden}
#mu-page-breadcrumb::after{content:"";position:absolute;top:-50px;right:-40px;width:220px;height:220px;border-radius:50%;
  background:radial-gradient(circle,rgba(242,84,27,.13),transparent 70%);pointer-events:none}
#mu-page-breadcrumb .container,#mu-page-breadcrumb .mu-page-breadcrumb-area{position:relative}
#mu-page-breadcrumb .mu-page-breadcrumb-area{text-align:center}
#mu-page-breadcrumb .mu-page-breadcrumb-area h2{font-family:var(--head);font-weight:800;color:var(--ink);
  font-size:clamp(2rem,4.4vw,3.05rem);letter-spacing:-.02em;line-height:1.07;margin:0}
#mu-page-breadcrumb .breadcrumb{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:7px;background:transparent;
  margin:14px 0 0;padding:0;border-radius:0;font-family:var(--mono);font-size:.72rem;letter-spacing:.07em;font-weight:700;text-transform:uppercase}
#mu-page-breadcrumb .breadcrumb>li{display:inline-flex}
#mu-page-breadcrumb .breadcrumb>li+li:before{content:"/";color:#c9bba3;padding:0 6px}
#mu-page-breadcrumb .breadcrumb a{color:var(--orange-d)}
#mu-page-breadcrumb .breadcrumb a:hover{color:var(--orange)}
#mu-page-breadcrumb .breadcrumb>.active{color:var(--muted)}

.mu-title h2{font-family:var(--head);font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.mu-title h2:after{background:var(--orange)!important}

/* legacy buttons → brand */
.boxed_btn_orange,.mu-post-btn,.mu-readmore,.mu-btn,.boxed-btn,.boxed_btn,
.button-contactForm,.button.button-contactForm,
.btn-primary,.btn-success,.btn-info{
  background:var(--orange)!important;border:2px solid var(--ink)!important;color:#fff!important;
  border-radius:999px!important;font-family:var(--sans)!important;font-weight:700!important;letter-spacing:0!important;
  box-shadow:3px 3px 0 var(--ink)!important;transition:transform .2s!important;padding:11px 24px!important;text-shadow:none!important}
.boxed_btn_orange:hover,.mu-post-btn:hover,.mu-readmore:hover,.mu-btn:hover,.boxed-btn:hover,.boxed_btn:hover,
.button-contactForm:hover,
.btn-primary:hover,.btn-success:hover,.btn-info:hover{transform:translate(-2px,-2px);color:#fff!important}
.btn-default{border-radius:999px!important;border:2px solid var(--ink)!important;font-weight:700!important}

/* legacy form fields → brand */
.form-control{border:2px solid var(--line)!important;border-radius:12px!important;box-shadow:none!important;
  background:var(--cream)!important;color:var(--ink)!important;height:auto!important;padding:11px 14px!important}
.form-control:focus{border-color:var(--orange)!important;box-shadow:none!important}

/* a reusable on-brand card/panel for inner content */
.hb-panel,.panel{border:2px solid var(--ink)!important;border-radius:18px!important;box-shadow:var(--sh)!important;background:#fff!important}
.panel-heading{background:var(--cream)!important;border-bottom:2px solid var(--ink)!important;font-family:var(--head)!important;font-weight:700!important;border-radius:16px 16px 0 0!important}
/* premium tables */
.table{border-collapse:separate!important;border-spacing:0;width:100%;border:2px solid var(--ink);border-radius:14px;overflow:hidden;background:#fff}
.table>thead>tr>th{background:var(--ink);color:#fff;border:0!important;font-family:var(--head);font-weight:700;font-size:.8rem;letter-spacing:.04em;padding:13px 16px;vertical-align:middle;text-align:left;text-transform:uppercase}
.table>tbody>tr>td{border:0!important;border-bottom:1px solid #ece0cc!important;padding:12px 16px;font-size:.92rem;vertical-align:middle;color:var(--ink);text-align:left}
.table>tbody>tr>td:first-child{font-weight:700;color:var(--ink)}
.table>tbody>tr:last-child>td{border-bottom:0!important}
.table>tbody>tr:nth-child(even)>td{background:#fbf4ea}
.table>tbody>tr:hover>td{background:#fff3e0}
.table-bordered{border:2px solid var(--ink)!important}
.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th{border-color:#ece0cc!important}
/* wide tables scroll inside their container instead of breaking the page */
.hb-panel,.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive{border:0}

/* premium empty / status states (legacy + new) */
.hb-empty-state{text-align:center;padding:clamp(28px,5vw,46px) 20px;border:2px dashed var(--line);border-radius:18px;background:#fffdf8;color:var(--muted)}
.hb-empty-state .ic{width:54px;height:54px;border-radius:50%;background:#fff3e0;color:var(--orange);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:1.5rem;border:2px solid var(--ink)}
.hb-empty-state h4{font-family:var(--head);font-weight:800;color:var(--ink);margin:0 0 4px}
/* soft section divider */
.hb-divider{height:2px;background:linear-gradient(90deg,transparent,rgba(35,26,18,.18),transparent);border:0;margin:clamp(30px,5vw,52px) 0}

/* Centered auth card used by login/forgot pages */
.hb-auth{max-width:440px;margin:clamp(30px,5vw,60px) auto;background:#fff;border:2px solid var(--ink);
  border-radius:24px;box-shadow:var(--sh-lg);padding:clamp(26px,4vw,40px)}
.hb-auth h2{font-family:var(--head);font-weight:800;font-size:1.6rem;text-align:center;margin:0 0 4px}
.hb-auth__sub{text-align:center;color:var(--muted);font-size:.9rem;margin-bottom:22px}
.hb-auth .form-group{margin-bottom:16px}
.hb-auth .form-control{width:100%}
.hb-auth__btn{width:100%;margin-top:6px}
.hb-auth__alt{text-align:center;margin-top:16px;font-size:.88rem;color:var(--muted)}
.hb-auth__alt a{color:var(--orange);font-weight:700}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media(max-width:880px){
  .hb-nav,.hb-actions{display:none!important}
  .hb-burger{display:flex!important}
  .hb-split{grid-template-columns:1fr!important}
  .hb-journey__media{grid-template-columns:1fr!important}
  .hb-invest{grid-template-columns:1fr!important;gap:28px}
  .hb-mobile-cta{display:flex!important}
  .hb-home,body.hb-has-mobilecta{padding-bottom:74px}
}
@media(max-width:600px){
  .hb-brand__txt{display:none!important}
  .hb-footer__grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:640px){
  .hb-hero__cta{gap:10px}
  .hb-hero__cta a{flex:1 1 100%}
  .hb-subjects{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
    margin-inline:calc(-1*clamp(16px,4vw,40px));padding-inline:clamp(16px,4vw,40px);gap:14px}
  .hb-subjects::-webkit-scrollbar{display:none}
  .hb-subjects>*{flex:0 0 74%;scroll-snap-align:start}
}
@media(max-width:560px){
  .hb-footer__grid{grid-template-columns:1fr!important}
}

/* =====================================================================
   GALLERY LIGHTBOX — click to enlarge, blurred backdrop, full image
   ===================================================================== */
.hb-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;
  padding:clamp(16px,4vmin,52px);background:rgba(20,15,10,.55);
  backdrop-filter:blur(15px) saturate(1.05);-webkit-backdrop-filter:blur(15px) saturate(1.05)}
.hb-lightbox.open{display:flex;animation:hbLbFade .28s ease}
.hb-lightbox figure{margin:0;max-width:96vw;max-height:92vh;display:flex;flex-direction:column;align-items:center;gap:12px}
.hb-lightbox img{max-width:96vw;max-height:84vh;width:auto;height:auto;object-fit:contain;display:block;
  border:3px solid #fff;border-radius:14px;box-shadow:0 30px 90px rgba(0,0,0,.55);animation:hbLbZoom .35s cubic-bezier(.22,.61,.36,1)}
.hb-lightbox figcaption{color:#fff;font-family:var(--mono);font-size:.74rem;letter-spacing:.06em;text-align:center;opacity:.92;max-width:80ch}
.hb-lightbox__close{position:fixed;top:16px;right:20px;width:48px;height:48px;border-radius:50%;border:2px solid #fff;
  background:rgba(0,0,0,.45);color:#fff;font-size:1.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2}
.hb-lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:2px solid #fff;
  background:rgba(0,0,0,.4);color:#fff;font-size:1.8rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;user-select:none;z-index:2}
.hb-lightbox__close:hover,.hb-lightbox__nav:hover{background:var(--orange);border-color:var(--orange)}
.hb-lightbox__prev{left:18px}
.hb-lightbox__next{right:18px}
@keyframes hbLbFade{from{opacity:0}to{opacity:1}}
@keyframes hbLbZoom{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
@media(max-width:600px){.hb-lightbox__nav{width:44px;height:44px;font-size:1.4rem}.hb-lightbox img{max-height:74vh}}
