/* =====================================================================
   biiresearch-website — REFERENCE styles.css (CLASS-scoped, WP body_class)
   RECOMMENDED variant. Each template's styles are scoped under the class
   that WordPress ADDS AUTOMATICALLY to <body> for page templates:
       body.page-template-<slug>   e.g. body.page-template-template-home
   No manual ids, normal specificity, idiomatic for WordPress.
   BASE (tokens/reset/buttons/header/footer/mobile menu) stays GLOBAL.
   (Alternative ID-scoped version: styles-id-scoped.css)
   ===================================================================== */

/* ============================ BASE (global) ============================ */
:root{
  --paper:#FFFFFF;
  --mist:#F4F6F6;
  --mist2:#EDF1F1;
  --ink:#0C1618;
  --ink-2:#0E1F22;
  --text:#1A2625;
  --graphite:#46535A;
  --steel:#6B7880;
  --line:#E2E7E7;
  --line-2:#CFD7D7;
  --red:#A51138;
  --teal:#12A39B;
  --teal-deep:#0B847D;
  --teal-soft:#AFCCCE;
  --serif:'Spectral',Georgia,serif;
  --sans:'Inter',system-ui,sans-serif;
  --mono:'IBM Plex Mono',monospace;
  --wrap:1200px;
  --gut:clamp(20px,4.5vw,60px);
  --slate:#3B6E8C;
  --red-soft:rgba(165,17,56,.10);
  --teal-tint:rgba(18,163,155,.10);
}
/* ===== RESET & GLOBAL ===== */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text,#1A2625);background:var(--paper,#fff);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
svg{display:block}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--wrap,1200px);margin:0 auto;padding-inline:var(--gut,clamp(18px,4vw,56px))}
/* ===== BUTTONS ===== */
.btn{font-family:var(--mono);font-size:12.5px;letter-spacing:.04em;padding:12px 19px;display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--teal);background:var(--teal);color:#fff;transition:.16s;cursor:pointer}
.btn:hover{background:var(--teal-deep);border-color:var(--teal-deep)}
.btn--ghost{background:transparent;color:var(--teal-deep)}
.btn--ghost:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
/* ===== EYEBROW ===== */
.eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--graphite);display:inline-flex;align-items:center;gap:9px}
.eyebrow::before{content:"";width:18px;height:2px;background:var(--red)}
/* ===== HEADER (interior default) ===== */
header.site{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:11px}
.logo .mk{height:36px;width:auto}
.logo .wm{font-family:var(--serif);font-weight:700;font-size:22px;color:var(--ink)}
.logo .rule{width:1.5px;height:25px;background:var(--red)}
.logo .dsc{font-family:var(--serif);font-weight:500;font-size:10.5px;line-height:1.18;color:var(--steel);max-width:115px}
header.site nav{display:flex;gap:20px;align-items:center}
header.site nav a{font-size:14px;font-weight:500}
header.site nav a.on{color:var(--teal-deep)}
header.site nav a:not(.btn):hover{ color:var(--teal-deep) }
/* ===== CRUMB ===== */
.crumb{background:var(--mist);border-bottom:1px solid var(--line)}
.crumb .wrap{display:flex;gap:9px;align-items:center;padding-block:11px;font-family:var(--mono);font-size:11px;color:var(--steel);flex-wrap:wrap}
.crumb .sep{color:var(--line-2)}
/* ===== FOOTER ===== */
footer.site{background:#081012;color:#7E9696;font-family:var(--mono);font-size:11px;border-top:2px solid var(--red)}
footer.site .wrap{padding: 24px;display:flex; justify-content:space-between;flex-wrap:wrap;gap:10px}
body.page-template-template-home footer.site .wrap{ padding: 0; flex-direction: column; }
footer.site .top { padding-block: clamp(36px, 4vw, 56px);display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; }
footer.site .brand .mk { height: 30px; margin-bottom: 12px; }
footer.site .brand .wm {
    font-family: var(--serif);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
footer.site .brand p {
    margin-top: 10px;
    color: #7E9696;
    max-width: 30ch;
    font-size: 13px;
}

@media (max-width: 820px) { footer.site .top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) {
    footer.site .top {
        grid-template-columns: 1fr;
    }
}
footer.site .fcol h4 {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #A9C0C0;
    margin-bottom: 14px;
}
footer.site .fcol a {
    display: block;
    color: #8FA6A6;
    padding: 5px 0;
    font-size: 13.5px;
}
footer.site .fcol a:hover {
    color: #fff;
}

footer.site .bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-block: 18px;
    font-family: var(--mono);
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
/* ===== MOBILE MENU ===== */
.m-burger{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #E2E7E7;background:#fff;cursor:pointer;flex:none}
.m-burger span,.m-burger span::before,.m-burger span::after{display:block;width:18px;height:2px;background:#0C1618;content:""}
.m-burger span{position:relative}
.m-burger span::before,.m-burger span::after{position:absolute;left:0}
.m-burger span::before{top:-6px}.m-burger span::after{top:6px}
.m-scrim{position:fixed;inset:0;background:rgba(8,18,20,.45);opacity:0;visibility:hidden;transition:.2s;z-index:998}
.m-scrim.open{opacity:1;visibility:visible}
.m-nav{position:fixed;top:0;right:0;bottom:0;width:min(84vw,340px);background:#fff;z-index:999;transform:translateX(100%);transition:transform .26s ease;display:flex;flex-direction:column;box-shadow:-12px 0 40px rgba(0,0,0,.18)}
.m-nav.open{transform:translateX(0)}
.m-nav .m-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #E2E7E7}
.m-nav .m-head b{font-family:var(--serif);font-size:18px;color:#0C1618}
.m-close{width:34px;height:34px;border:none;background:none;font-size:24px;line-height:1;color:#46535A;cursor:pointer}
.m-nav a{padding:12px 18px;border-bottom:1px solid #F0F3F3;color:#0C1618;font-size:16px}
.m-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:stretch}
.m-scroll a{display:block}
.m-grp{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#6B7880;padding:16px 18px 6px}
.m-cta{margin:16px 18px 0;border:1.5px solid #12A39B;background:#12A39B;color:#fff;text-align:center;font-family:var(--mono);font-size:13px;letter-spacing:.04em;display:block}
.m-lang{display:flex;gap:8px;padding:16px 18px;margin-top:auto;border-top:1px solid #E2E7E7}
.m-lang a{padding:6px 12px;border:1px solid #E2E7E7;font-family:var(--mono);font-size:12px;color:#46535A}
.m-lang a.on{border-color:#12A39B;color:#0B847D}
@media(max-width:760px){header nav{display:none!important}.m-burger{display:flex}.logo .rule,.logo .dsc{display:none}}

/* ============ bii-home.html  ->  body.page-template-template-home ============ */
body.page-template-template-home .ic{width:16px;height:16px;flex:none}
body.page-template-template-home header.site{position:fixed;top:0;left:0;right:0;z-index:80;transition:.25s;border-bottom:1px solid transparent; background: transparent;}
body.page-template-template-home header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:68px}
body.page-template-template-home header.site.solid{background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom-color:var(--line)}
body.page-template-template-home .logo{display:flex;align-items:center;gap:11px}
body.page-template-template-home .logo .mk{height:34px;width:auto}
body.page-template-template-home .logo .wm{font-family:var(--serif);font-weight:700;font-size:23px;color:#fff;transition:.25s}
body.page-template-template-home .logo .rule{width:1.5px;height:26px;background:var(--red)}
body.page-template-template-home .logo .dsc{font-family:var(--serif);font-weight:500;font-size:11px;line-height:1.18;color:#AEBEBE;max-width:120px;transition:.25s}
body.page-template-template-home header.site.solid .logo .wm{color:var(--ink)}
body.page-template-template-home header.site.solid .logo .dsc{color:var(--steel)}
body.page-template-template-home nav.main{display:flex;gap:22px;align-items:center}
body.page-template-template-home nav.main>a,body.page-template-template-home nav.main .has>a{font-size:14px;font-weight:500;color:#E7EEEE;transition:.25s;cursor:pointer;display:inline-flex;align-items:center;gap:5px}
body.page-template-template-home header.site.solid nav.main>a,body.page-template-template-home header.site.solid nav.main .has>a{color:var(--graphite)}
body.page-template-template-home nav.main>a:hover,body.page-template-template-home nav.main .has:hover>a{color:#fff}
body.page-template-template-home header.site.solid nav.main>a:hover{color:var(--teal-deep)}
body.page-template-template-home header.site.solid nav.main>a.btn:hover{color:#fff;}
.has{position:relative}
.has>a::after{content:"▾";font-size:12px;opacity:.7}
.mega{position:absolute;top:calc(100% + 8px);left:-20px;min-width:540px;background:#fff;border:1px solid var(--line);box-shadow:0 24px 60px rgba(12,22,24,.16);padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:4px 24px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s}
.has:hover .mega{opacity:1;visibility:visible;transform:none}
.mega .mh{grid-column:1/-1;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);padding:4px 10px 2px}
.mega a{display:block;padding:9px 10px;font-size:14px;color:var(--ink);border-radius:4px;font-weight:500}
.mega a:hover{background:var(--mist);color:var(--teal-deep)}
.mega a small{display:block;font-family:var(--mono);font-size:10px;color:var(--steel);font-weight:400;letter-spacing:.02em;margin-top:1px}
@media(max-width:860px){body.page-template-template-home nav.main>a:not(.btn),body.page-template-template-home nav.main .has{display:none}body.page-template-template-home .logo .rule,body.page-template-template-home .logo .dsc{display:none}}
body.page-template-template-home .hero{position:relative;min-height:94vh;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;overflow:hidden;background:#0a1416}
body.page-template-template-home .hero .bg{position:absolute;inset:0;z-index:0}
body.page-template-template-home .hero .bg .scene{width:100%;height:100%;object-fit:cover}
body.page-template-template-home .hero .duo{position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,rgba(10,20,22,.78),rgba(11,132,125,.30) 62%,rgba(18,163,155,.08));mix-blend-mode:multiply}
body.page-template-template-home .hero .tone{position:absolute;inset:0;z-index:1;background:radial-gradient(80% 75% at 72% 26%,rgba(175,204,206,.20),transparent 60%)}
body.page-template-template-home .hero .grain{position:absolute;inset:0;z-index:2;opacity:.42}
body.page-template-template-home .hero #net{position:absolute;inset:0;z-index:2;opacity:.7}
body.page-template-template-home .hero .scrim{position:absolute;inset:0;z-index:3;background:linear-gradient(90deg,#0a1416 16%,rgba(10,20,22,.62) 46%,rgba(10,20,22,.05) 82%)}
body.page-template-template-home .hero .content{position:relative;z-index:4;width:100%;padding-top:clamp(90px,11vw,150px)}
body.page-template-template-home .hero .panel{max-width:660px}
body.page-template-template-home .hero .eyebrow{font-family:var(--mono);font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--teal-soft);display:inline-flex;align-items:center;gap:11px}
body.page-template-template-home .hero .eyebrow::before{content:"";width:9px;height:9px;background:var(--red);flex:none}
body.page-template-template-home .hero h1{font-family:var(--serif);font-weight:600;font-size:clamp(38px,6vw,76px);line-height:1.0;letter-spacing:-.02em;margin:20px 0 0;max-width:15ch}
body.page-template-template-home .hero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-home .hero p.sub{margin:22px 0 30px;max-width:52ch;color:#C8D4D4;font-size:clamp(16px,1.5vw,20px)}
body.page-template-template-home .hero .actions{display:flex;gap:13px;flex-wrap:wrap}
body.page-template-template-home .ledger{position:relative;z-index:4;margin-top:clamp(40px,6vw,80px);border-top:1px solid rgba(255,255,255,.16)}
body.page-template-template-home .ledger .row{display:grid;grid-template-columns:repeat(4,1fr)}
body.page-template-template-home .lc{padding:20px 22px 24px 0;border-right:1px solid rgba(255,255,255,.12)}
body.page-template-template-home .lc:last-child{border-right:0}
body.page-template-template-home .lc .k{font-family:var(--serif);font-size:clamp(24px,2.9vw,36px);color:var(--teal-soft);line-height:1;font-weight:600}
body.page-template-template-home .lc .k b{color:#fff;font-weight:600}
body.page-template-template-home .lc .l{font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:#92A8A8;margin-top:9px;line-height:1.4}
@media(max-width:760px){body.page-template-template-home .ledger .row{grid-template-columns:repeat(2,1fr)}body.page-template-template-home .lc{padding-right:16px}body.page-template-template-home .lc:nth-child(2n){border-right:0}}
body.page-template-template-home .node{transform-box:fill-box;transform-origin:center}
@keyframes pulse{0%,100%{opacity:.3}50%{opacity:.9}}
@keyframes drift{0%,100%{transform:translate(0,0)}50%{transform:translate(0,-7px)}}
body.page-template-template-home .netfloat{animation:template-home-drift 11s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){body.page-template-template-home .node{animation:none!important}body.page-template-template-home .netfloat{animation:none!important}}
body.page-template-template-home .section{padding-block:clamp(48px,6vw,92px)}
body.page-template-template-home .shead{max-width:760px;margin-bottom:clamp(26px,3vw,44px)}
body.page-template-template-home .shead.center{margin-inline:auto;text-align:center}
body.page-template-template-home .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3.4vw,44px);color:var(--ink);margin-top:12px;letter-spacing:-.01em;line-height:1.04}
body.page-template-template-home #impact .shead h2{ color: #fff; }
body.page-template-template-home .shead h2 em{font-style:normal;color:var(--teal-deep)}
body.page-template-template-home .shead p{color:var(--graphite);margin-top:13px}
body.page-template-template-home .shead.center .eyebrow{justify-content:center}
body.page-template-template-home .pos .wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(24px,4vw,60px);align-items:start}
@media(max-width:820px){body.page-template-template-home .pos .wrap{grid-template-columns:1fr}}
body.page-template-template-home .pos .big{font-family:var(--serif);font-weight:600;font-size:clamp(24px,2.7vw,34px);color:var(--ink);line-height:1.18;letter-spacing:-.01em}
body.page-template-template-home .pos .big em{font-style:normal;color:var(--teal-deep)}
body.page-template-template-home .pos .body p{color:var(--graphite);margin-bottom:14px}
body.page-template-template-home .fgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:900px){body.page-template-template-home .fgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){body.page-template-template-home .fgrid{grid-template-columns:1fr}}
body.page-template-template-home .fcell{border:1px solid var(--line-2);padding:22px;transition:.16s}
body.page-template-template-home .fcell:hover{background:var(--mist)}
body.page-template-template-home .fcell .fi{color:var(--teal-deep);margin-bottom:14px}
body.page-template-template-home .fcell .fi svg{width:26px;height:26px}
body.page-template-template-home .fcell h3{font-family:var(--serif);font-weight:600;font-size:19px;color:var(--ink);margin-bottom:8px}
body.page-template-template-home .fcell p{font-size:13.5px;color:var(--graphite)}
body.page-template-template-home .sxgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
@media(max-width:820px){body.page-template-template-home .sxgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){body.page-template-template-home .sxgrid{grid-template-columns:1fr}}
body.page-template-template-home .sx{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;border:1px solid var(--line);background:#fff;transition:.15s;position:relative}
body.page-template-template-home .sx::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red);transform:scaleY(0);transition:.16s}
body.page-template-template-home .sx:hover{background:var(--mist);border-color:var(--line-2)}
body.page-template-template-home .sx:hover::before{transform:scaleY(1)}
body.page-template-template-home .sx span{font-family:var(--serif);font-weight:600;font-size:15px;color:var(--ink)}
body.page-template-template-home .sx b{font-family:var(--mono);font-size:11px;color:var(--steel);font-weight:500}
body.page-template-template-home .tc{position:relative;overflow:hidden;background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:22px 22px;aspect-ratio:16/9}
body.page-template-template-home .tc .grad{position:absolute;inset:0;background:radial-gradient(120% 120% at 75% 15%,rgba(21,70,76,.85),rgba(8,18,20,.45) 70%)}
body.page-template-template-home .tc .cnet{position:absolute;left:-5%;top:-8%;width:50%;opacity:.4}
body.page-template-template-home .tc .cat{position:absolute;left:12px;top:12px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-soft);z-index:3}
body.page-template-template-home .tc .ti{position:absolute;left:12px;right:12px;bottom:12px;font-family:var(--serif);font-weight:600;font-size:16px;line-height:1.12;color:#fff;z-index:3}
body.page-template-template-home .tc .tk{position:absolute;top:0;right:0;width:0;height:0;border-top:16px solid var(--red);border-left:16px solid transparent;z-index:4}
body.page-template-template-home .pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){body.page-template-template-home .pgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body.page-template-template-home .pgrid{grid-template-columns:1fr}}
body.page-template-template-home .pcard{border:1px solid var(--line-2);background:#fff;transition:.16s;display:flex;flex-direction:column}
body.page-template-template-home .pcard:hover{box-shadow:0 10px 34px rgba(12,22,24,.09);transform:translateY(-2px)}
body.page-template-template-home .pcard .pb{padding:16px}
body.page-template-template-home .pcard .pcat{font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-home .pcard h3{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);line-height:1.18;margin:7px 0 8px}
body.page-template-template-home .pcard .pmeta{font-family:var(--mono);font-size:11px;color:var(--steel)}
body.page-template-template-home .pcard .plink{font-family:var(--mono);font-size:11.5px;color:var(--teal-deep);margin-top:12px;display:inline-block}
body.page-template-template-home .combo .wrap{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:clamp(26px,4vw,56px);align-items:start}
@media(max-width:860px){body.page-template-template-home .combo .wrap{grid-template-columns:1fr}}
body.page-template-template-home .colh h3{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.6vw,32px);color:var(--ink);margin-top:10px;letter-spacing:-.01em}
body.page-template-template-home .sxcol{display:flex;flex-direction:column;gap:6px;margin-top:16px}
body.page-template-template-home .sxcol .sx{padding:11px 14px}
body.page-template-template-home .pgrid2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
@media(max-width:520px){body.page-template-template-home .pgrid2{grid-template-columns:1fr}}
body.page-template-template-home .cert{background:var(--mist);border-block:1px solid var(--line)}
body.page-template-template-home .cert .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(24px,4vw,56px);align-items:center}
@media(max-width:860px){body.page-template-template-home .cert .wrap{grid-template-columns:1fr}}
body.page-template-template-home .cert .facts2{display:flex;gap:22px;margin:16px 0 20px}
body.page-template-template-home .cert .facts2 b{font-family:var(--serif);font-weight:600;font-size:26px;color:var(--ink)}
body.page-template-template-home .cert .facts2 span{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--steel)}
body.page-template-template-home .cgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
@media(max-width:560px){body.page-template-template-home .cgrid{grid-template-columns:repeat(2,1fr)}}
body.page-template-template-home .ctile{background:#fff;border:1px solid var(--line);padding:12px 13px;transition:.15s}
body.page-template-template-home .ctile:hover{border-color:var(--teal);background:#fff}
body.page-template-template-home .ctile span{display:block;font-family:var(--serif);font-weight:600;font-size:13px;color:var(--ink);line-height:1.12}
body.page-template-template-home .ctile b{font-family:var(--mono);font-size:10px;color:var(--teal-deep)}
body.page-template-template-home .impact{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-block:2px solid var(--red)}
body.page-template-template-home .mband{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,.14);margin-top:8px}
body.page-template-template-home .mb{padding:22px;border-right:1px solid rgba(255,255,255,.12)}
body.page-template-template-home .mb:last-child{border-right:0}
body.page-template-template-home .mb .k{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3vw,38px);color:var(--teal-soft);line-height:1}
body.page-template-template-home .mb .k b{color:#fff}
body.page-template-template-home .mb .l{font-family:var(--mono);font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#9FB4B4;margin-top:9px}
@media(max-width:760px){body.page-template-template-home .mband{grid-template-columns:1fr 1fr}body.page-template-template-home .mb:nth-child(2n){border-right:0}}
body.page-template-template-home .icase{margin-top:18px;border:1px solid rgba(255,255,255,.14);padding:24px;display:flex;gap:24px;align-items:center;flex-wrap:wrap}
body.page-template-template-home .icase .big{font-family:var(--serif);font-weight:600;font-size:clamp(34px,5vw,58px);color:#fff;line-height:.9}
body.page-template-template-home .icase .big em{font-style:normal;color:var(--red)}
body.page-template-template-home .icase .big{perspective:480px}
body.page-template-template-home .lcflip{perspective:340px}
body.page-template-template-home .flipc{display:inline-block;transform-origin:50% 100%;backface-visibility:hidden;will-change:transform}
body.page-template-template-home .icase .ix{flex:1;min-width:260px}
body.page-template-template-home .icase .ixc{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-soft)}
body.page-template-template-home .icase h3{font-family:var(--serif);font-weight:600;font-size:20px;margin:8px 0 6px}
body.page-template-template-home .icase p{color:#C2D2D2;font-size:14px}
body.page-template-template-home .locsec{padding-block:clamp(48px,6vw,92px)}
body.page-template-template-home .locwrap{display:grid;grid-template-columns:minmax(290px,1fr) minmax(0,1.06fr);gap:clamp(22px,4vw,56px);align-items:center}
@media(max-width:760px){body.page-template-template-home .locwrap{grid-template-columns:1fr}}
body.page-template-template-home .lead2 h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3.2vw,40px);color:var(--ink);line-height:1.04;letter-spacing:-.01em;margin-top:12px}
body.page-template-template-home .lead2 h2 em{font-style:normal;color:var(--teal-deep)}
body.page-template-template-home .lead2 p{color:var(--graphite);margin-top:13px;max-width:46ch}
body.page-template-template-home .facts3{display:flex;gap:24px;margin-top:18px}
body.page-template-template-home .facts3 .f b{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink)}
body.page-template-template-home .facts3 .f span{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--steel);display:block}
body.page-template-template-home .loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;max-width:430px}
body.page-template-template-home .loc{font-family:var(--sans);font-size:14px;font-weight:500;color:#fff;background:var(--ink);border:1px solid var(--ink);border-radius:40px;padding:11px 16px;display:flex;align-items:center;gap:9px;cursor:pointer;transition:.15s;text-align:left}
body.page-template-template-home .loc:hover{background:#16292b}
body.page-template-template-home .loc.on{background:var(--teal);border-color:var(--teal)}
body.page-template-template-home .loc .pin{width:14px;height:14px;opacity:.85;flex:none}
body.page-template-template-home .loc.all{background:transparent;color:var(--teal-deep);border:1px solid var(--line-2);justify-content:center;font-family:var(--mono);font-size:12px;letter-spacing:.03em}
body.page-template-template-home .loc.all:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
body.page-template-template-home .globe-wrap{position:relative;width:100%;max-width:460px;margin-inline:auto;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 47%, #16181b 0%, #16181b 49%, rgba(22,24,27,.55) 60%, rgba(22,24,27,0) 72%)}
body.page-template-template-home canvas#globe{width:100%;height:100%;cursor:grab;touch-action:none;display:block}
body.page-template-template-home canvas#globe:active{cursor:grabbing}
body.page-template-template-home .glabel{position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);font-family:var(--mono);font-size:10.5px;letter-spacing:.05em;color:var(--steel);white-space:nowrap}
body.page-template-template-home .gtip{position:absolute;font-family:var(--mono);font-size:11px;color:#fff;background:#D62F3C;padding:3px 9px;border-radius:3px;transform:translate(-50%,-150%);pointer-events:none;opacity:0;transition:opacity .15s;white-space:nowrap;z-index:5}
body.page-template-template-home .gtip.show{opacity:1}
body.page-template-template-home .clients{border-block:1px solid var(--line)}
body.page-template-template-home .clients .lg{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}
body.page-template-template-home .clogo{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--steel);border:1px solid var(--line);padding:14px 22px;letter-spacing:.01em;opacity:.85}
body.page-template-template-home .draftnote{border:1.5px dashed var(--line-2);background:#FFF9F2;color:#7A5A2A;font-family:var(--mono);font-size:11px;padding:10px 13px;margin-top:18px;display:inline-flex;gap:9px}
body.page-template-template-home .draftnote b{color:var(--red)}
body.page-template-template-home .agrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:880px){body.page-template-template-home .agrid{grid-template-columns:1fr}}
body.page-template-template-home .acard{border:1px solid var(--line-2);background:#fff;transition:.16s}
body.page-template-template-home .acard:hover{box-shadow:0 10px 34px rgba(12,22,24,.09);transform:translateY(-2px)}
body.page-template-template-home .acard .ab{padding:16px}
body.page-template-template-home .acard h3{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);line-height:1.2}
body.page-template-template-home .acard .ameta{font-family:var(--mono);font-size:10.5px;color:var(--steel);margin-top:10px}
body.page-template-template-home .ctaband{background:var(--ink);color:#fff;border-top:2px solid var(--red)}
body.page-template-template-home .ctaband .wrap{padding-block:clamp(40px,5vw,68px);display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
body.page-template-template-home .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3vw,38px);max-width:22ch}
body.page-template-template-home .ctaband h2 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-home .ctaband p{color:#AEC0C0;margin-top:8px;max-width:46ch;font-size:14px}
body.page-template-template-home .contact .wrap{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px)}
@media(max-width:760px){body.page-template-template-home .contact .wrap{grid-template-columns:1fr}}
body.page-template-template-home .cinfo .row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}
body.page-template-template-home .cinfo .row .k{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel);width:90px;flex:none;padding-top:3px}
body.page-template-template-home .cinfo .row .v{font-size:15px;color:var(--ink)}
body.page-template-template-home .cform{display:grid;gap:12px}
body.page-template-template-home .cform input,body.page-template-template-home .cform textarea{border:1px solid var(--line-2);padding:13px 14px;font-size:14px;font-family:var(--sans);background:#fff}
body.page-template-template-home .cform textarea{min-height:110px;resize:vertical}
body.page-template-template-home .cform input:focus,body.page-template-template-home .cform textarea:focus{outline:none;border-color:var(--teal)}
@media(max-width:760px){body.page-template-template-home header nav{display:none!important}}

/* ============ bii-about.html  ->  body.page-template-template-aboutus ============ */
body.page-template-template-aboutus .ic{width:16px;height:16px;flex:none}
body.page-template-template-aboutus .phero{position:relative;background:#091416;color:#fff;border-bottom:2px solid var(--red);overflow:hidden}
body.page-template-template-aboutus .phero .net{position:absolute;right:-4%;top:-12%;width:min(520px,46vw);opacity:.16;pointer-events:none}
body.page-template-template-aboutus .phero .wrap{position:relative;padding-block:clamp(48px,6.5vw,96px)}
body.page-template-template-aboutus .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-aboutus .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(36px,5.4vw,68px);line-height:1.0;letter-spacing:-.02em;margin:16px 0 0;max-width:17ch}
body.page-template-template-aboutus .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-aboutus .phero p{color:#C2D2D2;margin-top:18px;max-width:60ch;font-size:clamp(16px,1.5vw,20px)}
body.page-template-template-aboutus .section{padding-block:clamp(46px,5.8vw,88px)}
body.page-template-template-aboutus .shead{max-width:780px;margin-bottom:clamp(24px,3vw,42px)}
body.page-template-template-aboutus .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3.3vw,42px);color:var(--ink);margin-top:12px;letter-spacing:-.01em;line-height:1.04}
body.page-template-template-aboutus .shead h2 em{font-style:normal;color:var(--teal-deep)}
body.page-template-template-aboutus .shead p{color:var(--graphite);margin-top:12px}
body.page-template-template-aboutus .shead.on{color:#fff}
body.page-template-template-aboutus .shead.on h2{color:#fff}
body.page-template-template-aboutus .shead.on h2 em{color:var(--teal-soft)}
body.page-template-template-aboutus .shead.on .eyebrow{color:var(--teal-soft)}
body.page-template-template-aboutus .shead.on p{color:#AEC0C0}
body.page-template-template-aboutus .mandate .state{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.1vw,40px);line-height:1.16;letter-spacing:-.015em;color:var(--ink);max-width:20ch;border-left:3px solid var(--red);padding-left:22px}
body.page-template-template-aboutus .mandate .state em{font-style:normal;color:var(--teal-deep)}
body.page-template-template-aboutus .mandate .grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(22px,3.4vw,46px);margin-top:clamp(24px,3vw,40px)}
@media(max-width:760px){body.page-template-template-aboutus .mandate .grid{grid-template-columns:1fr}}
body.page-template-template-aboutus .mandate .grid p{color:var(--graphite)}
body.page-template-template-aboutus .forces{background:var(--mist);border-block:1px solid var(--line)}
body.page-template-template-aboutus .fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:820px){body.page-template-template-aboutus .fgrid{grid-template-columns:1fr}}
body.page-template-template-aboutus .force{background:#fff;border:1px solid var(--line-2);padding:24px;border-top:3px solid var(--red)}
body.page-template-template-aboutus .force .fi{color:var(--teal-deep);margin-bottom:14px}
body.page-template-template-aboutus .force .fi svg{width:26px;height:26px}
body.page-template-template-aboutus .force h3{font-family:var(--serif);font-weight:600;font-size:19px;color:var(--ink);margin-bottom:8px}
body.page-template-template-aboutus .force p{font-size:14px;color:var(--graphite)}
body.page-template-template-aboutus .domains{background:linear-gradient(170deg,#0E1F22,#091416);color:#fff;border-block:2px solid var(--red)}
body.page-template-template-aboutus .dgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12)}
@media(max-width:840px){body.page-template-template-aboutus .dgrid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){body.page-template-template-aboutus .dgrid{grid-template-columns:1fr}}
body.page-template-template-aboutus .domc{background:#0b1719;padding:26px 22px;position:relative}
body.page-template-template-aboutus .domc .code{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--red);font-weight:600}
body.page-template-template-aboutus .domc h3{font-family:var(--serif);font-weight:600;font-size:18.5px;color:#fff;margin:10px 0 8px;line-height:1.16}
body.page-template-template-aboutus .domc p{font-size:13.5px;color:#A9BEBE}
body.page-template-template-aboutus .pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:860px){body.page-template-template-aboutus .pgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){body.page-template-template-aboutus .pgrid{grid-template-columns:1fr}}
body.page-template-template-aboutus .pil{border:1px solid var(--line-2);padding:22px;border-top:3px solid var(--red)}
body.page-template-template-aboutus .pil .fi{color:var(--teal-deep);margin-bottom:13px}
body.page-template-template-aboutus .pil .fi svg{width:26px;height:26px}
body.page-template-template-aboutus .pil h3{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);margin-bottom:7px}
body.page-template-template-aboutus .pil p{font-size:13.5px;color:var(--graphite)}
body.page-template-template-aboutus .statsband{background:#091416;color:#fff;border-block:2px solid var(--red)}
body.page-template-template-aboutus .statsband .row{display:grid;grid-template-columns:repeat(4,1fr)}
body.page-template-template-aboutus .st{padding:30px 22px;border-right:1px solid rgba(255,255,255,.12)}
body.page-template-template-aboutus .st:last-child{border-right:0}
body.page-template-template-aboutus .st .k{font-family:var(--serif);font-weight:600;font-size:clamp(28px,3.6vw,46px);color:var(--teal-soft);line-height:1}
body.page-template-template-aboutus .st .k b{color:#fff}
body.page-template-template-aboutus .st .l{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#9FB4B4;margin-top:10px}
@media(max-width:720px){body.page-template-template-aboutus .statsband .row{grid-template-columns:1fr 1fr}body.page-template-template-aboutus .st:nth-child(2n){border-right:0}}
body.page-template-template-aboutus .ctaband{background:var(--ink);color:#fff;border-top:2px solid var(--red)}
body.page-template-template-aboutus .ctaband .wrap{padding-block:clamp(40px,5vw,68px);display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
body.page-template-template-aboutus .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3vw,38px);max-width:24ch}
body.page-template-template-aboutus .ctaband h2 em{font-style:normal;color:var(--teal-soft)}

/* ============ bii-contact.html  ->  body.page-template-template-contacts ============ */
body.page-template-template-contacts .ic{width:16px;height:16px;flex:none}
body.page-template-template-contacts .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-contacts .phero .wrap{padding-block:clamp(40px,5.2vw,72px)}
body.page-template-template-contacts .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-contacts .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(32px,4.6vw,58px);line-height:1.02;letter-spacing:-.02em;margin:14px 0 0}
body.page-template-template-contacts .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-contacts .phero p{color:#C2D2D2;margin-top:14px;max-width:58ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-contacts .section{padding-block:clamp(44px,5.5vw,80px)}
body.page-template-template-contacts .cwrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,4vw,60px)}
@media(max-width:820px){body.page-template-template-contacts .cwrap{grid-template-columns:1fr}}
body.page-template-template-contacts .cinfo .blk{margin-bottom:26px}
body.page-template-template-contacts .cinfo h3{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:12px}
body.page-template-template-contacts .cinfo .v{font-size:15.5px;color:var(--ink)}
body.page-template-template-contacts .cinfo .v.big{font-family:var(--serif);font-weight:600;font-size:19px}
body.page-template-template-contacts .cinfo .v a{color:var(--teal-deep)}
body.page-template-template-contacts .cinfo .sub{font-size:13px;color:var(--steel);margin-top:3px}
body.page-template-template-contacts .cinfo .rowline{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}
body.page-template-template-contacts .cinfo .rowline .k{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel);width:96px;flex:none;padding-top:3px}
body.page-template-template-contacts .cform{border:1px solid var(--line-2);padding:clamp(20px,3vw,34px);background:var(--mist)}
body.page-template-template-contacts .cform h2{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink);margin-bottom:6px}
body.page-template-template-contacts .cform .lead{font-size:14px;color:var(--graphite);margin-bottom:18px}
body.page-template-template-contacts .cform .grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:520px){body.page-template-template-contacts .cform .grid2{grid-template-columns:1fr}}
body.page-template-template-contacts .cform input,body.page-template-template-contacts .cform textarea,body.page-template-template-contacts .cform select{width:100%;border:1px solid var(--line-2);padding:12px 13px;font-size:14px;font-family:var(--sans);background:#fff;margin-top:12px}
body.page-template-template-contacts .cform textarea{min-height:120px;resize:vertical}
body.page-template-template-contacts .cform input:focus,body.page-template-template-contacts .cform textarea:focus,body.page-template-template-contacts .cform select:focus{outline:none;border-color:var(--teal)}
body.page-template-template-contacts .cform .note{font-family:var(--mono);font-size:10.5px;color:var(--steel);margin-top:12px}
body.page-template-template-contacts .intl{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.page-template-template-contacts .intl .wrap{padding-block:clamp(34px,4vw,54px);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
body.page-template-template-contacts .intl h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.6vw,32px);max-width:26ch}
body.page-template-template-contacts .intl h2 em{font-style:normal;color:var(--teal-soft)}

/* ============ bii-courses.html  ->  body.page-template-template-courses ============ */
body.page-template-template-courses .ic{width:24px;height:24px;flex:none}
body.page-template-template-courses .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-courses .phero .wrap{padding-block:clamp(28px,3.6vw,44px)}
body.page-template-template-courses .phero .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-soft);display:inline-flex;align-items:center;gap:9px}
body.page-template-template-courses .phero .eyebrow::before{content:"";width:18px;height:2px;background:var(--red)}
body.page-template-template-courses .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(28px,4vw,48px);margin:12px 0 0;letter-spacing:-.015em}
body.page-template-template-courses .phero p{color:#C2D2D2;margin-top:10px;max-width:60ch;font-size:15px}
body.page-template-template-courses .searchbar{margin-top:20px;display:flex;gap:10px;max-width:620px}
body.page-template-template-courses .searchbar .box{flex:1;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.22);padding:0 14px}
body.page-template-template-courses .searchbar .box .ic{color:var(--teal-soft)}
body.page-template-template-courses .searchbar input{flex:1;background:none;border:0;color:#fff;font-family:var(--sans);font-size:15px;padding:13px 0}
body.page-template-template-courses .searchbar input::placeholder{color:#7E9696}
body.page-template-template-courses .searchbar input:focus{outline:none}
body.page-template-template-courses .cat{display:grid;grid-template-columns:286px 1fr;gap:clamp(20px,2.5vw,36px);padding-block:clamp(24px,3vw,40px);align-items:start}
@media(max-width:920px){body.page-template-template-courses .cat{grid-template-columns:1fr}}
body.page-template-template-courses .side{position:sticky;top:80px}
@media(max-width:920px){body.page-template-template-courses .side{position:fixed;inset:0 auto 0 0;z-index:80;width:min(340px,86vw);background:#fff;transform:translateX(-105%);transition:.25s;overflow-y:auto;box-shadow:0 0 60px rgba(0,0,0,.25);padding:18px}body.page-template-template-courses .side.open{transform:none}body.page-template-template-courses .scrim{position:fixed;inset:0;background:rgba(12,22,24,.5);z-index:79;opacity:0;pointer-events:none;transition:.25s}body.page-template-template-courses .scrim.on{opacity:1;pointer-events:auto}}
body.page-template-template-courses .side .shead{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--red);padding-bottom:12px;margin-bottom:6px}
body.page-template-template-courses .side .shead .t{font-family:var(--mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);display:flex;align-items:center;gap:8px}
body.page-template-template-courses .side .shead .clr{font-family:var(--mono);font-size:11px;color:var(--teal-deep);cursor:pointer}
body.page-template-template-courses .side .closex{display:none}
@media(max-width:920px){body.page-template-template-courses .side .closex{display:block;background:none;border:1px solid var(--line-2);width:34px;height:32px;cursor:pointer;font-size:16px}}
body.page-template-template-courses .facet{border-bottom:1px solid var(--line);padding:4px 0}
body.page-template-template-courses .facet>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:12px 2px;font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink)}
body.page-template-template-courses .facet>summary::-webkit-details-marker{display:none}
body.page-template-template-courses .facet>summary .cnt{font-family:var(--mono);font-size:11px;color:var(--steel);font-weight:400}
body.page-template-template-courses .facet>summary::after{content:"+";font-family:var(--mono);color:var(--steel);margin-left:8px}
body.page-template-template-courses .facet[open]>summary::after{content:"–"}
body.page-template-template-courses .opts{display:grid;gap:2px;padding:2px 0 12px;max-height:230px;overflow:auto}
body.page-template-template-courses .opts::-webkit-scrollbar{width:6px}
body.page-template-template-courses .opts::-webkit-scrollbar-thumb{background:var(--line-2)}
body.page-template-template-courses .opt{display:flex;align-items:center;gap:9px;padding:5px 2px;font-size:13.5px;color:var(--graphite);cursor:pointer}
body.page-template-template-courses .opt input{accent-color:var(--teal);width:15px;height:15px;flex:none}
body.page-template-template-courses .opt .nm{flex:1}
body.page-template-template-courses .opt .n{font-family:var(--mono);font-size:11px;color:var(--steel)}
body.page-template-template-courses .opt:hover{color:var(--ink)}
body.page-template-template-courses .opt.more{color:var(--teal-deep);font-family:var(--mono);font-size:11.5px;letter-spacing:.03em}
body.page-template-template-courses .toggle-cert{display:flex;align-items:center;justify-content:space-between;padding:14px 2px;border-bottom:1px solid var(--line)}
body.page-template-template-courses .toggle-cert .lbl{font-weight:600;font-size:14px;color:var(--ink)}
body.page-template-template-courses .sw{width:40px;height:22px;border-radius:11px;background:var(--line-2);position:relative;cursor:pointer;transition:.18s;flex:none}
body.page-template-template-courses .sw::after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.18s}
body.page-template-template-courses .sw.on{background:var(--teal)}
body.page-template-template-courses .sw.on::after{left:20px}
body.page-template-template-courses .toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:4px}
body.page-template-template-courses .toolbar .count{font-family:var(--mono);font-size:13px;color:var(--ink)}
body.page-template-template-courses .toolbar .count b{color:var(--teal-deep)}
body.page-template-template-courses .toolbar .right{display:flex;align-items:center;gap:12px}
body.page-template-template-courses .filterbtn{display:none}
@media(max-width:920px){body.page-template-template-courses .filterbtn{display:inline-flex;font-family:var(--mono);font-size:12px;letter-spacing:.04em;align-items:center;gap:8px;border:1.5px solid var(--ink);background:#fff;color:var(--ink);padding:9px 14px;cursor:pointer}}
body.page-template-template-courses .sortsel{font-family:var(--mono);font-size:12px;color:var(--ink);border:1px solid var(--line-2);background:#fff;padding:9px 12px;cursor:pointer}
body.page-template-template-courses .chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 4px}
body.page-template-template-courses .chip{font-family:var(--mono);font-size:11px;letter-spacing:.03em;background:var(--teal-tint);color:var(--teal-deep);border:1px solid rgba(18,163,155,.25);padding:6px 10px;display:inline-flex;align-items:center;gap:7px}
body.page-template-template-courses .chip b{cursor:pointer;color:var(--teal-deep)}
body.page-template-template-courses .rows{margin-top:16px;border-top:1px solid var(--line)}
body.page-template-template-courses .crow{display:grid;grid-template-columns:168px 1fr auto;gap:18px;align-items:stretch;padding:18px 0;border-bottom:1px solid var(--line);position:relative;transition:.16s}
body.page-template-template-courses .crow::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red);transform:scaleY(0);transform-origin:center;transition:.2s}
body.page-template-template-courses .crow:hover{background:var(--mist)}
body.page-template-template-courses .crow:hover::before{transform:scaleY(1)}
body.page-template-template-courses .crow .thumb{position:relative;border:1px solid var(--line-2);overflow:hidden;background:linear-gradient(135deg,#123a40,#0c1618);min-height:118px}
body.page-template-template-courses .crow .thumb .duo{position:absolute;inset:0;background:linear-gradient(120deg,rgba(12,22,24,.55),rgba(11,132,125,.4));z-index:1}
body.page-template-template-courses .crow .thumb .fmt{position:absolute;left:8px;top:8px;z-index:2;font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;background:#fff;color:var(--ink);padding:3px 7px;border-left:2px solid var(--red)}
body.page-template-template-courses .crow .main .sector{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-courses .crow .main h3{font-family:var(--serif);font-weight:600;font-size:19px;line-height:1.2;color:var(--ink);margin:6px 0 8px}
body.page-template-template-courses .crow .main .desc{font-size:13.5px;color:var(--graphite);margin-bottom:10px;max-width:62ch}
body.page-template-template-courses .crow .meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-family:var(--mono);font-size:11.5px;letter-spacing:.02em;color:var(--graphite)}
body.page-template-template-courses .crow .meta span{display:flex;align-items:center;gap:6px}
body.page-template-template-courses .crow .meta .ic{color:var(--red);width:22px;height:22px}
body.page-template-template-courses .crow .meta .alt{color:var(--steel)}
body.page-template-template-courses .crow .cta{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;border-left:1px solid var(--line);padding-left:18px;padding-right:18px;min-width:130px}
body.page-template-template-courses .crow .cta .more{font-family:var(--mono);font-size:12px;color:var(--teal-deep);display:inline-flex;align-items:center;gap:6px}
body.page-template-template-courses .crow:hover .cta .more{color:var(--teal)}
body.page-template-template-courses .crow .cta .more .ar{transition:.18s}
body.page-template-template-courses .crow:hover .cta .more .ar{transform:translateX(4px)}
@media(max-width:760px){body.page-template-template-courses .crow{grid-template-columns:1fr}
body.page-template-template-courses .crow .thumb{min-height:150px;aspect-ratio:16/9}
body.page-template-template-courses .crow .main{ padding-left: 15px; }
body.page-template-template-courses .crow .cta{flex-direction:row;justify-content:flex-start;border-left:0;padding-left:15px;border-top:1px solid var(--line);padding-top:12px}}
body.page-template-template-courses .crow .fcov{min-height:120px;height:100%}
body.page-template-template-courses .showmore{text-align:center;padding:24px 0}
body.page-template-template-courses .pages{display:flex;gap:6px;justify-content:center;padding-bottom:8px}
body.page-template-template-courses .pages button{font-family:var(--mono);font-size:12px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line-2);color:var(--graphite); background: #fff; cursor: pointer; }
body.page-template-template-courses .pages button.on{background:var(--ink);color:#fff;border-color:var(--ink)}
body.page-template-template-courses .pages button:hover{border-color:var(--teal);color:var(--teal-deep)}
body.page-template-template-courses .fcov,body.page-template-template-courses .rcov{position:relative;overflow:hidden;background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:22px 22px}
body.page-template-template-courses .rcard .rcov{aspect-ratio:16/9}
body.page-template-template-courses .fcov .g,body.page-template-template-courses .rcov .g{position:absolute;inset:0;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.page-template-template-courses .fcov .nt,body.page-template-template-courses .rcov .nt{position:absolute;left:-6%;top:-8%;width:58%;opacity:.4;z-index:1}
body.page-template-template-courses .fcov .fg,body.page-template-template-courses .rcov .fg{position:absolute;right:7%;top:52%;transform:translateY(-50%);color:#12A39B;opacity:.6;z-index:1}
body.page-template-template-courses .fcov .fg svg,body.page-template-template-courses .rcov .fg svg{width:56px;height:56px}
body.page-template-template-courses .fcov .ct,body.page-template-template-courses .rcov .ct{position:absolute;left:10px;top:10px;font-family:var(--mono);font-size:9px;letter-spacing:.05em;text-transform:uppercase;background:#fff;color:#0C1618;border-left:2px solid var(--red);padding:4px 8px;z-index:3}
body.page-template-template-courses .fcov .nm,body.page-template-template-courses .rcov .nm{position:absolute;left:11px;bottom:28px;right:8px;font-family:var(--serif);font-weight:600;font-size:15px;line-height:1.05;color:#fff;z-index:3}
body.page-template-template-courses .fcov .cd{position:absolute;left:11px;bottom:10px;font-family:var(--mono);font-size:10px;color:#AFCCCE;z-index:3}
body.page-template-template-courses .fcov .tk,body.page-template-template-courses .rcov .tk{position:absolute;top:0;right:0;width:0;height:0;border-top:18px solid var(--red);border-left:18px solid transparent;z-index:4}
body.page-template-template-courses .fc{position:relative;overflow:hidden;border:1px solid var(--line-2);background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:24px 24px}
body.page-template-template-courses .fc .grad{position:absolute;inset:0;z-index:1;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.page-template-template-courses .fc .net{position:absolute;left:-4%;top:-6%;width:55%;z-index:2;opacity:.45}
body.page-template-template-courses .fc .fig{position:absolute;right:6%;top:50%;transform:translateY(-50%);z-index:2;color:var(--teal);opacity:.62}
body.page-template-template-courses .fc .fig svg{width:74px;height:74px}
body.page-template-template-courses .fc .xh{position:absolute;z-index:2;stroke:var(--red);stroke-width:1.4;opacity:.8}
body.page-template-template-courses .fc .name{position:absolute;left:14px;top:32%;z-index:4;font-family:var(--serif);font-weight:600;font-size:clamp(17px,3vw,26px);line-height:1.04;color:#fff;letter-spacing:-.01em;max-width:62%}
body.page-template-template-courses .fc .name::after{content:"";display:block;width:40px;height:3px;background:var(--red);margin-top:10px}
body.page-template-template-courses .fc .eyebrow{position:absolute;left:12px;top:12px;z-index:4;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-soft);display:flex;align-items:center;gap:8px}
body.page-template-template-courses .fc .eyebrow::before{content:"";width:14px;height:2px;background:var(--red)}
body.page-template-template-courses .fc .code{position:absolute;left:14px;bottom:12px;z-index:4;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--teal-soft)}
body.page-template-template-courses .fc .dim{position:absolute;right:12px;bottom:10px;z-index:4;font-family:var(--mono);font-size:9px;letter-spacing:.1em;color:rgba(175,204,206,.5)}
body.page-template-template-courses .fc .tick{position:absolute;top:0;right:0;z-index:5;width:0;height:0;border-top:18px solid var(--red);border-left:18px solid transparent}
body.page-template-template-courses .crow .fc{min-height:120px;height:100%}
body.page-template-template-courses .crow .fc .name{font-size:14px;top:auto;bottom:30px;max-width:66%}
body.page-template-template-courses .crow .fc .eyebrow,body.page-template-template-courses .crow .fc .dim,body.page-template-template-courses .crow .fc .xh{display:none}
body.page-template-template-courses .crow .fc .fig svg{width:54px;height:54px}
body.page-template-template-courses .rcard .fc{aspect-ratio:16/9}
body.page-template-template-courses .rcard .fc .name{font-size:15px;top:auto;bottom:26px}
body.page-template-template-courses .rcard .fc .eyebrow,body.page-template-template-courses .rcard .fc .dim,body.page-template-template-courses .rcard .fc .xh{display:none}
body.page-template-template-courses .rcard .fc .fig svg{width:58px;height:58px}
body.page-template-template-courses .course .fc{aspect-ratio:16/10}
body.page-template-template-courses .course .fc .name{font-size:16px;top:auto;bottom:30px}
body.page-template-template-courses .course .fc .eyebrow,body.page-template-template-courses .course .fc .dim,body.page-template-template-courses .course .fc .xh{display:none}
body.page-template-template-courses .cardX .fc{min-height:240px;height:100%}
body.page-template-template-courses .crow .fc .name,body.page-template-template-courses .rcard .fc .name,body.page-template-template-courses .course .fc .name{top:13px!important;bottom:auto!important;left:12px!important;right:10px!important;max-width:none!important;font-size:13px!important;line-height:1.17!important;font-weight:600}
body.page-template-template-courses .cardX .fc .name{top:16px!important;bottom:auto!important;left:14px!important;right:12px!important;max-width:80%!important;font-size:19px!important;line-height:1.12!important}
body.page-template-template-courses .fc .name::after{display:none!important}
body.page-template-template-courses .crow .fc .fig,body.page-template-template-courses .rcard .fc .fig,body.page-template-template-courses .course .fc .fig{opacity:.3!important;right:9px!important;top:auto!important;bottom:9px!important;transform:none!important}

/* ============ bii-course-detail.html  ->  body.single-courses ============ */
body.single-courses .ic{width:24px;height:24px;flex:none}
body.single-courses .chero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;position:relative;overflow:hidden;border-bottom:2px solid var(--red)}
body.single-courses .chero .net{position:absolute;right:-30px;top:-20px;width:min(440px,46vw);opacity:.18;pointer-events:none}
body.single-courses .chero .wrap{position:relative;z-index:2;padding-block:clamp(34px,4.5vw,56px)}
body.single-courses .chero .cat{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:#fff;border-left:3px solid var(--red);padding:5px 11px;display:inline-block}
body.single-courses .chero h1{font-family:var(--serif);font-weight:600;font-size:clamp(28px,4.2vw,52px);line-height:1.04;letter-spacing:-.015em;margin:16px 0 0;max-width:20ch}
body.single-courses .chero .stand{margin-top:14px;max-width:62ch;color:#C2D2D2;font-size:clamp(15px,1.4vw,17px)}
body.single-courses .chero .facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:22px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px}
body.single-courses .chero .facts .f{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;letter-spacing:.03em;color:#D6E2E2}
body.single-courses .chero .facts .f .ic{color:var(--teal-soft)}
body.single-courses .chero .facts .f b{color:#fff;font-weight:600}
body.single-courses .snav{position:sticky;top:64px;z-index:55;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
body.single-courses .snav .wrap{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}
body.single-courses .snav .wrap::-webkit-scrollbar{display:none}
body.single-courses .snav a{font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--graphite);padding:14px 14px;border-bottom:2px solid transparent;white-space:nowrap}
body.single-courses .snav a:hover{color:var(--ink);border-color:var(--red)}
body.single-courses .layout{display:grid;grid-template-columns:1fr 340px;gap:clamp(28px,4vw,52px);padding-block:clamp(36px,5vw,60px)}
@media(max-width:960px){body.single-courses .layout{grid-template-columns:1fr}body.single-courses .aside{order:-1}}
body.single-courses .blk{padding-bottom:clamp(28px,3.5vw,40px);margin-bottom:clamp(28px,3.5vw,40px);border-bottom:1px solid var(--line)}
body.single-courses .blk:last-child{border-bottom:0}
body.single-courses .blk h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.6vw,30px);color:var(--ink);margin:12px 0 14px;letter-spacing:-.01em}
body.single-courses .blk p{color:var(--graphite);margin-bottom:13px}
body.single-courses .blk p:last-child{margin-bottom:0}
body.single-courses .list{list-style:none;display:grid;gap:10px;margin-top:4px}
body.single-courses .list li{display:flex;gap:11px;color:var(--graphite);font-size:15px;line-height:1.5}
body.single-courses .list li .ic{color:var(--teal-deep);margin-top:2px}
body.single-courses .list--red li .ic{color:var(--red)}
body.single-courses .two{display:grid;grid-template-columns:1fr 1fr;gap:14px 30px}
@media(max-width:560px){body.single-courses .two{grid-template-columns:1fr}}
body.single-courses .day{border:1px solid var(--line-2);padding:18px 20px;margin-bottom:12px;background:#fff}
body.single-courses .day .dh{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}
body.single-courses .day .dn{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--teal-deep);background:var(--teal-tint);padding:3px 9px}
body.single-courses .day .dt{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink)}
body.single-courses .day .list li{font-size:14.5px}
body.single-courses .cert{display:flex;gap:18px;align-items:flex-start;background:var(--mist);border:1px solid var(--line-2);padding:20px 22px}
body.single-courses .cert .seal{width:52px;height:52px;flex:none;border:1.5px solid var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red)}
body.single-courses .cert h3{font-family:var(--serif);font-size:18px;color:var(--ink);margin-bottom:6px}
body.single-courses .cert p{font-size:14.5px;color:var(--graphite)}
body.single-courses .aside{align-self:start}
@media(min-width:961px){body.single-courses .aside{position:sticky;top:120px}}
body.single-courses .enrol{border:1px solid var(--line-2);background:#fff}
body.single-courses .enrol .top{background:var(--ink);color:#fff;padding:18px 20px;border-bottom:2px solid var(--red)}
body.single-courses .enrol .price{display:flex;align-items:center;gap:8px}
body.single-courses .enrol .price .lbl{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#8AA0A0}
body.single-courses .enrol .price .v{font-family:var(--serif);font-weight:600;font-size:30px;color:#fff}
body.single-courses .enrol .next{margin-top:10px;font-family:var(--mono);font-size:11.5px;color:var(--teal-soft);display:flex;align-items:center;gap:8px}
body.single-courses .enrol .acts{padding:16px 18px;display:grid;gap:9px;border-bottom:1px solid var(--line)}
body.single-courses .enrol .info{padding:16px 18px;display:grid;gap:11px}
body.single-courses .enrol .info .r{display:flex;justify-content:space-between;align-items:center;font-size:13px}
body.single-courses .enrol .info .r .k{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--steel)}
body.single-courses .enrol .info .r .val{color:var(--ink);font-weight:600;text-align:right}
body.single-courses .aside .help{margin-top:14px;border:1px dashed var(--line-2);padding:14px 16px;font-size:13px;color:var(--graphite)}
body.single-courses .aside .help b{color:var(--ink);display:block;font-family:var(--serif);font-size:15px;margin-bottom:4px}
body.single-courses .schedule{background:var(--mist);border-block:1px solid var(--line)}
body.single-courses .schedule .wrap{padding-block:clamp(36px,4.5vw,56px)}
body.single-courses .schedule h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.6vw,30px);color:var(--ink);margin:12px 0 18px}
body.single-courses .stable{background:#fff;border:1px solid var(--line-2)}
body.single-courses .srow{display:grid;grid-template-columns:1.2fr 1fr .8fr .9fr auto;gap:14px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}
body.single-courses .srow:last-child{border-bottom:0}
body.single-courses .srow.head{background:var(--mist2);font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--steel)}
body.single-courses .srow .d{font-family:var(--mono);font-size:13.5px;color:var(--ink);font-weight:600;display:flex;align-items:center;gap:8px}
body.single-courses .srow .d .ic{color:var(--red)}
body.single-courses .srow .v{font-size:14px;color:var(--graphite)}
body.single-courses .srow .fmt{font-family:var(--mono);font-size:11px;color:var(--teal-deep)}
body.single-courses .srow .f{font-family:var(--mono);font-size:13.5px;font-weight:600;color:var(--ink)}
@media(max-width:680px){body.single-courses .srow{grid-template-columns:1fr auto;row-gap:4px}body.single-courses .srow.head{display:none}body.single-courses .srow .v,body.single-courses .srow .fmt,body.single-courses .srow .f{grid-column:1}}
body.single-courses .related .wrap{padding-block:clamp(36px,4.5vw,56px)}
body.single-courses .rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
@media(max-width:860px){body.single-courses .rgrid{grid-template-columns:1fr}}
body.single-courses .rcard{background:#fff;border:1px solid var(--line-2);display:flex;flex-direction:column;transition:.16s;position:relative}
body.single-courses .rcard::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:.2s}
body.single-courses .rcard:hover{transform:translateY(-3px);border-color:var(--teal)}
body.single-courses .rcard:hover::before{transform:scaleX(1)}
body.single-courses .rcard .th{aspect-ratio:16/9;position:relative;overflow:hidden;background:linear-gradient(135deg,#123a40,#0c1618)}
body.single-courses .rcard .th .duo{position:absolute;inset:0;background:linear-gradient(120deg,rgba(12,22,24,.6),rgba(11,132,125,.35));z-index:1}
body.single-courses .rcard .th .cat{position:absolute;left:10px;top:10px;z-index:2;font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;background:#fff;color:var(--ink);padding:4px 8px;border-left:2px solid var(--red)}
body.single-courses .rcard .b{padding:14px;flex:1}
body.single-courses .rcard .code{font-family:var(--mono);font-size:10px;color:var(--teal-deep)}
body.single-courses .rcard h3{font-family:var(--serif);font-size:16px;line-height:1.25;color:var(--ink);margin:6px 0 10px}
body.single-courses .rcard .m{font-family:var(--mono);font-size:11px;color:var(--steel);display:inline;gap:12px}
body.single-courses .formsec{background:var(--ink);color:#fff;border-top:2px solid var(--red)}
body.single-courses .formsec .wrap{padding-block:clamp(36px,4.5vw,56px)}
body.single-courses .formsec .eyebrow{color:#AFCCCE}
body.single-courses .formsec .eyebrow::before{background:var(--red)}
body.single-courses .formsec h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);margin:12px 0 8px}
body.single-courses .formsec p{color:#C2D2D2;max-width:60ch;margin-bottom:20px}
body.single-courses .toggle{display:inline-flex;border:1px solid rgba(255,255,255,.2);margin-bottom:20px}
body.single-courses .toggle button{font-family:var(--mono);font-size:11.5px;letter-spacing:.05em;padding:10px 16px;background:transparent;color:#C2D2D2;border:0;border-right:1px solid rgba(255,255,255,.2);cursor:pointer}
body.single-courses .toggle button:last-child{border-right:0}
body.single-courses .toggle button.on{background:var(--teal);color:#fff}
body.single-courses .form{display:grid;grid-template-columns:1fr 1fr;gap:13px;max-width:760px}
body.single-courses .field{display:flex;flex-direction:column;gap:6px}
body.single-courses .field.full{grid-column:1/-1}
body.single-courses .field label{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:#9FB4B4}
body.single-courses .field input{font-family:var(--sans);font-size:15px;color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);padding:11px 13px}
body.single-courses .field input::placeholder{color:#6E8181}
body.single-courses .field input:focus{outline:2px solid var(--teal);outline-offset:1px;border-color:var(--teal)}
body.single-courses .consent{grid-column:1/-1;display:flex;gap:9px;font-size:12.5px;color:#9FB4B4;align-items:flex-start}
@media(max-width:600px){body.single-courses .form{grid-template-columns:1fr}}
body.single-courses .fcov,body.single-courses .rcov{position:relative;overflow:hidden;background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:22px 22px}
body.single-courses .crow .fcov{min-height:120px;height:100%}
body.single-courses .rcard .rcov{aspect-ratio:16/9}
body.single-courses .fcov .g,body.single-courses .rcov .g{position:absolute;inset:0;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.single-courses .fcov .nt,body.single-courses .rcov .nt{position:absolute;left:-6%;top:-8%;width:58%;opacity:.4;z-index:1}
body.single-courses .fcov .fg,body.single-courses .rcov .fg{position:absolute;right:7%;top:52%;transform:translateY(-50%);color:#12A39B;opacity:.6;z-index:1}
body.single-courses .fcov .fg svg,body.single-courses .rcov .fg svg{width:56px;height:56px}
body.single-courses .fcov .ct,body.single-courses .rcov .ct{position:absolute;left:10px;top:10px;font-family:var(--mono);font-size:9px;letter-spacing:.05em;text-transform:uppercase;background:#fff;color:#0C1618;border-left:2px solid var(--red);padding:4px 8px;z-index:3}
body.single-courses .fcov .nm,body.single-courses .rcov .nm{position:absolute;left:11px;bottom:28px;right:8px;font-family:var(--serif);font-weight:600;font-size:15px;line-height:1.05;color:#fff;z-index:3}
body.single-courses .fcov .cd{position:absolute;left:11px;bottom:10px;font-family:var(--mono);font-size:10px;color:#AFCCCE;z-index:3}
body.single-courses .fcov .tk,body.single-courses .rcov .tk{position:absolute;top:0;right:0;width:0;height:0;border-top:18px solid var(--red);border-left:18px solid transparent;z-index:4}
body.single-courses .fc{position:relative;overflow:hidden;border:1px solid var(--line-2);background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:24px 24px}
body.single-courses .fc .grad{position:absolute;inset:0;z-index:1;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.single-courses .fc .net{position:absolute;left:-4%;top:-6%;width:55%;z-index:2;opacity:.45}
body.single-courses .fc .fig{position:absolute;right:6%;top:50%;transform:translateY(-50%);z-index:2;color:var(--teal);opacity:.62}
body.single-courses .fc .fig svg{width:74px;height:74px}
body.single-courses .fc .xh{position:absolute;z-index:2;stroke:var(--red);stroke-width:1.4;opacity:.8}
body.single-courses .fc .name{position:absolute;left:14px;top:32%;z-index:4;font-family:var(--serif);font-weight:600;font-size:clamp(17px,3vw,26px);line-height:1.04;color:#fff;letter-spacing:-.01em;max-width:62%}
body.single-courses .fc .name::after{content:"";display:block;width:40px;height:3px;background:var(--red);margin-top:10px}
body.single-courses .fc .eyebrow{position:absolute;left:12px;top:12px;z-index:4;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-soft);display:flex;align-items:center;gap:8px}
body.single-courses .fc .eyebrow::before{content:"";width:14px;height:2px;background:var(--red)}
body.single-courses .fc .code{position:absolute;left:14px;bottom:12px;z-index:4;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--teal-soft)}
body.single-courses .fc .dim{position:absolute;right:12px;bottom:10px;z-index:4;font-family:var(--mono);font-size:9px;letter-spacing:.1em;color:rgba(175,204,206,.5)}
body.single-courses .fc .tick{position:absolute;top:0;right:0;z-index:5;width:0;height:0;border-top:18px solid var(--red);border-left:18px solid transparent}
body.single-courses .crow .fc{min-height:120px;height:100%}
body.single-courses .crow .fc .name{font-size:14px;top:auto;bottom:30px;max-width:66%}
body.single-courses .crow .fc .eyebrow,body.single-courses .crow .fc .dim,body.single-courses .crow .fc .xh{display:none}
body.single-courses .crow .fc .fig svg{width:54px;height:54px}
body.single-courses .rcard .fc{aspect-ratio:16/9}
body.single-courses .rcard .fc .name{font-size:15px;top:auto;bottom:26px}
body.single-courses .rcard .fc .eyebrow,body.single-courses .rcard .fc .dim,body.single-courses .rcard .fc .xh{display:none}
body.single-courses .rcard .fc .fig svg{width:58px;height:58px}
body.single-courses .course .fc{aspect-ratio:16/10}
body.single-courses .course .fc .name{font-size:16px;top:auto;bottom:30px}
body.single-courses .course .fc .eyebrow,body.single-courses .course .fc .dim,body.single-courses .course .fc .xh{display:none}
body.single-courses .cardX .fc{min-height:240px;height:100%}
body.single-courses .crow .fc .name,body.single-courses .rcard .fc .name,body.single-courses .course .fc .name{top:13px!important;bottom:auto!important;left:12px!important;right:10px!important;max-width:none!important;font-size:13px!important;line-height:1.17!important;font-weight:600}
body.single-courses .cardX .fc .name{top:16px!important;bottom:auto!important;left:14px!important;right:12px!important;max-width:80%!important;font-size:19px!important;line-height:1.12!important}
body.single-courses .fc .name::after{display:none!important}
body.single-courses .crow .fc .fig,body.single-courses .rcard .fc .fig,body.single-courses .course .fc .fig{opacity:.3!important;right:9px!important;top:auto!important;bottom:9px!important;transform:none!important}
body.single-courses .is-error{ border-color: var(--red) !important; color: var(--red) !important; }
body.single-courses .is-error span{ color: var(--red) !important; }
body.single-courses .consent.is-error svg,
body.single-courses .consent.is-error a{ color:var(--red); }

/* ============ bii-sector.html  ->  body.tax-course-sectors ============ */
body.tax-course-sectors .ic{width:22px;height:22px;flex:none}
body.tax-course-sectors .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;position:relative;overflow:hidden;border-bottom:2px solid var(--red)}
body.tax-course-sectors .phero .net{position:absolute;right:-30px;top:-20px;width:min(420px,42vw);opacity:.16;pointer-events:none}
body.tax-course-sectors .phero .wrap{position:relative;z-index:2;padding-block:clamp(34px,4.6vw,60px)}
body.tax-course-sectors .phero .eyebrow{color:var(--teal-soft)}
body.tax-course-sectors .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,58px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.tax-course-sectors .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.tax-course-sectors .phero p{color:#C2D2D2;margin-top:14px;max-width:60ch;font-size:clamp(15px,1.4vw,18px)}
body.tax-course-sectors .phero .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
body.tax-course-sectors .section{padding-block:clamp(40px,5vw,72px)}
body.tax-course-sectors .shead{max-width:760px;margin-bottom:clamp(26px,3.4vw,44px)}
body.tax-course-sectors .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.tax-course-sectors .shead p{color:var(--graphite);margin-top:12px}
body.tax-course-sectors .chips{display:flex;flex-wrap:wrap;gap:9px}
body.tax-course-sectors .chip{font-family:var(--mono);font-size:12px;letter-spacing:.03em;border:1px solid var(--line-2);padding:9px 13px;color:var(--graphite);transition:.16s;cursor:pointer}
body.tax-course-sectors .chip:hover{border-color:var(--teal);color:var(--teal-deep)}
body.tax-course-sectors .chip .n{color:var(--steel)}
body.tax-course-sectors .fc{position:relative;overflow:hidden;border:1px solid var(--line-2);background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:24px 24px}
body.tax-course-sectors .fc .grad{position:absolute;inset:0;z-index:1;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.tax-course-sectors .fc .net{position:absolute;left:-4%;top:-6%;width:55%;z-index:2;opacity:.45}
body.tax-course-sectors .fc .fig{position:absolute;right:7%;top:52%;transform:translateY(-50%);z-index:2;color:var(--teal);opacity:.6}
body.tax-course-sectors .fc .fig svg{width:54px;height:54px}
body.tax-course-sectors .fc .nm{position:absolute;left:12px;bottom:28px;right:8px;z-index:3;font-family:var(--serif);font-weight:600;font-size:14px;line-height:1.05;color:#fff}
body.tax-course-sectors .fc .cd{position:absolute;left:12px;bottom:10px;z-index:3;font-family:var(--mono);font-size:10px;color:var(--teal-soft)}
body.tax-course-sectors .fc .tk{position:absolute;top:0;right:0;z-index:4;width:0;height:0;border-top:16px solid var(--red);border-left:16px solid transparent}
body.tax-course-sectors .crow{display:grid;grid-template-columns:168px 1fr auto;gap:18px;align-items:stretch;padding:18px 0;border-bottom:1px solid var(--line);position:relative}
body.tax-course-sectors .crow .fc{min-height:118px;height:100%}
body.tax-course-sectors .crow .sector{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}
body.tax-course-sectors .crow h3{font-family:var(--serif);font-weight:600;font-size:18px;line-height:1.2;color:var(--ink);margin:6px 0 8px}
body.tax-course-sectors .crow .desc{font-size:13.5px;color:var(--graphite);margin-bottom:10px;max-width:60ch}
body.tax-course-sectors .crow .meta{display:flex;flex-wrap:wrap;gap:6px 16px;font-family:var(--mono);font-size:11.5px;color:var(--graphite)}
body.tax-course-sectors .crow .meta b{color:var(--red)}
body.tax-course-sectors .crow .cta{display:flex;align-items:center;border-left:1px solid var(--line);padding-left:18px}
body.tax-course-sectors .crow .more{font-family:var(--mono);font-size:12px;color:var(--teal-deep)}
@media(max-width:680px){body.tax-course-sectors .crow{grid-template-columns:1fr}body.tax-course-sectors .crow .fc{aspect-ratio:16/9}body.tax-course-sectors .crow .cta{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:12px}}
body.tax-course-sectors .facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:20px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px}
body.tax-course-sectors .facts .f{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;color:#D6E2E2}
body.tax-course-sectors .facts .f .ic{color:var(--teal-soft)}
body.tax-course-sectors .facts .f b{color:#fff}
body.tax-course-sectors .why{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.tax-course-sectors .wc{border:1px solid var(--line-2);border-top:3px solid var(--red);padding:22px;background:#fff}
body.tax-course-sectors .wc h3{font-family:var(--serif);font-size:18px;color:var(--ink);margin-bottom:8px}
body.tax-course-sectors .wc p{font-size:14px;color:var(--graphite)}
@media(max-width:820px){body.tax-course-sectors .why{grid-template-columns:1fr}}
body.tax-course-sectors .ctaband{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.tax-course-sectors .ctaband .wrap{padding-block:clamp(36px,4.6vw,60px);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
body.tax-course-sectors .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);max-width:20ch}
body.tax-course-sectors .ctaband h2 em{font-style:normal;color:var(--teal-soft)}
body.tax-course-sectors .crow .fc .nm{top:13px!important;bottom:auto!important;left:12px;right:10px;font-size:12.5px;line-height:1.16}
body.tax-course-sectors .crow .fc .fig{opacity:.32!important;right:9px!important;top:auto!important;bottom:9px!important;transform:none!important}

body.tax-course-sectors .rows{margin-top:16px;border-top:1px solid var(--line)}
body.tax-course-sectors .crow{display:grid;grid-template-columns:168px 1fr auto;gap:18px;align-items:stretch;padding:18px 0;border-bottom:1px solid var(--line);position:relative;transition:.16s}
body.tax-course-sectors .crow::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red);transform:scaleY(0);transform-origin:center;transition:.2s}
body.tax-course-sectors .crow:hover{background:var(--mist)}
body.tax-course-sectors .crow:hover::before{transform:scaleY(1)}
body.tax-course-sectors .crow .thumb{position:relative;border:1px solid var(--line-2);overflow:hidden;background:linear-gradient(135deg,#123a40,#0c1618);min-height:118px}
body.tax-course-sectors .crow .thumb .duo{position:absolute;inset:0;background:linear-gradient(120deg,rgba(12,22,24,.55),rgba(11,132,125,.4));z-index:1}
body.tax-course-sectors .crow .thumb .fmt{position:absolute;left:8px;top:8px;z-index:2;font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;background:#fff;color:var(--ink);padding:3px 7px;border-left:2px solid var(--red)}
body.tax-course-sectors .crow .main .sector{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}
body.tax-course-sectors .crow .main h3{font-family:var(--serif);font-weight:600;font-size:19px;line-height:1.2;color:var(--ink);margin:6px 0 8px}
body.tax-course-sectors .crow .main .desc{font-size:13.5px;color:var(--graphite);margin-bottom:10px;max-width:62ch}
body.tax-course-sectors .crow .meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-family:var(--mono);font-size:11.5px;letter-spacing:.02em;color:var(--graphite)}
body.tax-course-sectors .crow .meta span{display:flex;align-items:center;gap:6px}
body.tax-course-sectors .crow .meta .ic{color:var(--red);width:22px;height:22px}
body.tax-course-sectors .crow .meta .alt{color:var(--steel)}
body.tax-course-sectors .crow .cta{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;border-left:1px solid var(--line);padding-left:18px;min-width:130px}
body.tax-course-sectors .crow .cta .more{font-family:var(--mono);font-size:12px;color:var(--teal-deep);display:inline-flex;align-items:center;gap:6px}
body.tax-course-sectors .crow:hover .cta .more{color:var(--teal)}
body.tax-course-sectors .crow .cta .more .ar{transition:.18s}
body.tax-course-sectors .crow:hover .cta .more .ar{transform:translateX(4px)}
@media(max-width:760px){body.tax-course-sectors .crow{grid-template-columns:1fr}
body.tax-course-sectors .crow .thumb{min-height:150px;aspect-ratio:16/9}
body.tax-course-sectors .crow .cta{flex-direction:row;justify-content:flex-start;border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:12px}}
body.tax-course-sectors .crow .fcov{min-height:120px;height:100%}
body.tax-course-sectors .fc .name { position: absolute; left: 14px; top: 32%; z-index: 4; font-family: var(--serif); font-weight: 600; font-size: clamp(17px, 3vw, 26px); line-height: 1.04; color: #fff; letter-spacing: -.01em; max-width: 62%; }
body.tax-course-sectors .crow .fc .name{top:13px!important;bottom:auto!important;left:12px!important;right:10px!important;max-width:none!important;font-size:13px!important;line-height:1.17!important;font-weight:600}
body.tax-course-sectors .fc .tick { position: absolute; top: 0; right: 0; z-index: 5; width: 0;  height: 0; border-top: 18px solid var(--red); border-left: 18px solid transparent; }
body.tax-course-sectors .fc .eyebrow { display: none; }
body.tax-course-sectors .fc .code { position: absolute; left: 14px; bottom: 12px; z-index: 4; font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; color: var(--teal-soft); }
body.tax-course-sectors .fc{ min-height: 120px; height: 100%; }
body.tax-course-sectors .crow:hover { background: #fff; }

/* ============ bii-city.html  ->  body.page-template-template-city ============ */
body.page-template-template-city .ic{width:16px;height:16px;flex:none}
body.page-template-template-city .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;position:relative;overflow:hidden;border-bottom:2px solid var(--red)}
body.page-template-template-city .phero .wrap{position:relative;z-index:2;padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-city .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-city .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,56px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-city .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-city .phero p{color:#C2D2D2;margin-top:14px;max-width:60ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-city .phero .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
body.page-template-template-city .facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:20px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px}
body.page-template-template-city .facts .f{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;color:#D6E2E2}
body.page-template-template-city .facts .f .ic{color:var(--teal-soft)}
body.page-template-template-city .facts .f b{color:#fff}
body.page-template-template-city .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-city .shead{max-width:760px;margin-bottom:clamp(24px,3vw,40px)}
body.page-template-template-city .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.page-template-template-city .shead p{color:var(--graphite);margin-top:12px}
body.page-template-template-city .chips{display:flex;flex-wrap:wrap;gap:9px}
body.page-template-template-city .chip{font-family:var(--mono);font-size:12px;letter-spacing:.03em;border:1px solid var(--line-2);padding:9px 13px;color:var(--graphite);transition:.16s;cursor:pointer}
body.page-template-template-city .chip:hover{border-color:var(--teal);color:var(--teal-deep)}
body.page-template-template-city .ctaband{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.page-template-template-city .ctaband .wrap{padding-block:clamp(36px,4.6vw,60px);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
body.page-template-template-city .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);max-width:22ch}
body.page-template-template-city .ctaband h2 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-city .fc{position:relative;overflow:hidden;border:1px solid var(--line-2);background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:24px 24px}
body.page-template-template-city .fc .grad{position:absolute;inset:0;z-index:1;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.page-template-template-city .fc .net{position:absolute;left:-4%;top:-6%;width:55%;z-index:2;opacity:.45}
body.page-template-template-city .fc .fig{position:absolute;right:9px;bottom:9px;z-index:2;color:var(--teal);opacity:.3}
body.page-template-template-city .fc .fig svg{width:50px;height:50px}
body.page-template-template-city .fc .nm{position:absolute;left:12px;top:13px;right:10px;z-index:3;font-family:var(--serif);font-weight:600;font-size:12.5px;line-height:1.16;color:#fff}
body.page-template-template-city .fc .cd{position:absolute;left:12px;bottom:10px;z-index:3;font-family:var(--mono);font-size:10px;color:var(--teal-soft)}
body.page-template-template-city .fc .tk{position:absolute;top:0;right:0;z-index:4;width:0;height:0;border-top:16px solid var(--red);border-left:16px solid transparent}
body.page-template-template-city .crow{display:grid;grid-template-columns:168px 1fr auto;gap:18px;align-items:stretch;padding:18px 0;border-bottom:1px solid var(--line);position:relative}
body.page-template-template-city .crow::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red);transform:scaleY(0);transition:.2s}
body.page-template-template-city .crow:hover{background:var(--mist)}
body.page-template-template-city .crow:hover::before{transform:scaleY(1)}
body.page-template-template-city .crow .fc{min-height:118px;height:100%}
body.page-template-template-city .crow .sector{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-city .crow h3{font-family:var(--serif);font-weight:600;font-size:18px;line-height:1.2;color:var(--ink);margin:6px 0 8px}
body.page-template-template-city .crow .desc{font-size:13.5px;color:var(--graphite);margin-bottom:10px;max-width:60ch}
body.page-template-template-city .crow .meta{display:flex;flex-wrap:wrap;gap:6px 16px;font-family:var(--mono);font-size:11.5px;color:var(--graphite)}
body.page-template-template-city .crow .meta b{color:var(--red)}
body.page-template-template-city .crow .badge{font-family:var(--mono);font-size:9px;letter-spacing:.08em;color:var(--teal-deep);border:1px solid var(--teal);padding:2px 6px;margin-left:8px}
body.page-template-template-city .crow .cta{display:flex;align-items:center;border-left:1px solid var(--line);padding-left:18px}
body.page-template-template-city .crow .more{font-family:var(--mono);font-size:12px;color:var(--teal-deep)}
@media(max-width:680px){body.page-template-template-city .crow{grid-template-columns:1fr}body.page-template-template-city .crow .fc{aspect-ratio:16/9}body.page-template-template-city .crow .cta{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:12px}}
body.page-template-template-city .info{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.page-template-template-city .icard{border:1px solid var(--line-2);border-top:3px solid var(--red);padding:22px;background:#fff}
body.page-template-template-city .icard .ic{width:26px;height:26px;color:var(--teal-deep);margin-bottom:12px}
body.page-template-template-city .icard h3{font-family:var(--serif);font-size:18px;color:var(--ink);margin-bottom:8px}
body.page-template-template-city .icard p{font-size:14px;color:var(--graphite)}
@media(max-width:820px){body.page-template-template-city .info{grid-template-columns:1fr}}

/* ============ bii-calendar.html  ->  body.page-template-template-calendar ============ */
body.page-template-template-calendar .ic{width:16px;height:16px;flex:none}
body.page-template-template-calendar .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-calendar .phero .wrap{padding-block:clamp(32px,4.2vw,54px)}
body.page-template-template-calendar .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-calendar .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.4vw,54px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0}
body.page-template-template-calendar .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-calendar .phero p{color:#C2D2D2;margin-top:12px;max-width:60ch;font-size:clamp(15px,1.4vw,17px)}
body.page-template-template-calendar .htools{display:flex;flex-wrap:wrap;gap:18px 26px;align-items:center;margin-top:22px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px}
body.page-template-template-calendar .facts{display:flex;flex-wrap:wrap;gap:8px 20px}
body.page-template-template-calendar .facts .f{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;color:#D6E2E2}
body.page-template-template-calendar .facts .f b{color:#fff}
body.page-template-template-calendar .dlbtns{display:flex;gap:10px;margin-left:auto;flex-wrap:wrap}
body.page-template-template-calendar .ytabs{display:flex;gap:0;margin-top:18px}
body.page-template-template-calendar .ytabs a{font-family:var(--mono);font-size:13px;letter-spacing:.04em;padding:9px 18px;border:1px solid rgba(255,255,255,.2);color:#C2D2D2}
body.page-template-template-calendar .ytabs a.on{background:#fff;color:var(--ink);border-color:#fff;font-weight:600}
body.page-template-template-calendar .mrail{position:sticky;top:64px;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);display:flex;gap:4px;overflow-x:auto;padding:10px var(--gut)}
body.page-template-template-calendar .mrail .mr{font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:var(--graphite);padding:7px 12px;border:1px solid var(--line-2);display:flex;gap:7px;align-items:center;white-space:nowrap;transition:.15s}
body.page-template-template-calendar .mrail .mr span{font-size:10px;color:#fff;background:var(--teal-deep);padding:1px 6px;border-radius:9px}
body.page-template-template-calendar .mrail .mr:hover{border-color:var(--teal);color:var(--teal-deep)}
body.page-template-template-calendar .mrail .mr.off{opacity:.4;pointer-events:none}
body.page-template-template-calendar .mrail .mr.off span{background:var(--line-2);color:var(--steel)}
body.page-template-template-calendar .section{padding-block:clamp(30px,4vw,56px)}
body.page-template-template-calendar .fbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:8px}
body.page-template-template-calendar .sel{font-family:var(--mono);font-size:12px;color:var(--ink);border:1px solid var(--line-2);background:#fff;padding:9px 12px;cursor:pointer;max-width:230px}
body.page-template-template-calendar .chips{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 18px}
body.page-template-template-calendar .chip{font-family:var(--mono);font-size:11px;letter-spacing:.03em;background:var(--teal-tint,rgba(18,163,155,.1));color:var(--teal-deep);border:1px solid rgba(18,163,155,.25);padding:6px 10px;display:inline-flex;align-items:center;gap:7px}
body.page-template-template-calendar .chip b{cursor:pointer}
body.page-template-template-calendar .legend{display:flex;gap:16px;flex-wrap:wrap;margin:6px 0 20px;font-family:var(--mono);font-size:10.5px;color:var(--steel)}
body.page-template-template-calendar .legend span{display:flex;align-items:center;gap:6px}
body.page-template-template-calendar .legend i{width:8px;height:8px;border-radius:50%;display:inline-block}
body.page-template-template-calendar .mtitle{font-family:var(--mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);display:flex;align-items:center;gap:10px;margin:28px 0 4px;padding-top:8px;scroll-margin-top:130px}
body.page-template-template-calendar .mtitle::before{content:"";width:24px;height:2px;background:var(--red)}
body.page-template-template-calendar .mtitle .c{color:var(--steel)}
body.page-template-template-calendar table.cal{width:100%;border-collapse:collapse}
body.page-template-template-calendar table.cal th{text-align:left;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel);font-weight:500;padding:10px 12px;border-bottom:1px solid var(--line-2)}
body.page-template-template-calendar table.cal td{padding:14px 12px;border-bottom:1px solid var(--line);vertical-align:middle;font-size:14px}
body.page-template-template-calendar table.cal tr:hover td{background:var(--mist)}
body.page-template-template-calendar table.cal .dt{font-family:var(--mono);font-size:12px;color:var(--red);white-space:nowrap}
body.page-template-template-calendar table.cal .ti{font-family:var(--serif);font-weight:600;color:var(--ink);font-size:15px}
body.page-template-template-calendar table.cal .se{font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-calendar table.cal .ci{font-family:var(--mono);font-size:12px;color:var(--graphite);white-space:nowrap}
body.page-template-template-calendar .fm{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--graphite);border:1px solid var(--line-2);padding:3px 8px 3px 7px;display:inline-flex;align-items:center;gap:6px}
body.page-template-template-calendar .fm::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--steel)}
body.page-template-template-calendar .fm.cls::before{background:var(--teal-deep)}
body.page-template-template-calendar .fm.onl::before{background:var(--slate)}
body.page-template-template-calendar .fm.hyb::before{background:var(--red)}
body.page-template-template-calendar .fm.inh::before{background:var(--ink)}
@media(max-width:760px){body.page-template-template-calendar table.cal thead{display:none}body.page-template-template-calendar table.cal,body.page-template-template-calendar table.cal tbody,body.page-template-template-calendar table.cal tr,body.page-template-template-calendar table.cal td{display:block;width:100%}body.page-template-template-calendar table.cal tr{border:1px solid var(--line-2);margin-bottom:12px;padding:6px}body.page-template-template-calendar table.cal td{border:0;padding:5px 10px}}

/* ============ bii-accreditations.html  ->  body.page-template-template-certifications  ============ */
body.page-template-template-certifications  .ic{width:22px;height:22px;flex:none}
body.page-template-template-certifications  .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-certifications  .phero .wrap{padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-certifications  .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-certifications  .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,56px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-certifications  .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-certifications  .phero p{color:#C2D2D2;margin-top:14px;max-width:62ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-certifications  .facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:20px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px}
body.page-template-template-certifications  .facts .f{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;color:#D6E2E2}
body.page-template-template-certifications  .facts .f b{color:#fff}
body.page-template-template-certifications  .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-certifications  .shead{max-width:780px;margin-bottom:clamp(22px,2.8vw,36px)}
body.page-template-template-certifications  .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.page-template-template-certifications  .shead p{color:var(--graphite);margin-top:12px}
body.page-template-template-certifications  .findbar{display:flex;gap:10px;max-width:560px;margin:0 0 22px}
body.page-template-template-certifications  .findbar .box{flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line-2);padding:0 14px}
body.page-template-template-certifications  .findbar input{flex:1;border:0;font-size:15px;padding:12px 0;font-family:var(--sans)}
body.page-template-template-certifications  .findbar input:focus{outline:none}
body.page-template-template-certifications  .findbar .ic{color:var(--teal-deep)}
body.page-template-template-certifications  .dgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:880px){body.page-template-template-certifications  .dgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body.page-template-template-certifications  .dgrid{grid-template-columns:1fr}}
body.page-template-template-certifications  .dtile{border:1px solid var(--line-2);background:#fff;padding:16px 16px;display:flex;align-items:center;gap:13px;position:relative;transition:.15s}
body.page-template-template-certifications  .dtile::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--red);transform:scaleY(0);transform-origin:center;transition:.18s}
body.page-template-template-certifications  .dtile:hover{background:var(--mist);border-color:var(--line-2)}
body.page-template-template-certifications  .dtile:hover::before{transform:scaleY(1)}
body.page-template-template-certifications  .dtile .seal{flex:none;color:var(--teal-deep)}
body.page-template-template-certifications  .dtile .seal svg{width:24px;height:24px}
body.page-template-template-certifications  .dtile .tx{flex:1;min-width:0}
body.page-template-template-certifications  .dtile .snm{font-family:var(--serif);font-weight:600;font-size:15.5px;color:var(--ink);line-height:1.12}
body.page-template-template-certifications  .dtile .cnt{font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--steel);margin-top:3px}
body.page-template-template-certifications  .dtile .ar{font-family:var(--mono);color:var(--teal-deep);transition:.18s}
body.page-template-template-certifications  .dtile:hover .ar{transform:translateX(4px)}
body.page-template-template-certifications  .viewall{display:flex;justify-content:center;margin-top:26px}
body.page-template-template-certifications  .steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line-2)}
body.page-template-template-certifications  .step{padding:24px 22px;border-right:1px solid var(--line-2);border-top:3px solid var(--red)}
body.page-template-template-certifications  .step:last-child{border-right:0}
body.page-template-template-certifications  .step .n{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--teal-deep)}
body.page-template-template-certifications  .step h3{font-family:var(--serif);font-size:19px;color:var(--ink);margin:10px 0 8px}
body.page-template-template-certifications  .step p{font-size:14px;color:var(--graphite)}
body.page-template-template-certifications  .step .who{font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--steel);margin-top:10px}
@media(max-width:780px){body.page-template-template-certifications  .steps{grid-template-columns:1fr}body.page-template-template-certifications  .step{border-right:0;border-bottom:1px solid var(--line-2)}body.page-template-template-certifications  .step:last-child{border-bottom:0}}
body.page-template-template-certifications  .ext{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
body.page-template-template-certifications  .ec{border:1px solid var(--line-2);padding:14px 18px;display:flex;gap:14px;align-items:center;background:#fff;min-width:260px;flex:1}
body.page-template-template-certifications  .ec .code{font-family:var(--mono);font-weight:600;font-size:20px;color:var(--ink)}
body.page-template-template-certifications  .ec .nm{font-family:var(--serif);font-size:15px;color:var(--ink);line-height:1.15}
body.page-template-template-certifications  .ec .by{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--teal-deep);margin-top:3px}
body.page-template-template-certifications  .ecmore{font-family:var(--mono);font-size:12px;color:var(--steel);display:flex;align-items:center;padding:0 8px}
body.page-template-template-certifications  .certcard{border:1px solid var(--line-2);background:var(--mist);padding:24px;max-width:440px}
body.page-template-template-certifications  .certcard .seal2{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line-2);padding-bottom:14px;margin-bottom:14px}
body.page-template-template-certifications  .certcard .seal2 .mk{width:40px;height:40px;color:var(--teal-deep)}
body.page-template-template-certifications  .certcard .seal2 .t{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink)}
body.page-template-template-certifications  .certcard .seal2 .s{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--steel)}
body.page-template-template-certifications  .certcard ul{list-style:none;display:grid;gap:10px}
body.page-template-template-certifications  .certcard li{display:flex;gap:10px;font-size:14px;color:var(--graphite)}
body.page-template-template-certifications  .certcard li .ic{color:var(--teal-deep);margin-top:3px}
body.page-template-template-certifications  .ctaband{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.page-template-template-certifications  .ctaband .wrap{padding-block:clamp(36px,4.6vw,60px);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
body.page-template-template-certifications  .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);max-width:24ch}

/* ============ bii-inhouse.html  ->  body.page-template-template-inhouse ============ */
body.page-template-template-inhouse .ic{width:22px;height:22px;flex:none}
body.page-template-template-inhouse .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;position:relative;overflow:hidden;border-bottom:2px solid var(--red)}
body.page-template-template-inhouse .phero .net{position:absolute;right:-30px;top:-20px;width:min(420px,42vw);opacity:.16;pointer-events:none}
body.page-template-template-inhouse .phero .wrap{position:relative;z-index:2;padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-inhouse .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-inhouse .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,58px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-inhouse .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-inhouse .phero p{color:#C2D2D2;margin-top:14px;max-width:60ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-inhouse .phero .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
body.page-template-template-inhouse .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-inhouse .shead{max-width:760px;margin-bottom:clamp(26px,3.4vw,44px)}
body.page-template-template-inhouse .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.page-template-template-inhouse .shead p{color:var(--graphite);margin-top:12px}
body.page-template-template-inhouse .chips{display:flex;flex-wrap:wrap;gap:9px}
body.page-template-template-inhouse .chip{font-family:var(--mono);font-size:12px;letter-spacing:.03em;border:1px solid var(--line-2);padding:9px 13px;color:var(--graphite);transition:.16s;cursor:pointer}
body.page-template-template-inhouse .chip:hover{border-color:var(--teal);color:var(--teal-deep)}
body.page-template-template-inhouse .chip .n{color:var(--steel)}
body.page-template-template-inhouse .steps{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line-2)}
body.page-template-template-inhouse .step{padding:24px 22px;border-right:1px solid var(--line-2);border-top:3px solid var(--red)}
body.page-template-template-inhouse .step:last-child{border-right:0}
body.page-template-template-inhouse .step .n{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--teal-deep)}
body.page-template-template-inhouse .step h3{font-family:var(--serif);font-size:19px;color:var(--ink);margin:10px 0 8px}
body.page-template-template-inhouse .step p{font-size:14px;color:var(--graphite)}
@media(max-width:780px){body.page-template-template-inhouse .steps{grid-template-columns:1fr}body.page-template-template-inhouse .step{border-right:0;border-bottom:1px solid var(--line-2)}body.page-template-template-inhouse .step:last-child{border-bottom:0}}
body.page-template-template-inhouse .bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.page-template-template-inhouse .bcard{border:1px solid var(--line-2);padding:24px;background:#fff;position:relative}
body.page-template-template-inhouse .bcard::before{content:"";position:absolute;left:0;top:0;width:38px;height:3px;background:var(--red)}
body.page-template-template-inhouse .bcard .ic{width:32px;height:32px;color:var(--teal-deep);margin:6px 0 14px}
body.page-template-template-inhouse .bcard h3{font-family:var(--serif);font-size:19px;color:var(--ink);margin-bottom:8px}
body.page-template-template-inhouse .bcard p{font-size:14px;color:var(--graphite)}
@media(max-width:820px){body.page-template-template-inhouse .bgrid{grid-template-columns:1fr}}
body.page-template-template-inhouse .tailor{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 28px;margin-top:8px}
body.page-template-template-inhouse .tailor li{list-style:none;display:flex;gap:10px;align-items:center;font-size:14.5px;color:var(--graphite)}
body.page-template-template-inhouse .tailor li .ic{color:var(--teal-deep)}
@media(max-width:680px){body.page-template-template-inhouse .tailor{grid-template-columns:1fr}}
body.page-template-template-inhouse .formrow{background:var(--ink);color:#fff;border-top:2px solid var(--red)}
body.page-template-template-inhouse .formrow .grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(30px,5vw,64px);align-items:start}
@media(max-width:820px){body.page-template-template-inhouse .formrow .grid{grid-template-columns:1fr}}
body.page-template-template-inhouse .formrow .eyebrow{color:var(--teal-soft)}
body.page-template-template-inhouse .formrow h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3vw,38px);margin:12px 0 10px}
body.page-template-template-inhouse .formrow p{color:#C2D2D2;max-width:54ch}
body.page-template-template-inhouse .form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
body.page-template-template-inhouse .field{display:flex;flex-direction:column;gap:6px}
body.page-template-template-inhouse .field.full{grid-column:1/-1}
body.page-template-template-inhouse .field label{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:#9FB4B4}
body.page-template-template-inhouse .field input,body.page-template-template-inhouse .field textarea{font-family:var(--sans);font-size:15px;color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);padding:11px 13px}
body.page-template-template-inhouse .field input:focus,body.page-template-template-inhouse .field textarea:focus{outline:2px solid var(--teal);outline-offset:1px;border-color:var(--teal)}
@media(max-width:600px){body.page-template-template-inhouse .form{grid-template-columns:1fr}}
body.page-template-template-inhouse .trust{display:flex;flex-wrap:wrap;gap:12px}
body.page-template-template-inhouse .tchip{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--graphite);border:1px solid var(--line-2);padding:11px 16px}

/* ============ bii-faq.html  ->  body.page-template-template-faq ============ */
body.page-template-template-faq .ic{width:16px;height:16px;flex:none}
body.page-template-template-faq .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;position:relative;overflow:hidden;border-bottom:2px solid var(--red)}
body.page-template-template-faq .phero .net{position:absolute;right:-30px;top:-20px;width:min(420px,42vw);opacity:.16;pointer-events:none}
body.page-template-template-faq .phero .wrap{position:relative;z-index:2;padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-faq .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-faq .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,58px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-faq .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-faq .phero p{color:#C2D2D2;margin-top:14px;max-width:60ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-faq .phero .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
body.page-template-template-faq .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-faq .shead{max-width:760px;margin-bottom:clamp(26px,3.4vw,44px)}
body.page-template-template-faq .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.page-template-template-faq .shead p{color:var(--graphite);margin-top:12px}
body.page-template-template-faq .chips{display:flex;flex-wrap:wrap;gap:9px}
body.page-template-template-faq .chip{font-family:var(--mono);font-size:12px;letter-spacing:.03em;border:1px solid var(--line-2);padding:9px 13px;color:var(--graphite);transition:.16s;cursor:pointer}
body.page-template-template-faq .chip:hover{border-color:var(--teal);color:var(--teal-deep)}
body.page-template-template-faq .chip .n{color:var(--steel)}
body.page-template-template-faq .faqsearch{display:flex;gap:10px;max-width:560px;margin-top:20px}
body.page-template-template-faq .faqsearch .box{flex:1;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.22);padding:0 14px}
body.page-template-template-faq .faqsearch input{flex:1;background:none;border:0;color:#fff;font-size:15px;padding:12px 0}
body.page-template-template-faq .faqsearch input::placeholder{color:#7E9696}
body.page-template-template-faq .faqsearch input:focus{outline:none}
body.page-template-template-faq .faqcat{margin-bottom:30px}
body.page-template-template-faq .faqcat .ct{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);display:flex;align-items:center;gap:9px;margin-bottom:8px}
body.page-template-template-faq .faqcat .ct::before{content:"";width:18px;height:2px;background:var(--red)}
body.page-template-template-faq details.q{border-bottom:1px solid var(--line)}
body.page-template-template-faq details.q>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 2px;font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink)}
body.page-template-template-faq details.q>summary::-webkit-details-marker{display:none}
body.page-template-template-faq details.q>summary::after{content:"+";font-family:var(--mono);color:var(--teal-deep);font-size:20px}
body.page-template-template-faq details.q[open]>summary::after{content:"–"}
body.page-template-template-faq details.q .a{padding:0 2px 18px;color:var(--graphite);font-size:15px;max-width:74ch}
body.page-template-template-faq .faqcta{background:var(--mist);border-top:1px solid var(--line)}
body.page-template-template-faq .faqcta .wrap{padding-block:clamp(32px,4vw,52px);display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
body.page-template-template-faq .faqcta h2{font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.6vw,30px);color:var(--ink)}

/* ============ bii-insights.html  ->  body.page-template-template-insights ============ */
body.page-template-template-insights .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-insights .phero .wrap{padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-insights .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-insights .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,56px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-insights .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-insights .phero p{color:#C2D2D2;margin-top:14px;max-width:62ch;font-size:clamp(15px,1.4vw,18px)}

body.page-template-template-insights .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-insights .shead{max-width:780px;margin-bottom:clamp(22px,2.8vw,38px)}
body.page-template-template-insights .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.page-template-template-insights .shead p{color:var(--graphite);margin-top:12px}

body.page-template-template-insights .chips{display:flex;flex-wrap:wrap;gap:9px}
body.page-template-template-insights .chip{font-family:var(--mono);font-size:12px;letter-spacing:.03em;border:1px solid var(--line-2);padding:9px 13px;color:var(--graphite);transition:.16s;cursor:pointer;position:relative}
body.page-template-template-insights .chip:hover,
body.page-template-template-insights .chip.on{border-color:var(--teal);color:#fff;background:var(--teal)}
body.page-template-template-insights .chip.on::after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-top:9px solid var(--red);border-left:9px solid transparent}


body.page-template-template-insights footer.site{background:#081012;color:#7E9696;font-family:var(--mono);font-size:11px;border-top:2px solid var(--red)}
body.page-template-template-insights footer.site .wrap{padding-block:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

body.page-template-template-insights .tc{position:relative;overflow:hidden;background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09)1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09)1px,transparent 1px);background-size:22px 22px}
body.page-template-template-insights .tc .grad{position:absolute;inset:0;background:radial-gradient(120% 120% at 75% 15%,rgba(21,70,76,.85),rgba(8,18,20,.45)70%)}
body.page-template-template-insights .tc .net{position:absolute;left:-5%;top:-8%;width:52%;opacity:.4}
body.page-template-template-insights .tc.photo{background-size:cover;background-position:center;background-image:none}
body.page-template-template-insights .tc.photo .grad,
body.page-template-template-insights .tc.photo .net,
body.page-template-template-insights .tc.photo .tick{display:none}
body.page-template-template-insights .tc.photo .cat{color:#F4F6F6}
body.page-template-template-insights .tc .cat{position:absolute;left:12px;top:12px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-soft);z-index:3}
body.page-template-template-insights .tc .ti{position:absolute;left:12px;right:12px;bottom:12px;font-family:var(--serif);font-weight:600;font-size:16px;line-height:1.12;color:#fff;z-index:3}
body.page-template-template-insights .tc .tick{position:absolute;top:0;right:0;width:0;height:0;border-top:16px solid var(--red);border-left:16px solid transparent;z-index:4}

body.page-template-template-insights .feat{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(20px,3vw,40px);align-items:stretch;border:1px solid var(--line-2);margin-bottom:14px}
body.page-template-template-insights .feat .tc{min-height:300px}
body.page-template-template-insights .feat .fb{padding:clamp(22px,3vw,40px);display:flex;flex-direction:column;justify-content:center}
body.page-template-template-insights .feat .k{font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-insights .feat h3{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.6vw,32px);color:var(--ink);line-height:1.1;margin:10px 0 12px}
body.page-template-template-insights .feat p{color:var(--graphite);font-size:15px}
body.page-template-template-insights .feat .meta{font-family:var(--mono);font-size:11px;color:var(--steel);margin-top:16px}
@media(max-width:820px){body.page-template-template-insights .feat{grid-template-columns:1fr}body.page-template-template-insights .feat .tc{aspect-ratio:16/9;min-height:0}}

body.page-template-template-insights .agrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}
@media(max-width:880px){body.page-template-template-insights .agrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body.page-template-template-insights .agrid{grid-template-columns:1fr}}

body.page-template-template-insights .acard{border:1px solid var(--line-2);background:#fff;display:flex;flex-direction:column;transition:.16s;text-decoration:none;color:inherit}
body.page-template-template-insights .acard:hover{box-shadow:0 8px 30px rgba(12,22,24,.08);transform:translateY(-2px)}
body.page-template-template-insights .acard .tc{aspect-ratio:16/9}
body.page-template-template-insights .acard .b{padding:18px;display:flex;flex-direction:column;flex:1}
body.page-template-template-insights .acard h3{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);line-height:1.2;margin-bottom:8px}
body.page-template-template-insights .acard p{font-size:13.5px;color:var(--graphite)}
body.page-template-template-insights .acard .meta{font-family:var(--mono);font-size:10.5px;color:var(--steel);margin-top:auto;padding-top:12px;display:flex;gap:12px}

body.page-template-template-insights .sub{background:var(--mist);border-top:1px solid var(--line)}
body.page-template-template-insights .sub .wrap{padding-block:clamp(30px,4vw,48px);display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
body.page-template-template-insights .sub h2{font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.4vw,28px);color:var(--ink)}
body.page-template-template-insights .subform{display:flex;gap:10px}
body.page-template-template-insights .subform input{border:1px solid var(--line-2);padding:11px 14px;font-size:14px;min-width:220px}

body.page-template-template-insights .sigband{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-block:2px solid var(--red)}
body.page-template-template-insights .sigband .wrap{padding-block:clamp(34px,4.4vw,58px)}
body.page-template-template-insights .sigband .eyebrow{color:var(--teal-soft)}
body.page-template-template-insights .sigband h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);margin-top:12px}
body.page-template-template-insights .sigband p.lead{color:#C2D2D2;margin-top:10px;max-width:62ch}
body.page-template-template-insights .siggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
@media(max-width:880px){body.page-template-template-insights .siggrid{grid-template-columns:1fr}}

body.page-template-template-insights .sigcard{border:1px solid rgba(175,204,206,.25);padding:20px;position:relative;transition:.16s;background:rgba(255,255,255,.02)}
body.page-template-template-insights .sigcard:hover{border-color:var(--teal);background:rgba(18,163,155,.08)}
body.page-template-template-insights .sigcard::after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-top:14px solid var(--red);border-left:14px solid transparent}
body.page-template-template-insights .sigcard .tp{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-soft)}
body.page-template-template-insights .sigcard h3{font-family:var(--serif);font-weight:600;font-size:18px;line-height:1.2;color:#fff;margin:8px 0 6px}
body.page-template-template-insights .sigcard p{font-size:13px;color:#A8BCBC}
body.page-template-template-insights .sigcard .dt{font-family:var(--mono);font-size:10.5px;color:#7E9696;margin-top:12px}

body.page-template-template-insights .mrlist{counter-reset:mr;display:grid;grid-template-columns:repeat(2,1fr);gap:0 40px;margin-top:8px}
@media(max-width:760px){body.page-template-template-insights .mrlist{grid-template-columns:1fr}}

body.page-template-template-insights .mr{display:flex;gap:16px;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--line)}
body.page-template-template-insights .mr .n{font-family:var(--serif);font-weight:700;font-size:26px;color:var(--line-2);min-width:34px}
body.page-template-template-insights .mr:hover .n{color:var(--red)}
body.page-template-template-insights .mr h3{font-family:var(--serif);font-weight:600;font-size:17px;line-height:1.25;color:var(--ink)}
body.page-template-template-insights .mr .tp{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-deep);display:block;margin-bottom:3px}

body.page-template-template-insights .m-burger{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #E2E7E7;background:#fff;cursor:pointer;flex:none}
body.page-template-template-insights .m-burger span,
body.page-template-template-insights .m-burger span::before,
body.page-template-template-insights .m-burger span::after{display:block;width:18px;height:2px;background:#0C1618;content:""}
body.page-template-template-insights .m-burger span{position:relative}
body.page-template-template-insights .m-burger span::before,
body.page-template-template-insights .m-burger span::after{position:absolute;left:0}
body.page-template-template-insights .m-burger span::before{top:-6px}
body.page-template-template-insights .m-burger span::after{top:6px}

body.page-template-template-insights .m-scrim{position:fixed;inset:0;background:rgba(8,18,20,.45);opacity:0;visibility:hidden;transition:.2s;z-index:998}
body.page-template-template-insights .m-scrim.open{opacity:1;visibility:visible}

body.page-template-template-insights .m-nav{position:fixed;top:0;right:0;bottom:0;width:min(84vw,340px);background:#fff;z-index:999;transform:translateX(100%);transition:transform .26s ease;display:flex;flex-direction:column;box-shadow:-12px 0 40px rgba(0,0,0,.18)}
body.page-template-template-insights .m-nav.open{transform:translateX(0)}
body.page-template-template-insights .m-nav .m-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #E2E7E7}
body.page-template-template-insights .m-nav .m-head b{font-family:var(--serif);font-size:18px;color:#0C1618}
body.page-template-template-insights .m-close{width:34px;height:34px;border:none;background:none;font-size:24px;line-height:1;color:#46535A;cursor:pointer}
body.page-template-template-insights .m-nav a{padding:12px 18px;border-bottom:1px solid #F0F3F3;color:#0C1618;font-size:16px;display:block}
body.page-template-template-insights .m-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}
body.page-template-template-insights .m-grp{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#6B7880;padding:16px 18px 6px}
body.page-template-template-insights .m-cta{margin:16px 18px 0;border:1.5px solid #12A39B;background:#12A39B;color:#fff!important;text-align:center;font-family:var(--mono);font-size:13px;letter-spacing:.04em}
body.page-template-template-insights .m-lang{display:flex;gap:8px;padding:16px 18px;margin-top:auto;border-top:1px solid #E2E7E7}
body.page-template-template-insights .m-lang a{padding:6px 12px;border:1px solid #E2E7E7;font-family:var(--mono);font-size:12px;color:#46535A}
body.page-template-template-insights .m-lang a.on{border-color:#12A39B;color:#0B847D}

@media(max-width:760px){body.page-template-template-insights header nav{display:none!important}body.page-template-template-insights .m-burger{display:flex}body.page-template-template-insights .logo .rule,body.page-template-template-insights .logo .dsc{display:none}}

/* ============ bii-insight-single.html  ->  body.page-template-template-insight ============ */
body.single-insights .heroa .art {min-height:clamp(300px,38vw,460px);display:flex;align-items:flex-end}
body.single-insights .art {position:relative;overflow:hidden;background-color:#0B1A1C;background-size:cover;background-position:center}
body.single-insights .art.nophoto {background-image:linear-gradient(rgba(175,204,206,.07)1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.07)1px,transparent 1px);background-size:22px 22px}
body.single-insights .art.nophoto .grad {position:absolute;inset:0;background:radial-gradient(120% 120% at 75% 15%,rgba(21,70,76,.85),rgba(8,18,20,.55)70%)}
body.single-insights .art::after {content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,20,.15)0%,rgba(8,18,20,.05)38%,rgba(8,18,20,.6)100%)}
body.single-insights .art .tickc {position:absolute;top:0;right:0;width:0;height:0;border-top:26px solid var(--red);border-left:26px solid transparent;z-index:5}
body.single-insights .art .code {position:absolute;left:20px;top:18px;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#AFCCCE;z-index:5;text-shadow:0 1px 8px rgba(0,0,0,.6)}
body.single-insights .heroa .inner {position:relative;z-index:6;padding:0 var(--gut) clamp(28px,3.4vw,52px);max-width:920px}
body.single-insights .heroa .topic {font-family:var(--mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-soft);display:inline-flex;align-items:center;gap:9px}
body.single-insights .heroa .topic::before {content:"";width:18px;height:2px;background:var(--red)}
body.single-insights .heroa h1 {font-family:var(--serif);font-weight:700;font-size:clamp(28px,3.7vw,50px);line-height:1.04;letter-spacing:-.02em;color:#fff;margin:16px 0 0;max-width:21ch;text-shadow:0 2px 24px rgba(0,0,0,.35)}
body.single-insights .heroa .meta {display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;font-family:var(--mono);font-size:11px;color:#A8BCBC}
body.single-insights .heroa .meta b {color:#DCE6E6;font-weight:500}
body.single-insights .abody {padding-block:clamp(34px,4.5vw,60px)}
body.single-insights .abody .wrap {max-width:720px}
body.single-insights .abody p {margin-bottom:18px;color:#27322F;font-size:17px}
body.single-insights .draftnote {border:1.5px dashed var(--line-2);background:#FFF9F2;color:#7A5A2A;font-family:var(--mono);font-size:11.5px;letter-spacing:.02em;padding:12px 14px;margin-bottom:26px;display:flex;gap:10px;align-items:flex-start}
body.single-insights .draftnote b {color:var(--red)}
body.single-insights .stand {font-family:var(--serif);font-size:21px;line-height:1.45;color:var(--ink);margin-bottom:22px}
body.single-insights .tagsrow {display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}
body.single-insights .tagsrow span {font-family:var(--mono);font-size:11px;border:1px solid var(--line-2);padding:6px 12px;color:var(--graphite)}
body.single-insights .share {display:flex;gap:10px;margin-top:22px;font-family:var(--mono);font-size:11px}
body.single-insights .share a {border:1px solid var(--line-2);padding:7px 13px;color:var(--graphite);transition:.15s}
body.single-insights .share a:hover {border-color:var(--teal);color:var(--teal-deep)}
body.single-insights .author {display:flex;gap:14px;align-items:center;border-block:1px solid var(--line);padding:20px 0;margin-top:30px}
body.single-insights .author .av {width:50px;height:50px;border-radius:50%;background:var(--teal-soft);flex:none}
body.single-insights .author .nm {font-family:var(--serif);font-weight:600;color:var(--ink)}
body.single-insights .author .ro {font-size:13px;color:var(--steel)}
body.single-insights .related {background:var(--mist);border-top:1px solid var(--line)}
body.single-insights .related .wrap {padding-block:clamp(34px,4vw,54px)}
body.single-insights .related h2 {font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink);margin-bottom:18px}
body.single-insights .rgrid {display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:820px){body.single-insights .rgrid {grid-template-columns:1fr}}
body.single-insights .rcard {background:#fff;border:1px solid var(--line);padding:16px;transition:.15s;display:block}
body.single-insights .rcard:hover {border-color:var(--teal-soft)}
body.single-insights .rcard .tp {font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}
body.single-insights .rcard h3 {font-family:var(--serif);font-weight:600;font-size:17px;color:var(--ink);margin:6px 0 4px}
body.single-insights .rcard .dt {font-family:var(--mono);font-size:10.5px;color:var(--steel)}
body.single-insights .sub {background:var(--mist);border-top:1px solid var(--line)}
body.single-insights .sub .wrap {padding-block:clamp(30px,4vw,48px);display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
body.single-insights .sub h2 {font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.4vw,28px);color:var(--ink)}
body.single-insights .subform {display:flex;gap:10px}
body.single-insights .subform input {border:1px solid var(--line-2);padding:11px 14px;font-size:14px;min-width:220px}
/* ============ bii-cases.html  ->  body.page-template-template-cases ============ */
body.page-template-template-cases .ic{width:16px;height:16px;flex:none}
body.page-template-template-cases .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-cases .phero .wrap{padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-cases .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-cases .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,56px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-cases .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-cases .phero p{color:#C2D2D2;margin-top:14px;max-width:62ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-cases .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-cases .draftnote{border:1.5px dashed var(--line-2);background:#FFF9F2;color:#7A5A2A;font-family:var(--mono);font-size:11.5px;letter-spacing:.02em;padding:12px 14px;margin-bottom:22px;display:flex;gap:10px;align-items:flex-start}
body.page-template-template-cases .draftnote b{color:var(--red)}
body.page-template-template-cases .mband{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line-2);margin-bottom:24px}
body.page-template-template-cases .mb{padding:22px;border-right:1px solid var(--line-2);border-top:3px solid var(--red)}
body.page-template-template-cases .mb:last-child{border-right:0}
body.page-template-template-cases .mb .k{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3vw,38px);color:var(--teal-deep);line-height:1}
body.page-template-template-cases .mb .k b{color:var(--ink)}
body.page-template-template-cases .mb .l{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel);margin-top:9px}
@media(max-width:780px){body.page-template-template-cases .mband{grid-template-columns:1fr 1fr}body.page-template-template-cases .mb:nth-child(2n){border-right:0}}
body.page-template-template-cases .plant{position:absolute;left:0;right:0;bottom:0;width:100%;height:78%;color:#0b8478;opacity:.55;z-index:1}
body.page-template-template-cases .grain{position:absolute;inset:0;opacity:.4;z-index:2;mix-blend-mode:overlay}
body.page-template-template-cases .grad{position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,rgba(8,18,20,.7),rgba(11,132,125,.18) 65%,transparent),radial-gradient(90% 80% at 78% 12%,rgba(175,204,206,.18),transparent 60%)}
body.page-template-template-cases .tag{position:absolute;left:14px;top:13px;z-index:4;font-family:var(--mono);font-size:9.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--teal-soft)}
body.page-template-template-cases .ph{position:absolute;right:12px;bottom:10px;z-index:4;font-family:var(--mono);font-size:9px;letter-spacing:.04em;color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.2);padding:2px 6px}
body.page-template-template-cases .tick{position:absolute;top:0;right:0;z-index:5;width:0;height:0;border-top:18px solid var(--red);border-left:18px solid transparent}
body.page-template-template-cases .feat{display:grid;grid-template-columns:.95fr 1.05fr;border:1px solid var(--line-2);margin-bottom:14px}
@media(max-width:840px){body.page-template-template-cases .feat{grid-template-columns:1fr}}
body.page-template-template-cases .cov{position:relative;overflow:hidden;background:#0a1416;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;padding:20px}
body.page-template-template-cases .cov .biglab{position:relative;z-index:4;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-soft);display:flex;align-items:center;gap:8px}
body.page-template-template-cases .cov .big{position:relative;z-index:4}
body.page-template-template-cases .cov .big .n{font-family:var(--serif);font-weight:600;font-size:clamp(46px,6.5vw,80px);color:#fff;line-height:.95}
body.page-template-template-cases .cov .big .n em{font-style:normal;color:var(--red)}
body.page-template-template-cases .cov .big .c{font-family:var(--mono);font-size:11px;color:#AEC3C3;margin-top:6px;letter-spacing:.04em}
body.page-template-template-cases .fb{padding:clamp(22px,3vw,38px)}
body.page-template-template-cases .anon{font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--steel);border:1px solid var(--line-2);padding:3px 7px}
body.page-template-template-cases .who{font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.4vw,26px);color:var(--ink);line-height:1.12;margin:12px 0 4px}
body.page-template-template-cases .prog{font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:var(--teal-deep);margin-bottom:18px}
body.page-template-template-cases .blocks{display:grid;gap:14px;border-top:1px solid var(--line);padding-top:16px}
body.page-template-template-cases .blk{display:grid;grid-template-columns:130px 1fr;gap:14px}
@media(max-width:520px){body.page-template-template-cases .blk{grid-template-columns:1fr}}
body.page-template-template-cases .blk .lab{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--red)}
body.page-template-template-cases .blk p{font-size:14px;color:var(--graphite)}
body.page-template-template-cases .quote{margin-top:18px;border-left:2px solid var(--red);padding-left:14px;font-family:var(--serif);font-style:italic;font-size:15px;color:var(--ink)}
body.page-template-template-cases .quote .by{display:block;font-style:normal;font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--steel);margin-top:8px}
body.page-template-template-cases .cgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
@media(max-width:880px){body.page-template-template-cases .cgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body.page-template-template-cases .cgrid{grid-template-columns:1fr}}
body.page-template-template-cases .cc{border:1px solid var(--line-2);background:#fff;display:flex;flex-direction:column;transition:.16s}
body.page-template-template-cases .cc:hover{box-shadow:0 8px 30px rgba(12,22,24,.08);transform:translateY(-2px)}
body.page-template-template-cases .covsm{position:relative;overflow:hidden;aspect-ratio:16/9;background:#0a1416}
body.page-template-template-cases .cc .b{padding:20px;display:flex;flex-direction:column;flex:1}
body.page-template-template-cases .cc .pr{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--teal-deep)}
body.page-template-template-cases .cc .res{font-family:var(--serif);font-weight:600;font-size:34px;color:var(--red);line-height:1;margin:8px 0 2px}
body.page-template-template-cases .cc .rl{font-family:var(--mono);font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--steel)}
body.page-template-template-cases .cc .who2{font-family:var(--serif);font-weight:600;font-size:16px;color:var(--ink);margin:12px 0 4px;line-height:1.18}
body.page-template-template-cases .cc p{font-size:13px;color:var(--graphite);flex:1}
body.page-template-template-cases .cc .q{font-family:var(--serif);font-style:italic;font-size:13px;color:var(--graphite);border-top:1px solid var(--line);margin-top:12px;padding-top:12px}
body.page-template-template-cases .cc .q .by{display:block;font-style:normal;font-family:var(--mono);font-size:9.5px;color:var(--steel);margin-top:6px}
body.page-template-template-cases .ctaband{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.page-template-template-cases .ctaband .wrap{padding-block:clamp(36px,4.6vw,60px);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
body.page-template-template-cases .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);max-width:24ch}
body.page-template-template-cases .ctaband h2 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-cases .cgrid a.cc{text-decoration:none;color:inherit;display:block}

/* ============ bii-case-single.html  ->  body.single-cases ============ */
body.single-cases .chero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.single-cases .chero .wrap{padding-block:clamp(34px,4.5vw,60px)}
body.single-cases .chero .eyebrow{color:var(--teal-soft)}
body.single-cases .chero h1{font-family:var(--serif);font-weight:600;font-size:clamp(28px,4vw,50px);line-height:1.04;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.single-cases .chero .sub{color:#C2D2D2;margin-top:14px;max-width:60ch;font-size:clamp(15px,1.4vw,18px)}
body.single-cases .kpis{display:flex;gap:30px;flex-wrap:wrap;margin-top:26px}
body.single-cases .kpi .v{font-family:var(--serif);font-weight:700;font-size:clamp(28px,4vw,44px);color:#fff;line-height:1}
body.single-cases .kpi .v em{font-style:normal;color:var(--red)}
body.single-cases .kpi .l{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-soft);margin-top:6px}
body.single-cases .photo{position:relative;height:clamp(220px,34vw,420px);background:#0a1416;overflow:hidden;border-bottom:1px solid var(--line)}
body.single-cases .photo svg{position:absolute;inset:0;width:100%;height:100%}
body.single-cases .photo .grain{position:absolute;inset:0;opacity:.5;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:4px 4px}
body.single-cases .photo .lab{position:absolute;left:var(--gut);bottom:14px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#7E9696;z-index:3}
body.single-cases .glance{border-bottom:1px solid var(--line);background:var(--mist)}
body.single-cases .glance .wrap{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding-block:22px}
@media(max-width:820px){body.single-cases .glance .wrap{grid-template-columns:1fr 1fr}}
body.single-cases .glance .g .k{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel)}
body.single-cases .glance .g .val{font-family:var(--serif);font-weight:600;font-size:16px;color:var(--ink);margin-top:3px}
body.single-cases .cbody{padding-block:clamp(34px,4.5vw,60px)}
body.single-cases .cbody .wrap{max-width:760px}
body.single-cases .cbody h2{font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.4vw,27px);color:var(--ink);margin:30px 0 10px}
body.single-cases .cbody h2:first-child{margin-top:0}
body.single-cases .cbody p{margin-bottom:16px;color:#27322F;font-size:17px}
body.single-cases .cbody ul{margin:0 0 18px;padding-left:0;list-style:none}
body.single-cases .cbody li{position:relative;padding-left:22px;margin-bottom:9px;color:#27322F}
body.single-cases .cbody li::before{content:"";position:absolute;left:0;top:11px;width:9px;height:2px;background:var(--red)}
body.single-cases .pull{border-left:3px solid var(--red);padding:6px 0 6px 20px;margin:26px 0;font-family:var(--serif);font-size:21px;line-height:1.4;color:var(--ink);font-weight:500}
body.single-cases .prog{border:1px solid var(--line-2);background:var(--mist);padding:20px;margin-top:26px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
body.single-cases .prog .t{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel)}
body.single-cases .prog .nm{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);margin-top:3px}
body.single-cases .related{background:var(--mist);border-top:1px solid var(--line)}
body.single-cases .related .wrap{padding-block:clamp(34px,4vw,54px)}
body.single-cases .related h2{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink);margin-bottom:18px}
body.single-cases .rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:820px){body.single-cases .rgrid{grid-template-columns:1fr}}
body.single-cases .rcard{background:#fff;border:1px solid var(--line);padding:16px;transition:.15s}
body.single-cases .rcard:hover{border-color:var(--teal-soft)}
body.single-cases .rcard .tp{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}
body.single-cases .rcard .big{font-family:var(--serif);font-weight:700;font-size:24px;color:var(--ink);margin:6px 0 2px}
body.single-cases .rcard .big em{font-style:normal;color:var(--red)}
body.single-cases .rcard h3{font-size:13.5px;color:var(--graphite);font-family:var(--sans)}
body.single-cases .ccta{border-top:2px solid var(--red);background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff}
body.single-cases .ccta .wrap{padding-block:clamp(30px,4vw,50px);display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
body.single-cases .ccta h2{font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.4vw,30px);max-width:22ch}
body.single-cases .ccta h2 em{font-style:normal;color:var(--teal-soft)}
body.single-cases .badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #2A4044;background:rgba(175,204,206,.08);color:#AFCCCE;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;padding:7px 12px;margin-bottom:16px}
body.single-cases .badge::before{content:"";width:6px;height:6px;background:var(--red);border-radius:50%}
body.single-cases .repnote{background:#FFFBF4;border:1px solid #EADFC9;border-left:3px solid var(--red);padding:16px 18px;margin:26px 0;font-size:14px;color:#6B5836;line-height:1.55}
body.single-cases .repnote b{color:var(--ink)}
body.single-cases .bm{border:1px solid var(--line-2);background:var(--mist);padding:18px 20px;margin:24px 0}
body.single-cases .bm .h{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:12px}
body.single-cases .bm ul{margin:0;padding:0;list-style:none}
body.single-cases .bm li{position:relative;padding-left:20px;margin-bottom:10px;color:#27322F;font-size:14.5px}
body.single-cases .bm li::before{content:"";position:absolute;left:0;top:10px;width:9px;height:2px;background:var(--red)}
body.single-cases .bm .src{font-family:var(--mono);font-size:10.5px;color:var(--steel);margin-top:12px}
body.single-cases .steps{counter-reset:s;margin:20px 0}
body.single-cases .step{position:relative;padding-left:52px;margin-bottom:20px}
body.single-cases .step::before{counter-increment:s;content:"0" counter(s);position:absolute;left:0;top:0;font-family:var(--mono);font-size:12px;color:var(--red);border:1px solid var(--line-2);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff}
body.single-cases .step h3{font-family:var(--serif);font-weight:600;font-size:17.5px;color:var(--ink);margin:6px 0 5px}
body.single-cases .step p{font-size:15.5px;margin:0}
body.single-cases .outcome{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}
@media(max-width:760px){body.single-cases .outcome{grid-template-columns:1fr}}
body.single-cases .oc{border:1px solid var(--line);border-top:2px solid var(--teal);padding:16px}
body.single-cases .oc .t{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--steel)}
body.single-cases .oc .v{font-family:var(--serif);font-weight:600;font-size:17px;color:var(--ink);margin-top:6px;line-height:1.3}

/* ============ bii-library.html  ->  body.page-template-template-library ============ */
body.page-template-template-library .ic{width:16px;height:16px;flex:none}
body.page-template-template-library .phero{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-bottom:2px solid var(--red)}
body.page-template-template-library .phero .wrap{padding-block:clamp(34px,4.6vw,60px)}
body.page-template-template-library .phero .eyebrow{color:var(--teal-soft)}
body.page-template-template-library .phero h1{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4.6vw,56px);line-height:1.03;letter-spacing:-.02em;margin:14px 0 0;max-width:18ch}
body.page-template-template-library .phero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-library .phero p{color:#C2D2D2;margin-top:14px;max-width:62ch;font-size:clamp(15px,1.4vw,18px)}
body.page-template-template-library .section{padding-block:clamp(40px,5vw,72px)}
body.page-template-template-library .shead{max-width:780px;margin-bottom:clamp(22px,2.8vw,38px)}
body.page-template-template-library .shead h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3.2vw,40px);color:var(--ink);margin-top:12px;letter-spacing:-.01em}
body.page-template-template-library .shead p{color:var(--graphite);margin-top:12px}
body.page-template-template-library .chips{display:flex;flex-wrap:wrap;gap:9px}
body.page-template-template-library .chip{font-family:var(--mono);font-size:12px;letter-spacing:.03em;border:1px solid var(--line-2);padding:9px 13px;color:var(--graphite);transition:.16s;cursor:pointer}
body.page-template-template-library .chip:hover,body.page-template-template-library .chip.on{border-color:var(--teal);color:#fff;background:var(--teal)}
body.page-template-template-library .ctaband{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.page-template-template-library .ctaband .wrap{padding-block:clamp(36px,4.6vw,60px);display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}
body.page-template-template-library .ctaband h2{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.8vw,34px);max-width:24ch}
body.page-template-template-library .ctaband h2 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-library .tc{position:relative;overflow:hidden;background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:22px 22px}
body.page-template-template-library .tc .grad{position:absolute;inset:0;background:radial-gradient(120% 120% at 75% 15%,rgba(21,70,76,.85),rgba(8,18,20,.45) 70%)}
body.page-template-template-library .tc .net{position:absolute;left:-5%;top:-8%;width:52%;opacity:.4}
body.page-template-template-library .tc .cat{position:absolute;left:12px;top:12px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-soft);z-index:3}
body.page-template-template-library .tc .ti{position:absolute;left:12px;right:12px;bottom:12px;font-family:var(--serif);font-weight:600;font-size:16px;line-height:1.12;color:#fff;z-index:3}
body.page-template-template-library .tc .tick{position:absolute;top:0;right:0;width:0;height:0;border-top:16px solid var(--red);border-left:16px solid transparent;z-index:4}
body.page-template-template-library .draftnote{border:1.5px dashed var(--line-2);background:#FFF9F2;color:#7A5A2A;font-family:var(--mono);font-size:11.5px;letter-spacing:.02em;padding:12px 14px;margin-bottom:22px;display:flex;gap:10px;align-items:flex-start}
body.page-template-template-library .draftnote b{color:var(--red)}
body.page-template-template-library .lgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
@media(max-width:880px){body.page-template-template-library .lgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body.page-template-template-library .lgrid{grid-template-columns:1fr}}
body.page-template-template-library .lcard{border:1px solid var(--line-2);background:#fff;padding:20px;display:flex;flex-direction:column;position:relative;transition:.16s}
body.page-template-template-library .lcard:hover{box-shadow:0 8px 30px rgba(12,22,24,.08)}
body.page-template-template-library .lcard::before{content:"";position:absolute;left:0;top:0;width:36px;height:3px;background:var(--red)}
body.page-template-template-library .lcard .ty{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-library .lcard h3{font-family:var(--serif);font-weight:600;font-size:17px;color:var(--ink);line-height:1.18;margin:8px 0 6px}
body.page-template-template-library .lcard p{font-size:13px;color:var(--graphite);flex:1}
body.page-template-template-library .lcard .ft{display:flex;justify-content:space-between;align-items:center;margin-top:16px;border-top:1px solid var(--line);padding-top:13px}
body.page-template-template-library .lcard .fmt{font-family:var(--mono);font-size:10.5px;color:var(--steel)}
body.page-template-template-library .lcard .dlb{font-family:var(--mono);font-size:11px;color:var(--teal-deep);display:flex;align-items:center;gap:6px}
body.page-template-template-library .lcard:hover .dlb{color:var(--teal)}

/* ============ bii-international.html  ->  body.page-template-template-international-presence ============ */
body.page-template-template-international-presence .ic{width:16px;height:16px;flex:none}
body.page-template-template-international-presence .hero{background:radial-gradient(120% 130% at 60% 10%,#0E1F22 0%,var(--ink) 55%,#081012 100%);color:#fff;position:relative;overflow:hidden;border-bottom:2px solid var(--red)}
body.page-template-template-international-presence .hero .wrap{position:relative;z-index:3;padding-top:clamp(38px,5vw,64px);padding-bottom:0}
body.page-template-template-international-presence .hero .eyebrow{color:var(--teal-soft)}
body.page-template-template-international-presence .hero h1{font-family:var(--serif);font-weight:600;font-size:clamp(34px,5.2vw,64px);line-height:1.02;letter-spacing:-.02em;margin:16px 0 0;max-width:16ch}
body.page-template-template-international-presence .hero h1 em{font-style:normal;color:var(--teal-soft)}
body.page-template-template-international-presence .hero p{margin:18px 0 0;max-width:56ch;color:#C2D2D2;font-size:clamp(16px,1.5vw,18px)}
body.page-template-template-international-presence .map{position:relative;z-index:2;margin-top:18px}
body.page-template-template-international-presence .map svg{width:100%;height:auto}
body.page-template-template-international-presence .cnode{transform-box:fill-box;transform-origin:center;animation:template-international-presence-pulse 4s ease-in-out infinite}
@keyframes template-international-presence-template-international-presence-pulse{0%,100%{opacity:.55}50%{opacity:1}}
body.page-template-template-international-presence .clab{font-family:var(--mono);font-size:10px;letter-spacing:.04em;fill:#9FB4B4}
body.page-template-template-international-presence .clab.hub{fill:#fff;font-weight:600}
body.page-template-template-international-presence .arc{fill:none;stroke:#12A39B;stroke-opacity:.4;stroke-width:1.2;stroke-dasharray:4 5}
@media(prefers-reduced-motion:reduce){body.page-template-template-international-presence .cnode{animation:none}}
body.page-template-template-international-presence .ribbon{position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.16)}
body.page-template-template-international-presence .ribbon .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
body.page-template-template-international-presence .rc{padding:18px 20px 20px 0;border-right:1px solid rgba(255,255,255,.13)}
body.page-template-template-international-presence .rc:first-child{padding-left:0}
body.page-template-template-international-presence .rc:last-child{border-right:0}
body.page-template-template-international-presence .rc .k{font-family:var(--serif);font-size:clamp(22px,2.6vw,32px);color:var(--teal-soft);font-weight:600;line-height:1}
body.page-template-template-international-presence .rc .k b{color:#fff}
body.page-template-template-international-presence .rc .l{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#8AA0A0;margin-top:8px}
@media(max-width:720px){body.page-template-template-international-presence .ribbon .wrap{grid-template-columns:repeat(2,1fr)}body.page-template-template-international-presence .rc{padding-right:16px}body.page-template-template-international-presence .rc:nth-child(2n){border-right:0}body.page-template-template-international-presence .rc:nth-child(odd){padding-left:0}}
body.page-template-template-international-presence .regions{padding-block:clamp(40px,5vw,68px)}
body.page-template-template-international-presence .rgrid{display:grid;grid-template-columns:repeat(5,1fr);border-top:2px solid var(--red);border-left:1px solid var(--line-2);margin-top:26px}
@media(max-width:900px){body.page-template-template-international-presence .rgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){body.page-template-template-international-presence .rgrid{grid-template-columns:1fr}}
body.page-template-template-international-presence .reg{border-right:1px solid var(--line-2);border-bottom:1px solid var(--line-2);padding:20px 18px}
body.page-template-template-international-presence .reg .rn{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-international-presence .reg h3{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);margin:6px 0 12px}
body.page-template-template-international-presence .reg ul{list-style:none;display:grid;gap:7px}
body.page-template-template-international-presence .reg li{display:flex;gap:9px;align-items:center;font-size:13.5px;color:var(--graphite)}
body.page-template-template-international-presence .reg li::before{content:"";width:6px;height:6px;background:var(--red);flex:none}
body.page-template-template-international-presence .reg li.hub{color:var(--ink);font-weight:600}
body.page-template-template-international-presence .reg li.hub::before{background:var(--teal)}
body.page-template-template-international-presence .contacts{background:var(--mist);border-block:1px solid var(--line)}
body.page-template-template-international-presence .contacts .wrap{padding-block:clamp(40px,5vw,68px)}
body.page-template-template-international-presence .cgrid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;margin-top:24px}
@media(max-width:820px){body.page-template-template-international-presence .cgrid{grid-template-columns:1fr}}
body.page-template-template-international-presence .hq{background:var(--ink);color:#fff;border-top:3px solid var(--red);padding:30px 30px}
body.page-template-template-international-presence .hq .tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-soft)}
body.page-template-template-international-presence .hq h3{font-family:var(--serif);font-weight:600;font-size:clamp(22px,2.6vw,28px);margin:12px 0 4px}
body.page-template-template-international-presence .hq .sub{color:#B8C8C8;font-size:14.5px;margin-bottom:20px}
body.page-template-template-international-presence .hq .rows{display:grid;gap:13px;border-top:1px solid rgba(255,255,255,.14);padding-top:18px}
body.page-template-template-international-presence .hq .row{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:#D6E2E2}
body.page-template-template-international-presence .hq .row .ic{color:var(--teal-soft);margin-top:2px}
body.page-template-template-international-presence .hq .row a{color:#fff;border-bottom:1px solid rgba(255,255,255,.25)}
body.page-template-template-international-presence .hq .row a:hover{border-color:var(--teal)}
body.page-template-template-international-presence .partner{background:#fff;border:1px solid var(--line-2);padding:30px 30px;display:flex;flex-direction:column}
body.page-template-template-international-presence .partner .tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep)}
body.page-template-template-international-presence .partner .pname{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink);margin:14px 0 2px}
body.page-template-template-international-presence .partner .ptitle{font-family:var(--mono);font-size:11.5px;letter-spacing:.04em;color:var(--steel);text-transform:uppercase}
body.page-template-template-international-presence .partner .pmail{margin:14px 0 22px}
body.page-template-template-international-presence .partner .pmail a{color:var(--teal-deep);border-bottom:1px solid var(--teal-tint);font-size:15px}
body.page-template-template-international-presence .partner .pmail a:hover{border-color:var(--teal)}
body.page-template-template-international-presence .partner p{color:var(--graphite);font-size:14.5px;margin-bottom:20px}
body.page-template-template-international-presence .partner .btn{margin-top:auto;align-self:flex-start}
body.page-template-template-international-presence .formats{padding-block:clamp(40px,5vw,64px)}
body.page-template-template-international-presence .fgrid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line-2);margin-top:24px}
@media(max-width:760px){body.page-template-template-international-presence .fgrid{grid-template-columns:1fr}}
body.page-template-template-international-presence .fmt{padding:26px 24px;border-right:1px solid var(--line-2);border-top:3px solid var(--red)}
body.page-template-template-international-presence .fmt:last-child{border-right:0}
body.page-template-template-international-presence .fmt .ic{width:30px;height:30px;color:var(--teal-deep);margin-bottom:14px}
body.page-template-template-international-presence .fmt h3{font-family:var(--serif);font-weight:600;font-size:19px;color:var(--ink);margin-bottom:8px}
body.page-template-template-international-presence .fmt p{color:var(--graphite);font-size:14.5px}
@media(max-width:760px){body.page-template-template-international-presence .fmt{border-right:0;border-bottom:1px solid var(--line-2)}body.page-template-template-international-presence .fmt:last-child{border-bottom:0}}
body.page-template-template-international-presence .cta{background:linear-gradient(160deg,#0E1F22,var(--ink));color:#fff;border-top:2px solid var(--red)}
body.page-template-template-international-presence .cta .wrap{padding-block:clamp(40px,5vw,64px);display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
body.page-template-template-international-presence .cta h2{font-family:var(--serif);font-weight:600;font-size:clamp(24px,3vw,38px);max-width:18ch}
body.page-template-template-international-presence .cta h2 em{font-style:normal;color:var(--teal-soft)}

/* ============ bii-locations.html  ->  body.page-template-template-locations ============ */
body.page-template-template-locations .locsec{padding-block:clamp(44px,5.5vw,84px);border-top:1px solid var(--line);position:relative;overflow:hidden}
body.page-template-template-locations .locwrap{display:grid;grid-template-columns:minmax(290px,1fr) minmax(0,1.06fr);gap:clamp(22px,4vw,56px);align-items:center}
@media(max-width:720px){body.page-template-template-locations .locwrap{grid-template-columns:1fr}}
body.page-template-template-locations .lead h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3.4vw,42px);color:var(--ink);line-height:1.04;letter-spacing:-.01em;margin-top:12px}
body.page-template-template-locations .lead h2 em{font-style:normal;color:var(--teal-deep)}
body.page-template-template-locations .lead p{color:var(--graphite);margin-top:14px;max-width:46ch}
body.page-template-template-locations .facts{display:flex;gap:24px;margin-top:18px}
body.page-template-template-locations .facts .f b{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink)}
body.page-template-template-locations .facts .f span{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--steel);display:block}
body.page-template-template-locations .loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;max-width:430px}
body.page-template-template-locations .loc{font-family:var(--sans);font-size:14px;font-weight:500;color:#fff;background:var(--ink);border:1px solid var(--ink);border-radius:40px;padding:11px 16px;display:flex;align-items:center;gap:9px;cursor:pointer;transition:.15s;text-align:left}
body.page-template-template-locations .loc:hover{background:#16292b}
body.page-template-template-locations .loc.on{background:var(--teal);border-color:var(--teal)}
body.page-template-template-locations .loc .pin{width:14px;height:14px;opacity:.85;flex:none}
body.page-template-template-locations .loc.all{background:transparent;color:var(--teal-deep);border:1px solid var(--line-2);justify-content:center;font-family:var(--mono);font-size:12px;letter-spacing:.03em}
body.page-template-template-locations .loc.all:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
body.page-template-template-locations .globe-col{position:relative}
body.page-template-template-locations .globe-wrap{position:relative;width:100%;max-width:460px;margin-inline:auto;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 47%, #16181b 0%, #16181b 49%, rgba(22,24,27,.55) 60%, rgba(22,24,27,0) 72%)}
body.page-template-template-locations canvas#globe{width:100%;height:100%;cursor:grab;touch-action:none;display:block}
body.page-template-template-locations canvas#globe:active{cursor:grabbing}
body.page-template-template-locations .glabel{position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);font-family:var(--mono);font-size:10.5px;letter-spacing:.05em;color:var(--steel);white-space:nowrap}
body.page-template-template-locations .gtip{position:absolute;font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:#fff;background:#D62F3C;padding:3px 9px;border-radius:3px;transform:translate(-50%,-150%);pointer-events:none;opacity:0;transition:opacity .15s;white-space:nowrap;z-index:5}
body.page-template-template-locations .gtip.show{opacity:1}

/* ============ bii-course-card.html  ->  body.page-template-template-course-card ============ */
body.page-template-template-course-card .note{background:var(--ink);color:#A9BCBC;font-family:var(--mono);font-size:12px;letter-spacing:.05em}
body.page-template-template-course-card .note .wrap{padding-block:13px;display:flex;gap:12px;align-items:center}
body.page-template-template-course-card .note .tag{background:var(--red);color:#fff;padding:4px 9px;font-weight:600}
body.page-template-template-course-card .lab{font-family:var(--mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--graphite);display:flex;align-items:center;gap:10px;margin:clamp(36px,5vw,60px) 0 22px}
body.page-template-template-course-card .lab::before{content:"";width:24px;height:2px;background:var(--red)}
body.page-template-template-course-card .ic{width:15px;height:15px;flex:none}
body.page-template-template-course-card .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){body.page-template-template-course-card .grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){body.page-template-template-course-card .grid{grid-template-columns:1fr}}
body.page-template-template-course-card .card{background:#fff;border:1px solid var(--line-2);display:flex;flex-direction:column;position:relative;transition:transform .18s,box-shadow .18s,border-color .18s}
body.page-template-template-course-card .card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .2s;z-index:3}
body.page-template-template-course-card .card:hover{transform:translateY(-4px);border-color:var(--teal);box-shadow:0 18px 40px rgba(12,22,24,.10)}
body.page-template-template-course-card .card:hover::before{transform:scaleX(1)}
body.page-template-template-course-card .thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#123a40,#0c1618)}
body.page-template-template-course-card .thumb .scene{position:absolute;inset:0;opacity:.85}
body.page-template-template-course-card .thumb .duo{position:absolute;inset:0;background:linear-gradient(120deg,rgba(12,22,24,.7),rgba(11,132,125,.35) 70%,transparent);z-index:1}
body.page-template-template-course-card .thumb .cat{position:absolute;left:12px;top:12px;z-index:2;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;background:#fff;color:var(--ink);padding:5px 10px;border-left:3px solid var(--red)}
body.page-template-template-course-card .thumb .ph{position:absolute;right:10px;bottom:10px;z-index:2;font-family:var(--mono);font-size:9px;letter-spacing:.08em;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.3);padding:3px 6px}
body.page-template-template-course-card .card .body{padding:16px 16px 4px;flex:1}
body.page-template-template-course-card .card .code{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;color:var(--teal-deep)}
body.page-template-template-course-card .card h3{font-family:var(--serif);font-weight:600;font-size:18px;line-height:1.22;color:var(--ink);margin:8px 0 14px}
body.page-template-template-course-card .card .meta{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
body.page-template-template-course-card .card .meta .m{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--graphite)}
body.page-template-template-course-card .card .meta .m .ic{color:var(--teal-deep)}
body.page-template-template-course-card .card .meta .m b{color:var(--ink);font-weight:600}
body.page-template-template-course-card .card .fee{display:flex;align-items:baseline;gap:7px;padding:12px 16px;border-top:1px solid var(--line);margin-top:auto}
body.page-template-template-course-card .card .fee .lbl{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--steel)}
body.page-template-template-course-card .card .fee .val{font-family:var(--serif);font-size:19px;font-weight:600;color:var(--ink)}
body.page-template-template-course-card .card .actions{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 16px;border-top:1px solid var(--line)}
body.page-template-template-course-card .card .cert{position:absolute;right:0;top:0;z-index:2;font-family:var(--mono);font-size:9px;letter-spacing:.1em;background:var(--red);color:#fff;padding:5px 9px}
body.page-template-template-course-card .cardX{background:#fff;border:1px solid var(--line-2);display:grid;grid-template-columns:300px 1fr;overflow:hidden}
@media(max-width:780px){body.page-template-template-course-card .cardX{grid-template-columns:1fr}}
body.page-template-template-course-card .cardX .media{position:relative;background:linear-gradient(160deg,#123a40,#0c1618);min-height:240px}
body.page-template-template-course-card .cardX .media .scene{position:absolute;inset:0;opacity:.85}
body.page-template-template-course-card .cardX .media .duo{position:absolute;inset:0;background:linear-gradient(160deg,rgba(12,22,24,.55),rgba(11,132,125,.4));z-index:1}
body.page-template-template-course-card .cardX .media .cat{position:absolute;left:14px;top:14px;z-index:2;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;background:#fff;color:var(--ink);padding:5px 10px;border-left:3px solid var(--red)}
body.page-template-template-course-card .cardX .media .ph{position:absolute;left:14px;bottom:14px;z-index:2;font-family:var(--mono);font-size:9px;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.3);padding:3px 6px}
body.page-template-template-course-card .cardX .right{padding:22px 24px}
body.page-template-template-course-card .cardX .head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;border-bottom:2px solid var(--red);padding-bottom:14px;margin-bottom:4px}
body.page-template-template-course-card .cardX .code{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;color:var(--teal-deep)}
body.page-template-template-course-card .cardX h3{font-family:var(--serif);font-weight:600;font-size:23px;line-height:1.18;color:var(--ink);margin-top:7px}
body.page-template-template-course-card .cardX .quick{display:flex;gap:18px;flex-wrap:wrap;font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--graphite);text-transform:uppercase;margin-top:4px}
body.page-template-template-course-card .cardX .quick span{display:flex;align-items:center;gap:6px}
body.page-template-template-course-card .cardX .quick .ic{color:var(--teal-deep)}
body.page-template-template-course-card .cardX .schedule{margin-top:18px}
body.page-template-template-course-card .cardX .schedule .h{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);margin-bottom:8px}
body.page-template-template-course-card .row{display:grid;grid-template-columns:1.3fr 1fr .9fr auto;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}
body.page-template-template-course-card .row:first-of-type{border-top:1px solid var(--line)}
body.page-template-template-course-card .row .d{font-family:var(--mono);font-size:13px;color:var(--ink);font-weight:500;display:flex;align-items:center;gap:8px}
body.page-template-template-course-card .row .d .ic{color:var(--red)}
body.page-template-template-course-card .row .v{font-size:13px;color:var(--graphite)}
body.page-template-template-course-card .row .f{font-family:var(--mono);font-size:13px;color:var(--ink);font-weight:600}
@media(max-width:560px){body.page-template-template-course-card .row{grid-template-columns:1fr auto;row-gap:4px}body.page-template-template-course-card .row .v,body.page-template-template-course-card .row .f{grid-column:1}}
body.page-template-template-course-card .cardX .foot{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
body.page-template-template-course-card .fc{position:relative;overflow:hidden;border:1px solid var(--line-2);background-color:#0a1416;background-image:linear-gradient(rgba(175,204,206,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(175,204,206,.09) 1px,transparent 1px);background-size:24px 24px}
body.page-template-template-course-card .fc .grad{position:absolute;inset:0;z-index:1;background:radial-gradient(120% 120% at 78% 18%,rgba(21,70,76,.85),rgba(8,18,20,.4) 70%)}
body.page-template-template-course-card .fc .net{position:absolute;left:-4%;top:-6%;width:55%;z-index:2;opacity:.45}
body.page-template-template-course-card .fc .fig{position:absolute;right:6%;top:50%;transform:translateY(-50%);z-index:2;color:var(--teal);opacity:.62}
body.page-template-template-course-card .fc .fig svg{width:74px;height:74px}
body.page-template-template-course-card .fc .xh{position:absolute;z-index:2;stroke:var(--red);stroke-width:1.4;opacity:.8}
body.page-template-template-course-card .fc .name{position:absolute;left:14px;top:32%;z-index:4;font-family:var(--serif);font-weight:600;font-size:clamp(17px,3vw,26px);line-height:1.04;color:#fff;letter-spacing:-.01em;max-width:62%}
body.page-template-template-course-card .fc .name::after{content:"";display:block;width:40px;height:3px;background:var(--red);margin-top:10px}
body.page-template-template-course-card .fc .eyebrow{position:absolute;left:12px;top:12px;z-index:4;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-soft);display:flex;align-items:center;gap:8px}
body.page-template-template-course-card .fc .eyebrow::before{content:"";width:14px;height:2px;background:var(--red)}
body.page-template-template-course-card .fc .code{position:absolute;left:14px;bottom:12px;z-index:4;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--teal-soft)}
body.page-template-template-course-card .fc .dim{position:absolute;right:12px;bottom:10px;z-index:4;font-family:var(--mono);font-size:9px;letter-spacing:.1em;color:rgba(175,204,206,.5)}
body.page-template-template-course-card .fc .tick{position:absolute;top:0;right:0;z-index:5;width:0;height:0;border-top:18px solid var(--red);border-left:18px solid transparent}
body.page-template-template-course-card .crow .fc{min-height:120px;height:100%}
body.page-template-template-course-card .crow .fc .name{font-size:14px;top:auto;bottom:30px;max-width:66%}
body.page-template-template-course-card .crow .fc .eyebrow,body.page-template-template-course-card .crow .fc .dim,body.page-template-template-course-card .crow .fc .xh{display:none}
body.page-template-template-course-card .crow .fc .fig svg{width:54px;height:54px}
body.page-template-template-course-card .rcard .fc{aspect-ratio:16/9}
body.page-template-template-course-card .rcard .fc .name{font-size:15px;top:auto;bottom:26px}
body.page-template-template-course-card .rcard .fc .eyebrow,body.page-template-template-course-card .rcard .fc .dim,body.page-template-template-course-card .rcard .fc .xh{display:none}
body.page-template-template-course-card .rcard .fc .fig svg{width:58px;height:58px}
body.page-template-template-course-card .course .fc{aspect-ratio:16/10}
body.page-template-template-course-card .course .fc .name{font-size:16px;top:auto;bottom:30px}
body.page-template-template-course-card .course .fc .eyebrow,body.page-template-template-course-card .course .fc .dim,body.page-template-template-course-card .course .fc .xh{display:none}
body.page-template-template-course-card .cardX .fc{min-height:240px;height:100%}
body.page-template-template-course-card .crow .fc .name,body.page-template-template-course-card .rcard .fc .name,body.page-template-template-course-card .course .fc .name{top:13px!important;bottom:auto!important;left:12px!important;right:10px!important;max-width:none!important;font-size:13px!important;line-height:1.17!important;font-weight:600}
body.page-template-template-course-card .cardX .fc .name{top:16px!important;bottom:auto!important;left:14px!important;right:12px!important;max-width:80%!important;font-size:19px!important;line-height:1.12!important}
body.page-template-template-course-card .fc .name::after{display:none!important}
body.page-template-template-course-card .crow .fc .fig,body.page-template-template-course-card .rcard .fc .fig,body.page-template-template-course-card .course .fc .fig{opacity:.3!important;right:9px!important;top:auto!important;bottom:9px!important;transform:none!important}

/* ============== TEMPLATE -> BODY CLASS MAP ==============
   bii-home.html              -> body.page-template-template-home
   bii-about.html             -> body.page-template-template-aboutus
   bii-contact.html           -> body.page-template-template-contacts
   bii-courses.html           -> body.page-template-template-courses
   bii-course-detail.html     -> body.page-template-template-course
   bii-sector.html            -> body.page-template-template-sector
   bii-city.html              -> body.page-template-template-city
   bii-calendar.html          -> body.page-template-template-calendar
   bii-accreditations.html    -> body.page-template-template-accreditations
   bii-inhouse.html           -> body.page-template-template-inhouse
   bii-faq.html               -> body.page-template-template-faq
   bii-insights.html          -> body.page-template-template-insights
   bii-insight-single.html    -> body.page-template-template-insight
   bii-cases.html             -> body.page-template-template-cases
   bii-case-single.html       -> body.page-template-template-case
   bii-library.html           -> body.page-template-template-library
   bii-international.html     -> body.page-template-template-international-presence
   bii-locations.html         -> body.page-template-template-locations
   bii-course-card.html       -> body.page-template-template-course-card
   WP adds this class automatically via body_class() for page templates.
   template-calendar: no matching .php yet. template-course-card: component.
   ======================================================= */
